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