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