GLib is a library containing many useful C routines for things such as trees, hashes, and lists. GLib was previously distributed with the GTK toolkit, but has been split off as of the developers' version 1.1.0.
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
GDBus gained a high-level object manager and code generation facilities that make use of it. An extensible TLS database was added where certificates and keys can be found and used, laying the foundation for integration with smart cards and other key stores. HMAC hashes are now also supported. Atomic operations were expanded to include bit operations (and, or, xor) and so that all operations are supported on pointer-sized operands. Bitlocks now work on pointer-sized operands. GApplication now supports non-single-instance applications. Other enhancements and many bugfixes were made.
Tags:
Stable, Major feature enhancements, Minor bugfixes
g_date_time_source_new() was removed again. Unix signal watches now match the API of all of the other sources. Several Solaris fixes were made. GDateTime was improved in respect to standards compliance as well as format and locale support. GMainLoop, GMainContext, and GSource are now boxed types. Many minor bugs were fixed.
GDateTime now respects LC_TIME for formatting. GTimeZoneMonitor was removed again. A new experimental API g_date_time_source_new() for wallclock functionality has been added. Many minor bugs were fixed.
Tags:
Development, Minor feature enhancements, Minor bugfixes
GTlsDatabase was added as an abstract class that provides support for certificate and key lookup. Support for HMAC digests was implemented. Several new APIs were added. The thread wakeup implementations of GMainContext and GCancellable were unified. Many minor bugs were fixed.
Tags:
Development, Minor bugfixes, Minor feature enhancements