(test_thread_stop_unused): Removed an
[platform/upstream/glib.git] / ChangeLog
index b047a8b..b9e5e78 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,37 @@
+2006-04-07  Martyn Russell  <martyn@imendio.com>
+
+       * tests/threadpool-test.c: (test_thread_stop_unused): Removed an
+       assertion which can fail and is not a critical test.
+
+2006-04-07  Hans Breuer  <hans@breuer.org>
+
+       * glib/makefile.msc.in : added gbase64.obj and derive the static libs
+       name from auto* variables
+       * glib/makefile.msc.in : link user32.lib for MessageBox()
+
+2006-04-07  Martyn Russell  <martyn@imendio.com>
+
+       * glib/gasyncqueue.[ch]: Added private API
+       _g_async_queue_get_mutex so that g_thread_pool_free() can use the
+       async queue mutex. 
+       
+       * glib/gthreadpool.c: Make sure
+       g_thread_pool_stop_unused_threads() actually stops unused threads
+       and global limits (like max idle time and max unused threads) can
+       be set without creating a thread pool first. Fixed #335215 (patch
+       from Chris Wilson).  
+       
+       * tests/threadpool-test.c: Added two new tests, tests setting
+       global limits before creating a thread pool. The second test
+       makes sure unused threads are actually stopped when using the
+       g_thread_pool_stop_unused_threads(). 
+
+2006-04-05  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/gnulib/vasnprintf.c (vasnprintf): Make
+       long long printing work if snprintf is not 
+       available.  (#332841, Michael McDonald)
+
 2006-04-05  Behdad Esfahbod  <behdad@gnome.org>
 
        * tests/option-test.c: Check the return value of g_get_prgname for