Updates
authorMatthias Clasen <matthiasc@src.gnome.org>
Thu, 12 Jul 2007 17:26:20 +0000 (17:26 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Thu, 12 Jul 2007 17:26:20 +0000 (17:26 +0000)
svn path=/trunk/; revision=5633

ChangeLog
NEWS

index 5918f15..25fd956 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/NEWS b/NEWS
index 5664dcd..1fe60dd 100644 (file)
--- 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