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