2.22.2: 2010-03-23 Alexey Kosilin MemoryInputStream: Correct data loss/corruption with binary data. * gio/src/memoryinputstream.ccg: add_data(): Use g_memdup() instead of g_strdup() on data that could have a null in the middle. Bug #609552 (Holger Seelig) 2010-03-10 David King Reorder assignment to LDADD and giomm_ldadd in tests/Makefile.am * tests/Makefile.am: Reorder values assigned to LDADD and giomm_ldadd to place built libraries before system libraries. Fixes GNOME bug #610854. 2009-11-23 Murray Cumming Regex: Slight documentation improvement. * tools/m4/class_opaque_refcounted.m4: refererence()/unreference(): Use the same doxygen comments as on ObjectBase::reference/unreference() so this shows up, for instance, on Glib::Regex. 2009-10-22 Armin Burgmeier * MSVC_Net2005/giomm/giomm.vcproj: * MSVC_Net2005/glibmm/glibmm.vcproj: * MSVC_Net2008/giomm/giomm.vcproj: * MSVC_Net2008/glibmm/glibmm.vcproj: Added new files in 2.22 to the projects. * MSVC_Net2005/examples/keyfile/keyfile.vcproj: * MSVC_Net2005/examples/properties/properties.vcproj: * MSVC_Net2005/examples/regex/regex.vcproj: * MSVC_Net2008/examples/keyfile/keyfile.vcproj: * MSVC_Net2008/examples/properties/properties.vcproj: * MSVC_Net2008/examples/regex/regex.vcproj: Added projects for these examples. * MSVC_Net2005/glibmm.sln: * MSVC_Net2008/glibmm.sln: * MSVC_Net2005/filelist.am: * MSVC_Net2008/filelist.am: Added the new projects. 2.22.1: