Apparently AC_LIBTOOL_WIN32_DLL isn't deprecated after all, and in fact
[platform/upstream/glib.git] / ChangeLog.pre-2-12
index 5fc7ac8..01c7fe0 100644 (file)
@@ -1,5 +1,17 @@
+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/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)