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