Released 1.3.4
[platform/upstream/glib.git] / NEWS
1 Overview of Changes in GLib 1.3.4:
2
3 * Efficiency improvements for GThreadPool
4 * A few bug fixes
5 * Build fixes
6 * Documentation improvements
7
8 Overview of Changes in GLib 1.3.3:
9
10 * More user_data support in various functions.
11 * Main loop API revamps to support per-thread main loops.
12 * Unicode handling improvements.
13 * Implemented debugging traps.
14 * G_CONST_RETURN specification all over the place.
15 * Various new small utility functions.
16 * Random number generator precision improvements.
17 * New configure option --disable-mem-pools.
18 * Many Win32 improvements.
19 * Added g_try_malloc() friends varinats.
20 * Many documentation improvements.
21 * Many threading improvements, support for dynamic allocation
22   of static mutexes.
23 * GHookLIst API cleanups.
24 * Improved format support of GDate parser.
25 * String function speed improvements with new g_stpcpy().
26 * Hashtable API additions.
27 * New GPatternSpec for shell-style pattern matching (from GtkPatternSpec).
28 * Optimizations, cleanups, bug fixes.
29
30 Overview of Changes in GLib 1.3.2:
31
32 GLib:
33
34 * Win32 build improvements  [Tor]
35 * Improvements to error reporting  
36   (g_critical(), g_return_if_reached()) [Darin]
37 * Add g_strlcpy/g_strlcat  [David Wheeler]
38 * New IO channel implementation for Win32  [Tor] 
39 * Make g_array_free, g_string_free return pointer to memory requested
40   not to be freed.  [Darin]
41 * Added GError based error reporting for thread functions.  [Sebastian]
42 * Moved reference docs into GLib distribution. [Owen]
43 * Added g_convert() for doing convenient character set conversions based
44   on iconv. (GLib now requires libiconv or a native iconv.) [Havoc/Owen]
45 * Various Unicode handling additions (g_ucs4_to_utf8, g_utf8_validate(),
46   g_{locale,filename}_{to,from}_utf8)  [Robert/Havoc/Owen]
47 * Portability fixes for threading.  [Sebastian]
48 * Added convenient functions for launching new processes (g_spawn_*),
49   and shell quoting/unquoting functions.  [Havoc]
50 * Split glib.h into many headers.  [Sebastian]
51 * Added a simple callback-based parser for XML-like files (GMarkup).  [Havoc]
52 * Fixed confusions between comparison functions that return <0, 0, >0
53   and equaility functions that return FALSE,TRUE.  [Sebastian]
54 * Added safe/portable temporary file manipulation functions.  [Tor]
55 * autoconf improvements.  [Raja]
56 * Many documentation improvements.
57 * Bug fixes.
58
59 GObject:
60
61 * Added boxed and pointer types.  [Tim/Jonathan]
62 * Added callback abstraction (GClosure)  [Tim]
63 * Added signal system (GSignal)  [Tim]
64 * Make GTypePlugin an interface  [Tim]
65 * Added GTypeModule - a simple GTypePlugin instantiation  [Owen]
66 * Bug fixes.
67
68 What's new in GLib 1.3.1:
69
70 * New GObject library added including object system based on
71   the GTK+ object system. 
72 * Functions for getting the properties of Unicode characters, 
73   computing the canonical decomposition and ordering combining
74   characters aand manipulating UTF-8 string manipulation based
75   on libunicode.
76 * GString now properly handles embedded nuls.
77 * Multiple fixes from the 1.2.x branch.
78 * Upgrade to libtool 1.3.3
79 * Full thread support (thread creation and destruction).
80 * BeOS port, BeOS dynamic modules.
81 * Many improvements to the Windows ports.
82 * Improvements to the OS/2 port, OS/2 module support.
83 * Double ended queue implementation.
84 * GLib macros for printf() formatting, e.g. G_GULONG_FORMAT = "lu"
85 * New configure option --enable-msg-prefix to prefix messages, warnings
86   et ceteri with the program name and the process id.
87 * New thread-safe random number generator Mersenne Twister.
88 * g_strcompress() added, g_strescape() had a slight API change, and
89   more tightly defined semantics.
90 * the g_string(x) macro has been removed, #x may be used instead.
91