Bug 557087 – mem leak in g_content_types_get_registered
[platform/upstream/glib.git] / ChangeLog
index 2183326..ebe497c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,39 @@
+2008-10-20 Christian Persch <chpe@gnome.org>
+
+       Bug 557087 – mem leak in g_content_types_get_registered
+               
+       * gio/gcontenttype.c: Plug a mem leak.
+
+2008-10-19  Michael Natterer  <mitch@imendio.com>
+
+       Bug 556186 – gpoll.h breaks gmain.h inclusion
+
+       * glib/gpoll.h: different fix: disallow direct inclusion
+       unconditionally again but make an exception if included from
+       gmain.h to maintain compatibility.
+
+2008-10-16  Matthias Clasen <mclasen@redhat.com>
+
+       * configure.in: Bump version to 2.19.1
+
+       * === Released 2.19.0 ===
+
+       * NEWS: Updates
+
+2008-10-14  Christian Persch <chpe@gnome.org>
+
+       Bug 556186 – gpoll.h breaks gmain.h inclusion
+
+       * glib/gpoll.h: Only disallow direct inclusion when
+       G_DISABLE_SINGLE_INCLUDES is defined.
+
+2008-10-13  Sven Herzberg  <sven@imendio.com>
+
+       Bug 556101 – static mutex yields warnings with g++
+       Reviewed by Tim Janik
+
+       * configure.in: added an intermediate cast to gpointer
+
 2008-10-13  Christian Persch <chpe@gnome.org>
 
        Bug 555311 – format not a string literal and no format arguments