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