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