diff options
author | Shawn Amundson <amundson@src.gnome.org> | 1999-02-25 21:34:25 +0000 |
---|---|---|
committer | Shawn Amundson <amundson@src.gnome.org> | 1999-02-25 21:34:25 +0000 |
commit | a66533dbfa49af724bf9f4a59258e7717818331a (patch) | |
tree | 53d1afc8de78846463234255290a282ffd372f9a /NEWS | |
parent | b9ef2b41db975061960e2217220668c2a5d563da (diff) |
Increment version to 1.2.0.GLIB_1_2_0
Increment version to 1.2.0.
-Shawn
amundson@gtk.org
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -1,3 +1,24 @@ +What's new in GLib 1.2.0 (since GLib 1.0.x): + +* GLib is distributed seperatedly from Gtk+ +* Win32 Portability +* Threading support +* GModule mechanism (implemented in an extra library) which wraps dynamic + object code loading facilities in a portable manner +* GIOChannel structure to encapsulate the IPC mechanism +* GQuarks and datasets +* GRelations for n-way mapping of certain data +* An n-way tree implementation +* GDate functionality for calendar date manipulations +* GAllocator type and assocated functions +* Added generic callback maintenance functions (ghook) +* Generic functions for TAB completions +* Endian defines (G_*_ENDIAN) +* g_log() mechanism for logging of messages at different log levels +* Generic main-loop mechanism +* New glib-config helper script +* Many more API extensions + Overview of Changes in GLib 1.1.16: * Allocate smaller pools of memory for glists, gslists, gnodes |