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