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