Apparently AC_LIBTOOL_WIN32_DLL isn't deprecated after all, and in fact
[platform/upstream/glib.git] / ChangeLog.pre-2-12
index 96bd57f..01c7fe0 100644 (file)
@@ -1,7 +1,21 @@
+2005-03-27  Tor Lillqvist  <tml@novell.com>
+
+       * configure.in: Apparently AC_LIBTOOL_WIN32_DLL isn't deprecated
+       after all, and in fact necessary with HEAD libtool.
+
+2005-03-23  Tor Lillqvist  <tml@novell.com>
+
+       * glib/gutils.c (g_getenv): [Win32] Fix corner case bug when
+       environment variable value is exactly one character.
+
 2005-03-21  Matthias Clasen  <mclasen@redhat.com>
 
-       * glib/gmem.h: Add g_try_new, g_try_new0 and 
-       g_try_renew.  (#169611, Stefan Kost)
+       * glib/glib.symbols: Add g_try_malloc0
+
+       * glib/gmem.h: Add g_try_new, g_try_new0, g_try_renew and
+       g_try_malloc0.  (#169611, Stefan Kost)
+
+       * glib/gmem.c: Implement g_try_malloc0.
 
 2005-03-20  Tor Lillqvist  <tml@novell.com>