Imported Upstream version 2.61.2
[platform/upstream/glib.git] / NEWS
1 Overview of changes in GLib 2.61.2
2 ==================================
3
4 * Add various new array functions (#236, #269, #373)
5  - `g_array_copy()`
6  - `g_ptr_array_copy()`
7  - `g_ptr_array_extend()`
8  - `g_ptr_array_extend_and_steal()`
9  - `g_array_binary_search()`
10
11 * Add `g_assert_finalize_object()` helper function for writing tests (#488)
12
13 * Rework how D-Bus connections are closed/unreffed when `g_test_dbus_down()` is
14   called. Tests which leak a `GDBusConnection` may now time out and abort,
15   rather than silently leaking. (#787)
16
17 * Add a deprecation macro for GLib macros, and use it; third-party uses of
18   long-deprecated GLib macros may now start causing warnings. (#1060)
19
20 * Deprecate `GTime` and `GTimeVal`, and various functions which use them.
21   Use `GDateTime` and `guint64` UNIX timestamps instead. (#1438)
22
23 * Stop using `G_DISABLE_DEPRECATED` to allow disabling deprecation warnings;
24   third-party code should now be using
25   `GLIB_VERSION_{MIN_REQUIRED, MAX_ALLOWED}` to control symbol usage (!871)
26
27 * Improve support for running `ninja test` when GLib is built statically (#1648)
28
29 * Improve `GNetworkMonitor` detection of offline states (#1788)
30
31 * Fix build failure on macOS related to missing `_g_content_type_get_mime_dirs`
32   function (#1791)
33
34 * Add various installed utilities’ paths to `gio-2.0.pc` (#1796)
35
36 * Fix keyfile `GSettings` backend and portal (especially relevant to any version
37   of GLib included in a flatpak runtime) (#1822, !985)
38
39 * More IPv6 ‘Happy Eyeballs’ fixes in `GNetworkAddress` (!865)
40
41 * Fix CVE-2019-12450, wide permissions of files when copying using GIO (!876)
42
43 * Bump the Meson dependency from 0.48.0 to 0.49.2; we won’t depend on anything
44   higher than this for a while, as Debian 10 ships 0.49 (!924)
45
46 * Various test fixes for Windows (!930, !931)
47
48 * Initial support for Universal Windows Platform (UWP): certification, and use
49   of packaged libraries (!951)
50
51 * Add experimental clang-cl support on Windows, allowing `g_autoptr()` support
52   on Windows (!979)
53
54 * Bugs fixed:
55  - #77 G_STDIO_NO_WRAP_ON_UNIX wraps
56  - #236 Add a function to copy an array
57  - #269 Additional convenience functions for g_ptr_array
58  - #373 GArray could use a binary search function
59  - #436 running tests leaves lots of coredumps
60  - #453 find-enclosing-mount docs confusing
61  - #488 Add g_object_assert_last_unref() helper macro to detect object leaks in tests
62  - #590 A reader lock can be obtained even if a writer is already waiting for a lock
63  - #638 g_atexit is defined when not declared
64  - #737 Initialize GValue in g_object_get_property()
65  - #787 gtestdbus: Properly close server connections
66  - #804 gdbusproxy prefixes unstripped error
67  - #870 Fix and enhance GDatetime for Windows
68  - #872 ucs4 functions have wrong return transfer
69  - #887 gdusmessage.c mishandles bounds of GDBusMessageType and related enums
70  - #894 gvalue: Avoid expensive checks where possible
71  - #940 Docs for g_socket_listener_set_backlog are not very helpful
72  - #943 G_DEFINE_TYPE_WITH_PRIVATE docs not helpful
73  - #1018 Allow guid key in dbus addresses
74  - #1060 Add deprecation macro for macros
75  - #1169 Tools can display gibberish messages from translations
76  - #1270 g_get_charset always returns 8-bit codepage on Windows, crippling UTF-8 output
77  - #1438 Deprecate GTimeVal- and GTime-based APIs
78  - #1635 g_socket_join_multicast_group iface parameter fails on win32/64
79  - #1648 2.58.2: Assorted asserts fail in Arch Linux when built statically
80  - #1729 g_content_type_guess segfaults when passed an empty data buffer on Mac OS
81  - #1788 GNetworkMonitor claims I am offline
82  - #1790 documentation on g_file_info_get_attribute_as_string
83  - #1791 _g_content_type_get_mime_dirs missing from libgio-2.0.0.dylib on MacOS
84  - #1792 glib-genmarshal generated valist marshal does not respect static scope for some types
85  - #1793 glib-genmarshal generates wrong code for va marshaler for VARIANT type
86  - #1794 API Proposal: g_timer_is_active
87  - #1796 Add gio-querymodules variable to pkg-config file
88  - #1797 glib/tests/win32 test failing on 64-bit Visual Studio builds
89  - #1798 /contenttype/tree reliably fails on FreeBSD since !863
90  - #1807 g_dbus_server_new_sync() documentation references nonexistent function
91  - #1808 Stopping a GDBusServer should clean up Unix socket paths (if not abstract) and nonce-tcp nonce files
92  - #1811 Introspection info for g_unichar_compose's 3rd arg should be OUT
93  - #1822 keyfile gsettings backend not loading
94  - #1823 Documentation for disabling selinux is incorrect
95  - #1825 GKeyFileSettingsBackend created without filename construct property and unchecked assertion
96  - #1828 Small typo in gio manpage
97  - #1837 Specify for each (optional) parameter, whether it is OUT or INOUT
98  - #1838 Reword documentation for G_DECLARE_FINAL_TYPE
99  - #1847 Setting GLIB_VERSION_{MIN_REQUIRED, MAX_ALLOWED} to before 2.56 triggers warnings
100  - !533 docs: Document pitfall of deprecation pragmas
101  - !563 ci: Add scan-build job in a new ‘analysis’ pipeline stage
102  - !678 glib-compile-schemas: Improve translatable strings
103  - !817 gdate: Officially mark GTime as deprecated
104  - !851 gsettings: Document that lists are returned in no defined order
105  - !853 gobject: Fix apostrophe usage in a few small bits of documentation
106  - !859 gobject: Add a g_assert_finalize_object() macro
107  - !863 gunicollate/cygwin: Don't use __STDC_ISO_10646__ for wchar_t related checks
108  - !865 gnetworkaddress: fix "happy eyeballs" logic
109  - !867 Post-release version bump
110  - !871 Drop G_DISABLE_DEPRECATED
111  - !873 Use atomic reference counting for GSource
112  - !874 Clamp number of vectors to IOV_MAX / UIO_MAXIOV for GOutputStream writev()...
113  - !875 CI/msys2: disable coverage reporting, lcov doesn't support gcc9 yet
114  - !876 CVE-2019-12450: gfile: Limit access to files when copying
115  - !877 gio: specify proper c_marshaller and va_marshallers
116  - !883 tests: Fix small race in GSubprocess tests
117  - !884 garcbox.c: Fix typo atomit => atomic
118  - !885 goption: Clarify G_OPTION_ARG_FILENAME documentation
119  - !889 Include <sys/filio.h> for FIONREAD
120  - !901 gmain: Clarify that g_source_destroy() doesn’t drop a reference
121  - !904 Add glib-genmarshal tests and fix some valist marshaller bugs
122  - !906 property action: Add state hints
123  - !908 Improve testfilemonitor test repeatability and debuggability
124  - !909 D-Bus auth mechanism improvements
125  - !914 ci: Run scan-build in a different build directory
126  - !915 docs: fix typo on arrays examples in gvariant-text
127  - !917 docs: Fix name of IRC channel in CONTRIBUTING.md
128  - !919 glib/tests/refcount.c: Fix tests on non-GCC-isque compilers
129  - !920 gmacros: Only use deprecated attributes on enumerators with GCC ≥ 6.5
130  - !923 Check if compiler symbols are defined before using them
131  - !924 Bump the required version of Meson
132  - !930 glib/tests/convert.c: Skip tests that aren't meaningful for Windows
133  - !931 glib/tests/fileutils.c: Fix stdio Wrapper Test on Windows
134  - !934 build: Increase the slow test timeout to 180s
135  - !935 Ignore */__pycache__/* directories
136  - !937 Fix module tests on Visual Studio builds
137  - !939 gstdio: minor cleanups
138  - !941 list model: Expand items-changed docs
139  - !944 gutils: Don't limit the length of the host name to 99
140  - !945 Avoid overrunning stack at the end of the varargs.
141  - !947 gobject/tests/signals.c: Fix tests on Windows
142  - !948 GObject: Fix mkenums.py and genmarshal.py tests on Windows
143  - !950 ci: Enable CI on FreeBSD 12
144  - !951 Preliminary patches for Universal Windows Platform support
145  - !952 gio: Make minor docs improvements
146  - !953 g_utf8_normalize: Doc comment return missing nullable annotation
147  - !954 Fix the ISO 15924 code for Manichaean
148  - !955 gmacros: Use _Static_assert when C11 is available
149  - !958 gthread: fix minor errno problem in GCond
150  - !961 gmain: Fix g_main_context_prepare priority annotation
151  - !962 gmacros: Use _Static_assert only for non-expr static assert
152  - !964 gmacros.h: Use static_assert on MSVC if possible
153  - !968 Fix typo in request handle
154  - !970 gdatetime: Unset LC_ALL for the test as well
155  - !971 docs.c: Forward link from g_auto* → G_DEFINE_AUTO*
156  - !973 doc: fix typo in gio/gresource.c
157  - !979 Experimental clang-cl support
158  - !980 gmacros.h: Add better support for clang-cl
159  - !981 gio: fix typo in g_settings_reset documentation
160  - !982 Various doc fixes
161  - !985 Keyfile portal fixes
162  - !987 gio/tests: Remove code and comments referring to libtool
163  - !991 fix atomic detection on older gcc versions
164  - !992 docs: Add example to g_test_summary() documentation
165  - !994 gio: Fix minor docs mistakes
166  - !996 Small array test fixes
167  - !997 gdbusaddress: Add missing transfer annotation
168  - !1007 Resubmission of !832 “Try to create the complete path right away and fall back”
169  - !1009 gapplication: remove inactivity_timeout source on finalize
170
171 * Translation updates:
172  - Hungarian
173  - Indonesian
174  - Portuguese (Brazil)
175  - Spanish
176
177
178 Overview of changes in GLib 2.61.1
179 ==================================
180
181 * `g_unichar_isxdigit()` and `g_unichar_xdigit_value()` now handle full-width
182   characters (U+FF21–U+FF26 and U+FF41–U+FF46) (#58)
183
184 * Deprecate `gtester` utility and its test reporting format and enable TAP
185   output by default instead — the `--tap` option to tests is now a no-op
186   (#1441, #1619)
187
188 * Add `g_test_summary()` to allow test authors to programmatically summarise
189   what each unit test in a test suite does (#1450)
190
191 * Upgrade to Unicode Character Database v12.1 (#1713, !822)
192
193 * More IPv6 Happy Eyeballs fixes to `GNetworkAddress` and `GSocketClient`
194   (#1747, #1771, #1774)
195
196 * Fix valgrind and gdb support for the new `GHashTable` changes (#1749, #1780)
197
198 * Fix GTask wait times growing faster than the number of task threads (#1683)
199
200 * Change `GApplication` to ignore `-psn_*` arguments on the macOS command line,
201   as they are irrelevant (#1784)
202
203 * Add `g_autoqueue()` helper macros, similar to `g_autolist()` (!474)
204
205 * Add pre-allocated link helpers for `GList` and `GQueue`:
206  - `g_list_insert_before_link()`
207  - `g_queue_insert_before_link()`
208  - `g_queue_insert_after_link()`
209
210 * Improve network availability detection with NetworkManager to treat lower
211   levels of connectivity as having reduced availability (!781)
212
213 * Add `g_clear_signal_handler()` to allow disconnecting from a `GObject` signal
214   and clearing the signal handler ID to zero in a single call (!819)
215
216 * Add `g_autoptr()` support for `GRWLock` (!825)
217
218 * Define `G_OS_UNIX`, not `G_OS_WIN32`, when GLib is built agains Cygwin (!862)
219
220 * Bugs fixed:
221  - #29 GScanner: should explicitly document modifiable fields (value, next_value, ...)
222  - #58 g_unichar_isxdigit() and g_unichar_xdigit_value() should deal with full-width a-fA-F
223  - #106 Boxed types should be documented better
224  - #135 g_unichar_totitle(0) returns 0x00001F88 instead of 0
225  - #429 g_format_size() is broken on Windows
226  - #1441 Deprecate gtester
227  - #1450 Add API for tests to describe what they're checking
228  - #1619 GTest should have a way to default to TAP
229  - #1683 GTask: task_wait_time is increased constantly when the number of running thread is greather than 10
230  - #1713 Upgrade to Unicode Character Database v12
231  - #1739 meson build failure libdl
232  - #1747 Critical in g_socket_client_async_connect_complete
233  - #1749 New GHashTable implementation confuses valgrind
234  - #1753 Remove memory leaks from gio/test/resolver.c
235  - #1755 Please revert #535 gmacros: Try to use the standard __func__ first in G_STRFUNC
236  - #1759 test_month_names: assertion failed
237  - #1760 Document for g_resolver_lookup_records why it returns a list of list of gchar*.
238  - #1763 tests: -p runs tests in the reverse of the specified order
239  - #1768 g_strlcat(): Possible buffer overflow in implementation
240  - #1771 GNetworkAddressAddressEnumerator unsafely modifies cache in GNetworkAddress
241  - #1774 Leaks in gsocketclient.c connection code
242  - #1776 glib/date test fails
243  - #1780 GDB pretty-printer for GHashTable no longer works
244  - #1782 Error in documentation for cross-compile.
245  - #1784 MacOS adds a -psn_X_XXXXXX parameter to the command line
246  - !474 Add g_autoqueue
247  - !476 Add pre-allocated link helpers for GList and GQueue
248  - !556 gtestutils: Make --tap compatible with -p and --GTestSkipCount
249  - !732 gsocket: Clarify in docs that `flags` arguments can be platform specific
250  - !766 W32: swap special g_get_prgname() for platform_get_argv0()
251  - !774 Only build tests if certain conditions are met.
252  - !780 Add copyright and licensing terms to test report generator
253  - !781 gnetworkmonitornm: Fix network available detection
254  - !782 build: Fix check for RTLD_NEXT
255  - !785 Remove monitor test
256  - !787 build: Remove */.gitignore files
257  - !791 glib/gconstructor.h: Include stdlib.h for MSVC builds
258  - !792 general: Remove a few unhelpful references to ‘master’
259  - !795 gdesktopappinfo: Add support for MATE and Xfce4 terminals
260  - !802 gio: tests, don't check for libdl on OpenBSD
261  - !806 Get to 100% coverage on GQueue tests
262  - !808 Update the Docker images used for CI
263  - !809 Modified version of !784 — Adding tests cases for a better coverage of glib/tests/strfuncs.c
264  - !813 gappinfo: Add precondition checks to GAppLaunchContext env methods
265  - !814 gschema.dtd: Add target attribute to alias
266  - !819 Clear signal handler
267  - !820 ci: Keep JUnit report script working on Debian stable
268  - !821 Various minor cleanups to autoptrs
269  - !822 glib: Update Unicode Character Database to version 12.1.0
270  - !825 Add autoptr support for GRWLock
271  - !831 build: (Long time after) post-release version bump
272  - !835 Fix typo in German translation
273  - !836 Document the best practices for binding GInitiallyUnowned
274  - !862 build: define G_OS_UNIX, not G_OS_WIN32 under cygwin
275
276 * Translation updates:
277  - Basque
278  - Catalan
279  - German
280  - Indonesian
281  - Spanish
282
283
284 Overview of changes in GLib 2.61.0
285 ==================================
286
287 * Changes to `iconv` configure options, including the default iconv
288   implementation on macOS — distributors may need to check their configure
289   scripts (#1557)
290
291 * Build fixes when building GLib with `G_DISABLE_ASSERT` defined (#1708)
292
293 * Fix documentation for `gdbus-tool wait` to use correct units (#1737)
294
295 * Improvements to symlink handling on Windows (!269)
296
297 * Add exception handling for crashes on Windows (!582)
298
299 * Set `G_WITH_CYGWIN` again when GLib is built on Cygwin (this was a regression
300   from the autotools build) (!736)
301
302 * Use `GCocoaNotificationBackend` by default on macOS, rather than
303   `GGtkNotificationBackend` (!745)
304
305 * Use Windows symbol visibility when GLib is built on Cygwin, as PE binaries
306   are subject to W32 visibility mechanics — this affects the definition of
307   `_GLIB_EXTERN` (!752)
308
309 * Add coloured output support to `gdbus introspect` (!761)
310
311 * Bugs fixed:
312  - #682 docs: advise not to use non-literal strings as qdata keys
313  - #1177 gparted crashes due to g_quark_from_static_string used in global initialization
314  - #1258 the buffer written to by g_input_stream_read is not marked as an out parameter
315  - #1557 By default glib tries to use libc instead of native iconv on OSX
316  - #1566 Meld Windows shows error on startup "There was a problem starting c:\Program"
317  - #1614 GIO tests fail on FreeBSD CI with: Unexpected error from C library during 'pthread_mutex_lock': Invalid argument
318  - #1708 Building GLib with G_DISABLE_ASSERT fails
319  - #1709 GResource generation test incompatible with stable LLVM on Linux
320  - #1710 Crash in g_cancellable_cancel
321  - #1712 gdbus-proxy test is flaky
322  - #1724 unconditional check in fuzzing/meson.build
323  - #1725 gosxappinfo.h is not installed on macOS
324  - #1727 Cannot use trash folder with an NFS mount using automount / autofs
325  - #1728 GSocket does not support ENOTSOCK
326  - #1732 Win32: lookup_by_name_async segfaults for not available domains
327  - #1737 gdbus-tool wait command timeout argument incorrect unit reference
328  - !67 glib: update internal gnulib from upstream
329  - !269 Win32 symlink code refactoring
330  - !493 tests: Check that cancelling g_file_replace don't overwrite existing file
331  - !582 Basic W32 exception handling for glib
332  - !680 Fix warnings glib
333  - !690 Fix thread safety issues
334  - !694 gvariant-parser: Fix pattern coalesce of M and *
335  - !706 Fix data races in task test and gmenumodel test
336  - !709 Bump release version for 2.62 series
337  - !710 socket: Fix annotation for flags in g_socket_receive_message
338  - !712 gwin32: Fix comment for g_win32_veh_handler
339  - !716 Various minor documentation fixes
340  - !717 Improve formatting of GCC attribute documentation
341  - !718 GSocketClient - Free last error if a connection attempt fails and on retry the...
342  - !719 Handle an UNKNOWN NetworkManager connectivity as NONE
343  - !721 codegen: Fix use of uninitialised variable
344  - !723 Provide examples for GNUC attribute macros
345  - !724 meson: do a build-time check for strlcpy before attempting runtime check
346  - !728 gsocket: Remove (type) annotation from flags arguments
347  - !730 Improve gdbus-address parsing tests
348  - !735 docs: Use the right g_autoptr function when using an auxiliary function
349  - !736 Set G_WITH_CYGWIN again
350  - !737 gresolver: Don’t use gai_strerror() on Windows, as it isn’t threadsafe
351  - !741 Fix use-after-free triggered by gnome-session-binary
352  - !745 gcocoanotificationbackend: give more priority than the gtk one
353  - !749 gio: Add missing autocleanup definition for GSettingsSchema{Key,Source}
354  - !750 Check for RTLD_NEXT
355  - !752 Use W32 visibility for Cygwin
356  - !754 Check for /proc/self/cmdline
357  - !757 Fix gnulib build on older Visual Studio builds
358  - !760 Properly ensure the cocoa notification backend type
359  - !761 RFC: gdbus-tool: Add --color option for introspect
360  - !762 gutils: Add (nullable) annotation to g_get_prgname()
361  - !765 gslice: Use a convenience macro
362  - !769 ci: Generate a cover report for the test suite
363  - !772 tests: Check that option-argv0 test succeeds on Linux
364  - !776 tests: Only run --external-data test on GNU ld/objcopy
365  - !779 Fix 2.62 documentation symbols
366
367 * Translation updates:
368  - Dutch
369
370
371 Overview of changes in GLib 2.60.0
372 ==================================
373
374 * Further fixes to the Happy Eyeballs (RFC 8305) implementation (#1653, #1679, #1693)
375
376 * Add support for the XDG trash portal (#1676, !276)
377
378 * Bugs fixed:
379  - #1653 gsocketclient-slow test is flaky
380  - #1658 keyfile settings backend: Consider tightening permissions
381  - #1668 Fill in CODE-OWNERS file
382  - #1675 glib-compile-resources: c_name generation issue
383  - #1676 Trash portal tries to open files as read-only but D-Bus API documents against that
384  - #1679 socket-service test is flaky
385  - #1693 Happy Eyeballs failure in gsocketclient-slow test
386  - #1697 gthreadresolver: do_lookup_records does res_ninit with an uninitialized state
387  - #1698 g_base64_encode(NULL, 0) causes critical warnings
388  - !276 Support the trash portal
389  - !639 gvariant-parser: Fix error handling when type coalescing fails
390  - !666 Socket fixes to W32 test suite
391  - !674 Update gvdb submodule
392  - !676 Initialize a variable
393  - !677 gerror: Add a missing precondition assertion in documentation
394  - !686 gio: Also support modules built with MSVC
395  - !688 gsocketclient: Fix critical on cancellation
396  - !689 glib-compile-resources: Fix a minor leak
397  - !691 gtask: Separate GTask fields memory locations to avoid data races
398  - !692 glib.supp: Add more variations of existing suppressions
399  - !696 Move closures refcount test to gobject/tests/
400  - !698 gthreadedresolver: Remove unused thread pool
401  - !699 tests: Fix closure-refcount to preserve old semantics
402  - !702 Rename gobjectenumtypes.[ch] to glib-enumtypes.[ch]
403  - !703 Clean up gmarshal.[ch]
404
405 * Translation updates:
406  - Catalan
407  - Czech
408  - French
409  - Friulian
410  - German
411  - Italian
412  - Korean
413  - Romanian
414  - Serbian
415
416
417 Overview of changes in GLib 2.59.3
418 ==================================
419
420 * Fix support for g_get_user_special_dir() on macOS, including support for the Downloads directory (#1048)
421
422 * Ensure that cancelling a GTask cannot cause its callback to be called synchronously (in the same call chain as the original *_async() call) (#1608)
423
424 * Further fixes to the Happy Eyeballs (RFC 8305) implementation (#1644, #1680)
425
426 * Various fixes for installation of installed tests (thanks to Iain Lane) (!649, !651)
427
428 * Various fixes for tests when run on Windows (thanks to LRN) (!665, !667)
429
430 * Bugs fixed:
431  - #535 gmacros: Try to use the standard __func__ first in G_STRFUNC
432  - #875 gio-gvfs on Windows: Don't mishandle other non-native URIs in gwinhttpvfs.c
433  - #1048 "Desktop" shortcut appears twice in file chooser sidebar on OSX
434  - #1608 Cancellation might not be asynchronous under certain circumstances
435  - #1644 network-address test failure in CI: IPv6 Broken (g-io-error-quark, 24)
436  - #1680 Regression: g_socket_client_connect_to_host_async() sometimes gets "Connection refused" when connecting to localhost
437  - #1686 gdbus-peer test is sometimes timing out
438  - !613 Use win32 io channel on windows for the protocol test
439  - !634 Win32: gio/gsocket.c: Set WSAEWOULDBLOCK on G_POLLABLE_RETURN_WOULD_BLOCK
440  - !638 gvariant-parser: Fix parsing of G_MININT* values in GVariant text format
441  - !640 tests: Tag socket-service test as ‘flaky’
442  - !641 Minor typo fixes to GSpawn documentation
443  - !645 gsocketlistener: Fix multiple returns of GTask when accepting sockets
444  - !647 gsocketclient: Ensure task is always returned on cancel
445  - !648 gio/tests/task: Run the worker indefinitely until it's cancelled
446  - !649 gio tests: Install test1.overlay file when building installed tests
447  - !650 gstring: fully document semantics of @len for g_string_insert_len
448  - !651 tests: Install the slow-connect-preload.so library and use it
449  - !667 GSubprocess fixes for W32 test suite
450  - !668 tests: Mark gdbus-peer test as flaky
451  - !669 GWin32VolumeMonitor: Sort the volumes correctly
452  - !670 gpollableoutputstream: Fix the description of the interface
453  - !672 Fix some tests when running as root
454
455 * Translation updates:
456  - Catalan
457  - Danish
458  - French
459  - Indonesian
460  - Kazakh
461  - Portuguese (Brazil)
462  - Slovenian
463  - Turkish
464
465
466 Overview of changes in GLib 2.59.2
467 ==================================
468
469 * Fix check on GDBusMessage size when reading it. (#1642)
470
471 * Add async GIO API: g_file_query_default_handler_async(), g_app_info_launch_uris_async() (#1249, #1347)
472
473 * Fix some bugs in the Happy Eyeballs implementation. (#1646, #1649)
474
475 * Install a new generated header with enum types for Unicode enums. (!481)
476
477 * Support the XDG trash portal. (!276)
478
479 * Bugs fixed:
480  - #1224 TSAN patches
481  - #1249 xdg-open/gnome-open doesn't work if service isn't started
482  - #1347 g_app_info_launch_default_for_uri_async  is not really async
483  - #1376 gmarkup: Optimize g_markup_escape_text()
484  - #1642 minor mismatch between error and code in g_dbus_message_bytes_needed
485  - #1646 Criticals in g_socket_client_enumerator_callback()
486  - #1649 Critical in g_socket_client_connected_callback
487  - #1673 G_MININT constants broken in g-i
488  - !276 Support the trash portal
489  - !481 Define enum types for Unicode enums
490  - !585 gio: do not pass O_PATH file descriptors to portal APIs
491  - !593 Don't fail trash test if ~/.local doesn't exist or mount points can't be determined (master)
492  - !609 Make `g_app_info_launch_uris_async()` really asynchronous
493  - !619 gvariant: Fix a mistake in docs
494  - !622 Fixing warnings
495  - !626 gdbus: Avoid printing null strings
496  - !627 gsocketclient: Fix criticals
497  - !629 Various memory leak cleanups to GSettings tests (subset)
498  - !630 docs: Ignore more version macros
499
500 * Translation updates:
501  - Galician
502  - Hungarian
503  - Lithuanian
504  - Polish
505  - Spanish
506
507
508 Overview of changes in GLib 2.59.1
509 ==================================
510
511 * Autotools support is gone. (!580)
512
513 * g_format_size() now uses a no-break space to separate digits and units;
514   translations will need to be updated accordingly. (#1625)
515
516 * New g_queue_clear_full() API. (#1464)
517
518 * Fix argument quoting on win32 when spawning subprocesses. (!419)
519
520 * Allow polling more than 64 handles on win32 using g_poll(). (#1071)
521
522 * Tag various tests as ‘flaky’. These are no longer run routinely on our
523   upstream CI machines, and downstream packagers may want to not run them (or
524   not treat those test failures as package build failures) on their test
525   machines either. They are in the `flaky` test suite. (!579)
526
527 * Add overlay support to g_resources_get_info(). (#1445)
528
529 * Support defaults and locks in the keyfile GSettings backend. This will be
530   used for flatpaks. (!450)
531
532 * Accept unquoted strings in the keyfile GSettings backend to simplify things
533   for sysadmins. (!603)
534
535 * Update our contribution guidelines (`CONTRIBUTING.md`). (!590)
536
537 * Add writev() and writev_all() APIs to GOutputStream and GPollableOutputStream,
538   and provide implementations of them for many subclasses. (#1431)
539
540 * Bugs fixed:
541  - #424 Add 'proxy' debugging support
542  - #1055 Provide alignment macros
543  - #1071 Eliminate MAXIMUM_WAIT_OBJECTS limitation in g_poll() on Windows
544  - #1445 g_resources_get_info doesn't respect resource overlays
545  - #1464 Add g_queue_clear_full() API
546  - #1500 GListStore needs double checking on some warnings
547  - #1623 xdg-open: file with colon results in “The specified location is not supported”
548  - #1625 Unbreakable space needed when showing size of folder/file
549  - #1636 GTask getters don’t return TRUE/FALSE after bitfield changes
550  - #1637 EXCEPTION_ACCESS_VIOLATION in g_clear_pointer
551  - #1639 GListStore implementation of g_list_model_get_item() returns wrong results on integer overflow
552  - #1655 gvariant-parser warnings
553  - #1663 G_MININT32 triggers compiler warning C4146 with Visual C++
554  - #1666 `G_DEFINE_DYNAMIC_TYPE_EXTENDED` causes warnings with -Wcast-function-type
555  - !319 giomodule: Print the type of each default GIO module
556  - !333 Add writev() API to GOutputStream and GPollableOutputStream
557  - !419 gspawn, win32: qouted args - escape end backslash
558  - !450 Settings portal
559  - !512 gtype: Clarify type of GInterfaceInitFunc
560  - !516 gthread: Add g_private_set_alloc0() convenience API
561  - !535 win32 gpoll: overcome the 64 handles limit
562  - !545 goption: Fix an annotation on g_option_context_parse_strv()
563  - !560 docs: Fix dconf GSETTINGS_BACKEND name in gio overview
564  - !564 gtype: Document type for iface_default_init() function
565  - !568 Add separate definitions of g_assert_[non]null() for C++
566  - !571 docs: Add note on how to check a gboolean condition
567  - !575 gio: Update bad cert error in accept-certificate and GTlsError docs
568  - !579 Temporarily disable flaky tests
569  - !580 Drop autotools support
570  - !583 gmacros: MSVC supports the noreturn function attribute
571  - !587 Remove unused .pc.in files
572  - !588 MSVC: Move dirent implementation to glib/dirent/
573  - !590 Update contribution documentation
574  - !591 gfileinfo: Fix annotation for g_file_info_set_attribute_stringv
575  - !592 Remove leftover build/ directory
576  - !595 gtestutils: pass open file descriptors to subprocess
577  - !597 tests: Tag gsocketclient-slow test as ‘flaky’
578  - !598 gdbus-proxy test fails with GLib-GIO:ERROR:glib/gio/tests/gdbus-proxy.c:832:fail_test: code should not be reached
579  - !599 gdtlsconnection: do not return on a void method
580  - !601 gio: Support "help" in extension point env vars
581  - !602 Update POTFILES.in
582  - !603 keyfile settings: Accept unquoted strings
583  - !608 build: Add -Wno-pedantic flag to compiler arguments
584  - !611 gnetworkaddress: fix use-after-free for network address
585  - !612 gdir: shutup a warning when building with msvc
586  - !615 Fix a couple of wrong compiler warnings
587
588 * Translation updates:
589  - Spanish
590  - Swedish
591
592
593 Overview of changes in GLib 2.59.0
594 ==================================
595
596 * This will be the last development release with autotools support. As our
597   Meson support has been around since 2.56.x, and was used to release tarballs
598   in 2.58.x, the next development release (2.59.1) will drop autotools as used
599   to build GLib. The macros installed for other packages to use will remain.
600
601 * Add `G_TEST_OPTION_ISOLATE_DIRS` to redirect `XDG_*_HOME` to a temporary
602   directory for each unit test. (#538)
603
604 * Support `Property.EmitsChangedSignal` annotations in `gdbus-codegen`. (#542)
605
606 * Add `g_assert_cmpvariant()` API for unit tests. (#1191)
607
608 * Hide bind mounts from GIO mount listings. (#1271)
609
610 * Automatically realign data passed to `g_variant_new_from_bytes()` or
611   `g_variant_new_from_data()` if it is not correctly aligned. This prevents
612   misaligned accesses on architectures which don’t support them. Callers should
613   still aim to correctly align data to get higher performance. (#1342)
614
615 * Support `ld -b binary` (on platforms which support it; i.e. Linux) to provide
616   large pre-compiled `GResource` resources with a fast compilation time. (#1489)
617
618 * Unconditionally install GLib m4 macros, so that projects which depend on GLib
619   and which still build using autotools can continue to build even once GLib has
620   ported entirely to Meson. (#1520)
621
622 * Various fixes to the Meson build.
623
624 * Drop Python 2 support and require Python 3.4+. See discussion on
625   https://mail.gnome.org/archives/desktop-devel-list/2018-July/msg00004.html.
626   (!196)
627
628 * `GHashTable` performance and memory improvements for common cases. See
629   https://hpjansson.org/blag/2018/07/24/a-hash-table-re-hash/. (!208)
630
631 * Add flags that allow a `GApplication` to signal and replace a currently
632   running other instance of the same `GApplication`. This will be used for app
633   upgrades with flatpak. (!250)
634
635 * Autostart xdg-desktop-portal when using the network monitor and proxy monitor
636   portal backends. (!317)
637
638 * Add a g_task_set_name() API to allow `GTask`s to be described; useful for
639   debugging. (!384)
640
641 * Enable FreeBSD CI on every commit for upstream GLib. (!387)
642
643 * Various GVariant, GMarkup and GDBus fuzzing fixes, including buffer overflow
644   fixes. (!411)
645
646 * Various fixes to eliminate thread races, found by thread sanitizer (tsan).
647
648 * Deprecate TLS/DTLS rehandshaking, as it has been removed from the protocol in
649   TLS 1.3. (!478)
650
651 * Support reading arguments from a file with `glib-mkenums`, which is useful
652   for long argument lists due to having deeply nested build directories, on
653   systems with a low limit on the command line length. (!489)
654
655 * Make `g_environ_*()` case-insensitive on Windows, as the environment itself
656   is case-insensitive on Windows. (!500)
657
658 * Add Application Layer Protocol Negotiation (ALPN) support to `GTlsConnection`
659   and `GDtlsConnection`, so that higher layer protocols can be negotiated when
660   setting up a TLS connection, without additional round trips and latency. This
661   is needed for eventual HTTP/2 support. (!520)
662
663 * Add support for TPM keys in PEM files when loading TLS certificates. (!522)
664
665 * Add a `GRecMutexLocker` auto-pointer wrapper for `GRecMutex`. (!528)
666
667 * Bugs fixed:
668  - #107 The "g_key_file_get_comment" interface returns comment with unexpected new line symbol at the end
669  - #179 g_object_unref assert in debug code
670  - #277 'destroy_data' in g_cclosure_new is registered as finalize notifier instread invalidate.
671  - #538 Add helpers to redirect XDG_*_HOME to a temp dir for unit tests
672  - #542 gdbus-codegen does not honor "Property.EmitsChangedSignal" annotations
673  - #656 check for -Werror=format-security broken
674  - #734 Provide a way to instantiate a GDBusProxy-derived class from a GDBusConnection and a object path without blocking
675  - #827 gmain: Clarify that g_source_set_callback() is safe on attached sources
676  - #1055 Provide alignment macros
677  - #1119 GVolumeMonitor: Results don't reflect current state but state when application was launched
678  - #1191 add g_assert_equal_variants
679  - #1261 Add option to leave <default> in gschema empty
680  - #1271 fstab binds appear as mounts (x-gvfs-hide is being ignored)
681  - #1310 gdbusproxy: make g-name-owner property useful with unique names
682  - #1313 Meson: Rework the config.h generation
683  - #1342 Automatically realign data passed to g_variant_new_from_bytes() or g_variant_new_from_data()
684  - #1343 g_date_set_parse: Parses "September" in Polish incorrectly
685  - #1362 Incorrect documentation about GSettings child add/remove notifications
686  - #1452 GFileInfo: unable to retrieve correct modification time of links and mounted volumes on Windows
687  - #1471 Incorporate oss-fuzz fuzz targets into GLib
688  - #1489 Use `ld -b binary` to speed up GResource generation for linking
689  - #1498 distcheck fails in distclean
690  - #1506 error: redefinition of typedef 'GKqueueFileMonitor'
691  - #1509 test_timeval_to_iso8601_overflow: 'out' should be NULL
692  - #1513 GIcon regression?
693  - #1514 gio/appinfo test sometimes fails in CI
694  - #1518 /network-monitor/create-in-thread fails in (LXC) containers on glib-2-56
695  - #1520 Change conditions for installing m4 macros
696  - #1522 Trash not working on NTFS folder accessed from symlink
697  - #1523 GIO NetworkMonitor doesn't reflect the current network state
698  - #1525 GTask allows (buggy) application code to cause callback to be called twice, without warning
699  - #1527 Meson doesn't install data for installed-tests
700  - #1528 Meson tests are hard to debug in an autobuilder environment
701  - #1530 tests/mainloop-test appears to be flaky
702  - #1535 meson: installed-test metadata not run in TAP mode
703  - #1536 meson: spurious dependencies on convenience libraries in .pc files
704  - #1537 meson: absolute paths to ${builddir} included in gtk-doc HTML
705  - #1538 meson: G_HAVE_GROWING_STACK defined differently
706  - #1539 meson: Some files are unnecessarily installed executable
707  - #1541 meson: timeloop-closure test not installed
708  - #1542 meson: /usr/lib/glib2.0/installed-tests/glib/gdbus-peer: error while loading shared libraries: libgdbus-example-objectmanager.so: cannot open shared object file: No such file or directory
709  - #1544 meson: gtester-report #! not replaced with ${PYTHON}
710  - #1546 Cross-compilation fails in 2.58
711  - #1556 build: Too long file path issue with meson on Windows
712  - #1562 GDate test suite fails with latest glibc
713  - #1570 ghash.c:694:27: left shift of 1 by 31 places cannot be represented in type 'int'
714  - #1572 Flags validation fails
715  - #1575 g_date_time_format() should have format attribute
716  - #1576 Fails to build with Meson on Debian armel (armv5te EABI softfloat little-endian)
717  - #1580 glib-compile-resources using strings breaks building e.g. GTK+ on MS Visual C, which limits strings to 65535 chars
718  - #1581 Memory used for reference counted data might be misaligned.
719  - #1588 Moving a bookmark item to the same URI causes a crash
720  - #1589 g_log_writer_is_journald memoizes a single result, even though it accepts a parameter
721  - #1590 tests: g-file-info-filesystem-readonly fails if run more than once with fuse & bindfs installed
722  - #1594 Return value of g_dbus_connection_get_unique_name not annotated as nullable
723  - #1600 g_timeout_source_new_seconds overflows when given interval > (G_MAXUINT / 1000)
724  - #1601 appinfo test fix is defective
725  - #1605 g_date_time_format fails when used with non ASCII format string on POSIX locale
726  - #1615 gdbus-codegen not generating nullable annotation
727  - !196 [RFC] build: Drop Python 2 support and require Python 3.4+
728  - !200 Add a new GTlsError to indicate protocol downgrade attacks
729  - !208 GHashTable improvements
730  - !219 glocalfilemonitor: Fallback to poll file monitor for NFS
731  - !238 W32 GFileInfo improvements
732  - !250 Application replace
733  - !264 glib-compile-resources: encode data as string
734  - !268 build: simplify alloca checks. See #1313
735  - !272 dtrace: Add missing const attributes to types in glib_probes.d
736  - !273 gtlsbackend: add support for setting the default TLS database
737  - !277 Use "command -v" instead of "which"
738  - !282 meson: Add macOS libtool versioning for ABI compatibility
739  - !286 gspawn: Fix build on systems without O_CLOEXEC
740  - !287 glib-compile-resources: Fix generated code compiling with C++ compilers
741  - !289 tests: Add more tests to finish branch coverage of GHashTable
742  - !290 build: fix installation dir of glib-gettextize
743  - !292 Remove all ChangeLog files
744  - !293 Document new volume class `loop`
745  - !294 portal network monitor: Always emit changed signal on changed
746  - !295 meson: fix typo
747  - !296 Add G_GNUC_FALLTHROUGH for __attribute__(fallthrough))
748  - !297 build: Drop AC_C_CONST from configure.ac
749  - !302 Document that GTimeVal is subject to the year 2038 problem on 32-bit systems
750  - !303 liststore: Simplify code
751  - !304 Add more GListStore/GListModel tests
752  - !309 codegen: Change pointer casting to remove type-punning warnings
753  - !312 Enable GIO tests on Windows
754  - !316 gdbus: Improve error when well-known name is unowned
755  - !317 Autostart xdg-desktop-portal if needed
756  - !322 gnetworkmonitornm: Set a GError properly on an error handling path
757  - !332 gmarkup: Make the documentation even more explicit about untrusted input
758  - !334 gio: automake: Add libgmodule dependency
759  - !338 gcharset: fix leaking g_get_language_names_with_category
760  - !339 Add g_desktop_app_info_get_string_list(); fix g_key_file_free()
761  - !340 tests: Mark two more tests as slow
762  - !345 Fix build failure on systems without POSIX spawn
763  - !347 Use Meson 0.48.0 for CI
764  - !348 Documentation tweaks for g_array_free
765  - !353 Meson: Do not run tests/refcount with --tap
766  - !354 Fix spelling mistakes detected by Debian's Lintian tool
767  - !358 Autotools: Move libmount from Libs.private to Requires.private
768  - !360 CI: Test static build on installed glib
769  - !363 Tests: Mark printf wrappers with G_GNUC_PRINTF
770  - !364 ci: Enable FreeBSD CI
771  - !366 gunixmounts: Mark mounts as system internal instead of filtering out
772  - !372 gmacros: Fix G_[UN]LIKELY to not mask -Wparentheses
773  - !374 gthreadpool: Include prgname in thread name
774  - !375 m4macros: Allow information from pkg-config to be overridden
775  - !376 gthread: Clarify priority handling in GRWLock
776  - !379 Ignore g_return_*if_fail() branches in lcov coverage report
777  - !381 Add UTF-8 communication tests for GSubprocess
778  - !384 gtask: Add a g_task_set_name() method
779  - !387 ci: Enable FreeBSD CI in the official repository
780  - !396 m4: Fix AM_PATH_GLIB_2_0 macro
781  - !400 grefcount: add missing gatomic.h
782  - !403 build-sys: Pass CFLAGS to $(DTRACE)
783  - !405 ci/msys2: fix path to the lcov config file
784  - !406 meson: Mark 1bit-emufutex test as slow
785  - !407 meson: Increase test timeouts
786  - !410 gfileutils: Add examples to g_path_get_dirname() documentation
787  - !411 Various GVariant, GMarkup and GDBus fuzzing fixes
788  - !412 Enable compile time check of g_date_time_format() format
789  - !413 Add support for g_auto(s)list to G_DECLARE'd types
790  - !414 gio, tests: ensure objectmanager sources are generated
791  - !415 gseekable: fix 'attmepting' typo
792  - !416 gdbus-peer: Make sure to not include objectmanager-gen.c source
793  - !417 Fix ^*ay handling in g_variant_iter_loop()
794  - !418 Meson: Cleanup a FIXME now that we have dict addition
795  - !420 gdbus-codegen: add autocleanup for FooObject
796  - !422 GMarkup buffer overflow fixes for error handling, round 2
797  - !423 gutils: Check whether getauxval function exists
798  - !424 ci: Fix Docker image version
799  - !425 gdate: Reinitialize using_twodigit_years and locale_era_adjust.
800  - !435 gdatetime: Fix formatting of time zones offsets in range -01:00 to +00:00
801  - !436 valgrind: Add glib_init()-related suppressions
802  - !440 Fix minor memory leaks in tests
803  - !443 tests: Avoid multithreaded use of g_test_rand_int_range
804  - !444 gvarianttypeinfo: Consistently use atomics to access ref_count
805  - !446 gmain: Fix data races in GUnixSignalWatchSource and GChildWatchSource
806  - !451 closures test: Avoid timeout on ARM64 CPUs
807  - !452 Atomic reference count in GVariant, ContainerInfo and GDBus introspection
808  - !453 tests: Fix some data races in tests
809  - !454 gdbusproxy: make g-name-owner property useful with unique names
810  - !458 glib-compile-resources: Fix size allocation for compressed streams
811  - !460 gatomicrefcount: Make g_atomic_ref_count_init non-atomic
812  - !461 Meson: Fix build error in gdbus-example-objectmanager
813  - !462 meson: add aarch64 memory barrier handling
814  - !463 gio, tests: fix leak of dbus connection.
815  - !467 Update documentation of g_tls_connection_handshake() again
816  - !469 docs: add index of new symbols for gio > 2.52
817  - !470 docs: Clarify return/error behaviour of D-Bus signal subscriptions
818  - !472 gdbusmessage: Gracefully handle message signatures with invalid types
819  - !477 gthread: Remove unsynchronized access to g_once_init_list from assertion
820  - !478 Deprecate TLS rehandshaking
821  - !480 docs: add a missing semicolon
822  - !482 Check for 'z' library before fallbacking to subproject
823  - !483 meson: Turn selinux into a meson feature and make it auto by default
824  - !484 Meson: Add 'nls' option to disable translation
825  - !485 gdbus-codegen: Tag interfaces and properties so annotated with G_PARAM_DEPRECATED
826  - !486 Check for zlib header
827  - !489 glib-mkenums: Support reading @rspfiles for arguments
828  - !490 gspawn: Fix g_spawn deadlock in a multi-threaded program on Linux
829  - !491 Meson: Add missing include_directories when using glib as subproject
830  - !492 g_value_get_variant: return value is transfer-none not transfer-full
831  - !494 Resolve "Follow-up from "gunixmounts: Stop considering cifs/nfs as system file systems""
832  - !500 genviron: make g_environ_* case-insensitive on Windows
833  - !504 tests: Unset LANGUAGE when running gdatetime tests
834  - !505 Support isolating directories for unit tests
835  - !508 ci: Install additional locales used during tests
836  - !510 Add new Linux Testing project version number to configure script
837  - !511 gvariant: Fix error handling for parsing Unicode escapes
838  - !514 fix gdbus-codegen --interface-info-{header,body}
839  - !515 binding: Clarify the use of g_object_unref() to remove a binding
840  - !517 Meson: Fix deprecation warning with upcoming 0.49.0 release
841  - !518 Meson: Fix declare_dependency() calls
842  - !520 GTlsConnection: add ALPN support
843  - !521 tests: Rename macro to avoid conflict with encoding prefix
844  - !522 gtlscertificate: Add support for TPM keys in PEM files
845  - !524 gdatetime: Fix typo in the comment
846  - !528 Add GRecMutexLocker
847  - !530 tests: Minor improvements to mkenums.py and taptestrunner.py used by it
848  - !534 gtlscertificate: Fix bug in PEM private key parser
849  - !536 Various minor docs fixes
850  - !541 gtimezone: Fallback to /etc/timezone on Gentoo
851  - !546 spawn: add shebang line to script
852  - !547 Do not check for NULL when calling free()
853  - !549 Improve documentation of g_assert_error()
854  - !551 Revert "tests: Fix GOptionContext leak in GSubprocess tests"
855  - !554 Only subscribe to owner-changed signals on message bus connections
856  - !555 Suppress -Wint-in-bool-context warning with G_DEFINE_INTERFACE and g++
857
858 * Translation updates:
859  - Brazilian Portuguese
860  - Czech
861  - Danish
862  - Greek
863  - Hungarian
864  - Lithuanian
865  - Norwegian bokmål
866  - Polish
867  - Slovak
868  - Slovenian
869  - Spanish
870  - Swedish
871  - Turkish
872
873
874 Overview of changes in GLib 2.58.0
875 ==================================
876
877 * Tarball built with `ninja dist`, so if you want to build this release with
878   autotools (which is supported), you will need to re-run autogen.sh. This
879   release, and all micro releases in the 2.58.x series, support being built
880   with Meson or autotools. See:
881   https://mail.gnome.org/archives/gtk-devel-list/2018-June/msg00012.html
882
883 * Fix cancellation of g_subprocess_communicate_async() calls. See !266.
884
885 * Drop support for the __int64 type, which further breaks compilation on old
886   MSVC versions (before VS2013). See #1313.
887
888 * Expose GSettings schema directory in gio-2.0.pc as `schemasdir`. See !274.
889
890 * Support v3 of the xdg-desktop-portal network monitor API. See !265, !279.
891
892 * Fix G_MODULE_SUFFIX on macOS when GLib is built with Meson — it should be `so`
893   rather than `dylib`. Projects that use Meson and the `g_module_build_path()`
894   API such as glib-networking should pass `name_suffix:` to `shared_module()` to
895   ensure that plugins continue to be called libfoo.so on macOS. See !280.
896
897 Bugs fixed:
898  !280 meson: Always set G_MODULE_SUFFIX to `so` on macOS
899  !266 subprocess: Fix communicate_cancelled signature
900  !279 Revert "Add a gnet utility" (see !265)
901  !265 Network monitor again
902  !274 gio: Provide schemas directory information in pkg-config file
903  !239 gvariant: Fix more bounds checking in GVariant text format parser
904  !195 garray: add overflow checks before expanding array
905  #1497 g_strdup_printf warns on invalid format specifier with G_GUINT64_FORMAT on Win32
906  !270 autotools: remove support for the __int64 type. See #1313
907  !267 ci: Add an autotools job
908
909 * Translation updates:
910  Czech
911  Galician
912  Indonesian
913  Italian
914  Kazakh
915  Korean
916  Turkish
917
918
919 Overview of changes in GLib 2.57.3
920 ==================================
921
922 * G_GNUC_MALLOC’s definition has been tightened up to match an updated
923   definition from GCC. Many uses of G_GNUC_MALLOC which were previously
924   appropriate may cause miscompilation with newer GCC versions. Check your uses
925   of it against the updated documentation. See #1465.
926
927 * Many minor documentation fixes.
928
929 * Fix for gint64 and int64_t compatibility on macOS and BSD. See #972.
930
931 * Fix free space metadata on some file systems (notably FAT). See #328.
932
933 * Support installed-tests with our Meson build system. See #1444.
934
935 * Forbid @filename@/@basename@ in glib-mkenums templates, which is a change to
936   its long-standing behaviour (which was long-standing nonsensical). See !241.
937
938 * Various stat() fixes on Windows. See #1452, #1476.
939
940 * MinGW-w64 ABI warning: In case you build 64 bit glib without LFS support by
941   passing --disable-largefile (not the default) and use GStatBuf, you need to
942   rebuild your application as the size of GStatBuf has changed for this case.
943   See #1476.
944
945 * Improve TAP compatibility of g_test_incomplete(). See #1474.
946
947 * Change fallback preferences when loading icons. See !72.
948
949 Bugs fixed:
950  !263 build: Clean files left behind after gio/tests/gresource.c test
951  !262 gmem: Only evaluate pointer argument to g_clear_pointer() once
952  #1465 Many uses of G_GNUC_MALLOC are incorrect
953  #1448 g_error does not abort() as documented
954  #1494 g_clear_pointer may not use the correct calling convention with its callback
955  #972 Mismatch between gint64 and int64_t on 64-bit macOS/BSD
956  !251 gtestdbus: Fix watcher crash on FreeBSD
957  #1492 gcc-8: -Wcast-function-type: new warnings for g_list_copy_deep()
958  !252 tests: fix gnotification tests broken due to the recent icon name fallback changes
959  #328 filesystem::{free,size,used} not set for full FAT fs
960  !248 network monitor portal: update properties initially
961  #1373 Incorrect transfer annotation for g_binding_unbind.
962  #1444 the meson build doesn't support installed tests
963  #1027 Fix trashing on overlayfs
964  #1454 gvdb does not treat corrupt files as empty as promised; dconf suffers
965  !243 tests: Explicitly set TZ=UTC for g_time_val_from_iso8601() testing
966  #1488 ‘O_CLOEXEC’ undeclared (first use in this function)
967  !241 glib-mkenums: forbid @filename@/@basename@ in fhead and ftail
968  !240 gtimer: Ensure arithmetic is correctly signed for ISO 8601 parsing
969  #1452 GFileInfo: unable to retrieve correct modification time of links and mounted volumes on Windows
970  !234 DOC: Documentation fix in GTask description
971  #1363 Meson: Review cross compilation properties
972  !225 gtimer: Add overflow checks to g_time_val_from_iso8601()
973  !230 gbookmarkfile: Fix some more minor leaks when metadata elements are repeated
974  !229 Fix up g_bytes_compare() documentation
975  #1476 g_stat - possbile memory corruption causing SEGFAULT
976  !199 Update TLS documentation
977  #1474 g_test_incomplete() makes test_case_run() return FALSE
978  #1475 glib/tests/atomic.c test_types() trips -Werror=bad-function-cast on Debian armel
979  #1472 Test for BROKEN_IP_MREQ_SOURCE_STRUCT is broken on Windows / Mingw
980  !220 date test: Use g_test_skip(), not g_test_incomplete()
981  #1467 malloc difference causes refstring test to fail on FreeBSD
982  !230 gbookmarkfile: Fix some more minor leaks when metadata elements are repeated
983  #1466 Not Able to Build glib 2.57.2 in Mingw-w64 x64 bits
984  #1433 test_posix_parse: assertion failed (g_time_zone_get_abbreviation (tz, 0) == "UTC"): ("LMT" == "UTC")
985  #1446 Follow-up from "Document difference between g_assert() and g_assert_*() wrt G_DISABLE_ASSERT"
986  !206 grefstring: Avoid an unnecessary NUL assignment
987  #1458 g_volume_get_mount returns NULL value after g_volume_mount_finish is called with no error
988  !72 gio: icons should fallback to non-preferred style appropriately.
989
990 * Translation updates:
991  Brazilian
992  Chinese (Taiwan)
993  French
994  German
995  Lithuanian
996  Polish
997  Romanian
998  Turkish
999
1000
1001 Overview of changes in GLib 2.57.2
1002 ==================================
1003
1004 * Require pcre 8.31
1005 * Require meson 0.47.0
1006
1007 * Bugs fixed:
1008  742456 Add g_steal_pointer() convenience function to mark ownership...
1009  795569 MinGW CI: fix tests
1010  796341 gmem.h: Use typeof() in g_steal_pointer() macro
1011  #1013 Support for per-session overrides
1012  #1360 glib-mkenums breaks if option specified but no nick
1013  #1175 Add names and tags to various GSources and GTasks constructed in GLib
1014  #903 g_main_context_wait() not deprecated in API, but emits a g_critical()...
1015  #786 Fix memory leaks in libgio tests
1016  #927 gio/gresource.c:do_lookup check for terminating "/"
1017  #976 Document difference between g_assert() and g_assert_*()...
1018  #1447 glib 2.57.1: test_month_names: assertion failed...
1019  #1407 Update to Unicode Character Database 11
1020  #1455 glib python tools have full python path in shebang, limits to 128 characters
1021  #1459 Missing g_return_val_if_fail in g_async_queue_timeout_pop
1022
1023 * Translation updates:
1024  Friulian
1025  German
1026  Romanian
1027  Spanish
1028
1029
1030 Overview of changes in GLib 2.57.1
1031 ==================================
1032
1033 * New api:
1034  - g_hash_table_steal_extended
1035  - G_GNUC_NO_INLINE 
1036
1037 * Bug fixes:
1038  668132 Use libmount and expose mount options on GUnixMountEntry type
1039  736741 Update private copy of valgrind.h
1040  748620 g_regex_* utf-8 validity requirements are not stated clearly
1041  784995 meson: some Windows improvements
1042  788771 NODELETE missing when built with meson
1043  788773 meson does not install correct pc files
1044  789968 Add g_autoptr() support for GTypeClass
1045  794325 Various fixes to compile on OSX
1046  795152 gdesktopappinfo: Mark GDesktopAppInfo constructors as nullable.
1047  795165 Add g_date_time_get_timezone() and g_time_zone_get_identifier()
1048  795180 Investigate performance impacts of recent compiler features on hot functions
1049  795302 Add g_hash_table_steal_extended() API
1050  795376 Add g_ptr_array_steal()
1051  795544 Add binary/textfile/zero size detection
1052  795569 MinGW CI: fix tests
1053  795636 gitlab-ci: generate test coverage reports
1054  795735 Fix comparison for GVariant property values
1055  795802 gdbus-codegen doesn't accept --output-directory with --output for --body and --header
1056  795849 gwin32: Fix detection of MinGW32 vs MinGW-w64
1057  795876 meson: Fix checks for posix_memalign and stpcpy
1058  795960 g_format_size_for_display() is deprecated since 2.30
1059  796085 Meson: Many apps breaks on non-glibc because of missing libintl
1060  796138 Fix typo in g_file_info_set_attribute docs
1061  796139 Add g_autoptr() support for GParamSpec
1062  796164 Fix atomic ops check in meson.build
1063  796186 Typo: "instead off" in gsignal.c
1064  796213 Meson: Fail to build on macosx
1065  796220 meson: do not run atomic test with msvc
1066  796264 Add android CI
1067  796325 meson: Add exception for atomic ops test for Android
1068  796328 gengiotypefuncs.py: Read and parse files in binary mode 
1069
1070 * Translation updates:
1071  Czech
1072  Indonesian
1073
1074
1075 Overview of changes in GLib 2.57.0
1076 ==================================
1077
1078 * Bug fixes:
1079  739424 Rewrite kqueue GFileMonitor backend to drop threading
1080  751826 Use g_get_language_names() for other locale categories
1081  788773 meson does not install correct pc files
1082  793400 g_application_id_is_valid() not strict enough
1083  793578 gdatetime tests depend on Japanese translation of month names
1084  793645 test_month_names: Updated translations needed for el_GR, hr_HR, ru_RU
1085  793729 gitlab-ci: Add Windows MinGW support
1086  793994 GUnixVolumeMonitor doesn’t show user mounts when run as root
1087  794170 gdbus: hexdecode() and hexencode() do not return/use decoded/encoded s...
1088  794194 gobject_gdb.py: 'address' is a property of gdb.Value not a function
1089  794207 leak: g_socket_listener_add_inet_port increases ref-count on socket-li...
1090  794284 Support whitespace stripping for JSON resources
1091  794285 glib-compile-resources should not noisily g_printerr() when xmllint is...
1092  794473 Remove duplicated option in gio.xml
1093  794506 glib-mkenums: Enters infinite loop if using typedef enum SomeIdentifier
1094  794528 Fix segfault caused by use-after-free in GPollFileMonitor
1095  794555 glib meson build fails on MinGW due to misdetected functions
1096  794557 gtkdoc-scangobj fails on gio in meson builds
1097  794606 glib-2.56.0 fails to compile when res_nquery is not available
1098  794635 gmacros: Don't define bogus __has_* macros
1099  794636 G_HAVE_GNUC_VISIBILITY is defined in meson MinGW builds
1100  794686 Date (except weekday) displayed in English
1101  794732 Fix various compiler warnings 
1102
1103 * Translation updates
1104  Hungarian
1105  Slowak
1106  Slovenian
1107  Spanish
1108
1109
1110 Overview of changes in GLib 2.56.0
1111 ==================================
1112
1113 * Bugs fixed:
1114  672777 Error in gdummyfile.c
1115  732184 GObject: warn on use of deprecated properties
1116  733338 Don't segfault in GNetworkMonitor when IPv6 support is unavailable
1117  742124 g_data_input_stream_read_upto()'s documentation should say that the...
1118  749206 GDateTime: month names in the genitive case
1119  768507 simplify qguark functions
1120  791457 Slow transfer rate when writing to smb/cifs
1121  793272 fix GCC 8.0's -Wcast-function-type warnings
1122  793300 g_hash_table_add() return value change in 2.40 not mentioned in docs
1123  793399 Fix some cases of -Wduplicated-branches
1124  793555 -Wimplicit-function-declaration when using g_abort()
1125  793565 GLib does not compile on macOS 10.13 due to .m file naming
1126  793597 gdbus-tool: Make --dest optional for emit again
1127  793635 Enable CI for GLib
1128  793880 gnetworkmonitor: Minor fixes based on code review 
1129  793578 gdatetime tests depend on Japanese translation of month names 
1130  794180 test_month_names fails unless installed
1131
1132 * Translation updates:
1133  Brazilian Portuguese
1134  British English
1135  Catalan
1136  Czech
1137  Danish
1138  Dutch
1139  Finnish
1140  French
1141  Friulian
1142  Galician
1143  German
1144  Hungarian
1145  Indonesian
1146  Italian
1147  Kazakh
1148  Korean
1149  Lithuanian
1150  Polish
1151  Scottish Gaelic
1152  Serbian
1153  Serbian Latin
1154  Spanish
1155  Swedish
1156  Turkish
1157
1158
1159 Overview of changes in GLib 2.55.2
1160 ==================================
1161
1162 * GFile now has API to get the path without copying
1163
1164 * A network monitor implementation for Windows has been added
1165
1166 * Bugs fixed:
1167  520116 g_utf8_strlcpy()
1168  584284 g_data_input_stream_read_until_async behaves confusingly different f...
1169  605700 request for g_key_file_get_locale()
1170  658713 ngettext (plural forms) needed for "Message has %d file descriptors ...
1171  685442 windows GNetworkMonitor implementation
1172  723003 gsettings list-recursively reports some keys multiple times
1173  749583 GSequence performance improvements
1174  757284 Move G_DIR_SEPARATOR* and G_SEARCHPATH_SEPARATOR* into glibconfig.h
1175  760324 [PATCH] gkeyfile.c: find_file_in_data_dirs fails to return the path ...
1176  761102 Increase performance for main loop
1177  767976 GFile: Add g_file_peek_path()
1178  770335 gdbus-codegen: generated getter for 'ao' property is actually (trans...
1179  772989 Totem allows invalid urls that might cause segfault that's irrecover...
1180  790698 convert: test failure on NetBSD
1181  791015 gdbus-codegen: Split generation of header and source
1182  791622 Disable strict-aliasing in GLib
1183  792050 GResolver is not thread-safe
1184  792217 Deprecate GTlsClientConnection:use-ssl3
1185  792338 meson, autotools: figure out if mem barrier is needed for arm64 host...
1186  792351 gbookmarkfile: check length before dereferencing groups
1187  792364 gdbus-threading test method-calls-in-thread: assertion failed (elaps...
1188  792370 GNetworkMonitor: Rename "network-changed" signal argument
1189  792410 GDateTime new_from_iso8601 test broken in 2.55 on i386
1190  792432 flush stdout after logging (debug) messages
1191  792455 Improve docs of GSequence
1192  792499 deadlock on startup with TCP session bus
1193  792516 gconvert: More consistent handling of embedded NUL bytes
1194  792777 g_notification_set_urgent() unconditionally sets G_NOTIFICATION_PRIO...
1195  792780 gbytes should reference toplevel bytes when slicing with g_bytes_new...
1196  792856 off64_t isn't a part of C standard
1197  792862 gpollableoutputstream: document side effects of WOULD_BLOCK on D/TLS
1198  792903 Clarification between g_try_.. functions and their counterparts
1199  793006 High CPU load for GUnixMountsMonitor consumers
1200  793026 possible mem leak in g_mutex_impl_new
1201  793074 g_message() does not get -Wformat warnings when compiling with G_LOG...
1202
1203 * Translation updates:
1204  Hungarian
1205  Indonesian
1206  Polish
1207
1208
1209 Overview of changes in GLib 2.55.1
1210 ==================================
1211
1212 * Build:
1213  - The --enable-rebuilds configure option has been removed
1214  - The --with-charsetalias-dir configure option has been added
1215
1216 * GList and GSList now have autoptr support
1217
1218 * The gsettings list-schemas command has gained a --print-paths option
1219
1220 * Bugs fixed:
1221  346816 Refactor LIBDIR in libcharset Makefile
1222  508976 Does g_slist_sort preserve the order of equal elements?
1223  562334 2.18.2 break libglade on Solaris
1224  662802 systemtap multiarch issue
1225  684282 Add support static link of GIO modules
1226  692034 Install an invalidation notifier for GClosure in g_source_set_closure()
1227  694723 Get rid of REBUILD stuff in configure.ac
1228  697715 floating point precision problem in check test gst/gstvalue
1229  701156 testgobject assumes that the priv data follows the instance data
1230  720380 Segfault when using GDBusMenuModel on a peer-to-peer connection
1231  724383 glib: document restrictions on various foreach() functions
1232  724412 GLib mappedfile.c test uses g_get_user_runtime_dir instead of a tempo...
1233  724794 Fix "on on" typo in tap-driver.sh comment
1234  732003 gnode: Eliminate implicit signed-to-unsigned integer conversion
1235  734479 G_VALUE_HOLDS etc. cause -Wcast-qual warnings for a const GValue *
1236  737677 gmain: Make GSourceCallback thread-safe
1237  741167 gdbus-codegen fix for boxed out parameters
1238  748534 gtest: if a subprocess assertion fails, print its stdout and stderr
1239  749527 add weak pointer helpers similar to g_set_object
1240  749652 compilation errors with gcc 4.8
1241  754634 Update the list of Linux filesystem magic numbers used in get_fs_type
1242  756011 Fix up annotations for GBookmarkFile
1243  761102 Increase performance for main loop
1244  773980 GIR scanner doesn't interpret array type properly
1245  776147 gio/glocalfilemonitor.c doesn't handle case G_FILE_MONITOR_EVENT_MOVE...
1246  776195 -z nodelete configure check does not work on Solaris
1247  777075 Potential leak of memory pointed to by 'list'
1248  779413 Translated X-Geoclue-Reason string not used in a dialog window
1249  780309 gio/tests/appinfo build fails: gdesktopappinfo.c skipped on OS X
1250  780893 Reword licensing header for gdbus-codegen
1251  782057 Unit tests fail in run-assert-msg-test.sh
1252  784995 meson: some Windows improvements
1253  786796 gtk-doc build fails with meson
1254  788806 Impossible to build static glib via meson
1255  788936 Show mime type icons on OS X
1256  790416 g_date_time_format returns empty string on %r with German locale
1257  790588 Generated file missing from .gitignore
1258  790697 g_object_ref API should propagate parameter type
1259  790785 glib-tap: Add missing mkdir for .test generation rule
1260  790829 glib-genmarshal --body must not generate alias implementations
1261  790830 Mismatch between number of interface methods in text and example code
1262  790837 Meson: missing many configure options
1263  790839 GApplication command line: lacks parameter_string, summary and descri...
1264  790877 fix non-portable check in G_GNUC_CHECK_VERSION
1265  790894 Do not connect to the session bus when trying GProxyResolverPortal io...
1266  790896 docs/reference/README has broken link to http://www.gtk.org/rdp/
1267  790914 gdesktopappinfo: Downgrade a warning to a debug message
1268  790934 gtester doesn't handle skipped tests
1269  790948 GSourceFuncs documentation is confusing: when will dispatch be called?
1270  791036 Guard for g_output_stream_vprintf makes no sense
1271  791128 C runtime complains about bad arguments on each g_log() call
1272  791221 po/README.translators has no useful information in 2017
1273  791235 Fix gschema.dtd regarding flags.
1274  791267 Make gschema.dtd usable.
1275  791296 gtester-report: fix range usage when running as python3 app
1276  791318 GBytes: Improve documentation
1277  791325 Gio handling of thumbnail:: attribute namespace causes inconsistent b...
1278  791334 gbinding.c:898: The target object of type GNetworkAddress has no prop...
1279  791337 Crash opening URIs with g_desktop_app_info_launch_uris_with_spawn()
1280  791342 Add autoptr support for lists
1281  791460 meson: fixes for OSX
1282  791532 Implicit declaration of function ‘memcmp’ in gtestutils.h
1283  791622 Disable strict-aliasing in GLib
1284  791720 Criticals in gio/xdp-dbus.h leading to crash under flatpak
1285  791744 gmenumodel test sometimes fails: assertion failed (items_changed_coun...
1286  791745 not immediately clear whether g_test_slow() is in effect by default
1287  791906 GSocketListenerClass.event has wrong signature
1288  792064 gsettings list-schemas --print-paths
1289  792098 Binding: bind_property’s @notify func is nullable
1290  792099 gdbus-test-codegen: Cast to void* to printf "%p"
1291  792129 meson: skip optional linux/unix deps that default to true when buildi...
1292  792322 GLib-GIO:ERROR:gschema-compile.c:51:test_schema: child process (/gsch...
1293  792324 gkeyfile: Document need for KEEP_TRANSLATIONS with get_locale_string()
1294
1295 * Translation updates
1296  Hebrew
1297  Indonesian
1298
1299
1300 Overview of changes in GLib 2.55.0
1301 ==================================
1302
1303 * New API:
1304   - g_clear_handle_id, to simplify removing sources from the default mainloop
1305   - g_file_load_bytes, to make it more convenient to load files into GBytes
1306
1307 * Bugs fixed:
1308  330458 Sample code for the GLib Key-value parser
1309  483341 g_error and friends create warnings when not used in MSVC
1310  569375 g[u]intptr undocumented
1311  573251 documentation for g_seekable_truncate() needs some love
1312  629347 Missing annotations in GFile (was: Perf throws an exception in cur...
1313  630983 [PATCH] Type accuracy for result of strlen() in string utilities.
1314  632953 Clarify documentation of GValueTransform.
1315  636210 Document that pre-unmount is not guaranteed and backend-dependant
1316  656502 type information for GSettings::backend missing from .gir
1317  661442 Nautilus crashes when refreshing home folder after modifying ~/.co...
1318  668035 gtester-report broken with python 2.7.2 and glib 2.30.1
1319  670139 gbytes.c:try_steal_and_unref nit
1320  677233 (transfer full) annotation not correct for g_closure_new_simple re...
1321  679347 glocalfile seems to leak 'fstype'
1322  679467 Mention translation in g_warning() documentation
1323  689323 Variable scoping in gunixmounts.c
1324  691436 glib-mkenums output arch dependent
1325  695681 gsettings bash completion put error messages
1326  705331 AM_PATH_GLIB_2_0 macro fails with -Wstrict-prototypes -Werror
1327  706667 Fix permission denied error when installing from an nfs directory
1328  711809 gdbus-proxy: Fix erroneous timeout during following tests
1329  722256 gslist: Simplified node removal and got rid of some code duplication
1330  723655 Socket source is left in the poll after the socket is closed
1331  723743 g_child_watch_add() doesn't check for non-pids
1332  725014 g_settings_schema_source_ref should check for NULL pointer
1333  727346 docs: Escape some backslashes for markdown
1334  730296 gsignal: Fix a potential NULL pointer dereference
1335  731625 Improve test for darwin printf format-strings
1336  731705 gio/tests/desktop-app-info assumes /bin/true
1337  737278 Clarify relationship of g_application_quit() to hold count
1338  738176 Skip GSpawnChildSetupFunc closures in introspection
1339  740223 source_object for GAsyncResult should be nullable
1340  740791 gio: cannot specify the source when joining a multicast group (IGM...
1341  740826 glib doesn't know fuse filesystems
1342  742548 configure.ac: stay out of autoconf's namespace
1343  742997 Don't skip invalid enum values in schemas
1344  745723 -Wunused-but-set-variable work-around no longer sufficient
1345  749371 Use a GHashTable as a set when possible
1346  751738 Unused-variable warnings in glib/tests/autoptr.c
1347  752239 Missing dependency for python files in build file
1348  752240 Add DTLS support to GIO
1349  753459 GDateTime: Add conversion functions from/to ISO 8601 strings
1350  753521 g_subprocess_launcher_set_environ misses argument annotations
1351  754026 gfileutils: add some sanity checks
1352  756009 'const gchar* const *' gets incorrectly defaulted to utf8
1353  756103 Skip g_base64_decode_step() in introspection
1354  756128 Fix up annotations in gconvert
1355  756430 g_rw_lock_reader_lock() can return without locking, or error
1356  756470 Fix up annotations in gdataset.c
1357  756588 Fix up annotations on data/qdata API of GObject
1358  760022 Memory leak in gvariant-parser.c
1359  760109 [PATCH] Invalid GDate can't be g_boxed_copy()'d
1360  760716 Fix documentation regarding <glib/gprintf.h>
1361  765063 Update annotations for gio
1362  765552 Please set serial in .m4 files to prevent autoreconf failure on up...
1363  767215 GCC version number is interpreted as start of a list in docs for g...
1364  767239 Tautological comparisons in convert tests
1365  769674 some GIO tests' arbitrary timeouts are too short
1366  769846 gmessages: Add timestamp to g_log_writer_format_fields()
1367  770459 Tutorial article is slightly wrong
1368  773355 Incorrect documentation about stopping a signal emission from a hook
1369  774083 spelling mistakes in glib: charater
1370  776562 Add Intel C Compiler support for G_GNUC_BEGIN/END_IGNORE_DEPRECATI...
1371  777308 GModule win32: disable error dialog popup
1372  777310 gio/gasynchelper.c: fix cast from pointer to smaller int type on w...
1373  777956 gmessages: Update advice for G_LOG_DOMAIN
1374  779182 xdg-open fails with gio open for some uris
1375  779501 Type of GIConv given wrongly on web
1376  780202 introspection: Don't expose GValueArray.free
1377  780296 xdg-open/gnome-open doesn't work if service isn't started
1378  781598 gstdio.h should #include what it needs to work
1379  781867 various gvfsd-* wants to look in /boot/efi, causes unnecessary/ina...
1380  783210 build: Switch to sassc for generating style
1381  783270 Improve Visual Studio support for Meson builds
1382  783825 Suggest that asynchronous operations should invoke the callback in...
1383  786737 No g_variant_get() example for dicts
1384  786785 Commit #fe2a9887a8 breaks gdbus-codegen, cannot find its module so...
1385  787271 Make GListModel usable from G-I bindings
1386  787485 g_tls_backend_supports_dtls () returns true when the backend doesn't
1387  787551 Factor out some duplicated code in GParamSpec validation
1388  787581 tests: Add tests for g_slist_copy() and g_slist_copy_deep()
1389  787671 meson: Fix permissions of installed scripts
1390  787731 g_file_query_filesystem_info() wrongly reports "filesystem::readon...
1391  788138 glib-compile-resources: Fix leak of a GHashTable
1392  788180 G_FILE_ATTRIBUTE_ID_FILE is useless on W32
1393  788270 gmodule - failed to load symbol on Android 64bit
1394  788368 Race condition in GDbusObjectManagerClient
1395  788384 gtypes: Fix signedness of __builtin_bswap() usage
1396  788385 gtestutils: Explicitly cast args to g_assertion_message_cmpnum()
1397  788401 PATCH: MacOS build cannot detect content type from content - xdgmi...
1398  788467 Fatal errors and warnings should be reported as TAP
1399  788488 GFile-based API for g_build_filename()
1400  788489 gmain: add g_clear_source API
1401  788561 Document how to integrate GTest into your project
1402  788594 gdbus-tool doesn’t handle non-message-bus connections correctly
1403  788705 Allow building GLib on older Linux platforms
1404  788766 fixed a doc-typo in socket_get_remote_address
1405  788772 meson installs gdb scripts incorrectly
1406  788863 Add more filename type annotations for strings which can contain f...
1407  788880 gunixmounts: Update list of virtual file systems to ignore
1408  788927 Expose better API for detecting ‘system’ mounts
1409  788936 Show mime type icons on OS X
1410  788948 Document Autotools best practices for genmarshal/mkenums
1411  788975 Meson + Visual Studio: Can't find zlib.h with subprojects/zlib
1412  788978 Document XML has a syntax error
1413  788989 Use subdir-objects with Autotools
1414  788990 Include licensing information in output from glib-mkenums, glib-ge...
1415  789087 gint and guint misrepresented as functions
1416  789170 GFormatSizeFlags should have a value for bits
1417  789245 g_settings_bind() not conforming to lifecycle specification
1418  789444 Fix handling of length in g_utf8_make_valid
1419  789637 glib-mkenums: Fails when --ouput file does not exist
1420  789681 meson: Libmount support not built
1421  789723 [PATCH] gdbus-codegen: Call abspath() earlier
1422  789755 g_get_host_name: ensure return value is always UTF8 encoded
1423  789820 GPollFileMonitor is not cleaning up correctly
1424  790015 docs: Various linking and syntax fixes
1425  790030 GResource/GVariant fails to load from non-pointer aligned memory
1426  790093 gio-tool: fix inverted logic in monitor tool
1427  790126 gengiotypefuncs.py is missing from tarballs
1428  790147 build: Drop data-to-c.pl in favour of data-to-c.py
1429  790157 gmessages: Give examples of G_DEBUG with gdb in the documentation
1430  790272 file: add g_file_load_bytes()
1431  790275 avoid temporary string allocations in g_resources_enumerate_children
1432  790310 speedup path canonicalization in GResourceFile
1433
1434 * Translation updates:
1435  Catalan (Valencian)
1436  Czech
1437  German
1438  Nepali
1439  Norwegian bokmål
1440  Slovak
1441  Slovenian
1442  Spanish
1443
1444
1445 Overview of changes in GLib 2.54.0
1446 ==================================
1447
1448 * Bugs fixed:
1449  780861 Crash in GnomeWallClock
1450  786983 Please make the output of gio-querymodules deterministic
1451  787109 Valgrind false positive in ioctl() in btrfs file copy
1452  787123 glib: Slighty update GIOChannel documentation
1453  787146 GMainLoop: match of parameter pair of LOCK_CONTEXT/UNLOCK_CONTEXT
1454
1455 * Translation updates:
1456  Basque
1457  Catalan
1458  Romanian
1459  Swedish
1460
1461
1462 Overview of changes in GLib 2.53.7
1463 ==================================
1464
1465 * Bugs fixed:
1466  736710 remove unnecessary executions of libtool from configure
1467  785260 gio/tests/appmonitor fails if local dir not writeable
1468  786456 g_subprocess_wait[_check]_async() breaks when cancelled...
1469  786555 g_array_free() is not thread safe w.r.t. g_array_unref()
1470  786580 gdesktopappinfo.c: Add Tilix as a fallback terminal
1471  786807 g_uuid_string_random undefined when built with meson
1472
1473 * Translation updates:
1474  Brazilian Portuguese
1475  Catalan
1476  Czech
1477  Danish
1478  Finnish
1479  French
1480  Friulian
1481  German
1482  Italian
1483  Kazakh
1484  Korean
1485  Latvian
1486  Nepali
1487  Polish
1488  Spanish
1489  Turkish
1490
1491
1492 Overview of changes in GLib 2.53.6
1493 ==================================
1494
1495 * Bugs fixed:
1496  766358 glib doesn't respect XDG_* envvars on W32, ever
1497  783270 Improve Visual Studio support for Meson builds
1498  785955 pthread_setname_np misdetected with meson
1499  786060 Sequences documentation does not make it clear...
1500  786360 gobject: add autoptr support for GClosure
1501  786452 crash on Linux without stderr stream
1502  786460 gio-tool: Unify buffer sizes
1503  786462 Use g_output_stream_write_all instead of while
1504  786463 gio-tool-save: Prevent overwriting error
1505
1506 * Translation updates:
1507  Catalan
1508  Galician
1509  Hungarian
1510  Indonesian
1511  Lithuanian
1512  Nepali
1513  Serbian
1514
1515
1516 Overview of changes in GLib 2.53.5
1517 ==================================
1518
1519 * Bugs fixed:
1520  695573 Untranslatable strings in glib-compile-schemas
1521  725950 GApplication: call dbus_unregister only once, and before destruction
1522  731703 giomodule test misbuilds its test modules as libraries
1523  769135 External control for g_test_add/g_test_run
1524  779332 Rewrite mkenums in Python
1525  779607 Race between mounts-changed signal and g_unix_mounts_get() function
1526  784000 Improve strerror_r() detection
1527  784815 Map G_NOTIFICATION_PRIORITY_HIGH to NOTIFY_URGENCY_NORMAL
1528  784965 Use the glib preset for i18n in Meson
1529  784995 meson: some Windows improvements
1530  785113 glib-mkenums Python port fixes
1531  785130 G_LOG_DOMAIN shouldn't be left undefined for applications
1532  785438 Spurious -Wmaybe-uninitialized in gdatetime.c
1533  785468 glib/gpoll: Unnecessary if conditional included in the poll_rest() function
1534  785520 Replace advice to use removed gdk_spawn functions
1535  785577 clobbers errno while setting GError
1536
1537 * Translation updates:
1538  Slovenian
1539  Spanish
1540
1541
1542 Overview of changes in GLib 2.53.4
1543 ==================================
1544
1545 * Unicode support has been updated to Unicode 10.0.0
1546
1547 * glib-genmarshal and glib-mkenums have been rewritten in python.
1548   Every effort has been made to keep compatibility. Please report
1549   problems related to these tools
1550
1551 * GLib can now be built with meson. autotools are still supported
1552
1553 * Bugs fixed:
1554  722047 drop makefile.msc?
1555  733821 g_strerror() uses strerror(3) instead of strerror_r(3)
1556  773842 g_utf8_find_next_char() won't signal the end of a NUL-terminated string
1557  779332 Rewrite mkenums in Python
1558  780095 g_utf8_get_char_validated() stopping at nul byte even for length specified...
1559  780634 Remove remaining old codepage ABI comapt code
1560  783841 test_GDateTime_new_from_timeval_overflow fails on 32 bit systems
1561  784000 Improve strerror_r() detection
1562  784020 GKeyFile – Add array length annotations to to_data(), get_keys() and get_g...
1563  784037 gio: Mention the ALL_METADATA flag in g_file_copy()
1564  784433 gdbus-codegen with variant type parameters result in nested variant
1565  784456 Update to Unicode 10.0.0
1566  784528 Rewrite glib-genmarshal in Python
1567  784579 Calling g_dir_open on Missing Directory When Executable File Path Contains...
1568  784581 docs: Fix cut'n'paste error in g_resources_get_info() doc
1569  784739 Minor typo in configure error message
1570  784792 Just fixing a little typo in comments
1571
1572 * Translation updates:
1573  Hebrew
1574
1575
1576 Overview of changes in GLib 2.53.3
1577 ==================================
1578
1579 * Bugs fixed:
1580  658446 Add translation comment for wrong password notice string
1581  661926 Improve the default logging setup in GLib
1582  674885 type initialisation deadlock in GObject
1583  775593 GIO cannot write symlinks on FreeBSD and NetBSD
1584  776169 Various gio-tool fixes
1585  776333 Fix annotation on g_file_copy_async()
1586  776504 Upgrade license from LGPLv2+ to LGPLv2.1+
1587  777307 race condition between gdbus signal callback and g_bus_unwatch_name...
1588  778422 gsubprocesslauncher: Clarify the behavior of set_environ()
1589  781301 Stack pointer corrupted by incorrect call of NtNotifyChangeMultipleKeys
1590  782336 Add additional documentation of the GResource XML format
1591  782996 build: Use AM_TESTS_ENVIRONMENT rather than TESTS_ENVIRONMENT
1592  783061 GApplication: Remove some unused members
1593  783130 Make dbus activation sandbox-aware
1594  783193 Adapt to OpenURI api change
1595  783201 gdbus-codegen: Apply --output-directory to generated docs as well
1596  783340 win32: port monotonic times to use QPC
1597  783350 length parameter can be NULL g_data_input_stream_read_line
1598  783392 incorrect (out) annotation for g_dbus_interface_info_generate_xml
1599  783593 GGtkNotificationBackend should use /org/freedesktop/DBus to call Ge...
1600
1601 * Translation updates:
1602  Esperanto
1603  German
1604  Indonesian
1605  Kazakh
1606  Spanish
1607
1608
1609 Overview of changes in GLib 2.53.2
1610 ==================================
1611
1612 * A few new number parsing functions have been added:
1613   - g_ascii_string_to_signed
1614   - g_ascii_string_to_unsigned
1615   These have better error handling than the existing ones.
1616
1617 * glib-mkenums now supports /*< private >*/ and /*< public >*/
1618
1619 * GSettings now consider XDG_DATA_HOME in addition to XDG_DATA_DIRS.
1620
1621 * Bugs fixed:
1622  674885 type initialisation deadlock in GObject
1623  698064 Add g_ptr_array_contains()
1624  732000 gdatetime: Remove an unnecessary NULL pointer check
1625  734946 Implement GContentType on OSX
1626  741335 Possible differences in use of XDG_DATA_DIRS versus XDG base directory specification
1627  748263 Use-after-free in g_dbus_connection_call_internal()
1628  776876 gmodule – Various Android bug-fixes
1629  777030 build error where minor() and major() cant be resolved in gio/gdbusmessage.c
1630  780300 gio/gosxappinfo.c uses deprecated LSFindApplicationForInfo
1631  780309 gio/tests/appinfo build fails: gdesktopappinfo.c skipped on OS X
1632  781755 Avoid compiler warnings in generated marshallers code
1633  781826 portal support: Read /.flatpak-info
1634  781830 Fix some typos and errors in GVariant documentation
1635  781847 Use-after-free under send_message_with_reply_cleanup():gdbusconnection.c:1792
1636  781867 various gvfsd-* wants to look in /boot/efi, causes unnecessary/inappropriate auto...
1637  782068 doc: Trivial typo fixes
1638  782075 gtimer: Handle gmtime() failure in g_time_val_to_iso8601()
1639  782089 gdatetime: Fix overflow checks when constructing from timestamps
1640  782162 Support public/private trigraph in glib-mkenums
1641  782237 make check error
1642  782311 inode/directory is treated as a subclass of application/octet-stream
1643  782628 libmount build dependency check not requiring the right version?
1644
1645 * Translation updates:
1646  Hungarian
1647  Indonesian
1648  Spanish
1649
1650
1651 Overview of changes in GLib 2.53.1
1652 ==================================
1653
1654 * The gdbus tool gained a wait command
1655
1656 * g_unix_signal_source_new support SIGWINCH now
1657
1658 * There are now g_enum_to_string and g_flags_to_string functions
1659
1660 * A new function to instantiate objects: g_objet_new_with_properties
1661
1662 * GParameter and related APIs have been deprecated
1663
1664 * Bug fixes
1665  447907 enum/flags from string + type transform + tests
1666  668962 GUnixMountPoint/GUnixMountEntry not usable through gobject-introspection
1667  669355 gdbus-codegen output contains stray semicolons at file scope (forbidden in C99)
1668  674885 type initialisation deadlock in GObject
1669  698064 Add g_ptr_array_contains()
1670  709865 Add boxing to GParameter
1671  725894 build: Include gettext libraries for static compilation on Mac OS X
1672  734946 Implement GContentType on OSX
1673  741229 gio: Handle NULL cached properties in NetworkManager monitor
1674  745971 gdbus-tool: Add a command to wait for a well-known name on the bus
1675  755046 gfileutils: Add precondition checks to g_file_test()
1676  761102 Increase performance for main loop
1677  761889 GDateTime: %p does not always print AM/PM string
1678  766660 Please clarify the extent to which GInitable, GAsyncInitable must be idempotent
1679  769534 g_unix_signal_source_new does not support SIGWINCH
1680  772221 Take advantage of Unicode
1681  775879 g_log_default_handler should not check G_MESSAGES_DEBUG
1682  776169 various gio-tool fixes
1683  777961 Documentation for g_app_info_equals() could be clearer
1684  778049 race in gsource detected by TSan
1685  778207 gio-querymodules: fix memory leak
1686  778287 G_MODULE_EXPORT and -fvisibility=hidden
1687  779409 Fix false positive g_warning() in remove_filter()
1688  780066 g_base64_encode_close() in glib/gbase64.c produces invalid base64 encoding
1689  780095 g_utf8_get_char_validated() stopping at nul byte even for length specified buffers
1690  780306 Unused function in gunicollate.c for CARBON
1691  780310 g_tls_database_verify_chain doesn't set the GError for failures other than cancell...
1692  780384 gio/tests/contenttype fails on OS X: "public.directory" != "public.folder"
1693  780441 Make the portal implementation of g_app_info_launch() synchronous
1694  780634 Remove remaining old codepage ABI comapt code
1695  780908 gobject: remove duplicate GType sanity check
1696  780924 Memory leak in gdbusmethodinvocation.c
1697  781125 gio-tool: Fix errors format string
1698  781234 the buffer written to by g_input_stream_read is not marked as an out parameter
1699  781298 gfileutils.c:330:3: error: ISO C90 forbids mixed declarations and code
1700
1701 * Translation updates
1702  Catalan
1703  Friulian
1704  German
1705  Hebrew
1706  Indonesian
1707  Polish
1708  Russian
1709
1710
1711 Overview of changes in GLib 2.52.0
1712 ==================================
1713
1714 * Bug fixes:
1715  779799 gdatetime test fails with tzdata 2017a
1716  780032 Add missing attributes to two functions
1717  780144 gio/fam: Remove leftover debug print
1718
1719 * Translation updates:
1720  French
1721  Friulian
1722  Latvian
1723
1724
1725 Overview of changes in GLib 2.51.5
1726 ==================================
1727
1728 * OS X implementations of GContentType and GAppInfo
1729   have been added
1730
1731 * Bugs fixed:
1732  673047 gunicollate is broken on OS X (patch included!)
1733  734946 Implement GContentType on OSX
1734  747146 Implement GNotification on OSX
1735  769983 glib-mkenums generates non-reproducible Makefile snippets
1736  777203 gnulib license information is not correct in glib2.0
1737  778515 Crash in the gio kqueue backend
1738  779456 Make g_utf8_make_valid optionally take a length
1739
1740 * Translation updates:
1741  Danish
1742  Friulian
1743  German
1744  Hungarian
1745  Korean
1746  Lithuanian
1747
1748
1749 Overview of changes in GLib 2.51.4
1750 ==================================
1751
1752 * Memory leak fixes
1753 * Fix the released tarball
1754
1755
1756 Overview of changes in GLib 2.51.3
1757 ==================================
1758
1759 * Bugs fixed:
1760  771997 gchecksum: Add SHA-384 support
1761  778422 gsubprocesslauncher: Clarify the behavior of set_environ()
1762  778581 gdbus-codegen: Fix -Wconversion warning
1763  778801 gdbus-codegen: Add --outdir flag
1764  778991 Plug a mem leak in gdbusauth
1765  779183 g_io_extension_point_get_extensions should check for NULL pointer
1766
1767 * Translation updates:
1768  Basque
1769  Chinese (Taiwan)
1770  Danish
1771  Indonesian
1772  Italian
1773  Serbian
1774
1775
1776 Overview of changes in GLib 2.51.2
1777 ==================================
1778
1779 * Minimal support for UUIDs has been added
1780
1781 * A new file attribute, G_FILE_ATTRIBUTE_RECENT_MODIFIED has been added
1782   to improve sorting of recent files
1783
1784 * Bugs fixed:
1785  639078 UUID support feature request
1786  777135 gkeyfile: Be more specific about error codes in documentation
1787  777307 race condition between gdbus signal callback and g_bus_unwatch_name...
1788  777481 goutputstream: docs: fix typos
1789  777493 g_mkdtemp() not introspectable
1790  777507 Recent view sorting incorrectly
1791  777592 Add minor examples to GDBus and GVariant documentation
1792  778002 race in gdbusprivate.c detected by the ThreadSanitizer
1793  778096 race in gdbusconnection reported by TSan
1794
1795 * Translation updates:
1796  Norwegian bokmål
1797  Polish
1798  Simplified Chinese
1799  Slovak
1800  Spanish
1801  Swedish
1802
1803
1804 Overview of changes in GLib 2.51.1
1805 ==================================
1806
1807 * glib-compile-resources grew a --generate-phony-targets flag
1808
1809 * GLib now installs a valgrind suppressions file for GLib and GIO
1810
1811 * Bugs fixed:
1812  666114 should have infrastructure to run its tests under valgrind
1813  729730 GDBusMessage: Fix segfault if DEBUG_SERIALIZER is enabled
1814  730932 statically assert that reasonable assumptions about enums are true
1815  735731 gobject: Document behaviour of GType checking macros on NULL
1816  736810 gdbus: Fix leak in g_dbus_message_print()
1817  762283 GSocket – Fix race conditions on Win32 if multiple threads are waiting on cond...
1818  767609 Test suite problems
1819  767952 g_dbus_method_invocation_return_*, g_dbus_method_invocation_take_error: They d...
1820  769672 Assert threads for testcase 642026 are sucessfully created
1821  769745 gtask: Add guards for public functions
1822  770175 Add command line argument to mkenums and genmarshal to write output to a file
1823  770646 glib: Namespace global tapset variables by soname
1824  772160 Add g_unix_mount_for() support
1825  772989 Totem allows invalid urls that might cause segfault that's irrecoverable
1826  773823 gio: Bump copy buffer size to 256k by default
1827  774086 fix g_main_context_check declaration
1828  774368 Dependency file output of resource scanner breaks Ninja
1829  774421 Two minor patches
1830  774520 GSocket allocates and processes control messages even if not requested
1831  775309 Crash in gdbusauth
1832  775468 Improve log write supports color method on windows
1833  775510 testing with -fsanitize=undefined reports various undefined behaviour
1834  775517 Password input is echoed in the terminal
1835  775621 gmessages: Fix compilation on Android
1836  775765 FDO notification withdrawal backend sends wrong ID to the server
1837  775913 subprocesslauncher: potential infinite loop in verify_disposition()
1838  776198 Stray semicolon after g_variant_print() function in gvariant.c
1839  776586 License headers cleanup
1840  777077 Use of memory after it is freed
1841
1842 * Translation updates:
1843  Brazilian Portuguese
1844  Czech
1845  Galician
1846  German
1847  Hebrew
1848  Kazakh
1849  Lithuanian
1850  Spanish
1851  Swedish
1852
1853
1854 Overview of changes in GLib 2.51.0
1855 ==================================
1856
1857 * glib-genmarshal and glib-mkenums have gained --output options
1858   for better build system integration
1859
1860 * New API: g_utf8_make_valid
1861
1862 * Bugs fixed:
1863  591603 Make _g_utf8_make_valid public
1864  610969 Nice to have g_utf8_make_valid as public
1865  767882 Bit shift overflow (-Wshift-overflow) warning in gparam.h
1866  769135 External control for g_test_add/g_test_run
1867  769630 gfile: G_FILE_MONITOR_WATCH_MOVES was actually introduced in 2.46
1868  772160 Add g_unix_mount_for() support
1869  772221 Take advantage of Unicode
1870  773303 GApplication leaks option_strings 
1871
1872 * Translation updates:
1873  French
1874  Galician
1875  German
1876  Hungarian
1877  Lithuanian
1878  Norwegian bokmål
1879  Occitan
1880  Polish
1881  Slovak
1882  Turkish
1883
1884
1885 Overview of changes in GLib 2.50.1
1886 ==================================
1887
1888 * Update Unicode support to Unicode 9.0.0
1889
1890 * Bugs fixed:
1891  662946 gunixmounts monitoring doesn't work correctly with libmount
1892  771591 Update to Unicode 9.0.0
1893  772054 glib/gspawn-win32-helper.c: unexpected behavior re CommandLineToArgvW()
1894  772255 gresolver: Mark GResolver as an abstract class
1895  772269 Add --version options to glib-compile-resources and glib-compile-schemas
1896  772297 completion: Complete gsettings describe
1897  772511 g_log_default_handler crashes windows apps with "Unspecified fatal err...
1898
1899 * Translation updates:
1900  Brazilian Portuguese
1901  Catalan
1902  Croatian
1903  Czech
1904  Danish
1905  Hungarian
1906  Italian
1907  Latvian
1908  Polish
1909  Swedish
1910
1911
1912 Overview of changes in GLib 2.50.0
1913 ==================================
1914
1915 * Bugs fixed:
1916  771438 Turn on libmount by default on linux
1917         Fix the annotation for g_log_variant
1918
1919 * Translation updates:
1920  British English
1921  French
1922
1923
1924 Overview of changes in GLib 2.49.7
1925 ==================================
1926
1927 * Add g_log_variant, binding-friendly api for structured logging
1928
1929 Bugs fixed:
1930  646926 arg_data invalid after g_option_context_parse() fails
1931
1932 * Translation updates:
1933  Danish
1934  Finnish
1935  Galician
1936  German
1937  Hebrew
1938  Kazakh
1939  Korean
1940  Latvian
1941  Lithuanian
1942  Polish
1943  Portuguese
1944  Serbian
1945  Slovak
1946  Spanish
1947  Swedish
1948  Thai
1949
1950
1951 Overview of changes in GLib 2.49.6
1952 ==================================
1953
1954 * The gsettings commandline tool now has a describe command
1955
1956 Bugs fixed:
1957  745754 Add gcc-style dependency output to glib-compile-resources
1958  769076 Fix warning: attempt to override closure->va_marshal with new marshal
1959  770372 gdbus-codegen: Strip @since parameters before comparison
1960
1961 Translation updates:
1962  Brazilian Portuguese
1963  Czech
1964  German
1965  Hungarian
1966  Polish
1967  Portuguese
1968  Spanish
1969
1970
1971 Overview of changes in GLib 2.49.5
1972 ==================================
1973
1974 * Structured logging:
1975  - drop libsystemd dependency
1976  - document that g_test_expect_message does not work with structured logs
1977
1978 * Use libmount for unix mount support
1979
1980 * Add an async variant of g_app_info_launch_default_for_uri
1981
1982 Bugs fixed:
1983  522053 GUnixMountMonitor needs to use /proc/self/mountinfo on recent Linux
1984  682794 Add usage guidance to logging documentation
1985  744456 Structured logging API
1986  766370 Add a macro for initializing g_auto(GVariantBuilder)
1987  767240 Regex failures with pcre 8.38
1988  768198 Can't build glib with systemtap enabled
1989  768453 Gdbus test: compilation fails due to -Werror=format-y2k errors
1990  768752 Add async variant of g_app_info_launch_default_for_uri
1991  769027 Docs misleadingly imply G_CHECKSUM_SHA512 is available since 2.16
1992  769029 gmessage: compiler complains about -Wformat-nonliteral
1993  769042 'O_CLOEXEC' undeclared (first use in this function)
1994  769087 gmessages: support NULL log domain
1995  769089 Fix gsettings uint64 testcase
1996  769104 Build failure when using _GLIB_CHECKED_ADD_U32 with the Intel compiler
1997  769139 g_log_writer_journald uses non-standard 'htole64' function
1998  769238 memory increases every time I umount and mount my secondary hard disk.
1999  769245 is_valid_heap_iter define misses NULL pointer check
2000  769507 gmessages: Don’t require is_journald() call before writer_journald()
2001  769785 gmessages: Expand documentation further for structured logging
2002  769995 gdbus-codegen: Allow '@since: UNRELEASED' in documentation comments
2003
2004 Translation updates:
2005  Catalan
2006  Hebrew
2007  Lithuanian
2008  Slovak
2009  Spanish
2010
2011
2012 Overview of changes in GLib 2.49.4
2013 ==================================
2014
2015 * Change the just-introduced structured logging API. The arguments
2016   of g_log_structured() had to be reordered to enable an implementation
2017   within the limits of what the standards guarantee about var args.
2018
2019 Bugs fixed:
2020  744456 Structured logging API
2021  768936 gio doc build fails because of missing gio.xml in the tarballs
2022  768963 improper va_list use in g_log_structured()
2023  768968 gio/tests/socket-listener hangs since e4ee307
2024
2025 Translation updates:
2026  Spanish
2027
2028
2029 Overview of changes in GLib 2.49.3
2030 ==================================
2031
2032 * GLib has a structured logging API, g_log_structured, with support
2033   for writing to the systemd journal. It also supports colored output
2034   in terminals
2035
2036 * Some new GBytes API has been added:
2037  - g_key_file_load_from_bytes
2038  - g_compute_hmac_for_bytes
2039
2040 * Stack-allocated GVariantBuilder and GVariantDict objects can now be
2041   initialized with G_VARIANT_BUILDER_INIT and G_VARIANT_DICT_INIT
2042
2043 * gio:
2044  - Add a way to register handlers for custom uri schemes
2045  - Add a G_FILE_ATTRIBUTE_FILESYSTEM_REMOTE attribute to
2046    have these heuristics in a single place
2047  - Include a gio tool that makes the functionality of the
2048    various gvfs commandline tools available in a single place
2049  - Add portal support to g_app_info_launch_default_for_uri
2050  - Add portal support to GNetworkMonitor
2051  - Add portal support to GProxyResolver
2052  - Add portal support to g_application_send_notification
2053
2054 Bugs fixed:
2055  547200 g_utf8_find_next_char() issues
2056  662802 systemtap multiarch issue
2057  723506 fork/exec from non-main thread when autolaunching could be avoided...
2058  725902 build: simplify dtrace configuration
2059  728207 gsocketservice: Documentation does not mention that is already act...
2060  729914 instead of DEBUG_CODE and IF_DEBUG, provide a common macro to supp...
2061  744456 Structured logging API
2062  744678 Unable to delete relocatable schemas
2063  746685 clarify that g_variant_get_data() can be used instead of g_variant...
2064  747134 glib-compile-resources --generate should detect common C++ file ex...
2065  750257 GSettings changed signal should clearly state the order required
2066  753231 Memory is potentially used after free
2067  754012 missing filename in "Error loading css: Failed to import: Error op...
2068  760115 gtestutils: add missing dash in seed argument's --help documentation
2069  760423 gio-querymodules prints error messages as question marks on some l...
2070  761102 Increase performance for main loop
2071  765338 GLib.compute_hmac_for_data throws every time
2072  766370 Add a macro for initializing g_auto(GVariantBuilder)
2073  766899 Superflous HTML/XML comments in GDBusProxyTypeFunc documentation s...
2074  766933 GSocketAddress leaks in gnetworkmonitornetlink.c:read_netlink_mess...
2075  767765 Add names and tags to various GSources and GTasks constructed in GLib
2076  767880 gkeyfile: add g_key_file_load_from_bytes() API
2077  767887 vfs: add g_vfs_register_uri_scheme()
2078  767949 [patch] Typos in glib docs
2079  768029 infinite loop in parse_name_internal()
2080  768119 Fix fallout from get_supported_schemes() changes
2081  768357 Build the gio tool on Windows/MSVC
2082  768498 portal support for glib
2083  768504 keyfile: g_key_file_get_double behavior doesn't follow documentation
2084  768549 Test failure: test_ip_sync_dgram
2085  768551 Test failure: test_socket_address_to_string
2086  768560 gio/tests/gsettings: fix GSettings reference leaks in some tests
2087  768780 O_PATH is a non-standard flag which may be unavailable on non-Lin...
2088  768806 gdbus tool must swallow -- argument
2089
2090 Translation updates:
2091  Chinese (Taiwan)
2092  French
2093  Hebrew
2094  Indonesian
2095  Lithuanian
2096  Portuguese
2097  Spanish
2098
2099
2100 Overview of changes in GLib 2.49.2
2101 ==================================
2102
2103  * GMainContext and GTask have gained more systemtap probes
2104
2105 Bugs fixed:
2106  673101 resource compiler dependency generation not working for gen...
2107  700756 GFile.new_for_path arguments misses (type filename) annotation
2108  730187 glocalfileoutputstream: Fix an FD leak in an error path
2109  755439 Memory leak in gdbusproxy.c
2110  759813 Add more SystemTap/DTrace probes for main context and GTask
2111  761810 gio: Support using GDBusObjectManagerServer at path ‘/’
2112  767172 docs: Move GIO_USE_VFS to "okay for production" section
2113  767218 Remove a UTF-8 ellipsis from gsignal.h
2114  767245 Add filename type annotations
2115  767824 Some UTC timezones incorrectly recognized on Windows 7
2116
2117 Translation updates:
2118  Occitan
2119
2120
2121 Overview of changes in GLib 2.49.1
2122 ==================================
2123
2124  * GDesktopAppInfo now allows bus activation with dashes. This is
2125    not technically allowed per the Desktop Entry specification, but
2126    it happens in the wild. Rather than forcing people to go through
2127    another traumatic desktop file rename, accept it and translate - to _.
2128
2129  * The support for giving names to threads has been improved. Thread names
2130    are now supported on Solaris as well, and the Linux support no longer
2131    uses prctl() but the pthread api.
2132
2133  * GIO resources can now be overridden at runtime, using the G_RESOURCE_OVERLAYS
2134    environment variable.
2135
2136  * gdbus-codegen can now generate autocleanup definitions for the types
2137    it generates. Use the --c-generate-autocleanup option to control this
2138
2139 Bugs fixed:
2140  665446 Use g_abort() instead of abort()
2141  731988 glocalfile: Avoid a potential NULL pointer dereference
2142  742898 g_value_type_transformable() description differs from the code
2143  747107 GVariant varargs documentation: g_variant_get() example
2144  747478 g_system_thread_set_name() is not implemented for gthread-win32
2145  748474 g_get_language_names() is not thread-safe
2146  748530 gthread: W32 implementation of g_get_num_processors() has lame fallback
2147  748806 GVariant: Better introduction to the concepts and its uses
2148  749583 GSequence performance improvements
2149  749606 tests: always remove app.desktop
2150  755898 [PATCH] settings: add get/set uint64
2151  758174 Fix documentation typos
2152  758738 Usage of GType properties causes crashes due to gulong/gpointer mismatch
2153  760186 namespace clash with gdb pretty-printing code
2154  762994 Race condition in GIO/AppFileChooser crashes Firefox/Gtk3
2155  763379 codegen: Add support for g_autoptr to gdbus-codegen–generated objects
2156  763821 build: Also dist Systemtap files always for gobject/
2157  764092 gstrfuncs: Document the behaviour of g_strjoinv()
2158  764163 g_task_had_error doesn't remember the error after g_task_propagate_*
2159  764415 Very High CPU usage in g_poll() Windows implementation
2160  764574 build: Fix all statfs() tests failing
2161  764575 tests: Fix compilation errors due to Y2K format problems
2162  764685 GApplication documentation about handling command-line options is confusing
2163  764754 '-' in application id: unbreak bus activation and notifications
2164  765173 documentation of g_main_context_push_thread_default() regarding GIO...
2165  765668 GResources: add support for resource overlays
2166  765710 gdbus-tool: only print note about expected argument types if that...
2167  765712 tests: Fix compilation
2168  765861 task: avoid context lock when setting source name
2169  765900 Add g_drive_is_removable() support
2170  765924 Improve external drives detection
2171  765959 socket: set fd field to -1 after closing socket
2172  765990 Visual Studio: Define inline only when necessary
2173  765991 Compilation of gresource.c is broken due to S_ISDIR
2174  766092 Incorrect locale handling in g_date_time_format_locale()
2175  766211 Fix the upper bound in g_unichar_iswide_bsearch
2176  766407 Some build-related defects in glib testsuite
2177  766570 build: Fix a misnamed variable in glib-tap.mk
2178
2179 Translation updates:
2180  Basque
2181  Catalan
2182  Chinese
2183  Occitan
2184  Portuguese
2185  Turkish
2186  Vietnamese
2187
2188
2189 Overview of changes in GLib 2.48.0
2190 ==================================
2191
2192  * a minor build fix in the name of determinism
2193
2194  * a few coverity fixes
2195
2196 Bugs fixed:
2197  763617 giotypefuncs.c: Sort _get_type functions in the 'C' locale
2198
2199 Translations updated:
2200  Danish
2201  Italian
2202
2203 Overview of changes in GLib 2.47.92
2204 ===================================
2205
2206  * gdbus-codegen now supports g_autoptr()
2207
2208  * g_get_user_runtime_dir() now reliably returns an existing directory
2209
2210  * g_array_remove_range() can now remove 0 items from the end of an array
2211
2212  * Many fixes for Windows
2213    * build fixes
2214    * file monitoring
2215    * gsettings backend
2216    * streams
2217    * random numbers
2218    * wide character support
2219
2220  * documentation improvements
2221
2222  * other small bugfixes
2223
2224 Bugs fixed:
2225  724847 Segmentation fault on "gsettings list-recursively"
2226  743933 gapplication: add --app-id command line option
2227  756706 [PATCH] gio/gtestdbus.c: don't use non-standard %m printf modifier
2228  757506 gsettings: schema_list should use the passed schema's source
2229  760694 W32: Apps linked with -mwindows make cursor busy sometimes
2230  762202 g_win32_error_message improvements
2231  762637 build: Unconditionally dist tapset files
2232  762748 Undefined behavior
2233  762937 Mention that g_clear_error can be used with an "empty" GError
2234  763339 array: Support clearing an empty array with g_array_remove_range()
2235  763344 g_get_user_runtime_dir(): ensure directory exists
2236  763379 codegen: Add support for g_autoptr to gdbus-codegen–generated objects
2237
2238 Translations updated:
2239  Brazilian Portuguese
2240  Czech
2241  Finnish
2242  French
2243  Galician s
2244  German
2245  Greek
2246  Hebrew
2247  Hungarian
2248  Italian
2249  Kazakh
2250  Korean
2251  Latvian
2252  Lithuanian
2253  Occitan
2254  Polish
2255  Russian
2256  Serbian
2257  Slovak
2258  Slovenian
2259  Spanish
2260  Swedish
2261
2262 Overview of changes in GLib 2.47.6
2263 ==================================
2264
2265 * Windows usupport:
2266  - Fixes and improvements to the GSettings registry backend
2267  - Handle readability and writability of registry keys
2268  - Use Unicode registry APIs
2269
2270 * Bugs fixed:
2271 760852 744772 761126 747927 761337 744570 761504 761550 761843
2272  744570 GString is missing (transfer none) annotations on many of its methods
2273  744772 systemtap and gdb scripts install in wrong place
2274  747927 Documentation: various small improvements
2275  760852 gdbusobjectmanagerserver: Clarify recommended ObjectManager paths
2276  761126 winiconv: update to upstream version
2277  761337 Fix some annotations
2278  761504 W32 registry GSettings backend does not use Unicode
2279  761550 Cannot build with default flags under Fedora rawhide (-Werror=format-...
2280  761843 gmacros.h is testing attributes with __has_feature (when compiling wi...
2281
2282 * Translation updates:
2283  Brazilian Portuguese
2284  Bulagarian
2285  Chinese (Taiwan)
2286  Hungarian
2287  Polish
2288  Slovak
2289  Slovenian
2290  Spanish
2291  Swedish
2292
2293
2294 Overview of changes in GLib 2.47.5
2295 ==================================
2296
2297 * the system copy of PCRE is now used by default to implement GRegex.
2298   Configure with --with-pcre=internal if a system PCRE version
2299   is unavailable or undesired.
2300
2301 * interfaces for DTLS support have been added.  A new version of
2302   glib-networking will also be required.
2303
2304 * GDBusMethodInvocation now drops replies if the sender set the
2305   NO_REPLY_EXPECTED flag
2306
2307 * several GApplication fixes, including fixes for commandline arguments
2308   in interpreted languages on Windows
2309
2310 Bugs fixed:
2311  624186 Deprecate glib-gettext macros
2312  734095 gtk-demo.py of PyGObject fails to run on Windows (and likely other binding scripts using g_application_run())
2313  735754 Implement close on TLS GOutputStream
2314  748064 gnulib vfprintf returns desired (not actual) number of bytes, ignores errors
2315  752240 Add DTLS support to GIO
2316  755421 GDBus ignores NO_REPLY_EXPECTED flag in messages, leading to warnings on system bus
2317  756875 Include ntdef.h for NTSTATUS
2318  759554 g_application_run() calls g_main_context_default() repeatidly
2319  760199 gsettings: Install gettext ITS rules
2320  760215 G_LIKELY/_UNLIKELY macros need more parentheses
2321  760683 regex test: Check the expected PCRE exceptions at runtime
2322
2323 Translations updated:
2324  Brazilian Portuguese
2325  Czech
2326  German
2327  Lithuanian
2328  Swedish
2329
2330 Overview of changes in GLib 2.47.4
2331 ==================================
2332
2333 * The GApplication documentation has been improved in several areas.
2334
2335 * Bugs fixed:
2336  749092 gdb pretty-printers fail on Python 3 with a TypeError...
2337  757374 macros: clean up "inline" mess
2338  758641 Memory leak in g_dbus_proxy_new_for_bus_sync()
2339  759134 Add missing checks for gnulib vasnprintf()
2340  759408 Do not use uninitialized var 
2341  756475 Stop supporting non-POSIX getpwuid_r, getgrgid_r
2342  757372 GApplication: destroy the impl on shutdown
2343  728099 macros: add G_GNUC_CHECK_VERSION() for compiler checks
2344  757299 glib-compile-resources: do not leak c_name
2345  758553 Fix gettext use
2346  758823 file monitors: reorder some code to avoid segfault
2347  756214 gsettings: Don't translate ""
2348  710243 Add GParamSpec object ref management annotations
2349  735696 xdgmime: Finer handling for cases where mmap() is not available
2350  752983 gapplication: Acquire the main context before running
2351
2352 * Translation updates:
2353  Swedish
2354
2355
2356 Overview of changes in GLib 2.47.3
2357 ==================================
2358
2359 The inline cleanup in the last release accidentally removed three
2360 symbols from libglib-2.0.so.  It is unlikely that this will have caused
2361 any problems because these symbols were only backup symbols for
2362 definitions exported as inlines in the header files, but ABI is ABI.
2363
2364 This release corrects only this problem.
2365
2366 Overview of changes in GLib 2.47.2
2367 ==================================
2368
2369 * We have formalised the assumption that all compilers that are
2370   interested in support 'static inline' and simplified the macros around
2371   this considerably.  Please watch for and report unintentional fallout.
2372
2373 * New API: hardware-assisted helpers for overflow-checked integer math.
2374
2375 * other fixes
2376
2377 Bugs fixed:
2378  696324 gtester-report doesn't work with Python 3.x
2379  719966 glib: Add missing (nullable) and (optional) annotations
2380  752837 gobject and glib-compile-resources rely on .CRT$XCU section, no longer works with Win 10 UCRT (VS 2015)
2381  755364 make gtkdoc-check happy again
2382  756134 Segmentation fault on calling g_simple_action_group_add_action with bad action constructor call
2383  756179 gwin32.c: Replace VerifyVersionInfoW() with RtlGetVersion() due to API deprecation
2384  756988 GSequence should document each function's complexity
2385  757294 Move G_POLLFD_FORMAT to glibconfig.h
2386  757374 macros: clean up "inline" mess
2387  757451 doc: fix g_task_attach_source() example
2388  757628 gio tests fail to build when cross compiling 2.46.1
2389  757693 Invalid free in g_local_file_trash()
2390  757742 Fix up annotations in ghash.c
2391  758181 GTask: fix wrong example code
2392
2393 Translations updated:
2394  Greek
2395  Hebrew
2396  Hungarian
2397  Norwegian bokmål
2398  Portuguese
2399  Scottish Gaelic
2400  Simplified Chinese
2401  Spanish
2402
2403 Overview of changes in GLib 2.47.1
2404 ==================================
2405
2406 * The Unicode support has been updated to version 8.0 of the Unicode standard
2407
2408 * GDesktopAppInfo no longer sets the DISPLAY environment variable when
2409   launching apps. This is now done in the GAppLaunchContext implementations
2410   when appropriate
2411
2412 * Bug fixes:
2413  664740 Key-value file parser, space after integer
2414  687223 cleverer GThreadPool management
2415  692085 stderr and stdout are not always file descriptors 1 and 2
2416  697907 Add interface for socket-like things (GSocket, DTLS, etc)
2417  735754 Implement close on TLS GOutputStream
2418  737116 Add functions to print GSocketConnectables and addresses as strings
2419  743011 Minor additions to GError documentation
2420  749161 undefined reference to `__imp__stat32i64'
2421  749314 Cannot restore a just-trashed file
2422  751924 Add recvmmsg()-like API on GSocket
2423  752240 Add DTLS support to GIO
2424  752837 gobject and glib-compile-resources rely on .CRT$XCU section, no longer...
2425  753310 Remove `#pragma GCC system_header` from gmessages.h
2426  753935 Update example namespace and class names in GObject tutorial
2427  754855 Object instantiation documentation refers to example that no longer ex...
2428  754983 Wayland: g_desktop_app_info_launch_uris_with_spawn() forces DISPLAY va...
2429  754994 g_date_time_get_second () sometimes returns an off-by-one result
2430  755083 Clarify in G_ADD_PRIVATE that it is safe to call _get_instance_private...
2431  755351 Example still contains g_autoptr(gchar)
2432  755355 Move GStrv to glib.h so it can be used with g_auto()
2433  755374 g_variant_get_child(): flatten-first logic on '&'
2434  755496 glib 2.46 fails GStreamer test suite
2435  755609 glib 2.46.0 breaks Sun Java JVM 1.8.0.60
2436  755766 gvalue: The g_auto cleanup function assert if value is G_VALUE_INIT
2437  755795 2.46 considers empty files as octet-stream rather than text (leads to...
2438  755961 Fix up annotations in gbytes.c
2439  756053 MSVC doesn't understand the symbol 'msghdr'
2440  756054 MSVC linker error due to 'g_socket_send_message_with_timeout()'
2441  756077 testutils: remove internal ABI comment
2442  756099 g_main_context_query(): Annotate @n_fds as (in) parameter
2443  756139 musl: ctors called in the wrong order
2444  756179 gwin32.c: Replace VerifyVersionInfoW() with RtlGetVersion() due to AP...
2445  756251 The documentation of G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START is confusing
2446  756255 GOutputStream swallowing errors in splice with G_OUTPUT_STREAM_SPLICE...
2447  756316 GSequence should provide fast api to check if empty
2448  756382 snprintf used on Windows with VS2015 doesn't support %n
2449  756477 gio/gthreadedresolver.c has outdated copy of bionic headers (for android)
2450  756550 gtypes.h: Make G_MININTn literals negative
2451  756875 Include ntdef.h for NTSTATUS
2452  756952 giomodule: return a copy of module name
2453
2454 * Translation updates:
2455  Basque
2456  Czech
2457  Serbian
2458  Serbian Latin
2459  Vietnamese
2460
2461
2462 Overview of changes in GLib 2.46.0
2463 ==================================
2464
2465 * Disable runtime-deprecation warnings
2466
2467 * Fix marshalling of flags on bigendian 64bit architectures
2468
2469 * Translation updates
2470  Brazilian Portuguese
2471  Danish
2472  German
2473  Latvian
2474  Russian
2475  Turkish
2476
2477
2478 Overview of changes in GLib 2.45.8
2479 ==================================
2480
2481 * utf8 validation and utf8-to-ucs4 conversion are faster
2482
2483 * Small speedups to property change notification
2484
2485 * Various other small optimizations for GQuark, GData
2486
2487 * Bugs fixed:
2488  696426 GParamSpecTypeInfo do not need to be static
2489  735429 Cleanup MSVC Project Files Generation
2490  738504 Optimize UTF-8 decoding by unrolling branches and expressions
2491  742903 Add missing (transfer) annotation to GString
2492  748633 g_set_object order of operations
2493  754431 Fix build of glib/gstrfuncs.c on Windows
2494  754560 gioerror: Add more mappings for WinSock error codes
2495  754582 Glib cannot compile
2496  754601 Make g_strerror work with non-glibc POSIX systems
2497  754636 tests/unicode-encoding test fails for glib 2.45.7 on x86-64
2498  754788 more g_strerror stuff
2499  754831 autocleanups: Add GString type
2500  754924 Improve test coverage of g_utf8_validate() by added known-...
2501  754986 Avoid unnecessary signal emission during draw
2502
2503 * Translation updates:
2504  Italian
2505  Kazakh
2506  Korean
2507  Lithuanian
2508  Slovenian
2509  Swedish
2510
2511
2512 Overview of changes in GLib 2.45.7
2513 ==================================
2514
2515 * Add G_FILE_ATTRIBUTE_STANDARD_IS_VOLATILE for use by non-POSIX-like
2516   backends (e.g. cloud storage).
2517
2518 * GFileMonitor: Make the inotify backend work with atomic renames again
2519
2520 * GSettings: change notification is again working unconditionally
2521
2522 * GListStore has a sort function now
2523
2524 * Test infrastructure:
2525  - Tests are now required to have unique names
2526  - TAP support has been improved
2527  - A macro for asserting that two memory regions have identical content
2528    has been added
2529
2530 * Bugs fixed:
2531  708525 A "g_file_query_info" on the file path "/sys/kernel/debug/hid"...
2532  742849 inotify: send paired events to both sides
2533  744060 Update GObject tutorial documentation to use G_DECLARE_FINAL_T...
2534  747364 Fix GError leak in g_file_query_writable_namespaces()
2535  749492 Support file creation time on FreeBSD and NetBSD
2536  752769 (g_socket_receive_message | g_socket_send_message) performance
2537  753745 glib-genmarshal still needed for cross-compilation
2538  754152 Add g_list_store_sort
2539  754211 Memory leak in g_file_enumerator_iterate ()
2540  754264 GLib 2.44 certificate chain construction fails if the PEM incl...
2541  754283 gtestutils: add g_assert_cmpmem()
2542  754284 gtestutils: print the TAP test plan first, not last
2543  754286 misc gtestutils fixes
2544  754307 size of array '_GStaticAssertCompileTimeAssertion_3387' is neg...
2545
2546
2547 * Translation updates:
2548  Chinese (Taiwan)
2549  French
2550  Galician
2551  Greek
2552  Hebrew
2553  Hungarian
2554  Indonesian
2555  Polish
2556  Portuguese
2557
2558
2559 Overview of changes in GLib 2.45.6
2560 ==================================
2561
2562 * Fix a test failure and a build failure
2563
2564 Overview of changes in GLib 2.45.5
2565 ==================================
2566
2567 * GNetworkMonitor now provides information about metered networks
2568
2569 * g_mem_set_vtable has been deprecated; it has not been working for
2570   quite a while. The recommendation is to use valgrind, or replace
2571   malloc itself.
2572
2573 * Bugs fixed:
2574  656325 Make GDBusInterfaceVTable binding friendly
2575  741779 Documentation tweaks addressing real-world API misuses
2576  741822 Fails to build with VS 2015
2577  742386 gdbusconnection: Don't g_printerr() when exiting
2578  743018 gobject: Add more cross-links between documentation pages
2579  750282 Add g_network_monitor_get_network_metered() to get if the connection...
2580  751358 GFileMonitor doesn't react to "mv some-file watched-file"
2581  751592 Stop using GMemVtable
2582  751598 Stop 'handle-local-options' propagation when callback reports an err...
2583  751610 g_str_hash produces collisions with strings of length 2
2584  751751 Wrong docs of g_async_queue_remove
2585  752210 gdbus command crashes with SIGSEGV
2586  752656 gdbusconnection: Fix signal subscription documentation
2587  752767 Fix typo in g_hash_table_replace() documentation
2588  753278 gdbus: Don't use g_assert_no_error() GDBusObjectManagerServer
2589  753285 g_menu_item_set_icon fails if called with NULL icon
2590
2591 * Translation updates:
2592  Catalan
2593  Czech
2594  French
2595  Indonesian
2596  Lithuanian
2597  Norwegian bokmål
2598  Slovak
2599  Spanish
2600  Thai
2601  Turkish
2602
2603
2604 Overview of changes in GLib 2.45.4
2605 ==================================
2606
2607 * Bugs fixed:
2608  727829 win32: glibconfig.h.win32 updates
2609  741901 Clang cannot know that g_error don't return
2610  746339 GSocket kills process when fd is not a socket
2611  747676 gio/tests/socket fails: test_fd_roundtrip
2612  748610 Some tests fail with non-English locales
2613  749911 g_inet_address_to_string broken on XP/2003
2614  749912 g_inet_address_new_from_string broken on XP/2003
2615  750625 Should dismiss Software Updates Available notification after...
2616  750807 G_BREAKPOINT doesn't work as intended on Darwin
2617  751160 gtask does unnecessary work
2618  751672 -Wduplicate-decl-specifier in glib/tests/keyfile.c
2619  751731 GFile/DirectoryMonitor emit move events with other_file=NULL
2620  751737 gio/tests/appmonitor test fails in 2.45.3
2621  751798 Wrong enum type used in some test-cases
2622  752089 make gsocketservice::active a property
2623  752293 small cleanup: use list_free_full
2624
2625 * Translation updates:
2626  Greek
2627  Hebrew
2628  Portuguese
2629
2630
2631 Overview of changes in GLib 2.45.3
2632 ==================================
2633
2634 * Improve performance of g_signal_handler_disconnect for signals
2635   with many handlers
2636
2637 * GDBus has gained a new call flag to allow interactive authorization
2638
2639 * GSettings:
2640  - New API: g_settings_schema_list_keys
2641  - Deprecated: g_settings_list_keys
2642
2643 * OS X:
2644  - Implement GNotification
2645  - Bump the OS X requirement to 10.9
2646
2647 * Windows:
2648  - Add registry reading API
2649  - Reimplement GAppInfo using registry information
2650
2651 * Bugs fixed:
2652  666831 Support URI opening on W32
2653  728489 property action with inverted boolean state
2654  730168 Incorrect annotation on g_action_group_get_action_state_type return...
2655  733325 Several regex tests fail with pcre3 8.35
2656  734888 GLib has no helper functions to work with W32 Registry
2657  737009 signal handler lookup doesn't scale
2658  738185 Misleading language about "file name encoding" in the docs on g_env...
2659  738504 Optimize UTF-8 decoding by unrolling branches and expressions
2660  739122 glib not handling -1 return ("no limit") from sysconf (_SC_THREAD_S...
2661  739424 gnome-shell crashes when files are added, deleted, or modified in $...
2662  739616 DBus; Add new call flag to allow interactive authorization
2663  740308 Add g_settings_schema_list_keys() method
2664  740516 RFE: please provide an introspectible version of g_log_set_handler
2665  741788 Document GSettings build system integration
2666  745013 GBinding not thread safe
2667  747146 Implement GNotification on OSX
2668  747941 try XDG_RUNTIME_DIR/bus before falling back to X11 autolaunch (dbus...
2669  748727 Filechooser dialog shows no icons for directories on W32
2670  749693 GActionGroupExporter: flush queue on requests
2671  750203 GNetworkMonitorNetlink hangs in user namespace
2672  750322 gapplication: Make sure --help output is translated
2673  750344 GTlsInteractionClass is missing from doc
2674  750369 Various GBinding cleanups
2675  750386 Race condition in g_io_condition_get_type
2676  750399 Typo "equilalent" in glib documentation's glib-Error-Reporting.html...
2677  750573 GTlsDatabaseClass is not documented
2678  750918 genmarshal: silence register storage class warnings
2679  751122 gsocket: avoid unnecessary g_socket_cond_wait() in _send_messages()
2680  479730 The "g_key_file_set_comment" interface prepends '#' character to...
2681
2682 * Translation updates:
2683  Hungarian
2684  Spanish
2685
2686
2687 Overview of changes in GLib 2.45.2
2688 ==================================
2689
2690 * Improve error reporting in glib-compile-schemas.
2691
2692 * Add introspection annotations to GListStore.
2693
2694 * Bugs fixed:
2695  696749 win32 : failed to compile because of careless mistake in the code
2696  723394 const parameter to GtkPopover gtk_popover_set_pointing_to
2697  724113 gdbus-connection-loss test can fail on slow machines
2698  725981 tap-driver.sh: internal error getting exit status
2699  733325 Several regex tests fail with pcre3 8.35
2700  744895 Unknown or unsupported transport 'this-should-not-be-used-and-will...
2701  747882 gtype: Bump allowed number of children
2702  748534 gtest: if a subprocess assertion fails, print its stdout and stderr
2703  748612 de_DE locale used in option-context test is not supported by FreeBSD
2704  748614 Double unref in g_socket_listener_add_inet_port
2705  748834 glocalfilemonitor: Emit notification on rate limit change
2706  749079 gdbus-peer test: TCP tests can fail with ECONNRESET due to a race...
2707  749080 gdatetime test: fails if close to rollover between seconds
2708  749180 gnetworkaddress: add return type annotation to parse methods
2709  749352 g_binding_unbind() fails when source is also the target
2710  749353 GBinding does not connect to the detailed notify signal
2711
2712 * Translation updates:
2713  Catalan
2714  French
2715  Slovak
2716  Thai
2717
2718
2719 Overview of changes in GLib 2.45.1
2720 ==================================
2721
2722 * The GSettings schema compiler, glib-compile-schemas has been changed
2723   to reject schema xml that has duplicate <summary> or <description>
2724   elements. Such elements typically occur when translations are merged
2725   into the schema, with xml:lang attributes. This is not the correct
2726   way to translate schemas. Instead keep the translations in the .mo
2727   file and set the gettext-domain attribute on the <schemalist> element.
2728
2729 * The file monitoring infrastructure has been rewritten, and all backends
2730   have seen major improvements.
2731
2732   The inotify backend is reporting events with less delay (no event will
2733   be delayed more than 10ms) and wakeups due to file monitoring have been
2734   significantly reduced. A CHANGES_DONE event will also be sent when new
2735   files appear.
2736
2737   The poll implementation is now using the thread default main context.
2738
2739   The fam implmentation is now running in the worker thread.
2740
2741   The fen implementation has been removed, since it was unmaintained.
2742
2743 * The GSettings schema compiler, glib-compile-schemas, is more strict
2744   about rejecting schemas with xml:lang style merged translations.
2745   Schema translations should be done by specifying the gettext domain
2746   in the xml, and keeping the translations in gettext. To avoid breaking
2747   already-installed schemas, this change is only taking effect when
2748   you use the --strict option.
2749
2750 * The hardcoded 10-thread limit of GTask's thread pool has been removed,
2751   since it was prone to causing deadlocks. The thread pool is now allowed
2752   to grow dynamically and will shrink back over time.
2753
2754 * GSimpleAsyncResult has been deprecated in favor of GTask.
2755
2756 * The algorithm used by GAppInfo to find default handlers for mime types
2757   has been tweaked to prefer apps that handle the specific subtype over
2758   default handlers for a generic supertype.
2759
2760 * Bug fixes:
2761  627285 inotify file monitor hardwired delay
2762  631597 Segmentation fault in append_escaped_text
2763  661767 merge/improve various bits of run-in-thread functionality
2764  687223 cleverer GThreadPool management
2765  711547 win32: silence some build warnings
2766  719966 glib: Add missing (nullable) and (optional) annotations
2767  726447 Possibly an error in text string
2768  728663 W32: wrong stat struct is used when built with MinGW-w64
2769  728669 W32: GLocalFile can't measure size of files larger than 2^32...
2770  730188 gsocket: Document FD ownership with g_socket_new_from_fd()
2771  733325 Several regex tests fail with pcre3 8.35
2772  738207 Add a way to set SO_SENDBUF and SO_RECVBUF on listener (and...
2773  739850 GClosure: add valgrind hints
2774  741791 gmain: Save errno when handling unix signals
2775  744282 gvfs-open for application/x-virt-viewer changed behaviour bet...
2776  745255 Add support for copying sessions between GTlsClientConnections
2777  745745 gdbus: fix out-of-bound array access
2778  745821 Don't use __alloc_size__ attribute with clang
2779  746749 GLib-GIO:ERROR:inotify-kernel.c:327:ik_source_dispatch: ass...
2780  746753 Glib-compile-resources --generate-header not using ".h" as ...
2781  747209 glib-compile-schemas ought to reject repeated <summary> and...
2782  747349 Conversion of gdbus to use GTask causes deadlocks
2783  747363 gatomic: Add missing new line in API doc comment
2784  747472 Don't ignore already-installed schemas with multiple <summa...
2785  747541 gdbus segfaults with invalid --dest
2786  747772 Having hardcoded utf8 strings in the source code does not p...
2787  748019 gsocketconnection: Fix copy-pasto in documentation
2788  748177 not all test schemas are distributed, "make distcheck" fails
2789
2790 * Translation updates:
2791  Basque
2792  Czech
2793  Danish
2794  Finnish
2795  German
2796  Hebrew
2797  Icelandic
2798  Norwegian bokmål
2799  Russian
2800  Turkish
2801
2802
2803 Overview of changes in GLib 2.43.92
2804 ===================================
2805
2806 GLib is now considered frozen.  We do not expect any major changes
2807 before the release of 2.44.0.
2808
2809  * GUnixMountMonitor now properly supports multiple main contexts
2810
2811  * many documentation improvements and cleanups.  We are now
2812    approaching a point where the documentation is 100% complete and the
2813    xml will build without warnings.  This will probably be enabled by
2814    default in the next cycle.
2815
2816  * new support for HTTP proxies in GIO
2817
2818  * new GTask:completed property
2819
2820  * use "private" futexes in order to further improve the performance of
2821    the contended case of GMutex and g_bit_lock()
2822
2823 Bugs fixed:
2824  614684 Make various parts of GObject const-correct
2825  730352 Use inet_pton(), if_nametoindex() and if_indextoname() for newer versions of Windows
2826  733876 Proxy protocol 'http' is not supported.
2827  741442 threads: use FUTEX_WAIT_PRIVATE and FUTEX_WAKE_PRIVATE if possible
2828  742599 Clean up GUnixMountMonitor
2829  743636 gtask: Add a GTask:completed property
2830  743661 g_win32_check_windows_version() is missing from doc
2831  744722 docs: Expand introduction to mention using async calls over sync ones
2832  745589 [Patch] gio: add some missing autocleanup
2833  745634 [GNotifications] Use themed icon as icon-name
2834
2835 Translations updated:
2836  Bosnian
2837  Bulgarian
2838  Catalan
2839  Czech
2840  French
2841  German
2842  Greek
2843  Hungarian
2844  Italian
2845  Kazakh
2846  Korean
2847  Latvian
2848  Lithuanian
2849  POTFILESin
2850  Polish
2851  Russian
2852  Serbian
2853  Slovak
2854  Slovenian
2855  Spanish
2856  Swedish
2857  Vietnamese
2858  pa  for Gnome
2859
2860 Overview of changes in GLib 2.43.91
2861 ===================================
2862
2863 We have now added 'g_autofree' as a libgsystem-style autocleanup macro
2864 that calls g_free() on the content of a local variable when it leaves
2865 scope (working only on GCC and clang).
2866
2867 GApplication now has an "is-busy" property, allowing one to query the
2868 effective busy state.
2869
2870 There have been various other bugfixes and cleanups.
2871
2872 Bugs fixed:
2873  661554 GIO's use of GError is wrong
2874  744263 Fix format specifier for __LINE__ in G_OBJECT_WARN_INVALID_PSPEC
2875  744565 gapplication: add bind_busy_property()
2876  744747 Add g_autofree
2877  744756 Can't find out if gapplication is marked as busy
2878  744830 autocleanups: Add GArray and GPtrArray
2879  744876 Unclean exit from from g_application_run
2880  745239 g_property_action_new missing type annotation
2881
2882 Translations updated:
2883  Chinese (Taiwan)
2884  French
2885  Galician
2886  Lithuanian
2887  Slovak
2888
2889 Overview of changes in GLib 2.43.90
2890 ===================================
2891
2892 * new GSimpleIOStream class to construct a GIOStream from an arbitrary
2893   GInputStream and GOutputStream
2894
2895 * GApplication: new API for marking 'busy' state according to the value
2896   of a boolean property on another object
2897
2898 * GOptionGroup: add binding support (boxed type, annotation fixes, etc.)
2899
2900 Bugs fixed:
2901  739724 Test functions should have async scope
2902  741024 glist: Mention that g_list_length() is bad for checking list emptiness
2903  741630 Add GSimpleIOStream class
2904  743349 goption: Add boxed type for GOptionGroup
2905  743990 GDBus connection closing is broken
2906  744565 gapplication: add bind_busy_property()
2907
2908 Translations updated:
2909  Greek
2910  Italian
2911  Norwegian bokmål
2912  Russian
2913  Slovenian
2914  Swedish
2915
2916 Overview of changes in GLib 2.43.4
2917 ==================================
2918
2919 * GType now has type declaration macros G_DECLARE_DERIVABLE_TYPE,
2920   G_DECLARE_FINAL_TYPE and G_DECLARE_INTERFACE, which significantly reduce
2921   the boilerplate needed for GObject types and interfaces.
2922
2923 * g_autoptr and g_auto are macros for declaring variables with automatic
2924   cleanup. They only work with gcc and clang.
2925
2926 * GListModel is a new interface that represents a dynamic list of GObjects.
2927
2928 * GListStore is a GSequence-based implementation of GListModel.
2929
2930 * Support thread names on OS X
2931
2932 * g_simple_action_set_state_hint: New function to set the state hint
2933   of GSimpleActions
2934
2935 * g_win32_check_windows_version: New function to check Windows version
2936
2937 * g_settings_schema_list_children and g_settings_schema_key_get_name
2938   are new functions to complete the GSettingsSchema API.
2939
2940 * Bugs fixed:
2941  389585 G_DEFINE_TYPE hack for header files
2942  729351 Add GListModel
2943  736914 Docs: various fixes and improvements
2944  741807 Add thread name support on OS X and iOS
2945  741895 gwin32: Add Simple API to check whether we are on at least a v...
2946  742456 object: Add g_steal_pointer() convenience function to mark own...
2947  743508 polkitd fails to start: patch for gio/gcredentialsprivate.h
2948  743517 GSettings API is missing some introspection functions
2949  743521 GSimpleAction: add g_simple_action_set_state_hint
2950  743596 G_DECLARE_DERIVABLE_TYPE() should allow additional typedef for...
2951  743640 add __attribute__((cleanup)) support
2952  743827 Fix build of GListModel (on Visual Studio)
2953  743927 GListStore: add sorted insert function
2954  743936 glib: handle unsigned modifier for long long in internal printf
2955  744012 Add GMutexLocker
2956  744190 Fix build on Compilers That Do Not Use inline for Plain C Code
2957
2958
2959 Overview of changes in GLib 2.43.3
2960 ==================================
2961
2962 * add g_set_object() convenience function
2963
2964 * GNetworkMonitor: check if NM is not running and don't crash
2965
2966 * fix some races with g_mkdir_with_parents
2967
2968 * fix some warnings in MSVC
2969
2970 * avoid use of G_STRLOC in G_OBJECT_WARN_INVALID_PSPEC in order to save
2971   on static strings
2972
2973 * fix some content type vs. mime issues
2974
2975 * documentation improvements
2976
2977 * Bugs fixed:
2978  719455  g_file_make_directory_with_parents() can erroneously throw G_IO_ERROR_EXISTS
2979  732439  GSocket: avoid unnecessary g_socket_wait_condition() for blocking sockets
2980  734946  Implement GContentType on OSX
2981  741589  gobject: Add g_set_object() convenience function to set GObject pointers
2982  741653  gnetworkmonitornm: Check if network-manager is running
2983  741654  [patch] gobject: don't use G_STRLOC in G_OBJECT_WARN_INVALID_PSPEC() macro
2984  741707  Gsocket blocks trying to send data
2985  741788  Document GSettings build system integration
2986  742548  configure.ac: stay out of autoconf's namespace
2987  742851  avoid MSVC warnings in G_STMT_END
2988  742972  ggettext: Include an example of setlocale() and friends in the i18n docs
2989  743014  gtestutils: Add an example of using test fixtures 
2990
2991 * Translations updated:
2992  Basque
2993  Brazilian Portuguese
2994  Spanish
2995
2996 Overview of changes in GLib 2.43.2
2997 ==================================
2998
2999 * New function: g_strv_contains
3000
3001 * New function: g_network_address_new_loopback
3002
3003 * New function: g_socket_send_messages
3004
3005 * A new GNetworkMonitor implementation using NetworkManager provides
3006   more detailed connectivity information
3007
3008 * Bugs fixed:
3009   11059 Linux poll issue
3010  664562 captive wifi portal support for GNetworkMonitor
3011  685880 Add g_strv_contains()
3012  712570 Hang in g_threaded_socket_service_func
3013  719646 GSocket: add g_socket_send_messages() to send multiple messages...
3014  728928 Provide separate error code for "Connection reset by peer"
3015  732317 Support GSocketConnectable for loopback addresses
3016  740814 "make check" should ensure that every symbol is documented
3017  740848 Backend subscription fails when connecting to a signal with a d...
3018  741016 gio: add G_IO_ERROR_NOT_CONNECTED
3019  741226 keyfile: Add "in group" to GError message consistently
3020
3021 * Translation updates:
3022  Gujarati
3023  Hebrew
3024  Hungarian
3025  Kannada
3026  Turkish
3027  Vietnamese
3028
3029
3030 Overview of changes in GLib 2.43.1
3031 ==================================
3032
3033 * GQueue now accepts NULL as a sibling in g_queue_insert_before() and
3034   g_queue_insert_after()
3035
3036 * Bugs fixed:
3037   11059 Linux poll issue
3038  726037 Add G_PARAM_READWRITE value to the GParamFlags enumeration
3039  727988 GMemoryOutputStream hangs when writing more than 1GiB
3040  729739 tlscertificate: add support for loading certificate chains
3041  733791 GSettings: delay backend subscription
3042  736286 Clarify g_file_replace behavior with etags
3043  736620 GQueue: accept NULL sibling for insert_before() and insert_after()
3044  737150 GLib-GIO-WARNING **: Failed to parse translated string 'visible-name...
3045  737160 unhelpful error message
3046  738259 GDBusInterfaceVTable: clarify memory handling for the method() virt...
3047  738551 'interface' variable conflicts with Windows defines
3048  738633 Need to disable SSLv3 in glib-networking
3049  740157 <app> --help doesn't work even when options were added
3050  740309 Fix docs in g_strfreev
3051  740413 Fix the GSettings Registry Backend 
3052
3053 * Translation updates:
3054  Norwegian bokmål
3055
3056
3057 Overview of changes in GLib 2.43.0
3058 ==================================
3059
3060 * GObject gained a debug option to provide instance counts. To use it,
3061   set GOBJECT_DEBUG=instance-count and call g_type_get_instance_count().
3062
3063 * GOption now has a strict POSIX mode in which it stops parsing arguments
3064   as soon as a non-option argument is encountered.
3065
3066 * Bugs fixed:
3067  354457 Feature Proposal: Per-Type Statistics for Instantiable GTypes
3068  695082 g_hash_table_remove_all is not save against a call to g_hash_table_remove
3069  723160 GOption: add strict posix mode
3070  728256 gcredentials: add NetBSD support
3071  729739 tlscertificate: add support for loading certificate chains
3072  733338 Don't segfault in GNetworkMonitor when IPv6 support is unavailable
3073  736273 gdesktopappinfo: Use symbolic names in the code
3074  736284 Keep only one list of signal emissions
3075  736806 gtask: Fix reference count loop causing leaks
3076  736914 Docs: various fixes and improvements
3077  737143 Include <stdint.h> in glib/valgrind.h
3078  737259 gcancellable: Clarify that GSources hold references to GCancellables
3079  737338 gmain: Unref child sources when finalising a GSource
3080  737446 tests: Fix some minor leaks in the unit tests
3081  737451 Provide api to read_all_async
3082  737741 g_datalist_id_get_data assertion fails for non-existant keys
3083  737869 GApplication command line handling breaks --help
3084  738170 g_byte_array_new_take() doesn't initialize array->alloc
3085  738197 g_cond_timed_wait() doesn't time out on Mac OS X
3086  738374 gfile: g_file_equal (x, x) is TRUE
3087  738675 GSubprocessLauncher is missing some data on the docs 
3088
3089 * Translation updates:
3090  Bengali (India)
3091  Bulgarian
3092  Gujarati
3093  Italian
3094  Telugu
3095
3096
3097 Overview of changes in GLib 2.42.0
3098 ===================================
3099
3100 All changes in this release are trivial in nature.
3101
3102  - introspection warning fixes
3103
3104  - g_application_add_main_option now uses an enum instead of an 'int'
3105    for the type of a parameter
3106
3107  - added a G_OPTION_FLAG_NONE so that people don't need to use 0
3108
3109  - gresource: Use GError in more places
3110
3111  - gresource commandline tool: improve extraction from multiple sections
3112
3113  - GSource now takes the context lock (if any) in g_source_set_name()
3114
3115  - new documentation to clarify the use of some APIs related to
3116    GVariant, GSource, GApplication
3117
3118  - other minor updates to docs
3119
3120 * Bugs fixed
3121  736683 Thread safety issues with g_main_context_find_source_by_id
3122  736975 [patch] please document that GVariant serialization needs an
3123         out-of-band length field
3124
3125 * Translation updates
3126  Danish
3127  Hindi
3128  Marathi
3129  Punjabi
3130  Serbian
3131  Simplified Chinese
3132
3133 Overview of changes in GLib 2.41.5
3134 ==================================
3135
3136 * Bug fixes:
3137  735819 single native credential struct used for two purposes
3138  735915 glib-building.html uses --enable-gcov instead of --enable-coverage
3139  736350 GDesktopAppInfo: avoid polling on missing desktop dirs
3140  736351 Don't use issetugid() on Android
3141         Fix the default application logic in GDesktopAppInfo
3142  736458 Only use rand_s() when targetting Visual Studio >= 2005
3143
3144 * Translation updates
3145  Galician
3146  Hungarian
3147  Indonesian
3148  Kannada
3149  Latvian
3150  Polish
3151  Russian
3152  Slovenian
3153  Tamil
3154
3155
3156 Overview of changes in GLib 2.41.4
3157 ==================================
3158
3159 * GApplication now has binding-friendly API to handle
3160   commandline options: g_application_add_main_option
3161
3162 * G_GNUC_BEGIN_IGNORE_DEPRECATIONS works with clang
3163
3164 * Bugs fixed:
3165  583330 poll list of mounted file systems (no mtab support)
3166  727455 Command line option parsing from bindings
3167  734126 add G_GNUC_BEGIN_IGNORE_DEPRECATIONS macro for clang
3168  735179 gsocketclient: Handle cancellation between CONNECTING...
3169  735297 Docs claim that GThread struct is deprecated 
3170
3171 * Translation updates:
3172   Assamese
3173   Catalan
3174   Catalan (Valencian)
3175   Czech
3176   French
3177   German
3178   Greek
3179   Hebrew
3180   Korean
3181   Oriya
3182   Traditional Chinese
3183
3184
3185 Overview of changes in GLib 2.41.3
3186 ==================================
3187
3188 * g_clear_pointer and g_clear_object no longer use atomics
3189
3190 * Bugs fixed:
3191  711547 win32: silence some build warnings
3192  725511 Compiled resource files should have the same /-separators everywhere
3193  725513 Some tests fail to build on W32
3194  725514 W32: gfileutils does not preserve errno correctly
3195  725515 test-printf fails on W32
3196  728730 gsocket: Set SO_NOSIGPIPE on sockets on Darwin
3197  729703 Leaks a GError in g_file_move
3198  730932 statically assert that reasonable assumptions about enums are true
3199  732085 gtype: Fast-path for g_type_is_a
3200  732754 GDBusMessage: optimise (de)serialisation of fixed arrays
3201  733345 ginetaddress: Add a precondition to g_inet_address_new_from_string()
3202  733576 Patches from static analysis run on 2.40
3203  733715 glib's configure.ac makes accidentally use of nested function
3204  733934 win32: improve the package installation dir lookup
3205  733960 W32: spawning a console process creates a new window when stdout...
3206  733969 Remove atomic aspects of g_clear_pointer/object
3207  733982 Do not crash when checking whether an instance type is of a given...
3208  734035 gedit hangs up when there's no GSettings key in the registry 
3209
3210 * Translation updates:
3211  Basque
3212  Brazilian Portuguese
3213  Lithuanian
3214  Slovenian
3215  Spanish
3216
3217
3218 Overview of changes in GLib 2.41.2
3219 ==================================
3220
3221 * The Unicode support has been updated to version 7.0
3222   of the Unicode standard
3223
3224 * GNotification now supports priorities for notifications
3225
3226 * GCredentials has gained NetBSD support
3227
3228 * GMutex now uses a faster, native implementation on Linux
3229
3230 * Bugs fixed:
3231  699132 Pluggable event loop backends
3232  720708 g_assert_warning(): number of arguments doesn't match for...
3233  722092 Add GtkApplication resources support
3234  724986 Change gio/data-to-c.pl to /usr/bin/env perl.
3235  727974 Fix up failure-to-see-expected-message logging
3236  728256 gcredentials: add NetBSD support
3237  728401 GDateTime: Add guards to g_date_time_new()
3238  729825 Formatting of g_alloca documentation
3239  729914 instead of DEBUG_CODE and IF_DEBUG, provide a common macro...
3240  730293 clang++-3.4: error: 'register' storage class specifier is ...
3241  731339 giochannel: avoid setting uninitialised length
3242  731424 #ifdef spaghetti for load_user_special_dirs() implementations
3243  731623 GNotification: add support for a priority setting
3244  731929 update tables to unicode 7.0.0
3245  731950 gvalue: New g_value_from_instance
3246  731986 GLib: implement GMutex natively on Linux
3247  732184 GObject: warn on use of deprecated properties
3248  732357 Docs: various fixes and improvements
3249  732429 GActionEntry: improve documentation
3250  732465 Fix build on x64 Visual C++ builds
3251  732704 Docs: various fixes and improvements
3252  732739 ginetsocketaddress: Explicitly initialise flags for getaddr...
3253  732754 GDBusMessage: optimise (de)serialisation of fixed arrays
3254  732984 g_object_ref(NULL) in g_dbus_object_manager_client_finalize
3255  733084 Typos in g_bytes_hash() and g_time_zone_find_interval() docs
3256  733146 spawn helper does not use correctly the parameters 
3257
3258 * Translation updates:
3259  Lithuanian
3260
3261
3262 Overview of changes in GLib 2.41.1
3263 ==================================
3264
3265 * Bug fixes:
3266  697229 Custom Interface implementations will be broken with glib 2.37/38
3267  698614 GObject: prevent installing properties after init
3268  729269 gvariant: Fix confusion between type and format strings in the docs
3269  730198 broken valgrind.h leads to crashes in g_type_free_instance on mingw64
3270  730807 GMutex performance regression
3271  730963 gconvert: mention that the g_convert len should be in bytes
3272  730984 Faster instance type check for fundamentals
3273  731050 <structname> tags appear in documentation
3274  731200 unconditional 'notify' during g_object_set() is problematic
3275  731335 gtype: guard uses of new fundamental type check
3276  731341 gparam: change value of G_PARAM_EXPLICIT_NOTIFY
3277  731366 run-assert-msg-test.sh gdb leaves assert-msg-test zombie
3278  731425 giomodule protects function-call with different token than function...
3279  731513 clang: build failure: implicit declaration of function '__atomic_load_4'
3280  731584 gbookmarkfile: Cleaner error handling code to pacify static analysis
3281  731657 Prevent an invalid @CARBON_LIBS@ from appearing in the .pc files
3282  731979 docs: Correct param to interface's default_init()
3283  731996 Return folder as icon for directories
3284  732002 gwakeup: Clarify buffer sizing in g_wakeup_signal()
3285  732005 Remove unused assignments
3286  732019 gtestdbus: Don’t close stdout for dbus-daemon
3287  732068 gsignal: Add an example to the g_signal_connect_swapped() documentation
3288  732081 gsocket: Document that g_socket_create_source() holds a socket ref
3289  732107 gsocketlistener: Reconsider closing sockets on listener finalisation
3290
3291
3292 Overview of changes in GLib 2.41.0
3293 ===================================
3294
3295 * Many bugfixes found by static analysis, including potential fd leaks
3296   and NULL pointer dereferences.
3297
3298 * Increased use of (nullable) attribute on out values and return types
3299   now that it is supported (mostly from porting Vala metadata).
3300
3301 * use XDG_CURRENT_DESKTOP for OnlyShowIn/NotShowIn handling of desktop
3302   files, deprecating g_desktop_app_info_set_desktop_env()
3303
3304 * add support for g_desktop_app_info_get_implementations() to find
3305   desktop files that have an Implements= line for a given interface
3306
3307 * GHmac has gained SHA-512 support
3308
3309 * support the new mimeapps specification (most notably, moving the
3310   assoications/defaults configuration to ~/.config/mimeapps.list).
3311
3312 * libgobject is now linked -Wl,-z,nodelete when possible to avoid errors
3313   when gobject is used from a module for a program that does not itself
3314   use gobject and that module is unloaded/reloaded
3315
3316 * ... and many other bug fixes.
3317
3318  623552 glib warns if backtrace.py is not present
3319  667468 glib-2.30.2: ipv6 tests fail when no ipv6 support is available
3320  668152 -framework Carbon linker flag not passed to pkg-config .pc files
3321  707298 libgobject should be linked with -Wl,-z,nodelete
3322  712391 Add g_desktop_app_info_get_implementors()
3323  722723 Infinite recursion when calling g_io_stream_close_async() from libsoup
3324  724741 hmac: Fix support for SHA-512 in GHmac
3325  726040 networkaddress: fix parsing of uri with @ after authority
3326  726318 gio: Document that GSocket is not thread safe
3327  726611 socketclient: Leak on cancellation
3328  726872 gio: Add names to idles and timeouts
3329  727119 wrong IN6_IS_ADDR_MC_LINKLOCAL usage break android build
3330  727123 GNotification: Some small documentation fixes
3331  727320 docs: Remove escaping '\' from literals
3332  727551 Check use_count of GApplication in g_application_release()
3333  727559 g_file_copy: Don't set GError when we intend to ignore errors
3334  727692 gio/gtlscertificate.c -- broken PEM-file processing (affects local CA root stores, for starters)
3335  727890 soup_content_sniffer_real_sniff segfault
3336  727900 gio: Add newer dbus UnknownXxxx and PropertyReadOnly errors
3337  727928 gapplication-tool fixes
3338  727939 INTLLIBS are always appended in configure checks
3339  727964 g_io_extension_point_get_extension_by_name: Warn, but don't crash, for NULL inputs
3340  728040 Implement new mimeapps spec
3341  728066 Deal with startup notify id being NULL
3342  728280 platform_get_argv0: fix sysctl(3) use on OpenBSD
3343  728285 docs: Use markdown links in .h files, too
3344  728350 gaction: Minor clarifications in the GAction documentation
3345  728380 docs: Remove <!-- --> comment before plural s
3346  728565 gfile: More explicitly document the context for GFileProgressCallback
3347  728983 Docs: various fixes and improvements
3348  729167 gobject: Document that classes/objects/interfaces are zero-filled
3349  729563 GOption: A short option's value is included in G_OPTION_REMAINING
3350  729813 AppInfo: use XDG_CURRENT_DESKTOP for OnlyShowIn
3351  729875 gio: cleanup gdbusmessage.c file
3352  730045 Avoid overeager warning about deprecated properties
3353  730189 gtestutils: Fix a very unlikely FD leak in test fork handling
3354  730190 gsocket: Add missing preconditions to g_socket_send_message()
3355  730277 gthread: Fix use of a local variable after it went out of scope
3356  730278 gsubprocess: Add a missing va_end() call
3357  730295 gdbus-tool: Remove dead variables
3358  730493 Port annotations from Vala metadata
3359
3360 Translations updated:
3361  Basque
3362  Brazilian Portuguese
3363  Catalan
3364  Czech
3365  Danish
3366  Greek
3367  Hebrew
3368  Hungarian
3369  Punjabi
3370  Serbian
3371  Slovenian
3372  Spanish
3373  Ukrainian
3374
3375 Overview of changes from GLib 2.39.91 to GLib 2.39.92
3376 =====================================================
3377
3378 This is a release candidate for 2.40.0.
3379
3380 There are no major changes in this release, but a few serious bugs have
3381 been fixed.
3382
3383 * Bugs fixed:
3384  710367 Crash in g_settings_backend_dispatch_signal()
3385  723899 G_DEFINE_TYPE() causes compiler warnings with clang due to foo_get_instance_private
3386  724859 Let the test_wait_until() test also run on non-*nix
3387  724916 gio unmount code makes XFCE's Thunar crash
3388  725651 GSubprocessLauncher: Does not copy the calling process environment.
3389  725656 Unskip GVariantDict
3390  725891 gio tests: add codegen to BUILT_SOURCES
3391  726046 Recent commit created symbolic icons issues
3392
3393 * Translations:
3394  Chinese
3395  French
3396  Korean
3397  Latvian
3398  Norwegian bokmål
3399  Portuguese
3400  Russian
3401  Traditional Chinese
3402
3403 Overview of changes from GLib 2.39.90 to GLib 2.39.91
3404 =====================================================
3405
3406 This release introduces a hard dependency on present and functioning
3407 clock_gettime() and CLOCK_MONOTONIC.  It also introduces a dependency on
3408 pthread_condattr_setclock() unless your system happens to have
3409 pthread_cond_timedwait_relative_np() (as do Mac OS and Android).  This
3410 release is known to be broken with at least GNU/Hurd, pending addition
3411 of working pthread_condattr_setclock(CLOCK_MONOTONIC) there.
3412
3413 New API: g_str_to_ascii()
3414
3415 * Fixed bugs:
3416  670144 unconditional use of CLOCK_MONOTONIC is broken
3417  673607 invalid assumption in g_cond_wait_until() / g_get_monotonic_time() API
3418  710142 Add more impressive transliteration to GLib
3419  722360 make check fails
3420  722604 (partial) Various tests are failing with 2.39.3
3421  723316 g_hash_table_iter_remove() should be explicit whether or not it is safe while iterating the table
3422  724609 Fix build of GIO on Windows
3423  724687 gmain: make monotonic time really monotonic, everywhere
3424  724706 gsource: document priority of child sources
3425  724707 some GSocket source improvements
3426  724839 GMainContext: some source ID cleanups
3427  724858 Dist gtranslit-data.h
3428  724994 Missing icons for bookmarks in file chooser
3429  725023 Can no longer find apps by executable/desktop file name
3430
3431 * Translations:
3432  Lithuanian
3433  Polish
3434  Thai
3435
3436 Overview of changes from GLib 2.39.4 to GLib 2.39.90
3437 ====================================================
3438
3439 * Fixed bugs:
3440  625408 make GVariant dictionaries more useful
3441  660809 document that if you fail a precondition check, documented guarantees do not apply
3442  661576 fix handling of constructors that destroy half-constructed objects
3443  679957 g_inet_address_new_from_string is not able to handle dots and numbers IPv4 addresses
3444  712837 gvariant: Document the need to cast varargs when constructing GVariants
3445  721458 g_simple_async_result_is_valid has a NULL check for the wrong source_tag
3446  721977 improve split handling of command line arguments
3447  722033 win32: fixup lib.exe invocation
3448  723422 Fix g_socket_get_available() with TCP on Windows
3449  723616 gio/tests: fix race when generating code
3450  724001 gsubprocess: Fix a broken link in the documentation
3451  724124 glib/tests/collate.c fails if no en_US locale
3452  724126 intermittent GApplication test failure: /gapplication/local-actions: lines of output permuted
3453  724233 gsocketservice: Note g_socket_listener_close() for closing open sockets
3454  724239 soup_session_queue_message - Connection terminated unexpectedly
3455  724278 gsocketconnection: Document closing connections with g_io_stream_close()
3456  724330 configure.ac: tweak inotify check
3457  724385 gtestutils: make the new assert messages more detailed
3458  724401 gsubprocess: Mutex leak
3459  724417 glib master build broken on OpenBSD
3460  724434 Build failure in gio/gresolver.c
3461
3462 * Updated translations:
3463  Brazilian Portuguese
3464  Galician
3465  Indonesian
3466  Italian
3467  Kannada
3468  Norwegian bokmål
3469  Spanish
3470  Thai
3471
3472 Overview of changes from GLib 2.39.3 to GLib 2.39.4
3473 ===================================================
3474
3475 * Fixed Bugs:
3476  139699 Correction for g_main_context_unref()
3477  583036 g_strchomp and g_strchug are not declared const
3478  683388 improve documentation for application developers
3479  685204 ./configure fails to add the '-g' flag to CFLAGS
3480  688406 GStaticMutex broke ABI on at least ARM EABI during 2.31.x
3481  693299 cannot compile on Solaris: error in gbitlock.c
3482  707111 Clarify type transformability and compatibility
3483  711547 win32: silence some build warnings
3484  719344 Fix the various test programs (or GLib itself) on Windows
3485  722025 cleanup/clarify command line argument encoding on Windows
3486  722323 remove unused include 'gslist.h' in 'gbookmarkfile.c'
3487  722326 gstringchunk: Use g_slist_free_full() where possible
3488  722357 gio: fix small memory leak on local xattr
3489  722436 Adjust doc to Makefile.decl renaming
3490  722503 GSimpleAction: add default activate handler
3491  722526 glib/deprecated/gthread.h error on FreeBSD
3492  722591 [documentation] broken link to GtkAction from GAction.html
3493  722973 Broken example in GApplication reference
3494  723048 'network-access' test can fail to guess interface index
3495  723360 gmain: Note that g_source_destroy() can be called multiple times 
3496
3497 * Updated Translations:
3498  Assamese
3499  Tamil
3500  Traditional Chinese
3501
3502
3503 Overview of changes from GLib 2.39.2 to GLib 2.39.3
3504 ===================================================
3505
3506 No major changes this release -- mostly lots of small fixes and
3507 improvements in test coverage.
3508
3509  * fix a crasher in code from gdbus-codegen
3510
3511  * improvements to gobject gdb helper script
3512
3513  * portability:
3514
3515    - fix a deadlock issue with kqueue on FreeBSD
3516
3517    - work around a quirk in the sunstudio compiler
3518
3519    - rename a variable to avoid clashing with a macro definition of
3520      'environ' on some platforms (like mingw)
3521
3522    - use POSIX-specified <poll.h> over <sys/poll.h>
3523
3524    - many improvements to Visual Studio projects and and some build
3525      fixes for Windows
3526
3527  * tests
3528    - a very large number of improvements in test coverage
3529
3530    - don't report skipped tests as failures
3531
3532    - return 77 if we skip all tests in an executable
3533
3534    - improve gtest documentation and fix some minor issues
3535
3536    - fix g_test_trap_reached_timeout() return value
3537
3538    - remove some dead code uncovered during test coverage expansion
3539
3540    - Use tap mode for installed tests too, when using tap
3541
3542  * fix races in unix signal handling
3543
3544  * make our GVariant-based commandline tools (glib-compile-schemas,
3545    gdbus, gapplication) print out GVariant parse errors in context
3546
3547  * GApplication now has a --gapplication-service command line switch to
3548    turn any GApplication into a service
3549
3550  * improve compatibility of GApplication and GOptionContext
3551
3552  * fix gsettings.m4 wrt. builddir != srcdir with non-recursive make
3553
3554  * use a directory monitor in GKeyfileSettingsBackend
3555
3556  * improve robustness of some GIcon classes
3557
3558 Bugs fixed
3559  141251  poll(2) is in <poll.h>, not <sys/poll.h> per SUS standard
3560  613732  [PATCH] gobject.py: Don't install frame filters when GDB does not support them
3561  708212  g_variant_parser_error_get_quark() has unexpected name.
3562  710965  GApplication: add --gapplication-service switch
3563  711090  periodic failure of spawn-multithreaded async testcase
3564  712171  gsettings.m4: @GSETTINGS_RULES@: Support srcdir != builddir with nonrecursive make
3565  712630  Revert "gsettings m4: check for .xml in src/builddir"
3566  715028  GVariant: add way to print context of parse errors
3567  719344  Fix the various test programs (or GLib itself) on Windows
3568  720263  gtestutils: skipping a test should count as success, not failure
3569  720539  gdbus-codegen: Fix crasher in goa-using apps
3570  720635  Make gdb pretty-printers compatible with Python3
3571  720891  g_settings_get_child does not inherit the backend
3572  721034  glib 2.38.2 cannot be compiled with SunStudio Compiler under Solaris
3573  721059  g_subprocess_launcher_set_environ vs "environ"
3574  721074  kqueue: deadlock
3575  721087  Missing -lselinux in pkg-config --libs --static gio-2.0
3576  721324  Error message is printed to stdout
3577  721624  Regression in GTest framework reorders existing test cases
3578  721625  backwards NEWS entry about g_source_remove change
3579  721796  insufficient escaping in g_dbus_annotation_info_generate_xml()
3580  721947  Improve GApplication ⇔ GOptionContext compatibility 
3581
3582 Translations updated:
3583  Brazilian Portuguese
3584  Galician
3585  Greek
3586  Hebrew
3587
3588 Overview of changes from GLib 2.39.1 to GLib 2.39.2
3589 ===================================================
3590
3591 * Portability
3592
3593   - Remove alleged support for OS/2
3594
3595   - Remove alleged support for BeOS
3596
3597   - Remove alleged support for last-millennium Unixes
3598
3599   - Require C90 compliance
3600
3601   - Require POSIX.1 (1990) compliance on Unix
3602
3603   - Require GNU make
3604
3605 * Bugs fixed:
3606  113075 support "nonnull" attribute
3607  159528 g_ptr_array_remove_range()
3608  307947 The check for growing stack pointer in configure can fail
3609  607016 docs should mention property notification order
3610  671557 Fun with integers and g_key_file_load_from_data()
3611  676761 don't use g_critical for a runtime error
3612  690525 g_file_replace_contents_async doesn't copy its @conten...
3613  691608 Support compilation with clang 3.2
3614  697585 g_variant_builder_add's doc example is leaking
3615  697828 g_hash_table_add() should return a boolean
3616  702862 gdbus-codegen : look for deps in default install path
3617  703522 Reference leak in GvariantBuilder documentation
3618  705902 g_get_current_dir() should check PWD env var and retur...
3619  708274 Added GObject Introspection annotations to genums.c
3620  710519 Portability schmortability
3621  710741 some mainloop instrumentation
3622  710983 Test failures on powerpc
3623  711047 Enable the build of the various test programs on Windo...
3624  711051 Add basic test for the GNotification gtk backend
3625  711088 gbacktrace: Don't close stderr when running gdb
3626  711103 gmessages: Add g_info macro for G_LOG_LEVEL_INFO
3627  711178 appinfo test problems
3628  711546 utf8: report allocation error
3629  711640 gdesktopappinfo: Rank Keywords matches higher than Gen...
3630  711751 Fix memory leaks in libglib tests
3631  711753 gthread-posix: Don't use gslice allocated GRecMutex
3632  711796 glib-tap.mk: fix to actually use the TAP driver
3633  711800 fix g_test_set_nonfatal_assertions()
3634  711801 giomodule: Allow overriding source directory gio modul...
3635  711805 gdbus-connection: Fix race condition in test
3636  711806 gtestdbus: Don't destroy GSource twice
3637  711807 gtestdbus: Properly close server connections
3638  711871 Broken and misleading configure check for growing stack
3639  712136 'O_CLOEXEC' undeclared (first use in this function)
3640  712148 Add system bus support to GTestDBus
3641  712171 gsettings.m4: @GSETTINGS_RULES@: Support srcdir != bui...
3642  712314 AIX port: splice(); major()/minor(); libtool library order
3643  712315 GSettings: More docs for deprecated _list_schemas()
3644  712393 gobject: Box GMappedFile
3645  712547 GSocketClient "event" not useful for determining resol...
3646  715164 Clang static analysis fixes
3647  719395 GPtrArray add g_ptr_array_insert
3648  719402 Crashes when startup
3649  719472 leak in generated proxy-side property-setter
3650  719687 fix or remove g_trap_object_ref
3651  719809 Signal connection ids are always > 0 if successful
3652  719837 gdbus-connection: Work around race in connection tests
3653  719884 Fix documentation typos in GTask and GCancellable examples
3654  719979 g_settings_get: check validity of format string
3655  720080 Truncating a GMemoryOutputStream to a larger size cause...
3656  720210 gdataset: Remove unused define
3657  720236 Allow clean simple use of g_test_trap_subprocess() 
3658
3659 * Translations updates:
3660  Italian
3661  Lithuanian
3662  Simplified Chinese
3663  Spanish
3664
3665
3666 Overview of changes from GLib 2.39.0 to GLib 2.39.1
3667 ====================================================
3668
3669  * GSettings fixes/improvements
3670
3671    - GSettingsSchema API is now more powerful and consistent
3672
3673    - new GSettingsSchemaKey API allows accessing metadata for keys:
3674      type, default value, range and the long-awaited support for summary
3675      and description
3676
3677    - GSettingsSchemaSource gains support for listing schemas within a
3678      source.  Deprecate the global API that did this for the default
3679      source.
3680
3681    - 'gsettings list-schemas' now works properly with --schemadir
3682
3683    - deprecate a bunch of now-redundant functionality on GSettings
3684
3685    - add API to GSettings for getting the default value of a key (as set
3686      by the sysadmin)
3687
3688    - add API to GSettings for determining if the user has assigned a
3689      particular value to a key (ie: we are not just reading the default)
3690
3691    - ignore qualified tags and attributes appearing in schema files
3692
3693  * Applications/Actions
3694
3695    - make GSimpleAction a bit more strict with respect to state changes
3696      that would violate the interface (ie: by changing the state type
3697      after construction)
3698
3699    - throw an error when attempting to 'Describe' a non-existent action
3700      via D-Bus instead of returning a bogus description
3701
3702    - throw an error when attempting to invoke unsupported methods on an
3703      Application (eg: 'Open' on an app that doesn't HANDLES_OPEN)
3704      instead of emitting a g_critical() in context of the app (which is
3705      not itself at fault for the errant call)
3706
3707  * Appinfo
3708
3709    - substantially rework GDesktopAppInfo to reduce the amount of disk
3710      accesses that are performed in common situations
3711
3712    - add a new class: GAppInfoMonitor for discovering when applications
3713      are installed/removed
3714
3715    - add a new g_desktop_app_info_search() API for searching for
3716      installed applications by name, keywords, etc.
3717
3718  * GMarkup: add new G_MARKUP_IGNORE_QUALIFIED flag for skipping over
3719    "qualified" tags and attributes (those with a colon in the name, such
3720    as 'my:tag')
3721
3722  * GDBus
3723
3724    - ignore qualified tags, as above
3725
3726    - GTestDBus: unset all D-Bus addresses (such as STARTER) to ensure
3727      that test programs don't pick them up
3728
3729    - add new session_bus_run() convenience in the tests and use it
3730
3731  * GRand: use real random data as a seed on win32 and use the
3732    timestamp/pid/uid fallback only on UNIX machines where we can't open
3733    '/dev/urandom'.  This may cause issues with older mingw32 releases
3734    due to a missing prototype for the rand_s() API.
3735
3736  * Many win32 (and particularly MSVC) portability fixes.  Many
3737    additional tests are now runnable when building with MSVC.
3738
3739  * Due to early testing of the (soon to land) GCleanup framework, a very
3740    large number of memory errors have been found and fixed (mostly in
3741    the testcases, but some in glib itself).
3742
3743  * GIO:
3744
3745    - some more seeking cleanups: particularly on GLocalFileInputStream
3746
3747    - don't leave a .trashinfo file around if trashing a file fails
3748
3749    - Add a request_certificate virtual method to GTlsInteraction
3750
3751 Translations updated:
3752  Assamese
3753  Galician
3754  Greek
3755  Spanish
3756  Tamil
3757
3758 Bugs fixed:
3759  635641 schema compiler should ignore unknown attributes
3760  637257 g_tls_client_connection_gnutls_retrieve_function needs to be able to block
3761  637956 GKeyfileSettingsBackend should ignore file deletions
3762  645453 keys from base schema missing from extended schema
3763  665634 g_dbus_node_info_new_for_xml() errors on unknown attributes in XML files
3764  668232 Unable to get description and summary for a key
3765  668233 Unable to determine if a key is set to the default / what the default value is
3766  680838 Need g_settings_schema_source_get_schemas()
3767  683017 API for accessing GSettings Schema metadata
3768  687185 org.gtk.Actions.Describe doesn't return an error for non-existing action names
3769  687202 If trashing fails, the ".trashinfo" file is not removed
3770  695558 The --schemadir option has no effect
3771  696424 GSimpleAction.state property is not right
3772  697348 GTestDBus should unset DBUS_STARTER_ADDRESS, DBUS_STARTER_BUS_TYPE
3773  710133 Emit backward compatible code with gdbus-codegen
3774  710691 glib-networking: locking during implicit handshake
3775  710738 GRand has lame fallback for Windows
3776  710859 Typo in gio docs
3777  710885 Two fixes for GApplication
3778  710962 error: 'F_DUPFD_CLOEXEC' undeclared (first use in this function)
3779  710964 Add g_hash_table_get_key_array()
3780  710991 test: g_debug messages shouldn't affect g_assert_expected_messages
3781  711016 g_settings_list_keys () segfaults for empty schemas
3782  711048 glocalfileinputstream.c allows skip past end of file
3783  711049 Fix build of GLib-GIO 2.39.x on Windows/MSVC
3784  711064 Adding child source to blocked source can cause a segfault
3785  711070 Copying a symlink over another one segfaults
3786  711099 gapplication test failure
3787  711520 GDesktopAppInfo: allow more than one level of legacy folder prefixes
3788  711556 Add GAppInfoMonitor
3789  711557 Add g_desktop_app_info_search()
3790  711600 trivial portability fix
3791  711632 The desktop-app-info test fails during make check
3792  711754 gmain: Fix use of uninitialized memory in sigaction structure
3793  711755 private: Use threading primitives correctly in private test
3794  711756 gthreadpool: Don't pass bad data to GThreadPool sorter
3795  711768 Fix memory leaks in libgmodule tests
3796  711775 utils: Don't free memory owned by glib in test
3797  711782 boxed: Fix double free in boxed unit tests
3798  711803 gsubprocess: Fix a number of leaks and a segfault
3799  711808 gtestdbus: Fix leak of GMainLoop 
3800
3801 Overview of changes from GLib 2.38.0 to GLib 2.39.0
3802 ====================================================
3803
3804  * prep for the 2.40 series (version macros, docs index, etc.)
3805
3806  * GNotification
3807
3808    - new API for sending persistent notifications via the desktop shell
3809
3810    - notifications persist when the application has quit and clicking on
3811      them can restart the application with an action (via
3812      DBusActivatable)
3813
3814  * GSubprocess
3815
3816    - new API for launching subprocesses
3817
3818    - nice GIO integration like async functions, cancellability, etc.
3819
3820    - a convenient communicate() API inspired by the same API in Python
3821
3822    - related: the gspawn API now has a CLOEXEC flag for the created
3823      pipes for stdin/stdout/stderr
3824
3825  * New gapplication(1) commandline tool
3826
3827    - intended to be used with DBusActivatable apps
3828
3829    - can be used for launching apps, opening files, invoking application
3830      actions and listing apps and actions
3831
3832    - bash tab completion is supported
3833
3834  * GDesktopAppInfo changes:
3835
3836    - g_file_get_path() can implicitly cause a FUSE mount so don't call
3837      it until we know we need it (for an app that doesn't support URIs)
3838
3839    - don't crash when trying to load from a keyfile with
3840      DBusActivatable=true
3841
3842    - remove some dead code, refactor the search path handling a bit and
3843      do a large-scale whitespace cleanup (prep work for the pending
3844      desktop file index)
3845
3846  * File monitors
3847
3848    - fix broken handling of mount point monitoring
3849
3850    - remove some strange use of GObject::constructor() from the base
3851      class and inotify backend
3852
3853    - fix GFileMonitor to work in the non-default main context even when
3854      the main context is not running (or is blocked)
3855
3856    - add internal private API for easily creating a file monitor in the
3857      GLib worker thread
3858
3859  * GSettings
3860
3861    - g_settings_list_children: only list viable schemas.  This fixes a
3862      longstanding issue where 'gsettings list-recursively' will crash
3863      when there are invalid schemas installed
3864
3865    - don't accept invalid paths on g_settings_new_with_path, etc.
3866
3867  * GIO
3868
3869    - GFile now has a thumbnail::is-valid attribute to check if the
3870      thumbnail in thumbnail::path needs to be regenerated
3871
3872    - GDBusProxy now has a flag to control autostarting of services at
3873      construction time
3874
3875    - for GSeekable, properly introduce the concept of "resizable" vs.
3876      "fixed-sized" streams in the docs, explaining the expected
3877      semantics of the interface in each case
3878
3879    - fix some cases in GMemoryOutputStream that were violating the above
3880      expectations (which may cause a slight API incompatibility)
3881
3882    - clean up GCredentials code and add support for Hurd and Solaris
3883
3884    - improve splicing by using different codepaths for the case where we
3885      have real _read_async() and _write_async() implementations on the
3886      stream vs. the case where they are internally emulated (via
3887      dispatching the sync variant of the call in a thread)
3888
3889  * GKeyFile
3890
3891    - fix a leak in g_key_file_get_(u)int64 when we fail to parse the
3892      value as an integer
3893
3894    - add long-requested API g_key_file_save_to_file()
3895
3896  * Portability improvements
3897
3898    - avoid using O_DIRECTORY on platforms that don't have it
3899
3900    - be careful about systems that define SOCK_CLOEXEC but don't
3901      actually support it (like Hurd)
3902
3903    - only use SA_RESTART if it exists
3904
3905  * Other small API changes/additions
3906
3907    - a pair of functions to support matching strings for the type of
3908      search functionality that you'd expect to have with things like
3909      GtkSearchBar.  This will also be used by the desktop file index.
3910
3911    - g_str_is_ascii() with obvious purpose
3912
3913    - g_test_expect_message() no longer appears to allow you to catch
3914      G_LOG_ERROR messages
3915
3916  * GMainContext/GSource
3917
3918    - fix handling of overflowing the 'next source id' counter
3919
3920    - g_source_remove() will now throw a critical in the case that you
3921      try to remove a non-existent source.  We expect that there is some
3922      code in the wild that will fall afoul of this new critical but
3923      considering that we now reuse source IDs, this code is already
3924      broken and should probably be fixed.
3925
3926    - simplify handling of the 'current dispatching source' to not
3927      require use of a linked list
3928
3929  * GObject
3930
3931    - the long-broken (and leaky) pattern of destroying a just-allocated
3932      object from inside of a custom GObject::constructor is now
3933      officially completely illegal and will abort the program
3934
3935  * Unicode: update to 6.3.0
3936
3937  * Bug fixes
3938
3939    - g_file_copy() now falls back to pathname queryinfo.  This should
3940      clear up the bugs with copying from some GVfs backends (afp,
3941      gphoto, archive, at least).
3942
3943    - fix an out-of-bounds read in the xdgmime code
3944
3945    - fix a typo in the /org/freedesktop/DBus path on the object manager
3946      client
3947
3948    - skip emitting path_namespace='/' in match rules in order to
3949      workaround a bug in the D-Bus daemon and fix our own implementation
3950      (which shared exactly the same bug)
3951
3952    - fix crashes on precondition violations for GParamSpec constructors
3953
3954    - many other small fixups (see bug list)
3955
3956   * Many documentation improvements
3957
3958 Bugs fixed:
3959  309224 g_key_file_save_to_file missing
3960  583321 QNX: no SA_RESTART
3961  661576 fix handling of constructors that destroy half-constructed objects
3962  672102 GSubprocess class
3963  684842 Seeks on GMemoryOutputStream don't have opaque semantics
3964  688492 Add a notification API
3965  691581 g_output_stream_real_splice_async doesn't use overriden read/write_async functions
3966  702516 gfileutils: Make -Werror=format-nonliteral happy
3967  704218 New gapplication(1) tool
3968  704593 g_setenv: on some systems (BSD, OSX…), setting a variable to NULL crashes the system
3969  704882 GLocalDirectoryMonitorClass mount_notify field is useless
3970  704887 file monitoring improvements
3971  705029 Support for Solaris credentials
3972  705688 g_settings_list_children: only list viable schemas
3973  706254 Afp backend cannot copy files
3974  707887 Attempting to create GObject Property with underscore prefix segfaults
3975  708042 gapplication: don't rely on cmdline being finalized immediately
3976  708265 add support for GNU/Hurd in GLib D-Bus Library
3977  708266 fix error code checks when SOCK_CLOEXEC is defined but not supported
3978  708529 xdgmime: valgrind warns about invalid reads
3979  708677 incorrect object path 'deskop' used in gio/gdbusobjectmanagerclient.c
3980  708714 Typo in docs of GLIB_VERSION_2_40 macro.
3981  708753 gdesktopappinfo: Call g_file_get_path() on demand
3982  708793 glib build fails with clang < 3.1: error: expected ';' after top level declarator
3983  708828 GDBusProxy: add the ability to call methods on non autostarted proxies
3984  708860 glib-2.38.0 doesn't build on Solaris 10
3985  708972 gnetworking.h in tarball screws up out-of-source builds
3986  709113 [PATCH] Main loop dispatch path has needless linked list
3987  709227 Update to unicode 6.3.0
3988  709301 goutputstream: Add clear warning about short writes to _write_bytes() and async version
3989  709326 GDesktopAppInfo crashes creating a DBusActivatable app without a filename
3990  709440 Fix overloading of "source" and "target" terminology in GBinding
3991  709615 Cannot use g_test_expect_message with g_error
3992  709753 Add helpers for string matches when using GtkSearchBar-like widget
3993  709898 Expose thumbnail validity in GFile attributes
3994  709966 Remove outdated documentation
3995  709994 Minor fix for HACKERS doc to direct hackers to proper help file
3996  709995 Obsolete makefile rules
3997  710002 G_MAXUINT may be assigned as duplicate source id
3998  710313 Memory leak in g_key_file_get_(u)int64 with invalid integer values
3999  710345 [Patches] Fix some redundant-decls
4000  710496 g_locale_to/from_utf8() doc updated.
4001  710625 g_file_error_from_errno: Remove unneeded breaks
4002  710666 Frame clock related bug fixes
4003  710724 gmain: Warn when g_source_remove() fails
4004  710726 Work around D-Bus bug with path_namespace='/' match rules
4005
4006 Translations:
4007  Assamese
4008  Brazilian Portuguese
4009  Indonesian
4010  Russian
4011  Tamil
4012  Traditional Chinese
4013
4014 What's new in Glib 2.38
4015 ========================
4016
4017  * Application support
4018
4019   - GIO now provides an implementation of Desktop Actions from the
4020     desktop entry specification
4021
4022   - GApplication now implements the org.freedesktop.Application
4023     interface as per the desktop entry specification, allowing for
4024     standards-based D-Bus launching of GLib-based applications
4025
4026   - GDesktopAppInfo now supports DBusActivatable as per the desktop
4027     entry specification, allowing GLib-based applications to use D-Bus
4028     to launch other applications
4029
4030   - GApplication now has a "busy" flag that can be set on an application
4031     to allow the shell to show that it is busy
4032
4033  * GObject
4034
4035   - the private offset for a given class type is now always constant.
4036     This was done by reorganising the memory layout of instances so that
4037     the private data comes before the "official" pointer for the object
4038     (ie: at a negative offset).  Valgrind macros were added to mitigate
4039     any problems that this may have caused.
4040
4041   - a new G_DEFINE_TYPE_WITH_PRIVATE has been added along with a
4042     generated function *_get_instance_private() that can now serve as an
4043     equally-performing alternative to ->priv pointers in instances
4044     (allowing memory savings)
4045
4046   - new G_PRIVATE_FIELD, G_PRIVATE_FIELD_P and G_PRIVATE_OFFSET macros
4047     provide a convenient method of converting between named variables in
4048     private structures and their (now constant) offsets
4049
4050   - installing properties on a GObjectClass must now be done from
4051     class_init.  It is no longer valid to install them after class_init
4052     has returned.
4053
4054   - it is now possible to manually break a GObject property binding
4055     without destroying one of the objects involved
4056
4057  * Icons
4058
4059   - the requirements for implementing the GIcon interface have changed
4060     in order to make it possible to consume all implementations of GIcon
4061     with a finite number of cases
4062
4063   - a new GBytesIcon type was added for an icon represented by an
4064     in-memory binary blob in a known image format (ideally png).
4065
4066   - new APIs g_icon_serialize() and g_icon_deserialize() replace the old
4067     to/from_string APIs and will always work, irrespective of which
4068     types have been initialised in the calling process, allowing for a
4069     serialised GdkPixbuf to be deserialised in a process that doesn't
4070     have GdkPixbuf
4071
4072   - support for icons has been added to GMenuModel using the new APIs
4073
4074  * Actions and menus
4075
4076   - GPropertyAction provides a convenient way of creating a stateful
4077     property corresponding to a property on a GObject, such as the
4078     "visible-child-name" property of a GtkStack
4079
4080   - new API g_menu_remove_all()
4081
4082   - we now have established rules about what is a "valid" action name
4083     and an API to check them
4084
4085   - a new API for converting detailed action names to and from the
4086     split-out name and parameter value (as GVariant)
4087
4088   - for backwards compatibility, invalid action names can still be used
4089     with most functions, but this is not recommended
4090
4091  * Other GIO
4092
4093   - GDBus now supports services that wish to handle some of all
4094     properties on an interface asynchronously, without requiring the
4095     service to reimplement the entire org.freedesktop.DBus.Properties
4096     interface
4097
4098   - GFile now has a new _measure_disk_usage() (and async) API for
4099     recursively determining the amount of disk space used by a
4100     particular directory (akin to 'du').
4101
4102   - asynchronous version of g_file_trash() and g_file_make_directory()
4103     have been added
4104
4105  * Other new API
4106
4107   - GRegex has a new function to query the maximum lookbehind length to
4108     allow for regexp matching on streams
4109
4110   - GVariant has two new APIs for constructing strings that allow
4111     avoiding copies in some cases: g_variant_new_take_string() and
4112     g_variant_new_printf()
4113
4114  * Testing
4115
4116   - we can now generate TAP output
4117
4118   - new support functions for simplifying the process of dealing with
4119     data files for srcdir != builddir and installed test cases
4120
4121   - g_test_trap_subprocess() provides a portable alternative to
4122     g_test_trap_fork()
4123
4124  * Other
4125
4126   - GLib now builds on Android against the bionic C library
4127
4128 Overview of changes from GLib 2.37.93 to 2.38.0
4129 ================================================
4130
4131 * fix the documentation for GSourceFuncs
4132
4133 * fix compilation on OS X/ppc64
4134
4135 Bugs fixed: 708445, 647145
4136
4137 Translations updated:
4138  Danish
4139  French
4140  Portuguese
4141  Punjabi
4142
4143 Overview of changes from GLib 2.37.92 to 2.37.93
4144 ================================================
4145
4146 * a couple of bugfixes in the new g_file_measure_disk_usage() API
4147
4148 * updated Traditional Chinese translation
4149
4150 Overview of changes from GLib 2.37.7 to 2.37.92
4151 ===============================================
4152
4153 * new API g_file_measure_disk_usage() similar to du(1)
4154
4155 * minor fixes
4156
4157 * Translation updates:
4158  Assamese
4159  Belarusian
4160  Brazilian Portuguese
4161  Catalan
4162  Czech
4163  Galician
4164  German
4165  Hungarian
4166  Indonesian
4167  Italian
4168  Korean
4169  Korean
4170  Latvian
4171  Lithuanian
4172  Polish
4173  Serbian
4174  Slovenian
4175  Spanish
4176
4177 Overview of changes from GLib 2.37.6 to 2.37.7
4178 ==============================================
4179
4180 * GDateTime now supports %:z formatting variations
4181   for timezones. This is a GNU date extension.
4182
4183 * Bugs fixed:
4184  685387 Segfault with GObject.signal_handler_is_connected()...
4185  686786 g_socket_get_available_bytes() returns wrong value ...
4186  705027 GSocket GSource not threadsafe on Windows
4187  706469 Fix G_DEFINE_ABSTRACT_TYPE_WITH_PRIVATE documentation
4188  706706 Fix Gir annotations on g_loadable_icon_load_finish
4189  706888 gtype: fix a no-op assertion
4190  706958 configure.ac: fix atomic opts detection
4191  707092 "File Utilities" page for GLib documentation doesn'...
4192  707151 gdatetime: Extend the '%z' timezone format
4193
4194 * Translation updates:
4195  Catalan
4196  Hungarian
4197  Japanese
4198  Polish
4199  Slovak
4200  Tamil
4201
4202
4203 Overview of changes from GLib 2.37.5 to 2.37.6
4204 ==============================================
4205
4206 * Tests using the g_test facilities can now generate TAP output
4207
4208 * Bugs fixed:
4209  680926 generic type fallback logic is broken for -symbolic
4210  684327 setting null icon to icon list
4211  689245 GSocket unable to reuse (address,port) on Mac OS X
4212  692125 Support TAP as GTest output format
4213  693335 build: fix dtrace-related warnings
4214  696633 gdbus-codegen trips over unicode chars when using python 3.x
4215  696970 Compiling 2.36.0 for win64 fails
4216  697185 GSocket – Allow specifying the multicast interface from...
4217  700268 Add support for using the clang analyzer
4218  701318 Add G_SPAWN_DEFAULT to GSpawnFlags
4219  701529 glib/tests/gdatetime: use UTC time in test_GDateTime_diff()
4220  701800 a new approach to reporting critical errors
4221  702674 g_date_time_new_utc crash
4222  704165 GLib.IOChannel read_unichar() fails
4223  705075 Simplify g_get_tmp_dir()
4224  705152 Race in glib/task.test
4225  705398 gtype: Fix typo in g_type_class_add_private() error message
4226  705570 Check ref_count in g_object_notify_by_pspec
4227  705600 Deprecate GSimpleActionGroup functions?
4228
4229 * Updated translations:
4230  Assamese
4231  Brazilian Portuguese
4232  Czech
4233  Dutch
4234  Galician
4235  Gujarati
4236  Hebrew
4237  Italian
4238  Lithuanian
4239  Marathi
4240  Norwegian bokmål
4241  Russian
4242  Slovenian
4243  Spanish
4244  Thai
4245  Traditional Chinese
4246
4247
4248 Overview of changes from GLib 2.37.4 to 2.37.5
4249 ==============================================
4250
4251 * Implement the Desktop Action specification: In the case that the
4252   application is a GApplication and DBusActivatable, actions from the
4253   desktop file are translated into GActions that have been added to
4254   the  application with g_action_map_add_action().
4255
4256 * GPropertyAction is a new type of GAction that represents the value
4257   of a property on an object, and allows to change the value when
4258   activated.
4259
4260 * GNetworkMonitorNetlink can now handle default routes via a device.
4261
4262 * The gsettings tool now reports failure to write a key (e.g. because
4263   the key was locked down)
4264
4265 * Miscellaneous new api:
4266  - g_variant_new_printf
4267  - g_action_print_detailed_name
4268  - g_regex_get_max_lookbehind
4269
4270 * Bugs fixed:
4271  664444 Support additional application actions in .desktop files
4272  684123 glib build only tries -D_GNU_SOURCE if glibc is detected
4273  689794 support incremental matching
4274  699259 add org.freedesktop.Application support to GIO
4275  700460 rewrite tests to not rely on precise timing of timeouts
4276  701511 updates to various GSource types
4277  701609 gnetworkmonitornetlink: handle default route via device
4278  703270 add GPropertyAction
4279  704157 GAction: add function for printing detailed names
4280  704250 Doc: various fixes
4281  704267 regression gsourceclosure: segfault in gedit file chooser
4282  704322 glib-unix: fix handling of multiple signal source for the...
4283  704424 No error when failing to override a locked key
4284  704447 Fix build/use of g_child_watch_closure_callback on Windows
4285  704523 g_thread_create_full() can dereference NULL pointer
4286  704543 Add implementations for G_GNUC_*_IGNORE_DEPRECATIONS for ...
4287  704567 gdbusnameowning: Don't spew an error if we're releasing a...
4288  704585 libc printf can give mixed-case strings for NaN and Inf
4289  704587 FTBFS: statfs_result is undeclared for statvfs()
4290  704699 gmain: Reset signal handlers to default when source is
4291  704704 AI_NUMERICSERV cannot be used with ai_socktype = 0
4292  704873 inotify: don't assume mainloop is running
4293  704999 glib/convert.test crashing due to lack of iconv cache
4294  704931 GMenuModel: add annotations to virtual functions
4295
4296 * Translation updates:
4297  Assamese
4298  Czech
4299  German
4300  Gujarati
4301  Spanish
4302  Tamil
4303
4304
4305 Overview of changes from GLib 2.37.3 to 2.37.4
4306 ==============================================
4307
4308 * Bugs fixed:
4309  701283 g_source_add_child_source() segfault
4310  702147 inconsistency of G_STRFUNC
4311  703191 new private macros interact poorly with versioning macros
4312  703254 Doc: various fixes
4313  703407 g_spawn_async() keeps child_pid_report_pipe open in child process
4314  703437 GDBusConnection: be more careful with async GetAll
4315  703478 Missing G_BEGIN/END_DECLS in gsettingsschema.h
4316
4317 * Translation updates:
4318  Catalan
4319
4320 Overview of changes from GLib 2.37.2 to 2.37.3
4321 ==============================================
4322
4323 * add a new API for instance private data: G_DEFINE_TYPE_WITH_PRIVATE
4324
4325 * fix timestamps in tarball to prevent automake from being required to
4326   build the unmodified source
4327
4328 * add new D-Bus API for async property handling
4329
4330 * add back fsync() on ext4 for g_file_set_contents() after it was
4331   discovered that despite statements in the ext4 documentation
4332   suggesting that this is safe, it is not safe.
4333
4334 * Translations:
4335  Italian
4336  Norwegian bokmål
4337
4338 * Bugs fixed:
4339  698375 - D-Bus async properties
4340  700350 - timestamp issue
4341  701560 - fsync issue (fixed again)
4342  700035 - new API for instance private data
4343
4344 Overview of changes from GLib 2.37.1 to 2.37.2
4345 ==============================================
4346
4347 * The GLib test utilities have grown some file-related APIs
4348   to support tests that can be used installed and uninstalled.
4349
4350 * Installing properties after class initialization is deprecated,
4351   and will trigger a warning.
4352
4353 * GApplication:
4354  - Support org.freedesktop.Application, including D-Bus activation
4355    from desktop files
4356  - Set prgname to appid for services
4357
4358 * Bugs fixed:
4359  549783 gtester lacks framework for tests with data files
4360  692848 Fix property example in gobject tutorial
4361  698018 Add an explicit g_binding_release()
4362  698614 GObject: prevent installing properties after init
4363  699259 add org.freedesktop.Application support to GIO
4364  699959 g_file_copy(): Ensure we create private files by default
4365  700123 Test failure: g_inet_socket_address_get_scope_id
4366  700725 GIcon: NULLify the `type' out param in the sync methods too
4367  701401 gtest: add function for testing for WINE
4368  701456 Error in gnome/glib/gio/tests/file.c
4369  701474 Error building glibmm due to extra comma in glib/gtestutils.h
4370  701560 various improvements for g_file_set_contents()
4371  701680 GFileEnumerator: Add some documentation about ordering
4372  701878 Check wakeup() before iteration(TRUE) doesn't block
4373
4374 * Translations:
4375  Assamese
4376  Czech
4377  Galician
4378  Gujarati
4379  Kannada
4380  Marathi
4381  Odia
4382  Polish
4383  Slovenian
4384  Spanish
4385  Telugu
4386
4387
4388 Overview of changes from GLib 2.37.0 to 2.37.1
4389 ==============================================
4390
4391  * add support for installed tests:
4392    https://live.gnome.org/GnomeGoals/InstalledTests
4393
4394  * add a new g_test_trap_subprocess() that works on Windows as a
4395    replacement for the (now deprecated) g_test_trap_fork()
4396
4397  * support for explicitly cancelling a gobject property binding
4398
4399  * performance improvements for signal argument handling
4400
4401  * stop using `quotes' in very many log messages generated by GLib, for
4402    favour of 'this style'.  This may cause testcases in other packages
4403    to fail if they were matching on the previous text.
4404
4405  * improve manpages: add missing arguments and flags
4406
4407 Translations: 
4408  Aragonese
4409  Assamese
4410  Gujarati
4411  Hindi
4412  Kannada
4413  Norwegian bokmål
4414  Odia
4415  Slovenian
4416  Spanish
4417  Tamil
4418  Telugu
4419
4420 Bugs fixed:
4421  679683 replace g_test_trap_fork()
4422  694380 Improve signal argument collection performance
4423  695233 Strings require plural forms
4424  697849 spelling fixes in cross.xml and running.xml
4425  698877 GProxyAddressEnumerator calls g_network_address_parse_uri without port
4426  698981 [PATCH] test /gdbus/connection/large_message could hang forever
4427  699079 Prototype support for installed tests
4428  699485 [PATCH] tests/mappedfile: Also handle ENOMEM
4429  699493 SOCKS5 proxy code crashes if it cannot authenticate
4430  699500 gbitlock: fix this to not unconditionally use futex emulation
4431  699779 [PATCH] G_GNUC_FORMAT: documentation error
4432  700263 m4macros/glib-gettext.m4: Don't use AC_HEADER_STDC
4433  700714 [PATCH] gtestutils: Ensure test subprocesses don't dump core
4434  700746 Use 'dumb quotes' rather than `really dumb quotes'
4435
4436 Overview of changes fron GLib 2.36.0 to 2.37.0
4437 ==============================================
4438
4439 * The syntax for detailed action names has been documented,
4440   and a parser API for them is now provided
4441
4442 * GApplication has gained a busy state. This feature is intended for
4443   clients that want to signal a desktop shell their busy state, for
4444   instance because a long-running operation is pending.
4445
4446 * GLib can now be built with the bionic C library
4447
4448 * GIcon can now be serialized to a GVariant
4449
4450 * Bugs fixed:
4451  548353 Finish implementing GFile interface (mostly asynchron...
4452  645881 Full port of glib-2.28.1 onto Android-ARM
4453  665445 Glib mistakes nl_langinfo() from plibc for the real t...
4454  672018 Need API to set global application state (busy, count...
4455  687659 drop support for adding interfaces after class_init
4456  688820 GIcon is a bad interface
4457  688954 extend 'detailed action' syntax, provide parser
4458  689223 Fix compilation on Android with the bionic C library
4459  695156 Add support for arg0namespace matching in signal_subs...
4460  696108 gdbus-codegen: avoid warnings in generated code
4461  696629 fix sed(1) usage
4462  696652 GTask won't free its error member variable on finalize
4463  696857 GThreadedResolver: set an error if no records could b...
4464  696973 Compiling 2.36.0 for win64 fails in gdbusmessage.c
4465  697131 No --version
4466  697160 [PATCH] gmacros: Mark G_UNAVAILABLE() functions as de...
4467  697229 Custom Interface implementations will be broken with ...
4468  697250 Documentation glitch of G_DEFINE_TYPE_EXTENDED causes...
4469  697365 Fix usage of hasmntopt in gunixmounts.c
4470  697367 Remove warning on gio/gunixmounts.c
4471  697386 Except const argument with atomic is not lock free
4472  697595 g_main_context_unref unlocks a mutex twice
4473  697601 reduce GMenuModel D-Bus traffic
4474  697626 Allow posix threads to be used on w32
4475  697652 Help options generated even when help disabled
4476  697771 fix a typo of "fo" to "of" in building.xml
4477  697887 GVariant: fix transfer annotation
4478  697942 abicheck.sh fails on mips
4479  698056 rewrite g_object_new()
4480  698081 Pidgin hangs in g_spawn_command_line_sync
4481  698455 GVariant: add new g_variant_new_take_string() API
4482  698457 g_variant_get_data_as_bytes() always returns toplevel...
4483  698478 gactionmap: don't require GActionGroup
4484  698595 the valgrind/priv-before-instance bug
4485  698655 desktop-app-info test relies on true being in /usr/bin/
4486  698686 GUnixSocketAddress: fix construct parameter issue
4487  698716 Use of g_mem_set_vtable() breaks after gobject automa...
4488  698999 bytesicon: fix a memory leak
4489  699001 bytesicon: don't use g_object_unref() on GBytes
4490  699361 gio: fix small leak
4491
4492 * Translation updates:
4493  Assamese
4494  Gujarati
4495  Hungarian
4496  Italian
4497  Kannada
4498  Norwegian bokmål
4499  Polish
4500  Spanish
4501  Tamil
4502
4503
4504 Overview of changes fron GLib 2.35.9 to 2.36.0
4505 ==============================================
4506
4507 This release contains only small bugfixes and translations updates.
4508
4509  - g_file_copy(): fix bug where attributes were not applied properly to
4510    the destination file
4511
4512  - fix some 'available since' annotations
4513
4514  - fix gdbus-codegen to produce more pedantically-correct code
4515
4516 * Bugs fixed:
4517  696108 gdbus-codegen: avoid warnings in generated code
4518  696014 g_file_copy(): Ensure G_FILE_COPY_OVERWRITE preserves permissions
4519
4520 * Translations updated:
4521  Basque
4522  Czech
4523  Gujarati
4524  Hindi
4525  Hungarian
4526  Japanese
4527  Malayalam
4528  Marathi
4529  Odia
4530  Punjabi
4531  Russian
4532  Tadjik
4533  Tamil
4534  Telugu
4535
4536 Overview of changes from GLib 2.35.8 to 2.35.9
4537 ==============================================
4538
4539 This release drops the old codepage ABI from gutils.c. This is a
4540 source-compatible change and only breaks ABI with respect to truly
4541 ancient binaries (and those binaries are already broken for other
4542 reasons).  This change only affects Windows.
4543
4544 * Bugs fixed:
4545  682896 glib doesn't build on mingw32
4546  693204 split up g_get_{hostname,username,realname,home_dir} etc.
4547  694181 Handle GNetworkAddress better in g_network_monitor_base_...
4548  694253 occasional /gdbus/unref-pending test failure
4549  694350 Add type names to gsignal warnings
4550  694757 Use separate GLIB_WARN_CFLAGS that can be overridden ext...
4551  568405 Which is the correct replacement for g_strncasecmp, if...
4552  630284 g_hash_table_get_keys docs
4553  659428 docs: Small clean-up of howto subsection headers
4554  675333 Cannot forget association in Open With dialog: program...
4555  694669 consider unicode corrigendum #9
4556  694843 g_base64_decode_step () produces invalid data
4557  695147 Don't use PATH_MAX as it's not guaranteed to be defined
4558  695191 Commit f641699 broke /appinfo/mime/api test case
4559  695339 Swapped msgid plural forms for translation
4560  695376 GDBusMethodInvocation leak and potential crash
4561  695425 Untranslatable message in gsettings-tool
4562  695887 Improvements to GObject API documentation
4563  695925 GUINT32/64_SWAP_LE_BE macros do not enclose val argume...
4564  696015 PATCH Add doc warning to g_base64_decode()
4565
4566 * Translation updates:
4567  Assamese
4568  Belarusian
4569  Brazilian Portuguese
4570  Catalan
4571  Catalan (Valencian)
4572  Danish
4573  French
4574  Galician
4575  German
4576  Greek
4577  Gujarati
4578  Italian
4579  Korean
4580  Latvian
4581  Lithuanian
4582  Polish
4583  Portuguese
4584  Punjabi
4585  Serbian
4586  Simplified Chinese
4587  Slovak
4588  Slovenian
4589  Spanish
4590  Thai
4591  Traditional Chinese
4592  Uyghur
4593  Vietnamese
4594
4595
4596 Overview of changes from GLib 2.35.7 to 2.35.8
4597 ==============================================
4598
4599 This release contains one major change that may cause problems: type
4600 modules are now never unloaded.  This is implemented by (effectively)
4601 leaking the last reference on dynamic types.  Some testcases that check
4602 for unloading of types have been observed to be broken by this change,
4603 but we know of no actual cases of "real code" breaking.  Please report
4604 any problems.
4605
4606 Other changes:
4607  * A couple of build fixes for Solaris
4608  * Fix signal emission for GDBusObjectManagerClient
4609  * annotations fixes
4610  * new API: g_dbus_address_escape_value()
4611  * GSocketClient: add proxy-resolver property
4612  * GSimpleProxyResolver: new simple GProxyResolver class
4613  * documentation fixes
4614  * gnetworkaddress: preserve IPv6 scope ID in IP literals
4615
4616 Bugs fixed:
4617  691105 Allow GSocketClient to override GProxyResolver for per client proxy settings.
4618  692827 configure test fails for arpa_nameser.h
4619  692829 new Btrfs support causes build failure on Solaris
4620  693285 GDBusObjectManagerClient: won't emit object-added|removed if name-owner arrives later
4621  693502 Cross-compiling documentation: typo (np -> no)
4622  693673 add g_dbus_address_escape_value()
4623  693694 gio: Fix annotations on g_[async_]initable_new() and friends 
4624
4625 Translations:
4626  Dutch
4627  Galician
4628  Polish
4629  Serbian
4630
4631 Overview of changes from GLib 2.35.6 to 2.35.7
4632 ==============================================
4633
4634 This is a quick follow-up release with a few bug fixes.
4635
4636 * Fix the build on systems with strict linkers by adding -pthread back
4637   to the LDFLAGS for a testcase.
4638
4639 * Re-enable native atomic operations on some buggy versions of clang
4640   that ship as part of the MacOS X SDK.
4641
4642 * Make G_IO_FLAG_IS_WRITEABLE an enum again (the #define broke bindings)
4643
4644 * a small docs fix
4645
4646 * Bugs fixed:
4647  657045
4648  636683
4649  682818
4650  693105
4651
4652 * Translations:
4653  Italian
4654
4655 Overview of changes from GLib 2.35.4 to 2.35.6
4656 ==============================================
4657
4658 * GUnixFdSource is a new way to add file descriptors
4659   to the mainloop
4660
4661 * g_source_set_ready_time lets you mark a source to become
4662   ready at a specified monotonic time
4663
4664 * The internal visibility handling of GLib has been reworked
4665
4666 * GFileMonitor will now automatically use fam instead of inotify
4667   if $HOME is on NFS
4668
4669 * The file monitor implementation can now be overridden with
4670   the GIO_USE_FILE_MONITOR environment variable
4671
4672 * Bugs fixed:
4673  570572 2 make check errors on
4674  592211 No monitoring over NFS mounts
4675  625552 wrong behaviour of GVolume GVolumeMonitor related func...
4676  657729 modernise GMainLoop
4677  658020 GSource for a single GPollFD
4678  678223 g_mutex_free
4679  682560 leak fixes
4680  682819 EINTR-harden all the things
4681  684404 When using g_network_address_address_enumerator_next()...
4682  686853 new GSource fd API
4683  688169 G_DISABLE_DEPRECATED doesn't cover deprecated/gthread....
4684  688681 build: Make .symbols file canonical on all platforms
4685  690118 Crash when closing last tab of a window using Ctrl-w
4686  691624 glib/gtester.c: missing include
4687  691812 gioinputstream - give task as callback_data not task_data
4688  691866 fails out of source build directory - gnetwork.h not f...
4689  692029 Add new API checking utility
4690  692034 Install an invalidation notifier for GClosure in g_sou...
4691  692058 Broken makefile for gio tests
4692  692079 build failure in gmarkup.c when using gcc 4.8 and buil...
4693  692201 inotify: fix a memleak
4694  692202 gfile: don't report completion twice on g_file_load_co...
4695  692229 Incorrect string formatters in a translation string
4696  692332 GNetworkMonitorNetlink: make the netlink socket cloexec
4697  692360 possibly non-threadsafe code in g_content_type_guess()?
4698  692404 tester: Use FD_CLOEXEC when creating pipes
4699  692408 nautilus SIGSEGV in g_file_info_get_size()
4700  692544 [PATCH] gfile: Ensure we create internal pipe with FD_C...
4701  692583 atomic get doesn't accept a const argument on architect...
4702  692618 Use g_timeout_add_seconds
4703  692815 Using g_hash_table_insert() when using a hash table as ...
4704  692865 Invalid docbook generated by gdbus-codegen
4705  692928 Document G_MENU_{ATTRIBUTE,LINK}_*
4706
4707 * Translation updates:
4708  Hebrew
4709  Kannada
4710  Lithuanian
4711  Norwegian bokmål
4712  Polish
4713  Serbian
4714  Slovenian
4715  Spanish
4716  Uyghur
4717
4718
4719 Overview of changes from GLib 2.35.3 to 2.35.4
4720 ==============================================
4721
4722 * New features:
4723  - New API: g_get_num_processors
4724  - New API: g_application_command_line_get_stdin
4725  - New GFileMonitor flag: G_FILE_MONITOR_WATCH_HARD_LINKS
4726  - Parse more timezone offset formats
4727  - Better timezone support on Windows
4728  - Make GParamSpec constructors introspectable
4729
4730 * Removed or deprecated features:
4731  - Disallow adding interfaces after class_init
4732
4733 * Bug fixes:
4734  532815 gio + inotify support for hardlinks
4735  614930 add g_get_num_processors (), return the max concurrent...
4736  626497 Btrfs clone/reflink ioctl support in g_local_file_copy
4737  633117 glib fails stests if /etc/localtime is not properly set
4738  661767 merge/improve various bits of run-in-thread functionality
4739  668210 Add g_application_command_line_get_stdin()
4740  675856 Use GDbus via gobject-introspection instead dbus-python
4741  684103 make glib work with python3
4742  684723 run-assert-msg-test.sh fails
4743  686058 OpenBSD: disable ipv6_v4mapped test
4744  686128 GTimeZone should be able to parse POSIX format for...
4745  687223 cleverer GThreadPool management
4746  687659 drop support for adding interfaces after class_init
4747  687920 GCredentials should have an accessor for the process ID
4748  688681 build: Make .symbols file canonical on all platforms
4749  688829 Variable overflow in utils.c test on 32-bit machine
4750  689324 Variable scoping in gunixmounts.c
4751  689810 Include guard optimization
4752  690043 Broken link for gsettings tutorial: gnome-utils in...
4753  690084 gmarkup: Make GMarkupParseContext a boxed type
4754  690388 Check if CMSG_FIRSTHDR() returns NULL when there is...
4755  690538 gschema DTD is invalid
4756  690543 Add test coverage for testing in-tree DBus services...
4757  690670 local_command_line not introspectable/annotated
4758  690902 G_END_DECLS needs to be at the end of gutils.h
4759  690970 Unhelpful deprecation message for g_value_array_get_nth
4760  691001 building docs is broken on master branch
4761  691011 Automake-1.13 errors on obsolete AM_PROG_CC_STDC
4762  691077 gio-querymodules crashes with SIGSEGV
4763  691110 g_cond_wait() docs incomplete
4764  691489 Crash in Oscars 2013 page
4765  691558 Only check for .hidden files if standard::is-hidden...
4766  691608 Support compilation with clang 3.2
4767
4768 * Translation updates:
4769  Assamese
4770  Bulgarian
4771  Estonian
4772  Galician
4773  Greek
4774  Hebrew
4775  Norwegian bokmål
4776  Polish
4777  Slovak
4778  Slovenian
4779  Spanish
4780  Tamil
4781
4782
4783 Overview of changes from GLib 2.35.2 to 2.35.3
4784 ==============================================
4785
4786 * This release contains an incompatible change to the g_get_home_dir()
4787  function. Previously, this function would effectively ignore the HOME
4788  environment variable and always return the value from /etc/password.
4789  As of this version, the HOME variable is used if it is set and the
4790  value from /etc/passwd is only used as a fallback.
4791
4792 * We now install a public "gnetworking.h" header that can be used to
4793  include the relevant OS-dependent networking headers. This does not
4794  really abstract away unix-vs-windows however; error codes, in
4795  particular, are incompatible.
4796
4797 * Bugs fixed in this release:
4798  142568 Allow $HOME to override passwd entry if the user really wants
4799  587806 The file selector should honor .hidden files
4800  602715 [GChecksum] Please add support for SHA512
4801  623187 provide some support for arbitrary setsockopt()s?
4802  629301 .goutputstream files left behind when cancelling I/O
4803  652650 Optimize GDBusMessage serialization
4804  664627 /gapplication/basic test intermittently fails: cmdline re-or...
4805  675516 Win32: Don't start a DBus server when built as static library
4806  679683 replace g_test_trap_fork()
4807  684145 Current Git sources fails to cross-compile for Windows in Li...
4808  686895 file-info: catch thumbnail files in large directory as well
4809  687092 IPv6 <-> IPv4 mismatch when subscribing to multicast (send)
4810  688180 GObject: Minor error in description of floating reference
4811  688319 gthread: add missing AVAILABLE_IN_2_32 annotations
4812  688377 configure: add missing square bracket in AS_IF for memmove
4813  688419 gtask: source_object arguments and return values not annota...
4814  688497 AppInfo: Add sufficient api to port gnome-session from Egg...
4815  688681 build: Make .symbols file canonical on all platforms
4816  688704 Add boxed GType for GThread
4817  688886 Improve the i18n documentation
4818  688931 GMemoryOutputStream: Add new _resizable() constructor usab...
4819  689037 need helper for creating a GFile from a remote commandline...
4820  689377 Fix a compiler warning in GDBus
4821  689538 Source object tag set too late in gsocketlistener
4822  689800 Treat lost+found directory as a hidden file
4823  689847 Add fast repeated typename -> GType resolver
4824  689982 Make GChecksum more fully introspectable
4825  690069 g_unix_open_pipe: Add missing F_SETFD
4826  690083 gfileenumerator: Add a g_file_enumerator_get_child method
4827  690163 Add a pre-configured gio/gnetworking.h for Visual C++ builds
4828  690346 Remove an unneeded escaping in NAMESER_COMPAT_INCLUDE
4829  690348 Fix g_type_add_class_private() name in g_warning
4830
4831 * Translation updates:
4832  Assamese
4833  Galician
4834  Hebrew
4835  Hindi
4836  Kannada
4837  Odia
4838  Polish
4839  Spanish
4840
4841
4842 Overview of changes from GLib 2.35.1 to 2.35.2
4843 ==============================================
4844
4845 Note that the incompatible change to the ->constructed() vfunc that was
4846 made in the last unstable release (2.35.1) has been reverted due to
4847 causing regressions in applications.
4848
4849 A new incompatible change has been introduced in this version: it is no
4850 longer permitted to add interfaces to a class after the first
4851 instantiation (or more strictly: after g_type_class_ref()).  Bug #687659
4852 is tracking this.
4853
4854 Two private symbols (g_menu_{attribute,link}_hash_iter_get_type) which
4855 were accidentally exported have also been properly hidden.  This may
4856 cause some tools to issue warnings about ABI mismatch.
4857
4858 The remaining changes should be relatively harmless: 
4859
4860  * GIO now has kqueue support for GFileMonitor (BSDs, Mac OS)
4861
4862  * New g_variant_new_from_bytes() API
4863
4864  * UNIX signal sources now allow watching SIGUSR1 and SIGUSR2
4865
4866  * Many pedantic cleanups to adhere to a higher level of -W use
4867
4868  * GTask changes to avoid a deadlock
4869
4870  * many cleanups/fixes for Windows
4871
4872  * Boxing for GPollFD, GIOChannel, GBytes, GByteArray
4873
4874  * Fix URL-encoding of trashed files
4875
4876  * Many other docs and annotations fixes
4877
4878 Translations:
4879
4880  Galician
4881  Gujarati
4882  Lithuanian
4883  Serbian
4884  Slovak
4885  Slovenian
4886
4887 Bugs closed:
4888
4889  649302 Add support for GNU/FreeBSD
4890  668842 [GSocket] Add caching for the sender address in g_socket_receive_from()
4891  672924 Add annotations for g_filename_from_uri()
4892  673229 glib: Use Returns:, not @returns
4893  677062 (partial) GVariant: Make g_variant_new_from_bytes() public, add more GBytes API
4894  686185 g_date_time_format Transcoding Fails on OSX      
4895  686191 g_mutex_get_impl() should use g_atomic_pointer_get()
4896  686797 Box GPollFD to make it introspectable
4897  686810 [regression] Infinite wait in g_task_run_in_thread_sync()
4898  686822 possible dlopen()/dlclose() issue with automatic g_type_init()
4899  686839 mkinstalldirs: Move to glib-mkinstalldirs
4900  686895 file-info: catch thumbnail files in large directory as well
4901  686898 g_unix_signal_source_new: Allow SIGUSR1 and SIGUSR2
4902  686920 gdbus: Allow GDBusObjectManagerClient to work on peer connections
4903  686921 Remove some of the repetition from gio/tests/Makefile.am
4904  687075 g_spawn_sync diagnostic incorrectly complains about SIGCHLD
4905  687089 g_dbus_connection_export_menu_model(): fix a crash
4906  687098 Repeated g_timeout_add* use can lead to guint overflow
4907  687385 Add some stricter CFLAGS, fix up the code
4908  687441 ABI break in master: g_menu_attribute_hash_iter_get_type, g_menu_link_hash_iter_get_type removed
4909  687516 typo in string: KB should be kB
4910  687540 In Trash folder, Nautilus misinterprets "\n" in filename as a line break
4911  687541 GSignalQuery param_types field needs array annotation
4912  687600 gfileutils.c performs invalid cast of (varargs) open to non-vararg type
4913  687698 plural forms needed
4914  687700 ending spaces
4915  687742 Add support for internal linkage to glib-compile-resources
4916  687801 tests/buffered-input-stream: Fix size of parameter passed
4917  688109 win32 warning/error fixes
4918  688255 'make check' regressed in 138f4c1 because GMarkup error messages changed
4919  688338 [PATCH] gobject/gtype.c: Fix spelling of »exceed«
4920  688370 GDBusError documentation improvement for client-side
4921  688378 g_socket_join_multicast_group not working
4922  688518 gio-kqueue: use O_EVTONLY on MacOS
4923
4924
4925
4926 Overview of changes from GLib 2.34.0 to 2.35.1
4927 ==============================================
4928
4929 These two changes in particular may be slightly incompatible.  Please
4930 give feedback if they cause trouble:
4931
4932   * Signal handlers connected with g_signal_connect_object() are now
4933     automatically disconnected on target object destruction
4934
4935   * The ->constructed vfunc is now called after all properties are set
4936
4937 The remaining changes should not cause problems.
4938
4939   * g_type_init() is no longer necessary and has been deprecated
4940
4941   * GTask (the new GAsyncResult implementation) has landed 
4942
4943   * GLib version macros updated
4944
4945   * Update to Unicode 6.2
4946
4947   * Thread safety fixes for GFileMonitor in non-default main contexts
4948
4949   * GTimeZone support for old-format zoneinfo database (as on Mac OS)
4950
4951   * g_settings_bind() now works with non-canonical property names
4952
4953   * Fix crashes related to NULL connection passed to
4954     GBusNameVanishedCallback and document this situation
4955
4956 * Bugs fixed:
4957  118536 Make g_signal_connect_object'ed handlers disconnect when the data object is destroyed
4958  661767 merge/improve various bits of run-in-thread functionality
4959  682950 GFileMonitor crashing on high event count when running in different thread
4960  683642 Missing g_content_type_get_symbolic_icon
4961  684882 Gsettings should spaw a warning when binding against a low_underscored_property
4962  684909 codegen: Explicitly close output
4963  684912 Update to Unicode 6.2
4964  685037 g_strcmp0: Returns shall include values less and greater than zero
4965  685069 Leak in glib-compile-resources
4966  685208 missing g_return_if_fail
4967  685608 [Patch] Port gio tests from pygobject to pygi
4968  685697 Documentation typo in g_dbus_interface_skeleton_has_connection()
4969  685733 Call ->constructed() after all properties are set
4970  685787 gtestdbus: correct documentation typos
4971  685995 Crash in g_menu_exporter_name_vanished
4972  686091 Invalid reads in g_bytes_unref_to_data
4973  686119 dtrace, gobject_probes.d, the last three probes - semicolon missing
4974  686161 Deprecate g_type_init()
4975  686231 GBusNameVanishedCallback: document NULL connection
4976  686458 slightly increase poll duration in test_timed_wait 
4977
4978 * Translations updated
4979   Catalan (Valencian)
4980   Czech
4981   Danish
4982   Italian
4983   Lithuanian
4984   Norwegian bokmål
4985   Slovenian
4986
4987 Overview of changes from GLib 2.33.14 to 2.34.0
4988 ===============================================
4989
4990 * Bug fixes:
4991  654239 g_type_init()'s docs have no statement about how to...
4992  674620 Update GSettings migration guide for intltool updates
4993  676034 Fix doc annotation for g_ptr_array_ref()
4994  684278 Fix GIO build on Windows
4995
4996 * Translation updates:
4997  Brazilian Portuguese
4998  British English
4999  Bulgarian
5000  Catalan
5001  Galician
5002  German
5003  Hebrew
5004  Hindi
5005  Hungarian
5006  Kannada
5007  Latvian
5008  Marathi
5009  Spanish
5010  Telugu
5011
5012
5013 Overview of changes from GLib 2.33.12 to 2.33.14
5014 ================================================
5015
5016  * CVE-2012-3524: don't run dbus-launch from setuid binaries
5017
5018  * g_content_type_get_generic_icon_name():
5019      new API for getting the icon name for a mime type
5020
5021  * Introspection fixes:
5022   - GDBusConnection nullability fixes
5023   - give a box type to GTimeZone
5024
5025  * Drop GVFS_INOTIFY_DIAG
5026
5027  * Add a new "Writing GLib Applications" section to the reference
5028    documentation with general info on security, threads, etc.
5029
5030  * gwin32mount.c: Fix syntax error
5031
5032  * gresource tests: srcdir != builddir fixes
5033
5034  * tests/gvariant: Fix test on big endian architectures
5035
5036  * Fix regression in g_shell_parse_argv()
5037
5038 Bugs fixed:
5039  562907 g_shell_parse_argv() mishandles # (hash)
5040  683167 g_time_zone_new not introspectable
5041  683384 /gvariant/checksum-basic failure on big endian machines
5042  683641 Typo in gwin32mount.c
5043  683744 have a way to get the generic icon name for a mime type
5044
5045 Translation updates:
5046  Assamese
5047  Belarusian
5048  British English
5049  Czech
5050  Danish
5051  French
5052  Galician
5053  German
5054  Greek
5055  Hebrew
5056  Indonesian
5057  Indonesian
5058  Korean
5059  Lithuanian
5060  Marathi
5061  Marathi
5062  Polish
5063  Portuguese
5064  Punjabi
5065  Russian
5066  Serbian
5067  Slovenian
5068  Traditional Chinese
5069
5070 Overview of changes from GLib 2.33.10 to 2.33.12
5071 ================================================
5072
5073 * Add a G_DEFINE_QUARK macro
5074
5075 * Add symbolic icon support to drive, volume, and mount, file
5076   and content types
5077
5078 * Add API to allow thread-safe access to the same qdata item
5079
5080 * Bugs fixed:
5081  562907 g_shell_parse_argv() mishandles # (hash)
5082  627240 add G_DEFINE_QUARK
5083  672329 memory leaks in gutils.c and glib tests
5084  673012 Stable byte-level specification for normal form
5085  674805 gdbusproxy async test is broken
5086  679835 gvariant format string parsing (and assertions)...
5087  682075 gdbus: Fix double free and use after free of ob...
5088  682101 Provide a way to get a symbolic icon for a device
5089  682222 test_method_calls_on_proxy: assertion failed (e...
5090  682284 mount-op: use gint64 instead of guint64 for tim...
5091  682386 "make check" fails due to sys/resource.h not be...
5092  682560 leak fixes
5093  682586 gsettings-tool: make list-recursively really re...
5094  682819 EINTR-harden all the things
5095  682833 Handle EINTR for open()
5096  682849 drop the global lock for g_object_weak_ref
5097  682965 gdbus-tool: Check return value of strrchr()
5098  683088 gdbus-codegen: fix error when wrong interface n...
5099         Fix the build with gtk-doc-stub
5100         Don't crash if set_app_info is called before ad...
5101
5102 * Translation updates
5103  Assamese
5104  Galician
5105  Greek
5106  Indonesian
5107  Japanese
5108  Latvian
5109  Lithuanian
5110  Norwegian bokmål
5111  Polish
5112  Portuguese
5113  Punjabi
5114  Russian
5115  Spanish
5116  Traditional Chinese
5117  Vietnamese
5118
5119
5120 Overview of changes from GLib 2.33.8 to 2.33.10
5121 ===============================================
5122
5123 * New GTest API for testcases where log output is expected:
5124   g_test_expect_message()
5125
5126 * GMenuItem now has 'get' accessors and a construct-from-GMenuModel API
5127
5128 * GVariant now has a function to check a format-string for type
5129   compatibility
5130
5131 * win32: We now use overlapped IO to support multiple asynchronous
5132   operations (ie: reading and writing) at the same time.
5133
5134 * GMappedFile: Add g_mapped_file_get_bytes()
5135
5136 * The problems with g_file_make_directory_with_parents() should be
5137   resolved.
5138
5139 * The long-standing issues with placeholder generation of manpages are
5140   now resolved.
5141
5142 * gtlscertificate: Add GBytes based certificate and private-key props
5143
5144 * build: Switch back to using AS_IF for conditionals
5145
5146 * test coverage improvements, documentation improvements, leak fixes
5147
5148 * Bugs fixed
5149  326931 Better docs for G_GNUC_*
5150  550433 g_test_init doesn't recognize --help
5151  600751 GCompletion should better document if and how items memory is managed
5152  628193 Miscellaneous string fixes
5153  637460 man glib-genmarshal is hard to use
5154  674483 broken configure results when cross-compiling with gcc >= 4.5
5155  677065 GMappedFile: Add g_mapped_file_get_bytes()
5156  679288 win32: use overlapped events for streams
5157  679556 it's hard to use gtest when g_warning() is expected
5158  680823 g_file_make_directory_with_parents: Fix error propagation
5159  681319 gtlscertificate: Add certificate-bytes and private-key-bytes props
5160  681336 man pages not built if --enable-gtk-doc not specified
5161  681413 build: Switch back to using AS_IF for conditionals
5162  681501 gmem: array only partially filled with memcpy
5163  681854 Documentation fix for Howto compile a program with glib
5164  682025 Documentation correction
5165  682067 Fix problems with CLEANFILES and automake-1.11.1 
5166
5167 * Translations updated:
5168  Lithuanian
5169  Spanish
5170  Galician
5171  Telugu
5172  Serbian
5173  Assamese
5174  Marathi
5175  Indonesian
5176  Traditional Chinese
5177
5178 Overview of changes from GLib 2.33.6 to 2.33.8
5179 ==============================================
5180
5181 * GIO now has a g_file_delete_async function
5182
5183 * The defaults for GThreadPools max_unused_threads
5184   and max_idle_time values have been changed to
5185   2 and 15*1000, respectively.
5186
5187 * Bugs fixed:
5188  661767 merge/improve various bits of run-in-thread functionality
5189  680074 undefined symbol "get_C_locale"
5190  680121 g_cancellable_source_new: don't use a file descriptor
5191  680148 gthread: check for definition of PR_SET_NAME
5192  680310 Sorting of access points by strengh not working
5193  680704 g_utf8_strup() crash
5194  68076a0 GFile: Add g_file_delete_async()
5195  680787 Add .dir-locals.el to tell Emacs users not to use tabs...
5196  680823 g_file_make_directory_with_parents: Fix error propagation
5197  680994 STATIC_ASSERT in GDBusError docs don't have much utility
5198  681116 gtlscertificate: Add g_tls_certificate_equal() function
5199  681118 gtlsdatabase: Don't complain if no callbacks for async...
5200  669331 try to get gio tests working a little better on win32
5201  674314 Make gtk-doc not a hard dependency of GLib
5202  674800 gclosure: generic marshaller leaks return value
5203  675524 gsocket: FIONREAD undeclared (needs sys/filio.h)
5204  679509 use after free in g_dbus_action_group_describe_all_done()
5205  679996 gobject docs minor cleanup
5206  680459 Extra newline char in local implementation of g_applic...
5207  680505 object_path memory leak in gdbusobjectproxy.c
5208  680831 Deprecate and remove g_slice_[sg]et_config.*
5209  680912 gchecksum: Add g_compute_checksum_for_bytes()
5210  681151 checksum: Use functions instead of macros when buildin...
5211  681158 gtlscertificate: Don't confuse certificate and public ...
5212
5213 * Translation updates:
5214  Galician
5215  German
5216  Gujarati
5217  Hebrew
5218  Norwegian bokmål
5219  Serbian
5220  Slovenian
5221
5222
5223 Overview of changes from GLib 2.33.4 to 2.33.6
5224 ==============================================
5225
5226 * GAsyncInitable: partially revert the init_finish changes,
5227   some applications were found to rely on behaviour that
5228   was broken by these changes
5229
5230 * Bugs fixed:
5231  679617 win32: fix g_get_environ()
5232  679968 Add some annotations to GBytes, GVariantType...
5233  680111 GIOScheduler assumes GCancellable "cancelled...
5234
5235 * Translation updates:
5236  Spanish
5237
5238 Overview of changes from GLib 2.33.3 to 2.33.4
5239 ==============================================
5240
5241 * GMainContext: the source list has been reorganzied to
5242   avoid O(n) behaviour
5243
5244 * GRegex: Update included PCRE to 8.31 and expose new
5245   functionality in 8.x versions of PCRE
5246
5247 * GMountOperation gained a ::show-unmount-progress signal
5248   which provides information about slow unmount operations
5249
5250 * Bugs fixed:
5251  616892 gio: Add a boxed type for GFileAttributeMatcher
5252  619329 g_source_attach() O(n) in number of sources
5253  639771 g_dir_read_name() can also return NULL on error
5254  661767 merge/improve various bits of run-in-thread fun...
5255  667375 GAsyncInitable subclassing (and async subclassi...
5256  671545 Constify collect and lcopy strings in GTypeValu...
5257  674452 SEGFAULT in gio contenttype test
5258  674898 Deal with GLIB_VERSION_MIN_REQUIRED/MAX_ALLOWED...
5259  675504 Fix up GObject interface documentation
5260  677064 GString: Tweak documentation, add g_string_free...
5261  677578 error in PCRE error code conversion
5262  677579 update GRegexError for newer PCRE error codes
5263  678066 gdbus codegen does not work with python3
5264  678273 unicode othercasing is wrong in gregex
5265  678576 GIOScheduler performance enhancements
5266  678758 GTlsInteraction unlocks an unlocked mutex
5267  678808 GTestDBus issues
5268  678881 Test failures in /socket/timed_wait in some cas...
5269  678941 /contenttype/guess test case failure
5270  678944 gio returns the wrong default applications for ...
5271  678949 wrong definition of ulong_bool for 64 bit big e...
5272  678959 /mainloop/timeouts race condition: assertion fa...
5273  679193 update included pcre to 8.31
5274  679258 The 'Since' tag for G_SOURCE_CONTINUE and G_SOU...
5275  679473 Don't generate invalid property names
5276  679691 Add g_spawn_check_exit_status()
5277  679671 GDBusNodeInfo: the XML string must contain exac...
5278  676111 mount-operation: add show-unmount-progress signal
5279  679691 win32: fix build g_spawn_check_exit_status() wi...
5280  679813 Documentation bug on http://developer.gnome.org...
5281
5282 * Translation updates:
5283  Assamese
5284  Belarusian
5285  Bulgarian
5286  Galician
5287  Greek
5288  Norwegian bokmål
5289  Polish
5290  Spanish
5291  Traditional Chinese
5292  Vietnamese
5293
5294
5295 Overview of changes from GLib 2.33.2 to 2.33.3
5296 ==============================================
5297
5298 This release contains mostly bugfixes, cleanups and performance
5299 improvements (including many fixes contributed by Colin on the advice of
5300 Coverity).  There are a few notable externally-visible changes:
5301
5302 * Thumbnails are now in XDG_CACHE_HOME
5303
5304 * new GDBus API: per-thread g_dbus_connection_get_last_serial()
5305
5306 * GUnixOutputStream now has a can_poll() implementation
5307
5308 * New deep copy APIs for G(S)List: g_(s)list_copy_deep
5309
5310 * Bugs fixed:
5311  518309 Incorrect data*dir path in glib-gettextize output
5312  566994 Safer passing of -framework flag
5313  672889 GLib.utf8_validate does segfault
5314  673253 Not strict enough autconf test for libelf
5315  675024 adds g_list_copy_deep() and g_slist_copy_deep
5316  675168 prepare for thumbnails to move to XDG_CACHE_HOME
5317  675966 gresolver: More robust parsing of DNS responses
5318  676594 [Patch] fix g_reload_user_special_dirs_cache
5319  676825 Implement g_dbus_connection_get_last_serial ()
5320  677235 Clarify the comment at the top of gmarshal.list
5321  677527 OS X: gthread/spawn-async selftest failure
5322  677718 GDBusProxy: treat org.freedesktop.systemd1.Masked error as non-fatal
5323  677770 GUnixOutputStream does not implement can_poll
5324  677782 Install bash completion files in /usr/share
5325  677817 g_key_file_to_data adds extra blank lines in some cases
5326  677952 Missing annotation for GDBusConnection signal "closed"
5327  678052 g_wakeup_acknowledge is called too often.
5328  678273 unicode othercasing is wrong in gregex
5329  678333 gdbus-codegen code causes warnings under -Wfloat-equal
5330
5331 * Translations updated:
5332  Arabic
5333  Assamese
5334  Galecian
5335  Greek
5336  Spanish
5337  Telugu
5338
5339 Overview of changes from GLib 2.33.1 to 2.33.2
5340 ==============================================
5341
5342 * GLIB_VERSION_MIN_REQUIRED now defaults to the current stable version
5343
5344 * GIO input and output stream classes have grown GBytes-based methods
5345
5346 * GApplication now has hooks to register D-Bus objects before the bus
5347   name is taken
5348
5349 * Bugs fixed:
5350  605976 add g_type_ensure(), to ensure that a type has...
5351  660851 Breakage of code due to changes in the GThread...
5352  666386 Empathy doesn't open Redirect URI with particu...
5353  671139 need (transfer async) for io stream buffers
5354  672329 memory leaks in gutils.c and glib tests
5355  672548 g_utf8_validate: @str shouldn't end up annotat...
5356  674111 Provide an accessor for MimeType desktop entry...
5357  674483 broken configure results when cross-compiling ...
5358  674634 Add g_clear_pointer()
5359  674777 What's the (transfer) of g_variant_lookup()?
5360  675309 gkeyfile: Fix annotations for g_key_file_load_...
5361  675446 gfile: Plug memory leak in g_file_make_directo...
5362  675509 add extra dbus hooks
5363  675832 Incomplete gsettings bash auto-completion
5364  676208 The tmpl parameter to g_file_new_tmp can be NULL
5365  676265 GNetworkMonitor leaks a lot of memory
5366  676277 Document that g_app_info_create_from_commandli...
5367  676397 g_environ_* should work with NULL envp
5368  676398 g_spawn_* should take PATH from the passed env...
5369  676478 Broken gzip decoding
5370  676594 [Patch] fix g_reload_user_special_dirs_cache
5371  676816 Add more GLIB_AVAILABLE_IN_*
5372  676937 Document notify signal deduplication with free...
5373
5374 * Translation updates:
5375  Czech
5376  French
5377  German
5378  Greek
5379  Japanese
5380  Russian
5381  Slovenian
5382  Spanish
5383
5384
5385 Overview of changes from GLib 2.32.1 to 2.33.1
5386 ==============================================
5387
5388 * GApplication
5389  - can now have a NULL application ID
5390  - add accessors for determining dbus connection and object path
5391
5392 * g_clear_object: fix warnings when using it on C++ (due to lack of
5393   ability to implicitly cast void*)
5394 * add g_clear_pointer as a generic form of g_clear_object
5395
5396 * GDBus:
5397  - add our own implementation of the message bus for use on Windows only
5398  - fix up a few bugs that use of this bus uncovered in GDBus
5399  - escape nonce files in dbus addressess (think 'c:\')
5400  - support initial underscores in dbus codegen namespace (for private)
5401  - add GTestDBus for bringing up a session bus for testing purposes
5402  - gdbus-codegen: Avoid warnings in generated code
5403  - GDBusAuthObserver: Add a way to control what authentication mechanisms to use
5404  - 
5405
5406 * Fix misdetection of GNUstep as Cocoa (for the MacOS GSettings backend)
5407
5408 * make sure configure fails if AC_CHECK_ALIGNOF cannot detect the alignment
5409
5410 * GAppInfo
5411  - overwrite the DISPLAY only if it is set in the launch context
5412  - add accessor for StartupWMClass
5413
5414 * glib/tests/date: force US locale running the GDateTime tests
5415
5416 * Resources:
5417  - fix broken use of GVDB on big endian machines
5418  - set a 'display name' so that pretty file names appear in Gtk CSS
5419    warning messages
5420
5421 * GMainContext:
5422  - block child sources when blocking the parent
5423  - introduce more testcases for child sources
5424
5425 * GResolver: add support for MX, TXT, NS and SOA records
5426
5427 * GSocketControlMessage: Don't warn about unknown messages
5428
5429 * GIO:
5430  - implement GSeekable for the data and buffered stream classes
5431  - implement GPollable for many more classes as well
5432  - fix GConverterInputStream infinite loop when fill_buffer returns an error
5433  - fileinfo: document the correct type for trash::orig-path
5434
5435 * test coverage improvements and general fixes
5436
5437 * new 2.34 stuff: version macros, docs index section, etc.
5438
5439 * Build:
5440  - add --disable-modular-tests build option
5441  - don't require host binaries if tests are not enabled for cross-builds
5442
5443 * Translations updated
5444  Brazilian Portuguese
5445  Bulgarian
5446  Czech
5447  French
5448  Galician
5449  German
5450  Hebrew
5451  Hindi
5452  Italian
5453  Norwegian bokmål
5454  Polish
5455  Russian
5456  Russian
5457  Serbian
5458  Simplified Chinese
5459  Slovenian
5460  Spanish
5461  Telugu
5462
5463 Overview of changes from GLib 2.32.0 to 2.32.1
5464 ==============================================
5465
5466 * Bugs fixed:
5467  670254 glib-2.30.2: Fails /GDateTime/new_from_unix test
5468  672541 glib-compile-resources prepends --sourcedir to absolute paths
5469  673139 URL to mailing lists in README incorrect
5470  673174 g_input_stream_read[_finish]: document returning 0 on EOF
5471  673191 glib/gchecksum.c warning: dereferencing type-punned pointer...
5472  673216 [W32] gtestutils does not use path separators consistently
5473  673439 Properly deprecate g_value_{set,get}_char
5474  673612 Fails to decode dictionaries wrapped in two layers of array
5475  673803 gclosure: Support return values of GVariants
5476  669285 glib/tests/markup-parse fails under non-english locale
5477  673911 gio-2.0.pc lists full path to executables, breaking cross com..
5478  673762 gnextstepsettingsbackend.c:343: error: parse error before 'in'
5479
5480 * Updated translations:
5481  Belarusian
5482  British English
5483  Bulgarian
5484  Catalan
5485  Czech
5486  French
5487  German
5488  Hebrew
5489  Hindi
5490  Hungarian
5491  Italian
5492  Japanese
5493  Kannada
5494  Latvian
5495  Lithuanian
5496  Marathi
5497  Norwegian bokmål
5498  Odia
5499  Polish
5500  Serbian
5501  Slovenian
5502  Spanish
5503  Swedish
5504  Telugu
5505
5506
5507 Overview of changes from GLib 2.31.22 to 2.32.0
5508 ===============================================
5509
5510 * Bugs fixed:
5511  671988 Quickly registering / unregistering objects on bus...
5512  672095 glib needs stable sort function
5513  672406 glib/tests/include.c fails to build on FreeBSD
5514
5515 * Updated translations:
5516  Telugu
5517
5518
5519 Overview of changes from GLib 2.31.20 to 2.31.22
5520 ================================================
5521
5522 * Bugs fixed:
5523  531901 Use __builtin_bswap* for GUINT*_SWAP_LE_BE if building...
5524  653167 Out of tree build is broken on windows
5525  668973 Test /gvariant/parser fails on Solaris 10
5526  669797 gvfs now lists its fuse mounts
5527  670846 deadlock: GStreamer-WARNING **: wrong STREAM_LOCK count 0
5528  671664 gio-querymodules: unlink instead of writing empty cache
5529  671676 Glib can't be cross-compiled any more after merge of...
5530  671918 gnome-shell is inaccessible unless started while an AT...
5531  671942 GSocketMsgFlags: annotate as a flags
5532  671997 Unix signal handling assumes that volatile 1-byte writes...
5533  672013 GSimpleAsyncResult: support reliable cancellation
5534  672026 default log output should include pid and/or prgname
5535  672095 glib needs stable sort function
5536  672201 G_SPAWN_SEARCH_PATH should continue on ENODEV and ETIMEDOUT
5537  672239 request NO_REPLY from g_dbus_connection_call() with no as...
5538  672249 gdbusproxy leaks asyncresult in an error case instead of...
5539
5540 * Translation updates:
5541  Assamese
5542  British English
5543  Catalan
5544  Catalan (Valencian)
5545  Danish
5546  Esperanto
5547  Finnish
5548  French
5549  German
5550  Hungarian
5551  Korean
5552  Lithuanian
5553  Norwegian bokmål
5554  Polish
5555  Portuguese
5556  Russian
5557  Traditional Chinese
5558
5559
5560 Overview of changes from GLib 2.31.18 to 2.31.20
5561 ================================================
5562
5563 * Update to Unicode 6.1
5564
5565 * Update PCRE to 8.30
5566
5567 * Deprecations are now versioned, and new API is
5568   marked with the version it was introduced.
5569   Use these with GLIB_VERSION_{MIN,MAX}_REQUIRED
5570
5571 * The performance of signal emissions has been
5572   improved for simple cases
5573
5574 * Bugs fixed:
5575  529806 Cannot build in 64-bit Mac OS X due to libiconv
5576  580873 Documentation of register type functions incomplete
5577  592666 Document how to unset an attribute
5578  597785 g_type_class_add_private code snippet is a bad example
5579  621368 glib-2.24.1: FAIL: run-assert-msg-test.sh when updating...
5580  622149 --disable-regex breaks glib2 build
5581  639873 GBinding: Crash when binding two properties on the same...
5582  640202 For GLIB v. 2.23.6 and above: impossibility to build mu...
5583  668295 Need a way to classify GVolume instances
5584  669670 gasyncqueue: don't use deprecated g_cond_timed_wait()
5585  670542 Add version information for deprecations
5586  670557 gvaluetransform: Fix an infinite loop with GFlagsValue...
5587  670721 global variable for signal ID should be hidden
5588  670751 IceWM build fails due to the G_DEPRECATED_FOR macro
5589  670909 g_dbus_connection_call leaks when it receives an error...
5590  670922 Include path to gdbus-codegen in the pkgconfig file
5591  670969 GSequence lookup may fail if there was no sort prior to...
5592  671025 Constants and identifiers starting with a number are no...
5593  671270 make distclean failures
5594  671281 glib-compile-resources.xml is missing from the dist tar...
5595
5596 * Translation updates:
5597  Basque
5598  Belarusian
5599  Brazilian Portuguese
5600  Bulgarian
5601  Galician
5602  Hebrew
5603  Lithuanian
5604  Persian
5605  Punjabi
5606  Serbian
5607  Simplified Chinese
5608  Slovenian
5609  Telugu
5610  Traditional Chinese
5611  Uyghur
5612  Vietnamese
5613
5614
5615 Overview of changes from GLib 2.31.16 to 2.31.18
5616 ================================================
5617
5618 * GDBusProxy has now a flag, G_DBUS_PROXY_FLAGS_GET_INVALIDATED_PROPERTIES,
5619   which can be set to make GDBus automatically reload
5620   changed properties even if the propertychanged signal
5621   does not contain the new values.
5622
5623 * GApplication puts non-unique applications on the bus
5624
5625 * GApplication now has g_application_quit()
5626
5627 * g_async_queue_timed_pop has been deprecated in favor of
5628   the new g_async_queue_timeout_pop, which uses relative
5629   delays in microseconds instead of a GTimeVal.
5630
5631 * a huge number of API documentation fixes
5632
5633 * Bugs fixed:
5634  647986 put non-unique apps on D-Bus
5635  658484 vpn connection vs NetworkSecretDialog
5636  664237 GDateTime falls back to UTC if TZ is set
5637  669329 gthread-win32: update for g_get_monotonic_time() changes
5638  669330 glocalfile: fix error code when opening a directory on win32
5639  669372 glib/tests memory leaks.
5640  669412 mem leak in g_environ_unsetenv
5641  669538 Fix compilation of glib-compile-resources.c on Windows
5642  669544 gdbus-codegen example introspection XML is not complete
5643  669595 glib-mkenums: fix handling of forward enum declarations
5644  669670 gasyncqueue: don't use deprecated g_cond_timed_wait()
5645  669671 gobject: use #pragmas to avoid deprecated function warnings
5646  669689 Retrieve cwd and environ in local GApplicationCommandLine
5647  669810 socket/win32: flush pending read before signaling HUP
5648  669865 g_regex_fetch()
5649  670085 memory leak in g_output_stream_write_async
5650  670138 gbytes.h is missing the G_BEGIN/END_DECL guards
5651  670485 Simplify session API (shared bug with gtk+)
5652
5653 * Updated translations:
5654  Belarusian
5655  Danish
5656  Galician
5657  Serbian
5658  Telugu
5659  Hebrew
5660
5661
5662 Overview of changes from GLib 2.31.14 to 2.31.16
5663 ================================================
5664
5665 * GResource:
5666  - The resource compiler can now convert pngs into
5667    pixel data that can be used without parsing at runtime
5668    (requires gdk-pixbuf-pixdata to be present)
5669
5670 * Bugs fixed:
5671  669123 resource compiler: failing to-pixdata should...
5672  669173 resource: fix xml preprocess entity handling
5673  669224 Cross-compilation broken by data-to-c
5674  669253 gsettings set buggy on array values
5675  669334 fix memory leak in bookmark file parser
5676
5677 * Translation updates:
5678  Norwegian bokmål
5679  Spanish
5680
5681
5682 Overview of changes from GLib 2.31.12 to 2.31.14
5683 ================================================
5684
5685 * GResource:
5686  - GLib now includes a commandline utility, gresource,
5687    to explore resources in ELF files
5688  - The resource compiler can now optionally strip
5689    ignorable whitespace from XML resources
5690  - The resource compiler can now generate build dependencies
5691  - The resource compiler will now autoselect output formats
5692
5693 * GApplication:
5694  - The menu markup parser API has been dropped, the
5695    menu XML support lives in GTK+ now
5696
5697 * GValueArray has been deprecated
5698
5699 * Bugs fixed:
5700  626258 N-ary Trees - 'nodes' can be inserted before and after...
5701  634232 Core Dump / Aborted using g_key_file_to_data
5702  639099 schema compiler chokes on valid schema
5703  667228 Deprecate GValueArray
5704  667243 Add an element clear function to GArray
5705  667929 glib-compile-resources: xml resources doesn't need to...
5706  668250 g_date_time_format() produces a non-UTF8 string
5707  668468 'IP_ADD_SOURCE_MEMBERSHIP' undeclared
5708  668532 resources: add dependency generator to the resource compiler
5709  668539 resources: compiler should autoselect output format...
5710  668561 gresource-tool not internationalized
5711  668572 glib_cv_g_atomic_lock_free config.cache setting not honored...
5712  668650 GRealArray->clear_func should be initialized
5713  668756 GKeyFile: allow loading from empty strings
5714  668857 fix couple of typos in comments
5715  669024 goption: implement platform_get_argv0() for OpenBSD
5716
5717 * Updated translations:
5718  Galician
5719  Norwegian bokmål
5720  Spanish
5721  Traditional Chinese
5722
5723 Overview of changes from GLib 2.31.10 to 2.31.12
5724 ================================================
5725
5726 * GApplication:
5727  - Drop support for exporting menus - this functionality
5728    will be provided in GtkApplication
5729  - Add a way to create actions that change settings
5730
5731 * Bugs fixed:
5732  629503 Add async versions of g_unix_connection_{receive,send}_credentials
5733  656301 glib-compile-schemas should not create an empty file
5734  668071 mingw-gcc build fails on gio/gsocket.[c|h]
5735  668118 the big appmenu switcheroo
5736  668158 base64 encode and line termination
5737  668163 GDBusConnection: note that exit-on-close is sometimes TRUE
5738  668269 gsignal: add g_signal_handlers_disconnect_by_data
5739  668279 create GAction from GSettings
5740
5741 * Translation updates:
5742  Norwegian bokmål
5743
5744
5745 Overview of changes from GLib 2.31.8 to 2.31.10
5746 ===============================================
5747
5748 * GResource:
5749  - A new facility to allow linking data files into binaries
5750    and make them available as resources
5751  - Resources are compiled using glib-compile-resources
5752  - GIO supports resource:/// uris to access resources
5753
5754 * Bugs fixed:
5755  619126 Missing dependency libs
5756  658315 g_key_file_get_keys() should set length to 0...
5757  660371 is it ever valid to have 0 as a GError domain?
5758  666700 Add some missing (allow-none) annotations
5759  667375 GAsyncInitable subclassing (and async subclassing...
5760  667447 Missing many introspection annotations
5761  667790 Protect call to pthread_condattr_setclock with define
5762  667938 wrong gtypes generated for empty flags enums
5763
5764 * Translation updates:
5765  Hebrew
5766  Spanish
5767
5768
5769 Overview of changes from GLib 2.31.6 to 2.31.8
5770 ==============================================
5771
5772 * GObject:
5773  - The type checks for overriding properties have been loosened.
5774    In particular, it is now possible to add the CONSTRUCT flag
5775    to an overridden property
5776  - GWeakRef is a new API for weak references; unlike g_object_weak_ref
5777    and g_object_add_weak_pointer, it is thread-safe.
5778
5779 * GHashTable has grown new convenience api for use as a set:
5780   g_hash_table_add, g_hash_table_contains
5781
5782 * GSocketConnection has gained API for managing connection status
5783
5784 * GSettings: a native OS X backend has been added, under the
5785   name 'nexstep'
5786
5787 * Bugs fixed
5788  455640 Something fishy with GRegex and unicode
5789  548954 weak references are not threadsafe
5790  625751 Add G_FILE_ATTRIBUTE_FILESYSTEM_USED
5791  658871 gbacktrace: g_get_prgname () isn't called for a NULL argu...
5792  664069 gvariant: Never break out of g_variant_iter_loop
5793  664830 g_strescape doesn't natively handle \v (vertical tab)
5794  665211 GDBusConnection singleton access can race with disposal
5795  665805 Add GSocketClient::action, for tracking socket client status
5796  666116 some tests provoke undefined behaviour, which is undesira...
5797  666422 Unreachable code in gio gnetworkmonitornetlink.c
5798  666551 Crash in g_thread_xp_SleepConditionVariableSRW
5799  666595 menu parser disallows id='' on submenu and section
5800  666615 loosen property override flag restrictions
5801  666616 gobject: fix property override type checks
5802  666803 g_utf8_validate() fails to validate strings with known size
5803  666804 g_ateaxit deprecation warning in devhelp points in wrong ...
5804  666951 g_mkdtemp: Since version incorrect in docs
5805  666978 Fails to compile glib applications with ISO C90 compiler
5806  667098 ginetaddressmask leaks its address property
5807  667225 GSocket: add missing type checks to public methods
5808  667226 GSocket: fix an error return value
5809  667279 Sometimes crashes when launching commandline-crea...
5810  667285 Wrong keyname listed in documentation for g_deskt...
5811  667331 Use g_queue_free_full() convenience function
5812  667420 GHashTable GDB pretty printing is broken
5813
5814 * Updated translations
5815  Belarusian
5816  Bulgarian
5817  Hebrew
5818  Norwegian bokmål
5819  Norwegian Nynorsk
5820  Spanish
5821  Vietnamese
5822
5823
5824 Overview of changes from GLib 2.31.4 to 2.31.6
5825 ==============================================
5826
5827 * GApplication no longer has APIs for setting menus.  Those have been
5828   moved to GtkApplication.
5829
5830 * the GActionGroup import/export functionality has been decoupled from
5831   GApplication by the introduction of a new interface for the purpose of
5832   handling platform data: GRemoteActionGroup.  This allows Gtk to
5833   properly deal with platform data (and gdk threads) on window actions.
5834
5835 * lots of documentation improvements
5836
5837 * bug fixes and a huge number of memory leak fixes
5838
5839 * the test suite now passes on ARM and some of the GDBus testcase hangs
5840   we've been seeing have been resolved (although others could remain)
5841
5842 * g_bytes_get_data() API changed: now includes 'size' out parameter
5843
5844 * new g_queue_free_full() API similar to g_[s]list_free_full()
5845
5846 * desktop files: use standard "Keywords" now, not "X-GNOME-Keywords"
5847
5848 * gsettings commandline tool now has --schemadir option for schemas not
5849   installed in the usual place (ie: as part of plugins)
5850
5851 * Bugs fixed:
5852  643736 GApplication doesn't emit dbus signals on action updates
5853  657433 g_queue_free_full() missing
5854  664699 glib: documentation fixes
5855  665737 acquire/release gdk threads lock on incoming dbus
5856  665879 GBytes: add a size argument to g_bytes_get_data
5857  666113 various leaks in GLib, GIO are visible in the regression tests
5858  666115 various tests leak memory, obscuring real leaks in the library
5859  666145 Doc could be more explicite that g_thread_init calls can be droped
5860  666173 Configure warning - linux/netlink.h usability... no
5861  666296 Race condition in g_thread_xp_get_srwlock
5862  666415 Settings tools should allow specifying a schema directory 
5863
5864 * Translations updated:
5865  French
5866  Spanish
5867
5868 Overview of changes from GLib 2.31.2 to 2.31.4
5869 ==============================================
5870
5871 * EXPERIMENTAL: Menu support has been added to GApplication.  Menus
5872   are exported on the bus, alongside the actions that are already there.
5873   There have also been many related improvements to action group
5874   functionality.
5875
5876   These new APIs are subject to changes in the coming releases.  In
5877   particular, it seems somewhat likely that the APIs for registering
5878   menubars may change in order to accommodate windows with different
5879   types of menubars.
5880
5881 * GDBusConnection previously directly dispatched destroy notifies when
5882   unregistering objects if the current main context was the same context
5883   the object was exported on.  It now unconditionally dispatches these
5884   through an idle on the context.
5885
5886 * Clean up Requires in pc files. Linking against GIO no
5887   longer drags in gmodule. This may require dependency
5888   fixes here and there.
5889
5890 * Introduce GBytes, a data type for immutable, fixed-size
5891   byte sequences. This makes the pre-existing GBuffer
5892   API available outside GLib
5893
5894 * GDBusInterfaceSkeleton can now be exported on multiple
5895   connections
5896
5897 * Bugs fixed:
5898  600161 Do not use static GTypeInfo and GInterfaceInfo
5899  640077 GFileMonitor: Always send CHANGES_DONE_HINT after a move...
5900  641720 Misleading definition for local_command_line() in GApplic...
5901  648516 Little comment error and 2 useless lines of code
5902  651997 Dummy backend for gapplication
5903  652560 Test for g_ascii_strtod is failing
5904  662208 failure to initialize a GInitable should be considered...
5905  662718 GDBusInterfaceSkeleton should be able to export on multi...
5906  663291 GBytes: Immutable, refcounted sequence of bytes
5907  664406 Need context for a proper translation
5908  664455 Build fixes for GLib GIT master (2.31.x)
5909  664558 GDBusWorker.frozen has a value > 1 in a gboolean
5910  664559 sys/wait.h not available on windows
5911  664617 gdbus segfault error 4 in libgio-2.0.so.0.3102.0
5912  664635 GMemory{Out,In}putStream _async functions break sub-class...
5913  664809 Add command line option to gtester to allow skipping tests
5914  665067 cryptic assertion failure if nonsensical flag combinations...
5915  665184 Check ref. count before reffing/unreffing
5916  665298 Add 'Requires.private: libpcre' to glib-2.0.pc
5917  665391 update documentation around mainloops
5918  665607 ./configure is there for fiddling with cross-compile enviro...
5919  665634 g_dbus_node_info_new_for_xml() errors on unknown attributes...
5920  665685 Add a #define for the max length of a Unicode decomposition
5921  665733 GDBusConnection holds lock while calling destroynotify
5922
5923 * Translation updates:
5924  Norwegian bokmål
5925  Spanish
5926
5927
5928 Overview of changes from GLib 2.31.0 to 2.31.2
5929 ==============================================
5930
5931 * Monotonic time is now properly supported on Windows
5932
5933 * glib-mkenums: fix @ENUMPREFIX@ with /*< underscore_name=... >*/
5934
5935 * EXPERIMENTAL: introduce new GSettingsSchema and GSettingsSchemaSource
5936   APIs for the convenience of plugin system authors and those who wish
5937   to introspect the contents of schemas.  This API may change.
5938
5939 * Improve the performance of GObject property notifies.
5940
5941 * GDBus:
5942  - fix a race when unowning a name immediately after owning it
5943  - thread safety improvements on GDBusConnection
5944  - fixes for exit-on-close functionality
5945
5946 * Deprecations:
5947  - add G_SIGNAL_DEPRECATED
5948  - don't use G_DISABLE_DEPRECATED masking for functions anymore
5949
5950 * docs
5951  - tmpl/ is finally dead for glib
5952
5953 * GIO:
5954  - GInetAddressMask: new type for internet address range matching
5955  - various GIO file and stream fixes
5956  - improvements to attribute and fileinfo handling
5957
5958 Overview of changes from GLib 2.29/2.30 to 2.31.0
5959 =================================================
5960
5961 This release contains a huge number of changes (500 commits worth).  The
5962 list below attempts to summarise, but not every change is listed.
5963
5964 * Major changes to threading and synchronisation
5965  - threading is now always enabled in GLib
5966  - support for custom thread implementations (including our own internal
5967    support for errorcheck mutexes) has been removed
5968  - a whole lot of dead code (to deal with the non-threaded case) has
5969    been ripped out.  This includes the racy path of GMainContext that
5970    caused deadlocks with respect to child process exits in
5971    single-threaded programs (such as gtester).
5972  - libgthread is now an empty shell and g_thread_init() is no longer
5973    required (and has been deprecated)
5974  - GMutex and GCond can now be statically allocated without explicit
5975    initialisation.  Dynamic allocation for these types is deprecated.
5976  - new types GRecMutex and GRWLock can also be statically allocated
5977    without explicit initialisation.
5978  - GPrivate can now be statically allocated and has an improved API.
5979    Dynamic allocation of GPrivate is deprecated.
5980  - GStaticMutex, GStaticRecMutex, GStaticRwLock, GStaticPrivate are
5981    deprecated.
5982  - GCond now uses monotonic time internally and a new API takes
5983    monotonic time for timed waits, deprecating the wallclock API
5984  - removal of the insane macro indirection used in the previous
5985    implementation of threading and synchronisation APIs
5986  - use SRWLock and CONDITION_VARIABLE APIs when available on Windows
5987    (Vista and later) and emulate them on XP
5988  - leaks of G(Static)Private-allocated data on some cases of thread exit
5989    have been fixed
5990  - simplified new thread creation API with the old API deprecated.  The
5991    concept of joinability has disappeared (all threads are joinable) as
5992    have priority levels, 'bound'ness (ie: kernel vs. userspace threads)
5993    and ability to manipulate the stack size.
5994  - GThread is now a refcounted type
5995  - other implementation details changed
5996
5997 * Move headers for some deprecated functionality to a separate
5998   deprecated/ directory.
5999
6000 * New support for attribute-based deprecations to issue compiler
6001   warnings instead of breaking the build and/or giving warnings about
6002   implicit declarations (and possibly miscompiling).
6003
6004 * GCache has been deprecated (after its last use was removed from our
6005   platform over a year ago).
6006
6007 * It is no longer possible to include individual headers (like
6008   "ghash.h") -- you must #include <glib.h>.
6009
6010 * The misguided experiment of allowing the program to stumble along with
6011   missing GSettings schemas is now over -- the abort is back.
6012
6013 * Clarify that fork() is not valid while using GMainContext.  This is
6014   because the internal resources of the GMainContext end up being shared
6015   by both processes.  We had an assert here but it was breaking existing
6016   (valid) use cases as well, so it has been removed for now.
6017
6018 * GApplication
6019   - add ::shutdown signal as logical dual to ::startup
6020   - don't use a GMainLoop: iterate the GMainContext directly (improves
6021     quit logic)
6022
6023 * Several portability fixes for Windows, OpenBSD, Solaris
6024
6025 * Add new GValue API to specifically deal in signed chars (in case the
6026   platform defines 'char' as unsigned)
6027
6028 * some new API to mitigate the problems associated with calling setenv()
6029   in a multi-threaded program
6030
6031 * Use CLOCK_MONOTONIC unconditionally if the libc has support at compile
6032   time (ie: stop checking for kernel support at runtime).
6033
6034 * pkg-config files:
6035   - drop -uninstalled variants
6036   - remove gobject dependency on gthread
6037
6038 * New macro G_ATOMIC_LOCK_FREE is defined if the atomic operations are
6039   implemented without use of a mutex.  Cleaned up atomic-related
6040   compilation issues with mingw compilers on win32 systems.
6041
6042 * SOCKS proxy and resolver improvements
6043
6044 * Fix the spelling of G_IO_FLAG_IS_WRITABLE (was WRITEABLE) and
6045   introduce a macro for backwards compatibility.
6046
6047 * GDBus:
6048   - many code generation updates and improvements
6049   - some race condition fixes, including testcase hangs
6050
6051 * GVariant:
6052   - new g_variant_new_from_fixed_array() API
6053   - substantial docs improvements/clarifications
6054
6055 * GKeyFile is now refcounted and boxed
6056
6057 * mount monitoring is now based on /proc/mounts (where available)
6058   instead of mtab
6059
6060 * new macros G_SOURCE_CONTINUE and G_SOURCE_REMOVE for returning from
6061   GSourceFunc (so you don't have to remember what TRUE and FALSE mean)
6062
6063 * use xlocale functions where available to avoid too much heavy lifting
6064   in functions like g_ascii_strtod()
6065
6066 * GMappedFile can now be created from an fd
6067
6068 * error message strings grammar/i18n fixes
6069
6070 * many docs updates
6071
6072 * Partial list of bugs closed:
6073  70598  Unify GStaticMutex and GMutex.
6074  320888 optimization for g_main_context_wakeup
6075  398418 GChildWatch race condition?
6076  527214 g_timer_elapsed() returns random values
6077  580505 add a way to set/get name for a thread
6078  583511 race condition means g_main_loop_quit() does not work
6079  590808 GKeyFile should have a refcount and a boxed type in GObject
6080  592715 Document that g_str_hash() and g_int_hash() are not NULL safe
6081  631413 Add macros for GSourceFunc return values
6082  632049 not immediately clear what g_variant_get_fixed_array expects
6083  640212 "Error stating file" is not a friendly message
6084  640293 Use xlocale functions to implement g_ascii_strtod()
6085  640975 Check that error exists before trying to set it
6086  643934 GApplication lacking a logical dual for the ::startup signal
6087  651268 assertion failed in GDBus worker thread
6088  653987 g_key_file_get_integer cannot interpret trailing spaces
6089  654412 Documentation for g_variant_get_child_value unclear
6090  654563 info capplet: Failed to calculate disk space
6091  655366 missing GSettings schemas lead to obscure crashes
6092  656621 g_spawn_*() calls executables in current directory
6093  656679 [gi] Add two annotations to gio
6094  657992 Add glib__private__() API to share between glib,gio
6095  658188 _set_as_last_used_for_type generates a broken mimeapps.list
6096  658206 gsocks5proxy.c has invalid gettext use
6097  658207 glib-compile-schemas says "can not"
6098  658558 simpleaction: Fix documentation of :enabled
6099  658683 clean up charset/language threading issues
6100  658692 add introspection annotations to g_time_val_from_iso8601()
6101  658715 Duplicite strings
6102  658769 Invalid reuse of GError in GThreadedResolver
6103  658806 sign error in string hash implementation
6104  658976 gdbus-codegen's C namespace option needs to support Ugly_Case
6105  659070 gdbus-codegen generated code segfaults when property changes
6106  659082 gdbus-codegen: Single letter namespaces get dropped from names
6107  659212 GMappedFile should fail on non-regular files
6108  659324 _SPLICE_CLOSE_TARGET doesn't mark the output stream as closed
6109  659423 Use adaptive mutexes when available
6110  659427 Move deprecated code to a separate directory
6111  659646 gdbus-codegen produce code that warnings at build
6112  659690 Possible build warning in code generated by gdbus-codegen
6113  659699 property name collision when generating code for "Connection"
6114  659754 Add API to GMappedFile that allows to pass FD
6115  659838 incorrect types in introspection for g_object_bind_property
6116  659866 pthread_rwlock_t requires defined __USE_UNIX98
6117  659870 gvalue: Fix signedness of g_value_get_char()
6118  659889 glib-2.29.92/gio-2.0.pc.in has a wrong line.
6119  659916 GObject size of 64K is not actively enforced
6120  659920 Missing setter for read/write property 'closed' of GIOStream
6121  659923 Add g_variant_new_fixed_array() function
6122  660013 Remove old g_atomic configure cruft
6123  660096 glib/rwlock tests failure (tests asserted)
6124  660130 Possible loss of user data when updating mimeapps.list
6125  660147 tracker causes g_critical in "gsettings list-recursively"
6126  660413 Make G_ASSERT_STATIC work with clang
6127  660498 Generated test code fails when the codegen changes
6128  660511 Use /proc/mounts for monitoring mounts, not /etc/mtab
6129  660536 Expose options for /etc/fstab entries
6130  660635 Deprecate g_thread_foreach
6131  660637 Pending dbus method calls not canceled on connection loss
6132  660739 kill off g_{mutex,cond}_{new,free}()
6133  660740 make GThread more standard
6134  660741 g_cond_timedwait is a disaster
6135  660743 macro wrappers for g_once_init_enter/leave
6136  660744 finish killing g_thread_init()
6137  660745 GPrivate leaks on Windows
6138  660791 [gio] Improve doc for g_file_make_directory_with_parents()
6139  660843 asyncqueue-test is broken
6140  660849 Remove cruft from g_strerror and g_strsignal
6141  660886 GDBusProxy: don't drop/complain about unknown props/signals
6142  660887 g_slice_set_config() is broken
6143  660994 Add g_main_context_ref_thread_default()
6144  661255 gio: enable test_peer regression test for OpenBSD
6145  661257 giomodules.c uses ":" instead of G_SEARCHPATH_SEPARATOR_S
6146  661318 tests use pthread without appropriate compiler/linker flags
6147  661421 Applications fail to initialize on GNU Hurd - commit
6148  661438 Implement G_GNUC_DEPRECATED/G_GNUC_DEPRECATED_FOR on Visual C++
6149  661711 Sorting keys for GDrive, GVolume and GMount instances
6150  661763 desktop-app-info: Add support for X-GNOME-Keywords
6151  661896 /gdbus/connection/life-cycle is racy
6152  661914 Gstreamer/Totem locks up
6153  662100 regression: g_dbus_connection_close() triggers exit-on-close logic
6154
6155 * Translations updates:
6156  Belarusian 
6157  Brazilian Portuguese
6158  British English 
6159  Bulgarian 
6160  Catalan 
6161  Catalan (Valencian)
6162  Czech 
6163  Danish 
6164  Esperanto
6165  French 
6166  Gujarati
6167  Hebrew 
6168  Hungarian 
6169  Italian 
6170  Japanese
6171  Lithuanian
6172  Norwegian bokmål
6173  Oriya
6174  Polish 
6175  Russian 
6176  Serbian
6177  Simplified Chinese
6178  Slovak 
6179  Slovenian
6180  Spanish 
6181  Tamil
6182  Vietnamese
6183
6184 Overview of changes from GLib 2.29.18 to 2.29.90
6185 ================================================
6186
6187 * API/ABI changes:
6188  - unix signal watches now match the API of all of the other sources
6189  - revert the addition of g_date_time_source_new () from last release
6190
6191 * networking and other fixes for Solaris
6192  - we no longer support symbolic port names (ie: from /etc/services)
6193  - check if -lsocket is needed
6194  - fix g_socket_details_from_fd()
6195  - avoid getmntinfo
6196  - fix some harmless warnings
6197
6198 * GDateTime improvements:
6199  - generally improved standards compliance (with C99)
6200  - support C99-specified format strings: %g, %G, %V, %c, %C, %w
6201  - consult the locale for the preferred 12-hour time format (%r)
6202  - drop support for non-standard %N and broken %W
6203  - better support for formatting non-POSIX (eg: Arabic) numerals
6204  - locale-related test case fixups, and fix some leaks
6205
6206 * GTlsInteraction: add interaction method invocation guarantees
6207
6208 * gdbus-codegen: post-process all interfaces when parsing >1 file
6209
6210 * make GMainLoop, GMainContext and GSource boxed types
6211
6212 * fix a race condition in the first use of g_get_monotonic_time()
6213
6214 * lots gtk-doc cleanups
6215
6216 * better intltool compatibility when generating pot file
6217
6218 * avoid GCC-specific compiler options when not using GCC
6219
6220 * Translation updates:
6221  Belarusian
6222  Brazilian Portuguese
6223  Canadian English
6224  Galician
6225  Indonesian
6226  Korean
6227  Lithuanian
6228  Norwegian bokmål
6229  Portuguese
6230  Spanish
6231  Swedish
6232
6233 Overview of changes from GLib 2.29.16 to 2.29.18
6234 ================================================
6235
6236 * GDateTime is now respecting LC_TIME when formatting
6237
6238 * GTimeZoneMonitor has been removed again
6239
6240 * A new API for wallclock functionality has been added:
6241   g_date_time_source_new(). This API is still experimental
6242   and may be changed or removed before 2.30.
6243
6244 * Bugs fixed:
6245  628904 Add credential support for FreeBSD and fix a socket issue
6246  650763 gdbus-codegen is broken with python 2.7
6247  655129 GDateTime could provide api for implementing wall clocks
6248  656341 gtlsconsoleinteraction.c uses getpass() which isn't avail...
6249  656387 GCancellable can be used concurrently
6250  656443 Make GTlsInteraction ask_password cancellable
6251  656675 void functions should not return in glib 2.29.16
6252  656772 g_variant_compare for uint64 incorrect
6253  656914 Load GIO_EXTRA_MODULES first, and ignore duplicates
6254  657083 The header langinfo.h is not available on all systems
6255  657084 gfileutils: fix docs/annotations for temp file methods
6256  657138 Some files missing in POTFILES.in
6257  657206 GInputStream leaked in g_file_icon_load_async()
6258  657243 g_cancellable_set_error_if_cancelled() documentation
6259  657274 Use detected PYTHON variable as shebang for gdbus-codegen
6260  657336 Speling fixes for glib found with codespell
6261  657452 plural forms needed
6262  657454 Translation comment needed
6263  657540 Print out file:// URL to coverage HTML report after building
6264  657593 g_test_trap_fork calls close(-1)
6265  646082 Addresses from GSocket should be normalized before returning
6266  657517 fix gio/tests/gdbus-peer on bsd
6267
6268 * Translation updates:
6269  Brazilian Portuguese
6270  Galician
6271  Norwegian bokmål
6272  Punjabi
6273  Russian
6274  Serbian
6275  Spanish
6276  Swedish
6277  Traditional Chinese
6278  Uighur
6279
6280
6281 Overview of changes from GLib 2.29.14 to 2.29.16
6282 ================================================
6283
6284 * GTlsDatabase: an abstract class that provides support
6285   or certificate and key lookup. An implementation will
6286   be provided in glib-networking
6287
6288 * GHmac: Support or HMAC digests
6289
6290 * Misc new API:
6291  - g_ptr_array_add_full: creates a GPtrArray with
6292    a preallocated size and a destroy function
6293  - g_desktop_app_info_get_show_in: checks if a GDesktopAppInfo
6294    should be shown in a given desktop environment
6295  - g_mkdtemp, g_mkdtemp_full, g_dir_make_tmp: create
6296    temporary directories
6297
6298 * Unify thread wakeup implementations of GMainContext
6299   and GCancellable, and use eventfd for it when available
6300
6301 * Show mounts in $XDG_USER_DIR in addition to /media and $HOME
6302
6303 * Bugs fixed:
6304  636572 GTlsCertificateDB
6305  644601 Some tests need a running dbus session
6306  652284 deal with small key lengths
6307  652827 glib-2.29.8 no longer builds with mingw.org's toolchain
6308  653063 PEM parser fails parsing private key when put first
6309  654078 Fail to static linking with Glib library
6310  654450 New functions: g_ptr_array_new_full()
6311  654793 Add G_VALUE_INIT
6312  655044 GDesktopAppInfo: Add g_desktop_app_info_get_show_in()
6313  655148 gdbusconnection is broken when compiling with mingw
6314  655241 glocalfile.c no longer compiles with MinGW GCC
6315  655598 g_cancellable_get_fd: silently return -1 for NULL cancellable
6316  655664 gdbus should not abort if no dbus session is available
6317  655769 Use ZLIB_CFLAGS when compiling gio
6318  656031 Improve GVariant annotations
6319  656048 glib-codegen requires Python >= 2.5
6320  656151 configure test logic inverted, doesn't match comments
6321  656152 GCC only syntax used, yet other compilers allowed by configure.
6322  656162 allow use of lcov 1.9 for coverage
6323  656282 GDBusProxy: uninitialized local variables can be freed
6324  656283 Failing tls connection cause assertion
6325  118563 Add g_mkdtemp in the spirit of g_mkstemp
6326  636405 Add g_return_if_fail() to g_settings_bind_with_mapping()
6327  656039 race condition between GDBusProxy signals and public API
6328  656492 g_io_channel_new_file failure (open(2) behavior wrt POSIX)
6329
6330 * Translation updates:
6331  Bulgarian
6332  Esperanto
6333  French
6334  Galician
6335  German
6336  Hebrew
6337  Indonesian
6338  Italian
6339  Norwegian bokmål
6340  Russian
6341  Spanish
6342  Swedish
6343
6344
6345 Overview of changes from GLib 2.29.12 to 2.29.14
6346 ================================================
6347
6348 * Unicode improvements
6349  - add g_unicode_script_{to,from}_iso15924
6350  - add G_UNICODE_SPACING_MARK define
6351  - more normalisation improvements
6352  - stop using deprecated g_unicode_canonical_decomposition()
6353
6354 * GParamSpec:
6355  - mark the 'name' field as 'const' and add a comment to the header to
6356    help avoid future problems caused by bad hacks
6357
6358 * Merge some (modified) patches from Debian:
6359  - 03_blacklist-directories.patch
6360    - add some blacklisted mount directories
6361  - 60_wait-longer-for-threads-to-die.patch
6362    - sleep longer in a test case, if needed to avoid failing
6363
6364 * Units policy change: prefer use of SI units
6365  - deprecate g_format_size_for_display, add g_format_size(_full)
6366
6367 * GSettings: don't call g_error() when the schema is missing
6368
6369 * GVariant support for arrays of object paths:
6370  - new g_variant_{new,get,dup}_objv API
6371  - support for g_variant_{new,get} '^ao' and '^a&o' similar to '^as'
6372
6373 * GDBus:
6374  - use new improved array-of-objects support and pass 'ao' as char**
6375    instead of GVariant*
6376  - improve handling of 'h' type (Unix file descriptor index)
6377
6378 * GIO:
6379  - fix compilation without USE_STATFS and USE_STATVFS
6380
6381 * Documentation fixes
6382
6383 * Bugs fixed:
6384  622921 Migrate from dbus-glib to glib's GDBus
6385  648271 Add g_unicode_script_to_iso15924()
6386  654948 Stop using deprecated g_unicode_canonical_decomposition()
6387  654988 g_atomic_int_add should document behaviour change
6388  655025 #define G_UNICODE_SPACING_MARK G_UNICODE_COMBINING_MARK
6389  655076 normalization misses some Full_Composition_Exclusion=True. 
6390
6391 * Translations updated:
6392  Spanish
6393
6394 Overview of changes from GLib 2.29.10 to 2.29.12
6395 ================================================
6396
6397 * Add new API to do Unicode (de-)composition in atomic steps,
6398   for use in Harfbuzz.
6399
6400 * Bugs fixed:
6401  615895 (indirectly) support non-NULL-terminated regexes in GRegex
6402  617949 glib trunk fails to compile on Solaris w/ Studio 12...
6403  620423 Document the possibility to unset attributes
6404  627974 Floating reference headaches
6405  644687 Not finding cross-links in current doc set
6406  649246 g_output_stream_splice() cannot be used on 32-bit machines...
6407  653841 a helper script to build glib from git master on win32
6408  653935 g_slist_free_full/g_list_free_full iterates twice in the list
6409  654017 tests: fix glib_translations_work() in gsettings unit test
6410  654085 Don't needlessly use "echo -e" when creating .def files
6411  654195 Add g_unichar_compose() and g_unichar_decompose()
6412  654232 GCancellable eventfd problems
6413  654394 suspicious use of floating references in GDBusInterfaceSkeleton
6414  654536 GSettings: lift key name length restriction to 64
6415  654627 GParamSpec: intern property names
6416  654651 Better g_unicode_canonical_decomposition()
6417  654917 Make g_cclosure_marshal_generic the default signal handler
6418
6419 * Translation updates:
6420  Belarusian
6421  Finnish
6422  Korean
6423  Latvian
6424  Lithuanian
6425  Norwegian bokmål
6426  Turkish
6427
6428
6429 Overview of changes from GLib 2.29.8 to 2.29.10
6430 ===============================================
6431
6432 * New features:
6433  - g_desktop_app_info_get_nodisplay: a function that is required
6434    to port gnome-menus to GDesktopAppInfo
6435  - g_hash_Table_iter_replace: new function to replace a value
6436    while iterating over a hash table
6437  - g_utf8_substring: convenience API to extract substrings from
6438    UTF-8 strings
6439  - g_action_group_add_entries: convenience API for creating lots
6440    of actions quickly
6441  - Use eventfd instead of pipes for waking up main contexts and
6442    for cancellation when available
6443  - GMatchInfo is now a refcounted boxed type
6444
6445 * API changes in GAction:
6446  - the 'set_state' entry in the GActionInterface vtable has been
6447    renamed to 'change_state
6448  - g_action_set_state has been renamed to g_action_change_state
6449  - the 'state' property has been changed to read-only
6450  - GSimpleAction can no longer be subclassed
6451
6452 * Bug fixes
6453  647796 g_variant_new_variant is not marked as constructor
6454  652072 gmain: make use of signalfd()
6455  652168 Crosscompiling Fails if build<=2.24 and host >2.24
6456  652750 make dist fails
6457  652758 GDataInputStream: Clarify g_data_input_stream_read_line docs...
6458  652822 Add a g_hash_table_iter_replace
6459  652897 tiny docs clarification for g_utf8_to_ucs4_fast
6460  653140 gmain: use Linux eventfd() for main context wake up
6461  653429 drop AM_MAINTAINER_MODE or enable it by default
6462  653484 GAsyncCallbacks should default to allow-none
6463         Add missing fundamental types to the generic marshaller
6464
6465 * Translation updates
6466  Belarusian
6467  Galician
6468  Russian
6469
6470 Overview of changes from GLib 2.29.6 to 2.29.8
6471 ==============================================
6472
6473 * Bug fixes
6474  646608 export_symbols variable for gio dynamic library is wrong
6475  646635 Fix introspection of GLib
6476  647930 Documentation: GDataInputStream _read_upto() version
6477  651745 Switch to _ prefixing rather than G_GNUC_INTERNAL
6478  651920 Improve qsort_r detection
6479  651959 gbitlock: "asm goto" is not available in gcc < 4.5
6480  651998 gdbus-codegen: Use relative Python imports
6481  652000 Fix for gatomic.c on Windows/MSVC
6482  652002 Proposal to clean up gvaluetransform.c for MSVC
6483  652025 g_dbus_connection_register_object: error is not set...
6484  652081 Typos in a GBinding warning message
6485  652197 Improper handling of double values in GDBusMessage
6486         Fix a deadlock in gobject finalization
6487
6488 * Translation updates:
6489  Czech
6490  Galician
6491  German
6492  Hebrew
6493  Norwegian bokmål
6494  Spanish
6495  Uighur
6496
6497
6498 Overview of changes from GLib 2.29.4 to 2.29.6
6499 ==============================================
6500
6501 * Atomic operations have been rewritten from scratch to make use
6502   of gcc builtins where possible. As a side-effect of this, calls
6503   to g_atomic_ API with explicit casts may now be problematic; if
6504   that happens to you, try first to remove the casts. Another
6505   side-effect of the rewrite is that g_atomic_int_exchange_and_add
6506   has been deprecated in favor of g_atomic_int_add.
6507
6508 * A full set of atomic operations on pointers has been added,
6509   including bit locks in pointer-size locations.
6510
6511 * Access to quarks is now lockless
6512
6513 * GObject data scalability has been greatly improved
6514
6515 * g_data_time_format now supports alternative digits and padding
6516
6517 * Introspection improvements:
6518  - Add a boxed type for GVariantBuilder
6519  - Annotation fixes in GDBus, GVariant, g_base64_
6520
6521 * Bugs fixed:
6522  502560 g_rand_double_range returns 'inf'
6523  612729 g_mkdir_with_parents can fail if the directory already exists
6524  617491 g_once() implementation is inefficient
6525  619418 Add a performance test for UTF-8 decoding functions
6526  619435 Make g_utf8_to_ucs4_fast() yet faster
6527  626549 G_STATIC_ASSERT_EXPR
6528  631231 bitlock: Fix detection and usage of futexes with Bionic
6529  632294 g_queue_remove() should return a boolean
6530  640518 GMainLoop has quadratic complexity when all pollfd's...
6531  642026 Race condition in g_static_private_free
6532  646635 Fix introspection of GLib
6533  648678 g_date_time_format(): support %O flags for localized numbers
6534  649480 Use MSG_CMSG_CLOEXEC in recvmsg in gio/gsocket.c
6535  649506 GTestFunc et al lacking Since tag
6536  649657 Don't return gboolean for functions that throw
6537  649775 glib-gio-gdbuscodegen-Makefile.patch
6538  649915 gsettings accepts unquoted strings longer than two characters
6539  649973 gthread: build unix tests only on unix
6540  649988 gdbus-codegen: Drop dependency on argparse
6541  650078 forkbomb building glib/tests/protocol
6542  650211 Optimization in key file parsing
6543  650236 Application over DBus implements action state incorrectly
6544  650345 g_key_file_has_key_full: New function to fix g_key_file_has_key...
6545  650458 reduce overhead in g_object_set/get_data
6546  650459 hash table consistency while calling destroy notify funcs
6547  650688 enforce rules about hash table modification
6548  650823 expand the set of atomic ops
6549  650874 codegen chokes on docs
6550  650882 use stdout instead of stderr for informational messages
6551  650884 fix compilation with gcc2
6552  650885 implement glib credentials on OpenBSD (hackish)
6553  650935 G_GNUC_MAY_ALIAS and atomic ops
6554  651009 minor documentation fix
6555  651034 Regarding g_cond_wait after g_thread_pool_push in gthreadedresolver
6556  651133 race condition in GDBusConnection's emit_signal_instance_in_idle_cb
6557  651141 hashtable infinite loop
6558  651219 fix path to true(1) on OpenBSD
6559  651223 Fix some compile warnings on OpenBSD
6560  651327 Minor fixes for the gsocket API
6561  651467 Add pointer sized bitlocks
6562  651650 gdbus: Avoid busy wait loop
6563  651725 gmain: Cleanups and a new test case
6564  651745 Switch to _ prefixing rather than G_GNUC_INTERNAL
6565
6566 * Updated translations:
6567  Catalan (Valencian)
6568  Esperanto
6569  Hebrew
6570  Hungarian
6571  Russian
6572  Spanish
6573
6574
6575 Overview of changes from GLib 2.29.2 to 2.29.4
6576 ==============================================
6577
6578 * GDBus:
6579  - Includes several new types to support modeling D-Bus
6580    objects and interfaces more fully, and also introduces
6581    an 'object manager' pattern:
6582    GDBusInterface, GDBusObject, GDBusObjectManager
6583    These interfaces have client-side implementations:
6584    GDBusProxy, GDBusObjectProxy, GDBusObjectManagerClient
6585    And server-side implementations:
6586    GDBusInterfaceSkeleton, GDBusObjectSkeleton, GDBusObjectManagerServer
6587  - The new gdbus-codegen utility uses these new classes
6588    to generate C code and documentation from D-Bus interface
6589    descriptions in XML
6590
6591 * GTest:
6592  - There is now a g_test_fail() function to mark
6593    tests as failed
6594
6595 * GDesktopAppInfo
6596  - Now has a binding-friendly filename property
6597  - Other new API to more fully expose desktop file contents:
6598    g_desktop_app_info_get_categories(),
6599    g_desktop_app_info_get_generic_name()
6600
6601 * GHashTable:
6602  - Several optimizations to reduce space consumption of
6603    large hash tables, in particular tables that are used
6604    to store sets.
6605
6606 * Unix-specific APIs:
6607   GLib now installs a separate header, glib-unix.h, that is
6608   meant to collect Unix-specific APIs. For now, it contains
6609   g_unix_open_pipe(), g_unix_set_fd_non_blocking() for dealing
6610   with pipes and fds, as well as APIs to create mainloop
6611   sources which can trigger callbacks on certain Unix
6612   signals (SIGTERM, SIGHUP, SIGINT).
6613
6614 * Bugs fixed:
6615  631379 GDBus nonce-tcp test failing
6616  632631 GLib-CRITICAL **: g_variant_new_string: assertion `g_utf8_validate (string, -1, NULL)' failed
6617  635694 gdbus aborting due to unauthorized socket in DBUS_SESSION_BUS_ADDRESS
6618  637561 Crash when using G_DBUS_SERVER_FLAGS_RUN_IN_THREAD
6619  642935 g_date_time_format() prints wrong value for %z and timezone -0800
6620  643134 g_dbus_message_copy
6621  644941 glib-unix: New Unix-specific API
6622  646013 g_hash_table_remove_all_nodes optimization
6623  646309 glib cannot be cross-compilled for mingw32
6624  646435 GTimeZone doesn't seem to be thread-safe
6625  646957 GIO chained calls don't work with a thread default context
6626  647594 README link to mailing list is broken
6627  647602 Cannot connect to remote message bus via TCP
6628  647746 The GSocketService documentation is incomplete.
6629  647826 API: gtester: Add g_test_fail()
6630  647903 GDesktopAppInfo: Add g_desktop_app_info_get_categories()
6631  648416 g_app_info_create_from_commandline ignores SUPPORTS_STARTUP_NOTIFICATION
6632  648423 Support G_DEBUG=trap-warnings
6633  648425 GDesktopAppInfo: Add "filename" property for bindings
6634  648966 Update g_unichar_iswide and g_unichar_iswide_cjk
6635
6636 * Updated translations
6637  Norwegian bokmål
6638  Spanish
6639  Turkish
6640  Uighur
6641
6642
6643 Overview of Changes from GLib 2.28.0 to 2.29.2
6644 ==============================================
6645
6646 * GApplication
6647  - The documentation has been enhanced and clarified
6648  - An opt-out for uniqueness has been added: G_APPLICATION_NON_UNIQUE
6649  - GApplication now syncs settings before g_application_run() returns
6650
6651 * GDBus
6652  - Interface lookups are now happening in constant time
6653  - Signature checking and handling of various unexpected
6654    situations has been improved
6655
6656 * GVariant
6657  - The format accepted by the GVariant parser has beend documented
6658  - GVariant accepts G_VARIANT_TYPE_VARDICT for a{sv}
6659
6660 * GDateTime:
6661  - The return value of g_datetime_compare() has been fixed to
6662    match strcmp() semantics
6663  - In order to handle problems with changing timezones, a GTimeZoneMonitor
6664    has been added to GIO, and g_time_zone_refresh_local() can be
6665    called to update the cached information about the local timezone
6666
6667 * GOption now uses /proc/self/cmdline to set the program name instead
6668   and only falls back to "<unknown>" if that is unavailable
6669
6670 * GSettings:
6671  - The schema compiler now warns about references to non-existing schemas
6672
6673 * Commandline utilities are now fully translated
6674
6675 * Signals can now indicate that collecting their arguments must
6676   always happen, even in the absence of connected signal handlers,
6677   using the G_SIGNAL_MUST_COLLECT flag.
6678
6679 * Bugs fixed:
6680  635099 Memory leak in gdbus introspection when parsing xml
6681  640489 $ and ^ do not match lines if G_REGEX_MULTILINE|G_R...
6682  642042 Overriding GDBus org.freedesktop.DBus.Properties im...
6683  642052 g_timeout_add(_seconds) cannot handle large intervals
6684  642490 notify_desktop_launch() "g_variant_new_bytestring:...
6685  613269 g_type_get_qdata() doesn't work as I expected on subtypes
6686  624943 G_VALUE_NOCOPY_CONTENTS is undocumented
6687  637738 object_interface_check_properties never actually executes
6688  638185 GIOCondition should be annotated as "flags"
6689  639478 GDBusServer's g_dbus_server_new_sync() function should just...
6690  641755 Add g_settings_get/set_uint() helpers
6691  641768 dconf gsettings backend silently drops writes if it can't...
6692  642797 g_app_info_get_default_for_type() broken for subtypes
6693  642825 Unnecessary assertion failure in g_option_context_parse()
6694  642944 NULL key lookup using g_hash_table_lookup_extended()
6695  643074 Incorrect documentation for g_socket_receive() and g_socket...
6696  643197 g_application_id_is_valid docs imply no valid ids
6697  643468 GApplication docs: Warn that handling "command-line" means...
6698  643478 GApplication::local_command_line vfunc documentation seems wrong
6699  643624 Can g_variant_unref() on an already free'd variant
6700  643649 g_application_run() should say that argc/argv can be NULL
6701  643780 shouldn't need to create an action group to use actions...
6702  643795 g_timeout_add_seconds fires with intervals 1 second longer...
6703  644309 Program name is not set when using GtkApplication
6704  644428 Crash in failure section of g_markup_collect_attributes()
6705  644465 undefined reference to `_usleep'
6706  644552 g_timeout_add_seconds(1, ...) may have a latency of up to 2...
6707  644607 Correct internal definition of C_()
6708  645789 annotations for g_file_*_contents
6709  646039 g_settings_list_children() returns child that cannot be opened
6710  646310 Accept range with only min or max
6711  646420 g_dbus_method_invocation_get_parameters() docs should say...
6712  646843 occasional abort on autologin
6713  646985 add G_APPLICATION_NON_UNIQUE flag
6714  647579 gsettings: Implement reset-recursively
6715  647600 gsettings description has typo
6716
6717 * Translation updates
6718  Afrikaans
6719  Bulgarian
6720  Bengali India
6721  British English
6722  Bulgarian
6723  Catalan
6724  Czech
6725  Danish
6726  French
6727  Galician
6728  German
6729  Greek
6730  Gujarati
6731  Hebrew
6732  Hungarian
6733  Italian
6734  Japanese
6735  Korean
6736  Lithuanian
6737  Polish
6738  Portuguese
6739  Romanian
6740  Serbian
6741  Simplified Chinese
6742  Spanish
6743  Swedish
6744  Traditional Chinese
6745  Uighur
6746  Vietnamese
6747
6748
6749 Overview of Changes from GLib 2.27.93 to 2.28.0
6750 ===============================================
6751
6752 * Bugs fixed:
6753 641363 GInitable documentation isn't clear about that finalize...
6754 641395 Add more data about the origin application to the "Lau...
6755 641411 gdesktopappinfo signals lost if it's the session bus...
6756 641477 glib-mkenums uses unportable #! line
6757 641572 Add @EXEEXT@ to pkgconfig binary name
6758 641688 glib installs GSettings.html and gsettings.html
6759
6760 * Translation updates:
6761  Galician
6762  Italian
6763  Korean
6764  Punjabi
6765
6766
6767 Overview of Changes from GLib 2.27.92 to 2.27.93
6768 ================================================
6769
6770 * Bugs fixed:
6771  637013 gio/gdbusmessage.c fails to compile on Solaris
6772  640192 Error creating a Gio.Settings object through py...
6773  640261 Minimum version for external pcre needs to be..
6774  640262 GActionGroup contains redundant TYPE macros
6775  640436 Make load_user_special_dirs() resistant to non...
6776  640695 g_key_file_load_from_file() mishandles a CR-LF...
6777  640724 can't compile gio due to format string issues
6778  640725 can't compile tests due to format string issue
6779  640807 improve GVariant behaviour with invalid pointers
6780  640823 wrong documentation for g_source_add_child_source
6781
6782 * Translation updates:
6783  Bulgarian
6784  Galician
6785  Hebrew
6786  Norwegian bokmål
6787  Spanish
6788  Traditional Chinese
6789
6790
6791 Overview of Changes from GLib 2.27.91 to 2.27.92
6792 ================================================
6793
6794 * Update to Unicode 6.0
6795
6796 * Update PCRE to 8.12
6797
6798 * Bugs fixed:
6799  637696 g_unix_connection_send_fd() doesn't work
6800  638872 null settings backend bug
6801  640042 GtkApplication's warning about not connecting...
6802
6803 * Translation updates:
6804  Arabic
6805  Basque
6806  Estonian
6807  Greek
6808
6809 Overview of Changes from GLib 2.27.90 to 2.27.91
6810 ================================================
6811
6812 * Bugs fixed:
6813  638838 gdesktopappinfo: Don't crash if we don't have a desktop filename
6814  638894 Splitting on \s* gives no result
6815  639064 Update gschema.dtd
6816  639084 Copy/paste error in GSettings::writable-changed signal
6817  639177 SIGSEGV for GApplications with G_APPLICATION_IS_SERVICE
6818
6819 * Translation updates:
6820  Estonian
6821  Galician
6822  Indonesian
6823
6824
6825 Overview of Changes from GLib 2.27.5 to 2.27.90
6826 ===============================================
6827
6828 * Test reports created by gtester-report can now
6829   include revision information
6830
6831 * The g_desktop_app_info_launch_* family of functions
6832   now emit a DBus signal when an application is launched.
6833   Additionally, there is a new variant
6834   g_desktop_app_info_launch_uris_as_manager(), which
6835   gives more control over the launched process.
6836
6837 * The memory and null GSettings backends are now available
6838   as public API
6839
6840 * g_get_locale_variants() is a new function that returns a
6841   list of variants of a locale identifier
6842
6843 * Bugs fixed:
6844  587898 I/O timeouts for GSocket
6845  606960 gio: Add extension point for informing parties...
6846  631980 Handle an optional <revision> node in the report...
6847  634569 Document that g_variant_builder_add_value consumes...
6848  635998 Make _g_compute_locale_variants public
6849  636806 Add g_{memory,null}_settings_backend_get_default
6850  637262 Need a binary DER version of ::accepted-cas
6851  637544 Skip fsync() on btrfs
6852  637720 void functions should not return a value.
6853  637738 object_interface_check_properties never actually...
6854  637759 GIOChannel: fix a crash in g_io_channel_read_chars()
6855  637852 Updates to glib.vsprops file for MSVC 2008 builds...
6856  637858 Updates to test/testglib.c...
6857  638349 parameter name of g_variant_new_* may conflict...
6858
6859 * Translation updates:
6860  Hebrew
6861  Norwegian bokmål
6862  Simplified Chinese
6863  Spanish
6864  Swedish
6865  Uyghur
6866  Vietnamese
6867
6868
6869 Overview of Changes from GLib 2.27.4 to 2.27.5
6870 ==============================================
6871
6872 * Network support:
6873  - Add g_tls_certificate_verify() to verify a certificate
6874  - Add GTlsConnection:use-system-certdb
6875  - Other TLS api additions
6876
6877 * GIO:
6878  - Add g_io_stream_splice_async()/_finish() to splice two iostreams
6879  - Add g_emblemed_icon_clear_emblems() and make GEmblemedIcon derivable
6880  - Remove GPeriodic; it did not receive the necessary review and
6881    integration work to declare it stable
6882
6883 * GSequence:
6884  - New methods g_sequence_lookup() and g_sequence_lookup_iter()
6885
6886 * Bugs fixed:
6887  617254 Missing g_sequence_lookup
6888  632544 g_dbus_connection_send_message can not send a locked message...
6889  633350 g_hostname_to_ascii() ignores non-ascii dots
6890  634583 Better error reporting for g_variant_parse()
6891  635007 gsetting enum rule don't work for out-of-srcdir builds
6892  635626 GDBus message idle can execute while flushes are pending
6893  636100 Can't read GSettings:backend property
6894  636305 Typo on g_queue_remove_all() function description
6895  636311 appinfo: tweak application positioning for content-types
6896  636351 g_simple_async_result_is_valid lacks a version tag
6897  636387 gdb autoload files shadow the "dir" builtin
6898  636673 g_simple_async_report_error_in_idle should allow object...
6899  637147 Add a "delay-apply" property to GSettings
6900  637171 emblemedicon: add g_emblemed_icon_clear_emblems()
6901  637237 gapplication: plug a memory leak
6902
6903 * Translation updates:
6904  Estonian
6905  Galician
6906  Hebrew
6907  Norwegian bokmål
6908  Simplified Chinese
6909  Spanish
6910  Traditional Chinese
6911  Vietnamese
6912
6913
6914 Overview of Changes from GLib 2.27.3 to 2.27.4
6915 ==============================================
6916
6917 * GIO
6918  - Mounts are treated as hidden if they have a path element
6919    that starts with a dot
6920  - GAppInfo gained API to differentiate between recommended
6921    and fallback mime handlers
6922  - g_cancellable_create_source: creates a GSource that triggers
6923    when the GCancellable is canceled
6924  - GPollableInput/OutputStream: Interfaces for pollable streams
6925  - TLS support has landed, with an extension point that is
6926    implemented in glib-networking
6927
6928 * GLib
6929  - Mainloop sources can now have 'child sources'
6930  - g_get_runtime_dir: New function to return the XDG_RUNTIME_DIR
6931
6932 * Bugs fixed:
6933  530786 GFileMonitor "changed" signal underdocumented
6934  588189 TLS support for GSocket*
6935  630357 g_object_new_valist uses uninitialized memory
6936  630559 typo in public string in gsocks: 'The SOCKSv5 require...
6937  632445 Documentation refers to removed GNOME 2.0 porting guide
6938  634239 Child GSources
6939  634241 Add pollable input/output streams
6940  634504 allow passing a NULL emblem to g_emblemed_icon_new()
6941  634613 unsufficient g_get_user_runtime_dir() documentation
6942  635640 schema should inherit gettext-domain from schemalist
6943  635768 Protect g_file_monitor_set_rate_limit() against negative...
6944  635882 Fix the wrong-category schema test
6945  635187 Wrong type of GVariant received in an action...
6946
6947 * Updated translations:
6948  Galician
6949  Italian
6950  Norwegian bokmål
6951  Uyghur
6952
6953
6954 Overview of Changes from GLib 2.27.2 to 2.27.3
6955 ==============================================
6956
6957 * The GTimeSpec type that was introduced in the 2.27.2 has been
6958   dropped again in favour of APIs that return microseconds as
6959   64-bit integer.
6960   Affected functions:
6961   g_source_get_time
6962   g_periodic_unblock
6963   g_get_monotonic_time
6964   g_get_real_time
6965   The similar GTimeVal struct is still around, but its use is
6966   discouraged.
6967
6968 * GTimer is now using monotonic time unconditionally
6969
6970 * There are some new functions to facilitate error reporting
6971   in async GIO APIs:
6972   g_simple_async_result_take_error
6973   g_simple_async_result_new_take_error
6974   g_simple_async_report_take_gerror_in_idle
6975
6976 * There is new convenience API to us GVariant dictionaries:
6977   g_variant_lookup
6978
6979 * It is now possible to delay sending match rules to the
6980   D-Bus daemon in GDBus:
6981   G_DBUS_SIGNAL_FLAGS_NO_MATCH_RULE
6982
6983 * Support has been added for XDG_RUNTIME_DIR:
6984   g_get_user_runtime_dir
6985
6986 * Various fixes for Win64/MSVC builds have been committed
6987
6988 * Bugs fixed:
6989  620263 Add g_clear_object, g_clear_pointer, g_clear_boxed
6990  633075 update Project Files and sources for MSVC 2008/C89
6991  633381 gsettings Makefile rules should handle empty list...
6992  633685 Use g_simple_async_result_{new_,}take_error
6993  633686 Add g_simple_async_report_take_gerror_in_idle
6994
6995 * Translation updates:
6996   Belarusian
6997   Galician
6998   Hebrew
6999   Punjabi
7000   Spanish
7001
7002
7003 Overview of Changes from GLib 2.27.1 to 2.27.2
7004 ==============================================
7005
7006 * GApplication
7007  - Export actions over DBus and support activating them from remote instances
7008  - Support environment passing
7009
7010 * GSettings
7011  - The gsettings utility has a list-recursively command
7012  - The gsettings utility has commandline completion for enum values
7013
7014 * GLib is now linked against librt and uses monotonic time for
7015   timeouts and GPeriod sources. GSource has a new g_source_get_time()
7016   which returns monotonic time, and g_source_get_current_time() has
7017   been deprecated
7018
7019 * Bugs fixed:
7020  158725 free linked list with data
7021  626320 GVariant: Avoid locking in g_variant_get_child_value() if possible
7022  629247 add gsimpleasyncresult methods to take over a GError
7023  629274 GNetworkService does not do fallback when there is no SRV record
7024  631264 gsettings-tool choice/range support
7025  631482 g_date_time_from_instant: 1000000000000000000
7026  632169 docs for manual use of gsettings-data-convert
7027  632571 Add equivalent to gconftool-2's -R option
7028  633115 GSettings m4 doesn't fail the build for broken schemas
7029  633206 Default g_application_local_command_line() doesn't set exit_status...
7030  633339 support more complex gapplication setups
7031  633356 Make timeout G_MAXINT mean "no timeout"
7032
7033 * Translation updates:
7034  Catalan (Valencian)
7035  Indonesian
7036  Japanese
7037
7038
7039 Overview of Changes from GLib 2.27.0 to 2.27.1
7040 ==============================================
7041
7042 * GDateTime now has full week number support.
7043   New API: g_date_time_get_week_numbering_year
7044
7045 * The GSettings schema compiler will now skip over
7046   broken .xml schema files instead of aborting altogether
7047
7048 * GSettings now works properly on bigendian systems
7049
7050 * GSettings has more complete support for ranges
7051   New API:
7052     g_settings_get_range
7053     g_settings_range_check
7054   The gsettings commandline tool supports ranges too.
7055
7056 * GApplication has been rewritten; see the API docs for details
7057   and examples. The action support is not complete yet.
7058
7059 * The GLib mainloop has gained 'dispatch to context' functionality,
7060   which can replace manually created idles in many cases.
7061   New API:
7062     g_main_context_invoke
7063     g_main_context_invoke_full
7064
7065 * The gio-desktop-app-info-lookup extension point has been
7066   removed from GIO. GIO now uses x-scheme-handler mimetypes when
7067   looking for default applications.
7068
7069 * On win32, make g_get_user_data_dir() return the CSIDL_LOCAL_APPDATA
7070   folder on Windows, and not CSIDL_PERSONAL. This matches what Qt does,
7071   and has been widely requested. Also make g_get_user_config_dir() return
7072   this and not the (roaming) CSIDL_APPDATA folder.
7073
7074 * A periodic event clock has been added in GIO: GPeriodic. Note that this
7075   API is still experimental and expected to undergo changes before it
7076   will be incorporated into a stable GLib release. Use at your own risk.
7077
7078 Bug fixes:
7079  613822 gobject signal connect/disconnect not thread safe
7080  618737 "dispatch to context" functionality
7081  620710 g_get_user_data_dir() uses CSIDL_PERSONAL and not CSIDL_APPDATA
7082  623400 acquire context before dispatching
7083  627126 gsettings schema files don't get installed on FreeBSD
7084  627171 g_socket_new_from_fd() doesn't set the right protocol
7085  628876 Wrong error description
7086  628937 gracefully handle broken schemas
7087  629274 GNetworkService doesn't fallback when there is no SRV record
7088  629289 g_error() used wrong, produces core dump
7089  629687 leaks class refcount in gsocketcontrolmessage
7090  629849 GLib-CRITICAL **: g_source_get_context: assertion `!SOURCE_...
7091  629945 GDBus deadlock in g_bus_get_sync()
7092  630000 g_date_time_difference
7093  630077 GDateTime week number support
7094  630185 Allow NULL strings in g_quark_try_string()
7095  630797 docs mention non-existent g_object_dispose()
7096  630968 gschema-compile problems on power g5
7097  631263 GSettings needs range/choice APIs
7098  631264 gsettings-tool choice/range support
7099  631379 GDBus nonce-tcp test failing
7100  631410 Port gapplookupgconf.c to using x-scheme-handler/
7101  632884 Possible deadlock in g_object_remove_toggle_ref()
7102
7103 Transation updates:
7104  Basque
7105  Brazilian Portuguese
7106  British English
7107  Bulgarian
7108  Czech
7109  Dutch
7110  Estonian
7111  French
7112  Galician
7113  German
7114  Greek
7115  Hebrew
7116  Hungarian
7117  Japanese
7118  Lithuanian
7119  Polish
7120  Portuguese
7121  Romanian
7122  Simplified Chinese
7123  Slovenian
7124  Spanish
7125
7126
7127 Overview of Changes from GLib 2.25.15 to GLib 2.27.0
7128 ====================================================
7129
7130 Build:
7131   - massive restructuring to reduce #include abuse
7132   - tweaks to silence some harmless compiler warnings
7133   - rename gschema-compile.c to glib-compile-schemas.c
7134   - Windows fixes
7135   - fix building with zlib < 1.2.4 on win32
7136
7137 GDateTime:
7138   - better msgctxt for translating month and weekday names
7139   - API is changed quite a lot, implementation is improved
7140   - GTimeZone is now exposed
7141
7142 GObject:
7143   - make ordering for overridden interface properties consistent
7144   - ->priv structures are limited to 64k but this was not documented,
7145     and exceeding this limit produced bad results.  Add docs and enforce
7146     the limit properly.
7147   - add g_object_class_install_properties() to install multiple
7148     properties in one go
7149   - improve debugging output for GValue containing G_TYPE_STRV
7150
7151 GIO:
7152   - fix priority sorting of GIO extensions
7153   - add GCredentials support on FreeBSD
7154   - fix support for IPv6 addresses in URI parsing functions
7155   - GSocketClient fixes for when g_socket_connect succeeds immediately
7156   - clarify string encoding for GFile constructors in docs
7157   - new functions g_data_input_stream_read_upto{,async,finish}
7158   - tweak confusing documentation for g_output_stream_write()
7159
7160 GDBus:
7161   - GDBusMessage can now be locked and copied (like in libdbus)
7162   - GDBusConnection filter function API has changed again
7163   - GDBusServer: ::new-connection now declares if the connection was claimed
7164   - add a partial workaround for GObject bug 627724.
7165   - very many memory leaks fixed
7166
7167 GVariant:
7168   - check for size == 0 in g_variant_get_bytestring to avoid a crash
7169     when attempting to get_bytestring() from an empty array
7170   - improve gobject-introspection annotations
7171
7172 GSettings:
7173   - add GSettings Windows registry backend
7174   - some internal tweaks to the backend API
7175   - remove g_settings_list_items
7176   - add g_settings_list_children and _list_keys to replace it
7177   - add schema compiler restrictions for dealing with lists
7178   - don't automatically emit value changed signals on writability
7179     changes
7180
7181 Other:
7182   - constify the 'parser' vtable param to g_markup_parse_context_push()
7183   - plug many memory leaks in test cases
7184
7185 Bugs closed:
7186   50076 Time API to go with date API
7187  584284 g_data_input_stream_read_until_async different from sync version
7188  624546 Modification of GDBusMessage in filter function
7189  626919 Let g_object_class_install_property() return the installed GParamSpec*
7190  628029 GDateTime missing get_week_of_year method
7191  628253 Interface properties not listed in a consistent order
7192  628331 Plug lots of mem leaks in gio test suite
7193  628345 Plug a mem leak
7194  628436 Plug a mem leak
7195  628505 Fix building with zlib < 1.2.4 on win32
7196  628839 [PATCH] datetime: Rename shadowing variables
7197  628904 [PATCH] Add credential support for FreeBSD and fix a socket issue
7198  628952 incorrect glib_major_version and other variables on cygwin.
7199  629192 g_strdup_value_contents(): dump GStrv more usefully
7200  629251 g_socket_client_async_connect_complete: assertion failed
7201  629259 Failed to connect to "::1"
7202  629328 g_markup_parse_context_push doesn't respect const structs
7203  629429 month "May" short and full form same with "GDateTime" msgctxt
7204  629689 GDBusConnection leaks its GCredentials
7205  629698 Segfault in g_variant_get_bytestring() 
7206
7207 Updated translations:
7208   Arabic
7209   Armenian
7210   Basque
7211   British English
7212   Czech
7213   Finnish
7214   Galician
7215   German
7216   Hungarian
7217   Indonesian
7218   Japanese
7219   Lithuanian
7220   Norwegian bokmål
7221   Polish
7222   Portuguese
7223   Punjabi
7224   Simplified Chinese
7225   Slovenian
7226   Spanish
7227   Swedish
7228   Swedish
7229   Traditional Chinese
7230
7231 Overview of Changes from GLib 2.25.14 to GLib 2.25.15
7232 =====================================================
7233
7234  * GIO
7235   - Memory leak fixes
7236   - The GZip(De}Compressor can now process header information
7237   - Support for network proxies has been added, with the GProxy
7238     interface and the gio-proxy-resolver extension point. GIO
7239     includes SOCKSv4 and SOCKSv5 implementations, and libproxy
7240     is also going to provide an implementation of this extension
7241     point.
7242   - There are GAction and GActionGroup interfaces now, which will
7243     be used in GApplication in the near future.
7244
7245  * GObject
7246   - There are now convenience macros for defining boxed and
7247     pointer types
7248
7249  * GDBus
7250   - Memory leak fixes
7251   - GDBusProxy for well-known names can now auto-restart
7252     the service if the name owner disapperas
7253   - Filter functions are now allowed to modify messages
7254
7255  * GLib
7256   - GDateTime is a replacement for GDate that supports time
7257     and timezone information.
7258
7259  * Bugs fixed:
7260   50076 Time API to go with date API
7261  449565 Add G_DEFINE_BOXED_TYPE()
7262  617691 Add GZIP header processing to GZlibCompressor/GZlibDecompressor
7263  622184 add g_memory_output_stream_steal_data
7264  624546 Modification of GDBusMessage in filter function
7265  627088 Build failure in gdbus-peer.c on FreeBSD
7266  627181 save a memdup
7267  627182 Plug a mem leak in the gdbus-connection test
7268  627187 Plug some gdbus mem leaks
7269  627188 gdbus-non-socket test occasionally fails
7270  627252 G_OPTION_FLAG_NO_ARG is only for callback options
7271  627392 gdbus commit 8a3a4596 breaks win32 compile
7272  627407 FTBFS on !linux UNIX platforms
7273  627604 String error: 'that' twice in a row
7274  627969 ABR in g_file_open_tmp
7275  628084 gdbus-peer fails with assertion
7276  628193 Miscellaneous string fixes
7277  628296 abort() in gsocketconnection.c
7278  628309 Plug a mem leak in GConverterOutputStream
7279  628317 GEmblemedIcon:equal implementation is buggy
7280  628323 Fix invalid reads
7281  628327 Plug a mem leak
7282  628328 Plug a mem leak
7283  628329 Don't leak the FD list
7284  628324 Invalid reads in gdbus-export test
7285
7286  * Updated translations:
7287   British English
7288   Danish
7289   Galician
7290   Hebrew
7291   Punjabi
7292   Serbian
7293   Spanish
7294   Traditional Chinese
7295
7296
7297 Overview of Changes from GLib 2.25.13 to GLib 2.25.14
7298 =====================================================
7299
7300 * GDBus
7301  - Make the closure variants of GDBus apis work
7302  - Make error unregistration work
7303  - Use async IO in the IO thread (626748)
7304
7305 * GIO
7306  - Make g_simple_async_result_is_valid work without source (626208)
7307  - GSocketClient: add a timeout property
7308  - Fix memory leaks in GSocketClient
7309  - Handle async vs. sync correctly in GSocketConnection stream (616458)
7310  - Declare stream base classes as abstract
7311  - Clarify semantics of g_output_stream_write() (627071)
7312
7313 * Other
7314  - Improve test coverage for GDBus, GRegex, GAsyncResult
7315  - Drop dead code in pcre, xdgmime
7316  - Fix a race condition in gtester (578295)
7317  - Avoid an extra allocation in GAsyncQueue (626704)
7318  - Add test case for non-socket GIOStream (626841)
7319  - More explicit GVariant docs (622770)
7320  - Imroved docs for GAsyncInitable and GSimpleAsyncResult (602417)
7321
7322 * Translation updates:
7323  - Galician
7324  - Norwegian bokmål
7325  - Punjabi
7326  - Simplified Chinese
7327  - Swedish
7328
7329
7330 Overview of Changes from GLib 2.25.12 to GLib 2.25.13
7331 =====================================================
7332
7333 +-------------------------------------------------------------------+
7334 |   WARNING: There have been no breaks in API or ABI.  Weird, eh?   |
7335 +-------------------------------------------------------------------+
7336
7337 The primary purpose of this release is to fix a serious problem with
7338 glib 2.25.12: glibconfig.h (as generated on a Fedora amd64 system) was
7339 being distributed in the tarball.  It was being used to build some parts
7340 of glib on other systems (eg: 32bit ones).  This was causing some very
7341 serious problems.
7342
7343 There have been many other improvements, however:
7344
7345  Build and testing:
7346   - vastly improved test coverage
7347   - old tests moved to the gtester framework
7348   - gtester Makefile modified so that the tests only run once
7349   - cleanup of how we handle includes while building glib
7350
7351  GVariant:
7352   - add a g_return_if_fail (utf8) to g_variant_new_string()
7353
7354  GDBus:
7355   - perform extra sanity checks when serialising messages
7356   - add API to query and set the byteorder of a GDBusMessage
7357   - improve debug output, add some extra options
7358   - if exiting due to the bus disconnecting us, print an error message
7359     explaining why
7360   - sort property names correctly
7361   - don't bother sending RemoveMatch when we will close the connection
7362     anyway
7363   - use effective uid/gid for credential passing
7364
7365  GSettings:
7366   - add G_SETTINGS_BIND_INVERT_BOOLEAN for inverting boolean bindings
7367     without mapping functions
7368   - mark all strings in the schema compiler for translation
7369
7370  Binding:
7371   - improve closure support for bindings
7372   - copy GSettings INVERT_BOOLEAN flag
7373
7374  Other:
7375   - fix another complicated GCancellable deadlock possibility
7376
7377 Bugs closed:
7378  599590 glib build doesn't look for correct pkg-config
7379  619026 avoid warning in gutils.h when using gcc with -Wconversion
7380  624739 Please fix POTFILES.in
7381  625472 Valgrind claims uninitialized bytes used
7382  625500 g_date_set_time_val documentation doesn't mention local time
7383  625628 GDBusProxy: wrong property name sorting
7384  625753 Incorrect flags used in g_dbus_connection_call_sync()
7385  625827 Expand documentation about error quark naming
7386  625988 builddir != srcdir issues
7387  626107 glibconfig.h is being disted
7388
7389 Updated translations:
7390  French
7391  Galician
7392  Hebrew
7393  Norwegian bokmål
7394  Spanish
7395
7396
7397 Overview of Changes from GLib 2.25.11 to GLib 2.25.12
7398 =====================================================
7399
7400 +-------------------------------------------------------------------+
7401 | WARNING: There have been many API changes in GDBus -- sending     |
7402 | messages, subscribing to signals, closing connections and         |
7403 | registering subtrees are affected.  The ABI for GSettingsBackend  |
7404 | has also been changed.  For both reasons, a new dconf release is  |
7405 | required (and will be along soon).                                |
7406 +-------------------------------------------------------------------+
7407
7408 Build:
7409   - cleanup automake setup
7410   - rename configure.in to configure.ac
7411   - various docs fixups
7412   - move glibconfig.h to glib/
7413   - disable dtrace support on Mac OS (which has incompatible 'dtrace')
7414
7415 GSettings:
7416   - add support for vendor override files (to change the default values
7417     in a schema)
7418   - change GSettingsBackend vtable
7419   - add g_settings_reset()
7420   - support binding to G_TYPE_STRV properties
7421
7422 GDBus:
7423   - many bug fixes, including a serialisation fix
7424   - stop handling incoming connections as soon as stop() is called
7425   - proper support for file descriptor passing
7426   - new flags parameter for sending messages
7427   - new flags parameter for subscribing to signals
7428   - always reset the message serial when sending a message unless
7429     G_DBUS_SEND_MESSAGE_FLAGS_PRESERVE_SERIAL is given
7430   - constness fixes for introspection structures
7431   - clean ups to subtree registration API
7432
7433 Other:
7434   - fix divide by zero bug in g_malloc_n functions
7435   - GIO: don't blindly assume that SOCK_CLOEXEC is supported
7436   - make GObject property notify freezes threadsafe
7437   - GIO: clean up credentials passing
7438   - GApplication: make default-quit not apply if register=FALSE
7439   - GIO: add annotations for gobject-introspection
7440
7441 Bugs closed:
7442  166020 use GAtomic for refcounting
7443  617483 Credentials passing
7444  622005 [GApplication] no way to modify the "default-quit" property
7445  623293 vendor override files
7446  623810 Message serialization bug
7447  623815 Don't check sender for GDBusProxy objects where name is not set
7448  624473 GDBusSubtreeIntrospectFunc return type
7449  624483 GDBusSubtreeEnumerateFunc clarification
7450  624484 GDBusSubtreeDispatchFunc clarification
7451  624754 gdbusaddress.c missing sys/wait.h
7452  624968 div by zero in g_malloc_n family
7453  624991 GSettings mapping for G_TYPE_STRV 
7454  625383 Add missing GI annotations
7455
7456 Updated Translations:
7457  Armenian
7458  Galician
7459  German
7460  Hebrew
7461  Kazakh
7462  Romanian
7463  Simplified Chinese
7464  Spanish
7465
7466 Overview of Changes from GLib 2.25.10 to GLib 2.25.11
7467 =====================================================
7468
7469 +-------------------------------------------------------------------+
7470 | WARNING: There have been minor API changes in GDBus and GVariant. |
7471 | These API changes will not affect many users, but they do require |
7472 | a new version of GTK+ to be installed.                            |
7473 +-------------------------------------------------------------------+
7474
7475 Build:
7476   - add a --disable-Bsymbolic configure flag to disable linking with
7477     -Bsymbolic-functions
7478   - this release sees the complete removal of the old 'g*alias' hacks
7479   - honour the NOCONFIGURE environment variable from autogen.sh
7480   - use proper feature test macros for isnan
7481   - use pkg-config to check for zlib
7482   - add ACLOCAL_AMFLAGS to Makefile.am
7483
7484 GDBus:
7485   - hide Class and instance structures for all GDBus types except
7486     GDBusProxy.  This breaks API by preventing subclassing, but probably
7487     nobody was doing that.
7488   - add new GDBusConnection call to support flushing all pending
7489     outgoing messages
7490   - change the register_object API to add a reference to the
7491     GDBusInterfaceInfo object so the caller need not keep it alive
7492     themselves
7493   - don't rewrite the serial number when sending messages that already
7494     have a serial number
7495   - better error checking for DBUS_SESSION_BUS_ADDRESS environment
7496     variable
7497   - switch to g_parse_debug_string for G_DBUS_DEBUG and add a lot of new
7498     flags
7499   - add support for temporarily freezing a freshly created
7500     GDBusConnection.  Do this until after the ::new-connection signal
7501     has finished running on GDBus services.
7502   - never require non-closed connections (the user is incapable of doing
7503     this due to the obvious race)
7504   - remove weird/misleading redundant check on NameOwnerChanged signal
7505   - emit GDBusProxy::g-properties-changed on NameOwnerChanged
7506
7507 GVariant:
7508   - the 'g_variant_{new,get}_byte_array' APIs have been removed
7509   - g_variant_{new,get,dup}_bytestring has been added, with different
7510     arguments and different behaviour
7511   - g_variant_{new,get,dup}_bytestring_array has been added, doing
7512     essentially the same thing as the 'strv' functions, but with byte
7513     strings instead of utf8 strings
7514   - G_VARIANT_TYPE_BYTESTRING ('ay'), BYTESTRING_ARRAY ('aay') and
7515     STRING_ARRAY ('as') constants have been added
7516   - the undocumented behaviour that g_variant_get_strv() deserialised
7517     arrays of object paths or signature strings has been dropped
7518   - additional varargs support for converting bytestrings or bytestring
7519     arrays with ^ay ^aay ^&ay and ^a&ay
7520   - improved gobject-introspection annotation
7521   - fix a problem with GBuffer calling g_slice_free for the wrong type
7522   - fix leaks in the type inferencing code of the parser
7523
7524 GSettings:
7525   - improved documentation
7526   - updated schema XML DTD, now xincluded into the docs
7527   - added support for schemas that extend other schemas (using the
7528     'extends=' attribute).  Values of keys in the base schema can be
7529     overridden using <override>.
7530   - added theoretical support for lists (using the 'list-of=' attribute)
7531   - lots of new tests
7532   - add support for flags (implemented similarly to enums)
7533   - add support for generating .enums.xml files to gsettings.m4:
7534       gsettings_ENUM_NAMESPACE = org.example.myapp
7535       gsettings_ENUM_FILES = ../path/to/*.h
7536     will generate org.example.myapp.enums.xml with mappings for all
7537     enums and flags in the specified .h files.
7538   - warn with g_message() if the 'memory' backend is used by default
7539     (ie: because no other GSettings backends are installed)
7540   - fix get_property() for GSettings::schema
7541   - command line tool: fix a bug that prevented non-basic values from
7542     being set due to a premature free
7543   - command line tool: bash completion support
7544   - chain up in _finalize
7545   - add a new g_settings_get_mapped API to read settings that require
7546     post-processing
7547   - retry with the translated or schema default value if the
7548     GSettingsBindGetMapping function fails
7549   - schema compiler: never fail due to empty schema directories (but
7550     warn)
7551   - peek rather than ref/unref the GEnumClass in the mapping function
7552   - schema compiler: compile *.enums.xml before *.gschemas.xml to ensure
7553     that we have all the enums that the schemas may reference
7554   - schema compiler: improve accuracy of line numbers in error reports
7555   - fix crashes in the keyfile backend caused by invalid group names in
7556     the keyfile
7557
7558 Other:
7559   - always intern GBinding prop names
7560   - base64: remove asserts preventing conversion of empty strings
7561   - document NULL special-cases for GValueArray
7562   - GNode docs improvements
7563   - improve detection of 'system internal' mounts
7564   - fix leaks in the inotify GFileMonitor implementation
7565   - annotate all custom GIO GSources to improve debugging (e.g. using
7566     SystemTap)
7567
7568 Tests:
7569   - Turn on glibc malloc checking features for make check
7570   - improvements for GSettings tests, plus new tests
7571   - improved tests for GKeyfile
7572   - new tests for GDir, GSList, GSList, GAppLaunchContext,
7573     CharsetConverter, GIcon, ...
7574   - move some tests to GTester (tree tests, uri tests)
7575   - generally, really an awful lot of new tests
7576   - don't try to allocate 2gigs of memory anymore for the array test
7577
7578  552363 g_value_array_{insert,prepend,append}'s special cases for NULL
7579  561248 Improve return value description from g_node_prev/next_sibling()
7580  570036 Add ACLOCAL_AMFLAGS to Makefile.am
7581  576833 g_sprintf add a reference to g_strdup_printf
7582  576854 g_strconcat() documentation should provide a hint about bad l10n
7583  582227 reference: add other URI functions to 'URI Functions' section
7584  599223 should provide g_spawn_* variants that take a GAppLaunchContext
7585  610784 array test failing
7586  613057 Leak in inotify GFileMonitor implementation
7587  620536 Annotate all custom GIO GSource using g_source_set_name
7588  620913 More control with G_DBUS_DEBUG
7589  622124 implement flags
7590  622127 GSettings extended key validation
7591  622128 retry with default value for failed mapping
7592  622294 More annotations for GVariant
7593  622565 glib-compile-schemas fails when no schemas
7594  622600 Fix missing prototype warning
7595  622813 gsettings mapping & enum buglet
7596  623142 Ensure ::new-connection runs before processing D-Bus messages
7597  623143 Never require non-closed connections
7598  623319 use g_parse_debug_string for dbus debug flags
7599  623401 process enums first
7600  623402 schema compiler reports wrong line numbers
7601  623407 g_keyfile_settings_backend_new crashes with the key "/"
7602  623473 zlib should be checked with pkg-config
7603  623537 GDBusProxy has weird checking on NameOwnerChanged
7604  623538 GDBusProxy::g-properties-changed emission for corner cases
7605  623692 directory with file at multiple MLS levels may display empty
7606  623720 gschema.dtd does not contain enum definitions
7607  623770 quoting of expand_macro in gdesktopappinfo.c
7608  623772 gdesktopappinfo.c, function child_setup
7609  623780 g_unix_is_mount_path_system_internal
7610  623954 g_settings_finalize
7611  623955 Dubious return values
7612
7613 Updated translations:
7614  Galician
7615  Hebrew
7616  Norwegian bokmål
7617  Spanish
7618
7619 Overview of Changes from GLib 2.25.9 to GLib 2.25.10
7620 ====================================================
7621
7622 +----------------------------------------------------------------+
7623 | WARNING: There have been API changes in GDBus. Users of these  |
7624 | APIs will need to be adapted.  In particular, a new release of |
7625 | dconf is required to go along with this one.  There has also   |
7626 | been a change in the GSettings backend API used for keyfiles.  |
7627 +----------------------------------------------------------------+
7628
7629 * GDBus:
7630  - add direction parameter to filter functions (API change)
7631  - allow calling other interfaces with a GDBusProxy
7632  - padding added to class struct fields (ABI change)
7633  - fixes for closures-based functions
7634
7635 * GVariant:
7636  - new is_floating() call
7637  - add g_value_take_variant() call (required for marshallers)
7638
7639 * GSettings:
7640  - support for binding GParamSpecEnum properties
7641  - ifelse-style condition support for GLIB_GSETTINGS m4 macro
7642  - remove gsettings-schema-convert tool (now in GConf)
7643  - allow introspection of all installed schemas
7644  - allow introspection of the keys in a schema
7645  - rewrite keyfile backend (API change)
7646
7647 * GNIO:
7648  - don't implicitly close GSocket until it is destroyed
7649  - windows fixups
7650
7651 * Other:
7652  - allow GChecksum to take (NULL, 0) for data/length
7653  - GRelation and GCompletion are now deprecated
7654  - introduce G_PARAM_DEPRECATED and G_ENABLE_DIAGNOSTIC
7655  - add working directory to GApplication platform data
7656  - lots of documentation cleanups
7657  - PCRE updated to 8.02
7658
7659 * Build:
7660  - the IA__g_* style symbol aliasing has been disabled and replaced with
7661    the -Bsymbolic-functions linker flag on platforms that support it.
7662    Please be on the watch for portability issues and report them to us.
7663  - many test cases have been moved to the GTester framework
7664  - lcov support has been added for tests
7665  - many windows fixes
7666
7667 * Bugs fixed:
7668  501057  lcov coverage suite and GLib integration
7669  551271  deprecate GRelation
7670  601686  Implement diagnostic mode
7671  603309  GSocketOutputStream broken on Windows (?)
7672  616718  GLIB_GSETTINGS macro can't be used conditionally
7673  616855  GSocketConnection: don't close the socket if it's still reffed
7674  618866  g_ptr_array_remove_index_fast memory leak
7675  619878  keyfile backend calls keys_changed with invalid argument
7676  619879  keyfile backend doesn't make use of expected_type
7677  621092  Add with_closures() variants for bindings
7678  621172  Cross compiling fails
7679  621838  Actually add cwd to platform data
7680  621945  Filter outgoing messages in GDBusConnection
7681  621947  add g_value_take_variant
7682  622038  GSettings: "It is a programmer error" documentation is unclear
7683  622154  [patch] update documentation for g_application_new
7684  622281  binding: Add SYNC_CREATE to the flags
7685  622480  Improve documentation for g_strcmp0()
7686  622554  g_error called if schema not installed
7687  622601  Return interned strings from g_settings_list_keys
7688
7689 * Translation updates:
7690  - Galician
7691
7692 Overview of Changes from GLib 2.25.8 to GLib 2.25.9
7693 ===================================================
7694
7695 +----------------------------------------------------------------+
7696 | WARNING: There have been API changes in GDBus, GSettings and   |
7697 | GApplication. Users of these APIs will need to be adapted. In  |
7698 | particular, a new release of GTK+ is required to go along with |
7699 | this one.                                                      |
7700 +----------------------------------------------------------------+
7701
7702 * GDBus
7703  - Use Gio's default async implementation
7704  - Fix proxy construction for objects with no properties
7705  - Fix error handling in synchronous initialization
7706  - Do not dispatch calls to unregistered objects
7707  - Add _with_closures alternative functions
7708  - Allow constructing GDBusProxy with well-known names
7709  - Remove GType parameters from GDBusProxy constructors
7710  - Nuke g_bus_watch_proxy API
7711  - Add --xml to gdbus-tool to print raw introspected XML
7712
7713 * GSettings
7714  - schema file format change: store (default, options) in gvdb
7715  - Add g_settings_sync()
7716  - Add support for enums and ranges
7717  - 'context' support has been replaced by direct use of
7718    GSettingsBackend
7719
7720 * GApplication
7721  - Switch to using variants for timestamps
7722  - Use GInitable
7723
7724 * GObject
7725  - Introduce g_object_notify_by_pspec
7726  - Add GBinding
7727  - The GVariant gtype G_TYPE_VARIANT was changed from boxed
7728    to fundamental. We believe there were no existing users
7729    of the boxed type, so this should not cause any applications
7730    to break.
7731
7732 * Test framework
7733  - Add package and version to the test report XML
7734  - Use optparse to parse gtester-report commandline
7735  - Add subunit support to gtester-report
7736  - Prevent division by zero if no tests
7737
7738 * Bugs fixed:
7739  621782 Crash using gbinding
7740  619945 GConverterOutputStream triggers assertion and corrupts data
7741  621319 more leaked GVariants in GSettings
7742  621168 GKeyFile memory leak on Windows platform
7743  621002 Switch to using variants for timestamps, split out signals
7744  620953 tiny docs addition
7745  618904 Lies in gunixmounts documentation
7746  621702 Correctly initialize GError
7747  611778 minor cleanup of gtester-report
7748  621213 GDBusProxy and well-known names
7749  621034 Rewrite apps test to ensure children are killed
7750  620954 gapplication gvariant simplifications
7751  611869 add subunit out feature to gtester-report
7752  621119 GDBusProxy and objects with no properties
7753  620990 Use Gio's default async implementation again
7754  620952 g_application_register_with_data is an ugly API
7755  621252 GSettings leaks context
7756  618715 fork() in GSettings test cases is problematic 618715
7757  621905 Assume a ref when doing async work
7758  621266 GSettings "context" clarification
7759
7760 * Translation updates:
7761  Chinese
7762
7763
7764 Overview of Changes from GLib 2.25.7 to GLib 2.25.8
7765 ===================================================
7766
7767 * Initial support for dtrace and systemtap profiling:
7768  - mainloop sources can be named
7769  - probes for memory allocation with g_malloc and gslice
7770  - gquark name tracking
7771  - type creation
7772  - object life-cyle (creation, finalization, ref, unref)
7773  - signal creation and emission
7774
7775 * GVariant
7776  - has been fixed to work with the FreeBSD malloc
7777  - added introspection annotations
7778  - new function: g_variant_builder_add_parsed
7779
7780 * GSettings:
7781  - g_settings_set/get_strv functions have lost their length parameter
7782  - g_settings_set_strv accepts NULL
7783  - added introspection annotiations
7784
7785 * GPermission: an abstract interface for representing permissions,
7786   with a minimal implementation named GSimplePermission
7787
7788 * GApplication: a basic application support class, with a D-Bus based
7789   implementation
7790
7791 * Bugs fixed:
7792  619585 glib-compile-schemas asserts on FreeBSD
7793  620384 Annotate GVariant and GSettings _strv() functions
7794  606044 Add support for dtrace/systemtap static markers
7795  620350 add g_variant_builder_add_parsed() API
7796  620349 utf8ify GVariant printer
7797  620767 Typo in GSettings documentation: "INTLTOOL_NOMERGE_RULE"
7798  620312 Fix g_settings_[gs]et_strv() API
7799  620519 GPermission
7800  620582 GPermission needs a simple implementation
7801  620496 GSettings schema compiler should reject invalid paths
7802  620173 missing single header inclusion guards
7803  620265 g_assertion_message_error should take const GError *
7804
7805 * Translation updates:
7806  Esperanto
7807  Galician
7808  Hebrew
7809  Indonesian
7810  Norwegian bokmål
7811  Slovenian
7812  Spanish
7813
7814
7815 Overview of Changes from GLib 2.25.6 to GLib 2.25.7
7816 ===================================================
7817
7818 * NOTE: API/ABI breaks since 2.25.6 release:
7819   - g_dbus_connection_sync{,_sync} takes a new 'reply_type' argument
7820   - GSettingsBackendClass 'list' virtual function changed
7821
7822   GSettings backends and things using GDBus may need to be rebuilt.
7823
7824 * GDBus: many build-related fixes
7825
7826 * GDBus (service): return a DBus error when receiving a method call for
7827   an unknown interface.
7828
7829 * GSettings: fix 'make install' bug in gsettings.m4 for generated schema
7830   files
7831
7832 * GSettings: avoid non-portable use of LC_MESSAGES
7833
7834 * better approach to handling man pages
7835
7836
7837 * Bugs fixed:
7838  619527 please improve docs on g_file_make_symlink
7839  619391 send-with-reply should have expected result signature
7840  618616 Use stack-allocated GVariantBuilders
7841  617004 Build with "--disable-nls" fails under MinGW/Win32
7842  619142 Build fixes (GDBus)
7843
7844 * Updated translations:
7845  Estonian
7846  Galician
7847  Norwegian bokmål
7848
7849 Overview of Changes from GLib 2.25.5 to GLib 2.25.6
7850 ===================================================
7851
7852 * GDBus: introspection improvements
7853 * GDBus: build fixes
7854
7855 * GSettings: GSettingsBackend ABI changed               **** NOTE ****
7856 * GSettings: --uninstall option for schema compiler
7857 * GSettings: new m4 macro with more power
7858 * GSettings: thread support
7859
7860 * rework of file notification on Solaris
7861 * fixes for gold linker
7862
7863 * Bugs fixed:
7864  619038 increase gsettings.m4 power
7865  619031 method-calls-in-thread test failing
7866  618839 Typo at translation message
7867  616864 GSETTINGS_CHECK_RULE doesn't work with multiple files
7868  618730 gunixcredentialsmessage.c doesn't compile on GNU/kfreebsd
7869  616314 Make GSettings (partially) threadsafe
7870
7871 * Updated Translations:
7872  Indonesian
7873  Galician
7874  Spanish
7875
7876 Overview of Changes from GLib 2.25.4 to GLib 2.25.5
7877 ===================================================
7878
7879 * GDBus: Fix serialization of empty arrays
7880
7881 * GDBus: Plug various memory leaks
7882
7883 * GSettings: Fix problems with GSETTINGS_CHECK_RULE
7884
7885 * Bugs fixed:
7886  616731 GSETTINGS_CHECK_RULE doesn't work in non-srcdir builds
7887  616864 GSETTINGS_CHECK_RULE doesn't work with multiple files
7888  618615 mem leaks in parse_value_from_blob
7889  618622 Plug some mem leaks in gdbus
7890  618650 Plug a mem leak in gdbusauth
7891  618663 Plug mem leaks in gdbus tests & examples
7892
7893 * Updated translations:
7894  Spanish
7895
7896
7897 Overview of Changes from GLib 2.25.3 to GLib 2.25.4
7898 ===================================================
7899
7900 * GDBus D-Bus support has been merged. This provides an API
7901   to replace dbus-glib
7902
7903 * GVariant no requires strings to be UTF-8. You can use byte
7904   arrays for non-UTF-8 strings.
7905
7906 * GSettings allows to bind string properties to byte arrays
7907
7908 * The schema compiler supports range restrictions
7909
7910 * Bugs fixed:
7911  618051 socket-server|client.c fail to compile under AIX...
7912  616102 GSettings ignores <choice> and <range>
7913  616720 Chunked quark allocation
7914  616877 Several issues with g_socket_receive_message
7915  616892 gio: Add a boxed type for GFileAttributeMatcher
7916  616967 Add g_regex_get_compile_flags() and g_regex_get_match_flags()
7917  617767 g_settings_[gs]et_strv() 'length' argument has missing docs...
7918  617914 gtester-report: cope with binaries with no test cases
7919  617937 output_stream_close vs output_stream_close_async semantics
7920  615494 Connction timeouts produce partially invalid error messages
7921  617823 glib-compile-schemas problems with an out of source build
7922  617947 glib-mkenums: add @valuenum@ support
7923
7924 * Translation updates:
7925  Galicaian
7926  Norwegian bokmål
7927  Shavian
7928  Spanish
7929
7930
7931 Overview of Changes from GLib 2.25.2 to GLib 2.25.3
7932 ===================================================
7933
7934 * New macro: G_GNUC_DEPRECATED_FOR, a variant of G_GNUC_DEPRECATED
7935   that lets you add replacement information (requires gcc 4.5)
7936
7937 * Rename AM_GSETTINGS autoconf macro to GLIB_GSETTINGS
7938
7939 * Rename gschema-compile utility to glib-compile-schemas
7940
7941 * Add support for timeouts in GSocket
7942
7943 * Bugs fixed:
7944  589989 Compilation error on Solaris 9
7945  616648 Change AM_GSETTINGS macro to GLIB_GSETTINGS
7946  587898 I/O timeouts for GSocket
7947  614541 Add G_TYPE_ERROR boxed type for GError
7948
7949
7950 Overview of Changes from GLib 2.25.0 to GLib 2.25.2
7951 ===================================================
7952
7953 * Include a 'gsettings' utility, for commandline access to GSettings
7954
7955 * Install a AM_GSETTINGS autoconf macro similar to AM_GCONF
7956
7957 * GSettings can bind the writability of a key explicitly
7958
7959 * There is now a predefined boxed type for GError
7960
7961 * Bugs fixed:
7962  615379 g_new macros crash if sizeof(struct_type) == 0
7963  616312 Add m4 rule equivalent to GCONF_SCHEMAS_INSTALL
7964  616295 mapping bug for uint64
7965  616216 glib compile from remote directory fails
7966  615960 Fix size passed to connect() for abstract sockets
7967  616432 Crash in gschema-compile
7968  616331 gsettings-schema-convert uses imaginary types
7969  616309 gsettings-schema-convert should output gettext-domain
7970  616384 Add mention of GConfBridge in conversion docs
7971  616311 gschema-compile outputs in current directory
7972  616276 simplify gschema-compile test setup
7973  616156 keys with unnecessary empty options arrays
7974  616405 gsettings missing g_return_if_fail's
7975  616245 Use G_DEFINE_INTERFACE macro
7976  614541 Add G_TYPE_ERROR boxed type for GError
7977
7978 * Updated translations:
7979  Catalan (Valencian)
7980  Galician
7981  Kannada
7982  Spanish
7983
7984
7985 Overview of Changes from GLib 2.24.0 to GLib 2.25.0
7986 ===================================================
7987
7988 * The GSettings framework has been merged. This provides the API to
7989   replace GConf. DConf will provide a backend implementation for it.
7990   GConf will also provide a backend implementation to ease the
7991   transition. We provide utilities to assist with schema conversion
7992   and data migration, as well as a porting guide.
7993
7994 * Translation updates:
7995  Bengali
7996  Catalan
7997  Danish
7998  Gujarati
7999  Marathi
8000  Thai
8001  Traditional Chinese
8002
8003
8004 Overview of Changes from GLib 2.23.6 to GLib 2.24.0
8005 ===================================================
8006
8007 * Bug fixes:
8008  613601 buglet in dup_close_on_exec_fd
8009  584284 g_data_input_stream_read_until_async behaves confusingly
8010  613748 Write errors in middle of copy cause hang
8011  613923 splice_stream_with_progress: wrong error handling
8012  613667 Typo in GObject documentation
8013  613618 gvariant format string docs unclear
8014
8015 * Translation updates:
8016  Basque
8017  Ukrainian
8018  Vietnamese
8019
8020
8021 Overview of Changes from GLib 2.23.5 to GLib 2.23.6
8022 ===================================================
8023
8024 * Class private data:
8025   - support for private data associated with a GTypeClass
8026
8027 * GVariant merge is now complete:
8028   - loading functions and parser merged
8029
8030 * Windows improvements:
8031   - socket fixes
8032   - various build improvements
8033   - removal of GCC/C99isms in favour of portable code
8034   - drop unmaintained Visual Studio 8 support
8035
8036 * Minor API addition:
8037   - g_desktop_app_info_get_filename()
8038
8039 * Bugs fixed:
8040  521707 Class private data
8041  612502 build fails on glib/tests/gvariant.c
8042  612832 [GDesktopAppInfo] New function g_desktop_app_info_get_filename
8043  612702 [PATCH] Fix GSocket-related crash on Windows
8044  612736 Improve the documentation about single include
8045  610858 gvariant test fails sometimes
8046  612327 uninitialized variable
8047
8048 * New translations:
8049  Afrikaans
8050  LowGerman
8051
8052 * Updated translations:
8053  Czech
8054  Finnish
8055  Galician
8056  Greek
8057  Punjabi
8058  Romanian
8059  Serbian
8060
8061
8062 Overview of Changes from GLib 2.23.4 to GLib 2.23.5
8063 ===================================================
8064
8065 * New API addition: g_malloc_n() and friends used to implement an
8066   overflow-safe family of g_new() macros.
8067
8068 * GVariant:
8069  - GVariantBuilder and GVariantIter are now merged.
8070  - The variable arguments API is now merged.
8071  - The parser will be in a future release.
8072
8073 * GIO:
8074  - Remove GUtf8InputStream (which never appeared in a stable release)
8075    for now since it doesn't satisfy the needs of its main intended use
8076    case.  We hope to reimplement this feature in a better form in a
8077    future release.
8078
8079 * Bugs fixed:
8080  609531 missing licence headers
8081  612107 Missing G_FILE_ATTRIBUTE_TRASH_ORIG_PATH
8082  611897 g_io_modules_scan_all_in_directory leaks
8083  608196 Overflow-safe g_new family
8084  611696 gio uses GetAddrInfo which requires special handing on windows 2k
8085  605667 Don't use G_PARAM_SPEC_VALUE_TYPE when we know the pspec is valid
8086  610860 test_g_file_open_readwrite fails if $HOME is unwritable
8087  552912 glib-2.18 /live-g-file/test_copy_move failed when run as root
8088  609813 Renaming a file discards file notes
8089
8090 * Updated translations:
8091  Basque
8092  Brazilian Portuguese
8093  British English
8094  Bulgarian
8095  Catalan
8096  Danish
8097  Estonian
8098  French
8099  German
8100  Hungarian
8101  Italian
8102  Lithuanian
8103  Norwegian bokmål
8104  Portuguese
8105  Russian
8106  Slovenian
8107  Spanish
8108  Swedish
8109  Traditional Chinese
8110
8111
8112 Overview of Changes from GLib 2.23.3 to GLib 2.23.4
8113 ===================================================
8114
8115 * GVariant: The core of GVariant has been merged now, with some
8116  API still to follow.
8117
8118 * GIO:
8119  - There is a new interface GFileDescriptorBased for file descriptor
8120    based IO. GLocalFile{Input,Output}Stream implement it
8121  - Use splice(2) to transfer data between file descriptors without
8122    extraneous copies
8123  - Add a way to request move events from file monitors
8124
8125 * Bugs fixed:
8126  609143 *result_uncertain is never assigned in g_content_type_guess
8127  604086 Use splice(2) when doing local file copies
8128  547890 No move events for GFileMonitorEvent?
8129  568760 nautilus freezes due to a bug in garray.c:322
8130  609962 Add info about the use of G_DEFINE_INTERFACE
8131  609564 g_base64_encode_close docs should mention outbuf size...
8132  610484 g_variant_equal bug
8133  610131 libasyncns does not compile on Solaris 8
8134  609530 missing single header include guards
8135
8136 * Updated translations:
8137  Czech
8138  Estonian
8139  Galician
8140  German
8141  Korean
8142  Polish
8143  Slovenian
8144  Spanish
8145  Traditional Chinese
8146
8147
8148 Overview of Changes from GLib 2.23.2 to GLib 2.23.3
8149 ===================================================
8150
8151 * GLib now has a facility for locks that consume only one bit of
8152   storage inside an integer: g_bit_lock()
8153
8154 * GVariant: The serializer has been merged, with more API to follow
8155
8156 * Bugs fixed
8157  548967 1 bit mutex lock
8158  604967 2.22.3 libasyncns build fails on HP-UX 11.11
8159  608602 G_VALUE_COLLECT_INIT variables shadow those in G_VALUE_COLLECT
8160  608743 Crash in g_hostname_to_ascii visiting certain website in epiphany
8161  599197 array ref and unref functions crash on NULL array.
8162  608159 mem leak in g_io_modules_scan_all_in_directory
8163
8164 * Translation updates
8165  Brazilian Portuguese
8166  Czech
8167  French
8168  Norwegian bokmål
8169  Slovenian
8170  Spanish
8171  Thai
8172
8173
8174 Overview of Changes from GLib 2.23.1 to GLib 2.23.2
8175 ===================================================
8176
8177 * We are now using gcc builtins for atomic operations when available
8178
8179 * g_assert() grew the ability to store assertions in core dumps
8180
8181 * GIO supports lazy loading of GIO modules, and there is a new
8182   gio-querymodule utility that goes along with this.
8183   Packagers will need to adapt to this.
8184
8185 * Threading changes:
8186  - The requirements for g_thread_init() have been relaxed slightly,
8187    it can be called multiple times, and does not have to be the first
8188    call.
8189  - GObject now links to GThread and threads are enabled automatically
8190    when g_type_init() is called.
8191  - Thread-safety issues with boxed types in GObject have been fixed.
8192
8193 * GObject:
8194  - Another bunch of performance work has landed
8195
8196 * GVariant:
8197  - GVariantType has been merged, with the rest of the GVariant
8198    API to follow.
8199
8200 * Bugs fixed:
8201  568760 nautilus freezes due to a bug in garray.c:322
8202  602417 Document lifecycles of GSimpleAsyncResult and friends
8203  604824 crash in Epiphany: Selecting my Slashdot bo...
8204  448888 don't init g_slice for always-malloc
8205  531902 Use GCC atomic buildins for g_atomic*
8206  554887 boxed type registration is not thread safe
8207  586150 unresolved symbols when building glib 2.21.2 on OS X Tiger
8208  589176 row gvalue transform array exponentially
8209  594872 Support storing assertion messages into core dump
8210  602240 Upgrade libasyncns to 0.8
8211  603590 Speed up G_VALUE_COLLECT
8212  604457 gutf8inputstream.c: increasing unknown size pointer
8213  605686 GCharsetConverter doesn't flush
8214  605733 g_memory_output_stream_new violates GObject standards
8215  605883 g_object_new() processes varargs even when there are none
8216  605977 invalid utf-8 conversion in g_local_file_get_parse_name(...
8217  606775 Enable threads by default in gobject
8218
8219 * Translation updates:
8220  Asturian
8221  Basque
8222  Bengali
8223  Bulgarian
8224  Estonian
8225  Norwegian bokmål
8226  Spanish
8227  Thai
8228  Ukrainian
8229
8230
8231 Overview of Changes from GLib 2.23.0 to GLib 2.23.1
8232 ===================================================
8233
8234 * GObject performance work has landed:
8235  - Construction of simple objects is much faster
8236  - Interface lookup is lock-free and constant-time now
8237  - Reduced locking overhead when dealing with types
8238
8239 * GType now has a G_DEFINE_INTERFACE convenience macro
8240
8241 * GIO gained GUtf8InputStream, an input stream that
8242   performs utf-8 validation
8243
8244 * GLib now has byte-swap macros for gsize and gssize
8245
8246 * Bugs fixed:
8247 557151 Determining the newly_constructed boolean in gobject.c...
8248 557100 Performance improvements for GObjectClasses that don't...
8249 501166 Warning message says IA__g_type_init instead of g_type_init
8250 585375 Performance and Contention problems with g_type_class_ref...
8251 587892 Race in GType when instantiating the same class for the...
8252 603270 Input Stream validating utf8
8253 603476 gioenums.h:62: error: comma at end of enumerator list
8254 603540 g_time_val_from_iso8601 uses uninitialised variable
8255 603982 Stack overflow when reading file async with filter
8256 604645 G_DEFINE_INTERFACE_* documentation is not generated
8257 604875 Use of sa_len conflicts with system header
8258 320482 provide G_DEFINE_TYPE like macros for interfaces
8259
8260 * Updated translations:
8261  Estonian
8262  Hebrew
8263  Norwegian bokmål
8264  Vietnamese
8265  Welsh
8266
8267
8268 Overview of Changes from GLib 2.22.x to GLib 2.23.0
8269 ===================================================
8270
8271 * GIO:
8272  - GConverter: a generic interface for stateful conversions of data,
8273    suitable for charset conversion, compression, decompression, regexp
8274    replacement. Concrete implementations are GCharsetConverter,
8275    GZlibCompressor and GZlibDecompressor. GConverterInputStream,
8276    GConverterOutputStream are stream implementations that convert data
8277    while loading or saving it.
8278  - GMounts can now have a 'default location': a path that reflects
8279    the main entry point for the user (e.g. the home directory).
8280  - As a consequence of the compression support, GIO depends on zlib now.
8281
8282 * GObject:
8283  - G_IMPLEMENT_INTERFACE_DYNAMIC: a convenience macro for adding
8284    interfaces to dynamic types.
8285
8286 * GModule:
8287  - The -pthread flag has been added to all gmodule .pc files, because
8288    it is not generally permissible to load modules that are linked
8289    against libpthread if the program has not been compiled with threading
8290    support.
8291
8292 * Bugs fixed:
8293  601637 GUnixFDMessage should contain a GUnixFDList
8294  585566 GSocketListener API issues
8295  572252 Bug in g_file_test() function.
8296  600550 g_app_info_create_from_commandline doesn't treat arguments properly
8297  541236 not detecting exact content type
8298  350200 [PATCH] GTypeModule derived class unref does not unload plugin
8299  589631 Please enclose literal values with double quotes
8300  577711 cross compile check for g++ broken
8301  600620 Support X-GNOME-FullName in GAppInfo
8302  598899 GWin32DirectoryMonitor is broken
8303  593809 Nautilus does not restore the position of the icons on the desktop...
8304  563627 g_get_prgname() threadsafety
8305  600141 Add -pthread to gmodule pkg-config
8306  593856 file and directory monitors don't work when glib is compiled...
8307  324930 Nautilus should disallow copying of symlink to FAT drive early
8308  587300 Deadlock when calling g_cancellable_disconnect in a...
8309  595138 GFile not robust with invalid input
8310  591216 Warning building resolver.o
8311  590016 Does not compile under MinGW32 + Wine
8312  591214 Warnings building gcancellable.o
8313  561998 Have specific entry points (paths) for mounts...
8314  508157 Add G_IMPLEMENT_INTERFACE_DYNAMIC
8315  535159 g_file_has_parent
8316
8317 * Updated translations:
8318  Brazilian Portuguese
8319  Catalan
8320  Estonian
8321  Galician
8322  Norwegian bokmål
8323  Shavian
8324  Slovenian
8325  Spanish
8326  Swedish
8327
8328
8329 Overview of Changes from GLib 2.22.1 to GLib 2.22.2
8330 ===================================================
8331
8332 * GIO:
8333  - Support case-sensitive globs in the shared mime database,
8334    including support for the newer cache format that allows these.
8335    Case-sensitive globs have been introduced in shared-mime-info
8336    version 0.70
8337
8338 * GObject:
8339  - Speed up creation of simple objects
8340
8341 * Bugs fixed:
8342  597194 Typo in _G_TYPE_CVH macro
8343
8344 * Updated translations:
8345  Russian
8346
8347
8348 Overview of Changes from GLib 2.22.0 to GLib 2.22.1
8349 ===================================================
8350
8351 * Bugs fixed:
8352  596064 Test file marked for translation
8353  595972 possibly invalid search in mime_info_cache_dir_add_...
8354  596561 C99 style of declaration of variable in gmessages.c
8355  596314 g_utf16_to_utf8 returns an invalid UTF8 string
8356  596748 g_async_result_get_source_object returns a new ref
8357  593809 Nautilus does not restore the position of the icons...
8358  593775 uses inotify_init1 unconditionally
8359
8360 * Updated translations:
8361  Bengali
8362  Hebrew
8363
8364
8365 Overview of Changes from GLib 2.21.6 to GLib 2.22.0
8366 ===================================================
8367
8368 * Add gdb python macros to make gobject debugging more pleasant
8369
8370 * Bugs fixed:
8371  579050 Allow making selected critical and warning messages non-fatal
8372  594759 g_socket_send_message fails due to invalid sendmsg params
8373  593941 GNetworkAddress skipping addresses when enumerating
8374  594597 Fix build with srcdir != builddir
8375  595619 Include gdb pretty printers
8376
8377 * Changes that might affect bindings:
8378  - The error parameter of g_simple_async_result_set_from_error has been
8379    made const.
8380
8381 * Updated translations:
8382  Assamese
8383  Bengali India
8384  British English
8385  Bulgarian
8386  Catalan
8387  Czech
8388  Danish
8389  Finnish
8390  Galician
8391  Greek
8392  Gujarati
8393  Hindi
8394  Japanese
8395  Kannada
8396  Malayalam
8397  Marathi
8398  Norwegian bokmål
8399  Oriya
8400  Polish
8401  Punjabi
8402  Romanian
8403  Serbian
8404  Simplified Chinese
8405  Slovenian
8406  Spanish
8407  Tamil
8408  Telugu
8409  Thai
8410  Traditional Chinese
8411  Ukrainian
8412  Vietnamese
8413
8414
8415 Overview of Changes from GLib 2.21.5 to GLib 2.21.6
8416 ===================================================
8417
8418 * Minor API additions:
8419   g_mkstemp_full is a variant of g_mkstemp that allows to specify flags
8420   and permissions
8421
8422 * Bugs fixed:
8423  593232 g_rand_new: read no more than requested from /dev/urandom
8424  591995 use saved errno
8425  589491 g_time_val_from_iso8601 doesn't handle some cases
8426  593406 Permissions set to 777 after copying via Nautilus
8427  594034 Add g_mkstemp_full()
8428
8429 * Updated translations:
8430  Assamese
8431  Basque
8432  Brazilian Portuguese
8433  Czech
8434  Estonian
8435  French
8436  German
8437  Hungarian
8438  Italian
8439  Kannada
8440  Malayalam
8441  Marathi
8442  Norwegian bokmål
8443  Oriya
8444  Portuguese
8445  Swedish
8446  Tamil
8447  Turkish
8448
8449
8450 Overview of Changes from GLib 2.21.4 to GLib 2.21.5
8451 ===================================================
8452
8453 * A performance problem with trashing of many files has been fixed
8454
8455 * GResolver now invalidates the libc resolv.conf cache as needed
8456
8457 * Minor api additions:
8458  - g_cancellable_make_pollfd returns a boolean now. And there is a
8459    new function g_cancellable_release_fd that can be used to released
8460    the resources used by a GCancellable.
8461
8462 * Bugs fixed:
8463  589988 Compilation error on Solaris 9 (missing stdint.h)
8464  588901 gtcpconnection.c won't compile
8465  584246 GResolver needs to call res_init() when network state changes
8466  591714 Figure out failure handling for g_cancellable_make_pollfd()
8467  591532 redundent '/' returned from g_file_resolve_relative_path
8468  591378 Use MSG_NOSIGNAL in GSocket if it's available
8469  589649 API documentation migration for Base64 Encoding
8470  591840 configure fails with autoconf 2.64
8471
8472 * Updated translations:
8473  Basque
8474  Brazilian Portuguese
8475  Bulgarian
8476  Danish
8477  Estonian
8478  Finnish
8479  Galician
8480  Gujarati
8481  Hndi
8482  Irish
8483  Japanese
8484  Korean
8485  Norwegian bokmål
8486  Polish
8487  Portuguese
8488  Punjabi
8489  Spanish
8490  Swedish
8491  Telugu
8492  Traditional Chinese
8493  Thai
8494
8495
8496 Overview of Changes from GLib 2.21.3 to GLib 2.21.4
8497 ===================================================
8498
8499 * GTree is now refcounted
8500
8501 * Bugs fixed:
8502  587938 Undocumented limitation for g_str_equal
8503  587773 refcounts for GTree
8504
8505 * Updated translations:
8506  French
8507  Hebrew
8508  Norwegian bokmål
8509  Spanish
8510  Swedish
8511  Traditional Chinese
8512  Ukrainian
8513
8514
8515 Overview of Changes from GLib 2.21.2 to GLib 2.21.3
8516 ===================================================
8517
8518 * GMappedFile is refcounted now
8519
8520 * Mainloop: It is now possible to set per-thread default contexts,
8521   with g_main_context_push_thread_default.
8522
8523 * glib-mkenums supports a @basename@ substitution, in addition
8524   to @filename@.
8525
8526 * GIO:
8527  - Vfs implementations can support storing of per-file metadata.
8528  - GCancellable can now be subclassed.
8529  - Unmount and eject methods now optionally allow interaction, via
8530    variants that take a GMountOperation object.
8531
8532 * Bugs fixed:
8533  556706 Inconsistent help arguments -h, -?
8534  579449 FileChoosers no longer work if an idle handler is active
8535  579933 mainloop FD_CLOEXEC has a race condition
8536  579984 alternate GMainContext support
8537  585937 gio/gsocket.c (glib 2.21.2) does not compile (Windows/mingw)
8538  586675 Runtime library location
8539  586797 Add GCancellables to GSocket ops
8540  586868 g_filename_complete_get_completions doesn't always return...
8541  587415 g_resolver_lookup_by_name_finish returns a freed list
8542  587434 regression tests fail, at least on x86_64
8543  586928 Avoid g++ warning in g_error()
8544
8545 * Updated translations:
8546  Estonian
8547  Hebrew
8548
8549
8550 Overview of Changes from GLib 2.21.1 to GLib 2.21.2
8551 ===================================================
8552
8553 * GIO:
8554   - g_socket_speaks_ipv4 is a new function to check if a socket can
8555     speak IPv4.
8556   - g_socket_listener_add_address gained a new effective_address out
8557     parameter.
8558   - GIO now returns special icons for XDG user directories, by the
8559     name folder-music, folder-documents, etc.
8560   - GIO gained support for starting/stopping of drives, which can be used
8561     in connection with external hard disk enclosures, disk arrays, iSCSI
8562     devices, etc. See g_file_start/stop_mountable.
8563
8564 * GLib:
8565  - g_reload_user_special_dirs_cache is a new function to force GLib to
8566    reload the XDG user directory mapping from disk.
8567
8568 * Bug fixes:
8569  584574 glib compile failure on Mac OS X with gunixresolver.c and...
8570  585566 GSocketListener API issues
8571  584255 Incorrect freeing of thread pool in GThreadedSocketService
8572  585088 g_string_chunk_insert_len stops at nul bytes
8573  585360 Monitor fontconfig configuration files using gio causes m...
8574  580103 Terminal starts on Display :0.0 when started on :0.1 in D...
8575  580301 network: a few issues on old darwin
8576  583398 SRV weight sorting is incorrect
8577  584176 build fixes on FreeBSD
8578  585189 g_cancellable_reset() must be called in same thread as g_...
8579  585280 compilation dies on gio/gsocket.c, needs sys/uio.h to con...
8580  585281 gio/gunixfdmessage.c needs sys/types.h for platforms that...
8581  585478 don't leak the inotify fd
8582  585575 g_socket_listener_add_inet_port() doesn't do the right thing
8583  585599 g_socket_listener_add_socket() consumes the socket
8584  585676 GEmblem doesn't reference its 'icon' if that is set as a ...
8585  585717 "bytes" nautilus translation to french is not shown in th...
8586  541276 XDG directories should have their own icons
8587  585726 Grammatical error in GList documentation
8588  585520 Wrong warning option in documentation
8589  585673 GNOME Goal: Remove deprecated glib symbols
8590  585591 Starting/stopping drives
8591
8592 * Updated translations:
8593  Bengali India
8594  Norwegian bokmål
8595
8596
8597 Overview of Changes from GLib 2.21.0 to GLib 2.21.1
8598 ===================================================
8599
8600 * GIO:
8601  - Support for network IO has been added, including a low-level
8602    socket API and a high-level API for network connections and
8603    services.
8604  - Support for read-write access with GIOStream and its subclasses.
8605  - GMount gained a pre-unmount signal.
8606
8607 * Bug fixes:
8608  576104Implement GMount::pre-unmount
8609  578769 implement GWinHttpFileInputStream::close_fn
8610  582856 gsocket.c doesn't compile on Solaris
8611  569375 g[u]intptr undocumented
8612  573246 [FIX] g_desktop_app_info_dup() can access NULL pointer
8613  575013 g_cancellable_push_current() does not allow NULL
8614  577884 live-g-file.c:461: error: format ‘%d’ expects type ...
8615  578499 g_output_stream_splice and stream closing with gnio strea...
8616  579558 Application employing gvfs crashes with only libgvfscommo...
8617  583001 SIGPIPE (grr!)
8618  583061 Please add convenience function to connect to machines by...
8619  583198 typo in error message
8620  583206 use g_set_error_literal where appropriate
8621  583229 void function g_async_initable_init_async returns value
8622  583324 locking problem in g_main_context_iterate()
8623  583408 void function g_socket_control_message_serialize returns ...
8624  578786 wrong and confusing error message
8625  583205 g_inet_address_to_bytes has no length outparam
8626  583196 mem leak in keyfile test
8627  583663 GSocketType enum ends with a comma
8628  569024 Make g_error_new_valist public
8629  569376 missing G_G[U]INTPTR_FORMAT
8630  580347 off-by-1 bug in GWinHttpFile
8631
8632 * Updated translations:
8633  Oriya
8634  Spanish
8635  Valencian-Catalan
8636
8637
8638 Overview of Changes from GLib 2.20.x to GLib 2.21.0
8639 ===================================================
8640
8641 * GIO:
8642  - New helper functions g_cancellable_connect/disconnect to avoid
8643    race conditions when connecting to the "cancelled" signal on
8644    GCancellable.
8645  - New types and methods for dealing with IPv4 and IPv6 addresses (and
8646    UNIX domain socket addresses under UNIX). This does not include code
8647    for actual socket I/O.
8648  - GResolver provides asynchronous and cancellable APIs for resolving
8649    hostnames, reverse lookup of IP addresses and resolving SRV records.
8650
8651 * Glib now provides hash and comparison functions for int64 and double
8652   types, suitable for use with GHashTable.
8653
8654 * GArray, GPtrArray and GByteArray can be ref counted now, and have
8655   boxed types.
8656
8657 * Bugs fixed:
8658  572844 Helper for GCancellable::cancelled connect/disconnect
8659  578363 goption docs should be improved
8660  548466 async/cancellable DNS resolver
8661  579830 param spec strings should use P_()
8662  579862 requesting xattr::foo ends up calling getxattr(..., user...
8663  580453 Hash and equal functions for gint64 and gdouble
8664  580450 Reference counting and boxed types for arrays
8665  580194 gresolver doesn't build on Solaris
8666  580301 network: a few issues on old darwin
8667  580299 network: include sys/types.h before sys/socket.h to insur...
8668  572508 gmarkup speedup
8669  580546 g_strtoull() referenced in documentation...
8670  580656 g_key_file_set_string_list erroneously asserts list != NULL
8671  579272 leaks in g_simple_async_result_set_op_res_gpointer
8672
8673
8674 * Updated translations:
8675  Catalan (ca)
8676  Pashto (ps)
8677  Spanish (es)
8678
8679
8680 Overview of Changes from GLib 2.20.0 to GLib 2.20.1
8681 ===================================================
8682
8683 * Bug fixes:
8684  575555 Use fsync() when replacing files to avoid data loss on
8685  575708 runaway inotify madness
8686  575270 GVolumeMonitor::mount-pre-unmount not being emitted
8687  577128 glib make check Failed to execute child process...
8688  573673 Always show "backup" directories
8689  578369 g_time_val_from_iso8601() parses timezones incorrectly
8690  578002 Fix a small typo in GFile docs
8691  578017 G_DEFINE_TYPE_EXTENDED docs
8692
8693 * Updated translations:
8694  Arabic
8695  Assamese
8696  Basque
8697  Bularian
8698  Brazilian Portuguese
8699  British English
8700  Catalan
8701  Danish
8702  French
8703  Galician
8704  German
8705  Greek
8706  Hungarian
8707  Italian
8708  Japanese
8709  Kannada
8710  Lithuanian
8711  Malayalam
8712  Norwegian bokmål
8713  Oriya
8714  Polish
8715  Punjabi
8716  Russian
8717  Simplified Chinese
8718  Slovenian
8719  Spanish
8720  Swedish
8721  Tamil
8722
8723
8724 Overview of Changes from GLib 2.19.9 to GLib 2.20.0
8725 ===================================================
8726
8727 * Base64 support: Avoid integer overflows. CVE-2008-4316
8728
8729 * Bugs fixed:
8730  574019 GChecksum: document and guarantee hex characters in lower case
8731  573454 Unable copy/move files to directories symlinked to gvfs share
8732  561172 gnome-open fails on local URIs with anchors
8733  573970 crash in gunixvolumemonitor:update_mounts when unmounting
8734  573843 g_get_current_dir returns non-absolute path
8735
8736 * Updated translations:
8737  Assamese (as)
8738  Bengali (bn_IN)
8739  Czech (cs)
8740  Hindi (hi)
8741  Italian (it)
8742  Japanese (ja)
8743  Lithuanian (lt)
8744  Malayalam (ml)
8745  Marathi (mr)
8746  Oriya (or)
8747  Polish (pl)
8748  Romanian (ro)
8749  Telugu (te)
8750
8751
8752 Overview of Changes from GLib 2.19.8 to GLib 2.19.9
8753 ===================================================
8754
8755 * GMarkup:
8756  - Considerable speedup
8757
8758 * GIO
8759  - Add G_FILE_CREATE_REPLACE_DESTINATION flag to allow replacing
8760    the destination of a copying operation as if it did not exit before.
8761  - Be more careful when classifying files as desktop files
8762  - Support desktop file key X-GIO-NoFuse which disables the use
8763    of fuse pathnames for %u and %U arguments
8764
8765 * Bugs fixed:
8766  572672 glib/gthread.c: argument is different type
8767  572464 Doc for g_file_get_contents
8768  572151 “it's” and “its” confused in docs and comments
8769  570501 g_win32_get_system_data_dirs uses invalid conversion...
8770  167569 g_string_append_printf crashes on win32 when used...
8771  572508 gmarkup speedup
8772  560564 Replacing a symlink with its linked file truncates... 
8773  549298 impossible to copy files with p (pipe) flag
8774  543183 Clarify docs for g_file_has_prefix
8775  540461 g_memory_output_stream_get_data_size() doesn't behave...
8776  573462 GEmblemedIcon leak
8777  573421 Clarify message format in GMountOperation
8778  573658 Deadlock in giomodule.c
8779  556706 Inconsistent help arguments -h, -?
8780  573527 Wrong shell to run config.status in Makefile.in.in
8781  573128 A couple of typos in GObject documentation
8782
8783 * Updated translations:
8784  Catalan (ca)
8785  British English (en_GB)
8786  Spanish (es)
8787  Basque (eu)
8788  Finnish (fi)
8789  French (fr)
8790  Gujarati (gu)
8791  Hebrew (he)
8792  Hungarian (hu)
8793  Korean (ko)
8794  Maithili (mai)
8795  Norwegian bokmål (nb)
8796  Dutch (nl)
8797  Portugese (pt)
8798  Swedish (sv)
8799  Thai (th)
8800  Traditional Chinese (zh_HK)
8801  Traditional Chinese (zh_TW)
8802
8803
8804 Overview of Changes from GLib 2.19.7 to GLib 2.19.8
8805 ===================================================
8806
8807 * GIO: Fix missing exports of new API
8808
8809 * Fix strict aliasing warnings and violations to make Glib work
8810   with gcc 4.4
8811
8812
8813 Overview of Changes from GLib 2.19.6 to GLib 2.19.7
8814 ===================================================
8815
8816 * GIO
8817  - GFile gained an attribute for the actual file size in bytes
8818  - GMountOperation gained an "aborted' signal that allows to abort
8819    a mount operation from the backend side
8820
8821 * Bugs fixed:
8822  523742 Use noinst for non-installable libraries
8823  566747 URIs opened with firefox %u load as local files
8824  541225 Can't compile gio on AIX duplicate case value in gioerror.c
8825  571598 GAsyncResult with NULL gobject
8826  505042 add file attribute for actually used file size in bytes
8827
8828 * Updates translations:
8829  Basque (eu)
8830  Gujarati (gu)
8831  Italian (it)
8832  Japanese (ja)
8833  Norwegian bokmål (nb)
8834  Dutch (nl)
8835  Portugese (pt)
8836  Thai (th)
8837  Vietnamese (vi)
8838
8839
8840 Overview of Changes from GLib 2.19.5 to GLib 2.19.6
8841 ===================================================
8842
8843 * New format macro to print goffset data: G_OFFSET_FORMAT
8844
8845 * GIO: 
8846  - Add a GFilter{Input,Output}Stream::close-base-stream properties which
8847    determine whether the base stream will be closed when the filter stream
8848    is finalized.
8849  - g_data_input_stream_read_line and ..._read_until have asynchronous
8850    variants now.
8851
8852 * Bugs fixed:
8853  568294 A wrong reference in the description of g_bookmark_file_...
8854  563141 RFE: define G_OFFSET_FORMAT
8855  569105 g_time_val_to_iso8601() assumes time_t==long
8856  568394 dropping the last reference to a stream filter closes...
8857  568741 g_buffered_input_stream_fill_async doesn't work
8858  568723 g_buffered_input_stream_fill_async doesn't take count == -1
8859  568575 _async functions for GDataInputStream
8860
8861 * Updated translations:
8862  Bulgarian (bg)
8863  Finnish (fi)
8864  Hungarian (hu)
8865  Oriya (or)
8866  Swedish (sv)
8867  Traditional Chinese (zh_HK)
8868  Traditional Chinese (zy_TW)
8869
8870
8871 Overview of Changes from GLib 2.19.4 to GLib 2.19.5
8872 ===================================================
8873
8874 * Update included PCRE to 7.8
8875
8876 * g_base64_decode_inplace: New function to do base64 decoding in place
8877
8878 * Bugs fixed:
8879  567138 get_package_directory_from_module() does not free ...
8880  566569 gregex docs clarification
8881  566573 g_match_info_fetch_pos docs
8882  564728 Add function to decode base64 encoded data in place
8883  567838 G_STRUCT_OFFSETOF fails to compile under icc 9.1
8884  567977 textdomain() macro should not return NULL ...
8885  512779 --disable-regex breaks compilation
8886  566770 error code 0 for Too many open files is useless
8887  565484 g_content_type_guess passes non-UTF8 text to XDG ...
8888
8889 * Updated translations:
8890  Catalan (ca)
8891  Spanish (es)
8892  Italian (it)
8893  Swedish (sv)
8894
8895  
8896 Overview of Changes from GLib 2.19.3 to GLib 2.19.4
8897 ===================================================
8898
8899 * GIO:
8900   - Use O_NOATIME when sniffing mimetypes
8901   - Add a convenience method to check if a GSimpleAsyncResult
8902     is valid
8903
8904 * Bugs fixed:
8905  560676 function access for g_threads_supported
8906  565905 There is no g_context_group_set_translation_domain
8907  564210 SUN Studio 12 has supported visibility attribute
8908  565136 GObject's "notify" signal parameters are wrong in gtk-doc
8909  565831 error in interface creation sample
8910  566348 g_file_open_tmp uses the wrong g_mkstemp on win32
8911  566064 Add NOATIME flag to query_info_flags
8912  566170 g_async_result_verify_source_object
8913
8914 * Updated translations:
8915  Spanish (es)
8916  Norwegian bokmål (nb)
8917  Brazilian Portugese (pt_BR)
8918  Simplified Chinese (zh_CN)
8919
8920
8921 Overview of Changes from GLib 2.19.1 to GLib 2.19.3
8922 ===================================================
8923
8924 * Bugs fixed:
8925  508021 Add support for the CRIS and CRISv32 architectures
8926  526320 should not list mounts that the user doesn't have permission to use
8927  558458 Cannot build gio tests on Solaris using SUN cc
8928  555465 GUnix{Input,Output}Stream lacks fd/close_fd_at_close property
8929  558298 Hide ecryptfs mounts
8930  515777 incorrect date&time on copy
8931  562452 Ensure we return G_IO_ERROR_CANCELLED if cancelling
8932         g_simple_async_result_run_in_thread
8933  473150 g_type_module_use inconsistently increases the use
8934         counter in case of error
8935  563150 G_GU?INT*_MODIFIER/FORMAT docs
8936  563156 Document printing and scanning gunichar values
8937
8938 * Updated translations:
8939  Hebrew (he)
8940  Italian (it)
8941  
8942
8943 Overview of Changes from GLib 2.19.0 to GLib 2.19.1
8944 ===================================================
8945
8946 * GIO: 
8947   - g_icon_to_string, g_icon_new_for_string: GIcon serialization support
8948   - G_FILE_ATTRIBUTE_PREVIEW_ICON: new file attribute for preview images
8949   - g_app_info_get_commandline: new function to get the full commandline
8950   - g_mount_shadow, g_mount_unshadow, g_mount_is_shadowed: New functions 
8951     to 'shadow' mounts (i.e. hide them from the UI when they already
8952     have a different representation, like a bookmark) 
8953
8954 * Bugs fixed:
8955  556186 gpoll.h breaks gmain.h inclusion
8956  557087 mem leak in g_content_types_get_registered
8957  556921 gpoll.h breaks hal compilation
8958  557210 g_compute_checksum_for_* asserts with less than 2 bytes
8959  558381 Add support for compile time assertions
8960  558185 'parent' variable in g_local_file_get_child_for_display_name()
8961         hits g_object_unref(NULL) assertion
8962  558513 g_warn_if_fail FIXME in gtestutils
8963  558672 NULL key lookup using g_hash_table_lookup_extended() 
8964  555740 gicon serialization
8965  557182 preview functionality
8966  528320 Incorrect icons displayed for files with custom mimetype icons
8967  556910 Memory leak: sub
8968  557592 Missing include in gwinhttpfile.c
8969  556415 Crash on Windows 2000 in g_winhttp_vfs_init()
8970  555935 Clarify the mechanism of overwriting properties
8971  552776 ac_cv_func_posix_getgrgid_r not mentioned
8972  559448 GObject Reference Manual (typo)
8973  561212 GFileReadMoreCallback API doc refers to non-existant function
8974  560569 gkeyfile doesn't use the set list_separator in some cases
8975  560568 gkeyfile docs buglet
8976  559413 g_option_group_set_error_hook docs buglet
8977  562378 callback return value not respected for callback option
8978         with no arg
8979  559110 Do not include libintl.h after glibintl.h
8980  557603 carbon check output misplaced
8981  562544 g_key_file_get_string and g_key_file_get_value
8982         documentation does not explain the difference
8983  547264 Missing "no flags" flag
8984  562638 GDebugKey key member should be const
8985  562639 g_parse_debug_flags() parsing "help"
8986  562549 g_byte_array_free should tell how free data
8987  559452 GObject Reference Manual (typo)
8988  559462 GObject Reference Manual (typo)
8989  559517 GObject Reference Manual (typo)
8990  562538 GObject interface tutorial shouldn't finalise with
8991         "Please forget everything"
8992  561352 Leak of icon description
8993  561375 Leaks mountpoint description
8994  561807 inotify_sub.c: dup_dirname() fails to remove trailing '/'
8995  562393 g_buffered_input_stream_read_byte broken if data available
8996  541715 win32 : patch for warnings and signature problems in recent code
8997  547481 g_data_input_stream_read_line behaves not as stated in the docs
8998  548163 Nautilus displays wrong error message for too long file names
8999  559633 gtk_image_new_from_gicon does not always work for .desktop files
9000  555486 – No way to recover command line from GAppInfo
9001
9002 * Translation updates:
9003  Spanish (es)
9004  Ukrainian (uk)
9005
9006
9007 Overview of Changes from GLib 2.18.1 to GLib 2.19.0
9008 ===================================================
9009
9010 * Rewrite GHashTable to use open addressing with quadratic probing instead 
9011   of chaining. This has the potential to reduce memory fragmentation 
9012   significantly, while being slightly faster due to better locality and 
9013   no need to call alloc/free functions for nodes. Benchmarks suggest it 
9014   also uses less memory overall.
9015
9016 * Make g_poll available as public api
9017
9018 * New macros g_assert_error and g_assert_no_error to assert 
9019   that a GError is set or unset
9020
9021 * g_cancellable_make_pollfd: New method to make a GPollFD for a cancellable
9022
9023 * g_app_info_can_delete, g_app_info_delete, g_app_info_reset_type_associations:
9024   New functions to clean up app infos and content types
9025
9026 * When launching applications, always pass fuse file:// uris when possible,
9027   and let gio convert such uris back to gio uris.
9028
9029 * Bugs fixed:
9030  505361 gunixinputstream.c assumes poll() available
9031  509446 portable blocking gio cancellation
9032  553820 gpoll.c: undeclared identifier
9033  553724 python interpretter path not patched in correctly
9034  553857 gbacktrace.h requires signal.h
9035  553447 g_assert_no_error()
9036  554092 glib doesn't return G_FILE_ERROR_NOENT et al on OS X
9037  528670 Always pass file:/// uri's in GAppLaunchContext
9038  555224 Improve g_format_size_for_display doc
9039  555309 giochannel breaks on error
9040  554790 g_convert() misbehaves with winiconv versions
9041  555314 mem leak in gmarkup
9042  555313 GFileAttribute boxed type get_type function should...
9043  552861 glib-2.0.m4 calls system(3) without storing its result
9044  554557 Patch to fix gcc warnings about missing format specifiers
9045  552107 Small libtool fixes
9046  551355 Make glib build with libtool 2.2
9047  555311 format not a string literal and no format arguments
9048  556101 static mutex yields warnings with g++
9049  556186 gpoll.h breaks gmain.h inclusion
9050  526456 Open addressing in GHashTable
9051  553426 cancellable clarifications
9052  545350 GAppInfo deletion
9053  545351 Reset associations for content type
9054  552168 volume's mount not mounted after g_volume_mount_finish
9055  554970 segfault when update-desktop-database is not available...
9056  554745 GFileAttributeInfoList should be boxed
9057  555121 Improved build-time handling of gio module-dir
9058  555711 Wrong fallback order of mimetype icons
9059  555331 Deprecate adoption of mounts
9060  556335 make check fails in abicheck.sh
9061  556334 Warning when building without selinux support
9062  556422 g_file_enumerator_next_file: unclear...
9063
9064 * Updated translations:
9065  Arabic (ar)
9066  Danish (da)
9067  Polish (pl)
9068  Brazilian Portugese (pt_BR)
9069  Romanian (ro)
9070  Russian (ru)
9071
9072
9073 Overview of Changes from GLib 2.18.0 to GLib 2.18.1
9074 ===================================================
9075
9076 * Bugs fixed:
9077  550433 g_test_init doesn't recognize --help
9078  523463 Core dump in gmain.c:2482:IA__g_main_context_check
9079  551228 G_STRFUNC on recent Sun compiler should be expanded...
9080  551410 gtestutils.c: using printf without prototype
9081  551731 g_date_set_time[_t] docs should mention what timezone
9082  548321 <string.h> is not included in gi18n-lib.h
9083  551149 xdgmime mem leak
9084  550647 synchronous pipe I/O when reading mount reply
9085  551887 Docs for g_desktop_app_info_new_from_filename aren't...
9086  551681 g_content_type_guess() too naive with filenames
9087  552352 g_app_info_launch doesn't work if "Path" key...
9088  551408 gmodule.def generated to builddir...
9089  552359 g_file_info_get_icon should return GThemedIcon, and...
9090
9091 * Updated translations:
9092  Arabic (ar)
9093  Bengali India (bn_IN)
9094  British English (en_GB)
9095  Hindi (hi)
9096  Croatian (hr)
9097  Korean (ko)
9098  Oriya (or)
9099  Turkish (tr)
9100  Telugu (te)
9101
9102
9103 Overview of Changes from GLib 2.17.7 to GLib 2.18.0
9104 ===================================================
9105
9106 * Win32:
9107   - rework the g_poll() implementation to match poll() semantics more closely
9108
9109 * Bugs fixed:
9110  324234 Using g_io_add_watch_full() to wait for connect() to return...
9111  548278 Async GETs connections are always terminated unexpectedly...
9112  500246 Bug fixes for giowin32
9113  523939 Example program for GValue
9114  550096 GBookmarkFile parser is not forward compatible
9115  550040 Move GString, rand and printf tests to the unit test framework
9116  550104 trivial documentation fix for g_get_home_dir
9117  548988 g_file_replace fails on Windows when the target file exists
9118  550059 Wrong docs for g_emblemed_icon_add_emblem
9119  548800 Missing a g_object_get_type function
9120  550056 Missing documentation for g_emblemed_icon_get_emblems
9121
9122 * Updated translations:
9123  Bulgarian (bg)
9124  Czech (cs)
9125  German (de)
9126  Estonian (et)
9127  Basque (eu)
9128  French (fr)
9129  Hebrew (he)
9130  Hungarian (hu)
9131  Italian (it)
9132  Japanese (ja)
9133  Lithuanian (lt)
9134  Maithili (mai)
9135  Dutch (nl)
9136  Swedish (sv)
9137  Thai (th)
9138  Ukrainian (uk)
9139  Vietnamese (vi)
9140
9141
9142 Overview of Changes from GLib 2.17.6 to GLib 2.17.7
9143 ===================================================
9144
9145 * More fixes for 64-bit Windows
9146
9147 * GIO
9148  - Add a vfs implementation for HTTP and HTTPS URIs on Windows
9149
9150 * Bugs fixed:
9151  546329 API docs for g_utf8_normalize() are incorrect
9152  546876 Modify GMarkup parser to accept &#x1; .. &#x1f;
9153  547200 g_utf8_find_next_char() issues
9154  547637 unconditional #include of sys/statfs.h in configure
9155  547337 G_DISABLE_DEPRECATED breaks tests build
9156  547832 gtk+-2.12.11 fails to build - AC_PROG_MMAP too strict
9157  502498 Test framework assertion failures should follow gcc
9158  546371 Improve docs re g_file_monitor
9159  546483 GThemedIcon:use-default-fallbacks is not readable without...
9160  546132 GFileIcon is bindings-unfriendly
9161  542156 zfs mount in home directory shown on nautilus desktop 
9162  535124 umask 002 not being applied for new directories...
9163  547080 g_file_copy leaks expected errors
9164  546582 Callbacks from GFileMonitor present a GFile...
9165  547262 Missing link in the docs
9166
9167 * Updated translations:
9168  Arabic (ar)
9169  Catalan (ca)
9170  Spanish (es)
9171  Basque (eu)
9172  Finnish (fi)
9173  Galician (gl)
9174  Hebrew (he)
9175  Marathi (mr)
9176  Norwegian bokmål (nb)
9177  Portugese (pt)
9178  Brazilian Portugese (pt_BR)
9179  Swedish (sv)
9180  Thai (th)
9181
9182
9183 Overview of Changes from GLib 2.17.4 to GLib 2.17.6
9184 ===================================================
9185
9186 * Fix problems on 64-bit Windows
9187
9188 * g_markup_context_get_user_data: New function to access
9189   the user_data outside of callbacks
9190
9191 * GIO
9192  - g_mount_guess_content_type_sync: synchronous version of
9193    g_mount_guess_content_type
9194  - GEmblem: A GIcon implementation that adds emblem-related
9195    metadata to icons
9196  - GEmblemedIcon: A GIcon implementation that can add emblems
9197    to icons
9198
9199 * Bugs fixed:
9200  544088 option_test_LDADD is left in tests/Makefile.am
9201  544465 gmarkup makes it hard to use pre-rolled parsers
9202  545485 Implicit declaration of utime()
9203  545798 "Since: 2.18" mark is missing in g_set_error_literal...
9204  544140 fam-helper 64-bit issue
9205  529694 SELinux context setting support
9206  545157 wrong/no list of "open with" applications for .cc...
9207  545203 gfile.c: argument is different type
9208  545457 gdmsetup crashed with SIGSEGV in g_unix_mount_guess...
9209  544177 Fix trivial cut and paste error in documentation
9210  545395 Language tweak for g_value_set_string* docs
9211  541036 Gnumeric crashes when trying to open Desktop...
9212  546079 leak in xdgmime
9213  545395 Language tweak for g_value_set_string* docs
9214  546017 Don't copy attributes when copying a symlink
9215
9216 * Updated translations:
9217  Arabic (ar)
9218  Estonian (et)
9219  Galician (gl)
9220  Italian (it)
9221  Japanese (ja)
9222  Korean (ko)
9223  Norwegian bokmål (nb)
9224  Pashto (ps)
9225  Portugese (pt)
9226
9227
9228 Overview of Changes from GLib 2.17.3 to GLib 2.17.4
9229 ===================================================
9230
9231 * GIO:
9232  - New API to handle content types: g_mount_guess_content_type,
9233    g_content_type_guess_for_tree.
9234  - Export the eject-button signal on the volume monitor class
9235  - New API to enable out-of-process volume monitors: 
9236    g_volume_get_activation_root
9237
9238 * GObject:
9239  - New API to handle signals without slots in the class structure:
9240    g_signal_new_class_handler, g_signal_override_class_handler   
9241
9242 * Internationalization:
9243  - Add an NC_ macro that is a no-op equivalent of C_
9244
9245 * GMarkup:
9246  - Add two new functions g_markup_parse_context_push,
9247    g_markup_parse_context_pop to support "subparsers"
9248
9249 * Bugs fixed:
9250  541208 Functions to easily install and use signals without...
9251  541507 Ambiguous description of assigned characters in the...
9252  543040 async reading on dummy file will crash on GIO_USE_VFS=local
9253  543560 enable gio-FEN back-end warnings on Solaris will crash...
9254  528317 GRegex does not allow recursion limit
9255  337518 GMarkup: Subparser support
9256  541794 drive-eject-button signal
9257  541793 activation root for volumes
9258  467707 test_iconv_state() in tests/convert-test.c fails on AIX 5.3
9259  428048 2 of 51 tests fail on Solaris
9260  542332 small fix for error message in GMarkup
9261  482413 get_contents_stdio -- overflow and memory corruption
9262  406120 g_ascii_strtod
9263  334234 "printf" format error
9264  536996 Missing noop i18n macro equivalent to C_
9265  540616 mem leak in filechooser button
9266  539229 gobject-query calls itself query
9267  521589 [RFC] gobject documentation should mention Vala
9268  543168 Description of G_SLICE=debug-blocks discourages its use
9269  543220 Case collision on gio-extension-points.html
9270  530759 update the gobject tutorial to the XXI century
9271  535223 gbookmark file inefficiency ...
9272  543504 crash in Epiphany Web Browser: Opening local file
9273
9274 * Updated translation:
9275  German (de)
9276  Estonian (et)
9277  Pashto (ps)
9278  Albanian (sq)
9279  Thai (th)
9280  Traditional Chinese (zh_HK)
9281  Traditional Chinese (zh_TW)
9282
9283
9284 Overview of Changes from GLib 2.17.1 to GLib 2.17.3
9285 ===================================================
9286
9287 * PCRE
9288  - fix for CVE-2008-2371 
9289
9290 * Bugs fixed:
9291  538119 glib's mainloop leaks a pipe to sub-processes
9292  537635 Corrections and improvements to g_time_val_{to,from}_iso8601
9293  539067 The document g_io_channel_win32_new_fd() says...
9294  535949 annotate g_strip_context and g_dpgettext with G_GNUC_FORMAT
9295  539123 annotate g_d[n]gettext with G_GNUC_FORMAT
9296  539074 Cannot get exit status with g_spawn_command_line_sync
9297  316221 G_LOCK warns about breaking strict-aliasing rules
9298  539770 migrate gstrfunc unit tests to gtest
9299  539626 Update docstrings for g_object_freeze_notify and g_object_thaw_notify
9300  538044 unconditional use of LC_MESSAGES
9301  540545 Monotonic time and timer offset
9302  535947 want g_set_error_literal
9303  539999 glibconfig.h: add GLIB_USING_SYSTEM_PRINTF 
9304  536252 GFileEnumerator should allow access to the containing GFile
9305  538362 Get Win32 icons back in the file chooser
9306  540802 g_list_prepend doesn't concat lists
9307  540423 unrecoverable error after g_seekable_truncate
9308  538836 make check failure on PPC and ALPHA: pltcheck.sh on g_atomic_pointer_get
9309  539090 g_content_type_from_mime_type() should unalias
9310  540331 g_file_append_to () documentation: can return NULL
9311  534639 add g_desktop_app_info_new_from_keyfile
9312  536733 gio build failure on Irix
9313  536160 Add g_file_monitor()
9314  538127 FileChooser broken on win32
9315  531476 /live-g-file/test_traverse_structure test fails on Mac HFS+
9316  538564 gio should have gio-types.h
9317  540047 glib-genmarshal.c: '#include <io.h>' is too before
9318
9319 Updated translations:
9320  Korean (ko)
9321  Occitan (oc)
9322
9323
9324 Overview of Changes from GLib 2.17.0 to GLib 2.17.1
9325 ===================================================
9326
9327 * New function: g_utime(), a gstdio wrapper for utime()
9328
9329 * New functions: g_dgettext() and g_dngettext(), wrappers
9330   for corresponding gettext functions with added functionaliy
9331
9332 * Support the latest version of the shared-mime spec, including
9333   icons for mime types 
9334
9335 * New function: g_themed_icon_prepend_name()
9336
9337 * Bugs fixed: 
9338  535418 Please document which glib version defines goffset
9339  528715 Misprint in the description of the interface g_type_class_add_private
9340  528714 Misprint in the description of the interface g_param_spec_flags
9341  537260 Doc bug in G_TYPE_INSTANCE_GET_CLASS()
9342  530527 Misprint in the description of the interface 
9343         g_cclosure_marshal_VOID__FLAGS
9344  530526 Misprint in the description of the fields 'class_init' and 
9345         'class_finalize' of the structure GTypeInfo
9346  528719 Improvement to the documentation of the "g_object_connect" interface
9347  528172 gtk_signal_handlers_unblock_* functions return value
9348         amount of matched signals, not amount of actually unblocked
9349  528717 Misprint in the description of the parameter 'type_id' for 
9350         the interface g_type_register_fundamental
9351  528716 Misprint in the description of the parameter 'iface_data' for 
9352         the callback types GInterfaceInitFunc and GInterfaceFinalizeFunc 
9353  537555 GObject instantiation not thread safe
9354  537546 'desktop' shortcut in file chooser looks like a generic folder
9355  537392 Additional colon in xattr name
9356  536641 Filesystem querying in gio does not list AFS and autofs file systems
9357  528600 g_dummy_file_get_parent("scheme://example.com/")
9358  503071 Application direction changes to right to left even if theres no 
9359         translation
9360  502511 g_assert_cmphex prints invalid message
9361  338162 Use po/LINGUAS
9362  314453 Nautilus crashes in Solaris when browsing the attached file
9363  529321 make check fails in glib/pcre
9364  455215 g_get_user_special_dir: no reference about G_USER_DIRECTORY_DOWNLOAD 
9365         fallback to $HOME/Desktop if xdg-user-dirs is not in use
9366  498732 g_key_file_to_data cannot fail
9367  511367 add g_file_make_directory_with_parents
9368  531900 Use __builtin_offsetof for G_STRUCT_OFFSET if building with 
9369         gcc 4.0 or newer
9370  536158 also bump GHashTable version when a node is removed via
9371         g_hash_table_iter_remove()/g_hash_table_iter_steal()
9372  531403 g_utf8_collate broken on Mac
9373  535628 test/patterntest.c still includes gpattern.h directly
9374  535625 alias.h:2648: error: 'utime' undeclared here (not in a function)
9375
9376 * Translation updates:
9377  Arabic (ar)
9378  German (de)
9379  Italian (it)
9380  Norwegian bokmål (nb)
9381  Thai (th)
9382
9383
9384 Overview of Changes from GLib 2.16.x to GLib 2.17.0
9385 ===================================================
9386
9387 * Update to Unicode 5.1
9388
9389 * Update included libcharset to the one shipped with libiconv 0.12
9390
9391 * Update included PCRE to 7.7
9392
9393 * Enforce that only toplevel headers are directly included.
9394   This is turned on by default for GObject and GIO. To turn
9395   it on for GLib, define G_DISABLE_SINGLE_INCLUDES.
9396
9397 * Fix library version of GIO.  GLib 2.16 shipped with libgio-2.0.so.0.0.0
9398
9399 * On Solaris, use FEN for file monitoring in GIO
9400
9401 * Use the GIO_EXTRA_MODULES environment variable to find
9402   additional GIO modules 
9403
9404 * G_GNUC_ALLOC_SIZE: New macro that wraps the gcc alloc_size
9405   function attribute
9406
9407 * g_checksum_reset: New function to reset the state of a GChecksum 
9408
9409 * g_unix_mount_monitor_set_rate_limit: New function to limit the 
9410   rate at which events are reported
9411
9412 * g_file_query_file_type: New utility function to query the type of
9413   a file
9414
9415 * g_memory_output_stream_get_data_size: New function to obtain the
9416   size of the written data.
9417
9418 * Bugs fixed:
9419  522292 Gives warnings in glib/gutils.h with GCC in C99 mode
9420  523298 win_iconv can't convert from UTF-8 to GB18030 (or vice versa)
9421  518160 replace two g_strdup_printf calls in GBookmarkFile
9422  523877 gbookmarkfile: avoid using g_string_append_printf() and
9423         other optimizations 
9424  525192 100% CPU if run main loop with no IO sources
9425  315437 extern inline -> static inline
9426  524314 g_convert() on Win32 implicitly converts full width
9427         alphanumerics into half width
9428  525732 Error in documentation for g_list_first
9429  525674 A typo in gmarkup.c
9430  448943 g_timeout_add_seconds() problems
9431  525972 UCS-4 not in the new win_iconv implementation
9432  526619 make test-report crash
9433  491554 Update to Unicode 5.1.0
9434  519137 g_slice_dup macro needs cast for 64-bit platform
9435  528752 Win32 build and SSL not working
9436  530457 G_USER_DIRECTORY_DOWNLOAD folder improperly mapped
9437  528667 Typos in testing module documentation
9438  459905 Bug in wcwidth data
9439  534085 g_unichar_iswide_cjk() has a totally wrong table
9440  501651 Update glib/libcharset
9441  519026 G_STMT_START/G_STMT_END test a non-existent preprocessor symbol
9442  534319 GLib's .pc files could use Libs.private
9443  534137 Typo in g_spawn_async_with_pipes doc
9444  517419 gio win32 directory monitor
9445  526796 Wrong order of arguments in g_file_copy's fallback
9446  530196 _g_local_file_has_trash_dir() doesn't handle st_dev == 0
9447  532965 Should not return filesystem::free for certain file systems
9448  525553 fix typo and nitpicking in GArray documentation
9449  526572 Missing * in declaration of parent_class in Object
9450         Destruction section of GObject Reference Manual
9451  528648 Extra >s in Object Construction section
9452  535021 g_param_spec_internal documentation should
9453         describe purpose of nick and blurb
9454  521513 Firefox crash when using file picker
9455  528433 gdesktopappinfo snafu ...
9456  533369 API g_file_info_get_attribute_string () unables to get "...
9457  521045 glib f_fstypename miscellany
9458  521672 compile error
9459  521946 control rate limit on GUnixMountMonitor
9460  522335 Fails to build: glib/gtester.c:276: error: 'ARG_MAX' unde...
9461  523015 Implement sliding window based upload operation
9462  523019 Use new GCC 4 feature
9463  523338 list nfs4 as a nfs mount type
9464  524350 Make glib build without NLS again
9465  524579 g_file_copy reports wrong total on progress callback for ...
9466  524742 A typo in gtestutils.c.
9467  524950 Minor documentation typos.
9468  525866 the user directory should not be considered as a mount to...
9469  526320 should not list mounts that the user doesn't have permiss...
9470  527132 nautilus crash when making ftp connection
9471  532852 CRITICAL **: totem_pl_parser_parse_with_base: assertion `...
9472  534759 Build failure in gio
9473  534764 Typo in error produced by g_file_make_directory
9474  521851 Redudant tests in gunixmounts.c
9475  524344 glib/gthread.h still use G_GNUC_PRETTY_FUNCTION
9476  525060 glib fails to build with -DG_DISABLE_ASSERT in CPPFLAGS o...
9477  534177 Invalid description of the interface g_cclosure_marshal_S...
9478  520715 Add GFile method g_file_query_file_type
9479  523039 nautilus can't access to trash/computer/network if gvfs i...
9480  
9481 * Updated translations:
9482  Arabic (ar)
9483  Bulgarian (bg)
9484  Catalan (ca) 
9485  Czech (cs)
9486  Greek (el)
9487  Candian English (en_CA)
9488  British English (en_GB)
9489  Spanish (es)
9490  Estonian (et)
9491  Basque (eu)
9492  Galician (gl)
9493  Hebrew (he)
9494  Hungarian (hu)
9495  Japanese (ja)
9496  Lithuanian (lt)
9497  Norwegian bokmål (nb)
9498  Dutch (nl)
9499  Occitan (oc)
9500  Portugese (pt)
9501  Russian (ru)
9502  Slovak (sk)
9503  Albanian (sq)
9504  Swedish (sv)
9505  Turkish (tr)
9506  Vietnamese (vi)
9507
9508
9509 Overview of Changes from GLib 2.16.0 to GLib 2.16.1
9510 ===================================================
9511
9512 * Fix a crash in g_themed_icon_new
9513
9514 * Update the included PCRE to 7.6
9515
9516
9517 Overview of Changes from GLib 2.15.6 to GLib 2.16.0
9518 ===================================================
9519
9520 * Fix the definition of G_INLINE_FUNC to work with gcc 4.3.0
9521
9522 * GIO:
9523  - Add missing GMountMountFlags argument to g_unix_volume_mount
9524  - Fix the adopt_orphan_mount vfunc to take a volume monitor 
9525    reference
9526  - Add properties to GThemedIcon for bindings sake
9527
9528 * Bugs fixed:
9529  520484 gvfsd-trash crashed with SIGSEGV in g_path_is_absolute()
9530  510855 g_checksum_update(): Take -1 for length.
9531  517676 g_themed_icon_new*() do more than call g_object_new().
9532  518816 should handle rmdir returning EEXIST correctly
9533  519352 g_[s]list_delete_link() docs
9534  519489 Fixes for sparse warnings in gio
9535  520169 add monitor argument to vfunc for GVolumeMonitor
9536  520700 Add type check in g_file_query_exists
9537  521145 FILE_READ_ONLY_VOLUME not present on Mingw32
9538  518720 No MIME type for empty files
9539  521013 in documentation, goffset doesn't say "Since 2.x"
9540  521028 Missleading error messages from g_io_channel_set_encoding()
9541  517484 GMainLoop could set the thread "Alertable" for APCs to be... 
9542
9543 * Updated translations:
9544  Assamese (as)
9545  Bengali India (bn_IN)
9546  Czech (cs)
9547  German (de)
9548  Spanish (es)
9549  Estonian (et)
9550  Finnish (fi)
9551  French (fr)
9552  Gujarati (gu)
9553  Italian (it)
9554  Lithuanian (lt)
9555  Malayalam (ml)
9556  Marathi (mr)
9557  Norwegian bokmål (nb)
9558  Romanian (ro)
9559  Russian (ru)
9560  Slovak (sk)
9561  Ukrainian (uk)
9562
9563  
9564 Overview of Changes from GLib 2.15.5 to GLib 2.15.6
9565 ===================================================
9566
9567 * GIO:
9568  - New file attributes: trash::item-count, filesystem::use-preview
9569  - Rename g_file_contains_file to g_file_has_prefix
9570  - g_file_query_filesystem_info grew async variants
9571  - g_themed_icon_append_name: new convenience function
9572  - g_content_type_get_icon is implemented now
9573  - Only show mounts in /media and ~
9574  - g_file_contains_file has been renamed to g_file_has_prefix
9575
9576 * Win32:
9577  - g_win32_get_package_installation_directory_of_module: new function
9578    which supersedes g_win32_get_package_installation_directory
9579  - Use alertable wait functions so that I/O completion routines or 
9580    user-mode Asynchronous Procedure Calls can be run
9581  - Fix race conditions in g_spawn implementation on win32
9582
9583 * Other:
9584  - g_uri_get_scheme has been renamed go g_uri_parse_scheme
9585
9586 * Updated translations:
9587  Arabic (ar)
9588  Belarusian Latin (be@latin)
9589  Catalan (ca) 
9590  British English (en_GB)
9591  Finnish (fi)
9592  Galician (gl)
9593  Hebrew (he)
9594  Italian (it)
9595  Kannada (kn)
9596  Norwegian bokmål (nb)
9597  Dutch (nl)
9598  Brazilian Portugese (pt_BR)
9599  Vietnamese (vi)
9600
9601
9602 Overview of Changes from GLib 2.15.4 to GLib 2.15.5
9603 ===================================================
9604
9605 * Update the included PCRE to 7.6
9606
9607 * GIO:
9608  - g_volume_should_automount: new function to determine if a volume
9609    should be mounted automatically
9610  - g_file_query_default_handler: new convenience function to get
9611    the default handler for a file
9612  - g_app_info_launch_default_for_uri new convenience function to
9613    launch the default handler for a URI
9614  - Use mimeapps.list and defaults.list as discussed on xdg list
9615    recently
9616  - g_app_info_get_default_for_uri_scheme has a real implementation
9617    now (gvfs provides a GConf-based implementation)
9618  - There is the beginning of a test suite
9619  - standard::description:  new file attribute
9620  - GMountMountFlags flags argument added to mount calls
9621
9622 * GObject:
9623  - class initialization is now threadsafe
9624
9625 * Updated translations:
9626   Arabic (ar)
9627   Catalan (ca)
9628   Spanish (es)
9629   Basque (eu)
9630   Italian (it)
9631   Japanese (ja)
9632   Kannada (kn)
9633   Korean (ko)
9634   Macedonian (mk)
9635   Occitan (oc)
9636   Portugese (pt)
9637   Brazilian Portugese (pt_BR)
9638   Swedish (sv)
9639   Thai (th)
9640
9641
9642 Overview of Changes from GLib 2.15.3 to GLib 2.15.4
9643 ===================================================
9644
9645 * G_GNUC_PRETTY_FUNCTION has been deprecated
9646
9647 * GIO:
9648  - g_file_copy has an async variant now
9649  - Drives and volumes now have API to get identifiers
9650    like Hal UDIs or UUIDs.
9651  - There is now a registration API to let modules register
9652    extensions they provide, such as volume monitor implementations
9653
9654 * Bugs fixed:
9655   511807 g_time_val_to_iso8601() uses MT-unsafe gmtime() function
9656   316260 [patch] Doc patches for gnode (2.8.1)
9657   385132 solaris gettext support fix
9658   484261 ./configure check for system PCRE unicode support fails w...
9659   510292 GOption main help not shown
9660   511580 Implement g_file_copy_async
9661   511654 Compile errors due to C99 constructs
9662   487909 g_utf8_strreverse and combining marks
9663   512381 unused variable 'is_main_group' 
9664
9665 * Updated translations:
9666   Arabic (ar)
9667   Belarusian (be)
9668   Czech (cz)
9669   Spanish (es)
9670   French (fr)
9671   Galician (gl)
9672   Portugese (pt)
9673   Russian (ru)
9674   Swedish (sv)
9675   Thai (th)
9676
9677
9678 Overview of Changes from GLib 2.15.2 to GLib 2.15.3
9679 ===================================================
9680
9681 * GChecksum:
9682  - g_checksum_update can accept nul-terminated strings
9683  - The MD5 implementation works correctly on buffers 
9684    that are longer than 64 bytes
9685
9686 * GIO:
9687  - Don't include a copy of the inotify headers, rely on system headers
9688  - g_file_find_enclosing_mount has an async variant now
9689  - Reduntant seek API on file streams has been removed
9690
9691 * Bugs fixed:
9692   508602 gmemory{in|out}putstream.c: unknown pointer size
9693   508771 There is no g_file_test/exists() for GFile
9694   508773 g_uri_escape_string() documentation unclear.
9695   509465 AM_PATH_GLIB_2_0 doesn't support gio
9696   509626 async functions: Document allowed NULL callback?
9697   509990 GSeekable documentation unclear
9698   510448 No inotify support on ARM or SH5
9699   510855 g_checksum_update(): Take -1 for length. 
9700
9701 * Updated translations:
9702   Basque (eu)
9703   Marathi (mr)
9704   Swedish (sv)
9705   Ukrainian (uk)
9706
9707
9708 Overview of Changes from GLib 2.15.1 to GLib 2.15.2
9709 ===================================================
9710
9711 * GIO:
9712  - Mount operation API change: unhandled methods get reported via 
9713    the reply, rather than by the signal emission return value
9714  - File monitor API change: Add a GError argument to g_file_monitor_file
9715  - g_unix_mount_guess_should_display(): new function
9716
9717 * Bugs fixed:
9718   508224 [PATCH] FAM backend crashes due to double free
9719   508074 GAsyncResult documentation suggests g_freeing it.
9720   508108 GFile documentation slightly unclear.
9721   508309 rpc_pipefs mount points should be hidden
9722   508378 GFileInfo documentation implies that it changes attribute...
9723   508719 g_file_get_relative_path fails if parent is root
9724   508773 g_uri_escape_string() documentation unclear.
9725
9726 * Updated translations:
9727   Arabic (ar)
9728   Spanish (es)
9729   Hebrew (he)
9730   Italian (it)
9731   Korean (ko)
9732   Turkish (tr)
9733
9734
9735 Overview of Changes from GLib 2.15.0 to GLib 2.15.1
9736 ===================================================
9737
9738  * Portability fixes:
9739  - Assertion functions are marked as noreturn again
9740  - Handling of inline functions has been fixed to work with gcc 4.3
9741  - C99 comments have been removed from headers
9742  - The nonportable sed -i option is no longer used
9743
9744  * GIO:
9745   - Clarified the semantics of g_app_info_get_all()
9746   - API for memory input and output streams has been changed a bit
9747   - GDirectoryMonitor has been removed; GFileMonitor can monitor
9748     files and directories now
9749
9750  * Bugs fixed:
9751    504829 Invalid environment passed to g_spawn_async in g_desktop_...
9752    505258 crash in Users and Groups: Adding a user
9753    505815 g_content_types_get_registered should not g_free keys
9754    491218 g_timer_new() doesn't initialize timer->end
9755    315437 extern inline -> static inline
9756    476856 Inconsistency between standard and implementation of the ...
9757    480122 g_module_open fails to open modules with ".la" extension
9758    495589 gspawn.c failing to set FD_CLOEXEC
9759    500273 doesn't build with --disable-visibility
9760    504142 Do not show empty groups in --help output
9761    504879 giofam incorrectly linked
9762    505042 add file attribute for actually used file size in bytes
9763    505058 xattr namespace docs
9764    505674 Misprint in the definition of the macro G_CCLOSURE_SWAP_DATA
9765    505730 Fails to build on OSX 10.4: _NSGetEnviron not declared
9766    505887 older darwin lacks lchown
9767    506374 gmemoryinputstream api
9768    506461 Conversion of g_assert_not_reached() and friends into fun...
9769    503051 Small bug in glib interface
9770    506395 Updates to GIO documentation
9771    507628 Missing .pc entry for gio linking against glib
9772    505195 [patch] typo in g_try_new0 docs 
9773    507822 g{file,directory}monitor changes signal problem
9774    506377 gmemoryoutputstream write implementation
9775    507835 bug in gunixinputstream 
9776
9777  * Updated translations:
9778    Arabic (ar)
9779    Belarusian Latin (be@latin)
9780    Spanish (es)
9781    Basque (eu)
9782    Irish (ga)
9783    Hebrew (he)
9784    Occitan (oc)
9785    Vietnamese (vi)
9786
9787
9788 Overview of Changes from GLib 2.14.x to GLib 2.15.0
9789 ===================================================
9790
9791 Major new features:
9792
9793  * GIO: a VFS API, designed to replace GnomeVFS. The GIO implementation 
9794    in GLib has support for local filesystems. The new, separate gvfs 
9795    module contains various backend implementations (cifs, ftp, sftp,
9796    http, ...)
9797
9798  * GChecksum: provides various hash algorithms, such as MD5, SHA-1
9799    and SHA-256
9800  
9801  * GTest: a test framework 
9802  
9803 Smaller additions:
9804
9805  * GHash:
9806  - GHash has iterators, as an alternative to g_hash_table_foreach
9807
9808  * GMarkup: 
9809  - g_markup_parse_context_get_element_stack: New function to
9810    get the stack of open elements
9811  - G_MARKUP_PREFIX_ERROR_POSITION: New flag to improve error
9812    reporting
9813  - g_markup_collect_attributes: Convenience function for handling
9814    attributes
9815
9816 * GKeyFile: 
9817  - Functions that take a GError now return a boolean to indicate 
9818    success, instead of void
9819  - Various performance improvements
9820
9821 * GAsyncQueue:
9822  - g_async_queue_new_full: new function that allows to specify
9823    a free function for leftover elements
9824  
9825 * GError:
9826  - g_prefix_error and g_propagate_prefixed_error: New functions
9827    to ease error propagation
9828
9829 * Internationalization:
9830  - C_: A new 2-argument variant of the Q_() macro 
9831  - Use native character set conversion API on Windows
9832
9833 * GLib builds with automake 1.10
9834
9835 * Bugs fixed:
9836  455725 specific combination of g_utf8_strlen and g_pattern_match...
9837  467537 g_convert_with_iconv() not resetting iconv() state correc...
9838  497033 Commandline option parser should warn about missing optio...
9839  504527 gchecksum: Conditional jump or move depends on uninitiali...
9840  445362 Non-numeric local labels in gatomic.c are causing linker ...
9841  482313 gregex: no way to tell why compilation failed
9842  317775 main loops continues to run after g_main_loop_quit() has ...
9843  418778 Insufficient pkg-config version requirement
9844  436293 g_option_context_new() doc should mention that the string...
9845  466557 glib-mkenums shifts ARGV[0] to undefined
9846  468882 GKeyFile doesn't accept "True" as a true boolean value
9847  469551 application --help messages are garbaged on none UTF-8 lo...
9848  479724 Memory leak upon calling "g_main_loop_run" in the seconda...
9849  490061 outptrs uninitialized after g_parse_long_long
9850  490637 gobject documentation patch
9851  495294 glib-genmarshal prints warnings but returns 0
9852  496046 option to prefix location of errors for GMarkup
9853  498113 tests/regex-test fails on 64bit environment
9854  500506 Fails to build on OSX 10.4
9855  500638 gkeyfile speedup ...
9856  500875 Make check fails as there is no "test" target for "build"...
9857  502511 g_assert_cmphex prints invalid message
9858  502927 g_array_index triggers cast aligment warning
9859  503029 g_time_val_from_iso8601 parse non-ISO8601 dates
9860  503222 Need context to translate
9861  503420 gkeyfile leaks a hash table
9862  503470 Fix build when builddir != srcdir
9863  504227 Inverse variant for g_test_trap_assert_stdout, g_test_tra...
9864  71704  file include order
9865  491957 Misprint in the specification of the interface "g_main_co...
9866  491959 Misprint in description of the structure "GThreadPool"
9867  491965 Mistype in the specification of the function "g_hook_list...
9868  491966 Misprint in the specification of the interface "g_main_co...
9869  491968 The documentation does not mention the restriction for th...
9870  491970 The documentation for the interface "g_date_clamp" is inc...
9871  491974 The documentation of the interface "g_main_context_iterat...
9872  491975 The documentation for the interfaces "g_io_channel_read_u...
9873  491979 Misprint in the description of the interfaces g_key_file_...
9874  491982 Misprint in the description of the interface "g_key_file_...
9875  501107 EXTRA_DIST automake warnings
9876  501997 g_utf8_normalize() returns NULL on invalid string
9877  502590 C_/g_dpgettext efficiency
9878  464259 g_set_application_name() docs should say "Since 2.2"
9879  496518 gbase64.c API doc clarification
9880  498728 g_key_file_get_*_list should set length to 0 when returni...
9881  500361 Improve docs for g_array_free() and g_ptr_array_free()
9882  501853 g_checksum_get_digest docs
9883  503862 Allow NULL strings in g_parse_debug_string()
9884  142676 Q_
9885  367550 Add g_async_queue_new_full() with GDestroyNotify function
9886  375651 Minor enhancements to GKeyFile API
9887  443648 MD5 digest support
9888  449937 Upgrade auto* sources to be clean under automake1.9
9889  452887 gmarkup context "get element" function is useless when ca...
9890  491549 [PATCH] Eliminate libiconv dependency on Windows
9891  500507 GHashTableIter API 
9892
9893 * Translation updates
9894  Belarusian Latin (be@latin)
9895  Czech (cs)
9896  German (de)
9897  Spanish (es)
9898  Esperanto (et)
9899  French (fr)
9900  Korean (ko)
9901  Marathi (mr)
9902  Norwegian bokmål (nb)
9903  Brazilian Portugese (pt_BR)
9904  Slovenian (sl)
9905  Swedish (sv)
9906
9907
9908 Overview of Changes from GLib 2.14.2 to GLib 2.14.3
9909 ===================================================
9910
9911 * Update PCRE to 7.4
9912
9913 * Bugs fixed:
9914  487491 Fix some warnings from sparse
9915  488068 Small (one-time) memory leak in glib_gettext initialization
9916  493688 TYPE macro "_get_type ()" is documented wrong
9917
9918 * Updated translations:
9919  Arabic (ar)
9920  Belarusian Latin (be@latin)
9921  Estonian (et)
9922  Irish (ga)
9923  Slovenian (sl)
9924
9925  
9926 Overview of Changes from GLib 2.14.1 to GLib 2.14.2
9927 ===================================================
9928
9929 * Bugs fixed:
9930  476849 Invocation of the interface "g_hook_free" fails in certai...
9931  359165 marshallers can throw warnings with -Wunused
9932  477957 more discussion on g_value_set_object vs. g_value_take_ob...
9933  478459 G_DEFINE_DYNAMIC_TYPE_EXTENDED doesn't work with G_IMPLEM...
9934  483337 inline is disabled for MSVC when compiling C code
9935  478349 Broken link to gettext website
9936  469231 g_spawn optimization for setting all open fds to CLOEXEC 
9937
9938 * Updated translations:
9939 Arabic (ar)
9940 Galician (gl)
9941 Hebrew (he)
9942 Korean (ko)
9943
9944
9945 Overview of Changes from GLib 2.14.0 to GLib 2.14.1
9946 ===================================================
9947
9948 * Bugs fixed:
9949  476840 Invocation of the interface "g_utf8_strreverse" crashes f...
9950  444765 Fix FIXME in gregex.c when new pcre is out
9951  464145 g_markup_escape_text Produces Invalid XML
9952  465625 g_type_default_interface_ref() does not ensure working g_...
9953  466768 Clearify that comments can be put anywhere in a Key-file.
9954  474229 The GError documentation should give convention for the G...
9955  474899 G_BREAKPOINT() docs inaccurate
9956  475854 Overuse of -lpcre when using system pcre
9957  473879 Incorrect includes in gregex.c
9958  468694 Typoes in documentation
9959  469051 g_snprintf () talks about characters where it probably me...
9960  457601 Missing arch specific atomic implementation
9961  475923 Missing pcre flags when static-linking against glib
9962  475619 glibthread-2.0.la does not list -lpthread
9963
9964 * Updated translations:
9965  Bulgarian (bg)
9966  Catalan (ca)
9967  Danish (da)
9968  German (de)
9969  Canadian English (en_CA)
9970  British English (en_GB)
9971  Spanish (es)
9972  Estonian (et)
9973  Finnish (fi)
9974  French (fr)
9975  Gujarati (gu)
9976  Hungarian (hu)
9977  Italian (it)
9978  Georgian (ka)
9979  Kannada (kn)
9980  Lithuanian (lt)
9981  Makedonian (mk)
9982  Norwegian (nb)
9983  Dutch (nl)
9984  Polish (pl)
9985  Portugese (pt)
9986  Brazilian Portugese (pt_BR)
9987  Romanian (ro)
9988  Russian (ru)
9989  Albanian (sq)
9990  Serbian (sr, sr@Latn)
9991  Swedish (sv)
9992  Tamil (ta)
9993  Thai (th)
9994  Ukrainian (uk)
9995  Vietnamese (vi)
9996
9997
9998 Overview of Changes from GLib 2.13.7 to GLib 2.14.0
9999 ===================================================
10000
10001 * Last-minute API additions:
10002  - Make g_unichar_combining_class public
10003  - Add goffset type, add G_MAXSSIZE and G_MINSSIZE
10004
10005 * Update PCRE to 7.2
10006
10007 * Bugs fixed:
10008  453998 Make _g_unichar_combining_class() public
10009  462549 gregex.c: variable is declared at middle of block
10010  417068 g_file_test doc inconsistency
10011
10012 * Updated translations:
10013  Assamese (as)
10014  Basque (eu)
10015  Kannada (kn)
10016  Malayalam (ml)
10017  Dutch (nl)
10018  Polish (pl)
10019  Brazilian Portugese (pt_BR)
10020  Turkish (tr)
10021
10022
10023 Overview of Changes from GLib 2.13.6 to GLib 2.13.7
10024 ===================================================
10025
10026 * The memory corruption warning from the slice allocator that
10027   occurred when threads were initialized after the slice allocator
10028   has been removed, as the slice allocator now works fine
10029   in this scenario.
10030
10031 * New functions g_once_init_enter() and g_once_init_leave() make
10032   it easier to write threadsafe one-time initialization functions 
10033  
10034 * Bugs fixed:
10035  454473 Simple XML Subset Parser terminates on invalid XML
10036  445813 g_module_open error, add file name
10037  453796 errno gets clobbered by g_filename_display_name
10038  341988 don't use "-c" with msgfmt in Makefile.in.in
10039  447048 Please produce slightly more output during long tests
10040  454785 GModule documentation lists same block of code twice.
10041  454786 GModule documentation lists same paragraph twice.
10042  383155 small docs quirks in gobject/closure API documentation
10043  65041  _get_type() functions aren't thread safe
10044
10045 * Updated translations
10046  Assamese (as)
10047  Spanish (es)
10048  Gujarati (gu)
10049  Japanese (ja)
10050  Korean (ko)
10051  Macedonian (mk)
10052
10053
10054 Overview of Changes from GLib 2.13.5 to GLib 2.13.6
10055 ===================================================
10056
10057 * Reintroduce a GType typedef whose removal in 2.13.5
10058   caused trouble for C++ bindings
10059
10060 * Bugs fixed:
10061  450216 docs not explicit enough about g_free()
10062  451459 g_type_register_static_simple calls g_type_register_static
10063
10064 * Updated translations
10065  Norwegian bokmål (nb)
10066  Sinhala (si)
10067
10068
10069 Overview of Changes from GLib 2.13.4 to GLib 2.13.5
10070 ===================================================
10071
10072 * xdg-user-dirs support: 
10073  - the Desktop directory is guaranteed to be defined
10074  - user-dirs.dirs is no longer reloaded on changes
10075
10076 * Slice allocator: 
10077  - new api to duplicate slices
10078
10079 * Regular expression support:
10080  - GRegex is a boxed type now
10081
10082 * Bugs fixed:
10083  44793 make check failing in trunk
10084  354522 Small problem with PLT hiding 6 symbols
10085  363986 glib 2.12.4 does not compile with SGI IDO cc
10086  443869 g_type_class_add_private doesn't warn when adding 0-sized...
10087  446859 Legitimately return 0 for g_quark_from_string(NULL)
10088  447534 Small typo in g_timeout_add_seconds() doc
10089  447583 GStaticRWLock
10090  447935 g_get_current_dir SIGSEGV on long path
10091  448260 CLAMP has surprising result if low > high
10092  57693  g_string_vprintf()
10093  442029 add g_slice_dup()
10094  445065 Add GRegex boxed type
10095  448819 Add full version of g_timeout_add_seconds()
10096
10097 * Updated translations: 
10098  Swedish (sv)
10099  Oriya (or)
10100  Hebrew (he)
10101  Spanish (es)
10102  Estonian (et)
10103
10104  
10105 Overview of Changes from GLib 2.13.3 to GLib 2.13.4
10106 ===================================================
10107
10108 * Bugs fixed:
10109  444121 g_get_user_special_dir deadlocks
10110  444161 invalid UTF8 in key name shows up as valgrind error in g_...
10111  444130 g_option_context_get_help() is broken when there's a desc...
10112
10113
10114 Overview of Changes from GLib 2.13.2 to GLib 2.13.3
10115 ===================================================
10116
10117 * GKeyFile:
10118  - Added defines for easier handling of desktop files
10119
10120 * Unicode support:
10121  - Update g_unichar_iswide_cjk for Unicode 5.0
10122
10123 * Regular expression support:
10124  - GRegex structs can now be ref-counted
10125  - Some new functions for dealing with incremental 
10126    replacement have been added
10127  - The GRegexEvalCallback signature has been changed
10128
10129 * g_get_user_special_dir() has been added to support
10130   xdg-user-dirs
10131
10132 * Bugs fixed:
10133  419376 Functions using named subpatterns behave inconsistently w...
10134  434358 g_regex_fetch_named() and g_regex_fetch_named_pos() are b...
10135  423708 typo in the README.win32 file see patch below
10136  339225 Add new defines for easier handling of .desktop files 
10137  442265 API additions/changes for GRegex
10138  432651 Add a glib-ish xdg_user_dir_lookup
10139
10140 * Updated translations:
10141  Estonian (et)
10142  Norwegian bokmål (nb)
10143
10144
10145 Overview of Changes from GLib 2.13.1 to GLib 2.13.2
10146 ===================================================
10147
10148 * Unicode support:
10149  - Add g_unichar_ismark()
10150
10151 * GOption:
10152  - Allow to use callbacks for remaining args
10153
10154 * Updated translations:
10155   Belarusian Latin (be@latin)
10156   British English (en_GB)
10157   Galician (gl)
10158   Norwegian bokmål (nb)
10159   Oriya (or)
10160   Spanish (es)
10161   Thai (th)
10162
10163
10164 Overview of Changes from GLib 2.13.0 to GLib 2.13.1
10165 ===================================================
10166
10167 * GRegex:
10168  - Portability fixes
10169  - Split into immutable GRegex and GMatchInfo
10170  - Add g_regex_get_max_backref() and g_regex_get_capture_count()
10171    to obtain information about the compiled regex
10172
10173 * GKeyFile:
10174  - Fix roundtrip problems
10175  - Add g_key_file_load_from_dirs()
10176
10177 * Unicode support:
10178  - Fix corner cases in case conversion routines
10179
10180 * GOption:
10181   - Add a function to get the formatted help string
10182
10183 * GHash:
10184  - Add new functions g_hash_table_get_keys() and
10185    g_hash_table_get_values() to retrieve the keys and
10186    values in list form
10187
10188 * Updated transations:
10189   Simplified Chinese (zh_CN)
10190   Arabic (ar)
10191
10192
10193 Overview of Changes from GLib 2.12 to GLib 2.13.0
10194 =================================================
10195
10196 * Add GSequence, a list that is implemented using
10197   a balanced binary tree.
10198
10199 * Add GRegex, an implementation of Perl regular expressions,
10200   based on PCRE.
10201  
10202 * Use Posix monotonic clocks instead of gettimeofday()
10203   for GTimer when available.
10204
10205 * Support static initialization of GQeues with G_QUEUE_INIT,
10206   g_queue_init() and g_queue_clear().
10207
10208 * Add g_string_chunk_clear() for clearing a 
10209   GStringChunk.
10210
10211 * Add g_unichar_get_script() to obtain Unicode
10212   script information.
10213
10214 * Add g_unichar_iszerowidth() to obtain information
10215   about zero-width characters.
10216
10217 * Add G_GNUC_MAY_ALIAS which wraps the gcc may_alias 
10218   type attribute.
10219
10220 * G_GNUC_INTERNAL has a working definition for the
10221   Sun Studio compiler. This requires the macro to
10222   be positioned before the function declaration.
10223
10224 * The slice allocator can produce detailed debugging
10225   information with G_SLICE=debug-blocks.
10226
10227 * Modules support G_DEBUG flags resident-modules and
10228   bind-now-modules.
10229
10230 * Add G_DEFINE_DYNAMIC_TYPE() to make it easier
10231   to define types in modules.
10232
10233 * Bug fixes: too many to list them in detail here.
10234
10235 * New and updated translations (be,bg,bn,ca,cs,de,
10236   en_CA,en_GB,et,fa,fr,he,hu,it,ja,ku,lt,mg,mk,ml,
10237   nb,ne,nn,pt,pt_BR,ro,sr,sr@Latn,sv,ta,uk,vi,zh_CN,
10238   zh_HK,zh_TW)
10239
10240
10241 Overview of Changes from GLib 2.12.1 to GLib 2.12.2
10242 ===================================================
10243
10244 * Unicode updates:
10245  - Normalization is following Unicode TR #29
10246  - g_unichar_isxdigit() only accept characters
10247    for which g_unichar_xdigit_value() returns a value
10248  - g_unichar_toupper and g_unichar_tolower leave
10249    unconvertable characters in place instead of
10250    replacing them by NUL
10251
10252 * Bugs fixed
10253  348491 g_utf8_strup() and g_utf8_strdown() returns 
10254         string with NUL bytes
10255  349825 GKeyFile always inserts a newline before a group
10256  347842 g_unichar_isxdigit() is too general about what 
10257         it considers a digit
10258  348694 g_utf8_normalize() hasn't been updated to PR #29
10259  348785 Hint about G_DEBUG in Message Logging docs
10260  349792 Wrong english string (UI)
10261  349952 gparamspecs.c uses gcc feature
10262
10263 * Translation updates (ca,cs,de,dz,es,eu,fi,gu,ko,
10264   nl,pl,tr,uk,zh_HK,zh_TW)
10265
10266
10267 Overview of Changes from GLib 2.12.0 to GLib 2.12.1
10268 ===================================================
10269
10270 * Update to final Unicode Character Database 5.0.0
10271
10272 * Bugs fixed:
10273  346660 issues with base64 api documentation / g_base64_decode_cl...
10274  348136 Coverity reports allocation of wrong size CID #2839
10275  336281 Update to UCD 5.0
10276  346197 g_date_strftime %F option doesnt work for win32
10277  348011 Small optimization to real_toupper()
10278  246494 prototype mismatch in glib/gconvert.c
10279
10280 * New and updated translations (bg,bn_IN,ca,dz,eu,fi,
10281   fr,he,it,ja,mk,or,pt)
10282
10283
10284 Overview of Changes from GLib 2.11.4 to GLib 2.12
10285 =================================================
10286
10287 * Bugs fixed:
10288  344905 leap-year bug in g_time_val_from_iso8601 w/o HAVE_TIMEGM
10289
10290 * Updated translations (cy,nb,nl)
10291
10292
10293 Overview of Changes from GLib 2.11.3 to GLib 2.11.4
10294 ===================================================
10295
10296 * GBookmarkFile:
10297  - g_bookmark_file_remove_item returns a boolean
10298  
10299 * g_mkstemp accepts the XXXXXX in the middle of
10300   the template
10301  
10302 * Bugs fixed:
10303  344868 g_key_file_to_data should separate groups 
10304
10305 * Updated translations (de,es,fr,gu,hi,ko,th)
10306
10307
10308 Overview of Changes from GLib 2.11.2 to GLib 2.11.3
10309 ===================================================
10310
10311 * GBookmarkFile:
10312   - g_bookmark_file_move_item: Return TRUE in case of
10313     an empty target
10314
10315 * Bugs fixed: 
10316  343919 gunicollate.c: strxfrm bug on VC8
10317
10318 * Updated translations (fi)
10319
10320 Overview of Changes from GLib 2.11.1 to GLib 2.11.2
10321 ===================================================
10322
10323 * Add g_ascii_stroll to parse signed 64bit integers
10324
10325 * GMarkup: add a flag to treat CDATA as text
10326
10327 * GHashTable: add functions to remove all entries
10328
10329 * GMainLoop: add functions to find the currently
10330   running source, and determine if it is destroyed
10331
10332 * Bug fixes:
10333  342563  g_atomic_thread_init() needs to be called before 
10334          other _g_*_thread_init() functions
10335  343548  Potential use after free in callers of g_string_free() 
10336  168538  Wish: Clearing contents of GHashTables
10337  321886  GTK+ cannot be reliably used in multi-threaded 
10338          applications
10339  341826  goption.c: 'strtoll' is C99's function
10340  343899  g_ascii_formatd dosn't work as expected for all 
10341          format strings
10342  317793  Make GEnumValue strings const
10343  337129  Compile warnings in G_IMPLEMENT_INTERFACE
10344  303622  What is G_TYPE_CHAR?
10345
10346 * Updated translations (bg,dz,eu,gl,ja,ko,nl,th,vi)
10347  
10348
10349 Overview of Changes from GLib 2.11.0 to GLib 2.11.1
10350 ===================================================
10351
10352 * GOption  
10353   - Support 64-bit integers 
10354   - Allow optional text before and after the options
10355     in help output
10356
10357 * Bug fixes:
10358  340538 gbase64-test writes OOB 
10359  340816 GKeyFile set_string_list invalid memory reads 
10360  339105 g_key_file_parse_value_as_double
10361  340434 convert-test.c fails (function test_one_half)
10362  311043 Memory leaks (and potential infinite loops) 
10363         when using G_ERRORCHECK_MUTEXES
10364  335198 Error checking mutexes are fubar  
10365  341237 Add a G_OPTION_ARG_INT64
10366  341192 g_io_channel_set_flags not implemented on win32
10367  336120 Allow adding description before/after GOption 
10368         --help output body
10369  341191 misplaced check in g_relation_delete
10370  340530 mismatched calloc / g_free in win32 threads
10371
10372 * Updated translation (es)
10373
10374 Overview of Changes from GLib 2.10.x to GLib 2.11.0
10375 ===================================================
10376
10377 * GBookmarkFile: a parser for files containing bookmarks
10378   stored using the Desktop Bookmark specification.
10379
10380 * Base64 encoding support
10381         
10382 * Unicode 5.0 support
10383
10384 * GOption supports floating point numbers 
10385
10386 * GKeyFile supports floating point numbers
10387
10388 * Bug fixes:
10389  155884 gatomic.c should be based on new SDK
10390  157877 update-desktop-database doesn't handle duplicate entries
10391  164719 keyfile parser doesn't support floats
10392  327662 Import BookmarkFile from libegg
10393  329548 Add G_OPTION_ARG_DOUBLE
10394  329789 option-test.c type confusion
10395  332841 Segmentation Fault when %llu is passed to vasnprintf and 
10396         HAVE_SNPRINTF is not defined
10397  333879 gthread/gthread-win32.c: IsDebuggerPresent needs '#define 
10398         _WIN32_WINDOWS 0x0401'
10399  333916 g_timer_elapsed docs should mention that microseconds 
10400         may be NULL
10401  334440 dlerror() portability issue causes crash on (old) a.out 
10402         NetBSD platform
10403  334646 goption + error out params
10404  334799 g_remove() must check return value of remove()
10405  334943 make check FAIL: threadpool-test
10406  335215 Some breakages with GThreadPool
10407  336085 g_option_context_new parameter lacks better explanation
10408  336677 Documentation for g_object_ref_sink() is incorrect
10409  337027 gbookmarkfile.c: sys/time.h include error
10410  337553 Wrong escaping of URIs
10411  338572 Dereferencing NULL value in g_key_file_get_group_comment
10412  338845 g_completion_complete_utf8 crashes when NULL is passed to it
10413  339337 g_bookmark_file_set_description
10414  339338 gbookmarkfile.c, function expand_exec_line
10415  339340 gbookmarkfile.c, function bookmark_app_info_dump
10416
10417 * Translation updates (bg,en_GB,et,gl,gu,he,hi,ka,nb,nl,nn,
10418                        or,pt_BR,ro,tr,vi,zh_CN)
10419
10420
10421 Overview of Changes from GLib 2.10.0 to GLib 2.10.1
10422 ===================================================
10423
10424 * Bugs fixed:
10425  314794 Broken pthread detection on Darwin [Gregor Riepl]
10426  322476 Missing check for .dylib [Vladimir Panov]
10427  333651 Inconsistent _g_charset_get_aliases prototype [Julio 
10428         M. Merino Vidal]
10429  333761 GInitiallyUnowned breaks application code [Sven Herzberg]
10430
10431 * Win32 changes:
10432  - Fix g_listenv() implementation.
10433  - Allow up to 100 GPrivate structs
10434
10435 * Translation updates (fr,hu,lt,pl,sv)
10436
10437
10438 Overview of Changes from GLib 2.9.6 to GLib 2.10.0
10439 ==================================================
10440
10441 * Bugs fixed:
10442  328997 64bit pointer trunction in glib slab-allocator
10443         [Pascal Hofstee]
10444  331110 g_cond_broadcast(inform_cond) without holding 
10445         inform_mutex [Chris Wilson, Sebastian Wilhelmi]
10446  332093 Fix some leaks in the tests [Kjartan Maraas]
10447  332435 g_utf8_strlen returns wrong value if a maximum 
10448         number of bytes to check is specified 
10449         [Matthias Clasen]
10450  331367 gslice requires more POSIX-like semantics for 
10451         GPrivate destructors [Tor Lillqvist]
10452
10453 * Documentation improvements [Matthias, Kang Jeong-Hee,
10454   Tor Lillqvist, Stefan Kost]
10455
10456 * Translation updates (el,eu,ka,uk)
10457
10458 Overview of Changes from GLib 2.9.5 to GLib 2.9.6
10459 =================================================
10460
10461 * Bugs fixed: 
10462  329124 distclean removes README [Kjartan Maraas, Tim Janik]
10463  317679 GRelation field type not documented [Behdad Esfahbod]
10464  329123 Typo in GTime docs [Kjartan Maraas]
10465
10466 * Documentation improvements [Sven Herzberg, David
10467   Schleef, Kjartan Maraas, Behdad Esfahbod]
10468
10469 * Translation updates (cs,cy,it,ko,pt,sq,sr,sr@Latn,ru
10470
10471 Overview of Changes from GLib 2.9.4 to GLib 2.9.5
10472 =================================================
10473
10474 * Memory management: 
10475   Runtime debugging support: The slice allocator
10476   can be turned off by setting G_SLICE=always-malloc
10477   in the environment. Zeroing of freed memory can
10478   now be turned on at runtime by setting
10479   G_DEBUG=gc-friendly in the environment. [Tim Janik]
10480
10481 * Bugs fixed:
10482  328253 HP-UX/IA-64 uses ".so" as default shared library 
10483         extension [Albert Chin]
10484  143380 unicode-encoding test fails converting to UTF-16 
10485         with libiconv [Marc Moorcroft]
10486  328254 Build breakage (GSlice) [Jens Ganseuer]
10487  328705 C99ism in glib/gmem.c [Kazuki Iwamoto]
10488
10489 * Translation updates (da,et,zh_CN)
10490
10491 Overview of Changes from GLib 2.9.3 to GLib 2.9.4
10492 =================================================
10493
10494 * Type system:
10495   Fix a problem with g_object_compat_control() which 
10496   can lead to segfaults in GTK+ applications on 64bit 
10497   platforms. 
10498
10499 * Thread suppport: 
10500   Unused threads now fall back to the global pool after 
10501   500 milliseconds, where they wait for another 
10502   max-idle-time milliseconds. [Sebastian Wilhelmi]
10503
10504 * Fix a memory allocation problem in GKeyFile. [Morten 
10505   Welinder]
10506
10507
10508 Overview of Changes from GLib 2.9.2 to GLib 2.9.3
10509 =================================================
10510
10511 * GTree:
10512  - Replace the simple recursive implementation by
10513    a nonrecursive, threaded one  [Maurizio Monge]
10514
10515 * Change g_filename_display_name and
10516   g_filename_display_basename to use the Unicode
10517   replacement character U+FFFD instead of a question
10518   mark, and don't append "(invalid encoding)"  [Matthias]
10519
10520 * Documentation improvements [Sven Herzberg, Federico
10521   Mena Quintero, Stefan Kost]
10522
10523 * Bugs fixed:
10524  323937 gslice.c in glib 2.9.1 doesn't build on Mac OS X 
10525         [Bogdan Nicula]
10526  326558 Some test failures on IRIX 6.5 [Daichi Kawahata]
10527  169285 "threaded" tree implementation for GTree 
10528         [Maurizio Monge]
10529  326747 g_filename_display_basename adds (invalid encoding) 
10530         [Alberto Ruiz]
10531
10532 Other contributors: Christian Kellner, Murray Cumming
10533
10534 New and updated translations (bg,ca,de,es,et,gu,ja,nl,th,vi)
10535
10536
10537 Overview of Changes from GLib 2.9.1 to GLib 2.9.2
10538 =================================================
10539
10540 * Memory management:
10541  - Add tests for cache colorization [Tim Janik]
10542  - Minimize space consumption if small amounts of differently
10543    sized slices are allocated, at a small performance cost.  [Tim]
10544
10545 * Thread support:
10546  - Add g_atomic_pointer_set() and g_atomic_int_set() [Tim Janik,
10547    Sebastian Wilhelmi]
10548  - Add g_thread_pool_set_sort_function() to allow sorting the 
10549    tasks of a threadpool.  [Martyn Russell]
10550  - Add g_thread_pool_set_idle_time() to allow unused threads
10551    to exit after a certain time.  [Martyn]
10552
10553 * Type system:
10554  - introduce a new type GInitiallyUnowned, which has an initial
10555    floating reference. [Tim]
10556  - Add support for GType parameters. [Matthias]
10557
10558 * Main loop:
10559  - Add g_main_context_is_owner() to determine if the current
10560    thread is the owner of the context.  [Michael Meeks]
10561
10562 * Provide g_access(), g_chdir(), g_unlink(), g_rmdir() as 
10563   wrapper functions instead of macros.  [Manish Singh]
10564
10565 * Documentation improvements [Tim, Matthias, Federico Mena Quintero,
10566   Stefan Kasal, Dan Williams]
10567
10568 * New and updated translations (en_CA,fi,fr,gl,ml,nb,no,zh_HK,zh_TW)
10569
10570 * Bugs fixed:
10571  324179 g_allocator_new() returns pointer to const dummy which Gtk+ 2.8 
10572         tries to modify [J. Ali Harlow]
10573  324332 g_option_context_parse() returns false without setting error 
10574         [Tim-Philipp Müller]
10575  324950 GLIB 2.9.1 testcase errors [Dan Yefimov]
10576  325015 gslice.c: process.h is needed on Windows [Kazuki Iwamoto]
10577  321978 G_DATALIST_GET_FLAGS() macro is not casting datalist to 
10578         gpointer [Andrew Paprocki]
10579  316221 G_LOCK warns about breaking strict-aliasing [Michal Benes, 
10580         Stanislav Brabec]
10581  325273 Error in documentation for glib_check_version () [Declan Naughton]
10582  325310 g_spawn_sync hangs when catching both stdout and 
10583         stderr [Tor Lillqvist]
10584  325249 gcc warning when using g_rmdir from <glib/gstdio.h> [Jani Monoses]
10585  325864 glib/gthreadpool.c:"#define debug(...)" is C99 [Kazuki Iwamoto]
10586  325874 Should say somewhere that source IDs are > 0 [Dan Williams]
10587  325438 a typo (compatability) [Stefan Kasal]
10588  323937 gslice.c in glib 2.9.1 doesn't build on Mac OS X [Bogdan Nicula]
10589
10590
10591 Overview of Changes from GLib 2.9.0 to GLib 2.9.1
10592 =================================================
10593
10594 * Memory management
10595  - The slice allocator is implemented [Tim Janik]
10596  - g_slice_free_chain() has been renamed to 
10597    g_slice_free_chain_with_offset()  [Tim, Behdad Esfahbod]
10598  - Mem chunks are deprecated [Matthias Clasen]
10599
10600 * Data structures
10601  - Hash tables are refcounted, and have a boxed type [Tim]
10602
10603 * Thread support
10604  - Support for Solaris threads has been removed 
10605    [Sebastian Wilhelmi, Andrew Paprocki]
10606  - g_async_queue_sort(), g_async_queue_push_sorted() have 
10607    been added to allow GAsyncQueue to be used as a priority 
10608    queue, together with the corresponding _unlocked 
10609    variants  [Martyn Russell]
10610
10611 * GObject:
10612  - The concept of a floating initial reference has been
10613    moved from GtkObject to GObject [Tim]
10614
10615 * Win32 changes:
10616  - Make g_rename() replace existing files [Tor Lillqvist]
10617
10618 * Misc new API:
10619  - G_GUINT64_CONSTANT macro to define guint64 
10620    constants [Andrew Paprocki]
10621  - G_GNUC_WARN_UNUSED_RESULT macro to instruct the 
10622    compiler to emit a warning if the value returned
10623    by a function is ignored. [Arjan van de Ven, Alex Larsson]
10624  - GList and GSList now have sort functions which take an
10625    extra user data argument [Martyn Russell]
10626  - g_param_spec_ref_sink() has been added for consistency [Tim]
10627
10628 * $LOGNAME is respected when determining user data. [Laszlo Peter]
10629
10630 * Other changes and bug fixes [Tim, Matthias, Behdad, 
10631   Christian Persch, Benedikt Meurer, Andrew Paprocki, 
10632   Kazuki Iwamoto, Alexis S. L. Carvalho, Stanislav Brabec,
10633   Andreas Schwab, Kalle Vahlman]
10634
10635 * Documentation
10636  - Deprecation warnings carry version information [Matthias]
10637  - The slice allocator has been documented [Matthias, Tim]
10638  - Other improvements [Morten Welinder]
10639
10640 Overview of Changes from GLib 2.8.x to GLib 2.9.0
10641 =================================================
10642 * Unicode support:
10643  - The Unicode tables have been updated to Unicode 4.1, 
10644    adding several new values to the GUnicodeBreakType 
10645    enumeration. This breaks Pango <= 1.10 
10646    [Behdad Esfahbod]
10647  - The various Unicode character predicate functions 
10648    (g_unichar_isalpha, g_unichar_isdigit,...) have
10649    been optimized
10650    [Behdad]
10651  - g_utf8_pointer_to_offset, g_utf8_offset_to_pointer:
10652    These functions handle negative offsets now, and
10653    going backwards in g_utf8_offset_to_pointer uses
10654    "stutter stepping".
10655    [Larry Ewing, Matthias Clasen]
10656
10657 * Memory management:
10658  - Mem chunks are no longer used internally in GLib and
10659    GObject. GMemChunk will be deprecated in GLib 2.10
10660  - All APIs based on GAllocator (g_list_push/pop_allocator,
10661    and similar push/pop_allocator functions for other
10662    data structures) have been deprecated, since they
10663    never worked as intended.
10664  - The g_slice_* functions have been added as a 
10665    new API for fast allocation of small memory blocks. 
10666    The implementation in GLib 2.9.0 is just a simple 
10667    wrapper around malloc. GLib 2.10 will have an
10668    efficient and scalable implementation. 
10669    [Tim Janik, Matthias]
10670
10671 * Pattern matching:
10672  - g_pattern_match has been optimized to avoid
10673    unnecessary recursion.
10674    [Tim, Matthias]
10675
10676 * g_intern_string, g_intern_static_string: 
10677  - New functions to intern strings. These are now used 
10678    by GObject to avoid duplicating static strings 
10679    [Matthias]
10680
10681 * g_thread_foreach: 
10682  - New function to iterate over all GThreads 
10683    [Tim, Matthias]
10684
10685 * g_date_set_time_t, g_date_set_time_val:
10686  - New functions to set a GDate from a time_t or
10687    GTimeVal value. g_date_set_time has been deprecated 
10688    in favor of these.
10689    [Roger Leigh]
10690
10691 * g_snprintf and g_vsnprintf:
10692  - These functions are no longer declared in gprintf.h, 
10693    since they are in glib.h
10694    [Matthias]
10695
10696 Overview of Changes from GLib 2.8.0 to GLib 2.8.1
10697 =================================================
10698 * Optimize single-character insertions in GString [Ross Burton]
10699 * Fix build problems on OS X
10700 * Fix build problems on Win32 [Tor Lillqvist, Hans Breuer]
10701 * Other bug fixes [Matthew F. Barnes, Stepan Kasal] 
10702 * Documentation improvements [Tristan van Berkom, Behnam
10703   Esfahbod, Gustavo Carneiro, Stepan Kasal, Matthias]
10704 * New and updated translations (ca,cy,ko,ro,uk)
10705
10706 Overview of Changes from GLib 2.7.7 to GLib 2.8.0
10707 =================================================
10708 * Make g_value_transform() handle enum values
10709   correctly on ppc64.  [Michael Lorenz]
10710   (Third-party code accessing enumeration values 
10711   in GValues should also be changed to access 
10712   v_long, not v_int, in order to work on bigendian 
10713   64bit machines.)
10714 * Make g_flags_get_first_value() handle a value
10715   of 0 meaningfully. [Tim-Philipp Müller] 
10716
10717 Overview of Changes from GLib 2.7.6 to GLib 2.7.7
10718 =================================================
10719 * Make atomic operations on s390 work [Matthias]
10720 * Fix C++ guards in gstdio.h [Tor Lillqvist]
10721
10722 Overview of Changes from GLib 2.7.5 to GLib 2.7.6
10723 =================================================
10724 * Add native implementations of atomic operations 
10725   on s390 [Matthias]
10726 * Make atomic reference counting of closures
10727   work on s390 [Matthias]
10728 * Avoid an infinite loop in g_convert_with_iconv().
10729   [Sebastian Bacher]
10730 * Documentation improvements [Ross Burton]
10731
10732 Overview of Changes from GLib 2.7.4 to GLib 2.7.5
10733 =================================================
10734 * Thread-related changes
10735  - Fix build issues on HP-UX [Paul Cornett]
10736  - Threadsafe access to flags stored in datasets [Tim Janik]
10737  - Fix several issues with atomic refcounting for 
10738    closures, objects and paramspecs [Tim]
10739  - Improve tests for atomic refcounting changes [Tim]
10740 * Fix handling of stateful encodings in g_convert_* [Matthias]
10741 * Fix translation of GOption help output [Dan Winship]
10742 * Catch format errors in translations. This may cause 
10743   "make check" to fail when using older versions
10744   of gettext [Matthias]
10745 * Win32 bug fixes [Tor Lillqvist]
10746 * Documentation improvements [Ross Burton, Jochen Baier, 
10747   Matthias, Tim]
10748 * New and updated translations (de,fi,gu,pl,pt,tr,zh_TW)
10749
10750 Overview of Changes from GLib 2.7.3 to GLib 2.7.4
10751 =================================================
10752 * Fix g_atomic_pointer_compare_and_exchange 
10753   on Sparc64 [Gert Doering]
10754 * Fix a hang in g_thread_pool_free. [Hong Jen Yee]
10755 * Win32 bug fixes [Tor Lillquist]
10756 * Other bug fixes [Benoit Dejean, Manish Singh]
10757 * Documentation improvements [Bryan Silverthorn,
10758   Callum McKenzie] 
10759 * New and updated translations (de,lt,sq,zh_CN)
10760
10761 Overview of Changes from GLib 2.7.2 to GLib 2.7.3
10762 =================================================
10763 * GOption
10764  - Allow callbacks with optional arguments [Pawel Sliwowski]
10765  - Allow to turn off the automatic long option name
10766    disambiguation  [Adam McLaurin]
10767  - Only allow printable ASCII as short option names [Matthias]
10768 * Win32
10769  - Build fixes [Tor Lillqvist]
10770  - Rewrite iochannel socket implementation [Tor]
10771 * GObject
10772  - Threadsafety improvements; in particular, refcounting
10773    of objects is done atomically now. [Wim Taymans, Tim Janik]
10774 * Bug fixes [Morten Welinder, Matthias, Wim Taymans]
10775 * Documentation improvements [Richard Laager, Matthias]
10776 * New and improved translations (bf,cs,hu,nb,nl,no)
10777
10778 Overview of Changes from GLib 2.7.1 to GLib 2.7.2
10779 =================================================
10780 * Win32 build fixes [Hans Breuer]
10781 * Bug fixes [Mikael Magnusson]
10782 * Documentation improvements [Matthias Clasen]
10783 * New and updated translations (en_CA,es,et,ja,sr,sr@Latn,zh_TW)
10784
10785 Overview of Changes from GLib 2.7.0 to GLib 2.7.1
10786 =================================================
10787 * GOption 
10788  - Allow callback arguments without parameters [Dan Winship]
10789 * GMappedFile: an mmap wrapper [David Schleef, Behdad Esfahbod]
10790 * Misc new functions:
10791  - g_get_host_name [Tor Lillqvist]
10792  - g_mkdir_with_parents [Tor]
10793  - g_build_pathv, g_build_filenamev [Todd A. Fisher, 
10794    Matthias Clasen]
10795 * Bug fixes [Roger Leigh, Masatake YAMATO, Kjartan Maraas,
10796   Manish Singh, Tor, Murray Cumming, Kian Duffy, Morten Welinder]
10797 * Documentation improvements [Hong Gang XU, Dan Winship, Matthias]
10798 * New and updated translations (bg,cs,da,en_CA,es,et,nb,nl,no,
10799   sk,th,zh_TW)
10800
10801 Overview of Changes from GLib 2.6.x to GLib 2.7.0
10802 =================================================
10803 * GKeyFile
10804  - Add unit tests [Matthias Clasen, Suren A. Chilingaryan]
10805  - Accept \r\n as line end [Bastian Nocera]
10806  - Don't interpret leading zeros as octal numbers. [Matthias]
10807  - Make key and group removal work [David Hoover, Matthias Hasselmann]
10808 * GOption
10809  - Improve formatting of --help output [Matthias, Noah Levitt]
10810  - Accept -? [Matthias]
10811  - Warn about duplicate main groups [Jeff Franks]
10812  - Treat '-' as non-option argument [Tim Musson, Thomas Leonard]
10813  - Report missing arguments as errors [Björn Lindqvist]
10814  - Add a boxed type for GDate [Tim-Philipp Müller]
10815 * GTree
10816  - g_tree_remove() and g_tree_steal() return status information [Matthew F. Barnes]
10817 * Stdio wrappers
10818  - Work regardless of large file support [Manish Singh]
10819  - Add g_access(), g_chmod(), g_creat(), g_chdir [Tor Lillqvist]
10820 * GObject
10821  - Implement "toggle references" to help language bindings [Owen Taylor]
10822  - Allow to mark names, nicks and blurbs of pspecs as static [Ben Maurer, Matthias]
10823  - Make pspec lookup a bit faster [Morten Welinder]
10824 * Add g_listenv() to list all set environment variables [Hans Petter Jansson]
10825 * Add g_file_set_contents() to atomically write a file.  [Søren Sandmann,
10826   Sven Neumann, Manish, Alexis S. L. Carvalho]
10827 * Add g_try_malloc(), g_try_new(), g_try_new0() and g_try_renew() [Stefan Kost]
10828 * Add g_utf8_collate_key_for_filename() to sort filenames taking
10829   extensions and numeric suffixes into account.  [Ole Laursen, Alex Larsson]
10830 * Add G_GNUC_NULL_TERMINATED to mark varargs function with 
10831   NULL-terminated argument lists. [Marc Meissner]
10832 * Win32 changes
10833  - Improved debugability [Ulf Lamping, Hans Breuer]
10834  - Make filename handling more robust [Tor, Billy Skaggs]
10835  - Improve g_get_system_data_dirs() [Tor]
10836  - Use more precise timers [Tor]
10837  - Build fixes [Kazuki Iwamoto, Hans, Tor, Robert Ögren]
10838 * Other bug fixes [Roger Leigh, Owen, Matthias, Morten, Kjartan Maraas, 
10839   Pawel Sakowski, Tor, Simon Budig, Ed Avis, Manish, Nicolas Laurent, 
10840   Bastien, Fabrício Barros Cabral, Michael Banck, Daniel Atallah, 
10841   J. Ali Harlow, Tim Janik, Hazael Maldonado Torres, Sven, Jon-Kare Hellan,
10842   Dave Benson, Tommi Komulainen, Benjamin Otte, Brian Cameron, Changwoo Ryu, 
10843   Christian Biere, Noah, Benoît Carpentier]
10844 * Documentation improvements [Vincent Untz, Matthias, Tim-Philipp Müller,
10845   Morten, Matthew, Federico Mena Quintero, Sebastian Bacher, Oliver Sessink, 
10846   Stefan, Jared Lash, Tor, Owen, Daniel Vaillard, Mathieu Lacage]
10847 * New and updated translations (ca,cs,da,el,en_CA,en_GB,es,et,eu,fa,fr,gl,
10848   hu,id,it,lt,mn,ne,nl,pl,pt,pt_BR,ro,rw,sk,sq,sr,sr@Latn,tl,uk,xh,zh_CN)
10849
10850 Overview of Changes from GLib 2.6.0 to GLib 2.6.1
10851 =================================================
10852 * GOption
10853  - Make gtk_init(NULL, NULL) work again [Marcin Krzyzanowski]
10854  - Improve handling of -- [Matthias Clasen]
10855  - Don't show G_OPTION_REMAINING in --help output [Matthew F. Barnes]
10856 * g_find_program_in_path() doesn't return directories [Tommi Komulainen]
10857 * Add gmodule-export-2.0.pc [Matthias]
10858 * Win32 changes
10859  - Improve hangling of UNC paths [Tor Lillqvist]
10860  - g_getenv(), g_setenv(), g_unsetenv(), g_find_program_in_path()
10861    take and return UTF-8 now [Tor] 
10862  - Make g_file_test() work more reliably, and use PATHEXT
10863    when check for executables [Tor]
10864  - Build and cross-compilation fixes [J. Ali Harlow]
10865 * Other bug fixes [Jens Hatlak, Morten Welinder, 
10866   Tor, Kalpesh Shah, Adrian Bunk]
10867 * Documentation improvements [Marcin Krzyzanowski, Tor, Crispin
10868   Flowerday, Mariano Suárez-Alvarez, Christian Biere, Danny Milo,
10869   Vincent Untz, Bastien Nocera]
10870 * New and updated translations (cy,de,nl,ru,sq,sv)
10871
10872 Overview of Changes from GLib 2.4.x to GLib 2.6.0
10873 =================================================
10874
10875 * Major new APIs
10876   - GOption, a commandline option parser
10877   - GKeyFile, a parser/editor for the .ini like files 
10878   - Functions to support the XDG basedir specification
10879   - Wrappers for common POSIX pathname functions to handle filename
10880     encodings consistently. On Windows, these use UTF-8.
10881
10882 * Miscellaneous new functions
10883   - g_filename_display_name() converts filenames in displayable UTF-8 strings
10884   - g_uri_list_extract_uris() splits uri lists
10885   - g_date_get_iso8601_week_of_year() gets ISO 8601 week numbers
10886   - g_log_set_default_handler() installs an alternate default log handler
10887   - g_get_language_names() obtains a list of applicable locale names
10888   - g_strv_length() calculates the length of NULL-terminated string arrays
10889   - g_win32_get_windows_version() determines the Windows version 
10890   - G_GNUC_INTERNAL marks functions as non-exported
10891   - glib_check_version() checks the GLib version at runtime
10892   - g_debug() completes the family of logging functions
10893
10894 * Performance improvements
10895   - Optimize g_utf8_validate()
10896   - Optimize g_markup_parse_context_parse()
10897   - Reduce signal connection complexity from O(n) to O(1) 
10898   - Get rid of many PLT entries for internally used exported symbols
10899   - Reduce code size by removing literal strings from g_return_if_fail()
10900
10901 * Other changes
10902   - On Windows, GLib functions that take file name arguments now require
10903     those to be in UTF-8. Functions that return file names return UTF-8.
10904   - Use higher precision for mathematical constants
10905   - Don't convert to/from UTF-8 in g_filename_to_uri/g_filename_from_uri
10906   - Support ll as printf format modifier for long long on all platforms
10907   - Clean up the ABI and enforce the list of exported symbols
10908   - Add a .pc file for using gmodule in libraries
10909   - Require ngettext
10910
10911 Overview of Changes from GLib 2.5.7 to GLib 2.6.0
10912 =================================================
10913 * GOption: Don't list help options if group-specific
10914   options have been requested [Glynn Foster]
10915 * Make g_get_language_names() track locale changes [Christian Persch]
10916 * Win32 bug fixes [Tor Lillqvist]
10917 * Bug fixes [Philippe Blain, Owen Taylor, Sebastian Wilhelmi]
10918 * New and updated translations (da,es,ja,lt,zh_CN)
10919 Bugs fixed: 159530,100697,160271,160645,157255
10920
10921 Overview of Changes from GLib 2.5.6 to GLib 2.5.7
10922 =================================================
10923 * Optimize g_utf8_validate() [Owen Taylor, Matthias Clasen]
10924 * Optimize g_markup_parse_context_parse() [Havoc Pennington, 
10925   Morten Welinder]
10926 * Reduce signal connection complexity from O(n) to O(1) 
10927   [Sven Neumann]
10928 * Add a .pc file for using gmodule in libraries [Owen]
10929 * Add G_GNUC_MALLOC to mark functions returning newly 
10930   allocated memory  [Matthias]
10931 * Win32 bug fixes [Hans Breuer, Tor Lillqvist, Robert Ögren,
10932   Bruce Hochstetler]
10933 * Bug fixes [Kazuki IWAMOTO, Matthias, Manish Singh, Morten,
10934   Frederic Crozat, Tor]
10935 * Documentation improvements [Matthias, Tor, Owen]
10936 * New and updated translations (cs,da,de,en_CA,en_GB,es,nb,nl,sq,zh_CN)
10937
10938 Overview of Changes from GLib 2.5.5 to GLib 2.5.6
10939 =================================================
10940 * GOption
10941   - Add G_OPTION_FLAG_REVERSE to allow options 
10942     which unset a  boolean variable [Tor Lillqvist]
10943 * GChildWatch
10944   - Use sigaction instead of signal [Jonas Jonnson, 
10945   Archana Shah]
10946   - Make the very first SIGCHLD work [Gustavo Carneiro]
10947 * Bug fixes [Morten Welinder, Tor, David MacLachlan,
10948   Manish Singh, J. Ali Harlow]
10949 * Documentation improvements [Matthias Clasen, Tor]
10950 * Updated translations (da,ja,tr,zh_CN)
10951
10952 Overview of Changes from GLib 2.5.4 to GLib 2.5.5
10953 =================================================
10954 * GKeyFile
10955   - Cleanups, add more error checking [Ray Strode]
10956   - Fall back to the untranslated string when getting 
10957     locale strings [Mark McLoughlin]
10958 * GOption
10959   - Document GOption [Matthias Clasen]
10960   - Better support for rest arguments [Owen Taylor, Matthias]
10961   - Handle conflicts between groups [Matthias]
10962 * Add g_lstat() to the stdio wrappers [Tor Lillqvist]
10963 * Add g_filename_display_name() to convert filenames
10964   in displayable UTF-8 strings  [Alex Larsson, Matthias]
10965 * Win32 bug fixes [Kazuki IWAMOTO, Hans Breuer, Tor]
10966 * Bug fixes [Christophe Fergeau, Morten Welinder, 
10967   Owen, Kjartan Maraas, Mark]
10968 * Documentation improvements [Matthias, Tor]
10969
10970 Overview of Changes from GLib 2.5.3 to GLib 2.5.4
10971 =================================================
10972 Add GKeyFile, a parser/editor for the .ini like files used in various
10973    freedesktop.org specifications. [Ray Strode]
10974 Make the handling of filename encodings consistent across all
10975    GLib functions, introduce wrappers for common POSIX 
10976    functions which accept the same filename encoding. [Tor Lillqvist, 
10977    Owen Taylor]
10978 GOption
10979  - Rename g_context_option_error_quark() to a more language-binding
10980    friendly name [Murray Cumming]
10981  - Accept backslashes in filenames on Win32 [Tor Lillqvist]
10982 * Strip the internal aliasing prefix IA__ from function names in 
10983   assertions [Matthias Clasen]
10984 * Add a function to split uri lists. [Matthias]
10985 * Win32 bug fixes 
10986  - Don't open console windows [Tor]
10987 * Other bug fixes [Philippe Blain, Robert Ögren, Hidetaka Iwai, Matthias,
10988  Morten Welinder, Mats-Ola Persson, Tor, Nickolay V. Shmyrev, Kjartan Maraas,
10989   Anders Carlsson, Tim-Philipp Müller, Lucas Rocha, Andrea Campi, Manish
10990   Singh, Thomas Fitzsimmons, Kazuki IWAMOTO]
10991 * Documentation improvements [Matthias, Linus Walleij, Nickolay, Philippe, 
10992  Adam Hooper, Gustavo Carneiro]
10993 * New and updated translations (cs,en_CA,en_GB,ja,nb,nl,or,sr,sr@Latn,sq)
10994
10995 Overview of Changes from GLib 2.5.2 to GLib 2.5.3
10996 =================================================
10997 * GOption
10998  - set the program name from argv[0] [Masatake YAMATO] 
10999  - make contexts work without a main group [Anders Carlsson]
11000 * Performance 
11001  - Get rid of many PLT entries for internally used exported symbols,
11002    and clean up the ABI at the same time and make make check check the
11003    list of exported symbols.  [Matthias Clasen]
11004 * Add API to get ISO 8601 week numbers [Niklas Lundell]
11005 * Add API to install an alternate default log handler [Darin Adler]
11006 * Add API to obtain a list of applicable locale names [Hidetoshi Tajima]
11007 * Reduce code size bloat by removing literal strings from
11008  the g_return_if_fail() macros [Owen Taylor]
11009 * Add g_strv_length [Tim-Philipp Müller]
11010 * Win32 changes
11011  - Add API to determine the Windows version [Tor Lillqvist]
11012 * Other bug fixes [Stepan Kasal, Anders, Tor, Kazuki Iwamoto,
11013   Manish Singh]
11014 * Documentation improvements [Morten Welinder, Matthias]
11015 * New and updated translations (es,nn,ro)
11016
11017 Overview of Changes from GLib 2.5.1 to GLib 2.5.2
11018 =================================================
11019 * Add G_GNUC_INTERNAL macro [Arjan van de Ven]
11020 * Add GOption, a commandline option parser [Anders Carlsson]
11021 * Add glib_check_version [Michael Natterer]
11022 * Add XDG basedir API [Ray Strode]
11023 * Require ngettext [Danilo Segan]
11024 * Bug fixes [Manish Singh, Ray Strode, Vincent Noel, 
11025   Jon-Kare Hellan, Jody Goldberg]
11026 * Win32 bug fixes [Tor Lillqvist, Hans Breuer, Peter Zelezny]
11027 * Documentation improvements [Matthias Clasen, Vincent Untz, Christian Persch]
11028 * New and updated translations (bs,eu,fi,gu,ne,pa)
11029
11030 Overview of Changes from GLib 2.5.0 to GLib 2.5.1
11031 =================================================
11032
11033 * Bug fixes [Oliver Guntermann, Sven Neumann, James 
11034   Henstridge, Hiroyuki Ikezoe, Matthias Clasen, Robert 
11035   Ögren, Tommi Komulainen]
11036 * Documentation improvements [Soeren Sandmann, 
11037   Christophe Fergeau, Danek Duvall]
11038 * New and updated translations (eu,hi)
11039   
11040 Overview of Changes from GLib 2.4.1 to GLib 2.5.0
11041 =================================================
11042
11043 * New functions g_debug [Sven Herzberg]
11044 * Use higher precision for mathematical constants [Morten 
11045  Welinder]
11046 * Don't convert to/from UTF-8 in g_filename_{to,from}_uri 
11047  [Federico Mena Quintero]
11048 * Win32
11049  - Handle empty digit string in printf() functions 
11050    correctly [Tor Lillqvist]
11051  - Support ll as format modifier for long long [Tor]
11052  - Be more careful about HOME [Tor, Ivan Wong]
11053  - Bug fixes [John Ehresman]
11054 * Miscellaneous bug and portability fixes [Danilo Segan, 
11055  Owen Taylor, Nikolai Weibull, Benoît Carpentier, Morten 
11056  Welinder, Manish Singh, Sven Neumann, Julio M. Merino Vidal,
11057  Kaz Sasayama, Murray Cumming, Federico, Mariano Suarez-Alvarez]
11058 * Documentation updates [Matthias Clasen, Crispin Flowerday,
11059  Tommi Komulainen, Federico Mena Quintero, Ed Griffiths]
11060 * New and updated translations (ja,ne,no,wa)
11061  
11062 Overview of Changes from GLib 2.4.0 to GLib 2.4.1
11063 =================================================
11064
11065 * Win32 bug fixes [Tor Lillqvist, Roger Leigh, John Ehresman]
11066 * Miscellaneous bug and portability fixes [Owen Taylor,
11067   Matthias Clasen, Jonas Jonsson, Christian Krause,
11068   Nickolay V. Shmyrev, Christophe Saout, Philippe Blain,
11069   Piotr Klaban]
11070 * Documentation updates [Matthias]
11071 * New and updated translations (ca,cs,cy,el,en_CA,en_GB,es,eu,fi,
11072   fr,gu,he,id,nl,pt,pl,ru,sr,sr@ije,sr@Latn,sv,uk)
11073
11074 Overview of Changes from GLib 2.3.6 to GLib 2.4.0
11075 =================================================
11076
11077 * Handle invalid-UTF-8 in g_log() properly [Matthias Clasen]
11078 * Win32 bug fixes [Tor Lillqvist, Bruce Hochstetler]
11079 * Miscellaneous bug and portability fixes [Olivier Biot, David L. Cooper II, 
11080   Kjartan Maraas, Frédéric L. W. Meunier, Christof Petig, Manish Singh, 
11081   Sebastian Wilhelmi]
11082 * Documentation updates [Owen]
11083 * Updated translations (hr,ro)
11084
11085 Overview of Changes from GLib 2.3.5 to GLib 2.3.6
11086 =================================================
11087
11088 * GAtomic bug fixes [Sebastian Wilhelmi, Mark McLoughlin]
11089 * GMain threading fixes and improvements [Sebastian]
11090 * Win32 [Tor Lillqvist]
11091  - restore some symbols extraneously exported from gobject to maintain ABI compatibility
11092  - Misc build improvements and fixes [Tor, Cedric Gustin, Hans Breuer]
11093 * Documentation updates [Sebastian, Takeshi AIHANA, Matthias, Sven Herzberg]
11094 * New and updated translations (be,es,fi,ga,pa,sr@ije,zh_CN)
11095
11096 Overview of Changes from GLib 2.3.3 to GLib 2.3.5
11097 =================================================
11098
11099 * Make glib-mkenums parse initializers with macros. [Matthias Clasen, muppet]
11100 * Respect locale era in g_date_set_parse(). [Theppitak Karoonboonyanan] 
11101 * Add atomic operations and use it for the async queue and
11102   gonce implementation. [Sebastian Wilhelmi]
11103 * Documentation improvements [Sebastian, Matthias, Sven Herzberg]
11104 * Add g_main_depth() for finding the recursion depth of the main
11105   loop [Owen Taylor, Tim Janik, Stefan Westerfeld]
11106 * Add g_spawn_close_pid(), needed on win32 [J. Ali]
11107 * Win32 fixes. [Hans Breuer, J. Ali Harlow]
11108 * Misc bugfixes [Sebastian, Matthias, Balazs Scheidler, Owen]
11109 * Updated translations (cy,et,ga,sq)
11110
11111 Overview of Changes from GLib 2.3.2 to GLib 2.3.3
11112 =================================================
11113
11114 * Add a native AIX gmodule implementation. [Laurent Vivier]
11115 * Add g_node_copy_deep().  [James M. Cape, Matthias Clasen]
11116 * Extend GQueue API to match the GList API. [Soeren Sandmann]
11117 * Add g_hash_table_find().  [Tim Janik]
11118 * Add a G_MODULE_BIND_LOCAL flag. [David Schleef]
11119 * Inline g_string_append_c() when possible. [Owen Taylor, Tim]
11120 * Wrap waitpid() as a GSource. [Jonathan R. Blandford]
11121 * Add g_completion_complete_utf8(). [Theppitak Karoonboonyanan, 
11122   Matthias]
11123 * Add g_strsplit_set(). [Soeren]
11124 * Documentation improvements. [Vincent Untz, Sebastian Wilhelmi, 
11125   Soeren, Matthias]
11126 * Win32 build fixes. [Tor Lillqvist]
11127 * Misc bugfixes [Manish Singh, Noah Levitt, Simon Josefsson, 
11128   Morten Welinder, Damien Carbery, Julio M. Merino Vidal, Sebastian, 
11129   Matthias]
11130 * Updated translations (nn,cs,it,ko,sq,ms,az,hr,uk,sr,sr@Latn,sq,ta)
11131
11132 Overview of Changes from GLib 2.3.1 to GLib 2.3.2
11133 =================================================
11134
11135 * Add G_MAXSIZE. [Manish Singh]
11136 * Add g_rand_new_with_seed_array(), g_rand_set_seed_array(),
11137   implementing the init-by-array functionality of the 
11138   original mersenne twister. Add g_rand_copy(). Improve seeding. 
11139   [George Lebl]
11140 * Add a lowercase_name option to glib-mkenums. [Murray Cumming]
11141 * Add g_ptr_array_foreach(). [Matthias Clasen]
11142 * Add g_timer_continue(). [Tim-Philipp Müller]
11143 * Fix a threadsafety issue in mem chunks. [Matthias, Balazs Scheidler]
11144 * Fix g_filename_{to,from}_utf8() on Win32 and improve 
11145   g_file_test() there too [Hans Breuer] 
11146 * Add a boxed type for NULL-terminated string arrays.  [Matthias]
11147 * Add G_DEFINE_TYPE() plus variants to ease the constuction
11148   of GObject boilerplate code.  [Tim Janik]
11149 * Support & in password GECOS field [Matthias, Soeren Boll Overgaard]
11150 * Documentation improvements [Matthias, Manish]
11151 * Win32 build fixes [Hans]
11152 * Misc bug fixes [Damien Carbery, Matthias, Manish, Olivier Poncet, 
11153   Zack Rusin]
11154 * Updated translations (ar,de,fa,ga,mn,nn,no,sq)
11155
11156 Overview of Changes from GLib 2.3.0 to GLib-2.3.1
11157 =================================================
11158
11159 * Add glib/gi18n.h and glib/gi18n-lib.h for common
11160   gettext support, including a Q_() macro for translation
11161   with context [Matthias Clasen]
11162 * Add a more flexible G_FILENAME_ENCODING variable
11163   as a replacement for G_BROKEN_FILENAMES [Matthias]
11164 * Fix the return value g_main_context_iterate() for
11165   newly ready sources [Padraig O'Briain]
11166 * Handle Hangul composition for normalization [Noah Levitt]
11167 * Add G_{MIN,MAX,MAXU}INT{8,16,32}. [Mark Jones, Matthias]
11168 * Add G_GSIZE_FORMAT/G_SSIZE_FORMAT [Manish Singh]
11169 * Add G_STRFUNC as a portable wrapper for __func__ [Tim Janik]
11170 * Documentation improvements [Matthias]
11171 * GObject [Tim Janik]
11172  - Support '-' in g_signal_connect()/disconnect() names
11173    like 'swapped-signal'.
11174  - Add g_type_class_peek_static() and use to optimize
11175    g_object_new() for static types [Tim]
11176  - Allow setting construct-only properties from within
11177    init() implementations
11178  - Enforce readability/writeability in g_object_set/get()
11179 * Fix bug with g_ascii_strtod and multi-byte separator.
11180   [Behdad Esfahbod, Roozbeh Pournader]  
11181 * Misc bug fixes [Matthias, John Ehresman, Andrew Lanoix,
11182   Tor Lillqvist, Mark McLoughlin, Tim-Philipp Müller, Manish, 
11183   Morten Welinder]
11184 * Updated translations (ca,cs,da,es,fr,ja,nn,no,pt,ru)
11185
11186 Overview of Changes from GLib 2.2.x to GLib-2.3.0
11187 =================================================
11188
11189 * Replace Trio printf by gnulib vasnprintf [Matthias Clasen]
11190 * Update Unicode data to Unicode 4.0 [Noah Levitt]
11191 * Support XML-safe formatted output with 
11192   g_markup_[v]printf_escaped [Owen Taylor]
11193 * Add g_file_read_link to read symbolic links [Matthias]
11194 * Add g_unichar_get_mirror_char to obtain the 
11195   mirrored variant of a character [Noah]
11196 * Support for one-time initialization functions. 
11197   [Sebastian Wilhelmi]
11198 * Miscellaneous API additions: g_vasprintf
11199   g_string_chunk_insert_len, g_setenv, g_unsetenv [Matthias]
11200 * Docs improvements [Matthias]
11201 * Add support instance-private data on classed types
11202   [Mark McLoughlin, Tim Janik, Owen]
11203 * Optimize signal emissions [Soeren Sandmann, Tim]
11204 * Support a "default vtable" per interface [Tim]
11205 * Add support for properties on interfaces [Owen, Tim]
11206 * Miscellaneous API additions: g_value_take_string(),
11207   g_value_take_param(), g_value_take_object(), 
11208   g_value_take_boxed(). [Matthias]
11209 * Win32 build fixes [Tor Lillqvist]
11210
11211 Overview of Changes from GLib 2.1.5 to GLib-2.2.0
11212 =================================================
11213
11214 * Fix a problem with g_thread_init() on 64-bit problems
11215   [Alceste Scalas, Sebastian Wilhelmi]
11216 * Add assembly implementations of byteswap macros
11217   for ia64 and x86_64. [Manish Singh]
11218 * IOChannel fixes for Win32 [Tor Lillqvist, Thorsten Maerz]
11219 * Updated translations (bg,ca,es,da,fi,lv,ru,sk)
11220
11221 Overview of Changes from GLib 2.1.4 to GLib-2.1.5
11222 =================================================
11223
11224 * Win32 bug fixes [Tor Lillqvist]
11225 * Various post-rewrite fixes for glib-gettext.m4 [Owen Taylor,
11226   Jody Goldberg, Kjartan Maraas, Johannes Stezenbach]
11227 * Ensure we have a GUINT64_FORMAT by pulling in Trio
11228   if necessary [Manish Singh]
11229 * Further Trio build fixes [Matthias Clasen, Owen]
11230 * Hack around gcc, libtool issues with -pthread [Owen]
11231 * Docs improvements [Matthias]
11232 * Bug and portability fixes 
11233 * Updated and new translations (bg,de,fi,fr,sq,fr)
11234
11235 Other contributors: Kai Poitschke, Morten Welinder
11236
11237 Overview of Changes from GLib 2.1.3 to GLib-2.1.4
11238 =================================================
11239
11240 * autoconf changes to make it possible to cross compile
11241   GLib. [Owen Taylor, Dan Kegel, Amy Lin, Dimi Shahbaz, 
11242   Johannes Stezenbach]
11243 * Use libintl when it has bind_textdomain_codeset() and
11244   GLib doesn't. [Owen]
11245 * Improve generation of pseudo-random integers [Morten Welinder, 
11246   Sebastian Wilhelmi]
11247 * Avoid literal UTF-8 in favor of octal escapes [Owen, Tomas Ogren]
11248 * Cleanup include order [Sven Neumann]
11249 * autoconf cleanups and bug fixes [Daniel, Matthias Clasen, Owen]
11250 * Doc fixes and additions [Matthias]
11251
11252 Other contributors: James M. Cape, Frederic Crozat, Martin Gansser,
11253   Phuc LeHong, Manish Singh, Joshua Weage, Morten Welinder
11254
11255 Overview of Changes from GLib 2.0.x to GLib-2.1.x
11256 =================================================
11257
11258 * Add copy of the Trio library to build and use for printf() when 
11259   system printf isn't good enough. Add g_printf()/etc. [Matthias Clasen]
11260 * Add g_str_has_suffix()/g_str_has_prefix() [Alex Larsson]
11261 * Add g_markup_parse_context_get_element() [Matthias]
11262 * Add g_utf8_strreverse [Matthias]
11263 * Add g_ascii_strtoull() [Tim Janik]
11264 * Support scanning of 64-bit values with GScanner [Tim]
11265 * Add g_set/get_application_name() [Havoc Pennington]
11266 * Add G_LIKELY()/G_UNLIKELY() macros for hinting branch probabilities. 
11267   Use for g_return_if_fail(). [Matthias Clasen]
11268 * Add G_GNUC_DEPRECATED macro [Tom Tromey]
11269 * Improve the seeding algorithm of GRandom to avoid problems
11270   with certain pathological seeds. Support G_RANDOM_VERSION=2.0
11271   environment variable. [Sebastian Wilhelmi]
11272 * Improve thread configure checks, use -pthread where applicable
11273   [Sebastian]
11274 * Improve handlng of thread priorities [Sebastian]
11275 * Fix up parameter names that might shadow functions from
11276   system headers [Soeren Sandmann]
11277 * Clean up usage of deprecated functions [Manish Singh]
11278 * Docs fixes and improvements. In particular, include "Since" information.
11279   [Matthias, Soeren, Martin Schulze, Daryll Strauss, Bill Janssen, 
11280   Owen Taylor, Morten Welinder]. 
11281
11282 Overview of Changes in GLib 2.0.7
11283 =================================
11284
11285 * Fix C++ warnings in gtype.h [Dom Lachowicz]
11286 * Fix g_type_fundamental_next() [Tim Janik]
11287 * Fix various missing includes of config.h [Morten Welinder]
11288 * Handle main loop initialization before g_thread_init [Sebastian Wilhelmi]
11289 * Various 64-bit fixes [Manish Singh]
11290 * Fix GPoll on Win32 [Tor Lillqvist, Herman Bloggs]
11291 * Fix bug with buffering on UTF-8 IOChannels [Daniel Elstner]
11292 * Misc bug and build fixes [Soren Andersen, Gustavo Carneiro, Tor,
11293      Tim, Havoc Pennington,  Matthias Clasen, Sebastian Rittau,
11294      Masahiro Sakai, Arvind Samptur, HideToshi Tajima, Owen Taylor]
11295 * Updated and new translations (be,cs,de,*fa,it,lv,pt_BR,tr)
11296
11297 Overview of Changes in GLib 2.0.6
11298 =================================
11299
11300 * Fix problem with interface prerequisites [Jon Trowbridge, Dave Camp]
11301 * Clean up debug spew from GObject [Anders Carlsson]
11302 * Compiler warning fixes [David L. Cooper II]
11303 * Fix some problems with g_build_path() [Guillaume Chazarain, Owen Taylor]
11304 * Fixes for --disable-debug [Sebastian Wilhelmi]
11305 * Threading fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann, 
11306   Rajkumar Sivasamy, Laurent Vivier]
11307 * Documentation fixes [Jacob Berkman, Manuel Clos, Jared Dukat, 
11308   Sebastian Rittau, Linus Welleij]
11309 * Misc bug fixes [Anders Carlsson, Sam Couter, Morten Welinder, Owen]
11310 * Updated translations (bg,ko,vi)
11311
11312 Overview of Changes in GLib 2.0.5
11313 =================================
11314
11315 * Fix problem with interface prerequisites [Jon Trowbridge, Dave Camp]
11316 * Clean up debug spew from GObject [Anders Carlsson]
11317 * Compiler warning fixes [David L. Cooper II]
11318 * Fix some problems with g_build_path() [Guillaume Chazarain, Owen Taylor]
11319 * Fixes for --disable-debug [Sebastian Wilhelmi]
11320 * Threading fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann, 
11321   Rajkumar Sivasamy, Laurent Vivier]
11322 * Documentation fixes [Jacob Berkman, Manuel Clos, Jared Dukat, 
11323   Sebastian Rittau, Linus Welleij]
11324 * Misc bug fixes [Anders Carlsson, Sam Couter, Morten Welinder, Owen]
11325 * Updated translations (bg,ko,vi)
11326
11327 Overview of Changes in GLib 2.0.4
11328 =================================
11329
11330 * Fix some 64-bit problems. (George Lebl, David L. Cooper II)
11331 * Add note about Tru64 iconv to INSTALL. (Manuel Op de Coul)
11332 * Fix problem with timouts > MAXINT. (Tim Janik, Owen Taylor)
11333 * Updated translations (ca,es,fr,ja,gl,ms,nl,pl,pt,ru)
11334
11335 Overview of Changes in GLib 2.0.3
11336 =================================
11337
11338 * Handle sorting 0-length arrays (Ron Arts)
11339 * Threading fixes (Sebastian Wilhelmi)
11340 * Portability fixes (Miroslaw Dobrzanski-Neumann, Jacob Berkman, Gareth Pierce, 
11341   Sebastian, Qingjiang Yuan)
11342 * Various fixes for glib-2.0.m4. (Jim Gettys, others.)
11343 * Locate right glib-genmarshal when cross-compiling. (Mitch Natterer)
11344 * Win32 fixes (Tor Lillqvist)
11345 * Try to fix g_get_charset() related segfaults. (Owen)
11346 * Fixes for gettext detection. (Dan Winship, HideToshi Tajima, Boyd Lynn Gerber,
11347   Andrew P. Lentvorski, Jr.)
11348 * Fix g_scanner_unexp_token() (Tim Janik, Sven Neumann)
11349 * g_markup fixes. (Matthias Clasen.)
11350 * Bug fixes and cleanups (Daniel Elstner, Matthias, Laszlo Peter, Morten Welinder,
11351   Wayne Schuller)
11352
11353 Overview of Changes in GLib 2.0.1
11354 =================================
11355
11356 * Portability fixes for Sun's Forte compiler [Erwann Chenede]
11357 * Performance improvements for GObject parameter lookup, 
11358   g_filename_to/from_utf8() [Alex Larsson]
11359 * Actually check interface prerequisites [Matthias Clasen,
11360   Miroslaw Dobrzanski-Neumann]
11361 * Fix problem with glib-mkenums taking huge amounts of stack. [Owen Taylor]
11362 * Fix g_signal_handlers_disconnect_by_func() for C++ [Damien Sandras]
11363 * Fixes for g_log() and threading.
11364   [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann, Tim Janik]
11365 * Make g_print(), g_printerr(), g_warning(), etc, convert from
11366   UTF-8 to the encoding of the locale [Sebastian Wilhelmi, Tim]
11367 * Fixes for GIOChannel on windows. [Tor Lillqvist]
11368 * Fix gsize/gint mismatches in giochannel.c [Miroslaw Dobrzanski-Neumann]
11369 * Fix file descriptor leak in g_file_get_contents() [Matthias]
11370 * Workaround iconv() problems on older Solaris [Lauri Alanko]
11371 * Fix warnings with gcc-3.1 about asm const [Cody Russel]
11372 * Minor bug fixes.
11373
11374 Other contributors: Hans Breuer, LEE Sau Dan, Sven Neumann, Salmaso Raffaele,
11375   Akira Tagoh, Morten Welinder
11376
11377
11378 Overview of Changes in GLib 2.0.0
11379 =================================
11380
11381 * Thread portability fixes [Sebastian Wilhelmi]
11382 * Documentation updates [Owen Taylor]
11383 * Make g_strerror(), g_strsignal() properly return UTF-8,
11384   call bind_text_domain_codeset() so that error strings
11385   are in UTF-8 as well. [Owen, Tor Lillqvist]
11386
11387 Overview of Changes in GLib 2.0.0 rc1:
11388 ======================================
11389
11390 * Win32 fixes [Tor Lillqvist]
11391 * Portability fixes [Finlay Dobbie, Miroslaw Dobrzanski-Neumann]
11392 * Fix up g_date_strftime [Daniel Elstner]
11393 * Add some structure padding [Tim Janik]
11394 * Make g_get_homedir() prefer the users home directory to $HOME
11395
11396 Other contributors: Matthias Clasen, Paolo Maggi, Christian Rose
11397
11398 Overview of Changes in GLib 1.3.15:
11399 ===================================
11400
11401 * Speed up marshalers by using private access to GValue 
11402   [Anders Carlsson, Tim Janik]
11403 * Reduce GValue to 2 elements [Tim]
11404 * Add G_DEBUG environment variable, G_DEBUG=fatal_warnings [Matthias Clasen]
11405 * Fixes for AIX compilation [Miroslaw Dobrzanski-Neumann]
11406 * Add padding to various structures [Owen Taylor, Tim]
11407 * Win32 fixes [Tor Lillqvist]
11408
11409 Other contributors: James Henstridge, Ryan Lovett, Morten Welinder,
11410   Daniel Elstner
11411
11412 Overview of Changes in GLib 1.3.14:
11413 ===================================
11414
11415 * Register value transformations for gint64, guint64 [Andy Wingo]
11416 * Build with large-file support [Sven Neumann, Owen Taylor]
11417 * Fix handling of hostnames in URI's [Darin Adler]
11418 * Main loop bug fixes [Havoc Pennington, Owen]
11419 * Doc fixes and improvements [Manish Singh, Tim Janik]
11420 * Support ' as attribute delimiters in GMarkup [Matthias Clasen]
11421 * Win32 fixes [Hans Breuer, Tor Lillqvist]
11422 * Threading bug and build fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann]
11423 * Miscellaneous bug fixes
11424
11425 Other contributors: Matthias Clasen, James Henstridge, Mitch Natterer, 
11426   Morten Welinder.
11427
11428 Overview of Changes in GLib 1.3.13:
11429 ===================================
11430
11431 * Fix g_filename_to/from_uri for Win32 [Tor Lillqvist, Darin Adler]
11432 * Miscellaneous win32 fixes [Tor, Hans Breuer]
11433 * Fix thread options for gcc on AIX [Jerome Zago, Sebastian Wilhelmi]
11434 * Documentation improvements [Ron Steinke, Matthias, Sebastian]
11435 * Cache iconv converters as used by g_convert() [Jeffrey Stedfast]
11436 * Bug fixes [Sven Neumann, Owen Taylor, Matthias Clasen, Jeffrey,
11437   Laszlo Peter, Havoc Pennington, Tim Janik]
11438
11439 Overview of Changes in GLib 1.3.12:
11440 ===================================
11441
11442 * Implement closure chaining, fixing up API (Tim Janik)
11443 * Closure chaining test case (James Henstridge)
11444 * Make GType long not int where both are equal width (Tim)
11445 * Win32 fixes and improvements (Hans Breuer, Tor Lillqvist)
11446 * Fixes for NetBSD. (Dan Winship)
11447 * Use snprintf() for g_printf_string_upper_bound() where possible. (Matthias Clasen)
11448 * Save space for GBSearchArray (Tim Janik)
11449 * Documentation improvements. (Matthias, Sven Neumann, Havoc Pennington)
11450
11451 Other contributors: Darin Adler, Chris Blizzard, Anders Carlson, Daniel Elstner, Michael Meeks, 
11452   Mark McLoughlin, Dave Neary, Manish Singh, Owen Taylor, HideToshi Tajima, 
11453   Sebastian Wilhelmi.
11454
11455
11456 Overview of Changes in GLib 1.3.11:
11457 ===================================
11458
11459 * Win32 fixes [Hans Breuer, Tor Lillqvist]
11460 * Documentation improvements [Matthias Clasen]
11461 * Portable directory handling API [Hans]
11462 * Threading fixes [Sebastian Wilhelmi, Havoc Pennington]
11463 * Fix excess relocations in Unicode tables [Andrew Taylor]
11464 * Fix gpattern for UTF-8 [Matthias Clasen]
11465 * Support overriding class closures [Tim Janik]
11466 * Support for derivation from G_TYPE_POINTER [Owen Taylor]
11467 * Hide pointers to type information inside GType to reduce locking
11468   [Alex Larsson, Tim]
11469 * Adds check for direct inclusion of gobject/*.h [Owen]
11470 * GObject API cleanups [Tim]
11471
11472 Other contributors: Darin Adler, Jacob Berkman, Daniel Egger, Eric Lemings, 
11473   Michael Meeks, Mark McLoughlin, Arkadiusz Miskiewicz, Dan Winship
11474
11475
11476 Overview of Changes in GLib 1.3.10:
11477 ===================================
11478
11479 * Many Win32 fixes and improvements [Tor Lillqvist]
11480 * Documentation improvements [Matthias Clasen]
11481 * g_string_printfa() renamed to g_string_append_printf()
11482 * Use libcharset from libiconv to implement charset detection
11483   more portably. [Owen Taylor, Hidetoshi Tajima]
11484 * Add 64 bit type support to GObject [Joshua Pritikin, Mathieu Lacage, Owen]
11485 * Make support for 64 bit integers a requirement [Joshua]
11486 * GPattern improvements [Tim Janik, Matthias]
11487 * Locale independent g_ascii_strtod / g_ascii_dtostr [Alex Larsson]
11488 * Many bug fixes and minor tweaks.
11489
11490 Other Contributors: Darin Adler, Jakub Jelinek, James Antill, Andrew Taylor,
11491   Ben Gertzfield, Elliot Lee, Manish Singh, Abel Cheung, Laszlo Peter,
11492   Sven Neumann, George Lebl, Raja Harinath, Sebastian Wilhelmi,
11493   Jacob Berkman
11494
11495
11496 Overview of Changes in GLib 1.3.9:
11497 ==================================
11498
11499 * Fixes for comparison of threads [Sebastian Wilhelmi]
11500 * Use vasprintf() when possible for g_strdup_printf [Matthias Clasen]
11501 * Win32 fixes [Tor Lillqvist, Hans Breuer]
11502 * Add a len argument to g_ascii_strup/strdown
11503 * Bug, portability fixes, cleanups.
11504
11505 Other Contributors: Darin Adler, Katsuhiro Okuno, Joshua N. Pritikin
11506
11507
11508 Overview of Changes in GLib 1.3.8:
11509 ==================================
11510
11511 * Documentation updates [Owen]
11512 * Made GType interfaces overridable in derived types
11513 * Many win32 fixes [Tor Lillqvist]
11514 * Miscellaneous cleanups and fixes
11515
11516 Other contributors:
11517   Darin Adler, Matthias Clasen, Ron Steinke, Hans Breuer, Alex Larsson
11518
11519
11520 Overview of Changes in GLib 1.3.7:
11521 ==================================
11522
11523 * Integrate GClosure support into the main loop [Owen Taylor]
11524 * More GSignal convenience functions (macros) [Sven Neumann, Tim Janik]
11525 * Introduced weak references for GObject [James Henstridge, Sven, Tim] 
11526 * Minor hash table optimizations
11527 * Main loop and threading improvements [Sebastian Wilhelmi]
11528 * Added g_ascii_* functions to be used for locale insensitive UTF-8
11529   compliant code instead of old string functions  [Darin Adler, Alex Larsson]
11530 * Add functions for Unicode case-conversion, normalization, and 
11531   collation [Owen]* GString improvements [Owen]
11532 * Reworked the GIOChannel code [Hidetoshi Tajima, Ron Steinke]
11533 * Removed glib-config-2.0 in favour of pkgconfig [Sebastian]
11534 * Make code 64bit clean [Mark Murnane]
11535 * More G_CONST_RETURN fixes
11536 * Many improvements to the win32 code [Tor Lillqvist, Hans Breuer]
11537 * Miscellaneous bug and API fixes
11538
11539 Other contributors:
11540   Michael Natterer, Christopher James Lahey, Padraig O'Briain,
11541   Matthias Clasen, Josh Pritikin, Steve Baker, Cesar Rincon, Garry R. Osgood,
11542   Michael Meeks, Laszlo Peter,  Martin Baulig, Kjartan Maraas, Andrew Lanoix,
11543   Peter Williams
11544
11545
11546 Overview of Changes in GLib 1.3.6:
11547 ==================================
11548
11549 * Threads have a "return value" from g_thread_join
11550 * Removed ability to adjust thread stack size
11551 * Prefix warnings with progname/PID by default, change toggle for this to 
11552   be an env variable G_MESSAGES_PREFIXED not a compile-time option
11553 * GMarkup speedups
11554 * GDate const, convenience fixups
11555 * Include test cases that headers are compilable by C++ compiler
11556 * Add ability to spawn processes with argv[0] != executable path.
11557 * g_strstr_len, g_strrstr, g_strrstr_len
11558 * Add length argument to g_utf8_strchr and g_utf8_strrchr.
11559 * Misc bug fixes
11560
11561
11562 Overview of Changes in GLib 1.3.5:
11563 ==================================
11564
11565 * Added an installed glib-mkenums Perl program for parsing enumeration
11566   declarations from header files.
11567 * Mark some additional deprecated functions.
11568 * Bug and Portability fixes
11569
11570
11571 Overview of Changes in GLib 1.3.4:
11572 ==================================
11573
11574 * Efficiency improvements for GThreadPool
11575 * A few bug fixes
11576 * Build fixes
11577 * Documentation improvements
11578
11579
11580 Overview of Changes in GLib 1.3.3:
11581 ==================================
11582
11583 GLib:
11584
11585 * More user_data support in various functions.
11586 * Main loop API revamps to support per-thread main loops.
11587 * Unicode handling improvements.
11588 * Implemented debugging traps.
11589 * G_CONST_RETURN specification all over the place.
11590 * Various new small utility functions.
11591 * Random number generator precision improvements.
11592 * New configure option --disable-mem-pools.
11593 * Many Win32 improvements.
11594 * Added g_try_malloc() friends varinats.
11595 * Many documentation improvements.
11596 * Many threading improvements, support for dynamic allocation
11597   of static mutexes.
11598 * GHookLIst API cleanups.
11599 * Improved format support of GDate parser.
11600 * String function speed improvements with new g_stpcpy().
11601 * Hashtable API additions.
11602 * New GPatternSpec for shell-style pattern matching (from GtkPatternSpec).
11603 * Optimizations, cleanups, bug fixes.
11604
11605 GObject:
11606
11607 * Added many convenience functions.
11608 * GClosure and GParamSpec use float/sink ref-counting scheme now.
11609 * Reworked property change notification.
11610 * Binary searchable array cleanups, so it's widely usable now.
11611 * Added static content keeping for some GValue types.
11612 * Support for statically scoped signal parameters.
11613 * Extinguished property trailer args in set/get interface.
11614 * Added support for abstract types.
11615 * G_CONST_RETURN specification all over the place.
11616 * Split parameter exchange functionality into value transforms
11617   and parameter conversions.
11618 * Added signal emission hooks and signal accumulators.
11619 * Added interface prerequisites to support is_a (interface, object)
11620   relations.
11621 * Implemented GValueArray.
11622 * New types, boxed: G_TYPE_VALUE, G_TYPE_CLOSURE, G_TYPE_GSTRING
11623   GParamSpecs: G_TYPE_PARAM_PARAM, G_TYPE_PARAM_POINTER, G_TYPE_PARAM_CLOSURE,
11624   G_TYPE_VALUE_ARRAY, G_TYPE_PARAM_UNICHAR, G_TYPE_PARAM_VALUE_ARRAY.
11625 * Varrags value collection improvements.
11626 * Implemented debugging traps.
11627 * Made things thread-safe.
11628 * Many documentation improvements.
11629 * Many cleanups, optimizations and bug fixes.
11630
11631
11632 Overview of Changes in GLib 1.3.2:
11633 ==================================
11634
11635 GLib:
11636
11637 * Win32 build improvements  [Tor]
11638 * Improvements to error reporting  
11639   (g_critical(), g_return_if_reached()) [Darin]
11640 * Add g_strlcpy/g_strlcat  [David Wheeler]
11641 * New IO channel implementation for Win32  [Tor] 
11642 * Make g_array_free, g_string_free return pointer to memory requested
11643   not to be freed.  [Darin]
11644 * Added GError based error reporting for thread functions.  [Sebastian]
11645 * Moved reference docs into GLib distribution. [Owen]
11646 * Added g_convert() for doing convenient character set conversions based
11647   on iconv. (GLib now requires libiconv or a native iconv.) [Havoc/Owen]
11648 * Various Unicode handling additions (g_ucs4_to_utf8, g_utf8_validate(),
11649   g_{locale,filename}_{to,from}_utf8)  [Robert/Havoc/Owen]
11650 * Portability fixes for threading.  [Sebastian]
11651 * Added convenient functions for launching new processes (g_spawn_*),
11652   and shell quoting/unquoting functions.  [Havoc]
11653 * Split glib.h into many headers.  [Sebastian]
11654 * Added a simple callback-based parser for XML-like files (GMarkup).  [Havoc]
11655 * Fixed confusions between comparison functions that return <0, 0, >0
11656   and equaility functions that return FALSE,TRUE.  [Sebastian]
11657 * Added safe/portable temporary file manipulation functions.  [Tor]
11658 * autoconf improvements.  [Raja]
11659 * Many documentation improvements.
11660 * Bug fixes.
11661
11662 GObject:
11663
11664 * Added boxed and pointer types.  [Tim/Jonathan]
11665 * Added callback abstraction (GClosure)  [Tim]
11666 * Added signal system (GSignal)  [Tim]
11667 * Make GTypePlugin an interface  [Tim]
11668 * Added GTypeModule - a simple GTypePlugin instantiation  [Owen]
11669 * Bug fixes.
11670
11671
11672 What's new in GLib 1.3.1:
11673 =========================
11674
11675 * New GObject library added including object system based on
11676   the GTK+ object system. 
11677 * Functions for getting the properties of Unicode characters, 
11678   computing the canonical decomposition and ordering combining
11679   characters aand manipulating UTF-8 string manipulation based
11680   on libunicode.
11681 * GString now properly handles embedded nuls.
11682 * Multiple fixes from the 1.2.x branch.
11683 * Upgrade to libtool 1.3.3
11684 * Full thread support (thread creation and destruction).
11685 * BeOS port, BeOS dynamic modules.
11686 * Many improvements to the Windows ports.
11687 * Improvements to the OS/2 port, OS/2 module support.
11688 * Double ended queue implementation.
11689 * GLib macros for printf() formatting, e.g. G_GULONG_FORMAT = "lu"
11690 * New configure option --enable-msg-prefix to prefix messages, warnings
11691   et ceteri with the program name and the process id.
11692 * New thread-safe random number generator Mersenne Twister.
11693 * g_strcompress() added, g_strescape() had a slight API change, and
11694   more tightly defined semantics.
11695 * the g_string(x) macro has been removed, #x may be used instead.
11696                                 
11697