GLib 2.9.3 released



GLib 2.9.3 is now available for download at:

   ftp://ftp.gtk.org/pub/gtk/v2.9/
   http://ftp.gnome.org/pub/GNOME/sources/glib/2.9/

glib-2.9.3.tar.bz2      md5sum: e33d4a886492541e793d22dc5bc6a3d0
glib-2.9.3.tar.gz       md5sum: d9e3fbeed455e8fe97cd4d2a60924416

This is the fourth development release leading up to GLib 2.10.

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

 * GLib 2.10 will be source and binary compatible with
   the GLib 2.8.x series (for some caveats, see the
   README). At this point, the API additions in the
   2.9.x series are finished.

 * 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.9.2 to GLib 2.9.3
=================================================

* GTree:
 - Replace the simple recursive implementation by
   a nonrecursive, threaded one  [Maurizio Monge]

* Change g_filename_display_name and
  g_filename_display_basename to use the Unicode
  replacement character U+FFFD instead of a question
  mark, and don't append "(invalid encoding)"  [Matthias]

* Documentation improvements [Sven Herzberg, Federico
  Mena Quintero, Stefan Kost]

* Bugs fixed:
 323937 gslice.c in glib 2.9.1 doesn't build on Mac OS X
        [Bogdan Nicula]
 326558 Some test failures on IRIX 6.5 [Daichi Kawahata]
 169285 "threaded" tree implementation for GTree
        [Maurizio Monge]
 326747 g_filename_display_basename adds (invalid encoding)
        [Alberto Ruiz]

Other contributors: Christian Kellner, Murray Cumming

New and updated translations (bg,ca,de,es,et,gu,ja,nl,th,vi)


Matthias Clasen
16 Jan 2006


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