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