From: Matthias Clasen Date: Thu, 12 Jul 2007 17:26:20 +0000 (+0000) Subject: Updates X-Git-Tag: GLIB_2_13_7~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6b3b223646c312b7c99b91c02fdc850c2f9a644c;p=platform%2Fupstream%2Fglib.git Updates svn path=/trunk/; revision=5633 --- diff --git a/ChangeLog b/ChangeLog index 5918f15..25fd956 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-07-12 Matthias Clasen + + * NEWS: Updates + Thu Jul 12 17:31:08 2007 Tim Janik * tests/slice-concurrent.c: beautified output somewhat. fixed long diff --git a/NEWS b/NEWS index 5664dcd..1fe60dd 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