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