2.19.2: 2009-01-19 Tao Wang * glib/src/nodetree.hg: Do not use a non-ASCII dash character, to avoid the MSVC++ warning C4819 with Visual Studio 2008. Bug #568072 2009-01-09 Murray Cumming * glib/glibmm/wrap.h: wrap_auto_interface<>(): Add a warning to give a clue when the dynamic_cast fails, for instance if you are doing some incorrect multiple inheritance. 2009-01-08 Daniel Elstner * glib/glibmm/ustring.h (ustring::compose): Add an overload which takes only a format string and no arguments to be substituted. It is essentially a null-operation as long as the format string does not contain any invalid argument references. Bug #506394. 2009-01-06 Jonathon Jongsma * glib/src/uriutils.ccg: fix a memory leak in the uri utility functions caused by not freeing the returned C string. Bug #566845 (Jason Kasper) 2009-01-03 Murray Cumming * gio/src/file.ccg: Added implementation of the make_directory_with_parents() method overload that takes no parameter. Bug #566003 (Philip Belemezov). 2008-12-24 Murray Cumming * glib/src/spawn.ccg: * glib/src/spawn.hg: Added Glib::spawn_*() alternative API for when GLIBMM_EXCEPTIONS_ENABLED is not enabled (when compiling without C++ exceptions.) Bug #565487 (Jonathon Jongsma)