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