summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2007-07-12 17:26:20 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2007-07-12 17:26:20 +0000
commit6b3b223646c312b7c99b91c02fdc850c2f9a644c (patch)
tree17c05552b63b8f3690e7d946123747ddeb6c6840 /NEWS
parent39248d5123ada660e48267db6b2dfb48f02f67ff (diff)
Updates
svn path=/trunk/; revision=5633
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5664dcd79..1fe60dd89 100644
--- a/NEWS
+++ b/NEWS
@@ -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