This commit is contained in:
Matthias Clasen
2006-01-18 17:16:21 +00:00
parent f6c57b3509
commit 1154014f26
86 changed files with 133 additions and 78 deletions

17
NEWS
View File

@@ -1,3 +1,20 @@
Overview of Changes from GLib 2.9.3 to GLib 2.9.4
=================================================
* Type system:
Fix a problem with g_object_compat_control() which
can lead to segfaults in GTK+ applications on 64bit
platforms.
* Thread suppport:
Unused threads now fall back to the global pool after
500 milliseconds, where they wait for another
max-idle-time milliseconds. [Sebastian Wilhelmi]
* Fix a memory allocation problem in GKeyFile. [Morten
Welinder]
Overview of Changes from GLib 2.9.2 to GLib 2.9.3
=================================================