diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2005-07-21 19:27:00 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-07-21 19:27:00 +0000 |
commit | 6589b38f98d3a3530d4d079be91e42f7ce387466 (patch) | |
tree | 03bb695800a2e323a9a02e0806483e3cebde9b18 | |
parent | a5dc90e553e9c3d78ae5619bf0221f337a7b388e (diff) |
UpdatesGTK_2_7_4
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | ChangeLog.pre-2-10 | 4 | ||||
-rw-r--r-- | ChangeLog.pre-2-12 | 4 | ||||
-rw-r--r-- | ChangeLog.pre-2-8 | 4 | ||||
-rw-r--r-- | NEWS | 11 |
5 files changed, 27 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2005-07-21 Matthias Clasen <mclasen@redhat.com> + + * NEWS: Updates + 2005-07-20 Manish Singh <yosh@gimp.org> * tests/refcount/signals.c: use G_CALLBACK for signal connections. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index c5fd82aad..40afed4c3 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,7 @@ +2005-07-21 Matthias Clasen <mclasen@redhat.com> + + * NEWS: Updates + 2005-07-20 Manish Singh <yosh@gimp.org> * tests/refcount/signals.c: use G_CALLBACK for signal connections. diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index c5fd82aad..40afed4c3 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,7 @@ +2005-07-21 Matthias Clasen <mclasen@redhat.com> + + * NEWS: Updates + 2005-07-20 Manish Singh <yosh@gimp.org> * tests/refcount/signals.c: use G_CALLBACK for signal connections. diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index c5fd82aad..40afed4c3 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,7 @@ +2005-07-21 Matthias Clasen <mclasen@redhat.com> + + * NEWS: Updates + 2005-07-20 Manish Singh <yosh@gimp.org> * tests/refcount/signals.c: use G_CALLBACK for signal connections. @@ -1,3 +1,14 @@ +Overview of Changes from GLib 2.7.3 to GLib 2.7.4 +================================================= +* Fix g_atomic_pointer_compare_and_exchange + on Sparc64 [Gert Doering] +* Fix a hang in g_thread_pool_free. [Hong Jen Yee] +* Win32 bug fixes [Tor Lillquist] +* Other bug fixes [Benoit Dejean, Manish Singh] +* Documentation improvements [Bryan Silverthorn, + Callum McKenzie] +* New and updated translations (de,lt,sq,zh_CN) + Overview of Changes from GLib 2.7.2 to GLib 2.7.3 ================================================= * GOption |