diff options
author | CST 1998 Shawn T. Amundson <amundson@gtk.org> | 1998-10-25 08:20:31 +0000 |
---|---|---|
committer | Shawn Amundson <amundson@src.gnome.org> | 1998-10-25 08:20:31 +0000 |
commit | c3d01e7332370931888ba6a1574e3c9ef26d247c (patch) | |
tree | 5de74b0b7c5de1e9ee1e62703933f1bf84210dbb /NEWS | |
parent | e86746f168529218742af51365155a5034c8f9c8 (diff) | |
download | glib-c3d01e7332370931888ba6a1574e3c9ef26d247c.tar.gz |
Released GLib 1.1.4GLIB_1_1_4
Sun Oct 25 01:24:01 CST 1998 Shawn T. Amundson <amundson@gtk.org>
* Released GLib 1.1.4
* docs/Makefile.am:
* docs/.cvsignore
* docs/glib-config.1:
* docs/glib.texi: Moved docs from gtk and created glib-config.1
from gtk-config.1 in gtk
* configure.in:
* Makefile.am:
* sanity_check: added in docs directory, change rule 'release'
to 'snapshot' and created a new 'release' rule for doing the
distribution. Added in a 'sanity' rule.
* NEWS:
* README:
* INSTALL: Updated for the release
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +Overview of Changes in GLib 1.1.4: + +* Added generic callback maintenance functions (ghook) +* New endian defines (G_*_ENDIAN) +* New string join/split/free routines +* Fixes + Overview of Changes in GLib 1.1.3: * New GModule mechanism (implemented in an extra library) which wraps dynamic |