This commit is contained in:
Matthias Clasen 2005-07-23 13:28:58 +00:00
parent 8edd3a3c0b
commit 57ac20ec61
5 changed files with 23 additions and 0 deletions

View File

@ -1,5 +1,7 @@
2005-07-23 Matthias Clasen <mclasen@redhat.com>
* NEWS: Updates
* glib/gthreadpool.c (g_thread_pool_free): Don't get
stuck in here if immediate is TRUE. (#310954,
Hong Jen Yee)

View File

@ -1,5 +1,7 @@
2005-07-23 Matthias Clasen <mclasen@redhat.com>
* NEWS: Updates
* glib/gthreadpool.c (g_thread_pool_free): Don't get
stuck in here if immediate is TRUE. (#310954,
Hong Jen Yee)

View File

@ -1,5 +1,7 @@
2005-07-23 Matthias Clasen <mclasen@redhat.com>
* NEWS: Updates
* glib/gthreadpool.c (g_thread_pool_free): Don't get
stuck in here if immediate is TRUE. (#310954,
Hong Jen Yee)

View File

@ -1,5 +1,7 @@
2005-07-23 Matthias Clasen <mclasen@redhat.com>
* NEWS: Updates
* glib/gthreadpool.c (g_thread_pool_free): Don't get
stuck in here if immediate is TRUE. (#310954,
Hong Jen Yee)

15
NEWS
View File

@ -1,3 +1,18 @@
Overview of Changes from GLib 2.6.5 to GLib 2.6.6
=================================================
* Fix several bugs with the handling
of comments in key files [Mikael Magnusson]
* Fix g_atomic_pointer_compare_and_exchange
on Sparc64 [Gert Doering]
* Fix a deadlock with threadpools [Hong Jen Yee]
* Make GLib work on BeOS again [Kian Duffy]
* Win32 bug fixes [Kazuki Iwamoto]
* Other bug fixes [Roger Leigh, Kjartan Maraas,
Morten Welinder]
* New and updated translations (bg,cs,cy,de,
en_CA,es,et,fr,hu,ja,ko,nl,sq,sr,sr@Latn,sv,
te,zh_CN,zh_TW)
Overview of Changes from GLib 2.6.4 to GLib 2.6.5
=================================================
* GOption