summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-10
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2005-12-21 04:45:56 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-12-21 04:45:56 +0000
commit700a71f01074c091278420cc49087dbb6057982f (patch)
tree4977d65647cfdc3807645d9dc0355d907bd2c250 /ChangeLog.pre-2-10
parent3f9d65375e46a49e3be7bf1ca7533b3a9ac310b4 (diff)
downloadglib-700a71f01074c091278420cc49087dbb6057982f.tar.gz
New function to sort tasks pushed into a threadpool. (#324479, Martyn
2005-12-20 Matthias Clasen <mclasen@redhat.com> * glib/glib.symbols: * glib/gthreadpool.h: * glib/gthreadpool.c (g_thread_pool_set_sort_function): New function to sort tasks pushed into a threadpool. (#324479, Martyn Russell) * tests/threadpool-test.c: Test this.
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r--ChangeLog.pre-2-109
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index a17931884..cb65ab538 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,3 +1,12 @@
+2005-12-20 Matthias Clasen <mclasen@redhat.com>
+
+ * glib/glib.symbols:
+ * glib/gthreadpool.h:
+ * glib/gthreadpool.c (g_thread_pool_set_sort_function): New function
+ to sort tasks pushed into a threadpool. (#324479, Martyn Russell)
+
+ * tests/threadpool-test.c: Test this.
+
Tue Dec 20 18:14:14 2005 Tim Janik <timj@imendio.com>
* glib/gslice.[hc]: added mem_error() and mem_assert() to test and