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