summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorTim Janik <timj@src.gnome.org>1998-07-27 01:56:45 +0000
committerTim Janik <timj@src.gnome.org>1998-07-27 01:56:45 +0000
commit787e5f45f30784203ea995fa426dae0c48a059d7 (patch)
treef73a770388758858044344729dbe25c72817fd5b /NEWS
parentfe00841ff8aa776eb352a594bb5995b5a27305b2 (diff)
downloadglib-787e5f45f30784203ea995fa426dae0c48a059d7.tar.gz
news update
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS19
1 files changed, 19 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e69de29bb..8aaf109a7 100644
--- a/NEWS
+++ b/NEWS
@@ -0,0 +1,19 @@
+What is new in GLib 1.1.0:
+
+* GLib is distributed seperatedly from Gtk+ now and uses a sophisticated
+ shared library versioning scheme to deal with interface and binary
+ incompatibilities.
+* There is a glib-config helper script installed now.
+* Fixups all over the place.
+* gboolean is now a gint, not a gchar anymore.
+* API extensions for GList and GSList.
+* New g_str*() functions for simple string handling.
+* GScanner extensions for scope, warning and error handling.
+* Minor performance improvements for GMemChunks.
+* Implementations of GQuarks and datasets (similar to GtkObjects data
+ mechansim, but works for generic memory locations).
+* More convenience macros for GNU C function arguments.
+* Const correction all over the place, including a new pointer type
+ gconstpointer.
+* Generic functions for TAB completions.
+* GRelations for n-way mapping of certain data.