diff options
author | Owen Taylor <otaylor@redhat.com> | 2000-11-17 20:44:24 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2000-11-17 20:44:24 +0000 |
commit | cc7ce9f9d717f19e7ad153a1c47839ff787c2cff (patch) | |
tree | 06f45e67e9269e8fc6615ecd36f51b6c13d439ac /ChangeLog.pre-2-0 | |
parent | d27d94d46c0790ee1fc51a3026aaeeecba040f37 (diff) |
Released 1.3.2GLIB_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-0')
-rw-r--r-- | ChangeLog.pre-2-0 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 2883d56f7..d8c3a0c35 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -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> |