GLib 2.21.5 released



GLib 2.21.5 is now available for download at:

  ftp://ftp.gtk.org/pub/glib/2.21/
  http://download.gnome.org/sources/glib/2.21/

md5 sums:
5f3f19c4a8088c51e21cad5b8ea166e5  glib-2.21.5.tar.bz2
c3a620c264c8edb0ed72b3e9be17a2cb  glib-2.21.5.tar.gz

sha1 sums:
acb983c293c4f5cf7cb117f7574a61c7d09db2fd  glib-2.21.5.tar.bz2
ba69665cf60037dff425b38a4ba4a60244a5ddbe  glib-2.21.5.tar.gz

This is a development release leading up to GLib 2.22.

Notes:

 * This is unstable development release. While it has had
  a bit of testing, there are certainly plenty of bugs
  remaining to be found. This release should not be used
  in production.

 * Installing this version will overwrite your existing
  copy of GLib 2.20. If you have problems, you'll need
  to reinstall GLib 2.20.

 * GLib 2.22 will be source and binary compatible with
  the GLib 2.20 series; however, the new API additions
  in GLib 2.21 are finalized, so there should not be any
  incompatibilities between this release and the final
  2.22 release.

 * Bugs should be reported to http://bugzilla.gnome.org.


About GLib
==========

GLib is the low-level core library that forms the basis for projects
such as GTK+ and GNOME. It provides data structure handling for C,
portability wrappers, and interfaces for such runtime functionality as
an event loop, threads, dynamic loading, and an object system.

More information about GLib is available at:

 http://www.gtk.org/

An installation guide for the GTK+ libraries, including GLib, can
be found at:

 http://developer.gnome.org/doc/API/2.0/gtk/gtk-building.html


Overview of Changes from GLib 2.21.4 to GLib 2.21.5
===================================================

* A performance problem with trashing of many files has been fixed

* GResolver now invalidates the libc resolv.conf cache as needed

* Minor api additions:
 - g_cancellable_make_pollfd returns a boolean now. And there is a
   new function g_cancellable_release_fd that can be used to released
   the resources used by a GCancellable.

* Bugs fixed:
 589988 Compilation error on Solaris 9 (missing stdint.h)
 588901 gtcpconnection.c won't compile
 584246 GResolver needs to call res_init() when network state changes
 591714 Figure out failure handling for g_cancellable_make_pollfd()
 591532 redundent '/' returned from g_file_resolve_relative_path
 591378 Use MSG_NOSIGNAL in GSocket if it's available
 589649 API documentation migration for Base64 Encoding
 591840 configure fails with autoconf 2.64

* Updated translations:
 Basque
 Brazilian Portuguese
 Bulgarian
 Danish
 Estonian
 Finnish
 Galician
 Gujarati
 Hndi
 Irish
 Japanese
 Korean
 Norwegian bokmål
 Polish
 Portuguese
 Punjabi
 Spanish
 Swedish
 Telugu
 Traditional Chinese
 Thai


Thanks to all contributors:
Benjamin Otte
Behdad Esfahbod
Lin Ma
Tristan van Berkom
Dan Winship
Philip Withnall
Craig Loftus
Alexander Larsson
Frédéric Péters
Tor Lillqvist
Shixin Zeng


August 24, 2009
Matthias Clasen




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]