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