diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2005-08-02 16:17:48 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-08-02 16:17:48 +0000 |
commit | e4c231a62afc443b5079814af614c129db7fd2bd (patch) | |
tree | 939114c48ded208657c987fb4d9694e0249d69cb /NEWS | |
parent | 02bc22d1cabf807fc4dc81f5e0f81572bf036c12 (diff) | |
download | glib-e4c231a62afc443b5079814af614c129db7fd2bd.tar.gz |
2.7.5GLIB_2_7_5
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -1,3 +1,21 @@ +Overview of Changes from GLib 2.7.4 to GLib 2.7.5 +================================================= +* Thread-related changes + - Fix build issues on HP-UX [Paul Cornett] + - Threadsafe access to flags stored in datasets [Tim Janik] + - Fix several issues with atomic refcounting for + closures, objects and paramspecs [Tim] + - Improve tests for atomic refcounting changes [Tim] +* Fix handling of stateful encodings in g_convert_* [Matthias] +* Fix translation of GOption help output [Dan Winship] +* Catch format errors in translations. This may cause + "make check" to fail when using older versions + of gettext [Matthias] +* Win32 bug fixes [Tor Lillqvist] +* Documentation improvements [Ross Burton, Jochen Baier, + Matthias, Tim] +* New and updated translations (de,fi,gu,pl,pt,tr,zh_TW) + Overview of Changes from GLib 2.7.3 to GLib 2.7.4 ================================================= * Fix g_atomic_pointer_compare_and_exchange |