diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2007-07-12 17:26:20 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2007-07-12 17:26:20 +0000 |
commit | 6b3b223646c312b7c99b91c02fdc850c2f9a644c (patch) | |
tree | 17c05552b63b8f3690e7d946123747ddeb6c6840 /NEWS | |
parent | 39248d5123ada660e48267db6b2dfb48f02f67ff (diff) |
Updates
svn path=/trunk/; revision=5633
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |