GLib 2.15.4 released



GLib 2.15.4 is now available for download at:

   ftp://ftp.gtk.org/pub/glib/2.15/
   http://ftp.gnome.org/pub/GNOME/sources/glib/2.15/

glib-2.15.4.tar.bz2 md5sum: 27aefcf0e57a56abbb9c9f1442dc2e8f
glib-2.15.4.tar.gz  md5sum: 14c3ce0d2e9befe607bae0c514500e9e

This is the fifth development release leading up to GLib 2.16.

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.14. If you have problems, you'll need
   to reinstall GLib 2.14.

 * GLib 2.16 will be source and binary compatible with
   the GLib 2.14 series. The new API in GLib should be 
   stable at this point; but there may still be 
   incompatibilities between this release and the final
   2.16 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.15.3 to GLib 2.15.4
===================================================

* G_GNUC_PRETTY_FUNCTION has been deprecated

* GIO:
 - g_file_copy has an async variant now
 - Drives and volumes now have API to get identifiers
   like Hal UDIs or UUIDs
 - There is now a registration API to let modules register
   extensions they provide, such as volume monitor implementations

* Bugs fixed:
  511807 g_time_val_to_iso8601() uses MT-unsafe gmtime() function
  316260 [patch] Doc patches for gnode (2.8.1)
  385132 solaris gettext support fix
  484261 ./configure check for system PCRE unicode support fails w...
  510292 GOption main help not shown
  511580 Implement g_file_copy_async
  511654 Compile errors due to C99 constructs
  487909 g_utf8_strreverse and combining marks
  512381 unused variable 'is_main_group' 

* Updated translations:
  Arabic (ar)
  Belarusian (be)
  Czech (cz)
  Spanish (es)
  French (fr)
  Galician (gl)
  Portugese (pt)
  Russian (ru)
  Swedish (sv)
  Thai (th)

A list of all the fixed bugs can be found here:
http://bugzilla.gnome.org/buglist.cgi?bug_id=511580,511807,316260,487909,512381,385132,484261,510292,511654

Thanks to all contributors:
Jens Granseuer
Loïc Minier
Murray Cumming
Mark Lee
Wouter Bolsterlee
Peter Moulder
Philippe Blain
Sebastian Dröge
Tomas Bzatek
Alexander Larsson
Carlos Garcia Campos


January 28, 2008
Matthias Clasen




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