82c3c3ad8c141d94c79bdbfa41defeaa97a0cbf3
[platform/upstream/glib.git] / NEWS
1 Overview of Changes from GLib 2.13.1 to GLib 2.13.2
2 ===================================================
3
4 * Unicode support:
5  - Add g_unichar_ismark()
6
7 * GOption:
8  - Allow to use callbacks for remaining args
9
10 * Updated translations:
11   Belarusian Latin (be@latin)
12   British English (en_GB)
13   Galician (gl)
14   Norwegian bokmÃ¥l (nb)
15   Oriya (or)
16   Spanish (es)
17   Thai (th)
18
19
20 Overview of Changes from GLib 2.13.0 to GLib 2.13.1
21 ===================================================
22
23 * GRegex:
24  - Portability fixes
25  - Split into immutable GRegex and GMatchInfo
26  - Add g_regex_get_max_backref() and g_regex_get_capture_count()
27    to obtain information about the compiled regex
28
29 * GKeyFile:
30  - Fix roundtrip problems
31  - Add g_key_file_load_from_dirs()
32
33 * Unicode support:
34  - Fix corner cases in case conversion routines
35
36 * GOption:
37   - Add a function to get the formatted help string
38
39 * GHash:
40  - Add new functions g_hash_table_get_keys() and
41    g_hash_table_get_values() to retrieve the keys and
42    values in list form
43
44 * Updated transations:
45   Simplified Chinese (zh_CN)
46   Arabic (ar)
47
48
49 Overview of Changes from GLib 2.12 to GLib 2.13.0
50 =================================================
51
52 * Add GSequence, a list that is implemented using
53   a balanced binary tree.
54
55 * Add GRegex, an implementation of Perl regular expressions,
56   based on PCRE.
57  
58 * Use Posix monotonic clocks instead of gettimeofday()
59   for GTimer when available.
60
61 * Support static initialization of GQeues with G_QUEUE_INIT,
62   g_queue_init() and g_queue_clear().
63
64 * Add g_string_chunk_clear() for clearing a 
65   GStringChunk.
66
67 * Add g_unichar_get_script() to obtain Unicode
68   script information.
69
70 * Add g_unichar_iszerowidth() to obtain information
71   about zero-width characters.
72
73 * Add G_GNUC_MAY_ALIAS which wraps the gcc may_alias 
74   type attribute.
75
76 * G_GNUC_INTERNAL has a working definition for the
77   Sun Studio compiler. This requires the macro to
78   be positioned before the function declaration.
79
80 * The slice allocator can produce detailed debugging
81   information with G_SLICE=debug-blocks.
82
83 * Modules support G_DEBUG flags resident-modules and
84   bind-now-modules.
85
86 * Add G_DEFINE_DYNAMIC_TYPE() to make it easier
87   to define types in modules.
88
89 * Bug fixes: too many to list them in detail here.
90
91 * New and updated translations (be,bg,bn,ca,cs,de,
92   en_CA,en_GB,et,fa,fr,he,hu,it,ja,ku,lt,mg,mk,ml,
93   nb,ne,nn,pt,pt_BR,ro,sr,sr@Latn,sv,ta,uk,vi,zh_CN,
94   zh_HK,zh_TW)
95
96
97 Overview of Changes from GLib 2.12.1 to GLib 2.12.2
98 ===================================================
99
100 * Unicode updates:
101  - Normalization is following Unicode TR #29
102  - g_unichar_isxdigit() only accept characters
103    for which g_unichar_xdigit_value() returns a value
104  - g_unichar_toupper and g_unichar_tolower leave
105    unconvertable characters in place instead of
106    replacing them by NUL
107
108 * Bugs fixed
109  348491 g_utf8_strup() and g_utf8_strdown() returns 
110         string with NUL bytes
111  349825 GKeyFile always inserts a newline before a group
112  347842 g_unichar_isxdigit() is too general about what 
113         it considers a digit
114  348694 g_utf8_normalize() hasn't been updated to PR #29
115  348785 Hint about G_DEBUG in Message Logging docs
116  349792 Wrong english string (UI)
117  349952 gparamspecs.c uses gcc feature
118
119 * Translation updates (ca,cs,de,dz,es,eu,fi,gu,ko,
120   nl,pl,tr,uk,zh_HK,zh_TW)
121
122
123 Overview of Changes from GLib 2.12.0 to GLib 2.12.1
124 ===================================================
125
126 * Update to final Unicode Character Database 5.0.0
127
128 * Bugs fixed:
129  346660 issues with base64 api documentation / g_base64_decode_cl...
130  348136 Coverity reports allocation of wrong size CID #2839
131  336281 Update to UCD 5.0
132  346197 g_date_strftime %F option doesnt work for win32
133  348011 Small optimization to real_toupper()
134  246494 prototype mismatch in glib/gconvert.c
135
136 * New and updated translations (bg,bn_IN,ca,dz,eu,fi,
137   fr,he,it,ja,mk,or,pt)
138
139
140 Overview of Changes from GLib 2.11.4 to GLib 2.12
141 =================================================
142
143 * Bugs fixed:
144  344905 leap-year bug in g_time_val_from_iso8601 w/o HAVE_TIMEGM
145
146 * Updated translations (cy,nb,nl)
147
148
149 Overview of Changes from GLib 2.11.3 to GLib 2.11.4
150 ===================================================
151
152 * GBookmarkFile:
153  - g_bookmark_file_remove_item returns a boolean
154  
155 * g_mkstemp accepts the XXXXXX in the middle of
156   the template
157  
158 * Bugs fixed:
159  344868 g_key_file_to_data should separate groups 
160
161 * Updated translations (de,es,fr,gu,hi,ko,th)
162
163
164 Overview of Changes from GLib 2.11.2 to GLib 2.11.3
165 ===================================================
166
167 * GBookmarkFile:
168   - g_bookmark_file_move_item: Return TRUE in case of
169     an empty target
170
171 * Bugs fixed: 
172  343919 gunicollate.c: strxfrm bug on VC8
173
174 * Updated translations (fi)
175
176 Overview of Changes from GLib 2.11.1 to GLib 2.11.2
177 ===================================================
178
179 * Add g_ascii_stroll to parse signed 64bit integers
180
181 * GMarkup: add a flag to treat CDATA as text
182
183 * GHashTable: add functions to remove all entries
184
185 * GMainLoop: add functions to find the currently
186   running source, and determine if it is destroyed
187
188 * Bug fixes:
189  342563  g_atomic_thread_init() needs to be called before 
190          other _g_*_thread_init() functions
191  343548  Potential use after free in callers of g_string_free() 
192  168538  Wish: Clearing contents of GHashTables
193  321886  GTK+ cannot be reliably used in multi-threaded 
194          applications
195  341826  goption.c: 'strtoll' is C99's function
196  343899  g_ascii_formatd dosn't work as expected for all 
197          format strings
198  317793  Make GEnumValue strings const
199  337129  Compile warnings in G_IMPLEMENT_INTERFACE
200  303622  What is G_TYPE_CHAR?
201
202 * Updated translations (bg,dz,eu,gl,ja,ko,nl,th,vi)
203  
204
205 Overview of Changes from GLib 2.11.0 to GLib 2.11.1
206 ===================================================
207
208 * GOption  
209   - Support 64-bit integers 
210   - Allow optional text before and after the options
211     in help output
212
213 * Bug fixes:
214  340538 gbase64-test writes OOB 
215  340816 GKeyFile set_string_list invalid memory reads 
216  339105 g_key_file_parse_value_as_double
217  340434 convert-test.c fails (function test_one_half)
218  311043 Memory leaks (and potential infinite loops) 
219         when using G_ERRORCHECK_MUTEXES
220  335198 Error checking mutexes are fubar  
221  341237 Add a G_OPTION_ARG_INT64
222  341192 g_io_channel_set_flags not implemented on win32
223  336120 Allow adding description before/after GOption 
224         --help output body
225  341191 misplaced check in g_relation_delete
226  340530 mismatched calloc / g_free in win32 threads
227
228 * Updated translation (es)
229
230 Overview of Changes from GLib 2.10.x to GLib 2.11.0
231 ===================================================
232
233 * GBookmarkFile: a parser for files containing bookmarks
234   stored using the Desktop Bookmark specification.
235
236 * Base64 encoding support
237         
238 * Unicode 5.0 support
239
240 * GOption supports floating point numbers 
241
242 * GKeyFile supports floating point numbers
243
244 * Bug fixes:
245  155884 gatomic.c should be based on new SDK
246  157877 update-desktop-database doesn't handle duplicate entries
247  164719 keyfile parser doesn't support floats
248  327662 Import BookmarkFile from libegg
249  329548 Add G_OPTION_ARG_DOUBLE
250  329789 option-test.c type confusion
251  332841 Segmentation Fault when %llu is passed to vasnprintf and 
252         HAVE_SNPRINTF is not defined
253  333879 gthread/gthread-win32.c: IsDebuggerPresent needs '#define 
254         _WIN32_WINDOWS 0x0401'
255  333916 g_timer_elapsed docs should mention that microseconds 
256         may be NULL
257  334440 dlerror() portability issue causes crash on (old) a.out 
258         NetBSD platform
259  334646 goption + error out params
260  334799 g_remove() must check return value of remove()
261  334943 make check FAIL: threadpool-test
262  335215 Some breakages with GThreadPool
263  336085 g_option_context_new parameter lacks better explanation
264  336677 Documentation for g_object_ref_sink() is incorrect
265  337027 gbookmarkfile.c: sys/time.h include error
266  337553 Wrong escaping of URIs
267  338572 Dereferencing NULL value in g_key_file_get_group_comment
268  338845 g_completion_complete_utf8 crashes when NULL is passed to it
269  339337 g_bookmark_file_set_description
270  339338 gbookmarkfile.c, function expand_exec_line
271  339340 gbookmarkfile.c, function bookmark_app_info_dump
272
273 * Translation updates (bg,en_GB,et,gl,gu,he,hi,ka,nb,nl,nn,
274                        or,pt_BR,ro,tr,vi,zh_CN)
275
276
277 Overview of Changes from GLib 2.10.0 to GLib 2.10.1
278 ===================================================
279
280 * Bugs fixed:
281  314794 Broken pthread detection on Darwin [Gregor Riepl]
282  322476 Missing check for .dylib [Vladimir Panov]
283  333651 Inconsistent _g_charset_get_aliases prototype [Julio 
284         M. Merino Vidal]
285  333761 GInitiallyUnowned breaks application code [Sven Herzberg]
286
287 * Win32 changes:
288  - Fix g_listenv() implementation.
289  - Allow up to 100 GPrivate structs
290
291 * Translation updates (fr,hu,lt,pl,sv)
292
293
294 Overview of Changes from GLib 2.9.6 to GLib 2.10.0
295 ==================================================
296
297 * Bugs fixed:
298  328997 64bit pointer trunction in glib slab-allocator
299         [Pascal Hofstee]
300  331110 g_cond_broadcast(inform_cond) without holding 
301         inform_mutex [Chris Wilson, Sebastian Wilhelmi]
302  332093 Fix some leaks in the tests [Kjartan Maraas]
303  332435 g_utf8_strlen returns wrong value if a maximum 
304         number of bytes to check is specified 
305         [Matthias Clasen]
306  331367 gslice requires more POSIX-like semantics for 
307         GPrivate destructors [Tor Lillqvist]
308
309 * Documentation improvements [Matthias, Kang Jeong-Hee,
310   Tor Lillqvist, Stefan Kost]
311
312 * Translation updates (el,eu,ka,uk)
313
314 Overview of Changes from GLib 2.9.5 to GLib 2.9.6
315 =================================================
316
317 * Bugs fixed: 
318  329124 distclean removes README [Kjartan Maraas, Tim Janik]
319  317679 GRelation field type not documented [Behdad Esfahbod]
320  329123 Typo in GTime docs [Kjartan Maraas]
321
322 * Documentation improvements [Sven Herzberg, David
323   Schleef, Kjartan Maraas, Behdad Esfahbod]
324
325 * Translation updates (cs,cy,it,ko,pt,sq,sr,sr@Latn,ru
326
327 Overview of Changes from GLib 2.9.4 to GLib 2.9.5
328 =================================================
329
330 * Memory management: 
331   Runtime debugging support: The slice allocator
332   can be turned off by setting G_SLICE=always-malloc
333   in the environment. Zeroing of freed memory can
334   now be turned on at runtime by setting
335   G_DEBUG=gc-friendly in the environment. [Tim Janik]
336
337 * Bugs fixed:
338  328253 HP-UX/IA-64 uses ".so" as default shared library 
339         extension [Albert Chin]
340  143380 unicode-encoding test fails converting to UTF-16 
341         with libiconv [Marc Moorcroft]
342  328254 Build breakage (GSlice) [Jens Ganseuer]
343  328705 C99ism in glib/gmem.c [Kazuki Iwamoto]
344
345 * Translation updates (da,et,zh_CN)
346
347 Overview of Changes from GLib 2.9.3 to GLib 2.9.4
348 =================================================
349
350 * Type system:
351   Fix a problem with g_object_compat_control() which 
352   can lead to segfaults in GTK+ applications on 64bit 
353   platforms. 
354
355 * Thread suppport: 
356   Unused threads now fall back to the global pool after 
357   500 milliseconds, where they wait for another 
358   max-idle-time milliseconds. [Sebastian Wilhelmi]
359
360 * Fix a memory allocation problem in GKeyFile. [Morten 
361   Welinder]
362
363
364 Overview of Changes from GLib 2.9.2 to GLib 2.9.3
365 =================================================
366
367 * GTree:
368  - Replace the simple recursive implementation by
369    a nonrecursive, threaded one  [Maurizio Monge]
370
371 * Change g_filename_display_name and
372   g_filename_display_basename to use the Unicode
373   replacement character U+FFFD instead of a question
374   mark, and don't append "(invalid encoding)"  [Matthias]
375
376 * Documentation improvements [Sven Herzberg, Federico
377   Mena Quintero, Stefan Kost]
378
379 * Bugs fixed:
380  323937 gslice.c in glib 2.9.1 doesn't build on Mac OS X 
381         [Bogdan Nicula]
382  326558 Some test failures on IRIX 6.5 [Daichi Kawahata]
383  169285 "threaded" tree implementation for GTree 
384         [Maurizio Monge]
385  326747 g_filename_display_basename adds (invalid encoding) 
386         [Alberto Ruiz]
387
388 Other contributors: Christian Kellner, Murray Cumming
389
390 New and updated translations (bg,ca,de,es,et,gu,ja,nl,th,vi)
391
392
393 Overview of Changes from GLib 2.9.1 to GLib 2.9.2
394 =================================================
395
396 * Memory management:
397  - Add tests for cache colorization [Tim Janik]
398  - Minimize space consumption if small amounts of differently
399    sized slices are allocated, at a small performance cost.  [Tim]
400
401 * Thread support:
402  - Add g_atomic_pointer_set() and g_atomic_int_set() [Tim Janik,
403    Sebastian Wilhelmi]
404  - Add g_thread_pool_set_sort_function() to allow sorting the 
405    tasks of a threadpool.  [Martyn Russell]
406  - Add g_thread_pool_set_idle_time() to allow unused threads
407    to exit after a certain time.  [Martyn]
408
409 * Type system:
410  - introduce a new type GInitiallyUnowned, which has an initial
411    floating reference. [Tim]
412  - Add support for GType parameters. [Matthias]
413
414 * Main loop:
415  - Add g_main_context_is_owner() to determine if the current
416    thread is the owner of the context.  [Michael Meeks]
417
418 * Provide g_access(), g_chdir(), g_unlink(), g_rmdir() as 
419   wrapper functions instead of macros.  [Manish Singh]
420
421 * Documentation improvements [Tim, Matthias, Federico Mena Quintero,
422   Stefan Kasal, Dan Williams]
423
424 * New and updated translations (en_CA,fi,fr,gl,ml,nb,no,zh_HK,zh_TW)
425
426 * Bugs fixed:
427  324179 g_allocator_new() returns pointer to const dummy which Gtk+ 2.8 
428         tries to modify [J. Ali Harlow]
429  324332 g_option_context_parse() returns false without setting error 
430         [Tim-Philipp Müller]
431  324950 GLIB 2.9.1 testcase errors [Dan Yefimov]
432  325015 gslice.c: process.h is needed on Windows [Kazuki Iwamoto]
433  321978 G_DATALIST_GET_FLAGS() macro is not casting datalist to 
434         gpointer [Andrew Paprocki]
435  316221 G_LOCK warns about breaking strict-aliasing [Michal Benes, 
436         Stanislav Brabec]
437  325273 Error in documentation for glib_check_version () [Declan Naughton]
438  325310 g_spawn_sync hangs when catching both stdout and 
439         stderr [Tor Lillqvist]
440  325249 gcc warning when using g_rmdir from <glib/gstdio.h> [Jani Monoses]
441  325864 glib/gthreadpool.c:"#define debug(...)" is C99 [Kazuki Iwamoto]
442  325874 Should say somewhere that source IDs are > 0 [Dan Williams]
443  325438 a typo (compatability) [Stefan Kasal]
444  323937 gslice.c in glib 2.9.1 doesn't build on Mac OS X [Bogdan Nicula]
445
446
447 Overview of Changes from GLib 2.9.0 to GLib 2.9.1
448 =================================================
449
450 * Memory management
451  - The slice allocator is implemented [Tim Janik]
452  - g_slice_free_chain() has been renamed to 
453    g_slice_free_chain_with_offset()  [Tim, Behdad Esfahbod]
454  - Mem chunks are deprecated [Matthias Clasen]
455
456 * Data structures
457  - Hash tables are refcounted, and have a boxed type [Tim]
458
459 * Thread support
460  - Support for Solaris threads has been removed 
461    [Sebastian Wilhelmi, Andrew Paprocki]
462  - g_async_queue_sort(), g_async_queue_push_sorted() have 
463    been added to allow GAsyncQueue to be used as a priority 
464    queue, together with the corresponding _unlocked 
465    variants  [Martyn Russell]
466
467 * GObject:
468  - The concept of a floating initial reference has been
469    moved from GtkObject to GObject [Tim]
470
471 * Win32 changes:
472  - Make g_rename() replace existing files [Tor Lillqvist]
473
474 * Misc new API:
475  - G_GUINT64_CONSTANT macro to define guint64 
476    constants [Andrew Paprocki]
477  - G_GNUC_WARN_UNUSED_RESULT macro to instruct the 
478    compiler to emit a warning if the value returned
479    by a function is ignored. [Arjan van de Ven, Alex Larsson]
480  - GList and GSList now have sort functions which take an
481    extra user data argument [Martyn Russell]
482  - g_param_spec_ref_sink() has been added for consistency [Tim]
483
484 * $LOGNAME is respected when determining user data. [Laszlo Peter]
485
486 * Other changes and bug fixes [Tim, Matthias, Behdad, 
487   Christian Persch, Benedikt Meurer, Andrew Paprocki, 
488   Kazuki Iwamoto, Alexis S. L. Carvalho, Stanislav Brabec,
489   Andreas Schwab, Kalle Vahlman]
490
491 * Documentation
492  - Deprecation warnings carry version information [Matthias]
493  - The slice allocator has been documented [Matthias, Tim]
494  - Other improvements [Morten Welinder]
495
496 Overview of Changes from GLib 2.8.x to GLib 2.9.0
497 =================================================
498 * Unicode support:
499  - The Unicode tables have been updated to Unicode 4.1, 
500    adding several new values to the GUnicodeBreakType 
501    enumeration. This breaks Pango <= 1.10 
502    [Behdad Esfahbod]
503  - The various Unicode character predicate functions 
504    (g_unichar_isalpha, g_unichar_isdigit,...) have
505    been optimized
506    [Behdad]
507  - g_utf8_pointer_to_offset, g_utf8_offset_to_pointer:
508    These functions handle negative offsets now, and
509    going backwards in g_utf8_offset_to_pointer uses
510    "stutter stepping".
511    [Larry Ewing, Matthias Clasen]
512
513 * Memory management:
514  - Mem chunks are no longer used internally in GLib and
515    GObject. GMemChunk will be deprecated in GLib 2.10
516  - All APIs based on GAllocator (g_list_push/pop_allocator,
517    and similar push/pop_allocator functions for other
518    data structures) have been deprecated, since they
519    never worked as intended.
520  - The g_slice_* functions have been added as a 
521    new API for fast allocation of small memory blocks. 
522    The implementation in GLib 2.9.0 is just a simple 
523    wrapper around malloc. GLib 2.10 will have an
524    efficient and scalable implementation. 
525    [Tim Janik, Matthias]
526
527 * Pattern matching:
528  - g_pattern_match has been optimized to avoid
529    unnecessary recursion.
530    [Tim, Matthias]
531
532 * g_intern_string, g_intern_static_string: 
533  - New functions to intern strings. These are now used 
534    by GObject to avoid duplicating static strings 
535    [Matthias]
536
537 * g_thread_foreach: 
538  - New function to iterate over all GThreads 
539    [Tim, Matthias]
540
541 * g_date_set_time_t, g_date_set_time_val:
542  - New functions to set a GDate from a time_t or
543    GTimeVal value. g_date_set_time has been deprecated 
544    in favor of these.
545    [Roger Leigh]
546
547 * g_snprintf and g_vsnprintf:
548  - These functions are no longer declared in gprintf.h, 
549    since they are in glib.h
550    [Matthias]
551
552 Overview of Changes from GLib 2.8.0 to GLib 2.8.1
553 =================================================
554 * Optimize single-character insertions in GString [Ross Burton]
555 * Fix build problems on OS X
556 * Fix build problems on Win32 [Tor Lillqvist, Hans Breuer]
557 * Other bug fixes [Matthew F. Barnes, Stepan Kasal] 
558 * Documentation improvements [Tristan van Berkom, Behnam
559   Esfahbod, Gustavo Carneiro, Stepan Kasal, Matthias]
560 * New and updated translations (ca,cy,ko,ro,uk)
561
562 Overview of Changes from GLib 2.7.7 to GLib 2.8.0
563 =================================================
564 * Make g_value_transform() handle enum values
565   correctly on ppc64.  [Michael Lorenz]
566   (Third-party code accessing enumeration values 
567   in GValues should also be changed to access 
568   v_long, not v_int, in order to work on bigendian 
569   64bit machines.)
570 * Make g_flags_get_first_value() handle a value
571   of 0 meaningfully. [Tim-Philipp Müller] 
572
573 Overview of Changes from GLib 2.7.6 to GLib 2.7.7
574 =================================================
575 * Make atomic operations on s390 work [Matthias]
576 * Fix C++ guards in gstdio.h [Tor Lillqvist]
577
578 Overview of Changes from GLib 2.7.5 to GLib 2.7.6
579 =================================================
580 * Add native implementations of atomic operations 
581   on s390 [Matthias]
582 * Make atomic reference counting of closures
583   work on s390 [Matthias]
584 * Avoid an infinite loop in g_convert_with_iconv().
585   [Sebastian Bacher]
586 * Documentation improvements [Ross Burton]
587
588 Overview of Changes from GLib 2.7.4 to GLib 2.7.5
589 =================================================
590 * Thread-related changes
591  - Fix build issues on HP-UX [Paul Cornett]
592  - Threadsafe access to flags stored in datasets [Tim Janik]
593  - Fix several issues with atomic refcounting for 
594    closures, objects and paramspecs [Tim]
595  - Improve tests for atomic refcounting changes [Tim]
596 * Fix handling of stateful encodings in g_convert_* [Matthias]
597 * Fix translation of GOption help output [Dan Winship]
598 * Catch format errors in translations. This may cause 
599   "make check" to fail when using older versions
600   of gettext [Matthias]
601 * Win32 bug fixes [Tor Lillqvist]
602 * Documentation improvements [Ross Burton, Jochen Baier, 
603   Matthias, Tim]
604 * New and updated translations (de,fi,gu,pl,pt,tr,zh_TW)
605
606 Overview of Changes from GLib 2.7.3 to GLib 2.7.4
607 =================================================
608 * Fix g_atomic_pointer_compare_and_exchange 
609   on Sparc64 [Gert Doering]
610 * Fix a hang in g_thread_pool_free. [Hong Jen Yee]
611 * Win32 bug fixes [Tor Lillquist]
612 * Other bug fixes [Benoit Dejean, Manish Singh]
613 * Documentation improvements [Bryan Silverthorn,
614   Callum McKenzie] 
615 * New and updated translations (de,lt,sq,zh_CN)
616
617 Overview of Changes from GLib 2.7.2 to GLib 2.7.3
618 =================================================
619 * GOption
620  - Allow callbacks with optional arguments [Pawel Sliwowski]
621  - Allow to turn off the automatic long option name
622    disambiguation  [Adam McLaurin]
623  - Only allow printable ASCII as short option names [Matthias]
624 * Win32
625  - Build fixes [Tor Lillqvist]
626  - Rewrite iochannel socket implementation [Tor]
627 * GObject
628  - Threadsafety improvements; in particular, refcounting
629    of objects is done atomically now. [Wim Taymans, Tim Janik]
630 * Bug fixes [Morten Welinder, Matthias, Wim Taymans]
631 * Documentation improvements [Richard Laager, Matthias]
632 * New and improved translations (bf,cs,hu,nb,nl,no)
633
634 Overview of Changes from GLib 2.7.1 to GLib 2.7.2
635 =================================================
636 * Win32 build fixes [Hans Breuer]
637 * Bug fixes [Mikael Magnusson]
638 * Documentation improvements [Matthias Clasen]
639 * New and updated translations (en_CA,es,et,ja,sr,sr@Latn,zh_TW)
640
641 Overview of Changes from GLib 2.7.0 to GLib 2.7.1
642 =================================================
643 * GOption 
644  - Allow callback arguments without parameters [Dan Winship]
645 * GMappedFile: an mmap wrapper [David Schleef, Behdad Esfahbod]
646 * Misc new functions:
647  - g_get_host_name [Tor Lillqvist]
648  - g_mkdir_with_parents [Tor]
649  - g_build_pathv, g_build_filenamev [Todd A. Fisher, 
650    Matthias Clasen]
651 * Bug fixes [Roger Leigh, Masatake YAMATO, Kjartan Maraas,
652   Manish Singh, Tor, Murray Cumming, Kian Duffy, Morten Welinder]
653 * Documentation improvements [Hong Gang XU, Dan Winship, Matthias]
654 * New and updated translations (bg,cs,da,en_CA,es,et,nb,nl,no,
655   sk,th,zh_TW)
656
657 Overview of Changes from GLib 2.6.x to GLib 2.7.0
658 =================================================
659 * GKeyFile
660  - Add unit tests [Matthias Clasen, Suren A. Chilingaryan]
661  - Accept \r\n as line end [Bastian Nocera]
662  - Don't interpret leading zeros as octal numbers. [Matthias]
663  - Make key and group removal work [David Hoover, Matthias Hasselmann]
664 * GOption
665  - Improve formatting of --help output [Matthias, Noah Levitt]
666  - Accept -? [Matthias]
667  - Warn about duplicate main groups [Jeff Franks]
668  - Treat '-' as non-option argument [Tim Musson, Thomas Leonard]
669  - Report missing arguments as errors [Björn Lindqvist]
670  - Add a boxed type for GDate [Tim-Philipp Müller]
671 * GTree
672  - g_tree_remove() and g_tree_steal() return status information [Matthew F. Barnes]
673 * Stdio wrappers
674  - Work regardless of large file support [Manish Singh]
675  - Add g_access(), g_chmod(), g_creat(), g_chdir [Tor Lillqvist]
676 * GObject
677  - Implement "toggle references" to help language bindings [Owen Taylor]
678  - Allow to mark names, nicks and blurbs of pspecs as static [Ben Maurer, Matthias]
679  - Make pspec lookup a bit faster [Morten Welinder]
680 * Add g_listenv() to list all set environment variables [Hans Petter Jansson]
681 * Add g_file_set_contents() to atomically write a file.  [Søren Sandmann,
682   Sven Neumann, Manish, Alexis S. L. Carvalho]
683 * Add g_try_malloc(), g_try_new(), g_try_new0() and g_try_renew() [Stefan Kost]
684 * Add g_utf8_collate_key_for_filename() to sort filenames taking
685   extensions and numeric suffixes into account.  [Ole Laursen, Alex Larsson]
686 * Add G_GNUC_NULL_TERMINATED to mark varargs function with 
687   NULL-terminated argument lists. [Marc Meissner]
688 * Win32 changes
689  - Improved debugability [Ulf Lamping, Hans Breuer]
690  - Make filename handling more robust [Tor, Billy Skaggs]
691  - Improve g_get_system_data_dirs() [Tor]
692  - Use more precise timers [Tor]
693  - Build fixes [Kazuki Iwamoto, Hans, Tor, Robert Ã–gren]
694 * Other bug fixes [Roger Leigh, Owen, Matthias, Morten, Kjartan Maraas, 
695   Pawel Sakowski, Tor, Simon Budig, Ed Avis, Manish, Nicolas Laurent, 
696   Bastien, Fabrício Barros Cabral, Michael Banck, Daniel Atallah, 
697   J. Ali Harlow, Tim Janik, Hazael Maldonado Torres, Sven, Jon-Kare Hellan,
698   Dave Benson, Tommi Komulainen, Benjamin Otte, Brian Cameron, Changwoo Ryu, 
699   Christian Biere, Noah, Benoît Carpentier]
700 * Documentation improvements [Vincent Untz, Matthias, Tim-Philipp Müller,
701   Morten, Matthew, Federico Mena Quintero, Sebastian Bacher, Oliver Sessink, 
702   Stefan, Jared Lash, Tor, Owen, Daniel Vaillard, Mathieu Lacage]
703 * New and updated translations (ca,cs,da,el,en_CA,en_GB,es,et,eu,fa,fr,gl,
704   hu,id,it,lt,mn,ne,nl,pl,pt,pt_BR,ro,rw,sk,sq,sr,sr@Latn,tl,uk,xh,zh_CN)
705
706 Overview of Changes from GLib 2.6.0 to GLib 2.6.1
707 =================================================
708 * GOption
709  - Make gtk_init(NULL, NULL) work again [Marcin Krzyzanowski]
710  - Improve handling of -- [Matthias Clasen]
711  - Don't show G_OPTION_REMAINING in --help output [Matthew F. Barnes]
712 * g_find_program_in_path() doesn't return directories [Tommi Komulainen]
713 * Add gmodule-export-2.0.pc [Matthias]
714 * Win32 changes
715  - Improve hangling of UNC paths [Tor Lillqvist]
716  - g_getenv(), g_setenv(), g_unsetenv(), g_find_program_in_path()
717    take and return UTF-8 now [Tor] 
718  - Make g_file_test() work more reliably, and use PATHEXT
719    when check for executables [Tor]
720  - Build and cross-compilation fixes [J. Ali Harlow]
721 * Other bug fixes [Jens Hatlak, Morten Welinder, 
722   Tor, Kalpesh Shah, Adrian Bunk]
723 * Documentation improvements [Marcin Krzyzanowski, Tor, Crispin
724   Flowerday, Mariano Suárez-Alvarez, Christian Biere, Danny Milo,
725   Vincent Untz, Bastien Nocera]
726 * New and updated translations (cy,de,nl,ru,sq,sv)
727
728 Overview of Changes from GLib 2.4.x to GLib 2.6.0
729 =================================================
730
731 * Major new APIs
732   - GOption, a commandline option parser
733   - GKeyFile, a parser/editor for the .ini like files 
734   - Functions to support the XDG basedir specification
735   - Wrappers for common POSIX pathname functions to handle filename
736     encodings consistently. On Windows, these use UTF-8.
737
738 * Miscellaneous new functions
739   - g_filename_display_name() converts filenames in displayable UTF-8 strings
740   - g_uri_list_extract_uris() splits uri lists
741   - g_date_get_iso8601_week_of_year() gets ISO 8601 week numbers
742   - g_log_set_default_handler() installs an alternate default log handler
743   - g_get_language_names() obtains a list of applicable locale names
744   - g_strv_length() calculates the length of NULL-terminated string arrays
745   - g_win32_get_windows_version() determines the Windows version 
746   - G_GNUC_INTERNAL marks functions as non-exported
747   - glib_check_version() checks the GLib version at runtime
748   - g_debug() completes the family of logging functions
749
750 * Performance improvements
751   - Optimize g_utf8_validate()
752   - Optimize g_markup_parse_context_parse()
753   - Reduce signal connection complexity from O(n) to O(1) 
754   - Get rid of many PLT entries for internally used exported symbols
755   - Reduce code size by removing literal strings from g_return_if_fail()
756
757 * Other changes
758   - On Windows, GLib functions that take file name arguments now require
759     those to be in UTF-8. Functions that return file names return UTF-8.
760   - Use higher precision for mathematical constants
761   - Don't convert to/from UTF-8 in g_filename_to_uri/g_filename_from_uri
762   - Support ll as printf format modifier for long long on all platforms
763   - Clean up the ABI and enforce the list of exported symbols
764   - Add a .pc file for using gmodule in libraries
765   - Require ngettext
766
767 Overview of Changes from GLib 2.5.7 to GLib 2.6.0
768 =================================================
769 * GOption: Don't list help options if group-specific
770   options have been requested [Glynn Foster]
771 * Make g_get_language_names() track locale changes [Christian Persch]
772 * Win32 bug fixes [Tor Lillqvist]
773 * Bug fixes [Philippe Blain, Owen Taylor, Sebastian Wilhelmi]
774 * New and updated translations (da,es,ja,lt,zh_CN)
775 Bugs fixed: 159530,100697,160271,160645,157255
776
777 Overview of Changes from GLib 2.5.6 to GLib 2.5.7
778 =================================================
779 * Optimize g_utf8_validate() [Owen Taylor, Matthias Clasen]
780 * Optimize g_markup_parse_context_parse() [Havoc Pennington, 
781   Morten Welinder]
782 * Reduce signal connection complexity from O(n) to O(1) 
783   [Sven Neumann]
784 * Add a .pc file for using gmodule in libraries [Owen]
785 * Add G_GNUC_MALLOC to mark functions returning newly 
786   allocated memory  [Matthias]
787 * Win32 bug fixes [Hans Breuer, Tor Lillqvist, Robert Ã–gren,
788   Bruce Hochstetler]
789 * Bug fixes [Kazuki IWAMOTO, Matthias, Manish Singh, Morten,
790   Frederic Crozat, Tor]
791 * Documentation improvements [Matthias, Tor, Owen]
792 * New and updated translations (cs,da,de,en_CA,en_GB,es,nb,nl,sq,zh_CN)
793
794 Overview of Changes from GLib 2.5.5 to GLib 2.5.6
795 =================================================
796 * GOption
797   - Add G_OPTION_FLAG_REVERSE to allow options 
798     which unset a  boolean variable [Tor Lillqvist]
799 * GChildWatch
800   - Use sigaction instead of signal [Jonas Jonnson, 
801   Archana Shah]
802   - Make the very first SIGCHLD work [Gustavo Carneiro]
803 * Bug fixes [Morten Welinder, Tor, David MacLachlan,
804   Manish Singh, J. Ali Harlow]
805 * Documentation improvements [Matthias Clasen, Tor]
806 * Updated translations (da,ja,tr,zh_CN)
807
808 Overview of Changes from GLib 2.5.4 to GLib 2.5.5
809 =================================================
810 * GKeyFile
811   - Cleanups, add more error checking [Ray Strode]
812   - Fall back to the untranslated string when getting 
813     locale strings [Mark McLoughlin]
814 * GOption
815   - Document GOption [Matthias Clasen]
816   - Better support for rest arguments [Owen Taylor, Matthias]
817   - Handle conflicts between groups [Matthias]
818 * Add g_lstat() to the stdio wrappers [Tor Lillqvist]
819 * Add g_filename_display_name() to convert filenames
820   in displayable UTF-8 strings  [Alex Larsson, Matthias]
821 * Win32 bug fixes [Kazuki IWAMOTO, Hans Breuer, Tor]
822 * Bug fixes [Christophe Fergeau, Morten Welinder, 
823   Owen, Kjartan Maraas, Mark]
824 * Documentation improvements [Matthias, Tor]
825
826 Overview of Changes from GLib 2.5.3 to GLib 2.5.4
827 =================================================
828 Add GKeyFile, a parser/editor for the .ini like files used in various
829    freedesktop.org specifications. [Ray Strode]
830 Make the handling of filename encodings consistent across all
831    GLib functions, introduce wrappers for common POSIX 
832    functions which accept the same filename encoding. [Tor Lillqvist, 
833    Owen Taylor]
834 GOption
835  - Rename g_context_option_error_quark() to a more language-binding
836    friendly name [Murray Cumming]
837  - Accept backslashes in filenames on Win32 [Tor Lillqvist]
838 * Strip the internal aliasing prefix IA__ from function names in 
839   assertions [Matthias Clasen]
840 * Add a function to split uri lists. [Matthias]
841 * Win32 bug fixes 
842  - Don't open console windows [Tor]
843 * Other bug fixes [Philippe Blain, Robert Ã–gren, Hidetaka Iwai, Matthias,
844  Morten Welinder, Mats-Ola Persson, Tor, Nickolay V. Shmyrev, Kjartan Maraas,
845   Anders Carlsson, Tim-Philipp Müller, Lucas Rocha, Andrea Campi, Manish
846   Singh, Thomas Fitzsimmons, Kazuki IWAMOTO]
847 * Documentation improvements [Matthias, Linus Walleij, Nickolay, Philippe, 
848  Adam Hooper, Gustavo Carneiro]
849 * New and updated translations (cs,en_CA,en_GB,ja,nb,nl,or,sr,sr@Latn,sq)
850
851 Overview of Changes from GLib 2.5.2 to GLib 2.5.3
852 =================================================
853 * GOption
854  - set the program name from argv[0] [Masatake YAMATO] 
855  - make contexts work without a main group [Anders Carlsson]
856 * Performance 
857  - Get rid of many PLT entries for internally used exported symbols,
858    and clean up the ABI at the same time and make make check check the
859    list of exported symbols.  [Matthias Clasen]
860 * Add API to get ISO 8601 week numbers [Niklas Lundell]
861 * Add API to install an alternate default log handler [Darin Adler]
862 * Add API to obtain a list of applicable locale names [Hidetoshi Tajima]
863 * Reduce code size bloat by removing literal strings from
864  the g_return_if_fail() macros [Owen Taylor]
865 * Add g_strv_length [Tim-Philipp Müller]
866 * Win32 changes
867  - Add API to determine the Windows version [Tor Lillqvist]
868 * Other bug fixes [Stepan Kasal, Anders, Tor, Kazuki Iwamoto,
869   Manish Singh]
870 * Documentation improvements [Morten Welinder, Matthias]
871 * New and updated translations (es,nn,ro)
872
873 Overview of Changes from GLib 2.5.1 to GLib 2.5.2
874 =================================================
875 * Add G_GNUC_INTERNAL macro [Arjan van de Ven]
876 * Add GOption, a commandline option parser [Anders Carlsson]
877 * Add glib_check_version [Michael Natterer]
878 * Add XDG basedir API [Ray Strode]
879 * Require ngettext [Danilo Segan]
880 * Bug fixes [Manish Singh, Ray Strode, Vincent Noel, 
881   Jon-Kare Hellan, Jody Goldberg]
882 * Win32 bug fixes [Tor Lillqvist, Hans Breuer, Peter Zelezny]
883 * Documentation improvements [Matthias Clasen, Vincent Untz, Christian Persch]
884 * New and updated translations (bs,eu,fi,gu,ne,pa)
885
886 Overview of Changes from GLib 2.5.0 to GLib 2.5.1
887 =================================================
888
889 * Bug fixes [Oliver Guntermann, Sven Neumann, James 
890   Henstridge, Hiroyuki Ikezoe, Matthias Clasen, Robert 
891   Ã–gren, Tommi Komulainen]
892 * Documentation improvements [Soeren Sandmann, 
893   Christophe Fergeau, Danek Duvall]
894 * New and updated translations (eu,hi)
895   
896 Overview of Changes from GLib 2.4.1 to GLib 2.5.0
897 =================================================
898
899 * New functions g_debug [Sven Herzberg]
900 * Use higher precision for mathematical constants [Morten 
901  Welinder]
902 * Don't convert to/from UTF-8 in g_filename_{to,from}_uri 
903  [Federico Mena Quintero]
904 * Win32
905  - Handle empty digit string in printf() functions 
906    correctly [Tor Lillqvist]
907  - Support ll as format modifier for long long [Tor]
908  - Be more careful about HOME [Tor, Ivan Wong]
909  - Bug fixes [John Ehresman]
910 * Miscellaneous bug and portability fixes [Danilo Segan, 
911  Owen Taylor, Nikolai Weibull, Benoît Carpentier, Morten 
912  Welinder, Manish Singh, Sven Neumann, Julio M. Merino Vidal,
913  Kaz Sasayama, Murray Cumming, Federico, Mariano Suarez-Alvarez]
914 * Documentation updates [Matthias Clasen, Crispin Flowerday,
915  Tommi Komulainen, Federico Mena Quintero, Ed Griffiths]
916 * New and updated translations (ja,ne,no,wa)
917  
918 Overview of Changes from GLib 2.4.0 to GLib 2.4.1
919 =================================================
920
921 * Win32 bug fixes [Tor Lillqvist, Roger Leigh, John Ehresman]
922 * Miscellaneous bug and portability fixes [Owen Taylor,
923   Matthias Clasen, Jonas Jonsson, Christian Krause,
924   Nickolay V. Shmyrev, Christophe Saout, Philippe Blain,
925   Piotr Klaban]
926 * Documentation updates [Matthias]
927 * New and updated translations (ca,cs,cy,el,en_CA,en_GB,es,eu,fi,
928   fr,gu,he,id,nl,pt,pl,ru,sr,sr@ije,sr@Latn,sv,uk)
929
930 Overview of Changes from GLib 2.3.6 to GLib 2.4.0
931 =================================================
932
933 * Handle invalid-UTF-8 in g_log() properly [Matthias Clasen]
934 * Win32 bug fixes [Tor Lillqvist, Bruce Hochstetler]
935 * Miscellaneous bug and portability fixes [Olivier Biot, David L. Cooper II, 
936   Kjartan Maraas, Frédéric L. W. Meunier, Christof Petig, Manish Singh, 
937   Sebastian Wilhelmi]
938 * Documentation updates [Owen]
939 * Updated translations (hr,ro)
940
941 Overview of Changes from GLib 2.3.5 to GLib 2.3.6
942 =================================================
943
944 * GAtomic bug fixes [Sebastian Wilhelmi, Mark McLoughlin]
945 * GMain threading fixes and improvements [Sebastian]
946 * Win32 [Tor Lillqvist]
947  - restore some symbols extraneously exported from gobject to maintain ABI compatibility
948  - Misc build improvements and fixes [Tor, Cedric Gustin, Hans Breuer]
949 * Documentation updates [Sebastian, Takeshi AIHANA, Matthias, Sven Herzberg]
950 * New and updated translations (be,es,fi,ga,pa,sr@ije,zh_CN)
951
952 Overview of Changes from GLib 2.3.3 to GLib 2.3.5
953 =================================================
954
955 * Make glib-mkenums parse initializers with macros. [Matthias Clasen, muppet]
956 * Respect locale era in g_date_set_parse(). [Theppitak Karoonboonyanan] 
957 * Add atomic operations and use it for the async queue and
958   gonce implementation. [Sebastian Wilhelmi]
959 * Documentation improvements [Sebastian, Matthias, Sven Herzberg]
960 * Add g_main_depth() for finding the recursion depth of the main
961   loop [Owen Taylor, Tim Janik, Stefan Westerfeld]
962 * Add g_spawn_close_pid(), needed on win32 [J. Ali]
963 * Win32 fixes. [Hans Breuer, J. Ali Harlow]
964 * Misc bugfixes [Sebastian, Matthias, Balazs Scheidler, Owen]
965 * Updated translations (cy,et,ga,sq)
966
967 Overview of Changes from GLib 2.3.2 to GLib 2.3.3
968 =================================================
969
970 * Add a native AIX gmodule implementation. [Laurent Vivier]
971 * Add g_node_copy_deep().  [James M. Cape, Matthias Clasen]
972 * Extend GQueue API to match the GList API. [Soeren Sandmann]
973 * Add g_hash_table_find().  [Tim Janik]
974 * Add a G_MODULE_BIND_LOCAL flag. [David Schleef]
975 * Inline g_string_append_c() when possible. [Owen Taylor, Tim]
976 * Wrap waitpid() as a GSource. [Jonathan R. Blandford]
977 * Add g_completion_complete_utf8(). [Theppitak Karoonboonyanan, 
978   Matthias]
979 * Add g_strsplit_set(). [Soeren]
980 * Documentation improvements. [Vincent Untz, Sebastian Wilhelmi, 
981   Soeren, Matthias]
982 * Win32 build fixes. [Tor Lillqvist]
983 * Misc bugfixes [Manish Singh, Noah Levitt, Simon Josefsson, 
984   Morten Welinder, Damien Carbery, Julio M. Merino Vidal, Sebastian, 
985   Matthias]
986 * Updated translations (nn,cs,it,ko,sq,ms,az,hr,uk,sr,sr@Latn,sq,ta)
987
988 Overview of Changes from GLib 2.3.1 to GLib 2.3.2
989 =================================================
990
991 * Add G_MAXSIZE. [Manish Singh]
992 * Add g_rand_new_with_seed_array(), g_rand_set_seed_array(),
993   implementing the init-by-array functionality of the 
994   original mersenne twister. Add g_rand_copy(). Improve seeding. 
995   [George Lebl]
996 * Add a lowercase_name option to glib-mkenums. [Murray Cumming]
997 * Add g_ptr_array_foreach(). [Matthias Clasen]
998 * Add g_timer_continue(). [Tim-Philipp Müller]
999 * Fix a threadsafety issue in mem chunks. [Matthias, Balazs Scheidler]
1000 * Fix g_filename_{to,from}_utf8() on Win32 and improve 
1001   g_file_test() there too [Hans Breuer] 
1002 * Add a boxed type for NULL-terminated string arrays.  [Matthias]
1003 * Add G_DEFINE_TYPE() plus variants to ease the constuction
1004   of GObject boilerplate code.  [Tim Janik]
1005 * Support & in password GECOS field [Matthias, Soeren Boll Overgaard]
1006 * Documentation improvements [Matthias, Manish]
1007 * Win32 build fixes [Hans]
1008 * Misc bug fixes [Damien Carbery, Matthias, Manish, Olivier Poncet, 
1009   Zack Rusin]
1010 * Updated translations (ar,de,fa,ga,mn,nn,no,sq)
1011
1012 Overview of Changes from GLib 2.3.0 to GLib-2.3.1
1013 =================================================
1014
1015 * Add glib/gi18n.h and glib/gi18n-lib.h for common
1016   gettext support, including a Q_() macro for translation
1017   with context [Matthias Clasen]
1018 * Add a more flexible G_FILENAME_ENCODING variable
1019   as a replacement for G_BROKEN_FILENAMES [Matthias]
1020 * Fix the return value g_main_context_iterate() for
1021   newly ready sources [Padraig O'Briain]
1022 * Handle Hangul composition for normalization [Noah Levitt]
1023 * Add G_{MIN,MAX,MAXU}INT{8,16,32}. [Mark Jones, Matthias]
1024 * Add G_GSIZE_FORMAT/G_SSIZE_FORMAT [Manish Singh]
1025 * Add G_STRFUNC as a portable wrapper for __func__ [Tim Janik]
1026 * Documentation improvements [Matthias]
1027 * GObject [Tim Janik]
1028  - Support '-' in g_signal_connect()/disconnect() names
1029    like 'swapped-signal'.
1030  - Add g_type_class_peek_static() and use to optimize
1031    g_object_new() for static types [Tim]
1032  - Allow setting construct-only properties from within
1033    init() implementations
1034  - Enforce readability/writeability in g_object_set/get()
1035 * Fix bug with g_ascii_strtod and multi-byte separator.
1036   [Behdad Esfahbod, Roozbeh Pournader]  
1037 * Misc bug fixes [Matthias, John Ehresman, Andrew Lanoix,
1038   Tor Lillqvist, Mark McLoughlin, Tim-Philipp Müller, Manish, 
1039   Morten Welinder]
1040 * Updated translations (ca,cs,da,es,fr,ja,nn,no,pt,ru)
1041
1042 Overview of Changes from GLib 2.2.x to GLib-2.3.0
1043 =================================================
1044
1045 * Replace Trio printf by gnulib vasnprintf [Matthias Clasen]
1046 * Update Unicode data to Unicode 4.0 [Noah Levitt]
1047 * Support XML-safe formatted output with 
1048   g_markup_[v]printf_escaped [Owen Taylor]
1049 * Add g_file_read_link to read symbolic links [Matthias]
1050 * Add g_unichar_get_mirror_char to obtain the 
1051   mirrored variant of a character [Noah]
1052 * Support for one-time initialization functions. 
1053   [Sebastian Wilhelmi]
1054 * Miscellaneous API additions: g_vasprintf
1055   g_string_chunk_insert_len, g_setenv, g_unsetenv [Matthias]
1056 * Docs improvements [Matthias]
1057 * Add support instance-private data on classed types
1058   [Mark McLoughlin, Tim Janik, Owen]
1059 * Optimize signal emissions [Soeren Sandmann, Tim]
1060 * Support a "default vtable" per interface [Tim]
1061 * Add support for properties on interfaces [Owen, Tim]
1062 * Miscellaneous API additions: g_value_take_string(),
1063   g_value_take_param(), g_value_take_object(), 
1064   g_value_take_boxed(). [Matthias]
1065 * Win32 build fixes [Tor Lillqvist]
1066
1067 Overview of Changes from GLib 2.1.5 to GLib-2.2.0
1068 =================================================
1069
1070 * Fix a problem with g_thread_init() on 64-bit problems
1071   [Alceste Scalas, Sebastian Wilhelmi]
1072 * Add assembly implementations of byteswap macros
1073   for ia64 and x86_64. [Manish Singh]
1074 * IOChannel fixes for Win32 [Tor Lillqvist, Thorsten Maerz]
1075 * Updated translations (bg,ca,es,da,fi,lv,ru,sk)
1076
1077 Overview of Changes from GLib 2.1.4 to GLib-2.1.5
1078 =================================================
1079
1080 * Win32 bug fixes [Tor Lillqvist]
1081 * Various post-rewrite fixes for glib-gettext.m4 [Owen Taylor,
1082   Jody Goldberg, Kjartan Maraas, Johannes Stezenbach]
1083 * Ensure we have a GUINT64_FORMAT by pulling in Trio
1084   if necessary [Manish Singh]
1085 * Further Trio build fixes [Matthias Clasen, Owen]
1086 * Hack around gcc, libtool issues with -pthread [Owen]
1087 * Docs improvements [Matthias]
1088 * Bug and portability fixes 
1089 * Updated and new translations (bg,de,fi,fr,sq,fr)
1090
1091 Other contributors: Kai Poitschke, Morten Welinder
1092
1093 Overview of Changes from GLib 2.1.3 to GLib-2.1.4
1094 =================================================
1095
1096 * autoconf changes to make it possible to cross compile
1097   GLib. [Owen Taylor, Dan Kegel, Amy Lin, Dimi Shahbaz, 
1098   Johannes Stezenbach]
1099 * Use libintl when it has bind_textdomain_codeset() and
1100   GLib doesn't. [Owen]
1101 * Improve generation of pseudo-random integers [Morten Welinder, 
1102   Sebastian Wilhelmi]
1103 * Avoid literal UTF-8 in favor of octal escapes [Owen, Tomas Ogren]
1104 * Cleanup include order [Sven Neumann]
1105 * autoconf cleanups and bug fixes [Daniel, Matthias Clasen, Owen]
1106 * Doc fixes and additions [Matthias]
1107
1108 Other contributors: James M. Cape, Frederic Crozat, Martin Gansser,
1109   Phuc LeHong, Manish Singh, Joshua Weage, Morten Welinder
1110
1111 Overview of Changes from GLib 2.0.x to GLib-2.1.x
1112 =================================================
1113
1114 * Add copy of the Trio library to build and use for printf() when 
1115   system printf isn't good enough. Add g_printf()/etc. [Matthias Clasen]
1116 * Add g_str_has_suffix()/g_str_has_prefix() [Alex Larsson]
1117 * Add g_markup_parse_context_get_element() [Matthias]
1118 * Add g_utf8_strreverse [Matthias]
1119 * Add g_ascii_strtoull() [Tim Janik]
1120 * Support scanning of 64-bit values with GScanner [Tim]
1121 * Add g_set/get_application_name() [Havoc Pennington]
1122 * Add G_LIKELY()/G_UNLIKELY() macros for hinting branch probabilities. 
1123   Use for g_return_if_fail(). [Matthias Clasen]
1124 * Add G_GNUC_DEPRECATED macro [Tom Tromey]
1125 * Improve the seeding algorithm of GRandom to avoid problems
1126   with certain pathological seeds. Support G_RANDOM_VERSION=2.0
1127   environment variable. [Sebastian Wilhelmi]
1128 * Improve thread configure checks, use -pthread where applicable
1129   [Sebastian]
1130 * Improve handlng of thread priorities [Sebastian]
1131 * Fix up parameter names that might shadow functions from
1132   system headers [Soeren Sandmann]
1133 * Clean up usage of deprecated functions [Manish Singh]
1134 * Docs fixes and improvements. In particular, include "Since" information.
1135   [Matthias, Soeren, Martin Schulze, Daryll Strauss, Bill Janssen, 
1136   Owen Taylor, Morten Welinder]. 
1137
1138 Overview of Changes in GLib 2.0.7
1139 =================================
1140
1141 * Fix C++ warnings in gtype.h [Dom Lachowicz]
1142 * Fix g_type_fundamental_next() [Tim Janik]
1143 * Fix various missing includes of config.h [Morten Welinder]
1144 * Handle main loop initialization before g_thread_init [Sebastian Wilhelmi]
1145 * Various 64-bit fixes [Manish Singh]
1146 * Fix GPoll on Win32 [Tor Lillqvist, Herman Bloggs]
1147 * Fix bug with buffering on UTF-8 IOChannels [Daniel Elstner]
1148 * Misc bug and build fixes [Soren Andersen, Gustavo Carneiro, Tor,
1149      Tim, Havoc Pennington,  Matthias Clasen, Sebastian Rittau,
1150      Masahiro Sakai, Arvind Samptur, HideToshi Tajima, Owen Taylor]
1151 * Updated and new translations (be,cs,de,*fa,it,lv,pt_BR,tr)
1152
1153 Overview of Changes in GLib 2.0.6
1154 =================================
1155
1156 * Fix problem with interface prerequisites [Jon Trowbridge, Dave Camp]
1157 * Clean up debug spew from GObject [Anders Carlsson]
1158 * Compiler warning fixes [David L. Cooper II]
1159 * Fix some problems with g_build_path() [Guillaume Chazarain, Owen Taylor]
1160 * Fixes for --disable-debug [Sebastian Wilhelmi]
1161 * Threading fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann, 
1162   Rajkumar Sivasamy, Laurent Vivier]
1163 * Documentation fixes [Jacob Berkman, Manuel Clos, Jared Dukat, 
1164   Sebastian Rittau, Linus Welleij]
1165 * Misc bug fixes [Anders Carlsson, Sam Couter, Morten Welinder, Owen]
1166 * Updated translations (bg,ko,vi)
1167
1168 Overview of Changes in GLib 2.0.5
1169 =================================
1170
1171 * Fix problem with interface prerequisites [Jon Trowbridge, Dave Camp]
1172 * Clean up debug spew from GObject [Anders Carlsson]
1173 * Compiler warning fixes [David L. Cooper II]
1174 * Fix some problems with g_build_path() [Guillaume Chazarain, Owen Taylor]
1175 * Fixes for --disable-debug [Sebastian Wilhelmi]
1176 * Threading fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann, 
1177   Rajkumar Sivasamy, Laurent Vivier]
1178 * Documentation fixes [Jacob Berkman, Manuel Clos, Jared Dukat, 
1179   Sebastian Rittau, Linus Welleij]
1180 * Misc bug fixes [Anders Carlsson, Sam Couter, Morten Welinder, Owen]
1181 * Updated translations (bg,ko,vi)
1182
1183 Overview of Changes in GLib 2.0.4
1184 =================================
1185
1186 * Fix some 64-bit problems. (George Lebl, David L. Cooper II)
1187 * Add note about Tru64 iconv to INSTALL. (Manuel Op de Coul)
1188 * Fix problem with timouts > MAXINT. (Tim Janik, Owen Taylor)
1189 * Updated translations (ca,es,fr,ja,gl,ms,nl,pl,pt,ru)
1190
1191 Overview of Changes in GLib 2.0.3
1192 =================================
1193
1194 * Handle sorting 0-length arrays (Ron Arts)
1195 * Threading fixes (Sebastian Wilhelmi)
1196 * Portability fixes (Miroslaw Dobrzanski-Neumann, Jacob Berkman, Gareth Pierce, 
1197   Sebastian, Qingjiang Yuan)
1198 * Various fixes for glib-2.0.m4. (Jim Gettys, others.)
1199 * Locate right glib-genmarshal when cross-compiling. (Mitch Natterer)
1200 * Win32 fixes (Tor Lillqvist)
1201 * Try to fix g_get_charset() related segfaults. (Owen)
1202 * Fixes for gettext detection. (Dan Winship, HideToshi Tajima, Boyd Lynn Gerber,
1203   Andrew P. Lentvorski, Jr.)
1204 * Fix g_scanner_unexp_token() (Tim Janik, Sven Neumann)
1205 * g_markup fixes. (Matthias Clasen.)
1206 * Bug fixes and cleanups (Daniel Elstner, Matthias, Laszlo Peter, Morten Welinder,
1207   Wayne Schuller)
1208
1209 Overview of Changes in GLib 2.0.1
1210 =================================
1211
1212 * Portability fixes for Sun's Forte compiler [Erwann Chenede]
1213 * Performance improvements for GObject parameter lookup, 
1214   g_filename_to/from_utf8() [Alex Larsson]
1215 * Actually check interface prerequisites [Matthias Clasen,
1216   Miroslaw Dobrzanski-Neumann]
1217 * Fix problem with glib-mkenums taking huge amounts of stack. [Owen Taylor]
1218 * Fix g_signal_handlers_disconnect_by_func() for C++ [Damien Sandras]
1219 * Fixes for g_log() and threading.
1220   [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann, Tim Janik]
1221 * Make g_print(), g_printerr(), g_warning(), etc, convert from
1222   UTF-8 to the encoding of the locale [Sebastian Wilhelmi, Tim]
1223 * Fixes for GIOChannel on windows. [Tor Lillqvist]
1224 * Fix gsize/gint mismatches in giochannel.c [Miroslaw Dobrzanski-Neumann]
1225 * Fix file descriptor leak in g_file_get_contents() [Matthias]
1226 * Workaround iconv() problems on older Solaris [Lauri Alanko]
1227 * Fix warnings with gcc-3.1 about asm const [Cody Russel]
1228 * Minor bug fixes.
1229
1230 Other contributors: Hans Breuer, LEE Sau Dan, Sven Neumann, Salmaso Raffaele,
1231   Akira Tagoh, Morten Welinder
1232
1233
1234 Overview of Changes in GLib 2.0.0
1235 =================================
1236
1237 * Thread portability fixes [Sebastian Wilhelmi]
1238 * Documentation updates [Owen Taylor]
1239 * Make g_strerror(), g_strsignal() properly return UTF-8,
1240   call bind_text_domain_codeset() so that error strings
1241   are in UTF-8 as well. [Owen, Tor Lillqvist]
1242
1243 Overview of Changes in GLib 2.0.0 rc1:
1244 ======================================
1245
1246 * Win32 fixes [Tor Lillqvist]
1247 * Portability fixes [Finlay Dobbie, Miroslaw Dobrzanski-Neumann]
1248 * Fix up g_date_strftime [Daniel Elstner]
1249 * Add some structure padding [Tim Janik]
1250 * Make g_get_homedir() prefer the users home directory to $HOME
1251
1252 Other contributors: Matthias Clasen, Paolo Maggi, Christian Rose
1253
1254 Overview of Changes in GLib 1.3.15:
1255 ===================================
1256
1257 * Speed up marshalers by using private access to GValue 
1258   [Anders Carlsson, Tim Janik]
1259 * Reduce GValue to 2 elements [Tim]
1260 * Add G_DEBUG environment variable, G_DEBUG=fatal_warnings [Matthias Clasen]
1261 * Fixes for AIX compilation [Miroslaw Dobrzanski-Neumann]
1262 * Add padding to various structures [Owen Taylor, Tim]
1263 * Win32 fixes [Tor Lillqvist]
1264
1265 Other contributors: James Henstridge, Ryan Lovett, Morten Welinder,
1266   Daniel Elstner
1267
1268 Overview of Changes in GLib 1.3.14:
1269 ===================================
1270
1271 * Register value transformations for gint64, guint64 [Andy Wingo]
1272 * Build with large-file support [Sven Neumann, Owen Taylor]
1273 * Fix handling of hostnames in URI's [Darin Adler]
1274 * Main loop bug fixes [Havoc Pennington, Owen]
1275 * Doc fixes and improvements [Manish Singh, Tim Janik]
1276 * Support ' as attribute delimiters in GMarkup [Matthias Clasen]
1277 * Win32 fixes [Hans Breuer, Tor Lillqvist]
1278 * Threading bug and build fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann]
1279 * Miscellaneous bug fixes
1280
1281 Other contributors: Matthias Clasen, James Henstridge, Mitch Natterer, 
1282   Morten Welinder.
1283
1284 Overview of Changes in GLib 1.3.13:
1285 ===================================
1286
1287 * Fix g_filename_to/from_uri for Win32 [Tor Lillqvist, Darin Adler]
1288 * Miscellaneous win32 fixes [Tor, Hans Breuer]
1289 * Fix thread options for gcc on AIX [Jerome Zago, Sebastian Wilhelmi]
1290 * Documentation improvements [Ron Steinke, Matthias, Sebastian]
1291 * Cache iconv converters as used by g_convert() [Jeffrey Stedfast]
1292 * Bug fixes [Sven Neumann, Owen Taylor, Matthias Clasen, Jeffrey,
1293   Laszlo Peter, Havoc Pennington, Tim Janik]
1294
1295 Overview of Changes in GLib 1.3.12:
1296 ===================================
1297
1298 * Implement closure chaining, fixing up API (Tim Janik)
1299 * Closure chaining test case (James Henstridge)
1300 * Make GType long not int where both are equal width (Tim)
1301 * Win32 fixes and improvements (Hans Breuer, Tor Lillqvist)
1302 * Fixes for NetBSD. (Dan Winship)
1303 * Use snprintf() for g_printf_string_upper_bound() where possible. (Matthias Clasen)
1304 * Save space for GBSearchArray (Tim Janik)
1305 * Documentation improvements. (Matthias, Sven Neumann, Havoc Pennington)
1306
1307 Other contributors: Darin Adler, Chris Blizzard, Anders Carlson, Daniel Elstner, Michael Meeks, 
1308   Mark McLoughlin, Dave Neary, Manish Singh, Owen Taylor, HideToshi Tajima, 
1309   Sebastian Wilhelmi.
1310
1311
1312 Overview of Changes in GLib 1.3.11:
1313 ===================================
1314
1315 * Win32 fixes [Hans Breuer, Tor Lillqvist]
1316 * Documentation improvements [Matthias Clasen]
1317 * Portable directory handling API [Hans]
1318 * Threading fixes [Sebastian Wilhelmi, Havoc Pennington]
1319 * Fix excess relocations in Unicode tables [Andrew Taylor]
1320 * Fix gpattern for UTF-8 [Matthias Clasen]
1321 * Support overriding class closures [Tim Janik]
1322 * Support for derivation from G_TYPE_POINTER [Owen Taylor]
1323 * Hide pointers to type information inside GType to reduce locking
1324   [Alex Larsson, Tim]
1325 * Adds check for direct inclusion of gobject/*.h [Owen]
1326 * GObject API cleanups [Tim]
1327
1328 Other contributors: Darin Adler, Jacob Berkman, Daniel Egger, Eric Lemings, 
1329   Michael Meeks, Mark McLoughlin, Arkadiusz Miskiewicz, Dan Winship
1330
1331
1332 Overview of Changes in GLib 1.3.10:
1333 ===================================
1334
1335 * Many Win32 fixes and improvements [Tor Lillqvist]
1336 * Documentation improvements [Matthias Clasen]
1337 * g_string_printfa() renamed to g_string_append_printf()
1338 * Use libcharset from libiconv to implement charset detection
1339   more portably. [Owen Taylor, Hidetoshi Tajima]
1340 * Add 64 bit type support to GObject [Joshua Pritikin, Mathieu Lacage, Owen]
1341 * Make support for 64 bit integers a requirement [Joshua]
1342 * GPattern improvements [Tim Janik, Matthias]
1343 * Locale independent g_ascii_strtod / g_ascii_dtostr [Alex Larsson]
1344 * Many bug fixes and minor tweaks.
1345
1346 Other Contributors: Darin Adler, Jakub Jelinek, James Antill, Andrew Taylor,
1347   Ben Gertzfield, Elliot Lee, Manish Singh, Abel Cheung, Laszlo Peter,
1348   Sven Neumann, George Lebl, Raja Harinath, Sebastian Wilhelmi,
1349   Jacob Berkman
1350
1351
1352 Overview of Changes in GLib 1.3.9:
1353 ==================================
1354
1355 * Fixes for comparison of threads [Sebastian Wilhelmi]
1356 * Use vasprintf() when possible for g_strdup_printf [Matthias Clasen]
1357 * Win32 fixes [Tor Lillqvist, Hans Breuer]
1358 * Add a len argument to g_ascii_strup/strdown
1359 * Bug, portability fixes, cleanups.
1360
1361 Other Contributors: Darin Adler, Katsuhiro Okuno, Joshua N. Pritikin
1362
1363
1364 Overview of Changes in GLib 1.3.8:
1365 ==================================
1366
1367 * Documentation updates [Owen]
1368 * Made GType interfaces overridable in derived types
1369 * Many win32 fixes [Tor Lillqvist]
1370 * Miscellaneous cleanups and fixes
1371
1372 Other contributors:
1373   Darin Adler, Matthias Clasen, Ron Steinke, Hans Breuer, Alex Larsson
1374
1375
1376 Overview of Changes in GLib 1.3.7:
1377 ==================================
1378
1379 * Integrate GClosure support into the main loop [Owen Taylor]
1380 * More GSignal convenience functions (macros) [Sven Neumann, Tim Janik]
1381 * Introduced weak references for GObject [James Henstridge, Sven, Tim] 
1382 * Minor hash table optimizations
1383 * Main loop and threading improvements [Sebastian Wilhelmi]
1384 * Added g_ascii_* functions to be used for locale insensitive UTF-8
1385   compliant code instead of old string functions  [Darin Adler, Alex Larsson]
1386 * Add functions for Unicode case-conversion, normalization, and 
1387   collation [Owen]* GString improvements [Owen]
1388 * Reworked the GIOChannel code [Hidetoshi Tajima, Ron Steinke]
1389 * Removed glib-config-2.0 in favour of pkgconfig [Sebastian]
1390 * Make code 64bit clean [Mark Murnane]
1391 * More G_CONST_RETURN fixes
1392 * Many improvements to the win32 code [Tor Lillqvist, Hans Breuer]
1393 * Miscellaneous bug and API fixes
1394
1395 Other contributors:
1396   Michael Natterer, Christopher James Lahey, Padraig O'Briain,
1397   Matthias Clasen, Josh Pritikin, Steve Baker, Cesar Rincon, Garry R. Osgood,
1398   Michael Meeks, Laszlo Peter,  Martin Baulig, Kjartan Maraas, Andrew Lanoix,
1399   Peter Williams
1400
1401
1402 Overview of Changes in GLib 1.3.6:
1403 ==================================
1404
1405 * Threads have a "return value" from g_thread_join
1406 * Removed ability to adjust thread stack size
1407 * Prefix warnings with progname/PID by default, change toggle for this to 
1408   be an env variable G_MESSAGES_PREFIXED not a compile-time option
1409 * GMarkup speedups
1410 * GDate const, convenience fixups
1411 * Include test cases that headers are compilable by C++ compiler
1412 * Add ability to spawn processes with argv[0] != executable path.
1413 * g_strstr_len, g_strrstr, g_strrstr_len
1414 * Add length argument to g_utf8_strchr and g_utf8_strrchr.
1415 * Misc bug fixes
1416
1417
1418 Overview of Changes in GLib 1.3.5:
1419 ==================================
1420
1421 * Added an installed glib-mkenums Perl program for parsing enumeration
1422   declarations from header files.
1423 * Mark some additional deprecated functions.
1424 * Bug and Portability fixes
1425
1426
1427 Overview of Changes in GLib 1.3.4:
1428 ==================================
1429
1430 * Efficiency improvements for GThreadPool
1431 * A few bug fixes
1432 * Build fixes
1433 * Documentation improvements
1434
1435
1436 Overview of Changes in GLib 1.3.3:
1437 ==================================
1438
1439 GLib:
1440
1441 * More user_data support in various functions.
1442 * Main loop API revamps to support per-thread main loops.
1443 * Unicode handling improvements.
1444 * Implemented debugging traps.
1445 * G_CONST_RETURN specification all over the place.
1446 * Various new small utility functions.
1447 * Random number generator precision improvements.
1448 * New configure option --disable-mem-pools.
1449 * Many Win32 improvements.
1450 * Added g_try_malloc() friends varinats.
1451 * Many documentation improvements.
1452 * Many threading improvements, support for dynamic allocation
1453   of static mutexes.
1454 * GHookLIst API cleanups.
1455 * Improved format support of GDate parser.
1456 * String function speed improvements with new g_stpcpy().
1457 * Hashtable API additions.
1458 * New GPatternSpec for shell-style pattern matching (from GtkPatternSpec).
1459 * Optimizations, cleanups, bug fixes.
1460
1461 GObject:
1462
1463 * Added many convenience functions.
1464 * GClosure and GParamSpec use float/sink ref-counting scheme now.
1465 * Reworked property change notification.
1466 * Binary searchable array cleanups, so it's widely usable now.
1467 * Added static content keeping for some GValue types.
1468 * Support for statically scoped signal parameters.
1469 * Extinguished property trailer args in set/get interface.
1470 * Added support for abstract types.
1471 * G_CONST_RETURN specification all over the place.
1472 * Split parameter exchange functionality into value transforms
1473   and parameter conversions.
1474 * Added signal emission hooks and signal accumulators.
1475 * Added interface prerequisites to support is_a (interface, object)
1476   relations.
1477 * Implemented GValueArray.
1478 * New types, boxed: G_TYPE_VALUE, G_TYPE_CLOSURE, G_TYPE_GSTRING
1479   GParamSpecs: G_TYPE_PARAM_PARAM, G_TYPE_PARAM_POINTER, G_TYPE_PARAM_CLOSURE,
1480   G_TYPE_VALUE_ARRAY, G_TYPE_PARAM_UNICHAR, G_TYPE_PARAM_VALUE_ARRAY.
1481 * Varrags value collection improvements.
1482 * Implemented debugging traps.
1483 * Made things thread-safe.
1484 * Many documentation improvements.
1485 * Many cleanups, optimizations and bug fixes.
1486
1487
1488 Overview of Changes in GLib 1.3.2:
1489 ==================================
1490
1491 GLib:
1492
1493 * Win32 build improvements  [Tor]
1494 * Improvements to error reporting  
1495   (g_critical(), g_return_if_reached()) [Darin]
1496 * Add g_strlcpy/g_strlcat  [David Wheeler]
1497 * New IO channel implementation for Win32  [Tor] 
1498 * Make g_array_free, g_string_free return pointer to memory requested
1499   not to be freed.  [Darin]
1500 * Added GError based error reporting for thread functions.  [Sebastian]
1501 * Moved reference docs into GLib distribution. [Owen]
1502 * Added g_convert() for doing convenient character set conversions based
1503   on iconv. (GLib now requires libiconv or a native iconv.) [Havoc/Owen]
1504 * Various Unicode handling additions (g_ucs4_to_utf8, g_utf8_validate(),
1505   g_{locale,filename}_{to,from}_utf8)  [Robert/Havoc/Owen]
1506 * Portability fixes for threading.  [Sebastian]
1507 * Added convenient functions for launching new processes (g_spawn_*),
1508   and shell quoting/unquoting functions.  [Havoc]
1509 * Split glib.h into many headers.  [Sebastian]
1510 * Added a simple callback-based parser for XML-like files (GMarkup).  [Havoc]
1511 * Fixed confusions between comparison functions that return <0, 0, >0
1512   and equaility functions that return FALSE,TRUE.  [Sebastian]
1513 * Added safe/portable temporary file manipulation functions.  [Tor]
1514 * autoconf improvements.  [Raja]
1515 * Many documentation improvements.
1516 * Bug fixes.
1517
1518 GObject:
1519
1520 * Added boxed and pointer types.  [Tim/Jonathan]
1521 * Added callback abstraction (GClosure)  [Tim]
1522 * Added signal system (GSignal)  [Tim]
1523 * Make GTypePlugin an interface  [Tim]
1524 * Added GTypeModule - a simple GTypePlugin instantiation  [Owen]
1525 * Bug fixes.
1526
1527
1528 What's new in GLib 1.3.1:
1529 =========================
1530
1531 * New GObject library added including object system based on
1532   the GTK+ object system. 
1533 * Functions for getting the properties of Unicode characters, 
1534   computing the canonical decomposition and ordering combining
1535   characters aand manipulating UTF-8 string manipulation based
1536   on libunicode.
1537 * GString now properly handles embedded nuls.
1538 * Multiple fixes from the 1.2.x branch.
1539 * Upgrade to libtool 1.3.3
1540 * Full thread support (thread creation and destruction).
1541 * BeOS port, BeOS dynamic modules.
1542 * Many improvements to the Windows ports.
1543 * Improvements to the OS/2 port, OS/2 module support.
1544 * Double ended queue implementation.
1545 * GLib macros for printf() formatting, e.g. G_GULONG_FORMAT = "lu"
1546 * New configure option --enable-msg-prefix to prefix messages, warnings
1547   et ceteri with the program name and the process id.
1548 * New thread-safe random number generator Mersenne Twister.
1549 * g_strcompress() added, g_strescape() had a slight API change, and
1550   more tightly defined semantics.
1551 * the g_string(x) macro has been removed, #x may be used instead.
1552