Release Notes: Various enhancements were made to GApplication, GDBus, GVariant, GDateTime, GOption, and GSettings. Signals can now indicate that collecting their arguments must always happen, even in the absence of connected signal handlers, using the G_SIGNAL_MUST_COLLECT flag. Many minor bugs were fixed. Translations were updated.


Release Notes: Several minor bugs were fixed.


Release Notes: GLib can now be built with the bionic C library. GIcon can now be serialized to a GVariant. GApplication gained a busy state, for signaling this to a desktop. Support was added for explicitly canceling a gobject property binding. Performance improvements were made for signal argument handling. Further improvements and various bug fixes were made.


Release Notes: Minor bugs were fixed.


Release Notes: This stable release finalizes the changes from the 2.35 development series. Signal handlers connected with g_signal_connect_object() are now automatically disconnected on target object destruction. GIO now has kqueue support for GFileMonitor (BSDs and Mac OS). UNIX signal sources now allow watching SIGUSR1 and SIGUSR2. In g_get_home_dir(), the $HOME variable is no longer ignored, and taken into consideration in favor of GECOS entries. GUnixFdSource was added as a new method to add file descriptors to the main loop. Further new APIs were added. Many bugs were fixed.


Release Notes: Various bugs were fixed. The old codepage ABI (Windows only) was dropped.