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