Updates
[platform/upstream/glib.git] / NEWS
1 Overview of Changes from GLib 2.15.1 to GLib 2.15.2
2 ===================================================
3
4 * GIO:
5  - Mount operation API change: unhandled methods get reported via 
6    the reply, rather than by the signal emission return value
7  - File monitor API change: Add a GError argument to g_file_monitor_file
8  - g_unix_mount_guess_should_display(): new function
9
10 * Bugs fixed:
11   508224 [PATCH] FAM backend crashes due to double free
12   508074 GAsyncResult documentation suggests g_freeing it.
13   508108 GFile documentation slightly unclear.
14   508309 rpc_pipefs mount points should be hidden
15   508378 GFileInfo documentation implies that it changes attribute...
16   508719 g_file_get_relative_path fails if parent is root
17   508773 g_uri_escape_string() documentation unclear.
18
19 * Updated translations:
20   Arabic (ar)
21   Spanish (es)
22   Hebrew (he)
23   Italian (it)
24   Korean (ko)
25   Turkish (tr)
26
27
28 Overview of Changes from GLib 2.15.0 to GLib 2.15.1
29 ===================================================
30
31  * Portability fixes:
32  - Assertion functions are marked as noreturn again
33  - Handling of inline functions has been fixed to work with gcc 4.3
34  - C99 comments have been removed from headers
35  - The nonportable sed -i option is no longer used
36
37  * GIO:
38   - Clarified the semantics of g_app_info_get_all()
39   - API for memory input and output streams has been changed a bit
40   - GDirectoryMonitor has been removed; GFileMonitor can monitor
41     files and directories now
42
43  * Bugs fixed:
44    504829 Invalid environment passed to g_spawn_async in g_desktop_...
45    505258 crash in Users and Groups: Adding a user
46    505815 g_content_types_get_registered should not g_free keys
47    491218 g_timer_new() doesn't initialize timer->end
48    315437 extern inline -> static inline
49    476856 Inconsistency between standard and implementation of the ...
50    480122 g_module_open fails to open modules with ".la" extension
51    495589 gspawn.c failing to set FD_CLOEXEC
52    500273 doesn't build with --disable-visibility
53    504142 Do not show empty groups in --help output
54    504879 giofam incorrectly linked
55    505042 add file attribute for actually used file size in bytes
56    505058 xattr namespace docs
57    505674 Misprint in the definition of the macro G_CCLOSURE_SWAP_DATA
58    505730 Fails to build on OSX 10.4: _NSGetEnviron not declared
59    505887 older darwin lacks lchown
60    506374 gmemoryinputstream api
61    506461 Conversion of g_assert_not_reached() and friends into fun...
62    503051 Small bug in glib interface
63    506395 Updates to GIO documentation
64    507628 Missing .pc entry for gio linking against glib
65    505195 [patch] typo in g_try_new0 docs 
66    507822 g{file,directory}monitor changes signal problem
67    506377 gmemoryoutputstream write implementation
68    507835 bug in gunixinputstream 
69
70  * Updated translations:
71    Arabic (ar)
72    Belarusian Latin (be@latin)
73    Spanish (es)
74    Basque (eu)
75    Irish (ga)
76    Hebrew (he)
77    Occitan (oc)
78    Vietnamese (vi)
79
80
81 Overview of Changes from GLib 2.14.x to GLib 2.15.0
82 ===================================================
83
84 Major new features:
85
86  * GIO: a VFS API, designed to replace GnomeVFS. The GIO implementation 
87    in GLib has support for local filesystems. The new, separate gvfs 
88    module contains various backend implementations (cifs, ftp, sftp,
89    http, ...)
90
91  * GChecksum: provides various hash algorithms, such as MD5, SHA-1
92    and SHA-256
93  
94  * GTest: a test framework 
95  
96 Smaller additions:
97
98  * GHash:
99  - GHash has iterators, as an alternative to g_hash_table_foreach
100
101  * GMarkup: 
102  - g_markup_parse_context_get_element_stack: New function to
103    get the stack of open elements
104  - G_MARKUP_PREFIX_ERROR_POSITION: New flag to improve error
105    reporting
106  - g_markup_collect_attributes: Convenience function for handling
107    attributes
108
109 * GKeyFile: 
110  - Functions that take a GError now return a boolean to indicate 
111    success, instead of void
112  - Various performance improvements
113
114 * GAsyncQueue:
115  - g_async_queue_new_full: new function that allows to specify
116    a free function for leftover elements
117  
118 * GError:
119  - g_prefix_error and g_propagate_prefixed_error: New functions
120    to ease error propagation
121
122 * Internationalization:
123  - C_: A new 2-argument variant of the Q_() macro 
124  - Use native character set conversion API on Windows
125
126 * GLib builds with automake 1.10
127
128 * Bugs fixed:
129  455725 specific combination of g_utf8_strlen and g_pattern_match...
130  467537 g_convert_with_iconv() not resetting iconv() state correc...
131  497033 Commandline option parser should warn about missing optio...
132  504527 gchecksum: Conditional jump or move depends on uninitiali...
133  445362 Non-numeric local labels in gatomic.c are causing linker ...
134  482313 gregex: no way to tell why compilation failed
135  317775 main loops continues to run after g_main_loop_quit() has ...
136  418778 Insufficient pkg-config version requirement
137  436293 g_option_context_new() doc should mention that the string...
138  466557 glib-mkenums shifts ARGV[0] to undefined
139  468882 GKeyFile doesn't accept "True" as a true boolean value
140  469551 application --help messages are garbaged on none UTF-8 lo...
141  479724 Memory leak upon calling "g_main_loop_run" in the seconda...
142  490061 outptrs uninitialized after g_parse_long_long
143  490637 gobject documentation patch
144  495294 glib-genmarshal prints warnings but returns 0
145  496046 option to prefix location of errors for GMarkup
146  498113 tests/regex-test fails on 64bit environment
147  500506 Fails to build on OSX 10.4
148  500638 gkeyfile speedup ...
149  500875 Make check fails as there is no "test" target for "build"...
150  502511 g_assert_cmphex prints invalid message
151  502927 g_array_index triggers cast aligment warning
152  503029 g_time_val_from_iso8601 parse non-ISO8601 dates
153  503222 Need context to translate
154  503420 gkeyfile leaks a hash table
155  503470 Fix build when builddir != srcdir
156  504227 Inverse variant for g_test_trap_assert_stdout, g_test_tra...
157  71704  file include order
158  491957 Misprint in the specification of the interface "g_main_co...
159  491959 Misprint in description of the structure "GThreadPool"
160  491965 Mistype in the specification of the function "g_hook_list...
161  491966 Misprint in the specification of the interface "g_main_co...
162  491968 The documentation does not mention the restriction for th...
163  491970 The documentation for the interface "g_date_clamp" is inc...
164  491974 The documentation of the interface "g_main_context_iterat...
165  491975 The documentation for the interfaces "g_io_channel_read_u...
166  491979 Misprint in the description of the interfaces g_key_file_...
167  491982 Misprint in the description of the interface "g_key_file_...
168  501107 EXTRA_DIST automake warnings
169  501997 g_utf8_normalize() returns NULL on invalid string
170  502590 C_/g_dpgettext efficiency
171  464259 g_set_application_name() docs should say "Since 2.2"
172  496518 gbase64.c API doc clarification
173  498728 g_key_file_get_*_list should set length to 0 when returni...
174  500361 Improve docs for g_array_free() and g_ptr_array_free()
175  501853 g_checksum_get_digest docs
176  503862 Allow NULL strings in g_parse_debug_string()
177  142676 Q_
178  367550 Add g_async_queue_new_full() with GDestroyNotify function
179  375651 Minor enhancements to GKeyFile API
180  443648 MD5 digest support
181  449937 Upgrade auto* sources to be clean under automake1.9
182  452887 gmarkup context "get element" function is useless when ca...
183  491549 [PATCH] Eliminate libiconv dependency on Windows
184  500507 GHashTableIter API 
185
186 * Translation updates
187  Belarusian Latin (be@latin)
188  Czech (cs)
189  German (de)
190  Spanish (es)
191  Esperanto (et)
192  French (fr)
193  Korean (ko)
194  Marathi (mr)
195  Norwegian bokmÃ¥l (nb)
196  Brazilian Portugese (pt_BR)
197  Slovenian (sl)
198  Swedish (sv)
199
200
201 Overview of Changes from GLib 2.14.2 to GLib 2.14.3
202 ===================================================
203
204 * Update PCRE to 7.4
205
206 * Bugs fixed:
207  487491 Fix some warnings from sparse
208  488068 Small (one-time) memory leak in glib_gettext initialization
209  493688 TYPE macro "_get_type ()" is documented wrong
210
211 * Updated translations:
212  Arabic (ar)
213  Belarusian Latin (be@latin)
214  Estonian (et)
215  Irish (ga)
216  Slovenian (sl)
217
218  
219 Overview of Changes from GLib 2.14.1 to GLib 2.14.2
220 ===================================================
221
222 * Bugs fixed:
223  476849 Invocation of the interface "g_hook_free" fails in certai...
224  359165 marshallers can throw warnings with -Wunused
225  477957 more discussion on g_value_set_object vs. g_value_take_ob...
226  478459 G_DEFINE_DYNAMIC_TYPE_EXTENDED doesn't work with G_IMPLEM...
227  483337 inline is disabled for MSVC when compiling C code
228  478349 Broken link to gettext website
229  469231 g_spawn optimization for setting all open fds to CLOEXEC 
230
231 * Updated translations:
232 Arabic (ar)
233 Galician (gl)
234 Hebrew (he)
235 Korean (ko)
236
237
238 Overview of Changes from GLib 2.14.0 to GLib 2.14.1
239 ===================================================
240
241 * Bugs fixed:
242  476840 Invocation of the interface "g_utf8_strreverse" crashes f...
243  444765 Fix FIXME in gregex.c when new pcre is out
244  464145 g_markup_escape_text Produces Invalid XML
245  465625 g_type_default_interface_ref() does not ensure working g_...
246  466768 Clearify that comments can be put anywhere in a Key-file.
247  474229 The GError documentation should give convention for the G...
248  474899 G_BREAKPOINT() docs inaccurate
249  475854 Overuse of -lpcre when using system pcre
250  473879 Incorrect includes in gregex.c
251  468694 Typoes in documentation
252  469051 g_snprintf () talks about characters where it probably me...
253  457601 Missing arch specific atomic implementation
254  475923 Missing pcre flags when static-linking against glib
255  475619 glibthread-2.0.la does not list -lpthread
256
257 * Updated translations:
258  Bulgarian (bg)
259  Catalan (ca)
260  Danish (da)
261  German (de)
262  Canadian English (en_CA)
263  British English (en_GB)
264  Spanish (es)
265  Estonian (et)
266  Finnish (fi)
267  French (fr)
268  Gujarati (gu)
269  Hungarian (hu)
270  Italian (it)
271  Georgian (ka)
272  Kannada (kn)
273  Lithuanian (lt)
274  Makedonian (mk)
275  Norwegian (nb)
276  Dutch (nl)
277  Polish (pl)
278  Portugese (pt)
279  Brazilian Portugese (pt_BR)
280  Romanian (ro)
281  Russian (ru)
282  Albanian (sq)
283  Serbian (sr, sr@Latn)
284  Swedish (sv)
285  Tamil (ta)
286  Thai (th)
287  Ukrainian (uk)
288  Vietnamese (vi)
289
290
291 Overview of Changes from GLib 2.13.7 to GLib 2.14.0
292 ===================================================
293
294 * Last-minute API additions:
295  - Make g_unichar_combining_class public
296  - Add goffset type, add G_MAXSSIZE and G_MINSSIZE
297
298 * Update PCRE to 7.2
299
300 * Bugs fixed:
301  453998 Make _g_unichar_combining_class() public
302  462549 gregex.c: variable is declared at middle of block
303  417068 g_file_test doc inconsistency
304
305 * Updated translations:
306  Assamese (as)
307  Basque (eu)
308  Kannada (kn)
309  Malayalam (ml)
310  Dutch (nl)
311  Polish (pl)
312  Brazilian Portugese (pt_BR)
313  Turkish (tr)
314
315
316 Overview of Changes from GLib 2.13.6 to GLib 2.13.7
317 ===================================================
318
319 * The memory corruption warning from the slice allocator that
320   occurred when threads were initialized after the slice allocator
321   has been removed, as the slice allocator now works fine
322   in this scenario.
323
324 * New functions g_once_init_enter() and g_once_init_leave() make
325   it easier to write threadsafe one-time initialization functions 
326  
327 * Bugs fixed:
328  454473 Simple XML Subset Parser terminates on invalid XML
329  445813 g_module_open error, add file name
330  453796 errno gets clobbered by g_filename_display_name
331  341988 don't use "-c" with msgfmt in Makefile.in.in
332  447048 Please produce slightly more output during long tests
333  454785 GModule documentation lists same block of code twice.
334  454786 GModule documentation lists same paragraph twice.
335  383155 small docs quirks in gobject/closure API documentation
336  65041  _get_type() functions aren't thread safe
337
338 * Updated translations
339  Assamese (as)
340  Spanish (es)
341  Gujarati (gu)
342  Japanese (ja)
343  Korean (ko)
344  Macedonian (mk)
345
346
347 Overview of Changes from GLib 2.13.5 to GLib 2.13.6
348 ===================================================
349
350 * Reintroduce a GType typedef whose removal in 2.13.5
351   caused trouble for C++ bindings
352
353 * Bugs fixed:
354  450216 docs not explicit enough about g_free()
355  451459 g_type_register_static_simple calls g_type_register_static
356
357 * Updated translations
358  Norwegian bokmÃ¥l (nb)
359  Sinhala (si)
360
361
362 Overview of Changes from GLib 2.13.4 to GLib 2.13.5
363 ===================================================
364
365 * xdg-user-dirs support: 
366  - the Desktop directory is guaranteed to be defined
367  - user-dirs.dirs is no longer reloaded on changes
368
369 * Slice allocator: 
370  - new api to duplicate slices
371
372 * Regular expression support:
373  - GRegex is a boxed type now
374
375 * Bugs fixed:
376  44793 make check failing in trunk
377  354522 Small problem with PLT hiding 6 symbols
378  363986 glib 2.12.4 does not compile with SGI IDO cc
379  443869 g_type_class_add_private doesn't warn when adding 0-sized...
380  446859 Legitimately return 0 for g_quark_from_string(NULL)
381  447534 Small typo in g_timeout_add_seconds() doc
382  447583 GStaticRWLock
383  447935 g_get_current_dir SIGSEGV on long path
384  448260 CLAMP has surprising result if low > high
385  57693  g_string_vprintf()
386  442029 add g_slice_dup()
387  445065 Add GRegex boxed type
388  448819 Add full version of g_timeout_add_seconds()
389
390 * Updated translations: 
391  Swedish (sv)
392  Oriya (or)
393  Hebrew (he)
394  Spanish (es)
395  Estonian (et)
396
397  
398 Overview of Changes from GLib 2.13.3 to GLib 2.13.4
399 ===================================================
400
401 * Bugs fixed:
402  444121 g_get_user_special_dir deadlocks
403  444161 invalid UTF8 in key name shows up as valgrind error in g_...
404  444130 g_option_context_get_help() is broken when there's a desc...
405
406
407 Overview of Changes from GLib 2.13.2 to GLib 2.13.3
408 ===================================================
409
410 * GKeyFile:
411  - Added defines for easier handling of desktop files
412
413 * Unicode support:
414  - Update g_unichar_iswide_cjk for Unicode 5.0
415
416 * Regular expression support:
417  - GRegex structs can now be ref-counted
418  - Some new functions for dealing with incremental 
419    replacement have been added
420  - The GRegexEvalCallback signature has been changed
421
422 * g_get_user_special_dir() has been added to support
423   xdg-user-dirs
424
425 * Bugs fixed:
426  419376 Functions using named subpatterns behave inconsistently w...
427  434358 g_regex_fetch_named() and g_regex_fetch_named_pos() are b...
428  423708 typo in the README.win32 file see patch below
429  339225 Add new defines for easier handling of .desktop files 
430  442265 API additions/changes for GRegex
431  432651 Add a glib-ish xdg_user_dir_lookup
432
433 * Updated translations:
434  Estonian (et)
435  Norwegian bokmÃ¥l (nb)
436
437
438 Overview of Changes from GLib 2.13.1 to GLib 2.13.2
439 ===================================================
440
441 * Unicode support:
442  - Add g_unichar_ismark()
443
444 * GOption:
445  - Allow to use callbacks for remaining args
446
447 * Updated translations:
448   Belarusian Latin (be@latin)
449   British English (en_GB)
450   Galician (gl)
451   Norwegian bokmÃ¥l (nb)
452   Oriya (or)
453   Spanish (es)
454   Thai (th)
455
456
457 Overview of Changes from GLib 2.13.0 to GLib 2.13.1
458 ===================================================
459
460 * GRegex:
461  - Portability fixes
462  - Split into immutable GRegex and GMatchInfo
463  - Add g_regex_get_max_backref() and g_regex_get_capture_count()
464    to obtain information about the compiled regex
465
466 * GKeyFile:
467  - Fix roundtrip problems
468  - Add g_key_file_load_from_dirs()
469
470 * Unicode support:
471  - Fix corner cases in case conversion routines
472
473 * GOption:
474   - Add a function to get the formatted help string
475
476 * GHash:
477  - Add new functions g_hash_table_get_keys() and
478    g_hash_table_get_values() to retrieve the keys and
479    values in list form
480
481 * Updated transations:
482   Simplified Chinese (zh_CN)
483   Arabic (ar)
484
485
486 Overview of Changes from GLib 2.12 to GLib 2.13.0
487 =================================================
488
489 * Add GSequence, a list that is implemented using
490   a balanced binary tree.
491
492 * Add GRegex, an implementation of Perl regular expressions,
493   based on PCRE.
494  
495 * Use Posix monotonic clocks instead of gettimeofday()
496   for GTimer when available.
497
498 * Support static initialization of GQeues with G_QUEUE_INIT,
499   g_queue_init() and g_queue_clear().
500
501 * Add g_string_chunk_clear() for clearing a 
502   GStringChunk.
503
504 * Add g_unichar_get_script() to obtain Unicode
505   script information.
506
507 * Add g_unichar_iszerowidth() to obtain information
508   about zero-width characters.
509
510 * Add G_GNUC_MAY_ALIAS which wraps the gcc may_alias 
511   type attribute.
512
513 * G_GNUC_INTERNAL has a working definition for the
514   Sun Studio compiler. This requires the macro to
515   be positioned before the function declaration.
516
517 * The slice allocator can produce detailed debugging
518   information with G_SLICE=debug-blocks.
519
520 * Modules support G_DEBUG flags resident-modules and
521   bind-now-modules.
522
523 * Add G_DEFINE_DYNAMIC_TYPE() to make it easier
524   to define types in modules.
525
526 * Bug fixes: too many to list them in detail here.
527
528 * New and updated translations (be,bg,bn,ca,cs,de,
529   en_CA,en_GB,et,fa,fr,he,hu,it,ja,ku,lt,mg,mk,ml,
530   nb,ne,nn,pt,pt_BR,ro,sr,sr@Latn,sv,ta,uk,vi,zh_CN,
531   zh_HK,zh_TW)
532
533
534 Overview of Changes from GLib 2.12.1 to GLib 2.12.2
535 ===================================================
536
537 * Unicode updates:
538  - Normalization is following Unicode TR #29
539  - g_unichar_isxdigit() only accept characters
540    for which g_unichar_xdigit_value() returns a value
541  - g_unichar_toupper and g_unichar_tolower leave
542    unconvertable characters in place instead of
543    replacing them by NUL
544
545 * Bugs fixed
546  348491 g_utf8_strup() and g_utf8_strdown() returns 
547         string with NUL bytes
548  349825 GKeyFile always inserts a newline before a group
549  347842 g_unichar_isxdigit() is too general about what 
550         it considers a digit
551  348694 g_utf8_normalize() hasn't been updated to PR #29
552  348785 Hint about G_DEBUG in Message Logging docs
553  349792 Wrong english string (UI)
554  349952 gparamspecs.c uses gcc feature
555
556 * Translation updates (ca,cs,de,dz,es,eu,fi,gu,ko,
557   nl,pl,tr,uk,zh_HK,zh_TW)
558
559
560 Overview of Changes from GLib 2.12.0 to GLib 2.12.1
561 ===================================================
562
563 * Update to final Unicode Character Database 5.0.0
564
565 * Bugs fixed:
566  346660 issues with base64 api documentation / g_base64_decode_cl...
567  348136 Coverity reports allocation of wrong size CID #2839
568  336281 Update to UCD 5.0
569  346197 g_date_strftime %F option doesnt work for win32
570  348011 Small optimization to real_toupper()
571  246494 prototype mismatch in glib/gconvert.c
572
573 * New and updated translations (bg,bn_IN,ca,dz,eu,fi,
574   fr,he,it,ja,mk,or,pt)
575
576
577 Overview of Changes from GLib 2.11.4 to GLib 2.12
578 =================================================
579
580 * Bugs fixed:
581  344905 leap-year bug in g_time_val_from_iso8601 w/o HAVE_TIMEGM
582
583 * Updated translations (cy,nb,nl)
584
585
586 Overview of Changes from GLib 2.11.3 to GLib 2.11.4
587 ===================================================
588
589 * GBookmarkFile:
590  - g_bookmark_file_remove_item returns a boolean
591  
592 * g_mkstemp accepts the XXXXXX in the middle of
593   the template
594  
595 * Bugs fixed:
596  344868 g_key_file_to_data should separate groups 
597
598 * Updated translations (de,es,fr,gu,hi,ko,th)
599
600
601 Overview of Changes from GLib 2.11.2 to GLib 2.11.3
602 ===================================================
603
604 * GBookmarkFile:
605   - g_bookmark_file_move_item: Return TRUE in case of
606     an empty target
607
608 * Bugs fixed: 
609  343919 gunicollate.c: strxfrm bug on VC8
610
611 * Updated translations (fi)
612
613 Overview of Changes from GLib 2.11.1 to GLib 2.11.2
614 ===================================================
615
616 * Add g_ascii_stroll to parse signed 64bit integers
617
618 * GMarkup: add a flag to treat CDATA as text
619
620 * GHashTable: add functions to remove all entries
621
622 * GMainLoop: add functions to find the currently
623   running source, and determine if it is destroyed
624
625 * Bug fixes:
626  342563  g_atomic_thread_init() needs to be called before 
627          other _g_*_thread_init() functions
628  343548  Potential use after free in callers of g_string_free() 
629  168538  Wish: Clearing contents of GHashTables
630  321886  GTK+ cannot be reliably used in multi-threaded 
631          applications
632  341826  goption.c: 'strtoll' is C99's function
633  343899  g_ascii_formatd dosn't work as expected for all 
634          format strings
635  317793  Make GEnumValue strings const
636  337129  Compile warnings in G_IMPLEMENT_INTERFACE
637  303622  What is G_TYPE_CHAR?
638
639 * Updated translations (bg,dz,eu,gl,ja,ko,nl,th,vi)
640  
641
642 Overview of Changes from GLib 2.11.0 to GLib 2.11.1
643 ===================================================
644
645 * GOption  
646   - Support 64-bit integers 
647   - Allow optional text before and after the options
648     in help output
649
650 * Bug fixes:
651  340538 gbase64-test writes OOB 
652  340816 GKeyFile set_string_list invalid memory reads 
653  339105 g_key_file_parse_value_as_double
654  340434 convert-test.c fails (function test_one_half)
655  311043 Memory leaks (and potential infinite loops) 
656         when using G_ERRORCHECK_MUTEXES
657  335198 Error checking mutexes are fubar  
658  341237 Add a G_OPTION_ARG_INT64
659  341192 g_io_channel_set_flags not implemented on win32
660  336120 Allow adding description before/after GOption 
661         --help output body
662  341191 misplaced check in g_relation_delete
663  340530 mismatched calloc / g_free in win32 threads
664
665 * Updated translation (es)
666
667 Overview of Changes from GLib 2.10.x to GLib 2.11.0
668 ===================================================
669
670 * GBookmarkFile: a parser for files containing bookmarks
671   stored using the Desktop Bookmark specification.
672
673 * Base64 encoding support
674         
675 * Unicode 5.0 support
676
677 * GOption supports floating point numbers 
678
679 * GKeyFile supports floating point numbers
680
681 * Bug fixes:
682  155884 gatomic.c should be based on new SDK
683  157877 update-desktop-database doesn't handle duplicate entries
684  164719 keyfile parser doesn't support floats
685  327662 Import BookmarkFile from libegg
686  329548 Add G_OPTION_ARG_DOUBLE
687  329789 option-test.c type confusion
688  332841 Segmentation Fault when %llu is passed to vasnprintf and 
689         HAVE_SNPRINTF is not defined
690  333879 gthread/gthread-win32.c: IsDebuggerPresent needs '#define 
691         _WIN32_WINDOWS 0x0401'
692  333916 g_timer_elapsed docs should mention that microseconds 
693         may be NULL
694  334440 dlerror() portability issue causes crash on (old) a.out 
695         NetBSD platform
696  334646 goption + error out params
697  334799 g_remove() must check return value of remove()
698  334943 make check FAIL: threadpool-test
699  335215 Some breakages with GThreadPool
700  336085 g_option_context_new parameter lacks better explanation
701  336677 Documentation for g_object_ref_sink() is incorrect
702  337027 gbookmarkfile.c: sys/time.h include error
703  337553 Wrong escaping of URIs
704  338572 Dereferencing NULL value in g_key_file_get_group_comment
705  338845 g_completion_complete_utf8 crashes when NULL is passed to it
706  339337 g_bookmark_file_set_description
707  339338 gbookmarkfile.c, function expand_exec_line
708  339340 gbookmarkfile.c, function bookmark_app_info_dump
709
710 * Translation updates (bg,en_GB,et,gl,gu,he,hi,ka,nb,nl,nn,
711                        or,pt_BR,ro,tr,vi,zh_CN)
712
713
714 Overview of Changes from GLib 2.10.0 to GLib 2.10.1
715 ===================================================
716
717 * Bugs fixed:
718  314794 Broken pthread detection on Darwin [Gregor Riepl]
719  322476 Missing check for .dylib [Vladimir Panov]
720  333651 Inconsistent _g_charset_get_aliases prototype [Julio 
721         M. Merino Vidal]
722  333761 GInitiallyUnowned breaks application code [Sven Herzberg]
723
724 * Win32 changes:
725  - Fix g_listenv() implementation.
726  - Allow up to 100 GPrivate structs
727
728 * Translation updates (fr,hu,lt,pl,sv)
729
730
731 Overview of Changes from GLib 2.9.6 to GLib 2.10.0
732 ==================================================
733
734 * Bugs fixed:
735  328997 64bit pointer trunction in glib slab-allocator
736         [Pascal Hofstee]
737  331110 g_cond_broadcast(inform_cond) without holding 
738         inform_mutex [Chris Wilson, Sebastian Wilhelmi]
739  332093 Fix some leaks in the tests [Kjartan Maraas]
740  332435 g_utf8_strlen returns wrong value if a maximum 
741         number of bytes to check is specified 
742         [Matthias Clasen]
743  331367 gslice requires more POSIX-like semantics for 
744         GPrivate destructors [Tor Lillqvist]
745
746 * Documentation improvements [Matthias, Kang Jeong-Hee,
747   Tor Lillqvist, Stefan Kost]
748
749 * Translation updates (el,eu,ka,uk)
750
751 Overview of Changes from GLib 2.9.5 to GLib 2.9.6
752 =================================================
753
754 * Bugs fixed: 
755  329124 distclean removes README [Kjartan Maraas, Tim Janik]
756  317679 GRelation field type not documented [Behdad Esfahbod]
757  329123 Typo in GTime docs [Kjartan Maraas]
758
759 * Documentation improvements [Sven Herzberg, David
760   Schleef, Kjartan Maraas, Behdad Esfahbod]
761
762 * Translation updates (cs,cy,it,ko,pt,sq,sr,sr@Latn,ru
763
764 Overview of Changes from GLib 2.9.4 to GLib 2.9.5
765 =================================================
766
767 * Memory management: 
768   Runtime debugging support: The slice allocator
769   can be turned off by setting G_SLICE=always-malloc
770   in the environment. Zeroing of freed memory can
771   now be turned on at runtime by setting
772   G_DEBUG=gc-friendly in the environment. [Tim Janik]
773
774 * Bugs fixed:
775  328253 HP-UX/IA-64 uses ".so" as default shared library 
776         extension [Albert Chin]
777  143380 unicode-encoding test fails converting to UTF-16 
778         with libiconv [Marc Moorcroft]
779  328254 Build breakage (GSlice) [Jens Ganseuer]
780  328705 C99ism in glib/gmem.c [Kazuki Iwamoto]
781
782 * Translation updates (da,et,zh_CN)
783
784 Overview of Changes from GLib 2.9.3 to GLib 2.9.4
785 =================================================
786
787 * Type system:
788   Fix a problem with g_object_compat_control() which 
789   can lead to segfaults in GTK+ applications on 64bit 
790   platforms. 
791
792 * Thread suppport: 
793   Unused threads now fall back to the global pool after 
794   500 milliseconds, where they wait for another 
795   max-idle-time milliseconds. [Sebastian Wilhelmi]
796
797 * Fix a memory allocation problem in GKeyFile. [Morten 
798   Welinder]
799
800
801 Overview of Changes from GLib 2.9.2 to GLib 2.9.3
802 =================================================
803
804 * GTree:
805  - Replace the simple recursive implementation by
806    a nonrecursive, threaded one  [Maurizio Monge]
807
808 * Change g_filename_display_name and
809   g_filename_display_basename to use the Unicode
810   replacement character U+FFFD instead of a question
811   mark, and don't append "(invalid encoding)"  [Matthias]
812
813 * Documentation improvements [Sven Herzberg, Federico
814   Mena Quintero, Stefan Kost]
815
816 * Bugs fixed:
817  323937 gslice.c in glib 2.9.1 doesn't build on Mac OS X 
818         [Bogdan Nicula]
819  326558 Some test failures on IRIX 6.5 [Daichi Kawahata]
820  169285 "threaded" tree implementation for GTree 
821         [Maurizio Monge]
822  326747 g_filename_display_basename adds (invalid encoding) 
823         [Alberto Ruiz]
824
825 Other contributors: Christian Kellner, Murray Cumming
826
827 New and updated translations (bg,ca,de,es,et,gu,ja,nl,th,vi)
828
829
830 Overview of Changes from GLib 2.9.1 to GLib 2.9.2
831 =================================================
832
833 * Memory management:
834  - Add tests for cache colorization [Tim Janik]
835  - Minimize space consumption if small amounts of differently
836    sized slices are allocated, at a small performance cost.  [Tim]
837
838 * Thread support:
839  - Add g_atomic_pointer_set() and g_atomic_int_set() [Tim Janik,
840    Sebastian Wilhelmi]
841  - Add g_thread_pool_set_sort_function() to allow sorting the 
842    tasks of a threadpool.  [Martyn Russell]
843  - Add g_thread_pool_set_idle_time() to allow unused threads
844    to exit after a certain time.  [Martyn]
845
846 * Type system:
847  - introduce a new type GInitiallyUnowned, which has an initial
848    floating reference. [Tim]
849  - Add support for GType parameters. [Matthias]
850
851 * Main loop:
852  - Add g_main_context_is_owner() to determine if the current
853    thread is the owner of the context.  [Michael Meeks]
854
855 * Provide g_access(), g_chdir(), g_unlink(), g_rmdir() as 
856   wrapper functions instead of macros.  [Manish Singh]
857
858 * Documentation improvements [Tim, Matthias, Federico Mena Quintero,
859   Stefan Kasal, Dan Williams]
860
861 * New and updated translations (en_CA,fi,fr,gl,ml,nb,no,zh_HK,zh_TW)
862
863 * Bugs fixed:
864  324179 g_allocator_new() returns pointer to const dummy which Gtk+ 2.8 
865         tries to modify [J. Ali Harlow]
866  324332 g_option_context_parse() returns false without setting error 
867         [Tim-Philipp Müller]
868  324950 GLIB 2.9.1 testcase errors [Dan Yefimov]
869  325015 gslice.c: process.h is needed on Windows [Kazuki Iwamoto]
870  321978 G_DATALIST_GET_FLAGS() macro is not casting datalist to 
871         gpointer [Andrew Paprocki]
872  316221 G_LOCK warns about breaking strict-aliasing [Michal Benes, 
873         Stanislav Brabec]
874  325273 Error in documentation for glib_check_version () [Declan Naughton]
875  325310 g_spawn_sync hangs when catching both stdout and 
876         stderr [Tor Lillqvist]
877  325249 gcc warning when using g_rmdir from <glib/gstdio.h> [Jani Monoses]
878  325864 glib/gthreadpool.c:"#define debug(...)" is C99 [Kazuki Iwamoto]
879  325874 Should say somewhere that source IDs are > 0 [Dan Williams]
880  325438 a typo (compatability) [Stefan Kasal]
881  323937 gslice.c in glib 2.9.1 doesn't build on Mac OS X [Bogdan Nicula]
882
883
884 Overview of Changes from GLib 2.9.0 to GLib 2.9.1
885 =================================================
886
887 * Memory management
888  - The slice allocator is implemented [Tim Janik]
889  - g_slice_free_chain() has been renamed to 
890    g_slice_free_chain_with_offset()  [Tim, Behdad Esfahbod]
891  - Mem chunks are deprecated [Matthias Clasen]
892
893 * Data structures
894  - Hash tables are refcounted, and have a boxed type [Tim]
895
896 * Thread support
897  - Support for Solaris threads has been removed 
898    [Sebastian Wilhelmi, Andrew Paprocki]
899  - g_async_queue_sort(), g_async_queue_push_sorted() have 
900    been added to allow GAsyncQueue to be used as a priority 
901    queue, together with the corresponding _unlocked 
902    variants  [Martyn Russell]
903
904 * GObject:
905  - The concept of a floating initial reference has been
906    moved from GtkObject to GObject [Tim]
907
908 * Win32 changes:
909  - Make g_rename() replace existing files [Tor Lillqvist]
910
911 * Misc new API:
912  - G_GUINT64_CONSTANT macro to define guint64 
913    constants [Andrew Paprocki]
914  - G_GNUC_WARN_UNUSED_RESULT macro to instruct the 
915    compiler to emit a warning if the value returned
916    by a function is ignored. [Arjan van de Ven, Alex Larsson]
917  - GList and GSList now have sort functions which take an
918    extra user data argument [Martyn Russell]
919  - g_param_spec_ref_sink() has been added for consistency [Tim]
920
921 * $LOGNAME is respected when determining user data. [Laszlo Peter]
922
923 * Other changes and bug fixes [Tim, Matthias, Behdad, 
924   Christian Persch, Benedikt Meurer, Andrew Paprocki, 
925   Kazuki Iwamoto, Alexis S. L. Carvalho, Stanislav Brabec,
926   Andreas Schwab, Kalle Vahlman]
927
928 * Documentation
929  - Deprecation warnings carry version information [Matthias]
930  - The slice allocator has been documented [Matthias, Tim]
931  - Other improvements [Morten Welinder]
932
933 Overview of Changes from GLib 2.8.x to GLib 2.9.0
934 =================================================
935 * Unicode support:
936  - The Unicode tables have been updated to Unicode 4.1, 
937    adding several new values to the GUnicodeBreakType 
938    enumeration. This breaks Pango <= 1.10 
939    [Behdad Esfahbod]
940  - The various Unicode character predicate functions 
941    (g_unichar_isalpha, g_unichar_isdigit,...) have
942    been optimized
943    [Behdad]
944  - g_utf8_pointer_to_offset, g_utf8_offset_to_pointer:
945    These functions handle negative offsets now, and
946    going backwards in g_utf8_offset_to_pointer uses
947    "stutter stepping".
948    [Larry Ewing, Matthias Clasen]
949
950 * Memory management:
951  - Mem chunks are no longer used internally in GLib and
952    GObject. GMemChunk will be deprecated in GLib 2.10
953  - All APIs based on GAllocator (g_list_push/pop_allocator,
954    and similar push/pop_allocator functions for other
955    data structures) have been deprecated, since they
956    never worked as intended.
957  - The g_slice_* functions have been added as a 
958    new API for fast allocation of small memory blocks. 
959    The implementation in GLib 2.9.0 is just a simple 
960    wrapper around malloc. GLib 2.10 will have an
961    efficient and scalable implementation. 
962    [Tim Janik, Matthias]
963
964 * Pattern matching:
965  - g_pattern_match has been optimized to avoid
966    unnecessary recursion.
967    [Tim, Matthias]
968
969 * g_intern_string, g_intern_static_string: 
970  - New functions to intern strings. These are now used 
971    by GObject to avoid duplicating static strings 
972    [Matthias]
973
974 * g_thread_foreach: 
975  - New function to iterate over all GThreads 
976    [Tim, Matthias]
977
978 * g_date_set_time_t, g_date_set_time_val:
979  - New functions to set a GDate from a time_t or
980    GTimeVal value. g_date_set_time has been deprecated 
981    in favor of these.
982    [Roger Leigh]
983
984 * g_snprintf and g_vsnprintf:
985  - These functions are no longer declared in gprintf.h, 
986    since they are in glib.h
987    [Matthias]
988
989 Overview of Changes from GLib 2.8.0 to GLib 2.8.1
990 =================================================
991 * Optimize single-character insertions in GString [Ross Burton]
992 * Fix build problems on OS X
993 * Fix build problems on Win32 [Tor Lillqvist, Hans Breuer]
994 * Other bug fixes [Matthew F. Barnes, Stepan Kasal] 
995 * Documentation improvements [Tristan van Berkom, Behnam
996   Esfahbod, Gustavo Carneiro, Stepan Kasal, Matthias]
997 * New and updated translations (ca,cy,ko,ro,uk)
998
999 Overview of Changes from GLib 2.7.7 to GLib 2.8.0
1000 =================================================
1001 * Make g_value_transform() handle enum values
1002   correctly on ppc64.  [Michael Lorenz]
1003   (Third-party code accessing enumeration values 
1004   in GValues should also be changed to access 
1005   v_long, not v_int, in order to work on bigendian 
1006   64bit machines.)
1007 * Make g_flags_get_first_value() handle a value
1008   of 0 meaningfully. [Tim-Philipp Müller] 
1009
1010 Overview of Changes from GLib 2.7.6 to GLib 2.7.7
1011 =================================================
1012 * Make atomic operations on s390 work [Matthias]
1013 * Fix C++ guards in gstdio.h [Tor Lillqvist]
1014
1015 Overview of Changes from GLib 2.7.5 to GLib 2.7.6
1016 =================================================
1017 * Add native implementations of atomic operations 
1018   on s390 [Matthias]
1019 * Make atomic reference counting of closures
1020   work on s390 [Matthias]
1021 * Avoid an infinite loop in g_convert_with_iconv().
1022   [Sebastian Bacher]
1023 * Documentation improvements [Ross Burton]
1024
1025 Overview of Changes from GLib 2.7.4 to GLib 2.7.5
1026 =================================================
1027 * Thread-related changes
1028  - Fix build issues on HP-UX [Paul Cornett]
1029  - Threadsafe access to flags stored in datasets [Tim Janik]
1030  - Fix several issues with atomic refcounting for 
1031    closures, objects and paramspecs [Tim]
1032  - Improve tests for atomic refcounting changes [Tim]
1033 * Fix handling of stateful encodings in g_convert_* [Matthias]
1034 * Fix translation of GOption help output [Dan Winship]
1035 * Catch format errors in translations. This may cause 
1036   "make check" to fail when using older versions
1037   of gettext [Matthias]
1038 * Win32 bug fixes [Tor Lillqvist]
1039 * Documentation improvements [Ross Burton, Jochen Baier, 
1040   Matthias, Tim]
1041 * New and updated translations (de,fi,gu,pl,pt,tr,zh_TW)
1042
1043 Overview of Changes from GLib 2.7.3 to GLib 2.7.4
1044 =================================================
1045 * Fix g_atomic_pointer_compare_and_exchange 
1046   on Sparc64 [Gert Doering]
1047 * Fix a hang in g_thread_pool_free. [Hong Jen Yee]
1048 * Win32 bug fixes [Tor Lillquist]
1049 * Other bug fixes [Benoit Dejean, Manish Singh]
1050 * Documentation improvements [Bryan Silverthorn,
1051   Callum McKenzie] 
1052 * New and updated translations (de,lt,sq,zh_CN)
1053
1054 Overview of Changes from GLib 2.7.2 to GLib 2.7.3
1055 =================================================
1056 * GOption
1057  - Allow callbacks with optional arguments [Pawel Sliwowski]
1058  - Allow to turn off the automatic long option name
1059    disambiguation  [Adam McLaurin]
1060  - Only allow printable ASCII as short option names [Matthias]
1061 * Win32
1062  - Build fixes [Tor Lillqvist]
1063  - Rewrite iochannel socket implementation [Tor]
1064 * GObject
1065  - Threadsafety improvements; in particular, refcounting
1066    of objects is done atomically now. [Wim Taymans, Tim Janik]
1067 * Bug fixes [Morten Welinder, Matthias, Wim Taymans]
1068 * Documentation improvements [Richard Laager, Matthias]
1069 * New and improved translations (bf,cs,hu,nb,nl,no)
1070
1071 Overview of Changes from GLib 2.7.1 to GLib 2.7.2
1072 =================================================
1073 * Win32 build fixes [Hans Breuer]
1074 * Bug fixes [Mikael Magnusson]
1075 * Documentation improvements [Matthias Clasen]
1076 * New and updated translations (en_CA,es,et,ja,sr,sr@Latn,zh_TW)
1077
1078 Overview of Changes from GLib 2.7.0 to GLib 2.7.1
1079 =================================================
1080 * GOption 
1081  - Allow callback arguments without parameters [Dan Winship]
1082 * GMappedFile: an mmap wrapper [David Schleef, Behdad Esfahbod]
1083 * Misc new functions:
1084  - g_get_host_name [Tor Lillqvist]
1085  - g_mkdir_with_parents [Tor]
1086  - g_build_pathv, g_build_filenamev [Todd A. Fisher, 
1087    Matthias Clasen]
1088 * Bug fixes [Roger Leigh, Masatake YAMATO, Kjartan Maraas,
1089   Manish Singh, Tor, Murray Cumming, Kian Duffy, Morten Welinder]
1090 * Documentation improvements [Hong Gang XU, Dan Winship, Matthias]
1091 * New and updated translations (bg,cs,da,en_CA,es,et,nb,nl,no,
1092   sk,th,zh_TW)
1093
1094 Overview of Changes from GLib 2.6.x to GLib 2.7.0
1095 =================================================
1096 * GKeyFile
1097  - Add unit tests [Matthias Clasen, Suren A. Chilingaryan]
1098  - Accept \r\n as line end [Bastian Nocera]
1099  - Don't interpret leading zeros as octal numbers. [Matthias]
1100  - Make key and group removal work [David Hoover, Matthias Hasselmann]
1101 * GOption
1102  - Improve formatting of --help output [Matthias, Noah Levitt]
1103  - Accept -? [Matthias]
1104  - Warn about duplicate main groups [Jeff Franks]
1105  - Treat '-' as non-option argument [Tim Musson, Thomas Leonard]
1106  - Report missing arguments as errors [Björn Lindqvist]
1107  - Add a boxed type for GDate [Tim-Philipp Müller]
1108 * GTree
1109  - g_tree_remove() and g_tree_steal() return status information [Matthew F. Barnes]
1110 * Stdio wrappers
1111  - Work regardless of large file support [Manish Singh]
1112  - Add g_access(), g_chmod(), g_creat(), g_chdir [Tor Lillqvist]
1113 * GObject
1114  - Implement "toggle references" to help language bindings [Owen Taylor]
1115  - Allow to mark names, nicks and blurbs of pspecs as static [Ben Maurer, Matthias]
1116  - Make pspec lookup a bit faster [Morten Welinder]
1117 * Add g_listenv() to list all set environment variables [Hans Petter Jansson]
1118 * Add g_file_set_contents() to atomically write a file.  [Søren Sandmann,
1119   Sven Neumann, Manish, Alexis S. L. Carvalho]
1120 * Add g_try_malloc(), g_try_new(), g_try_new0() and g_try_renew() [Stefan Kost]
1121 * Add g_utf8_collate_key_for_filename() to sort filenames taking
1122   extensions and numeric suffixes into account.  [Ole Laursen, Alex Larsson]
1123 * Add G_GNUC_NULL_TERMINATED to mark varargs function with 
1124   NULL-terminated argument lists. [Marc Meissner]
1125 * Win32 changes
1126  - Improved debugability [Ulf Lamping, Hans Breuer]
1127  - Make filename handling more robust [Tor, Billy Skaggs]
1128  - Improve g_get_system_data_dirs() [Tor]
1129  - Use more precise timers [Tor]
1130  - Build fixes [Kazuki Iwamoto, Hans, Tor, Robert Ã–gren]
1131 * Other bug fixes [Roger Leigh, Owen, Matthias, Morten, Kjartan Maraas, 
1132   Pawel Sakowski, Tor, Simon Budig, Ed Avis, Manish, Nicolas Laurent, 
1133   Bastien, Fabrício Barros Cabral, Michael Banck, Daniel Atallah, 
1134   J. Ali Harlow, Tim Janik, Hazael Maldonado Torres, Sven, Jon-Kare Hellan,
1135   Dave Benson, Tommi Komulainen, Benjamin Otte, Brian Cameron, Changwoo Ryu, 
1136   Christian Biere, Noah, Benoît Carpentier]
1137 * Documentation improvements [Vincent Untz, Matthias, Tim-Philipp Müller,
1138   Morten, Matthew, Federico Mena Quintero, Sebastian Bacher, Oliver Sessink, 
1139   Stefan, Jared Lash, Tor, Owen, Daniel Vaillard, Mathieu Lacage]
1140 * New and updated translations (ca,cs,da,el,en_CA,en_GB,es,et,eu,fa,fr,gl,
1141   hu,id,it,lt,mn,ne,nl,pl,pt,pt_BR,ro,rw,sk,sq,sr,sr@Latn,tl,uk,xh,zh_CN)
1142
1143 Overview of Changes from GLib 2.6.0 to GLib 2.6.1
1144 =================================================
1145 * GOption
1146  - Make gtk_init(NULL, NULL) work again [Marcin Krzyzanowski]
1147  - Improve handling of -- [Matthias Clasen]
1148  - Don't show G_OPTION_REMAINING in --help output [Matthew F. Barnes]
1149 * g_find_program_in_path() doesn't return directories [Tommi Komulainen]
1150 * Add gmodule-export-2.0.pc [Matthias]
1151 * Win32 changes
1152  - Improve hangling of UNC paths [Tor Lillqvist]
1153  - g_getenv(), g_setenv(), g_unsetenv(), g_find_program_in_path()
1154    take and return UTF-8 now [Tor] 
1155  - Make g_file_test() work more reliably, and use PATHEXT
1156    when check for executables [Tor]
1157  - Build and cross-compilation fixes [J. Ali Harlow]
1158 * Other bug fixes [Jens Hatlak, Morten Welinder, 
1159   Tor, Kalpesh Shah, Adrian Bunk]
1160 * Documentation improvements [Marcin Krzyzanowski, Tor, Crispin
1161   Flowerday, Mariano Suárez-Alvarez, Christian Biere, Danny Milo,
1162   Vincent Untz, Bastien Nocera]
1163 * New and updated translations (cy,de,nl,ru,sq,sv)
1164
1165 Overview of Changes from GLib 2.4.x to GLib 2.6.0
1166 =================================================
1167
1168 * Major new APIs
1169   - GOption, a commandline option parser
1170   - GKeyFile, a parser/editor for the .ini like files 
1171   - Functions to support the XDG basedir specification
1172   - Wrappers for common POSIX pathname functions to handle filename
1173     encodings consistently. On Windows, these use UTF-8.
1174
1175 * Miscellaneous new functions
1176   - g_filename_display_name() converts filenames in displayable UTF-8 strings
1177   - g_uri_list_extract_uris() splits uri lists
1178   - g_date_get_iso8601_week_of_year() gets ISO 8601 week numbers
1179   - g_log_set_default_handler() installs an alternate default log handler
1180   - g_get_language_names() obtains a list of applicable locale names
1181   - g_strv_length() calculates the length of NULL-terminated string arrays
1182   - g_win32_get_windows_version() determines the Windows version 
1183   - G_GNUC_INTERNAL marks functions as non-exported
1184   - glib_check_version() checks the GLib version at runtime
1185   - g_debug() completes the family of logging functions
1186
1187 * Performance improvements
1188   - Optimize g_utf8_validate()
1189   - Optimize g_markup_parse_context_parse()
1190   - Reduce signal connection complexity from O(n) to O(1) 
1191   - Get rid of many PLT entries for internally used exported symbols
1192   - Reduce code size by removing literal strings from g_return_if_fail()
1193
1194 * Other changes
1195   - On Windows, GLib functions that take file name arguments now require
1196     those to be in UTF-8. Functions that return file names return UTF-8.
1197   - Use higher precision for mathematical constants
1198   - Don't convert to/from UTF-8 in g_filename_to_uri/g_filename_from_uri
1199   - Support ll as printf format modifier for long long on all platforms
1200   - Clean up the ABI and enforce the list of exported symbols
1201   - Add a .pc file for using gmodule in libraries
1202   - Require ngettext
1203
1204 Overview of Changes from GLib 2.5.7 to GLib 2.6.0
1205 =================================================
1206 * GOption: Don't list help options if group-specific
1207   options have been requested [Glynn Foster]
1208 * Make g_get_language_names() track locale changes [Christian Persch]
1209 * Win32 bug fixes [Tor Lillqvist]
1210 * Bug fixes [Philippe Blain, Owen Taylor, Sebastian Wilhelmi]
1211 * New and updated translations (da,es,ja,lt,zh_CN)
1212 Bugs fixed: 159530,100697,160271,160645,157255
1213
1214 Overview of Changes from GLib 2.5.6 to GLib 2.5.7
1215 =================================================
1216 * Optimize g_utf8_validate() [Owen Taylor, Matthias Clasen]
1217 * Optimize g_markup_parse_context_parse() [Havoc Pennington, 
1218   Morten Welinder]
1219 * Reduce signal connection complexity from O(n) to O(1) 
1220   [Sven Neumann]
1221 * Add a .pc file for using gmodule in libraries [Owen]
1222 * Add G_GNUC_MALLOC to mark functions returning newly 
1223   allocated memory  [Matthias]
1224 * Win32 bug fixes [Hans Breuer, Tor Lillqvist, Robert Ã–gren,
1225   Bruce Hochstetler]
1226 * Bug fixes [Kazuki IWAMOTO, Matthias, Manish Singh, Morten,
1227   Frederic Crozat, Tor]
1228 * Documentation improvements [Matthias, Tor, Owen]
1229 * New and updated translations (cs,da,de,en_CA,en_GB,es,nb,nl,sq,zh_CN)
1230
1231 Overview of Changes from GLib 2.5.5 to GLib 2.5.6
1232 =================================================
1233 * GOption
1234   - Add G_OPTION_FLAG_REVERSE to allow options 
1235     which unset a  boolean variable [Tor Lillqvist]
1236 * GChildWatch
1237   - Use sigaction instead of signal [Jonas Jonnson, 
1238   Archana Shah]
1239   - Make the very first SIGCHLD work [Gustavo Carneiro]
1240 * Bug fixes [Morten Welinder, Tor, David MacLachlan,
1241   Manish Singh, J. Ali Harlow]
1242 * Documentation improvements [Matthias Clasen, Tor]
1243 * Updated translations (da,ja,tr,zh_CN)
1244
1245 Overview of Changes from GLib 2.5.4 to GLib 2.5.5
1246 =================================================
1247 * GKeyFile
1248   - Cleanups, add more error checking [Ray Strode]
1249   - Fall back to the untranslated string when getting 
1250     locale strings [Mark McLoughlin]
1251 * GOption
1252   - Document GOption [Matthias Clasen]
1253   - Better support for rest arguments [Owen Taylor, Matthias]
1254   - Handle conflicts between groups [Matthias]
1255 * Add g_lstat() to the stdio wrappers [Tor Lillqvist]
1256 * Add g_filename_display_name() to convert filenames
1257   in displayable UTF-8 strings  [Alex Larsson, Matthias]
1258 * Win32 bug fixes [Kazuki IWAMOTO, Hans Breuer, Tor]
1259 * Bug fixes [Christophe Fergeau, Morten Welinder, 
1260   Owen, Kjartan Maraas, Mark]
1261 * Documentation improvements [Matthias, Tor]
1262
1263 Overview of Changes from GLib 2.5.3 to GLib 2.5.4
1264 =================================================
1265 Add GKeyFile, a parser/editor for the .ini like files used in various
1266    freedesktop.org specifications. [Ray Strode]
1267 Make the handling of filename encodings consistent across all
1268    GLib functions, introduce wrappers for common POSIX 
1269    functions which accept the same filename encoding. [Tor Lillqvist, 
1270    Owen Taylor]
1271 GOption
1272  - Rename g_context_option_error_quark() to a more language-binding
1273    friendly name [Murray Cumming]
1274  - Accept backslashes in filenames on Win32 [Tor Lillqvist]
1275 * Strip the internal aliasing prefix IA__ from function names in 
1276   assertions [Matthias Clasen]
1277 * Add a function to split uri lists. [Matthias]
1278 * Win32 bug fixes 
1279  - Don't open console windows [Tor]
1280 * Other bug fixes [Philippe Blain, Robert Ã–gren, Hidetaka Iwai, Matthias,
1281  Morten Welinder, Mats-Ola Persson, Tor, Nickolay V. Shmyrev, Kjartan Maraas,
1282   Anders Carlsson, Tim-Philipp Müller, Lucas Rocha, Andrea Campi, Manish
1283   Singh, Thomas Fitzsimmons, Kazuki IWAMOTO]
1284 * Documentation improvements [Matthias, Linus Walleij, Nickolay, Philippe, 
1285  Adam Hooper, Gustavo Carneiro]
1286 * New and updated translations (cs,en_CA,en_GB,ja,nb,nl,or,sr,sr@Latn,sq)
1287
1288 Overview of Changes from GLib 2.5.2 to GLib 2.5.3
1289 =================================================
1290 * GOption
1291  - set the program name from argv[0] [Masatake YAMATO] 
1292  - make contexts work without a main group [Anders Carlsson]
1293 * Performance 
1294  - Get rid of many PLT entries for internally used exported symbols,
1295    and clean up the ABI at the same time and make make check check the
1296    list of exported symbols.  [Matthias Clasen]
1297 * Add API to get ISO 8601 week numbers [Niklas Lundell]
1298 * Add API to install an alternate default log handler [Darin Adler]
1299 * Add API to obtain a list of applicable locale names [Hidetoshi Tajima]
1300 * Reduce code size bloat by removing literal strings from
1301  the g_return_if_fail() macros [Owen Taylor]
1302 * Add g_strv_length [Tim-Philipp Müller]
1303 * Win32 changes
1304  - Add API to determine the Windows version [Tor Lillqvist]
1305 * Other bug fixes [Stepan Kasal, Anders, Tor, Kazuki Iwamoto,
1306   Manish Singh]
1307 * Documentation improvements [Morten Welinder, Matthias]
1308 * New and updated translations (es,nn,ro)
1309
1310 Overview of Changes from GLib 2.5.1 to GLib 2.5.2
1311 =================================================
1312 * Add G_GNUC_INTERNAL macro [Arjan van de Ven]
1313 * Add GOption, a commandline option parser [Anders Carlsson]
1314 * Add glib_check_version [Michael Natterer]
1315 * Add XDG basedir API [Ray Strode]
1316 * Require ngettext [Danilo Segan]
1317 * Bug fixes [Manish Singh, Ray Strode, Vincent Noel, 
1318   Jon-Kare Hellan, Jody Goldberg]
1319 * Win32 bug fixes [Tor Lillqvist, Hans Breuer, Peter Zelezny]
1320 * Documentation improvements [Matthias Clasen, Vincent Untz, Christian Persch]
1321 * New and updated translations (bs,eu,fi,gu,ne,pa)
1322
1323 Overview of Changes from GLib 2.5.0 to GLib 2.5.1
1324 =================================================
1325
1326 * Bug fixes [Oliver Guntermann, Sven Neumann, James 
1327   Henstridge, Hiroyuki Ikezoe, Matthias Clasen, Robert 
1328   Ã–gren, Tommi Komulainen]
1329 * Documentation improvements [Soeren Sandmann, 
1330   Christophe Fergeau, Danek Duvall]
1331 * New and updated translations (eu,hi)
1332   
1333 Overview of Changes from GLib 2.4.1 to GLib 2.5.0
1334 =================================================
1335
1336 * New functions g_debug [Sven Herzberg]
1337 * Use higher precision for mathematical constants [Morten 
1338  Welinder]
1339 * Don't convert to/from UTF-8 in g_filename_{to,from}_uri 
1340  [Federico Mena Quintero]
1341 * Win32
1342  - Handle empty digit string in printf() functions 
1343    correctly [Tor Lillqvist]
1344  - Support ll as format modifier for long long [Tor]
1345  - Be more careful about HOME [Tor, Ivan Wong]
1346  - Bug fixes [John Ehresman]
1347 * Miscellaneous bug and portability fixes [Danilo Segan, 
1348  Owen Taylor, Nikolai Weibull, Benoît Carpentier, Morten 
1349  Welinder, Manish Singh, Sven Neumann, Julio M. Merino Vidal,
1350  Kaz Sasayama, Murray Cumming, Federico, Mariano Suarez-Alvarez]
1351 * Documentation updates [Matthias Clasen, Crispin Flowerday,
1352  Tommi Komulainen, Federico Mena Quintero, Ed Griffiths]
1353 * New and updated translations (ja,ne,no,wa)
1354  
1355 Overview of Changes from GLib 2.4.0 to GLib 2.4.1
1356 =================================================
1357
1358 * Win32 bug fixes [Tor Lillqvist, Roger Leigh, John Ehresman]
1359 * Miscellaneous bug and portability fixes [Owen Taylor,
1360   Matthias Clasen, Jonas Jonsson, Christian Krause,
1361   Nickolay V. Shmyrev, Christophe Saout, Philippe Blain,
1362   Piotr Klaban]
1363 * Documentation updates [Matthias]
1364 * New and updated translations (ca,cs,cy,el,en_CA,en_GB,es,eu,fi,
1365   fr,gu,he,id,nl,pt,pl,ru,sr,sr@ije,sr@Latn,sv,uk)
1366
1367 Overview of Changes from GLib 2.3.6 to GLib 2.4.0
1368 =================================================
1369
1370 * Handle invalid-UTF-8 in g_log() properly [Matthias Clasen]
1371 * Win32 bug fixes [Tor Lillqvist, Bruce Hochstetler]
1372 * Miscellaneous bug and portability fixes [Olivier Biot, David L. Cooper II, 
1373   Kjartan Maraas, Frédéric L. W. Meunier, Christof Petig, Manish Singh, 
1374   Sebastian Wilhelmi]
1375 * Documentation updates [Owen]
1376 * Updated translations (hr,ro)
1377
1378 Overview of Changes from GLib 2.3.5 to GLib 2.3.6
1379 =================================================
1380
1381 * GAtomic bug fixes [Sebastian Wilhelmi, Mark McLoughlin]
1382 * GMain threading fixes and improvements [Sebastian]
1383 * Win32 [Tor Lillqvist]
1384  - restore some symbols extraneously exported from gobject to maintain ABI compatibility
1385  - Misc build improvements and fixes [Tor, Cedric Gustin, Hans Breuer]
1386 * Documentation updates [Sebastian, Takeshi AIHANA, Matthias, Sven Herzberg]
1387 * New and updated translations (be,es,fi,ga,pa,sr@ije,zh_CN)
1388
1389 Overview of Changes from GLib 2.3.3 to GLib 2.3.5
1390 =================================================
1391
1392 * Make glib-mkenums parse initializers with macros. [Matthias Clasen, muppet]
1393 * Respect locale era in g_date_set_parse(). [Theppitak Karoonboonyanan] 
1394 * Add atomic operations and use it for the async queue and
1395   gonce implementation. [Sebastian Wilhelmi]
1396 * Documentation improvements [Sebastian, Matthias, Sven Herzberg]
1397 * Add g_main_depth() for finding the recursion depth of the main
1398   loop [Owen Taylor, Tim Janik, Stefan Westerfeld]
1399 * Add g_spawn_close_pid(), needed on win32 [J. Ali]
1400 * Win32 fixes. [Hans Breuer, J. Ali Harlow]
1401 * Misc bugfixes [Sebastian, Matthias, Balazs Scheidler, Owen]
1402 * Updated translations (cy,et,ga,sq)
1403
1404 Overview of Changes from GLib 2.3.2 to GLib 2.3.3
1405 =================================================
1406
1407 * Add a native AIX gmodule implementation. [Laurent Vivier]
1408 * Add g_node_copy_deep().  [James M. Cape, Matthias Clasen]
1409 * Extend GQueue API to match the GList API. [Soeren Sandmann]
1410 * Add g_hash_table_find().  [Tim Janik]
1411 * Add a G_MODULE_BIND_LOCAL flag. [David Schleef]
1412 * Inline g_string_append_c() when possible. [Owen Taylor, Tim]
1413 * Wrap waitpid() as a GSource. [Jonathan R. Blandford]
1414 * Add g_completion_complete_utf8(). [Theppitak Karoonboonyanan, 
1415   Matthias]
1416 * Add g_strsplit_set(). [Soeren]
1417 * Documentation improvements. [Vincent Untz, Sebastian Wilhelmi, 
1418   Soeren, Matthias]
1419 * Win32 build fixes. [Tor Lillqvist]
1420 * Misc bugfixes [Manish Singh, Noah Levitt, Simon Josefsson, 
1421   Morten Welinder, Damien Carbery, Julio M. Merino Vidal, Sebastian, 
1422   Matthias]
1423 * Updated translations (nn,cs,it,ko,sq,ms,az,hr,uk,sr,sr@Latn,sq,ta)
1424
1425 Overview of Changes from GLib 2.3.1 to GLib 2.3.2
1426 =================================================
1427
1428 * Add G_MAXSIZE. [Manish Singh]
1429 * Add g_rand_new_with_seed_array(), g_rand_set_seed_array(),
1430   implementing the init-by-array functionality of the 
1431   original mersenne twister. Add g_rand_copy(). Improve seeding. 
1432   [George Lebl]
1433 * Add a lowercase_name option to glib-mkenums. [Murray Cumming]
1434 * Add g_ptr_array_foreach(). [Matthias Clasen]
1435 * Add g_timer_continue(). [Tim-Philipp Müller]
1436 * Fix a threadsafety issue in mem chunks. [Matthias, Balazs Scheidler]
1437 * Fix g_filename_{to,from}_utf8() on Win32 and improve 
1438   g_file_test() there too [Hans Breuer] 
1439 * Add a boxed type for NULL-terminated string arrays.  [Matthias]
1440 * Add G_DEFINE_TYPE() plus variants to ease the constuction
1441   of GObject boilerplate code.  [Tim Janik]
1442 * Support & in password GECOS field [Matthias, Soeren Boll Overgaard]
1443 * Documentation improvements [Matthias, Manish]
1444 * Win32 build fixes [Hans]
1445 * Misc bug fixes [Damien Carbery, Matthias, Manish, Olivier Poncet, 
1446   Zack Rusin]
1447 * Updated translations (ar,de,fa,ga,mn,nn,no,sq)
1448
1449 Overview of Changes from GLib 2.3.0 to GLib-2.3.1
1450 =================================================
1451
1452 * Add glib/gi18n.h and glib/gi18n-lib.h for common
1453   gettext support, including a Q_() macro for translation
1454   with context [Matthias Clasen]
1455 * Add a more flexible G_FILENAME_ENCODING variable
1456   as a replacement for G_BROKEN_FILENAMES [Matthias]
1457 * Fix the return value g_main_context_iterate() for
1458   newly ready sources [Padraig O'Briain]
1459 * Handle Hangul composition for normalization [Noah Levitt]
1460 * Add G_{MIN,MAX,MAXU}INT{8,16,32}. [Mark Jones, Matthias]
1461 * Add G_GSIZE_FORMAT/G_SSIZE_FORMAT [Manish Singh]
1462 * Add G_STRFUNC as a portable wrapper for __func__ [Tim Janik]
1463 * Documentation improvements [Matthias]
1464 * GObject [Tim Janik]
1465  - Support '-' in g_signal_connect()/disconnect() names
1466    like 'swapped-signal'.
1467  - Add g_type_class_peek_static() and use to optimize
1468    g_object_new() for static types [Tim]
1469  - Allow setting construct-only properties from within
1470    init() implementations
1471  - Enforce readability/writeability in g_object_set/get()
1472 * Fix bug with g_ascii_strtod and multi-byte separator.
1473   [Behdad Esfahbod, Roozbeh Pournader]  
1474 * Misc bug fixes [Matthias, John Ehresman, Andrew Lanoix,
1475   Tor Lillqvist, Mark McLoughlin, Tim-Philipp Müller, Manish, 
1476   Morten Welinder]
1477 * Updated translations (ca,cs,da,es,fr,ja,nn,no,pt,ru)
1478
1479 Overview of Changes from GLib 2.2.x to GLib-2.3.0
1480 =================================================
1481
1482 * Replace Trio printf by gnulib vasnprintf [Matthias Clasen]
1483 * Update Unicode data to Unicode 4.0 [Noah Levitt]
1484 * Support XML-safe formatted output with 
1485   g_markup_[v]printf_escaped [Owen Taylor]
1486 * Add g_file_read_link to read symbolic links [Matthias]
1487 * Add g_unichar_get_mirror_char to obtain the 
1488   mirrored variant of a character [Noah]
1489 * Support for one-time initialization functions. 
1490   [Sebastian Wilhelmi]
1491 * Miscellaneous API additions: g_vasprintf
1492   g_string_chunk_insert_len, g_setenv, g_unsetenv [Matthias]
1493 * Docs improvements [Matthias]
1494 * Add support instance-private data on classed types
1495   [Mark McLoughlin, Tim Janik, Owen]
1496 * Optimize signal emissions [Soeren Sandmann, Tim]
1497 * Support a "default vtable" per interface [Tim]
1498 * Add support for properties on interfaces [Owen, Tim]
1499 * Miscellaneous API additions: g_value_take_string(),
1500   g_value_take_param(), g_value_take_object(), 
1501   g_value_take_boxed(). [Matthias]
1502 * Win32 build fixes [Tor Lillqvist]
1503
1504 Overview of Changes from GLib 2.1.5 to GLib-2.2.0
1505 =================================================
1506
1507 * Fix a problem with g_thread_init() on 64-bit problems
1508   [Alceste Scalas, Sebastian Wilhelmi]
1509 * Add assembly implementations of byteswap macros
1510   for ia64 and x86_64. [Manish Singh]
1511 * IOChannel fixes for Win32 [Tor Lillqvist, Thorsten Maerz]
1512 * Updated translations (bg,ca,es,da,fi,lv,ru,sk)
1513
1514 Overview of Changes from GLib 2.1.4 to GLib-2.1.5
1515 =================================================
1516
1517 * Win32 bug fixes [Tor Lillqvist]
1518 * Various post-rewrite fixes for glib-gettext.m4 [Owen Taylor,
1519   Jody Goldberg, Kjartan Maraas, Johannes Stezenbach]
1520 * Ensure we have a GUINT64_FORMAT by pulling in Trio
1521   if necessary [Manish Singh]
1522 * Further Trio build fixes [Matthias Clasen, Owen]
1523 * Hack around gcc, libtool issues with -pthread [Owen]
1524 * Docs improvements [Matthias]
1525 * Bug and portability fixes 
1526 * Updated and new translations (bg,de,fi,fr,sq,fr)
1527
1528 Other contributors: Kai Poitschke, Morten Welinder
1529
1530 Overview of Changes from GLib 2.1.3 to GLib-2.1.4
1531 =================================================
1532
1533 * autoconf changes to make it possible to cross compile
1534   GLib. [Owen Taylor, Dan Kegel, Amy Lin, Dimi Shahbaz, 
1535   Johannes Stezenbach]
1536 * Use libintl when it has bind_textdomain_codeset() and
1537   GLib doesn't. [Owen]
1538 * Improve generation of pseudo-random integers [Morten Welinder, 
1539   Sebastian Wilhelmi]
1540 * Avoid literal UTF-8 in favor of octal escapes [Owen, Tomas Ogren]
1541 * Cleanup include order [Sven Neumann]
1542 * autoconf cleanups and bug fixes [Daniel, Matthias Clasen, Owen]
1543 * Doc fixes and additions [Matthias]
1544
1545 Other contributors: James M. Cape, Frederic Crozat, Martin Gansser,
1546   Phuc LeHong, Manish Singh, Joshua Weage, Morten Welinder
1547
1548 Overview of Changes from GLib 2.0.x to GLib-2.1.x
1549 =================================================
1550
1551 * Add copy of the Trio library to build and use for printf() when 
1552   system printf isn't good enough. Add g_printf()/etc. [Matthias Clasen]
1553 * Add g_str_has_suffix()/g_str_has_prefix() [Alex Larsson]
1554 * Add g_markup_parse_context_get_element() [Matthias]
1555 * Add g_utf8_strreverse [Matthias]
1556 * Add g_ascii_strtoull() [Tim Janik]
1557 * Support scanning of 64-bit values with GScanner [Tim]
1558 * Add g_set/get_application_name() [Havoc Pennington]
1559 * Add G_LIKELY()/G_UNLIKELY() macros for hinting branch probabilities. 
1560   Use for g_return_if_fail(). [Matthias Clasen]
1561 * Add G_GNUC_DEPRECATED macro [Tom Tromey]
1562 * Improve the seeding algorithm of GRandom to avoid problems
1563   with certain pathological seeds. Support G_RANDOM_VERSION=2.0
1564   environment variable. [Sebastian Wilhelmi]
1565 * Improve thread configure checks, use -pthread where applicable
1566   [Sebastian]
1567 * Improve handlng of thread priorities [Sebastian]
1568 * Fix up parameter names that might shadow functions from
1569   system headers [Soeren Sandmann]
1570 * Clean up usage of deprecated functions [Manish Singh]
1571 * Docs fixes and improvements. In particular, include "Since" information.
1572   [Matthias, Soeren, Martin Schulze, Daryll Strauss, Bill Janssen, 
1573   Owen Taylor, Morten Welinder]. 
1574
1575 Overview of Changes in GLib 2.0.7
1576 =================================
1577
1578 * Fix C++ warnings in gtype.h [Dom Lachowicz]
1579 * Fix g_type_fundamental_next() [Tim Janik]
1580 * Fix various missing includes of config.h [Morten Welinder]
1581 * Handle main loop initialization before g_thread_init [Sebastian Wilhelmi]
1582 * Various 64-bit fixes [Manish Singh]
1583 * Fix GPoll on Win32 [Tor Lillqvist, Herman Bloggs]
1584 * Fix bug with buffering on UTF-8 IOChannels [Daniel Elstner]
1585 * Misc bug and build fixes [Soren Andersen, Gustavo Carneiro, Tor,
1586      Tim, Havoc Pennington,  Matthias Clasen, Sebastian Rittau,
1587      Masahiro Sakai, Arvind Samptur, HideToshi Tajima, Owen Taylor]
1588 * Updated and new translations (be,cs,de,*fa,it,lv,pt_BR,tr)
1589
1590 Overview of Changes in GLib 2.0.6
1591 =================================
1592
1593 * Fix problem with interface prerequisites [Jon Trowbridge, Dave Camp]
1594 * Clean up debug spew from GObject [Anders Carlsson]
1595 * Compiler warning fixes [David L. Cooper II]
1596 * Fix some problems with g_build_path() [Guillaume Chazarain, Owen Taylor]
1597 * Fixes for --disable-debug [Sebastian Wilhelmi]
1598 * Threading fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann, 
1599   Rajkumar Sivasamy, Laurent Vivier]
1600 * Documentation fixes [Jacob Berkman, Manuel Clos, Jared Dukat, 
1601   Sebastian Rittau, Linus Welleij]
1602 * Misc bug fixes [Anders Carlsson, Sam Couter, Morten Welinder, Owen]
1603 * Updated translations (bg,ko,vi)
1604
1605 Overview of Changes in GLib 2.0.5
1606 =================================
1607
1608 * Fix problem with interface prerequisites [Jon Trowbridge, Dave Camp]
1609 * Clean up debug spew from GObject [Anders Carlsson]
1610 * Compiler warning fixes [David L. Cooper II]
1611 * Fix some problems with g_build_path() [Guillaume Chazarain, Owen Taylor]
1612 * Fixes for --disable-debug [Sebastian Wilhelmi]
1613 * Threading fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann, 
1614   Rajkumar Sivasamy, Laurent Vivier]
1615 * Documentation fixes [Jacob Berkman, Manuel Clos, Jared Dukat, 
1616   Sebastian Rittau, Linus Welleij]
1617 * Misc bug fixes [Anders Carlsson, Sam Couter, Morten Welinder, Owen]
1618 * Updated translations (bg,ko,vi)
1619
1620 Overview of Changes in GLib 2.0.4
1621 =================================
1622
1623 * Fix some 64-bit problems. (George Lebl, David L. Cooper II)
1624 * Add note about Tru64 iconv to INSTALL. (Manuel Op de Coul)
1625 * Fix problem with timouts > MAXINT. (Tim Janik, Owen Taylor)
1626 * Updated translations (ca,es,fr,ja,gl,ms,nl,pl,pt,ru)
1627
1628 Overview of Changes in GLib 2.0.3
1629 =================================
1630
1631 * Handle sorting 0-length arrays (Ron Arts)
1632 * Threading fixes (Sebastian Wilhelmi)
1633 * Portability fixes (Miroslaw Dobrzanski-Neumann, Jacob Berkman, Gareth Pierce, 
1634   Sebastian, Qingjiang Yuan)
1635 * Various fixes for glib-2.0.m4. (Jim Gettys, others.)
1636 * Locate right glib-genmarshal when cross-compiling. (Mitch Natterer)
1637 * Win32 fixes (Tor Lillqvist)
1638 * Try to fix g_get_charset() related segfaults. (Owen)
1639 * Fixes for gettext detection. (Dan Winship, HideToshi Tajima, Boyd Lynn Gerber,
1640   Andrew P. Lentvorski, Jr.)
1641 * Fix g_scanner_unexp_token() (Tim Janik, Sven Neumann)
1642 * g_markup fixes. (Matthias Clasen.)
1643 * Bug fixes and cleanups (Daniel Elstner, Matthias, Laszlo Peter, Morten Welinder,
1644   Wayne Schuller)
1645
1646 Overview of Changes in GLib 2.0.1
1647 =================================
1648
1649 * Portability fixes for Sun's Forte compiler [Erwann Chenede]
1650 * Performance improvements for GObject parameter lookup, 
1651   g_filename_to/from_utf8() [Alex Larsson]
1652 * Actually check interface prerequisites [Matthias Clasen,
1653   Miroslaw Dobrzanski-Neumann]
1654 * Fix problem with glib-mkenums taking huge amounts of stack. [Owen Taylor]
1655 * Fix g_signal_handlers_disconnect_by_func() for C++ [Damien Sandras]
1656 * Fixes for g_log() and threading.
1657   [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann, Tim Janik]
1658 * Make g_print(), g_printerr(), g_warning(), etc, convert from
1659   UTF-8 to the encoding of the locale [Sebastian Wilhelmi, Tim]
1660 * Fixes for GIOChannel on windows. [Tor Lillqvist]
1661 * Fix gsize/gint mismatches in giochannel.c [Miroslaw Dobrzanski-Neumann]
1662 * Fix file descriptor leak in g_file_get_contents() [Matthias]
1663 * Workaround iconv() problems on older Solaris [Lauri Alanko]
1664 * Fix warnings with gcc-3.1 about asm const [Cody Russel]
1665 * Minor bug fixes.
1666
1667 Other contributors: Hans Breuer, LEE Sau Dan, Sven Neumann, Salmaso Raffaele,
1668   Akira Tagoh, Morten Welinder
1669
1670
1671 Overview of Changes in GLib 2.0.0
1672 =================================
1673
1674 * Thread portability fixes [Sebastian Wilhelmi]
1675 * Documentation updates [Owen Taylor]
1676 * Make g_strerror(), g_strsignal() properly return UTF-8,
1677   call bind_text_domain_codeset() so that error strings
1678   are in UTF-8 as well. [Owen, Tor Lillqvist]
1679
1680 Overview of Changes in GLib 2.0.0 rc1:
1681 ======================================
1682
1683 * Win32 fixes [Tor Lillqvist]
1684 * Portability fixes [Finlay Dobbie, Miroslaw Dobrzanski-Neumann]
1685 * Fix up g_date_strftime [Daniel Elstner]
1686 * Add some structure padding [Tim Janik]
1687 * Make g_get_homedir() prefer the users home directory to $HOME
1688
1689 Other contributors: Matthias Clasen, Paolo Maggi, Christian Rose
1690
1691 Overview of Changes in GLib 1.3.15:
1692 ===================================
1693
1694 * Speed up marshalers by using private access to GValue 
1695   [Anders Carlsson, Tim Janik]
1696 * Reduce GValue to 2 elements [Tim]
1697 * Add G_DEBUG environment variable, G_DEBUG=fatal_warnings [Matthias Clasen]
1698 * Fixes for AIX compilation [Miroslaw Dobrzanski-Neumann]
1699 * Add padding to various structures [Owen Taylor, Tim]
1700 * Win32 fixes [Tor Lillqvist]
1701
1702 Other contributors: James Henstridge, Ryan Lovett, Morten Welinder,
1703   Daniel Elstner
1704
1705 Overview of Changes in GLib 1.3.14:
1706 ===================================
1707
1708 * Register value transformations for gint64, guint64 [Andy Wingo]
1709 * Build with large-file support [Sven Neumann, Owen Taylor]
1710 * Fix handling of hostnames in URI's [Darin Adler]
1711 * Main loop bug fixes [Havoc Pennington, Owen]
1712 * Doc fixes and improvements [Manish Singh, Tim Janik]
1713 * Support ' as attribute delimiters in GMarkup [Matthias Clasen]
1714 * Win32 fixes [Hans Breuer, Tor Lillqvist]
1715 * Threading bug and build fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann]
1716 * Miscellaneous bug fixes
1717
1718 Other contributors: Matthias Clasen, James Henstridge, Mitch Natterer, 
1719   Morten Welinder.
1720
1721 Overview of Changes in GLib 1.3.13:
1722 ===================================
1723
1724 * Fix g_filename_to/from_uri for Win32 [Tor Lillqvist, Darin Adler]
1725 * Miscellaneous win32 fixes [Tor, Hans Breuer]
1726 * Fix thread options for gcc on AIX [Jerome Zago, Sebastian Wilhelmi]
1727 * Documentation improvements [Ron Steinke, Matthias, Sebastian]
1728 * Cache iconv converters as used by g_convert() [Jeffrey Stedfast]
1729 * Bug fixes [Sven Neumann, Owen Taylor, Matthias Clasen, Jeffrey,
1730   Laszlo Peter, Havoc Pennington, Tim Janik]
1731
1732 Overview of Changes in GLib 1.3.12:
1733 ===================================
1734
1735 * Implement closure chaining, fixing up API (Tim Janik)
1736 * Closure chaining test case (James Henstridge)
1737 * Make GType long not int where both are equal width (Tim)
1738 * Win32 fixes and improvements (Hans Breuer, Tor Lillqvist)
1739 * Fixes for NetBSD. (Dan Winship)
1740 * Use snprintf() for g_printf_string_upper_bound() where possible. (Matthias Clasen)
1741 * Save space for GBSearchArray (Tim Janik)
1742 * Documentation improvements. (Matthias, Sven Neumann, Havoc Pennington)
1743
1744 Other contributors: Darin Adler, Chris Blizzard, Anders Carlson, Daniel Elstner, Michael Meeks, 
1745   Mark McLoughlin, Dave Neary, Manish Singh, Owen Taylor, HideToshi Tajima, 
1746   Sebastian Wilhelmi.
1747
1748
1749 Overview of Changes in GLib 1.3.11:
1750 ===================================
1751
1752 * Win32 fixes [Hans Breuer, Tor Lillqvist]
1753 * Documentation improvements [Matthias Clasen]
1754 * Portable directory handling API [Hans]
1755 * Threading fixes [Sebastian Wilhelmi, Havoc Pennington]
1756 * Fix excess relocations in Unicode tables [Andrew Taylor]
1757 * Fix gpattern for UTF-8 [Matthias Clasen]
1758 * Support overriding class closures [Tim Janik]
1759 * Support for derivation from G_TYPE_POINTER [Owen Taylor]
1760 * Hide pointers to type information inside GType to reduce locking
1761   [Alex Larsson, Tim]
1762 * Adds check for direct inclusion of gobject/*.h [Owen]
1763 * GObject API cleanups [Tim]
1764
1765 Other contributors: Darin Adler, Jacob Berkman, Daniel Egger, Eric Lemings, 
1766   Michael Meeks, Mark McLoughlin, Arkadiusz Miskiewicz, Dan Winship
1767
1768
1769 Overview of Changes in GLib 1.3.10:
1770 ===================================
1771
1772 * Many Win32 fixes and improvements [Tor Lillqvist]
1773 * Documentation improvements [Matthias Clasen]
1774 * g_string_printfa() renamed to g_string_append_printf()
1775 * Use libcharset from libiconv to implement charset detection
1776   more portably. [Owen Taylor, Hidetoshi Tajima]
1777 * Add 64 bit type support to GObject [Joshua Pritikin, Mathieu Lacage, Owen]
1778 * Make support for 64 bit integers a requirement [Joshua]
1779 * GPattern improvements [Tim Janik, Matthias]
1780 * Locale independent g_ascii_strtod / g_ascii_dtostr [Alex Larsson]
1781 * Many bug fixes and minor tweaks.
1782
1783 Other Contributors: Darin Adler, Jakub Jelinek, James Antill, Andrew Taylor,
1784   Ben Gertzfield, Elliot Lee, Manish Singh, Abel Cheung, Laszlo Peter,
1785   Sven Neumann, George Lebl, Raja Harinath, Sebastian Wilhelmi,
1786   Jacob Berkman
1787
1788
1789 Overview of Changes in GLib 1.3.9:
1790 ==================================
1791
1792 * Fixes for comparison of threads [Sebastian Wilhelmi]
1793 * Use vasprintf() when possible for g_strdup_printf [Matthias Clasen]
1794 * Win32 fixes [Tor Lillqvist, Hans Breuer]
1795 * Add a len argument to g_ascii_strup/strdown
1796 * Bug, portability fixes, cleanups.
1797
1798 Other Contributors: Darin Adler, Katsuhiro Okuno, Joshua N. Pritikin
1799
1800
1801 Overview of Changes in GLib 1.3.8:
1802 ==================================
1803
1804 * Documentation updates [Owen]
1805 * Made GType interfaces overridable in derived types
1806 * Many win32 fixes [Tor Lillqvist]
1807 * Miscellaneous cleanups and fixes
1808
1809 Other contributors:
1810   Darin Adler, Matthias Clasen, Ron Steinke, Hans Breuer, Alex Larsson
1811
1812
1813 Overview of Changes in GLib 1.3.7:
1814 ==================================
1815
1816 * Integrate GClosure support into the main loop [Owen Taylor]
1817 * More GSignal convenience functions (macros) [Sven Neumann, Tim Janik]
1818 * Introduced weak references for GObject [James Henstridge, Sven, Tim] 
1819 * Minor hash table optimizations
1820 * Main loop and threading improvements [Sebastian Wilhelmi]
1821 * Added g_ascii_* functions to be used for locale insensitive UTF-8
1822   compliant code instead of old string functions  [Darin Adler, Alex Larsson]
1823 * Add functions for Unicode case-conversion, normalization, and 
1824   collation [Owen]* GString improvements [Owen]
1825 * Reworked the GIOChannel code [Hidetoshi Tajima, Ron Steinke]
1826 * Removed glib-config-2.0 in favour of pkgconfig [Sebastian]
1827 * Make code 64bit clean [Mark Murnane]
1828 * More G_CONST_RETURN fixes
1829 * Many improvements to the win32 code [Tor Lillqvist, Hans Breuer]
1830 * Miscellaneous bug and API fixes
1831
1832 Other contributors:
1833   Michael Natterer, Christopher James Lahey, Padraig O'Briain,
1834   Matthias Clasen, Josh Pritikin, Steve Baker, Cesar Rincon, Garry R. Osgood,
1835   Michael Meeks, Laszlo Peter,  Martin Baulig, Kjartan Maraas, Andrew Lanoix,
1836   Peter Williams
1837
1838
1839 Overview of Changes in GLib 1.3.6:
1840 ==================================
1841
1842 * Threads have a "return value" from g_thread_join
1843 * Removed ability to adjust thread stack size
1844 * Prefix warnings with progname/PID by default, change toggle for this to 
1845   be an env variable G_MESSAGES_PREFIXED not a compile-time option
1846 * GMarkup speedups
1847 * GDate const, convenience fixups
1848 * Include test cases that headers are compilable by C++ compiler
1849 * Add ability to spawn processes with argv[0] != executable path.
1850 * g_strstr_len, g_strrstr, g_strrstr_len
1851 * Add length argument to g_utf8_strchr and g_utf8_strrchr.
1852 * Misc bug fixes
1853
1854
1855 Overview of Changes in GLib 1.3.5:
1856 ==================================
1857
1858 * Added an installed glib-mkenums Perl program for parsing enumeration
1859   declarations from header files.
1860 * Mark some additional deprecated functions.
1861 * Bug and Portability fixes
1862
1863
1864 Overview of Changes in GLib 1.3.4:
1865 ==================================
1866
1867 * Efficiency improvements for GThreadPool
1868 * A few bug fixes
1869 * Build fixes
1870 * Documentation improvements
1871
1872
1873 Overview of Changes in GLib 1.3.3:
1874 ==================================
1875
1876 GLib:
1877
1878 * More user_data support in various functions.
1879 * Main loop API revamps to support per-thread main loops.
1880 * Unicode handling improvements.
1881 * Implemented debugging traps.
1882 * G_CONST_RETURN specification all over the place.
1883 * Various new small utility functions.
1884 * Random number generator precision improvements.
1885 * New configure option --disable-mem-pools.
1886 * Many Win32 improvements.
1887 * Added g_try_malloc() friends varinats.
1888 * Many documentation improvements.
1889 * Many threading improvements, support for dynamic allocation
1890   of static mutexes.
1891 * GHookLIst API cleanups.
1892 * Improved format support of GDate parser.
1893 * String function speed improvements with new g_stpcpy().
1894 * Hashtable API additions.
1895 * New GPatternSpec for shell-style pattern matching (from GtkPatternSpec).
1896 * Optimizations, cleanups, bug fixes.
1897
1898 GObject:
1899
1900 * Added many convenience functions.
1901 * GClosure and GParamSpec use float/sink ref-counting scheme now.
1902 * Reworked property change notification.
1903 * Binary searchable array cleanups, so it's widely usable now.
1904 * Added static content keeping for some GValue types.
1905 * Support for statically scoped signal parameters.
1906 * Extinguished property trailer args in set/get interface.
1907 * Added support for abstract types.
1908 * G_CONST_RETURN specification all over the place.
1909 * Split parameter exchange functionality into value transforms
1910   and parameter conversions.
1911 * Added signal emission hooks and signal accumulators.
1912 * Added interface prerequisites to support is_a (interface, object)
1913   relations.
1914 * Implemented GValueArray.
1915 * New types, boxed: G_TYPE_VALUE, G_TYPE_CLOSURE, G_TYPE_GSTRING
1916   GParamSpecs: G_TYPE_PARAM_PARAM, G_TYPE_PARAM_POINTER, G_TYPE_PARAM_CLOSURE,
1917   G_TYPE_VALUE_ARRAY, G_TYPE_PARAM_UNICHAR, G_TYPE_PARAM_VALUE_ARRAY.
1918 * Varrags value collection improvements.
1919 * Implemented debugging traps.
1920 * Made things thread-safe.
1921 * Many documentation improvements.
1922 * Many cleanups, optimizations and bug fixes.
1923
1924
1925 Overview of Changes in GLib 1.3.2:
1926 ==================================
1927
1928 GLib:
1929
1930 * Win32 build improvements  [Tor]
1931 * Improvements to error reporting  
1932   (g_critical(), g_return_if_reached()) [Darin]
1933 * Add g_strlcpy/g_strlcat  [David Wheeler]
1934 * New IO channel implementation for Win32  [Tor] 
1935 * Make g_array_free, g_string_free return pointer to memory requested
1936   not to be freed.  [Darin]
1937 * Added GError based error reporting for thread functions.  [Sebastian]
1938 * Moved reference docs into GLib distribution. [Owen]
1939 * Added g_convert() for doing convenient character set conversions based
1940   on iconv. (GLib now requires libiconv or a native iconv.) [Havoc/Owen]
1941 * Various Unicode handling additions (g_ucs4_to_utf8, g_utf8_validate(),
1942   g_{locale,filename}_{to,from}_utf8)  [Robert/Havoc/Owen]
1943 * Portability fixes for threading.  [Sebastian]
1944 * Added convenient functions for launching new processes (g_spawn_*),
1945   and shell quoting/unquoting functions.  [Havoc]
1946 * Split glib.h into many headers.  [Sebastian]
1947 * Added a simple callback-based parser for XML-like files (GMarkup).  [Havoc]
1948 * Fixed confusions between comparison functions that return <0, 0, >0
1949   and equaility functions that return FALSE,TRUE.  [Sebastian]
1950 * Added safe/portable temporary file manipulation functions.  [Tor]
1951 * autoconf improvements.  [Raja]
1952 * Many documentation improvements.
1953 * Bug fixes.
1954
1955 GObject:
1956
1957 * Added boxed and pointer types.  [Tim/Jonathan]
1958 * Added callback abstraction (GClosure)  [Tim]
1959 * Added signal system (GSignal)  [Tim]
1960 * Make GTypePlugin an interface  [Tim]
1961 * Added GTypeModule - a simple GTypePlugin instantiation  [Owen]
1962 * Bug fixes.
1963
1964
1965 What's new in GLib 1.3.1:
1966 =========================
1967
1968 * New GObject library added including object system based on
1969   the GTK+ object system. 
1970 * Functions for getting the properties of Unicode characters, 
1971   computing the canonical decomposition and ordering combining
1972   characters aand manipulating UTF-8 string manipulation based
1973   on libunicode.
1974 * GString now properly handles embedded nuls.
1975 * Multiple fixes from the 1.2.x branch.
1976 * Upgrade to libtool 1.3.3
1977 * Full thread support (thread creation and destruction).
1978 * BeOS port, BeOS dynamic modules.
1979 * Many improvements to the Windows ports.
1980 * Improvements to the OS/2 port, OS/2 module support.
1981 * Double ended queue implementation.
1982 * GLib macros for printf() formatting, e.g. G_GULONG_FORMAT = "lu"
1983 * New configure option --enable-msg-prefix to prefix messages, warnings
1984   et ceteri with the program name and the process id.
1985 * New thread-safe random number generator Mersenne Twister.
1986 * g_strcompress() added, g_strescape() had a slight API change, and
1987   more tightly defined semantics.
1988 * the g_string(x) macro has been removed, #x may be used instead.
1989