2.11.2
[platform/upstream/glib.git] / ChangeLog.pre-2-12
index c782756..f58ffce 100644 (file)
@@ -1,5 +1,41 @@
+2006-06-05  Matthias Clasen  <mclasen@redhat.com>
+
+       * === Released 2.11.2 ===
+
+       * configure.in: Set interface age to 0.
+
+       * NEWS: Updates
+
+       * glib/gmain.c: Fix some doc formatting issues.
+
+       * glib/gstrfuncs.c: Revert accidental commit.
+
+       * glib/gmain.c (get_dispatch): Don't leak the
+       dispatch struct.  (#321886)
+
+       * tests/strtod-test.c: Add some tests involving
+       leading whitespace.
+
+       * glib/gstrfuncs.c (g_ascii_formatd): Skip leading 
+       whitespace.  (#343899, Ã˜ystein Johansen)
+
 2006-06-01  Matthias Clasen  <mclasen@redhat.com>
 
+       * glib/gmain.h: 
+       * glib/gmain.c: Add three new functions, 
+       g_main_current_source, g_source_set_funcs and 
+       g_source_is_destroyed, that will be necessary to 
+       solve thread-safety issues with idles in GTK+.  
+       (#321886, Chris Wilson)
+
+2006-06-01  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/giochannel.c (g_io_channel_write_chars): Avoid
+       running in an assertion with small writes.  (#343566, Chris
+       Wilson)
+
+       * tests/iochannel-test.c: Add a testcase for small writes.
+
        * glib/glib.symbols: 
        * glib/ghash.h: 
        * glib/ghash.c: Add g_hash_table_{remove,steal}_all to