Make g_utf8_make_valid public
[glib.git] / NEWS
blob4155e6b0554a4876756e95dcc28c631146ca1409
1 Overview of changes in GLib 2.50.1
2 ==================================
4 * Update Unicode support to Unicode 9.0.0
6 * Bugs fixed:
7  662946 gunixmounts monitoring doesn't work correctly with libmount
8  771591 Update to Unicode 9.0.0
9  772054 glib/gspawn-win32-helper.c: unexpected behavior re CommandLineToArgvW()
10  772255 gresolver: Mark GResolver as an abstract class
11  772269 Add --version options to glib-compile-resources and glib-compile-schemas
12  772297 completion: Complete gsettings describe
13  772511 g_log_default_handler crashes windows apps with "Unspecified fatal err...
15 * Translation updates:
16  Brazilian Portuguese
17  Catalan
18  Croatian
19  Czech
20  Danish
21  Hungarian
22  Italian
23  Latvian
24  Polish
25  Swedish
28 Overview of changes in GLib 2.50.0
29 ==================================
31 * Bugs fixed:
32  771438 Turn on libmount by default on linux
33         Fix the annotation for g_log_variant
35 * Translation updates:
36  British English
37  French
40 Overview of changes in GLib 2.49.7
41 ==================================
43 * Add g_log_variant, binding-friendly api for structured logging
45 Bugs fixed:
46  646926 arg_data invalid after g_option_context_parse() fails
48 * Translation updates:
49  Danish
50  Finnish
51  Galician
52  German
53  Hebrew
54  Kazakh
55  Korean
56  Latvian
57  Lithuanian
58  Polish
59  Portuguese
60  Serbian
61  Slovak
62  Spanish
63  Swedish
64  Thai
67 Overview of changes in GLib 2.49.6
68 ==================================
70 * The gsettings commandline tool now has a describe command
72 Bugs fixed:
73  745754 Add gcc-style dependency output to glib-compile-resources
74  769076 Fix warning: attempt to override closure->va_marshal with new marshal
75  770372 gdbus-codegen: Strip @since parameters before comparison
77 Translation updates:
78  Brazilian Portuguese
79  Czech
80  German
81  Hungarian
82  Polish
83  Portuguese
84  Spanish
87 Overview of changes in GLib 2.49.5
88 ==================================
90 * Structured logging:
91  - drop libsystemd dependency
92  - document that g_test_expect_message does not work with structured logs
94 * Use libmount for unix mount support
96 * Add an async variant of g_app_info_launch_default_for_uri
98 Bugs fixed:
99  522053 GUnixMountMonitor needs to use /proc/self/mountinfo on recent Linux
100  682794 Add usage guidance to logging documentation
101  744456 Structured logging API
102  766370 Add a macro for initializing g_auto(GVariantBuilder)
103  767240 Regex failures with pcre 8.38
104  768198 Can't build glib with systemtap enabled
105  768453 Gdbus test: compilation fails due to -Werror=format-y2k errors
106  768752 Add async variant of g_app_info_launch_default_for_uri
107  769027 Docs misleadingly imply G_CHECKSUM_SHA512 is available since 2.16
108  769029 gmessage: compiler complains about -Wformat-nonliteral
109  769042 'O_CLOEXEC' undeclared (first use in this function)
110  769087 gmessages: support NULL log domain
111  769089 Fix gsettings uint64 testcase
112  769104 Build failure when using _GLIB_CHECKED_ADD_U32 with the Intel compiler
113  769139 g_log_writer_journald uses non-standard 'htole64' function
114  769238 memory increases every time I umount and mount my secondary hard disk.
115  769245 is_valid_heap_iter define misses NULL pointer check
116  769507 gmessages: Don’t require is_journald() call before writer_journald()
117  769785 gmessages: Expand documentation further for structured logging
118  769995 gdbus-codegen: Allow '@since: UNRELEASED' in documentation comments
120 Translation updates:
121  Catalan
122  Hebrew
123  Lithuanian
124  Slovak
125  Spanish
128 Overview of changes in GLib 2.49.4
129 ==================================
131 * Change the just-introduced structured logging API. The arguments
132   of g_log_structured() had to be reordered to enable an implementation
133   within the limits of what the standards guarantee about var args.
135 Bugs fixed:
136  744456 Structured logging API
137  768936 gio doc build fails because of missing gio.xml in the tarballs
138  768963 improper va_list use in g_log_structured()
139  768968 gio/tests/socket-listener hangs since e4ee307
141 Translation updates:
142  Spanish
145 Overview of changes in GLib 2.49.3
146 ==================================
148 * GLib has a structured logging API, g_log_structured, with support
149   for writing to the systemd journal. It also supports colored output
150   in terminals
152 * Some new GBytes API has been added:
153  - g_key_file_load_from_bytes
154  - g_compute_hmac_for_bytes
156 * Stack-allocated GVariantBuilder and GVariantDict objects can now be
157   initialized with G_VARIANT_BUILDER_INIT and G_VARIANT_DICT_INIT
159 * gio:
160  - Add a way to register handlers for custom uri schemes
161  - Add a G_FILE_ATTRIBUTE_FILESYSTEM_REMOTE attribute to
162    have these heuristics in a single place
163  - Include a gio tool that makes the functionality of the
164    various gvfs commandline tools available in a single place
165  - Add portal support to g_app_info_launch_default_for_uri
166  - Add portal support to GNetworkMonitor
167  - Add portal support to GProxyResolver
168  - Add portal support to g_application_send_notification
170 Bugs fixed:
171  547200 g_utf8_find_next_char() issues
172  662802 systemtap multiarch issue
173  723506 fork/exec from non-main thread when autolaunching could be avoided...
174  725902 build: simplify dtrace configuration
175  728207 gsocketservice: Documentation does not mention that is already act...
176  729914 instead of DEBUG_CODE and IF_DEBUG, provide a common macro to supp...
177  744456 Structured logging API
178  744678 Unable to delete relocatable schemas
179  746685 clarify that g_variant_get_data() can be used instead of g_variant...
180  747134 glib-compile-resources --generate should detect common C++ file ex...
181  750257 GSettings changed signal should clearly state the order required
182  753231 Memory is potentially used after free
183  754012 missing filename in "Error loading css: Failed to import: Error op...
184  760115 gtestutils: add missing dash in seed argument's --help documentation
185  760423 gio-querymodules prints error messages as question marks on some l...
186  761102 Increase performance for main loop
187  765338 GLib.compute_hmac_for_data throws every time
188  766370 Add a macro for initializing g_auto(GVariantBuilder)
189  766899 Superflous HTML/XML comments in GDBusProxyTypeFunc documentation s...
190  766933 GSocketAddress leaks in gnetworkmonitornetlink.c:read_netlink_mess...
191  767765 Add names and tags to various GSources and GTasks constructed in GLib
192  767880 gkeyfile: add g_key_file_load_from_bytes() API
193  767887 vfs: add g_vfs_register_uri_scheme()
194  767949 [patch] Typos in glib docs
195  768029 infinite loop in parse_name_internal()
196  768119 Fix fallout from get_supported_schemes() changes
197  768357 Build the gio tool on Windows/MSVC
198  768498 portal support for glib
199  768504 keyfile: g_key_file_get_double behavior doesn't follow documentation
200  768549 Test failure: test_ip_sync_dgram
201  768551 Test failure: test_socket_address_to_string
202  768560 gio/tests/gsettings: fix GSettings reference leaks in some tests
203  768780 O_PATH is a non-standard flag which may be unavailable on non-Lin...
204  768806 gdbus tool must swallow -- argument
206 Translation updates:
207  Chinese (Taiwan)
208  French
209  Hebrew
210  Indonesian
211  Lithuanian
212  Portuguese
213  Spanish
216 Overview of changes in GLib 2.49.2
217 ==================================
219  * GMainContext and GTask have gained more systemtap probes
221 Bugs fixed:
222  673101 resource compiler dependency generation not working for gen...
223  700756 GFile.new_for_path arguments misses (type filename) annotation
224  730187 glocalfileoutputstream: Fix an FD leak in an error path
225  755439 Memory leak in gdbusproxy.c
226  759813 Add more SystemTap/DTrace probes for main context and GTask
227  761810 gio: Support using GDBusObjectManagerServer at path ‘/’
228  767172 docs: Move GIO_USE_VFS to "okay for production" section
229  767218 Remove a UTF-8 ellipsis from gsignal.h
230  767245 Add filename type annotations
231  767824 Some UTC timezones incorrectly recognized on Windows 7
233 Translation updates:
234  Occitan
237 Overview of changes in GLib 2.49.1
238 ==================================
240  * GDesktopAppInfo now allows bus activation with dashes. This is
241    not technically allowed per the Desktop Entry specification, but
242    it happens in the wild. Rather than forcing people to go through
243    another traumatic desktop file rename, accept it and translate - to _.
245  * The support for giving names to threads has been improved. Thread names
246    are now supported on Solaris as well, and the Linux support no longer
247    uses prctl() but the pthread api.
249  * GIO resources can now be overridden at runtime, using the G_RESOURCE_OVERLAYS
250    environment variable.
252  * gdbus-codegen can now generate autocleanup definitions for the types
253    it generates. Use the --c-generate-autocleanup option to control this
255 Bugs fixed:
256  665446 Use g_abort() instead of abort()
257  731988 glocalfile: Avoid a potential NULL pointer dereference
258  742898 g_value_type_transformable() description differs from the code
259  747107 GVariant varargs documentation: g_variant_get() example
260  747478 g_system_thread_set_name() is not implemented for gthread-win32
261  748474 g_get_language_names() is not thread-safe
262  748530 gthread: W32 implementation of g_get_num_processors() has lame fallback
263  748806 GVariant: Better introduction to the concepts and its uses
264  749583 GSequence performance improvements
265  749606 tests: always remove app.desktop
266  755898 [PATCH] settings: add get/set uint64
267  758174 Fix documentation typos
268  758738 Usage of GType properties causes crashes due to gulong/gpointer mismatch
269  760186 namespace clash with gdb pretty-printing code
270  762994 Race condition in GIO/AppFileChooser crashes Firefox/Gtk3
271  763379 codegen: Add support for g_autoptr to gdbus-codegen–generated objects
272  763821 build: Also dist Systemtap files always for gobject/
273  764092 gstrfuncs: Document the behaviour of g_strjoinv()
274  764163 g_task_had_error doesn't remember the error after g_task_propagate_*
275  764415 Very High CPU usage in g_poll() Windows implementation
276  764574 build: Fix all statfs() tests failing
277  764575 tests: Fix compilation errors due to Y2K format problems
278  764685 GApplication documentation about handling command-line options is confusing
279  764754 '-' in application id: unbreak bus activation and notifications
280  765173 documentation of g_main_context_push_thread_default() regarding GIO...
281  765668 GResources: add support for resource overlays
282  765710 gdbus-tool: only print note about expected argument types if that...
283  765712 tests: Fix compilation
284  765861 task: avoid context lock when setting source name
285  765900 Add g_drive_is_removable() support
286  765924 Improve external drives detection
287  765959 socket: set fd field to -1 after closing socket
288  765990 Visual Studio: Define inline only when necessary
289  765991 Compilation of gresource.c is broken due to S_ISDIR
290  766092 Incorrect locale handling in g_date_time_format_locale()
291  766211 Fix the upper bound in g_unichar_iswide_bsearch
292  766407 Some build-related defects in glib testsuite
293  766570 build: Fix a misnamed variable in glib-tap.mk
295 Translation updates:
296  Basque
297  Catalan
298  Chinese
299  Occitan
300  Portuguese
301  Turkish
302  Vietnamese
305 Overview of changes in GLib 2.48.0
306 ==================================
308  * a minor build fix in the name of determinism
310  * a few coverity fixes
312 Bugs fixed:
313  763617 giotypefuncs.c: Sort _get_type functions in the 'C' locale
315 Translations updated:
316  Danish
317  Italian
319 Overview of changes in GLib 2.47.92
320 ===================================
322  * gdbus-codegen now supports g_autoptr()
324  * g_get_user_runtime_dir() now reliably returns an existing directory
326  * g_array_remove_range() can now remove 0 items from the end of an array
328  * Many fixes for Windows
329    * build fixes
330    * file monitoring
331    * gsettings backend
332    * streams
333    * random numbers
334    * wide character support
336  * documentation improvements
338  * other small bugfixes
340 Bugs fixed:
341  724847 Segmentation fault on "gsettings list-recursively"
342  743933 gapplication: add --app-id command line option
343  756706 [PATCH] gio/gtestdbus.c: don't use non-standard %m printf modifier
344  757506 gsettings: schema_list should use the passed schema's source
345  760694 W32: Apps linked with -mwindows make cursor busy sometimes
346  762202 g_win32_error_message improvements
347  762637 build: Unconditionally dist tapset files
348  762748 Undefined behavior
349  762937 Mention that g_clear_error can be used with an "empty" GError
350  763339 array: Support clearing an empty array with g_array_remove_range()
351  763344 g_get_user_runtime_dir(): ensure directory exists
352  763379 codegen: Add support for g_autoptr to gdbus-codegen–generated objects
354 Translations updated:
355  Brazilian Portuguese
356  Czech
357  Finnish
358  French
359  Galician s
360  German
361  Greek
362  Hebrew
363  Hungarian
364  Italian
365  Kazakh
366  Korean
367  Latvian
368  Lithuanian
369  Occitan
370  Polish
371  Russian
372  Serbian
373  Slovak
374  Slovenian
375  Spanish
376  Swedish
378 Overview of changes in GLib 2.47.6
379 ==================================
381 * Windows usupport:
382  - Fixes and improvements to the GSettings registry backend
383  - Handle readability and writability of registry keys
384  - Use Unicode registry APIs
386 * Bugs fixed:
387 760852 744772 761126 747927 761337 744570 761504 761550 761843
388  744570 GString is missing (transfer none) annotations on many of its methods
389  744772 systemtap and gdb scripts install in wrong place
390  747927 Documentation: various small improvements
391  760852 gdbusobjectmanagerserver: Clarify recommended ObjectManager paths
392  761126 winiconv: update to upstream version
393  761337 Fix some annotations
394  761504 W32 registry GSettings backend does not use Unicode
395  761550 Cannot build with default flags under Fedora rawhide (-Werror=format-...
396  761843 gmacros.h is testing attributes with __has_feature (when compiling wi...
398 * Translation updates:
399  Brazilian Portuguese
400  Bulagarian
401  Chinese (Taiwan)
402  Hungarian
403  Polish
404  Slovak
405  Slovenian
406  Spanish
407  Swedish
410 Overview of changes in GLib 2.47.5
411 ==================================
413 * the system copy of PCRE is now used by default to implement GRegex.
414   Configure with --with-pcre=internal if a system PCRE version
415   is unavailable or undesired.
417 * interfaces for DTLS support have been added.  A new version of
418   glib-networking will also be required.
420 * GDBusMethodInvocation now drops replies if the sender set the
421   NO_REPLY_EXPECTED flag
423 * several GApplication fixes, including fixes for commandline arguments
424   in interpreted languages on Windows
426 Bugs fixed:
427  624186 Deprecate glib-gettext macros
428  734095 gtk-demo.py of PyGObject fails to run on Windows (and likely other binding scripts using g_application_run())
429  735754 Implement close on TLS GOutputStream
430  748064 gnulib vfprintf returns desired (not actual) number of bytes, ignores errors
431  752240 Add DTLS support to GIO
432  755421 GDBus ignores NO_REPLY_EXPECTED flag in messages, leading to warnings on system bus
433  756875 Include ntdef.h for NTSTATUS
434  759554 g_application_run() calls g_main_context_default() repeatidly
435  760199 gsettings: Install gettext ITS rules
436  760215 G_LIKELY/_UNLIKELY macros need more parentheses
437  760683 regex test: Check the expected PCRE exceptions at runtime
439 Translations updated:
440  Brazilian Portuguese
441  Czech
442  German
443  Lithuanian
444  Swedish
446 Overview of changes in GLib 2.47.4
447 ==================================
449 * The GApplication documentation has been improved in several areas.
451 * Bugs fixed:
452  749092 gdb pretty-printers fail on Python 3 with a TypeError...
453  757374 macros: clean up "inline" mess
454  758641 Memory leak in g_dbus_proxy_new_for_bus_sync()
455  759134 Add missing checks for gnulib vasnprintf()
456  759408 Do not use uninitialized var 
457  756475 Stop supporting non-POSIX getpwuid_r, getgrgid_r
458  757372 GApplication: destroy the impl on shutdown
459  728099 macros: add G_GNUC_CHECK_VERSION() for compiler checks
460  757299 glib-compile-resources: do not leak c_name
461  758553 Fix gettext use
462  758823 file monitors: reorder some code to avoid segfault
463  756214 gsettings: Don't translate ""
464  710243 Add GParamSpec object ref management annotations
465  735696 xdgmime: Finer handling for cases where mmap() is not available
466  752983 gapplication: Acquire the main context before running
468 * Translation updates:
469  Swedish
472 Overview of changes in GLib 2.47.3
473 ==================================
475 The inline cleanup in the last release accidentally removed three
476 symbols from libglib-2.0.so.  It is unlikely that this will have caused
477 any problems because these symbols were only backup symbols for
478 definitions exported as inlines in the header files, but ABI is ABI.
480 This release corrects only this problem.
482 Overview of changes in GLib 2.47.2
483 ==================================
485 * We have formalised the assumption that all compilers that are
486   interested in support 'static inline' and simplified the macros around
487   this considerably.  Please watch for and report unintentional fallout.
489 * New API: hardware-assisted helpers for overflow-checked integer math.
491 * other fixes
493 Bugs fixed:
494  696324 gtester-report doesn't work with Python 3.x
495  719966 glib: Add missing (nullable) and (optional) annotations
496  752837 gobject and glib-compile-resources rely on .CRT$XCU section, no longer works with Win 10 UCRT (VS 2015)
497  755364 make gtkdoc-check happy again
498  756134 Segmentation fault on calling g_simple_action_group_add_action with bad action constructor call
499  756179 gwin32.c: Replace VerifyVersionInfoW() with RtlGetVersion() due to API deprecation
500  756988 GSequence should document each function's complexity
501  757294 Move G_POLLFD_FORMAT to glibconfig.h
502  757374 macros: clean up "inline" mess
503  757451 doc: fix g_task_attach_source() example
504  757628 gio tests fail to build when cross compiling 2.46.1
505  757693 Invalid free in g_local_file_trash()
506  757742 Fix up annotations in ghash.c
507  758181 GTask: fix wrong example code
509 Translations updated:
510  Greek
511  Hebrew
512  Hungarian
513  Norwegian bokmål
514  Portuguese
515  Scottish Gaelic
516  Simplified Chinese
517  Spanish
519 Overview of changes in GLib 2.47.1
520 ==================================
522 * The Unicode support has been updated to version 8.0 of the Unicode standard
524 * GDesktopAppInfo no longer sets the DISPLAY environment variable when
525   launching apps. This is now done in the GAppLaunchContext implementations
526   when appropriate
528 * Bug fixes:
529  664740 Key-value file parser, space after integer
530  687223 cleverer GThreadPool management
531  692085 stderr and stdout are not always file descriptors 1 and 2
532  697907 Add interface for socket-like things (GSocket, DTLS, etc)
533  735754 Implement close on TLS GOutputStream
534  737116 Add functions to print GSocketConnectables and addresses as strings
535  743011 Minor additions to GError documentation
536  749161 undefined reference to `__imp__stat32i64'
537  749314 Cannot restore a just-trashed file
538  751924 Add recvmmsg()-like API on GSocket
539  752240 Add DTLS support to GIO
540  752837 gobject and glib-compile-resources rely on .CRT$XCU section, no longer...
541  753310 Remove `#pragma GCC system_header` from gmessages.h
542  753935 Update example namespace and class names in GObject tutorial
543  754855 Object instantiation documentation refers to example that no longer ex...
544  754983 Wayland: g_desktop_app_info_launch_uris_with_spawn() forces DISPLAY va...
545  754994 g_date_time_get_second () sometimes returns an off-by-one result
546  755083 Clarify in G_ADD_PRIVATE that it is safe to call _get_instance_private...
547  755351 Example still contains g_autoptr(gchar)
548  755355 Move GStrv to glib.h so it can be used with g_auto()
549  755374 g_variant_get_child(): flatten-first logic on '&'
550  755496 glib 2.46 fails GStreamer test suite
551  755609 glib 2.46.0 breaks Sun Java JVM 1.8.0.60
552  755766 gvalue: The g_auto cleanup function assert if value is G_VALUE_INIT
553  755795 2.46 considers empty files as octet-stream rather than text (leads to...
554  755961 Fix up annotations in gbytes.c
555  756053 MSVC doesn't understand the symbol 'msghdr'
556  756054 MSVC linker error due to 'g_socket_send_message_with_timeout()'
557  756077 testutils: remove internal ABI comment
558  756099 g_main_context_query(): Annotate @n_fds as (in) parameter
559  756139 musl: ctors called in the wrong order
560  756179 gwin32.c: Replace VerifyVersionInfoW() with RtlGetVersion() due to AP...
561  756251 The documentation of G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START is confusing
562  756255 GOutputStream swallowing errors in splice with G_OUTPUT_STREAM_SPLICE...
563  756316 GSequence should provide fast api to check if empty
564  756382 snprintf used on Windows with VS2015 doesn't support %n
565  756477 gio/gthreadedresolver.c has outdated copy of bionic headers (for android)
566  756550 gtypes.h: Make G_MININTn literals negative
567  756875 Include ntdef.h for NTSTATUS
568  756952 giomodule: return a copy of module name
570 * Translation updates:
571  Basque
572  Czech
573  Serbian
574  Serbian Latin
575  Vietnamese
578 Overview of changes in GLib 2.46.0
579 ==================================
581 * Disable runtime-deprecation warnings
583 * Fix marshalling of flags on bigendian 64bit architectures
585 * Translation updates
586  Brazilian Portuguese
587  Danish
588  German
589  Latvian
590  Russian
591  Turkish
594 Overview of changes in GLib 2.45.8
595 ==================================
597 * utf8 validation and utf8-to-ucs4 conversion are faster
599 * Small speedups to property change notification
601 * Various other small optimizations for GQuark, GData
603 * Bugs fixed:
604  696426 GParamSpecTypeInfo do not need to be static
605  735429 Cleanup MSVC Project Files Generation
606  738504 Optimize UTF-8 decoding by unrolling branches and expressions
607  742903 Add missing (transfer) annotation to GString
608  748633 g_set_object order of operations
609  754431 Fix build of glib/gstrfuncs.c on Windows
610  754560 gioerror: Add more mappings for WinSock error codes
611  754582 Glib cannot compile
612  754601 Make g_strerror work with non-glibc POSIX systems
613  754636 tests/unicode-encoding test fails for glib 2.45.7 on x86-64
614  754788 more g_strerror stuff
615  754831 autocleanups: Add GString type
616  754924 Improve test coverage of g_utf8_validate() by added known-...
617  754986 Avoid unnecessary signal emission during draw
619 * Translation updates:
620  Italian
621  Kazakh
622  Korean
623  Lithuanian
624  Slovenian
625  Swedish
628 Overview of changes in GLib 2.45.7
629 ==================================
631 * Add G_FILE_ATTRIBUTE_STANDARD_IS_VOLATILE for use by non-POSIX-like
632   backends (e.g. cloud storage).
634 * GFileMonitor: Make the inotify backend work with atomic renames again
636 * GSettings: change notification is again working unconditionally
638 * GListStore has a sort function now
640 * Test infrastructure:
641  - Tests are now required to have unique names
642  - TAP support has been improved
643  - A macro for asserting that two memory regions have identical content
644    has been added
646 * Bugs fixed:
647  708525 A "g_file_query_info" on the file path "/sys/kernel/debug/hid"...
648  742849 inotify: send paired events to both sides
649  744060 Update GObject tutorial documentation to use G_DECLARE_FINAL_T...
650  747364 Fix GError leak in g_file_query_writable_namespaces()
651  749492 Support file creation time on FreeBSD and NetBSD
652  752769 (g_socket_receive_message | g_socket_send_message) performance
653  753745 glib-genmarshal still needed for cross-compilation
654  754152 Add g_list_store_sort
655  754211 Memory leak in g_file_enumerator_iterate ()
656  754264 GLib 2.44 certificate chain construction fails if the PEM incl...
657  754283 gtestutils: add g_assert_cmpmem()
658  754284 gtestutils: print the TAP test plan first, not last
659  754286 misc gtestutils fixes
660  754307 size of array '_GStaticAssertCompileTimeAssertion_3387' is neg...
663 * Translation updates:
664  Chinese (Taiwan)
665  French
666  Galician
667  Greek
668  Hebrew
669  Hungarian
670  Indonesian
671  Polish
672  Portuguese
675 Overview of changes in GLib 2.45.6
676 ==================================
678 * Fix a test failure and a build failure
680 Overview of changes in GLib 2.45.5
681 ==================================
683 * GNetworkMonitor now provides information about metered networks
685 * g_mem_set_vtable has been deprecated; it has not been working for
686   quite a while. The recommendation is to use valgrind, or replace
687   malloc itself.
689 * Bugs fixed:
690  656325 Make GDBusInterfaceVTable binding friendly
691  741779 Documentation tweaks addressing real-world API misuses
692  741822 Fails to build with VS 2015
693  742386 gdbusconnection: Don't g_printerr() when exiting
694  743018 gobject: Add more cross-links between documentation pages
695  750282 Add g_network_monitor_get_network_metered() to get if the connection...
696  751358 GFileMonitor doesn't react to "mv some-file watched-file"
697  751592 Stop using GMemVtable
698  751598 Stop 'handle-local-options' propagation when callback reports an err...
699  751610 g_str_hash produces collisions with strings of length 2
700  751751 Wrong docs of g_async_queue_remove
701  752210 gdbus command crashes with SIGSEGV
702  752656 gdbusconnection: Fix signal subscription documentation
703  752767 Fix typo in g_hash_table_replace() documentation
704  753278 gdbus: Don't use g_assert_no_error() GDBusObjectManagerServer
705  753285 g_menu_item_set_icon fails if called with NULL icon
707 * Translation updates:
708  Catalan
709  Czech
710  French
711  Indonesian
712  Lithuanian
713  Norwegian bokmål
714  Slovak
715  Spanish
716  Thai
717  Turkish
720 Overview of changes in GLib 2.45.4
721 ==================================
723 * Bugs fixed:
724  727829 win32: glibconfig.h.win32 updates
725  741901 Clang cannot know that g_error don't return
726  746339 GSocket kills process when fd is not a socket
727  747676 gio/tests/socket fails: test_fd_roundtrip
728  748610 Some tests fail with non-English locales
729  749911 g_inet_address_to_string broken on XP/2003
730  749912 g_inet_address_new_from_string broken on XP/2003
731  750625 Should dismiss Software Updates Available notification after...
732  750807 G_BREAKPOINT doesn't work as intended on Darwin
733  751160 gtask does unnecessary work
734  751672 -Wduplicate-decl-specifier in glib/tests/keyfile.c
735  751731 GFile/DirectoryMonitor emit move events with other_file=NULL
736  751737 gio/tests/appmonitor test fails in 2.45.3
737  751798 Wrong enum type used in some test-cases
738  752089 make gsocketservice::active a property
739  752293 small cleanup: use list_free_full
741 * Translation updates:
742  Greek
743  Hebrew
744  Portuguese
747 Overview of changes in GLib 2.45.3
748 ==================================
750 * Improve performance of g_signal_handler_disconnect for signals
751   with many handlers
753 * GDBus has gained a new call flag to allow interactive authorization
755 * GSettings:
756  - New API: g_settings_schema_list_keys
757  - Deprecated: g_settings_list_keys
759 * OS X:
760  - Implement GNotification
761  - Bump the OS X requirement to 10.9
763 * Windows:
764  - Add registry reading API
765  - Reimplement GAppInfo using registry information
767 * Bugs fixed:
768  666831 Support URI opening on W32
769  728489 property action with inverted boolean state
770  730168 Incorrect annotation on g_action_group_get_action_state_type return...
771  733325 Several regex tests fail with pcre3 8.35
772  734888 GLib has no helper functions to work with W32 Registry
773  737009 signal handler lookup doesn't scale
774  738185 Misleading language about "file name encoding" in the docs on g_env...
775  738504 Optimize UTF-8 decoding by unrolling branches and expressions
776  739122 glib not handling -1 return ("no limit") from sysconf (_SC_THREAD_S...
777  739424 gnome-shell crashes when files are added, deleted, or modified in $...
778  739616 DBus; Add new call flag to allow interactive authorization
779  740308 Add g_settings_schema_list_keys() method
780  740516 RFE: please provide an introspectible version of g_log_set_handler
781  741788 Document GSettings build system integration
782  745013 GBinding not thread safe
783  747146 Implement GNotification on OSX
784  747941 try XDG_RUNTIME_DIR/bus before falling back to X11 autolaunch (dbus...
785  748727 Filechooser dialog shows no icons for directories on W32
786  749693 GActionGroupExporter: flush queue on requests
787  750203 GNetworkMonitorNetlink hangs in user namespace
788  750322 gapplication: Make sure --help output is translated
789  750344 GTlsInteractionClass is missing from doc
790  750369 Various GBinding cleanups
791  750386 Race condition in g_io_condition_get_type
792  750399 Typo "equilalent" in glib documentation's glib-Error-Reporting.html...
793  750573 GTlsDatabaseClass is not documented
794  750918 genmarshal: silence register storage class warnings
795  751122 gsocket: avoid unnecessary g_socket_cond_wait() in _send_messages()
796  479730 The "g_key_file_set_comment" interface prepends '#' character to...
798 * Translation updates:
799  Hungarian
800  Spanish
803 Overview of changes in GLib 2.45.2
804 ==================================
806 * Improve error reporting in glib-compile-schemas.
808 * Add introspection annotations to GListStore.
810 * Bugs fixed:
811  696749 win32 : failed to compile because of careless mistake in the code
812  723394 const parameter to GtkPopover gtk_popover_set_pointing_to
813  724113 gdbus-connection-loss test can fail on slow machines
814  725981 tap-driver.sh: internal error getting exit status
815  733325 Several regex tests fail with pcre3 8.35
816  744895 Unknown or unsupported transport 'this-should-not-be-used-and-will...
817  747882 gtype: Bump allowed number of children
818  748534 gtest: if a subprocess assertion fails, print its stdout and stderr
819  748612 de_DE locale used in option-context test is not supported by FreeBSD
820  748614 Double unref in g_socket_listener_add_inet_port
821  748834 glocalfilemonitor: Emit notification on rate limit change
822  749079 gdbus-peer test: TCP tests can fail with ECONNRESET due to a race...
823  749080 gdatetime test: fails if close to rollover between seconds
824  749180 gnetworkaddress: add return type annotation to parse methods
825  749352 g_binding_unbind() fails when source is also the target
826  749353 GBinding does not connect to the detailed notify signal
828 * Translation updates:
829  Catalan
830  French
831  Slovak
832  Thai
835 Overview of changes in GLib 2.45.1
836 ==================================
838 * The GSettings schema compiler, glib-compile-schemas has been changed
839   to reject schema xml that has duplicate <summary> or <description>
840   elements. Such elements typically occur when translations are merged
841   into the schema, with xml:lang attributes. This is not the correct
842   way to translate schemas. Instead keep the translations in the .mo
843   file and set the gettext-domain attribute on the <schemalist> element.
845 * The file monitoring infrastructure has been rewritten, and all backends
846   have seen major improvements.
848   The inotify backend is reporting events with less delay (no event will
849   be delayed more than 10ms) and wakeups due to file monitoring have been
850   significantly reduced. A CHANGES_DONE event will also be sent when new
851   files appear.
853   The poll implementation is now using the thread default main context.
855   The fam implmentation is now running in the worker thread.
857   The fen implementation has been removed, since it was unmaintained.
859 * The GSettings schema compiler, glib-compile-schemas, is more strict
860   about rejecting schemas with xml:lang style merged translations.
861   Schema translations should be done by specifying the gettext domain
862   in the xml, and keeping the translations in gettext. To avoid breaking
863   already-installed schemas, this change is only taking effect when
864   you use the --strict option.
866 * The hardcoded 10-thread limit of GTask's thread pool has been removed,
867   since it was prone to causing deadlocks. The thread pool is now allowed
868   to grow dynamically and will shrink back over time.
870 * GSimpleAsyncResult has been deprecated in favor of GTask.
872 * The algorithm used by GAppInfo to find default handlers for mime types
873   has been tweaked to prefer apps that handle the specific subtype over
874   default handlers for a generic supertype.
876 * Bug fixes:
877  627285 inotify file monitor hardwired delay
878  631597 Segmentation fault in append_escaped_text
879  661767 merge/improve various bits of run-in-thread functionality
880  687223 cleverer GThreadPool management
881  711547 win32: silence some build warnings
882  719966 glib: Add missing (nullable) and (optional) annotations
883  726447 Possibly an error in text string
884  728663 W32: wrong stat struct is used when built with MinGW-w64
885  728669 W32: GLocalFile can't measure size of files larger than 2^32...
886  730188 gsocket: Document FD ownership with g_socket_new_from_fd()
887  733325 Several regex tests fail with pcre3 8.35
888  738207 Add a way to set SO_SENDBUF and SO_RECVBUF on listener (and...
889  739850 GClosure: add valgrind hints
890  741791 gmain: Save errno when handling unix signals
891  744282 gvfs-open for application/x-virt-viewer changed behaviour bet...
892  745255 Add support for copying sessions between GTlsClientConnections
893  745745 gdbus: fix out-of-bound array access
894  745821 Don't use __alloc_size__ attribute with clang
895  746749 GLib-GIO:ERROR:inotify-kernel.c:327:ik_source_dispatch: ass...
896  746753 Glib-compile-resources --generate-header not using ".h" as ...
897  747209 glib-compile-schemas ought to reject repeated <summary> and...
898  747349 Conversion of gdbus to use GTask causes deadlocks
899  747363 gatomic: Add missing new line in API doc comment
900  747472 Don't ignore already-installed schemas with multiple <summa...
901  747541 gdbus segfaults with invalid --dest
902  747772 Having hardcoded utf8 strings in the source code does not p...
903  748019 gsocketconnection: Fix copy-pasto in documentation
904  748177 not all test schemas are distributed, "make distcheck" fails
906 * Translation updates:
907  Basque
908  Czech
909  Danish
910  Finnish
911  German
912  Hebrew
913  Icelandic
914  Norwegian bokmål
915  Russian
916  Turkish
919 Overview of changes in GLib 2.43.92
920 ===================================
922 GLib is now considered frozen.  We do not expect any major changes
923 before the release of 2.44.0.
925  * GUnixMountMonitor now properly supports multiple main contexts
927  * many documentation improvements and cleanups.  We are now
928    approaching a point where the documentation is 100% complete and the
929    xml will build without warnings.  This will probably be enabled by
930    default in the next cycle.
932  * new support for HTTP proxies in GIO
934  * new GTask:completed property
936  * use "private" futexes in order to further improve the performance of
937    the contended case of GMutex and g_bit_lock()
939 Bugs fixed:
940  614684 Make various parts of GObject const-correct
941  730352 Use inet_pton(), if_nametoindex() and if_indextoname() for newer versions of Windows
942  733876 Proxy protocol 'http' is not supported.
943  741442 threads: use FUTEX_WAIT_PRIVATE and FUTEX_WAKE_PRIVATE if possible
944  742599 Clean up GUnixMountMonitor
945  743636 gtask: Add a GTask:completed property
946  743661 g_win32_check_windows_version() is missing from doc
947  744722 docs: Expand introduction to mention using async calls over sync ones
948  745589 [Patch] gio: add some missing autocleanup
949  745634 [GNotifications] Use themed icon as icon-name
951 Translations updated:
952  Bosnian
953  Bulgarian
954  Catalan
955  Czech
956  French
957  German
958  Greek
959  Hungarian
960  Italian
961  Kazakh
962  Korean
963  Latvian
964  Lithuanian
965  POTFILESin
966  Polish
967  Russian
968  Serbian
969  Slovak
970  Slovenian
971  Spanish
972  Swedish
973  Vietnamese
974  pa  for Gnome
976 Overview of changes in GLib 2.43.91
977 ===================================
979 We have now added 'g_autofree' as a libgsystem-style autocleanup macro
980 that calls g_free() on the content of a local variable when it leaves
981 scope (working only on GCC and clang).
983 GApplication now has an "is-busy" property, allowing one to query the
984 effective busy state.
986 There have been various other bugfixes and cleanups.
988 Bugs fixed:
989  661554 GIO's use of GError is wrong
990  744263 Fix format specifier for __LINE__ in G_OBJECT_WARN_INVALID_PSPEC
991  744565 gapplication: add bind_busy_property()
992  744747 Add g_autofree
993  744756 Can't find out if gapplication is marked as busy
994  744830 autocleanups: Add GArray and GPtrArray
995  744876 Unclean exit from from g_application_run
996  745239 g_property_action_new missing type annotation
998 Translations updated:
999  Chinese (Taiwan)
1000  French
1001  Galician
1002  Lithuanian
1003  Slovak
1005 Overview of changes in GLib 2.43.90
1006 ===================================
1008 * new GSimpleIOStream class to construct a GIOStream from an arbitrary
1009   GInputStream and GOutputStream
1011 * GApplication: new API for marking 'busy' state according to the value
1012   of a boolean property on another object
1014 * GOptionGroup: add binding support (boxed type, annotation fixes, etc.)
1016 Bugs fixed:
1017  739724 Test functions should have async scope
1018  741024 glist: Mention that g_list_length() is bad for checking list emptiness
1019  741630 Add GSimpleIOStream class
1020  743349 goption: Add boxed type for GOptionGroup
1021  743990 GDBus connection closing is broken
1022  744565 gapplication: add bind_busy_property()
1024 Translations updated:
1025  Greek
1026  Italian
1027  Norwegian bokmål
1028  Russian
1029  Slovenian
1030  Swedish
1032 Overview of changes in GLib 2.43.4
1033 ==================================
1035 * GType now has type declaration macros G_DECLARE_DERIVABLE_TYPE,
1036   G_DECLARE_FINAL_TYPE and G_DECLARE_INTERFACE, which significantly reduce
1037   the boilerplate needed for GObject types and interfaces.
1039 * g_autoptr and g_auto are macros for declaring variables with automatic
1040   cleanup. They only work with gcc and clang.
1042 * GListModel is a new interface that represents a dynamic list of GObjects.
1044 * GListStore is a GSequence-based implementation of GListModel.
1046 * Support thread names on OS X
1048 * g_simple_action_set_state_hint: New function to set the state hint
1049   of GSimpleActions
1051 * g_win32_check_windows_version: New function to check Windows version
1053 * g_settings_schema_list_children and g_settings_schema_key_get_name
1054   are new functions to complete the GSettingsSchema API.
1056 * Bugs fixed:
1057  389585 G_DEFINE_TYPE hack for header files
1058  729351 Add GListModel
1059  736914 Docs: various fixes and improvements
1060  741807 Add thread name support on OS X and iOS
1061  741895 gwin32: Add Simple API to check whether we are on at least a v...
1062  742456 object: Add g_steal_pointer() convenience function to mark own...
1063  743508 polkitd fails to start: patch for gio/gcredentialsprivate.h
1064  743517 GSettings API is missing some introspection functions
1065  743521 GSimpleAction: add g_simple_action_set_state_hint
1066  743596 G_DECLARE_DERIVABLE_TYPE() should allow additional typedef for...
1067  743640 add __attribute__((cleanup)) support
1068  743827 Fix build of GListModel (on Visual Studio)
1069  743927 GListStore: add sorted insert function
1070  743936 glib: handle unsigned modifier for long long in internal printf
1071  744012 Add GMutexLocker
1072  744190 Fix build on Compilers That Do Not Use inline for Plain C Code
1075 Overview of changes in GLib 2.43.3
1076 ==================================
1078 * add g_set_object() convenience function
1080 * GNetworkMonitor: check if NM is not running and don't crash
1082 * fix some races with g_mkdir_with_parents
1084 * fix some warnings in MSVC
1086 * avoid use of G_STRLOC in G_OBJECT_WARN_INVALID_PSPEC in order to save
1087   on static strings
1089 * fix some content type vs. mime issues
1091 * documentation improvements
1093 * Bugs fixed:
1094  719455  g_file_make_directory_with_parents() can erroneously throw G_IO_ERROR_EXISTS
1095  732439  GSocket: avoid unnecessary g_socket_wait_condition() for blocking sockets
1096  734946  Implement GContentType on OSX
1097  741589  gobject: Add g_set_object() convenience function to set GObject pointers
1098  741653  gnetworkmonitornm: Check if network-manager is running
1099  741654  [patch] gobject: don't use G_STRLOC in G_OBJECT_WARN_INVALID_PSPEC() macro
1100  741707  Gsocket blocks trying to send data
1101  741788  Document GSettings build system integration
1102  742548  configure.ac: stay out of autoconf's namespace
1103  742851  avoid MSVC warnings in G_STMT_END
1104  742972  ggettext: Include an example of setlocale() and friends in the i18n docs
1105  743014  gtestutils: Add an example of using test fixtures 
1107 * Translations updated:
1108  Basque
1109  Brazilian Portuguese
1110  Spanish
1112 Overview of changes in GLib 2.43.2
1113 ==================================
1115 * New function: g_strv_contains
1117 * New function: g_network_address_new_loopback
1119 * New function: g_socket_send_messages
1121 * A new GNetworkMonitor implementation using NetworkManager provides
1122   more detailed connectivity information
1124 * Bugs fixed:
1125   11059 Linux poll issue
1126  664562 captive wifi portal support for GNetworkMonitor
1127  685880 Add g_strv_contains()
1128  712570 Hang in g_threaded_socket_service_func
1129  719646 GSocket: add g_socket_send_messages() to send multiple messages...
1130  728928 Provide separate error code for "Connection reset by peer"
1131  732317 Support GSocketConnectable for loopback addresses
1132  740814 "make check" should ensure that every symbol is documented
1133  740848 Backend subscription fails when connecting to a signal with a d...
1134  741016 gio: add G_IO_ERROR_NOT_CONNECTED
1135  741226 keyfile: Add "in group" to GError message consistently
1137 * Translation updates:
1138  Gujarati
1139  Hebrew
1140  Hungarian
1141  Kannada
1142  Turkish
1143  Vietnamese
1146 Overview of changes in GLib 2.43.1
1147 ==================================
1149 * GQueue now accepts NULL as a sibling in g_queue_insert_before() and
1150   g_queue_insert_after()
1152 * Bugs fixed:
1153   11059 Linux poll issue
1154  726037 Add G_PARAM_READWRITE value to the GParamFlags enumeration
1155  727988 GMemoryOutputStream hangs when writing more than 1GiB
1156  729739 tlscertificate: add support for loading certificate chains
1157  733791 GSettings: delay backend subscription
1158  736286 Clarify g_file_replace behavior with etags
1159  736620 GQueue: accept NULL sibling for insert_before() and insert_after()
1160  737150 GLib-GIO-WARNING **: Failed to parse translated string 'visible-name...
1161  737160 unhelpful error message
1162  738259 GDBusInterfaceVTable: clarify memory handling for the method() virt...
1163  738551 'interface' variable conflicts with Windows defines
1164  738633 Need to disable SSLv3 in glib-networking
1165  740157 <app> --help doesn't work even when options were added
1166  740309 Fix docs in g_strfreev
1167  740413 Fix the GSettings Registry Backend 
1169 * Translation updates:
1170  Norwegian bokmål
1173 Overview of changes in GLib 2.43.0
1174 ==================================
1176 * GObject gained a debug option to provide instance counts. To use it,
1177   set GOBJECT_DEBUG=instance-count and call g_type_get_instance_count().
1179 * GOption now has a strict POSIX mode in which it stops parsing arguments
1180   as soon as a non-option argument is encountered.
1182 * Bugs fixed:
1183  354457 Feature Proposal: Per-Type Statistics for Instantiable GTypes
1184  695082 g_hash_table_remove_all is not save against a call to g_hash_table_remove
1185  723160 GOption: add strict posix mode
1186  728256 gcredentials: add NetBSD support
1187  729739 tlscertificate: add support for loading certificate chains
1188  733338 Don't segfault in GNetworkMonitor when IPv6 support is unavailable
1189  736273 gdesktopappinfo: Use symbolic names in the code
1190  736284 Keep only one list of signal emissions
1191  736806 gtask: Fix reference count loop causing leaks
1192  736914 Docs: various fixes and improvements
1193  737143 Include <stdint.h> in glib/valgrind.h
1194  737259 gcancellable: Clarify that GSources hold references to GCancellables
1195  737338 gmain: Unref child sources when finalising a GSource
1196  737446 tests: Fix some minor leaks in the unit tests
1197  737451 Provide api to read_all_async
1198  737741 g_datalist_id_get_data assertion fails for non-existant keys
1199  737869 GApplication command line handling breaks --help
1200  738170 g_byte_array_new_take() doesn't initialize array->alloc
1201  738197 g_cond_timed_wait() doesn't time out on Mac OS X
1202  738374 gfile: g_file_equal (x, x) is TRUE
1203  738675 GSubprocessLauncher is missing some data on the docs 
1205 * Translation updates:
1206  Bengali (India)
1207  Bulgarian
1208  Gujarati
1209  Italian
1210  Telugu
1213 Overview of changes in GLib 2.42.0
1214 ===================================
1216 All changes in this release are trivial in nature.
1218  - introspection warning fixes
1220  - g_application_add_main_option now uses an enum instead of an 'int'
1221    for the type of a parameter
1223  - added a G_OPTION_FLAG_NONE so that people don't need to use 0
1225  - gresource: Use GError in more places
1227  - gresource commandline tool: improve extraction from multiple sections
1229  - GSource now takes the context lock (if any) in g_source_set_name()
1231  - new documentation to clarify the use of some APIs related to
1232    GVariant, GSource, GApplication
1234  - other minor updates to docs
1236 * Bugs fixed
1237  736683 Thread safety issues with g_main_context_find_source_by_id
1238  736975 [patch] please document that GVariant serialization needs an
1239         out-of-band length field
1241 * Translation updates
1242  Danish
1243  Hindi
1244  Marathi
1245  Punjabi
1246  Serbian
1247  Simplified Chinese
1249 Overview of changes in GLib 2.41.5
1250 ==================================
1252 * Bug fixes:
1253  735819 single native credential struct used for two purposes
1254  735915 glib-building.html uses --enable-gcov instead of --enable-coverage
1255  736350 GDesktopAppInfo: avoid polling on missing desktop dirs
1256  736351 Don't use issetugid() on Android
1257         Fix the default application logic in GDesktopAppInfo
1258  736458 Only use rand_s() when targetting Visual Studio >= 2005
1260 * Translation updates
1261  Galician
1262  Hungarian
1263  Indonesian
1264  Kannada
1265  Latvian
1266  Polish
1267  Russian
1268  Slovenian
1269  Tamil
1272 Overview of changes in GLib 2.41.4
1273 ==================================
1275 * GApplication now has binding-friendly API to handle
1276   commandline options: g_application_add_main_option
1278 * G_GNUC_BEGIN_IGNORE_DEPRECATIONS works with clang
1280 * Bugs fixed:
1281  583330 poll list of mounted file systems (no mtab support)
1282  727455 Command line option parsing from bindings
1283  734126 add G_GNUC_BEGIN_IGNORE_DEPRECATIONS macro for clang
1284  735179 gsocketclient: Handle cancellation between CONNECTING...
1285  735297 Docs claim that GThread struct is deprecated 
1287 * Translation updates:
1288   Assamese
1289   Catalan
1290   Catalan (Valencian)
1291   Czech
1292   French
1293   German
1294   Greek
1295   Hebrew
1296   Korean
1297   Oriya
1298   Traditional Chinese
1301 Overview of changes in GLib 2.41.3
1302 ==================================
1304 * g_clear_pointer and g_clear_object no longer use atomics
1306 * Bugs fixed:
1307  711547 win32: silence some build warnings
1308  725511 Compiled resource files should have the same /-separators everywhere
1309  725513 Some tests fail to build on W32
1310  725514 W32: gfileutils does not preserve errno correctly
1311  725515 test-printf fails on W32
1312  728730 gsocket: Set SO_NOSIGPIPE on sockets on Darwin
1313  729703 Leaks a GError in g_file_move
1314  730932 statically assert that reasonable assumptions about enums are true
1315  732085 gtype: Fast-path for g_type_is_a
1316  732754 GDBusMessage: optimise (de)serialisation of fixed arrays
1317  733345 ginetaddress: Add a precondition to g_inet_address_new_from_string()
1318  733576 Patches from static analysis run on 2.40
1319  733715 glib's configure.ac makes accidentally use of nested function
1320  733934 win32: improve the package installation dir lookup
1321  733960 W32: spawning a console process creates a new window when stdout...
1322  733969 Remove atomic aspects of g_clear_pointer/object
1323  733982 Do not crash when checking whether an instance type is of a given...
1324  734035 gedit hangs up when there's no GSettings key in the registry 
1326 * Translation updates:
1327  Basque
1328  Brazilian Portuguese
1329  Lithuanian
1330  Slovenian
1331  Spanish
1334 Overview of changes in GLib 2.41.2
1335 ==================================
1337 * The Unicode support has been updated to version 7.0
1338   of the Unicode standard
1340 * GNotification now supports priorities for notifications
1342 * GCredentials has gained NetBSD support
1344 * GMutex now uses a faster, native implementation on Linux
1346 * Bugs fixed:
1347  699132 Pluggable event loop backends
1348  720708 g_assert_warning(): number of arguments doesn't match for...
1349  722092 Add GtkApplication resources support
1350  724986 Change gio/data-to-c.pl to /usr/bin/env perl.
1351  727974 Fix up failure-to-see-expected-message logging
1352  728256 gcredentials: add NetBSD support
1353  728401 GDateTime: Add guards to g_date_time_new()
1354  729825 Formatting of g_alloca documentation
1355  729914 instead of DEBUG_CODE and IF_DEBUG, provide a common macro...
1356  730293 clang++-3.4: error: 'register' storage class specifier is ...
1357  731339 giochannel: avoid setting uninitialised length
1358  731424 #ifdef spaghetti for load_user_special_dirs() implementations
1359  731623 GNotification: add support for a priority setting
1360  731929 update tables to unicode 7.0.0
1361  731950 gvalue: New g_value_from_instance
1362  731986 GLib: implement GMutex natively on Linux
1363  732184 GObject: warn on use of deprecated properties
1364  732357 Docs: various fixes and improvements
1365  732429 GActionEntry: improve documentation
1366  732465 Fix build on x64 Visual C++ builds
1367  732704 Docs: various fixes and improvements
1368  732739 ginetsocketaddress: Explicitly initialise flags for getaddr...
1369  732754 GDBusMessage: optimise (de)serialisation of fixed arrays
1370  732984 g_object_ref(NULL) in g_dbus_object_manager_client_finalize
1371  733084 Typos in g_bytes_hash() and g_time_zone_find_interval() docs
1372  733146 spawn helper does not use correctly the parameters 
1374 * Translation updates:
1375  Lithuanian
1378 Overview of changes in GLib 2.41.1
1379 ==================================
1381 * Bug fixes:
1382  697229 Custom Interface implementations will be broken with glib 2.37/38
1383  698614 GObject: prevent installing properties after init
1384  729269 gvariant: Fix confusion between type and format strings in the docs
1385  730198 broken valgrind.h leads to crashes in g_type_free_instance on mingw64
1386  730807 GMutex performance regression
1387  730963 gconvert: mention that the g_convert len should be in bytes
1388  730984 Faster instance type check for fundamentals
1389  731050 <structname> tags appear in documentation
1390  731200 unconditional 'notify' during g_object_set() is problematic
1391  731335 gtype: guard uses of new fundamental type check
1392  731341 gparam: change value of G_PARAM_EXPLICIT_NOTIFY
1393  731366 run-assert-msg-test.sh gdb leaves assert-msg-test zombie
1394  731425 giomodule protects function-call with different token than function...
1395  731513 clang: build failure: implicit declaration of function '__atomic_load_4'
1396  731584 gbookmarkfile: Cleaner error handling code to pacify static analysis
1397  731657 Prevent an invalid @CARBON_LIBS@ from appearing in the .pc files
1398  731979 docs: Correct param to interface's default_init()
1399  731996 Return folder as icon for directories
1400  732002 gwakeup: Clarify buffer sizing in g_wakeup_signal()
1401  732005 Remove unused assignments
1402  732019 gtestdbus: Don’t close stdout for dbus-daemon
1403  732068 gsignal: Add an example to the g_signal_connect_swapped() documentation
1404  732081 gsocket: Document that g_socket_create_source() holds a socket ref
1405  732107 gsocketlistener: Reconsider closing sockets on listener finalisation
1408 Overview of changes in GLib 2.41.0
1409 ===================================
1411 * Many bugfixes found by static analysis, including potential fd leaks
1412   and NULL pointer dereferences.
1414 * Increased use of (nullable) attribute on out values and return types
1415   now that it is supported (mostly from porting Vala metadata).
1417 * use XDG_CURRENT_DESKTOP for OnlyShowIn/NotShowIn handling of desktop
1418   files, deprecating g_desktop_app_info_set_desktop_env()
1420 * add support for g_desktop_app_info_get_implementations() to find
1421   desktop files that have an Implements= line for a given interface
1423 * GHmac has gained SHA-512 support
1425 * support the new mimeapps specification (most notably, moving the
1426   assoications/defaults configuration to ~/.config/mimeapps.list).
1428 * libgobject is now linked -Wl,-z,nodelete when possible to avoid errors
1429   when gobject is used from a module for a program that does not itself
1430   use gobject and that module is unloaded/reloaded
1432 * ... and many other bug fixes.
1434  623552 glib warns if backtrace.py is not present
1435  667468 glib-2.30.2: ipv6 tests fail when no ipv6 support is available
1436  668152 -framework Carbon linker flag not passed to pkg-config .pc files
1437  707298 libgobject should be linked with -Wl,-z,nodelete
1438  712391 Add g_desktop_app_info_get_implementors()
1439  722723 Infinite recursion when calling g_io_stream_close_async() from libsoup
1440  724741 hmac: Fix support for SHA-512 in GHmac
1441  726040 networkaddress: fix parsing of uri with @ after authority
1442  726318 gio: Document that GSocket is not thread safe
1443  726611 socketclient: Leak on cancellation
1444  726872 gio: Add names to idles and timeouts
1445  727119 wrong IN6_IS_ADDR_MC_LINKLOCAL usage break android build
1446  727123 GNotification: Some small documentation fixes
1447  727320 docs: Remove escaping '\' from literals
1448  727551 Check use_count of GApplication in g_application_release()
1449  727559 g_file_copy: Don't set GError when we intend to ignore errors
1450  727692 gio/gtlscertificate.c -- broken PEM-file processing (affects local CA root stores, for starters)
1451  727890 soup_content_sniffer_real_sniff segfault
1452  727900 gio: Add newer dbus UnknownXxxx and PropertyReadOnly errors
1453  727928 gapplication-tool fixes
1454  727939 INTLLIBS are always appended in configure checks
1455  727964 g_io_extension_point_get_extension_by_name: Warn, but don't crash, for NULL inputs
1456  728040 Implement new mimeapps spec
1457  728066 Deal with startup notify id being NULL
1458  728280 platform_get_argv0: fix sysctl(3) use on OpenBSD
1459  728285 docs: Use markdown links in .h files, too
1460  728350 gaction: Minor clarifications in the GAction documentation
1461  728380 docs: Remove <!-- --> comment before plural s
1462  728565 gfile: More explicitly document the context for GFileProgressCallback
1463  728983 Docs: various fixes and improvements
1464  729167 gobject: Document that classes/objects/interfaces are zero-filled
1465  729563 GOption: A short option's value is included in G_OPTION_REMAINING
1466  729813 AppInfo: use XDG_CURRENT_DESKTOP for OnlyShowIn
1467  729875 gio: cleanup gdbusmessage.c file
1468  730045 Avoid overeager warning about deprecated properties
1469  730189 gtestutils: Fix a very unlikely FD leak in test fork handling
1470  730190 gsocket: Add missing preconditions to g_socket_send_message()
1471  730277 gthread: Fix use of a local variable after it went out of scope
1472  730278 gsubprocess: Add a missing va_end() call
1473  730295 gdbus-tool: Remove dead variables
1474  730493 Port annotations from Vala metadata
1476 Translations updated:
1477  Basque
1478  Brazilian Portuguese
1479  Catalan
1480  Czech
1481  Danish
1482  Greek
1483  Hebrew
1484  Hungarian
1485  Punjabi
1486  Serbian
1487  Slovenian
1488  Spanish
1489  Ukrainian
1491 Overview of changes from GLib 2.39.91 to GLib 2.39.92
1492 =====================================================
1494 This is a release candidate for 2.40.0.
1496 There are no major changes in this release, but a few serious bugs have
1497 been fixed.
1499 * Bugs fixed:
1500  710367 Crash in g_settings_backend_dispatch_signal()
1501  723899 G_DEFINE_TYPE() causes compiler warnings with clang due to foo_get_instance_private
1502  724859 Let the test_wait_until() test also run on non-*nix
1503  724916 gio unmount code makes XFCE's Thunar crash
1504  725651 GSubprocessLauncher: Does not copy the calling process environment.
1505  725656 Unskip GVariantDict
1506  725891 gio tests: add codegen to BUILT_SOURCES
1507  726046 Recent commit created symbolic icons issues
1509 * Translations:
1510  Chinese
1511  French
1512  Korean
1513  Latvian
1514  Norwegian bokmål
1515  Portuguese
1516  Russian
1517  Traditional Chinese
1519 Overview of changes from GLib 2.39.90 to GLib 2.39.91
1520 =====================================================
1522 This release introduces a hard dependency on present and functioning
1523 clock_gettime() and CLOCK_MONOTONIC.  It also introduces a dependency on
1524 pthread_condattr_setclock() unless your system happens to have
1525 pthread_cond_timedwait_relative_np() (as do Mac OS and Android).  This
1526 release is known to be broken with at least GNU/Hurd, pending addition
1527 of working pthread_condattr_setclock(CLOCK_MONOTONIC) there.
1529 New API: g_str_to_ascii()
1531 * Fixed bugs:
1532  670144 unconditional use of CLOCK_MONOTONIC is broken
1533  673607 invalid assumption in g_cond_wait_until() / g_get_monotonic_time() API
1534  710142 Add more impressive transliteration to GLib
1535  722360 make check fails
1536  722604 (partial) Various tests are failing with 2.39.3
1537  723316 g_hash_table_iter_remove() should be explicit whether or not it is safe while iterating the table
1538  724609 Fix build of GIO on Windows
1539  724687 gmain: make monotonic time really monotonic, everywhere
1540  724706 gsource: document priority of child sources
1541  724707 some GSocket source improvements
1542  724839 GMainContext: some source ID cleanups
1543  724858 Dist gtranslit-data.h
1544  724994 Missing icons for bookmarks in file chooser
1545  725023 Can no longer find apps by executable/desktop file name
1547 * Translations:
1548  Lithuanian
1549  Polish
1550  Thai
1552 Overview of changes from GLib 2.39.4 to GLib 2.39.90
1553 ====================================================
1555 * Fixed bugs:
1556  625408 make GVariant dictionaries more useful
1557  660809 document that if you fail a precondition check, documented guarantees do not apply
1558  661576 fix handling of constructors that destroy half-constructed objects
1559  679957 g_inet_address_new_from_string is not able to handle dots and numbers IPv4 addresses
1560  712837 gvariant: Document the need to cast varargs when constructing GVariants
1561  721458 g_simple_async_result_is_valid has a NULL check for the wrong source_tag
1562  721977 improve split handling of command line arguments
1563  722033 win32: fixup lib.exe invocation
1564  723422 Fix g_socket_get_available() with TCP on Windows
1565  723616 gio/tests: fix race when generating code
1566  724001 gsubprocess: Fix a broken link in the documentation
1567  724124 glib/tests/collate.c fails if no en_US locale
1568  724126 intermittent GApplication test failure: /gapplication/local-actions: lines of output permuted
1569  724233 gsocketservice: Note g_socket_listener_close() for closing open sockets
1570  724239 soup_session_queue_message - Connection terminated unexpectedly
1571  724278 gsocketconnection: Document closing connections with g_io_stream_close()
1572  724330 configure.ac: tweak inotify check
1573  724385 gtestutils: make the new assert messages more detailed
1574  724401 gsubprocess: Mutex leak
1575  724417 glib master build broken on OpenBSD
1576  724434 Build failure in gio/gresolver.c
1578 * Updated translations:
1579  Brazilian Portuguese
1580  Galician
1581  Indonesian
1582  Italian
1583  Kannada
1584  Norwegian bokmål
1585  Spanish
1586  Thai
1588 Overview of changes from GLib 2.39.3 to GLib 2.39.4
1589 ===================================================
1591 * Fixed Bugs:
1592  139699 Correction for g_main_context_unref()
1593  583036 g_strchomp and g_strchug are not declared const
1594  683388 improve documentation for application developers
1595  685204 ./configure fails to add the '-g' flag to CFLAGS
1596  688406 GStaticMutex broke ABI on at least ARM EABI during 2.31.x
1597  693299 cannot compile on Solaris: error in gbitlock.c
1598  707111 Clarify type transformability and compatibility
1599  711547 win32: silence some build warnings
1600  719344 Fix the various test programs (or GLib itself) on Windows
1601  722025 cleanup/clarify command line argument encoding on Windows
1602  722323 remove unused include 'gslist.h' in 'gbookmarkfile.c'
1603  722326 gstringchunk: Use g_slist_free_full() where possible
1604  722357 gio: fix small memory leak on local xattr
1605  722436 Adjust doc to Makefile.decl renaming
1606  722503 GSimpleAction: add default activate handler
1607  722526 glib/deprecated/gthread.h error on FreeBSD
1608  722591 [documentation] broken link to GtkAction from GAction.html
1609  722973 Broken example in GApplication reference
1610  723048 'network-access' test can fail to guess interface index
1611  723360 gmain: Note that g_source_destroy() can be called multiple times 
1613 * Updated Translations:
1614  Assamese
1615  Tamil
1616  Traditional Chinese
1619 Overview of changes from GLib 2.39.2 to GLib 2.39.3
1620 ===================================================
1622 No major changes this release -- mostly lots of small fixes and
1623 improvements in test coverage.
1625  * fix a crasher in code from gdbus-codegen
1627  * improvements to gobject gdb helper script
1629  * portability:
1631    - fix a deadlock issue with kqueue on FreeBSD
1633    - work around a quirk in the sunstudio compiler
1635    - rename a variable to avoid clashing with a macro definition of
1636      'environ' on some platforms (like mingw)
1638    - use POSIX-specified <poll.h> over <sys/poll.h>
1640    - many improvements to Visual Studio projects and and some build
1641      fixes for Windows
1643  * tests
1644    - a very large number of improvements in test coverage
1646    - don't report skipped tests as failures
1648    - return 77 if we skip all tests in an executable
1650    - improve gtest documentation and fix some minor issues
1652    - fix g_test_trap_reached_timeout() return value
1654    - remove some dead code uncovered during test coverage expansion
1656    - Use tap mode for installed tests too, when using tap
1658  * fix races in unix signal handling
1660  * make our GVariant-based commandline tools (glib-compile-schemas,
1661    gdbus, gapplication) print out GVariant parse errors in context
1663  * GApplication now has a --gapplication-service command line switch to
1664    turn any GApplication into a service
1666  * improve compatibility of GApplication and GOptionContext
1668  * fix gsettings.m4 wrt. builddir != srcdir with non-recursive make
1670  * use a directory monitor in GKeyfileSettingsBackend
1672  * improve robustness of some GIcon classes
1674 Bugs fixed
1675  141251  poll(2) is in <poll.h>, not <sys/poll.h> per SUS standard
1676  613732  [PATCH] gobject.py: Don't install frame filters when GDB does not support them
1677  708212  g_variant_parser_error_get_quark() has unexpected name.
1678  710965  GApplication: add --gapplication-service switch
1679  711090  periodic failure of spawn-multithreaded async testcase
1680  712171  gsettings.m4: @GSETTINGS_RULES@: Support srcdir != builddir with nonrecursive make
1681  712630  Revert "gsettings m4: check for .xml in src/builddir"
1682  715028  GVariant: add way to print context of parse errors
1683  719344  Fix the various test programs (or GLib itself) on Windows
1684  720263  gtestutils: skipping a test should count as success, not failure
1685  720539  gdbus-codegen: Fix crasher in goa-using apps
1686  720635  Make gdb pretty-printers compatible with Python3
1687  720891  g_settings_get_child does not inherit the backend
1688  721034  glib 2.38.2 cannot be compiled with SunStudio Compiler under Solaris
1689  721059  g_subprocess_launcher_set_environ vs "environ"
1690  721074  kqueue: deadlock
1691  721087  Missing -lselinux in pkg-config --libs --static gio-2.0
1692  721324  Error message is printed to stdout
1693  721624  Regression in GTest framework reorders existing test cases
1694  721625  backwards NEWS entry about g_source_remove change
1695  721796  insufficient escaping in g_dbus_annotation_info_generate_xml()
1696  721947  Improve GApplication ⇔ GOptionContext compatibility 
1698 Translations updated:
1699  Brazilian Portuguese
1700  Galician
1701  Greek
1702  Hebrew
1704 Overview of changes from GLib 2.39.1 to GLib 2.39.2
1705 ===================================================
1707 * Portability
1709   - Remove alleged support for OS/2
1711   - Remove alleged support for BeOS
1713   - Remove alleged support for last-millennium Unixes
1715   - Require C90 compliance
1717   - Require POSIX.1 (1990) compliance on Unix
1719   - Require GNU make
1721 * Bugs fixed:
1722  113075 support "nonnull" attribute
1723  159528 g_ptr_array_remove_range()
1724  307947 The check for growing stack pointer in configure can fail
1725  607016 docs should mention property notification order
1726  671557 Fun with integers and g_key_file_load_from_data()
1727  676761 don't use g_critical for a runtime error
1728  690525 g_file_replace_contents_async doesn't copy its @conten...
1729  691608 Support compilation with clang 3.2
1730  697585 g_variant_builder_add's doc example is leaking
1731  697828 g_hash_table_add() should return a boolean
1732  702862 gdbus-codegen : look for deps in default install path
1733  703522 Reference leak in GvariantBuilder documentation
1734  705902 g_get_current_dir() should check PWD env var and retur...
1735  708274 Added GObject Introspection annotations to genums.c
1736  710519 Portability schmortability
1737  710741 some mainloop instrumentation
1738  710983 Test failures on powerpc
1739  711047 Enable the build of the various test programs on Windo...
1740  711051 Add basic test for the GNotification gtk backend
1741  711088 gbacktrace: Don't close stderr when running gdb
1742  711103 gmessages: Add g_info macro for G_LOG_LEVEL_INFO
1743  711178 appinfo test problems
1744  711546 utf8: report allocation error
1745  711640 gdesktopappinfo: Rank Keywords matches higher than Gen...
1746  711751 Fix memory leaks in libglib tests
1747  711753 gthread-posix: Don't use gslice allocated GRecMutex
1748  711796 glib-tap.mk: fix to actually use the TAP driver
1749  711800 fix g_test_set_nonfatal_assertions()
1750  711801 giomodule: Allow overriding source directory gio modul...
1751  711805 gdbus-connection: Fix race condition in test
1752  711806 gtestdbus: Don't destroy GSource twice
1753  711807 gtestdbus: Properly close server connections
1754  711871 Broken and misleading configure check for growing stack
1755  712136 'O_CLOEXEC' undeclared (first use in this function)
1756  712148 Add system bus support to GTestDBus
1757  712171 gsettings.m4: @GSETTINGS_RULES@: Support srcdir != bui...
1758  712314 AIX port: splice(); major()/minor(); libtool library order
1759  712315 GSettings: More docs for deprecated _list_schemas()
1760  712393 gobject: Box GMappedFile
1761  712547 GSocketClient "event" not useful for determining resol...
1762  715164 Clang static analysis fixes
1763  719395 GPtrArray add g_ptr_array_insert
1764  719402 Crashes when startup
1765  719472 leak in generated proxy-side property-setter
1766  719687 fix or remove g_trap_object_ref
1767  719809 Signal connection ids are always > 0 if successful
1768  719837 gdbus-connection: Work around race in connection tests
1769  719884 Fix documentation typos in GTask and GCancellable examples
1770  719979 g_settings_get: check validity of format string
1771  720080 Truncating a GMemoryOutputStream to a larger size cause...
1772  720210 gdataset: Remove unused define
1773  720236 Allow clean simple use of g_test_trap_subprocess() 
1775 * Translations updates:
1776  Italian
1777  Lithuanian
1778  Simplified Chinese
1779  Spanish
1782 Overview of changes from GLib 2.39.0 to GLib 2.39.1
1783 ====================================================
1785  * GSettings fixes/improvements
1787    - GSettingsSchema API is now more powerful and consistent
1789    - new GSettingsSchemaKey API allows accessing metadata for keys:
1790      type, default value, range and the long-awaited support for summary
1791      and description
1793    - GSettingsSchemaSource gains support for listing schemas within a
1794      source.  Deprecate the global API that did this for the default
1795      source.
1797    - 'gsettings list-schemas' now works properly with --schemadir
1799    - deprecate a bunch of now-redundant functionality on GSettings
1801    - add API to GSettings for getting the default value of a key (as set
1802      by the sysadmin)
1804    - add API to GSettings for determining if the user has assigned a
1805      particular value to a key (ie: we are not just reading the default)
1807    - ignore qualified tags and attributes appearing in schema files
1809  * Applications/Actions
1811    - make GSimpleAction a bit more strict with respect to state changes
1812      that would violate the interface (ie: by changing the state type
1813      after construction)
1815    - throw an error when attempting to 'Describe' a non-existent action
1816      via D-Bus instead of returning a bogus description
1818    - throw an error when attempting to invoke unsupported methods on an
1819      Application (eg: 'Open' on an app that doesn't HANDLES_OPEN)
1820      instead of emitting a g_critical() in context of the app (which is
1821      not itself at fault for the errant call)
1823  * Appinfo
1825    - substantially rework GDesktopAppInfo to reduce the amount of disk
1826      accesses that are performed in common situations
1828    - add a new class: GAppInfoMonitor for discovering when applications
1829      are installed/removed
1831    - add a new g_desktop_app_info_search() API for searching for
1832      installed applications by name, keywords, etc.
1834  * GMarkup: add new G_MARKUP_IGNORE_QUALIFIED flag for skipping over
1835    "qualified" tags and attributes (those with a colon in the name, such
1836    as 'my:tag')
1838  * GDBus
1840    - ignore qualified tags, as above
1842    - GTestDBus: unset all D-Bus addresses (such as STARTER) to ensure
1843      that test programs don't pick them up
1845    - add new session_bus_run() convenience in the tests and use it
1847  * GRand: use real random data as a seed on win32 and use the
1848    timestamp/pid/uid fallback only on UNIX machines where we can't open
1849    '/dev/urandom'.  This may cause issues with older mingw32 releases
1850    due to a missing prototype for the rand_s() API.
1852  * Many win32 (and particularly MSVC) portability fixes.  Many
1853    additional tests are now runnable when building with MSVC.
1855  * Due to early testing of the (soon to land) GCleanup framework, a very
1856    large number of memory errors have been found and fixed (mostly in
1857    the testcases, but some in glib itself).
1859  * GIO:
1861    - some more seeking cleanups: particularly on GLocalFileInputStream
1863    - don't leave a .trashinfo file around if trashing a file fails
1865    - Add a request_certificate virtual method to GTlsInteraction
1867 Translations updated:
1868  Assamese
1869  Galician
1870  Greek
1871  Spanish
1872  Tamil
1874 Bugs fixed:
1875  635641 schema compiler should ignore unknown attributes
1876  637257 g_tls_client_connection_gnutls_retrieve_function needs to be able to block
1877  637956 GKeyfileSettingsBackend should ignore file deletions
1878  645453 keys from base schema missing from extended schema
1879  665634 g_dbus_node_info_new_for_xml() errors on unknown attributes in XML files
1880  668232 Unable to get description and summary for a key
1881  668233 Unable to determine if a key is set to the default / what the default value is
1882  680838 Need g_settings_schema_source_get_schemas()
1883  683017 API for accessing GSettings Schema metadata
1884  687185 org.gtk.Actions.Describe doesn't return an error for non-existing action names
1885  687202 If trashing fails, the ".trashinfo" file is not removed
1886  695558 The --schemadir option has no effect
1887  696424 GSimpleAction.state property is not right
1888  697348 GTestDBus should unset DBUS_STARTER_ADDRESS, DBUS_STARTER_BUS_TYPE
1889  710133 Emit backward compatible code with gdbus-codegen
1890  710691 glib-networking: locking during implicit handshake
1891  710738 GRand has lame fallback for Windows
1892  710859 Typo in gio docs
1893  710885 Two fixes for GApplication
1894  710962 error: 'F_DUPFD_CLOEXEC' undeclared (first use in this function)
1895  710964 Add g_hash_table_get_key_array()
1896  710991 test: g_debug messages shouldn't affect g_assert_expected_messages
1897  711016 g_settings_list_keys () segfaults for empty schemas
1898  711048 glocalfileinputstream.c allows skip past end of file
1899  711049 Fix build of GLib-GIO 2.39.x on Windows/MSVC
1900  711064 Adding child source to blocked source can cause a segfault
1901  711070 Copying a symlink over another one segfaults
1902  711099 gapplication test failure
1903  711520 GDesktopAppInfo: allow more than one level of legacy folder prefixes
1904  711556 Add GAppInfoMonitor
1905  711557 Add g_desktop_app_info_search()
1906  711600 trivial portability fix
1907  711632 The desktop-app-info test fails during make check
1908  711754 gmain: Fix use of uninitialized memory in sigaction structure
1909  711755 private: Use threading primitives correctly in private test
1910  711756 gthreadpool: Don't pass bad data to GThreadPool sorter
1911  711768 Fix memory leaks in libgmodule tests
1912  711775 utils: Don't free memory owned by glib in test
1913  711782 boxed: Fix double free in boxed unit tests
1914  711803 gsubprocess: Fix a number of leaks and a segfault
1915  711808 gtestdbus: Fix leak of GMainLoop 
1917 Overview of changes from GLib 2.38.0 to GLib 2.39.0
1918 ====================================================
1920  * prep for the 2.40 series (version macros, docs index, etc.)
1922  * GNotification
1924    - new API for sending persistent notifications via the desktop shell
1926    - notifications persist when the application has quit and clicking on
1927      them can restart the application with an action (via
1928      DBusActivatable)
1930  * GSubprocess
1932    - new API for launching subprocesses
1934    - nice GIO integration like async functions, cancellability, etc.
1936    - a convenient communicate() API inspired by the same API in Python
1938    - related: the gspawn API now has a CLOEXEC flag for the created
1939      pipes for stdin/stdout/stderr
1941  * New gapplication(1) commandline tool
1943    - intended to be used with DBusActivatable apps
1945    - can be used for launching apps, opening files, invoking application
1946      actions and listing apps and actions
1948    - bash tab completion is supported
1950  * GDesktopAppInfo changes:
1952    - g_file_get_path() can implicitly cause a FUSE mount so don't call
1953      it until we know we need it (for an app that doesn't support URIs)
1955    - don't crash when trying to load from a keyfile with
1956      DBusActivatable=true
1958    - remove some dead code, refactor the search path handling a bit and
1959      do a large-scale whitespace cleanup (prep work for the pending
1960      desktop file index)
1962  * File monitors
1964    - fix broken handling of mount point monitoring
1966    - remove some strange use of GObject::constructor() from the base
1967      class and inotify backend
1969    - fix GFileMonitor to work in the non-default main context even when
1970      the main context is not running (or is blocked)
1972    - add internal private API for easily creating a file monitor in the
1973      GLib worker thread
1975  * GSettings
1977    - g_settings_list_children: only list viable schemas.  This fixes a
1978      longstanding issue where 'gsettings list-recursively' will crash
1979      when there are invalid schemas installed
1981    - don't accept invalid paths on g_settings_new_with_path, etc.
1983  * GIO
1985    - GFile now has a thumbnail::is-valid attribute to check if the
1986      thumbnail in thumbnail::path needs to be regenerated
1988    - GDBusProxy now has a flag to control autostarting of services at
1989      construction time
1991    - for GSeekable, properly introduce the concept of "resizable" vs.
1992      "fixed-sized" streams in the docs, explaining the expected
1993      semantics of the interface in each case
1995    - fix some cases in GMemoryOutputStream that were violating the above
1996      expectations (which may cause a slight API incompatibility)
1998    - clean up GCredentials code and add support for Hurd and Solaris
2000    - improve splicing by using different codepaths for the case where we
2001      have real _read_async() and _write_async() implementations on the
2002      stream vs. the case where they are internally emulated (via
2003      dispatching the sync variant of the call in a thread)
2005  * GKeyFile
2007    - fix a leak in g_key_file_get_(u)int64 when we fail to parse the
2008      value as an integer
2010    - add long-requested API g_key_file_save_to_file()
2012  * Portability improvements
2014    - avoid using O_DIRECTORY on platforms that don't have it
2016    - be careful about systems that define SOCK_CLOEXEC but don't
2017      actually support it (like Hurd)
2019    - only use SA_RESTART if it exists
2021  * Other small API changes/additions
2023    - a pair of functions to support matching strings for the type of
2024      search functionality that you'd expect to have with things like
2025      GtkSearchBar.  This will also be used by the desktop file index.
2027    - g_str_is_ascii() with obvious purpose
2029    - g_test_expect_message() no longer appears to allow you to catch
2030      G_LOG_ERROR messages
2032  * GMainContext/GSource
2034    - fix handling of overflowing the 'next source id' counter
2036    - g_source_remove() will now throw a critical in the case that you
2037      try to remove a non-existent source.  We expect that there is some
2038      code in the wild that will fall afoul of this new critical but
2039      considering that we now reuse source IDs, this code is already
2040      broken and should probably be fixed.
2042    - simplify handling of the 'current dispatching source' to not
2043      require use of a linked list
2045  * GObject
2047    - the long-broken (and leaky) pattern of destroying a just-allocated
2048      object from inside of a custom GObject::constructor is now
2049      officially completely illegal and will abort the program
2051  * Unicode: update to 6.3.0
2053  * Bug fixes
2055    - g_file_copy() now falls back to pathname queryinfo.  This should
2056      clear up the bugs with copying from some GVfs backends (afp,
2057      gphoto, archive, at least).
2059    - fix an out-of-bounds read in the xdgmime code
2061    - fix a typo in the /org/freedesktop/DBus path on the object manager
2062      client
2064    - skip emitting path_namespace='/' in match rules in order to
2065      workaround a bug in the D-Bus daemon and fix our own implementation
2066      (which shared exactly the same bug)
2068    - fix crashes on precondition violations for GParamSpec constructors
2070    - many other small fixups (see bug list)
2072   * Many documentation improvements
2074 Bugs fixed:
2075  309224 g_key_file_save_to_file missing
2076  583321 QNX: no SA_RESTART
2077  661576 fix handling of constructors that destroy half-constructed objects
2078  672102 GSubprocess class
2079  684842 Seeks on GMemoryOutputStream don't have opaque semantics
2080  688492 Add a notification API
2081  691581 g_output_stream_real_splice_async doesn't use overriden read/write_async functions
2082  702516 gfileutils: Make -Werror=format-nonliteral happy
2083  704218 New gapplication(1) tool
2084  704593 g_setenv: on some systems (BSD, OSX…), setting a variable to NULL crashes the system
2085  704882 GLocalDirectoryMonitorClass mount_notify field is useless
2086  704887 file monitoring improvements
2087  705029 Support for Solaris credentials
2088  705688 g_settings_list_children: only list viable schemas
2089  706254 Afp backend cannot copy files
2090  707887 Attempting to create GObject Property with underscore prefix segfaults
2091  708042 gapplication: don't rely on cmdline being finalized immediately
2092  708265 add support for GNU/Hurd in GLib D-Bus Library
2093  708266 fix error code checks when SOCK_CLOEXEC is defined but not supported
2094  708529 xdgmime: valgrind warns about invalid reads
2095  708677 incorrect object path 'deskop' used in gio/gdbusobjectmanagerclient.c
2096  708714 Typo in docs of GLIB_VERSION_2_40 macro.
2097  708753 gdesktopappinfo: Call g_file_get_path() on demand
2098  708793 glib build fails with clang < 3.1: error: expected ';' after top level declarator
2099  708828 GDBusProxy: add the ability to call methods on non autostarted proxies
2100  708860 glib-2.38.0 doesn't build on Solaris 10
2101  708972 gnetworking.h in tarball screws up out-of-source builds
2102  709113 [PATCH] Main loop dispatch path has needless linked list
2103  709227 Update to unicode 6.3.0
2104  709301 goutputstream: Add clear warning about short writes to _write_bytes() and async version
2105  709326 GDesktopAppInfo crashes creating a DBusActivatable app without a filename
2106  709440 Fix overloading of "source" and "target" terminology in GBinding
2107  709615 Cannot use g_test_expect_message with g_error
2108  709753 Add helpers for string matches when using GtkSearchBar-like widget
2109  709898 Expose thumbnail validity in GFile attributes
2110  709966 Remove outdated documentation
2111  709994 Minor fix for HACKERS doc to direct hackers to proper help file
2112  709995 Obsolete makefile rules
2113  710002 G_MAXUINT may be assigned as duplicate source id
2114  710313 Memory leak in g_key_file_get_(u)int64 with invalid integer values
2115  710345 [Patches] Fix some redundant-decls
2116  710496 g_locale_to/from_utf8() doc updated.
2117  710625 g_file_error_from_errno: Remove unneeded breaks
2118  710666 Frame clock related bug fixes
2119  710724 gmain: Warn when g_source_remove() fails
2120  710726 Work around D-Bus bug with path_namespace='/' match rules
2122 Translations:
2123  Assamese
2124  Brazilian Portuguese
2125  Indonesian
2126  Russian
2127  Tamil
2128  Traditional Chinese
2130 What's new in Glib 2.38
2131 ========================
2133  * Application support
2135   - GIO now provides an implementation of Desktop Actions from the
2136     desktop entry specification
2138   - GApplication now implements the org.freedesktop.Application
2139     interface as per the desktop entry specification, allowing for
2140     standards-based D-Bus launching of GLib-based applications
2142   - GDesktopAppInfo now supports DBusActivatable as per the desktop
2143     entry specification, allowing GLib-based applications to use D-Bus
2144     to launch other applications
2146   - GApplication now has a "busy" flag that can be set on an application
2147     to allow the shell to show that it is busy
2149  * GObject
2151   - the private offset for a given class type is now always constant.
2152     This was done by reorganising the memory layout of instances so that
2153     the private data comes before the "official" pointer for the object
2154     (ie: at a negative offset).  Valgrind macros were added to mitigate
2155     any problems that this may have caused.
2157   - a new G_DEFINE_TYPE_WITH_PRIVATE has been added along with a
2158     generated function *_get_instance_private() that can now serve as an
2159     equally-performing alternative to ->priv pointers in instances
2160     (allowing memory savings)
2162   - new G_PRIVATE_FIELD, G_PRIVATE_FIELD_P and G_PRIVATE_OFFSET macros
2163     provide a convenient method of converting between named variables in
2164     private structures and their (now constant) offsets
2166   - installing properties on a GObjectClass must now be done from
2167     class_init.  It is no longer valid to install them after class_init
2168     has returned.
2170   - it is now possible to manually break a GObject property binding
2171     without destroying one of the objects involved
2173  * Icons
2175   - the requirements for implementing the GIcon interface have changed
2176     in order to make it possible to consume all implementations of GIcon
2177     with a finite number of cases
2179   - a new GBytesIcon type was added for an icon represented by an
2180     in-memory binary blob in a known image format (ideally png).
2182   - new APIs g_icon_serialize() and g_icon_deserialize() replace the old
2183     to/from_string APIs and will always work, irrespective of which
2184     types have been initialised in the calling process, allowing for a
2185     serialised GdkPixbuf to be deserialised in a process that doesn't
2186     have GdkPixbuf
2188   - support for icons has been added to GMenuModel using the new APIs
2190  * Actions and menus
2192   - GPropertyAction provides a convenient way of creating a stateful
2193     property corresponding to a property on a GObject, such as the
2194     "visible-child-name" property of a GtkStack
2196   - new API g_menu_remove_all()
2198   - we now have established rules about what is a "valid" action name
2199     and an API to check them
2201   - a new API for converting detailed action names to and from the
2202     split-out name and parameter value (as GVariant)
2204   - for backwards compatibility, invalid action names can still be used
2205     with most functions, but this is not recommended
2207  * Other GIO
2209   - GDBus now supports services that wish to handle some of all
2210     properties on an interface asynchronously, without requiring the
2211     service to reimplement the entire org.freedesktop.DBus.Properties
2212     interface
2214   - GFile now has a new _measure_disk_usage() (and async) API for
2215     recursively determining the amount of disk space used by a
2216     particular directory (akin to 'du').
2218   - asynchronous version of g_file_trash() and g_file_make_directory()
2219     have been added
2221  * Other new API
2223   - GRegex has a new function to query the maximum lookbehind length to
2224     allow for regexp matching on streams
2226   - GVariant has two new APIs for constructing strings that allow
2227     avoiding copies in some cases: g_variant_new_take_string() and
2228     g_variant_new_printf()
2230  * Testing
2232   - we can now generate TAP output
2234   - new support functions for simplifying the process of dealing with
2235     data files for srcdir != builddir and installed test cases
2237   - g_test_trap_subprocess() provides a portable alternative to
2238     g_test_trap_fork()
2240  * Other
2242   - GLib now builds on Android against the bionic C library
2244 Overview of changes from GLib 2.37.93 to 2.38.0
2245 ================================================
2247 * fix the documentation for GSourceFuncs
2249 * fix compilation on OS X/ppc64
2251 Bugs fixed: 708445, 647145
2253 Translations updated:
2254  Danish
2255  French
2256  Portuguese
2257  Punjabi
2259 Overview of changes from GLib 2.37.92 to 2.37.93
2260 ================================================
2262 * a couple of bugfixes in the new g_file_measure_disk_usage() API
2264 * updated Traditional Chinese translation
2266 Overview of changes from GLib 2.37.7 to 2.37.92
2267 ===============================================
2269 * new API g_file_measure_disk_usage() similar to du(1)
2271 * minor fixes
2273 * Translation updates:
2274  Assamese
2275  Belarusian
2276  Brazilian Portuguese
2277  Catalan
2278  Czech
2279  Galician
2280  German
2281  Hungarian
2282  Indonesian
2283  Italian
2284  Korean
2285  Korean
2286  Latvian
2287  Lithuanian
2288  Polish
2289  Serbian
2290  Slovenian
2291  Spanish
2293 Overview of changes from GLib 2.37.6 to 2.37.7
2294 ==============================================
2296 * GDateTime now supports %:z formatting variations
2297   for timezones. This is a GNU date extension.
2299 * Bugs fixed:
2300  685387 Segfault with GObject.signal_handler_is_connected()...
2301  686786 g_socket_get_available_bytes() returns wrong value ...
2302  705027 GSocket GSource not threadsafe on Windows
2303  706469 Fix G_DEFINE_ABSTRACT_TYPE_WITH_PRIVATE documentation
2304  706706 Fix Gir annotations on g_loadable_icon_load_finish
2305  706888 gtype: fix a no-op assertion
2306  706958 configure.ac: fix atomic opts detection
2307  707092 "File Utilities" page for GLib documentation doesn'...
2308  707151 gdatetime: Extend the '%z' timezone format
2310 * Translation updates:
2311  Catalan
2312  Hungarian
2313  Japanese
2314  Polish
2315  Slovak
2316  Tamil
2319 Overview of changes from GLib 2.37.5 to 2.37.6
2320 ==============================================
2322 * Tests using the g_test facilities can now generate TAP output
2324 * Bugs fixed:
2325  680926 generic type fallback logic is broken for -symbolic
2326  684327 setting null icon to icon list
2327  689245 GSocket unable to reuse (address,port) on Mac OS X
2328  692125 Support TAP as GTest output format
2329  693335 build: fix dtrace-related warnings
2330  696633 gdbus-codegen trips over unicode chars when using python 3.x
2331  696970 Compiling 2.36.0 for win64 fails
2332  697185 GSocket – Allow specifying the multicast interface from...
2333  700268 Add support for using the clang analyzer
2334  701318 Add G_SPAWN_DEFAULT to GSpawnFlags
2335  701529 glib/tests/gdatetime: use UTC time in test_GDateTime_diff()
2336  701800 a new approach to reporting critical errors
2337  702674 g_date_time_new_utc crash
2338  704165 GLib.IOChannel read_unichar() fails
2339  705075 Simplify g_get_tmp_dir()
2340  705152 Race in glib/task.test
2341  705398 gtype: Fix typo in g_type_class_add_private() error message
2342  705570 Check ref_count in g_object_notify_by_pspec
2343  705600 Deprecate GSimpleActionGroup functions?
2345 * Updated translations:
2346  Assamese
2347  Brazilian Portuguese
2348  Czech
2349  Dutch
2350  Galician
2351  Gujarati
2352  Hebrew
2353  Italian
2354  Lithuanian
2355  Marathi
2356  Norwegian bokmål
2357  Russian
2358  Slovenian
2359  Spanish
2360  Thai
2361  Traditional Chinese
2364 Overview of changes from GLib 2.37.4 to 2.37.5
2365 ==============================================
2367 * Implement the Desktop Action specification: In the case that the
2368   application is a GApplication and DBusActivatable, actions from the
2369   desktop file are translated into GActions that have been added to
2370   the  application with g_action_map_add_action().
2372 * GPropertyAction is a new type of GAction that represents the value
2373   of a property on an object, and allows to change the value when
2374   activated.
2376 * GNetworkMonitorNetlink can now handle default routes via a device.
2378 * The gsettings tool now reports failure to write a key (e.g. because
2379   the key was locked down)
2381 * Miscellaneous new api:
2382  - g_variant_new_printf
2383  - g_action_print_detailed_name
2384  - g_regex_get_max_lookbehind
2386 * Bugs fixed:
2387  664444 Support additional application actions in .desktop files
2388  684123 glib build only tries -D_GNU_SOURCE if glibc is detected
2389  689794 support incremental matching
2390  699259 add org.freedesktop.Application support to GIO
2391  700460 rewrite tests to not rely on precise timing of timeouts
2392  701511 updates to various GSource types
2393  701609 gnetworkmonitornetlink: handle default route via device
2394  703270 add GPropertyAction
2395  704157 GAction: add function for printing detailed names
2396  704250 Doc: various fixes
2397  704267 regression gsourceclosure: segfault in gedit file chooser
2398  704322 glib-unix: fix handling of multiple signal source for the...
2399  704424 No error when failing to override a locked key
2400  704447 Fix build/use of g_child_watch_closure_callback on Windows
2401  704523 g_thread_create_full() can dereference NULL pointer
2402  704543 Add implementations for G_GNUC_*_IGNORE_DEPRECATIONS for ...
2403  704567 gdbusnameowning: Don't spew an error if we're releasing a...
2404  704585 libc printf can give mixed-case strings for NaN and Inf
2405  704587 FTBFS: statfs_result is undeclared for statvfs()
2406  704699 gmain: Reset signal handlers to default when source is
2407  704704 AI_NUMERICSERV cannot be used with ai_socktype = 0
2408  704873 inotify: don't assume mainloop is running
2409  704999 glib/convert.test crashing due to lack of iconv cache
2410  704931 GMenuModel: add annotations to virtual functions
2412 * Translation updates:
2413  Assamese
2414  Czech
2415  German
2416  Gujarati
2417  Spanish
2418  Tamil
2421 Overview of changes from GLib 2.37.3 to 2.37.4
2422 ==============================================
2424 * Bugs fixed:
2425  701283 g_source_add_child_source() segfault
2426  702147 inconsistency of G_STRFUNC
2427  703191 new private macros interact poorly with versioning macros
2428  703254 Doc: various fixes
2429  703407 g_spawn_async() keeps child_pid_report_pipe open in child process
2430  703437 GDBusConnection: be more careful with async GetAll
2431  703478 Missing G_BEGIN/END_DECLS in gsettingsschema.h
2433 * Translation updates:
2434  Catalan
2436 Overview of changes from GLib 2.37.2 to 2.37.3
2437 ==============================================
2439 * add a new API for instance private data: G_DEFINE_TYPE_WITH_PRIVATE
2441 * fix timestamps in tarball to prevent automake from being required to
2442   build the unmodified source
2444 * add new D-Bus API for async property handling
2446 * add back fsync() on ext4 for g_file_set_contents() after it was
2447   discovered that despite statements in the ext4 documentation
2448   suggesting that this is safe, it is not safe.
2450 * Translations:
2451  Italian
2452  Norwegian bokmål
2454 * Bugs fixed:
2455  698375 - D-Bus async properties
2456  700350 - timestamp issue
2457  701560 - fsync issue (fixed again)
2458  700035 - new API for instance private data
2460 Overview of changes from GLib 2.37.1 to 2.37.2
2461 ==============================================
2463 * The GLib test utilities have grown some file-related APIs
2464   to support tests that can be used installed and uninstalled.
2466 * Installing properties after class initialization is deprecated,
2467   and will trigger a warning.
2469 * GApplication:
2470  - Support org.freedesktop.Application, including D-Bus activation
2471    from desktop files
2472  - Set prgname to appid for services
2474 * Bugs fixed:
2475  549783 gtester lacks framework for tests with data files
2476  692848 Fix property example in gobject tutorial
2477  698018 Add an explicit g_binding_release()
2478  698614 GObject: prevent installing properties after init
2479  699259 add org.freedesktop.Application support to GIO
2480  699959 g_file_copy(): Ensure we create private files by default
2481  700123 Test failure: g_inet_socket_address_get_scope_id
2482  700725 GIcon: NULLify the `type' out param in the sync methods too
2483  701401 gtest: add function for testing for WINE
2484  701456 Error in gnome/glib/gio/tests/file.c
2485  701474 Error building glibmm due to extra comma in glib/gtestutils.h
2486  701560 various improvements for g_file_set_contents()
2487  701680 GFileEnumerator: Add some documentation about ordering
2488  701878 Check wakeup() before iteration(TRUE) doesn't block
2490 * Translations:
2491  Assamese
2492  Czech
2493  Galician
2494  Gujarati
2495  Kannada
2496  Marathi
2497  Odia
2498  Polish
2499  Slovenian
2500  Spanish
2501  Telugu
2504 Overview of changes from GLib 2.37.0 to 2.37.1
2505 ==============================================
2507  * add support for installed tests:
2508    https://live.gnome.org/GnomeGoals/InstalledTests
2510  * add a new g_test_trap_subprocess() that works on Windows as a
2511    replacement for the (now deprecated) g_test_trap_fork()
2513  * support for explicitly cancelling a gobject property binding
2515  * performance improvements for signal argument handling
2517  * stop using `quotes' in very many log messages generated by GLib, for
2518    favour of 'this style'.  This may cause testcases in other packages
2519    to fail if they were matching on the previous text.
2521  * improve manpages: add missing arguments and flags
2523 Translations: 
2524  Aragonese
2525  Assamese
2526  Gujarati
2527  Hindi
2528  Kannada
2529  Norwegian bokmål
2530  Odia
2531  Slovenian
2532  Spanish
2533  Tamil
2534  Telugu
2536 Bugs fixed:
2537  679683 replace g_test_trap_fork()
2538  694380 Improve signal argument collection performance
2539  695233 Strings require plural forms
2540  697849 spelling fixes in cross.xml and running.xml
2541  698877 GProxyAddressEnumerator calls g_network_address_parse_uri without port
2542  698981 [PATCH] test /gdbus/connection/large_message could hang forever
2543  699079 Prototype support for installed tests
2544  699485 [PATCH] tests/mappedfile: Also handle ENOMEM
2545  699493 SOCKS5 proxy code crashes if it cannot authenticate
2546  699500 gbitlock: fix this to not unconditionally use futex emulation
2547  699779 [PATCH] G_GNUC_FORMAT: documentation error
2548  700263 m4macros/glib-gettext.m4: Don't use AC_HEADER_STDC
2549  700714 [PATCH] gtestutils: Ensure test subprocesses don't dump core
2550  700746 Use 'dumb quotes' rather than `really dumb quotes'
2552 Overview of changes fron GLib 2.36.0 to 2.37.0
2553 ==============================================
2555 * The syntax for detailed action names has been documented,
2556   and a parser API for them is now provided
2558 * GApplication has gained a busy state. This feature is intended for
2559   clients that want to signal a desktop shell their busy state, for
2560   instance because a long-running operation is pending.
2562 * GLib can now be built with the bionic C library
2564 * GIcon can now be serialized to a GVariant
2566 * Bugs fixed:
2567  548353 Finish implementing GFile interface (mostly asynchron...
2568  645881 Full port of glib-2.28.1 onto Android-ARM
2569  665445 Glib mistakes nl_langinfo() from plibc for the real t...
2570  672018 Need API to set global application state (busy, count...
2571  687659 drop support for adding interfaces after class_init
2572  688820 GIcon is a bad interface
2573  688954 extend 'detailed action' syntax, provide parser
2574  689223 Fix compilation on Android with the bionic C library
2575  695156 Add support for arg0namespace matching in signal_subs...
2576  696108 gdbus-codegen: avoid warnings in generated code
2577  696629 fix sed(1) usage
2578  696652 GTask won't free its error member variable on finalize
2579  696857 GThreadedResolver: set an error if no records could b...
2580  696973 Compiling 2.36.0 for win64 fails in gdbusmessage.c
2581  697131 No --version
2582  697160 [PATCH] gmacros: Mark G_UNAVAILABLE() functions as de...
2583  697229 Custom Interface implementations will be broken with ...
2584  697250 Documentation glitch of G_DEFINE_TYPE_EXTENDED causes...
2585  697365 Fix usage of hasmntopt in gunixmounts.c
2586  697367 Remove warning on gio/gunixmounts.c
2587  697386 Except const argument with atomic is not lock free
2588  697595 g_main_context_unref unlocks a mutex twice
2589  697601 reduce GMenuModel D-Bus traffic
2590  697626 Allow posix threads to be used on w32
2591  697652 Help options generated even when help disabled
2592  697771 fix a typo of "fo" to "of" in building.xml
2593  697887 GVariant: fix transfer annotation
2594  697942 abicheck.sh fails on mips
2595  698056 rewrite g_object_new()
2596  698081 Pidgin hangs in g_spawn_command_line_sync
2597  698455 GVariant: add new g_variant_new_take_string() API
2598  698457 g_variant_get_data_as_bytes() always returns toplevel...
2599  698478 gactionmap: don't require GActionGroup
2600  698595 the valgrind/priv-before-instance bug
2601  698655 desktop-app-info test relies on true being in /usr/bin/
2602  698686 GUnixSocketAddress: fix construct parameter issue
2603  698716 Use of g_mem_set_vtable() breaks after gobject automa...
2604  698999 bytesicon: fix a memory leak
2605  699001 bytesicon: don't use g_object_unref() on GBytes
2606  699361 gio: fix small leak
2608 * Translation updates:
2609  Assamese
2610  Gujarati
2611  Hungarian
2612  Italian
2613  Kannada
2614  Norwegian bokmål
2615  Polish
2616  Spanish
2617  Tamil
2620 Overview of changes fron GLib 2.35.9 to 2.36.0
2621 ==============================================
2623 This release contains only small bugfixes and translations updates.
2625  - g_file_copy(): fix bug where attributes were not applied properly to
2626    the destination file
2628  - fix some 'available since' annotations
2630  - fix gdbus-codegen to produce more pedantically-correct code
2632 * Bugs fixed:
2633  696108 gdbus-codegen: avoid warnings in generated code
2634  696014 g_file_copy(): Ensure G_FILE_COPY_OVERWRITE preserves permissions
2636 * Translations updated:
2637  Basque
2638  Czech
2639  Gujarati
2640  Hindi
2641  Hungarian
2642  Japanese
2643  Malayalam
2644  Marathi
2645  Odia
2646  Punjabi
2647  Russian
2648  Tadjik
2649  Tamil
2650  Telugu
2652 Overview of changes from GLib 2.35.8 to 2.35.9
2653 ==============================================
2655 This release drops the old codepage ABI from gutils.c. This is a
2656 source-compatible change and only breaks ABI with respect to truly
2657 ancient binaries (and those binaries are already broken for other
2658 reasons).  This change only affects Windows.
2660 * Bugs fixed:
2661  682896 glib doesn't build on mingw32
2662  693204 split up g_get_{hostname,username,realname,home_dir} etc.
2663  694181 Handle GNetworkAddress better in g_network_monitor_base_...
2664  694253 occasional /gdbus/unref-pending test failure
2665  694350 Add type names to gsignal warnings
2666  694757 Use separate GLIB_WARN_CFLAGS that can be overridden ext...
2667  568405 Which is the correct replacement for g_strncasecmp, if...
2668  630284 g_hash_table_get_keys docs
2669  659428 docs: Small clean-up of howto subsection headers
2670  675333 Cannot forget association in Open With dialog: program...
2671  694669 consider unicode corrigendum #9
2672  694843 g_base64_decode_step () produces invalid data
2673  695147 Don't use PATH_MAX as it's not guaranteed to be defined
2674  695191 Commit f641699 broke /appinfo/mime/api test case
2675  695339 Swapped msgid plural forms for translation
2676  695376 GDBusMethodInvocation leak and potential crash
2677  695425 Untranslatable message in gsettings-tool
2678  695887 Improvements to GObject API documentation
2679  695925 GUINT32/64_SWAP_LE_BE macros do not enclose val argume...
2680  696015 PATCH Add doc warning to g_base64_decode()
2682 * Translation updates:
2683  Assamese
2684  Belarusian
2685  Brazilian Portuguese
2686  Catalan
2687  Catalan (Valencian)
2688  Danish
2689  French
2690  Galician
2691  German
2692  Greek
2693  Gujarati
2694  Italian
2695  Korean
2696  Latvian
2697  Lithuanian
2698  Polish
2699  Portuguese
2700  Punjabi
2701  Serbian
2702  Simplified Chinese
2703  Slovak
2704  Slovenian
2705  Spanish
2706  Thai
2707  Traditional Chinese
2708  Uyghur
2709  Vietnamese
2712 Overview of changes from GLib 2.35.7 to 2.35.8
2713 ==============================================
2715 This release contains one major change that may cause problems: type
2716 modules are now never unloaded.  This is implemented by (effectively)
2717 leaking the last reference on dynamic types.  Some testcases that check
2718 for unloading of types have been observed to be broken by this change,
2719 but we know of no actual cases of "real code" breaking.  Please report
2720 any problems.
2722 Other changes:
2723  * A couple of build fixes for Solaris
2724  * Fix signal emission for GDBusObjectManagerClient
2725  * annotations fixes
2726  * new API: g_dbus_address_escape_value()
2727  * GSocketClient: add proxy-resolver property
2728  * GSimpleProxyResolver: new simple GProxyResolver class
2729  * documentation fixes
2730  * gnetworkaddress: preserve IPv6 scope ID in IP literals
2732 Bugs fixed:
2733  691105 Allow GSocketClient to override GProxyResolver for per client proxy settings.
2734  692827 configure test fails for arpa_nameser.h
2735  692829 new Btrfs support causes build failure on Solaris
2736  693285 GDBusObjectManagerClient: won't emit object-added|removed if name-owner arrives later
2737  693502 Cross-compiling documentation: typo (np -> no)
2738  693673 add g_dbus_address_escape_value()
2739  693694 gio: Fix annotations on g_[async_]initable_new() and friends 
2741 Translations:
2742  Dutch
2743  Galician
2744  Polish
2745  Serbian
2747 Overview of changes from GLib 2.35.6 to 2.35.7
2748 ==============================================
2750 This is a quick follow-up release with a few bug fixes.
2752 * Fix the build on systems with strict linkers by adding -pthread back
2753   to the LDFLAGS for a testcase.
2755 * Re-enable native atomic operations on some buggy versions of clang
2756   that ship as part of the MacOS X SDK.
2758 * Make G_IO_FLAG_IS_WRITEABLE an enum again (the #define broke bindings)
2760 * a small docs fix
2762 * Bugs fixed:
2763  657045
2764  636683
2765  682818
2766  693105
2768 * Translations:
2769  Italian
2771 Overview of changes from GLib 2.35.4 to 2.35.6
2772 ==============================================
2774 * GUnixFdSource is a new way to add file descriptors
2775   to the mainloop
2777 * g_source_set_ready_time lets you mark a source to become
2778   ready at a specified monotonic time
2780 * The internal visibility handling of GLib has been reworked
2782 * GFileMonitor will now automatically use fam instead of inotify
2783   if $HOME is on NFS
2785 * The file monitor implementation can now be overridden with
2786   the GIO_USE_FILE_MONITOR environment variable
2788 * Bugs fixed:
2789  570572 2 make check errors on
2790  592211 No monitoring over NFS mounts
2791  625552 wrong behaviour of GVolume GVolumeMonitor related func...
2792  657729 modernise GMainLoop
2793  658020 GSource for a single GPollFD
2794  678223 g_mutex_free
2795  682560 leak fixes
2796  682819 EINTR-harden all the things
2797  684404 When using g_network_address_address_enumerator_next()...
2798  686853 new GSource fd API
2799  688169 G_DISABLE_DEPRECATED doesn't cover deprecated/gthread....
2800  688681 build: Make .symbols file canonical on all platforms
2801  690118 Crash when closing last tab of a window using Ctrl-w
2802  691624 glib/gtester.c: missing include
2803  691812 gioinputstream - give task as callback_data not task_data
2804  691866 fails out of source build directory - gnetwork.h not f...
2805  692029 Add new API checking utility
2806  692034 Install an invalidation notifier for GClosure in g_sou...
2807  692058 Broken makefile for gio tests
2808  692079 build failure in gmarkup.c when using gcc 4.8 and buil...
2809  692201 inotify: fix a memleak
2810  692202 gfile: don't report completion twice on g_file_load_co...
2811  692229 Incorrect string formatters in a translation string
2812  692332 GNetworkMonitorNetlink: make the netlink socket cloexec
2813  692360 possibly non-threadsafe code in g_content_type_guess()?
2814  692404 tester: Use FD_CLOEXEC when creating pipes
2815  692408 nautilus SIGSEGV in g_file_info_get_size()
2816  692544 [PATCH] gfile: Ensure we create internal pipe with FD_C...
2817  692583 atomic get doesn't accept a const argument on architect...
2818  692618 Use g_timeout_add_seconds
2819  692815 Using g_hash_table_insert() when using a hash table as ...
2820  692865 Invalid docbook generated by gdbus-codegen
2821  692928 Document G_MENU_{ATTRIBUTE,LINK}_*
2823 * Translation updates:
2824  Hebrew
2825  Kannada
2826  Lithuanian
2827  Norwegian bokmål
2828  Polish
2829  Serbian
2830  Slovenian
2831  Spanish
2832  Uyghur
2835 Overview of changes from GLib 2.35.3 to 2.35.4
2836 ==============================================
2838 * New features:
2839  - New API: g_get_num_processors
2840  - New API: g_application_command_line_get_stdin
2841  - New GFileMonitor flag: G_FILE_MONITOR_WATCH_HARD_LINKS
2842  - Parse more timezone offset formats
2843  - Better timezone support on Windows
2844  - Make GParamSpec constructors introspectable
2846 * Removed or deprecated features:
2847  - Disallow adding interfaces after class_init
2849 * Bug fixes:
2850  532815 gio + inotify support for hardlinks
2851  614930 add g_get_num_processors (), return the max concurrent...
2852  626497 Btrfs clone/reflink ioctl support in g_local_file_copy
2853  633117 glib fails stests if /etc/localtime is not properly set
2854  661767 merge/improve various bits of run-in-thread functionality
2855  668210 Add g_application_command_line_get_stdin()
2856  675856 Use GDbus via gobject-introspection instead dbus-python
2857  684103 make glib work with python3
2858  684723 run-assert-msg-test.sh fails
2859  686058 OpenBSD: disable ipv6_v4mapped test
2860  686128 GTimeZone should be able to parse POSIX format for...
2861  687223 cleverer GThreadPool management
2862  687659 drop support for adding interfaces after class_init
2863  687920 GCredentials should have an accessor for the process ID
2864  688681 build: Make .symbols file canonical on all platforms
2865  688829 Variable overflow in utils.c test on 32-bit machine
2866  689324 Variable scoping in gunixmounts.c
2867  689810 Include guard optimization
2868  690043 Broken link for gsettings tutorial: gnome-utils in...
2869  690084 gmarkup: Make GMarkupParseContext a boxed type
2870  690388 Check if CMSG_FIRSTHDR() returns NULL when there is...
2871  690538 gschema DTD is invalid
2872  690543 Add test coverage for testing in-tree DBus services...
2873  690670 local_command_line not introspectable/annotated
2874  690902 G_END_DECLS needs to be at the end of gutils.h
2875  690970 Unhelpful deprecation message for g_value_array_get_nth
2876  691001 building docs is broken on master branch
2877  691011 Automake-1.13 errors on obsolete AM_PROG_CC_STDC
2878  691077 gio-querymodules crashes with SIGSEGV
2879  691110 g_cond_wait() docs incomplete
2880  691489 Crash in Oscars 2013 page
2881  691558 Only check for .hidden files if standard::is-hidden...
2882  691608 Support compilation with clang 3.2
2884 * Translation updates:
2885  Assamese
2886  Bulgarian
2887  Estonian
2888  Galician
2889  Greek
2890  Hebrew
2891  Norwegian bokmål
2892  Polish
2893  Slovak
2894  Slovenian
2895  Spanish
2896  Tamil
2899 Overview of changes from GLib 2.35.2 to 2.35.3
2900 ==============================================
2902 * This release contains an incompatible change to the g_get_home_dir()
2903  function. Previously, this function would effectively ignore the HOME
2904  environment variable and always return the value from /etc/password.
2905  As of this version, the HOME variable is used if it is set and the
2906  value from /etc/passwd is only used as a fallback.
2908 * We now install a public "gnetworking.h" header that can be used to
2909  include the relevant OS-dependent networking headers. This does not
2910  really abstract away unix-vs-windows however; error codes, in
2911  particular, are incompatible.
2913 * Bugs fixed in this release:
2914  142568 Allow $HOME to override passwd entry if the user really wants
2915  587806 The file selector should honor .hidden files
2916  602715 [GChecksum] Please add support for SHA512
2917  623187 provide some support for arbitrary setsockopt()s?
2918  629301 .goutputstream files left behind when cancelling I/O
2919  652650 Optimize GDBusMessage serialization
2920  664627 /gapplication/basic test intermittently fails: cmdline re-or...
2921  675516 Win32: Don't start a DBus server when built as static library
2922  679683 replace g_test_trap_fork()
2923  684145 Current Git sources fails to cross-compile for Windows in Li...
2924  686895 file-info: catch thumbnail files in large directory as well
2925  687092 IPv6 <-> IPv4 mismatch when subscribing to multicast (send)
2926  688180 GObject: Minor error in description of floating reference
2927  688319 gthread: add missing AVAILABLE_IN_2_32 annotations
2928  688377 configure: add missing square bracket in AS_IF for memmove
2929  688419 gtask: source_object arguments and return values not annota...
2930  688497 AppInfo: Add sufficient api to port gnome-session from Egg...
2931  688681 build: Make .symbols file canonical on all platforms
2932  688704 Add boxed GType for GThread
2933  688886 Improve the i18n documentation
2934  688931 GMemoryOutputStream: Add new _resizable() constructor usab...
2935  689037 need helper for creating a GFile from a remote commandline...
2936  689377 Fix a compiler warning in GDBus
2937  689538 Source object tag set too late in gsocketlistener
2938  689800 Treat lost+found directory as a hidden file
2939  689847 Add fast repeated typename -> GType resolver
2940  689982 Make GChecksum more fully introspectable
2941  690069 g_unix_open_pipe: Add missing F_SETFD
2942  690083 gfileenumerator: Add a g_file_enumerator_get_child method
2943  690163 Add a pre-configured gio/gnetworking.h for Visual C++ builds
2944  690346 Remove an unneeded escaping in NAMESER_COMPAT_INCLUDE
2945  690348 Fix g_type_add_class_private() name in g_warning
2947 * Translation updates:
2948  Assamese
2949  Galician
2950  Hebrew
2951  Hindi
2952  Kannada
2953  Odia
2954  Polish
2955  Spanish
2958 Overview of changes from GLib 2.35.1 to 2.35.2
2959 ==============================================
2961 Note that the incompatible change to the ->constructed() vfunc that was
2962 made in the last unstable release (2.35.1) has been reverted due to
2963 causing regressions in applications.
2965 A new incompatible change has been introduced in this version: it is no
2966 longer permitted to add interfaces to a class after the first
2967 instantiation (or more strictly: after g_type_class_ref()).  Bug #687659
2968 is tracking this.
2970 Two private symbols (g_menu_{attribute,link}_hash_iter_get_type) which
2971 were accidentally exported have also been properly hidden.  This may
2972 cause some tools to issue warnings about ABI mismatch.
2974 The remaining changes should be relatively harmless: 
2976  * GIO now has kqueue support for GFileMonitor (BSDs, Mac OS)
2978  * New g_variant_new_from_bytes() API
2980  * UNIX signal sources now allow watching SIGUSR1 and SIGUSR2
2982  * Many pedantic cleanups to adhere to a higher level of -W use
2984  * GTask changes to avoid a deadlock
2986  * many cleanups/fixes for Windows
2988  * Boxing for GPollFD, GIOChannel, GBytes, GByteArray
2990  * Fix URL-encoding of trashed files
2992  * Many other docs and annotations fixes
2994 Translations:
2996  Galician
2997  Gujarati
2998  Lithuanian
2999  Serbian
3000  Slovak
3001  Slovenian
3003 Bugs closed:
3005  649302 Add support for GNU/FreeBSD
3006  668842 [GSocket] Add caching for the sender address in g_socket_receive_from()
3007  672924 Add annotations for g_filename_from_uri()
3008  673229 glib: Use Returns:, not @returns
3009  677062 (partial) GVariant: Make g_variant_new_from_bytes() public, add more GBytes API
3010  686185 g_date_time_format Transcoding Fails on OSX      
3011  686191 g_mutex_get_impl() should use g_atomic_pointer_get()
3012  686797 Box GPollFD to make it introspectable
3013  686810 [regression] Infinite wait in g_task_run_in_thread_sync()
3014  686822 possible dlopen()/dlclose() issue with automatic g_type_init()
3015  686839 mkinstalldirs: Move to glib-mkinstalldirs
3016  686895 file-info: catch thumbnail files in large directory as well
3017  686898 g_unix_signal_source_new: Allow SIGUSR1 and SIGUSR2
3018  686920 gdbus: Allow GDBusObjectManagerClient to work on peer connections
3019  686921 Remove some of the repetition from gio/tests/Makefile.am
3020  687075 g_spawn_sync diagnostic incorrectly complains about SIGCHLD
3021  687089 g_dbus_connection_export_menu_model(): fix a crash
3022  687098 Repeated g_timeout_add* use can lead to guint overflow
3023  687385 Add some stricter CFLAGS, fix up the code
3024  687441 ABI break in master: g_menu_attribute_hash_iter_get_type, g_menu_link_hash_iter_get_type removed
3025  687516 typo in string: KB should be kB
3026  687540 In Trash folder, Nautilus misinterprets "\n" in filename as a line break
3027  687541 GSignalQuery param_types field needs array annotation
3028  687600 gfileutils.c performs invalid cast of (varargs) open to non-vararg type
3029  687698 plural forms needed
3030  687700 ending spaces
3031  687742 Add support for internal linkage to glib-compile-resources
3032  687801 tests/buffered-input-stream: Fix size of parameter passed
3033  688109 win32 warning/error fixes
3034  688255 'make check' regressed in 138f4c1 because GMarkup error messages changed
3035  688338 [PATCH] gobject/gtype.c: Fix spelling of »exceed«
3036  688370 GDBusError documentation improvement for client-side
3037  688378 g_socket_join_multicast_group not working
3038  688518 gio-kqueue: use O_EVTONLY on MacOS
3042 Overview of changes from GLib 2.34.0 to 2.35.1
3043 ==============================================
3045 These two changes in particular may be slightly incompatible.  Please
3046 give feedback if they cause trouble:
3048   * Signal handlers connected with g_signal_connect_object() are now
3049     automatically disconnected on target object destruction
3051   * The ->constructed vfunc is now called after all properties are set
3053 The remaining changes should not cause problems.
3055   * g_type_init() is no longer necessary and has been deprecated
3057   * GTask (the new GAsyncResult implementation) has landed 
3059   * GLib version macros updated
3061   * Update to Unicode 6.2
3063   * Thread safety fixes for GFileMonitor in non-default main contexts
3065   * GTimeZone support for old-format zoneinfo database (as on Mac OS)
3067   * g_settings_bind() now works with non-canonical property names
3069   * Fix crashes related to NULL connection passed to
3070     GBusNameVanishedCallback and document this situation
3072 * Bugs fixed:
3073  118536 Make g_signal_connect_object'ed handlers disconnect when the data object is destroyed
3074  661767 merge/improve various bits of run-in-thread functionality
3075  682950 GFileMonitor crashing on high event count when running in different thread
3076  683642 Missing g_content_type_get_symbolic_icon
3077  684882 Gsettings should spaw a warning when binding against a low_underscored_property
3078  684909 codegen: Explicitly close output
3079  684912 Update to Unicode 6.2
3080  685037 g_strcmp0: Returns shall include values less and greater than zero
3081  685069 Leak in glib-compile-resources
3082  685208 missing g_return_if_fail
3083  685608 [Patch] Port gio tests from pygobject to pygi
3084  685697 Documentation typo in g_dbus_interface_skeleton_has_connection()
3085  685733 Call ->constructed() after all properties are set
3086  685787 gtestdbus: correct documentation typos
3087  685995 Crash in g_menu_exporter_name_vanished
3088  686091 Invalid reads in g_bytes_unref_to_data
3089  686119 dtrace, gobject_probes.d, the last three probes - semicolon missing
3090  686161 Deprecate g_type_init()
3091  686231 GBusNameVanishedCallback: document NULL connection
3092  686458 slightly increase poll duration in test_timed_wait 
3094 * Translations updated
3095   Catalan (Valencian)
3096   Czech
3097   Danish
3098   Italian
3099   Lithuanian
3100   Norwegian bokmål
3101   Slovenian
3103 Overview of changes from GLib 2.33.14 to 2.34.0
3104 ===============================================
3106 * Bug fixes:
3107  654239 g_type_init()'s docs have no statement about how to...
3108  674620 Update GSettings migration guide for intltool updates
3109  676034 Fix doc annotation for g_ptr_array_ref()
3110  684278 Fix GIO build on Windows
3112 * Translation updates:
3113  Brazilian Portuguese
3114  British English
3115  Bulgarian
3116  Catalan
3117  Galician
3118  German
3119  Hebrew
3120  Hindi
3121  Hungarian
3122  Kannada
3123  Latvian
3124  Marathi
3125  Spanish
3126  Telugu
3129 Overview of changes from GLib 2.33.12 to 2.33.14
3130 ================================================
3132  * CVE-2012-3524: don't run dbus-launch from setuid binaries
3134  * g_content_type_get_generic_icon_name():
3135      new API for getting the icon name for a mime type
3137  * Introspection fixes:
3138   - GDBusConnection nullability fixes
3139   - give a box type to GTimeZone
3141  * Drop GVFS_INOTIFY_DIAG
3143  * Add a new "Writing GLib Applications" section to the reference
3144    documentation with general info on security, threads, etc.
3146  * gwin32mount.c: Fix syntax error
3148  * gresource tests: srcdir != builddir fixes
3150  * tests/gvariant: Fix test on big endian architectures
3152  * Fix regression in g_shell_parse_argv()
3154 Bugs fixed:
3155  562907 g_shell_parse_argv() mishandles # (hash)
3156  683167 g_time_zone_new not introspectable
3157  683384 /gvariant/checksum-basic failure on big endian machines
3158  683641 Typo in gwin32mount.c
3159  683744 have a way to get the generic icon name for a mime type
3161 Translation updates:
3162  Assamese
3163  Belarusian
3164  British English
3165  Czech
3166  Danish
3167  French
3168  Galician
3169  German
3170  Greek
3171  Hebrew
3172  Indonesian
3173  Indonesian
3174  Korean
3175  Lithuanian
3176  Marathi
3177  Marathi
3178  Polish
3179  Portuguese
3180  Punjabi
3181  Russian
3182  Serbian
3183  Slovenian
3184  Traditional Chinese
3186 Overview of changes from GLib 2.33.10 to 2.33.12
3187 ================================================
3189 * Add a G_DEFINE_QUARK macro
3191 * Add symbolic icon support to drive, volume, and mount, file
3192   and content types
3194 * Add API to allow thread-safe access to the same qdata item
3196 * Bugs fixed:
3197  562907 g_shell_parse_argv() mishandles # (hash)
3198  627240 add G_DEFINE_QUARK
3199  672329 memory leaks in gutils.c and glib tests
3200  673012 Stable byte-level specification for normal form
3201  674805 gdbusproxy async test is broken
3202  679835 gvariant format string parsing (and assertions)...
3203  682075 gdbus: Fix double free and use after free of ob...
3204  682101 Provide a way to get a symbolic icon for a device
3205  682222 test_method_calls_on_proxy: assertion failed (e...
3206  682284 mount-op: use gint64 instead of guint64 for tim...
3207  682386 "make check" fails due to sys/resource.h not be...
3208  682560 leak fixes
3209  682586 gsettings-tool: make list-recursively really re...
3210  682819 EINTR-harden all the things
3211  682833 Handle EINTR for open()
3212  682849 drop the global lock for g_object_weak_ref
3213  682965 gdbus-tool: Check return value of strrchr()
3214  683088 gdbus-codegen: fix error when wrong interface n...
3215         Fix the build with gtk-doc-stub
3216         Don't crash if set_app_info is called before ad...
3218 * Translation updates
3219  Assamese
3220  Galician
3221  Greek
3222  Indonesian
3223  Japanese
3224  Latvian
3225  Lithuanian
3226  Norwegian bokmål
3227  Polish
3228  Portuguese
3229  Punjabi
3230  Russian
3231  Spanish
3232  Traditional Chinese
3233  Vietnamese
3236 Overview of changes from GLib 2.33.8 to 2.33.10
3237 ===============================================
3239 * New GTest API for testcases where log output is expected:
3240   g_test_expect_message()
3242 * GMenuItem now has 'get' accessors and a construct-from-GMenuModel API
3244 * GVariant now has a function to check a format-string for type
3245   compatibility
3247 * win32: We now use overlapped IO to support multiple asynchronous
3248   operations (ie: reading and writing) at the same time.
3250 * GMappedFile: Add g_mapped_file_get_bytes()
3252 * The problems with g_file_make_directory_with_parents() should be
3253   resolved.
3255 * The long-standing issues with placeholder generation of manpages are
3256   now resolved.
3258 * gtlscertificate: Add GBytes based certificate and private-key props
3260 * build: Switch back to using AS_IF for conditionals
3262 * test coverage improvements, documentation improvements, leak fixes
3264 * Bugs fixed
3265  326931 Better docs for G_GNUC_*
3266  550433 g_test_init doesn't recognize --help
3267  600751 GCompletion should better document if and how items memory is managed
3268  628193 Miscellaneous string fixes
3269  637460 man glib-genmarshal is hard to use
3270  674483 broken configure results when cross-compiling with gcc >= 4.5
3271  677065 GMappedFile: Add g_mapped_file_get_bytes()
3272  679288 win32: use overlapped events for streams
3273  679556 it's hard to use gtest when g_warning() is expected
3274  680823 g_file_make_directory_with_parents: Fix error propagation
3275  681319 gtlscertificate: Add certificate-bytes and private-key-bytes props
3276  681336 man pages not built if --enable-gtk-doc not specified
3277  681413 build: Switch back to using AS_IF for conditionals
3278  681501 gmem: array only partially filled with memcpy
3279  681854 Documentation fix for Howto compile a program with glib
3280  682025 Documentation correction
3281  682067 Fix problems with CLEANFILES and automake-1.11.1 
3283 * Translations updated:
3284  Lithuanian
3285  Spanish
3286  Galician
3287  Telugu
3288  Serbian
3289  Assamese
3290  Marathi
3291  Indonesian
3292  Traditional Chinese
3294 Overview of changes from GLib 2.33.6 to 2.33.8
3295 ==============================================
3297 * GIO now has a g_file_delete_async function
3299 * The defaults for GThreadPools max_unused_threads
3300   and max_idle_time values have been changed to
3301   2 and 15*1000, respectively.
3303 * Bugs fixed:
3304  661767 merge/improve various bits of run-in-thread functionality
3305  680074 undefined symbol "get_C_locale"
3306  680121 g_cancellable_source_new: don't use a file descriptor
3307  680148 gthread: check for definition of PR_SET_NAME
3308  680310 Sorting of access points by strengh not working
3309  680704 g_utf8_strup() crash
3310  68076a0 GFile: Add g_file_delete_async()
3311  680787 Add .dir-locals.el to tell Emacs users not to use tabs...
3312  680823 g_file_make_directory_with_parents: Fix error propagation
3313  680994 STATIC_ASSERT in GDBusError docs don't have much utility
3314  681116 gtlscertificate: Add g_tls_certificate_equal() function
3315  681118 gtlsdatabase: Don't complain if no callbacks for async...
3316  669331 try to get gio tests working a little better on win32
3317  674314 Make gtk-doc not a hard dependency of GLib
3318  674800 gclosure: generic marshaller leaks return value
3319  675524 gsocket: FIONREAD undeclared (needs sys/filio.h)
3320  679509 use after free in g_dbus_action_group_describe_all_done()
3321  679996 gobject docs minor cleanup
3322  680459 Extra newline char in local implementation of g_applic...
3323  680505 object_path memory leak in gdbusobjectproxy.c
3324  680831 Deprecate and remove g_slice_[sg]et_config.*
3325  680912 gchecksum: Add g_compute_checksum_for_bytes()
3326  681151 checksum: Use functions instead of macros when buildin...
3327  681158 gtlscertificate: Don't confuse certificate and public ...
3329 * Translation updates:
3330  Galician
3331  German
3332  Gujarati
3333  Hebrew
3334  Norwegian bokmål
3335  Serbian
3336  Slovenian
3339 Overview of changes from GLib 2.33.4 to 2.33.6
3340 ==============================================
3342 * GAsyncInitable: partially revert the init_finish changes,
3343   some applications were found to rely on behaviour that
3344   was broken by these changes
3346 * Bugs fixed:
3347  679617 win32: fix g_get_environ()
3348  679968 Add some annotations to GBytes, GVariantType...
3349  680111 GIOScheduler assumes GCancellable "cancelled...
3351 * Translation updates:
3352  Spanish
3354 Overview of changes from GLib 2.33.3 to 2.33.4
3355 ==============================================
3357 * GMainContext: the source list has been reorganzied to
3358   avoid O(n) behaviour
3360 * GRegex: Update included PCRE to 8.31 and expose new
3361   functionality in 8.x versions of PCRE
3363 * GMountOperation gained a ::show-unmount-progress signal
3364   which provides information about slow unmount operations
3366 * Bugs fixed:
3367  616892 gio: Add a boxed type for GFileAttributeMatcher
3368  619329 g_source_attach() O(n) in number of sources
3369  639771 g_dir_read_name() can also return NULL on error
3370  661767 merge/improve various bits of run-in-thread fun...
3371  667375 GAsyncInitable subclassing (and async subclassi...
3372  671545 Constify collect and lcopy strings in GTypeValu...
3373  674452 SEGFAULT in gio contenttype test
3374  674898 Deal with GLIB_VERSION_MIN_REQUIRED/MAX_ALLOWED...
3375  675504 Fix up GObject interface documentation
3376  677064 GString: Tweak documentation, add g_string_free...
3377  677578 error in PCRE error code conversion
3378  677579 update GRegexError for newer PCRE error codes
3379  678066 gdbus codegen does not work with python3
3380  678273 unicode othercasing is wrong in gregex
3381  678576 GIOScheduler performance enhancements
3382  678758 GTlsInteraction unlocks an unlocked mutex
3383  678808 GTestDBus issues
3384  678881 Test failures in /socket/timed_wait in some cas...
3385  678941 /contenttype/guess test case failure
3386  678944 gio returns the wrong default applications for ...
3387  678949 wrong definition of ulong_bool for 64 bit big e...
3388  678959 /mainloop/timeouts race condition: assertion fa...
3389  679193 update included pcre to 8.31
3390  679258 The 'Since' tag for G_SOURCE_CONTINUE and G_SOU...
3391  679473 Don't generate invalid property names
3392  679691 Add g_spawn_check_exit_status()
3393  679671 GDBusNodeInfo: the XML string must contain exac...
3394  676111 mount-operation: add show-unmount-progress signal
3395  679691 win32: fix build g_spawn_check_exit_status() wi...
3396  679813 Documentation bug on http://developer.gnome.org...
3398 * Translation updates:
3399  Assamese
3400  Belarusian
3401  Bulgarian
3402  Galician
3403  Greek
3404  Norwegian bokmål
3405  Polish
3406  Spanish
3407  Traditional Chinese
3408  Vietnamese
3411 Overview of changes from GLib 2.33.2 to 2.33.3
3412 ==============================================
3414 This release contains mostly bugfixes, cleanups and performance
3415 improvements (including many fixes contributed by Colin on the advice of
3416 Coverity).  There are a few notable externally-visible changes:
3418 * Thumbnails are now in XDG_CACHE_HOME
3420 * new GDBus API: per-thread g_dbus_connection_get_last_serial()
3422 * GUnixOutputStream now has a can_poll() implementation
3424 * New deep copy APIs for G(S)List: g_(s)list_copy_deep
3426 * Bugs fixed:
3427  518309 Incorrect data*dir path in glib-gettextize output
3428  566994 Safer passing of -framework flag
3429  672889 GLib.utf8_validate does segfault
3430  673253 Not strict enough autconf test for libelf
3431  675024 adds g_list_copy_deep() and g_slist_copy_deep
3432  675168 prepare for thumbnails to move to XDG_CACHE_HOME
3433  675966 gresolver: More robust parsing of DNS responses
3434  676594 [Patch] fix g_reload_user_special_dirs_cache
3435  676825 Implement g_dbus_connection_get_last_serial ()
3436  677235 Clarify the comment at the top of gmarshal.list
3437  677527 OS X: gthread/spawn-async selftest failure
3438  677718 GDBusProxy: treat org.freedesktop.systemd1.Masked error as non-fatal
3439  677770 GUnixOutputStream does not implement can_poll
3440  677782 Install bash completion files in /usr/share
3441  677817 g_key_file_to_data adds extra blank lines in some cases
3442  677952 Missing annotation for GDBusConnection signal "closed"
3443  678052 g_wakeup_acknowledge is called too often.
3444  678273 unicode othercasing is wrong in gregex
3445  678333 gdbus-codegen code causes warnings under -Wfloat-equal
3447 * Translations updated:
3448  Arabic
3449  Assamese
3450  Galecian
3451  Greek
3452  Spanish
3453  Telugu
3455 Overview of changes from GLib 2.33.1 to 2.33.2
3456 ==============================================
3458 * GLIB_VERSION_MIN_REQUIRED now defaults to the current stable version
3460 * GIO input and output stream classes have grown GBytes-based methods
3462 * GApplication now has hooks to register D-Bus objects before the bus
3463   name is taken
3465 * Bugs fixed:
3466  605976 add g_type_ensure(), to ensure that a type has...
3467  660851 Breakage of code due to changes in the GThread...
3468  666386 Empathy doesn't open Redirect URI with particu...
3469  671139 need (transfer async) for io stream buffers
3470  672329 memory leaks in gutils.c and glib tests
3471  672548 g_utf8_validate: @str shouldn't end up annotat...
3472  674111 Provide an accessor for MimeType desktop entry...
3473  674483 broken configure results when cross-compiling ...
3474  674634 Add g_clear_pointer()
3475  674777 What's the (transfer) of g_variant_lookup()?
3476  675309 gkeyfile: Fix annotations for g_key_file_load_...
3477  675446 gfile: Plug memory leak in g_file_make_directo...
3478  675509 add extra dbus hooks
3479  675832 Incomplete gsettings bash auto-completion
3480  676208 The tmpl parameter to g_file_new_tmp can be NULL
3481  676265 GNetworkMonitor leaks a lot of memory
3482  676277 Document that g_app_info_create_from_commandli...
3483  676397 g_environ_* should work with NULL envp
3484  676398 g_spawn_* should take PATH from the passed env...
3485  676478 Broken gzip decoding
3486  676594 [Patch] fix g_reload_user_special_dirs_cache
3487  676816 Add more GLIB_AVAILABLE_IN_*
3488  676937 Document notify signal deduplication with free...
3490 * Translation updates:
3491  Czech
3492  French
3493  German
3494  Greek
3495  Japanese
3496  Russian
3497  Slovenian
3498  Spanish
3501 Overview of changes from GLib 2.32.1 to 2.33.1
3502 ==============================================
3504 * GApplication
3505  - can now have a NULL application ID
3506  - add accessors for determining dbus connection and object path
3508 * g_clear_object: fix warnings when using it on C++ (due to lack of
3509   ability to implicitly cast void*)
3510 * add g_clear_pointer as a generic form of g_clear_object
3512 * GDBus:
3513  - add our own implementation of the message bus for use on Windows only
3514  - fix up a few bugs that use of this bus uncovered in GDBus
3515  - escape nonce files in dbus addressess (think 'c:\')
3516  - support initial underscores in dbus codegen namespace (for private)
3517  - add GTestDBus for bringing up a session bus for testing purposes
3518  - gdbus-codegen: Avoid warnings in generated code
3519  - GDBusAuthObserver: Add a way to control what authentication mechanisms to use
3520  - 
3522 * Fix misdetection of GNUstep as Cocoa (for the MacOS GSettings backend)
3524 * make sure configure fails if AC_CHECK_ALIGNOF cannot detect the alignment
3526 * GAppInfo
3527  - overwrite the DISPLAY only if it is set in the launch context
3528  - add accessor for StartupWMClass
3530 * glib/tests/date: force US locale running the GDateTime tests
3532 * Resources:
3533  - fix broken use of GVDB on big endian machines
3534  - set a 'display name' so that pretty file names appear in Gtk CSS
3535    warning messages
3537 * GMainContext:
3538  - block child sources when blocking the parent
3539  - introduce more testcases for child sources
3541 * GResolver: add support for MX, TXT, NS and SOA records
3543 * GSocketControlMessage: Don't warn about unknown messages
3545 * GIO:
3546  - implement GSeekable for the data and buffered stream classes
3547  - implement GPollable for many more classes as well
3548  - fix GConverterInputStream infinite loop when fill_buffer returns an error
3549  - fileinfo: document the correct type for trash::orig-path
3551 * test coverage improvements and general fixes
3553 * new 2.34 stuff: version macros, docs index section, etc.
3555 * Build:
3556  - add --disable-modular-tests build option
3557  - don't require host binaries if tests are not enabled for cross-builds
3559 * Translations updated
3560  Brazilian Portuguese
3561  Bulgarian
3562  Czech
3563  French
3564  Galician
3565  German
3566  Hebrew
3567  Hindi
3568  Italian
3569  Norwegian bokmål
3570  Polish
3571  Russian
3572  Russian
3573  Serbian
3574  Simplified Chinese
3575  Slovenian
3576  Spanish
3577  Telugu
3579 Overview of changes from GLib 2.32.0 to 2.32.1
3580 ==============================================
3582 * Bugs fixed:
3583  670254 glib-2.30.2: Fails /GDateTime/new_from_unix test
3584  672541 glib-compile-resources prepends --sourcedir to absolute paths
3585  673139 URL to mailing lists in README incorrect
3586  673174 g_input_stream_read[_finish]: document returning 0 on EOF
3587  673191 glib/gchecksum.c warning: dereferencing type-punned pointer...
3588  673216 [W32] gtestutils does not use path separators consistently
3589  673439 Properly deprecate g_value_{set,get}_char
3590  673612 Fails to decode dictionaries wrapped in two layers of array
3591  673803 gclosure: Support return values of GVariants
3592  669285 glib/tests/markup-parse fails under non-english locale
3593  673911 gio-2.0.pc lists full path to executables, breaking cross com..
3594  673762 gnextstepsettingsbackend.c:343: error: parse error before 'in'
3596 * Updated translations:
3597  Belarusian
3598  British English
3599  Bulgarian
3600  Catalan
3601  Czech
3602  French
3603  German
3604  Hebrew
3605  Hindi
3606  Hungarian
3607  Italian
3608  Japanese
3609  Kannada
3610  Latvian
3611  Lithuanian
3612  Marathi
3613  Norwegian bokmål
3614  Odia
3615  Polish
3616  Serbian
3617  Slovenian
3618  Spanish
3619  Swedish
3620  Telugu
3623 Overview of changes from GLib 2.31.22 to 2.32.0
3624 ===============================================
3626 * Bugs fixed:
3627  671988 Quickly registering / unregistering objects on bus...
3628  672095 glib needs stable sort function
3629  672406 glib/tests/include.c fails to build on FreeBSD
3631 * Updated translations:
3632  Telugu
3635 Overview of changes from GLib 2.31.20 to 2.31.22
3636 ================================================
3638 * Bugs fixed:
3639  531901 Use __builtin_bswap* for GUINT*_SWAP_LE_BE if building...
3640  653167 Out of tree build is broken on windows
3641  668973 Test /gvariant/parser fails on Solaris 10
3642  669797 gvfs now lists its fuse mounts
3643  670846 deadlock: GStreamer-WARNING **: wrong STREAM_LOCK count 0
3644  671664 gio-querymodules: unlink instead of writing empty cache
3645  671676 Glib can't be cross-compiled any more after merge of...
3646  671918 gnome-shell is inaccessible unless started while an AT...
3647  671942 GSocketMsgFlags: annotate as a flags
3648  671997 Unix signal handling assumes that volatile 1-byte writes...
3649  672013 GSimpleAsyncResult: support reliable cancellation
3650  672026 default log output should include pid and/or prgname
3651  672095 glib needs stable sort function
3652  672201 G_SPAWN_SEARCH_PATH should continue on ENODEV and ETIMEDOUT
3653  672239 request NO_REPLY from g_dbus_connection_call() with no as...
3654  672249 gdbusproxy leaks asyncresult in an error case instead of...
3656 * Translation updates:
3657  Assamese
3658  British English
3659  Catalan
3660  Catalan (Valencian)
3661  Danish
3662  Esperanto
3663  Finnish
3664  French
3665  German
3666  Hungarian
3667  Korean
3668  Lithuanian
3669  Norwegian bokmål
3670  Polish
3671  Portuguese
3672  Russian
3673  Traditional Chinese
3676 Overview of changes from GLib 2.31.18 to 2.31.20
3677 ================================================
3679 * Update to Unicode 6.1
3681 * Update PCRE to 8.30
3683 * Deprecations are now versioned, and new API is
3684   marked with the version it was introduced.
3685   Use these with GLIB_VERSION_{MIN,MAX}_REQUIRED
3687 * The performance of signal emissions has been
3688   improved for simple cases
3690 * Bugs fixed:
3691  529806 Cannot build in 64-bit Mac OS X due to libiconv
3692  580873 Documentation of register type functions incomplete
3693  592666 Document how to unset an attribute
3694  597785 g_type_class_add_private code snippet is a bad example
3695  621368 glib-2.24.1: FAIL: run-assert-msg-test.sh when updating...
3696  622149 --disable-regex breaks glib2 build
3697  639873 GBinding: Crash when binding two properties on the same...
3698  640202 For GLIB v. 2.23.6 and above: impossibility to build mu...
3699  668295 Need a way to classify GVolume instances
3700  669670 gasyncqueue: don't use deprecated g_cond_timed_wait()
3701  670542 Add version information for deprecations
3702  670557 gvaluetransform: Fix an infinite loop with GFlagsValue...
3703  670721 global variable for signal ID should be hidden
3704  670751 IceWM build fails due to the G_DEPRECATED_FOR macro
3705  670909 g_dbus_connection_call leaks when it receives an error...
3706  670922 Include path to gdbus-codegen in the pkgconfig file
3707  670969 GSequence lookup may fail if there was no sort prior to...
3708  671025 Constants and identifiers starting with a number are no...
3709  671270 make distclean failures
3710  671281 glib-compile-resources.xml is missing from the dist tar...
3712 * Translation updates:
3713  Basque
3714  Belarusian
3715  Brazilian Portuguese
3716  Bulgarian
3717  Galician
3718  Hebrew
3719  Lithuanian
3720  Persian
3721  Punjabi
3722  Serbian
3723  Simplified Chinese
3724  Slovenian
3725  Telugu
3726  Traditional Chinese
3727  Uyghur
3728  Vietnamese
3731 Overview of changes from GLib 2.31.16 to 2.31.18
3732 ================================================
3734 * GDBusProxy has now a flag, G_DBUS_PROXY_FLAGS_GET_INVALIDATED_PROPERTIES,
3735   which can be set to make GDBus automatically reload
3736   changed properties even if the propertychanged signal
3737   does not contain the new values.
3739 * GApplication puts non-unique applications on the bus
3741 * GApplication now has g_application_quit()
3743 * g_async_queue_timed_pop has been deprecated in favor of
3744   the new g_async_queue_timeout_pop, which uses relative
3745   delays in microseconds instead of a GTimeVal.
3747 * a huge number of API documentation fixes
3749 * Bugs fixed:
3750  647986 put non-unique apps on D-Bus
3751  658484 vpn connection vs NetworkSecretDialog
3752  664237 GDateTime falls back to UTC if TZ is set
3753  669329 gthread-win32: update for g_get_monotonic_time() changes
3754  669330 glocalfile: fix error code when opening a directory on win32
3755  669372 glib/tests memory leaks.
3756  669412 mem leak in g_environ_unsetenv
3757  669538 Fix compilation of glib-compile-resources.c on Windows
3758  669544 gdbus-codegen example introspection XML is not complete
3759  669595 glib-mkenums: fix handling of forward enum declarations
3760  669670 gasyncqueue: don't use deprecated g_cond_timed_wait()
3761  669671 gobject: use #pragmas to avoid deprecated function warnings
3762  669689 Retrieve cwd and environ in local GApplicationCommandLine
3763  669810 socket/win32: flush pending read before signaling HUP
3764  669865 g_regex_fetch()
3765  670085 memory leak in g_output_stream_write_async
3766  670138 gbytes.h is missing the G_BEGIN/END_DECL guards
3767  670485 Simplify session API (shared bug with gtk+)
3769 * Updated translations:
3770  Belarusian
3771  Danish
3772  Galician
3773  Serbian
3774  Telugu
3775  Hebrew
3778 Overview of changes from GLib 2.31.14 to 2.31.16
3779 ================================================
3781 * GResource:
3782  - The resource compiler can now convert pngs into
3783    pixel data that can be used without parsing at runtime
3784    (requires gdk-pixbuf-pixdata to be present)
3786 * Bugs fixed:
3787  669123 resource compiler: failing to-pixdata should...
3788  669173 resource: fix xml preprocess entity handling
3789  669224 Cross-compilation broken by data-to-c
3790  669253 gsettings set buggy on array values
3791  669334 fix memory leak in bookmark file parser
3793 * Translation updates:
3794  Norwegian bokmål
3795  Spanish
3798 Overview of changes from GLib 2.31.12 to 2.31.14
3799 ================================================
3801 * GResource:
3802  - GLib now includes a commandline utility, gresource,
3803    to explore resources in ELF files
3804  - The resource compiler can now optionally strip
3805    ignorable whitespace from XML resources
3806  - The resource compiler can now generate build dependencies
3807  - The resource compiler will now autoselect output formats
3809 * GApplication:
3810  - The menu markup parser API has been dropped, the
3811    menu XML support lives in GTK+ now
3813 * GValueArray has been deprecated
3815 * Bugs fixed:
3816  626258 N-ary Trees - 'nodes' can be inserted before and after...
3817  634232 Core Dump / Aborted using g_key_file_to_data
3818  639099 schema compiler chokes on valid schema
3819  667228 Deprecate GValueArray
3820  667243 Add an element clear function to GArray
3821  667929 glib-compile-resources: xml resources doesn't need to...
3822  668250 g_date_time_format() produces a non-UTF8 string
3823  668468 'IP_ADD_SOURCE_MEMBERSHIP' undeclared
3824  668532 resources: add dependency generator to the resource compiler
3825  668539 resources: compiler should autoselect output format...
3826  668561 gresource-tool not internationalized
3827  668572 glib_cv_g_atomic_lock_free config.cache setting not honored...
3828  668650 GRealArray->clear_func should be initialized
3829  668756 GKeyFile: allow loading from empty strings
3830  668857 fix couple of typos in comments
3831  669024 goption: implement platform_get_argv0() for OpenBSD
3833 * Updated translations:
3834  Galician
3835  Norwegian bokmål
3836  Spanish
3837  Traditional Chinese
3839 Overview of changes from GLib 2.31.10 to 2.31.12
3840 ================================================
3842 * GApplication:
3843  - Drop support for exporting menus - this functionality
3844    will be provided in GtkApplication
3845  - Add a way to create actions that change settings
3847 * Bugs fixed:
3848  629503 Add async versions of g_unix_connection_{receive,send}_credentials
3849  656301 glib-compile-schemas should not create an empty file
3850  668071 mingw-gcc build fails on gio/gsocket.[c|h]
3851  668118 the big appmenu switcheroo
3852  668158 base64 encode and line termination
3853  668163 GDBusConnection: note that exit-on-close is sometimes TRUE
3854  668269 gsignal: add g_signal_handlers_disconnect_by_data
3855  668279 create GAction from GSettings
3857 * Translation updates:
3858  Norwegian bokmål
3861 Overview of changes from GLib 2.31.8 to 2.31.10
3862 ===============================================
3864 * GResource:
3865  - A new facility to allow linking data files into binaries
3866    and make them available as resources
3867  - Resources are compiled using glib-compile-resources
3868  - GIO supports resource:/// uris to access resources
3870 * Bugs fixed:
3871  619126 Missing dependency libs
3872  658315 g_key_file_get_keys() should set length to 0...
3873  660371 is it ever valid to have 0 as a GError domain?
3874  666700 Add some missing (allow-none) annotations
3875  667375 GAsyncInitable subclassing (and async subclassing...
3876  667447 Missing many introspection annotations
3877  667790 Protect call to pthread_condattr_setclock with define
3878  667938 wrong gtypes generated for empty flags enums
3880 * Translation updates:
3881  Hebrew
3882  Spanish
3885 Overview of changes from GLib 2.31.6 to 2.31.8
3886 ==============================================
3888 * GObject:
3889  - The type checks for overriding properties have been loosened.
3890    In particular, it is now possible to add the CONSTRUCT flag
3891    to an overridden property
3892  - GWeakRef is a new API for weak references; unlike g_object_weak_ref
3893    and g_object_add_weak_pointer, it is thread-safe.
3895 * GHashTable has grown new convenience api for use as a set:
3896   g_hash_table_add, g_hash_table_contains
3898 * GSocketConnection has gained API for managing connection status
3900 * GSettings: a native OS X backend has been added, under the
3901   name 'nexstep'
3903 * Bugs fixed
3904  455640 Something fishy with GRegex and unicode
3905  548954 weak references are not threadsafe
3906  625751 Add G_FILE_ATTRIBUTE_FILESYSTEM_USED
3907  658871 gbacktrace: g_get_prgname () isn't called for a NULL argu...
3908  664069 gvariant: Never break out of g_variant_iter_loop
3909  664830 g_strescape doesn't natively handle \v (vertical tab)
3910  665211 GDBusConnection singleton access can race with disposal
3911  665805 Add GSocketClient::action, for tracking socket client status
3912  666116 some tests provoke undefined behaviour, which is undesira...
3913  666422 Unreachable code in gio gnetworkmonitornetlink.c
3914  666551 Crash in g_thread_xp_SleepConditionVariableSRW
3915  666595 menu parser disallows id='' on submenu and section
3916  666615 loosen property override flag restrictions
3917  666616 gobject: fix property override type checks
3918  666803 g_utf8_validate() fails to validate strings with known size
3919  666804 g_ateaxit deprecation warning in devhelp points in wrong ...
3920  666951 g_mkdtemp: Since version incorrect in docs
3921  666978 Fails to compile glib applications with ISO C90 compiler
3922  667098 ginetaddressmask leaks its address property
3923  667225 GSocket: add missing type checks to public methods
3924  667226 GSocket: fix an error return value
3925  667279 Sometimes crashes when launching commandline-crea...
3926  667285 Wrong keyname listed in documentation for g_deskt...
3927  667331 Use g_queue_free_full() convenience function
3928  667420 GHashTable GDB pretty printing is broken
3930 * Updated translations
3931  Belarusian
3932  Bulgarian
3933  Hebrew
3934  Norwegian bokmål
3935  Norwegian Nynorsk
3936  Spanish
3937  Vietnamese
3940 Overview of changes from GLib 2.31.4 to 2.31.6
3941 ==============================================
3943 * GApplication no longer has APIs for setting menus.  Those have been
3944   moved to GtkApplication.
3946 * the GActionGroup import/export functionality has been decoupled from
3947   GApplication by the introduction of a new interface for the purpose of
3948   handling platform data: GRemoteActionGroup.  This allows Gtk to
3949   properly deal with platform data (and gdk threads) on window actions.
3951 * lots of documentation improvements
3953 * bug fixes and a huge number of memory leak fixes
3955 * the test suite now passes on ARM and some of the GDBus testcase hangs
3956   we've been seeing have been resolved (although others could remain)
3958 * g_bytes_get_data() API changed: now includes 'size' out parameter
3960 * new g_queue_free_full() API similar to g_[s]list_free_full()
3962 * desktop files: use standard "Keywords" now, not "X-GNOME-Keywords"
3964 * gsettings commandline tool now has --schemadir option for schemas not
3965   installed in the usual place (ie: as part of plugins)
3967 * Bugs fixed:
3968  643736 GApplication doesn't emit dbus signals on action updates
3969  657433 g_queue_free_full() missing
3970  664699 glib: documentation fixes
3971  665737 acquire/release gdk threads lock on incoming dbus
3972  665879 GBytes: add a size argument to g_bytes_get_data
3973  666113 various leaks in GLib, GIO are visible in the regression tests
3974  666115 various tests leak memory, obscuring real leaks in the library
3975  666145 Doc could be more explicite that g_thread_init calls can be droped
3976  666173 Configure warning - linux/netlink.h usability... no
3977  666296 Race condition in g_thread_xp_get_srwlock
3978  666415 Settings tools should allow specifying a schema directory 
3980 * Translations updated:
3981  French
3982  Spanish
3984 Overview of changes from GLib 2.31.2 to 2.31.4
3985 ==============================================
3987 * EXPERIMENTAL: Menu support has been added to GApplication.  Menus
3988   are exported on the bus, alongside the actions that are already there.
3989   There have also been many related improvements to action group
3990   functionality.
3992   These new APIs are subject to changes in the coming releases.  In
3993   particular, it seems somewhat likely that the APIs for registering
3994   menubars may change in order to accommodate windows with different
3995   types of menubars.
3997 * GDBusConnection previously directly dispatched destroy notifies when
3998   unregistering objects if the current main context was the same context
3999   the object was exported on.  It now unconditionally dispatches these
4000   through an idle on the context.
4002 * Clean up Requires in pc files. Linking against GIO no
4003   longer drags in gmodule. This may require dependency
4004   fixes here and there.
4006 * Introduce GBytes, a data type for immutable, fixed-size
4007   byte sequences. This makes the pre-existing GBuffer
4008   API available outside GLib
4010 * GDBusInterfaceSkeleton can now be exported on multiple
4011   connections
4013 * Bugs fixed:
4014  600161 Do not use static GTypeInfo and GInterfaceInfo
4015  640077 GFileMonitor: Always send CHANGES_DONE_HINT after a move...
4016  641720 Misleading definition for local_command_line() in GApplic...
4017  648516 Little comment error and 2 useless lines of code
4018  651997 Dummy backend for gapplication
4019  652560 Test for g_ascii_strtod is failing
4020  662208 failure to initialize a GInitable should be considered...
4021  662718 GDBusInterfaceSkeleton should be able to export on multi...
4022  663291 GBytes: Immutable, refcounted sequence of bytes
4023  664406 Need context for a proper translation
4024  664455 Build fixes for GLib GIT master (2.31.x)
4025  664558 GDBusWorker.frozen has a value > 1 in a gboolean
4026  664559 sys/wait.h not available on windows
4027  664617 gdbus segfault error 4 in libgio-2.0.so.0.3102.0
4028  664635 GMemory{Out,In}putStream _async functions break sub-class...
4029  664809 Add command line option to gtester to allow skipping tests
4030  665067 cryptic assertion failure if nonsensical flag combinations...
4031  665184 Check ref. count before reffing/unreffing
4032  665298 Add 'Requires.private: libpcre' to glib-2.0.pc
4033  665391 update documentation around mainloops
4034  665607 ./configure is there for fiddling with cross-compile enviro...
4035  665634 g_dbus_node_info_new_for_xml() errors on unknown attributes...
4036  665685 Add a #define for the max length of a Unicode decomposition
4037  665733 GDBusConnection holds lock while calling destroynotify
4039 * Translation updates:
4040  Norwegian bokmål
4041  Spanish
4044 Overview of changes from GLib 2.31.0 to 2.31.2
4045 ==============================================
4047 * Monotonic time is now properly supported on Windows
4049 * glib-mkenums: fix @ENUMPREFIX@ with /*< underscore_name=... >*/
4051 * EXPERIMENTAL: introduce new GSettingsSchema and GSettingsSchemaSource
4052   APIs for the convenience of plugin system authors and those who wish
4053   to introspect the contents of schemas.  This API may change.
4055 * Improve the performance of GObject property notifies.
4057 * GDBus:
4058  - fix a race when unowning a name immediately after owning it
4059  - thread safety improvements on GDBusConnection
4060  - fixes for exit-on-close functionality
4062 * Deprecations:
4063  - add G_SIGNAL_DEPRECATED
4064  - don't use G_DISABLE_DEPRECATED masking for functions anymore
4066 * docs
4067  - tmpl/ is finally dead for glib
4069 * GIO:
4070  - GInetAddressMask: new type for internet address range matching
4071  - various GIO file and stream fixes
4072  - improvements to attribute and fileinfo handling
4074 Overview of changes from GLib 2.29/2.30 to 2.31.0
4075 =================================================
4077 This release contains a huge number of changes (500 commits worth).  The
4078 list below attempts to summarise, but not every change is listed.
4080 * Major changes to threading and synchronisation
4081  - threading is now always enabled in GLib
4082  - support for custom thread implementations (including our own internal
4083    support for errorcheck mutexes) has been removed
4084  - a whole lot of dead code (to deal with the non-threaded case) has
4085    been ripped out.  This includes the racy path of GMainContext that
4086    caused deadlocks with respect to child process exits in
4087    single-threaded programs (such as gtester).
4088  - libgthread is now an empty shell and g_thread_init() is no longer
4089    required (and has been deprecated)
4090  - GMutex and GCond can now be statically allocated without explicit
4091    initialisation.  Dynamic allocation for these types is deprecated.
4092  - new types GRecMutex and GRWLock can also be statically allocated
4093    without explicit initialisation.
4094  - GPrivate can now be statically allocated and has an improved API.
4095    Dynamic allocation of GPrivate is deprecated.
4096  - GStaticMutex, GStaticRecMutex, GStaticRwLock, GStaticPrivate are
4097    deprecated.
4098  - GCond now uses monotonic time internally and a new API takes
4099    monotonic time for timed waits, deprecating the wallclock API
4100  - removal of the insane macro indirection used in the previous
4101    implementation of threading and synchronisation APIs
4102  - use SRWLock and CONDITION_VARIABLE APIs when available on Windows
4103    (Vista and later) and emulate them on XP
4104  - leaks of G(Static)Private-allocated data on some cases of thread exit
4105    have been fixed
4106  - simplified new thread creation API with the old API deprecated.  The
4107    concept of joinability has disappeared (all threads are joinable) as
4108    have priority levels, 'bound'ness (ie: kernel vs. userspace threads)
4109    and ability to manipulate the stack size.
4110  - GThread is now a refcounted type
4111  - other implementation details changed
4113 * Move headers for some deprecated functionality to a separate
4114   deprecated/ directory.
4116 * New support for attribute-based deprecations to issue compiler
4117   warnings instead of breaking the build and/or giving warnings about
4118   implicit declarations (and possibly miscompiling).
4120 * GCache has been deprecated (after its last use was removed from our
4121   platform over a year ago).
4123 * It is no longer possible to include individual headers (like
4124   "ghash.h") -- you must #include <glib.h>.
4126 * The misguided experiment of allowing the program to stumble along with
4127   missing GSettings schemas is now over -- the abort is back.
4129 * Clarify that fork() is not valid while using GMainContext.  This is
4130   because the internal resources of the GMainContext end up being shared
4131   by both processes.  We had an assert here but it was breaking existing
4132   (valid) use cases as well, so it has been removed for now.
4134 * GApplication
4135   - add ::shutdown signal as logical dual to ::startup
4136   - don't use a GMainLoop: iterate the GMainContext directly (improves
4137     quit logic)
4139 * Several portability fixes for Windows, OpenBSD, Solaris
4141 * Add new GValue API to specifically deal in signed chars (in case the
4142   platform defines 'char' as unsigned)
4144 * some new API to mitigate the problems associated with calling setenv()
4145   in a multi-threaded program
4147 * Use CLOCK_MONOTONIC unconditionally if the libc has support at compile
4148   time (ie: stop checking for kernel support at runtime).
4150 * pkg-config files:
4151   - drop -uninstalled variants
4152   - remove gobject dependency on gthread
4154 * New macro G_ATOMIC_LOCK_FREE is defined if the atomic operations are
4155   implemented without use of a mutex.  Cleaned up atomic-related
4156   compilation issues with mingw compilers on win32 systems.
4158 * SOCKS proxy and resolver improvements
4160 * Fix the spelling of G_IO_FLAG_IS_WRITABLE (was WRITEABLE) and
4161   introduce a macro for backwards compatibility.
4163 * GDBus:
4164   - many code generation updates and improvements
4165   - some race condition fixes, including testcase hangs
4167 * GVariant:
4168   - new g_variant_new_from_fixed_array() API
4169   - substantial docs improvements/clarifications
4171 * GKeyFile is now refcounted and boxed
4173 * mount monitoring is now based on /proc/mounts (where available)
4174   instead of mtab
4176 * new macros G_SOURCE_CONTINUE and G_SOURCE_REMOVE for returning from
4177   GSourceFunc (so you don't have to remember what TRUE and FALSE mean)
4179 * use xlocale functions where available to avoid too much heavy lifting
4180   in functions like g_ascii_strtod()
4182 * GMappedFile can now be created from an fd
4184 * error message strings grammar/i18n fixes
4186 * many docs updates
4188 * Partial list of bugs closed:
4189  70598  Unify GStaticMutex and GMutex.
4190  320888 optimization for g_main_context_wakeup
4191  398418 GChildWatch race condition?
4192  527214 g_timer_elapsed() returns random values
4193  580505 add a way to set/get name for a thread
4194  583511 race condition means g_main_loop_quit() does not work
4195  590808 GKeyFile should have a refcount and a boxed type in GObject
4196  592715 Document that g_str_hash() and g_int_hash() are not NULL safe
4197  631413 Add macros for GSourceFunc return values
4198  632049 not immediately clear what g_variant_get_fixed_array expects
4199  640212 "Error stating file" is not a friendly message
4200  640293 Use xlocale functions to implement g_ascii_strtod()
4201  640975 Check that error exists before trying to set it
4202  643934 GApplication lacking a logical dual for the ::startup signal
4203  651268 assertion failed in GDBus worker thread
4204  653987 g_key_file_get_integer cannot interpret trailing spaces
4205  654412 Documentation for g_variant_get_child_value unclear
4206  654563 info capplet: Failed to calculate disk space
4207  655366 missing GSettings schemas lead to obscure crashes
4208  656621 g_spawn_*() calls executables in current directory
4209  656679 [gi] Add two annotations to gio
4210  657992 Add glib__private__() API to share between glib,gio
4211  658188 _set_as_last_used_for_type generates a broken mimeapps.list
4212  658206 gsocks5proxy.c has invalid gettext use
4213  658207 glib-compile-schemas says "can not"
4214  658558 simpleaction: Fix documentation of :enabled
4215  658683 clean up charset/language threading issues
4216  658692 add introspection annotations to g_time_val_from_iso8601()
4217  658715 Duplicite strings
4218  658769 Invalid reuse of GError in GThreadedResolver
4219  658806 sign error in string hash implementation
4220  658976 gdbus-codegen's C namespace option needs to support Ugly_Case
4221  659070 gdbus-codegen generated code segfaults when property changes
4222  659082 gdbus-codegen: Single letter namespaces get dropped from names
4223  659212 GMappedFile should fail on non-regular files
4224  659324 _SPLICE_CLOSE_TARGET doesn't mark the output stream as closed
4225  659423 Use adaptive mutexes when available
4226  659427 Move deprecated code to a separate directory
4227  659646 gdbus-codegen produce code that warnings at build
4228  659690 Possible build warning in code generated by gdbus-codegen
4229  659699 property name collision when generating code for "Connection"
4230  659754 Add API to GMappedFile that allows to pass FD
4231  659838 incorrect types in introspection for g_object_bind_property
4232  659866 pthread_rwlock_t requires defined __USE_UNIX98
4233  659870 gvalue: Fix signedness of g_value_get_char()
4234  659889 glib-2.29.92/gio-2.0.pc.in has a wrong line.
4235  659916 GObject size of 64K is not actively enforced
4236  659920 Missing setter for read/write property 'closed' of GIOStream
4237  659923 Add g_variant_new_fixed_array() function
4238  660013 Remove old g_atomic configure cruft
4239  660096 glib/rwlock tests failure (tests asserted)
4240  660130 Possible loss of user data when updating mimeapps.list
4241  660147 tracker causes g_critical in "gsettings list-recursively"
4242  660413 Make G_ASSERT_STATIC work with clang
4243  660498 Generated test code fails when the codegen changes
4244  660511 Use /proc/mounts for monitoring mounts, not /etc/mtab
4245  660536 Expose options for /etc/fstab entries
4246  660635 Deprecate g_thread_foreach
4247  660637 Pending dbus method calls not canceled on connection loss
4248  660739 kill off g_{mutex,cond}_{new,free}()
4249  660740 make GThread more standard
4250  660741 g_cond_timedwait is a disaster
4251  660743 macro wrappers for g_once_init_enter/leave
4252  660744 finish killing g_thread_init()
4253  660745 GPrivate leaks on Windows
4254  660791 [gio] Improve doc for g_file_make_directory_with_parents()
4255  660843 asyncqueue-test is broken
4256  660849 Remove cruft from g_strerror and g_strsignal
4257  660886 GDBusProxy: don't drop/complain about unknown props/signals
4258  660887 g_slice_set_config() is broken
4259  660994 Add g_main_context_ref_thread_default()
4260  661255 gio: enable test_peer regression test for OpenBSD
4261  661257 giomodules.c uses ":" instead of G_SEARCHPATH_SEPARATOR_S
4262  661318 tests use pthread without appropriate compiler/linker flags
4263  661421 Applications fail to initialize on GNU Hurd - commit
4264  661438 Implement G_GNUC_DEPRECATED/G_GNUC_DEPRECATED_FOR on Visual C++
4265  661711 Sorting keys for GDrive, GVolume and GMount instances
4266  661763 desktop-app-info: Add support for X-GNOME-Keywords
4267  661896 /gdbus/connection/life-cycle is racy
4268  661914 Gstreamer/Totem locks up
4269  662100 regression: g_dbus_connection_close() triggers exit-on-close logic
4271 * Translations updates:
4272  Belarusian 
4273  Brazilian Portuguese
4274  British English 
4275  Bulgarian 
4276  Catalan 
4277  Catalan (Valencian)
4278  Czech 
4279  Danish 
4280  Esperanto
4281  French 
4282  Gujarati
4283  Hebrew 
4284  Hungarian 
4285  Italian 
4286  Japanese
4287  Lithuanian
4288  Norwegian bokmål
4289  Oriya
4290  Polish 
4291  Russian 
4292  Serbian
4293  Simplified Chinese
4294  Slovak 
4295  Slovenian
4296  Spanish 
4297  Tamil
4298  Vietnamese
4300 Overview of changes from GLib 2.29.18 to 2.29.90
4301 ================================================
4303 * API/ABI changes:
4304  - unix signal watches now match the API of all of the other sources
4305  - revert the addition of g_date_time_source_new () from last release
4307 * networking and other fixes for Solaris
4308  - we no longer support symbolic port names (ie: from /etc/services)
4309  - check if -lsocket is needed
4310  - fix g_socket_details_from_fd()
4311  - avoid getmntinfo
4312  - fix some harmless warnings
4314 * GDateTime improvements:
4315  - generally improved standards compliance (with C99)
4316  - support C99-specified format strings: %g, %G, %V, %c, %C, %w
4317  - consult the locale for the preferred 12-hour time format (%r)
4318  - drop support for non-standard %N and broken %W
4319  - better support for formatting non-POSIX (eg: Arabic) numerals
4320  - locale-related test case fixups, and fix some leaks
4322 * GTlsInteraction: add interaction method invocation guarantees
4324 * gdbus-codegen: post-process all interfaces when parsing >1 file
4326 * make GMainLoop, GMainContext and GSource boxed types
4328 * fix a race condition in the first use of g_get_monotonic_time()
4330 * lots gtk-doc cleanups
4332 * better intltool compatibility when generating pot file
4334 * avoid GCC-specific compiler options when not using GCC
4336 * Translation updates:
4337  Belarusian
4338  Brazilian Portuguese
4339  Canadian English
4340  Galician
4341  Indonesian
4342  Korean
4343  Lithuanian
4344  Norwegian bokmål
4345  Portuguese
4346  Spanish
4347  Swedish
4349 Overview of changes from GLib 2.29.16 to 2.29.18
4350 ================================================
4352 * GDateTime is now respecting LC_TIME when formatting
4354 * GTimeZoneMonitor has been removed again
4356 * A new API for wallclock functionality has been added:
4357   g_date_time_source_new(). This API is still experimental
4358   and may be changed or removed before 2.30.
4360 * Bugs fixed:
4361  628904 Add credential support for FreeBSD and fix a socket issue
4362  650763 gdbus-codegen is broken with python 2.7
4363  655129 GDateTime could provide api for implementing wall clocks
4364  656341 gtlsconsoleinteraction.c uses getpass() which isn't avail...
4365  656387 GCancellable can be used concurrently
4366  656443 Make GTlsInteraction ask_password cancellable
4367  656675 void functions should not return in glib 2.29.16
4368  656772 g_variant_compare for uint64 incorrect
4369  656914 Load GIO_EXTRA_MODULES first, and ignore duplicates
4370  657083 The header langinfo.h is not available on all systems
4371  657084 gfileutils: fix docs/annotations for temp file methods
4372  657138 Some files missing in POTFILES.in
4373  657206 GInputStream leaked in g_file_icon_load_async()
4374  657243 g_cancellable_set_error_if_cancelled() documentation
4375  657274 Use detected PYTHON variable as shebang for gdbus-codegen
4376  657336 Speling fixes for glib found with codespell
4377  657452 plural forms needed
4378  657454 Translation comment needed
4379  657540 Print out file:// URL to coverage HTML report after building
4380  657593 g_test_trap_fork calls close(-1)
4381  646082 Addresses from GSocket should be normalized before returning
4382  657517 fix gio/tests/gdbus-peer on bsd
4384 * Translation updates:
4385  Brazilian Portuguese
4386  Galician
4387  Norwegian bokmål
4388  Punjabi
4389  Russian
4390  Serbian
4391  Spanish
4392  Swedish
4393  Traditional Chinese
4394  Uighur
4397 Overview of changes from GLib 2.29.14 to 2.29.16
4398 ================================================
4400 * GTlsDatabase: an abstract class that provides support
4401   or certificate and key lookup. An implementation will
4402   be provided in glib-networking
4404 * GHmac: Support or HMAC digests
4406 * Misc new API:
4407  - g_ptr_array_add_full: creates a GPtrArray with
4408    a preallocated size and a destroy function
4409  - g_desktop_app_info_get_show_in: checks if a GDesktopAppInfo
4410    should be shown in a given desktop environment
4411  - g_mkdtemp, g_mkdtemp_full, g_dir_make_tmp: create
4412    temporary directories
4414 * Unify thread wakeup implementations of GMainContext
4415   and GCancellable, and use eventfd for it when available
4417 * Show mounts in $XDG_USER_DIR in addition to /media and $HOME
4419 * Bugs fixed:
4420  636572 GTlsCertificateDB
4421  644601 Some tests need a running dbus session
4422  652284 deal with small key lengths
4423  652827 glib-2.29.8 no longer builds with mingw.org's toolchain
4424  653063 PEM parser fails parsing private key when put first
4425  654078 Fail to static linking with Glib library
4426  654450 New functions: g_ptr_array_new_full()
4427  654793 Add G_VALUE_INIT
4428  655044 GDesktopAppInfo: Add g_desktop_app_info_get_show_in()
4429  655148 gdbusconnection is broken when compiling with mingw
4430  655241 glocalfile.c no longer compiles with MinGW GCC
4431  655598 g_cancellable_get_fd: silently return -1 for NULL cancellable
4432  655664 gdbus should not abort if no dbus session is available
4433  655769 Use ZLIB_CFLAGS when compiling gio
4434  656031 Improve GVariant annotations
4435  656048 glib-codegen requires Python >= 2.5
4436  656151 configure test logic inverted, doesn't match comments
4437  656152 GCC only syntax used, yet other compilers allowed by configure.
4438  656162 allow use of lcov 1.9 for coverage
4439  656282 GDBusProxy: uninitialized local variables can be freed
4440  656283 Failing tls connection cause assertion
4441  118563 Add g_mkdtemp in the spirit of g_mkstemp
4442  636405 Add g_return_if_fail() to g_settings_bind_with_mapping()
4443  656039 race condition between GDBusProxy signals and public API
4444  656492 g_io_channel_new_file failure (open(2) behavior wrt POSIX)
4446 * Translation updates:
4447  Bulgarian
4448  Esperanto
4449  French
4450  Galician
4451  German
4452  Hebrew
4453  Indonesian
4454  Italian
4455  Norwegian bokmål
4456  Russian
4457  Spanish
4458  Swedish
4461 Overview of changes from GLib 2.29.12 to 2.29.14
4462 ================================================
4464 * Unicode improvements
4465  - add g_unicode_script_{to,from}_iso15924
4466  - add G_UNICODE_SPACING_MARK define
4467  - more normalisation improvements
4468  - stop using deprecated g_unicode_canonical_decomposition()
4470 * GParamSpec:
4471  - mark the 'name' field as 'const' and add a comment to the header to
4472    help avoid future problems caused by bad hacks
4474 * Merge some (modified) patches from Debian:
4475  - 03_blacklist-directories.patch
4476    - add some blacklisted mount directories
4477  - 60_wait-longer-for-threads-to-die.patch
4478    - sleep longer in a test case, if needed to avoid failing
4480 * Units policy change: prefer use of SI units
4481  - deprecate g_format_size_for_display, add g_format_size(_full)
4483 * GSettings: don't call g_error() when the schema is missing
4485 * GVariant support for arrays of object paths:
4486  - new g_variant_{new,get,dup}_objv API
4487  - support for g_variant_{new,get} '^ao' and '^a&o' similar to '^as'
4489 * GDBus:
4490  - use new improved array-of-objects support and pass 'ao' as char**
4491    instead of GVariant*
4492  - improve handling of 'h' type (Unix file descriptor index)
4494 * GIO:
4495  - fix compilation without USE_STATFS and USE_STATVFS
4497 * Documentation fixes
4499 * Bugs fixed:
4500  622921 Migrate from dbus-glib to glib's GDBus
4501  648271 Add g_unicode_script_to_iso15924()
4502  654948 Stop using deprecated g_unicode_canonical_decomposition()
4503  654988 g_atomic_int_add should document behaviour change
4504  655025 #define G_UNICODE_SPACING_MARK G_UNICODE_COMBINING_MARK
4505  655076 normalization misses some Full_Composition_Exclusion=True. 
4507 * Translations updated:
4508  Spanish
4510 Overview of changes from GLib 2.29.10 to 2.29.12
4511 ================================================
4513 * Add new API to do Unicode (de-)composition in atomic steps,
4514   for use in Harfbuzz.
4516 * Bugs fixed:
4517  615895 (indirectly) support non-NULL-terminated regexes in GRegex
4518  617949 glib trunk fails to compile on Solaris w/ Studio 12...
4519  620423 Document the possibility to unset attributes
4520  627974 Floating reference headaches
4521  644687 Not finding cross-links in current doc set
4522  649246 g_output_stream_splice() cannot be used on 32-bit machines...
4523  653841 a helper script to build glib from git master on win32
4524  653935 g_slist_free_full/g_list_free_full iterates twice in the list
4525  654017 tests: fix glib_translations_work() in gsettings unit test
4526  654085 Don't needlessly use "echo -e" when creating .def files
4527  654195 Add g_unichar_compose() and g_unichar_decompose()
4528  654232 GCancellable eventfd problems
4529  654394 suspicious use of floating references in GDBusInterfaceSkeleton
4530  654536 GSettings: lift key name length restriction to 64
4531  654627 GParamSpec: intern property names
4532  654651 Better g_unicode_canonical_decomposition()
4533  654917 Make g_cclosure_marshal_generic the default signal handler
4535 * Translation updates:
4536  Belarusian
4537  Finnish
4538  Korean
4539  Latvian
4540  Lithuanian
4541  Norwegian bokmål
4542  Turkish
4545 Overview of changes from GLib 2.29.8 to 2.29.10
4546 ===============================================
4548 * New features:
4549  - g_desktop_app_info_get_nodisplay: a function that is required
4550    to port gnome-menus to GDesktopAppInfo
4551  - g_hash_Table_iter_replace: new function to replace a value
4552    while iterating over a hash table
4553  - g_utf8_substring: convenience API to extract substrings from
4554    UTF-8 strings
4555  - g_action_group_add_entries: convenience API for creating lots
4556    of actions quickly
4557  - Use eventfd instead of pipes for waking up main contexts and
4558    for cancellation when available
4559  - GMatchInfo is now a refcounted boxed type
4561 * API changes in GAction:
4562  - the 'set_state' entry in the GActionInterface vtable has been
4563    renamed to 'change_state
4564  - g_action_set_state has been renamed to g_action_change_state
4565  - the 'state' property has been changed to read-only
4566  - GSimpleAction can no longer be subclassed
4568 * Bug fixes
4569  647796 g_variant_new_variant is not marked as constructor
4570  652072 gmain: make use of signalfd()
4571  652168 Crosscompiling Fails if build<=2.24 and host >2.24
4572  652750 make dist fails
4573  652758 GDataInputStream: Clarify g_data_input_stream_read_line docs...
4574  652822 Add a g_hash_table_iter_replace
4575  652897 tiny docs clarification for g_utf8_to_ucs4_fast
4576  653140 gmain: use Linux eventfd() for main context wake up
4577  653429 drop AM_MAINTAINER_MODE or enable it by default
4578  653484 GAsyncCallbacks should default to allow-none
4579         Add missing fundamental types to the generic marshaller
4581 * Translation updates
4582  Belarusian
4583  Galician
4584  Russian
4586 Overview of changes from GLib 2.29.6 to 2.29.8
4587 ==============================================
4589 * Bug fixes
4590  646608 export_symbols variable for gio dynamic library is wrong
4591  646635 Fix introspection of GLib
4592  647930 Documentation: GDataInputStream _read_upto() version
4593  651745 Switch to _ prefixing rather than G_GNUC_INTERNAL
4594  651920 Improve qsort_r detection
4595  651959 gbitlock: "asm goto" is not available in gcc < 4.5
4596  651998 gdbus-codegen: Use relative Python imports
4597  652000 Fix for gatomic.c on Windows/MSVC
4598  652002 Proposal to clean up gvaluetransform.c for MSVC
4599  652025 g_dbus_connection_register_object: error is not set...
4600  652081 Typos in a GBinding warning message
4601  652197 Improper handling of double values in GDBusMessage
4602         Fix a deadlock in gobject finalization
4604 * Translation updates:
4605  Czech
4606  Galician
4607  German
4608  Hebrew
4609  Norwegian bokmål
4610  Spanish
4611  Uighur
4614 Overview of changes from GLib 2.29.4 to 2.29.6
4615 ==============================================
4617 * Atomic operations have been rewritten from scratch to make use
4618   of gcc builtins where possible. As a side-effect of this, calls
4619   to g_atomic_ API with explicit casts may now be problematic; if
4620   that happens to you, try first to remove the casts. Another
4621   side-effect of the rewrite is that g_atomic_int_exchange_and_add
4622   has been deprecated in favor of g_atomic_int_add.
4624 * A full set of atomic operations on pointers has been added,
4625   including bit locks in pointer-size locations.
4627 * Access to quarks is now lockless
4629 * GObject data scalability has been greatly improved
4631 * g_data_time_format now supports alternative digits and padding
4633 * Introspection improvements:
4634  - Add a boxed type for GVariantBuilder
4635  - Annotation fixes in GDBus, GVariant, g_base64_
4637 * Bugs fixed:
4638  502560 g_rand_double_range returns 'inf'
4639  612729 g_mkdir_with_parents can fail if the directory already exists
4640  617491 g_once() implementation is inefficient
4641  619418 Add a performance test for UTF-8 decoding functions
4642  619435 Make g_utf8_to_ucs4_fast() yet faster
4643  626549 G_STATIC_ASSERT_EXPR
4644  631231 bitlock: Fix detection and usage of futexes with Bionic
4645  632294 g_queue_remove() should return a boolean
4646  640518 GMainLoop has quadratic complexity when all pollfd's...
4647  642026 Race condition in g_static_private_free
4648  646635 Fix introspection of GLib
4649  648678 g_date_time_format(): support %O flags for localized numbers
4650  649480 Use MSG_CMSG_CLOEXEC in recvmsg in gio/gsocket.c
4651  649506 GTestFunc et al lacking Since tag
4652  649657 Don't return gboolean for functions that throw
4653  649775 glib-gio-gdbuscodegen-Makefile.patch
4654  649915 gsettings accepts unquoted strings longer than two characters
4655  649973 gthread: build unix tests only on unix
4656  649988 gdbus-codegen: Drop dependency on argparse
4657  650078 forkbomb building glib/tests/protocol
4658  650211 Optimization in key file parsing
4659  650236 Application over DBus implements action state incorrectly
4660  650345 g_key_file_has_key_full: New function to fix g_key_file_has_key...
4661  650458 reduce overhead in g_object_set/get_data
4662  650459 hash table consistency while calling destroy notify funcs
4663  650688 enforce rules about hash table modification
4664  650823 expand the set of atomic ops
4665  650874 codegen chokes on docs
4666  650882 use stdout instead of stderr for informational messages
4667  650884 fix compilation with gcc2
4668  650885 implement glib credentials on OpenBSD (hackish)
4669  650935 G_GNUC_MAY_ALIAS and atomic ops
4670  651009 minor documentation fix
4671  651034 Regarding g_cond_wait after g_thread_pool_push in gthreadedresolver
4672  651133 race condition in GDBusConnection's emit_signal_instance_in_idle_cb
4673  651141 hashtable infinite loop
4674  651219 fix path to true(1) on OpenBSD
4675  651223 Fix some compile warnings on OpenBSD
4676  651327 Minor fixes for the gsocket API
4677  651467 Add pointer sized bitlocks
4678  651650 gdbus: Avoid busy wait loop
4679  651725 gmain: Cleanups and a new test case
4680  651745 Switch to _ prefixing rather than G_GNUC_INTERNAL
4682 * Updated translations:
4683  Catalan (Valencian)
4684  Esperanto
4685  Hebrew
4686  Hungarian
4687  Russian
4688  Spanish
4691 Overview of changes from GLib 2.29.2 to 2.29.4
4692 ==============================================
4694 * GDBus:
4695  - Includes several new types to support modeling D-Bus
4696    objects and interfaces more fully, and also introduces
4697    an 'object manager' pattern:
4698    GDBusInterface, GDBusObject, GDBusObjectManager
4699    These interfaces have client-side implementations:
4700    GDBusProxy, GDBusObjectProxy, GDBusObjectManagerClient
4701    And server-side implementations:
4702    GDBusInterfaceSkeleton, GDBusObjectSkeleton, GDBusObjectManagerServer
4703  - The new gdbus-codegen utility uses these new classes
4704    to generate C code and documentation from D-Bus interface
4705    descriptions in XML
4707 * GTest:
4708  - There is now a g_test_fail() function to mark
4709    tests as failed
4711 * GDesktopAppInfo
4712  - Now has a binding-friendly filename property
4713  - Other new API to more fully expose desktop file contents:
4714    g_desktop_app_info_get_categories(),
4715    g_desktop_app_info_get_generic_name()
4717 * GHashTable:
4718  - Several optimizations to reduce space consumption of
4719    large hash tables, in particular tables that are used
4720    to store sets.
4722 * Unix-specific APIs:
4723   GLib now installs a separate header, glib-unix.h, that is
4724   meant to collect Unix-specific APIs. For now, it contains
4725   g_unix_open_pipe(), g_unix_set_fd_non_blocking() for dealing
4726   with pipes and fds, as well as APIs to create mainloop
4727   sources which can trigger callbacks on certain Unix
4728   signals (SIGTERM, SIGHUP, SIGINT).
4730 * Bugs fixed:
4731  631379 GDBus nonce-tcp test failing
4732  632631 GLib-CRITICAL **: g_variant_new_string: assertion `g_utf8_validate (string, -1, NULL)' failed
4733  635694 gdbus aborting due to unauthorized socket in DBUS_SESSION_BUS_ADDRESS
4734  637561 Crash when using G_DBUS_SERVER_FLAGS_RUN_IN_THREAD
4735  642935 g_date_time_format() prints wrong value for %z and timezone -0800
4736  643134 g_dbus_message_copy
4737  644941 glib-unix: New Unix-specific API
4738  646013 g_hash_table_remove_all_nodes optimization
4739  646309 glib cannot be cross-compilled for mingw32
4740  646435 GTimeZone doesn't seem to be thread-safe
4741  646957 GIO chained calls don't work with a thread default context
4742  647594 README link to mailing list is broken
4743  647602 Cannot connect to remote message bus via TCP
4744  647746 The GSocketService documentation is incomplete.
4745  647826 API: gtester: Add g_test_fail()
4746  647903 GDesktopAppInfo: Add g_desktop_app_info_get_categories()
4747  648416 g_app_info_create_from_commandline ignores SUPPORTS_STARTUP_NOTIFICATION
4748  648423 Support G_DEBUG=trap-warnings
4749  648425 GDesktopAppInfo: Add "filename" property for bindings
4750  648966 Update g_unichar_iswide and g_unichar_iswide_cjk
4752 * Updated translations
4753  Norwegian bokmål
4754  Spanish
4755  Turkish
4756  Uighur
4759 Overview of Changes from GLib 2.28.0 to 2.29.2
4760 ==============================================
4762 * GApplication
4763  - The documentation has been enhanced and clarified
4764  - An opt-out for uniqueness has been added: G_APPLICATION_NON_UNIQUE
4765  - GApplication now syncs settings before g_application_run() returns
4767 * GDBus
4768  - Interface lookups are now happening in constant time
4769  - Signature checking and handling of various unexpected
4770    situations has been improved
4772 * GVariant
4773  - The format accepted by the GVariant parser has beend documented
4774  - GVariant accepts G_VARIANT_TYPE_VARDICT for a{sv}
4776 * GDateTime:
4777  - The return value of g_datetime_compare() has been fixed to
4778    match strcmp() semantics
4779  - In order to handle problems with changing timezones, a GTimeZoneMonitor
4780    has been added to GIO, and g_time_zone_refresh_local() can be
4781    called to update the cached information about the local timezone
4783 * GOption now uses /proc/self/cmdline to set the program name instead
4784   and only falls back to "<unknown>" if that is unavailable
4786 * GSettings:
4787  - The schema compiler now warns about references to non-existing schemas
4789 * Commandline utilities are now fully translated
4791 * Signals can now indicate that collecting their arguments must
4792   always happen, even in the absence of connected signal handlers,
4793   using the G_SIGNAL_MUST_COLLECT flag.
4795 * Bugs fixed:
4796  635099 Memory leak in gdbus introspection when parsing xml
4797  640489 $ and ^ do not match lines if G_REGEX_MULTILINE|G_R...
4798  642042 Overriding GDBus org.freedesktop.DBus.Properties im...
4799  642052 g_timeout_add(_seconds) cannot handle large intervals
4800  642490 notify_desktop_launch() "g_variant_new_bytestring:...
4801  613269 g_type_get_qdata() doesn't work as I expected on subtypes
4802  624943 G_VALUE_NOCOPY_CONTENTS is undocumented
4803  637738 object_interface_check_properties never actually executes
4804  638185 GIOCondition should be annotated as "flags"
4805  639478 GDBusServer's g_dbus_server_new_sync() function should just...
4806  641755 Add g_settings_get/set_uint() helpers
4807  641768 dconf gsettings backend silently drops writes if it can't...
4808  642797 g_app_info_get_default_for_type() broken for subtypes
4809  642825 Unnecessary assertion failure in g_option_context_parse()
4810  642944 NULL key lookup using g_hash_table_lookup_extended()
4811  643074 Incorrect documentation for g_socket_receive() and g_socket...
4812  643197 g_application_id_is_valid docs imply no valid ids
4813  643468 GApplication docs: Warn that handling "command-line" means...
4814  643478 GApplication::local_command_line vfunc documentation seems wrong
4815  643624 Can g_variant_unref() on an already free'd variant
4816  643649 g_application_run() should say that argc/argv can be NULL
4817  643780 shouldn't need to create an action group to use actions...
4818  643795 g_timeout_add_seconds fires with intervals 1 second longer...
4819  644309 Program name is not set when using GtkApplication
4820  644428 Crash in failure section of g_markup_collect_attributes()
4821  644465 undefined reference to `_usleep'
4822  644552 g_timeout_add_seconds(1, ...) may have a latency of up to 2...
4823  644607 Correct internal definition of C_()
4824  645789 annotations for g_file_*_contents
4825  646039 g_settings_list_children() returns child that cannot be opened
4826  646310 Accept range with only min or max
4827  646420 g_dbus_method_invocation_get_parameters() docs should say...
4828  646843 occasional abort on autologin
4829  646985 add G_APPLICATION_NON_UNIQUE flag
4830  647579 gsettings: Implement reset-recursively
4831  647600 gsettings description has typo
4833 * Translation updates
4834  Afrikaans
4835  Bulgarian
4836  Bengali India
4837  British English
4838  Bulgarian
4839  Catalan
4840  Czech
4841  Danish
4842  French
4843  Galician
4844  German
4845  Greek
4846  Gujarati
4847  Hebrew
4848  Hungarian
4849  Italian
4850  Japanese
4851  Korean
4852  Lithuanian
4853  Polish
4854  Portuguese
4855  Romanian
4856  Serbian
4857  Simplified Chinese
4858  Spanish
4859  Swedish
4860  Traditional Chinese
4861  Uighur
4862  Vietnamese
4865 Overview of Changes from GLib 2.27.93 to 2.28.0
4866 ===============================================
4868 * Bugs fixed:
4869 641363 GInitable documentation isn't clear about that finalize...
4870 641395 Add more data about the origin application to the "Lau...
4871 641411 gdesktopappinfo signals lost if it's the session bus...
4872 641477 glib-mkenums uses unportable #! line
4873 641572 Add @EXEEXT@ to pkgconfig binary name
4874 641688 glib installs GSettings.html and gsettings.html
4876 * Translation updates:
4877  Galician
4878  Italian
4879  Korean
4880  Punjabi
4883 Overview of Changes from GLib 2.27.92 to 2.27.93
4884 ================================================
4886 * Bugs fixed:
4887  637013 gio/gdbusmessage.c fails to compile on Solaris
4888  640192 Error creating a Gio.Settings object through py...
4889  640261 Minimum version for external pcre needs to be..
4890  640262 GActionGroup contains redundant TYPE macros
4891  640436 Make load_user_special_dirs() resistant to non...
4892  640695 g_key_file_load_from_file() mishandles a CR-LF...
4893  640724 can't compile gio due to format string issues
4894  640725 can't compile tests due to format string issue
4895  640807 improve GVariant behaviour with invalid pointers
4896  640823 wrong documentation for g_source_add_child_source
4898 * Translation updates:
4899  Bulgarian
4900  Galician
4901  Hebrew
4902  Norwegian bokmål
4903  Spanish
4904  Traditional Chinese
4907 Overview of Changes from GLib 2.27.91 to 2.27.92
4908 ================================================
4910 * Update to Unicode 6.0
4912 * Update PCRE to 8.12
4914 * Bugs fixed:
4915  637696 g_unix_connection_send_fd() doesn't work
4916  638872 null settings backend bug
4917  640042 GtkApplication's warning about not connecting...
4919 * Translation updates:
4920  Arabic
4921  Basque
4922  Estonian
4923  Greek
4925 Overview of Changes from GLib 2.27.90 to 2.27.91
4926 ================================================
4928 * Bugs fixed:
4929  638838 gdesktopappinfo: Don't crash if we don't have a desktop filename
4930  638894 Splitting on \s* gives no result
4931  639064 Update gschema.dtd
4932  639084 Copy/paste error in GSettings::writable-changed signal
4933  639177 SIGSEGV for GApplications with G_APPLICATION_IS_SERVICE
4935 * Translation updates:
4936  Estonian
4937  Galician
4938  Indonesian
4941 Overview of Changes from GLib 2.27.5 to 2.27.90
4942 ===============================================
4944 * Test reports created by gtester-report can now
4945   include revision information
4947 * The g_desktop_app_info_launch_* family of functions
4948   now emit a DBus signal when an application is launched.
4949   Additionally, there is a new variant
4950   g_desktop_app_info_launch_uris_as_manager(), which
4951   gives more control over the launched process.
4953 * The memory and null GSettings backends are now available
4954   as public API
4956 * g_get_locale_variants() is a new function that returns a
4957   list of variants of a locale identifier
4959 * Bugs fixed:
4960  587898 I/O timeouts for GSocket
4961  606960 gio: Add extension point for informing parties...
4962  631980 Handle an optional <revision> node in the report...
4963  634569 Document that g_variant_builder_add_value consumes...
4964  635998 Make _g_compute_locale_variants public
4965  636806 Add g_{memory,null}_settings_backend_get_default
4966  637262 Need a binary DER version of ::accepted-cas
4967  637544 Skip fsync() on btrfs
4968  637720 void functions should not return a value.
4969  637738 object_interface_check_properties never actually...
4970  637759 GIOChannel: fix a crash in g_io_channel_read_chars()
4971  637852 Updates to glib.vsprops file for MSVC 2008 builds...
4972  637858 Updates to test/testglib.c...
4973  638349 parameter name of g_variant_new_* may conflict...
4975 * Translation updates:
4976  Hebrew
4977  Norwegian bokmål
4978  Simplified Chinese
4979  Spanish
4980  Swedish
4981  Uyghur
4982  Vietnamese
4985 Overview of Changes from GLib 2.27.4 to 2.27.5
4986 ==============================================
4988 * Network support:
4989  - Add g_tls_certificate_verify() to verify a certificate
4990  - Add GTlsConnection:use-system-certdb
4991  - Other TLS api additions
4993 * GIO:
4994  - Add g_io_stream_splice_async()/_finish() to splice two iostreams
4995  - Add g_emblemed_icon_clear_emblems() and make GEmblemedIcon derivable
4996  - Remove GPeriodic; it did not receive the necessary review and
4997    integration work to declare it stable
4999 * GSequence:
5000  - New methods g_sequence_lookup() and g_sequence_lookup_iter()
5002 * Bugs fixed:
5003  617254 Missing g_sequence_lookup
5004  632544 g_dbus_connection_send_message can not send a locked message...
5005  633350 g_hostname_to_ascii() ignores non-ascii dots
5006  634583 Better error reporting for g_variant_parse()
5007  635007 gsetting enum rule don't work for out-of-srcdir builds
5008  635626 GDBus message idle can execute while flushes are pending
5009  636100 Can't read GSettings:backend property
5010  636305 Typo on g_queue_remove_all() function description
5011  636311 appinfo: tweak application positioning for content-types
5012  636351 g_simple_async_result_is_valid lacks a version tag
5013  636387 gdb autoload files shadow the "dir" builtin
5014  636673 g_simple_async_report_error_in_idle should allow object...
5015  637147 Add a "delay-apply" property to GSettings
5016  637171 emblemedicon: add g_emblemed_icon_clear_emblems()
5017  637237 gapplication: plug a memory leak
5019 * Translation updates:
5020  Estonian
5021  Galician
5022  Hebrew
5023  Norwegian bokmål
5024  Simplified Chinese
5025  Spanish
5026  Traditional Chinese
5027  Vietnamese
5030 Overview of Changes from GLib 2.27.3 to 2.27.4
5031 ==============================================
5033 * GIO
5034  - Mounts are treated as hidden if they have a path element
5035    that starts with a dot
5036  - GAppInfo gained API to differentiate between recommended
5037    and fallback mime handlers
5038  - g_cancellable_create_source: creates a GSource that triggers
5039    when the GCancellable is canceled
5040  - GPollableInput/OutputStream: Interfaces for pollable streams
5041  - TLS support has landed, with an extension point that is
5042    implemented in glib-networking
5044 * GLib
5045  - Mainloop sources can now have 'child sources'
5046  - g_get_runtime_dir: New function to return the XDG_RUNTIME_DIR
5048 * Bugs fixed:
5049  530786 GFileMonitor "changed" signal underdocumented
5050  588189 TLS support for GSocket*
5051  630357 g_object_new_valist uses uninitialized memory
5052  630559 typo in public string in gsocks: 'The SOCKSv5 require...
5053  632445 Documentation refers to removed GNOME 2.0 porting guide
5054  634239 Child GSources
5055  634241 Add pollable input/output streams
5056  634504 allow passing a NULL emblem to g_emblemed_icon_new()
5057  634613 unsufficient g_get_user_runtime_dir() documentation
5058  635640 schema should inherit gettext-domain from schemalist
5059  635768 Protect g_file_monitor_set_rate_limit() against negative...
5060  635882 Fix the wrong-category schema test
5061  635187 Wrong type of GVariant received in an action...
5063 * Updated translations:
5064  Galician
5065  Italian
5066  Norwegian bokmål
5067  Uyghur
5070 Overview of Changes from GLib 2.27.2 to 2.27.3
5071 ==============================================
5073 * The GTimeSpec type that was introduced in the 2.27.2 has been
5074   dropped again in favour of APIs that return microseconds as
5075   64-bit integer.
5076   Affected functions:
5077   g_source_get_time
5078   g_periodic_unblock
5079   g_get_monotonic_time
5080   g_get_real_time
5081   The similar GTimeVal struct is still around, but its use is
5082   discouraged.
5084 * GTimer is now using monotonic time unconditionally
5086 * There are some new functions to facilitate error reporting
5087   in async GIO APIs:
5088   g_simple_async_result_take_error
5089   g_simple_async_result_new_take_error
5090   g_simple_async_report_take_gerror_in_idle
5092 * There is new convenience API to us GVariant dictionaries:
5093   g_variant_lookup
5095 * It is now possible to delay sending match rules to the
5096   D-Bus daemon in GDBus:
5097   G_DBUS_SIGNAL_FLAGS_NO_MATCH_RULE
5099 * Support has been added for XDG_RUNTIME_DIR:
5100   g_get_user_runtime_dir
5102 * Various fixes for Win64/MSVC builds have been committed
5104 * Bugs fixed:
5105  620263 Add g_clear_object, g_clear_pointer, g_clear_boxed
5106  633075 update Project Files and sources for MSVC 2008/C89
5107  633381 gsettings Makefile rules should handle empty list...
5108  633685 Use g_simple_async_result_{new_,}take_error
5109  633686 Add g_simple_async_report_take_gerror_in_idle
5111 * Translation updates:
5112   Belarusian
5113   Galician
5114   Hebrew
5115   Punjabi
5116   Spanish
5119 Overview of Changes from GLib 2.27.1 to 2.27.2
5120 ==============================================
5122 * GApplication
5123  - Export actions over DBus and support activating them from remote instances
5124  - Support environment passing
5126 * GSettings
5127  - The gsettings utility has a list-recursively command
5128  - The gsettings utility has commandline completion for enum values
5130 * GLib is now linked against librt and uses monotonic time for
5131   timeouts and GPeriod sources. GSource has a new g_source_get_time()
5132   which returns monotonic time, and g_source_get_current_time() has
5133   been deprecated
5135 * Bugs fixed:
5136  158725 free linked list with data
5137  626320 GVariant: Avoid locking in g_variant_get_child_value() if possible
5138  629247 add gsimpleasyncresult methods to take over a GError
5139  629274 GNetworkService does not do fallback when there is no SRV record
5140  631264 gsettings-tool choice/range support
5141  631482 g_date_time_from_instant: 1000000000000000000
5142  632169 docs for manual use of gsettings-data-convert
5143  632571 Add equivalent to gconftool-2's -R option
5144  633115 GSettings m4 doesn't fail the build for broken schemas
5145  633206 Default g_application_local_command_line() doesn't set exit_status...
5146  633339 support more complex gapplication setups
5147  633356 Make timeout G_MAXINT mean "no timeout"
5149 * Translation updates:
5150  Catalan (Valencian)
5151  Indonesian
5152  Japanese
5155 Overview of Changes from GLib 2.27.0 to 2.27.1
5156 ==============================================
5158 * GDateTime now has full week number support.
5159   New API: g_date_time_get_week_numbering_year
5161 * The GSettings schema compiler will now skip over
5162   broken .xml schema files instead of aborting altogether
5164 * GSettings now works properly on bigendian systems
5166 * GSettings has more complete support for ranges
5167   New API:
5168     g_settings_get_range
5169     g_settings_range_check
5170   The gsettings commandline tool supports ranges too.
5172 * GApplication has been rewritten; see the API docs for details
5173   and examples. The action support is not complete yet.
5175 * The GLib mainloop has gained 'dispatch to context' functionality,
5176   which can replace manually created idles in many cases.
5177   New API:
5178     g_main_context_invoke
5179     g_main_context_invoke_full
5181 * The gio-desktop-app-info-lookup extension point has been
5182   removed from GIO. GIO now uses x-scheme-handler mimetypes when
5183   looking for default applications.
5185 * On win32, make g_get_user_data_dir() return the CSIDL_LOCAL_APPDATA
5186   folder on Windows, and not CSIDL_PERSONAL. This matches what Qt does,
5187   and has been widely requested. Also make g_get_user_config_dir() return
5188   this and not the (roaming) CSIDL_APPDATA folder.
5190 * A periodic event clock has been added in GIO: GPeriodic. Note that this
5191   API is still experimental and expected to undergo changes before it
5192   will be incorporated into a stable GLib release. Use at your own risk.
5194 Bug fixes:
5195  613822 gobject signal connect/disconnect not thread safe
5196  618737 "dispatch to context" functionality
5197  620710 g_get_user_data_dir() uses CSIDL_PERSONAL and not CSIDL_APPDATA
5198  623400 acquire context before dispatching
5199  627126 gsettings schema files don't get installed on FreeBSD
5200  627171 g_socket_new_from_fd() doesn't set the right protocol
5201  628876 Wrong error description
5202  628937 gracefully handle broken schemas
5203  629274 GNetworkService doesn't fallback when there is no SRV record
5204  629289 g_error() used wrong, produces core dump
5205  629687 leaks class refcount in gsocketcontrolmessage
5206  629849 GLib-CRITICAL **: g_source_get_context: assertion `!SOURCE_...
5207  629945 GDBus deadlock in g_bus_get_sync()
5208  630000 g_date_time_difference
5209  630077 GDateTime week number support
5210  630185 Allow NULL strings in g_quark_try_string()
5211  630797 docs mention non-existent g_object_dispose()
5212  630968 gschema-compile problems on power g5
5213  631263 GSettings needs range/choice APIs
5214  631264 gsettings-tool choice/range support
5215  631379 GDBus nonce-tcp test failing
5216  631410 Port gapplookupgconf.c to using x-scheme-handler/
5217  632884 Possible deadlock in g_object_remove_toggle_ref()
5219 Transation updates:
5220  Basque
5221  Brazilian Portuguese
5222  British English
5223  Bulgarian
5224  Czech
5225  Dutch
5226  Estonian
5227  French
5228  Galician
5229  German
5230  Greek
5231  Hebrew
5232  Hungarian
5233  Japanese
5234  Lithuanian
5235  Polish
5236  Portuguese
5237  Romanian
5238  Simplified Chinese
5239  Slovenian
5240  Spanish
5243 Overview of Changes from GLib 2.25.15 to GLib 2.27.0
5244 ====================================================
5246 Build:
5247   - massive restructuring to reduce #include abuse
5248   - tweaks to silence some harmless compiler warnings
5249   - rename gschema-compile.c to glib-compile-schemas.c
5250   - Windows fixes
5251   - fix building with zlib < 1.2.4 on win32
5253 GDateTime:
5254   - better msgctxt for translating month and weekday names
5255   - API is changed quite a lot, implementation is improved
5256   - GTimeZone is now exposed
5258 GObject:
5259   - make ordering for overridden interface properties consistent
5260   - ->priv structures are limited to 64k but this was not documented,
5261     and exceeding this limit produced bad results.  Add docs and enforce
5262     the limit properly.
5263   - add g_object_class_install_properties() to install multiple
5264     properties in one go
5265   - improve debugging output for GValue containing G_TYPE_STRV
5267 GIO:
5268   - fix priority sorting of GIO extensions
5269   - add GCredentials support on FreeBSD
5270   - fix support for IPv6 addresses in URI parsing functions
5271   - GSocketClient fixes for when g_socket_connect succeeds immediately
5272   - clarify string encoding for GFile constructors in docs
5273   - new functions g_data_input_stream_read_upto{,async,finish}
5274   - tweak confusing documentation for g_output_stream_write()
5276 GDBus:
5277   - GDBusMessage can now be locked and copied (like in libdbus)
5278   - GDBusConnection filter function API has changed again
5279   - GDBusServer: ::new-connection now declares if the connection was claimed
5280   - add a partial workaround for GObject bug 627724.
5281   - very many memory leaks fixed
5283 GVariant:
5284   - check for size == 0 in g_variant_get_bytestring to avoid a crash
5285     when attempting to get_bytestring() from an empty array
5286   - improve gobject-introspection annotations
5288 GSettings:
5289   - add GSettings Windows registry backend
5290   - some internal tweaks to the backend API
5291   - remove g_settings_list_items
5292   - add g_settings_list_children and _list_keys to replace it
5293   - add schema compiler restrictions for dealing with lists
5294   - don't automatically emit value changed signals on writability
5295     changes
5297 Other:
5298   - constify the 'parser' vtable param to g_markup_parse_context_push()
5299   - plug many memory leaks in test cases
5301 Bugs closed:
5302   50076 Time API to go with date API
5303  584284 g_data_input_stream_read_until_async different from sync version
5304  624546 Modification of GDBusMessage in filter function
5305  626919 Let g_object_class_install_property() return the installed GParamSpec*
5306  628029 GDateTime missing get_week_of_year method
5307  628253 Interface properties not listed in a consistent order
5308  628331 Plug lots of mem leaks in gio test suite
5309  628345 Plug a mem leak
5310  628436 Plug a mem leak
5311  628505 Fix building with zlib < 1.2.4 on win32
5312  628839 [PATCH] datetime: Rename shadowing variables
5313  628904 [PATCH] Add credential support for FreeBSD and fix a socket issue
5314  628952 incorrect glib_major_version and other variables on cygwin.
5315  629192 g_strdup_value_contents(): dump GStrv more usefully
5316  629251 g_socket_client_async_connect_complete: assertion failed
5317  629259 Failed to connect to "::1"
5318  629328 g_markup_parse_context_push doesn't respect const structs
5319  629429 month "May" short and full form same with "GDateTime" msgctxt
5320  629689 GDBusConnection leaks its GCredentials
5321  629698 Segfault in g_variant_get_bytestring() 
5323 Updated translations:
5324   Arabic
5325   Armenian
5326   Basque
5327   British English
5328   Czech
5329   Finnish
5330   Galician
5331   German
5332   Hungarian
5333   Indonesian
5334   Japanese
5335   Lithuanian
5336   Norwegian bokmål
5337   Polish
5338   Portuguese
5339   Punjabi
5340   Simplified Chinese
5341   Slovenian
5342   Spanish
5343   Swedish
5344   Swedish
5345   Traditional Chinese
5347 Overview of Changes from GLib 2.25.14 to GLib 2.25.15
5348 =====================================================
5350  * GIO
5351   - Memory leak fixes
5352   - The GZip(De}Compressor can now process header information
5353   - Support for network proxies has been added, with the GProxy
5354     interface and the gio-proxy-resolver extension point. GIO
5355     includes SOCKSv4 and SOCKSv5 implementations, and libproxy
5356     is also going to provide an implementation of this extension
5357     point.
5358   - There are GAction and GActionGroup interfaces now, which will
5359     be used in GApplication in the near future.
5361  * GObject
5362   - There are now convenience macros for defining boxed and
5363     pointer types
5365  * GDBus
5366   - Memory leak fixes
5367   - GDBusProxy for well-known names can now auto-restart
5368     the service if the name owner disapperas
5369   - Filter functions are now allowed to modify messages
5371  * GLib
5372   - GDateTime is a replacement for GDate that supports time
5373     and timezone information.
5375  * Bugs fixed:
5376   50076 Time API to go with date API
5377  449565 Add G_DEFINE_BOXED_TYPE()
5378  617691 Add GZIP header processing to GZlibCompressor/GZlibDecompressor
5379  622184 add g_memory_output_stream_steal_data
5380  624546 Modification of GDBusMessage in filter function
5381  627088 Build failure in gdbus-peer.c on FreeBSD
5382  627181 save a memdup
5383  627182 Plug a mem leak in the gdbus-connection test
5384  627187 Plug some gdbus mem leaks
5385  627188 gdbus-non-socket test occasionally fails
5386  627252 G_OPTION_FLAG_NO_ARG is only for callback options
5387  627392 gdbus commit 8a3a4596 breaks win32 compile
5388  627407 FTBFS on !linux UNIX platforms
5389  627604 String error: 'that' twice in a row
5390  627969 ABR in g_file_open_tmp
5391  628084 gdbus-peer fails with assertion
5392  628193 Miscellaneous string fixes
5393  628296 abort() in gsocketconnection.c
5394  628309 Plug a mem leak in GConverterOutputStream
5395  628317 GEmblemedIcon:equal implementation is buggy
5396  628323 Fix invalid reads
5397  628327 Plug a mem leak
5398  628328 Plug a mem leak
5399  628329 Don't leak the FD list
5400  628324 Invalid reads in gdbus-export test
5402  * Updated translations:
5403   British English
5404   Danish
5405   Galician
5406   Hebrew
5407   Punjabi
5408   Serbian
5409   Spanish
5410   Traditional Chinese
5413 Overview of Changes from GLib 2.25.13 to GLib 2.25.14
5414 =====================================================
5416 * GDBus
5417  - Make the closure variants of GDBus apis work
5418  - Make error unregistration work
5419  - Use async IO in the IO thread (626748)
5421 * GIO
5422  - Make g_simple_async_result_is_valid work without source (626208)
5423  - GSocketClient: add a timeout property
5424  - Fix memory leaks in GSocketClient
5425  - Handle async vs. sync correctly in GSocketConnection stream (616458)
5426  - Declare stream base classes as abstract
5427  - Clarify semantics of g_output_stream_write() (627071)
5429 * Other
5430  - Improve test coverage for GDBus, GRegex, GAsyncResult
5431  - Drop dead code in pcre, xdgmime
5432  - Fix a race condition in gtester (578295)
5433  - Avoid an extra allocation in GAsyncQueue (626704)
5434  - Add test case for non-socket GIOStream (626841)
5435  - More explicit GVariant docs (622770)
5436  - Imroved docs for GAsyncInitable and GSimpleAsyncResult (602417)
5438 * Translation updates:
5439  - Galician
5440  - Norwegian bokmål
5441  - Punjabi
5442  - Simplified Chinese
5443  - Swedish
5446 Overview of Changes from GLib 2.25.12 to GLib 2.25.13
5447 =====================================================
5449 +-------------------------------------------------------------------+
5450 |   WARNING: There have been no breaks in API or ABI.  Weird, eh?   |
5451 +-------------------------------------------------------------------+
5453 The primary purpose of this release is to fix a serious problem with
5454 glib 2.25.12: glibconfig.h (as generated on a Fedora amd64 system) was
5455 being distributed in the tarball.  It was being used to build some parts
5456 of glib on other systems (eg: 32bit ones).  This was causing some very
5457 serious problems.
5459 There have been many other improvements, however:
5461  Build and testing:
5462   - vastly improved test coverage
5463   - old tests moved to the gtester framework
5464   - gtester Makefile modified so that the tests only run once
5465   - cleanup of how we handle includes while building glib
5467  GVariant:
5468   - add a g_return_if_fail (utf8) to g_variant_new_string()
5470  GDBus:
5471   - perform extra sanity checks when serialising messages
5472   - add API to query and set the byteorder of a GDBusMessage
5473   - improve debug output, add some extra options
5474   - if exiting due to the bus disconnecting us, print an error message
5475     explaining why
5476   - sort property names correctly
5477   - don't bother sending RemoveMatch when we will close the connection
5478     anyway
5479   - use effective uid/gid for credential passing
5481  GSettings:
5482   - add G_SETTINGS_BIND_INVERT_BOOLEAN for inverting boolean bindings
5483     without mapping functions
5484   - mark all strings in the schema compiler for translation
5486  Binding:
5487   - improve closure support for bindings
5488   - copy GSettings INVERT_BOOLEAN flag
5490  Other:
5491   - fix another complicated GCancellable deadlock possibility
5493 Bugs closed:
5494  599590 glib build doesn't look for correct pkg-config
5495  619026 avoid warning in gutils.h when using gcc with -Wconversion
5496  624739 Please fix POTFILES.in
5497  625472 Valgrind claims uninitialized bytes used
5498  625500 g_date_set_time_val documentation doesn't mention local time
5499  625628 GDBusProxy: wrong property name sorting
5500  625753 Incorrect flags used in g_dbus_connection_call_sync()
5501  625827 Expand documentation about error quark naming
5502  625988 builddir != srcdir issues
5503  626107 glibconfig.h is being disted
5505 Updated translations:
5506  French
5507  Galician
5508  Hebrew
5509  Norwegian bokmål
5510  Spanish
5513 Overview of Changes from GLib 2.25.11 to GLib 2.25.12
5514 =====================================================
5516 +-------------------------------------------------------------------+
5517 | WARNING: There have been many API changes in GDBus -- sending     |
5518 | messages, subscribing to signals, closing connections and         |
5519 | registering subtrees are affected.  The ABI for GSettingsBackend  |
5520 | has also been changed.  For both reasons, a new dconf release is  |
5521 | required (and will be along soon).                                |
5522 +-------------------------------------------------------------------+
5524 Build:
5525   - cleanup automake setup
5526   - rename configure.in to configure.ac
5527   - various docs fixups
5528   - move glibconfig.h to glib/
5529   - disable dtrace support on Mac OS (which has incompatible 'dtrace')
5531 GSettings:
5532   - add support for vendor override files (to change the default values
5533     in a schema)
5534   - change GSettingsBackend vtable
5535   - add g_settings_reset()
5536   - support binding to G_TYPE_STRV properties
5538 GDBus:
5539   - many bug fixes, including a serialisation fix
5540   - stop handling incoming connections as soon as stop() is called
5541   - proper support for file descriptor passing
5542   - new flags parameter for sending messages
5543   - new flags parameter for subscribing to signals
5544   - always reset the message serial when sending a message unless
5545     G_DBUS_SEND_MESSAGE_FLAGS_PRESERVE_SERIAL is given
5546   - constness fixes for introspection structures
5547   - clean ups to subtree registration API
5549 Other:
5550   - fix divide by zero bug in g_malloc_n functions
5551   - GIO: don't blindly assume that SOCK_CLOEXEC is supported
5552   - make GObject property notify freezes threadsafe
5553   - GIO: clean up credentials passing
5554   - GApplication: make default-quit not apply if register=FALSE
5555   - GIO: add annotations for gobject-introspection
5557 Bugs closed:
5558  166020 use GAtomic for refcounting
5559  617483 Credentials passing
5560  622005 [GApplication] no way to modify the "default-quit" property
5561  623293 vendor override files
5562  623810 Message serialization bug
5563  623815 Don't check sender for GDBusProxy objects where name is not set
5564  624473 GDBusSubtreeIntrospectFunc return type
5565  624483 GDBusSubtreeEnumerateFunc clarification
5566  624484 GDBusSubtreeDispatchFunc clarification
5567  624754 gdbusaddress.c missing sys/wait.h
5568  624968 div by zero in g_malloc_n family
5569  624991 GSettings mapping for G_TYPE_STRV 
5570  625383 Add missing GI annotations
5572 Updated Translations:
5573  Armenian
5574  Galician
5575  German
5576  Hebrew
5577  Kazakh
5578  Romanian
5579  Simplified Chinese
5580  Spanish
5582 Overview of Changes from GLib 2.25.10 to GLib 2.25.11
5583 =====================================================
5585 +-------------------------------------------------------------------+
5586 | WARNING: There have been minor API changes in GDBus and GVariant. |
5587 | These API changes will not affect many users, but they do require |
5588 | a new version of GTK+ to be installed.                            |
5589 +-------------------------------------------------------------------+
5591 Build:
5592   - add a --disable-Bsymbolic configure flag to disable linking with
5593     -Bsymbolic-functions
5594   - this release sees the complete removal of the old 'g*alias' hacks
5595   - honour the NOCONFIGURE environment variable from autogen.sh
5596   - use proper feature test macros for isnan
5597   - use pkg-config to check for zlib
5598   - add ACLOCAL_AMFLAGS to Makefile.am
5600 GDBus:
5601   - hide Class and instance structures for all GDBus types except
5602     GDBusProxy.  This breaks API by preventing subclassing, but probably
5603     nobody was doing that.
5604   - add new GDBusConnection call to support flushing all pending
5605     outgoing messages
5606   - change the register_object API to add a reference to the
5607     GDBusInterfaceInfo object so the caller need not keep it alive
5608     themselves
5609   - don't rewrite the serial number when sending messages that already
5610     have a serial number
5611   - better error checking for DBUS_SESSION_BUS_ADDRESS environment
5612     variable
5613   - switch to g_parse_debug_string for G_DBUS_DEBUG and add a lot of new
5614     flags
5615   - add support for temporarily freezing a freshly created
5616     GDBusConnection.  Do this until after the ::new-connection signal
5617     has finished running on GDBus services.
5618   - never require non-closed connections (the user is incapable of doing
5619     this due to the obvious race)
5620   - remove weird/misleading redundant check on NameOwnerChanged signal
5621   - emit GDBusProxy::g-properties-changed on NameOwnerChanged
5623 GVariant:
5624   - the 'g_variant_{new,get}_byte_array' APIs have been removed
5625   - g_variant_{new,get,dup}_bytestring has been added, with different
5626     arguments and different behaviour
5627   - g_variant_{new,get,dup}_bytestring_array has been added, doing
5628     essentially the same thing as the 'strv' functions, but with byte
5629     strings instead of utf8 strings
5630   - G_VARIANT_TYPE_BYTESTRING ('ay'), BYTESTRING_ARRAY ('aay') and
5631     STRING_ARRAY ('as') constants have been added
5632   - the undocumented behaviour that g_variant_get_strv() deserialised
5633     arrays of object paths or signature strings has been dropped
5634   - additional varargs support for converting bytestrings or bytestring
5635     arrays with ^ay ^aay ^&ay and ^a&ay
5636   - improved gobject-introspection annotation
5637   - fix a problem with GBuffer calling g_slice_free for the wrong type
5638   - fix leaks in the type inferencing code of the parser
5640 GSettings:
5641   - improved documentation
5642   - updated schema XML DTD, now xincluded into the docs
5643   - added support for schemas that extend other schemas (using the
5644     'extends=' attribute).  Values of keys in the base schema can be
5645     overridden using <override>.
5646   - added theoretical support for lists (using the 'list-of=' attribute)
5647   - lots of new tests
5648   - add support for flags (implemented similarly to enums)
5649   - add support for generating .enums.xml files to gsettings.m4:
5650       gsettings_ENUM_NAMESPACE = org.example.myapp
5651       gsettings_ENUM_FILES = ../path/to/*.h
5652     will generate org.example.myapp.enums.xml with mappings for all
5653     enums and flags in the specified .h files.
5654   - warn with g_message() if the 'memory' backend is used by default
5655     (ie: because no other GSettings backends are installed)
5656   - fix get_property() for GSettings::schema
5657   - command line tool: fix a bug that prevented non-basic values from
5658     being set due to a premature free
5659   - command line tool: bash completion support
5660   - chain up in _finalize
5661   - add a new g_settings_get_mapped API to read settings that require
5662     post-processing
5663   - retry with the translated or schema default value if the
5664     GSettingsBindGetMapping function fails
5665   - schema compiler: never fail due to empty schema directories (but
5666     warn)
5667   - peek rather than ref/unref the GEnumClass in the mapping function
5668   - schema compiler: compile *.enums.xml before *.gschemas.xml to ensure
5669     that we have all the enums that the schemas may reference
5670   - schema compiler: improve accuracy of line numbers in error reports
5671   - fix crashes in the keyfile backend caused by invalid group names in
5672     the keyfile
5674 Other:
5675   - always intern GBinding prop names
5676   - base64: remove asserts preventing conversion of empty strings
5677   - document NULL special-cases for GValueArray
5678   - GNode docs improvements
5679   - improve detection of 'system internal' mounts
5680   - fix leaks in the inotify GFileMonitor implementation
5681   - annotate all custom GIO GSources to improve debugging (e.g. using
5682     SystemTap)
5684 Tests:
5685   - Turn on glibc malloc checking features for make check
5686   - improvements for GSettings tests, plus new tests
5687   - improved tests for GKeyfile
5688   - new tests for GDir, GSList, GSList, GAppLaunchContext,
5689     CharsetConverter, GIcon, ...
5690   - move some tests to GTester (tree tests, uri tests)
5691   - generally, really an awful lot of new tests
5692   - don't try to allocate 2gigs of memory anymore for the array test
5694  552363 g_value_array_{insert,prepend,append}'s special cases for NULL
5695  561248 Improve return value description from g_node_prev/next_sibling()
5696  570036 Add ACLOCAL_AMFLAGS to Makefile.am
5697  576833 g_sprintf add a reference to g_strdup_printf
5698  576854 g_strconcat() documentation should provide a hint about bad l10n
5699  582227 reference: add other URI functions to 'URI Functions' section
5700  599223 should provide g_spawn_* variants that take a GAppLaunchContext
5701  610784 array test failing
5702  613057 Leak in inotify GFileMonitor implementation
5703  620536 Annotate all custom GIO GSource using g_source_set_name
5704  620913 More control with G_DBUS_DEBUG
5705  622124 implement flags
5706  622127 GSettings extended key validation
5707  622128 retry with default value for failed mapping
5708  622294 More annotations for GVariant
5709  622565 glib-compile-schemas fails when no schemas
5710  622600 Fix missing prototype warning
5711  622813 gsettings mapping & enum buglet
5712  623142 Ensure ::new-connection runs before processing D-Bus messages
5713  623143 Never require non-closed connections
5714  623319 use g_parse_debug_string for dbus debug flags
5715  623401 process enums first
5716  623402 schema compiler reports wrong line numbers
5717  623407 g_keyfile_settings_backend_new crashes with the key "/"
5718  623473 zlib should be checked with pkg-config
5719  623537 GDBusProxy has weird checking on NameOwnerChanged
5720  623538 GDBusProxy::g-properties-changed emission for corner cases
5721  623692 directory with file at multiple MLS levels may display empty
5722  623720 gschema.dtd does not contain enum definitions
5723  623770 quoting of expand_macro in gdesktopappinfo.c
5724  623772 gdesktopappinfo.c, function child_setup
5725  623780 g_unix_is_mount_path_system_internal
5726  623954 g_settings_finalize
5727  623955 Dubious return values
5729 Updated translations:
5730  Galician
5731  Hebrew
5732  Norwegian bokmål
5733  Spanish
5735 Overview of Changes from GLib 2.25.9 to GLib 2.25.10
5736 ====================================================
5738 +----------------------------------------------------------------+
5739 | WARNING: There have been API changes in GDBus. Users of these  |
5740 | APIs will need to be adapted.  In particular, a new release of |
5741 | dconf is required to go along with this one.  There has also   |
5742 | been a change in the GSettings backend API used for keyfiles.  |
5743 +----------------------------------------------------------------+
5745 * GDBus:
5746  - add direction parameter to filter functions (API change)
5747  - allow calling other interfaces with a GDBusProxy
5748  - padding added to class struct fields (ABI change)
5749  - fixes for closures-based functions
5751 * GVariant:
5752  - new is_floating() call
5753  - add g_value_take_variant() call (required for marshallers)
5755 * GSettings:
5756  - support for binding GParamSpecEnum properties
5757  - ifelse-style condition support for GLIB_GSETTINGS m4 macro
5758  - remove gsettings-schema-convert tool (now in GConf)
5759  - allow introspection of all installed schemas
5760  - allow introspection of the keys in a schema
5761  - rewrite keyfile backend (API change)
5763 * GNIO:
5764  - don't implicitly close GSocket until it is destroyed
5765  - windows fixups
5767 * Other:
5768  - allow GChecksum to take (NULL, 0) for data/length
5769  - GRelation and GCompletion are now deprecated
5770  - introduce G_PARAM_DEPRECATED and G_ENABLE_DIAGNOSTIC
5771  - add working directory to GApplication platform data
5772  - lots of documentation cleanups
5773  - PCRE updated to 8.02
5775 * Build:
5776  - the IA__g_* style symbol aliasing has been disabled and replaced with
5777    the -Bsymbolic-functions linker flag on platforms that support it.
5778    Please be on the watch for portability issues and report them to us.
5779  - many test cases have been moved to the GTester framework
5780  - lcov support has been added for tests
5781  - many windows fixes
5783 * Bugs fixed:
5784  501057  lcov coverage suite and GLib integration
5785  551271  deprecate GRelation
5786  601686  Implement diagnostic mode
5787  603309  GSocketOutputStream broken on Windows (?)
5788  616718  GLIB_GSETTINGS macro can't be used conditionally
5789  616855  GSocketConnection: don't close the socket if it's still reffed
5790  618866  g_ptr_array_remove_index_fast memory leak
5791  619878  keyfile backend calls keys_changed with invalid argument
5792  619879  keyfile backend doesn't make use of expected_type
5793  621092  Add with_closures() variants for bindings
5794  621172  Cross compiling fails
5795  621838  Actually add cwd to platform data
5796  621945  Filter outgoing messages in GDBusConnection
5797  621947  add g_value_take_variant
5798  622038  GSettings: "It is a programmer error" documentation is unclear
5799  622154  [patch] update documentation for g_application_new
5800  622281  binding: Add SYNC_CREATE to the flags
5801  622480  Improve documentation for g_strcmp0()
5802  622554  g_error called if schema not installed
5803  622601  Return interned strings from g_settings_list_keys
5805 * Translation updates:
5806  - Galician
5808 Overview of Changes from GLib 2.25.8 to GLib 2.25.9
5809 ===================================================
5811 +----------------------------------------------------------------+
5812 | WARNING: There have been API changes in GDBus, GSettings and   |
5813 | GApplication. Users of these APIs will need to be adapted. In  |
5814 | particular, a new release of GTK+ is required to go along with |
5815 | this one.                                                      |
5816 +----------------------------------------------------------------+
5818 * GDBus
5819  - Use Gio's default async implementation
5820  - Fix proxy construction for objects with no properties
5821  - Fix error handling in synchronous initialization
5822  - Do not dispatch calls to unregistered objects
5823  - Add _with_closures alternative functions
5824  - Allow constructing GDBusProxy with well-known names
5825  - Remove GType parameters from GDBusProxy constructors
5826  - Nuke g_bus_watch_proxy API
5827  - Add --xml to gdbus-tool to print raw introspected XML
5829 * GSettings
5830  - schema file format change: store (default, options) in gvdb
5831  - Add g_settings_sync()
5832  - Add support for enums and ranges
5833  - 'context' support has been replaced by direct use of
5834    GSettingsBackend
5836 * GApplication
5837  - Switch to using variants for timestamps
5838  - Use GInitable
5840 * GObject
5841  - Introduce g_object_notify_by_pspec
5842  - Add GBinding
5843  - The GVariant gtype G_TYPE_VARIANT was changed from boxed
5844    to fundamental. We believe there were no existing users
5845    of the boxed type, so this should not cause any applications
5846    to break.
5848 * Test framework
5849  - Add package and version to the test report XML
5850  - Use optparse to parse gtester-report commandline
5851  - Add subunit support to gtester-report
5852  - Prevent division by zero if no tests
5854 * Bugs fixed:
5855  621782 Crash using gbinding
5856  619945 GConverterOutputStream triggers assertion and corrupts data
5857  621319 more leaked GVariants in GSettings
5858  621168 GKeyFile memory leak on Windows platform
5859  621002 Switch to using variants for timestamps, split out signals
5860  620953 tiny docs addition
5861  618904 Lies in gunixmounts documentation
5862  621702 Correctly initialize GError
5863  611778 minor cleanup of gtester-report
5864  621213 GDBusProxy and well-known names
5865  621034 Rewrite apps test to ensure children are killed
5866  620954 gapplication gvariant simplifications
5867  611869 add subunit out feature to gtester-report
5868  621119 GDBusProxy and objects with no properties
5869  620990 Use Gio's default async implementation again
5870  620952 g_application_register_with_data is an ugly API
5871  621252 GSettings leaks context
5872  618715 fork() in GSettings test cases is problematic 618715
5873  621905 Assume a ref when doing async work
5874  621266 GSettings "context" clarification
5876 * Translation updates:
5877  Chinese
5880 Overview of Changes from GLib 2.25.7 to GLib 2.25.8
5881 ===================================================
5883 * Initial support for dtrace and systemtap profiling:
5884  - mainloop sources can be named
5885  - probes for memory allocation with g_malloc and gslice
5886  - gquark name tracking
5887  - type creation
5888  - object life-cyle (creation, finalization, ref, unref)
5889  - signal creation and emission
5891 * GVariant
5892  - has been fixed to work with the FreeBSD malloc
5893  - added introspection annotations
5894  - new function: g_variant_builder_add_parsed
5896 * GSettings:
5897  - g_settings_set/get_strv functions have lost their length parameter
5898  - g_settings_set_strv accepts NULL
5899  - added introspection annotiations
5901 * GPermission: an abstract interface for representing permissions,
5902   with a minimal implementation named GSimplePermission
5904 * GApplication: a basic application support class, with a D-Bus based
5905   implementation
5907 * Bugs fixed:
5908  619585 glib-compile-schemas asserts on FreeBSD
5909  620384 Annotate GVariant and GSettings _strv() functions
5910  606044 Add support for dtrace/systemtap static markers
5911  620350 add g_variant_builder_add_parsed() API
5912  620349 utf8ify GVariant printer
5913  620767 Typo in GSettings documentation: "INTLTOOL_NOMERGE_RULE"
5914  620312 Fix g_settings_[gs]et_strv() API
5915  620519 GPermission
5916  620582 GPermission needs a simple implementation
5917  620496 GSettings schema compiler should reject invalid paths
5918  620173 missing single header inclusion guards
5919  620265 g_assertion_message_error should take const GError *
5921 * Translation updates:
5922  Esperanto
5923  Galician
5924  Hebrew
5925  Indonesian
5926  Norwegian bokmål
5927  Slovenian
5928  Spanish
5931 Overview of Changes from GLib 2.25.6 to GLib 2.25.7
5932 ===================================================
5934 * NOTE: API/ABI breaks since 2.25.6 release:
5935   - g_dbus_connection_sync{,_sync} takes a new 'reply_type' argument
5936   - GSettingsBackendClass 'list' virtual function changed
5938   GSettings backends and things using GDBus may need to be rebuilt.
5940 * GDBus: many build-related fixes
5942 * GDBus (service): return a DBus error when receiving a method call for
5943   an unknown interface.
5945 * GSettings: fix 'make install' bug in gsettings.m4 for generated schema
5946   files
5948 * GSettings: avoid non-portable use of LC_MESSAGES
5950 * better approach to handling man pages
5953 * Bugs fixed:
5954  619527 please improve docs on g_file_make_symlink
5955  619391 send-with-reply should have expected result signature
5956  618616 Use stack-allocated GVariantBuilders
5957  617004 Build with "--disable-nls" fails under MinGW/Win32
5958  619142 Build fixes (GDBus)
5960 * Updated translations:
5961  Estonian
5962  Galician
5963  Norwegian bokmål
5965 Overview of Changes from GLib 2.25.5 to GLib 2.25.6
5966 ===================================================
5968 * GDBus: introspection improvements
5969 * GDBus: build fixes
5971 * GSettings: GSettingsBackend ABI changed               **** NOTE ****
5972 * GSettings: --uninstall option for schema compiler
5973 * GSettings: new m4 macro with more power
5974 * GSettings: thread support
5976 * rework of file notification on Solaris
5977 * fixes for gold linker
5979 * Bugs fixed:
5980  619038 increase gsettings.m4 power
5981  619031 method-calls-in-thread test failing
5982  618839 Typo at translation message
5983  616864 GSETTINGS_CHECK_RULE doesn't work with multiple files
5984  618730 gunixcredentialsmessage.c doesn't compile on GNU/kfreebsd
5985  616314 Make GSettings (partially) threadsafe
5987 * Updated Translations:
5988  Indonesian
5989  Galician
5990  Spanish
5992 Overview of Changes from GLib 2.25.4 to GLib 2.25.5
5993 ===================================================
5995 * GDBus: Fix serialization of empty arrays
5997 * GDBus: Plug various memory leaks
5999 * GSettings: Fix problems with GSETTINGS_CHECK_RULE
6001 * Bugs fixed:
6002  616731 GSETTINGS_CHECK_RULE doesn't work in non-srcdir builds
6003  616864 GSETTINGS_CHECK_RULE doesn't work with multiple files
6004  618615 mem leaks in parse_value_from_blob
6005  618622 Plug some mem leaks in gdbus
6006  618650 Plug a mem leak in gdbusauth
6007  618663 Plug mem leaks in gdbus tests & examples
6009 * Updated translations:
6010  Spanish
6013 Overview of Changes from GLib 2.25.3 to GLib 2.25.4
6014 ===================================================
6016 * GDBus D-Bus support has been merged. This provides an API
6017   to replace dbus-glib
6019 * GVariant no requires strings to be UTF-8. You can use byte
6020   arrays for non-UTF-8 strings.
6022 * GSettings allows to bind string properties to byte arrays
6024 * The schema compiler supports range restrictions
6026 * Bugs fixed:
6027  618051 socket-server|client.c fail to compile under AIX...
6028  616102 GSettings ignores <choice> and <range>
6029  616720 Chunked quark allocation
6030  616877 Several issues with g_socket_receive_message
6031  616892 gio: Add a boxed type for GFileAttributeMatcher
6032  616967 Add g_regex_get_compile_flags() and g_regex_get_match_flags()
6033  617767 g_settings_[gs]et_strv() 'length' argument has missing docs...
6034  617914 gtester-report: cope with binaries with no test cases
6035  617937 output_stream_close vs output_stream_close_async semantics
6036  615494 Connction timeouts produce partially invalid error messages
6037  617823 glib-compile-schemas problems with an out of source build
6038  617947 glib-mkenums: add @valuenum@ support
6040 * Translation updates:
6041  Galicaian
6042  Norwegian bokmål
6043  Shavian
6044  Spanish
6047 Overview of Changes from GLib 2.25.2 to GLib 2.25.3
6048 ===================================================
6050 * New macro: G_GNUC_DEPRECATED_FOR, a variant of G_GNUC_DEPRECATED
6051   that lets you add replacement information (requires gcc 4.5)
6053 * Rename AM_GSETTINGS autoconf macro to GLIB_GSETTINGS
6055 * Rename gschema-compile utility to glib-compile-schemas
6057 * Add support for timeouts in GSocket
6059 * Bugs fixed:
6060  589989 Compilation error on Solaris 9
6061  616648 Change AM_GSETTINGS macro to GLIB_GSETTINGS
6062  587898 I/O timeouts for GSocket
6063  614541 Add G_TYPE_ERROR boxed type for GError
6066 Overview of Changes from GLib 2.25.0 to GLib 2.25.2
6067 ===================================================
6069 * Include a 'gsettings' utility, for commandline access to GSettings
6071 * Install a AM_GSETTINGS autoconf macro similar to AM_GCONF
6073 * GSettings can bind the writability of a key explicitly
6075 * There is now a predefined boxed type for GError
6077 * Bugs fixed:
6078  615379 g_new macros crash if sizeof(struct_type) == 0
6079  616312 Add m4 rule equivalent to GCONF_SCHEMAS_INSTALL
6080  616295 mapping bug for uint64
6081  616216 glib compile from remote directory fails
6082  615960 Fix size passed to connect() for abstract sockets
6083  616432 Crash in gschema-compile
6084  616331 gsettings-schema-convert uses imaginary types
6085  616309 gsettings-schema-convert should output gettext-domain
6086  616384 Add mention of GConfBridge in conversion docs
6087  616311 gschema-compile outputs in current directory
6088  616276 simplify gschema-compile test setup
6089  616156 keys with unnecessary empty options arrays
6090  616405 gsettings missing g_return_if_fail's
6091  616245 Use G_DEFINE_INTERFACE macro
6092  614541 Add G_TYPE_ERROR boxed type for GError
6094 * Updated translations:
6095  Catalan (Valencian)
6096  Galician
6097  Kannada
6098  Spanish
6101 Overview of Changes from GLib 2.24.0 to GLib 2.25.0
6102 ===================================================
6104 * The GSettings framework has been merged. This provides the API to
6105   replace GConf. DConf will provide a backend implementation for it.
6106   GConf will also provide a backend implementation to ease the
6107   transition. We provide utilities to assist with schema conversion
6108   and data migration, as well as a porting guide.
6110 * Translation updates:
6111  Bengali
6112  Catalan
6113  Danish
6114  Gujarati
6115  Marathi
6116  Thai
6117  Traditional Chinese
6120 Overview of Changes from GLib 2.23.6 to GLib 2.24.0
6121 ===================================================
6123 * Bug fixes:
6124  613601 buglet in dup_close_on_exec_fd
6125  584284 g_data_input_stream_read_until_async behaves confusingly
6126  613748 Write errors in middle of copy cause hang
6127  613923 splice_stream_with_progress: wrong error handling
6128  613667 Typo in GObject documentation
6129  613618 gvariant format string docs unclear
6131 * Translation updates:
6132  Basque
6133  Ukrainian
6134  Vietnamese
6137 Overview of Changes from GLib 2.23.5 to GLib 2.23.6
6138 ===================================================
6140 * Class private data:
6141   - support for private data associated with a GTypeClass
6143 * GVariant merge is now complete:
6144   - loading functions and parser merged
6146 * Windows improvements:
6147   - socket fixes
6148   - various build improvements
6149   - removal of GCC/C99isms in favour of portable code
6150   - drop unmaintained Visual Studio 8 support
6152 * Minor API addition:
6153   - g_desktop_app_info_get_filename()
6155 * Bugs fixed:
6156  521707 Class private data
6157  612502 build fails on glib/tests/gvariant.c
6158  612832 [GDesktopAppInfo] New function g_desktop_app_info_get_filename
6159  612702 [PATCH] Fix GSocket-related crash on Windows
6160  612736 Improve the documentation about single include
6161  610858 gvariant test fails sometimes
6162  612327 uninitialized variable
6164 * New translations:
6165  Afrikaans
6166  LowGerman
6168 * Updated translations:
6169  Czech
6170  Finnish
6171  Galician
6172  Greek
6173  Punjabi
6174  Romanian
6175  Serbian
6178 Overview of Changes from GLib 2.23.4 to GLib 2.23.5
6179 ===================================================
6181 * New API addition: g_malloc_n() and friends used to implement an
6182   overflow-safe family of g_new() macros.
6184 * GVariant:
6185  - GVariantBuilder and GVariantIter are now merged.
6186  - The variable arguments API is now merged.
6187  - The parser will be in a future release.
6189 * GIO:
6190  - Remove GUtf8InputStream (which never appeared in a stable release)
6191    for now since it doesn't satisfy the needs of its main intended use
6192    case.  We hope to reimplement this feature in a better form in a
6193    future release.
6195 * Bugs fixed:
6196  609531 missing licence headers
6197  612107 Missing G_FILE_ATTRIBUTE_TRASH_ORIG_PATH
6198  611897 g_io_modules_scan_all_in_directory leaks
6199  608196 Overflow-safe g_new family
6200  611696 gio uses GetAddrInfo which requires special handing on windows 2k
6201  605667 Don't use G_PARAM_SPEC_VALUE_TYPE when we know the pspec is valid
6202  610860 test_g_file_open_readwrite fails if $HOME is unwritable
6203  552912 glib-2.18 /live-g-file/test_copy_move failed when run as root
6204  609813 Renaming a file discards file notes
6206 * Updated translations:
6207  Basque
6208  Brazilian Portuguese
6209  British English
6210  Bulgarian
6211  Catalan
6212  Danish
6213  Estonian
6214  French
6215  German
6216  Hungarian
6217  Italian
6218  Lithuanian
6219  Norwegian bokmål
6220  Portuguese
6221  Russian
6222  Slovenian
6223  Spanish
6224  Swedish
6225  Traditional Chinese
6228 Overview of Changes from GLib 2.23.3 to GLib 2.23.4
6229 ===================================================
6231 * GVariant: The core of GVariant has been merged now, with some
6232  API still to follow.
6234 * GIO:
6235  - There is a new interface GFileDescriptorBased for file descriptor
6236    based IO. GLocalFile{Input,Output}Stream implement it
6237  - Use splice(2) to transfer data between file descriptors without
6238    extraneous copies
6239  - Add a way to request move events from file monitors
6241 * Bugs fixed:
6242  609143 *result_uncertain is never assigned in g_content_type_guess
6243  604086 Use splice(2) when doing local file copies
6244  547890 No move events for GFileMonitorEvent?
6245  568760 nautilus freezes due to a bug in garray.c:322
6246  609962 Add info about the use of G_DEFINE_INTERFACE
6247  609564 g_base64_encode_close docs should mention outbuf size...
6248  610484 g_variant_equal bug
6249  610131 libasyncns does not compile on Solaris 8
6250  609530 missing single header include guards
6252 * Updated translations:
6253  Czech
6254  Estonian
6255  Galician
6256  German
6257  Korean
6258  Polish
6259  Slovenian
6260  Spanish
6261  Traditional Chinese
6264 Overview of Changes from GLib 2.23.2 to GLib 2.23.3
6265 ===================================================
6267 * GLib now has a facility for locks that consume only one bit of
6268   storage inside an integer: g_bit_lock()
6270 * GVariant: The serializer has been merged, with more API to follow
6272 * Bugs fixed
6273  548967 1 bit mutex lock
6274  604967 2.22.3 libasyncns build fails on HP-UX 11.11
6275  608602 G_VALUE_COLLECT_INIT variables shadow those in G_VALUE_COLLECT
6276  608743 Crash in g_hostname_to_ascii visiting certain website in epiphany
6277  599197 array ref and unref functions crash on NULL array.
6278  608159 mem leak in g_io_modules_scan_all_in_directory
6280 * Translation updates
6281  Brazilian Portuguese
6282  Czech
6283  French
6284  Norwegian bokmål
6285  Slovenian
6286  Spanish
6287  Thai
6290 Overview of Changes from GLib 2.23.1 to GLib 2.23.2
6291 ===================================================
6293 * We are now using gcc builtins for atomic operations when available
6295 * g_assert() grew the ability to store assertions in core dumps
6297 * GIO supports lazy loading of GIO modules, and there is a new
6298   gio-querymodule utility that goes along with this.
6299   Packagers will need to adapt to this.
6301 * Threading changes:
6302  - The requirements for g_thread_init() have been relaxed slightly,
6303    it can be called multiple times, and does not have to be the first
6304    call.
6305  - GObject now links to GThread and threads are enabled automatically
6306    when g_type_init() is called.
6307  - Thread-safety issues with boxed types in GObject have been fixed.
6309 * GObject:
6310  - Another bunch of performance work has landed
6312 * GVariant:
6313  - GVariantType has been merged, with the rest of the GVariant
6314    API to follow.
6316 * Bugs fixed:
6317  568760 nautilus freezes due to a bug in garray.c:322
6318  602417 Document lifecycles of GSimpleAsyncResult and friends
6319  604824 crash in Epiphany: Selecting my Slashdot bo...
6320  448888 don't init g_slice for always-malloc
6321  531902 Use GCC atomic buildins for g_atomic*
6322  554887 boxed type registration is not thread safe
6323  586150 unresolved symbols when building glib 2.21.2 on OS X Tiger
6324  589176 row gvalue transform array exponentially
6325  594872 Support storing assertion messages into core dump
6326  602240 Upgrade libasyncns to 0.8
6327  603590 Speed up G_VALUE_COLLECT
6328  604457 gutf8inputstream.c: increasing unknown size pointer
6329  605686 GCharsetConverter doesn't flush
6330  605733 g_memory_output_stream_new violates GObject standards
6331  605883 g_object_new() processes varargs even when there are none
6332  605977 invalid utf-8 conversion in g_local_file_get_parse_name(...
6333  606775 Enable threads by default in gobject
6335 * Translation updates:
6336  Asturian
6337  Basque
6338  Bengali
6339  Bulgarian
6340  Estonian
6341  Norwegian bokmål
6342  Spanish
6343  Thai
6344  Ukrainian
6347 Overview of Changes from GLib 2.23.0 to GLib 2.23.1
6348 ===================================================
6350 * GObject performance work has landed:
6351  - Construction of simple objects is much faster
6352  - Interface lookup is lock-free and constant-time now
6353  - Reduced locking overhead when dealing with types
6355 * GType now has a G_DEFINE_INTERFACE convenience macro
6357 * GIO gained GUtf8InputStream, an input stream that
6358   performs utf-8 validation
6360 * GLib now has byte-swap macros for gsize and gssize
6362 * Bugs fixed:
6363 557151 Determining the newly_constructed boolean in gobject.c...
6364 557100 Performance improvements for GObjectClasses that don't...
6365 501166 Warning message says IA__g_type_init instead of g_type_init
6366 585375 Performance and Contention problems with g_type_class_ref...
6367 587892 Race in GType when instantiating the same class for the...
6368 603270 Input Stream validating utf8
6369 603476 gioenums.h:62: error: comma at end of enumerator list
6370 603540 g_time_val_from_iso8601 uses uninitialised variable
6371 603982 Stack overflow when reading file async with filter
6372 604645 G_DEFINE_INTERFACE_* documentation is not generated
6373 604875 Use of sa_len conflicts with system header
6374 320482 provide G_DEFINE_TYPE like macros for interfaces
6376 * Updated translations:
6377  Estonian
6378  Hebrew
6379  Norwegian bokmål
6380  Vietnamese
6381  Welsh
6384 Overview of Changes from GLib 2.22.x to GLib 2.23.0
6385 ===================================================
6387 * GIO:
6388  - GConverter: a generic interface for stateful conversions of data,
6389    suitable for charset conversion, compression, decompression, regexp
6390    replacement. Concrete implementations are GCharsetConverter,
6391    GZlibCompressor and GZlibDecompressor. GConverterInputStream,
6392    GConverterOutputStream are stream implementations that convert data
6393    while loading or saving it.
6394  - GMounts can now have a 'default location': a path that reflects
6395    the main entry point for the user (e.g. the home directory).
6396  - As a consequence of the compression support, GIO depends on zlib now.
6398 * GObject:
6399  - G_IMPLEMENT_INTERFACE_DYNAMIC: a convenience macro for adding
6400    interfaces to dynamic types.
6402 * GModule:
6403  - The -pthread flag has been added to all gmodule .pc files, because
6404    it is not generally permissible to load modules that are linked
6405    against libpthread if the program has not been compiled with threading
6406    support.
6408 * Bugs fixed:
6409  601637 GUnixFDMessage should contain a GUnixFDList
6410  585566 GSocketListener API issues
6411  572252 Bug in g_file_test() function.
6412  600550 g_app_info_create_from_commandline doesn't treat arguments properly
6413  541236 not detecting exact content type
6414  350200 [PATCH] GTypeModule derived class unref does not unload plugin
6415  589631 Please enclose literal values with double quotes
6416  577711 cross compile check for g++ broken
6417  600620 Support X-GNOME-FullName in GAppInfo
6418  598899 GWin32DirectoryMonitor is broken
6419  593809 Nautilus does not restore the position of the icons on the desktop...
6420  563627 g_get_prgname() threadsafety
6421  600141 Add -pthread to gmodule pkg-config
6422  593856 file and directory monitors don't work when glib is compiled...
6423  324930 Nautilus should disallow copying of symlink to FAT drive early
6424  587300 Deadlock when calling g_cancellable_disconnect in a...
6425  595138 GFile not robust with invalid input
6426  591216 Warning building resolver.o
6427  590016 Does not compile under MinGW32 + Wine
6428  591214 Warnings building gcancellable.o
6429  561998 Have specific entry points (paths) for mounts...
6430  508157 Add G_IMPLEMENT_INTERFACE_DYNAMIC
6431  535159 g_file_has_parent
6433 * Updated translations:
6434  Brazilian Portuguese
6435  Catalan
6436  Estonian
6437  Galician
6438  Norwegian bokmål
6439  Shavian
6440  Slovenian
6441  Spanish
6442  Swedish
6445 Overview of Changes from GLib 2.22.1 to GLib 2.22.2
6446 ===================================================
6448 * GIO:
6449  - Support case-sensitive globs in the shared mime database,
6450    including support for the newer cache format that allows these.
6451    Case-sensitive globs have been introduced in shared-mime-info
6452    version 0.70
6454 * GObject:
6455  - Speed up creation of simple objects
6457 * Bugs fixed:
6458  597194 Typo in _G_TYPE_CVH macro
6460 * Updated translations:
6461  Russian
6464 Overview of Changes from GLib 2.22.0 to GLib 2.22.1
6465 ===================================================
6467 * Bugs fixed:
6468  596064 Test file marked for translation
6469  595972 possibly invalid search in mime_info_cache_dir_add_...
6470  596561 C99 style of declaration of variable in gmessages.c
6471  596314 g_utf16_to_utf8 returns an invalid UTF8 string
6472  596748 g_async_result_get_source_object returns a new ref
6473  593809 Nautilus does not restore the position of the icons...
6474  593775 uses inotify_init1 unconditionally
6476 * Updated translations:
6477  Bengali
6478  Hebrew
6481 Overview of Changes from GLib 2.21.6 to GLib 2.22.0
6482 ===================================================
6484 * Add gdb python macros to make gobject debugging more pleasant
6486 * Bugs fixed:
6487  579050 Allow making selected critical and warning messages non-fatal
6488  594759 g_socket_send_message fails due to invalid sendmsg params
6489  593941 GNetworkAddress skipping addresses when enumerating
6490  594597 Fix build with srcdir != builddir
6491  595619 Include gdb pretty printers
6493 * Changes that might affect bindings:
6494  - The error parameter of g_simple_async_result_set_from_error has been
6495    made const.
6497 * Updated translations:
6498  Assamese
6499  Bengali India
6500  British English
6501  Bulgarian
6502  Catalan
6503  Czech
6504  Danish
6505  Finnish
6506  Galician
6507  Greek
6508  Gujarati
6509  Hindi
6510  Japanese
6511  Kannada
6512  Malayalam
6513  Marathi
6514  Norwegian bokmål
6515  Oriya
6516  Polish
6517  Punjabi
6518  Romanian
6519  Serbian
6520  Simplified Chinese
6521  Slovenian
6522  Spanish
6523  Tamil
6524  Telugu
6525  Thai
6526  Traditional Chinese
6527  Ukrainian
6528  Vietnamese
6531 Overview of Changes from GLib 2.21.5 to GLib 2.21.6
6532 ===================================================
6534 * Minor API additions:
6535   g_mkstemp_full is a variant of g_mkstemp that allows to specify flags
6536   and permissions
6538 * Bugs fixed:
6539  593232 g_rand_new: read no more than requested from /dev/urandom
6540  591995 use saved errno
6541  589491 g_time_val_from_iso8601 doesn't handle some cases
6542  593406 Permissions set to 777 after copying via Nautilus
6543  594034 Add g_mkstemp_full()
6545 * Updated translations:
6546  Assamese
6547  Basque
6548  Brazilian Portuguese
6549  Czech
6550  Estonian
6551  French
6552  German
6553  Hungarian
6554  Italian
6555  Kannada
6556  Malayalam
6557  Marathi
6558  Norwegian bokmål
6559  Oriya
6560  Portuguese
6561  Swedish
6562  Tamil
6563  Turkish
6566 Overview of Changes from GLib 2.21.4 to GLib 2.21.5
6567 ===================================================
6569 * A performance problem with trashing of many files has been fixed
6571 * GResolver now invalidates the libc resolv.conf cache as needed
6573 * Minor api additions:
6574  - g_cancellable_make_pollfd returns a boolean now. And there is a
6575    new function g_cancellable_release_fd that can be used to released
6576    the resources used by a GCancellable.
6578 * Bugs fixed:
6579  589988 Compilation error on Solaris 9 (missing stdint.h)
6580  588901 gtcpconnection.c won't compile
6581  584246 GResolver needs to call res_init() when network state changes
6582  591714 Figure out failure handling for g_cancellable_make_pollfd()
6583  591532 redundent '/' returned from g_file_resolve_relative_path
6584  591378 Use MSG_NOSIGNAL in GSocket if it's available
6585  589649 API documentation migration for Base64 Encoding
6586  591840 configure fails with autoconf 2.64
6588 * Updated translations:
6589  Basque
6590  Brazilian Portuguese
6591  Bulgarian
6592  Danish
6593  Estonian
6594  Finnish
6595  Galician
6596  Gujarati
6597  Hndi
6598  Irish
6599  Japanese
6600  Korean
6601  Norwegian bokmål
6602  Polish
6603  Portuguese
6604  Punjabi
6605  Spanish
6606  Swedish
6607  Telugu
6608  Traditional Chinese
6609  Thai
6612 Overview of Changes from GLib 2.21.3 to GLib 2.21.4
6613 ===================================================
6615 * GTree is now refcounted
6617 * Bugs fixed:
6618  587938 Undocumented limitation for g_str_equal
6619  587773 refcounts for GTree
6621 * Updated translations:
6622  French
6623  Hebrew
6624  Norwegian bokmål
6625  Spanish
6626  Swedish
6627  Traditional Chinese
6628  Ukrainian
6631 Overview of Changes from GLib 2.21.2 to GLib 2.21.3
6632 ===================================================
6634 * GMappedFile is refcounted now
6636 * Mainloop: It is now possible to set per-thread default contexts,
6637   with g_main_context_push_thread_default.
6639 * glib-mkenums supports a @basename@ substitution, in addition
6640   to @filename@.
6642 * GIO:
6643  - Vfs implementations can support storing of per-file metadata.
6644  - GCancellable can now be subclassed.
6645  - Unmount and eject methods now optionally allow interaction, via
6646    variants that take a GMountOperation object.
6648 * Bugs fixed:
6649  556706 Inconsistent help arguments -h, -?
6650  579449 FileChoosers no longer work if an idle handler is active
6651  579933 mainloop FD_CLOEXEC has a race condition
6652  579984 alternate GMainContext support
6653  585937 gio/gsocket.c (glib 2.21.2) does not compile (Windows/mingw)
6654  586675 Runtime library location
6655  586797 Add GCancellables to GSocket ops
6656  586868 g_filename_complete_get_completions doesn't always return...
6657  587415 g_resolver_lookup_by_name_finish returns a freed list
6658  587434 regression tests fail, at least on x86_64
6659  586928 Avoid g++ warning in g_error()
6661 * Updated translations:
6662  Estonian
6663  Hebrew
6666 Overview of Changes from GLib 2.21.1 to GLib 2.21.2
6667 ===================================================
6669 * GIO:
6670   - g_socket_speaks_ipv4 is a new function to check if a socket can
6671     speak IPv4.
6672   - g_socket_listener_add_address gained a new effective_address out
6673     parameter.
6674   - GIO now returns special icons for XDG user directories, by the
6675     name folder-music, folder-documents, etc.
6676   - GIO gained support for starting/stopping of drives, which can be used
6677     in connection with external hard disk enclosures, disk arrays, iSCSI
6678     devices, etc. See g_file_start/stop_mountable.
6680 * GLib:
6681  - g_reload_user_special_dirs_cache is a new function to force GLib to
6682    reload the XDG user directory mapping from disk.
6684 * Bug fixes:
6685  584574 glib compile failure on Mac OS X with gunixresolver.c and...
6686  585566 GSocketListener API issues
6687  584255 Incorrect freeing of thread pool in GThreadedSocketService
6688  585088 g_string_chunk_insert_len stops at nul bytes
6689  585360 Monitor fontconfig configuration files using gio causes m...
6690  580103 Terminal starts on Display :0.0 when started on :0.1 in D...
6691  580301 network: a few issues on old darwin
6692  583398 SRV weight sorting is incorrect
6693  584176 build fixes on FreeBSD
6694  585189 g_cancellable_reset() must be called in same thread as g_...
6695  585280 compilation dies on gio/gsocket.c, needs sys/uio.h to con...
6696  585281 gio/gunixfdmessage.c needs sys/types.h for platforms that...
6697  585478 don't leak the inotify fd
6698  585575 g_socket_listener_add_inet_port() doesn't do the right thing
6699  585599 g_socket_listener_add_socket() consumes the socket
6700  585676 GEmblem doesn't reference its 'icon' if that is set as a ...
6701  585717 "bytes" nautilus translation to french is not shown in th...
6702  541276 XDG directories should have their own icons
6703  585726 Grammatical error in GList documentation
6704  585520 Wrong warning option in documentation
6705  585673 GNOME Goal: Remove deprecated glib symbols
6706  585591 Starting/stopping drives
6708 * Updated translations:
6709  Bengali India
6710  Norwegian bokmål
6713 Overview of Changes from GLib 2.21.0 to GLib 2.21.1
6714 ===================================================
6716 * GIO:
6717  - Support for network IO has been added, including a low-level
6718    socket API and a high-level API for network connections and
6719    services.
6720  - Support for read-write access with GIOStream and its subclasses.
6721  - GMount gained a pre-unmount signal.
6723 * Bug fixes:
6724  576104Implement GMount::pre-unmount
6725  578769 implement GWinHttpFileInputStream::close_fn
6726  582856 gsocket.c doesn't compile on Solaris
6727  569375 g[u]intptr undocumented
6728  573246 [FIX] g_desktop_app_info_dup() can access NULL pointer
6729  575013 g_cancellable_push_current() does not allow NULL
6730  577884 live-g-file.c:461: error: format ‘%d’ expects type ...
6731  578499 g_output_stream_splice and stream closing with gnio strea...
6732  579558 Application employing gvfs crashes with only libgvfscommo...
6733  583001 SIGPIPE (grr!)
6734  583061 Please add convenience function to connect to machines by...
6735  583198 typo in error message
6736  583206 use g_set_error_literal where appropriate
6737  583229 void function g_async_initable_init_async returns value
6738  583324 locking problem in g_main_context_iterate()
6739  583408 void function g_socket_control_message_serialize returns ...
6740  578786 wrong and confusing error message
6741  583205 g_inet_address_to_bytes has no length outparam
6742  583196 mem leak in keyfile test
6743  583663 GSocketType enum ends with a comma
6744  569024 Make g_error_new_valist public
6745  569376 missing G_G[U]INTPTR_FORMAT
6746  580347 off-by-1 bug in GWinHttpFile
6748 * Updated translations:
6749  Oriya
6750  Spanish
6751  Valencian-Catalan
6754 Overview of Changes from GLib 2.20.x to GLib 2.21.0
6755 ===================================================
6757 * GIO:
6758  - New helper functions g_cancellable_connect/disconnect to avoid
6759    race conditions when connecting to the "cancelled" signal on
6760    GCancellable.
6761  - New types and methods for dealing with IPv4 and IPv6 addresses (and
6762    UNIX domain socket addresses under UNIX). This does not include code
6763    for actual socket I/O.
6764  - GResolver provides asynchronous and cancellable APIs for resolving
6765    hostnames, reverse lookup of IP addresses and resolving SRV records.
6767 * Glib now provides hash and comparison functions for int64 and double
6768   types, suitable for use with GHashTable.
6770 * GArray, GPtrArray and GByteArray can be ref counted now, and have
6771   boxed types.
6773 * Bugs fixed:
6774  572844 Helper for GCancellable::cancelled connect/disconnect
6775  578363 goption docs should be improved
6776  548466 async/cancellable DNS resolver
6777  579830 param spec strings should use P_()
6778  579862 requesting xattr::foo ends up calling getxattr(..., user...
6779  580453 Hash and equal functions for gint64 and gdouble
6780  580450 Reference counting and boxed types for arrays
6781  580194 gresolver doesn't build on Solaris
6782  580301 network: a few issues on old darwin
6783  580299 network: include sys/types.h before sys/socket.h to insur...
6784  572508 gmarkup speedup
6785  580546 g_strtoull() referenced in documentation...
6786  580656 g_key_file_set_string_list erroneously asserts list != NULL
6787  579272 leaks in g_simple_async_result_set_op_res_gpointer
6790 * Updated translations:
6791  Catalan (ca)
6792  Pashto (ps)
6793  Spanish (es)
6796 Overview of Changes from GLib 2.20.0 to GLib 2.20.1
6797 ===================================================
6799 * Bug fixes:
6800  575555 Use fsync() when replacing files to avoid data loss on
6801  575708 runaway inotify madness
6802  575270 GVolumeMonitor::mount-pre-unmount not being emitted
6803  577128 glib make check Failed to execute child process...
6804  573673 Always show "backup" directories
6805  578369 g_time_val_from_iso8601() parses timezones incorrectly
6806  578002 Fix a small typo in GFile docs
6807  578017 G_DEFINE_TYPE_EXTENDED docs
6809 * Updated translations:
6810  Arabic
6811  Assamese
6812  Basque
6813  Bularian
6814  Brazilian Portuguese
6815  British English
6816  Catalan
6817  Danish
6818  French
6819  Galician
6820  German
6821  Greek
6822  Hungarian
6823  Italian
6824  Japanese
6825  Kannada
6826  Lithuanian
6827  Malayalam
6828  Norwegian bokmål
6829  Oriya
6830  Polish
6831  Punjabi
6832  Russian
6833  Simplified Chinese
6834  Slovenian
6835  Spanish
6836  Swedish
6837  Tamil
6840 Overview of Changes from GLib 2.19.9 to GLib 2.20.0
6841 ===================================================
6843 * Base64 support: Avoid integer overflows. CVE-2008-4316
6845 * Bugs fixed:
6846  574019 GChecksum: document and guarantee hex characters in lower case
6847  573454 Unable copy/move files to directories symlinked to gvfs share
6848  561172 gnome-open fails on local URIs with anchors
6849  573970 crash in gunixvolumemonitor:update_mounts when unmounting
6850  573843 g_get_current_dir returns non-absolute path
6852 * Updated translations:
6853  Assamese (as)
6854  Bengali (bn_IN)
6855  Czech (cs)
6856  Hindi (hi)
6857  Italian (it)
6858  Japanese (ja)
6859  Lithuanian (lt)
6860  Malayalam (ml)
6861  Marathi (mr)
6862  Oriya (or)
6863  Polish (pl)
6864  Romanian (ro)
6865  Telugu (te)
6868 Overview of Changes from GLib 2.19.8 to GLib 2.19.9
6869 ===================================================
6871 * GMarkup:
6872  - Considerable speedup
6874 * GIO
6875  - Add G_FILE_CREATE_REPLACE_DESTINATION flag to allow replacing
6876    the destination of a copying operation as if it did not exit before.
6877  - Be more careful when classifying files as desktop files
6878  - Support desktop file key X-GIO-NoFuse which disables the use
6879    of fuse pathnames for %u and %U arguments
6881 * Bugs fixed:
6882  572672 glib/gthread.c: argument is different type
6883  572464 Doc for g_file_get_contents
6884  572151 “it's” and “its” confused in docs and comments
6885  570501 g_win32_get_system_data_dirs uses invalid conversion...
6886  167569 g_string_append_printf crashes on win32 when used...
6887  572508 gmarkup speedup
6888  560564 Replacing a symlink with its linked file truncates... 
6889  549298 impossible to copy files with p (pipe) flag
6890  543183 Clarify docs for g_file_has_prefix
6891  540461 g_memory_output_stream_get_data_size() doesn't behave...
6892  573462 GEmblemedIcon leak
6893  573421 Clarify message format in GMountOperation
6894  573658 Deadlock in giomodule.c
6895  556706 Inconsistent help arguments -h, -?
6896  573527 Wrong shell to run config.status in Makefile.in.in
6897  573128 A couple of typos in GObject documentation
6899 * Updated translations:
6900  Catalan (ca)
6901  British English (en_GB)
6902  Spanish (es)
6903  Basque (eu)
6904  Finnish (fi)
6905  French (fr)
6906  Gujarati (gu)
6907  Hebrew (he)
6908  Hungarian (hu)
6909  Korean (ko)
6910  Maithili (mai)
6911  Norwegian bokmål (nb)
6912  Dutch (nl)
6913  Portugese (pt)
6914  Swedish (sv)
6915  Thai (th)
6916  Traditional Chinese (zh_HK)
6917  Traditional Chinese (zh_TW)
6920 Overview of Changes from GLib 2.19.7 to GLib 2.19.8
6921 ===================================================
6923 * GIO: Fix missing exports of new API
6925 * Fix strict aliasing warnings and violations to make Glib work
6926   with gcc 4.4
6929 Overview of Changes from GLib 2.19.6 to GLib 2.19.7
6930 ===================================================
6932 * GIO
6933  - GFile gained an attribute for the actual file size in bytes
6934  - GMountOperation gained an "aborted' signal that allows to abort
6935    a mount operation from the backend side
6937 * Bugs fixed:
6938  523742 Use noinst for non-installable libraries
6939  566747 URIs opened with firefox %u load as local files
6940  541225 Can't compile gio on AIX duplicate case value in gioerror.c
6941  571598 GAsyncResult with NULL gobject
6942  505042 add file attribute for actually used file size in bytes
6944 * Updates translations:
6945  Basque (eu)
6946  Gujarati (gu)
6947  Italian (it)
6948  Japanese (ja)
6949  Norwegian bokmål (nb)
6950  Dutch (nl)
6951  Portugese (pt)
6952  Thai (th)
6953  Vietnamese (vi)
6956 Overview of Changes from GLib 2.19.5 to GLib 2.19.6
6957 ===================================================
6959 * New format macro to print goffset data: G_OFFSET_FORMAT
6961 * GIO: 
6962  - Add a GFilter{Input,Output}Stream::close-base-stream properties which
6963    determine whether the base stream will be closed when the filter stream
6964    is finalized.
6965  - g_data_input_stream_read_line and ..._read_until have asynchronous
6966    variants now.
6968 * Bugs fixed:
6969  568294 A wrong reference in the description of g_bookmark_file_...
6970  563141 RFE: define G_OFFSET_FORMAT
6971  569105 g_time_val_to_iso8601() assumes time_t==long
6972  568394 dropping the last reference to a stream filter closes...
6973  568741 g_buffered_input_stream_fill_async doesn't work
6974  568723 g_buffered_input_stream_fill_async doesn't take count == -1
6975  568575 _async functions for GDataInputStream
6977 * Updated translations:
6978  Bulgarian (bg)
6979  Finnish (fi)
6980  Hungarian (hu)
6981  Oriya (or)
6982  Swedish (sv)
6983  Traditional Chinese (zh_HK)
6984  Traditional Chinese (zy_TW)
6987 Overview of Changes from GLib 2.19.4 to GLib 2.19.5
6988 ===================================================
6990 * Update included PCRE to 7.8
6992 * g_base64_decode_inplace: New function to do base64 decoding in place
6994 * Bugs fixed:
6995  567138 get_package_directory_from_module() does not free ...
6996  566569 gregex docs clarification
6997  566573 g_match_info_fetch_pos docs
6998  564728 Add function to decode base64 encoded data in place
6999  567838 G_STRUCT_OFFSETOF fails to compile under icc 9.1
7000  567977 textdomain() macro should not return NULL ...
7001  512779 --disable-regex breaks compilation
7002  566770 error code 0 for Too many open files is useless
7003  565484 g_content_type_guess passes non-UTF8 text to XDG ...
7005 * Updated translations:
7006  Catalan (ca)
7007  Spanish (es)
7008  Italian (it)
7009  Swedish (sv)
7012 Overview of Changes from GLib 2.19.3 to GLib 2.19.4
7013 ===================================================
7015 * GIO:
7016   - Use O_NOATIME when sniffing mimetypes
7017   - Add a convenience method to check if a GSimpleAsyncResult
7018     is valid
7020 * Bugs fixed:
7021  560676 function access for g_threads_supported
7022  565905 There is no g_context_group_set_translation_domain
7023  564210 SUN Studio 12 has supported visibility attribute
7024  565136 GObject's "notify" signal parameters are wrong in gtk-doc
7025  565831 error in interface creation sample
7026  566348 g_file_open_tmp uses the wrong g_mkstemp on win32
7027  566064 Add NOATIME flag to query_info_flags
7028  566170 g_async_result_verify_source_object
7030 * Updated translations:
7031  Spanish (es)
7032  Norwegian bokmål (nb)
7033  Brazilian Portugese (pt_BR)
7034  Simplified Chinese (zh_CN)
7037 Overview of Changes from GLib 2.19.1 to GLib 2.19.3
7038 ===================================================
7040 * Bugs fixed:
7041  508021 Add support for the CRIS and CRISv32 architectures
7042  526320 should not list mounts that the user doesn't have permission to use
7043  558458 Cannot build gio tests on Solaris using SUN cc
7044  555465 GUnix{Input,Output}Stream lacks fd/close_fd_at_close property
7045  558298 Hide ecryptfs mounts
7046  515777 incorrect date&time on copy
7047  562452 Ensure we return G_IO_ERROR_CANCELLED if cancelling
7048         g_simple_async_result_run_in_thread
7049  473150 g_type_module_use inconsistently increases the use
7050         counter in case of error
7051  563150 G_GU?INT*_MODIFIER/FORMAT docs
7052  563156 Document printing and scanning gunichar values
7054 * Updated translations:
7055  Hebrew (he)
7056  Italian (it)
7059 Overview of Changes from GLib 2.19.0 to GLib 2.19.1
7060 ===================================================
7062 * GIO: 
7063   - g_icon_to_string, g_icon_new_for_string: GIcon serialization support
7064   - G_FILE_ATTRIBUTE_PREVIEW_ICON: new file attribute for preview images
7065   - g_app_info_get_commandline: new function to get the full commandline
7066   - g_mount_shadow, g_mount_unshadow, g_mount_is_shadowed: New functions 
7067     to 'shadow' mounts (i.e. hide them from the UI when they already
7068     have a different representation, like a bookmark) 
7070 * Bugs fixed:
7071  556186 gpoll.h breaks gmain.h inclusion
7072  557087 mem leak in g_content_types_get_registered
7073  556921 gpoll.h breaks hal compilation
7074  557210 g_compute_checksum_for_* asserts with less than 2 bytes
7075  558381 Add support for compile time assertions
7076  558185 'parent' variable in g_local_file_get_child_for_display_name()
7077         hits g_object_unref(NULL) assertion
7078  558513 g_warn_if_fail FIXME in gtestutils
7079  558672 NULL key lookup using g_hash_table_lookup_extended() 
7080  555740 gicon serialization
7081  557182 preview functionality
7082  528320 Incorrect icons displayed for files with custom mimetype icons
7083  556910 Memory leak: sub
7084  557592 Missing include in gwinhttpfile.c
7085  556415 Crash on Windows 2000 in g_winhttp_vfs_init()
7086  555935 Clarify the mechanism of overwriting properties
7087  552776 ac_cv_func_posix_getgrgid_r not mentioned
7088  559448 GObject Reference Manual (typo)
7089  561212 GFileReadMoreCallback API doc refers to non-existant function
7090  560569 gkeyfile doesn't use the set list_separator in some cases
7091  560568 gkeyfile docs buglet
7092  559413 g_option_group_set_error_hook docs buglet
7093  562378 callback return value not respected for callback option
7094         with no arg
7095  559110 Do not include libintl.h after glibintl.h
7096  557603 carbon check output misplaced
7097  562544 g_key_file_get_string and g_key_file_get_value
7098         documentation does not explain the difference
7099  547264 Missing "no flags" flag
7100  562638 GDebugKey key member should be const
7101  562639 g_parse_debug_flags() parsing "help"
7102  562549 g_byte_array_free should tell how free data
7103  559452 GObject Reference Manual (typo)
7104  559462 GObject Reference Manual (typo)
7105  559517 GObject Reference Manual (typo)
7106  562538 GObject interface tutorial shouldn't finalise with
7107         "Please forget everything"
7108  561352 Leak of icon description
7109  561375 Leaks mountpoint description
7110  561807 inotify_sub.c: dup_dirname() fails to remove trailing '/'
7111  562393 g_buffered_input_stream_read_byte broken if data available
7112  541715 win32 : patch for warnings and signature problems in recent code
7113  547481 g_data_input_stream_read_line behaves not as stated in the docs
7114  548163 Nautilus displays wrong error message for too long file names
7115  559633 gtk_image_new_from_gicon does not always work for .desktop files
7116  555486 – No way to recover command line from GAppInfo
7118 * Translation updates:
7119  Spanish (es)
7120  Ukrainian (uk)
7123 Overview of Changes from GLib 2.18.1 to GLib 2.19.0
7124 ===================================================
7126 * Rewrite GHashTable to use open addressing with quadratic probing instead 
7127   of chaining. This has the potential to reduce memory fragmentation 
7128   significantly, while being slightly faster due to better locality and 
7129   no need to call alloc/free functions for nodes. Benchmarks suggest it 
7130   also uses less memory overall.
7132 * Make g_poll available as public api
7134 * New macros g_assert_error and g_assert_no_error to assert 
7135   that a GError is set or unset
7137 * g_cancellable_make_pollfd: New method to make a GPollFD for a cancellable
7139 * g_app_info_can_delete, g_app_info_delete, g_app_info_reset_type_associations:
7140   New functions to clean up app infos and content types
7142 * When launching applications, always pass fuse file:// uris when possible,
7143   and let gio convert such uris back to gio uris.
7145 * Bugs fixed:
7146  505361 gunixinputstream.c assumes poll() available
7147  509446 portable blocking gio cancellation
7148  553820 gpoll.c: undeclared identifier
7149  553724 python interpretter path not patched in correctly
7150  553857 gbacktrace.h requires signal.h
7151  553447 g_assert_no_error()
7152  554092 glib doesn't return G_FILE_ERROR_NOENT et al on OS X
7153  528670 Always pass file:/// uri's in GAppLaunchContext
7154  555224 Improve g_format_size_for_display doc
7155  555309 giochannel breaks on error
7156  554790 g_convert() misbehaves with winiconv versions
7157  555314 mem leak in gmarkup
7158  555313 GFileAttribute boxed type get_type function should...
7159  552861 glib-2.0.m4 calls system(3) without storing its result
7160  554557 Patch to fix gcc warnings about missing format specifiers
7161  552107 Small libtool fixes
7162  551355 Make glib build with libtool 2.2
7163  555311 format not a string literal and no format arguments
7164  556101 static mutex yields warnings with g++
7165  556186 gpoll.h breaks gmain.h inclusion
7166  526456 Open addressing in GHashTable
7167  553426 cancellable clarifications
7168  545350 GAppInfo deletion
7169  545351 Reset associations for content type
7170  552168 volume's mount not mounted after g_volume_mount_finish
7171  554970 segfault when update-desktop-database is not available...
7172  554745 GFileAttributeInfoList should be boxed
7173  555121 Improved build-time handling of gio module-dir
7174  555711 Wrong fallback order of mimetype icons
7175  555331 Deprecate adoption of mounts
7176  556335 make check fails in abicheck.sh
7177  556334 Warning when building without selinux support
7178  556422 g_file_enumerator_next_file: unclear...
7180 * Updated translations:
7181  Arabic (ar)
7182  Danish (da)
7183  Polish (pl)
7184  Brazilian Portugese (pt_BR)
7185  Romanian (ro)
7186  Russian (ru)
7189 Overview of Changes from GLib 2.18.0 to GLib 2.18.1
7190 ===================================================
7192 * Bugs fixed:
7193  550433 g_test_init doesn't recognize --help
7194  523463 Core dump in gmain.c:2482:IA__g_main_context_check
7195  551228 G_STRFUNC on recent Sun compiler should be expanded...
7196  551410 gtestutils.c: using printf without prototype
7197  551731 g_date_set_time[_t] docs should mention what timezone
7198  548321 <string.h> is not included in gi18n-lib.h
7199  551149 xdgmime mem leak
7200  550647 synchronous pipe I/O when reading mount reply
7201  551887 Docs for g_desktop_app_info_new_from_filename aren't...
7202  551681 g_content_type_guess() too naive with filenames
7203  552352 g_app_info_launch doesn't work if "Path" key...
7204  551408 gmodule.def generated to builddir...
7205  552359 g_file_info_get_icon should return GThemedIcon, and...
7207 * Updated translations:
7208  Arabic (ar)
7209  Bengali India (bn_IN)
7210  British English (en_GB)
7211  Hindi (hi)
7212  Croatian (hr)
7213  Korean (ko)
7214  Oriya (or)
7215  Turkish (tr)
7216  Telugu (te)
7219 Overview of Changes from GLib 2.17.7 to GLib 2.18.0
7220 ===================================================
7222 * Win32:
7223   - rework the g_poll() implementation to match poll() semantics more closely
7225 * Bugs fixed:
7226  324234 Using g_io_add_watch_full() to wait for connect() to return...
7227  548278 Async GETs connections are always terminated unexpectedly...
7228  500246 Bug fixes for giowin32
7229  523939 Example program for GValue
7230  550096 GBookmarkFile parser is not forward compatible
7231  550040 Move GString, rand and printf tests to the unit test framework
7232  550104 trivial documentation fix for g_get_home_dir
7233  548988 g_file_replace fails on Windows when the target file exists
7234  550059 Wrong docs for g_emblemed_icon_add_emblem
7235  548800 Missing a g_object_get_type function
7236  550056 Missing documentation for g_emblemed_icon_get_emblems
7238 * Updated translations:
7239  Bulgarian (bg)
7240  Czech (cs)
7241  German (de)
7242  Estonian (et)
7243  Basque (eu)
7244  French (fr)
7245  Hebrew (he)
7246  Hungarian (hu)
7247  Italian (it)
7248  Japanese (ja)
7249  Lithuanian (lt)
7250  Maithili (mai)
7251  Dutch (nl)
7252  Swedish (sv)
7253  Thai (th)
7254  Ukrainian (uk)
7255  Vietnamese (vi)
7258 Overview of Changes from GLib 2.17.6 to GLib 2.17.7
7259 ===================================================
7261 * More fixes for 64-bit Windows
7263 * GIO
7264  - Add a vfs implementation for HTTP and HTTPS URIs on Windows
7266 * Bugs fixed:
7267  546329 API docs for g_utf8_normalize() are incorrect
7268  546876 Modify GMarkup parser to accept &#x1; .. &#x1f;
7269  547200 g_utf8_find_next_char() issues
7270  547637 unconditional #include of sys/statfs.h in configure
7271  547337 G_DISABLE_DEPRECATED breaks tests build
7272  547832 gtk+-2.12.11 fails to build - AC_PROG_MMAP too strict
7273  502498 Test framework assertion failures should follow gcc
7274  546371 Improve docs re g_file_monitor
7275  546483 GThemedIcon:use-default-fallbacks is not readable without...
7276  546132 GFileIcon is bindings-unfriendly
7277  542156 zfs mount in home directory shown on nautilus desktop 
7278  535124 umask 002 not being applied for new directories...
7279  547080 g_file_copy leaks expected errors
7280  546582 Callbacks from GFileMonitor present a GFile...
7281  547262 Missing link in the docs
7283 * Updated translations:
7284  Arabic (ar)
7285  Catalan (ca)
7286  Spanish (es)
7287  Basque (eu)
7288  Finnish (fi)
7289  Galician (gl)
7290  Hebrew (he)
7291  Marathi (mr)
7292  Norwegian bokmål (nb)
7293  Portugese (pt)
7294  Brazilian Portugese (pt_BR)
7295  Swedish (sv)
7296  Thai (th)
7299 Overview of Changes from GLib 2.17.4 to GLib 2.17.6
7300 ===================================================
7302 * Fix problems on 64-bit Windows
7304 * g_markup_context_get_user_data: New function to access
7305   the user_data outside of callbacks
7307 * GIO
7308  - g_mount_guess_content_type_sync: synchronous version of
7309    g_mount_guess_content_type
7310  - GEmblem: A GIcon implementation that adds emblem-related
7311    metadata to icons
7312  - GEmblemedIcon: A GIcon implementation that can add emblems
7313    to icons
7315 * Bugs fixed:
7316  544088 option_test_LDADD is left in tests/Makefile.am
7317  544465 gmarkup makes it hard to use pre-rolled parsers
7318  545485 Implicit declaration of utime()
7319  545798 "Since: 2.18" mark is missing in g_set_error_literal...
7320  544140 fam-helper 64-bit issue
7321  529694 SELinux context setting support
7322  545157 wrong/no list of "open with" applications for .cc...
7323  545203 gfile.c: argument is different type
7324  545457 gdmsetup crashed with SIGSEGV in g_unix_mount_guess...
7325  544177 Fix trivial cut and paste error in documentation
7326  545395 Language tweak for g_value_set_string* docs
7327  541036 Gnumeric crashes when trying to open Desktop...
7328  546079 leak in xdgmime
7329  545395 Language tweak for g_value_set_string* docs
7330  546017 Don't copy attributes when copying a symlink
7332 * Updated translations:
7333  Arabic (ar)
7334  Estonian (et)
7335  Galician (gl)
7336  Italian (it)
7337  Japanese (ja)
7338  Korean (ko)
7339  Norwegian bokmål (nb)
7340  Pashto (ps)
7341  Portugese (pt)
7344 Overview of Changes from GLib 2.17.3 to GLib 2.17.4
7345 ===================================================
7347 * GIO:
7348  - New API to handle content types: g_mount_guess_content_type,
7349    g_content_type_guess_for_tree.
7350  - Export the eject-button signal on the volume monitor class
7351  - New API to enable out-of-process volume monitors: 
7352    g_volume_get_activation_root
7354 * GObject:
7355  - New API to handle signals without slots in the class structure:
7356    g_signal_new_class_handler, g_signal_override_class_handler   
7358 * Internationalization:
7359  - Add an NC_ macro that is a no-op equivalent of C_
7361 * GMarkup:
7362  - Add two new functions g_markup_parse_context_push,
7363    g_markup_parse_context_pop to support "subparsers"
7365 * Bugs fixed:
7366  541208 Functions to easily install and use signals without...
7367  541507 Ambiguous description of assigned characters in the...
7368  543040 async reading on dummy file will crash on GIO_USE_VFS=local
7369  543560 enable gio-FEN back-end warnings on Solaris will crash...
7370  528317 GRegex does not allow recursion limit
7371  337518 GMarkup: Subparser support
7372  541794 drive-eject-button signal
7373  541793 activation root for volumes
7374  467707 test_iconv_state() in tests/convert-test.c fails on AIX 5.3
7375  428048 2 of 51 tests fail on Solaris
7376  542332 small fix for error message in GMarkup
7377  482413 get_contents_stdio -- overflow and memory corruption
7378  406120 g_ascii_strtod
7379  334234 "printf" format error
7380  536996 Missing noop i18n macro equivalent to C_
7381  540616 mem leak in filechooser button
7382  539229 gobject-query calls itself query
7383  521589 [RFC] gobject documentation should mention Vala
7384  543168 Description of G_SLICE=debug-blocks discourages its use
7385  543220 Case collision on gio-extension-points.html
7386  530759 update the gobject tutorial to the XXI century
7387  535223 gbookmark file inefficiency ...
7388  543504 crash in Epiphany Web Browser: Opening local file
7390 * Updated translation:
7391  German (de)
7392  Estonian (et)
7393  Pashto (ps)
7394  Albanian (sq)
7395  Thai (th)
7396  Traditional Chinese (zh_HK)
7397  Traditional Chinese (zh_TW)
7400 Overview of Changes from GLib 2.17.1 to GLib 2.17.3
7401 ===================================================
7403 * PCRE
7404  - fix for CVE-2008-2371 
7406 * Bugs fixed:
7407  538119 glib's mainloop leaks a pipe to sub-processes
7408  537635 Corrections and improvements to g_time_val_{to,from}_iso8601
7409  539067 The document g_io_channel_win32_new_fd() says...
7410  535949 annotate g_strip_context and g_dpgettext with G_GNUC_FORMAT
7411  539123 annotate g_d[n]gettext with G_GNUC_FORMAT
7412  539074 Cannot get exit status with g_spawn_command_line_sync
7413  316221 G_LOCK warns about breaking strict-aliasing rules
7414  539770 migrate gstrfunc unit tests to gtest
7415  539626 Update docstrings for g_object_freeze_notify and g_object_thaw_notify
7416  538044 unconditional use of LC_MESSAGES
7417  540545 Monotonic time and timer offset
7418  535947 want g_set_error_literal
7419  539999 glibconfig.h: add GLIB_USING_SYSTEM_PRINTF 
7420  536252 GFileEnumerator should allow access to the containing GFile
7421  538362 Get Win32 icons back in the file chooser
7422  540802 g_list_prepend doesn't concat lists
7423  540423 unrecoverable error after g_seekable_truncate
7424  538836 make check failure on PPC and ALPHA: pltcheck.sh on g_atomic_pointer_get
7425  539090 g_content_type_from_mime_type() should unalias
7426  540331 g_file_append_to () documentation: can return NULL
7427  534639 add g_desktop_app_info_new_from_keyfile
7428  536733 gio build failure on Irix
7429  536160 Add g_file_monitor()
7430  538127 FileChooser broken on win32
7431  531476 /live-g-file/test_traverse_structure test fails on Mac HFS+
7432  538564 gio should have gio-types.h
7433  540047 glib-genmarshal.c: '#include <io.h>' is too before
7435 Updated translations:
7436  Korean (ko)
7437  Occitan (oc)
7440 Overview of Changes from GLib 2.17.0 to GLib 2.17.1
7441 ===================================================
7443 * New function: g_utime(), a gstdio wrapper for utime()
7445 * New functions: g_dgettext() and g_dngettext(), wrappers
7446   for corresponding gettext functions with added functionaliy
7448 * Support the latest version of the shared-mime spec, including
7449   icons for mime types 
7451 * New function: g_themed_icon_prepend_name()
7453 * Bugs fixed: 
7454  535418 Please document which glib version defines goffset
7455  528715 Misprint in the description of the interface g_type_class_add_private
7456  528714 Misprint in the description of the interface g_param_spec_flags
7457  537260 Doc bug in G_TYPE_INSTANCE_GET_CLASS()
7458  530527 Misprint in the description of the interface 
7459         g_cclosure_marshal_VOID__FLAGS
7460  530526 Misprint in the description of the fields 'class_init' and 
7461         'class_finalize' of the structure GTypeInfo
7462  528719 Improvement to the documentation of the "g_object_connect" interface
7463  528172 gtk_signal_handlers_unblock_* functions return value
7464         amount of matched signals, not amount of actually unblocked
7465  528717 Misprint in the description of the parameter 'type_id' for 
7466         the interface g_type_register_fundamental
7467  528716 Misprint in the description of the parameter 'iface_data' for 
7468         the callback types GInterfaceInitFunc and GInterfaceFinalizeFunc 
7469  537555 GObject instantiation not thread safe
7470  537546 'desktop' shortcut in file chooser looks like a generic folder
7471  537392 Additional colon in xattr name
7472  536641 Filesystem querying in gio does not list AFS and autofs file systems
7473  528600 g_dummy_file_get_parent("scheme://example.com/")
7474  503071 Application direction changes to right to left even if theres no 
7475         translation
7476  502511 g_assert_cmphex prints invalid message
7477  338162 Use po/LINGUAS
7478  314453 Nautilus crashes in Solaris when browsing the attached file
7479  529321 make check fails in glib/pcre
7480  455215 g_get_user_special_dir: no reference about G_USER_DIRECTORY_DOWNLOAD 
7481         fallback to $HOME/Desktop if xdg-user-dirs is not in use
7482  498732 g_key_file_to_data cannot fail
7483  511367 add g_file_make_directory_with_parents
7484  531900 Use __builtin_offsetof for G_STRUCT_OFFSET if building with 
7485         gcc 4.0 or newer
7486  536158 also bump GHashTable version when a node is removed via
7487         g_hash_table_iter_remove()/g_hash_table_iter_steal()
7488  531403 g_utf8_collate broken on Mac
7489  535628 test/patterntest.c still includes gpattern.h directly
7490  535625 alias.h:2648: error: 'utime' undeclared here (not in a function)
7492 * Translation updates:
7493  Arabic (ar)
7494  German (de)
7495  Italian (it)
7496  Norwegian bokmål (nb)
7497  Thai (th)
7500 Overview of Changes from GLib 2.16.x to GLib 2.17.0
7501 ===================================================
7503 * Update to Unicode 5.1
7505 * Update included libcharset to the one shipped with libiconv 0.12
7507 * Update included PCRE to 7.7
7509 * Enforce that only toplevel headers are directly included.
7510   This is turned on by default for GObject and GIO. To turn
7511   it on for GLib, define G_DISABLE_SINGLE_INCLUDES.
7513 * Fix library version of GIO.  GLib 2.16 shipped with libgio-2.0.so.0.0.0
7515 * On Solaris, use FEN for file monitoring in GIO
7517 * Use the GIO_EXTRA_MODULES environment variable to find
7518   additional GIO modules 
7520 * G_GNUC_ALLOC_SIZE: New macro that wraps the gcc alloc_size
7521   function attribute
7523 * g_checksum_reset: New function to reset the state of a GChecksum 
7525 * g_unix_mount_monitor_set_rate_limit: New function to limit the 
7526   rate at which events are reported
7528 * g_file_query_file_type: New utility function to query the type of
7529   a file
7531 * g_memory_output_stream_get_data_size: New function to obtain the
7532   size of the written data.
7534 * Bugs fixed:
7535  522292 Gives warnings in glib/gutils.h with GCC in C99 mode
7536  523298 win_iconv can't convert from UTF-8 to GB18030 (or vice versa)
7537  518160 replace two g_strdup_printf calls in GBookmarkFile
7538  523877 gbookmarkfile: avoid using g_string_append_printf() and
7539         other optimizations 
7540  525192 100% CPU if run main loop with no IO sources
7541  315437 extern inline -> static inline
7542  524314 g_convert() on Win32 implicitly converts full width
7543         alphanumerics into half width
7544  525732 Error in documentation for g_list_first
7545  525674 A typo in gmarkup.c
7546  448943 g_timeout_add_seconds() problems
7547  525972 UCS-4 not in the new win_iconv implementation
7548  526619 make test-report crash
7549  491554 Update to Unicode 5.1.0
7550  519137 g_slice_dup macro needs cast for 64-bit platform
7551  528752 Win32 build and SSL not working
7552  530457 G_USER_DIRECTORY_DOWNLOAD folder improperly mapped
7553  528667 Typos in testing module documentation
7554  459905 Bug in wcwidth data
7555  534085 g_unichar_iswide_cjk() has a totally wrong table
7556  501651 Update glib/libcharset
7557  519026 G_STMT_START/G_STMT_END test a non-existent preprocessor symbol
7558  534319 GLib's .pc files could use Libs.private
7559  534137 Typo in g_spawn_async_with_pipes doc
7560  517419 gio win32 directory monitor
7561  526796 Wrong order of arguments in g_file_copy's fallback
7562  530196 _g_local_file_has_trash_dir() doesn't handle st_dev == 0
7563  532965 Should not return filesystem::free for certain file systems
7564  525553 fix typo and nitpicking in GArray documentation
7565  526572 Missing * in declaration of parent_class in Object
7566         Destruction section of GObject Reference Manual
7567  528648 Extra >s in Object Construction section
7568  535021 g_param_spec_internal documentation should
7569         describe purpose of nick and blurb
7570  521513 Firefox crash when using file picker
7571  528433 gdesktopappinfo snafu ...
7572  533369 API g_file_info_get_attribute_string () unables to get "...
7573  521045 glib f_fstypename miscellany
7574  521672 compile error
7575  521946 control rate limit on GUnixMountMonitor
7576  522335 Fails to build: glib/gtester.c:276: error: 'ARG_MAX' unde...
7577  523015 Implement sliding window based upload operation
7578  523019 Use new GCC 4 feature
7579  523338 list nfs4 as a nfs mount type
7580  524350 Make glib build without NLS again
7581  524579 g_file_copy reports wrong total on progress callback for ...
7582  524742 A typo in gtestutils.c.
7583  524950 Minor documentation typos.
7584  525866 the user directory should not be considered as a mount to...
7585  526320 should not list mounts that the user doesn't have permiss...
7586  527132 nautilus crash when making ftp connection
7587  532852 CRITICAL **: totem_pl_parser_parse_with_base: assertion `...
7588  534759 Build failure in gio
7589  534764 Typo in error produced by g_file_make_directory
7590  521851 Redudant tests in gunixmounts.c
7591  524344 glib/gthread.h still use G_GNUC_PRETTY_FUNCTION
7592  525060 glib fails to build with -DG_DISABLE_ASSERT in CPPFLAGS o...
7593  534177 Invalid description of the interface g_cclosure_marshal_S...
7594  520715 Add GFile method g_file_query_file_type
7595  523039 nautilus can't access to trash/computer/network if gvfs i...
7597 * Updated translations:
7598  Arabic (ar)
7599  Bulgarian (bg)
7600  Catalan (ca) 
7601  Czech (cs)
7602  Greek (el)
7603  Candian English (en_CA)
7604  British English (en_GB)
7605  Spanish (es)
7606  Estonian (et)
7607  Basque (eu)
7608  Galician (gl)
7609  Hebrew (he)
7610  Hungarian (hu)
7611  Japanese (ja)
7612  Lithuanian (lt)
7613  Norwegian bokmål (nb)
7614  Dutch (nl)
7615  Occitan (oc)
7616  Portugese (pt)
7617  Russian (ru)
7618  Slovak (sk)
7619  Albanian (sq)
7620  Swedish (sv)
7621  Turkish (tr)
7622  Vietnamese (vi)
7625 Overview of Changes from GLib 2.16.0 to GLib 2.16.1
7626 ===================================================
7628 * Fix a crash in g_themed_icon_new
7630 * Update the included PCRE to 7.6
7633 Overview of Changes from GLib 2.15.6 to GLib 2.16.0
7634 ===================================================
7636 * Fix the definition of G_INLINE_FUNC to work with gcc 4.3.0
7638 * GIO:
7639  - Add missing GMountMountFlags argument to g_unix_volume_mount
7640  - Fix the adopt_orphan_mount vfunc to take a volume monitor 
7641    reference
7642  - Add properties to GThemedIcon for bindings sake
7644 * Bugs fixed:
7645  520484 gvfsd-trash crashed with SIGSEGV in g_path_is_absolute()
7646  510855 g_checksum_update(): Take -1 for length.
7647  517676 g_themed_icon_new*() do more than call g_object_new().
7648  518816 should handle rmdir returning EEXIST correctly
7649  519352 g_[s]list_delete_link() docs
7650  519489 Fixes for sparse warnings in gio
7651  520169 add monitor argument to vfunc for GVolumeMonitor
7652  520700 Add type check in g_file_query_exists
7653  521145 FILE_READ_ONLY_VOLUME not present on Mingw32
7654  518720 No MIME type for empty files
7655  521013 in documentation, goffset doesn't say "Since 2.x"
7656  521028 Missleading error messages from g_io_channel_set_encoding()
7657  517484 GMainLoop could set the thread "Alertable" for APCs to be... 
7659 * Updated translations:
7660  Assamese (as)
7661  Bengali India (bn_IN)
7662  Czech (cs)
7663  German (de)
7664  Spanish (es)
7665  Estonian (et)
7666  Finnish (fi)
7667  French (fr)
7668  Gujarati (gu)
7669  Italian (it)
7670  Lithuanian (lt)
7671  Malayalam (ml)
7672  Marathi (mr)
7673  Norwegian bokmål (nb)
7674  Romanian (ro)
7675  Russian (ru)
7676  Slovak (sk)
7677  Ukrainian (uk)
7680 Overview of Changes from GLib 2.15.5 to GLib 2.15.6
7681 ===================================================
7683 * GIO:
7684  - New file attributes: trash::item-count, filesystem::use-preview
7685  - Rename g_file_contains_file to g_file_has_prefix
7686  - g_file_query_filesystem_info grew async variants
7687  - g_themed_icon_append_name: new convenience function
7688  - g_content_type_get_icon is implemented now
7689  - Only show mounts in /media and ~
7690  - g_file_contains_file has been renamed to g_file_has_prefix
7692 * Win32:
7693  - g_win32_get_package_installation_directory_of_module: new function
7694    which supersedes g_win32_get_package_installation_directory
7695  - Use alertable wait functions so that I/O completion routines or 
7696    user-mode Asynchronous Procedure Calls can be run
7697  - Fix race conditions in g_spawn implementation on win32
7699 * Other:
7700  - g_uri_get_scheme has been renamed go g_uri_parse_scheme
7702 * Updated translations:
7703  Arabic (ar)
7704  Belarusian Latin (be@latin)
7705  Catalan (ca) 
7706  British English (en_GB)
7707  Finnish (fi)
7708  Galician (gl)
7709  Hebrew (he)
7710  Italian (it)
7711  Kannada (kn)
7712  Norwegian bokmål (nb)
7713  Dutch (nl)
7714  Brazilian Portugese (pt_BR)
7715  Vietnamese (vi)
7718 Overview of Changes from GLib 2.15.4 to GLib 2.15.5
7719 ===================================================
7721 * Update the included PCRE to 7.6
7723 * GIO:
7724  - g_volume_should_automount: new function to determine if a volume
7725    should be mounted automatically
7726  - g_file_query_default_handler: new convenience function to get
7727    the default handler for a file
7728  - g_app_info_launch_default_for_uri new convenience function to
7729    launch the default handler for a URI
7730  - Use mimeapps.list and defaults.list as discussed on xdg list
7731    recently
7732  - g_app_info_get_default_for_uri_scheme has a real implementation
7733    now (gvfs provides a GConf-based implementation)
7734  - There is the beginning of a test suite
7735  - standard::description:  new file attribute
7736  - GMountMountFlags flags argument added to mount calls
7738 * GObject:
7739  - class initialization is now threadsafe
7741 * Updated translations:
7742   Arabic (ar)
7743   Catalan (ca)
7744   Spanish (es)
7745   Basque (eu)
7746   Italian (it)
7747   Japanese (ja)
7748   Kannada (kn)
7749   Korean (ko)
7750   Macedonian (mk)
7751   Occitan (oc)
7752   Portugese (pt)
7753   Brazilian Portugese (pt_BR)
7754   Swedish (sv)
7755   Thai (th)
7758 Overview of Changes from GLib 2.15.3 to GLib 2.15.4
7759 ===================================================
7761 * G_GNUC_PRETTY_FUNCTION has been deprecated
7763 * GIO:
7764  - g_file_copy has an async variant now
7765  - Drives and volumes now have API to get identifiers
7766    like Hal UDIs or UUIDs.
7767  - There is now a registration API to let modules register
7768    extensions they provide, such as volume monitor implementations
7770 * Bugs fixed:
7771   511807 g_time_val_to_iso8601() uses MT-unsafe gmtime() function
7772   316260 [patch] Doc patches for gnode (2.8.1)
7773   385132 solaris gettext support fix
7774   484261 ./configure check for system PCRE unicode support fails w...
7775   510292 GOption main help not shown
7776   511580 Implement g_file_copy_async
7777   511654 Compile errors due to C99 constructs
7778   487909 g_utf8_strreverse and combining marks
7779   512381 unused variable 'is_main_group' 
7781 * Updated translations:
7782   Arabic (ar)
7783   Belarusian (be)
7784   Czech (cz)
7785   Spanish (es)
7786   French (fr)
7787   Galician (gl)
7788   Portugese (pt)
7789   Russian (ru)
7790   Swedish (sv)
7791   Thai (th)
7794 Overview of Changes from GLib 2.15.2 to GLib 2.15.3
7795 ===================================================
7797 * GChecksum:
7798  - g_checksum_update can accept nul-terminated strings
7799  - The MD5 implementation works correctly on buffers 
7800    that are longer than 64 bytes
7802 * GIO:
7803  - Don't include a copy of the inotify headers, rely on system headers
7804  - g_file_find_enclosing_mount has an async variant now
7805  - Reduntant seek API on file streams has been removed
7807 * Bugs fixed:
7808   508602 gmemory{in|out}putstream.c: unknown pointer size
7809   508771 There is no g_file_test/exists() for GFile
7810   508773 g_uri_escape_string() documentation unclear.
7811   509465 AM_PATH_GLIB_2_0 doesn't support gio
7812   509626 async functions: Document allowed NULL callback?
7813   509990 GSeekable documentation unclear
7814   510448 No inotify support on ARM or SH5
7815   510855 g_checksum_update(): Take -1 for length. 
7817 * Updated translations:
7818   Basque (eu)
7819   Marathi (mr)
7820   Swedish (sv)
7821   Ukrainian (uk)
7824 Overview of Changes from GLib 2.15.1 to GLib 2.15.2
7825 ===================================================
7827 * GIO:
7828  - Mount operation API change: unhandled methods get reported via 
7829    the reply, rather than by the signal emission return value
7830  - File monitor API change: Add a GError argument to g_file_monitor_file
7831  - g_unix_mount_guess_should_display(): new function
7833 * Bugs fixed:
7834   508224 [PATCH] FAM backend crashes due to double free
7835   508074 GAsyncResult documentation suggests g_freeing it.
7836   508108 GFile documentation slightly unclear.
7837   508309 rpc_pipefs mount points should be hidden
7838   508378 GFileInfo documentation implies that it changes attribute...
7839   508719 g_file_get_relative_path fails if parent is root
7840   508773 g_uri_escape_string() documentation unclear.
7842 * Updated translations:
7843   Arabic (ar)
7844   Spanish (es)
7845   Hebrew (he)
7846   Italian (it)
7847   Korean (ko)
7848   Turkish (tr)
7851 Overview of Changes from GLib 2.15.0 to GLib 2.15.1
7852 ===================================================
7854  * Portability fixes:
7855  - Assertion functions are marked as noreturn again
7856  - Handling of inline functions has been fixed to work with gcc 4.3
7857  - C99 comments have been removed from headers
7858  - The nonportable sed -i option is no longer used
7860  * GIO:
7861   - Clarified the semantics of g_app_info_get_all()
7862   - API for memory input and output streams has been changed a bit
7863   - GDirectoryMonitor has been removed; GFileMonitor can monitor
7864     files and directories now
7866  * Bugs fixed:
7867    504829 Invalid environment passed to g_spawn_async in g_desktop_...
7868    505258 crash in Users and Groups: Adding a user
7869    505815 g_content_types_get_registered should not g_free keys
7870    491218 g_timer_new() doesn't initialize timer->end
7871    315437 extern inline -> static inline
7872    476856 Inconsistency between standard and implementation of the ...
7873    480122 g_module_open fails to open modules with ".la" extension
7874    495589 gspawn.c failing to set FD_CLOEXEC
7875    500273 doesn't build with --disable-visibility
7876    504142 Do not show empty groups in --help output
7877    504879 giofam incorrectly linked
7878    505042 add file attribute for actually used file size in bytes
7879    505058 xattr namespace docs
7880    505674 Misprint in the definition of the macro G_CCLOSURE_SWAP_DATA
7881    505730 Fails to build on OSX 10.4: _NSGetEnviron not declared
7882    505887 older darwin lacks lchown
7883    506374 gmemoryinputstream api
7884    506461 Conversion of g_assert_not_reached() and friends into fun...
7885    503051 Small bug in glib interface
7886    506395 Updates to GIO documentation
7887    507628 Missing .pc entry for gio linking against glib
7888    505195 [patch] typo in g_try_new0 docs 
7889    507822 g{file,directory}monitor changes signal problem
7890    506377 gmemoryoutputstream write implementation
7891    507835 bug in gunixinputstream 
7893  * Updated translations:
7894    Arabic (ar)
7895    Belarusian Latin (be@latin)
7896    Spanish (es)
7897    Basque (eu)
7898    Irish (ga)
7899    Hebrew (he)
7900    Occitan (oc)
7901    Vietnamese (vi)
7904 Overview of Changes from GLib 2.14.x to GLib 2.15.0
7905 ===================================================
7907 Major new features:
7909  * GIO: a VFS API, designed to replace GnomeVFS. The GIO implementation 
7910    in GLib has support for local filesystems. The new, separate gvfs 
7911    module contains various backend implementations (cifs, ftp, sftp,
7912    http, ...)
7914  * GChecksum: provides various hash algorithms, such as MD5, SHA-1
7915    and SHA-256
7917  * GTest: a test framework 
7919 Smaller additions:
7921  * GHash:
7922  - GHash has iterators, as an alternative to g_hash_table_foreach
7924  * GMarkup: 
7925  - g_markup_parse_context_get_element_stack: New function to
7926    get the stack of open elements
7927  - G_MARKUP_PREFIX_ERROR_POSITION: New flag to improve error
7928    reporting
7929  - g_markup_collect_attributes: Convenience function for handling
7930    attributes
7932 * GKeyFile: 
7933  - Functions that take a GError now return a boolean to indicate 
7934    success, instead of void
7935  - Various performance improvements
7937 * GAsyncQueue:
7938  - g_async_queue_new_full: new function that allows to specify
7939    a free function for leftover elements
7941 * GError:
7942  - g_prefix_error and g_propagate_prefixed_error: New functions
7943    to ease error propagation
7945 * Internationalization:
7946  - C_: A new 2-argument variant of the Q_() macro 
7947  - Use native character set conversion API on Windows
7949 * GLib builds with automake 1.10
7951 * Bugs fixed:
7952  455725 specific combination of g_utf8_strlen and g_pattern_match...
7953  467537 g_convert_with_iconv() not resetting iconv() state correc...
7954  497033 Commandline option parser should warn about missing optio...
7955  504527 gchecksum: Conditional jump or move depends on uninitiali...
7956  445362 Non-numeric local labels in gatomic.c are causing linker ...
7957  482313 gregex: no way to tell why compilation failed
7958  317775 main loops continues to run after g_main_loop_quit() has ...
7959  418778 Insufficient pkg-config version requirement
7960  436293 g_option_context_new() doc should mention that the string...
7961  466557 glib-mkenums shifts ARGV[0] to undefined
7962  468882 GKeyFile doesn't accept "True" as a true boolean value
7963  469551 application --help messages are garbaged on none UTF-8 lo...
7964  479724 Memory leak upon calling "g_main_loop_run" in the seconda...
7965  490061 outptrs uninitialized after g_parse_long_long
7966  490637 gobject documentation patch
7967  495294 glib-genmarshal prints warnings but returns 0
7968  496046 option to prefix location of errors for GMarkup
7969  498113 tests/regex-test fails on 64bit environment
7970  500506 Fails to build on OSX 10.4
7971  500638 gkeyfile speedup ...
7972  500875 Make check fails as there is no "test" target for "build"...
7973  502511 g_assert_cmphex prints invalid message
7974  502927 g_array_index triggers cast aligment warning
7975  503029 g_time_val_from_iso8601 parse non-ISO8601 dates
7976  503222 Need context to translate
7977  503420 gkeyfile leaks a hash table
7978  503470 Fix build when builddir != srcdir
7979  504227 Inverse variant for g_test_trap_assert_stdout, g_test_tra...
7980  71704  file include order
7981  491957 Misprint in the specification of the interface "g_main_co...
7982  491959 Misprint in description of the structure "GThreadPool"
7983  491965 Mistype in the specification of the function "g_hook_list...
7984  491966 Misprint in the specification of the interface "g_main_co...
7985  491968 The documentation does not mention the restriction for th...
7986  491970 The documentation for the interface "g_date_clamp" is inc...
7987  491974 The documentation of the interface "g_main_context_iterat...
7988  491975 The documentation for the interfaces "g_io_channel_read_u...
7989  491979 Misprint in the description of the interfaces g_key_file_...
7990  491982 Misprint in the description of the interface "g_key_file_...
7991  501107 EXTRA_DIST automake warnings
7992  501997 g_utf8_normalize() returns NULL on invalid string
7993  502590 C_/g_dpgettext efficiency
7994  464259 g_set_application_name() docs should say "Since 2.2"
7995  496518 gbase64.c API doc clarification
7996  498728 g_key_file_get_*_list should set length to 0 when returni...
7997  500361 Improve docs for g_array_free() and g_ptr_array_free()
7998  501853 g_checksum_get_digest docs
7999  503862 Allow NULL strings in g_parse_debug_string()
8000  142676 Q_
8001  367550 Add g_async_queue_new_full() with GDestroyNotify function
8002  375651 Minor enhancements to GKeyFile API
8003  443648 MD5 digest support
8004  449937 Upgrade auto* sources to be clean under automake1.9
8005  452887 gmarkup context "get element" function is useless when ca...
8006  491549 [PATCH] Eliminate libiconv dependency on Windows
8007  500507 GHashTableIter API 
8009 * Translation updates
8010  Belarusian Latin (be@latin)
8011  Czech (cs)
8012  German (de)
8013  Spanish (es)
8014  Esperanto (et)
8015  French (fr)
8016  Korean (ko)
8017  Marathi (mr)
8018  Norwegian bokmål (nb)
8019  Brazilian Portugese (pt_BR)
8020  Slovenian (sl)
8021  Swedish (sv)
8024 Overview of Changes from GLib 2.14.2 to GLib 2.14.3
8025 ===================================================
8027 * Update PCRE to 7.4
8029 * Bugs fixed:
8030  487491 Fix some warnings from sparse
8031  488068 Small (one-time) memory leak in glib_gettext initialization
8032  493688 TYPE macro "_get_type ()" is documented wrong
8034 * Updated translations:
8035  Arabic (ar)
8036  Belarusian Latin (be@latin)
8037  Estonian (et)
8038  Irish (ga)
8039  Slovenian (sl)
8042 Overview of Changes from GLib 2.14.1 to GLib 2.14.2
8043 ===================================================
8045 * Bugs fixed:
8046  476849 Invocation of the interface "g_hook_free" fails in certai...
8047  359165 marshallers can throw warnings with -Wunused
8048  477957 more discussion on g_value_set_object vs. g_value_take_ob...
8049  478459 G_DEFINE_DYNAMIC_TYPE_EXTENDED doesn't work with G_IMPLEM...
8050  483337 inline is disabled for MSVC when compiling C code
8051  478349 Broken link to gettext website
8052  469231 g_spawn optimization for setting all open fds to CLOEXEC 
8054 * Updated translations:
8055 Arabic (ar)
8056 Galician (gl)
8057 Hebrew (he)
8058 Korean (ko)
8061 Overview of Changes from GLib 2.14.0 to GLib 2.14.1
8062 ===================================================
8064 * Bugs fixed:
8065  476840 Invocation of the interface "g_utf8_strreverse" crashes f...
8066  444765 Fix FIXME in gregex.c when new pcre is out
8067  464145 g_markup_escape_text Produces Invalid XML
8068  465625 g_type_default_interface_ref() does not ensure working g_...
8069  466768 Clearify that comments can be put anywhere in a Key-file.
8070  474229 The GError documentation should give convention for the G...
8071  474899 G_BREAKPOINT() docs inaccurate
8072  475854 Overuse of -lpcre when using system pcre
8073  473879 Incorrect includes in gregex.c
8074  468694 Typoes in documentation
8075  469051 g_snprintf () talks about characters where it probably me...
8076  457601 Missing arch specific atomic implementation
8077  475923 Missing pcre flags when static-linking against glib
8078  475619 glibthread-2.0.la does not list -lpthread
8080 * Updated translations:
8081  Bulgarian (bg)
8082  Catalan (ca)
8083  Danish (da)
8084  German (de)
8085  Canadian English (en_CA)
8086  British English (en_GB)
8087  Spanish (es)
8088  Estonian (et)
8089  Finnish (fi)
8090  French (fr)
8091  Gujarati (gu)
8092  Hungarian (hu)
8093  Italian (it)
8094  Georgian (ka)
8095  Kannada (kn)
8096  Lithuanian (lt)
8097  Makedonian (mk)
8098  Norwegian (nb)
8099  Dutch (nl)
8100  Polish (pl)
8101  Portugese (pt)
8102  Brazilian Portugese (pt_BR)
8103  Romanian (ro)
8104  Russian (ru)
8105  Albanian (sq)
8106  Serbian (sr, sr@Latn)
8107  Swedish (sv)
8108  Tamil (ta)
8109  Thai (th)
8110  Ukrainian (uk)
8111  Vietnamese (vi)
8114 Overview of Changes from GLib 2.13.7 to GLib 2.14.0
8115 ===================================================
8117 * Last-minute API additions:
8118  - Make g_unichar_combining_class public
8119  - Add goffset type, add G_MAXSSIZE and G_MINSSIZE
8121 * Update PCRE to 7.2
8123 * Bugs fixed:
8124  453998 Make _g_unichar_combining_class() public
8125  462549 gregex.c: variable is declared at middle of block
8126  417068 g_file_test doc inconsistency
8128 * Updated translations:
8129  Assamese (as)
8130  Basque (eu)
8131  Kannada (kn)
8132  Malayalam (ml)
8133  Dutch (nl)
8134  Polish (pl)
8135  Brazilian Portugese (pt_BR)
8136  Turkish (tr)
8139 Overview of Changes from GLib 2.13.6 to GLib 2.13.7
8140 ===================================================
8142 * The memory corruption warning from the slice allocator that
8143   occurred when threads were initialized after the slice allocator
8144   has been removed, as the slice allocator now works fine
8145   in this scenario.
8147 * New functions g_once_init_enter() and g_once_init_leave() make
8148   it easier to write threadsafe one-time initialization functions 
8150 * Bugs fixed:
8151  454473 Simple XML Subset Parser terminates on invalid XML
8152  445813 g_module_open error, add file name
8153  453796 errno gets clobbered by g_filename_display_name
8154  341988 don't use "-c" with msgfmt in Makefile.in.in
8155  447048 Please produce slightly more output during long tests
8156  454785 GModule documentation lists same block of code twice.
8157  454786 GModule documentation lists same paragraph twice.
8158  383155 small docs quirks in gobject/closure API documentation
8159  65041  _get_type() functions aren't thread safe
8161 * Updated translations
8162  Assamese (as)
8163  Spanish (es)
8164  Gujarati (gu)
8165  Japanese (ja)
8166  Korean (ko)
8167  Macedonian (mk)
8170 Overview of Changes from GLib 2.13.5 to GLib 2.13.6
8171 ===================================================
8173 * Reintroduce a GType typedef whose removal in 2.13.5
8174   caused trouble for C++ bindings
8176 * Bugs fixed:
8177  450216 docs not explicit enough about g_free()
8178  451459 g_type_register_static_simple calls g_type_register_static
8180 * Updated translations
8181  Norwegian bokmål (nb)
8182  Sinhala (si)
8185 Overview of Changes from GLib 2.13.4 to GLib 2.13.5
8186 ===================================================
8188 * xdg-user-dirs support: 
8189  - the Desktop directory is guaranteed to be defined
8190  - user-dirs.dirs is no longer reloaded on changes
8192 * Slice allocator: 
8193  - new api to duplicate slices
8195 * Regular expression support:
8196  - GRegex is a boxed type now
8198 * Bugs fixed:
8199  44793 make check failing in trunk
8200  354522 Small problem with PLT hiding 6 symbols
8201  363986 glib 2.12.4 does not compile with SGI IDO cc
8202  443869 g_type_class_add_private doesn't warn when adding 0-sized...
8203  446859 Legitimately return 0 for g_quark_from_string(NULL)
8204  447534 Small typo in g_timeout_add_seconds() doc
8205  447583 GStaticRWLock
8206  447935 g_get_current_dir SIGSEGV on long path
8207  448260 CLAMP has surprising result if low > high
8208  57693  g_string_vprintf()
8209  442029 add g_slice_dup()
8210  445065 Add GRegex boxed type
8211  448819 Add full version of g_timeout_add_seconds()
8213 * Updated translations: 
8214  Swedish (sv)
8215  Oriya (or)
8216  Hebrew (he)
8217  Spanish (es)
8218  Estonian (et)
8221 Overview of Changes from GLib 2.13.3 to GLib 2.13.4
8222 ===================================================
8224 * Bugs fixed:
8225  444121 g_get_user_special_dir deadlocks
8226  444161 invalid UTF8 in key name shows up as valgrind error in g_...
8227  444130 g_option_context_get_help() is broken when there's a desc...
8230 Overview of Changes from GLib 2.13.2 to GLib 2.13.3
8231 ===================================================
8233 * GKeyFile:
8234  - Added defines for easier handling of desktop files
8236 * Unicode support:
8237  - Update g_unichar_iswide_cjk for Unicode 5.0
8239 * Regular expression support:
8240  - GRegex structs can now be ref-counted
8241  - Some new functions for dealing with incremental 
8242    replacement have been added
8243  - The GRegexEvalCallback signature has been changed
8245 * g_get_user_special_dir() has been added to support
8246   xdg-user-dirs
8248 * Bugs fixed:
8249  419376 Functions using named subpatterns behave inconsistently w...
8250  434358 g_regex_fetch_named() and g_regex_fetch_named_pos() are b...
8251  423708 typo in the README.win32 file see patch below
8252  339225 Add new defines for easier handling of .desktop files 
8253  442265 API additions/changes for GRegex
8254  432651 Add a glib-ish xdg_user_dir_lookup
8256 * Updated translations:
8257  Estonian (et)
8258  Norwegian bokmål (nb)
8261 Overview of Changes from GLib 2.13.1 to GLib 2.13.2
8262 ===================================================
8264 * Unicode support:
8265  - Add g_unichar_ismark()
8267 * GOption:
8268  - Allow to use callbacks for remaining args
8270 * Updated translations:
8271   Belarusian Latin (be@latin)
8272   British English (en_GB)
8273   Galician (gl)
8274   Norwegian bokmål (nb)
8275   Oriya (or)
8276   Spanish (es)
8277   Thai (th)
8280 Overview of Changes from GLib 2.13.0 to GLib 2.13.1
8281 ===================================================
8283 * GRegex:
8284  - Portability fixes
8285  - Split into immutable GRegex and GMatchInfo
8286  - Add g_regex_get_max_backref() and g_regex_get_capture_count()
8287    to obtain information about the compiled regex
8289 * GKeyFile:
8290  - Fix roundtrip problems
8291  - Add g_key_file_load_from_dirs()
8293 * Unicode support:
8294  - Fix corner cases in case conversion routines
8296 * GOption:
8297   - Add a function to get the formatted help string
8299 * GHash:
8300  - Add new functions g_hash_table_get_keys() and
8301    g_hash_table_get_values() to retrieve the keys and
8302    values in list form
8304 * Updated transations:
8305   Simplified Chinese (zh_CN)
8306   Arabic (ar)
8309 Overview of Changes from GLib 2.12 to GLib 2.13.0
8310 =================================================
8312 * Add GSequence, a list that is implemented using
8313   a balanced binary tree.
8315 * Add GRegex, an implementation of Perl regular expressions,
8316   based on PCRE.
8318 * Use Posix monotonic clocks instead of gettimeofday()
8319   for GTimer when available.
8321 * Support static initialization of GQeues with G_QUEUE_INIT,
8322   g_queue_init() and g_queue_clear().
8324 * Add g_string_chunk_clear() for clearing a 
8325   GStringChunk.
8327 * Add g_unichar_get_script() to obtain Unicode
8328   script information.
8330 * Add g_unichar_iszerowidth() to obtain information
8331   about zero-width characters.
8333 * Add G_GNUC_MAY_ALIAS which wraps the gcc may_alias 
8334   type attribute.
8336 * G_GNUC_INTERNAL has a working definition for the
8337   Sun Studio compiler. This requires the macro to
8338   be positioned before the function declaration.
8340 * The slice allocator can produce detailed debugging
8341   information with G_SLICE=debug-blocks.
8343 * Modules support G_DEBUG flags resident-modules and
8344   bind-now-modules.
8346 * Add G_DEFINE_DYNAMIC_TYPE() to make it easier
8347   to define types in modules.
8349 * Bug fixes: too many to list them in detail here.
8351 * New and updated translations (be,bg,bn,ca,cs,de,
8352   en_CA,en_GB,et,fa,fr,he,hu,it,ja,ku,lt,mg,mk,ml,
8353   nb,ne,nn,pt,pt_BR,ro,sr,sr@Latn,sv,ta,uk,vi,zh_CN,
8354   zh_HK,zh_TW)
8357 Overview of Changes from GLib 2.12.1 to GLib 2.12.2
8358 ===================================================
8360 * Unicode updates:
8361  - Normalization is following Unicode TR #29
8362  - g_unichar_isxdigit() only accept characters
8363    for which g_unichar_xdigit_value() returns a value
8364  - g_unichar_toupper and g_unichar_tolower leave
8365    unconvertable characters in place instead of
8366    replacing them by NUL
8368 * Bugs fixed
8369  348491 g_utf8_strup() and g_utf8_strdown() returns 
8370         string with NUL bytes
8371  349825 GKeyFile always inserts a newline before a group
8372  347842 g_unichar_isxdigit() is too general about what 
8373         it considers a digit
8374  348694 g_utf8_normalize() hasn't been updated to PR #29
8375  348785 Hint about G_DEBUG in Message Logging docs
8376  349792 Wrong english string (UI)
8377  349952 gparamspecs.c uses gcc feature
8379 * Translation updates (ca,cs,de,dz,es,eu,fi,gu,ko,
8380   nl,pl,tr,uk,zh_HK,zh_TW)
8383 Overview of Changes from GLib 2.12.0 to GLib 2.12.1
8384 ===================================================
8386 * Update to final Unicode Character Database 5.0.0
8388 * Bugs fixed:
8389  346660 issues with base64 api documentation / g_base64_decode_cl...
8390  348136 Coverity reports allocation of wrong size CID #2839
8391  336281 Update to UCD 5.0
8392  346197 g_date_strftime %F option doesnt work for win32
8393  348011 Small optimization to real_toupper()
8394  246494 prototype mismatch in glib/gconvert.c
8396 * New and updated translations (bg,bn_IN,ca,dz,eu,fi,
8397   fr,he,it,ja,mk,or,pt)
8400 Overview of Changes from GLib 2.11.4 to GLib 2.12
8401 =================================================
8403 * Bugs fixed:
8404  344905 leap-year bug in g_time_val_from_iso8601 w/o HAVE_TIMEGM
8406 * Updated translations (cy,nb,nl)
8409 Overview of Changes from GLib 2.11.3 to GLib 2.11.4
8410 ===================================================
8412 * GBookmarkFile:
8413  - g_bookmark_file_remove_item returns a boolean
8415 * g_mkstemp accepts the XXXXXX in the middle of
8416   the template
8418 * Bugs fixed:
8419  344868 g_key_file_to_data should separate groups 
8421 * Updated translations (de,es,fr,gu,hi,ko,th)
8424 Overview of Changes from GLib 2.11.2 to GLib 2.11.3
8425 ===================================================
8427 * GBookmarkFile:
8428   - g_bookmark_file_move_item: Return TRUE in case of
8429     an empty target
8431 * Bugs fixed: 
8432  343919 gunicollate.c: strxfrm bug on VC8
8434 * Updated translations (fi)
8436 Overview of Changes from GLib 2.11.1 to GLib 2.11.2
8437 ===================================================
8439 * Add g_ascii_stroll to parse signed 64bit integers
8441 * GMarkup: add a flag to treat CDATA as text
8443 * GHashTable: add functions to remove all entries
8445 * GMainLoop: add functions to find the currently
8446   running source, and determine if it is destroyed
8448 * Bug fixes:
8449  342563  g_atomic_thread_init() needs to be called before 
8450          other _g_*_thread_init() functions
8451  343548  Potential use after free in callers of g_string_free() 
8452  168538  Wish: Clearing contents of GHashTables
8453  321886  GTK+ cannot be reliably used in multi-threaded 
8454          applications
8455  341826  goption.c: 'strtoll' is C99's function
8456  343899  g_ascii_formatd dosn't work as expected for all 
8457          format strings
8458  317793  Make GEnumValue strings const
8459  337129  Compile warnings in G_IMPLEMENT_INTERFACE
8460  303622  What is G_TYPE_CHAR?
8462 * Updated translations (bg,dz,eu,gl,ja,ko,nl,th,vi)
8465 Overview of Changes from GLib 2.11.0 to GLib 2.11.1
8466 ===================================================
8468 * GOption  
8469   - Support 64-bit integers 
8470   - Allow optional text before and after the options
8471     in help output
8473 * Bug fixes:
8474  340538 gbase64-test writes OOB 
8475  340816 GKeyFile set_string_list invalid memory reads 
8476  339105 g_key_file_parse_value_as_double
8477  340434 convert-test.c fails (function test_one_half)
8478  311043 Memory leaks (and potential infinite loops) 
8479         when using G_ERRORCHECK_MUTEXES
8480  335198 Error checking mutexes are fubar  
8481  341237 Add a G_OPTION_ARG_INT64
8482  341192 g_io_channel_set_flags not implemented on win32
8483  336120 Allow adding description before/after GOption 
8484         --help output body
8485  341191 misplaced check in g_relation_delete
8486  340530 mismatched calloc / g_free in win32 threads
8488 * Updated translation (es)
8490 Overview of Changes from GLib 2.10.x to GLib 2.11.0
8491 ===================================================
8493 * GBookmarkFile: a parser for files containing bookmarks
8494   stored using the Desktop Bookmark specification.
8496 * Base64 encoding support
8497         
8498 * Unicode 5.0 support
8500 * GOption supports floating point numbers 
8502 * GKeyFile supports floating point numbers
8504 * Bug fixes:
8505  155884 gatomic.c should be based on new SDK
8506  157877 update-desktop-database doesn't handle duplicate entries
8507  164719 keyfile parser doesn't support floats
8508  327662 Import BookmarkFile from libegg
8509  329548 Add G_OPTION_ARG_DOUBLE
8510  329789 option-test.c type confusion
8511  332841 Segmentation Fault when %llu is passed to vasnprintf and 
8512         HAVE_SNPRINTF is not defined
8513  333879 gthread/gthread-win32.c: IsDebuggerPresent needs '#define 
8514         _WIN32_WINDOWS 0x0401'
8515  333916 g_timer_elapsed docs should mention that microseconds 
8516         may be NULL
8517  334440 dlerror() portability issue causes crash on (old) a.out 
8518         NetBSD platform
8519  334646 goption + error out params
8520  334799 g_remove() must check return value of remove()
8521  334943 make check FAIL: threadpool-test
8522  335215 Some breakages with GThreadPool
8523  336085 g_option_context_new parameter lacks better explanation
8524  336677 Documentation for g_object_ref_sink() is incorrect
8525  337027 gbookmarkfile.c: sys/time.h include error
8526  337553 Wrong escaping of URIs
8527  338572 Dereferencing NULL value in g_key_file_get_group_comment
8528  338845 g_completion_complete_utf8 crashes when NULL is passed to it
8529  339337 g_bookmark_file_set_description
8530  339338 gbookmarkfile.c, function expand_exec_line
8531  339340 gbookmarkfile.c, function bookmark_app_info_dump
8533 * Translation updates (bg,en_GB,et,gl,gu,he,hi,ka,nb,nl,nn,
8534                        or,pt_BR,ro,tr,vi,zh_CN)
8537 Overview of Changes from GLib 2.10.0 to GLib 2.10.1
8538 ===================================================
8540 * Bugs fixed:
8541  314794 Broken pthread detection on Darwin [Gregor Riepl]
8542  322476 Missing check for .dylib [Vladimir Panov]
8543  333651 Inconsistent _g_charset_get_aliases prototype [Julio 
8544         M. Merino Vidal]
8545  333761 GInitiallyUnowned breaks application code [Sven Herzberg]
8547 * Win32 changes:
8548  - Fix g_listenv() implementation.
8549  - Allow up to 100 GPrivate structs
8551 * Translation updates (fr,hu,lt,pl,sv)
8554 Overview of Changes from GLib 2.9.6 to GLib 2.10.0
8555 ==================================================
8557 * Bugs fixed:
8558  328997 64bit pointer trunction in glib slab-allocator
8559         [Pascal Hofstee]
8560  331110 g_cond_broadcast(inform_cond) without holding 
8561         inform_mutex [Chris Wilson, Sebastian Wilhelmi]
8562  332093 Fix some leaks in the tests [Kjartan Maraas]
8563  332435 g_utf8_strlen returns wrong value if a maximum 
8564         number of bytes to check is specified 
8565         [Matthias Clasen]
8566  331367 gslice requires more POSIX-like semantics for 
8567         GPrivate destructors [Tor Lillqvist]
8569 * Documentation improvements [Matthias, Kang Jeong-Hee,
8570   Tor Lillqvist, Stefan Kost]
8572 * Translation updates (el,eu,ka,uk)
8574 Overview of Changes from GLib 2.9.5 to GLib 2.9.6
8575 =================================================
8577 * Bugs fixed: 
8578  329124 distclean removes README [Kjartan Maraas, Tim Janik]
8579  317679 GRelation field type not documented [Behdad Esfahbod]
8580  329123 Typo in GTime docs [Kjartan Maraas]
8582 * Documentation improvements [Sven Herzberg, David
8583   Schleef, Kjartan Maraas, Behdad Esfahbod]
8585 * Translation updates (cs,cy,it,ko,pt,sq,sr,sr@Latn,ru
8587 Overview of Changes from GLib 2.9.4 to GLib 2.9.5
8588 =================================================
8590 * Memory management: 
8591   Runtime debugging support: The slice allocator
8592   can be turned off by setting G_SLICE=always-malloc
8593   in the environment. Zeroing of freed memory can
8594   now be turned on at runtime by setting
8595   G_DEBUG=gc-friendly in the environment. [Tim Janik]
8597 * Bugs fixed:
8598  328253 HP-UX/IA-64 uses ".so" as default shared library 
8599         extension [Albert Chin]
8600  143380 unicode-encoding test fails converting to UTF-16 
8601         with libiconv [Marc Moorcroft]
8602  328254 Build breakage (GSlice) [Jens Ganseuer]
8603  328705 C99ism in glib/gmem.c [Kazuki Iwamoto]
8605 * Translation updates (da,et,zh_CN)
8607 Overview of Changes from GLib 2.9.3 to GLib 2.9.4
8608 =================================================
8610 * Type system:
8611   Fix a problem with g_object_compat_control() which 
8612   can lead to segfaults in GTK+ applications on 64bit 
8613   platforms. 
8615 * Thread suppport: 
8616   Unused threads now fall back to the global pool after 
8617   500 milliseconds, where they wait for another 
8618   max-idle-time milliseconds. [Sebastian Wilhelmi]
8620 * Fix a memory allocation problem in GKeyFile. [Morten 
8621   Welinder]
8624 Overview of Changes from GLib 2.9.2 to GLib 2.9.3
8625 =================================================
8627 * GTree:
8628  - Replace the simple recursive implementation by
8629    a nonrecursive, threaded one  [Maurizio Monge]
8631 * Change g_filename_display_name and
8632   g_filename_display_basename to use the Unicode
8633   replacement character U+FFFD instead of a question
8634   mark, and don't append "(invalid encoding)"  [Matthias]
8636 * Documentation improvements [Sven Herzberg, Federico
8637   Mena Quintero, Stefan Kost]
8639 * Bugs fixed:
8640  323937 gslice.c in glib 2.9.1 doesn't build on Mac OS X 
8641         [Bogdan Nicula]
8642  326558 Some test failures on IRIX 6.5 [Daichi Kawahata]
8643  169285 "threaded" tree implementation for GTree 
8644         [Maurizio Monge]
8645  326747 g_filename_display_basename adds (invalid encoding) 
8646         [Alberto Ruiz]
8648 Other contributors: Christian Kellner, Murray Cumming
8650 New and updated translations (bg,ca,de,es,et,gu,ja,nl,th,vi)
8653 Overview of Changes from GLib 2.9.1 to GLib 2.9.2
8654 =================================================
8656 * Memory management:
8657  - Add tests for cache colorization [Tim Janik]
8658  - Minimize space consumption if small amounts of differently
8659    sized slices are allocated, at a small performance cost.  [Tim]
8661 * Thread support:
8662  - Add g_atomic_pointer_set() and g_atomic_int_set() [Tim Janik,
8663    Sebastian Wilhelmi]
8664  - Add g_thread_pool_set_sort_function() to allow sorting the 
8665    tasks of a threadpool.  [Martyn Russell]
8666  - Add g_thread_pool_set_idle_time() to allow unused threads
8667    to exit after a certain time.  [Martyn]
8669 * Type system:
8670  - introduce a new type GInitiallyUnowned, which has an initial
8671    floating reference. [Tim]
8672  - Add support for GType parameters. [Matthias]
8674 * Main loop:
8675  - Add g_main_context_is_owner() to determine if the current
8676    thread is the owner of the context.  [Michael Meeks]
8678 * Provide g_access(), g_chdir(), g_unlink(), g_rmdir() as 
8679   wrapper functions instead of macros.  [Manish Singh]
8681 * Documentation improvements [Tim, Matthias, Federico Mena Quintero,
8682   Stefan Kasal, Dan Williams]
8684 * New and updated translations (en_CA,fi,fr,gl,ml,nb,no,zh_HK,zh_TW)
8686 * Bugs fixed:
8687  324179 g_allocator_new() returns pointer to const dummy which Gtk+ 2.8 
8688         tries to modify [J. Ali Harlow]
8689  324332 g_option_context_parse() returns false without setting error 
8690         [Tim-Philipp Müller]
8691  324950 GLIB 2.9.1 testcase errors [Dan Yefimov]
8692  325015 gslice.c: process.h is needed on Windows [Kazuki Iwamoto]
8693  321978 G_DATALIST_GET_FLAGS() macro is not casting datalist to 
8694         gpointer [Andrew Paprocki]
8695  316221 G_LOCK warns about breaking strict-aliasing [Michal Benes, 
8696         Stanislav Brabec]
8697  325273 Error in documentation for glib_check_version () [Declan Naughton]
8698  325310 g_spawn_sync hangs when catching both stdout and 
8699         stderr [Tor Lillqvist]
8700  325249 gcc warning when using g_rmdir from <glib/gstdio.h> [Jani Monoses]
8701  325864 glib/gthreadpool.c:"#define debug(...)" is C99 [Kazuki Iwamoto]
8702  325874 Should say somewhere that source IDs are > 0 [Dan Williams]
8703  325438 a typo (compatability) [Stefan Kasal]
8704  323937 gslice.c in glib 2.9.1 doesn't build on Mac OS X [Bogdan Nicula]
8707 Overview of Changes from GLib 2.9.0 to GLib 2.9.1
8708 =================================================
8710 * Memory management
8711  - The slice allocator is implemented [Tim Janik]
8712  - g_slice_free_chain() has been renamed to 
8713    g_slice_free_chain_with_offset()  [Tim, Behdad Esfahbod]
8714  - Mem chunks are deprecated [Matthias Clasen]
8716 * Data structures
8717  - Hash tables are refcounted, and have a boxed type [Tim]
8719 * Thread support
8720  - Support for Solaris threads has been removed 
8721    [Sebastian Wilhelmi, Andrew Paprocki]
8722  - g_async_queue_sort(), g_async_queue_push_sorted() have 
8723    been added to allow GAsyncQueue to be used as a priority 
8724    queue, together with the corresponding _unlocked 
8725    variants  [Martyn Russell]
8727 * GObject:
8728  - The concept of a floating initial reference has been
8729    moved from GtkObject to GObject [Tim]
8731 * Win32 changes:
8732  - Make g_rename() replace existing files [Tor Lillqvist]
8734 * Misc new API:
8735  - G_GUINT64_CONSTANT macro to define guint64 
8736    constants [Andrew Paprocki]
8737  - G_GNUC_WARN_UNUSED_RESULT macro to instruct the 
8738    compiler to emit a warning if the value returned
8739    by a function is ignored. [Arjan van de Ven, Alex Larsson]
8740  - GList and GSList now have sort functions which take an
8741    extra user data argument [Martyn Russell]
8742  - g_param_spec_ref_sink() has been added for consistency [Tim]
8744 * $LOGNAME is respected when determining user data. [Laszlo Peter]
8746 * Other changes and bug fixes [Tim, Matthias, Behdad, 
8747   Christian Persch, Benedikt Meurer, Andrew Paprocki, 
8748   Kazuki Iwamoto, Alexis S. L. Carvalho, Stanislav Brabec,
8749   Andreas Schwab, Kalle Vahlman]
8751 * Documentation
8752  - Deprecation warnings carry version information [Matthias]
8753  - The slice allocator has been documented [Matthias, Tim]
8754  - Other improvements [Morten Welinder]
8756 Overview of Changes from GLib 2.8.x to GLib 2.9.0
8757 =================================================
8758 * Unicode support:
8759  - The Unicode tables have been updated to Unicode 4.1, 
8760    adding several new values to the GUnicodeBreakType 
8761    enumeration. This breaks Pango <= 1.10 
8762    [Behdad Esfahbod]
8763  - The various Unicode character predicate functions 
8764    (g_unichar_isalpha, g_unichar_isdigit,...) have
8765    been optimized
8766    [Behdad]
8767  - g_utf8_pointer_to_offset, g_utf8_offset_to_pointer:
8768    These functions handle negative offsets now, and
8769    going backwards in g_utf8_offset_to_pointer uses
8770    "stutter stepping".
8771    [Larry Ewing, Matthias Clasen]
8773 * Memory management:
8774  - Mem chunks are no longer used internally in GLib and
8775    GObject. GMemChunk will be deprecated in GLib 2.10
8776  - All APIs based on GAllocator (g_list_push/pop_allocator,
8777    and similar push/pop_allocator functions for other
8778    data structures) have been deprecated, since they
8779    never worked as intended.
8780  - The g_slice_* functions have been added as a 
8781    new API for fast allocation of small memory blocks. 
8782    The implementation in GLib 2.9.0 is just a simple 
8783    wrapper around malloc. GLib 2.10 will have an
8784    efficient and scalable implementation. 
8785    [Tim Janik, Matthias]
8787 * Pattern matching:
8788  - g_pattern_match has been optimized to avoid
8789    unnecessary recursion.
8790    [Tim, Matthias]
8792 * g_intern_string, g_intern_static_string: 
8793  - New functions to intern strings. These are now used 
8794    by GObject to avoid duplicating static strings 
8795    [Matthias]
8797 * g_thread_foreach: 
8798  - New function to iterate over all GThreads 
8799    [Tim, Matthias]
8801 * g_date_set_time_t, g_date_set_time_val:
8802  - New functions to set a GDate from a time_t or
8803    GTimeVal value. g_date_set_time has been deprecated 
8804    in favor of these.
8805    [Roger Leigh]
8807 * g_snprintf and g_vsnprintf:
8808  - These functions are no longer declared in gprintf.h, 
8809    since they are in glib.h
8810    [Matthias]
8812 Overview of Changes from GLib 2.8.0 to GLib 2.8.1
8813 =================================================
8814 * Optimize single-character insertions in GString [Ross Burton]
8815 * Fix build problems on OS X
8816 * Fix build problems on Win32 [Tor Lillqvist, Hans Breuer]
8817 * Other bug fixes [Matthew F. Barnes, Stepan Kasal] 
8818 * Documentation improvements [Tristan van Berkom, Behnam
8819   Esfahbod, Gustavo Carneiro, Stepan Kasal, Matthias]
8820 * New and updated translations (ca,cy,ko,ro,uk)
8822 Overview of Changes from GLib 2.7.7 to GLib 2.8.0
8823 =================================================
8824 * Make g_value_transform() handle enum values
8825   correctly on ppc64.  [Michael Lorenz]
8826   (Third-party code accessing enumeration values 
8827   in GValues should also be changed to access 
8828   v_long, not v_int, in order to work on bigendian 
8829   64bit machines.)
8830 * Make g_flags_get_first_value() handle a value
8831   of 0 meaningfully. [Tim-Philipp Müller] 
8833 Overview of Changes from GLib 2.7.6 to GLib 2.7.7
8834 =================================================
8835 * Make atomic operations on s390 work [Matthias]
8836 * Fix C++ guards in gstdio.h [Tor Lillqvist]
8838 Overview of Changes from GLib 2.7.5 to GLib 2.7.6
8839 =================================================
8840 * Add native implementations of atomic operations 
8841   on s390 [Matthias]
8842 * Make atomic reference counting of closures
8843   work on s390 [Matthias]
8844 * Avoid an infinite loop in g_convert_with_iconv().
8845   [Sebastian Bacher]
8846 * Documentation improvements [Ross Burton]
8848 Overview of Changes from GLib 2.7.4 to GLib 2.7.5
8849 =================================================
8850 * Thread-related changes
8851  - Fix build issues on HP-UX [Paul Cornett]
8852  - Threadsafe access to flags stored in datasets [Tim Janik]
8853  - Fix several issues with atomic refcounting for 
8854    closures, objects and paramspecs [Tim]
8855  - Improve tests for atomic refcounting changes [Tim]
8856 * Fix handling of stateful encodings in g_convert_* [Matthias]
8857 * Fix translation of GOption help output [Dan Winship]
8858 * Catch format errors in translations. This may cause 
8859   "make check" to fail when using older versions
8860   of gettext [Matthias]
8861 * Win32 bug fixes [Tor Lillqvist]
8862 * Documentation improvements [Ross Burton, Jochen Baier, 
8863   Matthias, Tim]
8864 * New and updated translations (de,fi,gu,pl,pt,tr,zh_TW)
8866 Overview of Changes from GLib 2.7.3 to GLib 2.7.4
8867 =================================================
8868 * Fix g_atomic_pointer_compare_and_exchange 
8869   on Sparc64 [Gert Doering]
8870 * Fix a hang in g_thread_pool_free. [Hong Jen Yee]
8871 * Win32 bug fixes [Tor Lillquist]
8872 * Other bug fixes [Benoit Dejean, Manish Singh]
8873 * Documentation improvements [Bryan Silverthorn,
8874   Callum McKenzie] 
8875 * New and updated translations (de,lt,sq,zh_CN)
8877 Overview of Changes from GLib 2.7.2 to GLib 2.7.3
8878 =================================================
8879 * GOption
8880  - Allow callbacks with optional arguments [Pawel Sliwowski]
8881  - Allow to turn off the automatic long option name
8882    disambiguation  [Adam McLaurin]
8883  - Only allow printable ASCII as short option names [Matthias]
8884 * Win32
8885  - Build fixes [Tor Lillqvist]
8886  - Rewrite iochannel socket implementation [Tor]
8887 * GObject
8888  - Threadsafety improvements; in particular, refcounting
8889    of objects is done atomically now. [Wim Taymans, Tim Janik]
8890 * Bug fixes [Morten Welinder, Matthias, Wim Taymans]
8891 * Documentation improvements [Richard Laager, Matthias]
8892 * New and improved translations (bf,cs,hu,nb,nl,no)
8894 Overview of Changes from GLib 2.7.1 to GLib 2.7.2
8895 =================================================
8896 * Win32 build fixes [Hans Breuer]
8897 * Bug fixes [Mikael Magnusson]
8898 * Documentation improvements [Matthias Clasen]
8899 * New and updated translations (en_CA,es,et,ja,sr,sr@Latn,zh_TW)
8901 Overview of Changes from GLib 2.7.0 to GLib 2.7.1
8902 =================================================
8903 * GOption 
8904  - Allow callback arguments without parameters [Dan Winship]
8905 * GMappedFile: an mmap wrapper [David Schleef, Behdad Esfahbod]
8906 * Misc new functions:
8907  - g_get_host_name [Tor Lillqvist]
8908  - g_mkdir_with_parents [Tor]
8909  - g_build_pathv, g_build_filenamev [Todd A. Fisher, 
8910    Matthias Clasen]
8911 * Bug fixes [Roger Leigh, Masatake YAMATO, Kjartan Maraas,
8912   Manish Singh, Tor, Murray Cumming, Kian Duffy, Morten Welinder]
8913 * Documentation improvements [Hong Gang XU, Dan Winship, Matthias]
8914 * New and updated translations (bg,cs,da,en_CA,es,et,nb,nl,no,
8915   sk,th,zh_TW)
8917 Overview of Changes from GLib 2.6.x to GLib 2.7.0
8918 =================================================
8919 * GKeyFile
8920  - Add unit tests [Matthias Clasen, Suren A. Chilingaryan]
8921  - Accept \r\n as line end [Bastian Nocera]
8922  - Don't interpret leading zeros as octal numbers. [Matthias]
8923  - Make key and group removal work [David Hoover, Matthias Hasselmann]
8924 * GOption
8925  - Improve formatting of --help output [Matthias, Noah Levitt]
8926  - Accept -? [Matthias]
8927  - Warn about duplicate main groups [Jeff Franks]
8928  - Treat '-' as non-option argument [Tim Musson, Thomas Leonard]
8929  - Report missing arguments as errors [Björn Lindqvist]
8930  - Add a boxed type for GDate [Tim-Philipp Müller]
8931 * GTree
8932  - g_tree_remove() and g_tree_steal() return status information [Matthew F. Barnes]
8933 * Stdio wrappers
8934  - Work regardless of large file support [Manish Singh]
8935  - Add g_access(), g_chmod(), g_creat(), g_chdir [Tor Lillqvist]
8936 * GObject
8937  - Implement "toggle references" to help language bindings [Owen Taylor]
8938  - Allow to mark names, nicks and blurbs of pspecs as static [Ben Maurer, Matthias]
8939  - Make pspec lookup a bit faster [Morten Welinder]
8940 * Add g_listenv() to list all set environment variables [Hans Petter Jansson]
8941 * Add g_file_set_contents() to atomically write a file.  [Søren Sandmann,
8942   Sven Neumann, Manish, Alexis S. L. Carvalho]
8943 * Add g_try_malloc(), g_try_new(), g_try_new0() and g_try_renew() [Stefan Kost]
8944 * Add g_utf8_collate_key_for_filename() to sort filenames taking
8945   extensions and numeric suffixes into account.  [Ole Laursen, Alex Larsson]
8946 * Add G_GNUC_NULL_TERMINATED to mark varargs function with 
8947   NULL-terminated argument lists. [Marc Meissner]
8948 * Win32 changes
8949  - Improved debugability [Ulf Lamping, Hans Breuer]
8950  - Make filename handling more robust [Tor, Billy Skaggs]
8951  - Improve g_get_system_data_dirs() [Tor]
8952  - Use more precise timers [Tor]
8953  - Build fixes [Kazuki Iwamoto, Hans, Tor, Robert Ögren]
8954 * Other bug fixes [Roger Leigh, Owen, Matthias, Morten, Kjartan Maraas, 
8955   Pawel Sakowski, Tor, Simon Budig, Ed Avis, Manish, Nicolas Laurent, 
8956   Bastien, Fabrício Barros Cabral, Michael Banck, Daniel Atallah, 
8957   J. Ali Harlow, Tim Janik, Hazael Maldonado Torres, Sven, Jon-Kare Hellan,
8958   Dave Benson, Tommi Komulainen, Benjamin Otte, Brian Cameron, Changwoo Ryu, 
8959   Christian Biere, Noah, Benoît Carpentier]
8960 * Documentation improvements [Vincent Untz, Matthias, Tim-Philipp Müller,
8961   Morten, Matthew, Federico Mena Quintero, Sebastian Bacher, Oliver Sessink, 
8962   Stefan, Jared Lash, Tor, Owen, Daniel Vaillard, Mathieu Lacage]
8963 * New and updated translations (ca,cs,da,el,en_CA,en_GB,es,et,eu,fa,fr,gl,
8964   hu,id,it,lt,mn,ne,nl,pl,pt,pt_BR,ro,rw,sk,sq,sr,sr@Latn,tl,uk,xh,zh_CN)
8966 Overview of Changes from GLib 2.6.0 to GLib 2.6.1
8967 =================================================
8968 * GOption
8969  - Make gtk_init(NULL, NULL) work again [Marcin Krzyzanowski]
8970  - Improve handling of -- [Matthias Clasen]
8971  - Don't show G_OPTION_REMAINING in --help output [Matthew F. Barnes]
8972 * g_find_program_in_path() doesn't return directories [Tommi Komulainen]
8973 * Add gmodule-export-2.0.pc [Matthias]
8974 * Win32 changes
8975  - Improve hangling of UNC paths [Tor Lillqvist]
8976  - g_getenv(), g_setenv(), g_unsetenv(), g_find_program_in_path()
8977    take and return UTF-8 now [Tor] 
8978  - Make g_file_test() work more reliably, and use PATHEXT
8979    when check for executables [Tor]
8980  - Build and cross-compilation fixes [J. Ali Harlow]
8981 * Other bug fixes [Jens Hatlak, Morten Welinder, 
8982   Tor, Kalpesh Shah, Adrian Bunk]
8983 * Documentation improvements [Marcin Krzyzanowski, Tor, Crispin
8984   Flowerday, Mariano Suárez-Alvarez, Christian Biere, Danny Milo,
8985   Vincent Untz, Bastien Nocera]
8986 * New and updated translations (cy,de,nl,ru,sq,sv)
8988 Overview of Changes from GLib 2.4.x to GLib 2.6.0
8989 =================================================
8991 * Major new APIs
8992   - GOption, a commandline option parser
8993   - GKeyFile, a parser/editor for the .ini like files 
8994   - Functions to support the XDG basedir specification
8995   - Wrappers for common POSIX pathname functions to handle filename
8996     encodings consistently. On Windows, these use UTF-8.
8998 * Miscellaneous new functions
8999   - g_filename_display_name() converts filenames in displayable UTF-8 strings
9000   - g_uri_list_extract_uris() splits uri lists
9001   - g_date_get_iso8601_week_of_year() gets ISO 8601 week numbers
9002   - g_log_set_default_handler() installs an alternate default log handler
9003   - g_get_language_names() obtains a list of applicable locale names
9004   - g_strv_length() calculates the length of NULL-terminated string arrays
9005   - g_win32_get_windows_version() determines the Windows version 
9006   - G_GNUC_INTERNAL marks functions as non-exported
9007   - glib_check_version() checks the GLib version at runtime
9008   - g_debug() completes the family of logging functions
9010 * Performance improvements
9011   - Optimize g_utf8_validate()
9012   - Optimize g_markup_parse_context_parse()
9013   - Reduce signal connection complexity from O(n) to O(1) 
9014   - Get rid of many PLT entries for internally used exported symbols
9015   - Reduce code size by removing literal strings from g_return_if_fail()
9017 * Other changes
9018   - On Windows, GLib functions that take file name arguments now require
9019     those to be in UTF-8. Functions that return file names return UTF-8.
9020   - Use higher precision for mathematical constants
9021   - Don't convert to/from UTF-8 in g_filename_to_uri/g_filename_from_uri
9022   - Support ll as printf format modifier for long long on all platforms
9023   - Clean up the ABI and enforce the list of exported symbols
9024   - Add a .pc file for using gmodule in libraries
9025   - Require ngettext
9027 Overview of Changes from GLib 2.5.7 to GLib 2.6.0
9028 =================================================
9029 * GOption: Don't list help options if group-specific
9030   options have been requested [Glynn Foster]
9031 * Make g_get_language_names() track locale changes [Christian Persch]
9032 * Win32 bug fixes [Tor Lillqvist]
9033 * Bug fixes [Philippe Blain, Owen Taylor, Sebastian Wilhelmi]
9034 * New and updated translations (da,es,ja,lt,zh_CN)
9035 Bugs fixed: 159530,100697,160271,160645,157255
9037 Overview of Changes from GLib 2.5.6 to GLib 2.5.7
9038 =================================================
9039 * Optimize g_utf8_validate() [Owen Taylor, Matthias Clasen]
9040 * Optimize g_markup_parse_context_parse() [Havoc Pennington, 
9041   Morten Welinder]
9042 * Reduce signal connection complexity from O(n) to O(1) 
9043   [Sven Neumann]
9044 * Add a .pc file for using gmodule in libraries [Owen]
9045 * Add G_GNUC_MALLOC to mark functions returning newly 
9046   allocated memory  [Matthias]
9047 * Win32 bug fixes [Hans Breuer, Tor Lillqvist, Robert Ögren,
9048   Bruce Hochstetler]
9049 * Bug fixes [Kazuki IWAMOTO, Matthias, Manish Singh, Morten,
9050   Frederic Crozat, Tor]
9051 * Documentation improvements [Matthias, Tor, Owen]
9052 * New and updated translations (cs,da,de,en_CA,en_GB,es,nb,nl,sq,zh_CN)
9054 Overview of Changes from GLib 2.5.5 to GLib 2.5.6
9055 =================================================
9056 * GOption
9057   - Add G_OPTION_FLAG_REVERSE to allow options 
9058     which unset a  boolean variable [Tor Lillqvist]
9059 * GChildWatch
9060   - Use sigaction instead of signal [Jonas Jonnson, 
9061   Archana Shah]
9062   - Make the very first SIGCHLD work [Gustavo Carneiro]
9063 * Bug fixes [Morten Welinder, Tor, David MacLachlan,
9064   Manish Singh, J. Ali Harlow]
9065 * Documentation improvements [Matthias Clasen, Tor]
9066 * Updated translations (da,ja,tr,zh_CN)
9068 Overview of Changes from GLib 2.5.4 to GLib 2.5.5
9069 =================================================
9070 * GKeyFile
9071   - Cleanups, add more error checking [Ray Strode]
9072   - Fall back to the untranslated string when getting 
9073     locale strings [Mark McLoughlin]
9074 * GOption
9075   - Document GOption [Matthias Clasen]
9076   - Better support for rest arguments [Owen Taylor, Matthias]
9077   - Handle conflicts between groups [Matthias]
9078 * Add g_lstat() to the stdio wrappers [Tor Lillqvist]
9079 * Add g_filename_display_name() to convert filenames
9080   in displayable UTF-8 strings  [Alex Larsson, Matthias]
9081 * Win32 bug fixes [Kazuki IWAMOTO, Hans Breuer, Tor]
9082 * Bug fixes [Christophe Fergeau, Morten Welinder, 
9083   Owen, Kjartan Maraas, Mark]
9084 * Documentation improvements [Matthias, Tor]
9086 Overview of Changes from GLib 2.5.3 to GLib 2.5.4
9087 =================================================
9088 Add GKeyFile, a parser/editor for the .ini like files used in various
9089    freedesktop.org specifications. [Ray Strode]
9090 Make the handling of filename encodings consistent across all
9091    GLib functions, introduce wrappers for common POSIX 
9092    functions which accept the same filename encoding. [Tor Lillqvist, 
9093    Owen Taylor]
9094 GOption
9095  - Rename g_context_option_error_quark() to a more language-binding
9096    friendly name [Murray Cumming]
9097  - Accept backslashes in filenames on Win32 [Tor Lillqvist]
9098 * Strip the internal aliasing prefix IA__ from function names in 
9099   assertions [Matthias Clasen]
9100 * Add a function to split uri lists. [Matthias]
9101 * Win32 bug fixes 
9102  - Don't open console windows [Tor]
9103 * Other bug fixes [Philippe Blain, Robert Ögren, Hidetaka Iwai, Matthias,
9104  Morten Welinder, Mats-Ola Persson, Tor, Nickolay V. Shmyrev, Kjartan Maraas,
9105   Anders Carlsson, Tim-Philipp Müller, Lucas Rocha, Andrea Campi, Manish
9106   Singh, Thomas Fitzsimmons, Kazuki IWAMOTO]
9107 * Documentation improvements [Matthias, Linus Walleij, Nickolay, Philippe, 
9108  Adam Hooper, Gustavo Carneiro]
9109 * New and updated translations (cs,en_CA,en_GB,ja,nb,nl,or,sr,sr@Latn,sq)
9111 Overview of Changes from GLib 2.5.2 to GLib 2.5.3
9112 =================================================
9113 * GOption
9114  - set the program name from argv[0] [Masatake YAMATO] 
9115  - make contexts work without a main group [Anders Carlsson]
9116 * Performance 
9117  - Get rid of many PLT entries for internally used exported symbols,
9118    and clean up the ABI at the same time and make make check check the
9119    list of exported symbols.  [Matthias Clasen]
9120 * Add API to get ISO 8601 week numbers [Niklas Lundell]
9121 * Add API to install an alternate default log handler [Darin Adler]
9122 * Add API to obtain a list of applicable locale names [Hidetoshi Tajima]
9123 * Reduce code size bloat by removing literal strings from
9124  the g_return_if_fail() macros [Owen Taylor]
9125 * Add g_strv_length [Tim-Philipp Müller]
9126 * Win32 changes
9127  - Add API to determine the Windows version [Tor Lillqvist]
9128 * Other bug fixes [Stepan Kasal, Anders, Tor, Kazuki Iwamoto,
9129   Manish Singh]
9130 * Documentation improvements [Morten Welinder, Matthias]
9131 * New and updated translations (es,nn,ro)
9133 Overview of Changes from GLib 2.5.1 to GLib 2.5.2
9134 =================================================
9135 * Add G_GNUC_INTERNAL macro [Arjan van de Ven]
9136 * Add GOption, a commandline option parser [Anders Carlsson]
9137 * Add glib_check_version [Michael Natterer]
9138 * Add XDG basedir API [Ray Strode]
9139 * Require ngettext [Danilo Segan]
9140 * Bug fixes [Manish Singh, Ray Strode, Vincent Noel, 
9141   Jon-Kare Hellan, Jody Goldberg]
9142 * Win32 bug fixes [Tor Lillqvist, Hans Breuer, Peter Zelezny]
9143 * Documentation improvements [Matthias Clasen, Vincent Untz, Christian Persch]
9144 * New and updated translations (bs,eu,fi,gu,ne,pa)
9146 Overview of Changes from GLib 2.5.0 to GLib 2.5.1
9147 =================================================
9149 * Bug fixes [Oliver Guntermann, Sven Neumann, James 
9150   Henstridge, Hiroyuki Ikezoe, Matthias Clasen, Robert 
9151   Ögren, Tommi Komulainen]
9152 * Documentation improvements [Soeren Sandmann, 
9153   Christophe Fergeau, Danek Duvall]
9154 * New and updated translations (eu,hi)
9155   
9156 Overview of Changes from GLib 2.4.1 to GLib 2.5.0
9157 =================================================
9159 * New functions g_debug [Sven Herzberg]
9160 * Use higher precision for mathematical constants [Morten 
9161  Welinder]
9162 * Don't convert to/from UTF-8 in g_filename_{to,from}_uri 
9163  [Federico Mena Quintero]
9164 * Win32
9165  - Handle empty digit string in printf() functions 
9166    correctly [Tor Lillqvist]
9167  - Support ll as format modifier for long long [Tor]
9168  - Be more careful about HOME [Tor, Ivan Wong]
9169  - Bug fixes [John Ehresman]
9170 * Miscellaneous bug and portability fixes [Danilo Segan, 
9171  Owen Taylor, Nikolai Weibull, Benoît Carpentier, Morten 
9172  Welinder, Manish Singh, Sven Neumann, Julio M. Merino Vidal,
9173  Kaz Sasayama, Murray Cumming, Federico, Mariano Suarez-Alvarez]
9174 * Documentation updates [Matthias Clasen, Crispin Flowerday,
9175  Tommi Komulainen, Federico Mena Quintero, Ed Griffiths]
9176 * New and updated translations (ja,ne,no,wa)
9178 Overview of Changes from GLib 2.4.0 to GLib 2.4.1
9179 =================================================
9181 * Win32 bug fixes [Tor Lillqvist, Roger Leigh, John Ehresman]
9182 * Miscellaneous bug and portability fixes [Owen Taylor,
9183   Matthias Clasen, Jonas Jonsson, Christian Krause,
9184   Nickolay V. Shmyrev, Christophe Saout, Philippe Blain,
9185   Piotr Klaban]
9186 * Documentation updates [Matthias]
9187 * New and updated translations (ca,cs,cy,el,en_CA,en_GB,es,eu,fi,
9188   fr,gu,he,id,nl,pt,pl,ru,sr,sr@ije,sr@Latn,sv,uk)
9190 Overview of Changes from GLib 2.3.6 to GLib 2.4.0
9191 =================================================
9193 * Handle invalid-UTF-8 in g_log() properly [Matthias Clasen]
9194 * Win32 bug fixes [Tor Lillqvist, Bruce Hochstetler]
9195 * Miscellaneous bug and portability fixes [Olivier Biot, David L. Cooper II, 
9196   Kjartan Maraas, Frédéric L. W. Meunier, Christof Petig, Manish Singh, 
9197   Sebastian Wilhelmi]
9198 * Documentation updates [Owen]
9199 * Updated translations (hr,ro)
9201 Overview of Changes from GLib 2.3.5 to GLib 2.3.6
9202 =================================================
9204 * GAtomic bug fixes [Sebastian Wilhelmi, Mark McLoughlin]
9205 * GMain threading fixes and improvements [Sebastian]
9206 * Win32 [Tor Lillqvist]
9207  - restore some symbols extraneously exported from gobject to maintain ABI compatibility
9208  - Misc build improvements and fixes [Tor, Cedric Gustin, Hans Breuer]
9209 * Documentation updates [Sebastian, Takeshi AIHANA, Matthias, Sven Herzberg]
9210 * New and updated translations (be,es,fi,ga,pa,sr@ije,zh_CN)
9212 Overview of Changes from GLib 2.3.3 to GLib 2.3.5
9213 =================================================
9215 * Make glib-mkenums parse initializers with macros. [Matthias Clasen, muppet]
9216 * Respect locale era in g_date_set_parse(). [Theppitak Karoonboonyanan] 
9217 * Add atomic operations and use it for the async queue and
9218   gonce implementation. [Sebastian Wilhelmi]
9219 * Documentation improvements [Sebastian, Matthias, Sven Herzberg]
9220 * Add g_main_depth() for finding the recursion depth of the main
9221   loop [Owen Taylor, Tim Janik, Stefan Westerfeld]
9222 * Add g_spawn_close_pid(), needed on win32 [J. Ali]
9223 * Win32 fixes. [Hans Breuer, J. Ali Harlow]
9224 * Misc bugfixes [Sebastian, Matthias, Balazs Scheidler, Owen]
9225 * Updated translations (cy,et,ga,sq)
9227 Overview of Changes from GLib 2.3.2 to GLib 2.3.3
9228 =================================================
9230 * Add a native AIX gmodule implementation. [Laurent Vivier]
9231 * Add g_node_copy_deep().  [James M. Cape, Matthias Clasen]
9232 * Extend GQueue API to match the GList API. [Soeren Sandmann]
9233 * Add g_hash_table_find().  [Tim Janik]
9234 * Add a G_MODULE_BIND_LOCAL flag. [David Schleef]
9235 * Inline g_string_append_c() when possible. [Owen Taylor, Tim]
9236 * Wrap waitpid() as a GSource. [Jonathan R. Blandford]
9237 * Add g_completion_complete_utf8(). [Theppitak Karoonboonyanan, 
9238   Matthias]
9239 * Add g_strsplit_set(). [Soeren]
9240 * Documentation improvements. [Vincent Untz, Sebastian Wilhelmi, 
9241   Soeren, Matthias]
9242 * Win32 build fixes. [Tor Lillqvist]
9243 * Misc bugfixes [Manish Singh, Noah Levitt, Simon Josefsson, 
9244   Morten Welinder, Damien Carbery, Julio M. Merino Vidal, Sebastian, 
9245   Matthias]
9246 * Updated translations (nn,cs,it,ko,sq,ms,az,hr,uk,sr,sr@Latn,sq,ta)
9248 Overview of Changes from GLib 2.3.1 to GLib 2.3.2
9249 =================================================
9251 * Add G_MAXSIZE. [Manish Singh]
9252 * Add g_rand_new_with_seed_array(), g_rand_set_seed_array(),
9253   implementing the init-by-array functionality of the 
9254   original mersenne twister. Add g_rand_copy(). Improve seeding. 
9255   [George Lebl]
9256 * Add a lowercase_name option to glib-mkenums. [Murray Cumming]
9257 * Add g_ptr_array_foreach(). [Matthias Clasen]
9258 * Add g_timer_continue(). [Tim-Philipp Müller]
9259 * Fix a threadsafety issue in mem chunks. [Matthias, Balazs Scheidler]
9260 * Fix g_filename_{to,from}_utf8() on Win32 and improve 
9261   g_file_test() there too [Hans Breuer] 
9262 * Add a boxed type for NULL-terminated string arrays.  [Matthias]
9263 * Add G_DEFINE_TYPE() plus variants to ease the constuction
9264   of GObject boilerplate code.  [Tim Janik]
9265 * Support & in password GECOS field [Matthias, Soeren Boll Overgaard]
9266 * Documentation improvements [Matthias, Manish]
9267 * Win32 build fixes [Hans]
9268 * Misc bug fixes [Damien Carbery, Matthias, Manish, Olivier Poncet, 
9269   Zack Rusin]
9270 * Updated translations (ar,de,fa,ga,mn,nn,no,sq)
9272 Overview of Changes from GLib 2.3.0 to GLib-2.3.1
9273 =================================================
9275 * Add glib/gi18n.h and glib/gi18n-lib.h for common
9276   gettext support, including a Q_() macro for translation
9277   with context [Matthias Clasen]
9278 * Add a more flexible G_FILENAME_ENCODING variable
9279   as a replacement for G_BROKEN_FILENAMES [Matthias]
9280 * Fix the return value g_main_context_iterate() for
9281   newly ready sources [Padraig O'Briain]
9282 * Handle Hangul composition for normalization [Noah Levitt]
9283 * Add G_{MIN,MAX,MAXU}INT{8,16,32}. [Mark Jones, Matthias]
9284 * Add G_GSIZE_FORMAT/G_SSIZE_FORMAT [Manish Singh]
9285 * Add G_STRFUNC as a portable wrapper for __func__ [Tim Janik]
9286 * Documentation improvements [Matthias]
9287 * GObject [Tim Janik]
9288  - Support '-' in g_signal_connect()/disconnect() names
9289    like 'swapped-signal'.
9290  - Add g_type_class_peek_static() and use to optimize
9291    g_object_new() for static types [Tim]
9292  - Allow setting construct-only properties from within
9293    init() implementations
9294  - Enforce readability/writeability in g_object_set/get()
9295 * Fix bug with g_ascii_strtod and multi-byte separator.
9296   [Behdad Esfahbod, Roozbeh Pournader]  
9297 * Misc bug fixes [Matthias, John Ehresman, Andrew Lanoix,
9298   Tor Lillqvist, Mark McLoughlin, Tim-Philipp Müller, Manish, 
9299   Morten Welinder]
9300 * Updated translations (ca,cs,da,es,fr,ja,nn,no,pt,ru)
9302 Overview of Changes from GLib 2.2.x to GLib-2.3.0
9303 =================================================
9305 * Replace Trio printf by gnulib vasnprintf [Matthias Clasen]
9306 * Update Unicode data to Unicode 4.0 [Noah Levitt]
9307 * Support XML-safe formatted output with 
9308   g_markup_[v]printf_escaped [Owen Taylor]
9309 * Add g_file_read_link to read symbolic links [Matthias]
9310 * Add g_unichar_get_mirror_char to obtain the 
9311   mirrored variant of a character [Noah]
9312 * Support for one-time initialization functions. 
9313   [Sebastian Wilhelmi]
9314 * Miscellaneous API additions: g_vasprintf
9315   g_string_chunk_insert_len, g_setenv, g_unsetenv [Matthias]
9316 * Docs improvements [Matthias]
9317 * Add support instance-private data on classed types
9318   [Mark McLoughlin, Tim Janik, Owen]
9319 * Optimize signal emissions [Soeren Sandmann, Tim]
9320 * Support a "default vtable" per interface [Tim]
9321 * Add support for properties on interfaces [Owen, Tim]
9322 * Miscellaneous API additions: g_value_take_string(),
9323   g_value_take_param(), g_value_take_object(), 
9324   g_value_take_boxed(). [Matthias]
9325 * Win32 build fixes [Tor Lillqvist]
9327 Overview of Changes from GLib 2.1.5 to GLib-2.2.0
9328 =================================================
9330 * Fix a problem with g_thread_init() on 64-bit problems
9331   [Alceste Scalas, Sebastian Wilhelmi]
9332 * Add assembly implementations of byteswap macros
9333   for ia64 and x86_64. [Manish Singh]
9334 * IOChannel fixes for Win32 [Tor Lillqvist, Thorsten Maerz]
9335 * Updated translations (bg,ca,es,da,fi,lv,ru,sk)
9337 Overview of Changes from GLib 2.1.4 to GLib-2.1.5
9338 =================================================
9340 * Win32 bug fixes [Tor Lillqvist]
9341 * Various post-rewrite fixes for glib-gettext.m4 [Owen Taylor,
9342   Jody Goldberg, Kjartan Maraas, Johannes Stezenbach]
9343 * Ensure we have a GUINT64_FORMAT by pulling in Trio
9344   if necessary [Manish Singh]
9345 * Further Trio build fixes [Matthias Clasen, Owen]
9346 * Hack around gcc, libtool issues with -pthread [Owen]
9347 * Docs improvements [Matthias]
9348 * Bug and portability fixes 
9349 * Updated and new translations (bg,de,fi,fr,sq,fr)
9351 Other contributors: Kai Poitschke, Morten Welinder
9353 Overview of Changes from GLib 2.1.3 to GLib-2.1.4
9354 =================================================
9356 * autoconf changes to make it possible to cross compile
9357   GLib. [Owen Taylor, Dan Kegel, Amy Lin, Dimi Shahbaz, 
9358   Johannes Stezenbach]
9359 * Use libintl when it has bind_textdomain_codeset() and
9360   GLib doesn't. [Owen]
9361 * Improve generation of pseudo-random integers [Morten Welinder, 
9362   Sebastian Wilhelmi]
9363 * Avoid literal UTF-8 in favor of octal escapes [Owen, Tomas Ogren]
9364 * Cleanup include order [Sven Neumann]
9365 * autoconf cleanups and bug fixes [Daniel, Matthias Clasen, Owen]
9366 * Doc fixes and additions [Matthias]
9368 Other contributors: James M. Cape, Frederic Crozat, Martin Gansser,
9369   Phuc LeHong, Manish Singh, Joshua Weage, Morten Welinder
9371 Overview of Changes from GLib 2.0.x to GLib-2.1.x
9372 =================================================
9374 * Add copy of the Trio library to build and use for printf() when 
9375   system printf isn't good enough. Add g_printf()/etc. [Matthias Clasen]
9376 * Add g_str_has_suffix()/g_str_has_prefix() [Alex Larsson]
9377 * Add g_markup_parse_context_get_element() [Matthias]
9378 * Add g_utf8_strreverse [Matthias]
9379 * Add g_ascii_strtoull() [Tim Janik]
9380 * Support scanning of 64-bit values with GScanner [Tim]
9381 * Add g_set/get_application_name() [Havoc Pennington]
9382 * Add G_LIKELY()/G_UNLIKELY() macros for hinting branch probabilities. 
9383   Use for g_return_if_fail(). [Matthias Clasen]
9384 * Add G_GNUC_DEPRECATED macro [Tom Tromey]
9385 * Improve the seeding algorithm of GRandom to avoid problems
9386   with certain pathological seeds. Support G_RANDOM_VERSION=2.0
9387   environment variable. [Sebastian Wilhelmi]
9388 * Improve thread configure checks, use -pthread where applicable
9389   [Sebastian]
9390 * Improve handlng of thread priorities [Sebastian]
9391 * Fix up parameter names that might shadow functions from
9392   system headers [Soeren Sandmann]
9393 * Clean up usage of deprecated functions [Manish Singh]
9394 * Docs fixes and improvements. In particular, include "Since" information.
9395   [Matthias, Soeren, Martin Schulze, Daryll Strauss, Bill Janssen, 
9396   Owen Taylor, Morten Welinder]. 
9398 Overview of Changes in GLib 2.0.7
9399 =================================
9401 * Fix C++ warnings in gtype.h [Dom Lachowicz]
9402 * Fix g_type_fundamental_next() [Tim Janik]
9403 * Fix various missing includes of config.h [Morten Welinder]
9404 * Handle main loop initialization before g_thread_init [Sebastian Wilhelmi]
9405 * Various 64-bit fixes [Manish Singh]
9406 * Fix GPoll on Win32 [Tor Lillqvist, Herman Bloggs]
9407 * Fix bug with buffering on UTF-8 IOChannels [Daniel Elstner]
9408 * Misc bug and build fixes [Soren Andersen, Gustavo Carneiro, Tor,
9409      Tim, Havoc Pennington,  Matthias Clasen, Sebastian Rittau,
9410      Masahiro Sakai, Arvind Samptur, HideToshi Tajima, Owen Taylor]
9411 * Updated and new translations (be,cs,de,*fa,it,lv,pt_BR,tr)
9413 Overview of Changes in GLib 2.0.6
9414 =================================
9416 * Fix problem with interface prerequisites [Jon Trowbridge, Dave Camp]
9417 * Clean up debug spew from GObject [Anders Carlsson]
9418 * Compiler warning fixes [David L. Cooper II]
9419 * Fix some problems with g_build_path() [Guillaume Chazarain, Owen Taylor]
9420 * Fixes for --disable-debug [Sebastian Wilhelmi]
9421 * Threading fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann, 
9422   Rajkumar Sivasamy, Laurent Vivier]
9423 * Documentation fixes [Jacob Berkman, Manuel Clos, Jared Dukat, 
9424   Sebastian Rittau, Linus Welleij]
9425 * Misc bug fixes [Anders Carlsson, Sam Couter, Morten Welinder, Owen]
9426 * Updated translations (bg,ko,vi)
9428 Overview of Changes in GLib 2.0.5
9429 =================================
9431 * Fix problem with interface prerequisites [Jon Trowbridge, Dave Camp]
9432 * Clean up debug spew from GObject [Anders Carlsson]
9433 * Compiler warning fixes [David L. Cooper II]
9434 * Fix some problems with g_build_path() [Guillaume Chazarain, Owen Taylor]
9435 * Fixes for --disable-debug [Sebastian Wilhelmi]
9436 * Threading fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann, 
9437   Rajkumar Sivasamy, Laurent Vivier]
9438 * Documentation fixes [Jacob Berkman, Manuel Clos, Jared Dukat, 
9439   Sebastian Rittau, Linus Welleij]
9440 * Misc bug fixes [Anders Carlsson, Sam Couter, Morten Welinder, Owen]
9441 * Updated translations (bg,ko,vi)
9443 Overview of Changes in GLib 2.0.4
9444 =================================
9446 * Fix some 64-bit problems. (George Lebl, David L. Cooper II)
9447 * Add note about Tru64 iconv to INSTALL. (Manuel Op de Coul)
9448 * Fix problem with timouts > MAXINT. (Tim Janik, Owen Taylor)
9449 * Updated translations (ca,es,fr,ja,gl,ms,nl,pl,pt,ru)
9451 Overview of Changes in GLib 2.0.3
9452 =================================
9454 * Handle sorting 0-length arrays (Ron Arts)
9455 * Threading fixes (Sebastian Wilhelmi)
9456 * Portability fixes (Miroslaw Dobrzanski-Neumann, Jacob Berkman, Gareth Pierce, 
9457   Sebastian, Qingjiang Yuan)
9458 * Various fixes for glib-2.0.m4. (Jim Gettys, others.)
9459 * Locate right glib-genmarshal when cross-compiling. (Mitch Natterer)
9460 * Win32 fixes (Tor Lillqvist)
9461 * Try to fix g_get_charset() related segfaults. (Owen)
9462 * Fixes for gettext detection. (Dan Winship, HideToshi Tajima, Boyd Lynn Gerber,
9463   Andrew P. Lentvorski, Jr.)
9464 * Fix g_scanner_unexp_token() (Tim Janik, Sven Neumann)
9465 * g_markup fixes. (Matthias Clasen.)
9466 * Bug fixes and cleanups (Daniel Elstner, Matthias, Laszlo Peter, Morten Welinder,
9467   Wayne Schuller)
9469 Overview of Changes in GLib 2.0.1
9470 =================================
9472 * Portability fixes for Sun's Forte compiler [Erwann Chenede]
9473 * Performance improvements for GObject parameter lookup, 
9474   g_filename_to/from_utf8() [Alex Larsson]
9475 * Actually check interface prerequisites [Matthias Clasen,
9476   Miroslaw Dobrzanski-Neumann]
9477 * Fix problem with glib-mkenums taking huge amounts of stack. [Owen Taylor]
9478 * Fix g_signal_handlers_disconnect_by_func() for C++ [Damien Sandras]
9479 * Fixes for g_log() and threading.
9480   [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann, Tim Janik]
9481 * Make g_print(), g_printerr(), g_warning(), etc, convert from
9482   UTF-8 to the encoding of the locale [Sebastian Wilhelmi, Tim]
9483 * Fixes for GIOChannel on windows. [Tor Lillqvist]
9484 * Fix gsize/gint mismatches in giochannel.c [Miroslaw Dobrzanski-Neumann]
9485 * Fix file descriptor leak in g_file_get_contents() [Matthias]
9486 * Workaround iconv() problems on older Solaris [Lauri Alanko]
9487 * Fix warnings with gcc-3.1 about asm const [Cody Russel]
9488 * Minor bug fixes.
9490 Other contributors: Hans Breuer, LEE Sau Dan, Sven Neumann, Salmaso Raffaele,
9491   Akira Tagoh, Morten Welinder
9494 Overview of Changes in GLib 2.0.0
9495 =================================
9497 * Thread portability fixes [Sebastian Wilhelmi]
9498 * Documentation updates [Owen Taylor]
9499 * Make g_strerror(), g_strsignal() properly return UTF-8,
9500   call bind_text_domain_codeset() so that error strings
9501   are in UTF-8 as well. [Owen, Tor Lillqvist]
9503 Overview of Changes in GLib 2.0.0 rc1:
9504 ======================================
9506 * Win32 fixes [Tor Lillqvist]
9507 * Portability fixes [Finlay Dobbie, Miroslaw Dobrzanski-Neumann]
9508 * Fix up g_date_strftime [Daniel Elstner]
9509 * Add some structure padding [Tim Janik]
9510 * Make g_get_homedir() prefer the users home directory to $HOME
9512 Other contributors: Matthias Clasen, Paolo Maggi, Christian Rose
9514 Overview of Changes in GLib 1.3.15:
9515 ===================================
9517 * Speed up marshalers by using private access to GValue 
9518   [Anders Carlsson, Tim Janik]
9519 * Reduce GValue to 2 elements [Tim]
9520 * Add G_DEBUG environment variable, G_DEBUG=fatal_warnings [Matthias Clasen]
9521 * Fixes for AIX compilation [Miroslaw Dobrzanski-Neumann]
9522 * Add padding to various structures [Owen Taylor, Tim]
9523 * Win32 fixes [Tor Lillqvist]
9525 Other contributors: James Henstridge, Ryan Lovett, Morten Welinder,
9526   Daniel Elstner
9528 Overview of Changes in GLib 1.3.14:
9529 ===================================
9531 * Register value transformations for gint64, guint64 [Andy Wingo]
9532 * Build with large-file support [Sven Neumann, Owen Taylor]
9533 * Fix handling of hostnames in URI's [Darin Adler]
9534 * Main loop bug fixes [Havoc Pennington, Owen]
9535 * Doc fixes and improvements [Manish Singh, Tim Janik]
9536 * Support ' as attribute delimiters in GMarkup [Matthias Clasen]
9537 * Win32 fixes [Hans Breuer, Tor Lillqvist]
9538 * Threading bug and build fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann]
9539 * Miscellaneous bug fixes
9541 Other contributors: Matthias Clasen, James Henstridge, Mitch Natterer, 
9542   Morten Welinder.
9544 Overview of Changes in GLib 1.3.13:
9545 ===================================
9547 * Fix g_filename_to/from_uri for Win32 [Tor Lillqvist, Darin Adler]
9548 * Miscellaneous win32 fixes [Tor, Hans Breuer]
9549 * Fix thread options for gcc on AIX [Jerome Zago, Sebastian Wilhelmi]
9550 * Documentation improvements [Ron Steinke, Matthias, Sebastian]
9551 * Cache iconv converters as used by g_convert() [Jeffrey Stedfast]
9552 * Bug fixes [Sven Neumann, Owen Taylor, Matthias Clasen, Jeffrey,
9553   Laszlo Peter, Havoc Pennington, Tim Janik]
9555 Overview of Changes in GLib 1.3.12:
9556 ===================================
9558 * Implement closure chaining, fixing up API (Tim Janik)
9559 * Closure chaining test case (James Henstridge)
9560 * Make GType long not int where both are equal width (Tim)
9561 * Win32 fixes and improvements (Hans Breuer, Tor Lillqvist)
9562 * Fixes for NetBSD. (Dan Winship)
9563 * Use snprintf() for g_printf_string_upper_bound() where possible. (Matthias Clasen)
9564 * Save space for GBSearchArray (Tim Janik)
9565 * Documentation improvements. (Matthias, Sven Neumann, Havoc Pennington)
9567 Other contributors: Darin Adler, Chris Blizzard, Anders Carlson, Daniel Elstner, Michael Meeks, 
9568   Mark McLoughlin, Dave Neary, Manish Singh, Owen Taylor, HideToshi Tajima, 
9569   Sebastian Wilhelmi.
9572 Overview of Changes in GLib 1.3.11:
9573 ===================================
9575 * Win32 fixes [Hans Breuer, Tor Lillqvist]
9576 * Documentation improvements [Matthias Clasen]
9577 * Portable directory handling API [Hans]
9578 * Threading fixes [Sebastian Wilhelmi, Havoc Pennington]
9579 * Fix excess relocations in Unicode tables [Andrew Taylor]
9580 * Fix gpattern for UTF-8 [Matthias Clasen]
9581 * Support overriding class closures [Tim Janik]
9582 * Support for derivation from G_TYPE_POINTER [Owen Taylor]
9583 * Hide pointers to type information inside GType to reduce locking
9584   [Alex Larsson, Tim]
9585 * Adds check for direct inclusion of gobject/*.h [Owen]
9586 * GObject API cleanups [Tim]
9588 Other contributors: Darin Adler, Jacob Berkman, Daniel Egger, Eric Lemings, 
9589   Michael Meeks, Mark McLoughlin, Arkadiusz Miskiewicz, Dan Winship
9592 Overview of Changes in GLib 1.3.10:
9593 ===================================
9595 * Many Win32 fixes and improvements [Tor Lillqvist]
9596 * Documentation improvements [Matthias Clasen]
9597 * g_string_printfa() renamed to g_string_append_printf()
9598 * Use libcharset from libiconv to implement charset detection
9599   more portably. [Owen Taylor, Hidetoshi Tajima]
9600 * Add 64 bit type support to GObject [Joshua Pritikin, Mathieu Lacage, Owen]
9601 * Make support for 64 bit integers a requirement [Joshua]
9602 * GPattern improvements [Tim Janik, Matthias]
9603 * Locale independent g_ascii_strtod / g_ascii_dtostr [Alex Larsson]
9604 * Many bug fixes and minor tweaks.
9606 Other Contributors: Darin Adler, Jakub Jelinek, James Antill, Andrew Taylor,
9607   Ben Gertzfield, Elliot Lee, Manish Singh, Abel Cheung, Laszlo Peter,
9608   Sven Neumann, George Lebl, Raja Harinath, Sebastian Wilhelmi,
9609   Jacob Berkman
9612 Overview of Changes in GLib 1.3.9:
9613 ==================================
9615 * Fixes for comparison of threads [Sebastian Wilhelmi]
9616 * Use vasprintf() when possible for g_strdup_printf [Matthias Clasen]
9617 * Win32 fixes [Tor Lillqvist, Hans Breuer]
9618 * Add a len argument to g_ascii_strup/strdown
9619 * Bug, portability fixes, cleanups.
9621 Other Contributors: Darin Adler, Katsuhiro Okuno, Joshua N. Pritikin
9624 Overview of Changes in GLib 1.3.8:
9625 ==================================
9627 * Documentation updates [Owen]
9628 * Made GType interfaces overridable in derived types
9629 * Many win32 fixes [Tor Lillqvist]
9630 * Miscellaneous cleanups and fixes
9632 Other contributors:
9633   Darin Adler, Matthias Clasen, Ron Steinke, Hans Breuer, Alex Larsson
9636 Overview of Changes in GLib 1.3.7:
9637 ==================================
9639 * Integrate GClosure support into the main loop [Owen Taylor]
9640 * More GSignal convenience functions (macros) [Sven Neumann, Tim Janik]
9641 * Introduced weak references for GObject [James Henstridge, Sven, Tim] 
9642 * Minor hash table optimizations
9643 * Main loop and threading improvements [Sebastian Wilhelmi]
9644 * Added g_ascii_* functions to be used for locale insensitive UTF-8
9645   compliant code instead of old string functions  [Darin Adler, Alex Larsson]
9646 * Add functions for Unicode case-conversion, normalization, and 
9647   collation [Owen]* GString improvements [Owen]
9648 * Reworked the GIOChannel code [Hidetoshi Tajima, Ron Steinke]
9649 * Removed glib-config-2.0 in favour of pkgconfig [Sebastian]
9650 * Make code 64bit clean [Mark Murnane]
9651 * More G_CONST_RETURN fixes
9652 * Many improvements to the win32 code [Tor Lillqvist, Hans Breuer]
9653 * Miscellaneous bug and API fixes
9655 Other contributors:
9656   Michael Natterer, Christopher James Lahey, Padraig O'Briain,
9657   Matthias Clasen, Josh Pritikin, Steve Baker, Cesar Rincon, Garry R. Osgood,
9658   Michael Meeks, Laszlo Peter,  Martin Baulig, Kjartan Maraas, Andrew Lanoix,
9659   Peter Williams
9662 Overview of Changes in GLib 1.3.6:
9663 ==================================
9665 * Threads have a "return value" from g_thread_join
9666 * Removed ability to adjust thread stack size
9667 * Prefix warnings with progname/PID by default, change toggle for this to 
9668   be an env variable G_MESSAGES_PREFIXED not a compile-time option
9669 * GMarkup speedups
9670 * GDate const, convenience fixups
9671 * Include test cases that headers are compilable by C++ compiler
9672 * Add ability to spawn processes with argv[0] != executable path.
9673 * g_strstr_len, g_strrstr, g_strrstr_len
9674 * Add length argument to g_utf8_strchr and g_utf8_strrchr.
9675 * Misc bug fixes
9678 Overview of Changes in GLib 1.3.5:
9679 ==================================
9681 * Added an installed glib-mkenums Perl program for parsing enumeration
9682   declarations from header files.
9683 * Mark some additional deprecated functions.
9684 * Bug and Portability fixes
9687 Overview of Changes in GLib 1.3.4:
9688 ==================================
9690 * Efficiency improvements for GThreadPool
9691 * A few bug fixes
9692 * Build fixes
9693 * Documentation improvements
9696 Overview of Changes in GLib 1.3.3:
9697 ==================================
9699 GLib:
9701 * More user_data support in various functions.
9702 * Main loop API revamps to support per-thread main loops.
9703 * Unicode handling improvements.
9704 * Implemented debugging traps.
9705 * G_CONST_RETURN specification all over the place.
9706 * Various new small utility functions.
9707 * Random number generator precision improvements.
9708 * New configure option --disable-mem-pools.
9709 * Many Win32 improvements.
9710 * Added g_try_malloc() friends varinats.
9711 * Many documentation improvements.
9712 * Many threading improvements, support for dynamic allocation
9713   of static mutexes.
9714 * GHookLIst API cleanups.
9715 * Improved format support of GDate parser.
9716 * String function speed improvements with new g_stpcpy().
9717 * Hashtable API additions.
9718 * New GPatternSpec for shell-style pattern matching (from GtkPatternSpec).
9719 * Optimizations, cleanups, bug fixes.
9721 GObject:
9723 * Added many convenience functions.
9724 * GClosure and GParamSpec use float/sink ref-counting scheme now.
9725 * Reworked property change notification.
9726 * Binary searchable array cleanups, so it's widely usable now.
9727 * Added static content keeping for some GValue types.
9728 * Support for statically scoped signal parameters.
9729 * Extinguished property trailer args in set/get interface.
9730 * Added support for abstract types.
9731 * G_CONST_RETURN specification all over the place.
9732 * Split parameter exchange functionality into value transforms
9733   and parameter conversions.
9734 * Added signal emission hooks and signal accumulators.
9735 * Added interface prerequisites to support is_a (interface, object)
9736   relations.
9737 * Implemented GValueArray.
9738 * New types, boxed: G_TYPE_VALUE, G_TYPE_CLOSURE, G_TYPE_GSTRING
9739   GParamSpecs: G_TYPE_PARAM_PARAM, G_TYPE_PARAM_POINTER, G_TYPE_PARAM_CLOSURE,
9740   G_TYPE_VALUE_ARRAY, G_TYPE_PARAM_UNICHAR, G_TYPE_PARAM_VALUE_ARRAY.
9741 * Varrags value collection improvements.
9742 * Implemented debugging traps.
9743 * Made things thread-safe.
9744 * Many documentation improvements.
9745 * Many cleanups, optimizations and bug fixes.
9748 Overview of Changes in GLib 1.3.2:
9749 ==================================
9751 GLib:
9753 * Win32 build improvements  [Tor]
9754 * Improvements to error reporting  
9755   (g_critical(), g_return_if_reached()) [Darin]
9756 * Add g_strlcpy/g_strlcat  [David Wheeler]
9757 * New IO channel implementation for Win32  [Tor] 
9758 * Make g_array_free, g_string_free return pointer to memory requested
9759   not to be freed.  [Darin]
9760 * Added GError based error reporting for thread functions.  [Sebastian]
9761 * Moved reference docs into GLib distribution. [Owen]
9762 * Added g_convert() for doing convenient character set conversions based
9763   on iconv. (GLib now requires libiconv or a native iconv.) [Havoc/Owen]
9764 * Various Unicode handling additions (g_ucs4_to_utf8, g_utf8_validate(),
9765   g_{locale,filename}_{to,from}_utf8)  [Robert/Havoc/Owen]
9766 * Portability fixes for threading.  [Sebastian]
9767 * Added convenient functions for launching new processes (g_spawn_*),
9768   and shell quoting/unquoting functions.  [Havoc]
9769 * Split glib.h into many headers.  [Sebastian]
9770 * Added a simple callback-based parser for XML-like files (GMarkup).  [Havoc]
9771 * Fixed confusions between comparison functions that return <0, 0, >0
9772   and equaility functions that return FALSE,TRUE.  [Sebastian]
9773 * Added safe/portable temporary file manipulation functions.  [Tor]
9774 * autoconf improvements.  [Raja]
9775 * Many documentation improvements.
9776 * Bug fixes.
9778 GObject:
9780 * Added boxed and pointer types.  [Tim/Jonathan]
9781 * Added callback abstraction (GClosure)  [Tim]
9782 * Added signal system (GSignal)  [Tim]
9783 * Make GTypePlugin an interface  [Tim]
9784 * Added GTypeModule - a simple GTypePlugin instantiation  [Owen]
9785 * Bug fixes.
9788 What's new in GLib 1.3.1:
9789 =========================
9791 * New GObject library added including object system based on
9792   the GTK+ object system. 
9793 * Functions for getting the properties of Unicode characters, 
9794   computing the canonical decomposition and ordering combining
9795   characters aand manipulating UTF-8 string manipulation based
9796   on libunicode.
9797 * GString now properly handles embedded nuls.
9798 * Multiple fixes from the 1.2.x branch.
9799 * Upgrade to libtool 1.3.3
9800 * Full thread support (thread creation and destruction).
9801 * BeOS port, BeOS dynamic modules.
9802 * Many improvements to the Windows ports.
9803 * Improvements to the OS/2 port, OS/2 module support.
9804 * Double ended queue implementation.
9805 * GLib macros for printf() formatting, e.g. G_GULONG_FORMAT = "lu"
9806 * New configure option --enable-msg-prefix to prefix messages, warnings
9807   et ceteri with the program name and the process id.
9808 * New thread-safe random number generator Mersenne Twister.
9809 * g_strcompress() added, g_strescape() had a slight API change, and
9810   more tightly defined semantics.
9811 * the g_string(x) macro has been removed, #x may be used instead.
9812