======================================== NEWS: glibmm-2.19.8 ======================================== 2.19.8 (unstable): (2.19.4 to 2.19.8 were skipped) * Added FILE_CREATE_REPLACE_DESTINATION enum value. * Added Error::TOO_MANY_OPEN_FILES error code. * Fix some compiler warnings about extra ;s. (Murray Cumming) 2.19.3 (unstable): * New API: * BufferedInputStream: buffer_size property * BufferedOutputStream: buffer_size, auto_grow properties * DataInputStream: byte_order, newline_type properties * DataOutputStream: byte_order property * FilterInputStream: close_base_stream property, get/set_close_base_stream() * FilterOutputStream: close_base_stream property, get/set_close_base_stream() * UnixInputStream: fd and close_fd properties, get_fd(), get/set_close_fd() * UnixOutputStream: fd and close_fd properties, get_fd(), get/set_close_fd() * Make licenses consistent with eachother (library gpl vs. lesser gpl, etc) (Deng Xiyue) * Fixed some problems when building with exceptions disabled (Murray Cumming) * Build fixes (Theppitak Karoonboonyanan) ======================================== NEWS: gtkmm-2.15.5 ======================================== 2.15.5 (unstable): (2.15.4 was skipped) * Activatable: reset_vfunc() renamed to sync_action_properties_vfunc(). (Murray Cumming) * Builder: - create_from_file(), add_from_file(), create_from_string(): Add method overloads that take char* to avoid ambiguity. - get_widget_derived(): Correct reference-counting. (Murray Cumming) * FileChooserButton: Add file_set signal. (Murray Cumming) * Stock: Added CAPS_LOCK_WARNING. * Added interfaces, but we can't use them yet without breaking ABI: Activatable, Orientation. ======================================== NEWS: pygobject-2.16.1 ======================================== 2.16.1 22-feb-2009 - Apply the patch provided by Cygwin Ports maintainer (Paul Pogonyshev, #564018) - Bad -I ordering can break build, patch from [dmacks netspace org] (Gian Mario Tagliaretti, #566737) - Fix keyword list to be in sync with positional arguments (Paul, #566744) - Add a comment explaining why the two for loops for registering interfaces (Gustavo Carneiro) - Huge cleanup of GIO overrides (Paul, #566706) - gtk.Buildable interface method override is not recognized (Paul, #566571) - Do not escape the ampersand "&" in entity references. Replace some unusual entity references in the output with their literal values. (Daniel Elstner, #568485) - gio.InputStream.read_async can cause memory corruption. (Paul, #567792) - Inconsistent use of tabs and spaces in pygtk.py (Paul, #569350) - Huge fix of memory leaks in GIO (Paul, Paolo Borelli, Gian, #568427) - non-async functions don't release python locks before calling blocking C functions (Gian, Gustavo, #556250) - Change comment to avoid false positives when grep'ing for deprecated gtk functions (Andre Klapper) - ltihooks.py updating license header from GPL to LGPL (James Henstridge)