Fix memory leak. (#72990, Paoloo Maggi)
[platform/upstream/glib.git] / ChangeLog
index c263521..5d815c7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,39 @@
+Thu Feb 28 11:13:49 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * glib/gshell.c (g_shell_unquote): Fix memory leak.
+       (#72990, Paoloo Maggi)
+
+2002-02-28  Sven Neumann  <sven@gimp.org>
+
+       * m4macros/glib-2.0.m4: nicer output of configure --help.
+
+2002-02-27  Daniel Elstner  <daniel.elstner@gmx.net>
+
+       * glib/gdate.c (g_date_strftime): Remove the shortcut
+       for UTF-8 locales to ensure consistent behaviour.  Fix
+       handling of the strftime return value, and avoid looping
+       if strftime is buggy and constantly returns 0.  Always
+       return 0 if the output buffer was to small. (#72544)
+
+Tue Feb 26 21:44:01 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * config.status config.guess: Remove these files
+       from CVS so we more-or-less current versions from
+       automake --add-missing. (Reported by Finlay Dobbie,
+       #60342)
+
+2002-02-26  Matthias Clasen  <maclas@gmx.de>
+
+       * docs/debugging.txt, gobject/glib-genmarshal.c,
+       gobject/glib-genmarshal.1, gobject/Makefile.am, gobject/gtype.c:
+       Remove references to gruntime. This includes renaming the test
+       program testgruntime to testgobject and the debug envvar
+       GRUNTIME_DEBUG to GOBJECT_DEBUG.  (#50877)
+
 Tue Feb 26 14:56:31 2002  Owen Taylor  <otaylor@redhat.com>
 
        * glib-2.0.pc.in: Reorder @INTL_LIBS@ and @ICONV_LIBS@ in case
-       -lintl depends on -licon. (Miroslaw Dobrzanski-Neumann #72717)
+       -lintl depends on -licon. (Miroslaw Dobrzanski-Neumann #72708)
 
 Mon Feb 25 23:01:53 2002  Owen Taylor  <otaylor@redhat.com>