diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | NEWS | 5 |
2 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2007-07-12 Matthias Clasen <mclasen@redhat.com> + + * NEWS: Updates + Thu Jul 12 17:31:08 2007 Tim Janik <timj@imendio.com> * tests/slice-concurrent.c: beautified output somewhat. fixed long @@ -1,6 +1,11 @@ Overview of Changes from GLib 2.13.6 to GLib 2.13.6 =================================================== +* The memory corruption warning from the slice allocator that + occurred when threads were initialized after the slice allocator + has been removed, as the slice allocator now works fine + in this scenario. + * New functions g_once_init_enter() and g_once_init_leave() make it easier to write threadsafe one-time initialization functions |