summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-6
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2000-11-17 20:44:24 +0000
committerOwen Taylor <otaylor@src.gnome.org>2000-11-17 20:44:24 +0000
commitcc7ce9f9d717f19e7ad153a1c47839ff787c2cff (patch)
tree06f45e67e9269e8fc6615ecd36f51b6c13d439ac /ChangeLog.pre-2-6
parentd27d94d46c0790ee1fc51a3026aaeeecba040f37 (diff)
downloadglib-cc7ce9f9d717f19e7ad153a1c47839ff787c2cff.tar.gz
Released 1.3.2upstream/GLIB_1_3_2
Fri Nov 17 15:43:00 2000 Owen Taylor <otaylor@redhat.com> * Released 1.3.2 * NEWS: Update. * tests/Makefile.am (dist-hook): Add code to distribute markup test files.
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r--ChangeLog.pre-2-611
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index 2883d56f7..d8c3a0c35 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -1,3 +1,12 @@
+Fri Nov 17 15:43:00 2000 Owen Taylor <otaylor@redhat.com>
+
+ * Released 1.3.2
+
+ * NEWS: Update.
+
+ * tests/Makefile.am (dist-hook): Add code to distribute
+ markup test files.
+
2000-11-15 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* configure.in: Check for the sched.h header and include it on
@@ -526,9 +535,11 @@ Mon Sep 11 10:03:24 2000 Owen Taylor <otaylor@redhat.com>
statically as it might call a function. So do it at first call.
Tue Sep 26 2000 Elliot Lee <sopwith@redhat.com>
+
* glib.h: Add G_GNUC_PURE macro (but don't use it anywhere).
Mon Sep 25 2000 Elliot Lee <sopwith@redhat.com>
+
* garray.c, glib.h, gmem.c: Add a few missing G_GNUC_CONST's.
2000-09-21 Tor Lillqvist <tml@iki.fi>