summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-12
diff options
context:
space:
mode:
authorCST 1998 Shawn T. Amundson <amundson@gtk.org>1998-11-23 01:37:32 +0000
committerShawn Amundson <amundson@src.gnome.org>1998-11-23 01:37:32 +0000
commit3556db20549c3d2a7d0ccc6552433cafc3fae4a5 (patch)
tree64bdbaaaf6419e1a16f06206a15842416247d4a3 /ChangeLog.pre-2-12
parent6515316f8233a5e3db3f5b4f949e63ecfaf24e02 (diff)
NEWS: README: configure.in: glib.spec: Updated to version 1.1.5GLIB_1_1_5
Sat Nov 21 14:57:39 CST 1998 Shawn T. Amundson <amundson@gtk.org> * INSTALL: NEWS: README: configure.in: glib.spec: Updated to version 1.1.5 * Released GLib 1.1.5
Diffstat (limited to 'ChangeLog.pre-2-12')
-rw-r--r--ChangeLog.pre-2-1212
1 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12
index 63f4d0a6e..9d97abab9 100644
--- a/ChangeLog.pre-2-12
+++ b/ChangeLog.pre-2-12
@@ -1,5 +1,15 @@
+Sat Nov 21 14:57:39 CST 1998 Shawn T. Amundson <amundson@gtk.org>
+
+ * INSTALL:
+ NEWS:
+ README:
+ configure.in:
+ glib.spec: Updated to version 1.1.5
+
+ * Released GLib 1.1.5
+
Wed Nov 18 1998 Elliot Lee <sopwith@redhat.com>
- . gdataset.c: There was a code path into g_data_set_internal
+ * gdataset.c: There was a code path into g_data_set_internal
through a function (g_datalist_id_set_full). Neither function
checked for g_dataset_init having been run, but
g_data_set_internal used the memchunk. I added