Updates
authorMatthias Clasen <matthiasc@src.gnome.org>
Fri, 27 Jan 2006 13:01:37 +0000 (13:01 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 27 Jan 2006 13:01:37 +0000 (13:01 +0000)
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
NEWS

index ac8123a..73cf588 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-01-27  Matthias Clasen  <mclasen@redhat.com>
+
+       * NEWS: Updates
+
 2006-01-26  Matthias Clasen  <mclasen@redhat.com>
 
        * glib/gmem.c (g_mem_init_nomessage): Fix C99isms.  (#328705, 
index ac8123a..73cf588 100644 (file)
@@ -1,3 +1,7 @@
+2006-01-27  Matthias Clasen  <mclasen@redhat.com>
+
+       * NEWS: Updates
+
 2006-01-26  Matthias Clasen  <mclasen@redhat.com>
 
        * glib/gmem.c (g_mem_init_nomessage): Fix C99isms.  (#328705, 
index ac8123a..73cf588 100644 (file)
@@ -1,3 +1,7 @@
+2006-01-27  Matthias Clasen  <mclasen@redhat.com>
+
+       * NEWS: Updates
+
 2006-01-26  Matthias Clasen  <mclasen@redhat.com>
 
        * glib/gmem.c (g_mem_init_nomessage): Fix C99isms.  (#328705, 
diff --git a/NEWS b/NEWS
index a1195ae..0cd7872 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+Overview of Changes from GLib 2.9.4 to GLib 2.9.5
+=================================================
+
+* Memory management: 
+  Runtime debugging support: The slice allocator
+  can be turned off by setting G_SLICE=always-malloc
+  in the environment. Zeroing of freed memory can
+  now be turned on at runtime by setting
+  G_DEBUG=gc-friendly in the environment. [Tim Janik]
+
+* Bugs fixed:
+ 328253 HP-UX/IA-64 uses ".so" as default shared library 
+        extension [Albert Chin]
+ 143380 unicode-encoding test fails converting to UTF-16 
+        with libiconv [Marc Moorcroft]
+ 328254 Build breakage (GSlice) [Jens Ganseuer]
+ 328705 C99ism in glib/gmem.c [Kazuki Iwamoto]
+
+* Translation updates (da,et,zh_CN)
+
 Overview of Changes from GLib 2.9.3 to GLib 2.9.4
 =================================================