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