summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-10
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2001-08-04 15:49:55 +0000
committerAlexander Larsson <alexl@src.gnome.org>2001-08-04 15:49:55 +0000
commit3339995d877c825b22b344bda079fa3a05db55b4 (patch)
treee0d66f15cc52027c9719d8189d9d2f4c77e4563a /ChangeLog.pre-2-10
parent1ff027aa2ddb2fa3c6adf12c5a3fa1717c5ce25a (diff)
downloadglib-3339995d877c825b22b344bda079fa3a05db55b4.tar.gz
Hacky script to fix up your .msc.in files on windows. Dunno if this is a
2001-08-04 Alexander Larsson <alexl@redhat.com> * win32-fixup.pl: Hacky script to fix up your .msc.in files on windows. Dunno if this is a good solution yet. * build/win32/module.defs: Back down libiconv version to 1.3, since that is what tor distributes. * glib/glib.def: Update * gobject/makefile.msc.in: build gobject-query.exe and gmarshal.strings, add libiconv dependency to linklines. * gobject/marshal-genstrings.pl: New file. perl script to generate gmarshal.strings.
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r--ChangeLog.pre-2-1018
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index 2d7822c4c..58ffb78c7 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,3 +1,21 @@
+2001-08-04 Alexander Larsson <alexl@redhat.com>
+
+ * win32-fixup.pl:
+ Hacky script to fix up your .msc.in files on windows.
+ Dunno if this is a good solution yet.
+
+ * build/win32/module.defs:
+ Back down libiconv version to 1.3, since that is what tor distributes.
+
+ * glib/glib.def:
+ Update
+
+ * gobject/makefile.msc.in:
+ build gobject-query.exe and gmarshal.strings, add libiconv dependency to linklines.
+
+ * gobject/marshal-genstrings.pl:
+ New file. perl script to generate gmarshal.strings.
+
2001-08-03 Ron Steinke <rsteinke@w-link.net>
* glib/giochannel.c: Fixed g_io_channel_seek_position()