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