summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorCST 1998 Shawn T. Amundson <amundson@gtk.org>1998-12-02 05:30:22 +0000
committerShawn Amundson <amundson@src.gnome.org>1998-12-02 05:30:22 +0000
commite37b4d00a4c97ed68050a769a6de9cc079a49066 (patch)
treedfa8258baf9d6dacf2e7750b3e43c326ff5fcf11 /NEWS
parent2886be294a0cd7c02cad36d34fe76dafb79da3c3 (diff)
downloadglib-e37b4d00a4c97ed68050a769a6de9cc079a49066.tar.gz
NEWS: README: glib.spec: docs/glib-config.1: Incremented versions to
Tue Dec 1 23:01:44 CST 1998 Shawn T. Amundson <amundson@gtk.org> * INSTALL: NEWS: README: glib.spec: docs/glib-config.1: Incremented versions to 1.1.6.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS15
1 files changed, 15 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7ce92360a..4d3b35905 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+Overview of Changes in GLib 1.1.6:
+
+* New GDate functionality for calendar date manipulations (g_date_*)
+* New GAllocator type and assocated functions
+* New functions g_slist_copy and g_list_copy to duplicate a list with all
+ its data pointers.
+* New function g_array_insert_vals and new macro g_array_insert_val to
+ insert elements at an arbitrary index
+* GAllocators used for glist, gslist, gnode node allocations
+* Incremental freezing in ghash
+* New function g_hook_list_marshal_check to eventually destroy hooks after
+ they got marshalled
+* Removed GListAllocator type and its g_*_allocator_*() function variants
+* Bug fixes
+
Overview of Changes in GLib 1.1.5:
* Win32 portability