NEWS: README: configure.in: glib.spec: Updated to version 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
This commit is contained in:
CST 1998 Shawn T. Amundson
1998-11-23 01:37:32 +00:00
committed by Shawn Amundson
parent 6515316f82
commit 3556db2054
14 changed files with 125 additions and 15 deletions

View File

@@ -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