summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-10
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2000-07-14 19:22:54 +0000
committerOwen Taylor <otaylor@src.gnome.org>2000-07-14 19:22:54 +0000
commiteb023508ad933fba5a5542ce2927d784a9c982a2 (patch)
treee1e26264f7be2bab3d5e76274b55810ae20901dd /ChangeLog.pre-2-10
parentf4e591eb7b9df60576646d873fc9dbac1bb1278a (diff)
downloadglib-eb023508ad933fba5a5542ce2927d784a9c982a2.tar.gz
Move glib-config to glib-config-2.0 move glib.m4 to glib-2.0.m4
Fri Jul 14 12:22:49 2000 Owen Taylor <otaylor@redhat.com> * configure.in Makefile.am glib-config.m4 glib.m4: Move glib-config to glib-config-2.0 move glib.m4 to glib-2.0.m4 * Makefile.am gobject/Makefile.am gmodule/Makefile.am gthread/Makefile.am tests/Makefile.am: Change library names to libglib-1.3.la, etc, so that we can distinguish glib-1.2 and glib-2.0 on the linkline. * Makefile.am gobject/Makefile.am gmodule/Makefile.am: Move include files into /usr/include/glib-2.0. Thu Jul 6 18:54:49 2000 Owen Taylor <otaylor@redhat.com> * docs/Makefile.am (EXTRA_DIST): Remove info files from the build.
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r--ChangeLog.pre-2-1019
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index f53856c7a..153d8e47c 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,3 +1,22 @@
+Fri Jul 14 12:22:49 2000 Owen Taylor <otaylor@redhat.com>
+
+ * configure.in Makefile.am glib-config.m4 glib.m4: Move
+ glib-config to glib-config-2.0 move glib.m4 to
+ glib-2.0.m4
+
+ * Makefile.am gobject/Makefile.am gmodule/Makefile.am
+ gthread/Makefile.am tests/Makefile.am: Change
+ library names to libglib-1.3.la, etc, so that we
+ can distinguish glib-1.2 and glib-2.0 on the linkline.
+
+ * Makefile.am gobject/Makefile.am gmodule/Makefile.am:
+ Move include files into /usr/include/glib-2.0.
+
+Thu Jul 6 18:54:49 2000 Owen Taylor <otaylor@redhat.com>
+
+ * docs/Makefile.am (EXTRA_DIST): Remove info files
+ from the build.
+
2000-07-14 Tor Lillqvist <tml@iki.fi>
* glib.def: Add g_error functions.