removed this function which was not publically exported in glib.h. to
[platform/upstream/glib.git] / NEWS
1 Overview of Changes in GLib 1.1.3:
2
3 * New library gmodule included which basically wraps dlopen() facilities.
4 * New g_log() mechanism for logging of messages at different log levels,
5   associated with certain log domains (define -DG_LOG_DOMAIN for your module).
6 * New inline functions for bit masks tests.
7 * GNode functions now return the newly allocated node.
8 * New macro G_VA_COPY() to work around va_list copying oddities on some
9   platforms. the non-static g_vsprintf() function vanished in favour of
10   a publically exported g_strdup_vprintf().
11 * New utility functions for string and printf-like format handling .
12 * Lotsa bug fixes and cleanups as always ;)
13
14 Overview of Changes in GLib 1.1.2:
15
16 * Fixed packaging mistake which occured in 1.1.1
17 * fix 64-bitness in g_prints in glibtest
18
19 What is new in GLib 1.1.1:
20
21 * An n-way tree implementation is provided now, based on the GNode structure.
22 * Bugfix for pointer arrays.
23
24 What is new in GLib 1.1.0:
25
26 * GLib is distributed seperatedly from Gtk+ now and uses a sophisticated
27   shared library versioning scheme to deal with interface and binary
28   incompatibilities.
29 * There is a glib-config helper script installed now.
30 * Fixups all over the place.
31 * gboolean is now a gint, not a gchar anymore.
32 * API extensions for GList and GSList.
33 * New g_str*() functions for simple string handling.
34 * GScanner extensions for scope, warning and error handling.
35 * Minor performance improvements for GMemChunks.
36 * Implementations of GQuarks and datasets (similar to GtkObjects data
37   mechansim, but works for generic memory locations).
38 * More convenience macros for GNU C function arguments.
39 * Const correction all over the place, including a new pointer type
40   gconstpointer.
41 * Generic functions for TAB completions.
42 * GRelations for n-way mapping of certain data.