2.31.2: (unstable): glibmm: * Add Glib::Threads::* in threads.h, deprecating everything in thread.h. This was necessary because we had to break the ABI to avoid using API that is now deprecated in glib. * Avoid compiler warnings when using -std=c++0x with g++. (Murray Cumming, Kjell Ahlsted) giomm: * drive: Add get_sort_key(). * EmblemedIcon: Add clear_emblems(). * FileIconL Add the "file" property. * InetAddress: Add address_equal(). * Mount: Add get_sort_key(). * Socket: Add the "timeout" property. * SocketAddress: Add the "family" property. (José Alburquerque) gmmproc: * C example code removal: Also remove code in tags. (José Alburquerque) * Ensure template parameter has a space before to avoid trigraphs. (Hub Figuière) Bug #663303 Examples: * Avoid use of the now-deprecated API. (Murray Cummign)