======================================== NEWS: Glib-1.171 ======================================== Overview of changes in Glib 1.171 ================================= * Correct the way we check values for definedness: add gperl_sv_defined(), an XS version of perl's defined(), and use it everywhere. Among other things, this should fix the problems where tied values were reported as undefined. * Fix some build issues. Overview of changes in Glib 1.170 ================================= * Make our build output prettier. * Add Glib::MakeHelper::get_configure_requires_yaml. * Use the above to add configure_requires information to META.yml in order to publicize our Makefile.PL-time requirements. * Try to fix some portability issues. Overview of changes in Glib 1.162 ================================= * Fix a build failure in the documentation generation phase. [Andreas König] Overview of changes in Glib 1.161 ================================= * Fix an assertion in Glib::Object::CLONE. * Make Makefile.PL more friendly to CPAN testers. ======================================== NEWS: gnome-vfsmm-2.21.0 ======================================== 2.21.1: * ResultType enum: Deprecate the existing enum values, and add new ones that begin with ERR_ instead of ERROR_, to avoid conflicts on Windows. Volume: Remove eject(), mount(), unmount() and connect_to_server() when building on Windows, because gnome-vfs does not implement them. (Armin Burgmeier, #494360) * Fixed build when exceptions are disabled. (Armin Burgmeier) * New Async transfer API, deprecating the old one. The Transfer and Async namespaces are deprecated now, and replaced by Transfer2 and Async2. The new SlotTransfer now allows you to return the various XFER_ERROR/OVERWRITE_ACTION values. However, this is still unpleasant and we hope that all of gnome-vfs will soon be deprecated by gio and gvfs in the new glib. (Marko Anastasov ) ======================================== NEWS: Gtk2-1.171 ======================================== Overview of changes in Gtk2 1.171 ================================= * Avoid syntax that was causing perl errors in Gtk2::Builder::_do_connect on some platforms. * Add bindings for GtkIMContext, GtkIMContextSimple, and GtkIMMulticontext. * Improve the documentation in various places. * Make Gtk2::Gdk::Color::new take an optional pixel value. * Correct the way we check values for definedness: use Glib's gperl_sv_defined(), an XS version of perl's defined(). Among other things, this should fix the problems where tied values were reported as undefined. * Plug memory leaks. Overview of changes in Gtk2 1.170 ================================= * Make our build output prettier. * Publicize our Makefile.PL-time requirements through META.yml's configure_requires. * Fix leak in Gtk2::Pango::Layout::get_iter. * Fix a few test failures. Overview of changes in Gtk2 1.162 ================================= * Fix a strange parse error related to the use of qw// that occured on some versions of perl. [Jeffrey Ratcliffe] Overview of changes in Gtk2 1.161 ================================= * Fix a leak in Gtk2::Pango::Layout::get_iter. * Fix a few test failures.