summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--NEWS5
2 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5918f1579..25fd95683 100644
--- 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 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