Version 2.3.1, interface age 0.
[platform/upstream/glib.git] / NEWS
1 Overview of Changes from GLib 2.3.0 to GLib-2.3.1
2 =================================================
3
4 * Add glib/gi18n.h and glib/gi18n-lib.h for common
5   gettext suport, including a Q() macro for translation
6   with context [Matthias Clasen]
7 * Add a more flexible G_FILENAME_ENCODING variable
8   as a replacement for G_BROKEN_FILENAMES [Matthias]
9 * Fix the return value g_main_context_iterate() for
10   newly ready sources [Padraig O'Briain]
11 * Documentation improvements [Matthias]
12 * Misc bug fixes [Matthias, Mark McLoughlin, Morten Welinder]
13 * Updated translations (es,ja,no)
14
15 Overview of Changes from GLib 2.2.x to GLib-2.3.0
16 =================================================
17
18 * Replace Trio printf by gnulib vasnprintf [Matthias Clasen]
19 * Update Unicode data to Unicode 4.0 [Noah Levitt]
20 * Support XML-safe formatted output with 
21   g_markup_[v]printf_escaped [Owen Taylor]
22 * Add g_file_read_link to read symbolic links [Matthias]
23 * Add g_unichar_get_mirror_char to obtain the 
24   mirrored variant of a character [Noah]
25 * Support for one-time initialization functions. 
26   [Sebastian Wilhelmi]
27 * Miscellaneous API additions: g_vasprintf
28   g_string_chunk_insert_len, g_setenv, g_unsetenv [Matthias]
29 * Docs improvements [Matthias]
30 * Add support instance-private data on classed types
31   [Mark McLoughlin, Tim Janik, Owen]
32 * Optimize signal emissions [Soeren Sandmann, Tim]
33 * Support a "default vtable" per interface [Tim]
34 * Add support for properties on interfaces [Owen, Tim]
35 * Miscellaneous API additions: g_value_take_string(),
36   g_value_take_param(), g_value_take_object(), 
37   g_value_take_boxed(). [Matthias]
38 * Win32 build fixes [Tor Lillquist]
39
40 Overview of Changes from GLib 2.1.5 to GLib-2.2.0
41 =================================================
42
43 * Fix a problem with g_thread_init() on 64-bit problems
44   [Alceste Scalas, Sebastian Wilhelmi]
45 * Add assembly implementations of byteswap macros
46   for ia64 and x86_64. [Manish Singh]
47 * IOChannel fixes for Win32 [Tor Lillqvist, Thorsten Maerz]
48 * Updated translations (bg,ca,es,da,fi,lv,ru,sk)
49
50 Overview of Changes from GLib 2.1.4 to GLib-2.1.5
51 =================================================
52
53 * Win32 bug fixes [Tor Lillqvist]
54 * Various post-rewrite fixes for glib-gettext.m4 [Owen Taylor,
55   Jody Goldberg, Kjartan Maraas, Johannes Stezenbach]
56 * Ensure we have a GUINT64_FORMAT by pulling in Trio
57   if necessary [Manish Singh]
58 * Further Trio build fixes [Matthias Clasen, Owen]
59 * Hack around gcc, libtool issues with -pthread [Owen]
60 * Docs improvements [Matthias]
61 * Bug and portability fixes 
62 * Updated and new translations (bg,de,fi,fr,sq,fr)
63
64 Other contributors: Kai Poitschke, Morten Welinder
65
66 Overview of Changes from GLib 2.1.3 to GLib-2.1.4
67 =================================================
68
69 * autoconf changes to make it possible to cross compile
70   GLib. [Owen Taylor, Dan Kegel, Amy Lin, Dimi Shahbaz, 
71   Johannes Stezenbach]
72 * Use libintl when it has bind_textdomain_codeset() and
73   GLib doesn't. [Owen]
74 * Improve generation of pseudo-random integers [Morten Welinder, 
75   Sebastian Wilhelmi]
76 * Avoid literal UTF-8 in favor of octal escapes [Owen, Tomas Ogren]
77 * Cleanup include order [Sven Neumann]
78 * autoconf cleanups and bug fixes [Daniel, Matthias Clasen, Owen]
79 * Doc fixes and additions [Matthias]
80
81 Other contributors: James M. Cape, Frederic Crozat, Martin Gansser,
82   Phuc LeHong, Manish Singh, Joshua Weage, Morten Welinder
83
84 Overview of Changes from GLib 2.0.x to GLib-2.1.x
85 =================================================
86
87 * Add copy of the Trio library to build and use for printf() when 
88   system printf isn't good enough. Add g_printf()/etc. [Matthias Clasen]
89 * Add g_str_has_suffix()/g_str_has_prefix() [Alex Larsson]
90 * Add g_markup_parse_context_get_element() [Matthias]
91 * Add g_utf8_strreverse [Matthias]
92 * Add g_ascii_strtoull() [Tim Janik]
93 * Support scanning of 64-bit values with GScanner [Tim]
94 * Add g_set/get_application_name() [Havoc Pennington]
95 * Add G_LIKELY()/G_UNLIKELY() macros for hinting branch probabilities. 
96   Use for g_return_if_fail(). [Matthias Clasen]
97 * Add G_GNUC_DEPRECATED macro [Tom Tromey]
98 * Improve the seeding algorithm of GRandom to avoid problems
99   with certain pathological seeds. Support G_RANDOM_VERSION=2.0
100   environment variable. [Sebastian Wilhelmi]
101 * Improve thread configure checks, use -pthread where applicable
102   [Sebastian]
103 * Improve handlng of thread priorities [Sebastian]
104 * Fix up parameter names that might shadow functions from
105   system headers [Soeren Sandmann]
106 * Clean up usage of deprecated functions [Manish Singh]
107 * Docs fixes and improvements. In particular, include "Since" information.
108   [Matthias, Soeren, Martin Schulze, Daryll Strauss, Bill Janssen, 
109   Owen Taylor, Morten Welinder]. 
110
111 Overview of Changes in GLib 2.0.7
112 =================================
113
114 * Fix C++ warnings in gtype.h [Dom Lachowicz]
115 * Fix g_type_fundamental_next() [Tim Janik]
116 * Fix various missing includes of config.h [Morten Welinder]
117 * Handle main loop initialization before g_thread_init [Sebastian Wilhelmi]
118 * Various 64-bit fixes [Manish Singh]
119 * Fix GPoll on Win32 [Tor Lillqvist, Herman Bloggs]
120 * Fix bug with buffering on UTF-8 IOChannels [Daniel Elstner]
121 * Misc bug and build fixes [Soren Andersen, Gustavo Carneiro, Tor,
122      Tim, Havoc Pennington,  Matthias Clasen, Sebastian Rittau,
123      Masahiro Sakai, Arvind Samptur, HideToshi Tajima, Owen Taylor]
124 * Updated and new translations (be,cs,de,*fa,it,lv,pt_BR,tr)
125
126 Overview of Changes in GLib 2.0.6
127 =================================
128
129 * Fix problem with interface prerequisites [Jon Trowbridge, Dave Camp]
130 * Clean up debug spew from GObject [Anders Carlsson]
131 * Compiler warning fixes [David L. Cooper II]
132 * Fix some problems with g_build_path() [Guillaume Chazarain, Owen Taylor]
133 * Fixes for --disable-debug [Sebastian Wilhelmi]
134 * Threading fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann, 
135   Rajkumar Sivasamy, Laurent Vivier]
136 * Documentation fixes [Jacob Berkman, Manuel Clos, Jared Dukat, 
137   Sebastian Rittau, Linus Welleij]
138 * Misc bug fixes [Anders Carlsson, Sam Couter, Morten Welinder, Owen]
139 * Updated translations (bg,ko,vi)
140
141 Overview of Changes in GLib 2.0.5
142 =================================
143
144 * Fix problem with interface prerequisites [Jon Trowbridge, Dave Camp]
145 * Clean up debug spew from GObject [Anders Carlsson]
146 * Compiler warning fixes [David L. Cooper II]
147 * Fix some problems with g_build_path() [Guillaume Chazarain, Owen Taylor]
148 * Fixes for --disable-debug [Sebastian Wilhelmi]
149 * Threading fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann, 
150   Rajkumar Sivasamy, Laurent Vivier]
151 * Documentation fixes [Jacob Berkman, Manuel Clos, Jared Dukat, 
152   Sebastian Rittau, Linus Welleij]
153 * Misc bug fixes [Anders Carlsson, Sam Couter, Morten Welinder, Owen]
154 * Updated translations (bg,ko,vi)
155
156 Overview of Changes in GLib 2.0.4
157 =================================
158
159 * Fix some 64-bit problems. (George Lebl, David L. Cooper II)
160 * Add note about Tru64 iconv to INSTALL. (Manuel Op de Coul)
161 * Fix problem with timouts > MAXINT. (Tim Janik, Owen Taylor)
162 * Updated translations (ca,es,fr,ja,gl,ms,nl,pl,pt,ru)
163
164 Overview of Changes in GLib 2.0.3
165 =================================
166
167 * Handle sorting 0-length arrays (Ron Arts)
168 * Threading fixes (Sebastian Wilhelmi)
169 * Portability fixes (Miroslaw Dobrzanski-Neumann, Jacob Berkman, Gareth Pierce, 
170   Sebastian, Qingjiang Yuan)
171 * Various fixes for glib-2.0.m4. (Jim Gettys, others.)
172 * Locate right glib-genmarshal when cross-compiling. (Mitch Natterer)
173 * Win32 fixes (Tor Lillqvist)
174 * Try to fix g_get_charset() related segfaults. (Owen)
175 * Fixes for gettext detection. (Dan Winship, HideToshi Tajima, Boyd Lynn Gerber,
176   Andrew P. Lentvorski, Jr.)
177 * Fix g_scanner_unexp_token() (Tim Janik, Sven Neumann)
178 * g_markup fixes. (Matthias Clasen.)
179 * Bug fixes and cleanups (Daniel Elstner, Matthias, Laszlo Peter, Morten Welinder,
180   Wayne Schuller)
181
182 Overview of Changes in GLib 2.0.1
183 =================================
184
185 * Portability fixes for Sun's Forte compiler [Erwann Chenede]
186 * Performance improvements for GObject parameter lookup, 
187   g_filename_to/from_utf8() [Alex Larsson]
188 * Actually check interface prerequisites [Matthias Clasen,
189   Miroslaw Dobrzanski-Neumann]
190 * Fix problem with glib-mkenums taking huge amounts of stack. [Owen Taylor]
191 * Fix g_signal_handlers_disconnect_by_func() for C++ [Damien Sandras]
192 * Fixes for g_log() and threading.
193   [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann, Tim Janik]
194 * Make g_print(), g_printerr(), g_warning(), etc, convert from
195   UTF-8 to the encoding of the locale [Sebastian Wilhelmi, Tim]
196 * Fixes for GIOChannel on windows. [Tor Lillqvist]
197 * Fix gsize/gint mismatches in giochannel.c [Miroslaw Dobrzanski-Neumann]
198 * Fix file descriptor leak in g_file_get_contents() [Matthias]
199 * Workaround iconv() problems on older Solaris [Lauri Alanko]
200 * Fix warnings with gcc-3.1 about asm const [Cody Russel]
201 * Minor bug fixes.
202
203 Other contributors: Hans Breuer, LEE Sau Dan, Sven Neumann, Salmaso Raffaele,
204   Akira Tagoh, Morten Welinder
205
206
207 Overview of Changes in GLib 2.0.0
208 =================================
209
210 * Thread portability fixes [Sebastian Wilhelmi]
211 * Documentation updates [Owen Taylor]
212 * Make g_strerror(), g_strsignal() properly return UTF-8,
213   call bind_text_domain_codeset() so that error strings
214   are in UTF-8 as well. [Owen, Tor Lillqvist]
215
216 Overview of Changes in GLib 2.0.0 rc1:
217 ======================================
218
219 * Win32 fixes [Tor Lillqvist]
220 * Portability fixes [Finlay Dobbie, Miroslaw Dobrzanski-Neumann]
221 * Fix up g_date_strftime [Daniel Elstner]
222 * Add some structure padding [Tim Janik]
223 * Make g_get_homedir() prefer the users home directory to $HOME
224
225 Other contributors: Matthias Clasen, Paolo Maggi, Christian Rose
226
227 Overview of Changes in GLib 1.3.15:
228 ===================================
229
230 * Speed up marshalers by using private access to GValue 
231   [Anders Carlsson, Tim Janik]
232 * Reduce GValue to 2 elements [Tim]
233 * Add G_DEBUG environment variable, G_DEBUG=fatal_warnings [Matthias Clasen]
234 * Fixes for AIX compilation [Miroslaw Dobrzanski-Neumann]
235 * Add padding to various structures [Owen Taylor, Tim]
236 * Win32 fixes [Tor Lillqvist]
237
238 Other contributors: James Henstridge, Ryan Lovett, Morten Welinder,
239   Daniel Elstner
240
241 Overview of Changes in GLib 1.3.14:
242 ===================================
243
244 * Register value transformations for gint64, guint64 [Andy Wingo]
245 * Build with large-file support [Sven Neumann, Owen Taylor]
246 * Fix handling of hostnames in URI's [Darin Adler]
247 * Main loop bug fixes [Havoc Pennington, Owen]
248 * Doc fixes and improvements [Manish Singh, Tim Janik]
249 * Support ' as attribute delimiters in GMarkup [Matthias Clasen]
250 * Win32 fixes [Hans Breuer, Tor Lillqvist]
251 * Threading bug and build fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann]
252 * Miscellaneous bug fixes
253
254 Other contributors: Matthias Clasen, James Henstridge, Mitch Natterer, 
255   Morten Welinder.
256
257 Overview of Changes in GLib 1.3.13:
258 ===================================
259
260 * Fix g_filename_to/from_uri for Win32 [Tor Lillqvist, Darin Adler]
261 * Miscellaneous win32 fixes [Tor, Hans Breuer]
262 * Fix thread options for gcc on AIX [Jerome Zago, Sebastian Wilhelmi]
263 * Documentation improvements [Ron Steinke, Matthias, Sebastian]
264 * Cache iconv converters as used by g_convert() [Jeffrey Stedfast]
265 * Bug fixes [Sven Neumann, Owen Taylor, Matthias Clasen, Jeffrey,
266   Laszlo Peter, Havoc Pennington, Tim Janik]
267
268 Overview of Changes in GLib 1.3.12:
269 ===================================
270
271 * Implement closure chaining, fixing up API (Tim Janik)
272 * Closure chaining test case (James Henstridge)
273 * Make GType long not int where both are equal width (Tim)
274 * Win32 fixes and improvements (Hans Breuer, Tor Lillqvist)
275 * Fixes for NetBSD. (Dan Winship)
276 * Use snprintf() for g_printf_string_upper_bound() where possible. (Matthias Clasen)
277 * Save space for GBSearchArray (Tim Janik)
278 * Documentation improvements. (Matthias, Sven Neumann, Havoc Pennington)
279
280 Other contributors: Darin Adler, Chris Blizzard, Anders Carlson, Daniel Elstner, Michael Meeks, 
281   Mark McLoughlin, Dave Neary, Manish Singh, Owen Taylor, HideToshi Tajima, 
282   Sebastian Wilhelmi.
283
284
285 Overview of Changes in GLib 1.3.11:
286 ===================================
287
288 * Win32 fixes [Hans Breuer, Tor Lillqvist]
289 * Documentation improvements [Matthias Clasen]
290 * Portable directory handling API [Hans]
291 * Threading fixes [Sebastian Wilhelmi, Havoc Pennington]
292 * Fix excess relocations in Unicode tables [Andrew Taylor]
293 * Fix gpattern for UTF-8 [Matthias Clasen]
294 * Support overriding class closures [Tim Janik]
295 * Support for derivation from G_TYPE_POINTER [Owen Taylor]
296 * Hide pointers to type information inside GType to reduce locking
297   [Alex Larsson, Tim]
298 * Adds check for direct inclusion of gobject/*.h [Owen]
299 * GObject API cleanups [Tim]
300
301 Other contributors: Darin Adler, Jacob Berkman, Daniel Egger, Eric Lemings, 
302   Michael Meeks, Mark McLoughlin, Arkadiusz Miskiewicz, Dan Winship
303
304
305 Overview of Changes in GLib 1.3.10:
306 ===================================
307
308 * Many Win32 fixes and improvements [Tor Lillqvist]
309 * Documentation improvements [Matthias Clasen]
310 * g_string_printfa() renamed to g_string_append_printf()
311 * Use libcharset from libiconv to implement charset detection
312   more portably. [Owen Taylor, Hidetoshi Tajima]
313 * Add 64 bit type support to GObject [Joshua Pritikin, Mathieu Lacage, Owen]
314 * Make support for 64 bit integers a requirement [Joshua]
315 * GPattern improvements [Tim Janik, Matthias]
316 * Locale independent g_ascii_strtod / g_ascii_dtostr [Alex Larsson]
317 * Many bug fixes and minor tweaks.
318
319 Other Contributors: Darin Adler, Jakub Jelinek, James Antill, Andrew Taylor,
320   Ben Gertzfield, Elliot Lee, Manish Singh, Abel Cheung, Laszlo Peter,
321   Sven Neumann, George Lebl, Raja Harinath, Sebastian Wilhelmi,
322   Jacob Berkman
323
324
325 Overview of Changes in GLib 1.3.9:
326 ==================================
327
328 * Fixes for comparison of threads [Sebastian Wilhelmi]
329 * Use vasprintf() when possible for g_strdup_printf [Matthias Clasen]
330 * Win32 fixes [Tor Lillqvist, Hans Breuer]
331 * Add a len argument to g_ascii_strup/strdown
332 * Bug, portability fixes, cleanups.
333
334 Other Contributors: Darin Adler, Katsuhiro Okuno, Joshua N. Pritikin
335
336
337 Overview of Changes in GLib 1.3.8:
338 ==================================
339
340 * Documentation updates [Owen]
341 * Made GType interfaces overridable in derived types
342 * Many win32 fixes [Tor Lillqvist]
343 * Miscellaneous cleanups and fixes
344
345 Other contributors:
346   Darin Adler, Matthias Clasen, Ron Steinke, Hans Breuer, Alex Larsson
347
348
349 Overview of Changes in GLib 1.3.7:
350 ==================================
351
352 * Integrate GClosure support into the main loop [Owen Taylor]
353 * More GSignal convenience functions (macros) [Sven Neumann, Tim Janik]
354 * Introduced weak references for GObject [James Henstridge, Sven, Tim] 
355 * Minor hash table optimizations
356 * Main loop and threading improvements [Sebastian Wilhelmi]
357 * Added g_ascii_* functions to be used for locale insensitive UTF-8
358   compliant code instead of old string functions  [Darin Adler, Alex Larsson]
359 * Add functions for Unicode case-conversion, normalization, and 
360   collation [Owen]* GString improvements [Owen]
361 * Reworked the GIOChannel code [Hidetoshi Tajima, Ron Steinke]
362 * Removed glib-config-2.0 in favour of pkgconfig [Sebastian]
363 * Make code 64bit clean [Mark Murnane]
364 * More G_CONST_RETURN fixes
365 * Many improvements to the win32 code [Tor Lillqvist, Hans Breuer]
366 * Miscellaneous bug and API fixes
367
368 Other contributors:
369   Michael Natterer, Christopher James Lahey, Padraig O'Briain,
370   Matthias Clasen, Josh Pritikin, Steve Baker, Cesar Rincon, Garry R. Osgood,
371   Michael Meeks, Laszlo Peter,  Martin Baulig, Kjartan Maraas, Andrew Lanoix,
372   Peter Williams
373
374
375 Overview of Changes in GLib 1.3.6:
376 ==================================
377
378 * Threads have a "return value" from g_thread_join
379 * Removed ability to adjust thread stack size
380 * Prefix warnings with progname/PID by default, change toggle for this to 
381   be an env variable G_MESSAGES_PREFIXED not a compile-time option
382 * GMarkup speedups
383 * GDate const, convenience fixups
384 * Include test cases that headers are compilable by C++ compiler
385 * Add ability to spawn processes with argv[0] != executable path.
386 * g_strstr_len, g_strrstr, g_strrstr_len
387 * Add length argument to g_utf8_strchr and g_utf8_strrchr.
388 * Misc bug fixes
389
390
391 Overview of Changes in GLib 1.3.5:
392 ==================================
393
394 * Added an installed glib-mkenums Perl program for parsing enumeration
395   declarations from header files.
396 * Mark some additional deprecated functions.
397 * Bug and Portability fixes
398
399
400 Overview of Changes in GLib 1.3.4:
401 ==================================
402
403 * Efficiency improvements for GThreadPool
404 * A few bug fixes
405 * Build fixes
406 * Documentation improvements
407
408
409 Overview of Changes in GLib 1.3.3:
410 ==================================
411
412 GLib:
413
414 * More user_data support in various functions.
415 * Main loop API revamps to support per-thread main loops.
416 * Unicode handling improvements.
417 * Implemented debugging traps.
418 * G_CONST_RETURN specification all over the place.
419 * Various new small utility functions.
420 * Random number generator precision improvements.
421 * New configure option --disable-mem-pools.
422 * Many Win32 improvements.
423 * Added g_try_malloc() friends varinats.
424 * Many documentation improvements.
425 * Many threading improvements, support for dynamic allocation
426   of static mutexes.
427 * GHookLIst API cleanups.
428 * Improved format support of GDate parser.
429 * String function speed improvements with new g_stpcpy().
430 * Hashtable API additions.
431 * New GPatternSpec for shell-style pattern matching (from GtkPatternSpec).
432 * Optimizations, cleanups, bug fixes.
433
434 GObject:
435
436 * Added many convenience functions.
437 * GClosure and GParamSpec use float/sink ref-counting scheme now.
438 * Reworked property change notification.
439 * Binary searchable array cleanups, so it's widely usable now.
440 * Added static content keeping for some GValue types.
441 * Support for statically scoped signal parameters.
442 * Extinguished property trailer args in set/get interface.
443 * Added support for abstract types.
444 * G_CONST_RETURN specification all over the place.
445 * Split parameter exchange functionality into value transforms
446   and parameter conversions.
447 * Added signal emission hooks and signal accumulators.
448 * Added interface prerequisites to support is_a (interface, object)
449   relations.
450 * Implemented GValueArray.
451 * New types, boxed: G_TYPE_VALUE, G_TYPE_CLOSURE, G_TYPE_GSTRING
452   GParamSpecs: G_TYPE_PARAM_PARAM, G_TYPE_PARAM_POINTER, G_TYPE_PARAM_CLOSURE,
453   G_TYPE_VALUE_ARRAY, G_TYPE_PARAM_UNICHAR, G_TYPE_PARAM_VALUE_ARRAY.
454 * Varrags value collection improvements.
455 * Implemented debugging traps.
456 * Made things thread-safe.
457 * Many documentation improvements.
458 * Many cleanups, optimizations and bug fixes.
459
460
461 Overview of Changes in GLib 1.3.2:
462 ==================================
463
464 GLib:
465
466 * Win32 build improvements  [Tor]
467 * Improvements to error reporting  
468   (g_critical(), g_return_if_reached()) [Darin]
469 * Add g_strlcpy/g_strlcat  [David Wheeler]
470 * New IO channel implementation for Win32  [Tor] 
471 * Make g_array_free, g_string_free return pointer to memory requested
472   not to be freed.  [Darin]
473 * Added GError based error reporting for thread functions.  [Sebastian]
474 * Moved reference docs into GLib distribution. [Owen]
475 * Added g_convert() for doing convenient character set conversions based
476   on iconv. (GLib now requires libiconv or a native iconv.) [Havoc/Owen]
477 * Various Unicode handling additions (g_ucs4_to_utf8, g_utf8_validate(),
478   g_{locale,filename}_{to,from}_utf8)  [Robert/Havoc/Owen]
479 * Portability fixes for threading.  [Sebastian]
480 * Added convenient functions for launching new processes (g_spawn_*),
481   and shell quoting/unquoting functions.  [Havoc]
482 * Split glib.h into many headers.  [Sebastian]
483 * Added a simple callback-based parser for XML-like files (GMarkup).  [Havoc]
484 * Fixed confusions between comparison functions that return <0, 0, >0
485   and equaility functions that return FALSE,TRUE.  [Sebastian]
486 * Added safe/portable temporary file manipulation functions.  [Tor]
487 * autoconf improvements.  [Raja]
488 * Many documentation improvements.
489 * Bug fixes.
490
491 GObject:
492
493 * Added boxed and pointer types.  [Tim/Jonathan]
494 * Added callback abstraction (GClosure)  [Tim]
495 * Added signal system (GSignal)  [Tim]
496 * Make GTypePlugin an interface  [Tim]
497 * Added GTypeModule - a simple GTypePlugin instantiation  [Owen]
498 * Bug fixes.
499
500
501 What's new in GLib 1.3.1:
502 =========================
503
504 * New GObject library added including object system based on
505   the GTK+ object system. 
506 * Functions for getting the properties of Unicode characters, 
507   computing the canonical decomposition and ordering combining
508   characters aand manipulating UTF-8 string manipulation based
509   on libunicode.
510 * GString now properly handles embedded nuls.
511 * Multiple fixes from the 1.2.x branch.
512 * Upgrade to libtool 1.3.3
513 * Full thread support (thread creation and destruction).
514 * BeOS port, BeOS dynamic modules.
515 * Many improvements to the Windows ports.
516 * Improvements to the OS/2 port, OS/2 module support.
517 * Double ended queue implementation.
518 * GLib macros for printf() formatting, e.g. G_GULONG_FORMAT = "lu"
519 * New configure option --enable-msg-prefix to prefix messages, warnings
520   et ceteri with the program name and the process id.
521 * New thread-safe random number generator Mersenne Twister.
522 * g_strcompress() added, g_strescape() had a slight API change, and
523   more tightly defined semantics.
524 * the g_string(x) macro has been removed, #x may be used instead.
525