======================================== NEWS: glibmm-2.21.2 ======================================== 2.21.2 (unstable): Glib: Daniel Elstner (1): Treat empty Glib::spawn*() working dir as unset Jonathon Jongsma (1): Add OptionGroup::add_entry(.., double&) Gio: Daniel Elstner (1): Remove stray semicolons Jonathon Jongsma (9): Fix build with glib from master wrap a couple added GDrive methods Wrap g_drive_eject_with_operation() and related functions implement GDrive::stop-button signal implement Gio::InetAddress::get_native_size() Implement Gio::Mount::mount/eject_with_operation() implement Gio::Volume::eject_with_operation() fix accidental bug in Gio::Drive::eject() that the compiler warned me about implement Gio::VolumeMonitor::drive-stop-button 2.21.1 (unstable): Glib: * Date: Constructor: Check for invalid dates. (José Alburquerque) * Added Glib::ValueArray, for use in gstreamermm. (José Alburquerque) * Added Glib::file_set_contents(). (Jonathon Jongsma) * gmmproc: - Avoid problems with spaces in _DEFS() calls. (Hubert Figuiere) Bug #586785. - Improve guessing of the *_get_type() function names from enum names. (José Alburquerque) Bug #575870. Gio: * Cancellable: Added connect() and disconnect(). * Added FileIOStream. * Added InetAddress. * Added Initable. * Added IOStream. * Added NetworkAddress. * Added NetworkService. * Added Resolver * Added Socket. * Added SocketAddress. * Added SocketConnectable. * Added SrvTarget. (Jonathon Jongsma) * File::load_contents() Added overload without the etag_out parameter. (Hubert Figuiere) Bug #581349. Windows Build: * General Windows fixes. * Fix the build directly from git. (Armin Burgmeier) ======================================== NEWS: gtkmm-2.17.2 ======================================== 2.17.2 (unstable): Gtk: * Containter: Avoid unnecessary warnings about an unimplemented remove vfunc in custom container widget classes. (Daniel Elstner) Gdk: * Pixbuf: Added create_for_stream() and create_for_stream_at_scale() for reading pixbufs from Gio file streams. (Jonathan Jongsma) 2.17.1 (unstable): Gtk: * IconView: get_model(): Correct the reference-counting. (Murray Cumming) Bug #583037 (Santanu Sinha). * Added InfoBar * RecentManager::add_item(): Fixed a crash. (Hubert Figuiere) Bug #585521. * TextBuffer: Actually implement the get_text(bool) const method. method. These fix undefined symbol linker errors. (Murray Cumming) * TreeModel::Path::empty(): Correct the check for a NULL underlying GtkTreePath. (Hubert Figuiere) * StatusIcon:get_geometry(): Correct the reference-counting. (Johannes Schmid) Bug #575268 (Hubert Figuiere) * StockID: Actually implement operator bool(). * Fix the build with GTK+ 2.17 (A const change in the gtk_recent_info_get_application_info() API). (Murray Cumming) * Fix the build when exceptions are disabled in glibmm. * Win32 installer fixes. (Armin Burgmeier) * Documentation: Stock API documentation improvements. (Johannes Schmid) Bug #506885. ======================================== NEWS: pygtk-2.15.2 ======================================== pygtk-2.15.1 20-Jun-2009 - Rename gtk.Statusbar.remove() to gtk.Statusbar.remove_message (Paul) - Allow pango.Context creation (Paul, #550855) - Make gtk.gdk.Pixbuf.add_alpha accept integers, retaining backward compatibility accepting also chars (Paul, #586094) - Protect window obj from GC in gtk.window_get_toplevels (Gustavo, #574259) - Plug huge number of memory leaks in Pango wrappers (Paul) - Add gtk.gdk.WINDOWING constant (Paul, #555112) - Wrap gdk_pixbuf_apply_embedded_orientation (Chris Wilson) - Modernize constructors of seven more types (Paul) - Don't free a string we don't own (Paul, #585458) - Some docs tweaking (Gian)