version bump to 1.1.1, binary age 1, interface age 0. updates. updates.
[platform/upstream/glib.git] / NEWS
1 What is new in GLib 1.1.1:
2
3 * An n-way tree implementation is provided now, based on the GNode structure.
4 * Bugfix for pointer arrays.
5
6 What is new in GLib 1.1.0:
7
8 * GLib is distributed seperatedly from Gtk+ now and uses a sophisticated
9   shared library versioning scheme to deal with interface and binary
10   incompatibilities.
11 * There is a glib-config helper script installed now.
12 * Fixups all over the place.
13 * gboolean is now a gint, not a gchar anymore.
14 * API extensions for GList and GSList.
15 * New g_str*() functions for simple string handling.
16 * GScanner extensions for scope, warning and error handling.
17 * Minor performance improvements for GMemChunks.
18 * Implementations of GQuarks and datasets (similar to GtkObjects data
19   mechansim, but works for generic memory locations).
20 * More convenience macros for GNU C function arguments.
21 * Const correction all over the place, including a new pointer type
22   gconstpointer.
23 * Generic functions for TAB completions.
24 * GRelations for n-way mapping of certain data.