2.33.12 (unstable): Gio: * Add Converter, ZlibCompressor, ZlibDecompressor and CharsetConverter classes. (José Alburquerque) * AppInfo: Added get_display_name(), set_as_last_used_for_type() and get_supported_types(). * Application: Added get_dbus_connection() and get_dbus_object_path(). * ContentType: - get_icon(): Fix a refcount error. - Added get_symbolic_icon(). (Murray Cumming) * DBusAuthObserver: Added allow_mechanism(). * Drive: Added get_symbolic_icon(). * FileInfo: Added get_symbolic_icon(). * Menu: Added append_section(). * MenuItem: Added get_link(). * MenuModel: Added is_mutable() and get_n_items(). * Mount: Added get_symbolic_icon(). * ProxyAddress: Added get_destination_protocol() and get_uri(). * Socket: Added get_available_bytes(), get_ttl(), set_ttl(), get_broadcast(), set_broadcast(), get_multicast_loopback(), set_multicast_loopback(), get_multicast_ttl(), set_multicast_ttl(), join_multicast_group(), leave_multicast_group(), and properties. * Volume: - Added get_symbolic_icon(). - Added get_sort_key(). (Murray Cumming) gmmproc: * _WRAP_VFUNC: Handle virtual functions that throw GErrors. (José Alburquerque) Bug #683460 2.33.4 (unstable): Glib: * KeyFile: Correct the load_from_dirs() implementation. (Krzesimir Nowak) * Variant: Make sure that we always sink the initial reference. (Krzesimir Nowak) Bug #680407 * VariantType: peek_string(): Correct this to handle the non-null-terminated result from g_variant_type_peek_string(). * Threads::Mutex, RecMutex: Add wrap() functions. (Kjell Ahlstedt) Bug #483790 gmmproc: * Add _CUSTOM_CTOR_CAST (Krzesimir Nowak) Documentation: * Show the get_type() functions in the API documentation. (Murray Cumming) Bug #670212 (Mark Vender).