svn path=/trunk/; revision=5633
This commit is contained in:
Matthias Clasen 2007-07-12 17:26:20 +00:00
parent 39248d5123
commit 6b3b223646
2 changed files with 9 additions and 0 deletions

View File

@ -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

5
NEWS
View File

@ -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