Imported Upstream version 2.62.1
[platform/upstream/glib.git] / NEWS
1 Overview of changes in GLib 2.62.1
2 ==================================
3
4 * Fix regression in g_file_copy() when passing
5   `G_FILE_COPY_TARGET_DEFAULT_PERMS` flag; the destination permissions would be
6   private rather than following the process’ umask (!1142)
7
8 * Several `GDateTime` parsing fixes (!1127)
9
10 * Always build the tests if installed-tests are enabled, so that the tests can
11   actually be installed (!1141)
12
13 * Bugs fixed:
14  - #174 g_file_copy always preserves  permissions, even if G_FILE_COPY_ALL_METADATA flag is not set
15  - #1865 g_variant_get_data_as_bytes fails after serializing a variant
16  - #1875 Segfault and Overflow in __gio_xdg_cache_mime_type_subclass() with Wps-Office installed
17  - #1887 glib 2.62.0 breaks loading dylibs as modules
18  - #1888 2.62: docs build on Windows broken
19  - !1021 docs: Remove priv pointers from the tutorial example
20  - !1094 Backport to 2.62: gmodule: use dl implementation on macOS
21  - !1101 Backport !1092 “Fix doc build on Windows” to glib-2-62
22  - !1102 Backport !1080 “tests: Fix skipping mkdir-with-parents-permission test” to glib-2-62
23  - !1103 Backport !1085 “xdgmime: Prevent infinite loops from badly-formed MIME registrations” to glib-2-62
24  - !1127 Backport !1125 and !1115 GDateTime parsing fixes to glib-2-62
25  - !1128 Backport !1043 “gvariant: Handle empty serialisations in get_child_value()” to glib-2-62
26  - !1140 [2.62] g_file_info_get_modification_date_time: Calculate in integer domain
27  - !1141 [2.62] Always build tests if we enabled installed-tests
28  - !1142 Backport !1134 Fix for file copy permissions to glib-2-62
29
30 * Translation updates:
31  - Danish
32  - Italian
33  - Panjabi
34  - Serbian
35  - Turkish
36
37
38 Overview of changes in GLib 2.62.0
39 ==================================
40
41 * Fix new `GFileInfo` APIs to work when `G_FILE_ATTRIBUTE_TIME_MODIFIED_USEC`
42   was not queried (!1087)
43
44 * Bugs fixed:
45  - #487 Add valgrind test runs to CI
46  - !1084 garray: Fix reference to GLIB_SIZEOF_INT
47  - !1086 glib.supp: make gobject_init() calloc also of the possible kind
48  - !1087 fileinfo: ignore USEC if not available
49
50 * Translation updates:
51  - Friulian
52  - Portuguese (Brazil)
53
54
55 Overview of changes in GLib 2.61.3
56 ==================================
57
58 * Support setting thread name on BSD systems (#1761)
59
60 * Install previously-uninstalled headers for public `GNativeSocketAddress`
61   object (#1854)
62
63 * Very initial support for Windows apps (UWP) (!1057)
64
65 * Add various new valgrind suppressions to `glib.supp` (#1879, !1075)
66
67 * Bugs fixed:
68  - #83 Optimisation for g_nearest_pow() in garray.c
69  - #512 GSignal: accumulator function not called to accumulate G_SIGNAL_RUN_CLEANUP object handler return values
70  - #873 allow NULL arguments to parse_strv
71  - #905 Patches from static analysis run on 2.40
72  - #1057 goption: add sanity check to input parameters
73  - #1309 GSettings object stops emitting "changed" signal on g_settings_reset after call to g_settings_delay
74  - #1620 GDBus criticals from GVfs with GLib master
75  - #1761 Setting thread-name on BSD systems
76  - #1803 GDK_SCALE=X is not respected when using "gio open"
77  - #1819 Invalid characters in Open Location dialog crashes GIMP
78  - #1852 Regression: g_mkdir_with_parents() returns 0 on failure
79  - #1854 glib/gio: GNativeSocketAddress headers not installed.
80  - #1860 g_clear_handle_id does not trigger GLIB_VERSION_MAX_ALLOWED warning
81  - #1863 Potential invalid writes on g_utf8_strreverse
82  - #1867 A couple of en_GBisms
83  - #1870 GSettingsBackend watches not thread-safe
84  - #1879 Incomplete valgrind suppressions - 16 KiB leak reported by valgrind from loading libglib-2.0.so
85  - #1880 glib/gbacktrace.c: If dup2 happened to return -1, don't call dup2 with same value
86  - #1881 GIO_USE_VOLUME_MONITOR and GIO_USE_FILE_MONITOR do not work as documented
87  - !1002 Remove mentions of mailing lists from the documentation
88  - !1011 gapplication: Fix a leaking GRemoteActionGroup member
89  - !1015 Post-release version bump
90  - !1016 gnetworkmonitornm fixups
91  - !1017 Improve ISO 8601 parsing by GDateTime
92  - !1023 g_object_get_property: Improve documentation for use of G_VALUE_INIT
93  - !1026 gutf8: Assert that written memory stays in bounds
94  - !1027 gfileutils: Fix error propagation for other than ENOENT
95  - !1031 meson: build gnulib if printf isn't good enough
96  - !1032 meson: small printf check cleanups
97  - !1033 win32: don't assume the format specifier for the stdlib printf/scanf like functions
98  - !1034 glib/tests/fileutils: Add a reproducer for #1852
99  - !1036 cond test: Don't make assumptions about struct sigaction member order
100  - !1037 Meson: Override glib-compile-resources/schemas
101  - !1044 Relax use of g_test_bug() to not require g_test_bug_base() to be called first
102  - !1049 minor typos in the documentation
103  - !1050 tests: Fix a pragma warning on FreeBSD
104  - !1054 gerror: Add a docs paragraph about not displaying errors verbatim in UI
105  - !1057 Some (probably) easy uwp patches
106  - !1059 Update win32 readme, add myself to codeowners
107  - !1066 libffi.wrap: Meson port has moved to FDO gitlab
108  - !1068 gsubprocesslauncher.c: fix documentation
109  - !1071 meson: Move libdl_dep to the top level
110  - !1074 Adjust README formatting
111  - !1075 glib.supp: add suppression for g_type_class_ref()
112
113 * Translation updates:
114  - Basque
115  - Catalan
116  - Czech
117  - English (United Kingdom)
118  - French
119  - Galician
120  - German
121  - Hungarian
122  - Indonesian
123  - Korean
124  - Lithuanian
125  - Polish
126  - Romanian
127  - Spanish
128  - Swedish
129
130
131 Overview of changes in GLib 2.61.2
132 ==================================
133
134 * Add various new array functions (#236, #269, #373)
135  - `g_array_copy()`
136  - `g_ptr_array_copy()`
137  - `g_ptr_array_extend()`
138  - `g_ptr_array_extend_and_steal()`
139  - `g_array_binary_search()`
140
141 * Add `g_assert_finalize_object()` helper function for writing tests (#488)
142
143 * Rework how D-Bus connections are closed/unreffed when `g_test_dbus_down()` is
144   called. Tests which leak a `GDBusConnection` may now time out and abort,
145   rather than silently leaking. (#787)
146
147 * Add a deprecation macro for GLib macros, and use it; third-party uses of
148   long-deprecated GLib macros may now start causing warnings. (#1060)
149
150 * Deprecate `GTime` and `GTimeVal`, and various functions which use them.
151   Use `GDateTime` and `guint64` UNIX timestamps instead. (#1438)
152
153 * Stop using `G_DISABLE_DEPRECATED` to allow disabling deprecation warnings;
154   third-party code should now be using
155   `GLIB_VERSION_{MIN_REQUIRED, MAX_ALLOWED}` to control symbol usage (!871)
156
157 * Improve support for running `ninja test` when GLib is built statically (#1648)
158
159 * Improve `GNetworkMonitor` detection of offline states (#1788)
160
161 * Fix build failure on macOS related to missing `_g_content_type_get_mime_dirs`
162   function (#1791)
163
164 * Add various installed utilities’ paths to `gio-2.0.pc` (#1796)
165
166 * Fix keyfile `GSettings` backend and portal (especially relevant to any version
167   of GLib included in a flatpak runtime) (#1822, !985)
168
169 * More IPv6 ‘Happy Eyeballs’ fixes in `GNetworkAddress` (!865)
170
171 * Fix CVE-2019-12450, wide permissions of files when copying using GIO (!876)
172
173 * Bump the Meson dependency from 0.48.0 to 0.49.2; we won’t depend on anything
174   higher than this for a while, as Debian 10 ships 0.49 (!924)
175
176 * Various test fixes for Windows (!930, !931)
177
178 * Initial support for Universal Windows Platform (UWP): certification, and use
179   of packaged libraries (!951)
180
181 * Add experimental clang-cl support on Windows, allowing `g_autoptr()` support
182   on Windows (!979)
183
184 * Bugs fixed:
185  - #77 G_STDIO_NO_WRAP_ON_UNIX wraps
186  - #236 Add a function to copy an array
187  - #269 Additional convenience functions for g_ptr_array
188  - #373 GArray could use a binary search function
189  - #436 running tests leaves lots of coredumps
190  - #453 find-enclosing-mount docs confusing
191  - #488 Add g_object_assert_last_unref() helper macro to detect object leaks in tests
192  - #590 A reader lock can be obtained even if a writer is already waiting for a lock
193  - #638 g_atexit is defined when not declared
194  - #737 Initialize GValue in g_object_get_property()
195  - #787 gtestdbus: Properly close server connections
196  - #804 gdbusproxy prefixes unstripped error
197  - #870 Fix and enhance GDatetime for Windows
198  - #872 ucs4 functions have wrong return transfer
199  - #887 gdusmessage.c mishandles bounds of GDBusMessageType and related enums
200  - #894 gvalue: Avoid expensive checks where possible
201  - #940 Docs for g_socket_listener_set_backlog are not very helpful
202  - #943 G_DEFINE_TYPE_WITH_PRIVATE docs not helpful
203  - #1018 Allow guid key in dbus addresses
204  - #1060 Add deprecation macro for macros
205  - #1169 Tools can display gibberish messages from translations
206  - #1270 g_get_charset always returns 8-bit codepage on Windows, crippling UTF-8 output
207  - #1438 Deprecate GTimeVal- and GTime-based APIs
208  - #1635 g_socket_join_multicast_group iface parameter fails on win32/64
209  - #1648 2.58.2: Assorted asserts fail in Arch Linux when built statically
210  - #1729 g_content_type_guess segfaults when passed an empty data buffer on Mac OS
211  - #1788 GNetworkMonitor claims I am offline
212  - #1790 documentation on g_file_info_get_attribute_as_string
213  - #1791 _g_content_type_get_mime_dirs missing from libgio-2.0.0.dylib on MacOS
214  - #1792 glib-genmarshal generated valist marshal does not respect static scope for some types
215  - #1793 glib-genmarshal generates wrong code for va marshaler for VARIANT type
216  - #1794 API Proposal: g_timer_is_active
217  - #1796 Add gio-querymodules variable to pkg-config file
218  - #1797 glib/tests/win32 test failing on 64-bit Visual Studio builds
219  - #1798 /contenttype/tree reliably fails on FreeBSD since !863
220  - #1807 g_dbus_server_new_sync() documentation references nonexistent function
221  - #1808 Stopping a GDBusServer should clean up Unix socket paths (if not abstract) and nonce-tcp nonce files
222  - #1811 Introspection info for g_unichar_compose's 3rd arg should be OUT
223  - #1822 keyfile gsettings backend not loading
224  - #1823 Documentation for disabling selinux is incorrect
225  - #1825 GKeyFileSettingsBackend created without filename construct property and unchecked assertion
226  - #1828 Small typo in gio manpage
227  - #1837 Specify for each (optional) parameter, whether it is OUT or INOUT
228  - #1838 Reword documentation for G_DECLARE_FINAL_TYPE
229  - #1847 Setting GLIB_VERSION_{MIN_REQUIRED, MAX_ALLOWED} to before 2.56 triggers warnings
230  - !533 docs: Document pitfall of deprecation pragmas
231  - !563 ci: Add scan-build job in a new ‘analysis’ pipeline stage
232  - !678 glib-compile-schemas: Improve translatable strings
233  - !817 gdate: Officially mark GTime as deprecated
234  - !851 gsettings: Document that lists are returned in no defined order
235  - !853 gobject: Fix apostrophe usage in a few small bits of documentation
236  - !859 gobject: Add a g_assert_finalize_object() macro
237  - !863 gunicollate/cygwin: Don't use __STDC_ISO_10646__ for wchar_t related checks
238  - !865 gnetworkaddress: fix "happy eyeballs" logic
239  - !867 Post-release version bump
240  - !871 Drop G_DISABLE_DEPRECATED
241  - !873 Use atomic reference counting for GSource
242  - !874 Clamp number of vectors to IOV_MAX / UIO_MAXIOV for GOutputStream writev()...
243  - !875 CI/msys2: disable coverage reporting, lcov doesn't support gcc9 yet
244  - !876 CVE-2019-12450: gfile: Limit access to files when copying
245  - !877 gio: specify proper c_marshaller and va_marshallers
246  - !883 tests: Fix small race in GSubprocess tests
247  - !884 garcbox.c: Fix typo atomit => atomic
248  - !885 goption: Clarify G_OPTION_ARG_FILENAME documentation
249  - !889 Include <sys/filio.h> for FIONREAD
250  - !901 gmain: Clarify that g_source_destroy() doesn’t drop a reference
251  - !904 Add glib-genmarshal tests and fix some valist marshaller bugs
252  - !906 property action: Add state hints
253  - !908 Improve testfilemonitor test repeatability and debuggability
254  - !909 D-Bus auth mechanism improvements
255  - !914 ci: Run scan-build in a different build directory
256  - !915 docs: fix typo on arrays examples in gvariant-text
257  - !917 docs: Fix name of IRC channel in CONTRIBUTING.md
258  - !919 glib/tests/refcount.c: Fix tests on non-GCC-isque compilers
259  - !920 gmacros: Only use deprecated attributes on enumerators with GCC ≥ 6.5
260  - !923 Check if compiler symbols are defined before using them
261  - !924 Bump the required version of Meson
262  - !930 glib/tests/convert.c: Skip tests that aren't meaningful for Windows
263  - !931 glib/tests/fileutils.c: Fix stdio Wrapper Test on Windows
264  - !934 build: Increase the slow test timeout to 180s
265  - !935 Ignore */__pycache__/* directories
266  - !937 Fix module tests on Visual Studio builds
267  - !939 gstdio: minor cleanups
268  - !941 list model: Expand items-changed docs
269  - !944 gutils: Don't limit the length of the host name to 99
270  - !945 Avoid overrunning stack at the end of the varargs.
271  - !947 gobject/tests/signals.c: Fix tests on Windows
272  - !948 GObject: Fix mkenums.py and genmarshal.py tests on Windows
273  - !950 ci: Enable CI on FreeBSD 12
274  - !951 Preliminary patches for Universal Windows Platform support
275  - !952 gio: Make minor docs improvements
276  - !953 g_utf8_normalize: Doc comment return missing nullable annotation
277  - !954 Fix the ISO 15924 code for Manichaean
278  - !955 gmacros: Use _Static_assert when C11 is available
279  - !958 gthread: fix minor errno problem in GCond
280  - !961 gmain: Fix g_main_context_prepare priority annotation
281  - !962 gmacros: Use _Static_assert only for non-expr static assert
282  - !964 gmacros.h: Use static_assert on MSVC if possible
283  - !968 Fix typo in request handle
284  - !970 gdatetime: Unset LC_ALL for the test as well
285  - !971 docs.c: Forward link from g_auto* → G_DEFINE_AUTO*
286  - !973 doc: fix typo in gio/gresource.c
287  - !979 Experimental clang-cl support
288  - !980 gmacros.h: Add better support for clang-cl
289  - !981 gio: fix typo in g_settings_reset documentation
290  - !982 Various doc fixes
291  - !985 Keyfile portal fixes
292  - !987 gio/tests: Remove code and comments referring to libtool
293  - !991 fix atomic detection on older gcc versions
294  - !992 docs: Add example to g_test_summary() documentation
295  - !994 gio: Fix minor docs mistakes
296  - !996 Small array test fixes
297  - !997 gdbusaddress: Add missing transfer annotation
298  - !1007 Resubmission of !832 “Try to create the complete path right away and fall back”
299  - !1009 gapplication: remove inactivity_timeout source on finalize
300
301 * Translation updates:
302  - Hungarian
303  - Indonesian
304  - Portuguese (Brazil)
305  - Spanish
306
307
308 Overview of changes in GLib 2.61.1
309 ==================================
310
311 * `g_unichar_isxdigit()` and `g_unichar_xdigit_value()` now handle full-width
312   characters (U+FF21–U+FF26 and U+FF41–U+FF46) (#58)
313
314 * Deprecate `gtester` utility and its test reporting format and enable TAP
315   output by default instead — the `--tap` option to tests is now a no-op
316   (#1441, #1619)
317
318 * Add `g_test_summary()` to allow test authors to programmatically summarise
319   what each unit test in a test suite does (#1450)
320
321 * Upgrade to Unicode Character Database v12.1 (#1713, !822)
322
323 * More IPv6 Happy Eyeballs fixes to `GNetworkAddress` and `GSocketClient`
324   (#1747, #1771, #1774)
325
326 * Fix valgrind and gdb support for the new `GHashTable` changes (#1749, #1780)
327
328 * Fix GTask wait times growing faster than the number of task threads (#1683)
329
330 * Change `GApplication` to ignore `-psn_*` arguments on the macOS command line,
331   as they are irrelevant (#1784)
332
333 * Add `g_autoqueue()` helper macros, similar to `g_autolist()` (!474)
334
335 * Add pre-allocated link helpers for `GList` and `GQueue`:
336  - `g_list_insert_before_link()`
337  - `g_queue_insert_before_link()`
338  - `g_queue_insert_after_link()`
339
340 * Improve network availability detection with NetworkManager to treat lower
341   levels of connectivity as having reduced availability (!781)
342
343 * Add `g_clear_signal_handler()` to allow disconnecting from a `GObject` signal
344   and clearing the signal handler ID to zero in a single call (!819)
345
346 * Add `g_autoptr()` support for `GRWLock` (!825)
347
348 * Define `G_OS_UNIX`, not `G_OS_WIN32`, when GLib is built agains Cygwin (!862)
349
350 * Bugs fixed:
351  - #29 GScanner: should explicitly document modifiable fields (value, next_value, ...)
352  - #58 g_unichar_isxdigit() and g_unichar_xdigit_value() should deal with full-width a-fA-F
353  - #106 Boxed types should be documented better
354  - #135 g_unichar_totitle(0) returns 0x00001F88 instead of 0
355  - #429 g_format_size() is broken on Windows
356  - #1441 Deprecate gtester
357  - #1450 Add API for tests to describe what they're checking
358  - #1619 GTest should have a way to default to TAP
359  - #1683 GTask: task_wait_time is increased constantly when the number of running thread is greather than 10
360  - #1713 Upgrade to Unicode Character Database v12
361  - #1739 meson build failure libdl
362  - #1747 Critical in g_socket_client_async_connect_complete
363  - #1749 New GHashTable implementation confuses valgrind
364  - #1753 Remove memory leaks from gio/test/resolver.c
365  - #1755 Please revert #535 gmacros: Try to use the standard __func__ first in G_STRFUNC
366  - #1759 test_month_names: assertion failed
367  - #1760 Document for g_resolver_lookup_records why it returns a list of list of gchar*.
368  - #1763 tests: -p runs tests in the reverse of the specified order
369  - #1768 g_strlcat(): Possible buffer overflow in implementation
370  - #1771 GNetworkAddressAddressEnumerator unsafely modifies cache in GNetworkAddress
371  - #1774 Leaks in gsocketclient.c connection code
372  - #1776 glib/date test fails
373  - #1780 GDB pretty-printer for GHashTable no longer works
374  - #1782 Error in documentation for cross-compile.
375  - #1784 MacOS adds a -psn_X_XXXXXX parameter to the command line
376  - !474 Add g_autoqueue
377  - !476 Add pre-allocated link helpers for GList and GQueue
378  - !556 gtestutils: Make --tap compatible with -p and --GTestSkipCount
379  - !732 gsocket: Clarify in docs that `flags` arguments can be platform specific
380  - !766 W32: swap special g_get_prgname() for platform_get_argv0()
381  - !774 Only build tests if certain conditions are met.
382  - !780 Add copyright and licensing terms to test report generator
383  - !781 gnetworkmonitornm: Fix network available detection
384  - !782 build: Fix check for RTLD_NEXT
385  - !785 Remove monitor test
386  - !787 build: Remove */.gitignore files
387  - !791 glib/gconstructor.h: Include stdlib.h for MSVC builds
388  - !792 general: Remove a few unhelpful references to ‘master’
389  - !795 gdesktopappinfo: Add support for MATE and Xfce4 terminals
390  - !802 gio: tests, don't check for libdl on OpenBSD
391  - !806 Get to 100% coverage on GQueue tests
392  - !808 Update the Docker images used for CI
393  - !809 Modified version of !784 — Adding tests cases for a better coverage of glib/tests/strfuncs.c
394  - !813 gappinfo: Add precondition checks to GAppLaunchContext env methods
395  - !814 gschema.dtd: Add target attribute to alias
396  - !819 Clear signal handler
397  - !820 ci: Keep JUnit report script working on Debian stable
398  - !821 Various minor cleanups to autoptrs
399  - !822 glib: Update Unicode Character Database to version 12.1.0
400  - !825 Add autoptr support for GRWLock
401  - !831 build: (Long time after) post-release version bump
402  - !835 Fix typo in German translation
403  - !836 Document the best practices for binding GInitiallyUnowned
404  - !862 build: define G_OS_UNIX, not G_OS_WIN32 under cygwin
405
406 * Translation updates:
407  - Basque
408  - Catalan
409  - German
410  - Indonesian
411  - Spanish
412
413
414 Overview of changes in GLib 2.61.0
415 ==================================
416
417 * Changes to `iconv` configure options, including the default iconv
418   implementation on macOS — distributors may need to check their configure
419   scripts (#1557)
420
421 * Build fixes when building GLib with `G_DISABLE_ASSERT` defined (#1708)
422
423 * Fix documentation for `gdbus-tool wait` to use correct units (#1737)
424
425 * Improvements to symlink handling on Windows (!269)
426
427 * Add exception handling for crashes on Windows (!582)
428
429 * Set `G_WITH_CYGWIN` again when GLib is built on Cygwin (this was a regression
430   from the autotools build) (!736)
431
432 * Use `GCocoaNotificationBackend` by default on macOS, rather than
433   `GGtkNotificationBackend` (!745)
434
435 * Use Windows symbol visibility when GLib is built on Cygwin, as PE binaries
436   are subject to W32 visibility mechanics — this affects the definition of
437   `_GLIB_EXTERN` (!752)
438
439 * Add coloured output support to `gdbus introspect` (!761)
440
441 * Bugs fixed:
442  - #682 docs: advise not to use non-literal strings as qdata keys
443  - #1177 gparted crashes due to g_quark_from_static_string used in global initialization
444  - #1258 the buffer written to by g_input_stream_read is not marked as an out parameter
445  - #1557 By default glib tries to use libc instead of native iconv on OSX
446  - #1566 Meld Windows shows error on startup "There was a problem starting c:\Program"
447  - #1614 GIO tests fail on FreeBSD CI with: Unexpected error from C library during 'pthread_mutex_lock': Invalid argument
448  - #1708 Building GLib with G_DISABLE_ASSERT fails
449  - #1709 GResource generation test incompatible with stable LLVM on Linux
450  - #1710 Crash in g_cancellable_cancel
451  - #1712 gdbus-proxy test is flaky
452  - #1724 unconditional check in fuzzing/meson.build
453  - #1725 gosxappinfo.h is not installed on macOS
454  - #1727 Cannot use trash folder with an NFS mount using automount / autofs
455  - #1728 GSocket does not support ENOTSOCK
456  - #1732 Win32: lookup_by_name_async segfaults for not available domains
457  - #1737 gdbus-tool wait command timeout argument incorrect unit reference
458  - !67 glib: update internal gnulib from upstream
459  - !269 Win32 symlink code refactoring
460  - !493 tests: Check that cancelling g_file_replace don't overwrite existing file
461  - !582 Basic W32 exception handling for glib
462  - !680 Fix warnings glib
463  - !690 Fix thread safety issues
464  - !694 gvariant-parser: Fix pattern coalesce of M and *
465  - !706 Fix data races in task test and gmenumodel test
466  - !709 Bump release version for 2.62 series
467  - !710 socket: Fix annotation for flags in g_socket_receive_message
468  - !712 gwin32: Fix comment for g_win32_veh_handler
469  - !716 Various minor documentation fixes
470  - !717 Improve formatting of GCC attribute documentation
471  - !718 GSocketClient - Free last error if a connection attempt fails and on retry the...
472  - !719 Handle an UNKNOWN NetworkManager connectivity as NONE
473  - !721 codegen: Fix use of uninitialised variable
474  - !723 Provide examples for GNUC attribute macros
475  - !724 meson: do a build-time check for strlcpy before attempting runtime check
476  - !728 gsocket: Remove (type) annotation from flags arguments
477  - !730 Improve gdbus-address parsing tests
478  - !735 docs: Use the right g_autoptr function when using an auxiliary function
479  - !736 Set G_WITH_CYGWIN again
480  - !737 gresolver: Don’t use gai_strerror() on Windows, as it isn’t threadsafe
481  - !741 Fix use-after-free triggered by gnome-session-binary
482  - !745 gcocoanotificationbackend: give more priority than the gtk one
483  - !749 gio: Add missing autocleanup definition for GSettingsSchema{Key,Source}
484  - !750 Check for RTLD_NEXT
485  - !752 Use W32 visibility for Cygwin
486  - !754 Check for /proc/self/cmdline
487  - !757 Fix gnulib build on older Visual Studio builds
488  - !760 Properly ensure the cocoa notification backend type
489  - !761 RFC: gdbus-tool: Add --color option for introspect
490  - !762 gutils: Add (nullable) annotation to g_get_prgname()
491  - !765 gslice: Use a convenience macro
492  - !769 ci: Generate a cover report for the test suite
493  - !772 tests: Check that option-argv0 test succeeds on Linux
494  - !776 tests: Only run --external-data test on GNU ld/objcopy
495  - !779 Fix 2.62 documentation symbols
496
497 * Translation updates:
498  - Dutch
499
500
501 Overview of changes in GLib 2.60.0
502 ==================================
503
504 * Further fixes to the Happy Eyeballs (RFC 8305) implementation (#1653, #1679, #1693)
505
506 * Add support for the XDG trash portal (#1676, !276)
507
508 * Bugs fixed:
509  - #1653 gsocketclient-slow test is flaky
510  - #1658 keyfile settings backend: Consider tightening permissions
511  - #1668 Fill in CODE-OWNERS file
512  - #1675 glib-compile-resources: c_name generation issue
513  - #1676 Trash portal tries to open files as read-only but D-Bus API documents against that
514  - #1679 socket-service test is flaky
515  - #1693 Happy Eyeballs failure in gsocketclient-slow test
516  - #1697 gthreadresolver: do_lookup_records does res_ninit with an uninitialized state
517  - #1698 g_base64_encode(NULL, 0) causes critical warnings
518  - !276 Support the trash portal
519  - !639 gvariant-parser: Fix error handling when type coalescing fails
520  - !666 Socket fixes to W32 test suite
521  - !674 Update gvdb submodule
522  - !676 Initialize a variable
523  - !677 gerror: Add a missing precondition assertion in documentation
524  - !686 gio: Also support modules built with MSVC
525  - !688 gsocketclient: Fix critical on cancellation
526  - !689 glib-compile-resources: Fix a minor leak
527  - !691 gtask: Separate GTask fields memory locations to avoid data races
528  - !692 glib.supp: Add more variations of existing suppressions
529  - !696 Move closures refcount test to gobject/tests/
530  - !698 gthreadedresolver: Remove unused thread pool
531  - !699 tests: Fix closure-refcount to preserve old semantics
532  - !702 Rename gobjectenumtypes.[ch] to glib-enumtypes.[ch]
533  - !703 Clean up gmarshal.[ch]
534
535 * Translation updates:
536  - Catalan
537  - Czech
538  - French
539  - Friulian
540  - German
541  - Italian
542  - Korean
543  - Romanian
544  - Serbian
545
546
547 Overview of changes in GLib 2.59.3
548 ==================================
549
550 * Fix support for g_get_user_special_dir() on macOS, including support for the Downloads directory (#1048)
551
552 * Ensure that cancelling a GTask cannot cause its callback to be called synchronously (in the same call chain as the original *_async() call) (#1608)
553
554 * Further fixes to the Happy Eyeballs (RFC 8305) implementation (#1644, #1680)
555
556 * Various fixes for installation of installed tests (thanks to Iain Lane) (!649, !651)
557
558 * Various fixes for tests when run on Windows (thanks to LRN) (!665, !667)
559
560 * Bugs fixed:
561  - #535 gmacros: Try to use the standard __func__ first in G_STRFUNC
562  - #875 gio-gvfs on Windows: Don't mishandle other non-native URIs in gwinhttpvfs.c
563  - #1048 "Desktop" shortcut appears twice in file chooser sidebar on OSX
564  - #1608 Cancellation might not be asynchronous under certain circumstances
565  - #1644 network-address test failure in CI: IPv6 Broken (g-io-error-quark, 24)
566  - #1680 Regression: g_socket_client_connect_to_host_async() sometimes gets "Connection refused" when connecting to localhost
567  - #1686 gdbus-peer test is sometimes timing out
568  - !613 Use win32 io channel on windows for the protocol test
569  - !634 Win32: gio/gsocket.c: Set WSAEWOULDBLOCK on G_POLLABLE_RETURN_WOULD_BLOCK
570  - !638 gvariant-parser: Fix parsing of G_MININT* values in GVariant text format
571  - !640 tests: Tag socket-service test as ‘flaky’
572  - !641 Minor typo fixes to GSpawn documentation
573  - !645 gsocketlistener: Fix multiple returns of GTask when accepting sockets
574  - !647 gsocketclient: Ensure task is always returned on cancel
575  - !648 gio/tests/task: Run the worker indefinitely until it's cancelled
576  - !649 gio tests: Install test1.overlay file when building installed tests
577  - !650 gstring: fully document semantics of @len for g_string_insert_len
578  - !651 tests: Install the slow-connect-preload.so library and use it
579  - !667 GSubprocess fixes for W32 test suite
580  - !668 tests: Mark gdbus-peer test as flaky
581  - !669 GWin32VolumeMonitor: Sort the volumes correctly
582  - !670 gpollableoutputstream: Fix the description of the interface
583  - !672 Fix some tests when running as root
584
585 * Translation updates:
586  - Catalan
587  - Danish
588  - French
589  - Indonesian
590  - Kazakh
591  - Portuguese (Brazil)
592  - Slovenian
593  - Turkish
594
595
596 Overview of changes in GLib 2.59.2
597 ==================================
598
599 * Fix check on GDBusMessage size when reading it. (#1642)
600
601 * Add async GIO API: g_file_query_default_handler_async(), g_app_info_launch_uris_async() (#1249, #1347)
602
603 * Fix some bugs in the Happy Eyeballs implementation. (#1646, #1649)
604
605 * Install a new generated header with enum types for Unicode enums. (!481)
606
607 * Support the XDG trash portal. (!276)
608
609 * Bugs fixed:
610  - #1224 TSAN patches
611  - #1249 xdg-open/gnome-open doesn't work if service isn't started
612  - #1347 g_app_info_launch_default_for_uri_async  is not really async
613  - #1376 gmarkup: Optimize g_markup_escape_text()
614  - #1642 minor mismatch between error and code in g_dbus_message_bytes_needed
615  - #1646 Criticals in g_socket_client_enumerator_callback()
616  - #1649 Critical in g_socket_client_connected_callback
617  - #1673 G_MININT constants broken in g-i
618  - !276 Support the trash portal
619  - !481 Define enum types for Unicode enums
620  - !585 gio: do not pass O_PATH file descriptors to portal APIs
621  - !593 Don't fail trash test if ~/.local doesn't exist or mount points can't be determined (master)
622  - !609 Make `g_app_info_launch_uris_async()` really asynchronous
623  - !619 gvariant: Fix a mistake in docs
624  - !622 Fixing warnings
625  - !626 gdbus: Avoid printing null strings
626  - !627 gsocketclient: Fix criticals
627  - !629 Various memory leak cleanups to GSettings tests (subset)
628  - !630 docs: Ignore more version macros
629
630 * Translation updates:
631  - Galician
632  - Hungarian
633  - Lithuanian
634  - Polish
635  - Spanish
636
637
638 Overview of changes in GLib 2.59.1
639 ==================================
640
641 * Autotools support is gone. (!580)
642
643 * g_format_size() now uses a no-break space to separate digits and units;
644   translations will need to be updated accordingly. (#1625)
645
646 * New g_queue_clear_full() API. (#1464)
647
648 * Fix argument quoting on win32 when spawning subprocesses. (!419)
649
650 * Allow polling more than 64 handles on win32 using g_poll(). (#1071)
651
652 * Tag various tests as ‘flaky’. These are no longer run routinely on our
653   upstream CI machines, and downstream packagers may want to not run them (or
654   not treat those test failures as package build failures) on their test
655   machines either. They are in the `flaky` test suite. (!579)
656
657 * Add overlay support to g_resources_get_info(). (#1445)
658
659 * Support defaults and locks in the keyfile GSettings backend. This will be
660   used for flatpaks. (!450)
661
662 * Accept unquoted strings in the keyfile GSettings backend to simplify things
663   for sysadmins. (!603)
664
665 * Update our contribution guidelines (`CONTRIBUTING.md`). (!590)
666
667 * Add writev() and writev_all() APIs to GOutputStream and GPollableOutputStream,
668   and provide implementations of them for many subclasses. (#1431)
669
670 * Bugs fixed:
671  - #424 Add 'proxy' debugging support
672  - #1055 Provide alignment macros
673  - #1071 Eliminate MAXIMUM_WAIT_OBJECTS limitation in g_poll() on Windows
674  - #1445 g_resources_get_info doesn't respect resource overlays
675  - #1464 Add g_queue_clear_full() API
676  - #1500 GListStore needs double checking on some warnings
677  - #1623 xdg-open: file with colon results in “The specified location is not supported”
678  - #1625 Unbreakable space needed when showing size of folder/file
679  - #1636 GTask getters don’t return TRUE/FALSE after bitfield changes
680  - #1637 EXCEPTION_ACCESS_VIOLATION in g_clear_pointer
681  - #1639 GListStore implementation of g_list_model_get_item() returns wrong results on integer overflow
682  - #1655 gvariant-parser warnings
683  - #1663 G_MININT32 triggers compiler warning C4146 with Visual C++
684  - #1666 `G_DEFINE_DYNAMIC_TYPE_EXTENDED` causes warnings with -Wcast-function-type
685  - !319 giomodule: Print the type of each default GIO module
686  - !333 Add writev() API to GOutputStream and GPollableOutputStream
687  - !419 gspawn, win32: qouted args - escape end backslash
688  - !450 Settings portal
689  - !512 gtype: Clarify type of GInterfaceInitFunc
690  - !516 gthread: Add g_private_set_alloc0() convenience API
691  - !535 win32 gpoll: overcome the 64 handles limit
692  - !545 goption: Fix an annotation on g_option_context_parse_strv()
693  - !560 docs: Fix dconf GSETTINGS_BACKEND name in gio overview
694  - !564 gtype: Document type for iface_default_init() function
695  - !568 Add separate definitions of g_assert_[non]null() for C++
696  - !571 docs: Add note on how to check a gboolean condition
697  - !575 gio: Update bad cert error in accept-certificate and GTlsError docs
698  - !579 Temporarily disable flaky tests
699  - !580 Drop autotools support
700  - !583 gmacros: MSVC supports the noreturn function attribute
701  - !587 Remove unused .pc.in files
702  - !588 MSVC: Move dirent implementation to glib/dirent/
703  - !590 Update contribution documentation
704  - !591 gfileinfo: Fix annotation for g_file_info_set_attribute_stringv
705  - !592 Remove leftover build/ directory
706  - !595 gtestutils: pass open file descriptors to subprocess
707  - !597 tests: Tag gsocketclient-slow test as ‘flaky’
708  - !598 gdbus-proxy test fails with GLib-GIO:ERROR:glib/gio/tests/gdbus-proxy.c:832:fail_test: code should not be reached
709  - !599 gdtlsconnection: do not return on a void method
710  - !601 gio: Support "help" in extension point env vars
711  - !602 Update POTFILES.in
712  - !603 keyfile settings: Accept unquoted strings
713  - !608 build: Add -Wno-pedantic flag to compiler arguments
714  - !611 gnetworkaddress: fix use-after-free for network address
715  - !612 gdir: shutup a warning when building with msvc
716  - !615 Fix a couple of wrong compiler warnings
717
718 * Translation updates:
719  - Spanish
720  - Swedish
721
722
723 Overview of changes in GLib 2.59.0
724 ==================================
725
726 * This will be the last development release with autotools support. As our
727   Meson support has been around since 2.56.x, and was used to release tarballs
728   in 2.58.x, the next development release (2.59.1) will drop autotools as used
729   to build GLib. The macros installed for other packages to use will remain.
730
731 * Add `G_TEST_OPTION_ISOLATE_DIRS` to redirect `XDG_*_HOME` to a temporary
732   directory for each unit test. (#538)
733
734 * Support `Property.EmitsChangedSignal` annotations in `gdbus-codegen`. (#542)
735
736 * Add `g_assert_cmpvariant()` API for unit tests. (#1191)
737
738 * Hide bind mounts from GIO mount listings. (#1271)
739
740 * Automatically realign data passed to `g_variant_new_from_bytes()` or
741   `g_variant_new_from_data()` if it is not correctly aligned. This prevents
742   misaligned accesses on architectures which don’t support them. Callers should
743   still aim to correctly align data to get higher performance. (#1342)
744
745 * Support `ld -b binary` (on platforms which support it; i.e. Linux) to provide
746   large pre-compiled `GResource` resources with a fast compilation time. (#1489)
747
748 * Unconditionally install GLib m4 macros, so that projects which depend on GLib
749   and which still build using autotools can continue to build even once GLib has
750   ported entirely to Meson. (#1520)
751
752 * Various fixes to the Meson build.
753
754 * Drop Python 2 support and require Python 3.4+. See discussion on
755   https://mail.gnome.org/archives/desktop-devel-list/2018-July/msg00004.html.
756   (!196)
757
758 * `GHashTable` performance and memory improvements for common cases. See
759   https://hpjansson.org/blag/2018/07/24/a-hash-table-re-hash/. (!208)
760
761 * Add flags that allow a `GApplication` to signal and replace a currently
762   running other instance of the same `GApplication`. This will be used for app
763   upgrades with flatpak. (!250)
764
765 * Autostart xdg-desktop-portal when using the network monitor and proxy monitor
766   portal backends. (!317)
767
768 * Add a g_task_set_name() API to allow `GTask`s to be described; useful for
769   debugging. (!384)
770
771 * Enable FreeBSD CI on every commit for upstream GLib. (!387)
772
773 * Various GVariant, GMarkup and GDBus fuzzing fixes, including buffer overflow
774   fixes. (!411)
775
776 * Various fixes to eliminate thread races, found by thread sanitizer (tsan).
777
778 * Deprecate TLS/DTLS rehandshaking, as it has been removed from the protocol in
779   TLS 1.3. (!478)
780
781 * Support reading arguments from a file with `glib-mkenums`, which is useful
782   for long argument lists due to having deeply nested build directories, on
783   systems with a low limit on the command line length. (!489)
784
785 * Make `g_environ_*()` case-insensitive on Windows, as the environment itself
786   is case-insensitive on Windows. (!500)
787
788 * Add Application Layer Protocol Negotiation (ALPN) support to `GTlsConnection`
789   and `GDtlsConnection`, so that higher layer protocols can be negotiated when
790   setting up a TLS connection, without additional round trips and latency. This
791   is needed for eventual HTTP/2 support. (!520)
792
793 * Add support for TPM keys in PEM files when loading TLS certificates. (!522)
794
795 * Add a `GRecMutexLocker` auto-pointer wrapper for `GRecMutex`. (!528)
796
797 * Bugs fixed:
798  - #107 The "g_key_file_get_comment" interface returns comment with unexpected new line symbol at the end
799  - #179 g_object_unref assert in debug code
800  - #277 'destroy_data' in g_cclosure_new is registered as finalize notifier instread invalidate.
801  - #538 Add helpers to redirect XDG_*_HOME to a temp dir for unit tests
802  - #542 gdbus-codegen does not honor "Property.EmitsChangedSignal" annotations
803  - #656 check for -Werror=format-security broken
804  - #734 Provide a way to instantiate a GDBusProxy-derived class from a GDBusConnection and a object path without blocking
805  - #827 gmain: Clarify that g_source_set_callback() is safe on attached sources
806  - #1055 Provide alignment macros
807  - #1119 GVolumeMonitor: Results don't reflect current state but state when application was launched
808  - #1191 add g_assert_equal_variants
809  - #1261 Add option to leave <default> in gschema empty
810  - #1271 fstab binds appear as mounts (x-gvfs-hide is being ignored)
811  - #1310 gdbusproxy: make g-name-owner property useful with unique names
812  - #1313 Meson: Rework the config.h generation
813  - #1342 Automatically realign data passed to g_variant_new_from_bytes() or g_variant_new_from_data()
814  - #1343 g_date_set_parse: Parses "September" in Polish incorrectly
815  - #1362 Incorrect documentation about GSettings child add/remove notifications
816  - #1452 GFileInfo: unable to retrieve correct modification time of links and mounted volumes on Windows
817  - #1471 Incorporate oss-fuzz fuzz targets into GLib
818  - #1489 Use `ld -b binary` to speed up GResource generation for linking
819  - #1498 distcheck fails in distclean
820  - #1506 error: redefinition of typedef 'GKqueueFileMonitor'
821  - #1509 test_timeval_to_iso8601_overflow: 'out' should be NULL
822  - #1513 GIcon regression?
823  - #1514 gio/appinfo test sometimes fails in CI
824  - #1518 /network-monitor/create-in-thread fails in (LXC) containers on glib-2-56
825  - #1520 Change conditions for installing m4 macros
826  - #1522 Trash not working on NTFS folder accessed from symlink
827  - #1523 GIO NetworkMonitor doesn't reflect the current network state
828  - #1525 GTask allows (buggy) application code to cause callback to be called twice, without warning
829  - #1527 Meson doesn't install data for installed-tests
830  - #1528 Meson tests are hard to debug in an autobuilder environment
831  - #1530 tests/mainloop-test appears to be flaky
832  - #1535 meson: installed-test metadata not run in TAP mode
833  - #1536 meson: spurious dependencies on convenience libraries in .pc files
834  - #1537 meson: absolute paths to ${builddir} included in gtk-doc HTML
835  - #1538 meson: G_HAVE_GROWING_STACK defined differently
836  - #1539 meson: Some files are unnecessarily installed executable
837  - #1541 meson: timeloop-closure test not installed
838  - #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
839  - #1544 meson: gtester-report #! not replaced with ${PYTHON}
840  - #1546 Cross-compilation fails in 2.58
841  - #1556 build: Too long file path issue with meson on Windows
842  - #1562 GDate test suite fails with latest glibc
843  - #1570 ghash.c:694:27: left shift of 1 by 31 places cannot be represented in type 'int'
844  - #1572 Flags validation fails
845  - #1575 g_date_time_format() should have format attribute
846  - #1576 Fails to build with Meson on Debian armel (armv5te EABI softfloat little-endian)
847  - #1580 glib-compile-resources using strings breaks building e.g. GTK+ on MS Visual C, which limits strings to 65535 chars
848  - #1581 Memory used for reference counted data might be misaligned.
849  - #1588 Moving a bookmark item to the same URI causes a crash
850  - #1589 g_log_writer_is_journald memoizes a single result, even though it accepts a parameter
851  - #1590 tests: g-file-info-filesystem-readonly fails if run more than once with fuse & bindfs installed
852  - #1594 Return value of g_dbus_connection_get_unique_name not annotated as nullable
853  - #1600 g_timeout_source_new_seconds overflows when given interval > (G_MAXUINT / 1000)
854  - #1601 appinfo test fix is defective
855  - #1605 g_date_time_format fails when used with non ASCII format string on POSIX locale
856  - #1615 gdbus-codegen not generating nullable annotation
857  - !196 [RFC] build: Drop Python 2 support and require Python 3.4+
858  - !200 Add a new GTlsError to indicate protocol downgrade attacks
859  - !208 GHashTable improvements
860  - !219 glocalfilemonitor: Fallback to poll file monitor for NFS
861  - !238 W32 GFileInfo improvements
862  - !250 Application replace
863  - !264 glib-compile-resources: encode data as string
864  - !268 build: simplify alloca checks. See #1313
865  - !272 dtrace: Add missing const attributes to types in glib_probes.d
866  - !273 gtlsbackend: add support for setting the default TLS database
867  - !277 Use "command -v" instead of "which"
868  - !282 meson: Add macOS libtool versioning for ABI compatibility
869  - !286 gspawn: Fix build on systems without O_CLOEXEC
870  - !287 glib-compile-resources: Fix generated code compiling with C++ compilers
871  - !289 tests: Add more tests to finish branch coverage of GHashTable
872  - !290 build: fix installation dir of glib-gettextize
873  - !292 Remove all ChangeLog files
874  - !293 Document new volume class `loop`
875  - !294 portal network monitor: Always emit changed signal on changed
876  - !295 meson: fix typo
877  - !296 Add G_GNUC_FALLTHROUGH for __attribute__(fallthrough))
878  - !297 build: Drop AC_C_CONST from configure.ac
879  - !302 Document that GTimeVal is subject to the year 2038 problem on 32-bit systems
880  - !303 liststore: Simplify code
881  - !304 Add more GListStore/GListModel tests
882  - !309 codegen: Change pointer casting to remove type-punning warnings
883  - !312 Enable GIO tests on Windows
884  - !316 gdbus: Improve error when well-known name is unowned
885  - !317 Autostart xdg-desktop-portal if needed
886  - !322 gnetworkmonitornm: Set a GError properly on an error handling path
887  - !332 gmarkup: Make the documentation even more explicit about untrusted input
888  - !334 gio: automake: Add libgmodule dependency
889  - !338 gcharset: fix leaking g_get_language_names_with_category
890  - !339 Add g_desktop_app_info_get_string_list(); fix g_key_file_free()
891  - !340 tests: Mark two more tests as slow
892  - !345 Fix build failure on systems without POSIX spawn
893  - !347 Use Meson 0.48.0 for CI
894  - !348 Documentation tweaks for g_array_free
895  - !353 Meson: Do not run tests/refcount with --tap
896  - !354 Fix spelling mistakes detected by Debian's Lintian tool
897  - !358 Autotools: Move libmount from Libs.private to Requires.private
898  - !360 CI: Test static build on installed glib
899  - !363 Tests: Mark printf wrappers with G_GNUC_PRINTF
900  - !364 ci: Enable FreeBSD CI
901  - !366 gunixmounts: Mark mounts as system internal instead of filtering out
902  - !372 gmacros: Fix G_[UN]LIKELY to not mask -Wparentheses
903  - !374 gthreadpool: Include prgname in thread name
904  - !375 m4macros: Allow information from pkg-config to be overridden
905  - !376 gthread: Clarify priority handling in GRWLock
906  - !379 Ignore g_return_*if_fail() branches in lcov coverage report
907  - !381 Add UTF-8 communication tests for GSubprocess
908  - !384 gtask: Add a g_task_set_name() method
909  - !387 ci: Enable FreeBSD CI in the official repository
910  - !396 m4: Fix AM_PATH_GLIB_2_0 macro
911  - !400 grefcount: add missing gatomic.h
912  - !403 build-sys: Pass CFLAGS to $(DTRACE)
913  - !405 ci/msys2: fix path to the lcov config file
914  - !406 meson: Mark 1bit-emufutex test as slow
915  - !407 meson: Increase test timeouts
916  - !410 gfileutils: Add examples to g_path_get_dirname() documentation
917  - !411 Various GVariant, GMarkup and GDBus fuzzing fixes
918  - !412 Enable compile time check of g_date_time_format() format
919  - !413 Add support for g_auto(s)list to G_DECLARE'd types
920  - !414 gio, tests: ensure objectmanager sources are generated
921  - !415 gseekable: fix 'attmepting' typo
922  - !416 gdbus-peer: Make sure to not include objectmanager-gen.c source
923  - !417 Fix ^*ay handling in g_variant_iter_loop()
924  - !418 Meson: Cleanup a FIXME now that we have dict addition
925  - !420 gdbus-codegen: add autocleanup for FooObject
926  - !422 GMarkup buffer overflow fixes for error handling, round 2
927  - !423 gutils: Check whether getauxval function exists
928  - !424 ci: Fix Docker image version
929  - !425 gdate: Reinitialize using_twodigit_years and locale_era_adjust.
930  - !435 gdatetime: Fix formatting of time zones offsets in range -01:00 to +00:00
931  - !436 valgrind: Add glib_init()-related suppressions
932  - !440 Fix minor memory leaks in tests
933  - !443 tests: Avoid multithreaded use of g_test_rand_int_range
934  - !444 gvarianttypeinfo: Consistently use atomics to access ref_count
935  - !446 gmain: Fix data races in GUnixSignalWatchSource and GChildWatchSource
936  - !451 closures test: Avoid timeout on ARM64 CPUs
937  - !452 Atomic reference count in GVariant, ContainerInfo and GDBus introspection
938  - !453 tests: Fix some data races in tests
939  - !454 gdbusproxy: make g-name-owner property useful with unique names
940  - !458 glib-compile-resources: Fix size allocation for compressed streams
941  - !460 gatomicrefcount: Make g_atomic_ref_count_init non-atomic
942  - !461 Meson: Fix build error in gdbus-example-objectmanager
943  - !462 meson: add aarch64 memory barrier handling
944  - !463 gio, tests: fix leak of dbus connection.
945  - !467 Update documentation of g_tls_connection_handshake() again
946  - !469 docs: add index of new symbols for gio > 2.52
947  - !470 docs: Clarify return/error behaviour of D-Bus signal subscriptions
948  - !472 gdbusmessage: Gracefully handle message signatures with invalid types
949  - !477 gthread: Remove unsynchronized access to g_once_init_list from assertion
950  - !478 Deprecate TLS rehandshaking
951  - !480 docs: add a missing semicolon
952  - !482 Check for 'z' library before fallbacking to subproject
953  - !483 meson: Turn selinux into a meson feature and make it auto by default
954  - !484 Meson: Add 'nls' option to disable translation
955  - !485 gdbus-codegen: Tag interfaces and properties so annotated with G_PARAM_DEPRECATED
956  - !486 Check for zlib header
957  - !489 glib-mkenums: Support reading @rspfiles for arguments
958  - !490 gspawn: Fix g_spawn deadlock in a multi-threaded program on Linux
959  - !491 Meson: Add missing include_directories when using glib as subproject
960  - !492 g_value_get_variant: return value is transfer-none not transfer-full
961  - !494 Resolve "Follow-up from "gunixmounts: Stop considering cifs/nfs as system file systems""
962  - !500 genviron: make g_environ_* case-insensitive on Windows
963  - !504 tests: Unset LANGUAGE when running gdatetime tests
964  - !505 Support isolating directories for unit tests
965  - !508 ci: Install additional locales used during tests
966  - !510 Add new Linux Testing project version number to configure script
967  - !511 gvariant: Fix error handling for parsing Unicode escapes
968  - !514 fix gdbus-codegen --interface-info-{header,body}
969  - !515 binding: Clarify the use of g_object_unref() to remove a binding
970  - !517 Meson: Fix deprecation warning with upcoming 0.49.0 release
971  - !518 Meson: Fix declare_dependency() calls
972  - !520 GTlsConnection: add ALPN support
973  - !521 tests: Rename macro to avoid conflict with encoding prefix
974  - !522 gtlscertificate: Add support for TPM keys in PEM files
975  - !524 gdatetime: Fix typo in the comment
976  - !528 Add GRecMutexLocker
977  - !530 tests: Minor improvements to mkenums.py and taptestrunner.py used by it
978  - !534 gtlscertificate: Fix bug in PEM private key parser
979  - !536 Various minor docs fixes
980  - !541 gtimezone: Fallback to /etc/timezone on Gentoo
981  - !546 spawn: add shebang line to script
982  - !547 Do not check for NULL when calling free()
983  - !549 Improve documentation of g_assert_error()
984  - !551 Revert "tests: Fix GOptionContext leak in GSubprocess tests"
985  - !554 Only subscribe to owner-changed signals on message bus connections
986  - !555 Suppress -Wint-in-bool-context warning with G_DEFINE_INTERFACE and g++
987
988 * Translation updates:
989  - Brazilian Portuguese
990  - Czech
991  - Danish
992  - Greek
993  - Hungarian
994  - Lithuanian
995  - Norwegian bokmål
996  - Polish
997  - Slovak
998  - Slovenian
999  - Spanish
1000  - Swedish
1001  - Turkish
1002
1003
1004 Overview of changes in GLib 2.58.0
1005 ==================================
1006
1007 * Tarball built with `ninja dist`, so if you want to build this release with
1008   autotools (which is supported), you will need to re-run autogen.sh. This
1009   release, and all micro releases in the 2.58.x series, support being built
1010   with Meson or autotools. See:
1011   https://mail.gnome.org/archives/gtk-devel-list/2018-June/msg00012.html
1012
1013 * Fix cancellation of g_subprocess_communicate_async() calls. See !266.
1014
1015 * Drop support for the __int64 type, which further breaks compilation on old
1016   MSVC versions (before VS2013). See #1313.
1017
1018 * Expose GSettings schema directory in gio-2.0.pc as `schemasdir`. See !274.
1019
1020 * Support v3 of the xdg-desktop-portal network monitor API. See !265, !279.
1021
1022 * Fix G_MODULE_SUFFIX on macOS when GLib is built with Meson — it should be `so`
1023   rather than `dylib`. Projects that use Meson and the `g_module_build_path()`
1024   API such as glib-networking should pass `name_suffix:` to `shared_module()` to
1025   ensure that plugins continue to be called libfoo.so on macOS. See !280.
1026
1027 Bugs fixed:
1028  !280 meson: Always set G_MODULE_SUFFIX to `so` on macOS
1029  !266 subprocess: Fix communicate_cancelled signature
1030  !279 Revert "Add a gnet utility" (see !265)
1031  !265 Network monitor again
1032  !274 gio: Provide schemas directory information in pkg-config file
1033  !239 gvariant: Fix more bounds checking in GVariant text format parser
1034  !195 garray: add overflow checks before expanding array
1035  #1497 g_strdup_printf warns on invalid format specifier with G_GUINT64_FORMAT on Win32
1036  !270 autotools: remove support for the __int64 type. See #1313
1037  !267 ci: Add an autotools job
1038
1039 * Translation updates:
1040  Czech
1041  Galician
1042  Indonesian
1043  Italian
1044  Kazakh
1045  Korean
1046  Turkish
1047
1048
1049 Overview of changes in GLib 2.57.3
1050 ==================================
1051
1052 * G_GNUC_MALLOC’s definition has been tightened up to match an updated
1053   definition from GCC. Many uses of G_GNUC_MALLOC which were previously
1054   appropriate may cause miscompilation with newer GCC versions. Check your uses
1055   of it against the updated documentation. See #1465.
1056
1057 * Many minor documentation fixes.
1058
1059 * Fix for gint64 and int64_t compatibility on macOS and BSD. See #972.
1060
1061 * Fix free space metadata on some file systems (notably FAT). See #328.
1062
1063 * Support installed-tests with our Meson build system. See #1444.
1064
1065 * Forbid @filename@/@basename@ in glib-mkenums templates, which is a change to
1066   its long-standing behaviour (which was long-standing nonsensical). See !241.
1067
1068 * Various stat() fixes on Windows. See #1452, #1476.
1069
1070 * MinGW-w64 ABI warning: In case you build 64 bit glib without LFS support by
1071   passing --disable-largefile (not the default) and use GStatBuf, you need to
1072   rebuild your application as the size of GStatBuf has changed for this case.
1073   See #1476.
1074
1075 * Improve TAP compatibility of g_test_incomplete(). See #1474.
1076
1077 * Change fallback preferences when loading icons. See !72.
1078
1079 Bugs fixed:
1080  !263 build: Clean files left behind after gio/tests/gresource.c test
1081  !262 gmem: Only evaluate pointer argument to g_clear_pointer() once
1082  #1465 Many uses of G_GNUC_MALLOC are incorrect
1083  #1448 g_error does not abort() as documented
1084  #1494 g_clear_pointer may not use the correct calling convention with its callback
1085  #972 Mismatch between gint64 and int64_t on 64-bit macOS/BSD
1086  !251 gtestdbus: Fix watcher crash on FreeBSD
1087  #1492 gcc-8: -Wcast-function-type: new warnings for g_list_copy_deep()
1088  !252 tests: fix gnotification tests broken due to the recent icon name fallback changes
1089  #328 filesystem::{free,size,used} not set for full FAT fs
1090  !248 network monitor portal: update properties initially
1091  #1373 Incorrect transfer annotation for g_binding_unbind.
1092  #1444 the meson build doesn't support installed tests
1093  #1027 Fix trashing on overlayfs
1094  #1454 gvdb does not treat corrupt files as empty as promised; dconf suffers
1095  !243 tests: Explicitly set TZ=UTC for g_time_val_from_iso8601() testing
1096  #1488 ‘O_CLOEXEC’ undeclared (first use in this function)
1097  !241 glib-mkenums: forbid @filename@/@basename@ in fhead and ftail
1098  !240 gtimer: Ensure arithmetic is correctly signed for ISO 8601 parsing
1099  #1452 GFileInfo: unable to retrieve correct modification time of links and mounted volumes on Windows
1100  !234 DOC: Documentation fix in GTask description
1101  #1363 Meson: Review cross compilation properties
1102  !225 gtimer: Add overflow checks to g_time_val_from_iso8601()
1103  !230 gbookmarkfile: Fix some more minor leaks when metadata elements are repeated
1104  !229 Fix up g_bytes_compare() documentation
1105  #1476 g_stat - possbile memory corruption causing SEGFAULT
1106  !199 Update TLS documentation
1107  #1474 g_test_incomplete() makes test_case_run() return FALSE
1108  #1475 glib/tests/atomic.c test_types() trips -Werror=bad-function-cast on Debian armel
1109  #1472 Test for BROKEN_IP_MREQ_SOURCE_STRUCT is broken on Windows / Mingw
1110  !220 date test: Use g_test_skip(), not g_test_incomplete()
1111  #1467 malloc difference causes refstring test to fail on FreeBSD
1112  !230 gbookmarkfile: Fix some more minor leaks when metadata elements are repeated
1113  #1466 Not Able to Build glib 2.57.2 in Mingw-w64 x64 bits
1114  #1433 test_posix_parse: assertion failed (g_time_zone_get_abbreviation (tz, 0) == "UTC"): ("LMT" == "UTC")
1115  #1446 Follow-up from "Document difference between g_assert() and g_assert_*() wrt G_DISABLE_ASSERT"
1116  !206 grefstring: Avoid an unnecessary NUL assignment
1117  #1458 g_volume_get_mount returns NULL value after g_volume_mount_finish is called with no error
1118  !72 gio: icons should fallback to non-preferred style appropriately.
1119
1120 * Translation updates:
1121  Brazilian
1122  Chinese (Taiwan)
1123  French
1124  German
1125  Lithuanian
1126  Polish
1127  Romanian
1128  Turkish
1129
1130
1131 Overview of changes in GLib 2.57.2
1132 ==================================
1133
1134 * Require pcre 8.31
1135 * Require meson 0.47.0
1136
1137 * Bugs fixed:
1138  742456 Add g_steal_pointer() convenience function to mark ownership...
1139  795569 MinGW CI: fix tests
1140  796341 gmem.h: Use typeof() in g_steal_pointer() macro
1141  #1013 Support for per-session overrides
1142  #1360 glib-mkenums breaks if option specified but no nick
1143  #1175 Add names and tags to various GSources and GTasks constructed in GLib
1144  #903 g_main_context_wait() not deprecated in API, but emits a g_critical()...
1145  #786 Fix memory leaks in libgio tests
1146  #927 gio/gresource.c:do_lookup check for terminating "/"
1147  #976 Document difference between g_assert() and g_assert_*()...
1148  #1447 glib 2.57.1: test_month_names: assertion failed...
1149  #1407 Update to Unicode Character Database 11
1150  #1455 glib python tools have full python path in shebang, limits to 128 characters
1151  #1459 Missing g_return_val_if_fail in g_async_queue_timeout_pop
1152
1153 * Translation updates:
1154  Friulian
1155  German
1156  Romanian
1157  Spanish
1158
1159
1160 Overview of changes in GLib 2.57.1
1161 ==================================
1162
1163 * New api:
1164  - g_hash_table_steal_extended
1165  - G_GNUC_NO_INLINE 
1166
1167 * Bug fixes:
1168  668132 Use libmount and expose mount options on GUnixMountEntry type
1169  736741 Update private copy of valgrind.h
1170  748620 g_regex_* utf-8 validity requirements are not stated clearly
1171  784995 meson: some Windows improvements
1172  788771 NODELETE missing when built with meson
1173  788773 meson does not install correct pc files
1174  789968 Add g_autoptr() support for GTypeClass
1175  794325 Various fixes to compile on OSX
1176  795152 gdesktopappinfo: Mark GDesktopAppInfo constructors as nullable.
1177  795165 Add g_date_time_get_timezone() and g_time_zone_get_identifier()
1178  795180 Investigate performance impacts of recent compiler features on hot functions
1179  795302 Add g_hash_table_steal_extended() API
1180  795376 Add g_ptr_array_steal()
1181  795544 Add binary/textfile/zero size detection
1182  795569 MinGW CI: fix tests
1183  795636 gitlab-ci: generate test coverage reports
1184  795735 Fix comparison for GVariant property values
1185  795802 gdbus-codegen doesn't accept --output-directory with --output for --body and --header
1186  795849 gwin32: Fix detection of MinGW32 vs MinGW-w64
1187  795876 meson: Fix checks for posix_memalign and stpcpy
1188  795960 g_format_size_for_display() is deprecated since 2.30
1189  796085 Meson: Many apps breaks on non-glibc because of missing libintl
1190  796138 Fix typo in g_file_info_set_attribute docs
1191  796139 Add g_autoptr() support for GParamSpec
1192  796164 Fix atomic ops check in meson.build
1193  796186 Typo: "instead off" in gsignal.c
1194  796213 Meson: Fail to build on macosx
1195  796220 meson: do not run atomic test with msvc
1196  796264 Add android CI
1197  796325 meson: Add exception for atomic ops test for Android
1198  796328 gengiotypefuncs.py: Read and parse files in binary mode 
1199
1200 * Translation updates:
1201  Czech
1202  Indonesian
1203
1204
1205 Overview of changes in GLib 2.57.0
1206 ==================================
1207
1208 * Bug fixes:
1209  739424 Rewrite kqueue GFileMonitor backend to drop threading
1210  751826 Use g_get_language_names() for other locale categories
1211  788773 meson does not install correct pc files
1212  793400 g_application_id_is_valid() not strict enough
1213  793578 gdatetime tests depend on Japanese translation of month names
1214  793645 test_month_names: Updated translations needed for el_GR, hr_HR, ru_RU
1215  793729 gitlab-ci: Add Windows MinGW support
1216  793994 GUnixVolumeMonitor doesn’t show user mounts when run as root
1217  794170 gdbus: hexdecode() and hexencode() do not return/use decoded/encoded s...
1218  794194 gobject_gdb.py: 'address' is a property of gdb.Value not a function
1219  794207 leak: g_socket_listener_add_inet_port increases ref-count on socket-li...
1220  794284 Support whitespace stripping for JSON resources
1221  794285 glib-compile-resources should not noisily g_printerr() when xmllint is...
1222  794473 Remove duplicated option in gio.xml
1223  794506 glib-mkenums: Enters infinite loop if using typedef enum SomeIdentifier
1224  794528 Fix segfault caused by use-after-free in GPollFileMonitor
1225  794555 glib meson build fails on MinGW due to misdetected functions
1226  794557 gtkdoc-scangobj fails on gio in meson builds
1227  794606 glib-2.56.0 fails to compile when res_nquery is not available
1228  794635 gmacros: Don't define bogus __has_* macros
1229  794636 G_HAVE_GNUC_VISIBILITY is defined in meson MinGW builds
1230  794686 Date (except weekday) displayed in English
1231  794732 Fix various compiler warnings 
1232
1233 * Translation updates
1234  Hungarian
1235  Slowak
1236  Slovenian
1237  Spanish
1238
1239
1240 Overview of changes in GLib 2.56.0
1241 ==================================
1242
1243 * Bugs fixed:
1244  672777 Error in gdummyfile.c
1245  732184 GObject: warn on use of deprecated properties
1246  733338 Don't segfault in GNetworkMonitor when IPv6 support is unavailable
1247  742124 g_data_input_stream_read_upto()'s documentation should say that the...
1248  749206 GDateTime: month names in the genitive case
1249  768507 simplify qguark functions
1250  791457 Slow transfer rate when writing to smb/cifs
1251  793272 fix GCC 8.0's -Wcast-function-type warnings
1252  793300 g_hash_table_add() return value change in 2.40 not mentioned in docs
1253  793399 Fix some cases of -Wduplicated-branches
1254  793555 -Wimplicit-function-declaration when using g_abort()
1255  793565 GLib does not compile on macOS 10.13 due to .m file naming
1256  793597 gdbus-tool: Make --dest optional for emit again
1257  793635 Enable CI for GLib
1258  793880 gnetworkmonitor: Minor fixes based on code review 
1259  793578 gdatetime tests depend on Japanese translation of month names 
1260  794180 test_month_names fails unless installed
1261
1262 * Translation updates:
1263  Brazilian Portuguese
1264  British English
1265  Catalan
1266  Czech
1267  Danish
1268  Dutch
1269  Finnish
1270  French
1271  Friulian
1272  Galician
1273  German
1274  Hungarian
1275  Indonesian
1276  Italian
1277  Kazakh
1278  Korean
1279  Lithuanian
1280  Polish
1281  Scottish Gaelic
1282  Serbian
1283  Serbian Latin
1284  Spanish
1285  Swedish
1286  Turkish
1287
1288
1289 Overview of changes in GLib 2.55.2
1290 ==================================
1291
1292 * GFile now has API to get the path without copying
1293
1294 * A network monitor implementation for Windows has been added
1295
1296 * Bugs fixed:
1297  520116 g_utf8_strlcpy()
1298  584284 g_data_input_stream_read_until_async behaves confusingly different f...
1299  605700 request for g_key_file_get_locale()
1300  658713 ngettext (plural forms) needed for "Message has %d file descriptors ...
1301  685442 windows GNetworkMonitor implementation
1302  723003 gsettings list-recursively reports some keys multiple times
1303  749583 GSequence performance improvements
1304  757284 Move G_DIR_SEPARATOR* and G_SEARCHPATH_SEPARATOR* into glibconfig.h
1305  760324 [PATCH] gkeyfile.c: find_file_in_data_dirs fails to return the path ...
1306  761102 Increase performance for main loop
1307  767976 GFile: Add g_file_peek_path()
1308  770335 gdbus-codegen: generated getter for 'ao' property is actually (trans...
1309  772989 Totem allows invalid urls that might cause segfault that's irrecover...
1310  790698 convert: test failure on NetBSD
1311  791015 gdbus-codegen: Split generation of header and source
1312  791622 Disable strict-aliasing in GLib
1313  792050 GResolver is not thread-safe
1314  792217 Deprecate GTlsClientConnection:use-ssl3
1315  792338 meson, autotools: figure out if mem barrier is needed for arm64 host...
1316  792351 gbookmarkfile: check length before dereferencing groups
1317  792364 gdbus-threading test method-calls-in-thread: assertion failed (elaps...
1318  792370 GNetworkMonitor: Rename "network-changed" signal argument
1319  792410 GDateTime new_from_iso8601 test broken in 2.55 on i386
1320  792432 flush stdout after logging (debug) messages
1321  792455 Improve docs of GSequence
1322  792499 deadlock on startup with TCP session bus
1323  792516 gconvert: More consistent handling of embedded NUL bytes
1324  792777 g_notification_set_urgent() unconditionally sets G_NOTIFICATION_PRIO...
1325  792780 gbytes should reference toplevel bytes when slicing with g_bytes_new...
1326  792856 off64_t isn't a part of C standard
1327  792862 gpollableoutputstream: document side effects of WOULD_BLOCK on D/TLS
1328  792903 Clarification between g_try_.. functions and their counterparts
1329  793006 High CPU load for GUnixMountsMonitor consumers
1330  793026 possible mem leak in g_mutex_impl_new
1331  793074 g_message() does not get -Wformat warnings when compiling with G_LOG...
1332
1333 * Translation updates:
1334  Hungarian
1335  Indonesian
1336  Polish
1337
1338
1339 Overview of changes in GLib 2.55.1
1340 ==================================
1341
1342 * Build:
1343  - The --enable-rebuilds configure option has been removed
1344  - The --with-charsetalias-dir configure option has been added
1345
1346 * GList and GSList now have autoptr support
1347
1348 * The gsettings list-schemas command has gained a --print-paths option
1349
1350 * Bugs fixed:
1351  346816 Refactor LIBDIR in libcharset Makefile
1352  508976 Does g_slist_sort preserve the order of equal elements?
1353  562334 2.18.2 break libglade on Solaris
1354  662802 systemtap multiarch issue
1355  684282 Add support static link of GIO modules
1356  692034 Install an invalidation notifier for GClosure in g_source_set_closure()
1357  694723 Get rid of REBUILD stuff in configure.ac
1358  697715 floating point precision problem in check test gst/gstvalue
1359  701156 testgobject assumes that the priv data follows the instance data
1360  720380 Segfault when using GDBusMenuModel on a peer-to-peer connection
1361  724383 glib: document restrictions on various foreach() functions
1362  724412 GLib mappedfile.c test uses g_get_user_runtime_dir instead of a tempo...
1363  724794 Fix "on on" typo in tap-driver.sh comment
1364  732003 gnode: Eliminate implicit signed-to-unsigned integer conversion
1365  734479 G_VALUE_HOLDS etc. cause -Wcast-qual warnings for a const GValue *
1366  737677 gmain: Make GSourceCallback thread-safe
1367  741167 gdbus-codegen fix for boxed out parameters
1368  748534 gtest: if a subprocess assertion fails, print its stdout and stderr
1369  749527 add weak pointer helpers similar to g_set_object
1370  749652 compilation errors with gcc 4.8
1371  754634 Update the list of Linux filesystem magic numbers used in get_fs_type
1372  756011 Fix up annotations for GBookmarkFile
1373  761102 Increase performance for main loop
1374  773980 GIR scanner doesn't interpret array type properly
1375  776147 gio/glocalfilemonitor.c doesn't handle case G_FILE_MONITOR_EVENT_MOVE...
1376  776195 -z nodelete configure check does not work on Solaris
1377  777075 Potential leak of memory pointed to by 'list'
1378  779413 Translated X-Geoclue-Reason string not used in a dialog window
1379  780309 gio/tests/appinfo build fails: gdesktopappinfo.c skipped on OS X
1380  780893 Reword licensing header for gdbus-codegen
1381  782057 Unit tests fail in run-assert-msg-test.sh
1382  784995 meson: some Windows improvements
1383  786796 gtk-doc build fails with meson
1384  788806 Impossible to build static glib via meson
1385  788936 Show mime type icons on OS X
1386  790416 g_date_time_format returns empty string on %r with German locale
1387  790588 Generated file missing from .gitignore
1388  790697 g_object_ref API should propagate parameter type
1389  790785 glib-tap: Add missing mkdir for .test generation rule
1390  790829 glib-genmarshal --body must not generate alias implementations
1391  790830 Mismatch between number of interface methods in text and example code
1392  790837 Meson: missing many configure options
1393  790839 GApplication command line: lacks parameter_string, summary and descri...
1394  790877 fix non-portable check in G_GNUC_CHECK_VERSION
1395  790894 Do not connect to the session bus when trying GProxyResolverPortal io...
1396  790896 docs/reference/README has broken link to http://www.gtk.org/rdp/
1397  790914 gdesktopappinfo: Downgrade a warning to a debug message
1398  790934 gtester doesn't handle skipped tests
1399  790948 GSourceFuncs documentation is confusing: when will dispatch be called?
1400  791036 Guard for g_output_stream_vprintf makes no sense
1401  791128 C runtime complains about bad arguments on each g_log() call
1402  791221 po/README.translators has no useful information in 2017
1403  791235 Fix gschema.dtd regarding flags.
1404  791267 Make gschema.dtd usable.
1405  791296 gtester-report: fix range usage when running as python3 app
1406  791318 GBytes: Improve documentation
1407  791325 Gio handling of thumbnail:: attribute namespace causes inconsistent b...
1408  791334 gbinding.c:898: The target object of type GNetworkAddress has no prop...
1409  791337 Crash opening URIs with g_desktop_app_info_launch_uris_with_spawn()
1410  791342 Add autoptr support for lists
1411  791460 meson: fixes for OSX
1412  791532 Implicit declaration of function ‘memcmp’ in gtestutils.h
1413  791622 Disable strict-aliasing in GLib
1414  791720 Criticals in gio/xdp-dbus.h leading to crash under flatpak
1415  791744 gmenumodel test sometimes fails: assertion failed (items_changed_coun...
1416  791745 not immediately clear whether g_test_slow() is in effect by default
1417  791906 GSocketListenerClass.event has wrong signature
1418  792064 gsettings list-schemas --print-paths
1419  792098 Binding: bind_property’s @notify func is nullable
1420  792099 gdbus-test-codegen: Cast to void* to printf "%p"
1421  792129 meson: skip optional linux/unix deps that default to true when buildi...
1422  792322 GLib-GIO:ERROR:gschema-compile.c:51:test_schema: child process (/gsch...
1423  792324 gkeyfile: Document need for KEEP_TRANSLATIONS with get_locale_string()
1424
1425 * Translation updates
1426  Hebrew
1427  Indonesian
1428
1429
1430 Overview of changes in GLib 2.55.0
1431 ==================================
1432
1433 * New API:
1434   - g_clear_handle_id, to simplify removing sources from the default mainloop
1435   - g_file_load_bytes, to make it more convenient to load files into GBytes
1436
1437 * Bugs fixed:
1438  330458 Sample code for the GLib Key-value parser
1439  483341 g_error and friends create warnings when not used in MSVC
1440  569375 g[u]intptr undocumented
1441  573251 documentation for g_seekable_truncate() needs some love
1442  629347 Missing annotations in GFile (was: Perf throws an exception in cur...
1443  630983 [PATCH] Type accuracy for result of strlen() in string utilities.
1444  632953 Clarify documentation of GValueTransform.
1445  636210 Document that pre-unmount is not guaranteed and backend-dependant
1446  656502 type information for GSettings::backend missing from .gir
1447  661442 Nautilus crashes when refreshing home folder after modifying ~/.co...
1448  668035 gtester-report broken with python 2.7.2 and glib 2.30.1
1449  670139 gbytes.c:try_steal_and_unref nit
1450  677233 (transfer full) annotation not correct for g_closure_new_simple re...
1451  679347 glocalfile seems to leak 'fstype'
1452  679467 Mention translation in g_warning() documentation
1453  689323 Variable scoping in gunixmounts.c
1454  691436 glib-mkenums output arch dependent
1455  695681 gsettings bash completion put error messages
1456  705331 AM_PATH_GLIB_2_0 macro fails with -Wstrict-prototypes -Werror
1457  706667 Fix permission denied error when installing from an nfs directory
1458  711809 gdbus-proxy: Fix erroneous timeout during following tests
1459  722256 gslist: Simplified node removal and got rid of some code duplication
1460  723655 Socket source is left in the poll after the socket is closed
1461  723743 g_child_watch_add() doesn't check for non-pids
1462  725014 g_settings_schema_source_ref should check for NULL pointer
1463  727346 docs: Escape some backslashes for markdown
1464  730296 gsignal: Fix a potential NULL pointer dereference
1465  731625 Improve test for darwin printf format-strings
1466  731705 gio/tests/desktop-app-info assumes /bin/true
1467  737278 Clarify relationship of g_application_quit() to hold count
1468  738176 Skip GSpawnChildSetupFunc closures in introspection
1469  740223 source_object for GAsyncResult should be nullable
1470  740791 gio: cannot specify the source when joining a multicast group (IGM...
1471  740826 glib doesn't know fuse filesystems
1472  742548 configure.ac: stay out of autoconf's namespace
1473  742997 Don't skip invalid enum values in schemas
1474  745723 -Wunused-but-set-variable work-around no longer sufficient
1475  749371 Use a GHashTable as a set when possible
1476  751738 Unused-variable warnings in glib/tests/autoptr.c
1477  752239 Missing dependency for python files in build file
1478  752240 Add DTLS support to GIO
1479  753459 GDateTime: Add conversion functions from/to ISO 8601 strings
1480  753521 g_subprocess_launcher_set_environ misses argument annotations
1481  754026 gfileutils: add some sanity checks
1482  756009 'const gchar* const *' gets incorrectly defaulted to utf8
1483  756103 Skip g_base64_decode_step() in introspection
1484  756128 Fix up annotations in gconvert
1485  756430 g_rw_lock_reader_lock() can return without locking, or error
1486  756470 Fix up annotations in gdataset.c
1487  756588 Fix up annotations on data/qdata API of GObject
1488  760022 Memory leak in gvariant-parser.c
1489  760109 [PATCH] Invalid GDate can't be g_boxed_copy()'d
1490  760716 Fix documentation regarding <glib/gprintf.h>
1491  765063 Update annotations for gio
1492  765552 Please set serial in .m4 files to prevent autoreconf failure on up...
1493  767215 GCC version number is interpreted as start of a list in docs for g...
1494  767239 Tautological comparisons in convert tests
1495  769674 some GIO tests' arbitrary timeouts are too short
1496  769846 gmessages: Add timestamp to g_log_writer_format_fields()
1497  770459 Tutorial article is slightly wrong
1498  773355 Incorrect documentation about stopping a signal emission from a hook
1499  774083 spelling mistakes in glib: charater
1500  776562 Add Intel C Compiler support for G_GNUC_BEGIN/END_IGNORE_DEPRECATI...
1501  777308 GModule win32: disable error dialog popup
1502  777310 gio/gasynchelper.c: fix cast from pointer to smaller int type on w...
1503  777956 gmessages: Update advice for G_LOG_DOMAIN
1504  779182 xdg-open fails with gio open for some uris
1505  779501 Type of GIConv given wrongly on web
1506  780202 introspection: Don't expose GValueArray.free
1507  780296 xdg-open/gnome-open doesn't work if service isn't started
1508  781598 gstdio.h should #include what it needs to work
1509  781867 various gvfsd-* wants to look in /boot/efi, causes unnecessary/ina...
1510  783210 build: Switch to sassc for generating style
1511  783270 Improve Visual Studio support for Meson builds
1512  783825 Suggest that asynchronous operations should invoke the callback in...
1513  786737 No g_variant_get() example for dicts
1514  786785 Commit #fe2a9887a8 breaks gdbus-codegen, cannot find its module so...
1515  787271 Make GListModel usable from G-I bindings
1516  787485 g_tls_backend_supports_dtls () returns true when the backend doesn't
1517  787551 Factor out some duplicated code in GParamSpec validation
1518  787581 tests: Add tests for g_slist_copy() and g_slist_copy_deep()
1519  787671 meson: Fix permissions of installed scripts
1520  787731 g_file_query_filesystem_info() wrongly reports "filesystem::readon...
1521  788138 glib-compile-resources: Fix leak of a GHashTable
1522  788180 G_FILE_ATTRIBUTE_ID_FILE is useless on W32
1523  788270 gmodule - failed to load symbol on Android 64bit
1524  788368 Race condition in GDbusObjectManagerClient
1525  788384 gtypes: Fix signedness of __builtin_bswap() usage
1526  788385 gtestutils: Explicitly cast args to g_assertion_message_cmpnum()
1527  788401 PATCH: MacOS build cannot detect content type from content - xdgmi...
1528  788467 Fatal errors and warnings should be reported as TAP
1529  788488 GFile-based API for g_build_filename()
1530  788489 gmain: add g_clear_source API
1531  788561 Document how to integrate GTest into your project
1532  788594 gdbus-tool doesn’t handle non-message-bus connections correctly
1533  788705 Allow building GLib on older Linux platforms
1534  788766 fixed a doc-typo in socket_get_remote_address
1535  788772 meson installs gdb scripts incorrectly
1536  788863 Add more filename type annotations for strings which can contain f...
1537  788880 gunixmounts: Update list of virtual file systems to ignore
1538  788927 Expose better API for detecting ‘system’ mounts
1539  788936 Show mime type icons on OS X
1540  788948 Document Autotools best practices for genmarshal/mkenums
1541  788975 Meson + Visual Studio: Can't find zlib.h with subprojects/zlib
1542  788978 Document XML has a syntax error
1543  788989 Use subdir-objects with Autotools
1544  788990 Include licensing information in output from glib-mkenums, glib-ge...
1545  789087 gint and guint misrepresented as functions
1546  789170 GFormatSizeFlags should have a value for bits
1547  789245 g_settings_bind() not conforming to lifecycle specification
1548  789444 Fix handling of length in g_utf8_make_valid
1549  789637 glib-mkenums: Fails when --ouput file does not exist
1550  789681 meson: Libmount support not built
1551  789723 [PATCH] gdbus-codegen: Call abspath() earlier
1552  789755 g_get_host_name: ensure return value is always UTF8 encoded
1553  789820 GPollFileMonitor is not cleaning up correctly
1554  790015 docs: Various linking and syntax fixes
1555  790030 GResource/GVariant fails to load from non-pointer aligned memory
1556  790093 gio-tool: fix inverted logic in monitor tool
1557  790126 gengiotypefuncs.py is missing from tarballs
1558  790147 build: Drop data-to-c.pl in favour of data-to-c.py
1559  790157 gmessages: Give examples of G_DEBUG with gdb in the documentation
1560  790272 file: add g_file_load_bytes()
1561  790275 avoid temporary string allocations in g_resources_enumerate_children
1562  790310 speedup path canonicalization in GResourceFile
1563
1564 * Translation updates:
1565  Catalan (Valencian)
1566  Czech
1567  German
1568  Nepali
1569  Norwegian bokmål
1570  Slovak
1571  Slovenian
1572  Spanish
1573
1574
1575 Overview of changes in GLib 2.54.0
1576 ==================================
1577
1578 * Bugs fixed:
1579  780861 Crash in GnomeWallClock
1580  786983 Please make the output of gio-querymodules deterministic
1581  787109 Valgrind false positive in ioctl() in btrfs file copy
1582  787123 glib: Slighty update GIOChannel documentation
1583  787146 GMainLoop: match of parameter pair of LOCK_CONTEXT/UNLOCK_CONTEXT
1584
1585 * Translation updates:
1586  Basque
1587  Catalan
1588  Romanian
1589  Swedish
1590
1591
1592 Overview of changes in GLib 2.53.7
1593 ==================================
1594
1595 * Bugs fixed:
1596  736710 remove unnecessary executions of libtool from configure
1597  785260 gio/tests/appmonitor fails if local dir not writeable
1598  786456 g_subprocess_wait[_check]_async() breaks when cancelled...
1599  786555 g_array_free() is not thread safe w.r.t. g_array_unref()
1600  786580 gdesktopappinfo.c: Add Tilix as a fallback terminal
1601  786807 g_uuid_string_random undefined when built with meson
1602
1603 * Translation updates:
1604  Brazilian Portuguese
1605  Catalan
1606  Czech
1607  Danish
1608  Finnish
1609  French
1610  Friulian
1611  German
1612  Italian
1613  Kazakh
1614  Korean
1615  Latvian
1616  Nepali
1617  Polish
1618  Spanish
1619  Turkish
1620
1621
1622 Overview of changes in GLib 2.53.6
1623 ==================================
1624
1625 * Bugs fixed:
1626  766358 glib doesn't respect XDG_* envvars on W32, ever
1627  783270 Improve Visual Studio support for Meson builds
1628  785955 pthread_setname_np misdetected with meson
1629  786060 Sequences documentation does not make it clear...
1630  786360 gobject: add autoptr support for GClosure
1631  786452 crash on Linux without stderr stream
1632  786460 gio-tool: Unify buffer sizes
1633  786462 Use g_output_stream_write_all instead of while
1634  786463 gio-tool-save: Prevent overwriting error
1635
1636 * Translation updates:
1637  Catalan
1638  Galician
1639  Hungarian
1640  Indonesian
1641  Lithuanian
1642  Nepali
1643  Serbian
1644
1645
1646 Overview of changes in GLib 2.53.5
1647 ==================================
1648
1649 * Bugs fixed:
1650  695573 Untranslatable strings in glib-compile-schemas
1651  725950 GApplication: call dbus_unregister only once, and before destruction
1652  731703 giomodule test misbuilds its test modules as libraries
1653  769135 External control for g_test_add/g_test_run
1654  779332 Rewrite mkenums in Python
1655  779607 Race between mounts-changed signal and g_unix_mounts_get() function
1656  784000 Improve strerror_r() detection
1657  784815 Map G_NOTIFICATION_PRIORITY_HIGH to NOTIFY_URGENCY_NORMAL
1658  784965 Use the glib preset for i18n in Meson
1659  784995 meson: some Windows improvements
1660  785113 glib-mkenums Python port fixes
1661  785130 G_LOG_DOMAIN shouldn't be left undefined for applications
1662  785438 Spurious -Wmaybe-uninitialized in gdatetime.c
1663  785468 glib/gpoll: Unnecessary if conditional included in the poll_rest() function
1664  785520 Replace advice to use removed gdk_spawn functions
1665  785577 clobbers errno while setting GError
1666
1667 * Translation updates:
1668  Slovenian
1669  Spanish
1670
1671
1672 Overview of changes in GLib 2.53.4
1673 ==================================
1674
1675 * Unicode support has been updated to Unicode 10.0.0
1676
1677 * glib-genmarshal and glib-mkenums have been rewritten in python.
1678   Every effort has been made to keep compatibility. Please report
1679   problems related to these tools
1680
1681 * GLib can now be built with meson. autotools are still supported
1682
1683 * Bugs fixed:
1684  722047 drop makefile.msc?
1685  733821 g_strerror() uses strerror(3) instead of strerror_r(3)
1686  773842 g_utf8_find_next_char() won't signal the end of a NUL-terminated string
1687  779332 Rewrite mkenums in Python
1688  780095 g_utf8_get_char_validated() stopping at nul byte even for length specified...
1689  780634 Remove remaining old codepage ABI comapt code
1690  783841 test_GDateTime_new_from_timeval_overflow fails on 32 bit systems
1691  784000 Improve strerror_r() detection
1692  784020 GKeyFile – Add array length annotations to to_data(), get_keys() and get_g...
1693  784037 gio: Mention the ALL_METADATA flag in g_file_copy()
1694  784433 gdbus-codegen with variant type parameters result in nested variant
1695  784456 Update to Unicode 10.0.0
1696  784528 Rewrite glib-genmarshal in Python
1697  784579 Calling g_dir_open on Missing Directory When Executable File Path Contains...
1698  784581 docs: Fix cut'n'paste error in g_resources_get_info() doc
1699  784739 Minor typo in configure error message
1700  784792 Just fixing a little typo in comments
1701
1702 * Translation updates:
1703  Hebrew
1704
1705
1706 Overview of changes in GLib 2.53.3
1707 ==================================
1708
1709 * Bugs fixed:
1710  658446 Add translation comment for wrong password notice string
1711  661926 Improve the default logging setup in GLib
1712  674885 type initialisation deadlock in GObject
1713  775593 GIO cannot write symlinks on FreeBSD and NetBSD
1714  776169 Various gio-tool fixes
1715  776333 Fix annotation on g_file_copy_async()
1716  776504 Upgrade license from LGPLv2+ to LGPLv2.1+
1717  777307 race condition between gdbus signal callback and g_bus_unwatch_name...
1718  778422 gsubprocesslauncher: Clarify the behavior of set_environ()
1719  781301 Stack pointer corrupted by incorrect call of NtNotifyChangeMultipleKeys
1720  782336 Add additional documentation of the GResource XML format
1721  782996 build: Use AM_TESTS_ENVIRONMENT rather than TESTS_ENVIRONMENT
1722  783061 GApplication: Remove some unused members
1723  783130 Make dbus activation sandbox-aware
1724  783193 Adapt to OpenURI api change
1725  783201 gdbus-codegen: Apply --output-directory to generated docs as well
1726  783340 win32: port monotonic times to use QPC
1727  783350 length parameter can be NULL g_data_input_stream_read_line
1728  783392 incorrect (out) annotation for g_dbus_interface_info_generate_xml
1729  783593 GGtkNotificationBackend should use /org/freedesktop/DBus to call Ge...
1730
1731 * Translation updates:
1732  Esperanto
1733  German
1734  Indonesian
1735  Kazakh
1736  Spanish
1737
1738
1739 Overview of changes in GLib 2.53.2
1740 ==================================
1741
1742 * A few new number parsing functions have been added:
1743   - g_ascii_string_to_signed
1744   - g_ascii_string_to_unsigned
1745   These have better error handling than the existing ones.
1746
1747 * glib-mkenums now supports /*< private >*/ and /*< public >*/
1748
1749 * GSettings now consider XDG_DATA_HOME in addition to XDG_DATA_DIRS.
1750
1751 * Bugs fixed:
1752  674885 type initialisation deadlock in GObject
1753  698064 Add g_ptr_array_contains()
1754  732000 gdatetime: Remove an unnecessary NULL pointer check
1755  734946 Implement GContentType on OSX
1756  741335 Possible differences in use of XDG_DATA_DIRS versus XDG base directory specification
1757  748263 Use-after-free in g_dbus_connection_call_internal()
1758  776876 gmodule – Various Android bug-fixes
1759  777030 build error where minor() and major() cant be resolved in gio/gdbusmessage.c
1760  780300 gio/gosxappinfo.c uses deprecated LSFindApplicationForInfo
1761  780309 gio/tests/appinfo build fails: gdesktopappinfo.c skipped on OS X
1762  781755 Avoid compiler warnings in generated marshallers code
1763  781826 portal support: Read /.flatpak-info
1764  781830 Fix some typos and errors in GVariant documentation
1765  781847 Use-after-free under send_message_with_reply_cleanup():gdbusconnection.c:1792
1766  781867 various gvfsd-* wants to look in /boot/efi, causes unnecessary/inappropriate auto...
1767  782068 doc: Trivial typo fixes
1768  782075 gtimer: Handle gmtime() failure in g_time_val_to_iso8601()
1769  782089 gdatetime: Fix overflow checks when constructing from timestamps
1770  782162 Support public/private trigraph in glib-mkenums
1771  782237 make check error
1772  782311 inode/directory is treated as a subclass of application/octet-stream
1773  782628 libmount build dependency check not requiring the right version?
1774
1775 * Translation updates:
1776  Hungarian
1777  Indonesian
1778  Spanish
1779
1780
1781 Overview of changes in GLib 2.53.1
1782 ==================================
1783
1784 * The gdbus tool gained a wait command
1785
1786 * g_unix_signal_source_new support SIGWINCH now
1787
1788 * There are now g_enum_to_string and g_flags_to_string functions
1789
1790 * A new function to instantiate objects: g_objet_new_with_properties
1791
1792 * GParameter and related APIs have been deprecated
1793
1794 * Bug fixes
1795  447907 enum/flags from string + type transform + tests
1796  668962 GUnixMountPoint/GUnixMountEntry not usable through gobject-introspection
1797  669355 gdbus-codegen output contains stray semicolons at file scope (forbidden in C99)
1798  674885 type initialisation deadlock in GObject
1799  698064 Add g_ptr_array_contains()
1800  709865 Add boxing to GParameter
1801  725894 build: Include gettext libraries for static compilation on Mac OS X
1802  734946 Implement GContentType on OSX
1803  741229 gio: Handle NULL cached properties in NetworkManager monitor
1804  745971 gdbus-tool: Add a command to wait for a well-known name on the bus
1805  755046 gfileutils: Add precondition checks to g_file_test()
1806  761102 Increase performance for main loop
1807  761889 GDateTime: %p does not always print AM/PM string
1808  766660 Please clarify the extent to which GInitable, GAsyncInitable must be idempotent
1809  769534 g_unix_signal_source_new does not support SIGWINCH
1810  772221 Take advantage of Unicode
1811  775879 g_log_default_handler should not check G_MESSAGES_DEBUG
1812  776169 various gio-tool fixes
1813  777961 Documentation for g_app_info_equals() could be clearer
1814  778049 race in gsource detected by TSan
1815  778207 gio-querymodules: fix memory leak
1816  778287 G_MODULE_EXPORT and -fvisibility=hidden
1817  779409 Fix false positive g_warning() in remove_filter()
1818  780066 g_base64_encode_close() in glib/gbase64.c produces invalid base64 encoding
1819  780095 g_utf8_get_char_validated() stopping at nul byte even for length specified buffers
1820  780306 Unused function in gunicollate.c for CARBON
1821  780310 g_tls_database_verify_chain doesn't set the GError for failures other than cancell...
1822  780384 gio/tests/contenttype fails on OS X: "public.directory" != "public.folder"
1823  780441 Make the portal implementation of g_app_info_launch() synchronous
1824  780634 Remove remaining old codepage ABI comapt code
1825  780908 gobject: remove duplicate GType sanity check
1826  780924 Memory leak in gdbusmethodinvocation.c
1827  781125 gio-tool: Fix errors format string
1828  781234 the buffer written to by g_input_stream_read is not marked as an out parameter
1829  781298 gfileutils.c:330:3: error: ISO C90 forbids mixed declarations and code
1830
1831 * Translation updates
1832  Catalan
1833  Friulian
1834  German
1835  Hebrew
1836  Indonesian
1837  Polish
1838  Russian
1839
1840
1841 Overview of changes in GLib 2.52.0
1842 ==================================
1843
1844 * Bug fixes:
1845  779799 gdatetime test fails with tzdata 2017a
1846  780032 Add missing attributes to two functions
1847  780144 gio/fam: Remove leftover debug print
1848
1849 * Translation updates:
1850  French
1851  Friulian
1852  Latvian
1853
1854
1855 Overview of changes in GLib 2.51.5
1856 ==================================
1857
1858 * OS X implementations of GContentType and GAppInfo
1859   have been added
1860
1861 * Bugs fixed:
1862  673047 gunicollate is broken on OS X (patch included!)
1863  734946 Implement GContentType on OSX
1864  747146 Implement GNotification on OSX
1865  769983 glib-mkenums generates non-reproducible Makefile snippets
1866  777203 gnulib license information is not correct in glib2.0
1867  778515 Crash in the gio kqueue backend
1868  779456 Make g_utf8_make_valid optionally take a length
1869
1870 * Translation updates:
1871  Danish
1872  Friulian
1873  German
1874  Hungarian
1875  Korean
1876  Lithuanian
1877
1878
1879 Overview of changes in GLib 2.51.4
1880 ==================================
1881
1882 * Memory leak fixes
1883 * Fix the released tarball
1884
1885
1886 Overview of changes in GLib 2.51.3
1887 ==================================
1888
1889 * Bugs fixed:
1890  771997 gchecksum: Add SHA-384 support
1891  778422 gsubprocesslauncher: Clarify the behavior of set_environ()
1892  778581 gdbus-codegen: Fix -Wconversion warning
1893  778801 gdbus-codegen: Add --outdir flag
1894  778991 Plug a mem leak in gdbusauth
1895  779183 g_io_extension_point_get_extensions should check for NULL pointer
1896
1897 * Translation updates:
1898  Basque
1899  Chinese (Taiwan)
1900  Danish
1901  Indonesian
1902  Italian
1903  Serbian
1904
1905
1906 Overview of changes in GLib 2.51.2
1907 ==================================
1908
1909 * Minimal support for UUIDs has been added
1910
1911 * A new file attribute, G_FILE_ATTRIBUTE_RECENT_MODIFIED has been added
1912   to improve sorting of recent files
1913
1914 * Bugs fixed:
1915  639078 UUID support feature request
1916  777135 gkeyfile: Be more specific about error codes in documentation
1917  777307 race condition between gdbus signal callback and g_bus_unwatch_name...
1918  777481 goutputstream: docs: fix typos
1919  777493 g_mkdtemp() not introspectable
1920  777507 Recent view sorting incorrectly
1921  777592 Add minor examples to GDBus and GVariant documentation
1922  778002 race in gdbusprivate.c detected by the ThreadSanitizer
1923  778096 race in gdbusconnection reported by TSan
1924
1925 * Translation updates:
1926  Norwegian bokmål
1927  Polish
1928  Simplified Chinese
1929  Slovak
1930  Spanish
1931  Swedish
1932
1933
1934 Overview of changes in GLib 2.51.1
1935 ==================================
1936
1937 * glib-compile-resources grew a --generate-phony-targets flag
1938
1939 * GLib now installs a valgrind suppressions file for GLib and GIO
1940
1941 * Bugs fixed:
1942  666114 should have infrastructure to run its tests under valgrind
1943  729730 GDBusMessage: Fix segfault if DEBUG_SERIALIZER is enabled
1944  730932 statically assert that reasonable assumptions about enums are true
1945  735731 gobject: Document behaviour of GType checking macros on NULL
1946  736810 gdbus: Fix leak in g_dbus_message_print()
1947  762283 GSocket – Fix race conditions on Win32 if multiple threads are waiting on cond...
1948  767609 Test suite problems
1949  767952 g_dbus_method_invocation_return_*, g_dbus_method_invocation_take_error: They d...
1950  769672 Assert threads for testcase 642026 are sucessfully created
1951  769745 gtask: Add guards for public functions
1952  770175 Add command line argument to mkenums and genmarshal to write output to a file
1953  770646 glib: Namespace global tapset variables by soname
1954  772160 Add g_unix_mount_for() support
1955  772989 Totem allows invalid urls that might cause segfault that's irrecoverable
1956  773823 gio: Bump copy buffer size to 256k by default
1957  774086 fix g_main_context_check declaration
1958  774368 Dependency file output of resource scanner breaks Ninja
1959  774421 Two minor patches
1960  774520 GSocket allocates and processes control messages even if not requested
1961  775309 Crash in gdbusauth
1962  775468 Improve log write supports color method on windows
1963  775510 testing with -fsanitize=undefined reports various undefined behaviour
1964  775517 Password input is echoed in the terminal
1965  775621 gmessages: Fix compilation on Android
1966  775765 FDO notification withdrawal backend sends wrong ID to the server
1967  775913 subprocesslauncher: potential infinite loop in verify_disposition()
1968  776198 Stray semicolon after g_variant_print() function in gvariant.c
1969  776586 License headers cleanup
1970  777077 Use of memory after it is freed
1971
1972 * Translation updates:
1973  Brazilian Portuguese
1974  Czech
1975  Galician
1976  German
1977  Hebrew
1978  Kazakh
1979  Lithuanian
1980  Spanish
1981  Swedish
1982
1983
1984 Overview of changes in GLib 2.51.0
1985 ==================================
1986
1987 * glib-genmarshal and glib-mkenums have gained --output options
1988   for better build system integration
1989
1990 * New API: g_utf8_make_valid
1991
1992 * Bugs fixed:
1993  591603 Make _g_utf8_make_valid public
1994  610969 Nice to have g_utf8_make_valid as public
1995  767882 Bit shift overflow (-Wshift-overflow) warning in gparam.h
1996  769135 External control for g_test_add/g_test_run
1997  769630 gfile: G_FILE_MONITOR_WATCH_MOVES was actually introduced in 2.46
1998  772160 Add g_unix_mount_for() support
1999  772221 Take advantage of Unicode
2000  773303 GApplication leaks option_strings 
2001
2002 * Translation updates:
2003  French
2004  Galician
2005  German
2006  Hungarian
2007  Lithuanian
2008  Norwegian bokmål
2009  Occitan
2010  Polish
2011  Slovak
2012  Turkish
2013
2014
2015 Overview of changes in GLib 2.50.1
2016 ==================================
2017
2018 * Update Unicode support to Unicode 9.0.0
2019
2020 * Bugs fixed:
2021  662946 gunixmounts monitoring doesn't work correctly with libmount
2022  771591 Update to Unicode 9.0.0
2023  772054 glib/gspawn-win32-helper.c: unexpected behavior re CommandLineToArgvW()
2024  772255 gresolver: Mark GResolver as an abstract class
2025  772269 Add --version options to glib-compile-resources and glib-compile-schemas
2026  772297 completion: Complete gsettings describe
2027  772511 g_log_default_handler crashes windows apps with "Unspecified fatal err...
2028
2029 * Translation updates:
2030  Brazilian Portuguese
2031  Catalan
2032  Croatian
2033  Czech
2034  Danish
2035  Hungarian
2036  Italian
2037  Latvian
2038  Polish
2039  Swedish
2040
2041
2042 Overview of changes in GLib 2.50.0
2043 ==================================
2044
2045 * Bugs fixed:
2046  771438 Turn on libmount by default on linux
2047         Fix the annotation for g_log_variant
2048
2049 * Translation updates:
2050  British English
2051  French
2052
2053
2054 Overview of changes in GLib 2.49.7
2055 ==================================
2056
2057 * Add g_log_variant, binding-friendly api for structured logging
2058
2059 Bugs fixed:
2060  646926 arg_data invalid after g_option_context_parse() fails
2061
2062 * Translation updates:
2063  Danish
2064  Finnish
2065  Galician
2066  German
2067  Hebrew
2068  Kazakh
2069  Korean
2070  Latvian
2071  Lithuanian
2072  Polish
2073  Portuguese
2074  Serbian
2075  Slovak
2076  Spanish
2077  Swedish
2078  Thai
2079
2080
2081 Overview of changes in GLib 2.49.6
2082 ==================================
2083
2084 * The gsettings commandline tool now has a describe command
2085
2086 Bugs fixed:
2087  745754 Add gcc-style dependency output to glib-compile-resources
2088  769076 Fix warning: attempt to override closure->va_marshal with new marshal
2089  770372 gdbus-codegen: Strip @since parameters before comparison
2090
2091 Translation updates:
2092  Brazilian Portuguese
2093  Czech
2094  German
2095  Hungarian
2096  Polish
2097  Portuguese
2098  Spanish
2099
2100
2101 Overview of changes in GLib 2.49.5
2102 ==================================
2103
2104 * Structured logging:
2105  - drop libsystemd dependency
2106  - document that g_test_expect_message does not work with structured logs
2107
2108 * Use libmount for unix mount support
2109
2110 * Add an async variant of g_app_info_launch_default_for_uri
2111
2112 Bugs fixed:
2113  522053 GUnixMountMonitor needs to use /proc/self/mountinfo on recent Linux
2114  682794 Add usage guidance to logging documentation
2115  744456 Structured logging API
2116  766370 Add a macro for initializing g_auto(GVariantBuilder)
2117  767240 Regex failures with pcre 8.38
2118  768198 Can't build glib with systemtap enabled
2119  768453 Gdbus test: compilation fails due to -Werror=format-y2k errors
2120  768752 Add async variant of g_app_info_launch_default_for_uri
2121  769027 Docs misleadingly imply G_CHECKSUM_SHA512 is available since 2.16
2122  769029 gmessage: compiler complains about -Wformat-nonliteral
2123  769042 'O_CLOEXEC' undeclared (first use in this function)
2124  769087 gmessages: support NULL log domain
2125  769089 Fix gsettings uint64 testcase
2126  769104 Build failure when using _GLIB_CHECKED_ADD_U32 with the Intel compiler
2127  769139 g_log_writer_journald uses non-standard 'htole64' function
2128  769238 memory increases every time I umount and mount my secondary hard disk.
2129  769245 is_valid_heap_iter define misses NULL pointer check
2130  769507 gmessages: Don’t require is_journald() call before writer_journald()
2131  769785 gmessages: Expand documentation further for structured logging
2132  769995 gdbus-codegen: Allow '@since: UNRELEASED' in documentation comments
2133
2134 Translation updates:
2135  Catalan
2136  Hebrew
2137  Lithuanian
2138  Slovak
2139  Spanish
2140
2141
2142 Overview of changes in GLib 2.49.4
2143 ==================================
2144
2145 * Change the just-introduced structured logging API. The arguments
2146   of g_log_structured() had to be reordered to enable an implementation
2147   within the limits of what the standards guarantee about var args.
2148
2149 Bugs fixed:
2150  744456 Structured logging API
2151  768936 gio doc build fails because of missing gio.xml in the tarballs
2152  768963 improper va_list use in g_log_structured()
2153  768968 gio/tests/socket-listener hangs since e4ee307
2154
2155 Translation updates:
2156  Spanish
2157
2158
2159 Overview of changes in GLib 2.49.3
2160 ==================================
2161
2162 * GLib has a structured logging API, g_log_structured, with support
2163   for writing to the systemd journal. It also supports colored output
2164   in terminals
2165
2166 * Some new GBytes API has been added:
2167  - g_key_file_load_from_bytes
2168  - g_compute_hmac_for_bytes
2169
2170 * Stack-allocated GVariantBuilder and GVariantDict objects can now be
2171   initialized with G_VARIANT_BUILDER_INIT and G_VARIANT_DICT_INIT
2172
2173 * gio:
2174  - Add a way to register handlers for custom uri schemes
2175  - Add a G_FILE_ATTRIBUTE_FILESYSTEM_REMOTE attribute to
2176    have these heuristics in a single place
2177  - Include a gio tool that makes the functionality of the
2178    various gvfs commandline tools available in a single place
2179  - Add portal support to g_app_info_launch_default_for_uri
2180  - Add portal support to GNetworkMonitor
2181  - Add portal support to GProxyResolver
2182  - Add portal support to g_application_send_notification
2183
2184 Bugs fixed:
2185  547200 g_utf8_find_next_char() issues
2186  662802 systemtap multiarch issue
2187  723506 fork/exec from non-main thread when autolaunching could be avoided...
2188  725902 build: simplify dtrace configuration
2189  728207 gsocketservice: Documentation does not mention that is already act...
2190  729914 instead of DEBUG_CODE and IF_DEBUG, provide a common macro to supp...
2191  744456 Structured logging API
2192  744678 Unable to delete relocatable schemas
2193  746685 clarify that g_variant_get_data() can be used instead of g_variant...
2194  747134 glib-compile-resources --generate should detect common C++ file ex...
2195  750257 GSettings changed signal should clearly state the order required
2196  753231 Memory is potentially used after free
2197  754012 missing filename in "Error loading css: Failed to import: Error op...
2198  760115 gtestutils: add missing dash in seed argument's --help documentation
2199  760423 gio-querymodules prints error messages as question marks on some l...
2200  761102 Increase performance for main loop
2201  765338 GLib.compute_hmac_for_data throws every time
2202  766370 Add a macro for initializing g_auto(GVariantBuilder)
2203  766899 Superflous HTML/XML comments in GDBusProxyTypeFunc documentation s...
2204  766933 GSocketAddress leaks in gnetworkmonitornetlink.c:read_netlink_mess...
2205  767765 Add names and tags to various GSources and GTasks constructed in GLib
2206  767880 gkeyfile: add g_key_file_load_from_bytes() API
2207  767887 vfs: add g_vfs_register_uri_scheme()
2208  767949 [patch] Typos in glib docs
2209  768029 infinite loop in parse_name_internal()
2210  768119 Fix fallout from get_supported_schemes() changes
2211  768357 Build the gio tool on Windows/MSVC
2212  768498 portal support for glib
2213  768504 keyfile: g_key_file_get_double behavior doesn't follow documentation
2214  768549 Test failure: test_ip_sync_dgram
2215  768551 Test failure: test_socket_address_to_string
2216  768560 gio/tests/gsettings: fix GSettings reference leaks in some tests
2217  768780 O_PATH is a non-standard flag which may be unavailable on non-Lin...
2218  768806 gdbus tool must swallow -- argument
2219
2220 Translation updates:
2221  Chinese (Taiwan)
2222  French
2223  Hebrew
2224  Indonesian
2225  Lithuanian
2226  Portuguese
2227  Spanish
2228
2229
2230 Overview of changes in GLib 2.49.2
2231 ==================================
2232
2233  * GMainContext and GTask have gained more systemtap probes
2234
2235 Bugs fixed:
2236  673101 resource compiler dependency generation not working for gen...
2237  700756 GFile.new_for_path arguments misses (type filename) annotation
2238  730187 glocalfileoutputstream: Fix an FD leak in an error path
2239  755439 Memory leak in gdbusproxy.c
2240  759813 Add more SystemTap/DTrace probes for main context and GTask
2241  761810 gio: Support using GDBusObjectManagerServer at path ‘/’
2242  767172 docs: Move GIO_USE_VFS to "okay for production" section
2243  767218 Remove a UTF-8 ellipsis from gsignal.h
2244  767245 Add filename type annotations
2245  767824 Some UTC timezones incorrectly recognized on Windows 7
2246
2247 Translation updates:
2248  Occitan
2249
2250
2251 Overview of changes in GLib 2.49.1
2252 ==================================
2253
2254  * GDesktopAppInfo now allows bus activation with dashes. This is
2255    not technically allowed per the Desktop Entry specification, but
2256    it happens in the wild. Rather than forcing people to go through
2257    another traumatic desktop file rename, accept it and translate - to _.
2258
2259  * The support for giving names to threads has been improved. Thread names
2260    are now supported on Solaris as well, and the Linux support no longer
2261    uses prctl() but the pthread api.
2262
2263  * GIO resources can now be overridden at runtime, using the G_RESOURCE_OVERLAYS
2264    environment variable.
2265
2266  * gdbus-codegen can now generate autocleanup definitions for the types
2267    it generates. Use the --c-generate-autocleanup option to control this
2268
2269 Bugs fixed:
2270  665446 Use g_abort() instead of abort()
2271  731988 glocalfile: Avoid a potential NULL pointer dereference
2272  742898 g_value_type_transformable() description differs from the code
2273  747107 GVariant varargs documentation: g_variant_get() example
2274  747478 g_system_thread_set_name() is not implemented for gthread-win32
2275  748474 g_get_language_names() is not thread-safe
2276  748530 gthread: W32 implementation of g_get_num_processors() has lame fallback
2277  748806 GVariant: Better introduction to the concepts and its uses
2278  749583 GSequence performance improvements
2279  749606 tests: always remove app.desktop
2280  755898 [PATCH] settings: add get/set uint64
2281  758174 Fix documentation typos
2282  758738 Usage of GType properties causes crashes due to gulong/gpointer mismatch
2283  760186 namespace clash with gdb pretty-printing code
2284  762994 Race condition in GIO/AppFileChooser crashes Firefox/Gtk3
2285  763379 codegen: Add support for g_autoptr to gdbus-codegen–generated objects
2286  763821 build: Also dist Systemtap files always for gobject/
2287  764092 gstrfuncs: Document the behaviour of g_strjoinv()
2288  764163 g_task_had_error doesn't remember the error after g_task_propagate_*
2289  764415 Very High CPU usage in g_poll() Windows implementation
2290  764574 build: Fix all statfs() tests failing
2291  764575 tests: Fix compilation errors due to Y2K format problems
2292  764685 GApplication documentation about handling command-line options is confusing
2293  764754 '-' in application id: unbreak bus activation and notifications
2294  765173 documentation of g_main_context_push_thread_default() regarding GIO...
2295  765668 GResources: add support for resource overlays
2296  765710 gdbus-tool: only print note about expected argument types if that...
2297  765712 tests: Fix compilation
2298  765861 task: avoid context lock when setting source name
2299  765900 Add g_drive_is_removable() support
2300  765924 Improve external drives detection
2301  765959 socket: set fd field to -1 after closing socket
2302  765990 Visual Studio: Define inline only when necessary
2303  765991 Compilation of gresource.c is broken due to S_ISDIR
2304  766092 Incorrect locale handling in g_date_time_format_locale()
2305  766211 Fix the upper bound in g_unichar_iswide_bsearch
2306  766407 Some build-related defects in glib testsuite
2307  766570 build: Fix a misnamed variable in glib-tap.mk
2308
2309 Translation updates:
2310  Basque
2311  Catalan
2312  Chinese
2313  Occitan
2314  Portuguese
2315  Turkish
2316  Vietnamese
2317
2318
2319 Overview of changes in GLib 2.48.0
2320 ==================================
2321
2322  * a minor build fix in the name of determinism
2323
2324  * a few coverity fixes
2325
2326 Bugs fixed:
2327  763617 giotypefuncs.c: Sort _get_type functions in the 'C' locale
2328
2329 Translations updated:
2330  Danish
2331  Italian
2332
2333 Overview of changes in GLib 2.47.92
2334 ===================================
2335
2336  * gdbus-codegen now supports g_autoptr()
2337
2338  * g_get_user_runtime_dir() now reliably returns an existing directory
2339
2340  * g_array_remove_range() can now remove 0 items from the end of an array
2341
2342  * Many fixes for Windows
2343    * build fixes
2344    * file monitoring
2345    * gsettings backend
2346    * streams
2347    * random numbers
2348    * wide character support
2349
2350  * documentation improvements
2351
2352  * other small bugfixes
2353
2354 Bugs fixed:
2355  724847 Segmentation fault on "gsettings list-recursively"
2356  743933 gapplication: add --app-id command line option
2357  756706 [PATCH] gio/gtestdbus.c: don't use non-standard %m printf modifier
2358  757506 gsettings: schema_list should use the passed schema's source
2359  760694 W32: Apps linked with -mwindows make cursor busy sometimes
2360  762202 g_win32_error_message improvements
2361  762637 build: Unconditionally dist tapset files
2362  762748 Undefined behavior
2363  762937 Mention that g_clear_error can be used with an "empty" GError
2364  763339 array: Support clearing an empty array with g_array_remove_range()
2365  763344 g_get_user_runtime_dir(): ensure directory exists
2366  763379 codegen: Add support for g_autoptr to gdbus-codegen–generated objects
2367
2368 Translations updated:
2369  Brazilian Portuguese
2370  Czech
2371  Finnish
2372  French
2373  Galician s
2374  German
2375  Greek
2376  Hebrew
2377  Hungarian
2378  Italian
2379  Kazakh
2380  Korean
2381  Latvian
2382  Lithuanian
2383  Occitan
2384  Polish
2385  Russian
2386  Serbian
2387  Slovak
2388  Slovenian
2389  Spanish
2390  Swedish
2391
2392 Overview of changes in GLib 2.47.6
2393 ==================================
2394
2395 * Windows usupport:
2396  - Fixes and improvements to the GSettings registry backend
2397  - Handle readability and writability of registry keys
2398  - Use Unicode registry APIs
2399
2400 * Bugs fixed:
2401 760852 744772 761126 747927 761337 744570 761504 761550 761843
2402  744570 GString is missing (transfer none) annotations on many of its methods
2403  744772 systemtap and gdb scripts install in wrong place
2404  747927 Documentation: various small improvements
2405  760852 gdbusobjectmanagerserver: Clarify recommended ObjectManager paths
2406  761126 winiconv: update to upstream version
2407  761337 Fix some annotations
2408  761504 W32 registry GSettings backend does not use Unicode
2409  761550 Cannot build with default flags under Fedora rawhide (-Werror=format-...
2410  761843 gmacros.h is testing attributes with __has_feature (when compiling wi...
2411
2412 * Translation updates:
2413  Brazilian Portuguese
2414  Bulagarian
2415  Chinese (Taiwan)
2416  Hungarian
2417  Polish
2418  Slovak
2419  Slovenian
2420  Spanish
2421  Swedish
2422
2423
2424 Overview of changes in GLib 2.47.5
2425 ==================================
2426
2427 * the system copy of PCRE is now used by default to implement GRegex.
2428   Configure with --with-pcre=internal if a system PCRE version
2429   is unavailable or undesired.
2430
2431 * interfaces for DTLS support have been added.  A new version of
2432   glib-networking will also be required.
2433
2434 * GDBusMethodInvocation now drops replies if the sender set the
2435   NO_REPLY_EXPECTED flag
2436
2437 * several GApplication fixes, including fixes for commandline arguments
2438   in interpreted languages on Windows
2439
2440 Bugs fixed:
2441  624186 Deprecate glib-gettext macros
2442  734095 gtk-demo.py of PyGObject fails to run on Windows (and likely other binding scripts using g_application_run())
2443  735754 Implement close on TLS GOutputStream
2444  748064 gnulib vfprintf returns desired (not actual) number of bytes, ignores errors
2445  752240 Add DTLS support to GIO
2446  755421 GDBus ignores NO_REPLY_EXPECTED flag in messages, leading to warnings on system bus
2447  756875 Include ntdef.h for NTSTATUS
2448  759554 g_application_run() calls g_main_context_default() repeatidly
2449  760199 gsettings: Install gettext ITS rules
2450  760215 G_LIKELY/_UNLIKELY macros need more parentheses
2451  760683 regex test: Check the expected PCRE exceptions at runtime
2452
2453 Translations updated:
2454  Brazilian Portuguese
2455  Czech
2456  German
2457  Lithuanian
2458  Swedish
2459
2460 Overview of changes in GLib 2.47.4
2461 ==================================
2462
2463 * The GApplication documentation has been improved in several areas.
2464
2465 * Bugs fixed:
2466  749092 gdb pretty-printers fail on Python 3 with a TypeError...
2467  757374 macros: clean up "inline" mess
2468  758641 Memory leak in g_dbus_proxy_new_for_bus_sync()
2469  759134 Add missing checks for gnulib vasnprintf()
2470  759408 Do not use uninitialized var 
2471  756475 Stop supporting non-POSIX getpwuid_r, getgrgid_r
2472  757372 GApplication: destroy the impl on shutdown
2473  728099 macros: add G_GNUC_CHECK_VERSION() for compiler checks
2474  757299 glib-compile-resources: do not leak c_name
2475  758553 Fix gettext use
2476  758823 file monitors: reorder some code to avoid segfault
2477  756214 gsettings: Don't translate ""
2478  710243 Add GParamSpec object ref management annotations
2479  735696 xdgmime: Finer handling for cases where mmap() is not available
2480  752983 gapplication: Acquire the main context before running
2481
2482 * Translation updates:
2483  Swedish
2484
2485
2486 Overview of changes in GLib 2.47.3
2487 ==================================
2488
2489 The inline cleanup in the last release accidentally removed three
2490 symbols from libglib-2.0.so.  It is unlikely that this will have caused
2491 any problems because these symbols were only backup symbols for
2492 definitions exported as inlines in the header files, but ABI is ABI.
2493
2494 This release corrects only this problem.
2495
2496 Overview of changes in GLib 2.47.2
2497 ==================================
2498
2499 * We have formalised the assumption that all compilers that are
2500   interested in support 'static inline' and simplified the macros around
2501   this considerably.  Please watch for and report unintentional fallout.
2502
2503 * New API: hardware-assisted helpers for overflow-checked integer math.
2504
2505 * other fixes
2506
2507 Bugs fixed:
2508  696324 gtester-report doesn't work with Python 3.x
2509  719966 glib: Add missing (nullable) and (optional) annotations
2510  752837 gobject and glib-compile-resources rely on .CRT$XCU section, no longer works with Win 10 UCRT (VS 2015)
2511  755364 make gtkdoc-check happy again
2512  756134 Segmentation fault on calling g_simple_action_group_add_action with bad action constructor call
2513  756179 gwin32.c: Replace VerifyVersionInfoW() with RtlGetVersion() due to API deprecation
2514  756988 GSequence should document each function's complexity
2515  757294 Move G_POLLFD_FORMAT to glibconfig.h
2516  757374 macros: clean up "inline" mess
2517  757451 doc: fix g_task_attach_source() example
2518  757628 gio tests fail to build when cross compiling 2.46.1
2519  757693 Invalid free in g_local_file_trash()
2520  757742 Fix up annotations in ghash.c
2521  758181 GTask: fix wrong example code
2522
2523 Translations updated:
2524  Greek
2525  Hebrew
2526  Hungarian
2527  Norwegian bokmål
2528  Portuguese
2529  Scottish Gaelic
2530  Simplified Chinese
2531  Spanish
2532
2533 Overview of changes in GLib 2.47.1
2534 ==================================
2535
2536 * The Unicode support has been updated to version 8.0 of the Unicode standard
2537
2538 * GDesktopAppInfo no longer sets the DISPLAY environment variable when
2539   launching apps. This is now done in the GAppLaunchContext implementations
2540   when appropriate
2541
2542 * Bug fixes:
2543  664740 Key-value file parser, space after integer
2544  687223 cleverer GThreadPool management
2545  692085 stderr and stdout are not always file descriptors 1 and 2
2546  697907 Add interface for socket-like things (GSocket, DTLS, etc)
2547  735754 Implement close on TLS GOutputStream
2548  737116 Add functions to print GSocketConnectables and addresses as strings
2549  743011 Minor additions to GError documentation
2550  749161 undefined reference to `__imp__stat32i64'
2551  749314 Cannot restore a just-trashed file
2552  751924 Add recvmmsg()-like API on GSocket
2553  752240 Add DTLS support to GIO
2554  752837 gobject and glib-compile-resources rely on .CRT$XCU section, no longer...
2555  753310 Remove `#pragma GCC system_header` from gmessages.h
2556  753935 Update example namespace and class names in GObject tutorial
2557  754855 Object instantiation documentation refers to example that no longer ex...
2558  754983 Wayland: g_desktop_app_info_launch_uris_with_spawn() forces DISPLAY va...
2559  754994 g_date_time_get_second () sometimes returns an off-by-one result
2560  755083 Clarify in G_ADD_PRIVATE that it is safe to call _get_instance_private...
2561  755351 Example still contains g_autoptr(gchar)
2562  755355 Move GStrv to glib.h so it can be used with g_auto()
2563  755374 g_variant_get_child(): flatten-first logic on '&'
2564  755496 glib 2.46 fails GStreamer test suite
2565  755609 glib 2.46.0 breaks Sun Java JVM 1.8.0.60
2566  755766 gvalue: The g_auto cleanup function assert if value is G_VALUE_INIT
2567  755795 2.46 considers empty files as octet-stream rather than text (leads to...
2568  755961 Fix up annotations in gbytes.c
2569  756053 MSVC doesn't understand the symbol 'msghdr'
2570  756054 MSVC linker error due to 'g_socket_send_message_with_timeout()'
2571  756077 testutils: remove internal ABI comment
2572  756099 g_main_context_query(): Annotate @n_fds as (in) parameter
2573  756139 musl: ctors called in the wrong order
2574  756179 gwin32.c: Replace VerifyVersionInfoW() with RtlGetVersion() due to AP...
2575  756251 The documentation of G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START is confusing
2576  756255 GOutputStream swallowing errors in splice with G_OUTPUT_STREAM_SPLICE...
2577  756316 GSequence should provide fast api to check if empty
2578  756382 snprintf used on Windows with VS2015 doesn't support %n
2579  756477 gio/gthreadedresolver.c has outdated copy of bionic headers (for android)
2580  756550 gtypes.h: Make G_MININTn literals negative
2581  756875 Include ntdef.h for NTSTATUS
2582  756952 giomodule: return a copy of module name
2583
2584 * Translation updates:
2585  Basque
2586  Czech
2587  Serbian
2588  Serbian Latin
2589  Vietnamese
2590
2591
2592 Overview of changes in GLib 2.46.0
2593 ==================================
2594
2595 * Disable runtime-deprecation warnings
2596
2597 * Fix marshalling of flags on bigendian 64bit architectures
2598
2599 * Translation updates
2600  Brazilian Portuguese
2601  Danish
2602  German
2603  Latvian
2604  Russian
2605  Turkish
2606
2607
2608 Overview of changes in GLib 2.45.8
2609 ==================================
2610
2611 * utf8 validation and utf8-to-ucs4 conversion are faster
2612
2613 * Small speedups to property change notification
2614
2615 * Various other small optimizations for GQuark, GData
2616
2617 * Bugs fixed:
2618  696426 GParamSpecTypeInfo do not need to be static
2619  735429 Cleanup MSVC Project Files Generation
2620  738504 Optimize UTF-8 decoding by unrolling branches and expressions
2621  742903 Add missing (transfer) annotation to GString
2622  748633 g_set_object order of operations
2623  754431 Fix build of glib/gstrfuncs.c on Windows
2624  754560 gioerror: Add more mappings for WinSock error codes
2625  754582 Glib cannot compile
2626  754601 Make g_strerror work with non-glibc POSIX systems
2627  754636 tests/unicode-encoding test fails for glib 2.45.7 on x86-64
2628  754788 more g_strerror stuff
2629  754831 autocleanups: Add GString type
2630  754924 Improve test coverage of g_utf8_validate() by added known-...
2631  754986 Avoid unnecessary signal emission during draw
2632
2633 * Translation updates:
2634  Italian
2635  Kazakh
2636  Korean
2637  Lithuanian
2638  Slovenian
2639  Swedish
2640
2641
2642 Overview of changes in GLib 2.45.7
2643 ==================================
2644
2645 * Add G_FILE_ATTRIBUTE_STANDARD_IS_VOLATILE for use by non-POSIX-like
2646   backends (e.g. cloud storage).
2647
2648 * GFileMonitor: Make the inotify backend work with atomic renames again
2649
2650 * GSettings: change notification is again working unconditionally
2651
2652 * GListStore has a sort function now
2653
2654 * Test infrastructure:
2655  - Tests are now required to have unique names
2656  - TAP support has been improved
2657  - A macro for asserting that two memory regions have identical content
2658    has been added
2659
2660 * Bugs fixed:
2661  708525 A "g_file_query_info" on the file path "/sys/kernel/debug/hid"...
2662  742849 inotify: send paired events to both sides
2663  744060 Update GObject tutorial documentation to use G_DECLARE_FINAL_T...
2664  747364 Fix GError leak in g_file_query_writable_namespaces()
2665  749492 Support file creation time on FreeBSD and NetBSD
2666  752769 (g_socket_receive_message | g_socket_send_message) performance
2667  753745 glib-genmarshal still needed for cross-compilation
2668  754152 Add g_list_store_sort
2669  754211 Memory leak in g_file_enumerator_iterate ()
2670  754264 GLib 2.44 certificate chain construction fails if the PEM incl...
2671  754283 gtestutils: add g_assert_cmpmem()
2672  754284 gtestutils: print the TAP test plan first, not last
2673  754286 misc gtestutils fixes
2674  754307 size of array '_GStaticAssertCompileTimeAssertion_3387' is neg...
2675
2676
2677 * Translation updates:
2678  Chinese (Taiwan)
2679  French
2680  Galician
2681  Greek
2682  Hebrew
2683  Hungarian
2684  Indonesian
2685  Polish
2686  Portuguese
2687
2688
2689 Overview of changes in GLib 2.45.6
2690 ==================================
2691
2692 * Fix a test failure and a build failure
2693
2694 Overview of changes in GLib 2.45.5
2695 ==================================
2696
2697 * GNetworkMonitor now provides information about metered networks
2698
2699 * g_mem_set_vtable has been deprecated; it has not been working for
2700   quite a while. The recommendation is to use valgrind, or replace
2701   malloc itself.
2702
2703 * Bugs fixed:
2704  656325 Make GDBusInterfaceVTable binding friendly
2705  741779 Documentation tweaks addressing real-world API misuses
2706  741822 Fails to build with VS 2015
2707  742386 gdbusconnection: Don't g_printerr() when exiting
2708  743018 gobject: Add more cross-links between documentation pages
2709  750282 Add g_network_monitor_get_network_metered() to get if the connection...
2710  751358 GFileMonitor doesn't react to "mv some-file watched-file"
2711  751592 Stop using GMemVtable
2712  751598 Stop 'handle-local-options' propagation when callback reports an err...
2713  751610 g_str_hash produces collisions with strings of length 2
2714  751751 Wrong docs of g_async_queue_remove
2715  752210 gdbus command crashes with SIGSEGV
2716  752656 gdbusconnection: Fix signal subscription documentation
2717  752767 Fix typo in g_hash_table_replace() documentation
2718  753278 gdbus: Don't use g_assert_no_error() GDBusObjectManagerServer
2719  753285 g_menu_item_set_icon fails if called with NULL icon
2720
2721 * Translation updates:
2722  Catalan
2723  Czech
2724  French
2725  Indonesian
2726  Lithuanian
2727  Norwegian bokmål
2728  Slovak
2729  Spanish
2730  Thai
2731  Turkish
2732
2733
2734 Overview of changes in GLib 2.45.4
2735 ==================================
2736
2737 * Bugs fixed:
2738  727829 win32: glibconfig.h.win32 updates
2739  741901 Clang cannot know that g_error don't return
2740  746339 GSocket kills process when fd is not a socket
2741  747676 gio/tests/socket fails: test_fd_roundtrip
2742  748610 Some tests fail with non-English locales
2743  749911 g_inet_address_to_string broken on XP/2003
2744  749912 g_inet_address_new_from_string broken on XP/2003
2745  750625 Should dismiss Software Updates Available notification after...
2746  750807 G_BREAKPOINT doesn't work as intended on Darwin
2747  751160 gtask does unnecessary work
2748  751672 -Wduplicate-decl-specifier in glib/tests/keyfile.c
2749  751731 GFile/DirectoryMonitor emit move events with other_file=NULL
2750  751737 gio/tests/appmonitor test fails in 2.45.3
2751  751798 Wrong enum type used in some test-cases
2752  752089 make gsocketservice::active a property
2753  752293 small cleanup: use list_free_full
2754
2755 * Translation updates:
2756  Greek
2757  Hebrew
2758  Portuguese
2759
2760
2761 Overview of changes in GLib 2.45.3
2762 ==================================
2763
2764 * Improve performance of g_signal_handler_disconnect for signals
2765   with many handlers
2766
2767 * GDBus has gained a new call flag to allow interactive authorization
2768
2769 * GSettings:
2770  - New API: g_settings_schema_list_keys
2771  - Deprecated: g_settings_list_keys
2772
2773 * OS X:
2774  - Implement GNotification
2775  - Bump the OS X requirement to 10.9
2776
2777 * Windows:
2778  - Add registry reading API
2779  - Reimplement GAppInfo using registry information
2780
2781 * Bugs fixed:
2782  666831 Support URI opening on W32
2783  728489 property action with inverted boolean state
2784  730168 Incorrect annotation on g_action_group_get_action_state_type return...
2785  733325 Several regex tests fail with pcre3 8.35
2786  734888 GLib has no helper functions to work with W32 Registry
2787  737009 signal handler lookup doesn't scale
2788  738185 Misleading language about "file name encoding" in the docs on g_env...
2789  738504 Optimize UTF-8 decoding by unrolling branches and expressions
2790  739122 glib not handling -1 return ("no limit") from sysconf (_SC_THREAD_S...
2791  739424 gnome-shell crashes when files are added, deleted, or modified in $...
2792  739616 DBus; Add new call flag to allow interactive authorization
2793  740308 Add g_settings_schema_list_keys() method
2794  740516 RFE: please provide an introspectible version of g_log_set_handler
2795  741788 Document GSettings build system integration
2796  745013 GBinding not thread safe
2797  747146 Implement GNotification on OSX
2798  747941 try XDG_RUNTIME_DIR/bus before falling back to X11 autolaunch (dbus...
2799  748727 Filechooser dialog shows no icons for directories on W32
2800  749693 GActionGroupExporter: flush queue on requests
2801  750203 GNetworkMonitorNetlink hangs in user namespace
2802  750322 gapplication: Make sure --help output is translated
2803  750344 GTlsInteractionClass is missing from doc
2804  750369 Various GBinding cleanups
2805  750386 Race condition in g_io_condition_get_type
2806  750399 Typo "equilalent" in glib documentation's glib-Error-Reporting.html...
2807  750573 GTlsDatabaseClass is not documented
2808  750918 genmarshal: silence register storage class warnings
2809  751122 gsocket: avoid unnecessary g_socket_cond_wait() in _send_messages()
2810  479730 The "g_key_file_set_comment" interface prepends '#' character to...
2811
2812 * Translation updates:
2813  Hungarian
2814  Spanish
2815
2816
2817 Overview of changes in GLib 2.45.2
2818 ==================================
2819
2820 * Improve error reporting in glib-compile-schemas.
2821
2822 * Add introspection annotations to GListStore.
2823
2824 * Bugs fixed:
2825  696749 win32 : failed to compile because of careless mistake in the code
2826  723394 const parameter to GtkPopover gtk_popover_set_pointing_to
2827  724113 gdbus-connection-loss test can fail on slow machines
2828  725981 tap-driver.sh: internal error getting exit status
2829  733325 Several regex tests fail with pcre3 8.35
2830  744895 Unknown or unsupported transport 'this-should-not-be-used-and-will...
2831  747882 gtype: Bump allowed number of children
2832  748534 gtest: if a subprocess assertion fails, print its stdout and stderr
2833  748612 de_DE locale used in option-context test is not supported by FreeBSD
2834  748614 Double unref in g_socket_listener_add_inet_port
2835  748834 glocalfilemonitor: Emit notification on rate limit change
2836  749079 gdbus-peer test: TCP tests can fail with ECONNRESET due to a race...
2837  749080 gdatetime test: fails if close to rollover between seconds
2838  749180 gnetworkaddress: add return type annotation to parse methods
2839  749352 g_binding_unbind() fails when source is also the target
2840  749353 GBinding does not connect to the detailed notify signal
2841
2842 * Translation updates:
2843  Catalan
2844  French
2845  Slovak
2846  Thai
2847
2848
2849 Overview of changes in GLib 2.45.1
2850 ==================================
2851
2852 * The GSettings schema compiler, glib-compile-schemas has been changed
2853   to reject schema xml that has duplicate <summary> or <description>
2854   elements. Such elements typically occur when translations are merged
2855   into the schema, with xml:lang attributes. This is not the correct
2856   way to translate schemas. Instead keep the translations in the .mo
2857   file and set the gettext-domain attribute on the <schemalist> element.
2858
2859 * The file monitoring infrastructure has been rewritten, and all backends
2860   have seen major improvements.
2861
2862   The inotify backend is reporting events with less delay (no event will
2863   be delayed more than 10ms) and wakeups due to file monitoring have been
2864   significantly reduced. A CHANGES_DONE event will also be sent when new
2865   files appear.
2866
2867   The poll implementation is now using the thread default main context.
2868
2869   The fam implmentation is now running in the worker thread.
2870
2871   The fen implementation has been removed, since it was unmaintained.
2872
2873 * The GSettings schema compiler, glib-compile-schemas, is more strict
2874   about rejecting schemas with xml:lang style merged translations.
2875   Schema translations should be done by specifying the gettext domain
2876   in the xml, and keeping the translations in gettext. To avoid breaking
2877   already-installed schemas, this change is only taking effect when
2878   you use the --strict option.
2879
2880 * The hardcoded 10-thread limit of GTask's thread pool has been removed,
2881   since it was prone to causing deadlocks. The thread pool is now allowed
2882   to grow dynamically and will shrink back over time.
2883
2884 * GSimpleAsyncResult has been deprecated in favor of GTask.
2885
2886 * The algorithm used by GAppInfo to find default handlers for mime types
2887   has been tweaked to prefer apps that handle the specific subtype over
2888   default handlers for a generic supertype.
2889
2890 * Bug fixes:
2891  627285 inotify file monitor hardwired delay
2892  631597 Segmentation fault in append_escaped_text
2893  661767 merge/improve various bits of run-in-thread functionality
2894  687223 cleverer GThreadPool management
2895  711547 win32: silence some build warnings
2896  719966 glib: Add missing (nullable) and (optional) annotations
2897  726447 Possibly an error in text string
2898  728663 W32: wrong stat struct is used when built with MinGW-w64
2899  728669 W32: GLocalFile can't measure size of files larger than 2^32...
2900  730188 gsocket: Document FD ownership with g_socket_new_from_fd()
2901  733325 Several regex tests fail with pcre3 8.35
2902  738207 Add a way to set SO_SENDBUF and SO_RECVBUF on listener (and...
2903  739850 GClosure: add valgrind hints
2904  741791 gmain: Save errno when handling unix signals
2905  744282 gvfs-open for application/x-virt-viewer changed behaviour bet...
2906  745255 Add support for copying sessions between GTlsClientConnections
2907  745745 gdbus: fix out-of-bound array access
2908  745821 Don't use __alloc_size__ attribute with clang
2909  746749 GLib-GIO:ERROR:inotify-kernel.c:327:ik_source_dispatch: ass...
2910  746753 Glib-compile-resources --generate-header not using ".h" as ...
2911  747209 glib-compile-schemas ought to reject repeated <summary> and...
2912  747349 Conversion of gdbus to use GTask causes deadlocks
2913  747363 gatomic: Add missing new line in API doc comment
2914  747472 Don't ignore already-installed schemas with multiple <summa...
2915  747541 gdbus segfaults with invalid --dest
2916  747772 Having hardcoded utf8 strings in the source code does not p...
2917  748019 gsocketconnection: Fix copy-pasto in documentation
2918  748177 not all test schemas are distributed, "make distcheck" fails
2919
2920 * Translation updates:
2921  Basque
2922  Czech
2923  Danish
2924  Finnish
2925  German
2926  Hebrew
2927  Icelandic
2928  Norwegian bokmål
2929  Russian
2930  Turkish
2931
2932
2933 Overview of changes in GLib 2.43.92
2934 ===================================
2935
2936 GLib is now considered frozen.  We do not expect any major changes
2937 before the release of 2.44.0.
2938
2939  * GUnixMountMonitor now properly supports multiple main contexts
2940
2941  * many documentation improvements and cleanups.  We are now
2942    approaching a point where the documentation is 100% complete and the
2943    xml will build without warnings.  This will probably be enabled by
2944    default in the next cycle.
2945
2946  * new support for HTTP proxies in GIO
2947
2948  * new GTask:completed property
2949
2950  * use "private" futexes in order to further improve the performance of
2951    the contended case of GMutex and g_bit_lock()
2952
2953 Bugs fixed:
2954  614684 Make various parts of GObject const-correct
2955  730352 Use inet_pton(), if_nametoindex() and if_indextoname() for newer versions of Windows
2956  733876 Proxy protocol 'http' is not supported.
2957  741442 threads: use FUTEX_WAIT_PRIVATE and FUTEX_WAKE_PRIVATE if possible
2958  742599 Clean up GUnixMountMonitor
2959  743636 gtask: Add a GTask:completed property
2960  743661 g_win32_check_windows_version() is missing from doc
2961  744722 docs: Expand introduction to mention using async calls over sync ones
2962  745589 [Patch] gio: add some missing autocleanup
2963  745634 [GNotifications] Use themed icon as icon-name
2964
2965 Translations updated:
2966  Bosnian
2967  Bulgarian
2968  Catalan
2969  Czech
2970  French
2971  German
2972  Greek
2973  Hungarian
2974  Italian
2975  Kazakh
2976  Korean
2977  Latvian
2978  Lithuanian
2979  POTFILESin
2980  Polish
2981  Russian
2982  Serbian
2983  Slovak
2984  Slovenian
2985  Spanish
2986  Swedish
2987  Vietnamese
2988  pa  for Gnome
2989
2990 Overview of changes in GLib 2.43.91
2991 ===================================
2992
2993 We have now added 'g_autofree' as a libgsystem-style autocleanup macro
2994 that calls g_free() on the content of a local variable when it leaves
2995 scope (working only on GCC and clang).
2996
2997 GApplication now has an "is-busy" property, allowing one to query the
2998 effective busy state.
2999
3000 There have been various other bugfixes and cleanups.
3001
3002 Bugs fixed:
3003  661554 GIO's use of GError is wrong
3004  744263 Fix format specifier for __LINE__ in G_OBJECT_WARN_INVALID_PSPEC
3005  744565 gapplication: add bind_busy_property()
3006  744747 Add g_autofree
3007  744756 Can't find out if gapplication is marked as busy
3008  744830 autocleanups: Add GArray and GPtrArray
3009  744876 Unclean exit from from g_application_run
3010  745239 g_property_action_new missing type annotation
3011
3012 Translations updated:
3013  Chinese (Taiwan)
3014  French
3015  Galician
3016  Lithuanian
3017  Slovak
3018
3019 Overview of changes in GLib 2.43.90
3020 ===================================
3021
3022 * new GSimpleIOStream class to construct a GIOStream from an arbitrary
3023   GInputStream and GOutputStream
3024
3025 * GApplication: new API for marking 'busy' state according to the value
3026   of a boolean property on another object
3027
3028 * GOptionGroup: add binding support (boxed type, annotation fixes, etc.)
3029
3030 Bugs fixed:
3031  739724 Test functions should have async scope
3032  741024 glist: Mention that g_list_length() is bad for checking list emptiness
3033  741630 Add GSimpleIOStream class
3034  743349 goption: Add boxed type for GOptionGroup
3035  743990 GDBus connection closing is broken
3036  744565 gapplication: add bind_busy_property()
3037
3038 Translations updated:
3039  Greek
3040  Italian
3041  Norwegian bokmål
3042  Russian
3043  Slovenian
3044  Swedish
3045
3046 Overview of changes in GLib 2.43.4
3047 ==================================
3048
3049 * GType now has type declaration macros G_DECLARE_DERIVABLE_TYPE,
3050   G_DECLARE_FINAL_TYPE and G_DECLARE_INTERFACE, which significantly reduce
3051   the boilerplate needed for GObject types and interfaces.
3052
3053 * g_autoptr and g_auto are macros for declaring variables with automatic
3054   cleanup. They only work with gcc and clang.
3055
3056 * GListModel is a new interface that represents a dynamic list of GObjects.
3057
3058 * GListStore is a GSequence-based implementation of GListModel.
3059
3060 * Support thread names on OS X
3061
3062 * g_simple_action_set_state_hint: New function to set the state hint
3063   of GSimpleActions
3064
3065 * g_win32_check_windows_version: New function to check Windows version
3066
3067 * g_settings_schema_list_children and g_settings_schema_key_get_name
3068   are new functions to complete the GSettingsSchema API.
3069
3070 * Bugs fixed:
3071  389585 G_DEFINE_TYPE hack for header files
3072  729351 Add GListModel
3073  736914 Docs: various fixes and improvements
3074  741807 Add thread name support on OS X and iOS
3075  741895 gwin32: Add Simple API to check whether we are on at least a v...
3076  742456 object: Add g_steal_pointer() convenience function to mark own...
3077  743508 polkitd fails to start: patch for gio/gcredentialsprivate.h
3078  743517 GSettings API is missing some introspection functions
3079  743521 GSimpleAction: add g_simple_action_set_state_hint
3080  743596 G_DECLARE_DERIVABLE_TYPE() should allow additional typedef for...
3081  743640 add __attribute__((cleanup)) support
3082  743827 Fix build of GListModel (on Visual Studio)
3083  743927 GListStore: add sorted insert function
3084  743936 glib: handle unsigned modifier for long long in internal printf
3085  744012 Add GMutexLocker
3086  744190 Fix build on Compilers That Do Not Use inline for Plain C Code
3087
3088
3089 Overview of changes in GLib 2.43.3
3090 ==================================
3091
3092 * add g_set_object() convenience function
3093
3094 * GNetworkMonitor: check if NM is not running and don't crash
3095
3096 * fix some races with g_mkdir_with_parents
3097
3098 * fix some warnings in MSVC
3099
3100 * avoid use of G_STRLOC in G_OBJECT_WARN_INVALID_PSPEC in order to save
3101   on static strings
3102
3103 * fix some content type vs. mime issues
3104
3105 * documentation improvements
3106
3107 * Bugs fixed:
3108  719455  g_file_make_directory_with_parents() can erroneously throw G_IO_ERROR_EXISTS
3109  732439  GSocket: avoid unnecessary g_socket_wait_condition() for blocking sockets
3110  734946  Implement GContentType on OSX
3111  741589  gobject: Add g_set_object() convenience function to set GObject pointers
3112  741653  gnetworkmonitornm: Check if network-manager is running
3113  741654  [patch] gobject: don't use G_STRLOC in G_OBJECT_WARN_INVALID_PSPEC() macro
3114  741707  Gsocket blocks trying to send data
3115  741788  Document GSettings build system integration
3116  742548  configure.ac: stay out of autoconf's namespace
3117  742851  avoid MSVC warnings in G_STMT_END
3118  742972  ggettext: Include an example of setlocale() and friends in the i18n docs
3119  743014  gtestutils: Add an example of using test fixtures 
3120
3121 * Translations updated:
3122  Basque
3123  Brazilian Portuguese
3124  Spanish
3125
3126 Overview of changes in GLib 2.43.2
3127 ==================================
3128
3129 * New function: g_strv_contains
3130
3131 * New function: g_network_address_new_loopback
3132
3133 * New function: g_socket_send_messages
3134
3135 * A new GNetworkMonitor implementation using NetworkManager provides
3136   more detailed connectivity information
3137
3138 * Bugs fixed:
3139   11059 Linux poll issue
3140  664562 captive wifi portal support for GNetworkMonitor
3141  685880 Add g_strv_contains()
3142  712570 Hang in g_threaded_socket_service_func
3143  719646 GSocket: add g_socket_send_messages() to send multiple messages...
3144  728928 Provide separate error code for "Connection reset by peer"
3145  732317 Support GSocketConnectable for loopback addresses
3146  740814 "make check" should ensure that every symbol is documented
3147  740848 Backend subscription fails when connecting to a signal with a d...
3148  741016 gio: add G_IO_ERROR_NOT_CONNECTED
3149  741226 keyfile: Add "in group" to GError message consistently
3150
3151 * Translation updates:
3152  Gujarati
3153  Hebrew
3154  Hungarian
3155  Kannada
3156  Turkish
3157  Vietnamese
3158
3159
3160 Overview of changes in GLib 2.43.1
3161 ==================================
3162
3163 * GQueue now accepts NULL as a sibling in g_queue_insert_before() and
3164   g_queue_insert_after()
3165
3166 * Bugs fixed:
3167   11059 Linux poll issue
3168  726037 Add G_PARAM_READWRITE value to the GParamFlags enumeration
3169  727988 GMemoryOutputStream hangs when writing more than 1GiB
3170  729739 tlscertificate: add support for loading certificate chains
3171  733791 GSettings: delay backend subscription
3172  736286 Clarify g_file_replace behavior with etags
3173  736620 GQueue: accept NULL sibling for insert_before() and insert_after()
3174  737150 GLib-GIO-WARNING **: Failed to parse translated string 'visible-name...
3175  737160 unhelpful error message
3176  738259 GDBusInterfaceVTable: clarify memory handling for the method() virt...
3177  738551 'interface' variable conflicts with Windows defines
3178  738633 Need to disable SSLv3 in glib-networking
3179  740157 <app> --help doesn't work even when options were added
3180  740309 Fix docs in g_strfreev
3181  740413 Fix the GSettings Registry Backend 
3182
3183 * Translation updates:
3184  Norwegian bokmål
3185
3186
3187 Overview of changes in GLib 2.43.0
3188 ==================================
3189
3190 * GObject gained a debug option to provide instance counts. To use it,
3191   set GOBJECT_DEBUG=instance-count and call g_type_get_instance_count().
3192
3193 * GOption now has a strict POSIX mode in which it stops parsing arguments
3194   as soon as a non-option argument is encountered.
3195
3196 * Bugs fixed:
3197  354457 Feature Proposal: Per-Type Statistics for Instantiable GTypes
3198  695082 g_hash_table_remove_all is not save against a call to g_hash_table_remove
3199  723160 GOption: add strict posix mode
3200  728256 gcredentials: add NetBSD support
3201  729739 tlscertificate: add support for loading certificate chains
3202  733338 Don't segfault in GNetworkMonitor when IPv6 support is unavailable
3203  736273 gdesktopappinfo: Use symbolic names in the code
3204  736284 Keep only one list of signal emissions
3205  736806 gtask: Fix reference count loop causing leaks
3206  736914 Docs: various fixes and improvements
3207  737143 Include <stdint.h> in glib/valgrind.h
3208  737259 gcancellable: Clarify that GSources hold references to GCancellables
3209  737338 gmain: Unref child sources when finalising a GSource
3210  737446 tests: Fix some minor leaks in the unit tests
3211  737451 Provide api to read_all_async
3212  737741 g_datalist_id_get_data assertion fails for non-existant keys
3213  737869 GApplication command line handling breaks --help
3214  738170 g_byte_array_new_take() doesn't initialize array->alloc
3215  738197 g_cond_timed_wait() doesn't time out on Mac OS X
3216  738374 gfile: g_file_equal (x, x) is TRUE
3217  738675 GSubprocessLauncher is missing some data on the docs 
3218
3219 * Translation updates:
3220  Bengali (India)
3221  Bulgarian
3222  Gujarati
3223  Italian
3224  Telugu
3225
3226
3227 Overview of changes in GLib 2.42.0
3228 ===================================
3229
3230 All changes in this release are trivial in nature.
3231
3232  - introspection warning fixes
3233
3234  - g_application_add_main_option now uses an enum instead of an 'int'
3235    for the type of a parameter
3236
3237  - added a G_OPTION_FLAG_NONE so that people don't need to use 0
3238
3239  - gresource: Use GError in more places
3240
3241  - gresource commandline tool: improve extraction from multiple sections
3242
3243  - GSource now takes the context lock (if any) in g_source_set_name()
3244
3245  - new documentation to clarify the use of some APIs related to
3246    GVariant, GSource, GApplication
3247
3248  - other minor updates to docs
3249
3250 * Bugs fixed
3251  736683 Thread safety issues with g_main_context_find_source_by_id
3252  736975 [patch] please document that GVariant serialization needs an
3253         out-of-band length field
3254
3255 * Translation updates
3256  Danish
3257  Hindi
3258  Marathi
3259  Punjabi
3260  Serbian
3261  Simplified Chinese
3262
3263 Overview of changes in GLib 2.41.5
3264 ==================================
3265
3266 * Bug fixes:
3267  735819 single native credential struct used for two purposes
3268  735915 glib-building.html uses --enable-gcov instead of --enable-coverage
3269  736350 GDesktopAppInfo: avoid polling on missing desktop dirs
3270  736351 Don't use issetugid() on Android
3271         Fix the default application logic in GDesktopAppInfo
3272  736458 Only use rand_s() when targetting Visual Studio >= 2005
3273
3274 * Translation updates
3275  Galician
3276  Hungarian
3277  Indonesian
3278  Kannada
3279  Latvian
3280  Polish
3281  Russian
3282  Slovenian
3283  Tamil
3284
3285
3286 Overview of changes in GLib 2.41.4
3287 ==================================
3288
3289 * GApplication now has binding-friendly API to handle
3290   commandline options: g_application_add_main_option
3291
3292 * G_GNUC_BEGIN_IGNORE_DEPRECATIONS works with clang
3293
3294 * Bugs fixed:
3295  583330 poll list of mounted file systems (no mtab support)
3296  727455 Command line option parsing from bindings
3297  734126 add G_GNUC_BEGIN_IGNORE_DEPRECATIONS macro for clang
3298  735179 gsocketclient: Handle cancellation between CONNECTING...
3299  735297 Docs claim that GThread struct is deprecated 
3300
3301 * Translation updates:
3302   Assamese
3303   Catalan
3304   Catalan (Valencian)
3305   Czech
3306   French
3307   German
3308   Greek
3309   Hebrew
3310   Korean
3311   Oriya
3312   Traditional Chinese
3313
3314
3315 Overview of changes in GLib 2.41.3
3316 ==================================
3317
3318 * g_clear_pointer and g_clear_object no longer use atomics
3319
3320 * Bugs fixed:
3321  711547 win32: silence some build warnings
3322  725511 Compiled resource files should have the same /-separators everywhere
3323  725513 Some tests fail to build on W32
3324  725514 W32: gfileutils does not preserve errno correctly
3325  725515 test-printf fails on W32
3326  728730 gsocket: Set SO_NOSIGPIPE on sockets on Darwin
3327  729703 Leaks a GError in g_file_move
3328  730932 statically assert that reasonable assumptions about enums are true
3329  732085 gtype: Fast-path for g_type_is_a
3330  732754 GDBusMessage: optimise (de)serialisation of fixed arrays
3331  733345 ginetaddress: Add a precondition to g_inet_address_new_from_string()
3332  733576 Patches from static analysis run on 2.40
3333  733715 glib's configure.ac makes accidentally use of nested function
3334  733934 win32: improve the package installation dir lookup
3335  733960 W32: spawning a console process creates a new window when stdout...
3336  733969 Remove atomic aspects of g_clear_pointer/object
3337  733982 Do not crash when checking whether an instance type is of a given...
3338  734035 gedit hangs up when there's no GSettings key in the registry 
3339
3340 * Translation updates:
3341  Basque
3342  Brazilian Portuguese
3343  Lithuanian
3344  Slovenian
3345  Spanish
3346
3347
3348 Overview of changes in GLib 2.41.2
3349 ==================================
3350
3351 * The Unicode support has been updated to version 7.0
3352   of the Unicode standard
3353
3354 * GNotification now supports priorities for notifications
3355
3356 * GCredentials has gained NetBSD support
3357
3358 * GMutex now uses a faster, native implementation on Linux
3359
3360 * Bugs fixed:
3361  699132 Pluggable event loop backends
3362  720708 g_assert_warning(): number of arguments doesn't match for...
3363  722092 Add GtkApplication resources support
3364  724986 Change gio/data-to-c.pl to /usr/bin/env perl.
3365  727974 Fix up failure-to-see-expected-message logging
3366  728256 gcredentials: add NetBSD support
3367  728401 GDateTime: Add guards to g_date_time_new()
3368  729825 Formatting of g_alloca documentation
3369  729914 instead of DEBUG_CODE and IF_DEBUG, provide a common macro...
3370  730293 clang++-3.4: error: 'register' storage class specifier is ...
3371  731339 giochannel: avoid setting uninitialised length
3372  731424 #ifdef spaghetti for load_user_special_dirs() implementations
3373  731623 GNotification: add support for a priority setting
3374  731929 update tables to unicode 7.0.0
3375  731950 gvalue: New g_value_from_instance
3376  731986 GLib: implement GMutex natively on Linux
3377  732184 GObject: warn on use of deprecated properties
3378  732357 Docs: various fixes and improvements
3379  732429 GActionEntry: improve documentation
3380  732465 Fix build on x64 Visual C++ builds
3381  732704 Docs: various fixes and improvements
3382  732739 ginetsocketaddress: Explicitly initialise flags for getaddr...
3383  732754 GDBusMessage: optimise (de)serialisation of fixed arrays
3384  732984 g_object_ref(NULL) in g_dbus_object_manager_client_finalize
3385  733084 Typos in g_bytes_hash() and g_time_zone_find_interval() docs
3386  733146 spawn helper does not use correctly the parameters 
3387
3388 * Translation updates:
3389  Lithuanian
3390
3391
3392 Overview of changes in GLib 2.41.1
3393 ==================================
3394
3395 * Bug fixes:
3396  697229 Custom Interface implementations will be broken with glib 2.37/38
3397  698614 GObject: prevent installing properties after init
3398  729269 gvariant: Fix confusion between type and format strings in the docs
3399  730198 broken valgrind.h leads to crashes in g_type_free_instance on mingw64
3400  730807 GMutex performance regression
3401  730963 gconvert: mention that the g_convert len should be in bytes
3402  730984 Faster instance type check for fundamentals
3403  731050 <structname> tags appear in documentation
3404  731200 unconditional 'notify' during g_object_set() is problematic
3405  731335 gtype: guard uses of new fundamental type check
3406  731341 gparam: change value of G_PARAM_EXPLICIT_NOTIFY
3407  731366 run-assert-msg-test.sh gdb leaves assert-msg-test zombie
3408  731425 giomodule protects function-call with different token than function...
3409  731513 clang: build failure: implicit declaration of function '__atomic_load_4'
3410  731584 gbookmarkfile: Cleaner error handling code to pacify static analysis
3411  731657 Prevent an invalid @CARBON_LIBS@ from appearing in the .pc files
3412  731979 docs: Correct param to interface's default_init()
3413  731996 Return folder as icon for directories
3414  732002 gwakeup: Clarify buffer sizing in g_wakeup_signal()
3415  732005 Remove unused assignments
3416  732019 gtestdbus: Don’t close stdout for dbus-daemon
3417  732068 gsignal: Add an example to the g_signal_connect_swapped() documentation
3418  732081 gsocket: Document that g_socket_create_source() holds a socket ref
3419  732107 gsocketlistener: Reconsider closing sockets on listener finalisation
3420
3421
3422 Overview of changes in GLib 2.41.0
3423 ===================================
3424
3425 * Many bugfixes found by static analysis, including potential fd leaks
3426   and NULL pointer dereferences.
3427
3428 * Increased use of (nullable) attribute on out values and return types
3429   now that it is supported (mostly from porting Vala metadata).
3430
3431 * use XDG_CURRENT_DESKTOP for OnlyShowIn/NotShowIn handling of desktop
3432   files, deprecating g_desktop_app_info_set_desktop_env()
3433
3434 * add support for g_desktop_app_info_get_implementations() to find
3435   desktop files that have an Implements= line for a given interface
3436
3437 * GHmac has gained SHA-512 support
3438
3439 * support the new mimeapps specification (most notably, moving the
3440   assoications/defaults configuration to ~/.config/mimeapps.list).
3441
3442 * libgobject is now linked -Wl,-z,nodelete when possible to avoid errors
3443   when gobject is used from a module for a program that does not itself
3444   use gobject and that module is unloaded/reloaded
3445
3446 * ... and many other bug fixes.
3447
3448  623552 glib warns if backtrace.py is not present
3449  667468 glib-2.30.2: ipv6 tests fail when no ipv6 support is available
3450  668152 -framework Carbon linker flag not passed to pkg-config .pc files
3451  707298 libgobject should be linked with -Wl,-z,nodelete
3452  712391 Add g_desktop_app_info_get_implementors()
3453  722723 Infinite recursion when calling g_io_stream_close_async() from libsoup
3454  724741 hmac: Fix support for SHA-512 in GHmac
3455  726040 networkaddress: fix parsing of uri with @ after authority
3456  726318 gio: Document that GSocket is not thread safe
3457  726611 socketclient: Leak on cancellation
3458  726872 gio: Add names to idles and timeouts
3459  727119 wrong IN6_IS_ADDR_MC_LINKLOCAL usage break android build
3460  727123 GNotification: Some small documentation fixes
3461  727320 docs: Remove escaping '\' from literals
3462  727551 Check use_count of GApplication in g_application_release()
3463  727559 g_file_copy: Don't set GError when we intend to ignore errors
3464  727692 gio/gtlscertificate.c -- broken PEM-file processing (affects local CA root stores, for starters)
3465  727890 soup_content_sniffer_real_sniff segfault
3466  727900 gio: Add newer dbus UnknownXxxx and PropertyReadOnly errors
3467  727928 gapplication-tool fixes
3468  727939 INTLLIBS are always appended in configure checks
3469  727964 g_io_extension_point_get_extension_by_name: Warn, but don't crash, for NULL inputs
3470  728040 Implement new mimeapps spec
3471  728066 Deal with startup notify id being NULL
3472  728280 platform_get_argv0: fix sysctl(3) use on OpenBSD
3473  728285 docs: Use markdown links in .h files, too
3474  728350 gaction: Minor clarifications in the GAction documentation
3475  728380 docs: Remove <!-- --> comment before plural s
3476  728565 gfile: More explicitly document the context for GFileProgressCallback
3477  728983 Docs: various fixes and improvements
3478  729167 gobject: Document that classes/objects/interfaces are zero-filled
3479  729563 GOption: A short option's value is included in G_OPTION_REMAINING
3480  729813 AppInfo: use XDG_CURRENT_DESKTOP for OnlyShowIn
3481  729875 gio: cleanup gdbusmessage.c file
3482  730045 Avoid overeager warning about deprecated properties
3483  730189 gtestutils: Fix a very unlikely FD leak in test fork handling
3484  730190 gsocket: Add missing preconditions to g_socket_send_message()
3485  730277 gthread: Fix use of a local variable after it went out of scope
3486  730278 gsubprocess: Add a missing va_end() call
3487  730295 gdbus-tool: Remove dead variables
3488  730493 Port annotations from Vala metadata
3489
3490 Translations updated:
3491  Basque
3492  Brazilian Portuguese
3493  Catalan
3494  Czech
3495  Danish
3496  Greek
3497  Hebrew
3498  Hungarian
3499  Punjabi
3500  Serbian
3501  Slovenian
3502  Spanish
3503  Ukrainian
3504
3505 Overview of changes from GLib 2.39.91 to GLib 2.39.92
3506 =====================================================
3507
3508 This is a release candidate for 2.40.0.
3509
3510 There are no major changes in this release, but a few serious bugs have
3511 been fixed.
3512
3513 * Bugs fixed:
3514  710367 Crash in g_settings_backend_dispatch_signal()
3515  723899 G_DEFINE_TYPE() causes compiler warnings with clang due to foo_get_instance_private
3516  724859 Let the test_wait_until() test also run on non-*nix
3517  724916 gio unmount code makes XFCE's Thunar crash
3518  725651 GSubprocessLauncher: Does not copy the calling process environment.
3519  725656 Unskip GVariantDict
3520  725891 gio tests: add codegen to BUILT_SOURCES
3521  726046 Recent commit created symbolic icons issues
3522
3523 * Translations:
3524  Chinese
3525  French
3526  Korean
3527  Latvian
3528  Norwegian bokmål
3529  Portuguese
3530  Russian
3531  Traditional Chinese
3532
3533 Overview of changes from GLib 2.39.90 to GLib 2.39.91
3534 =====================================================
3535
3536 This release introduces a hard dependency on present and functioning
3537 clock_gettime() and CLOCK_MONOTONIC.  It also introduces a dependency on
3538 pthread_condattr_setclock() unless your system happens to have
3539 pthread_cond_timedwait_relative_np() (as do Mac OS and Android).  This
3540 release is known to be broken with at least GNU/Hurd, pending addition
3541 of working pthread_condattr_setclock(CLOCK_MONOTONIC) there.
3542
3543 New API: g_str_to_ascii()
3544
3545 * Fixed bugs:
3546  670144 unconditional use of CLOCK_MONOTONIC is broken
3547  673607 invalid assumption in g_cond_wait_until() / g_get_monotonic_time() API
3548  710142 Add more impressive transliteration to GLib
3549  722360 make check fails
3550  722604 (partial) Various tests are failing with 2.39.3
3551  723316 g_hash_table_iter_remove() should be explicit whether or not it is safe while iterating the table
3552  724609 Fix build of GIO on Windows
3553  724687 gmain: make monotonic time really monotonic, everywhere
3554  724706 gsource: document priority of child sources
3555  724707 some GSocket source improvements
3556  724839 GMainContext: some source ID cleanups
3557  724858 Dist gtranslit-data.h
3558  724994 Missing icons for bookmarks in file chooser
3559  725023 Can no longer find apps by executable/desktop file name
3560
3561 * Translations:
3562  Lithuanian
3563  Polish
3564  Thai
3565
3566 Overview of changes from GLib 2.39.4 to GLib 2.39.90
3567 ====================================================
3568
3569 * Fixed bugs:
3570  625408 make GVariant dictionaries more useful
3571  660809 document that if you fail a precondition check, documented guarantees do not apply
3572  661576 fix handling of constructors that destroy half-constructed objects
3573  679957 g_inet_address_new_from_string is not able to handle dots and numbers IPv4 addresses
3574  712837 gvariant: Document the need to cast varargs when constructing GVariants
3575  721458 g_simple_async_result_is_valid has a NULL check for the wrong source_tag
3576  721977 improve split handling of command line arguments
3577  722033 win32: fixup lib.exe invocation
3578  723422 Fix g_socket_get_available() with TCP on Windows
3579  723616 gio/tests: fix race when generating code
3580  724001 gsubprocess: Fix a broken link in the documentation
3581  724124 glib/tests/collate.c fails if no en_US locale
3582  724126 intermittent GApplication test failure: /gapplication/local-actions: lines of output permuted
3583  724233 gsocketservice: Note g_socket_listener_close() for closing open sockets
3584  724239 soup_session_queue_message - Connection terminated unexpectedly
3585  724278 gsocketconnection: Document closing connections with g_io_stream_close()
3586  724330 configure.ac: tweak inotify check
3587  724385 gtestutils: make the new assert messages more detailed
3588  724401 gsubprocess: Mutex leak
3589  724417 glib master build broken on OpenBSD
3590  724434 Build failure in gio/gresolver.c
3591
3592 * Updated translations:
3593  Brazilian Portuguese
3594  Galician
3595  Indonesian
3596  Italian
3597  Kannada
3598  Norwegian bokmål
3599  Spanish
3600  Thai
3601
3602 Overview of changes from GLib 2.39.3 to GLib 2.39.4
3603 ===================================================
3604
3605 * Fixed Bugs:
3606  139699 Correction for g_main_context_unref()
3607  583036 g_strchomp and g_strchug are not declared const
3608  683388 improve documentation for application developers
3609  685204 ./configure fails to add the '-g' flag to CFLAGS
3610  688406 GStaticMutex broke ABI on at least ARM EABI during 2.31.x
3611  693299 cannot compile on Solaris: error in gbitlock.c
3612  707111 Clarify type transformability and compatibility
3613  711547 win32: silence some build warnings
3614  719344 Fix the various test programs (or GLib itself) on Windows
3615  722025 cleanup/clarify command line argument encoding on Windows
3616  722323 remove unused include 'gslist.h' in 'gbookmarkfile.c'
3617  722326 gstringchunk: Use g_slist_free_full() where possible
3618  722357 gio: fix small memory leak on local xattr
3619  722436 Adjust doc to Makefile.decl renaming
3620  722503 GSimpleAction: add default activate handler
3621  722526 glib/deprecated/gthread.h error on FreeBSD
3622  722591 [documentation] broken link to GtkAction from GAction.html
3623  722973 Broken example in GApplication reference
3624  723048 'network-access' test can fail to guess interface index
3625  723360 gmain: Note that g_source_destroy() can be called multiple times 
3626
3627 * Updated Translations:
3628  Assamese
3629  Tamil
3630  Traditional Chinese
3631
3632
3633 Overview of changes from GLib 2.39.2 to GLib 2.39.3
3634 ===================================================
3635
3636 No major changes this release -- mostly lots of small fixes and
3637 improvements in test coverage.
3638
3639  * fix a crasher in code from gdbus-codegen
3640
3641  * improvements to gobject gdb helper script
3642
3643  * portability:
3644
3645    - fix a deadlock issue with kqueue on FreeBSD
3646
3647    - work around a quirk in the sunstudio compiler
3648
3649    - rename a variable to avoid clashing with a macro definition of
3650      'environ' on some platforms (like mingw)
3651
3652    - use POSIX-specified <poll.h> over <sys/poll.h>
3653
3654    - many improvements to Visual Studio projects and and some build
3655      fixes for Windows
3656
3657  * tests
3658    - a very large number of improvements in test coverage
3659
3660    - don't report skipped tests as failures
3661
3662    - return 77 if we skip all tests in an executable
3663
3664    - improve gtest documentation and fix some minor issues
3665
3666    - fix g_test_trap_reached_timeout() return value
3667
3668    - remove some dead code uncovered during test coverage expansion
3669
3670    - Use tap mode for installed tests too, when using tap
3671
3672  * fix races in unix signal handling
3673
3674  * make our GVariant-based commandline tools (glib-compile-schemas,
3675    gdbus, gapplication) print out GVariant parse errors in context
3676
3677  * GApplication now has a --gapplication-service command line switch to
3678    turn any GApplication into a service
3679
3680  * improve compatibility of GApplication and GOptionContext
3681
3682  * fix gsettings.m4 wrt. builddir != srcdir with non-recursive make
3683
3684  * use a directory monitor in GKeyfileSettingsBackend
3685
3686  * improve robustness of some GIcon classes
3687
3688 Bugs fixed
3689  141251  poll(2) is in <poll.h>, not <sys/poll.h> per SUS standard
3690  613732  [PATCH] gobject.py: Don't install frame filters when GDB does not support them
3691  708212  g_variant_parser_error_get_quark() has unexpected name.
3692  710965  GApplication: add --gapplication-service switch
3693  711090  periodic failure of spawn-multithreaded async testcase
3694  712171  gsettings.m4: @GSETTINGS_RULES@: Support srcdir != builddir with nonrecursive make
3695  712630  Revert "gsettings m4: check for .xml in src/builddir"
3696  715028  GVariant: add way to print context of parse errors
3697  719344  Fix the various test programs (or GLib itself) on Windows
3698  720263  gtestutils: skipping a test should count as success, not failure
3699  720539  gdbus-codegen: Fix crasher in goa-using apps
3700  720635  Make gdb pretty-printers compatible with Python3
3701  720891  g_settings_get_child does not inherit the backend
3702  721034  glib 2.38.2 cannot be compiled with SunStudio Compiler under Solaris
3703  721059  g_subprocess_launcher_set_environ vs "environ"
3704  721074  kqueue: deadlock
3705  721087  Missing -lselinux in pkg-config --libs --static gio-2.0
3706  721324  Error message is printed to stdout
3707  721624  Regression in GTest framework reorders existing test cases
3708  721625  backwards NEWS entry about g_source_remove change
3709  721796  insufficient escaping in g_dbus_annotation_info_generate_xml()
3710  721947  Improve GApplication ⇔ GOptionContext compatibility 
3711
3712 Translations updated:
3713  Brazilian Portuguese
3714  Galician
3715  Greek
3716  Hebrew
3717
3718 Overview of changes from GLib 2.39.1 to GLib 2.39.2
3719 ===================================================
3720
3721 * Portability
3722
3723   - Remove alleged support for OS/2
3724
3725   - Remove alleged support for BeOS
3726
3727   - Remove alleged support for last-millennium Unixes
3728
3729   - Require C90 compliance
3730
3731   - Require POSIX.1 (1990) compliance on Unix
3732
3733   - Require GNU make
3734
3735 * Bugs fixed:
3736  113075 support "nonnull" attribute
3737  159528 g_ptr_array_remove_range()
3738  307947 The check for growing stack pointer in configure can fail
3739  607016 docs should mention property notification order
3740  671557 Fun with integers and g_key_file_load_from_data()
3741  676761 don't use g_critical for a runtime error
3742  690525 g_file_replace_contents_async doesn't copy its @conten...
3743  691608 Support compilation with clang 3.2
3744  697585 g_variant_builder_add's doc example is leaking
3745  697828 g_hash_table_add() should return a boolean
3746  702862 gdbus-codegen : look for deps in default install path
3747  703522 Reference leak in GvariantBuilder documentation
3748  705902 g_get_current_dir() should check PWD env var and retur...
3749  708274 Added GObject Introspection annotations to genums.c
3750  710519 Portability schmortability
3751  710741 some mainloop instrumentation
3752  710983 Test failures on powerpc
3753  711047 Enable the build of the various test programs on Windo...
3754  711051 Add basic test for the GNotification gtk backend
3755  711088 gbacktrace: Don't close stderr when running gdb
3756  711103 gmessages: Add g_info macro for G_LOG_LEVEL_INFO
3757  711178 appinfo test problems
3758  711546 utf8: report allocation error
3759  711640 gdesktopappinfo: Rank Keywords matches higher than Gen...
3760  711751 Fix memory leaks in libglib tests
3761  711753 gthread-posix: Don't use gslice allocated GRecMutex
3762  711796 glib-tap.mk: fix to actually use the TAP driver
3763  711800 fix g_test_set_nonfatal_assertions()
3764  711801 giomodule: Allow overriding source directory gio modul...
3765  711805 gdbus-connection: Fix race condition in test
3766  711806 gtestdbus: Don't destroy GSource twice
3767  711807 gtestdbus: Properly close server connections
3768  711871 Broken and misleading configure check for growing stack
3769  712136 'O_CLOEXEC' undeclared (first use in this function)
3770  712148 Add system bus support to GTestDBus
3771  712171 gsettings.m4: @GSETTINGS_RULES@: Support srcdir != bui...
3772  712314 AIX port: splice(); major()/minor(); libtool library order
3773  712315 GSettings: More docs for deprecated _list_schemas()
3774  712393 gobject: Box GMappedFile
3775  712547 GSocketClient "event" not useful for determining resol...
3776  715164 Clang static analysis fixes
3777  719395 GPtrArray add g_ptr_array_insert
3778  719402 Crashes when startup
3779  719472 leak in generated proxy-side property-setter
3780  719687 fix or remove g_trap_object_ref
3781  719809 Signal connection ids are always > 0 if successful
3782  719837 gdbus-connection: Work around race in connection tests
3783  719884 Fix documentation typos in GTask and GCancellable examples
3784  719979 g_settings_get: check validity of format string
3785  720080 Truncating a GMemoryOutputStream to a larger size cause...
3786  720210 gdataset: Remove unused define
3787  720236 Allow clean simple use of g_test_trap_subprocess() 
3788
3789 * Translations updates:
3790  Italian
3791  Lithuanian
3792  Simplified Chinese
3793  Spanish
3794
3795
3796 Overview of changes from GLib 2.39.0 to GLib 2.39.1
3797 ====================================================
3798
3799  * GSettings fixes/improvements
3800
3801    - GSettingsSchema API is now more powerful and consistent
3802
3803    - new GSettingsSchemaKey API allows accessing metadata for keys:
3804      type, default value, range and the long-awaited support for summary
3805      and description
3806
3807    - GSettingsSchemaSource gains support for listing schemas within a
3808      source.  Deprecate the global API that did this for the default
3809      source.
3810
3811    - 'gsettings list-schemas' now works properly with --schemadir
3812
3813    - deprecate a bunch of now-redundant functionality on GSettings
3814
3815    - add API to GSettings for getting the default value of a key (as set
3816      by the sysadmin)
3817
3818    - add API to GSettings for determining if the user has assigned a
3819      particular value to a key (ie: we are not just reading the default)
3820
3821    - ignore qualified tags and attributes appearing in schema files
3822
3823  * Applications/Actions
3824
3825    - make GSimpleAction a bit more strict with respect to state changes
3826      that would violate the interface (ie: by changing the state type
3827      after construction)
3828
3829    - throw an error when attempting to 'Describe' a non-existent action
3830      via D-Bus instead of returning a bogus description
3831
3832    - throw an error when attempting to invoke unsupported methods on an
3833      Application (eg: 'Open' on an app that doesn't HANDLES_OPEN)
3834      instead of emitting a g_critical() in context of the app (which is
3835      not itself at fault for the errant call)
3836
3837  * Appinfo
3838
3839    - substantially rework GDesktopAppInfo to reduce the amount of disk
3840      accesses that are performed in common situations
3841
3842    - add a new class: GAppInfoMonitor for discovering when applications
3843      are installed/removed
3844
3845    - add a new g_desktop_app_info_search() API for searching for
3846      installed applications by name, keywords, etc.
3847
3848  * GMarkup: add new G_MARKUP_IGNORE_QUALIFIED flag for skipping over
3849    "qualified" tags and attributes (those with a colon in the name, such
3850    as 'my:tag')
3851
3852  * GDBus
3853
3854    - ignore qualified tags, as above
3855
3856    - GTestDBus: unset all D-Bus addresses (such as STARTER) to ensure
3857      that test programs don't pick them up
3858
3859    - add new session_bus_run() convenience in the tests and use it
3860
3861  * GRand: use real random data as a seed on win32 and use the
3862    timestamp/pid/uid fallback only on UNIX machines where we can't open
3863    '/dev/urandom'.  This may cause issues with older mingw32 releases
3864    due to a missing prototype for the rand_s() API.
3865
3866  * Many win32 (and particularly MSVC) portability fixes.  Many
3867    additional tests are now runnable when building with MSVC.
3868
3869  * Due to early testing of the (soon to land) GCleanup framework, a very
3870    large number of memory errors have been found and fixed (mostly in
3871    the testcases, but some in glib itself).
3872
3873  * GIO:
3874
3875    - some more seeking cleanups: particularly on GLocalFileInputStream
3876
3877    - don't leave a .trashinfo file around if trashing a file fails
3878
3879    - Add a request_certificate virtual method to GTlsInteraction
3880
3881 Translations updated:
3882  Assamese
3883  Galician
3884  Greek
3885  Spanish
3886  Tamil
3887
3888 Bugs fixed:
3889  635641 schema compiler should ignore unknown attributes
3890  637257 g_tls_client_connection_gnutls_retrieve_function needs to be able to block
3891  637956 GKeyfileSettingsBackend should ignore file deletions
3892  645453 keys from base schema missing from extended schema
3893  665634 g_dbus_node_info_new_for_xml() errors on unknown attributes in XML files
3894  668232 Unable to get description and summary for a key
3895  668233 Unable to determine if a key is set to the default / what the default value is
3896  680838 Need g_settings_schema_source_get_schemas()
3897  683017 API for accessing GSettings Schema metadata
3898  687185 org.gtk.Actions.Describe doesn't return an error for non-existing action names
3899  687202 If trashing fails, the ".trashinfo" file is not removed
3900  695558 The --schemadir option has no effect
3901  696424 GSimpleAction.state property is not right
3902  697348 GTestDBus should unset DBUS_STARTER_ADDRESS, DBUS_STARTER_BUS_TYPE
3903  710133 Emit backward compatible code with gdbus-codegen
3904  710691 glib-networking: locking during implicit handshake
3905  710738 GRand has lame fallback for Windows
3906  710859 Typo in gio docs
3907  710885 Two fixes for GApplication
3908  710962 error: 'F_DUPFD_CLOEXEC' undeclared (first use in this function)
3909  710964 Add g_hash_table_get_key_array()
3910  710991 test: g_debug messages shouldn't affect g_assert_expected_messages
3911  711016 g_settings_list_keys () segfaults for empty schemas
3912  711048 glocalfileinputstream.c allows skip past end of file
3913  711049 Fix build of GLib-GIO 2.39.x on Windows/MSVC
3914  711064 Adding child source to blocked source can cause a segfault
3915  711070 Copying a symlink over another one segfaults
3916  711099 gapplication test failure
3917  711520 GDesktopAppInfo: allow more than one level of legacy folder prefixes
3918  711556 Add GAppInfoMonitor
3919  711557 Add g_desktop_app_info_search()
3920  711600 trivial portability fix
3921  711632 The desktop-app-info test fails during make check
3922  711754 gmain: Fix use of uninitialized memory in sigaction structure
3923  711755 private: Use threading primitives correctly in private test
3924  711756 gthreadpool: Don't pass bad data to GThreadPool sorter
3925  711768 Fix memory leaks in libgmodule tests
3926  711775 utils: Don't free memory owned by glib in test
3927  711782 boxed: Fix double free in boxed unit tests
3928  711803 gsubprocess: Fix a number of leaks and a segfault
3929  711808 gtestdbus: Fix leak of GMainLoop 
3930
3931 Overview of changes from GLib 2.38.0 to GLib 2.39.0
3932 ====================================================
3933
3934  * prep for the 2.40 series (version macros, docs index, etc.)
3935
3936  * GNotification
3937
3938    - new API for sending persistent notifications via the desktop shell
3939
3940    - notifications persist when the application has quit and clicking on
3941      them can restart the application with an action (via
3942      DBusActivatable)
3943
3944  * GSubprocess
3945
3946    - new API for launching subprocesses
3947
3948    - nice GIO integration like async functions, cancellability, etc.
3949
3950    - a convenient communicate() API inspired by the same API in Python
3951
3952    - related: the gspawn API now has a CLOEXEC flag for the created
3953      pipes for stdin/stdout/stderr
3954
3955  * New gapplication(1) commandline tool
3956
3957    - intended to be used with DBusActivatable apps
3958
3959    - can be used for launching apps, opening files, invoking application
3960      actions and listing apps and actions
3961
3962    - bash tab completion is supported
3963
3964  * GDesktopAppInfo changes:
3965
3966    - g_file_get_path() can implicitly cause a FUSE mount so don't call
3967      it until we know we need it (for an app that doesn't support URIs)
3968
3969    - don't crash when trying to load from a keyfile with
3970      DBusActivatable=true
3971
3972    - remove some dead code, refactor the search path handling a bit and
3973      do a large-scale whitespace cleanup (prep work for the pending
3974      desktop file index)
3975
3976  * File monitors
3977
3978    - fix broken handling of mount point monitoring
3979
3980    - remove some strange use of GObject::constructor() from the base
3981      class and inotify backend
3982
3983    - fix GFileMonitor to work in the non-default main context even when
3984      the main context is not running (or is blocked)
3985
3986    - add internal private API for easily creating a file monitor in the
3987      GLib worker thread
3988
3989  * GSettings
3990
3991    - g_settings_list_children: only list viable schemas.  This fixes a
3992      longstanding issue where 'gsettings list-recursively' will crash
3993      when there are invalid schemas installed
3994
3995    - don't accept invalid paths on g_settings_new_with_path, etc.
3996
3997  * GIO
3998
3999    - GFile now has a thumbnail::is-valid attribute to check if the
4000      thumbnail in thumbnail::path needs to be regenerated
4001
4002    - GDBusProxy now has a flag to control autostarting of services at
4003      construction time
4004
4005    - for GSeekable, properly introduce the concept of "resizable" vs.
4006      "fixed-sized" streams in the docs, explaining the expected
4007      semantics of the interface in each case
4008
4009    - fix some cases in GMemoryOutputStream that were violating the above
4010      expectations (which may cause a slight API incompatibility)
4011
4012    - clean up GCredentials code and add support for Hurd and Solaris
4013
4014    - improve splicing by using different codepaths for the case where we
4015      have real _read_async() and _write_async() implementations on the
4016      stream vs. the case where they are internally emulated (via
4017      dispatching the sync variant of the call in a thread)
4018
4019  * GKeyFile
4020
4021    - fix a leak in g_key_file_get_(u)int64 when we fail to parse the
4022      value as an integer
4023
4024    - add long-requested API g_key_file_save_to_file()
4025
4026  * Portability improvements
4027
4028    - avoid using O_DIRECTORY on platforms that don't have it
4029
4030    - be careful about systems that define SOCK_CLOEXEC but don't
4031      actually support it (like Hurd)
4032
4033    - only use SA_RESTART if it exists
4034
4035  * Other small API changes/additions
4036
4037    - a pair of functions to support matching strings for the type of
4038      search functionality that you'd expect to have with things like
4039      GtkSearchBar.  This will also be used by the desktop file index.
4040
4041    - g_str_is_ascii() with obvious purpose
4042
4043    - g_test_expect_message() no longer appears to allow you to catch
4044      G_LOG_ERROR messages
4045
4046  * GMainContext/GSource
4047
4048    - fix handling of overflowing the 'next source id' counter
4049
4050    - g_source_remove() will now throw a critical in the case that you
4051      try to remove a non-existent source.  We expect that there is some
4052      code in the wild that will fall afoul of this new critical but
4053      considering that we now reuse source IDs, this code is already
4054      broken and should probably be fixed.
4055
4056    - simplify handling of the 'current dispatching source' to not
4057      require use of a linked list
4058
4059  * GObject
4060
4061    - the long-broken (and leaky) pattern of destroying a just-allocated
4062      object from inside of a custom GObject::constructor is now
4063      officially completely illegal and will abort the program
4064
4065  * Unicode: update to 6.3.0
4066
4067  * Bug fixes
4068
4069    - g_file_copy() now falls back to pathname queryinfo.  This should
4070      clear up the bugs with copying from some GVfs backends (afp,
4071      gphoto, archive, at least).
4072
4073    - fix an out-of-bounds read in the xdgmime code
4074
4075    - fix a typo in the /org/freedesktop/DBus path on the object manager
4076      client
4077
4078    - skip emitting path_namespace='/' in match rules in order to
4079      workaround a bug in the D-Bus daemon and fix our own implementation
4080      (which shared exactly the same bug)
4081
4082    - fix crashes on precondition violations for GParamSpec constructors
4083
4084    - many other small fixups (see bug list)
4085
4086   * Many documentation improvements
4087
4088 Bugs fixed:
4089  309224 g_key_file_save_to_file missing
4090  583321 QNX: no SA_RESTART
4091  661576 fix handling of constructors that destroy half-constructed objects
4092  672102 GSubprocess class
4093  684842 Seeks on GMemoryOutputStream don't have opaque semantics
4094  688492 Add a notification API
4095  691581 g_output_stream_real_splice_async doesn't use overriden read/write_async functions
4096  702516 gfileutils: Make -Werror=format-nonliteral happy
4097  704218 New gapplication(1) tool
4098  704593 g_setenv: on some systems (BSD, OSX…), setting a variable to NULL crashes the system
4099  704882 GLocalDirectoryMonitorClass mount_notify field is useless
4100  704887 file monitoring improvements
4101  705029 Support for Solaris credentials
4102  705688 g_settings_list_children: only list viable schemas
4103  706254 Afp backend cannot copy files
4104  707887 Attempting to create GObject Property with underscore prefix segfaults
4105  708042 gapplication: don't rely on cmdline being finalized immediately
4106  708265 add support for GNU/Hurd in GLib D-Bus Library
4107  708266 fix error code checks when SOCK_CLOEXEC is defined but not supported
4108  708529 xdgmime: valgrind warns about invalid reads
4109  708677 incorrect object path 'deskop' used in gio/gdbusobjectmanagerclient.c
4110  708714 Typo in docs of GLIB_VERSION_2_40 macro.
4111  708753 gdesktopappinfo: Call g_file_get_path() on demand
4112  708793 glib build fails with clang < 3.1: error: expected ';' after top level declarator
4113  708828 GDBusProxy: add the ability to call methods on non autostarted proxies
4114  708860 glib-2.38.0 doesn't build on Solaris 10
4115  708972 gnetworking.h in tarball screws up out-of-source builds
4116  709113 [PATCH] Main loop dispatch path has needless linked list
4117  709227 Update to unicode 6.3.0
4118  709301 goutputstream: Add clear warning about short writes to _write_bytes() and async version
4119  709326 GDesktopAppInfo crashes creating a DBusActivatable app without a filename
4120  709440 Fix overloading of "source" and "target" terminology in GBinding
4121  709615 Cannot use g_test_expect_message with g_error
4122  709753 Add helpers for string matches when using GtkSearchBar-like widget
4123  709898 Expose thumbnail validity in GFile attributes
4124  709966 Remove outdated documentation
4125  709994 Minor fix for HACKERS doc to direct hackers to proper help file
4126  709995 Obsolete makefile rules
4127  710002 G_MAXUINT may be assigned as duplicate source id
4128  710313 Memory leak in g_key_file_get_(u)int64 with invalid integer values
4129  710345 [Patches] Fix some redundant-decls
4130  710496 g_locale_to/from_utf8() doc updated.
4131  710625 g_file_error_from_errno: Remove unneeded breaks
4132  710666 Frame clock related bug fixes
4133  710724 gmain: Warn when g_source_remove() fails
4134  710726 Work around D-Bus bug with path_namespace='/' match rules
4135
4136 Translations:
4137  Assamese
4138  Brazilian Portuguese
4139  Indonesian
4140  Russian
4141  Tamil
4142  Traditional Chinese
4143
4144 What's new in Glib 2.38
4145 ========================
4146
4147  * Application support
4148
4149   - GIO now provides an implementation of Desktop Actions from the
4150     desktop entry specification
4151
4152   - GApplication now implements the org.freedesktop.Application
4153     interface as per the desktop entry specification, allowing for
4154     standards-based D-Bus launching of GLib-based applications
4155
4156   - GDesktopAppInfo now supports DBusActivatable as per the desktop
4157     entry specification, allowing GLib-based applications to use D-Bus
4158     to launch other applications
4159
4160   - GApplication now has a "busy" flag that can be set on an application
4161     to allow the shell to show that it is busy
4162
4163  * GObject
4164
4165   - the private offset for a given class type is now always constant.
4166     This was done by reorganising the memory layout of instances so that
4167     the private data comes before the "official" pointer for the object
4168     (ie: at a negative offset).  Valgrind macros were added to mitigate
4169     any problems that this may have caused.
4170
4171   - a new G_DEFINE_TYPE_WITH_PRIVATE has been added along with a
4172     generated function *_get_instance_private() that can now serve as an
4173     equally-performing alternative to ->priv pointers in instances
4174     (allowing memory savings)
4175
4176   - new G_PRIVATE_FIELD, G_PRIVATE_FIELD_P and G_PRIVATE_OFFSET macros
4177     provide a convenient method of converting between named variables in
4178     private structures and their (now constant) offsets
4179
4180   - installing properties on a GObjectClass must now be done from
4181     class_init.  It is no longer valid to install them after class_init
4182     has returned.
4183
4184   - it is now possible to manually break a GObject property binding
4185     without destroying one of the objects involved
4186
4187  * Icons
4188
4189   - the requirements for implementing the GIcon interface have changed
4190     in order to make it possible to consume all implementations of GIcon
4191     with a finite number of cases
4192
4193   - a new GBytesIcon type was added for an icon represented by an
4194     in-memory binary blob in a known image format (ideally png).
4195
4196   - new APIs g_icon_serialize() and g_icon_deserialize() replace the old
4197     to/from_string APIs and will always work, irrespective of which
4198     types have been initialised in the calling process, allowing for a
4199     serialised GdkPixbuf to be deserialised in a process that doesn't
4200     have GdkPixbuf
4201
4202   - support for icons has been added to GMenuModel using the new APIs
4203
4204  * Actions and menus
4205
4206   - GPropertyAction provides a convenient way of creating a stateful
4207     property corresponding to a property on a GObject, such as the
4208     "visible-child-name" property of a GtkStack
4209
4210   - new API g_menu_remove_all()
4211
4212   - we now have established rules about what is a "valid" action name
4213     and an API to check them
4214
4215   - a new API for converting detailed action names to and from the
4216     split-out name and parameter value (as GVariant)
4217
4218   - for backwards compatibility, invalid action names can still be used
4219     with most functions, but this is not recommended
4220
4221  * Other GIO
4222
4223   - GDBus now supports services that wish to handle some of all
4224     properties on an interface asynchronously, without requiring the
4225     service to reimplement the entire org.freedesktop.DBus.Properties
4226     interface
4227
4228   - GFile now has a new _measure_disk_usage() (and async) API for
4229     recursively determining the amount of disk space used by a
4230     particular directory (akin to 'du').
4231
4232   - asynchronous version of g_file_trash() and g_file_make_directory()
4233     have been added
4234
4235  * Other new API
4236
4237   - GRegex has a new function to query the maximum lookbehind length to
4238     allow for regexp matching on streams
4239
4240   - GVariant has two new APIs for constructing strings that allow
4241     avoiding copies in some cases: g_variant_new_take_string() and
4242     g_variant_new_printf()
4243
4244  * Testing
4245
4246   - we can now generate TAP output
4247
4248   - new support functions for simplifying the process of dealing with
4249     data files for srcdir != builddir and installed test cases
4250
4251   - g_test_trap_subprocess() provides a portable alternative to
4252     g_test_trap_fork()
4253
4254  * Other
4255
4256   - GLib now builds on Android against the bionic C library
4257
4258 Overview of changes from GLib 2.37.93 to 2.38.0
4259 ================================================
4260
4261 * fix the documentation for GSourceFuncs
4262
4263 * fix compilation on OS X/ppc64
4264
4265 Bugs fixed: 708445, 647145
4266
4267 Translations updated:
4268  Danish
4269  French
4270  Portuguese
4271  Punjabi
4272
4273 Overview of changes from GLib 2.37.92 to 2.37.93
4274 ================================================
4275
4276 * a couple of bugfixes in the new g_file_measure_disk_usage() API
4277
4278 * updated Traditional Chinese translation
4279
4280 Overview of changes from GLib 2.37.7 to 2.37.92
4281 ===============================================
4282
4283 * new API g_file_measure_disk_usage() similar to du(1)
4284
4285 * minor fixes
4286
4287 * Translation updates:
4288  Assamese
4289  Belarusian
4290  Brazilian Portuguese
4291  Catalan
4292  Czech
4293  Galician
4294  German
4295  Hungarian
4296  Indonesian
4297  Italian
4298  Korean
4299  Korean
4300  Latvian
4301  Lithuanian
4302  Polish
4303  Serbian
4304  Slovenian
4305  Spanish
4306
4307 Overview of changes from GLib 2.37.6 to 2.37.7
4308 ==============================================
4309
4310 * GDateTime now supports %:z formatting variations
4311   for timezones. This is a GNU date extension.
4312
4313 * Bugs fixed:
4314  685387 Segfault with GObject.signal_handler_is_connected()...
4315  686786 g_socket_get_available_bytes() returns wrong value ...
4316  705027 GSocket GSource not threadsafe on Windows
4317  706469 Fix G_DEFINE_ABSTRACT_TYPE_WITH_PRIVATE documentation
4318  706706 Fix Gir annotations on g_loadable_icon_load_finish
4319  706888 gtype: fix a no-op assertion
4320  706958 configure.ac: fix atomic opts detection
4321  707092 "File Utilities" page for GLib documentation doesn'...
4322  707151 gdatetime: Extend the '%z' timezone format
4323
4324 * Translation updates:
4325  Catalan
4326  Hungarian
4327  Japanese
4328  Polish
4329  Slovak
4330  Tamil
4331
4332
4333 Overview of changes from GLib 2.37.5 to 2.37.6
4334 ==============================================
4335
4336 * Tests using the g_test facilities can now generate TAP output
4337
4338 * Bugs fixed:
4339  680926 generic type fallback logic is broken for -symbolic
4340  684327 setting null icon to icon list
4341  689245 GSocket unable to reuse (address,port) on Mac OS X
4342  692125 Support TAP as GTest output format
4343  693335 build: fix dtrace-related warnings
4344  696633 gdbus-codegen trips over unicode chars when using python 3.x
4345  696970 Compiling 2.36.0 for win64 fails
4346  697185 GSocket – Allow specifying the multicast interface from...
4347  700268 Add support for using the clang analyzer
4348  701318 Add G_SPAWN_DEFAULT to GSpawnFlags
4349  701529 glib/tests/gdatetime: use UTC time in test_GDateTime_diff()
4350  701800 a new approach to reporting critical errors
4351  702674 g_date_time_new_utc crash
4352  704165 GLib.IOChannel read_unichar() fails
4353  705075 Simplify g_get_tmp_dir()
4354  705152 Race in glib/task.test
4355  705398 gtype: Fix typo in g_type_class_add_private() error message
4356  705570 Check ref_count in g_object_notify_by_pspec
4357  705600 Deprecate GSimpleActionGroup functions?
4358
4359 * Updated translations:
4360  Assamese
4361  Brazilian Portuguese
4362  Czech
4363  Dutch
4364  Galician
4365  Gujarati
4366  Hebrew
4367  Italian
4368  Lithuanian
4369  Marathi
4370  Norwegian bokmål
4371  Russian
4372  Slovenian
4373  Spanish
4374  Thai
4375  Traditional Chinese
4376
4377
4378 Overview of changes from GLib 2.37.4 to 2.37.5
4379 ==============================================
4380
4381 * Implement the Desktop Action specification: In the case that the
4382   application is a GApplication and DBusActivatable, actions from the
4383   desktop file are translated into GActions that have been added to
4384   the  application with g_action_map_add_action().
4385
4386 * GPropertyAction is a new type of GAction that represents the value
4387   of a property on an object, and allows to change the value when
4388   activated.
4389
4390 * GNetworkMonitorNetlink can now handle default routes via a device.
4391
4392 * The gsettings tool now reports failure to write a key (e.g. because
4393   the key was locked down)
4394
4395 * Miscellaneous new api:
4396  - g_variant_new_printf
4397  - g_action_print_detailed_name
4398  - g_regex_get_max_lookbehind
4399
4400 * Bugs fixed:
4401  664444 Support additional application actions in .desktop files
4402  684123 glib build only tries -D_GNU_SOURCE if glibc is detected
4403  689794 support incremental matching
4404  699259 add org.freedesktop.Application support to GIO
4405  700460 rewrite tests to not rely on precise timing of timeouts
4406  701511 updates to various GSource types
4407  701609 gnetworkmonitornetlink: handle default route via device
4408  703270 add GPropertyAction
4409  704157 GAction: add function for printing detailed names
4410  704250 Doc: various fixes
4411  704267 regression gsourceclosure: segfault in gedit file chooser
4412  704322 glib-unix: fix handling of multiple signal source for the...
4413  704424 No error when failing to override a locked key
4414  704447 Fix build/use of g_child_watch_closure_callback on Windows
4415  704523 g_thread_create_full() can dereference NULL pointer
4416  704543 Add implementations for G_GNUC_*_IGNORE_DEPRECATIONS for ...
4417  704567 gdbusnameowning: Don't spew an error if we're releasing a...
4418  704585 libc printf can give mixed-case strings for NaN and Inf
4419  704587 FTBFS: statfs_result is undeclared for statvfs()
4420  704699 gmain: Reset signal handlers to default when source is
4421  704704 AI_NUMERICSERV cannot be used with ai_socktype = 0
4422  704873 inotify: don't assume mainloop is running
4423  704999 glib/convert.test crashing due to lack of iconv cache
4424  704931 GMenuModel: add annotations to virtual functions
4425
4426 * Translation updates:
4427  Assamese
4428  Czech
4429  German
4430  Gujarati
4431  Spanish
4432  Tamil
4433
4434
4435 Overview of changes from GLib 2.37.3 to 2.37.4
4436 ==============================================
4437
4438 * Bugs fixed:
4439  701283 g_source_add_child_source() segfault
4440  702147 inconsistency of G_STRFUNC
4441  703191 new private macros interact poorly with versioning macros
4442  703254 Doc: various fixes
4443  703407 g_spawn_async() keeps child_pid_report_pipe open in child process
4444  703437 GDBusConnection: be more careful with async GetAll
4445  703478 Missing G_BEGIN/END_DECLS in gsettingsschema.h
4446
4447 * Translation updates:
4448  Catalan
4449
4450 Overview of changes from GLib 2.37.2 to 2.37.3
4451 ==============================================
4452
4453 * add a new API for instance private data: G_DEFINE_TYPE_WITH_PRIVATE
4454
4455 * fix timestamps in tarball to prevent automake from being required to
4456   build the unmodified source
4457
4458 * add new D-Bus API for async property handling
4459
4460 * add back fsync() on ext4 for g_file_set_contents() after it was
4461   discovered that despite statements in the ext4 documentation
4462   suggesting that this is safe, it is not safe.
4463
4464 * Translations:
4465  Italian
4466  Norwegian bokmål
4467
4468 * Bugs fixed:
4469  698375 - D-Bus async properties
4470  700350 - timestamp issue
4471  701560 - fsync issue (fixed again)
4472  700035 - new API for instance private data
4473
4474 Overview of changes from GLib 2.37.1 to 2.37.2
4475 ==============================================
4476
4477 * The GLib test utilities have grown some file-related APIs
4478   to support tests that can be used installed and uninstalled.
4479
4480 * Installing properties after class initialization is deprecated,
4481   and will trigger a warning.
4482
4483 * GApplication:
4484  - Support org.freedesktop.Application, including D-Bus activation
4485    from desktop files
4486  - Set prgname to appid for services
4487
4488 * Bugs fixed:
4489  549783 gtester lacks framework for tests with data files
4490  692848 Fix property example in gobject tutorial
4491  698018 Add an explicit g_binding_release()
4492  698614 GObject: prevent installing properties after init
4493  699259 add org.freedesktop.Application support to GIO
4494  699959 g_file_copy(): Ensure we create private files by default
4495  700123 Test failure: g_inet_socket_address_get_scope_id
4496  700725 GIcon: NULLify the `type' out param in the sync methods too
4497  701401 gtest: add function for testing for WINE
4498  701456 Error in gnome/glib/gio/tests/file.c
4499  701474 Error building glibmm due to extra comma in glib/gtestutils.h
4500  701560 various improvements for g_file_set_contents()
4501  701680 GFileEnumerator: Add some documentation about ordering
4502  701878 Check wakeup() before iteration(TRUE) doesn't block
4503
4504 * Translations:
4505  Assamese
4506  Czech
4507  Galician
4508  Gujarati
4509  Kannada
4510  Marathi
4511  Odia
4512  Polish
4513  Slovenian
4514  Spanish
4515  Telugu
4516
4517
4518 Overview of changes from GLib 2.37.0 to 2.37.1
4519 ==============================================
4520
4521  * add support for installed tests:
4522    https://live.gnome.org/GnomeGoals/InstalledTests
4523
4524  * add a new g_test_trap_subprocess() that works on Windows as a
4525    replacement for the (now deprecated) g_test_trap_fork()
4526
4527  * support for explicitly cancelling a gobject property binding
4528
4529  * performance improvements for signal argument handling
4530
4531  * stop using `quotes' in very many log messages generated by GLib, for
4532    favour of 'this style'.  This may cause testcases in other packages
4533    to fail if they were matching on the previous text.
4534
4535  * improve manpages: add missing arguments and flags
4536
4537 Translations: 
4538  Aragonese
4539  Assamese
4540  Gujarati
4541  Hindi
4542  Kannada
4543  Norwegian bokmål
4544  Odia
4545  Slovenian
4546  Spanish
4547  Tamil
4548  Telugu
4549
4550 Bugs fixed:
4551  679683 replace g_test_trap_fork()
4552  694380 Improve signal argument collection performance
4553  695233 Strings require plural forms
4554  697849 spelling fixes in cross.xml and running.xml
4555  698877 GProxyAddressEnumerator calls g_network_address_parse_uri without port
4556  698981 [PATCH] test /gdbus/connection/large_message could hang forever
4557  699079 Prototype support for installed tests
4558  699485 [PATCH] tests/mappedfile: Also handle ENOMEM
4559  699493 SOCKS5 proxy code crashes if it cannot authenticate
4560  699500 gbitlock: fix this to not unconditionally use futex emulation
4561  699779 [PATCH] G_GNUC_FORMAT: documentation error
4562  700263 m4macros/glib-gettext.m4: Don't use AC_HEADER_STDC
4563  700714 [PATCH] gtestutils: Ensure test subprocesses don't dump core
4564  700746 Use 'dumb quotes' rather than `really dumb quotes'
4565
4566 Overview of changes fron GLib 2.36.0 to 2.37.0
4567 ==============================================
4568
4569 * The syntax for detailed action names has been documented,
4570   and a parser API for them is now provided
4571
4572 * GApplication has gained a busy state. This feature is intended for
4573   clients that want to signal a desktop shell their busy state, for
4574   instance because a long-running operation is pending.
4575
4576 * GLib can now be built with the bionic C library
4577
4578 * GIcon can now be serialized to a GVariant
4579
4580 * Bugs fixed:
4581  548353 Finish implementing GFile interface (mostly asynchron...
4582  645881 Full port of glib-2.28.1 onto Android-ARM
4583  665445 Glib mistakes nl_langinfo() from plibc for the real t...
4584  672018 Need API to set global application state (busy, count...
4585  687659 drop support for adding interfaces after class_init
4586  688820 GIcon is a bad interface
4587  688954 extend 'detailed action' syntax, provide parser
4588  689223 Fix compilation on Android with the bionic C library
4589  695156 Add support for arg0namespace matching in signal_subs...
4590  696108 gdbus-codegen: avoid warnings in generated code
4591  696629 fix sed(1) usage
4592  696652 GTask won't free its error member variable on finalize
4593  696857 GThreadedResolver: set an error if no records could b...
4594  696973 Compiling 2.36.0 for win64 fails in gdbusmessage.c
4595  697131 No --version
4596  697160 [PATCH] gmacros: Mark G_UNAVAILABLE() functions as de...
4597  697229 Custom Interface implementations will be broken with ...
4598  697250 Documentation glitch of G_DEFINE_TYPE_EXTENDED causes...
4599  697365 Fix usage of hasmntopt in gunixmounts.c
4600  697367 Remove warning on gio/gunixmounts.c
4601  697386 Except const argument with atomic is not lock free
4602  697595 g_main_context_unref unlocks a mutex twice
4603  697601 reduce GMenuModel D-Bus traffic
4604  697626 Allow posix threads to be used on w32
4605  697652 Help options generated even when help disabled
4606  697771 fix a typo of "fo" to "of" in building.xml
4607  697887 GVariant: fix transfer annotation
4608  697942 abicheck.sh fails on mips
4609  698056 rewrite g_object_new()
4610  698081 Pidgin hangs in g_spawn_command_line_sync
4611  698455 GVariant: add new g_variant_new_take_string() API
4612  698457 g_variant_get_data_as_bytes() always returns toplevel...
4613  698478 gactionmap: don't require GActionGroup
4614  698595 the valgrind/priv-before-instance bug
4615  698655 desktop-app-info test relies on true being in /usr/bin/
4616  698686 GUnixSocketAddress: fix construct parameter issue
4617  698716 Use of g_mem_set_vtable() breaks after gobject automa...
4618  698999 bytesicon: fix a memory leak
4619  699001 bytesicon: don't use g_object_unref() on GBytes
4620  699361 gio: fix small leak
4621
4622 * Translation updates:
4623  Assamese
4624  Gujarati
4625  Hungarian
4626  Italian
4627  Kannada
4628  Norwegian bokmål
4629  Polish
4630  Spanish
4631  Tamil
4632
4633
4634 Overview of changes fron GLib 2.35.9 to 2.36.0
4635 ==============================================
4636
4637 This release contains only small bugfixes and translations updates.
4638
4639  - g_file_copy(): fix bug where attributes were not applied properly to
4640    the destination file
4641
4642  - fix some 'available since' annotations
4643
4644  - fix gdbus-codegen to produce more pedantically-correct code
4645
4646 * Bugs fixed:
4647  696108 gdbus-codegen: avoid warnings in generated code
4648  696014 g_file_copy(): Ensure G_FILE_COPY_OVERWRITE preserves permissions
4649
4650 * Translations updated:
4651  Basque
4652  Czech
4653  Gujarati
4654  Hindi
4655  Hungarian
4656  Japanese
4657  Malayalam
4658  Marathi
4659  Odia
4660  Punjabi
4661  Russian
4662  Tadjik
4663  Tamil
4664  Telugu
4665
4666 Overview of changes from GLib 2.35.8 to 2.35.9
4667 ==============================================
4668
4669 This release drops the old codepage ABI from gutils.c. This is a
4670 source-compatible change and only breaks ABI with respect to truly
4671 ancient binaries (and those binaries are already broken for other
4672 reasons).  This change only affects Windows.
4673
4674 * Bugs fixed:
4675  682896 glib doesn't build on mingw32
4676  693204 split up g_get_{hostname,username,realname,home_dir} etc.
4677  694181 Handle GNetworkAddress better in g_network_monitor_base_...
4678  694253 occasional /gdbus/unref-pending test failure
4679  694350 Add type names to gsignal warnings
4680  694757 Use separate GLIB_WARN_CFLAGS that can be overridden ext...
4681  568405 Which is the correct replacement for g_strncasecmp, if...
4682  630284 g_hash_table_get_keys docs
4683  659428 docs: Small clean-up of howto subsection headers
4684  675333 Cannot forget association in Open With dialog: program...
4685  694669 consider unicode corrigendum #9
4686  694843 g_base64_decode_step () produces invalid data
4687  695147 Don't use PATH_MAX as it's not guaranteed to be defined
4688  695191 Commit f641699 broke /appinfo/mime/api test case
4689  695339 Swapped msgid plural forms for translation
4690  695376 GDBusMethodInvocation leak and potential crash
4691  695425 Untranslatable message in gsettings-tool
4692  695887 Improvements to GObject API documentation
4693  695925 GUINT32/64_SWAP_LE_BE macros do not enclose val argume...
4694  696015 PATCH Add doc warning to g_base64_decode()
4695
4696 * Translation updates:
4697  Assamese
4698  Belarusian
4699  Brazilian Portuguese
4700  Catalan
4701  Catalan (Valencian)
4702  Danish
4703  French
4704  Galician
4705  German
4706  Greek
4707  Gujarati
4708  Italian
4709  Korean
4710  Latvian
4711  Lithuanian
4712  Polish
4713  Portuguese
4714  Punjabi
4715  Serbian
4716  Simplified Chinese
4717  Slovak
4718  Slovenian
4719  Spanish
4720  Thai
4721  Traditional Chinese
4722  Uyghur
4723  Vietnamese
4724
4725
4726 Overview of changes from GLib 2.35.7 to 2.35.8
4727 ==============================================
4728
4729 This release contains one major change that may cause problems: type
4730 modules are now never unloaded.  This is implemented by (effectively)
4731 leaking the last reference on dynamic types.  Some testcases that check
4732 for unloading of types have been observed to be broken by this change,
4733 but we know of no actual cases of "real code" breaking.  Please report
4734 any problems.
4735
4736 Other changes:
4737  * A couple of build fixes for Solaris
4738  * Fix signal emission for GDBusObjectManagerClient
4739  * annotations fixes
4740  * new API: g_dbus_address_escape_value()
4741  * GSocketClient: add proxy-resolver property
4742  * GSimpleProxyResolver: new simple GProxyResolver class
4743  * documentation fixes
4744  * gnetworkaddress: preserve IPv6 scope ID in IP literals
4745
4746 Bugs fixed:
4747  691105 Allow GSocketClient to override GProxyResolver for per client proxy settings.
4748  692827 configure test fails for arpa_nameser.h
4749  692829 new Btrfs support causes build failure on Solaris
4750  693285 GDBusObjectManagerClient: won't emit object-added|removed if name-owner arrives later
4751  693502 Cross-compiling documentation: typo (np -> no)
4752  693673 add g_dbus_address_escape_value()
4753  693694 gio: Fix annotations on g_[async_]initable_new() and friends 
4754
4755 Translations:
4756  Dutch
4757  Galician
4758  Polish
4759  Serbian
4760
4761 Overview of changes from GLib 2.35.6 to 2.35.7
4762 ==============================================
4763
4764 This is a quick follow-up release with a few bug fixes.
4765
4766 * Fix the build on systems with strict linkers by adding -pthread back
4767   to the LDFLAGS for a testcase.
4768
4769 * Re-enable native atomic operations on some buggy versions of clang
4770   that ship as part of the MacOS X SDK.
4771
4772 * Make G_IO_FLAG_IS_WRITEABLE an enum again (the #define broke bindings)
4773
4774 * a small docs fix
4775
4776 * Bugs fixed:
4777  657045
4778  636683
4779  682818
4780  693105
4781
4782 * Translations:
4783  Italian
4784
4785 Overview of changes from GLib 2.35.4 to 2.35.6
4786 ==============================================
4787
4788 * GUnixFdSource is a new way to add file descriptors
4789   to the mainloop
4790
4791 * g_source_set_ready_time lets you mark a source to become
4792   ready at a specified monotonic time
4793
4794 * The internal visibility handling of GLib has been reworked
4795
4796 * GFileMonitor will now automatically use fam instead of inotify
4797   if $HOME is on NFS
4798
4799 * The file monitor implementation can now be overridden with
4800   the GIO_USE_FILE_MONITOR environment variable
4801
4802 * Bugs fixed:
4803  570572 2 make check errors on
4804  592211 No monitoring over NFS mounts
4805  625552 wrong behaviour of GVolume GVolumeMonitor related func...
4806  657729 modernise GMainLoop
4807  658020 GSource for a single GPollFD
4808  678223 g_mutex_free
4809  682560 leak fixes
4810  682819 EINTR-harden all the things
4811  684404 When using g_network_address_address_enumerator_next()...
4812  686853 new GSource fd API
4813  688169 G_DISABLE_DEPRECATED doesn't cover deprecated/gthread....
4814  688681 build: Make .symbols file canonical on all platforms
4815  690118 Crash when closing last tab of a window using Ctrl-w
4816  691624 glib/gtester.c: missing include
4817  691812 gioinputstream - give task as callback_data not task_data
4818  691866 fails out of source build directory - gnetwork.h not f...
4819  692029 Add new API checking utility
4820  692034 Install an invalidation notifier for GClosure in g_sou...
4821  692058 Broken makefile for gio tests
4822  692079 build failure in gmarkup.c when using gcc 4.8 and buil...
4823  692201 inotify: fix a memleak
4824  692202 gfile: don't report completion twice on g_file_load_co...
4825  692229 Incorrect string formatters in a translation string
4826  692332 GNetworkMonitorNetlink: make the netlink socket cloexec
4827  692360 possibly non-threadsafe code in g_content_type_guess()?
4828  692404 tester: Use FD_CLOEXEC when creating pipes
4829  692408 nautilus SIGSEGV in g_file_info_get_size()
4830  692544 [PATCH] gfile: Ensure we create internal pipe with FD_C...
4831  692583 atomic get doesn't accept a const argument on architect...
4832  692618 Use g_timeout_add_seconds
4833  692815 Using g_hash_table_insert() when using a hash table as ...
4834  692865 Invalid docbook generated by gdbus-codegen
4835  692928 Document G_MENU_{ATTRIBUTE,LINK}_*
4836
4837 * Translation updates:
4838  Hebrew
4839  Kannada
4840  Lithuanian
4841  Norwegian bokmål
4842  Polish
4843  Serbian
4844  Slovenian
4845  Spanish
4846  Uyghur
4847
4848
4849 Overview of changes from GLib 2.35.3 to 2.35.4
4850 ==============================================
4851
4852 * New features:
4853  - New API: g_get_num_processors
4854  - New API: g_application_command_line_get_stdin
4855  - New GFileMonitor flag: G_FILE_MONITOR_WATCH_HARD_LINKS
4856  - Parse more timezone offset formats
4857  - Better timezone support on Windows
4858  - Make GParamSpec constructors introspectable
4859
4860 * Removed or deprecated features:
4861  - Disallow adding interfaces after class_init
4862
4863 * Bug fixes:
4864  532815 gio + inotify support for hardlinks
4865  614930 add g_get_num_processors (), return the max concurrent...
4866  626497 Btrfs clone/reflink ioctl support in g_local_file_copy
4867  633117 glib fails stests if /etc/localtime is not properly set
4868  661767 merge/improve various bits of run-in-thread functionality
4869  668210 Add g_application_command_line_get_stdin()
4870  675856 Use GDbus via gobject-introspection instead dbus-python
4871  684103 make glib work with python3
4872  684723 run-assert-msg-test.sh fails
4873  686058 OpenBSD: disable ipv6_v4mapped test
4874  686128 GTimeZone should be able to parse POSIX format for...
4875  687223 cleverer GThreadPool management
4876  687659 drop support for adding interfaces after class_init
4877  687920 GCredentials should have an accessor for the process ID
4878  688681 build: Make .symbols file canonical on all platforms
4879  688829 Variable overflow in utils.c test on 32-bit machine
4880  689324 Variable scoping in gunixmounts.c
4881  689810 Include guard optimization
4882  690043 Broken link for gsettings tutorial: gnome-utils in...
4883  690084 gmarkup: Make GMarkupParseContext a boxed type
4884  690388 Check if CMSG_FIRSTHDR() returns NULL when there is...
4885  690538 gschema DTD is invalid
4886  690543 Add test coverage for testing in-tree DBus services...
4887  690670 local_command_line not introspectable/annotated
4888  690902 G_END_DECLS needs to be at the end of gutils.h
4889  690970 Unhelpful deprecation message for g_value_array_get_nth
4890  691001 building docs is broken on master branch
4891  691011 Automake-1.13 errors on obsolete AM_PROG_CC_STDC
4892  691077 gio-querymodules crashes with SIGSEGV
4893  691110 g_cond_wait() docs incomplete
4894  691489 Crash in Oscars 2013 page
4895  691558 Only check for .hidden files if standard::is-hidden...
4896  691608 Support compilation with clang 3.2
4897
4898 * Translation updates:
4899  Assamese
4900  Bulgarian
4901  Estonian
4902  Galician
4903  Greek
4904  Hebrew
4905  Norwegian bokmål
4906  Polish
4907  Slovak
4908  Slovenian
4909  Spanish
4910  Tamil
4911
4912
4913 Overview of changes from GLib 2.35.2 to 2.35.3
4914 ==============================================
4915
4916 * This release contains an incompatible change to the g_get_home_dir()
4917  function. Previously, this function would effectively ignore the HOME
4918  environment variable and always return the value from /etc/password.
4919  As of this version, the HOME variable is used if it is set and the
4920  value from /etc/passwd is only used as a fallback.
4921
4922 * We now install a public "gnetworking.h" header that can be used to
4923  include the relevant OS-dependent networking headers. This does not
4924  really abstract away unix-vs-windows however; error codes, in
4925  particular, are incompatible.
4926
4927 * Bugs fixed in this release:
4928  142568 Allow $HOME to override passwd entry if the user really wants
4929  587806 The file selector should honor .hidden files
4930  602715 [GChecksum] Please add support for SHA512
4931  623187 provide some support for arbitrary setsockopt()s?
4932  629301 .goutputstream files left behind when cancelling I/O
4933  652650 Optimize GDBusMessage serialization
4934  664627 /gapplication/basic test intermittently fails: cmdline re-or...
4935  675516 Win32: Don't start a DBus server when built as static library
4936  679683 replace g_test_trap_fork()
4937  684145 Current Git sources fails to cross-compile for Windows in Li...
4938  686895 file-info: catch thumbnail files in large directory as well
4939  687092 IPv6 <-> IPv4 mismatch when subscribing to multicast (send)
4940  688180 GObject: Minor error in description of floating reference
4941  688319 gthread: add missing AVAILABLE_IN_2_32 annotations
4942  688377 configure: add missing square bracket in AS_IF for memmove
4943  688419 gtask: source_object arguments and return values not annota...
4944  688497 AppInfo: Add sufficient api to port gnome-session from Egg...
4945  688681 build: Make .symbols file canonical on all platforms
4946  688704 Add boxed GType for GThread
4947  688886 Improve the i18n documentation
4948  688931 GMemoryOutputStream: Add new _resizable() constructor usab...
4949  689037 need helper for creating a GFile from a remote commandline...
4950  689377 Fix a compiler warning in GDBus
4951  689538 Source object tag set too late in gsocketlistener
4952  689800 Treat lost+found directory as a hidden file
4953  689847 Add fast repeated typename -> GType resolver
4954  689982 Make GChecksum more fully introspectable
4955  690069 g_unix_open_pipe: Add missing F_SETFD
4956  690083 gfileenumerator: Add a g_file_enumerator_get_child method
4957  690163 Add a pre-configured gio/gnetworking.h for Visual C++ builds
4958  690346 Remove an unneeded escaping in NAMESER_COMPAT_INCLUDE
4959  690348 Fix g_type_add_class_private() name in g_warning
4960
4961 * Translation updates:
4962  Assamese
4963  Galician
4964  Hebrew
4965  Hindi
4966  Kannada
4967  Odia
4968  Polish
4969  Spanish
4970
4971
4972 Overview of changes from GLib 2.35.1 to 2.35.2
4973 ==============================================
4974
4975 Note that the incompatible change to the ->constructed() vfunc that was
4976 made in the last unstable release (2.35.1) has been reverted due to
4977 causing regressions in applications.
4978
4979 A new incompatible change has been introduced in this version: it is no
4980 longer permitted to add interfaces to a class after the first
4981 instantiation (or more strictly: after g_type_class_ref()).  Bug #687659
4982 is tracking this.
4983
4984 Two private symbols (g_menu_{attribute,link}_hash_iter_get_type) which
4985 were accidentally exported have also been properly hidden.  This may
4986 cause some tools to issue warnings about ABI mismatch.
4987
4988 The remaining changes should be relatively harmless: 
4989
4990  * GIO now has kqueue support for GFileMonitor (BSDs, Mac OS)
4991
4992  * New g_variant_new_from_bytes() API
4993
4994  * UNIX signal sources now allow watching SIGUSR1 and SIGUSR2
4995
4996  * Many pedantic cleanups to adhere to a higher level of -W use
4997
4998  * GTask changes to avoid a deadlock
4999
5000  * many cleanups/fixes for Windows
5001
5002  * Boxing for GPollFD, GIOChannel, GBytes, GByteArray
5003
5004  * Fix URL-encoding of trashed files
5005
5006  * Many other docs and annotations fixes
5007
5008 Translations:
5009
5010  Galician
5011  Gujarati
5012  Lithuanian
5013  Serbian
5014  Slovak
5015  Slovenian
5016
5017 Bugs closed:
5018
5019  649302 Add support for GNU/FreeBSD
5020  668842 [GSocket] Add caching for the sender address in g_socket_receive_from()
5021  672924 Add annotations for g_filename_from_uri()
5022  673229 glib: Use Returns:, not @returns
5023  677062 (partial) GVariant: Make g_variant_new_from_bytes() public, add more GBytes API
5024  686185 g_date_time_format Transcoding Fails on OSX      
5025  686191 g_mutex_get_impl() should use g_atomic_pointer_get()
5026  686797 Box GPollFD to make it introspectable
5027  686810 [regression] Infinite wait in g_task_run_in_thread_sync()
5028  686822 possible dlopen()/dlclose() issue with automatic g_type_init()
5029  686839 mkinstalldirs: Move to glib-mkinstalldirs
5030  686895 file-info: catch thumbnail files in large directory as well
5031  686898 g_unix_signal_source_new: Allow SIGUSR1 and SIGUSR2
5032  686920 gdbus: Allow GDBusObjectManagerClient to work on peer connections
5033  686921 Remove some of the repetition from gio/tests/Makefile.am
5034  687075 g_spawn_sync diagnostic incorrectly complains about SIGCHLD
5035  687089 g_dbus_connection_export_menu_model(): fix a crash
5036  687098 Repeated g_timeout_add* use can lead to guint overflow
5037  687385 Add some stricter CFLAGS, fix up the code
5038  687441 ABI break in master: g_menu_attribute_hash_iter_get_type, g_menu_link_hash_iter_get_type removed
5039  687516 typo in string: KB should be kB
5040  687540 In Trash folder, Nautilus misinterprets "\n" in filename as a line break
5041  687541 GSignalQuery param_types field needs array annotation
5042  687600 gfileutils.c performs invalid cast of (varargs) open to non-vararg type
5043  687698 plural forms needed
5044  687700 ending spaces
5045  687742 Add support for internal linkage to glib-compile-resources
5046  687801 tests/buffered-input-stream: Fix size of parameter passed
5047  688109 win32 warning/error fixes
5048  688255 'make check' regressed in 138f4c1 because GMarkup error messages changed
5049  688338 [PATCH] gobject/gtype.c: Fix spelling of »exceed«
5050  688370 GDBusError documentation improvement for client-side
5051  688378 g_socket_join_multicast_group not working
5052  688518 gio-kqueue: use O_EVTONLY on MacOS
5053
5054
5055
5056 Overview of changes from GLib 2.34.0 to 2.35.1
5057 ==============================================
5058
5059 These two changes in particular may be slightly incompatible.  Please
5060 give feedback if they cause trouble:
5061
5062   * Signal handlers connected with g_signal_connect_object() are now
5063     automatically disconnected on target object destruction
5064
5065   * The ->constructed vfunc is now called after all properties are set
5066
5067 The remaining changes should not cause problems.
5068
5069   * g_type_init() is no longer necessary and has been deprecated
5070
5071   * GTask (the new GAsyncResult implementation) has landed 
5072
5073   * GLib version macros updated
5074
5075   * Update to Unicode 6.2
5076
5077   * Thread safety fixes for GFileMonitor in non-default main contexts
5078
5079   * GTimeZone support for old-format zoneinfo database (as on Mac OS)
5080
5081   * g_settings_bind() now works with non-canonical property names
5082
5083   * Fix crashes related to NULL connection passed to
5084     GBusNameVanishedCallback and document this situation
5085
5086 * Bugs fixed:
5087  118536 Make g_signal_connect_object'ed handlers disconnect when the data object is destroyed
5088  661767 merge/improve various bits of run-in-thread functionality
5089  682950 GFileMonitor crashing on high event count when running in different thread
5090  683642 Missing g_content_type_get_symbolic_icon
5091  684882 Gsettings should spaw a warning when binding against a low_underscored_property
5092  684909 codegen: Explicitly close output
5093  684912 Update to Unicode 6.2
5094  685037 g_strcmp0: Returns shall include values less and greater than zero
5095  685069 Leak in glib-compile-resources
5096  685208 missing g_return_if_fail
5097  685608 [Patch] Port gio tests from pygobject to pygi
5098  685697 Documentation typo in g_dbus_interface_skeleton_has_connection()
5099  685733 Call ->constructed() after all properties are set
5100  685787 gtestdbus: correct documentation typos
5101  685995 Crash in g_menu_exporter_name_vanished
5102  686091 Invalid reads in g_bytes_unref_to_data
5103  686119 dtrace, gobject_probes.d, the last three probes - semicolon missing
5104  686161 Deprecate g_type_init()
5105  686231 GBusNameVanishedCallback: document NULL connection
5106  686458 slightly increase poll duration in test_timed_wait 
5107
5108 * Translations updated
5109   Catalan (Valencian)
5110   Czech
5111   Danish
5112   Italian
5113   Lithuanian
5114   Norwegian bokmål
5115   Slovenian
5116
5117 Overview of changes from GLib 2.33.14 to 2.34.0
5118 ===============================================
5119
5120 * Bug fixes:
5121  654239 g_type_init()'s docs have no statement about how to...
5122  674620 Update GSettings migration guide for intltool updates
5123  676034 Fix doc annotation for g_ptr_array_ref()
5124  684278 Fix GIO build on Windows
5125
5126 * Translation updates:
5127  Brazilian Portuguese
5128  British English
5129  Bulgarian
5130  Catalan
5131  Galician
5132  German
5133  Hebrew
5134  Hindi
5135  Hungarian
5136  Kannada
5137  Latvian
5138  Marathi
5139  Spanish
5140  Telugu
5141
5142
5143 Overview of changes from GLib 2.33.12 to 2.33.14
5144 ================================================
5145
5146  * CVE-2012-3524: don't run dbus-launch from setuid binaries
5147
5148  * g_content_type_get_generic_icon_name():
5149      new API for getting the icon name for a mime type
5150
5151  * Introspection fixes:
5152   - GDBusConnection nullability fixes
5153   - give a box type to GTimeZone
5154
5155  * Drop GVFS_INOTIFY_DIAG
5156
5157  * Add a new "Writing GLib Applications" section to the reference
5158    documentation with general info on security, threads, etc.
5159
5160  * gwin32mount.c: Fix syntax error
5161
5162  * gresource tests: srcdir != builddir fixes
5163
5164  * tests/gvariant: Fix test on big endian architectures
5165
5166  * Fix regression in g_shell_parse_argv()
5167
5168 Bugs fixed:
5169  562907 g_shell_parse_argv() mishandles # (hash)
5170  683167 g_time_zone_new not introspectable
5171  683384 /gvariant/checksum-basic failure on big endian machines
5172  683641 Typo in gwin32mount.c
5173  683744 have a way to get the generic icon name for a mime type
5174
5175 Translation updates:
5176  Assamese
5177  Belarusian
5178  British English
5179  Czech
5180  Danish
5181  French
5182  Galician
5183  German
5184  Greek
5185  Hebrew
5186  Indonesian
5187  Indonesian
5188  Korean
5189  Lithuanian
5190  Marathi
5191  Marathi
5192  Polish
5193  Portuguese
5194  Punjabi
5195  Russian
5196  Serbian
5197  Slovenian
5198  Traditional Chinese
5199
5200 Overview of changes from GLib 2.33.10 to 2.33.12
5201 ================================================
5202
5203 * Add a G_DEFINE_QUARK macro
5204
5205 * Add symbolic icon support to drive, volume, and mount, file
5206   and content types
5207
5208 * Add API to allow thread-safe access to the same qdata item
5209
5210 * Bugs fixed:
5211  562907 g_shell_parse_argv() mishandles # (hash)
5212  627240 add G_DEFINE_QUARK
5213  672329 memory leaks in gutils.c and glib tests
5214  673012 Stable byte-level specification for normal form
5215  674805 gdbusproxy async test is broken
5216  679835 gvariant format string parsing (and assertions)...
5217  682075 gdbus: Fix double free and use after free of ob...
5218  682101 Provide a way to get a symbolic icon for a device
5219  682222 test_method_calls_on_proxy: assertion failed (e...
5220  682284 mount-op: use gint64 instead of guint64 for tim...
5221  682386 "make check" fails due to sys/resource.h not be...
5222  682560 leak fixes
5223  682586 gsettings-tool: make list-recursively really re...
5224  682819 EINTR-harden all the things
5225  682833 Handle EINTR for open()
5226  682849 drop the global lock for g_object_weak_ref
5227  682965 gdbus-tool: Check return value of strrchr()
5228  683088 gdbus-codegen: fix error when wrong interface n...
5229         Fix the build with gtk-doc-stub
5230         Don't crash if set_app_info is called before ad...
5231
5232 * Translation updates
5233  Assamese
5234  Galician
5235  Greek
5236  Indonesian
5237  Japanese
5238  Latvian
5239  Lithuanian
5240  Norwegian bokmål
5241  Polish
5242  Portuguese
5243  Punjabi
5244  Russian
5245  Spanish
5246  Traditional Chinese
5247  Vietnamese
5248
5249
5250 Overview of changes from GLib 2.33.8 to 2.33.10
5251 ===============================================
5252
5253 * New GTest API for testcases where log output is expected:
5254   g_test_expect_message()
5255
5256 * GMenuItem now has 'get' accessors and a construct-from-GMenuModel API
5257
5258 * GVariant now has a function to check a format-string for type
5259   compatibility
5260
5261 * win32: We now use overlapped IO to support multiple asynchronous
5262   operations (ie: reading and writing) at the same time.
5263
5264 * GMappedFile: Add g_mapped_file_get_bytes()
5265
5266 * The problems with g_file_make_directory_with_parents() should be
5267   resolved.
5268
5269 * The long-standing issues with placeholder generation of manpages are
5270   now resolved.
5271
5272 * gtlscertificate: Add GBytes based certificate and private-key props
5273
5274 * build: Switch back to using AS_IF for conditionals
5275
5276 * test coverage improvements, documentation improvements, leak fixes
5277
5278 * Bugs fixed
5279  326931 Better docs for G_GNUC_*
5280  550433 g_test_init doesn't recognize --help
5281  600751 GCompletion should better document if and how items memory is managed
5282  628193 Miscellaneous string fixes
5283  637460 man glib-genmarshal is hard to use
5284  674483 broken configure results when cross-compiling with gcc >= 4.5
5285  677065 GMappedFile: Add g_mapped_file_get_bytes()
5286  679288 win32: use overlapped events for streams
5287  679556 it's hard to use gtest when g_warning() is expected
5288  680823 g_file_make_directory_with_parents: Fix error propagation
5289  681319 gtlscertificate: Add certificate-bytes and private-key-bytes props
5290  681336 man pages not built if --enable-gtk-doc not specified
5291  681413 build: Switch back to using AS_IF for conditionals
5292  681501 gmem: array only partially filled with memcpy
5293  681854 Documentation fix for Howto compile a program with glib
5294  682025 Documentation correction
5295  682067 Fix problems with CLEANFILES and automake-1.11.1 
5296
5297 * Translations updated:
5298  Lithuanian
5299  Spanish
5300  Galician
5301  Telugu
5302  Serbian
5303  Assamese
5304  Marathi
5305  Indonesian
5306  Traditional Chinese
5307
5308 Overview of changes from GLib 2.33.6 to 2.33.8
5309 ==============================================
5310
5311 * GIO now has a g_file_delete_async function
5312
5313 * The defaults for GThreadPools max_unused_threads
5314   and max_idle_time values have been changed to
5315   2 and 15*1000, respectively.
5316
5317 * Bugs fixed:
5318  661767 merge/improve various bits of run-in-thread functionality
5319  680074 undefined symbol "get_C_locale"
5320  680121 g_cancellable_source_new: don't use a file descriptor
5321  680148 gthread: check for definition of PR_SET_NAME
5322  680310 Sorting of access points by strengh not working
5323  680704 g_utf8_strup() crash
5324  68076a0 GFile: Add g_file_delete_async()
5325  680787 Add .dir-locals.el to tell Emacs users not to use tabs...
5326  680823 g_file_make_directory_with_parents: Fix error propagation
5327  680994 STATIC_ASSERT in GDBusError docs don't have much utility
5328  681116 gtlscertificate: Add g_tls_certificate_equal() function
5329  681118 gtlsdatabase: Don't complain if no callbacks for async...
5330  669331 try to get gio tests working a little better on win32
5331  674314 Make gtk-doc not a hard dependency of GLib
5332  674800 gclosure: generic marshaller leaks return value
5333  675524 gsocket: FIONREAD undeclared (needs sys/filio.h)
5334  679509 use after free in g_dbus_action_group_describe_all_done()
5335  679996 gobject docs minor cleanup
5336  680459 Extra newline char in local implementation of g_applic...
5337  680505 object_path memory leak in gdbusobjectproxy.c
5338  680831 Deprecate and remove g_slice_[sg]et_config.*
5339  680912 gchecksum: Add g_compute_checksum_for_bytes()
5340  681151 checksum: Use functions instead of macros when buildin...
5341  681158 gtlscertificate: Don't confuse certificate and public ...
5342
5343 * Translation updates:
5344  Galician
5345  German
5346  Gujarati
5347  Hebrew
5348  Norwegian bokmål
5349  Serbian
5350  Slovenian
5351
5352
5353 Overview of changes from GLib 2.33.4 to 2.33.6
5354 ==============================================
5355
5356 * GAsyncInitable: partially revert the init_finish changes,
5357   some applications were found to rely on behaviour that
5358   was broken by these changes
5359
5360 * Bugs fixed:
5361  679617 win32: fix g_get_environ()
5362  679968 Add some annotations to GBytes, GVariantType...
5363  680111 GIOScheduler assumes GCancellable "cancelled...
5364
5365 * Translation updates:
5366  Spanish
5367
5368 Overview of changes from GLib 2.33.3 to 2.33.4
5369 ==============================================
5370
5371 * GMainContext: the source list has been reorganzied to
5372   avoid O(n) behaviour
5373
5374 * GRegex: Update included PCRE to 8.31 and expose new
5375   functionality in 8.x versions of PCRE
5376
5377 * GMountOperation gained a ::show-unmount-progress signal
5378   which provides information about slow unmount operations
5379
5380 * Bugs fixed:
5381  616892 gio: Add a boxed type for GFileAttributeMatcher
5382  619329 g_source_attach() O(n) in number of sources
5383  639771 g_dir_read_name() can also return NULL on error
5384  661767 merge/improve various bits of run-in-thread fun...
5385  667375 GAsyncInitable subclassing (and async subclassi...
5386  671545 Constify collect and lcopy strings in GTypeValu...
5387  674452 SEGFAULT in gio contenttype test
5388  674898 Deal with GLIB_VERSION_MIN_REQUIRED/MAX_ALLOWED...
5389  675504 Fix up GObject interface documentation
5390  677064 GString: Tweak documentation, add g_string_free...
5391  677578 error in PCRE error code conversion
5392  677579 update GRegexError for newer PCRE error codes
5393  678066 gdbus codegen does not work with python3
5394  678273 unicode othercasing is wrong in gregex
5395  678576 GIOScheduler performance enhancements
5396  678758 GTlsInteraction unlocks an unlocked mutex
5397  678808 GTestDBus issues
5398  678881 Test failures in /socket/timed_wait in some cas...
5399  678941 /contenttype/guess test case failure
5400  678944 gio returns the wrong default applications for ...
5401  678949 wrong definition of ulong_bool for 64 bit big e...
5402  678959 /mainloop/timeouts race condition: assertion fa...
5403  679193 update included pcre to 8.31
5404  679258 The 'Since' tag for G_SOURCE_CONTINUE and G_SOU...
5405  679473 Don't generate invalid property names
5406  679691 Add g_spawn_check_exit_status()
5407  679671 GDBusNodeInfo: the XML string must contain exac...
5408  676111 mount-operation: add show-unmount-progress signal
5409  679691 win32: fix build g_spawn_check_exit_status() wi...
5410  679813 Documentation bug on http://developer.gnome.org...
5411
5412 * Translation updates:
5413  Assamese
5414  Belarusian
5415  Bulgarian
5416  Galician
5417  Greek
5418  Norwegian bokmål
5419  Polish
5420  Spanish
5421  Traditional Chinese
5422  Vietnamese
5423
5424
5425 Overview of changes from GLib 2.33.2 to 2.33.3
5426 ==============================================
5427
5428 This release contains mostly bugfixes, cleanups and performance
5429 improvements (including many fixes contributed by Colin on the advice of
5430 Coverity).  There are a few notable externally-visible changes:
5431
5432 * Thumbnails are now in XDG_CACHE_HOME
5433
5434 * new GDBus API: per-thread g_dbus_connection_get_last_serial()
5435
5436 * GUnixOutputStream now has a can_poll() implementation
5437
5438 * New deep copy APIs for G(S)List: g_(s)list_copy_deep
5439
5440 * Bugs fixed:
5441  518309 Incorrect data*dir path in glib-gettextize output
5442  566994 Safer passing of -framework flag
5443  672889 GLib.utf8_validate does segfault
5444  673253 Not strict enough autconf test for libelf
5445  675024 adds g_list_copy_deep() and g_slist_copy_deep
5446  675168 prepare for thumbnails to move to XDG_CACHE_HOME
5447  675966 gresolver: More robust parsing of DNS responses
5448  676594 [Patch] fix g_reload_user_special_dirs_cache
5449  676825 Implement g_dbus_connection_get_last_serial ()
5450  677235 Clarify the comment at the top of gmarshal.list
5451  677527 OS X: gthread/spawn-async selftest failure
5452  677718 GDBusProxy: treat org.freedesktop.systemd1.Masked error as non-fatal
5453  677770 GUnixOutputStream does not implement can_poll
5454  677782 Install bash completion files in /usr/share
5455  677817 g_key_file_to_data adds extra blank lines in some cases
5456  677952 Missing annotation for GDBusConnection signal "closed"
5457  678052 g_wakeup_acknowledge is called too often.
5458  678273 unicode othercasing is wrong in gregex
5459  678333 gdbus-codegen code causes warnings under -Wfloat-equal
5460
5461 * Translations updated:
5462  Arabic
5463  Assamese
5464  Galecian
5465  Greek
5466  Spanish
5467  Telugu
5468
5469 Overview of changes from GLib 2.33.1 to 2.33.2
5470 ==============================================
5471
5472 * GLIB_VERSION_MIN_REQUIRED now defaults to the current stable version
5473
5474 * GIO input and output stream classes have grown GBytes-based methods
5475
5476 * GApplication now has hooks to register D-Bus objects before the bus
5477   name is taken
5478
5479 * Bugs fixed:
5480  605976 add g_type_ensure(), to ensure that a type has...
5481  660851 Breakage of code due to changes in the GThread...
5482  666386 Empathy doesn't open Redirect URI with particu...
5483  671139 need (transfer async) for io stream buffers
5484  672329 memory leaks in gutils.c and glib tests
5485  672548 g_utf8_validate: @str shouldn't end up annotat...
5486  674111 Provide an accessor for MimeType desktop entry...
5487  674483 broken configure results when cross-compiling ...
5488  674634 Add g_clear_pointer()
5489  674777 What's the (transfer) of g_variant_lookup()?
5490  675309 gkeyfile: Fix annotations for g_key_file_load_...
5491  675446 gfile: Plug memory leak in g_file_make_directo...
5492  675509 add extra dbus hooks
5493  675832 Incomplete gsettings bash auto-completion
5494  676208 The tmpl parameter to g_file_new_tmp can be NULL
5495  676265 GNetworkMonitor leaks a lot of memory
5496  676277 Document that g_app_info_create_from_commandli...
5497  676397 g_environ_* should work with NULL envp
5498  676398 g_spawn_* should take PATH from the passed env...
5499  676478 Broken gzip decoding
5500  676594 [Patch] fix g_reload_user_special_dirs_cache
5501  676816 Add more GLIB_AVAILABLE_IN_*
5502  676937 Document notify signal deduplication with free...
5503
5504 * Translation updates:
5505  Czech
5506  French
5507  German
5508  Greek
5509  Japanese
5510  Russian
5511  Slovenian
5512  Spanish
5513
5514
5515 Overview of changes from GLib 2.32.1 to 2.33.1
5516 ==============================================
5517
5518 * GApplication
5519  - can now have a NULL application ID
5520  - add accessors for determining dbus connection and object path
5521
5522 * g_clear_object: fix warnings when using it on C++ (due to lack of
5523   ability to implicitly cast void*)
5524 * add g_clear_pointer as a generic form of g_clear_object
5525
5526 * GDBus:
5527  - add our own implementation of the message bus for use on Windows only
5528  - fix up a few bugs that use of this bus uncovered in GDBus
5529  - escape nonce files in dbus addressess (think 'c:\')
5530  - support initial underscores in dbus codegen namespace (for private)
5531  - add GTestDBus for bringing up a session bus for testing purposes
5532  - gdbus-codegen: Avoid warnings in generated code
5533  - GDBusAuthObserver: Add a way to control what authentication mechanisms to use
5534  - 
5535
5536 * Fix misdetection of GNUstep as Cocoa (for the MacOS GSettings backend)
5537
5538 * make sure configure fails if AC_CHECK_ALIGNOF cannot detect the alignment
5539
5540 * GAppInfo
5541  - overwrite the DISPLAY only if it is set in the launch context
5542  - add accessor for StartupWMClass
5543
5544 * glib/tests/date: force US locale running the GDateTime tests
5545
5546 * Resources:
5547  - fix broken use of GVDB on big endian machines
5548  - set a 'display name' so that pretty file names appear in Gtk CSS
5549    warning messages
5550
5551 * GMainContext:
5552  - block child sources when blocking the parent
5553  - introduce more testcases for child sources
5554
5555 * GResolver: add support for MX, TXT, NS and SOA records
5556
5557 * GSocketControlMessage: Don't warn about unknown messages
5558
5559 * GIO:
5560  - implement GSeekable for the data and buffered stream classes
5561  - implement GPollable for many more classes as well
5562  - fix GConverterInputStream infinite loop when fill_buffer returns an error
5563  - fileinfo: document the correct type for trash::orig-path
5564
5565 * test coverage improvements and general fixes
5566
5567 * new 2.34 stuff: version macros, docs index section, etc.
5568
5569 * Build:
5570  - add --disable-modular-tests build option
5571  - don't require host binaries if tests are not enabled for cross-builds
5572
5573 * Translations updated
5574  Brazilian Portuguese
5575  Bulgarian
5576  Czech
5577  French
5578  Galician
5579  German
5580  Hebrew
5581  Hindi
5582  Italian
5583  Norwegian bokmål
5584  Polish
5585  Russian
5586  Russian
5587  Serbian
5588  Simplified Chinese
5589  Slovenian
5590  Spanish
5591  Telugu
5592
5593 Overview of changes from GLib 2.32.0 to 2.32.1
5594 ==============================================
5595
5596 * Bugs fixed:
5597  670254 glib-2.30.2: Fails /GDateTime/new_from_unix test
5598  672541 glib-compile-resources prepends --sourcedir to absolute paths
5599  673139 URL to mailing lists in README incorrect
5600  673174 g_input_stream_read[_finish]: document returning 0 on EOF
5601  673191 glib/gchecksum.c warning: dereferencing type-punned pointer...
5602  673216 [W32] gtestutils does not use path separators consistently
5603  673439 Properly deprecate g_value_{set,get}_char
5604  673612 Fails to decode dictionaries wrapped in two layers of array
5605  673803 gclosure: Support return values of GVariants
5606  669285 glib/tests/markup-parse fails under non-english locale
5607  673911 gio-2.0.pc lists full path to executables, breaking cross com..
5608  673762 gnextstepsettingsbackend.c:343: error: parse error before 'in'
5609
5610 * Updated translations:
5611  Belarusian
5612  British English
5613  Bulgarian
5614  Catalan
5615  Czech
5616  French
5617  German
5618  Hebrew
5619  Hindi
5620  Hungarian
5621  Italian
5622  Japanese
5623  Kannada
5624  Latvian
5625  Lithuanian
5626  Marathi
5627  Norwegian bokmål
5628  Odia
5629  Polish
5630  Serbian
5631  Slovenian
5632  Spanish
5633  Swedish
5634  Telugu
5635
5636
5637 Overview of changes from GLib 2.31.22 to 2.32.0
5638 ===============================================
5639
5640 * Bugs fixed:
5641  671988 Quickly registering / unregistering objects on bus...
5642  672095 glib needs stable sort function
5643  672406 glib/tests/include.c fails to build on FreeBSD
5644
5645 * Updated translations:
5646  Telugu
5647
5648
5649 Overview of changes from GLib 2.31.20 to 2.31.22
5650 ================================================
5651
5652 * Bugs fixed:
5653  531901 Use __builtin_bswap* for GUINT*_SWAP_LE_BE if building...
5654  653167 Out of tree build is broken on windows
5655  668973 Test /gvariant/parser fails on Solaris 10
5656  669797 gvfs now lists its fuse mounts
5657  670846 deadlock: GStreamer-WARNING **: wrong STREAM_LOCK count 0
5658  671664 gio-querymodules: unlink instead of writing empty cache
5659  671676 Glib can't be cross-compiled any more after merge of...
5660  671918 gnome-shell is inaccessible unless started while an AT...
5661  671942 GSocketMsgFlags: annotate as a flags
5662  671997 Unix signal handling assumes that volatile 1-byte writes...
5663  672013 GSimpleAsyncResult: support reliable cancellation
5664  672026 default log output should include pid and/or prgname
5665  672095 glib needs stable sort function
5666  672201 G_SPAWN_SEARCH_PATH should continue on ENODEV and ETIMEDOUT
5667  672239 request NO_REPLY from g_dbus_connection_call() with no as...
5668  672249 gdbusproxy leaks asyncresult in an error case instead of...
5669
5670 * Translation updates:
5671  Assamese
5672  British English
5673  Catalan
5674  Catalan (Valencian)
5675  Danish
5676  Esperanto
5677  Finnish
5678  French
5679  German
5680  Hungarian
5681  Korean
5682  Lithuanian
5683  Norwegian bokmål
5684  Polish
5685  Portuguese
5686  Russian
5687  Traditional Chinese
5688
5689
5690 Overview of changes from GLib 2.31.18 to 2.31.20
5691 ================================================
5692
5693 * Update to Unicode 6.1
5694
5695 * Update PCRE to 8.30
5696
5697 * Deprecations are now versioned, and new API is
5698   marked with the version it was introduced.
5699   Use these with GLIB_VERSION_{MIN,MAX}_REQUIRED
5700
5701 * The performance of signal emissions has been
5702   improved for simple cases
5703
5704 * Bugs fixed:
5705  529806 Cannot build in 64-bit Mac OS X due to libiconv
5706  580873 Documentation of register type functions incomplete
5707  592666 Document how to unset an attribute
5708  597785 g_type_class_add_private code snippet is a bad example
5709  621368 glib-2.24.1: FAIL: run-assert-msg-test.sh when updating...
5710  622149 --disable-regex breaks glib2 build
5711  639873 GBinding: Crash when binding two properties on the same...
5712  640202 For GLIB v. 2.23.6 and above: impossibility to build mu...
5713  668295 Need a way to classify GVolume instances
5714  669670 gasyncqueue: don't use deprecated g_cond_timed_wait()
5715  670542 Add version information for deprecations
5716  670557 gvaluetransform: Fix an infinite loop with GFlagsValue...
5717  670721 global variable for signal ID should be hidden
5718  670751 IceWM build fails due to the G_DEPRECATED_FOR macro
5719  670909 g_dbus_connection_call leaks when it receives an error...
5720  670922 Include path to gdbus-codegen in the pkgconfig file
5721  670969 GSequence lookup may fail if there was no sort prior to...
5722  671025 Constants and identifiers starting with a number are no...
5723  671270 make distclean failures
5724  671281 glib-compile-resources.xml is missing from the dist tar...
5725
5726 * Translation updates:
5727  Basque
5728  Belarusian
5729  Brazilian Portuguese
5730  Bulgarian
5731  Galician
5732  Hebrew
5733  Lithuanian
5734  Persian
5735  Punjabi
5736  Serbian
5737  Simplified Chinese
5738  Slovenian
5739  Telugu
5740  Traditional Chinese
5741  Uyghur
5742  Vietnamese
5743
5744
5745 Overview of changes from GLib 2.31.16 to 2.31.18
5746 ================================================
5747
5748 * GDBusProxy has now a flag, G_DBUS_PROXY_FLAGS_GET_INVALIDATED_PROPERTIES,
5749   which can be set to make GDBus automatically reload
5750   changed properties even if the propertychanged signal
5751   does not contain the new values.
5752
5753 * GApplication puts non-unique applications on the bus
5754
5755 * GApplication now has g_application_quit()
5756
5757 * g_async_queue_timed_pop has been deprecated in favor of
5758   the new g_async_queue_timeout_pop, which uses relative
5759   delays in microseconds instead of a GTimeVal.
5760
5761 * a huge number of API documentation fixes
5762
5763 * Bugs fixed:
5764  647986 put non-unique apps on D-Bus
5765  658484 vpn connection vs NetworkSecretDialog
5766  664237 GDateTime falls back to UTC if TZ is set
5767  669329 gthread-win32: update for g_get_monotonic_time() changes
5768  669330 glocalfile: fix error code when opening a directory on win32
5769  669372 glib/tests memory leaks.
5770  669412 mem leak in g_environ_unsetenv
5771  669538 Fix compilation of glib-compile-resources.c on Windows
5772  669544 gdbus-codegen example introspection XML is not complete
5773  669595 glib-mkenums: fix handling of forward enum declarations
5774  669670 gasyncqueue: don't use deprecated g_cond_timed_wait()
5775  669671 gobject: use #pragmas to avoid deprecated function warnings
5776  669689 Retrieve cwd and environ in local GApplicationCommandLine
5777  669810 socket/win32: flush pending read before signaling HUP
5778  669865 g_regex_fetch()
5779  670085 memory leak in g_output_stream_write_async
5780  670138 gbytes.h is missing the G_BEGIN/END_DECL guards
5781  670485 Simplify session API (shared bug with gtk+)
5782
5783 * Updated translations:
5784  Belarusian
5785  Danish
5786  Galician
5787  Serbian
5788  Telugu
5789  Hebrew
5790
5791
5792 Overview of changes from GLib 2.31.14 to 2.31.16
5793 ================================================
5794
5795 * GResource:
5796  - The resource compiler can now convert pngs into
5797    pixel data that can be used without parsing at runtime
5798    (requires gdk-pixbuf-pixdata to be present)
5799
5800 * Bugs fixed:
5801  669123 resource compiler: failing to-pixdata should...
5802  669173 resource: fix xml preprocess entity handling
5803  669224 Cross-compilation broken by data-to-c
5804  669253 gsettings set buggy on array values
5805  669334 fix memory leak in bookmark file parser
5806
5807 * Translation updates:
5808  Norwegian bokmål
5809  Spanish
5810
5811
5812 Overview of changes from GLib 2.31.12 to 2.31.14
5813 ================================================
5814
5815 * GResource:
5816  - GLib now includes a commandline utility, gresource,
5817    to explore resources in ELF files
5818  - The resource compiler can now optionally strip
5819    ignorable whitespace from XML resources
5820  - The resource compiler can now generate build dependencies
5821  - The resource compiler will now autoselect output formats
5822
5823 * GApplication:
5824  - The menu markup parser API has been dropped, the
5825    menu XML support lives in GTK+ now
5826
5827 * GValueArray has been deprecated
5828
5829 * Bugs fixed:
5830  626258 N-ary Trees - 'nodes' can be inserted before and after...
5831  634232 Core Dump / Aborted using g_key_file_to_data
5832  639099 schema compiler chokes on valid schema
5833  667228 Deprecate GValueArray
5834  667243 Add an element clear function to GArray
5835  667929 glib-compile-resources: xml resources doesn't need to...
5836  668250 g_date_time_format() produces a non-UTF8 string
5837  668468 'IP_ADD_SOURCE_MEMBERSHIP' undeclared
5838  668532 resources: add dependency generator to the resource compiler
5839  668539 resources: compiler should autoselect output format...
5840  668561 gresource-tool not internationalized
5841  668572 glib_cv_g_atomic_lock_free config.cache setting not honored...
5842  668650 GRealArray->clear_func should be initialized
5843  668756 GKeyFile: allow loading from empty strings
5844  668857 fix couple of typos in comments
5845  669024 goption: implement platform_get_argv0() for OpenBSD
5846
5847 * Updated translations:
5848  Galician
5849  Norwegian bokmål
5850  Spanish
5851  Traditional Chinese
5852
5853 Overview of changes from GLib 2.31.10 to 2.31.12
5854 ================================================
5855
5856 * GApplication:
5857  - Drop support for exporting menus - this functionality
5858    will be provided in GtkApplication
5859  - Add a way to create actions that change settings
5860
5861 * Bugs fixed:
5862  629503 Add async versions of g_unix_connection_{receive,send}_credentials
5863  656301 glib-compile-schemas should not create an empty file
5864  668071 mingw-gcc build fails on gio/gsocket.[c|h]
5865  668118 the big appmenu switcheroo
5866  668158 base64 encode and line termination
5867  668163 GDBusConnection: note that exit-on-close is sometimes TRUE
5868  668269 gsignal: add g_signal_handlers_disconnect_by_data
5869  668279 create GAction from GSettings
5870
5871 * Translation updates:
5872  Norwegian bokmål
5873
5874
5875 Overview of changes from GLib 2.31.8 to 2.31.10
5876 ===============================================
5877
5878 * GResource:
5879  - A new facility to allow linking data files into binaries
5880    and make them available as resources
5881  - Resources are compiled using glib-compile-resources
5882  - GIO supports resource:/// uris to access resources
5883
5884 * Bugs fixed:
5885  619126 Missing dependency libs
5886  658315 g_key_file_get_keys() should set length to 0...
5887  660371 is it ever valid to have 0 as a GError domain?
5888  666700 Add some missing (allow-none) annotations
5889  667375 GAsyncInitable subclassing (and async subclassing...
5890  667447 Missing many introspection annotations
5891  667790 Protect call to pthread_condattr_setclock with define
5892  667938 wrong gtypes generated for empty flags enums
5893
5894 * Translation updates:
5895  Hebrew
5896  Spanish
5897
5898
5899 Overview of changes from GLib 2.31.6 to 2.31.8
5900 ==============================================
5901
5902 * GObject:
5903  - The type checks for overriding properties have been loosened.
5904    In particular, it is now possible to add the CONSTRUCT flag
5905    to an overridden property
5906  - GWeakRef is a new API for weak references; unlike g_object_weak_ref
5907    and g_object_add_weak_pointer, it is thread-safe.
5908
5909 * GHashTable has grown new convenience api for use as a set:
5910   g_hash_table_add, g_hash_table_contains
5911
5912 * GSocketConnection has gained API for managing connection status
5913
5914 * GSettings: a native OS X backend has been added, under the
5915   name 'nexstep'
5916
5917 * Bugs fixed
5918  455640 Something fishy with GRegex and unicode
5919  548954 weak references are not threadsafe
5920  625751 Add G_FILE_ATTRIBUTE_FILESYSTEM_USED
5921  658871 gbacktrace: g_get_prgname () isn't called for a NULL argu...
5922  664069 gvariant: Never break out of g_variant_iter_loop
5923  664830 g_strescape doesn't natively handle \v (vertical tab)
5924  665211 GDBusConnection singleton access can race with disposal
5925  665805 Add GSocketClient::action, for tracking socket client status
5926  666116 some tests provoke undefined behaviour, which is undesira...
5927  666422 Unreachable code in gio gnetworkmonitornetlink.c
5928  666551 Crash in g_thread_xp_SleepConditionVariableSRW
5929  666595 menu parser disallows id='' on submenu and section
5930  666615 loosen property override flag restrictions
5931  666616 gobject: fix property override type checks
5932  666803 g_utf8_validate() fails to validate strings with known size
5933  666804 g_ateaxit deprecation warning in devhelp points in wrong ...
5934  666951 g_mkdtemp: Since version incorrect in docs
5935  666978 Fails to compile glib applications with ISO C90 compiler
5936  667098 ginetaddressmask leaks its address property
5937  667225 GSocket: add missing type checks to public methods
5938  667226 GSocket: fix an error return value
5939  667279 Sometimes crashes when launching commandline-crea...
5940  667285 Wrong keyname listed in documentation for g_deskt...
5941  667331 Use g_queue_free_full() convenience function
5942  667420 GHashTable GDB pretty printing is broken
5943
5944 * Updated translations
5945  Belarusian
5946  Bulgarian
5947  Hebrew
5948  Norwegian bokmål
5949  Norwegian Nynorsk
5950  Spanish
5951  Vietnamese
5952
5953
5954 Overview of changes from GLib 2.31.4 to 2.31.6
5955 ==============================================
5956
5957 * GApplication no longer has APIs for setting menus.  Those have been
5958   moved to GtkApplication.
5959
5960 * the GActionGroup import/export functionality has been decoupled from
5961   GApplication by the introduction of a new interface for the purpose of
5962   handling platform data: GRemoteActionGroup.  This allows Gtk to
5963   properly deal with platform data (and gdk threads) on window actions.
5964
5965 * lots of documentation improvements
5966
5967 * bug fixes and a huge number of memory leak fixes
5968
5969 * the test suite now passes on ARM and some of the GDBus testcase hangs
5970   we've been seeing have been resolved (although others could remain)
5971
5972 * g_bytes_get_data() API changed: now includes 'size' out parameter
5973
5974 * new g_queue_free_full() API similar to g_[s]list_free_full()
5975
5976 * desktop files: use standard "Keywords" now, not "X-GNOME-Keywords"
5977
5978 * gsettings commandline tool now has --schemadir option for schemas not
5979   installed in the usual place (ie: as part of plugins)
5980
5981 * Bugs fixed:
5982  643736 GApplication doesn't emit dbus signals on action updates
5983  657433 g_queue_free_full() missing
5984  664699 glib: documentation fixes
5985  665737 acquire/release gdk threads lock on incoming dbus
5986  665879 GBytes: add a size argument to g_bytes_get_data
5987  666113 various leaks in GLib, GIO are visible in the regression tests
5988  666115 various tests leak memory, obscuring real leaks in the library
5989  666145 Doc could be more explicite that g_thread_init calls can be droped
5990  666173 Configure warning - linux/netlink.h usability... no
5991  666296 Race condition in g_thread_xp_get_srwlock
5992  666415 Settings tools should allow specifying a schema directory 
5993
5994 * Translations updated:
5995  French
5996  Spanish
5997
5998 Overview of changes from GLib 2.31.2 to 2.31.4
5999 ==============================================
6000
6001 * EXPERIMENTAL: Menu support has been added to GApplication.  Menus
6002   are exported on the bus, alongside the actions that are already there.
6003   There have also been many related improvements to action group
6004   functionality.
6005
6006   These new APIs are subject to changes in the coming releases.  In
6007   particular, it seems somewhat likely that the APIs for registering
6008   menubars may change in order to accommodate windows with different
6009   types of menubars.
6010
6011 * GDBusConnection previously directly dispatched destroy notifies when
6012   unregistering objects if the current main context was the same context
6013   the object was exported on.  It now unconditionally dispatches these
6014   through an idle on the context.
6015
6016 * Clean up Requires in pc files. Linking against GIO no
6017   longer drags in gmodule. This may require dependency
6018   fixes here and there.
6019
6020 * Introduce GBytes, a data type for immutable, fixed-size
6021   byte sequences. This makes the pre-existing GBuffer
6022   API available outside GLib
6023
6024 * GDBusInterfaceSkeleton can now be exported on multiple
6025   connections
6026
6027 * Bugs fixed:
6028  600161 Do not use static GTypeInfo and GInterfaceInfo
6029  640077 GFileMonitor: Always send CHANGES_DONE_HINT after a move...
6030  641720 Misleading definition for local_command_line() in GApplic...
6031  648516 Little comment error and 2 useless lines of code
6032  651997 Dummy backend for gapplication
6033  652560 Test for g_ascii_strtod is failing
6034  662208 failure to initialize a GInitable should be considered...
6035  662718 GDBusInterfaceSkeleton should be able to export on multi...
6036  663291 GBytes: Immutable, refcounted sequence of bytes
6037  664406 Need context for a proper translation
6038  664455 Build fixes for GLib GIT master (2.31.x)
6039  664558 GDBusWorker.frozen has a value > 1 in a gboolean
6040  664559 sys/wait.h not available on windows
6041  664617 gdbus segfault error 4 in libgio-2.0.so.0.3102.0
6042  664635 GMemory{Out,In}putStream _async functions break sub-class...
6043  664809 Add command line option to gtester to allow skipping tests
6044  665067 cryptic assertion failure if nonsensical flag combinations...
6045  665184 Check ref. count before reffing/unreffing
6046  665298 Add 'Requires.private: libpcre' to glib-2.0.pc
6047  665391 update documentation around mainloops
6048  665607 ./configure is there for fiddling with cross-compile enviro...
6049  665634 g_dbus_node_info_new_for_xml() errors on unknown attributes...
6050  665685 Add a #define for the max length of a Unicode decomposition
6051  665733 GDBusConnection holds lock while calling destroynotify
6052
6053 * Translation updates:
6054  Norwegian bokmål
6055  Spanish
6056
6057
6058 Overview of changes from GLib 2.31.0 to 2.31.2
6059 ==============================================
6060
6061 * Monotonic time is now properly supported on Windows
6062
6063 * glib-mkenums: fix @ENUMPREFIX@ with /*< underscore_name=... >*/
6064
6065 * EXPERIMENTAL: introduce new GSettingsSchema and GSettingsSchemaSource
6066   APIs for the convenience of plugin system authors and those who wish
6067   to introspect the contents of schemas.  This API may change.
6068
6069 * Improve the performance of GObject property notifies.
6070
6071 * GDBus:
6072  - fix a race when unowning a name immediately after owning it
6073  - thread safety improvements on GDBusConnection
6074  - fixes for exit-on-close functionality
6075
6076 * Deprecations:
6077  - add G_SIGNAL_DEPRECATED
6078  - don't use G_DISABLE_DEPRECATED masking for functions anymore
6079
6080 * docs
6081  - tmpl/ is finally dead for glib
6082
6083 * GIO:
6084  - GInetAddressMask: new type for internet address range matching
6085  - various GIO file and stream fixes
6086  - improvements to attribute and fileinfo handling
6087
6088 Overview of changes from GLib 2.29/2.30 to 2.31.0
6089 =================================================
6090
6091 This release contains a huge number of changes (500 commits worth).  The
6092 list below attempts to summarise, but not every change is listed.
6093
6094 * Major changes to threading and synchronisation
6095  - threading is now always enabled in GLib
6096  - support for custom thread implementations (including our own internal
6097    support for errorcheck mutexes) has been removed
6098  - a whole lot of dead code (to deal with the non-threaded case) has
6099    been ripped out.  This includes the racy path of GMainContext that
6100    caused deadlocks with respect to child process exits in
6101    single-threaded programs (such as gtester).
6102  - libgthread is now an empty shell and g_thread_init() is no longer
6103    required (and has been deprecated)
6104  - GMutex and GCond can now be statically allocated without explicit
6105    initialisation.  Dynamic allocation for these types is deprecated.
6106  - new types GRecMutex and GRWLock can also be statically allocated
6107    without explicit initialisation.
6108  - GPrivate can now be statically allocated and has an improved API.
6109    Dynamic allocation of GPrivate is deprecated.
6110  - GStaticMutex, GStaticRecMutex, GStaticRwLock, GStaticPrivate are
6111    deprecated.
6112  - GCond now uses monotonic time internally and a new API takes
6113    monotonic time for timed waits, deprecating the wallclock API
6114  - removal of the insane macro indirection used in the previous
6115    implementation of threading and synchronisation APIs
6116  - use SRWLock and CONDITION_VARIABLE APIs when available on Windows
6117    (Vista and later) and emulate them on XP
6118  - leaks of G(Static)Private-allocated data on some cases of thread exit
6119    have been fixed
6120  - simplified new thread creation API with the old API deprecated.  The
6121    concept of joinability has disappeared (all threads are joinable) as
6122    have priority levels, 'bound'ness (ie: kernel vs. userspace threads)
6123    and ability to manipulate the stack size.
6124  - GThread is now a refcounted type
6125  - other implementation details changed
6126
6127 * Move headers for some deprecated functionality to a separate
6128   deprecated/ directory.
6129
6130 * New support for attribute-based deprecations to issue compiler
6131   warnings instead of breaking the build and/or giving warnings about
6132   implicit declarations (and possibly miscompiling).
6133
6134 * GCache has been deprecated (after its last use was removed from our
6135   platform over a year ago).
6136
6137 * It is no longer possible to include individual headers (like
6138   "ghash.h") -- you must #include <glib.h>.
6139
6140 * The misguided experiment of allowing the program to stumble along with
6141   missing GSettings schemas is now over -- the abort is back.
6142
6143 * Clarify that fork() is not valid while using GMainContext.  This is
6144   because the internal resources of the GMainContext end up being shared
6145   by both processes.  We had an assert here but it was breaking existing
6146   (valid) use cases as well, so it has been removed for now.
6147
6148 * GApplication
6149   - add ::shutdown signal as logical dual to ::startup
6150   - don't use a GMainLoop: iterate the GMainContext directly (improves
6151     quit logic)
6152
6153 * Several portability fixes for Windows, OpenBSD, Solaris
6154
6155 * Add new GValue API to specifically deal in signed chars (in case the
6156   platform defines 'char' as unsigned)
6157
6158 * some new API to mitigate the problems associated with calling setenv()
6159   in a multi-threaded program
6160
6161 * Use CLOCK_MONOTONIC unconditionally if the libc has support at compile
6162   time (ie: stop checking for kernel support at runtime).
6163
6164 * pkg-config files:
6165   - drop -uninstalled variants
6166   - remove gobject dependency on gthread
6167
6168 * New macro G_ATOMIC_LOCK_FREE is defined if the atomic operations are
6169   implemented without use of a mutex.  Cleaned up atomic-related
6170   compilation issues with mingw compilers on win32 systems.
6171
6172 * SOCKS proxy and resolver improvements
6173
6174 * Fix the spelling of G_IO_FLAG_IS_WRITABLE (was WRITEABLE) and
6175   introduce a macro for backwards compatibility.
6176
6177 * GDBus:
6178   - many code generation updates and improvements
6179   - some race condition fixes, including testcase hangs
6180
6181 * GVariant:
6182   - new g_variant_new_from_fixed_array() API
6183   - substantial docs improvements/clarifications
6184
6185 * GKeyFile is now refcounted and boxed
6186
6187 * mount monitoring is now based on /proc/mounts (where available)
6188   instead of mtab
6189
6190 * new macros G_SOURCE_CONTINUE and G_SOURCE_REMOVE for returning from
6191   GSourceFunc (so you don't have to remember what TRUE and FALSE mean)
6192
6193 * use xlocale functions where available to avoid too much heavy lifting
6194   in functions like g_ascii_strtod()
6195
6196 * GMappedFile can now be created from an fd
6197
6198 * error message strings grammar/i18n fixes
6199
6200 * many docs updates
6201
6202 * Partial list of bugs closed:
6203  70598  Unify GStaticMutex and GMutex.
6204  320888 optimization for g_main_context_wakeup
6205  398418 GChildWatch race condition?
6206  527214 g_timer_elapsed() returns random values
6207  580505 add a way to set/get name for a thread
6208  583511 race condition means g_main_loop_quit() does not work
6209  590808 GKeyFile should have a refcount and a boxed type in GObject
6210  592715 Document that g_str_hash() and g_int_hash() are not NULL safe
6211  631413 Add macros for GSourceFunc return values
6212  632049 not immediately clear what g_variant_get_fixed_array expects
6213  640212 "Error stating file" is not a friendly message
6214  640293 Use xlocale functions to implement g_ascii_strtod()
6215  640975 Check that error exists before trying to set it
6216  643934 GApplication lacking a logical dual for the ::startup signal
6217  651268 assertion failed in GDBus worker thread
6218  653987 g_key_file_get_integer cannot interpret trailing spaces
6219  654412 Documentation for g_variant_get_child_value unclear
6220  654563 info capplet: Failed to calculate disk space
6221  655366 missing GSettings schemas lead to obscure crashes
6222  656621 g_spawn_*() calls executables in current directory
6223  656679 [gi] Add two annotations to gio
6224  657992 Add glib__private__() API to share between glib,gio
6225  658188 _set_as_last_used_for_type generates a broken mimeapps.list
6226  658206 gsocks5proxy.c has invalid gettext use
6227  658207 glib-compile-schemas says "can not"
6228  658558 simpleaction: Fix documentation of :enabled
6229  658683 clean up charset/language threading issues
6230  658692 add introspection annotations to g_time_val_from_iso8601()
6231  658715 Duplicite strings
6232  658769 Invalid reuse of GError in GThreadedResolver
6233  658806 sign error in string hash implementation
6234  658976 gdbus-codegen's C namespace option needs to support Ugly_Case
6235  659070 gdbus-codegen generated code segfaults when property changes
6236  659082 gdbus-codegen: Single letter namespaces get dropped from names
6237  659212 GMappedFile should fail on non-regular files
6238  659324 _SPLICE_CLOSE_TARGET doesn't mark the output stream as closed
6239  659423 Use adaptive mutexes when available
6240  659427 Move deprecated code to a separate directory
6241  659646 gdbus-codegen produce code that warnings at build
6242  659690 Possible build warning in code generated by gdbus-codegen
6243  659699 property name collision when generating code for "Connection"
6244  659754 Add API to GMappedFile that allows to pass FD
6245  659838 incorrect types in introspection for g_object_bind_property
6246  659866 pthread_rwlock_t requires defined __USE_UNIX98
6247  659870 gvalue: Fix signedness of g_value_get_char()
6248  659889 glib-2.29.92/gio-2.0.pc.in has a wrong line.
6249  659916 GObject size of 64K is not actively enforced
6250  659920 Missing setter for read/write property 'closed' of GIOStream
6251  659923 Add g_variant_new_fixed_array() function
6252  660013 Remove old g_atomic configure cruft
6253  660096 glib/rwlock tests failure (tests asserted)
6254  660130 Possible loss of user data when updating mimeapps.list
6255  660147 tracker causes g_critical in "gsettings list-recursively"
6256  660413 Make G_ASSERT_STATIC work with clang
6257  660498 Generated test code fails when the codegen changes
6258  660511 Use /proc/mounts for monitoring mounts, not /etc/mtab
6259  660536 Expose options for /etc/fstab entries
6260  660635 Deprecate g_thread_foreach
6261  660637 Pending dbus method calls not canceled on connection loss
6262  660739 kill off g_{mutex,cond}_{new,free}()
6263  660740 make GThread more standard
6264  660741 g_cond_timedwait is a disaster
6265  660743 macro wrappers for g_once_init_enter/leave
6266  660744 finish killing g_thread_init()
6267  660745 GPrivate leaks on Windows
6268  660791 [gio] Improve doc for g_file_make_directory_with_parents()
6269  660843 asyncqueue-test is broken
6270  660849 Remove cruft from g_strerror and g_strsignal
6271  660886 GDBusProxy: don't drop/complain about unknown props/signals
6272  660887 g_slice_set_config() is broken
6273  660994 Add g_main_context_ref_thread_default()
6274  661255 gio: enable test_peer regression test for OpenBSD
6275  661257 giomodules.c uses ":" instead of G_SEARCHPATH_SEPARATOR_S
6276  661318 tests use pthread without appropriate compiler/linker flags
6277  661421 Applications fail to initialize on GNU Hurd - commit
6278  661438 Implement G_GNUC_DEPRECATED/G_GNUC_DEPRECATED_FOR on Visual C++
6279  661711 Sorting keys for GDrive, GVolume and GMount instances
6280  661763 desktop-app-info: Add support for X-GNOME-Keywords
6281  661896 /gdbus/connection/life-cycle is racy
6282  661914 Gstreamer/Totem locks up
6283  662100 regression: g_dbus_connection_close() triggers exit-on-close logic
6284
6285 * Translations updates:
6286  Belarusian 
6287  Brazilian Portuguese
6288  British English 
6289  Bulgarian 
6290  Catalan 
6291  Catalan (Valencian)
6292  Czech 
6293  Danish 
6294  Esperanto
6295  French 
6296  Gujarati
6297  Hebrew 
6298  Hungarian 
6299  Italian 
6300  Japanese
6301  Lithuanian
6302  Norwegian bokmål
6303  Oriya
6304  Polish 
6305  Russian 
6306  Serbian
6307  Simplified Chinese
6308  Slovak 
6309  Slovenian
6310  Spanish 
6311  Tamil
6312  Vietnamese
6313
6314 Overview of changes from GLib 2.29.18 to 2.29.90
6315 ================================================
6316
6317 * API/ABI changes:
6318  - unix signal watches now match the API of all of the other sources
6319  - revert the addition of g_date_time_source_new () from last release
6320
6321 * networking and other fixes for Solaris
6322  - we no longer support symbolic port names (ie: from /etc/services)
6323  - check if -lsocket is needed
6324  - fix g_socket_details_from_fd()
6325  - avoid getmntinfo
6326  - fix some harmless warnings
6327
6328 * GDateTime improvements:
6329  - generally improved standards compliance (with C99)
6330  - support C99-specified format strings: %g, %G, %V, %c, %C, %w
6331  - consult the locale for the preferred 12-hour time format (%r)
6332  - drop support for non-standard %N and broken %W
6333  - better support for formatting non-POSIX (eg: Arabic) numerals
6334  - locale-related test case fixups, and fix some leaks
6335
6336 * GTlsInteraction: add interaction method invocation guarantees
6337
6338 * gdbus-codegen: post-process all interfaces when parsing >1 file
6339
6340 * make GMainLoop, GMainContext and GSource boxed types
6341
6342 * fix a race condition in the first use of g_get_monotonic_time()
6343
6344 * lots gtk-doc cleanups
6345
6346 * better intltool compatibility when generating pot file
6347
6348 * avoid GCC-specific compiler options when not using GCC
6349
6350 * Translation updates:
6351  Belarusian
6352  Brazilian Portuguese
6353  Canadian English
6354  Galician
6355  Indonesian
6356  Korean
6357  Lithuanian
6358  Norwegian bokmål
6359  Portuguese
6360  Spanish
6361  Swedish
6362
6363 Overview of changes from GLib 2.29.16 to 2.29.18
6364 ================================================
6365
6366 * GDateTime is now respecting LC_TIME when formatting
6367
6368 * GTimeZoneMonitor has been removed again
6369
6370 * A new API for wallclock functionality has been added:
6371   g_date_time_source_new(). This API is still experimental
6372   and may be changed or removed before 2.30.
6373
6374 * Bugs fixed:
6375  628904 Add credential support for FreeBSD and fix a socket issue
6376  650763 gdbus-codegen is broken with python 2.7
6377  655129 GDateTime could provide api for implementing wall clocks
6378  656341 gtlsconsoleinteraction.c uses getpass() which isn't avail...
6379  656387 GCancellable can be used concurrently
6380  656443 Make GTlsInteraction ask_password cancellable
6381  656675 void functions should not return in glib 2.29.16
6382  656772 g_variant_compare for uint64 incorrect
6383  656914 Load GIO_EXTRA_MODULES first, and ignore duplicates
6384  657083 The header langinfo.h is not available on all systems
6385  657084 gfileutils: fix docs/annotations for temp file methods
6386  657138 Some files missing in POTFILES.in
6387  657206 GInputStream leaked in g_file_icon_load_async()
6388  657243 g_cancellable_set_error_if_cancelled() documentation
6389  657274 Use detected PYTHON variable as shebang for gdbus-codegen
6390  657336 Speling fixes for glib found with codespell
6391  657452 plural forms needed
6392  657454 Translation comment needed
6393  657540 Print out file:// URL to coverage HTML report after building
6394  657593 g_test_trap_fork calls close(-1)
6395  646082 Addresses from GSocket should be normalized before returning
6396  657517 fix gio/tests/gdbus-peer on bsd
6397
6398 * Translation updates:
6399  Brazilian Portuguese
6400  Galician
6401  Norwegian bokmål
6402  Punjabi
6403  Russian
6404  Serbian
6405  Spanish
6406  Swedish
6407  Traditional Chinese
6408  Uighur
6409
6410
6411 Overview of changes from GLib 2.29.14 to 2.29.16
6412 ================================================
6413
6414 * GTlsDatabase: an abstract class that provides support
6415   or certificate and key lookup. An implementation will
6416   be provided in glib-networking
6417
6418 * GHmac: Support or HMAC digests
6419
6420 * Misc new API:
6421  - g_ptr_array_add_full: creates a GPtrArray with
6422    a preallocated size and a destroy function
6423  - g_desktop_app_info_get_show_in: checks if a GDesktopAppInfo
6424    should be shown in a given desktop environment
6425  - g_mkdtemp, g_mkdtemp_full, g_dir_make_tmp: create
6426    temporary directories
6427
6428 * Unify thread wakeup implementations of GMainContext
6429   and GCancellable, and use eventfd for it when available
6430
6431 * Show mounts in $XDG_USER_DIR in addition to /media and $HOME
6432
6433 * Bugs fixed:
6434  636572 GTlsCertificateDB
6435  644601 Some tests need a running dbus session
6436  652284 deal with small key lengths
6437  652827 glib-2.29.8 no longer builds with mingw.org's toolchain
6438  653063 PEM parser fails parsing private key when put first
6439  654078 Fail to static linking with Glib library
6440  654450 New functions: g_ptr_array_new_full()
6441  654793 Add G_VALUE_INIT
6442  655044 GDesktopAppInfo: Add g_desktop_app_info_get_show_in()
6443  655148 gdbusconnection is broken when compiling with mingw
6444  655241 glocalfile.c no longer compiles with MinGW GCC
6445  655598 g_cancellable_get_fd: silently return -1 for NULL cancellable
6446  655664 gdbus should not abort if no dbus session is available
6447  655769 Use ZLIB_CFLAGS when compiling gio
6448  656031 Improve GVariant annotations
6449  656048 glib-codegen requires Python >= 2.5
6450  656151 configure test logic inverted, doesn't match comments
6451  656152 GCC only syntax used, yet other compilers allowed by configure.
6452  656162 allow use of lcov 1.9 for coverage
6453  656282 GDBusProxy: uninitialized local variables can be freed
6454  656283 Failing tls connection cause assertion
6455  118563 Add g_mkdtemp in the spirit of g_mkstemp
6456  636405 Add g_return_if_fail() to g_settings_bind_with_mapping()
6457  656039 race condition between GDBusProxy signals and public API
6458  656492 g_io_channel_new_file failure (open(2) behavior wrt POSIX)
6459
6460 * Translation updates:
6461  Bulgarian
6462  Esperanto
6463  French
6464  Galician
6465  German
6466  Hebrew
6467  Indonesian
6468  Italian
6469  Norwegian bokmål
6470  Russian
6471  Spanish
6472  Swedish
6473
6474
6475 Overview of changes from GLib 2.29.12 to 2.29.14
6476 ================================================
6477
6478 * Unicode improvements
6479  - add g_unicode_script_{to,from}_iso15924
6480  - add G_UNICODE_SPACING_MARK define
6481  - more normalisation improvements
6482  - stop using deprecated g_unicode_canonical_decomposition()
6483
6484 * GParamSpec:
6485  - mark the 'name' field as 'const' and add a comment to the header to
6486    help avoid future problems caused by bad hacks
6487
6488 * Merge some (modified) patches from Debian:
6489  - 03_blacklist-directories.patch
6490    - add some blacklisted mount directories
6491  - 60_wait-longer-for-threads-to-die.patch
6492    - sleep longer in a test case, if needed to avoid failing
6493
6494 * Units policy change: prefer use of SI units
6495  - deprecate g_format_size_for_display, add g_format_size(_full)
6496
6497 * GSettings: don't call g_error() when the schema is missing
6498
6499 * GVariant support for arrays of object paths:
6500  - new g_variant_{new,get,dup}_objv API
6501  - support for g_variant_{new,get} '^ao' and '^a&o' similar to '^as'
6502
6503 * GDBus:
6504  - use new improved array-of-objects support and pass 'ao' as char**
6505    instead of GVariant*
6506  - improve handling of 'h' type (Unix file descriptor index)
6507
6508 * GIO:
6509  - fix compilation without USE_STATFS and USE_STATVFS
6510
6511 * Documentation fixes
6512
6513 * Bugs fixed:
6514  622921 Migrate from dbus-glib to glib's GDBus
6515  648271 Add g_unicode_script_to_iso15924()
6516  654948 Stop using deprecated g_unicode_canonical_decomposition()
6517  654988 g_atomic_int_add should document behaviour change
6518  655025 #define G_UNICODE_SPACING_MARK G_UNICODE_COMBINING_MARK
6519  655076 normalization misses some Full_Composition_Exclusion=True. 
6520
6521 * Translations updated:
6522  Spanish
6523
6524 Overview of changes from GLib 2.29.10 to 2.29.12
6525 ================================================
6526
6527 * Add new API to do Unicode (de-)composition in atomic steps,
6528   for use in Harfbuzz.
6529
6530 * Bugs fixed:
6531  615895 (indirectly) support non-NULL-terminated regexes in GRegex
6532  617949 glib trunk fails to compile on Solaris w/ Studio 12...
6533  620423 Document the possibility to unset attributes
6534  627974 Floating reference headaches
6535  644687 Not finding cross-links in current doc set
6536  649246 g_output_stream_splice() cannot be used on 32-bit machines...
6537  653841 a helper script to build glib from git master on win32
6538  653935 g_slist_free_full/g_list_free_full iterates twice in the list
6539  654017 tests: fix glib_translations_work() in gsettings unit test
6540  654085 Don't needlessly use "echo -e" when creating .def files
6541  654195 Add g_unichar_compose() and g_unichar_decompose()
6542  654232 GCancellable eventfd problems
6543  654394 suspicious use of floating references in GDBusInterfaceSkeleton
6544  654536 GSettings: lift key name length restriction to 64
6545  654627 GParamSpec: intern property names
6546  654651 Better g_unicode_canonical_decomposition()
6547  654917 Make g_cclosure_marshal_generic the default signal handler
6548
6549 * Translation updates:
6550  Belarusian
6551  Finnish
6552  Korean
6553  Latvian
6554  Lithuanian
6555  Norwegian bokmål
6556  Turkish
6557
6558
6559 Overview of changes from GLib 2.29.8 to 2.29.10
6560 ===============================================
6561
6562 * New features:
6563  - g_desktop_app_info_get_nodisplay: a function that is required
6564    to port gnome-menus to GDesktopAppInfo
6565  - g_hash_Table_iter_replace: new function to replace a value
6566    while iterating over a hash table
6567  - g_utf8_substring: convenience API to extract substrings from
6568    UTF-8 strings
6569  - g_action_group_add_entries: convenience API for creating lots
6570    of actions quickly
6571  - Use eventfd instead of pipes for waking up main contexts and
6572    for cancellation when available
6573  - GMatchInfo is now a refcounted boxed type
6574
6575 * API changes in GAction:
6576  - the 'set_state' entry in the GActionInterface vtable has been
6577    renamed to 'change_state
6578  - g_action_set_state has been renamed to g_action_change_state
6579  - the 'state' property has been changed to read-only
6580  - GSimpleAction can no longer be subclassed
6581
6582 * Bug fixes
6583  647796 g_variant_new_variant is not marked as constructor
6584  652072 gmain: make use of signalfd()
6585  652168 Crosscompiling Fails if build<=2.24 and host >2.24
6586  652750 make dist fails
6587  652758 GDataInputStream: Clarify g_data_input_stream_read_line docs...
6588  652822 Add a g_hash_table_iter_replace
6589  652897 tiny docs clarification for g_utf8_to_ucs4_fast
6590  653140 gmain: use Linux eventfd() for main context wake up
6591  653429 drop AM_MAINTAINER_MODE or enable it by default
6592  653484 GAsyncCallbacks should default to allow-none
6593         Add missing fundamental types to the generic marshaller
6594
6595 * Translation updates
6596  Belarusian
6597  Galician
6598  Russian
6599
6600 Overview of changes from GLib 2.29.6 to 2.29.8
6601 ==============================================
6602
6603 * Bug fixes
6604  646608 export_symbols variable for gio dynamic library is wrong
6605  646635 Fix introspection of GLib
6606  647930 Documentation: GDataInputStream _read_upto() version
6607  651745 Switch to _ prefixing rather than G_GNUC_INTERNAL
6608  651920 Improve qsort_r detection
6609  651959 gbitlock: "asm goto" is not available in gcc < 4.5
6610  651998 gdbus-codegen: Use relative Python imports
6611  652000 Fix for gatomic.c on Windows/MSVC
6612  652002 Proposal to clean up gvaluetransform.c for MSVC
6613  652025 g_dbus_connection_register_object: error is not set...
6614  652081 Typos in a GBinding warning message
6615  652197 Improper handling of double values in GDBusMessage
6616         Fix a deadlock in gobject finalization
6617
6618 * Translation updates:
6619  Czech
6620  Galician
6621  German
6622  Hebrew
6623  Norwegian bokmål
6624  Spanish
6625  Uighur
6626
6627
6628 Overview of changes from GLib 2.29.4 to 2.29.6
6629 ==============================================
6630
6631 * Atomic operations have been rewritten from scratch to make use
6632   of gcc builtins where possible. As a side-effect of this, calls
6633   to g_atomic_ API with explicit casts may now be problematic; if
6634   that happens to you, try first to remove the casts. Another
6635   side-effect of the rewrite is that g_atomic_int_exchange_and_add
6636   has been deprecated in favor of g_atomic_int_add.
6637
6638 * A full set of atomic operations on pointers has been added,
6639   including bit locks in pointer-size locations.
6640
6641 * Access to quarks is now lockless
6642
6643 * GObject data scalability has been greatly improved
6644
6645 * g_data_time_format now supports alternative digits and padding
6646
6647 * Introspection improvements:
6648  - Add a boxed type for GVariantBuilder
6649  - Annotation fixes in GDBus, GVariant, g_base64_
6650
6651 * Bugs fixed:
6652  502560 g_rand_double_range returns 'inf'
6653  612729 g_mkdir_with_parents can fail if the directory already exists
6654  617491 g_once() implementation is inefficient
6655  619418 Add a performance test for UTF-8 decoding functions
6656  619435 Make g_utf8_to_ucs4_fast() yet faster
6657  626549 G_STATIC_ASSERT_EXPR
6658  631231 bitlock: Fix detection and usage of futexes with Bionic
6659  632294 g_queue_remove() should return a boolean
6660  640518 GMainLoop has quadratic complexity when all pollfd's...
6661  642026 Race condition in g_static_private_free
6662  646635 Fix introspection of GLib
6663  648678 g_date_time_format(): support %O flags for localized numbers
6664  649480 Use MSG_CMSG_CLOEXEC in recvmsg in gio/gsocket.c
6665  649506 GTestFunc et al lacking Since tag
6666  649657 Don't return gboolean for functions that throw
6667  649775 glib-gio-gdbuscodegen-Makefile.patch
6668  649915 gsettings accepts unquoted strings longer than two characters
6669  649973 gthread: build unix tests only on unix
6670  649988 gdbus-codegen: Drop dependency on argparse
6671  650078 forkbomb building glib/tests/protocol
6672  650211 Optimization in key file parsing
6673  650236 Application over DBus implements action state incorrectly
6674  650345 g_key_file_has_key_full: New function to fix g_key_file_has_key...
6675  650458 reduce overhead in g_object_set/get_data
6676  650459 hash table consistency while calling destroy notify funcs
6677  650688 enforce rules about hash table modification
6678  650823 expand the set of atomic ops
6679  650874 codegen chokes on docs
6680  650882 use stdout instead of stderr for informational messages
6681  650884 fix compilation with gcc2
6682  650885 implement glib credentials on OpenBSD (hackish)
6683  650935 G_GNUC_MAY_ALIAS and atomic ops
6684  651009 minor documentation fix
6685  651034 Regarding g_cond_wait after g_thread_pool_push in gthreadedresolver
6686  651133 race condition in GDBusConnection's emit_signal_instance_in_idle_cb
6687  651141 hashtable infinite loop
6688  651219 fix path to true(1) on OpenBSD
6689  651223 Fix some compile warnings on OpenBSD
6690  651327 Minor fixes for the gsocket API
6691  651467 Add pointer sized bitlocks
6692  651650 gdbus: Avoid busy wait loop
6693  651725 gmain: Cleanups and a new test case
6694  651745 Switch to _ prefixing rather than G_GNUC_INTERNAL
6695
6696 * Updated translations:
6697  Catalan (Valencian)
6698  Esperanto
6699  Hebrew
6700  Hungarian
6701  Russian
6702  Spanish
6703
6704
6705 Overview of changes from GLib 2.29.2 to 2.29.4
6706 ==============================================
6707
6708 * GDBus:
6709  - Includes several new types to support modeling D-Bus
6710    objects and interfaces more fully, and also introduces
6711    an 'object manager' pattern:
6712    GDBusInterface, GDBusObject, GDBusObjectManager
6713    These interfaces have client-side implementations:
6714    GDBusProxy, GDBusObjectProxy, GDBusObjectManagerClient
6715    And server-side implementations:
6716    GDBusInterfaceSkeleton, GDBusObjectSkeleton, GDBusObjectManagerServer
6717  - The new gdbus-codegen utility uses these new classes
6718    to generate C code and documentation from D-Bus interface
6719    descriptions in XML
6720
6721 * GTest:
6722  - There is now a g_test_fail() function to mark
6723    tests as failed
6724
6725 * GDesktopAppInfo
6726  - Now has a binding-friendly filename property
6727  - Other new API to more fully expose desktop file contents:
6728    g_desktop_app_info_get_categories(),
6729    g_desktop_app_info_get_generic_name()
6730
6731 * GHashTable:
6732  - Several optimizations to reduce space consumption of
6733    large hash tables, in particular tables that are used
6734    to store sets.
6735
6736 * Unix-specific APIs:
6737   GLib now installs a separate header, glib-unix.h, that is
6738   meant to collect Unix-specific APIs. For now, it contains
6739   g_unix_open_pipe(), g_unix_set_fd_non_blocking() for dealing
6740   with pipes and fds, as well as APIs to create mainloop
6741   sources which can trigger callbacks on certain Unix
6742   signals (SIGTERM, SIGHUP, SIGINT).
6743
6744 * Bugs fixed:
6745  631379 GDBus nonce-tcp test failing
6746  632631 GLib-CRITICAL **: g_variant_new_string: assertion `g_utf8_validate (string, -1, NULL)' failed
6747  635694 gdbus aborting due to unauthorized socket in DBUS_SESSION_BUS_ADDRESS
6748  637561 Crash when using G_DBUS_SERVER_FLAGS_RUN_IN_THREAD
6749  642935 g_date_time_format() prints wrong value for %z and timezone -0800
6750  643134 g_dbus_message_copy
6751  644941 glib-unix: New Unix-specific API
6752  646013 g_hash_table_remove_all_nodes optimization
6753  646309 glib cannot be cross-compilled for mingw32
6754  646435 GTimeZone doesn't seem to be thread-safe
6755  646957 GIO chained calls don't work with a thread default context
6756  647594 README link to mailing list is broken
6757  647602 Cannot connect to remote message bus via TCP
6758  647746 The GSocketService documentation is incomplete.
6759  647826 API: gtester: Add g_test_fail()
6760  647903 GDesktopAppInfo: Add g_desktop_app_info_get_categories()
6761  648416 g_app_info_create_from_commandline ignores SUPPORTS_STARTUP_NOTIFICATION
6762  648423 Support G_DEBUG=trap-warnings
6763  648425 GDesktopAppInfo: Add "filename" property for bindings
6764  648966 Update g_unichar_iswide and g_unichar_iswide_cjk
6765
6766 * Updated translations
6767  Norwegian bokmål
6768  Spanish
6769  Turkish
6770  Uighur
6771
6772
6773 Overview of Changes from GLib 2.28.0 to 2.29.2
6774 ==============================================
6775
6776 * GApplication
6777  - The documentation has been enhanced and clarified
6778  - An opt-out for uniqueness has been added: G_APPLICATION_NON_UNIQUE
6779  - GApplication now syncs settings before g_application_run() returns
6780
6781 * GDBus
6782  - Interface lookups are now happening in constant time
6783  - Signature checking and handling of various unexpected
6784    situations has been improved
6785
6786 * GVariant
6787  - The format accepted by the GVariant parser has beend documented
6788  - GVariant accepts G_VARIANT_TYPE_VARDICT for a{sv}
6789
6790 * GDateTime:
6791  - The return value of g_datetime_compare() has been fixed to
6792    match strcmp() semantics
6793  - In order to handle problems with changing timezones, a GTimeZoneMonitor
6794    has been added to GIO, and g_time_zone_refresh_local() can be
6795    called to update the cached information about the local timezone
6796
6797 * GOption now uses /proc/self/cmdline to set the program name instead
6798   and only falls back to "<unknown>" if that is unavailable
6799
6800 * GSettings:
6801  - The schema compiler now warns about references to non-existing schemas
6802
6803 * Commandline utilities are now fully translated
6804
6805 * Signals can now indicate that collecting their arguments must
6806   always happen, even in the absence of connected signal handlers,
6807   using the G_SIGNAL_MUST_COLLECT flag.
6808
6809 * Bugs fixed:
6810  635099 Memory leak in gdbus introspection when parsing xml
6811  640489 $ and ^ do not match lines if G_REGEX_MULTILINE|G_R...
6812  642042 Overriding GDBus org.freedesktop.DBus.Properties im...
6813  642052 g_timeout_add(_seconds) cannot handle large intervals
6814  642490 notify_desktop_launch() "g_variant_new_bytestring:...
6815  613269 g_type_get_qdata() doesn't work as I expected on subtypes
6816  624943 G_VALUE_NOCOPY_CONTENTS is undocumented
6817  637738 object_interface_check_properties never actually executes
6818  638185 GIOCondition should be annotated as "flags"
6819  639478 GDBusServer's g_dbus_server_new_sync() function should just...
6820  641755 Add g_settings_get/set_uint() helpers
6821  641768 dconf gsettings backend silently drops writes if it can't...
6822  642797 g_app_info_get_default_for_type() broken for subtypes
6823  642825 Unnecessary assertion failure in g_option_context_parse()
6824  642944 NULL key lookup using g_hash_table_lookup_extended()
6825  643074 Incorrect documentation for g_socket_receive() and g_socket...
6826  643197 g_application_id_is_valid docs imply no valid ids
6827  643468 GApplication docs: Warn that handling "command-line" means...
6828  643478 GApplication::local_command_line vfunc documentation seems wrong
6829  643624 Can g_variant_unref() on an already free'd variant
6830  643649 g_application_run() should say that argc/argv can be NULL
6831  643780 shouldn't need to create an action group to use actions...
6832  643795 g_timeout_add_seconds fires with intervals 1 second longer...
6833  644309 Program name is not set when using GtkApplication
6834  644428 Crash in failure section of g_markup_collect_attributes()
6835  644465 undefined reference to `_usleep'
6836  644552 g_timeout_add_seconds(1, ...) may have a latency of up to 2...
6837  644607 Correct internal definition of C_()
6838  645789 annotations for g_file_*_contents
6839  646039 g_settings_list_children() returns child that cannot be opened
6840  646310 Accept range with only min or max
6841  646420 g_dbus_method_invocation_get_parameters() docs should say...
6842  646843 occasional abort on autologin
6843  646985 add G_APPLICATION_NON_UNIQUE flag
6844  647579 gsettings: Implement reset-recursively
6845  647600 gsettings description has typo
6846
6847 * Translation updates
6848  Afrikaans
6849  Bulgarian
6850  Bengali India
6851  British English
6852  Bulgarian
6853  Catalan
6854  Czech
6855  Danish
6856  French
6857  Galician
6858  German
6859  Greek
6860  Gujarati
6861  Hebrew
6862  Hungarian
6863  Italian
6864  Japanese
6865  Korean
6866  Lithuanian
6867  Polish
6868  Portuguese
6869  Romanian
6870  Serbian
6871  Simplified Chinese
6872  Spanish
6873  Swedish
6874  Traditional Chinese
6875  Uighur
6876  Vietnamese
6877
6878
6879 Overview of Changes from GLib 2.27.93 to 2.28.0
6880 ===============================================
6881
6882 * Bugs fixed:
6883 641363 GInitable documentation isn't clear about that finalize...
6884 641395 Add more data about the origin application to the "Lau...
6885 641411 gdesktopappinfo signals lost if it's the session bus...
6886 641477 glib-mkenums uses unportable #! line
6887 641572 Add @EXEEXT@ to pkgconfig binary name
6888 641688 glib installs GSettings.html and gsettings.html
6889
6890 * Translation updates:
6891  Galician
6892  Italian
6893  Korean
6894  Punjabi
6895
6896
6897 Overview of Changes from GLib 2.27.92 to 2.27.93
6898 ================================================
6899
6900 * Bugs fixed:
6901  637013 gio/gdbusmessage.c fails to compile on Solaris
6902  640192 Error creating a Gio.Settings object through py...
6903  640261 Minimum version for external pcre needs to be..
6904  640262 GActionGroup contains redundant TYPE macros
6905  640436 Make load_user_special_dirs() resistant to non...
6906  640695 g_key_file_load_from_file() mishandles a CR-LF...
6907  640724 can't compile gio due to format string issues
6908  640725 can't compile tests due to format string issue
6909  640807 improve GVariant behaviour with invalid pointers
6910  640823 wrong documentation for g_source_add_child_source
6911
6912 * Translation updates:
6913  Bulgarian
6914  Galician
6915  Hebrew
6916  Norwegian bokmål
6917  Spanish
6918  Traditional Chinese
6919
6920
6921 Overview of Changes from GLib 2.27.91 to 2.27.92
6922 ================================================
6923
6924 * Update to Unicode 6.0
6925
6926 * Update PCRE to 8.12
6927
6928 * Bugs fixed:
6929  637696 g_unix_connection_send_fd() doesn't work
6930  638872 null settings backend bug
6931  640042 GtkApplication's warning about not connecting...
6932
6933 * Translation updates:
6934  Arabic
6935  Basque
6936  Estonian
6937  Greek
6938
6939 Overview of Changes from GLib 2.27.90 to 2.27.91
6940 ================================================
6941
6942 * Bugs fixed:
6943  638838 gdesktopappinfo: Don't crash if we don't have a desktop filename
6944  638894 Splitting on \s* gives no result
6945  639064 Update gschema.dtd
6946  639084 Copy/paste error in GSettings::writable-changed signal
6947  639177 SIGSEGV for GApplications with G_APPLICATION_IS_SERVICE
6948
6949 * Translation updates:
6950  Estonian
6951  Galician
6952  Indonesian
6953
6954
6955 Overview of Changes from GLib 2.27.5 to 2.27.90
6956 ===============================================
6957
6958 * Test reports created by gtester-report can now
6959   include revision information
6960
6961 * The g_desktop_app_info_launch_* family of functions
6962   now emit a DBus signal when an application is launched.
6963   Additionally, there is a new variant
6964   g_desktop_app_info_launch_uris_as_manager(), which
6965   gives more control over the launched process.
6966
6967 * The memory and null GSettings backends are now available
6968   as public API
6969
6970 * g_get_locale_variants() is a new function that returns a
6971   list of variants of a locale identifier
6972
6973 * Bugs fixed:
6974  587898 I/O timeouts for GSocket
6975  606960 gio: Add extension point for informing parties...
6976  631980 Handle an optional <revision> node in the report...
6977  634569 Document that g_variant_builder_add_value consumes...
6978  635998 Make _g_compute_locale_variants public
6979  636806 Add g_{memory,null}_settings_backend_get_default
6980  637262 Need a binary DER version of ::accepted-cas
6981  637544 Skip fsync() on btrfs
6982  637720 void functions should not return a value.
6983  637738 object_interface_check_properties never actually...
6984  637759 GIOChannel: fix a crash in g_io_channel_read_chars()
6985  637852 Updates to glib.vsprops file for MSVC 2008 builds...
6986  637858 Updates to test/testglib.c...
6987  638349 parameter name of g_variant_new_* may conflict...
6988
6989 * Translation updates:
6990  Hebrew
6991  Norwegian bokmål
6992  Simplified Chinese
6993  Spanish
6994  Swedish
6995  Uyghur
6996  Vietnamese
6997
6998
6999 Overview of Changes from GLib 2.27.4 to 2.27.5
7000 ==============================================
7001
7002 * Network support:
7003  - Add g_tls_certificate_verify() to verify a certificate
7004  - Add GTlsConnection:use-system-certdb
7005  - Other TLS api additions
7006
7007 * GIO:
7008  - Add g_io_stream_splice_async()/_finish() to splice two iostreams
7009  - Add g_emblemed_icon_clear_emblems() and make GEmblemedIcon derivable
7010  - Remove GPeriodic; it did not receive the necessary review and
7011    integration work to declare it stable
7012
7013 * GSequence:
7014  - New methods g_sequence_lookup() and g_sequence_lookup_iter()
7015
7016 * Bugs fixed:
7017  617254 Missing g_sequence_lookup
7018  632544 g_dbus_connection_send_message can not send a locked message...
7019  633350 g_hostname_to_ascii() ignores non-ascii dots
7020  634583 Better error reporting for g_variant_parse()
7021  635007 gsetting enum rule don't work for out-of-srcdir builds
7022  635626 GDBus message idle can execute while flushes are pending
7023  636100 Can't read GSettings:backend property
7024  636305 Typo on g_queue_remove_all() function description
7025  636311 appinfo: tweak application positioning for content-types
7026  636351 g_simple_async_result_is_valid lacks a version tag
7027  636387 gdb autoload files shadow the "dir" builtin
7028  636673 g_simple_async_report_error_in_idle should allow object...
7029  637147 Add a "delay-apply" property to GSettings
7030  637171 emblemedicon: add g_emblemed_icon_clear_emblems()
7031  637237 gapplication: plug a memory leak
7032
7033 * Translation updates:
7034  Estonian
7035  Galician
7036  Hebrew
7037  Norwegian bokmål
7038  Simplified Chinese
7039  Spanish
7040  Traditional Chinese
7041  Vietnamese
7042
7043
7044 Overview of Changes from GLib 2.27.3 to 2.27.4
7045 ==============================================
7046
7047 * GIO
7048  - Mounts are treated as hidden if they have a path element
7049    that starts with a dot
7050  - GAppInfo gained API to differentiate between recommended
7051    and fallback mime handlers
7052  - g_cancellable_create_source: creates a GSource that triggers
7053    when the GCancellable is canceled
7054  - GPollableInput/OutputStream: Interfaces for pollable streams
7055  - TLS support has landed, with an extension point that is
7056    implemented in glib-networking
7057
7058 * GLib
7059  - Mainloop sources can now have 'child sources'
7060  - g_get_runtime_dir: New function to return the XDG_RUNTIME_DIR
7061
7062 * Bugs fixed:
7063  530786 GFileMonitor "changed" signal underdocumented
7064  588189 TLS support for GSocket*
7065  630357 g_object_new_valist uses uninitialized memory
7066  630559 typo in public string in gsocks: 'The SOCKSv5 require...
7067  632445 Documentation refers to removed GNOME 2.0 porting guide
7068  634239 Child GSources
7069  634241 Add pollable input/output streams
7070  634504 allow passing a NULL emblem to g_emblemed_icon_new()
7071  634613 unsufficient g_get_user_runtime_dir() documentation
7072  635640 schema should inherit gettext-domain from schemalist
7073  635768 Protect g_file_monitor_set_rate_limit() against negative...
7074  635882 Fix the wrong-category schema test
7075  635187 Wrong type of GVariant received in an action...
7076
7077 * Updated translations:
7078  Galician
7079  Italian
7080  Norwegian bokmål
7081  Uyghur
7082
7083
7084 Overview of Changes from GLib 2.27.2 to 2.27.3
7085 ==============================================
7086
7087 * The GTimeSpec type that was introduced in the 2.27.2 has been
7088   dropped again in favour of APIs that return microseconds as
7089   64-bit integer.
7090   Affected functions:
7091   g_source_get_time
7092   g_periodic_unblock
7093   g_get_monotonic_time
7094   g_get_real_time
7095   The similar GTimeVal struct is still around, but its use is
7096   discouraged.
7097
7098 * GTimer is now using monotonic time unconditionally
7099
7100 * There are some new functions to facilitate error reporting
7101   in async GIO APIs:
7102   g_simple_async_result_take_error
7103   g_simple_async_result_new_take_error
7104   g_simple_async_report_take_gerror_in_idle
7105
7106 * There is new convenience API to us GVariant dictionaries:
7107   g_variant_lookup
7108
7109 * It is now possible to delay sending match rules to the
7110   D-Bus daemon in GDBus:
7111   G_DBUS_SIGNAL_FLAGS_NO_MATCH_RULE
7112
7113 * Support has been added for XDG_RUNTIME_DIR:
7114   g_get_user_runtime_dir
7115
7116 * Various fixes for Win64/MSVC builds have been committed
7117
7118 * Bugs fixed:
7119  620263 Add g_clear_object, g_clear_pointer, g_clear_boxed
7120  633075 update Project Files and sources for MSVC 2008/C89
7121  633381 gsettings Makefile rules should handle empty list...
7122  633685 Use g_simple_async_result_{new_,}take_error
7123  633686 Add g_simple_async_report_take_gerror_in_idle
7124
7125 * Translation updates:
7126   Belarusian
7127   Galician
7128   Hebrew
7129   Punjabi
7130   Spanish
7131
7132
7133 Overview of Changes from GLib 2.27.1 to 2.27.2
7134 ==============================================
7135
7136 * GApplication
7137  - Export actions over DBus and support activating them from remote instances
7138  - Support environment passing
7139
7140 * GSettings
7141  - The gsettings utility has a list-recursively command
7142  - The gsettings utility has commandline completion for enum values
7143
7144 * GLib is now linked against librt and uses monotonic time for
7145   timeouts and GPeriod sources. GSource has a new g_source_get_time()
7146   which returns monotonic time, and g_source_get_current_time() has
7147   been deprecated
7148
7149 * Bugs fixed:
7150  158725 free linked list with data
7151  626320 GVariant: Avoid locking in g_variant_get_child_value() if possible
7152  629247 add gsimpleasyncresult methods to take over a GError
7153  629274 GNetworkService does not do fallback when there is no SRV record
7154  631264 gsettings-tool choice/range support
7155  631482 g_date_time_from_instant: 1000000000000000000
7156  632169 docs for manual use of gsettings-data-convert
7157  632571 Add equivalent to gconftool-2's -R option
7158  633115 GSettings m4 doesn't fail the build for broken schemas
7159  633206 Default g_application_local_command_line() doesn't set exit_status...
7160  633339 support more complex gapplication setups
7161  633356 Make timeout G_MAXINT mean "no timeout"
7162
7163 * Translation updates:
7164  Catalan (Valencian)
7165  Indonesian
7166  Japanese
7167
7168
7169 Overview of Changes from GLib 2.27.0 to 2.27.1
7170 ==============================================
7171
7172 * GDateTime now has full week number support.
7173   New API: g_date_time_get_week_numbering_year
7174
7175 * The GSettings schema compiler will now skip over
7176   broken .xml schema files instead of aborting altogether
7177
7178 * GSettings now works properly on bigendian systems
7179
7180 * GSettings has more complete support for ranges
7181   New API:
7182     g_settings_get_range
7183     g_settings_range_check
7184   The gsettings commandline tool supports ranges too.
7185
7186 * GApplication has been rewritten; see the API docs for details
7187   and examples. The action support is not complete yet.
7188
7189 * The GLib mainloop has gained 'dispatch to context' functionality,
7190   which can replace manually created idles in many cases.
7191   New API:
7192     g_main_context_invoke
7193     g_main_context_invoke_full
7194
7195 * The gio-desktop-app-info-lookup extension point has been
7196   removed from GIO. GIO now uses x-scheme-handler mimetypes when
7197   looking for default applications.
7198
7199 * On win32, make g_get_user_data_dir() return the CSIDL_LOCAL_APPDATA
7200   folder on Windows, and not CSIDL_PERSONAL. This matches what Qt does,
7201   and has been widely requested. Also make g_get_user_config_dir() return
7202   this and not the (roaming) CSIDL_APPDATA folder.
7203
7204 * A periodic event clock has been added in GIO: GPeriodic. Note that this
7205   API is still experimental and expected to undergo changes before it
7206   will be incorporated into a stable GLib release. Use at your own risk.
7207
7208 Bug fixes:
7209  613822 gobject signal connect/disconnect not thread safe
7210  618737 "dispatch to context" functionality
7211  620710 g_get_user_data_dir() uses CSIDL_PERSONAL and not CSIDL_APPDATA
7212  623400 acquire context before dispatching
7213  627126 gsettings schema files don't get installed on FreeBSD
7214  627171 g_socket_new_from_fd() doesn't set the right protocol
7215  628876 Wrong error description
7216  628937 gracefully handle broken schemas
7217  629274 GNetworkService doesn't fallback when there is no SRV record
7218  629289 g_error() used wrong, produces core dump
7219  629687 leaks class refcount in gsocketcontrolmessage
7220  629849 GLib-CRITICAL **: g_source_get_context: assertion `!SOURCE_...
7221  629945 GDBus deadlock in g_bus_get_sync()
7222  630000 g_date_time_difference
7223  630077 GDateTime week number support
7224  630185 Allow NULL strings in g_quark_try_string()
7225  630797 docs mention non-existent g_object_dispose()
7226  630968 gschema-compile problems on power g5
7227  631263 GSettings needs range/choice APIs
7228  631264 gsettings-tool choice/range support
7229  631379 GDBus nonce-tcp test failing
7230  631410 Port gapplookupgconf.c to using x-scheme-handler/
7231  632884 Possible deadlock in g_object_remove_toggle_ref()
7232
7233 Transation updates:
7234  Basque
7235  Brazilian Portuguese
7236  British English
7237  Bulgarian
7238  Czech
7239  Dutch
7240  Estonian
7241  French
7242  Galician
7243  German
7244  Greek
7245  Hebrew
7246  Hungarian
7247  Japanese
7248  Lithuanian
7249  Polish
7250  Portuguese
7251  Romanian
7252  Simplified Chinese
7253  Slovenian
7254  Spanish
7255
7256
7257 Overview of Changes from GLib 2.25.15 to GLib 2.27.0
7258 ====================================================
7259
7260 Build:
7261   - massive restructuring to reduce #include abuse
7262   - tweaks to silence some harmless compiler warnings
7263   - rename gschema-compile.c to glib-compile-schemas.c
7264   - Windows fixes
7265   - fix building with zlib < 1.2.4 on win32
7266
7267 GDateTime:
7268   - better msgctxt for translating month and weekday names
7269   - API is changed quite a lot, implementation is improved
7270   - GTimeZone is now exposed
7271
7272 GObject:
7273   - make ordering for overridden interface properties consistent
7274   - ->priv structures are limited to 64k but this was not documented,
7275     and exceeding this limit produced bad results.  Add docs and enforce
7276     the limit properly.
7277   - add g_object_class_install_properties() to install multiple
7278     properties in one go
7279   - improve debugging output for GValue containing G_TYPE_STRV
7280
7281 GIO:
7282   - fix priority sorting of GIO extensions
7283   - add GCredentials support on FreeBSD
7284   - fix support for IPv6 addresses in URI parsing functions
7285   - GSocketClient fixes for when g_socket_connect succeeds immediately
7286   - clarify string encoding for GFile constructors in docs
7287   - new functions g_data_input_stream_read_upto{,async,finish}
7288   - tweak confusing documentation for g_output_stream_write()
7289
7290 GDBus:
7291   - GDBusMessage can now be locked and copied (like in libdbus)
7292   - GDBusConnection filter function API has changed again
7293   - GDBusServer: ::new-connection now declares if the connection was claimed
7294   - add a partial workaround for GObject bug 627724.
7295   - very many memory leaks fixed
7296
7297 GVariant:
7298   - check for size == 0 in g_variant_get_bytestring to avoid a crash
7299     when attempting to get_bytestring() from an empty array
7300   - improve gobject-introspection annotations
7301
7302 GSettings:
7303   - add GSettings Windows registry backend
7304   - some internal tweaks to the backend API
7305   - remove g_settings_list_items
7306   - add g_settings_list_children and _list_keys to replace it
7307   - add schema compiler restrictions for dealing with lists
7308   - don't automatically emit value changed signals on writability
7309     changes
7310
7311 Other:
7312   - constify the 'parser' vtable param to g_markup_parse_context_push()
7313   - plug many memory leaks in test cases
7314
7315 Bugs closed:
7316   50076 Time API to go with date API
7317  584284 g_data_input_stream_read_until_async different from sync version
7318  624546 Modification of GDBusMessage in filter function
7319  626919 Let g_object_class_install_property() return the installed GParamSpec*
7320  628029 GDateTime missing get_week_of_year method
7321  628253 Interface properties not listed in a consistent order
7322  628331 Plug lots of mem leaks in gio test suite
7323  628345 Plug a mem leak
7324  628436 Plug a mem leak
7325  628505 Fix building with zlib < 1.2.4 on win32
7326  628839 [PATCH] datetime: Rename shadowing variables
7327  628904 [PATCH] Add credential support for FreeBSD and fix a socket issue
7328  628952 incorrect glib_major_version and other variables on cygwin.
7329  629192 g_strdup_value_contents(): dump GStrv more usefully
7330  629251 g_socket_client_async_connect_complete: assertion failed
7331  629259 Failed to connect to "::1"
7332  629328 g_markup_parse_context_push doesn't respect const structs
7333  629429 month "May" short and full form same with "GDateTime" msgctxt
7334  629689 GDBusConnection leaks its GCredentials
7335  629698 Segfault in g_variant_get_bytestring() 
7336
7337 Updated translations:
7338   Arabic
7339   Armenian
7340   Basque
7341   British English
7342   Czech
7343   Finnish
7344   Galician
7345   German
7346   Hungarian
7347   Indonesian
7348   Japanese
7349   Lithuanian
7350   Norwegian bokmål
7351   Polish
7352   Portuguese
7353   Punjabi
7354   Simplified Chinese
7355   Slovenian
7356   Spanish
7357   Swedish
7358   Swedish
7359   Traditional Chinese
7360
7361 Overview of Changes from GLib 2.25.14 to GLib 2.25.15
7362 =====================================================
7363
7364  * GIO
7365   - Memory leak fixes
7366   - The GZip(De}Compressor can now process header information
7367   - Support for network proxies has been added, with the GProxy
7368     interface and the gio-proxy-resolver extension point. GIO
7369     includes SOCKSv4 and SOCKSv5 implementations, and libproxy
7370     is also going to provide an implementation of this extension
7371     point.
7372   - There are GAction and GActionGroup interfaces now, which will
7373     be used in GApplication in the near future.
7374
7375  * GObject
7376   - There are now convenience macros for defining boxed and
7377     pointer types
7378
7379  * GDBus
7380   - Memory leak fixes
7381   - GDBusProxy for well-known names can now auto-restart
7382     the service if the name owner disapperas
7383   - Filter functions are now allowed to modify messages
7384
7385  * GLib
7386   - GDateTime is a replacement for GDate that supports time
7387     and timezone information.
7388
7389  * Bugs fixed:
7390   50076 Time API to go with date API
7391  449565 Add G_DEFINE_BOXED_TYPE()
7392  617691 Add GZIP header processing to GZlibCompressor/GZlibDecompressor
7393  622184 add g_memory_output_stream_steal_data
7394  624546 Modification of GDBusMessage in filter function
7395  627088 Build failure in gdbus-peer.c on FreeBSD
7396  627181 save a memdup
7397  627182 Plug a mem leak in the gdbus-connection test
7398  627187 Plug some gdbus mem leaks
7399  627188 gdbus-non-socket test occasionally fails
7400  627252 G_OPTION_FLAG_NO_ARG is only for callback options
7401  627392 gdbus commit 8a3a4596 breaks win32 compile
7402  627407 FTBFS on !linux UNIX platforms
7403  627604 String error: 'that' twice in a row
7404  627969 ABR in g_file_open_tmp
7405  628084 gdbus-peer fails with assertion
7406  628193 Miscellaneous string fixes
7407  628296 abort() in gsocketconnection.c
7408  628309 Plug a mem leak in GConverterOutputStream
7409  628317 GEmblemedIcon:equal implementation is buggy
7410  628323 Fix invalid reads
7411  628327 Plug a mem leak
7412  628328 Plug a mem leak
7413  628329 Don't leak the FD list
7414  628324 Invalid reads in gdbus-export test
7415
7416  * Updated translations:
7417   British English
7418   Danish
7419   Galician
7420   Hebrew
7421   Punjabi
7422   Serbian
7423   Spanish
7424   Traditional Chinese
7425
7426
7427 Overview of Changes from GLib 2.25.13 to GLib 2.25.14
7428 =====================================================
7429
7430 * GDBus
7431  - Make the closure variants of GDBus apis work
7432  - Make error unregistration work
7433  - Use async IO in the IO thread (626748)
7434
7435 * GIO
7436  - Make g_simple_async_result_is_valid work without source (626208)
7437  - GSocketClient: add a timeout property
7438  - Fix memory leaks in GSocketClient
7439  - Handle async vs. sync correctly in GSocketConnection stream (616458)
7440  - Declare stream base classes as abstract
7441  - Clarify semantics of g_output_stream_write() (627071)
7442
7443 * Other
7444  - Improve test coverage for GDBus, GRegex, GAsyncResult
7445  - Drop dead code in pcre, xdgmime
7446  - Fix a race condition in gtester (578295)
7447  - Avoid an extra allocation in GAsyncQueue (626704)
7448  - Add test case for non-socket GIOStream (626841)
7449  - More explicit GVariant docs (622770)
7450  - Imroved docs for GAsyncInitable and GSimpleAsyncResult (602417)
7451
7452 * Translation updates:
7453  - Galician
7454  - Norwegian bokmål
7455  - Punjabi
7456  - Simplified Chinese
7457  - Swedish
7458
7459
7460 Overview of Changes from GLib 2.25.12 to GLib 2.25.13
7461 =====================================================
7462
7463 +-------------------------------------------------------------------+
7464 |   WARNING: There have been no breaks in API or ABI.  Weird, eh?   |
7465 +-------------------------------------------------------------------+
7466
7467 The primary purpose of this release is to fix a serious problem with
7468 glib 2.25.12: glibconfig.h (as generated on a Fedora amd64 system) was
7469 being distributed in the tarball.  It was being used to build some parts
7470 of glib on other systems (eg: 32bit ones).  This was causing some very
7471 serious problems.
7472
7473 There have been many other improvements, however:
7474
7475  Build and testing:
7476   - vastly improved test coverage
7477   - old tests moved to the gtester framework
7478   - gtester Makefile modified so that the tests only run once
7479   - cleanup of how we handle includes while building glib
7480
7481  GVariant:
7482   - add a g_return_if_fail (utf8) to g_variant_new_string()
7483
7484  GDBus:
7485   - perform extra sanity checks when serialising messages
7486   - add API to query and set the byteorder of a GDBusMessage
7487   - improve debug output, add some extra options
7488   - if exiting due to the bus disconnecting us, print an error message
7489     explaining why
7490   - sort property names correctly
7491   - don't bother sending RemoveMatch when we will close the connection
7492     anyway
7493   - use effective uid/gid for credential passing
7494
7495  GSettings:
7496   - add G_SETTINGS_BIND_INVERT_BOOLEAN for inverting boolean bindings
7497     without mapping functions
7498   - mark all strings in the schema compiler for translation
7499
7500  Binding:
7501   - improve closure support for bindings
7502   - copy GSettings INVERT_BOOLEAN flag
7503
7504  Other:
7505   - fix another complicated GCancellable deadlock possibility
7506
7507 Bugs closed:
7508  599590 glib build doesn't look for correct pkg-config
7509  619026 avoid warning in gutils.h when using gcc with -Wconversion
7510  624739 Please fix POTFILES.in
7511  625472 Valgrind claims uninitialized bytes used
7512  625500 g_date_set_time_val documentation doesn't mention local time
7513  625628 GDBusProxy: wrong property name sorting
7514  625753 Incorrect flags used in g_dbus_connection_call_sync()
7515  625827 Expand documentation about error quark naming
7516  625988 builddir != srcdir issues
7517  626107 glibconfig.h is being disted
7518
7519 Updated translations:
7520  French
7521  Galician
7522  Hebrew
7523  Norwegian bokmål
7524  Spanish
7525
7526
7527 Overview of Changes from GLib 2.25.11 to GLib 2.25.12
7528 =====================================================
7529
7530 +-------------------------------------------------------------------+
7531 | WARNING: There have been many API changes in GDBus -- sending     |
7532 | messages, subscribing to signals, closing connections and         |
7533 | registering subtrees are affected.  The ABI for GSettingsBackend  |
7534 | has also been changed.  For both reasons, a new dconf release is  |
7535 | required (and will be along soon).                                |
7536 +-------------------------------------------------------------------+
7537
7538 Build:
7539   - cleanup automake setup
7540   - rename configure.in to configure.ac
7541   - various docs fixups
7542   - move glibconfig.h to glib/
7543   - disable dtrace support on Mac OS (which has incompatible 'dtrace')
7544
7545 GSettings:
7546   - add support for vendor override files (to change the default values
7547     in a schema)
7548   - change GSettingsBackend vtable
7549   - add g_settings_reset()
7550   - support binding to G_TYPE_STRV properties
7551
7552 GDBus:
7553   - many bug fixes, including a serialisation fix
7554   - stop handling incoming connections as soon as stop() is called
7555   - proper support for file descriptor passing
7556   - new flags parameter for sending messages
7557   - new flags parameter for subscribing to signals
7558   - always reset the message serial when sending a message unless
7559     G_DBUS_SEND_MESSAGE_FLAGS_PRESERVE_SERIAL is given
7560   - constness fixes for introspection structures
7561   - clean ups to subtree registration API
7562
7563 Other:
7564   - fix divide by zero bug in g_malloc_n functions
7565   - GIO: don't blindly assume that SOCK_CLOEXEC is supported
7566   - make GObject property notify freezes threadsafe
7567   - GIO: clean up credentials passing
7568   - GApplication: make default-quit not apply if register=FALSE
7569   - GIO: add annotations for gobject-introspection
7570
7571 Bugs closed:
7572  166020 use GAtomic for refcounting
7573  617483 Credentials passing
7574  622005 [GApplication] no way to modify the "default-quit" property
7575  623293 vendor override files
7576  623810 Message serialization bug
7577  623815 Don't check sender for GDBusProxy objects where name is not set
7578  624473 GDBusSubtreeIntrospectFunc return type
7579  624483 GDBusSubtreeEnumerateFunc clarification
7580  624484 GDBusSubtreeDispatchFunc clarification
7581  624754 gdbusaddress.c missing sys/wait.h
7582  624968 div by zero in g_malloc_n family
7583  624991 GSettings mapping for G_TYPE_STRV 
7584  625383 Add missing GI annotations
7585
7586 Updated Translations:
7587  Armenian
7588  Galician
7589  German
7590  Hebrew
7591  Kazakh
7592  Romanian
7593  Simplified Chinese
7594  Spanish
7595
7596 Overview of Changes from GLib 2.25.10 to GLib 2.25.11
7597 =====================================================
7598
7599 +-------------------------------------------------------------------+
7600 | WARNING: There have been minor API changes in GDBus and GVariant. |
7601 | These API changes will not affect many users, but they do require |
7602 | a new version of GTK+ to be installed.                            |
7603 +-------------------------------------------------------------------+
7604
7605 Build:
7606   - add a --disable-Bsymbolic configure flag to disable linking with
7607     -Bsymbolic-functions
7608   - this release sees the complete removal of the old 'g*alias' hacks
7609   - honour the NOCONFIGURE environment variable from autogen.sh
7610   - use proper feature test macros for isnan
7611   - use pkg-config to check for zlib
7612   - add ACLOCAL_AMFLAGS to Makefile.am
7613
7614 GDBus:
7615   - hide Class and instance structures for all GDBus types except
7616     GDBusProxy.  This breaks API by preventing subclassing, but probably
7617     nobody was doing that.
7618   - add new GDBusConnection call to support flushing all pending
7619     outgoing messages
7620   - change the register_object API to add a reference to the
7621     GDBusInterfaceInfo object so the caller need not keep it alive
7622     themselves
7623   - don't rewrite the serial number when sending messages that already
7624     have a serial number
7625   - better error checking for DBUS_SESSION_BUS_ADDRESS environment
7626     variable
7627   - switch to g_parse_debug_string for G_DBUS_DEBUG and add a lot of new
7628     flags
7629   - add support for temporarily freezing a freshly created
7630     GDBusConnection.  Do this until after the ::new-connection signal
7631     has finished running on GDBus services.
7632   - never require non-closed connections (the user is incapable of doing
7633     this due to the obvious race)
7634   - remove weird/misleading redundant check on NameOwnerChanged signal
7635   - emit GDBusProxy::g-properties-changed on NameOwnerChanged
7636
7637 GVariant:
7638   - the 'g_variant_{new,get}_byte_array' APIs have been removed
7639   - g_variant_{new,get,dup}_bytestring has been added, with different
7640     arguments and different behaviour
7641   - g_variant_{new,get,dup}_bytestring_array has been added, doing
7642     essentially the same thing as the 'strv' functions, but with byte
7643     strings instead of utf8 strings
7644   - G_VARIANT_TYPE_BYTESTRING ('ay'), BYTESTRING_ARRAY ('aay') and
7645     STRING_ARRAY ('as') constants have been added
7646   - the undocumented behaviour that g_variant_get_strv() deserialised
7647     arrays of object paths or signature strings has been dropped
7648   - additional varargs support for converting bytestrings or bytestring
7649     arrays with ^ay ^aay ^&ay and ^a&ay
7650   - improved gobject-introspection annotation
7651   - fix a problem with GBuffer calling g_slice_free for the wrong type
7652   - fix leaks in the type inferencing code of the parser
7653
7654 GSettings:
7655   - improved documentation
7656   - updated schema XML DTD, now xincluded into the docs
7657   - added support for schemas that extend other schemas (using the
7658     'extends=' attribute).  Values of keys in the base schema can be
7659     overridden using <override>.
7660   - added theoretical support for lists (using the 'list-of=' attribute)
7661   - lots of new tests
7662   - add support for flags (implemented similarly to enums)
7663   - add support for generating .enums.xml files to gsettings.m4:
7664       gsettings_ENUM_NAMESPACE = org.example.myapp
7665       gsettings_ENUM_FILES = ../path/to/*.h
7666     will generate org.example.myapp.enums.xml with mappings for all
7667     enums and flags in the specified .h files.
7668   - warn with g_message() if the 'memory' backend is used by default
7669     (ie: because no other GSettings backends are installed)
7670   - fix get_property() for GSettings::schema
7671   - command line tool: fix a bug that prevented non-basic values from
7672     being set due to a premature free
7673   - command line tool: bash completion support
7674   - chain up in _finalize
7675   - add a new g_settings_get_mapped API to read settings that require
7676     post-processing
7677   - retry with the translated or schema default value if the
7678     GSettingsBindGetMapping function fails
7679   - schema compiler: never fail due to empty schema directories (but
7680     warn)
7681   - peek rather than ref/unref the GEnumClass in the mapping function
7682   - schema compiler: compile *.enums.xml before *.gschemas.xml to ensure
7683     that we have all the enums that the schemas may reference
7684   - schema compiler: improve accuracy of line numbers in error reports
7685   - fix crashes in the keyfile backend caused by invalid group names in
7686     the keyfile
7687
7688 Other:
7689   - always intern GBinding prop names
7690   - base64: remove asserts preventing conversion of empty strings
7691   - document NULL special-cases for GValueArray
7692   - GNode docs improvements
7693   - improve detection of 'system internal' mounts
7694   - fix leaks in the inotify GFileMonitor implementation
7695   - annotate all custom GIO GSources to improve debugging (e.g. using
7696     SystemTap)
7697
7698 Tests:
7699   - Turn on glibc malloc checking features for make check
7700   - improvements for GSettings tests, plus new tests
7701   - improved tests for GKeyfile
7702   - new tests for GDir, GSList, GSList, GAppLaunchContext,
7703     CharsetConverter, GIcon, ...
7704   - move some tests to GTester (tree tests, uri tests)
7705   - generally, really an awful lot of new tests
7706   - don't try to allocate 2gigs of memory anymore for the array test
7707
7708  552363 g_value_array_{insert,prepend,append}'s special cases for NULL
7709  561248 Improve return value description from g_node_prev/next_sibling()
7710  570036 Add ACLOCAL_AMFLAGS to Makefile.am
7711  576833 g_sprintf add a reference to g_strdup_printf
7712  576854 g_strconcat() documentation should provide a hint about bad l10n
7713  582227 reference: add other URI functions to 'URI Functions' section
7714  599223 should provide g_spawn_* variants that take a GAppLaunchContext
7715  610784 array test failing
7716  613057 Leak in inotify GFileMonitor implementation
7717  620536 Annotate all custom GIO GSource using g_source_set_name
7718  620913 More control with G_DBUS_DEBUG
7719  622124 implement flags
7720  622127 GSettings extended key validation
7721  622128 retry with default value for failed mapping
7722  622294 More annotations for GVariant
7723  622565 glib-compile-schemas fails when no schemas
7724  622600 Fix missing prototype warning
7725  622813 gsettings mapping & enum buglet
7726  623142 Ensure ::new-connection runs before processing D-Bus messages
7727  623143 Never require non-closed connections
7728  623319 use g_parse_debug_string for dbus debug flags
7729  623401 process enums first
7730  623402 schema compiler reports wrong line numbers
7731  623407 g_keyfile_settings_backend_new crashes with the key "/"
7732  623473 zlib should be checked with pkg-config
7733  623537 GDBusProxy has weird checking on NameOwnerChanged
7734  623538 GDBusProxy::g-properties-changed emission for corner cases
7735  623692 directory with file at multiple MLS levels may display empty
7736  623720 gschema.dtd does not contain enum definitions
7737  623770 quoting of expand_macro in gdesktopappinfo.c
7738  623772 gdesktopappinfo.c, function child_setup
7739  623780 g_unix_is_mount_path_system_internal
7740  623954 g_settings_finalize
7741  623955 Dubious return values
7742
7743 Updated translations:
7744  Galician
7745  Hebrew
7746  Norwegian bokmål
7747  Spanish
7748
7749 Overview of Changes from GLib 2.25.9 to GLib 2.25.10
7750 ====================================================
7751
7752 +----------------------------------------------------------------+
7753 | WARNING: There have been API changes in GDBus. Users of these  |
7754 | APIs will need to be adapted.  In particular, a new release of |
7755 | dconf is required to go along with this one.  There has also   |
7756 | been a change in the GSettings backend API used for keyfiles.  |
7757 +----------------------------------------------------------------+
7758
7759 * GDBus:
7760  - add direction parameter to filter functions (API change)
7761  - allow calling other interfaces with a GDBusProxy
7762  - padding added to class struct fields (ABI change)
7763  - fixes for closures-based functions
7764
7765 * GVariant:
7766  - new is_floating() call
7767  - add g_value_take_variant() call (required for marshallers)
7768
7769 * GSettings:
7770  - support for binding GParamSpecEnum properties
7771  - ifelse-style condition support for GLIB_GSETTINGS m4 macro
7772  - remove gsettings-schema-convert tool (now in GConf)
7773  - allow introspection of all installed schemas
7774  - allow introspection of the keys in a schema
7775  - rewrite keyfile backend (API change)
7776
7777 * GNIO:
7778  - don't implicitly close GSocket until it is destroyed
7779  - windows fixups
7780
7781 * Other:
7782  - allow GChecksum to take (NULL, 0) for data/length
7783  - GRelation and GCompletion are now deprecated
7784  - introduce G_PARAM_DEPRECATED and G_ENABLE_DIAGNOSTIC
7785  - add working directory to GApplication platform data
7786  - lots of documentation cleanups
7787  - PCRE updated to 8.02
7788
7789 * Build:
7790  - the IA__g_* style symbol aliasing has been disabled and replaced with
7791    the -Bsymbolic-functions linker flag on platforms that support it.
7792    Please be on the watch for portability issues and report them to us.
7793  - many test cases have been moved to the GTester framework
7794  - lcov support has been added for tests
7795  - many windows fixes
7796
7797 * Bugs fixed:
7798  501057  lcov coverage suite and GLib integration
7799  551271  deprecate GRelation
7800  601686  Implement diagnostic mode
7801  603309  GSocketOutputStream broken on Windows (?)
7802  616718  GLIB_GSETTINGS macro can't be used conditionally
7803  616855  GSocketConnection: don't close the socket if it's still reffed
7804  618866  g_ptr_array_remove_index_fast memory leak
7805  619878  keyfile backend calls keys_changed with invalid argument
7806  619879  keyfile backend doesn't make use of expected_type
7807  621092  Add with_closures() variants for bindings
7808  621172  Cross compiling fails
7809  621838  Actually add cwd to platform data
7810  621945  Filter outgoing messages in GDBusConnection
7811  621947  add g_value_take_variant
7812  622038  GSettings: "It is a programmer error" documentation is unclear
7813  622154  [patch] update documentation for g_application_new
7814  622281  binding: Add SYNC_CREATE to the flags
7815  622480  Improve documentation for g_strcmp0()
7816  622554  g_error called if schema not installed
7817  622601  Return interned strings from g_settings_list_keys
7818
7819 * Translation updates:
7820  - Galician
7821
7822 Overview of Changes from GLib 2.25.8 to GLib 2.25.9
7823 ===================================================
7824
7825 +----------------------------------------------------------------+
7826 | WARNING: There have been API changes in GDBus, GSettings and   |
7827 | GApplication. Users of these APIs will need to be adapted. In  |
7828 | particular, a new release of GTK+ is required to go along with |
7829 | this one.                                                      |
7830 +----------------------------------------------------------------+
7831
7832 * GDBus
7833  - Use Gio's default async implementation
7834  - Fix proxy construction for objects with no properties
7835  - Fix error handling in synchronous initialization
7836  - Do not dispatch calls to unregistered objects
7837  - Add _with_closures alternative functions
7838  - Allow constructing GDBusProxy with well-known names
7839  - Remove GType parameters from GDBusProxy constructors
7840  - Nuke g_bus_watch_proxy API
7841  - Add --xml to gdbus-tool to print raw introspected XML
7842
7843 * GSettings
7844  - schema file format change: store (default, options) in gvdb
7845  - Add g_settings_sync()
7846  - Add support for enums and ranges
7847  - 'context' support has been replaced by direct use of
7848    GSettingsBackend
7849
7850 * GApplication
7851  - Switch to using variants for timestamps
7852  - Use GInitable
7853
7854 * GObject
7855  - Introduce g_object_notify_by_pspec
7856  - Add GBinding
7857  - The GVariant gtype G_TYPE_VARIANT was changed from boxed
7858    to fundamental. We believe there were no existing users
7859    of the boxed type, so this should not cause any applications
7860    to break.
7861
7862 * Test framework
7863  - Add package and version to the test report XML
7864  - Use optparse to parse gtester-report commandline
7865  - Add subunit support to gtester-report
7866  - Prevent division by zero if no tests
7867
7868 * Bugs fixed:
7869  621782 Crash using gbinding
7870  619945 GConverterOutputStream triggers assertion and corrupts data
7871  621319 more leaked GVariants in GSettings
7872  621168 GKeyFile memory leak on Windows platform
7873  621002 Switch to using variants for timestamps, split out signals
7874  620953 tiny docs addition
7875  618904 Lies in gunixmounts documentation
7876  621702 Correctly initialize GError
7877  611778 minor cleanup of gtester-report
7878  621213 GDBusProxy and well-known names
7879  621034 Rewrite apps test to ensure children are killed
7880  620954 gapplication gvariant simplifications
7881  611869 add subunit out feature to gtester-report
7882  621119 GDBusProxy and objects with no properties
7883  620990 Use Gio's default async implementation again
7884  620952 g_application_register_with_data is an ugly API
7885  621252 GSettings leaks context
7886  618715 fork() in GSettings test cases is problematic 618715
7887  621905 Assume a ref when doing async work
7888  621266 GSettings "context" clarification
7889
7890 * Translation updates:
7891  Chinese
7892
7893
7894 Overview of Changes from GLib 2.25.7 to GLib 2.25.8
7895 ===================================================
7896
7897 * Initial support for dtrace and systemtap profiling:
7898  - mainloop sources can be named
7899  - probes for memory allocation with g_malloc and gslice
7900  - gquark name tracking
7901  - type creation
7902  - object life-cyle (creation, finalization, ref, unref)
7903  - signal creation and emission
7904
7905 * GVariant
7906  - has been fixed to work with the FreeBSD malloc
7907  - added introspection annotations
7908  - new function: g_variant_builder_add_parsed
7909
7910 * GSettings:
7911  - g_settings_set/get_strv functions have lost their length parameter
7912  - g_settings_set_strv accepts NULL
7913  - added introspection annotiations
7914
7915 * GPermission: an abstract interface for representing permissions,
7916   with a minimal implementation named GSimplePermission
7917
7918 * GApplication: a basic application support class, with a D-Bus based
7919   implementation
7920
7921 * Bugs fixed:
7922  619585 glib-compile-schemas asserts on FreeBSD
7923  620384 Annotate GVariant and GSettings _strv() functions
7924  606044 Add support for dtrace/systemtap static markers
7925  620350 add g_variant_builder_add_parsed() API
7926  620349 utf8ify GVariant printer
7927  620767 Typo in GSettings documentation: "INTLTOOL_NOMERGE_RULE"
7928  620312 Fix g_settings_[gs]et_strv() API
7929  620519 GPermission
7930  620582 GPermission needs a simple implementation
7931  620496 GSettings schema compiler should reject invalid paths
7932  620173 missing single header inclusion guards
7933  620265 g_assertion_message_error should take const GError *
7934
7935 * Translation updates:
7936  Esperanto
7937  Galician
7938  Hebrew
7939  Indonesian
7940  Norwegian bokmål
7941  Slovenian
7942  Spanish
7943
7944
7945 Overview of Changes from GLib 2.25.6 to GLib 2.25.7
7946 ===================================================
7947
7948 * NOTE: API/ABI breaks since 2.25.6 release:
7949   - g_dbus_connection_sync{,_sync} takes a new 'reply_type' argument
7950   - GSettingsBackendClass 'list' virtual function changed
7951
7952   GSettings backends and things using GDBus may need to be rebuilt.
7953
7954 * GDBus: many build-related fixes
7955
7956 * GDBus (service): return a DBus error when receiving a method call for
7957   an unknown interface.
7958
7959 * GSettings: fix 'make install' bug in gsettings.m4 for generated schema
7960   files
7961
7962 * GSettings: avoid non-portable use of LC_MESSAGES
7963
7964 * better approach to handling man pages
7965
7966
7967 * Bugs fixed:
7968  619527 please improve docs on g_file_make_symlink
7969  619391 send-with-reply should have expected result signature
7970  618616 Use stack-allocated GVariantBuilders
7971  617004 Build with "--disable-nls" fails under MinGW/Win32
7972  619142 Build fixes (GDBus)
7973
7974 * Updated translations:
7975  Estonian
7976  Galician
7977  Norwegian bokmål
7978
7979 Overview of Changes from GLib 2.25.5 to GLib 2.25.6
7980 ===================================================
7981
7982 * GDBus: introspection improvements
7983 * GDBus: build fixes
7984
7985 * GSettings: GSettingsBackend ABI changed               **** NOTE ****
7986 * GSettings: --uninstall option for schema compiler
7987 * GSettings: new m4 macro with more power
7988 * GSettings: thread support
7989
7990 * rework of file notification on Solaris
7991 * fixes for gold linker
7992
7993 * Bugs fixed:
7994  619038 increase gsettings.m4 power
7995  619031 method-calls-in-thread test failing
7996  618839 Typo at translation message
7997  616864 GSETTINGS_CHECK_RULE doesn't work with multiple files
7998  618730 gunixcredentialsmessage.c doesn't compile on GNU/kfreebsd
7999  616314 Make GSettings (partially) threadsafe
8000
8001 * Updated Translations:
8002  Indonesian
8003  Galician
8004  Spanish
8005
8006 Overview of Changes from GLib 2.25.4 to GLib 2.25.5
8007 ===================================================
8008
8009 * GDBus: Fix serialization of empty arrays
8010
8011 * GDBus: Plug various memory leaks
8012
8013 * GSettings: Fix problems with GSETTINGS_CHECK_RULE
8014
8015 * Bugs fixed:
8016  616731 GSETTINGS_CHECK_RULE doesn't work in non-srcdir builds
8017  616864 GSETTINGS_CHECK_RULE doesn't work with multiple files
8018  618615 mem leaks in parse_value_from_blob
8019  618622 Plug some mem leaks in gdbus
8020  618650 Plug a mem leak in gdbusauth
8021  618663 Plug mem leaks in gdbus tests & examples
8022
8023 * Updated translations:
8024  Spanish
8025
8026
8027 Overview of Changes from GLib 2.25.3 to GLib 2.25.4
8028 ===================================================
8029
8030 * GDBus D-Bus support has been merged. This provides an API
8031   to replace dbus-glib
8032
8033 * GVariant no requires strings to be UTF-8. You can use byte
8034   arrays for non-UTF-8 strings.
8035
8036 * GSettings allows to bind string properties to byte arrays
8037
8038 * The schema compiler supports range restrictions
8039
8040 * Bugs fixed:
8041  618051 socket-server|client.c fail to compile under AIX...
8042  616102 GSettings ignores <choice> and <range>
8043  616720 Chunked quark allocation
8044  616877 Several issues with g_socket_receive_message
8045  616892 gio: Add a boxed type for GFileAttributeMatcher
8046  616967 Add g_regex_get_compile_flags() and g_regex_get_match_flags()
8047  617767 g_settings_[gs]et_strv() 'length' argument has missing docs...
8048  617914 gtester-report: cope with binaries with no test cases
8049  617937 output_stream_close vs output_stream_close_async semantics
8050  615494 Connction timeouts produce partially invalid error messages
8051  617823 glib-compile-schemas problems with an out of source build
8052  617947 glib-mkenums: add @valuenum@ support
8053
8054 * Translation updates:
8055  Galicaian
8056  Norwegian bokmål
8057  Shavian
8058  Spanish
8059
8060
8061 Overview of Changes from GLib 2.25.2 to GLib 2.25.3
8062 ===================================================
8063
8064 * New macro: G_GNUC_DEPRECATED_FOR, a variant of G_GNUC_DEPRECATED
8065   that lets you add replacement information (requires gcc 4.5)
8066
8067 * Rename AM_GSETTINGS autoconf macro to GLIB_GSETTINGS
8068
8069 * Rename gschema-compile utility to glib-compile-schemas
8070
8071 * Add support for timeouts in GSocket
8072
8073 * Bugs fixed:
8074  589989 Compilation error on Solaris 9
8075  616648 Change AM_GSETTINGS macro to GLIB_GSETTINGS
8076  587898 I/O timeouts for GSocket
8077  614541 Add G_TYPE_ERROR boxed type for GError
8078
8079
8080 Overview of Changes from GLib 2.25.0 to GLib 2.25.2
8081 ===================================================
8082
8083 * Include a 'gsettings' utility, for commandline access to GSettings
8084
8085 * Install a AM_GSETTINGS autoconf macro similar to AM_GCONF
8086
8087 * GSettings can bind the writability of a key explicitly
8088
8089 * There is now a predefined boxed type for GError
8090
8091 * Bugs fixed:
8092  615379 g_new macros crash if sizeof(struct_type) == 0
8093  616312 Add m4 rule equivalent to GCONF_SCHEMAS_INSTALL
8094  616295 mapping bug for uint64
8095  616216 glib compile from remote directory fails
8096  615960 Fix size passed to connect() for abstract sockets
8097  616432 Crash in gschema-compile
8098  616331 gsettings-schema-convert uses imaginary types
8099  616309 gsettings-schema-convert should output gettext-domain
8100  616384 Add mention of GConfBridge in conversion docs
8101  616311 gschema-compile outputs in current directory
8102  616276 simplify gschema-compile test setup
8103  616156 keys with unnecessary empty options arrays
8104  616405 gsettings missing g_return_if_fail's
8105  616245 Use G_DEFINE_INTERFACE macro
8106  614541 Add G_TYPE_ERROR boxed type for GError
8107
8108 * Updated translations:
8109  Catalan (Valencian)
8110  Galician
8111  Kannada
8112  Spanish
8113
8114
8115 Overview of Changes from GLib 2.24.0 to GLib 2.25.0
8116 ===================================================
8117
8118 * The GSettings framework has been merged. This provides the API to
8119   replace GConf. DConf will provide a backend implementation for it.
8120   GConf will also provide a backend implementation to ease the
8121   transition. We provide utilities to assist with schema conversion
8122   and data migration, as well as a porting guide.
8123
8124 * Translation updates:
8125  Bengali
8126  Catalan
8127  Danish
8128  Gujarati
8129  Marathi
8130  Thai
8131  Traditional Chinese
8132
8133
8134 Overview of Changes from GLib 2.23.6 to GLib 2.24.0
8135 ===================================================
8136
8137 * Bug fixes:
8138  613601 buglet in dup_close_on_exec_fd
8139  584284 g_data_input_stream_read_until_async behaves confusingly
8140  613748 Write errors in middle of copy cause hang
8141  613923 splice_stream_with_progress: wrong error handling
8142  613667 Typo in GObject documentation
8143  613618 gvariant format string docs unclear
8144
8145 * Translation updates:
8146  Basque
8147  Ukrainian
8148  Vietnamese
8149
8150
8151 Overview of Changes from GLib 2.23.5 to GLib 2.23.6
8152 ===================================================
8153
8154 * Class private data:
8155   - support for private data associated with a GTypeClass
8156
8157 * GVariant merge is now complete:
8158   - loading functions and parser merged
8159
8160 * Windows improvements:
8161   - socket fixes
8162   - various build improvements
8163   - removal of GCC/C99isms in favour of portable code
8164   - drop unmaintained Visual Studio 8 support
8165
8166 * Minor API addition:
8167   - g_desktop_app_info_get_filename()
8168
8169 * Bugs fixed:
8170  521707 Class private data
8171  612502 build fails on glib/tests/gvariant.c
8172  612832 [GDesktopAppInfo] New function g_desktop_app_info_get_filename
8173  612702 [PATCH] Fix GSocket-related crash on Windows
8174  612736 Improve the documentation about single include
8175  610858 gvariant test fails sometimes
8176  612327 uninitialized variable
8177
8178 * New translations:
8179  Afrikaans
8180  LowGerman
8181
8182 * Updated translations:
8183  Czech
8184  Finnish
8185  Galician
8186  Greek
8187  Punjabi
8188  Romanian
8189  Serbian
8190
8191
8192 Overview of Changes from GLib 2.23.4 to GLib 2.23.5
8193 ===================================================
8194
8195 * New API addition: g_malloc_n() and friends used to implement an
8196   overflow-safe family of g_new() macros.
8197
8198 * GVariant:
8199  - GVariantBuilder and GVariantIter are now merged.
8200  - The variable arguments API is now merged.
8201  - The parser will be in a future release.
8202
8203 * GIO:
8204  - Remove GUtf8InputStream (which never appeared in a stable release)
8205    for now since it doesn't satisfy the needs of its main intended use
8206    case.  We hope to reimplement this feature in a better form in a
8207    future release.
8208
8209 * Bugs fixed:
8210  609531 missing licence headers
8211  612107 Missing G_FILE_ATTRIBUTE_TRASH_ORIG_PATH
8212  611897 g_io_modules_scan_all_in_directory leaks
8213  608196 Overflow-safe g_new family
8214  611696 gio uses GetAddrInfo which requires special handing on windows 2k
8215  605667 Don't use G_PARAM_SPEC_VALUE_TYPE when we know the pspec is valid
8216  610860 test_g_file_open_readwrite fails if $HOME is unwritable
8217  552912 glib-2.18 /live-g-file/test_copy_move failed when run as root
8218  609813 Renaming a file discards file notes
8219
8220 * Updated translations:
8221  Basque
8222  Brazilian Portuguese
8223  British English
8224  Bulgarian
8225  Catalan
8226  Danish
8227  Estonian
8228  French
8229  German
8230  Hungarian
8231  Italian
8232  Lithuanian
8233  Norwegian bokmål
8234  Portuguese
8235  Russian
8236  Slovenian
8237  Spanish
8238  Swedish
8239  Traditional Chinese
8240
8241
8242 Overview of Changes from GLib 2.23.3 to GLib 2.23.4
8243 ===================================================
8244
8245 * GVariant: The core of GVariant has been merged now, with some
8246  API still to follow.
8247
8248 * GIO:
8249  - There is a new interface GFileDescriptorBased for file descriptor
8250    based IO. GLocalFile{Input,Output}Stream implement it
8251  - Use splice(2) to transfer data between file descriptors without
8252    extraneous copies
8253  - Add a way to request move events from file monitors
8254
8255 * Bugs fixed:
8256  609143 *result_uncertain is never assigned in g_content_type_guess
8257  604086 Use splice(2) when doing local file copies
8258  547890 No move events for GFileMonitorEvent?
8259  568760 nautilus freezes due to a bug in garray.c:322
8260  609962 Add info about the use of G_DEFINE_INTERFACE
8261  609564 g_base64_encode_close docs should mention outbuf size...
8262  610484 g_variant_equal bug
8263  610131 libasyncns does not compile on Solaris 8
8264  609530 missing single header include guards
8265
8266 * Updated translations:
8267  Czech
8268  Estonian
8269  Galician
8270  German
8271  Korean
8272  Polish
8273  Slovenian
8274  Spanish
8275  Traditional Chinese
8276
8277
8278 Overview of Changes from GLib 2.23.2 to GLib 2.23.3
8279 ===================================================
8280
8281 * GLib now has a facility for locks that consume only one bit of
8282   storage inside an integer: g_bit_lock()
8283
8284 * GVariant: The serializer has been merged, with more API to follow
8285
8286 * Bugs fixed
8287  548967 1 bit mutex lock
8288  604967 2.22.3 libasyncns build fails on HP-UX 11.11
8289  608602 G_VALUE_COLLECT_INIT variables shadow those in G_VALUE_COLLECT
8290  608743 Crash in g_hostname_to_ascii visiting certain website in epiphany
8291  599197 array ref and unref functions crash on NULL array.
8292  608159 mem leak in g_io_modules_scan_all_in_directory
8293
8294 * Translation updates
8295  Brazilian Portuguese
8296  Czech
8297  French
8298  Norwegian bokmål
8299  Slovenian
8300  Spanish
8301  Thai
8302
8303
8304 Overview of Changes from GLib 2.23.1 to GLib 2.23.2
8305 ===================================================
8306
8307 * We are now using gcc builtins for atomic operations when available
8308
8309 * g_assert() grew the ability to store assertions in core dumps
8310
8311 * GIO supports lazy loading of GIO modules, and there is a new
8312   gio-querymodule utility that goes along with this.
8313   Packagers will need to adapt to this.
8314
8315 * Threading changes:
8316  - The requirements for g_thread_init() have been relaxed slightly,
8317    it can be called multiple times, and does not have to be the first
8318    call.
8319  - GObject now links to GThread and threads are enabled automatically
8320    when g_type_init() is called.
8321  - Thread-safety issues with boxed types in GObject have been fixed.
8322
8323 * GObject:
8324  - Another bunch of performance work has landed
8325
8326 * GVariant:
8327  - GVariantType has been merged, with the rest of the GVariant
8328    API to follow.
8329
8330 * Bugs fixed:
8331  568760 nautilus freezes due to a bug in garray.c:322
8332  602417 Document lifecycles of GSimpleAsyncResult and friends
8333  604824 crash in Epiphany: Selecting my Slashdot bo...
8334  448888 don't init g_slice for always-malloc
8335  531902 Use GCC atomic buildins for g_atomic*
8336  554887 boxed type registration is not thread safe
8337  586150 unresolved symbols when building glib 2.21.2 on OS X Tiger
8338  589176 row gvalue transform array exponentially
8339  594872 Support storing assertion messages into core dump
8340  602240 Upgrade libasyncns to 0.8
8341  603590 Speed up G_VALUE_COLLECT
8342  604457 gutf8inputstream.c: increasing unknown size pointer
8343  605686 GCharsetConverter doesn't flush
8344  605733 g_memory_output_stream_new violates GObject standards
8345  605883 g_object_new() processes varargs even when there are none
8346  605977 invalid utf-8 conversion in g_local_file_get_parse_name(...
8347  606775 Enable threads by default in gobject
8348
8349 * Translation updates:
8350  Asturian
8351  Basque
8352  Bengali
8353  Bulgarian
8354  Estonian
8355  Norwegian bokmål
8356  Spanish
8357  Thai
8358  Ukrainian
8359
8360
8361 Overview of Changes from GLib 2.23.0 to GLib 2.23.1
8362 ===================================================
8363
8364 * GObject performance work has landed:
8365  - Construction of simple objects is much faster
8366  - Interface lookup is lock-free and constant-time now
8367  - Reduced locking overhead when dealing with types
8368
8369 * GType now has a G_DEFINE_INTERFACE convenience macro
8370
8371 * GIO gained GUtf8InputStream, an input stream that
8372   performs utf-8 validation
8373
8374 * GLib now has byte-swap macros for gsize and gssize
8375
8376 * Bugs fixed:
8377 557151 Determining the newly_constructed boolean in gobject.c...
8378 557100 Performance improvements for GObjectClasses that don't...
8379 501166 Warning message says IA__g_type_init instead of g_type_init
8380 585375 Performance and Contention problems with g_type_class_ref...
8381 587892 Race in GType when instantiating the same class for the...
8382 603270 Input Stream validating utf8
8383 603476 gioenums.h:62: error: comma at end of enumerator list
8384 603540 g_time_val_from_iso8601 uses uninitialised variable
8385 603982 Stack overflow when reading file async with filter
8386 604645 G_DEFINE_INTERFACE_* documentation is not generated
8387 604875 Use of sa_len conflicts with system header
8388 320482 provide G_DEFINE_TYPE like macros for interfaces
8389
8390 * Updated translations:
8391  Estonian
8392  Hebrew
8393  Norwegian bokmål
8394  Vietnamese
8395  Welsh
8396
8397
8398 Overview of Changes from GLib 2.22.x to GLib 2.23.0
8399 ===================================================
8400
8401 * GIO:
8402  - GConverter: a generic interface for stateful conversions of data,
8403    suitable for charset conversion, compression, decompression, regexp
8404    replacement. Concrete implementations are GCharsetConverter,
8405    GZlibCompressor and GZlibDecompressor. GConverterInputStream,
8406    GConverterOutputStream are stream implementations that convert data
8407    while loading or saving it.
8408  - GMounts can now have a 'default location': a path that reflects
8409    the main entry point for the user (e.g. the home directory).
8410  - As a consequence of the compression support, GIO depends on zlib now.
8411
8412 * GObject:
8413  - G_IMPLEMENT_INTERFACE_DYNAMIC: a convenience macro for adding
8414    interfaces to dynamic types.
8415
8416 * GModule:
8417  - The -pthread flag has been added to all gmodule .pc files, because
8418    it is not generally permissible to load modules that are linked
8419    against libpthread if the program has not been compiled with threading
8420    support.
8421
8422 * Bugs fixed:
8423  601637 GUnixFDMessage should contain a GUnixFDList
8424  585566 GSocketListener API issues
8425  572252 Bug in g_file_test() function.
8426  600550 g_app_info_create_from_commandline doesn't treat arguments properly
8427  541236 not detecting exact content type
8428  350200 [PATCH] GTypeModule derived class unref does not unload plugin
8429  589631 Please enclose literal values with double quotes
8430  577711 cross compile check for g++ broken
8431  600620 Support X-GNOME-FullName in GAppInfo
8432  598899 GWin32DirectoryMonitor is broken
8433  593809 Nautilus does not restore the position of the icons on the desktop...
8434  563627 g_get_prgname() threadsafety
8435  600141 Add -pthread to gmodule pkg-config
8436  593856 file and directory monitors don't work when glib is compiled...
8437  324930 Nautilus should disallow copying of symlink to FAT drive early
8438  587300 Deadlock when calling g_cancellable_disconnect in a...
8439  595138 GFile not robust with invalid input
8440  591216 Warning building resolver.o
8441  590016 Does not compile under MinGW32 + Wine
8442  591214 Warnings building gcancellable.o
8443  561998 Have specific entry points (paths) for mounts...
8444  508157 Add G_IMPLEMENT_INTERFACE_DYNAMIC
8445  535159 g_file_has_parent
8446
8447 * Updated translations:
8448  Brazilian Portuguese
8449  Catalan
8450  Estonian
8451  Galician
8452  Norwegian bokmål
8453  Shavian
8454  Slovenian
8455  Spanish
8456  Swedish
8457
8458
8459 Overview of Changes from GLib 2.22.1 to GLib 2.22.2
8460 ===================================================
8461
8462 * GIO:
8463  - Support case-sensitive globs in the shared mime database,
8464    including support for the newer cache format that allows these.
8465    Case-sensitive globs have been introduced in shared-mime-info
8466    version 0.70
8467
8468 * GObject:
8469  - Speed up creation of simple objects
8470
8471 * Bugs fixed:
8472  597194 Typo in _G_TYPE_CVH macro
8473
8474 * Updated translations:
8475  Russian
8476
8477
8478 Overview of Changes from GLib 2.22.0 to GLib 2.22.1
8479 ===================================================
8480
8481 * Bugs fixed:
8482  596064 Test file marked for translation
8483  595972 possibly invalid search in mime_info_cache_dir_add_...
8484  596561 C99 style of declaration of variable in gmessages.c
8485  596314 g_utf16_to_utf8 returns an invalid UTF8 string
8486  596748 g_async_result_get_source_object returns a new ref
8487  593809 Nautilus does not restore the position of the icons...
8488  593775 uses inotify_init1 unconditionally
8489
8490 * Updated translations:
8491  Bengali
8492  Hebrew
8493
8494
8495 Overview of Changes from GLib 2.21.6 to GLib 2.22.0
8496 ===================================================
8497
8498 * Add gdb python macros to make gobject debugging more pleasant
8499
8500 * Bugs fixed:
8501  579050 Allow making selected critical and warning messages non-fatal
8502  594759 g_socket_send_message fails due to invalid sendmsg params
8503  593941 GNetworkAddress skipping addresses when enumerating
8504  594597 Fix build with srcdir != builddir
8505  595619 Include gdb pretty printers
8506
8507 * Changes that might affect bindings:
8508  - The error parameter of g_simple_async_result_set_from_error has been
8509    made const.
8510
8511 * Updated translations:
8512  Assamese
8513  Bengali India
8514  British English
8515  Bulgarian
8516  Catalan
8517  Czech
8518  Danish
8519  Finnish
8520  Galician
8521  Greek
8522  Gujarati
8523  Hindi
8524  Japanese
8525  Kannada
8526  Malayalam
8527  Marathi
8528  Norwegian bokmål
8529  Oriya
8530  Polish
8531  Punjabi
8532  Romanian
8533  Serbian
8534  Simplified Chinese
8535  Slovenian
8536  Spanish
8537  Tamil
8538  Telugu
8539  Thai
8540  Traditional Chinese
8541  Ukrainian
8542  Vietnamese
8543
8544
8545 Overview of Changes from GLib 2.21.5 to GLib 2.21.6
8546 ===================================================
8547
8548 * Minor API additions:
8549   g_mkstemp_full is a variant of g_mkstemp that allows to specify flags
8550   and permissions
8551
8552 * Bugs fixed:
8553  593232 g_rand_new: read no more than requested from /dev/urandom
8554  591995 use saved errno
8555  589491 g_time_val_from_iso8601 doesn't handle some cases
8556  593406 Permissions set to 777 after copying via Nautilus
8557  594034 Add g_mkstemp_full()
8558
8559 * Updated translations:
8560  Assamese
8561  Basque
8562  Brazilian Portuguese
8563  Czech
8564  Estonian
8565  French
8566  German
8567  Hungarian
8568  Italian
8569  Kannada
8570  Malayalam
8571  Marathi
8572  Norwegian bokmål
8573  Oriya
8574  Portuguese
8575  Swedish
8576  Tamil
8577  Turkish
8578
8579
8580 Overview of Changes from GLib 2.21.4 to GLib 2.21.5
8581 ===================================================
8582
8583 * A performance problem with trashing of many files has been fixed
8584
8585 * GResolver now invalidates the libc resolv.conf cache as needed
8586
8587 * Minor api additions:
8588  - g_cancellable_make_pollfd returns a boolean now. And there is a
8589    new function g_cancellable_release_fd that can be used to released
8590    the resources used by a GCancellable.
8591
8592 * Bugs fixed:
8593  589988 Compilation error on Solaris 9 (missing stdint.h)
8594  588901 gtcpconnection.c won't compile
8595  584246 GResolver needs to call res_init() when network state changes
8596  591714 Figure out failure handling for g_cancellable_make_pollfd()
8597  591532 redundent '/' returned from g_file_resolve_relative_path
8598  591378 Use MSG_NOSIGNAL in GSocket if it's available
8599  589649 API documentation migration for Base64 Encoding
8600  591840 configure fails with autoconf 2.64
8601
8602 * Updated translations:
8603  Basque
8604  Brazilian Portuguese
8605  Bulgarian
8606  Danish
8607  Estonian
8608  Finnish
8609  Galician
8610  Gujarati
8611  Hndi
8612  Irish
8613  Japanese
8614  Korean
8615  Norwegian bokmål
8616  Polish
8617  Portuguese
8618  Punjabi
8619  Spanish
8620  Swedish
8621  Telugu
8622  Traditional Chinese
8623  Thai
8624
8625
8626 Overview of Changes from GLib 2.21.3 to GLib 2.21.4
8627 ===================================================
8628
8629 * GTree is now refcounted
8630
8631 * Bugs fixed:
8632  587938 Undocumented limitation for g_str_equal
8633  587773 refcounts for GTree
8634
8635 * Updated translations:
8636  French
8637  Hebrew
8638  Norwegian bokmål
8639  Spanish
8640  Swedish
8641  Traditional Chinese
8642  Ukrainian
8643
8644
8645 Overview of Changes from GLib 2.21.2 to GLib 2.21.3
8646 ===================================================
8647
8648 * GMappedFile is refcounted now
8649
8650 * Mainloop: It is now possible to set per-thread default contexts,
8651   with g_main_context_push_thread_default.
8652
8653 * glib-mkenums supports a @basename@ substitution, in addition
8654   to @filename@.
8655
8656 * GIO:
8657  - Vfs implementations can support storing of per-file metadata.
8658  - GCancellable can now be subclassed.
8659  - Unmount and eject methods now optionally allow interaction, via
8660    variants that take a GMountOperation object.
8661
8662 * Bugs fixed:
8663  556706 Inconsistent help arguments -h, -?
8664  579449 FileChoosers no longer work if an idle handler is active
8665  579933 mainloop FD_CLOEXEC has a race condition
8666  579984 alternate GMainContext support
8667  585937 gio/gsocket.c (glib 2.21.2) does not compile (Windows/mingw)
8668  586675 Runtime library location
8669  586797 Add GCancellables to GSocket ops
8670  586868 g_filename_complete_get_completions doesn't always return...
8671  587415 g_resolver_lookup_by_name_finish returns a freed list
8672  587434 regression tests fail, at least on x86_64
8673  586928 Avoid g++ warning in g_error()
8674
8675 * Updated translations:
8676  Estonian
8677  Hebrew
8678
8679
8680 Overview of Changes from GLib 2.21.1 to GLib 2.21.2
8681 ===================================================
8682
8683 * GIO:
8684   - g_socket_speaks_ipv4 is a new function to check if a socket can
8685     speak IPv4.
8686   - g_socket_listener_add_address gained a new effective_address out
8687     parameter.
8688   - GIO now returns special icons for XDG user directories, by the
8689     name folder-music, folder-documents, etc.
8690   - GIO gained support for starting/stopping of drives, which can be used
8691     in connection with external hard disk enclosures, disk arrays, iSCSI
8692     devices, etc. See g_file_start/stop_mountable.
8693
8694 * GLib:
8695  - g_reload_user_special_dirs_cache is a new function to force GLib to
8696    reload the XDG user directory mapping from disk.
8697
8698 * Bug fixes:
8699  584574 glib compile failure on Mac OS X with gunixresolver.c and...
8700  585566 GSocketListener API issues
8701  584255 Incorrect freeing of thread pool in GThreadedSocketService
8702  585088 g_string_chunk_insert_len stops at nul bytes
8703  585360 Monitor fontconfig configuration files using gio causes m...
8704  580103 Terminal starts on Display :0.0 when started on :0.1 in D...
8705  580301 network: a few issues on old darwin
8706  583398 SRV weight sorting is incorrect
8707  584176 build fixes on FreeBSD
8708  585189 g_cancellable_reset() must be called in same thread as g_...
8709  585280 compilation dies on gio/gsocket.c, needs sys/uio.h to con...
8710  585281 gio/gunixfdmessage.c needs sys/types.h for platforms that...
8711  585478 don't leak the inotify fd
8712  585575 g_socket_listener_add_inet_port() doesn't do the right thing
8713  585599 g_socket_listener_add_socket() consumes the socket
8714  585676 GEmblem doesn't reference its 'icon' if that is set as a ...
8715  585717 "bytes" nautilus translation to french is not shown in th...
8716  541276 XDG directories should have their own icons
8717  585726 Grammatical error in GList documentation
8718  585520 Wrong warning option in documentation
8719  585673 GNOME Goal: Remove deprecated glib symbols
8720  585591 Starting/stopping drives
8721
8722 * Updated translations:
8723  Bengali India
8724  Norwegian bokmål
8725
8726
8727 Overview of Changes from GLib 2.21.0 to GLib 2.21.1
8728 ===================================================
8729
8730 * GIO:
8731  - Support for network IO has been added, including a low-level
8732    socket API and a high-level API for network connections and
8733    services.
8734  - Support for read-write access with GIOStream and its subclasses.
8735  - GMount gained a pre-unmount signal.
8736
8737 * Bug fixes:
8738  576104Implement GMount::pre-unmount
8739  578769 implement GWinHttpFileInputStream::close_fn
8740  582856 gsocket.c doesn't compile on Solaris
8741  569375 g[u]intptr undocumented
8742  573246 [FIX] g_desktop_app_info_dup() can access NULL pointer
8743  575013 g_cancellable_push_current() does not allow NULL
8744  577884 live-g-file.c:461: error: format ‘%d’ expects type ...
8745  578499 g_output_stream_splice and stream closing with gnio strea...
8746  579558 Application employing gvfs crashes with only libgvfscommo...
8747  583001 SIGPIPE (grr!)
8748  583061 Please add convenience function to connect to machines by...
8749  583198 typo in error message
8750  583206 use g_set_error_literal where appropriate
8751  583229 void function g_async_initable_init_async returns value
8752  583324 locking problem in g_main_context_iterate()
8753  583408 void function g_socket_control_message_serialize returns ...
8754  578786 wrong and confusing error message
8755  583205 g_inet_address_to_bytes has no length outparam
8756  583196 mem leak in keyfile test
8757  583663 GSocketType enum ends with a comma
8758  569024 Make g_error_new_valist public
8759  569376 missing G_G[U]INTPTR_FORMAT
8760  580347 off-by-1 bug in GWinHttpFile
8761
8762 * Updated translations:
8763  Oriya
8764  Spanish
8765  Valencian-Catalan
8766
8767
8768 Overview of Changes from GLib 2.20.x to GLib 2.21.0
8769 ===================================================
8770
8771 * GIO:
8772  - New helper functions g_cancellable_connect/disconnect to avoid
8773    race conditions when connecting to the "cancelled" signal on
8774    GCancellable.
8775  - New types and methods for dealing with IPv4 and IPv6 addresses (and
8776    UNIX domain socket addresses under UNIX). This does not include code
8777    for actual socket I/O.
8778  - GResolver provides asynchronous and cancellable APIs for resolving
8779    hostnames, reverse lookup of IP addresses and resolving SRV records.
8780
8781 * Glib now provides hash and comparison functions for int64 and double
8782   types, suitable for use with GHashTable.
8783
8784 * GArray, GPtrArray and GByteArray can be ref counted now, and have
8785   boxed types.
8786
8787 * Bugs fixed:
8788  572844 Helper for GCancellable::cancelled connect/disconnect
8789  578363 goption docs should be improved
8790  548466 async/cancellable DNS resolver
8791  579830 param spec strings should use P_()
8792  579862 requesting xattr::foo ends up calling getxattr(..., user...
8793  580453 Hash and equal functions for gint64 and gdouble
8794  580450 Reference counting and boxed types for arrays
8795  580194 gresolver doesn't build on Solaris
8796  580301 network: a few issues on old darwin
8797  580299 network: include sys/types.h before sys/socket.h to insur...
8798  572508 gmarkup speedup
8799  580546 g_strtoull() referenced in documentation...
8800  580656 g_key_file_set_string_list erroneously asserts list != NULL
8801  579272 leaks in g_simple_async_result_set_op_res_gpointer
8802
8803
8804 * Updated translations:
8805  Catalan (ca)
8806  Pashto (ps)
8807  Spanish (es)
8808
8809
8810 Overview of Changes from GLib 2.20.0 to GLib 2.20.1
8811 ===================================================
8812
8813 * Bug fixes:
8814  575555 Use fsync() when replacing files to avoid data loss on
8815  575708 runaway inotify madness
8816  575270 GVolumeMonitor::mount-pre-unmount not being emitted
8817  577128 glib make check Failed to execute child process...
8818  573673 Always show "backup" directories
8819  578369 g_time_val_from_iso8601() parses timezones incorrectly
8820  578002 Fix a small typo in GFile docs
8821  578017 G_DEFINE_TYPE_EXTENDED docs
8822
8823 * Updated translations:
8824  Arabic
8825  Assamese
8826  Basque
8827  Bularian
8828  Brazilian Portuguese
8829  British English
8830  Catalan
8831  Danish
8832  French
8833  Galician
8834  German
8835  Greek
8836  Hungarian
8837  Italian
8838  Japanese
8839  Kannada
8840  Lithuanian
8841  Malayalam
8842  Norwegian bokmål
8843  Oriya
8844  Polish
8845  Punjabi
8846  Russian
8847  Simplified Chinese
8848  Slovenian
8849  Spanish
8850  Swedish
8851  Tamil
8852
8853
8854 Overview of Changes from GLib 2.19.9 to GLib 2.20.0
8855 ===================================================
8856
8857 * Base64 support: Avoid integer overflows. CVE-2008-4316
8858
8859 * Bugs fixed:
8860  574019 GChecksum: document and guarantee hex characters in lower case
8861  573454 Unable copy/move files to directories symlinked to gvfs share
8862  561172 gnome-open fails on local URIs with anchors
8863  573970 crash in gunixvolumemonitor:update_mounts when unmounting
8864  573843 g_get_current_dir returns non-absolute path
8865
8866 * Updated translations:
8867  Assamese (as)
8868  Bengali (bn_IN)
8869  Czech (cs)
8870  Hindi (hi)
8871  Italian (it)
8872  Japanese (ja)
8873  Lithuanian (lt)
8874  Malayalam (ml)
8875  Marathi (mr)
8876  Oriya (or)
8877  Polish (pl)
8878  Romanian (ro)
8879  Telugu (te)
8880
8881
8882 Overview of Changes from GLib 2.19.8 to GLib 2.19.9
8883 ===================================================
8884
8885 * GMarkup:
8886  - Considerable speedup
8887
8888 * GIO
8889  - Add G_FILE_CREATE_REPLACE_DESTINATION flag to allow replacing
8890    the destination of a copying operation as if it did not exit before.
8891  - Be more careful when classifying files as desktop files
8892  - Support desktop file key X-GIO-NoFuse which disables the use
8893    of fuse pathnames for %u and %U arguments
8894
8895 * Bugs fixed:
8896  572672 glib/gthread.c: argument is different type
8897  572464 Doc for g_file_get_contents
8898  572151 “it's” and “its” confused in docs and comments
8899  570501 g_win32_get_system_data_dirs uses invalid conversion...
8900  167569 g_string_append_printf crashes on win32 when used...
8901  572508 gmarkup speedup
8902  560564 Replacing a symlink with its linked file truncates... 
8903  549298 impossible to copy files with p (pipe) flag
8904  543183 Clarify docs for g_file_has_prefix
8905  540461 g_memory_output_stream_get_data_size() doesn't behave...
8906  573462 GEmblemedIcon leak
8907  573421 Clarify message format in GMountOperation
8908  573658 Deadlock in giomodule.c
8909  556706 Inconsistent help arguments -h, -?
8910  573527 Wrong shell to run config.status in Makefile.in.in
8911  573128 A couple of typos in GObject documentation
8912
8913 * Updated translations:
8914  Catalan (ca)
8915  British English (en_GB)
8916  Spanish (es)
8917  Basque (eu)
8918  Finnish (fi)
8919  French (fr)
8920  Gujarati (gu)
8921  Hebrew (he)
8922  Hungarian (hu)
8923  Korean (ko)
8924  Maithili (mai)
8925  Norwegian bokmål (nb)
8926  Dutch (nl)
8927  Portugese (pt)
8928  Swedish (sv)
8929  Thai (th)
8930  Traditional Chinese (zh_HK)
8931  Traditional Chinese (zh_TW)
8932
8933
8934 Overview of Changes from GLib 2.19.7 to GLib 2.19.8
8935 ===================================================
8936
8937 * GIO: Fix missing exports of new API
8938
8939 * Fix strict aliasing warnings and violations to make Glib work
8940   with gcc 4.4
8941
8942
8943 Overview of Changes from GLib 2.19.6 to GLib 2.19.7
8944 ===================================================
8945
8946 * GIO
8947  - GFile gained an attribute for the actual file size in bytes
8948  - GMountOperation gained an "aborted' signal that allows to abort
8949    a mount operation from the backend side
8950
8951 * Bugs fixed:
8952  523742 Use noinst for non-installable libraries
8953  566747 URIs opened with firefox %u load as local files
8954  541225 Can't compile gio on AIX duplicate case value in gioerror.c
8955  571598 GAsyncResult with NULL gobject
8956  505042 add file attribute for actually used file size in bytes
8957
8958 * Updates translations:
8959  Basque (eu)
8960  Gujarati (gu)
8961  Italian (it)
8962  Japanese (ja)
8963  Norwegian bokmål (nb)
8964  Dutch (nl)
8965  Portugese (pt)
8966  Thai (th)
8967  Vietnamese (vi)
8968
8969
8970 Overview of Changes from GLib 2.19.5 to GLib 2.19.6
8971 ===================================================
8972
8973 * New format macro to print goffset data: G_OFFSET_FORMAT
8974
8975 * GIO: 
8976  - Add a GFilter{Input,Output}Stream::close-base-stream properties which
8977    determine whether the base stream will be closed when the filter stream
8978    is finalized.
8979  - g_data_input_stream_read_line and ..._read_until have asynchronous
8980    variants now.
8981
8982 * Bugs fixed:
8983  568294 A wrong reference in the description of g_bookmark_file_...
8984  563141 RFE: define G_OFFSET_FORMAT
8985  569105 g_time_val_to_iso8601() assumes time_t==long
8986  568394 dropping the last reference to a stream filter closes...
8987  568741 g_buffered_input_stream_fill_async doesn't work
8988  568723 g_buffered_input_stream_fill_async doesn't take count == -1
8989  568575 _async functions for GDataInputStream
8990
8991 * Updated translations:
8992  Bulgarian (bg)
8993  Finnish (fi)
8994  Hungarian (hu)
8995  Oriya (or)
8996  Swedish (sv)
8997  Traditional Chinese (zh_HK)
8998  Traditional Chinese (zy_TW)
8999
9000
9001 Overview of Changes from GLib 2.19.4 to GLib 2.19.5
9002 ===================================================
9003
9004 * Update included PCRE to 7.8
9005
9006 * g_base64_decode_inplace: New function to do base64 decoding in place
9007
9008 * Bugs fixed:
9009  567138 get_package_directory_from_module() does not free ...
9010  566569 gregex docs clarification
9011  566573 g_match_info_fetch_pos docs
9012  564728 Add function to decode base64 encoded data in place
9013  567838 G_STRUCT_OFFSETOF fails to compile under icc 9.1
9014  567977 textdomain() macro should not return NULL ...
9015  512779 --disable-regex breaks compilation
9016  566770 error code 0 for Too many open files is useless
9017  565484 g_content_type_guess passes non-UTF8 text to XDG ...
9018
9019 * Updated translations:
9020  Catalan (ca)
9021  Spanish (es)
9022  Italian (it)
9023  Swedish (sv)
9024
9025  
9026 Overview of Changes from GLib 2.19.3 to GLib 2.19.4
9027 ===================================================
9028
9029 * GIO:
9030   - Use O_NOATIME when sniffing mimetypes
9031   - Add a convenience method to check if a GSimpleAsyncResult
9032     is valid
9033
9034 * Bugs fixed:
9035  560676 function access for g_threads_supported
9036  565905 There is no g_context_group_set_translation_domain
9037  564210 SUN Studio 12 has supported visibility attribute
9038  565136 GObject's "notify" signal parameters are wrong in gtk-doc
9039  565831 error in interface creation sample
9040  566348 g_file_open_tmp uses the wrong g_mkstemp on win32
9041  566064 Add NOATIME flag to query_info_flags
9042  566170 g_async_result_verify_source_object
9043
9044 * Updated translations:
9045  Spanish (es)
9046  Norwegian bokmål (nb)
9047  Brazilian Portugese (pt_BR)
9048  Simplified Chinese (zh_CN)
9049
9050
9051 Overview of Changes from GLib 2.19.1 to GLib 2.19.3
9052 ===================================================
9053
9054 * Bugs fixed:
9055  508021 Add support for the CRIS and CRISv32 architectures
9056  526320 should not list mounts that the user doesn't have permission to use
9057  558458 Cannot build gio tests on Solaris using SUN cc
9058  555465 GUnix{Input,Output}Stream lacks fd/close_fd_at_close property
9059  558298 Hide ecryptfs mounts
9060  515777 incorrect date&time on copy
9061  562452 Ensure we return G_IO_ERROR_CANCELLED if cancelling
9062         g_simple_async_result_run_in_thread
9063  473150 g_type_module_use inconsistently increases the use
9064         counter in case of error
9065  563150 G_GU?INT*_MODIFIER/FORMAT docs
9066  563156 Document printing and scanning gunichar values
9067
9068 * Updated translations:
9069  Hebrew (he)
9070  Italian (it)
9071  
9072
9073 Overview of Changes from GLib 2.19.0 to GLib 2.19.1
9074 ===================================================
9075
9076 * GIO: 
9077   - g_icon_to_string, g_icon_new_for_string: GIcon serialization support
9078   - G_FILE_ATTRIBUTE_PREVIEW_ICON: new file attribute for preview images
9079   - g_app_info_get_commandline: new function to get the full commandline
9080   - g_mount_shadow, g_mount_unshadow, g_mount_is_shadowed: New functions 
9081     to 'shadow' mounts (i.e. hide them from the UI when they already
9082     have a different representation, like a bookmark) 
9083
9084 * Bugs fixed:
9085  556186 gpoll.h breaks gmain.h inclusion
9086  557087 mem leak in g_content_types_get_registered
9087  556921 gpoll.h breaks hal compilation
9088  557210 g_compute_checksum_for_* asserts with less than 2 bytes
9089  558381 Add support for compile time assertions
9090  558185 'parent' variable in g_local_file_get_child_for_display_name()
9091         hits g_object_unref(NULL) assertion
9092  558513 g_warn_if_fail FIXME in gtestutils
9093  558672 NULL key lookup using g_hash_table_lookup_extended() 
9094  555740 gicon serialization
9095  557182 preview functionality
9096  528320 Incorrect icons displayed for files with custom mimetype icons
9097  556910 Memory leak: sub
9098  557592 Missing include in gwinhttpfile.c
9099  556415 Crash on Windows 2000 in g_winhttp_vfs_init()
9100  555935 Clarify the mechanism of overwriting properties
9101  552776 ac_cv_func_posix_getgrgid_r not mentioned
9102  559448 GObject Reference Manual (typo)
9103  561212 GFileReadMoreCallback API doc refers to non-existant function
9104  560569 gkeyfile doesn't use the set list_separator in some cases
9105  560568 gkeyfile docs buglet
9106  559413 g_option_group_set_error_hook docs buglet
9107  562378 callback return value not respected for callback option
9108         with no arg
9109  559110 Do not include libintl.h after glibintl.h
9110  557603 carbon check output misplaced
9111  562544 g_key_file_get_string and g_key_file_get_value
9112         documentation does not explain the difference
9113  547264 Missing "no flags" flag
9114  562638 GDebugKey key member should be const
9115  562639 g_parse_debug_flags() parsing "help"
9116  562549 g_byte_array_free should tell how free data
9117  559452 GObject Reference Manual (typo)
9118  559462 GObject Reference Manual (typo)
9119  559517 GObject Reference Manual (typo)
9120  562538 GObject interface tutorial shouldn't finalise with
9121         "Please forget everything"
9122  561352 Leak of icon description
9123  561375 Leaks mountpoint description
9124  561807 inotify_sub.c: dup_dirname() fails to remove trailing '/'
9125  562393 g_buffered_input_stream_read_byte broken if data available
9126  541715 win32 : patch for warnings and signature problems in recent code
9127  547481 g_data_input_stream_read_line behaves not as stated in the docs
9128  548163 Nautilus displays wrong error message for too long file names
9129  559633 gtk_image_new_from_gicon does not always work for .desktop files
9130  555486 – No way to recover command line from GAppInfo
9131
9132 * Translation updates:
9133  Spanish (es)
9134  Ukrainian (uk)
9135
9136
9137 Overview of Changes from GLib 2.18.1 to GLib 2.19.0
9138 ===================================================
9139
9140 * Rewrite GHashTable to use open addressing with quadratic probing instead 
9141   of chaining. This has the potential to reduce memory fragmentation 
9142   significantly, while being slightly faster due to better locality and 
9143   no need to call alloc/free functions for nodes. Benchmarks suggest it 
9144   also uses less memory overall.
9145
9146 * Make g_poll available as public api
9147
9148 * New macros g_assert_error and g_assert_no_error to assert 
9149   that a GError is set or unset
9150
9151 * g_cancellable_make_pollfd: New method to make a GPollFD for a cancellable
9152
9153 * g_app_info_can_delete, g_app_info_delete, g_app_info_reset_type_associations:
9154   New functions to clean up app infos and content types
9155
9156 * When launching applications, always pass fuse file:// uris when possible,
9157   and let gio convert such uris back to gio uris.
9158
9159 * Bugs fixed:
9160  505361 gunixinputstream.c assumes poll() available
9161  509446 portable blocking gio cancellation
9162  553820 gpoll.c: undeclared identifier
9163  553724 python interpretter path not patched in correctly
9164  553857 gbacktrace.h requires signal.h
9165  553447 g_assert_no_error()
9166  554092 glib doesn't return G_FILE_ERROR_NOENT et al on OS X
9167  528670 Always pass file:/// uri's in GAppLaunchContext
9168  555224 Improve g_format_size_for_display doc
9169  555309 giochannel breaks on error
9170  554790 g_convert() misbehaves with winiconv versions
9171  555314 mem leak in gmarkup
9172  555313 GFileAttribute boxed type get_type function should...
9173  552861 glib-2.0.m4 calls system(3) without storing its result
9174  554557 Patch to fix gcc warnings about missing format specifiers
9175  552107 Small libtool fixes
9176  551355 Make glib build with libtool 2.2
9177  555311 format not a string literal and no format arguments
9178  556101 static mutex yields warnings with g++
9179  556186 gpoll.h breaks gmain.h inclusion
9180  526456 Open addressing in GHashTable
9181  553426 cancellable clarifications
9182  545350 GAppInfo deletion
9183  545351 Reset associations for content type
9184  552168 volume's mount not mounted after g_volume_mount_finish
9185  554970 segfault when update-desktop-database is not available...
9186  554745 GFileAttributeInfoList should be boxed
9187  555121 Improved build-time handling of gio module-dir
9188  555711 Wrong fallback order of mimetype icons
9189  555331 Deprecate adoption of mounts
9190  556335 make check fails in abicheck.sh
9191  556334 Warning when building without selinux support
9192  556422 g_file_enumerator_next_file: unclear...
9193
9194 * Updated translations:
9195  Arabic (ar)
9196  Danish (da)
9197  Polish (pl)
9198  Brazilian Portugese (pt_BR)
9199  Romanian (ro)
9200  Russian (ru)
9201
9202
9203 Overview of Changes from GLib 2.18.0 to GLib 2.18.1
9204 ===================================================
9205
9206 * Bugs fixed:
9207  550433 g_test_init doesn't recognize --help
9208  523463 Core dump in gmain.c:2482:IA__g_main_context_check
9209  551228 G_STRFUNC on recent Sun compiler should be expanded...
9210  551410 gtestutils.c: using printf without prototype
9211  551731 g_date_set_time[_t] docs should mention what timezone
9212  548321 <string.h> is not included in gi18n-lib.h
9213  551149 xdgmime mem leak
9214  550647 synchronous pipe I/O when reading mount reply
9215  551887 Docs for g_desktop_app_info_new_from_filename aren't...
9216  551681 g_content_type_guess() too naive with filenames
9217  552352 g_app_info_launch doesn't work if "Path" key...
9218  551408 gmodule.def generated to builddir...
9219  552359 g_file_info_get_icon should return GThemedIcon, and...
9220
9221 * Updated translations:
9222  Arabic (ar)
9223  Bengali India (bn_IN)
9224  British English (en_GB)
9225  Hindi (hi)
9226  Croatian (hr)
9227  Korean (ko)
9228  Oriya (or)
9229  Turkish (tr)
9230  Telugu (te)
9231
9232
9233 Overview of Changes from GLib 2.17.7 to GLib 2.18.0
9234 ===================================================
9235
9236 * Win32:
9237   - rework the g_poll() implementation to match poll() semantics more closely
9238
9239 * Bugs fixed:
9240  324234 Using g_io_add_watch_full() to wait for connect() to return...
9241  548278 Async GETs connections are always terminated unexpectedly...
9242  500246 Bug fixes for giowin32
9243  523939 Example program for GValue
9244  550096 GBookmarkFile parser is not forward compatible
9245  550040 Move GString, rand and printf tests to the unit test framework
9246  550104 trivial documentation fix for g_get_home_dir
9247  548988 g_file_replace fails on Windows when the target file exists
9248  550059 Wrong docs for g_emblemed_icon_add_emblem
9249  548800 Missing a g_object_get_type function
9250  550056 Missing documentation for g_emblemed_icon_get_emblems
9251
9252 * Updated translations:
9253  Bulgarian (bg)
9254  Czech (cs)
9255  German (de)
9256  Estonian (et)
9257  Basque (eu)
9258  French (fr)
9259  Hebrew (he)
9260  Hungarian (hu)
9261  Italian (it)
9262  Japanese (ja)
9263  Lithuanian (lt)
9264  Maithili (mai)
9265  Dutch (nl)
9266  Swedish (sv)
9267  Thai (th)
9268  Ukrainian (uk)
9269  Vietnamese (vi)
9270
9271
9272 Overview of Changes from GLib 2.17.6 to GLib 2.17.7
9273 ===================================================
9274
9275 * More fixes for 64-bit Windows
9276
9277 * GIO
9278  - Add a vfs implementation for HTTP and HTTPS URIs on Windows
9279
9280 * Bugs fixed:
9281  546329 API docs for g_utf8_normalize() are incorrect
9282  546876 Modify GMarkup parser to accept &#x1; .. &#x1f;
9283  547200 g_utf8_find_next_char() issues
9284  547637 unconditional #include of sys/statfs.h in configure
9285  547337 G_DISABLE_DEPRECATED breaks tests build
9286  547832 gtk+-2.12.11 fails to build - AC_PROG_MMAP too strict
9287  502498 Test framework assertion failures should follow gcc
9288  546371 Improve docs re g_file_monitor
9289  546483 GThemedIcon:use-default-fallbacks is not readable without...
9290  546132 GFileIcon is bindings-unfriendly
9291  542156 zfs mount in home directory shown on nautilus desktop 
9292  535124 umask 002 not being applied for new directories...
9293  547080 g_file_copy leaks expected errors
9294  546582 Callbacks from GFileMonitor present a GFile...
9295  547262 Missing link in the docs
9296
9297 * Updated translations:
9298  Arabic (ar)
9299  Catalan (ca)
9300  Spanish (es)
9301  Basque (eu)
9302  Finnish (fi)
9303  Galician (gl)
9304  Hebrew (he)
9305  Marathi (mr)
9306  Norwegian bokmål (nb)
9307  Portugese (pt)
9308  Brazilian Portugese (pt_BR)
9309  Swedish (sv)
9310  Thai (th)
9311
9312
9313 Overview of Changes from GLib 2.17.4 to GLib 2.17.6
9314 ===================================================
9315
9316 * Fix problems on 64-bit Windows
9317
9318 * g_markup_context_get_user_data: New function to access
9319   the user_data outside of callbacks
9320
9321 * GIO
9322  - g_mount_guess_content_type_sync: synchronous version of
9323    g_mount_guess_content_type
9324  - GEmblem: A GIcon implementation that adds emblem-related
9325    metadata to icons
9326  - GEmblemedIcon: A GIcon implementation that can add emblems
9327    to icons
9328
9329 * Bugs fixed:
9330  544088 option_test_LDADD is left in tests/Makefile.am
9331  544465 gmarkup makes it hard to use pre-rolled parsers
9332  545485 Implicit declaration of utime()
9333  545798 "Since: 2.18" mark is missing in g_set_error_literal...
9334  544140 fam-helper 64-bit issue
9335  529694 SELinux context setting support
9336  545157 wrong/no list of "open with" applications for .cc...
9337  545203 gfile.c: argument is different type
9338  545457 gdmsetup crashed with SIGSEGV in g_unix_mount_guess...
9339  544177 Fix trivial cut and paste error in documentation
9340  545395 Language tweak for g_value_set_string* docs
9341  541036 Gnumeric crashes when trying to open Desktop...
9342  546079 leak in xdgmime
9343  545395 Language tweak for g_value_set_string* docs
9344  546017 Don't copy attributes when copying a symlink
9345
9346 * Updated translations:
9347  Arabic (ar)
9348  Estonian (et)
9349  Galician (gl)
9350  Italian (it)
9351  Japanese (ja)
9352  Korean (ko)
9353  Norwegian bokmål (nb)
9354  Pashto (ps)
9355  Portugese (pt)
9356
9357
9358 Overview of Changes from GLib 2.17.3 to GLib 2.17.4
9359 ===================================================
9360
9361 * GIO:
9362  - New API to handle content types: g_mount_guess_content_type,
9363    g_content_type_guess_for_tree.
9364  - Export the eject-button signal on the volume monitor class
9365  - New API to enable out-of-process volume monitors: 
9366    g_volume_get_activation_root
9367
9368 * GObject:
9369  - New API to handle signals without slots in the class structure:
9370    g_signal_new_class_handler, g_signal_override_class_handler   
9371
9372 * Internationalization:
9373  - Add an NC_ macro that is a no-op equivalent of C_
9374
9375 * GMarkup:
9376  - Add two new functions g_markup_parse_context_push,
9377    g_markup_parse_context_pop to support "subparsers"
9378
9379 * Bugs fixed:
9380  541208 Functions to easily install and use signals without...
9381  541507 Ambiguous description of assigned characters in the...
9382  543040 async reading on dummy file will crash on GIO_USE_VFS=local
9383  543560 enable gio-FEN back-end warnings on Solaris will crash...
9384  528317 GRegex does not allow recursion limit
9385  337518 GMarkup: Subparser support
9386  541794 drive-eject-button signal
9387  541793 activation root for volumes
9388  467707 test_iconv_state() in tests/convert-test.c fails on AIX 5.3
9389  428048 2 of 51 tests fail on Solaris
9390  542332 small fix for error message in GMarkup
9391  482413 get_contents_stdio -- overflow and memory corruption
9392  406120 g_ascii_strtod
9393  334234 "printf" format error
9394  536996 Missing noop i18n macro equivalent to C_
9395  540616 mem leak in filechooser button
9396  539229 gobject-query calls itself query
9397  521589 [RFC] gobject documentation should mention Vala
9398  543168 Description of G_SLICE=debug-blocks discourages its use
9399  543220 Case collision on gio-extension-points.html
9400  530759 update the gobject tutorial to the XXI century
9401  535223 gbookmark file inefficiency ...
9402  543504 crash in Epiphany Web Browser: Opening local file
9403
9404 * Updated translation:
9405  German (de)
9406  Estonian (et)
9407  Pashto (ps)
9408  Albanian (sq)
9409  Thai (th)
9410  Traditional Chinese (zh_HK)
9411  Traditional Chinese (zh_TW)
9412
9413
9414 Overview of Changes from GLib 2.17.1 to GLib 2.17.3
9415 ===================================================
9416
9417 * PCRE
9418  - fix for CVE-2008-2371 
9419
9420 * Bugs fixed:
9421  538119 glib's mainloop leaks a pipe to sub-processes
9422  537635 Corrections and improvements to g_time_val_{to,from}_iso8601
9423  539067 The document g_io_channel_win32_new_fd() says...
9424  535949 annotate g_strip_context and g_dpgettext with G_GNUC_FORMAT
9425  539123 annotate g_d[n]gettext with G_GNUC_FORMAT
9426  539074 Cannot get exit status with g_spawn_command_line_sync
9427  316221 G_LOCK warns about breaking strict-aliasing rules
9428  539770 migrate gstrfunc unit tests to gtest
9429  539626 Update docstrings for g_object_freeze_notify and g_object_thaw_notify
9430  538044 unconditional use of LC_MESSAGES
9431  540545 Monotonic time and timer offset
9432  535947 want g_set_error_literal
9433  539999 glibconfig.h: add GLIB_USING_SYSTEM_PRINTF 
9434  536252 GFileEnumerator should allow access to the containing GFile
9435  538362 Get Win32 icons back in the file chooser
9436  540802 g_list_prepend doesn't concat lists
9437  540423 unrecoverable error after g_seekable_truncate
9438  538836 make check failure on PPC and ALPHA: pltcheck.sh on g_atomic_pointer_get
9439  539090 g_content_type_from_mime_type() should unalias
9440  540331 g_file_append_to () documentation: can return NULL
9441  534639 add g_desktop_app_info_new_from_keyfile
9442  536733 gio build failure on Irix
9443  536160 Add g_file_monitor()
9444  538127 FileChooser broken on win32
9445  531476 /live-g-file/test_traverse_structure test fails on Mac HFS+
9446  538564 gio should have gio-types.h
9447  540047 glib-genmarshal.c: '#include <io.h>' is too before
9448
9449 Updated translations:
9450  Korean (ko)
9451  Occitan (oc)
9452
9453
9454 Overview of Changes from GLib 2.17.0 to GLib 2.17.1
9455 ===================================================
9456
9457 * New function: g_utime(), a gstdio wrapper for utime()
9458
9459 * New functions: g_dgettext() and g_dngettext(), wrappers
9460   for corresponding gettext functions with added functionaliy
9461
9462 * Support the latest version of the shared-mime spec, including
9463   icons for mime types 
9464
9465 * New function: g_themed_icon_prepend_name()
9466
9467 * Bugs fixed: 
9468  535418 Please document which glib version defines goffset
9469  528715 Misprint in the description of the interface g_type_class_add_private
9470  528714 Misprint in the description of the interface g_param_spec_flags
9471  537260 Doc bug in G_TYPE_INSTANCE_GET_CLASS()
9472  530527 Misprint in the description of the interface 
9473         g_cclosure_marshal_VOID__FLAGS
9474  530526 Misprint in the description of the fields 'class_init' and 
9475         'class_finalize' of the structure GTypeInfo
9476  528719 Improvement to the documentation of the "g_object_connect" interface
9477  528172 gtk_signal_handlers_unblock_* functions return value
9478         amount of matched signals, not amount of actually unblocked
9479  528717 Misprint in the description of the parameter 'type_id' for 
9480         the interface g_type_register_fundamental
9481  528716 Misprint in the description of the parameter 'iface_data' for 
9482         the callback types GInterfaceInitFunc and GInterfaceFinalizeFunc 
9483  537555 GObject instantiation not thread safe
9484  537546 'desktop' shortcut in file chooser looks like a generic folder
9485  537392 Additional colon in xattr name
9486  536641 Filesystem querying in gio does not list AFS and autofs file systems
9487  528600 g_dummy_file_get_parent("scheme://example.com/")
9488  503071 Application direction changes to right to left even if theres no 
9489         translation
9490  502511 g_assert_cmphex prints invalid message
9491  338162 Use po/LINGUAS
9492  314453 Nautilus crashes in Solaris when browsing the attached file
9493  529321 make check fails in glib/pcre
9494  455215 g_get_user_special_dir: no reference about G_USER_DIRECTORY_DOWNLOAD 
9495         fallback to $HOME/Desktop if xdg-user-dirs is not in use
9496  498732 g_key_file_to_data cannot fail
9497  511367 add g_file_make_directory_with_parents
9498  531900 Use __builtin_offsetof for G_STRUCT_OFFSET if building with 
9499         gcc 4.0 or newer
9500  536158 also bump GHashTable version when a node is removed via
9501         g_hash_table_iter_remove()/g_hash_table_iter_steal()
9502  531403 g_utf8_collate broken on Mac
9503  535628 test/patterntest.c still includes gpattern.h directly
9504  535625 alias.h:2648: error: 'utime' undeclared here (not in a function)
9505
9506 * Translation updates:
9507  Arabic (ar)
9508  German (de)
9509  Italian (it)
9510  Norwegian bokmål (nb)
9511  Thai (th)
9512
9513
9514 Overview of Changes from GLib 2.16.x to GLib 2.17.0
9515 ===================================================
9516
9517 * Update to Unicode 5.1
9518
9519 * Update included libcharset to the one shipped with libiconv 0.12
9520
9521 * Update included PCRE to 7.7
9522
9523 * Enforce that only toplevel headers are directly included.
9524   This is turned on by default for GObject and GIO. To turn
9525   it on for GLib, define G_DISABLE_SINGLE_INCLUDES.
9526
9527 * Fix library version of GIO.  GLib 2.16 shipped with libgio-2.0.so.0.0.0
9528
9529 * On Solaris, use FEN for file monitoring in GIO
9530
9531 * Use the GIO_EXTRA_MODULES environment variable to find
9532   additional GIO modules 
9533
9534 * G_GNUC_ALLOC_SIZE: New macro that wraps the gcc alloc_size
9535   function attribute
9536
9537 * g_checksum_reset: New function to reset the state of a GChecksum 
9538
9539 * g_unix_mount_monitor_set_rate_limit: New function to limit the 
9540   rate at which events are reported
9541
9542 * g_file_query_file_type: New utility function to query the type of
9543   a file
9544
9545 * g_memory_output_stream_get_data_size: New function to obtain the
9546   size of the written data.
9547
9548 * Bugs fixed:
9549  522292 Gives warnings in glib/gutils.h with GCC in C99 mode
9550  523298 win_iconv can't convert from UTF-8 to GB18030 (or vice versa)
9551  518160 replace two g_strdup_printf calls in GBookmarkFile
9552  523877 gbookmarkfile: avoid using g_string_append_printf() and
9553         other optimizations 
9554  525192 100% CPU if run main loop with no IO sources
9555  315437 extern inline -> static inline
9556  524314 g_convert() on Win32 implicitly converts full width
9557         alphanumerics into half width
9558  525732 Error in documentation for g_list_first
9559  525674 A typo in gmarkup.c
9560  448943 g_timeout_add_seconds() problems
9561  525972 UCS-4 not in the new win_iconv implementation
9562  526619 make test-report crash
9563  491554 Update to Unicode 5.1.0
9564  519137 g_slice_dup macro needs cast for 64-bit platform
9565  528752 Win32 build and SSL not working
9566  530457 G_USER_DIRECTORY_DOWNLOAD folder improperly mapped
9567  528667 Typos in testing module documentation
9568  459905 Bug in wcwidth data
9569  534085 g_unichar_iswide_cjk() has a totally wrong table
9570  501651 Update glib/libcharset
9571  519026 G_STMT_START/G_STMT_END test a non-existent preprocessor symbol
9572  534319 GLib's .pc files could use Libs.private
9573  534137 Typo in g_spawn_async_with_pipes doc
9574  517419 gio win32 directory monitor
9575  526796 Wrong order of arguments in g_file_copy's fallback
9576  530196 _g_local_file_has_trash_dir() doesn't handle st_dev == 0
9577  532965 Should not return filesystem::free for certain file systems
9578  525553 fix typo and nitpicking in GArray documentation
9579  526572 Missing * in declaration of parent_class in Object
9580         Destruction section of GObject Reference Manual
9581  528648 Extra >s in Object Construction section
9582  535021 g_param_spec_internal documentation should
9583         describe purpose of nick and blurb
9584  521513 Firefox crash when using file picker
9585  528433 gdesktopappinfo snafu ...
9586  533369 API g_file_info_get_attribute_string () unables to get "...
9587  521045 glib f_fstypename miscellany
9588  521672 compile error
9589  521946 control rate limit on GUnixMountMonitor
9590  522335 Fails to build: glib/gtester.c:276: error: 'ARG_MAX' unde...
9591  523015 Implement sliding window based upload operation
9592  523019 Use new GCC 4 feature
9593  523338 list nfs4 as a nfs mount type
9594  524350 Make glib build without NLS again
9595  524579 g_file_copy reports wrong total on progress callback for ...
9596  524742 A typo in gtestutils.c.
9597  524950 Minor documentation typos.
9598  525866 the user directory should not be considered as a mount to...
9599  526320 should not list mounts that the user doesn't have permiss...
9600  527132 nautilus crash when making ftp connection
9601  532852 CRITICAL **: totem_pl_parser_parse_with_base: assertion `...
9602  534759 Build failure in gio
9603  534764 Typo in error produced by g_file_make_directory
9604  521851 Redudant tests in gunixmounts.c
9605  524344 glib/gthread.h still use G_GNUC_PRETTY_FUNCTION
9606  525060 glib fails to build with -DG_DISABLE_ASSERT in CPPFLAGS o...
9607  534177 Invalid description of the interface g_cclosure_marshal_S...
9608  520715 Add GFile method g_file_query_file_type
9609  523039 nautilus can't access to trash/computer/network if gvfs i...
9610  
9611 * Updated translations:
9612  Arabic (ar)
9613  Bulgarian (bg)
9614  Catalan (ca) 
9615  Czech (cs)
9616  Greek (el)
9617  Candian English (en_CA)
9618  British English (en_GB)
9619  Spanish (es)
9620  Estonian (et)
9621  Basque (eu)
9622  Galician (gl)
9623  Hebrew (he)
9624  Hungarian (hu)
9625  Japanese (ja)
9626  Lithuanian (lt)
9627  Norwegian bokmål (nb)
9628  Dutch (nl)
9629  Occitan (oc)
9630  Portugese (pt)
9631  Russian (ru)
9632  Slovak (sk)
9633  Albanian (sq)
9634  Swedish (sv)
9635  Turkish (tr)
9636  Vietnamese (vi)
9637
9638
9639 Overview of Changes from GLib 2.16.0 to GLib 2.16.1
9640 ===================================================
9641
9642 * Fix a crash in g_themed_icon_new
9643
9644 * Update the included PCRE to 7.6
9645
9646
9647 Overview of Changes from GLib 2.15.6 to GLib 2.16.0
9648 ===================================================
9649
9650 * Fix the definition of G_INLINE_FUNC to work with gcc 4.3.0
9651
9652 * GIO:
9653  - Add missing GMountMountFlags argument to g_unix_volume_mount
9654  - Fix the adopt_orphan_mount vfunc to take a volume monitor 
9655    reference
9656  - Add properties to GThemedIcon for bindings sake
9657
9658 * Bugs fixed:
9659  520484 gvfsd-trash crashed with SIGSEGV in g_path_is_absolute()
9660  510855 g_checksum_update(): Take -1 for length.
9661  517676 g_themed_icon_new*() do more than call g_object_new().
9662  518816 should handle rmdir returning EEXIST correctly
9663  519352 g_[s]list_delete_link() docs
9664  519489 Fixes for sparse warnings in gio
9665  520169 add monitor argument to vfunc for GVolumeMonitor
9666  520700 Add type check in g_file_query_exists
9667  521145 FILE_READ_ONLY_VOLUME not present on Mingw32
9668  518720 No MIME type for empty files
9669  521013 in documentation, goffset doesn't say "Since 2.x"
9670  521028 Missleading error messages from g_io_channel_set_encoding()
9671  517484 GMainLoop could set the thread "Alertable" for APCs to be... 
9672
9673 * Updated translations:
9674  Assamese (as)
9675  Bengali India (bn_IN)
9676  Czech (cs)
9677  German (de)
9678  Spanish (es)
9679  Estonian (et)
9680  Finnish (fi)
9681  French (fr)
9682  Gujarati (gu)
9683  Italian (it)
9684  Lithuanian (lt)
9685  Malayalam (ml)
9686  Marathi (mr)
9687  Norwegian bokmål (nb)
9688  Romanian (ro)
9689  Russian (ru)
9690  Slovak (sk)
9691  Ukrainian (uk)
9692
9693  
9694 Overview of Changes from GLib 2.15.5 to GLib 2.15.6
9695 ===================================================
9696
9697 * GIO:
9698  - New file attributes: trash::item-count, filesystem::use-preview
9699  - Rename g_file_contains_file to g_file_has_prefix
9700  - g_file_query_filesystem_info grew async variants
9701  - g_themed_icon_append_name: new convenience function
9702  - g_content_type_get_icon is implemented now
9703  - Only show mounts in /media and ~
9704  - g_file_contains_file has been renamed to g_file_has_prefix
9705
9706 * Win32:
9707  - g_win32_get_package_installation_directory_of_module: new function
9708    which supersedes g_win32_get_package_installation_directory
9709  - Use alertable wait functions so that I/O completion routines or 
9710    user-mode Asynchronous Procedure Calls can be run
9711  - Fix race conditions in g_spawn implementation on win32
9712
9713 * Other:
9714  - g_uri_get_scheme has been renamed go g_uri_parse_scheme
9715
9716 * Updated translations:
9717  Arabic (ar)
9718  Belarusian Latin (be@latin)
9719  Catalan (ca) 
9720  British English (en_GB)
9721  Finnish (fi)
9722  Galician (gl)
9723  Hebrew (he)
9724  Italian (it)
9725  Kannada (kn)
9726  Norwegian bokmål (nb)
9727  Dutch (nl)
9728  Brazilian Portugese (pt_BR)
9729  Vietnamese (vi)
9730
9731
9732 Overview of Changes from GLib 2.15.4 to GLib 2.15.5
9733 ===================================================
9734
9735 * Update the included PCRE to 7.6
9736
9737 * GIO:
9738  - g_volume_should_automount: new function to determine if a volume
9739    should be mounted automatically
9740  - g_file_query_default_handler: new convenience function to get
9741    the default handler for a file
9742  - g_app_info_launch_default_for_uri new convenience function to
9743    launch the default handler for a URI
9744  - Use mimeapps.list and defaults.list as discussed on xdg list
9745    recently
9746  - g_app_info_get_default_for_uri_scheme has a real implementation
9747    now (gvfs provides a GConf-based implementation)
9748  - There is the beginning of a test suite
9749  - standard::description:  new file attribute
9750  - GMountMountFlags flags argument added to mount calls
9751
9752 * GObject:
9753  - class initialization is now threadsafe
9754
9755 * Updated translations:
9756   Arabic (ar)
9757   Catalan (ca)
9758   Spanish (es)
9759   Basque (eu)
9760   Italian (it)
9761   Japanese (ja)
9762   Kannada (kn)
9763   Korean (ko)
9764   Macedonian (mk)
9765   Occitan (oc)
9766   Portugese (pt)
9767   Brazilian Portugese (pt_BR)
9768   Swedish (sv)
9769   Thai (th)
9770
9771
9772 Overview of Changes from GLib 2.15.3 to GLib 2.15.4
9773 ===================================================
9774
9775 * G_GNUC_PRETTY_FUNCTION has been deprecated
9776
9777 * GIO:
9778  - g_file_copy has an async variant now
9779  - Drives and volumes now have API to get identifiers
9780    like Hal UDIs or UUIDs.
9781  - There is now a registration API to let modules register
9782    extensions they provide, such as volume monitor implementations
9783
9784 * Bugs fixed:
9785   511807 g_time_val_to_iso8601() uses MT-unsafe gmtime() function
9786   316260 [patch] Doc patches for gnode (2.8.1)
9787   385132 solaris gettext support fix
9788   484261 ./configure check for system PCRE unicode support fails w...
9789   510292 GOption main help not shown
9790   511580 Implement g_file_copy_async
9791   511654 Compile errors due to C99 constructs
9792   487909 g_utf8_strreverse and combining marks
9793   512381 unused variable 'is_main_group' 
9794
9795 * Updated translations:
9796   Arabic (ar)
9797   Belarusian (be)
9798   Czech (cz)
9799   Spanish (es)
9800   French (fr)
9801   Galician (gl)
9802   Portugese (pt)
9803   Russian (ru)
9804   Swedish (sv)
9805   Thai (th)
9806
9807
9808 Overview of Changes from GLib 2.15.2 to GLib 2.15.3
9809 ===================================================
9810
9811 * GChecksum:
9812  - g_checksum_update can accept nul-terminated strings
9813  - The MD5 implementation works correctly on buffers 
9814    that are longer than 64 bytes
9815
9816 * GIO:
9817  - Don't include a copy of the inotify headers, rely on system headers
9818  - g_file_find_enclosing_mount has an async variant now
9819  - Reduntant seek API on file streams has been removed
9820
9821 * Bugs fixed:
9822   508602 gmemory{in|out}putstream.c: unknown pointer size
9823   508771 There is no g_file_test/exists() for GFile
9824   508773 g_uri_escape_string() documentation unclear.
9825   509465 AM_PATH_GLIB_2_0 doesn't support gio
9826   509626 async functions: Document allowed NULL callback?
9827   509990 GSeekable documentation unclear
9828   510448 No inotify support on ARM or SH5
9829   510855 g_checksum_update(): Take -1 for length. 
9830
9831 * Updated translations:
9832   Basque (eu)
9833   Marathi (mr)
9834   Swedish (sv)
9835   Ukrainian (uk)
9836
9837
9838 Overview of Changes from GLib 2.15.1 to GLib 2.15.2
9839 ===================================================
9840
9841 * GIO:
9842  - Mount operation API change: unhandled methods get reported via 
9843    the reply, rather than by the signal emission return value
9844  - File monitor API change: Add a GError argument to g_file_monitor_file
9845  - g_unix_mount_guess_should_display(): new function
9846
9847 * Bugs fixed:
9848   508224 [PATCH] FAM backend crashes due to double free
9849   508074 GAsyncResult documentation suggests g_freeing it.
9850   508108 GFile documentation slightly unclear.
9851   508309 rpc_pipefs mount points should be hidden
9852   508378 GFileInfo documentation implies that it changes attribute...
9853   508719 g_file_get_relative_path fails if parent is root
9854   508773 g_uri_escape_string() documentation unclear.
9855
9856 * Updated translations:
9857   Arabic (ar)
9858   Spanish (es)
9859   Hebrew (he)
9860   Italian (it)
9861   Korean (ko)
9862   Turkish (tr)
9863
9864
9865 Overview of Changes from GLib 2.15.0 to GLib 2.15.1
9866 ===================================================
9867
9868  * Portability fixes:
9869  - Assertion functions are marked as noreturn again
9870  - Handling of inline functions has been fixed to work with gcc 4.3
9871  - C99 comments have been removed from headers
9872  - The nonportable sed -i option is no longer used
9873
9874  * GIO:
9875   - Clarified the semantics of g_app_info_get_all()
9876   - API for memory input and output streams has been changed a bit
9877   - GDirectoryMonitor has been removed; GFileMonitor can monitor
9878     files and directories now
9879
9880  * Bugs fixed:
9881    504829 Invalid environment passed to g_spawn_async in g_desktop_...
9882    505258 crash in Users and Groups: Adding a user
9883    505815 g_content_types_get_registered should not g_free keys
9884    491218 g_timer_new() doesn't initialize timer->end
9885    315437 extern inline -> static inline
9886    476856 Inconsistency between standard and implementation of the ...
9887    480122 g_module_open fails to open modules with ".la" extension
9888    495589 gspawn.c failing to set FD_CLOEXEC
9889    500273 doesn't build with --disable-visibility
9890    504142 Do not show empty groups in --help output
9891    504879 giofam incorrectly linked
9892    505042 add file attribute for actually used file size in bytes
9893    505058 xattr namespace docs
9894    505674 Misprint in the definition of the macro G_CCLOSURE_SWAP_DATA
9895    505730 Fails to build on OSX 10.4: _NSGetEnviron not declared
9896    505887 older darwin lacks lchown
9897    506374 gmemoryinputstream api
9898    506461 Conversion of g_assert_not_reached() and friends into fun...
9899    503051 Small bug in glib interface
9900    506395 Updates to GIO documentation
9901    507628 Missing .pc entry for gio linking against glib
9902    505195 [patch] typo in g_try_new0 docs 
9903    507822 g{file,directory}monitor changes signal problem
9904    506377 gmemoryoutputstream write implementation
9905    507835 bug in gunixinputstream 
9906
9907  * Updated translations:
9908    Arabic (ar)
9909    Belarusian Latin (be@latin)
9910    Spanish (es)
9911    Basque (eu)
9912    Irish (ga)
9913    Hebrew (he)
9914    Occitan (oc)
9915    Vietnamese (vi)
9916
9917
9918 Overview of Changes from GLib 2.14.x to GLib 2.15.0
9919 ===================================================
9920
9921 Major new features:
9922
9923  * GIO: a VFS API, designed to replace GnomeVFS. The GIO implementation 
9924    in GLib has support for local filesystems. The new, separate gvfs 
9925    module contains various backend implementations (cifs, ftp, sftp,
9926    http, ...)
9927
9928  * GChecksum: provides various hash algorithms, such as MD5, SHA-1
9929    and SHA-256
9930  
9931  * GTest: a test framework 
9932  
9933 Smaller additions:
9934
9935  * GHash:
9936  - GHash has iterators, as an alternative to g_hash_table_foreach
9937
9938  * GMarkup: 
9939  - g_markup_parse_context_get_element_stack: New function to
9940    get the stack of open elements
9941  - G_MARKUP_PREFIX_ERROR_POSITION: New flag to improve error
9942    reporting
9943  - g_markup_collect_attributes: Convenience function for handling
9944    attributes
9945
9946 * GKeyFile: 
9947  - Functions that take a GError now return a boolean to indicate 
9948    success, instead of void
9949  - Various performance improvements
9950
9951 * GAsyncQueue:
9952  - g_async_queue_new_full: new function that allows to specify
9953    a free function for leftover elements
9954  
9955 * GError:
9956  - g_prefix_error and g_propagate_prefixed_error: New functions
9957    to ease error propagation
9958
9959 * Internationalization:
9960  - C_: A new 2-argument variant of the Q_() macro 
9961  - Use native character set conversion API on Windows
9962
9963 * GLib builds with automake 1.10
9964
9965 * Bugs fixed:
9966  455725 specific combination of g_utf8_strlen and g_pattern_match...
9967  467537 g_convert_with_iconv() not resetting iconv() state correc...
9968  497033 Commandline option parser should warn about missing optio...
9969  504527 gchecksum: Conditional jump or move depends on uninitiali...
9970  445362 Non-numeric local labels in gatomic.c are causing linker ...
9971  482313 gregex: no way to tell why compilation failed
9972  317775 main loops continues to run after g_main_loop_quit() has ...
9973  418778 Insufficient pkg-config version requirement
9974  436293 g_option_context_new() doc should mention that the string...
9975  466557 glib-mkenums shifts ARGV[0] to undefined
9976  468882 GKeyFile doesn't accept "True" as a true boolean value
9977  469551 application --help messages are garbaged on none UTF-8 lo...
9978  479724 Memory leak upon calling "g_main_loop_run" in the seconda...
9979  490061 outptrs uninitialized after g_parse_long_long
9980  490637 gobject documentation patch
9981  495294 glib-genmarshal prints warnings but returns 0
9982  496046 option to prefix location of errors for GMarkup
9983  498113 tests/regex-test fails on 64bit environment
9984  500506 Fails to build on OSX 10.4
9985  500638 gkeyfile speedup ...
9986  500875 Make check fails as there is no "test" target for "build"...
9987  502511 g_assert_cmphex prints invalid message
9988  502927 g_array_index triggers cast aligment warning
9989  503029 g_time_val_from_iso8601 parse non-ISO8601 dates
9990  503222 Need context to translate
9991  503420 gkeyfile leaks a hash table
9992  503470 Fix build when builddir != srcdir
9993  504227 Inverse variant for g_test_trap_assert_stdout, g_test_tra...
9994  71704  file include order
9995  491957 Misprint in the specification of the interface "g_main_co...
9996  491959 Misprint in description of the structure "GThreadPool"
9997  491965 Mistype in the specification of the function "g_hook_list...
9998  491966 Misprint in the specification of the interface "g_main_co...
9999  491968 The documentation does not mention the restriction for th...
10000  491970 The documentation for the interface "g_date_clamp" is inc...
10001  491974 The documentation of the interface "g_main_context_iterat...
10002  491975 The documentation for the interfaces "g_io_channel_read_u...
10003  491979 Misprint in the description of the interfaces g_key_file_...
10004  491982 Misprint in the description of the interface "g_key_file_...
10005  501107 EXTRA_DIST automake warnings
10006  501997 g_utf8_normalize() returns NULL on invalid string
10007  502590 C_/g_dpgettext efficiency
10008  464259 g_set_application_name() docs should say "Since 2.2"
10009  496518 gbase64.c API doc clarification
10010  498728 g_key_file_get_*_list should set length to 0 when returni...
10011  500361 Improve docs for g_array_free() and g_ptr_array_free()
10012  501853 g_checksum_get_digest docs
10013  503862 Allow NULL strings in g_parse_debug_string()
10014  142676 Q_
10015  367550 Add g_async_queue_new_full() with GDestroyNotify function
10016  375651 Minor enhancements to GKeyFile API
10017  443648 MD5 digest support
10018  449937 Upgrade auto* sources to be clean under automake1.9
10019  452887 gmarkup context "get element" function is useless when ca...
10020  491549 [PATCH] Eliminate libiconv dependency on Windows
10021  500507 GHashTableIter API 
10022
10023 * Translation updates
10024  Belarusian Latin (be@latin)
10025  Czech (cs)
10026  German (de)
10027  Spanish (es)
10028  Esperanto (et)
10029  French (fr)
10030  Korean (ko)
10031  Marathi (mr)
10032  Norwegian bokmål (nb)
10033  Brazilian Portugese (pt_BR)
10034  Slovenian (sl)
10035  Swedish (sv)
10036
10037
10038 Overview of Changes from GLib 2.14.2 to GLib 2.14.3
10039 ===================================================
10040
10041 * Update PCRE to 7.4
10042
10043 * Bugs fixed:
10044  487491 Fix some warnings from sparse
10045  488068 Small (one-time) memory leak in glib_gettext initialization
10046  493688 TYPE macro "_get_type ()" is documented wrong
10047
10048 * Updated translations:
10049  Arabic (ar)
10050  Belarusian Latin (be@latin)
10051  Estonian (et)
10052  Irish (ga)
10053  Slovenian (sl)
10054
10055  
10056 Overview of Changes from GLib 2.14.1 to GLib 2.14.2
10057 ===================================================
10058
10059 * Bugs fixed:
10060  476849 Invocation of the interface "g_hook_free" fails in certai...
10061  359165 marshallers can throw warnings with -Wunused
10062  477957 more discussion on g_value_set_object vs. g_value_take_ob...
10063  478459 G_DEFINE_DYNAMIC_TYPE_EXTENDED doesn't work with G_IMPLEM...
10064  483337 inline is disabled for MSVC when compiling C code
10065  478349 Broken link to gettext website
10066  469231 g_spawn optimization for setting all open fds to CLOEXEC 
10067
10068 * Updated translations:
10069 Arabic (ar)
10070 Galician (gl)
10071 Hebrew (he)
10072 Korean (ko)
10073
10074
10075 Overview of Changes from GLib 2.14.0 to GLib 2.14.1
10076 ===================================================
10077
10078 * Bugs fixed:
10079  476840 Invocation of the interface "g_utf8_strreverse" crashes f...
10080  444765 Fix FIXME in gregex.c when new pcre is out
10081  464145 g_markup_escape_text Produces Invalid XML
10082  465625 g_type_default_interface_ref() does not ensure working g_...
10083  466768 Clearify that comments can be put anywhere in a Key-file.
10084  474229 The GError documentation should give convention for the G...
10085  474899 G_BREAKPOINT() docs inaccurate
10086  475854 Overuse of -lpcre when using system pcre
10087  473879 Incorrect includes in gregex.c
10088  468694 Typoes in documentation
10089  469051 g_snprintf () talks about characters where it probably me...
10090  457601 Missing arch specific atomic implementation
10091  475923 Missing pcre flags when static-linking against glib
10092  475619 glibthread-2.0.la does not list -lpthread
10093
10094 * Updated translations:
10095  Bulgarian (bg)
10096  Catalan (ca)
10097  Danish (da)
10098  German (de)
10099  Canadian English (en_CA)
10100  British English (en_GB)
10101  Spanish (es)
10102  Estonian (et)
10103  Finnish (fi)
10104  French (fr)
10105  Gujarati (gu)
10106  Hungarian (hu)
10107  Italian (it)
10108  Georgian (ka)
10109  Kannada (kn)
10110  Lithuanian (lt)
10111  Makedonian (mk)
10112  Norwegian (nb)
10113  Dutch (nl)
10114  Polish (pl)
10115  Portugese (pt)
10116  Brazilian Portugese (pt_BR)
10117  Romanian (ro)
10118  Russian (ru)
10119  Albanian (sq)
10120  Serbian (sr, sr@Latn)
10121  Swedish (sv)
10122  Tamil (ta)
10123  Thai (th)
10124  Ukrainian (uk)
10125  Vietnamese (vi)
10126
10127
10128 Overview of Changes from GLib 2.13.7 to GLib 2.14.0
10129 ===================================================
10130
10131 * Last-minute API additions:
10132  - Make g_unichar_combining_class public
10133  - Add goffset type, add G_MAXSSIZE and G_MINSSIZE
10134
10135 * Update PCRE to 7.2
10136
10137 * Bugs fixed:
10138  453998 Make _g_unichar_combining_class() public
10139  462549 gregex.c: variable is declared at middle of block
10140  417068 g_file_test doc inconsistency
10141
10142 * Updated translations:
10143  Assamese (as)
10144  Basque (eu)
10145  Kannada (kn)
10146  Malayalam (ml)
10147  Dutch (nl)
10148  Polish (pl)
10149  Brazilian Portugese (pt_BR)
10150  Turkish (tr)
10151
10152
10153 Overview of Changes from GLib 2.13.6 to GLib 2.13.7
10154 ===================================================
10155
10156 * The memory corruption warning from the slice allocator that
10157   occurred when threads were initialized after the slice allocator
10158   has been removed, as the slice allocator now works fine
10159   in this scenario.
10160
10161 * New functions g_once_init_enter() and g_once_init_leave() make
10162   it easier to write threadsafe one-time initialization functions 
10163  
10164 * Bugs fixed:
10165  454473 Simple XML Subset Parser terminates on invalid XML
10166  445813 g_module_open error, add file name
10167  453796 errno gets clobbered by g_filename_display_name
10168  341988 don't use "-c" with msgfmt in Makefile.in.in
10169  447048 Please produce slightly more output during long tests
10170  454785 GModule documentation lists same block of code twice.
10171  454786 GModule documentation lists same paragraph twice.
10172  383155 small docs quirks in gobject/closure API documentation
10173  65041  _get_type() functions aren't thread safe
10174
10175 * Updated translations
10176  Assamese (as)
10177  Spanish (es)
10178  Gujarati (gu)
10179  Japanese (ja)
10180  Korean (ko)
10181  Macedonian (mk)
10182
10183
10184 Overview of Changes from GLib 2.13.5 to GLib 2.13.6
10185 ===================================================
10186
10187 * Reintroduce a GType typedef whose removal in 2.13.5
10188   caused trouble for C++ bindings
10189
10190 * Bugs fixed:
10191  450216 docs not explicit enough about g_free()
10192  451459 g_type_register_static_simple calls g_type_register_static
10193
10194 * Updated translations
10195  Norwegian bokmål (nb)
10196  Sinhala (si)
10197
10198
10199 Overview of Changes from GLib 2.13.4 to GLib 2.13.5
10200 ===================================================
10201
10202 * xdg-user-dirs support: 
10203  - the Desktop directory is guaranteed to be defined
10204  - user-dirs.dirs is no longer reloaded on changes
10205
10206 * Slice allocator: 
10207  - new api to duplicate slices
10208
10209 * Regular expression support:
10210  - GRegex is a boxed type now
10211
10212 * Bugs fixed:
10213  44793 make check failing in trunk
10214  354522 Small problem with PLT hiding 6 symbols
10215  363986 glib 2.12.4 does not compile with SGI IDO cc
10216  443869 g_type_class_add_private doesn't warn when adding 0-sized...
10217  446859 Legitimately return 0 for g_quark_from_string(NULL)
10218  447534 Small typo in g_timeout_add_seconds() doc
10219  447583 GStaticRWLock
10220  447935 g_get_current_dir SIGSEGV on long path
10221  448260 CLAMP has surprising result if low > high
10222  57693  g_string_vprintf()
10223  442029 add g_slice_dup()
10224  445065 Add GRegex boxed type
10225  448819 Add full version of g_timeout_add_seconds()
10226
10227 * Updated translations: 
10228  Swedish (sv)
10229  Oriya (or)
10230  Hebrew (he)
10231  Spanish (es)
10232  Estonian (et)
10233
10234  
10235 Overview of Changes from GLib 2.13.3 to GLib 2.13.4
10236 ===================================================
10237
10238 * Bugs fixed:
10239  444121 g_get_user_special_dir deadlocks
10240  444161 invalid UTF8 in key name shows up as valgrind error in g_...
10241  444130 g_option_context_get_help() is broken when there's a desc...
10242
10243
10244 Overview of Changes from GLib 2.13.2 to GLib 2.13.3
10245 ===================================================
10246
10247 * GKeyFile:
10248  - Added defines for easier handling of desktop files
10249
10250 * Unicode support:
10251  - Update g_unichar_iswide_cjk for Unicode 5.0
10252
10253 * Regular expression support:
10254  - GRegex structs can now be ref-counted
10255  - Some new functions for dealing with incremental 
10256    replacement have been added
10257  - The GRegexEvalCallback signature has been changed
10258
10259 * g_get_user_special_dir() has been added to support
10260   xdg-user-dirs
10261
10262 * Bugs fixed:
10263  419376 Functions using named subpatterns behave inconsistently w...
10264  434358 g_regex_fetch_named() and g_regex_fetch_named_pos() are b...
10265  423708 typo in the README.win32 file see patch below
10266  339225 Add new defines for easier handling of .desktop files 
10267  442265 API additions/changes for GRegex
10268  432651 Add a glib-ish xdg_user_dir_lookup
10269
10270 * Updated translations:
10271  Estonian (et)
10272  Norwegian bokmål (nb)
10273
10274
10275 Overview of Changes from GLib 2.13.1 to GLib 2.13.2
10276 ===================================================
10277
10278 * Unicode support:
10279  - Add g_unichar_ismark()
10280
10281 * GOption:
10282  - Allow to use callbacks for remaining args
10283
10284 * Updated translations:
10285   Belarusian Latin (be@latin)
10286   British English (en_GB)
10287   Galician (gl)
10288   Norwegian bokmål (nb)
10289   Oriya (or)
10290   Spanish (es)
10291   Thai (th)
10292
10293
10294 Overview of Changes from GLib 2.13.0 to GLib 2.13.1
10295 ===================================================
10296
10297 * GRegex:
10298  - Portability fixes
10299  - Split into immutable GRegex and GMatchInfo
10300  - Add g_regex_get_max_backref() and g_regex_get_capture_count()
10301    to obtain information about the compiled regex
10302
10303 * GKeyFile:
10304  - Fix roundtrip problems
10305  - Add g_key_file_load_from_dirs()
10306
10307 * Unicode support:
10308  - Fix corner cases in case conversion routines
10309
10310 * GOption:
10311   - Add a function to get the formatted help string
10312
10313 * GHash:
10314  - Add new functions g_hash_table_get_keys() and
10315    g_hash_table_get_values() to retrieve the keys and
10316    values in list form
10317
10318 * Updated transations:
10319   Simplified Chinese (zh_CN)
10320   Arabic (ar)
10321
10322
10323 Overview of Changes from GLib 2.12 to GLib 2.13.0
10324 =================================================
10325
10326 * Add GSequence, a list that is implemented using
10327   a balanced binary tree.
10328
10329 * Add GRegex, an implementation of Perl regular expressions,
10330   based on PCRE.
10331  
10332 * Use Posix monotonic clocks instead of gettimeofday()
10333   for GTimer when available.
10334
10335 * Support static initialization of GQeues with G_QUEUE_INIT,
10336   g_queue_init() and g_queue_clear().
10337
10338 * Add g_string_chunk_clear() for clearing a 
10339   GStringChunk.
10340
10341 * Add g_unichar_get_script() to obtain Unicode
10342   script information.
10343
10344 * Add g_unichar_iszerowidth() to obtain information
10345   about zero-width characters.
10346
10347 * Add G_GNUC_MAY_ALIAS which wraps the gcc may_alias 
10348   type attribute.
10349
10350 * G_GNUC_INTERNAL has a working definition for the
10351   Sun Studio compiler. This requires the macro to
10352   be positioned before the function declaration.
10353
10354 * The slice allocator can produce detailed debugging
10355   information with G_SLICE=debug-blocks.
10356
10357 * Modules support G_DEBUG flags resident-modules and
10358   bind-now-modules.
10359
10360 * Add G_DEFINE_DYNAMIC_TYPE() to make it easier
10361   to define types in modules.
10362
10363 * Bug fixes: too many to list them in detail here.
10364
10365 * New and updated translations (be,bg,bn,ca,cs,de,
10366   en_CA,en_GB,et,fa,fr,he,hu,it,ja,ku,lt,mg,mk,ml,
10367   nb,ne,nn,pt,pt_BR,ro,sr,sr@Latn,sv,ta,uk,vi,zh_CN,
10368   zh_HK,zh_TW)
10369
10370
10371 Overview of Changes from GLib 2.12.1 to GLib 2.12.2
10372 ===================================================
10373
10374 * Unicode updates:
10375  - Normalization is following Unicode TR #29
10376  - g_unichar_isxdigit() only accept characters
10377    for which g_unichar_xdigit_value() returns a value
10378  - g_unichar_toupper and g_unichar_tolower leave
10379    unconvertable characters in place instead of
10380    replacing them by NUL
10381
10382 * Bugs fixed
10383  348491 g_utf8_strup() and g_utf8_strdown() returns 
10384         string with NUL bytes
10385  349825 GKeyFile always inserts a newline before a group
10386  347842 g_unichar_isxdigit() is too general about what 
10387         it considers a digit
10388  348694 g_utf8_normalize() hasn't been updated to PR #29
10389  348785 Hint about G_DEBUG in Message Logging docs
10390  349792 Wrong english string (UI)
10391  349952 gparamspecs.c uses gcc feature
10392
10393 * Translation updates (ca,cs,de,dz,es,eu,fi,gu,ko,
10394   nl,pl,tr,uk,zh_HK,zh_TW)
10395
10396
10397 Overview of Changes from GLib 2.12.0 to GLib 2.12.1
10398 ===================================================
10399
10400 * Update to final Unicode Character Database 5.0.0
10401
10402 * Bugs fixed:
10403  346660 issues with base64 api documentation / g_base64_decode_cl...
10404  348136 Coverity reports allocation of wrong size CID #2839
10405  336281 Update to UCD 5.0
10406  346197 g_date_strftime %F option doesnt work for win32
10407  348011 Small optimization to real_toupper()
10408  246494 prototype mismatch in glib/gconvert.c
10409
10410 * New and updated translations (bg,bn_IN,ca,dz,eu,fi,
10411   fr,he,it,ja,mk,or,pt)
10412
10413
10414 Overview of Changes from GLib 2.11.4 to GLib 2.12
10415 =================================================
10416
10417 * Bugs fixed:
10418  344905 leap-year bug in g_time_val_from_iso8601 w/o HAVE_TIMEGM
10419
10420 * Updated translations (cy,nb,nl)
10421
10422
10423 Overview of Changes from GLib 2.11.3 to GLib 2.11.4
10424 ===================================================
10425
10426 * GBookmarkFile:
10427  - g_bookmark_file_remove_item returns a boolean
10428  
10429 * g_mkstemp accepts the XXXXXX in the middle of
10430   the template
10431  
10432 * Bugs fixed:
10433  344868 g_key_file_to_data should separate groups 
10434
10435 * Updated translations (de,es,fr,gu,hi,ko,th)
10436
10437
10438 Overview of Changes from GLib 2.11.2 to GLib 2.11.3
10439 ===================================================
10440
10441 * GBookmarkFile:
10442   - g_bookmark_file_move_item: Return TRUE in case of
10443     an empty target
10444
10445 * Bugs fixed: 
10446  343919 gunicollate.c: strxfrm bug on VC8
10447
10448 * Updated translations (fi)
10449
10450 Overview of Changes from GLib 2.11.1 to GLib 2.11.2
10451 ===================================================
10452
10453 * Add g_ascii_stroll to parse signed 64bit integers
10454
10455 * GMarkup: add a flag to treat CDATA as text
10456
10457 * GHashTable: add functions to remove all entries
10458
10459 * GMainLoop: add functions to find the currently
10460   running source, and determine if it is destroyed
10461
10462 * Bug fixes:
10463  342563  g_atomic_thread_init() needs to be called before 
10464          other _g_*_thread_init() functions
10465  343548  Potential use after free in callers of g_string_free() 
10466  168538  Wish: Clearing contents of GHashTables
10467  321886  GTK+ cannot be reliably used in multi-threaded 
10468          applications
10469  341826  goption.c: 'strtoll' is C99's function
10470  343899  g_ascii_formatd dosn't work as expected for all 
10471          format strings
10472  317793  Make GEnumValue strings const
10473  337129  Compile warnings in G_IMPLEMENT_INTERFACE
10474  303622  What is G_TYPE_CHAR?
10475
10476 * Updated translations (bg,dz,eu,gl,ja,ko,nl,th,vi)
10477  
10478
10479 Overview of Changes from GLib 2.11.0 to GLib 2.11.1
10480 ===================================================
10481
10482 * GOption  
10483   - Support 64-bit integers 
10484   - Allow optional text before and after the options
10485     in help output
10486
10487 * Bug fixes:
10488  340538 gbase64-test writes OOB 
10489  340816 GKeyFile set_string_list invalid memory reads 
10490  339105 g_key_file_parse_value_as_double
10491  340434 convert-test.c fails (function test_one_half)
10492  311043 Memory leaks (and potential infinite loops) 
10493         when using G_ERRORCHECK_MUTEXES
10494  335198 Error checking mutexes are fubar  
10495  341237 Add a G_OPTION_ARG_INT64
10496  341192 g_io_channel_set_flags not implemented on win32
10497  336120 Allow adding description before/after GOption 
10498         --help output body
10499  341191 misplaced check in g_relation_delete
10500  340530 mismatched calloc / g_free in win32 threads
10501
10502 * Updated translation (es)
10503
10504 Overview of Changes from GLib 2.10.x to GLib 2.11.0
10505 ===================================================
10506
10507 * GBookmarkFile: a parser for files containing bookmarks
10508   stored using the Desktop Bookmark specification.
10509
10510 * Base64 encoding support
10511         
10512 * Unicode 5.0 support
10513
10514 * GOption supports floating point numbers 
10515
10516 * GKeyFile supports floating point numbers
10517
10518 * Bug fixes:
10519  155884 gatomic.c should be based on new SDK
10520  157877 update-desktop-database doesn't handle duplicate entries
10521  164719 keyfile parser doesn't support floats
10522  327662 Import BookmarkFile from libegg
10523  329548 Add G_OPTION_ARG_DOUBLE
10524  329789 option-test.c type confusion
10525  332841 Segmentation Fault when %llu is passed to vasnprintf and 
10526         HAVE_SNPRINTF is not defined
10527  333879 gthread/gthread-win32.c: IsDebuggerPresent needs '#define 
10528         _WIN32_WINDOWS 0x0401'
10529  333916 g_timer_elapsed docs should mention that microseconds 
10530         may be NULL
10531  334440 dlerror() portability issue causes crash on (old) a.out 
10532         NetBSD platform
10533  334646 goption + error out params
10534  334799 g_remove() must check return value of remove()
10535  334943 make check FAIL: threadpool-test
10536  335215 Some breakages with GThreadPool
10537  336085 g_option_context_new parameter lacks better explanation
10538  336677 Documentation for g_object_ref_sink() is incorrect
10539  337027 gbookmarkfile.c: sys/time.h include error
10540  337553 Wrong escaping of URIs
10541  338572 Dereferencing NULL value in g_key_file_get_group_comment
10542  338845 g_completion_complete_utf8 crashes when NULL is passed to it
10543  339337 g_bookmark_file_set_description
10544  339338 gbookmarkfile.c, function expand_exec_line
10545  339340 gbookmarkfile.c, function bookmark_app_info_dump
10546
10547 * Translation updates (bg,en_GB,et,gl,gu,he,hi,ka,nb,nl,nn,
10548                        or,pt_BR,ro,tr,vi,zh_CN)
10549
10550
10551 Overview of Changes from GLib 2.10.0 to GLib 2.10.1
10552 ===================================================
10553
10554 * Bugs fixed:
10555  314794 Broken pthread detection on Darwin [Gregor Riepl]
10556  322476 Missing check for .dylib [Vladimir Panov]
10557  333651 Inconsistent _g_charset_get_aliases prototype [Julio 
10558         M. Merino Vidal]
10559  333761 GInitiallyUnowned breaks application code [Sven Herzberg]
10560
10561 * Win32 changes:
10562  - Fix g_listenv() implementation.
10563  - Allow up to 100 GPrivate structs
10564
10565 * Translation updates (fr,hu,lt,pl,sv)
10566
10567
10568 Overview of Changes from GLib 2.9.6 to GLib 2.10.0
10569 ==================================================
10570
10571 * Bugs fixed:
10572  328997 64bit pointer trunction in glib slab-allocator
10573         [Pascal Hofstee]
10574  331110 g_cond_broadcast(inform_cond) without holding 
10575         inform_mutex [Chris Wilson, Sebastian Wilhelmi]
10576  332093 Fix some leaks in the tests [Kjartan Maraas]
10577  332435 g_utf8_strlen returns wrong value if a maximum 
10578         number of bytes to check is specified 
10579         [Matthias Clasen]
10580  331367 gslice requires more POSIX-like semantics for 
10581         GPrivate destructors [Tor Lillqvist]
10582
10583 * Documentation improvements [Matthias, Kang Jeong-Hee,
10584   Tor Lillqvist, Stefan Kost]
10585
10586 * Translation updates (el,eu,ka,uk)
10587
10588 Overview of Changes from GLib 2.9.5 to GLib 2.9.6
10589 =================================================
10590
10591 * Bugs fixed: 
10592  329124 distclean removes README [Kjartan Maraas, Tim Janik]
10593  317679 GRelation field type not documented [Behdad Esfahbod]
10594  329123 Typo in GTime docs [Kjartan Maraas]
10595
10596 * Documentation improvements [Sven Herzberg, David
10597   Schleef, Kjartan Maraas, Behdad Esfahbod]
10598
10599 * Translation updates (cs,cy,it,ko,pt,sq,sr,sr@Latn,ru
10600
10601 Overview of Changes from GLib 2.9.4 to GLib 2.9.5
10602 =================================================
10603
10604 * Memory management: 
10605   Runtime debugging support: The slice allocator
10606   can be turned off by setting G_SLICE=always-malloc
10607   in the environment. Zeroing of freed memory can
10608   now be turned on at runtime by setting
10609   G_DEBUG=gc-friendly in the environment. [Tim Janik]
10610
10611 * Bugs fixed:
10612  328253 HP-UX/IA-64 uses ".so" as default shared library 
10613         extension [Albert Chin]
10614  143380 unicode-encoding test fails converting to UTF-16 
10615         with libiconv [Marc Moorcroft]
10616  328254 Build breakage (GSlice) [Jens Ganseuer]
10617  328705 C99ism in glib/gmem.c [Kazuki Iwamoto]
10618
10619 * Translation updates (da,et,zh_CN)
10620
10621 Overview of Changes from GLib 2.9.3 to GLib 2.9.4
10622 =================================================
10623
10624 * Type system:
10625   Fix a problem with g_object_compat_control() which 
10626   can lead to segfaults in GTK+ applications on 64bit 
10627   platforms. 
10628
10629 * Thread suppport: 
10630   Unused threads now fall back to the global pool after 
10631   500 milliseconds, where they wait for another 
10632   max-idle-time milliseconds. [Sebastian Wilhelmi]
10633
10634 * Fix a memory allocation problem in GKeyFile. [Morten 
10635   Welinder]
10636
10637
10638 Overview of Changes from GLib 2.9.2 to GLib 2.9.3
10639 =================================================
10640
10641 * GTree:
10642  - Replace the simple recursive implementation by
10643    a nonrecursive, threaded one  [Maurizio Monge]
10644
10645 * Change g_filename_display_name and
10646   g_filename_display_basename to use the Unicode
10647   replacement character U+FFFD instead of a question
10648   mark, and don't append "(invalid encoding)"  [Matthias]
10649
10650 * Documentation improvements [Sven Herzberg, Federico
10651   Mena Quintero, Stefan Kost]
10652
10653 * Bugs fixed:
10654  323937 gslice.c in glib 2.9.1 doesn't build on Mac OS X 
10655         [Bogdan Nicula]
10656  326558 Some test failures on IRIX 6.5 [Daichi Kawahata]
10657  169285 "threaded" tree implementation for GTree 
10658         [Maurizio Monge]
10659  326747 g_filename_display_basename adds (invalid encoding) 
10660         [Alberto Ruiz]
10661
10662 Other contributors: Christian Kellner, Murray Cumming
10663
10664 New and updated translations (bg,ca,de,es,et,gu,ja,nl,th,vi)
10665
10666
10667 Overview of Changes from GLib 2.9.1 to GLib 2.9.2
10668 =================================================
10669
10670 * Memory management:
10671  - Add tests for cache colorization [Tim Janik]
10672  - Minimize space consumption if small amounts of differently
10673    sized slices are allocated, at a small performance cost.  [Tim]
10674
10675 * Thread support:
10676  - Add g_atomic_pointer_set() and g_atomic_int_set() [Tim Janik,
10677    Sebastian Wilhelmi]
10678  - Add g_thread_pool_set_sort_function() to allow sorting the 
10679    tasks of a threadpool.  [Martyn Russell]
10680  - Add g_thread_pool_set_idle_time() to allow unused threads
10681    to exit after a certain time.  [Martyn]
10682
10683 * Type system:
10684  - introduce a new type GInitiallyUnowned, which has an initial
10685    floating reference. [Tim]
10686  - Add support for GType parameters. [Matthias]
10687
10688 * Main loop:
10689  - Add g_main_context_is_owner() to determine if the current
10690    thread is the owner of the context.  [Michael Meeks]
10691
10692 * Provide g_access(), g_chdir(), g_unlink(), g_rmdir() as 
10693   wrapper functions instead of macros.  [Manish Singh]
10694
10695 * Documentation improvements [Tim, Matthias, Federico Mena Quintero,
10696   Stefan Kasal, Dan Williams]
10697
10698 * New and updated translations (en_CA,fi,fr,gl,ml,nb,no,zh_HK,zh_TW)
10699
10700 * Bugs fixed:
10701  324179 g_allocator_new() returns pointer to const dummy which Gtk+ 2.8 
10702         tries to modify [J. Ali Harlow]
10703  324332 g_option_context_parse() returns false without setting error 
10704         [Tim-Philipp Müller]
10705  324950 GLIB 2.9.1 testcase errors [Dan Yefimov]
10706  325015 gslice.c: process.h is needed on Windows [Kazuki Iwamoto]
10707  321978 G_DATALIST_GET_FLAGS() macro is not casting datalist to 
10708         gpointer [Andrew Paprocki]
10709  316221 G_LOCK warns about breaking strict-aliasing [Michal Benes, 
10710         Stanislav Brabec]
10711  325273 Error in documentation for glib_check_version () [Declan Naughton]
10712  325310 g_spawn_sync hangs when catching both stdout and 
10713         stderr [Tor Lillqvist]
10714  325249 gcc warning when using g_rmdir from <glib/gstdio.h> [Jani Monoses]
10715  325864 glib/gthreadpool.c:"#define debug(...)" is C99 [Kazuki Iwamoto]
10716  325874 Should say somewhere that source IDs are > 0 [Dan Williams]
10717  325438 a typo (compatability) [Stefan Kasal]
10718  323937 gslice.c in glib 2.9.1 doesn't build on Mac OS X [Bogdan Nicula]
10719
10720
10721 Overview of Changes from GLib 2.9.0 to GLib 2.9.1
10722 =================================================
10723
10724 * Memory management
10725  - The slice allocator is implemented [Tim Janik]
10726  - g_slice_free_chain() has been renamed to 
10727    g_slice_free_chain_with_offset()  [Tim, Behdad Esfahbod]
10728  - Mem chunks are deprecated [Matthias Clasen]
10729
10730 * Data structures
10731  - Hash tables are refcounted, and have a boxed type [Tim]
10732
10733 * Thread support
10734  - Support for Solaris threads has been removed 
10735    [Sebastian Wilhelmi, Andrew Paprocki]
10736  - g_async_queue_sort(), g_async_queue_push_sorted() have 
10737    been added to allow GAsyncQueue to be used as a priority 
10738    queue, together with the corresponding _unlocked 
10739    variants  [Martyn Russell]
10740
10741 * GObject:
10742  - The concept of a floating initial reference has been
10743    moved from GtkObject to GObject [Tim]
10744
10745 * Win32 changes:
10746  - Make g_rename() replace existing files [Tor Lillqvist]
10747
10748 * Misc new API:
10749  - G_GUINT64_CONSTANT macro to define guint64 
10750    constants [Andrew Paprocki]
10751  - G_GNUC_WARN_UNUSED_RESULT macro to instruct the 
10752    compiler to emit a warning if the value returned
10753    by a function is ignored. [Arjan van de Ven, Alex Larsson]
10754  - GList and GSList now have sort functions which take an
10755    extra user data argument [Martyn Russell]
10756  - g_param_spec_ref_sink() has been added for consistency [Tim]
10757
10758 * $LOGNAME is respected when determining user data. [Laszlo Peter]
10759
10760 * Other changes and bug fixes [Tim, Matthias, Behdad, 
10761   Christian Persch, Benedikt Meurer, Andrew Paprocki, 
10762   Kazuki Iwamoto, Alexis S. L. Carvalho, Stanislav Brabec,
10763   Andreas Schwab, Kalle Vahlman]
10764
10765 * Documentation
10766  - Deprecation warnings carry version information [Matthias]
10767  - The slice allocator has been documented [Matthias, Tim]
10768  - Other improvements [Morten Welinder]
10769
10770 Overview of Changes from GLib 2.8.x to GLib 2.9.0
10771 =================================================
10772 * Unicode support:
10773  - The Unicode tables have been updated to Unicode 4.1, 
10774    adding several new values to the GUnicodeBreakType 
10775    enumeration. This breaks Pango <= 1.10 
10776    [Behdad Esfahbod]
10777  - The various Unicode character predicate functions 
10778    (g_unichar_isalpha, g_unichar_isdigit,...) have
10779    been optimized
10780    [Behdad]
10781  - g_utf8_pointer_to_offset, g_utf8_offset_to_pointer:
10782    These functions handle negative offsets now, and
10783    going backwards in g_utf8_offset_to_pointer uses
10784    "stutter stepping".
10785    [Larry Ewing, Matthias Clasen]
10786
10787 * Memory management:
10788  - Mem chunks are no longer used internally in GLib and
10789    GObject. GMemChunk will be deprecated in GLib 2.10
10790  - All APIs based on GAllocator (g_list_push/pop_allocator,
10791    and similar push/pop_allocator functions for other
10792    data structures) have been deprecated, since they
10793    never worked as intended.
10794  - The g_slice_* functions have been added as a 
10795    new API for fast allocation of small memory blocks. 
10796    The implementation in GLib 2.9.0 is just a simple 
10797    wrapper around malloc. GLib 2.10 will have an
10798    efficient and scalable implementation. 
10799    [Tim Janik, Matthias]
10800
10801 * Pattern matching:
10802  - g_pattern_match has been optimized to avoid
10803    unnecessary recursion.
10804    [Tim, Matthias]
10805
10806 * g_intern_string, g_intern_static_string: 
10807  - New functions to intern strings. These are now used 
10808    by GObject to avoid duplicating static strings 
10809    [Matthias]
10810
10811 * g_thread_foreach: 
10812  - New function to iterate over all GThreads 
10813    [Tim, Matthias]
10814
10815 * g_date_set_time_t, g_date_set_time_val:
10816  - New functions to set a GDate from a time_t or
10817    GTimeVal value. g_date_set_time has been deprecated 
10818    in favor of these.
10819    [Roger Leigh]
10820
10821 * g_snprintf and g_vsnprintf:
10822  - These functions are no longer declared in gprintf.h, 
10823    since they are in glib.h
10824    [Matthias]
10825
10826 Overview of Changes from GLib 2.8.0 to GLib 2.8.1
10827 =================================================
10828 * Optimize single-character insertions in GString [Ross Burton]
10829 * Fix build problems on OS X
10830 * Fix build problems on Win32 [Tor Lillqvist, Hans Breuer]
10831 * Other bug fixes [Matthew F. Barnes, Stepan Kasal] 
10832 * Documentation improvements [Tristan van Berkom, Behnam
10833   Esfahbod, Gustavo Carneiro, Stepan Kasal, Matthias]
10834 * New and updated translations (ca,cy,ko,ro,uk)
10835
10836 Overview of Changes from GLib 2.7.7 to GLib 2.8.0
10837 =================================================
10838 * Make g_value_transform() handle enum values
10839   correctly on ppc64.  [Michael Lorenz]
10840   (Third-party code accessing enumeration values 
10841   in GValues should also be changed to access 
10842   v_long, not v_int, in order to work on bigendian 
10843   64bit machines.)
10844 * Make g_flags_get_first_value() handle a value
10845   of 0 meaningfully. [Tim-Philipp Müller] 
10846
10847 Overview of Changes from GLib 2.7.6 to GLib 2.7.7
10848 =================================================
10849 * Make atomic operations on s390 work [Matthias]
10850 * Fix C++ guards in gstdio.h [Tor Lillqvist]
10851
10852 Overview of Changes from GLib 2.7.5 to GLib 2.7.6
10853 =================================================
10854 * Add native implementations of atomic operations 
10855   on s390 [Matthias]
10856 * Make atomic reference counting of closures
10857   work on s390 [Matthias]
10858 * Avoid an infinite loop in g_convert_with_iconv().
10859   [Sebastian Bacher]
10860 * Documentation improvements [Ross Burton]
10861
10862 Overview of Changes from GLib 2.7.4 to GLib 2.7.5
10863 =================================================
10864 * Thread-related changes
10865  - Fix build issues on HP-UX [Paul Cornett]
10866  - Threadsafe access to flags stored in datasets [Tim Janik]
10867  - Fix several issues with atomic refcounting for 
10868    closures, objects and paramspecs [Tim]
10869  - Improve tests for atomic refcounting changes [Tim]
10870 * Fix handling of stateful encodings in g_convert_* [Matthias]
10871 * Fix translation of GOption help output [Dan Winship]
10872 * Catch format errors in translations. This may cause 
10873   "make check" to fail when using older versions
10874   of gettext [Matthias]
10875 * Win32 bug fixes [Tor Lillqvist]
10876 * Documentation improvements [Ross Burton, Jochen Baier, 
10877   Matthias, Tim]
10878 * New and updated translations (de,fi,gu,pl,pt,tr,zh_TW)
10879
10880 Overview of Changes from GLib 2.7.3 to GLib 2.7.4
10881 =================================================
10882 * Fix g_atomic_pointer_compare_and_exchange 
10883   on Sparc64 [Gert Doering]
10884 * Fix a hang in g_thread_pool_free. [Hong Jen Yee]
10885 * Win32 bug fixes [Tor Lillquist]
10886 * Other bug fixes [Benoit Dejean, Manish Singh]
10887 * Documentation improvements [Bryan Silverthorn,
10888   Callum McKenzie] 
10889 * New and updated translations (de,lt,sq,zh_CN)
10890
10891 Overview of Changes from GLib 2.7.2 to GLib 2.7.3
10892 =================================================
10893 * GOption
10894  - Allow callbacks with optional arguments [Pawel Sliwowski]
10895  - Allow to turn off the automatic long option name
10896    disambiguation  [Adam McLaurin]
10897  - Only allow printable ASCII as short option names [Matthias]
10898 * Win32
10899  - Build fixes [Tor Lillqvist]
10900  - Rewrite iochannel socket implementation [Tor]
10901 * GObject
10902  - Threadsafety improvements; in particular, refcounting
10903    of objects is done atomically now. [Wim Taymans, Tim Janik]
10904 * Bug fixes [Morten Welinder, Matthias, Wim Taymans]
10905 * Documentation improvements [Richard Laager, Matthias]
10906 * New and improved translations (bf,cs,hu,nb,nl,no)
10907
10908 Overview of Changes from GLib 2.7.1 to GLib 2.7.2
10909 =================================================
10910 * Win32 build fixes [Hans Breuer]
10911 * Bug fixes [Mikael Magnusson]
10912 * Documentation improvements [Matthias Clasen]
10913 * New and updated translations (en_CA,es,et,ja,sr,sr@Latn,zh_TW)
10914
10915 Overview of Changes from GLib 2.7.0 to GLib 2.7.1
10916 =================================================
10917 * GOption 
10918  - Allow callback arguments without parameters [Dan Winship]
10919 * GMappedFile: an mmap wrapper [David Schleef, Behdad Esfahbod]
10920 * Misc new functions:
10921  - g_get_host_name [Tor Lillqvist]
10922  - g_mkdir_with_parents [Tor]
10923  - g_build_pathv, g_build_filenamev [Todd A. Fisher, 
10924    Matthias Clasen]
10925 * Bug fixes [Roger Leigh, Masatake YAMATO, Kjartan Maraas,
10926   Manish Singh, Tor, Murray Cumming, Kian Duffy, Morten Welinder]
10927 * Documentation improvements [Hong Gang XU, Dan Winship, Matthias]
10928 * New and updated translations (bg,cs,da,en_CA,es,et,nb,nl,no,
10929   sk,th,zh_TW)
10930
10931 Overview of Changes from GLib 2.6.x to GLib 2.7.0
10932 =================================================
10933 * GKeyFile
10934  - Add unit tests [Matthias Clasen, Suren A. Chilingaryan]
10935  - Accept \r\n as line end [Bastian Nocera]
10936  - Don't interpret leading zeros as octal numbers. [Matthias]
10937  - Make key and group removal work [David Hoover, Matthias Hasselmann]
10938 * GOption
10939  - Improve formatting of --help output [Matthias, Noah Levitt]
10940  - Accept -? [Matthias]
10941  - Warn about duplicate main groups [Jeff Franks]
10942  - Treat '-' as non-option argument [Tim Musson, Thomas Leonard]
10943  - Report missing arguments as errors [Björn Lindqvist]
10944  - Add a boxed type for GDate [Tim-Philipp Müller]
10945 * GTree
10946  - g_tree_remove() and g_tree_steal() return status information [Matthew F. Barnes]
10947 * Stdio wrappers
10948  - Work regardless of large file support [Manish Singh]
10949  - Add g_access(), g_chmod(), g_creat(), g_chdir [Tor Lillqvist]
10950 * GObject
10951  - Implement "toggle references" to help language bindings [Owen Taylor]
10952  - Allow to mark names, nicks and blurbs of pspecs as static [Ben Maurer, Matthias]
10953  - Make pspec lookup a bit faster [Morten Welinder]
10954 * Add g_listenv() to list all set environment variables [Hans Petter Jansson]
10955 * Add g_file_set_contents() to atomically write a file.  [Søren Sandmann,
10956   Sven Neumann, Manish, Alexis S. L. Carvalho]
10957 * Add g_try_malloc(), g_try_new(), g_try_new0() and g_try_renew() [Stefan Kost]
10958 * Add g_utf8_collate_key_for_filename() to sort filenames taking
10959   extensions and numeric suffixes into account.  [Ole Laursen, Alex Larsson]
10960 * Add G_GNUC_NULL_TERMINATED to mark varargs function with 
10961   NULL-terminated argument lists. [Marc Meissner]
10962 * Win32 changes
10963  - Improved debugability [Ulf Lamping, Hans Breuer]
10964  - Make filename handling more robust [Tor, Billy Skaggs]
10965  - Improve g_get_system_data_dirs() [Tor]
10966  - Use more precise timers [Tor]
10967  - Build fixes [Kazuki Iwamoto, Hans, Tor, Robert Ögren]
10968 * Other bug fixes [Roger Leigh, Owen, Matthias, Morten, Kjartan Maraas, 
10969   Pawel Sakowski, Tor, Simon Budig, Ed Avis, Manish, Nicolas Laurent, 
10970   Bastien, Fabrício Barros Cabral, Michael Banck, Daniel Atallah, 
10971   J. Ali Harlow, Tim Janik, Hazael Maldonado Torres, Sven, Jon-Kare Hellan,
10972   Dave Benson, Tommi Komulainen, Benjamin Otte, Brian Cameron, Changwoo Ryu, 
10973   Christian Biere, Noah, Benoît Carpentier]
10974 * Documentation improvements [Vincent Untz, Matthias, Tim-Philipp Müller,
10975   Morten, Matthew, Federico Mena Quintero, Sebastian Bacher, Oliver Sessink, 
10976   Stefan, Jared Lash, Tor, Owen, Daniel Vaillard, Mathieu Lacage]
10977 * New and updated translations (ca,cs,da,el,en_CA,en_GB,es,et,eu,fa,fr,gl,
10978   hu,id,it,lt,mn,ne,nl,pl,pt,pt_BR,ro,rw,sk,sq,sr,sr@Latn,tl,uk,xh,zh_CN)
10979
10980 Overview of Changes from GLib 2.6.0 to GLib 2.6.1
10981 =================================================
10982 * GOption
10983  - Make gtk_init(NULL, NULL) work again [Marcin Krzyzanowski]
10984  - Improve handling of -- [Matthias Clasen]
10985  - Don't show G_OPTION_REMAINING in --help output [Matthew F. Barnes]
10986 * g_find_program_in_path() doesn't return directories [Tommi Komulainen]
10987 * Add gmodule-export-2.0.pc [Matthias]
10988 * Win32 changes
10989  - Improve hangling of UNC paths [Tor Lillqvist]
10990  - g_getenv(), g_setenv(), g_unsetenv(), g_find_program_in_path()
10991    take and return UTF-8 now [Tor] 
10992  - Make g_file_test() work more reliably, and use PATHEXT
10993    when check for executables [Tor]
10994  - Build and cross-compilation fixes [J. Ali Harlow]
10995 * Other bug fixes [Jens Hatlak, Morten Welinder, 
10996   Tor, Kalpesh Shah, Adrian Bunk]
10997 * Documentation improvements [Marcin Krzyzanowski, Tor, Crispin
10998   Flowerday, Mariano Suárez-Alvarez, Christian Biere, Danny Milo,
10999   Vincent Untz, Bastien Nocera]
11000 * New and updated translations (cy,de,nl,ru,sq,sv)
11001
11002 Overview of Changes from GLib 2.4.x to GLib 2.6.0
11003 =================================================
11004
11005 * Major new APIs
11006   - GOption, a commandline option parser
11007   - GKeyFile, a parser/editor for the .ini like files 
11008   - Functions to support the XDG basedir specification
11009   - Wrappers for common POSIX pathname functions to handle filename
11010     encodings consistently. On Windows, these use UTF-8.
11011
11012 * Miscellaneous new functions
11013   - g_filename_display_name() converts filenames in displayable UTF-8 strings
11014   - g_uri_list_extract_uris() splits uri lists
11015   - g_date_get_iso8601_week_of_year() gets ISO 8601 week numbers
11016   - g_log_set_default_handler() installs an alternate default log handler
11017   - g_get_language_names() obtains a list of applicable locale names
11018   - g_strv_length() calculates the length of NULL-terminated string arrays
11019   - g_win32_get_windows_version() determines the Windows version 
11020   - G_GNUC_INTERNAL marks functions as non-exported
11021   - glib_check_version() checks the GLib version at runtime
11022   - g_debug() completes the family of logging functions
11023
11024 * Performance improvements
11025   - Optimize g_utf8_validate()
11026   - Optimize g_markup_parse_context_parse()
11027   - Reduce signal connection complexity from O(n) to O(1) 
11028   - Get rid of many PLT entries for internally used exported symbols
11029   - Reduce code size by removing literal strings from g_return_if_fail()
11030
11031 * Other changes
11032   - On Windows, GLib functions that take file name arguments now require
11033     those to be in UTF-8. Functions that return file names return UTF-8.
11034   - Use higher precision for mathematical constants
11035   - Don't convert to/from UTF-8 in g_filename_to_uri/g_filename_from_uri
11036   - Support ll as printf format modifier for long long on all platforms
11037   - Clean up the ABI and enforce the list of exported symbols
11038   - Add a .pc file for using gmodule in libraries
11039   - Require ngettext
11040
11041 Overview of Changes from GLib 2.5.7 to GLib 2.6.0
11042 =================================================
11043 * GOption: Don't list help options if group-specific
11044   options have been requested [Glynn Foster]
11045 * Make g_get_language_names() track locale changes [Christian Persch]
11046 * Win32 bug fixes [Tor Lillqvist]
11047 * Bug fixes [Philippe Blain, Owen Taylor, Sebastian Wilhelmi]
11048 * New and updated translations (da,es,ja,lt,zh_CN)
11049 Bugs fixed: 159530,100697,160271,160645,157255
11050
11051 Overview of Changes from GLib 2.5.6 to GLib 2.5.7
11052 =================================================
11053 * Optimize g_utf8_validate() [Owen Taylor, Matthias Clasen]
11054 * Optimize g_markup_parse_context_parse() [Havoc Pennington, 
11055   Morten Welinder]
11056 * Reduce signal connection complexity from O(n) to O(1) 
11057   [Sven Neumann]
11058 * Add a .pc file for using gmodule in libraries [Owen]
11059 * Add G_GNUC_MALLOC to mark functions returning newly 
11060   allocated memory  [Matthias]
11061 * Win32 bug fixes [Hans Breuer, Tor Lillqvist, Robert Ögren,
11062   Bruce Hochstetler]
11063 * Bug fixes [Kazuki IWAMOTO, Matthias, Manish Singh, Morten,
11064   Frederic Crozat, Tor]
11065 * Documentation improvements [Matthias, Tor, Owen]
11066 * New and updated translations (cs,da,de,en_CA,en_GB,es,nb,nl,sq,zh_CN)
11067
11068 Overview of Changes from GLib 2.5.5 to GLib 2.5.6
11069 =================================================
11070 * GOption
11071   - Add G_OPTION_FLAG_REVERSE to allow options 
11072     which unset a  boolean variable [Tor Lillqvist]
11073 * GChildWatch
11074   - Use sigaction instead of signal [Jonas Jonnson, 
11075   Archana Shah]
11076   - Make the very first SIGCHLD work [Gustavo Carneiro]
11077 * Bug fixes [Morten Welinder, Tor, David MacLachlan,
11078   Manish Singh, J. Ali Harlow]
11079 * Documentation improvements [Matthias Clasen, Tor]
11080 * Updated translations (da,ja,tr,zh_CN)
11081
11082 Overview of Changes from GLib 2.5.4 to GLib 2.5.5
11083 =================================================
11084 * GKeyFile
11085   - Cleanups, add more error checking [Ray Strode]
11086   - Fall back to the untranslated string when getting 
11087     locale strings [Mark McLoughlin]
11088 * GOption
11089   - Document GOption [Matthias Clasen]
11090   - Better support for rest arguments [Owen Taylor, Matthias]
11091   - Handle conflicts between groups [Matthias]
11092 * Add g_lstat() to the stdio wrappers [Tor Lillqvist]
11093 * Add g_filename_display_name() to convert filenames
11094   in displayable UTF-8 strings  [Alex Larsson, Matthias]
11095 * Win32 bug fixes [Kazuki IWAMOTO, Hans Breuer, Tor]
11096 * Bug fixes [Christophe Fergeau, Morten Welinder, 
11097   Owen, Kjartan Maraas, Mark]
11098 * Documentation improvements [Matthias, Tor]
11099
11100 Overview of Changes from GLib 2.5.3 to GLib 2.5.4
11101 =================================================
11102 Add GKeyFile, a parser/editor for the .ini like files used in various
11103    freedesktop.org specifications. [Ray Strode]
11104 Make the handling of filename encodings consistent across all
11105    GLib functions, introduce wrappers for common POSIX 
11106    functions which accept the same filename encoding. [Tor Lillqvist, 
11107    Owen Taylor]
11108 GOption
11109  - Rename g_context_option_error_quark() to a more language-binding
11110    friendly name [Murray Cumming]
11111  - Accept backslashes in filenames on Win32 [Tor Lillqvist]
11112 * Strip the internal aliasing prefix IA__ from function names in 
11113   assertions [Matthias Clasen]
11114 * Add a function to split uri lists. [Matthias]
11115 * Win32 bug fixes 
11116  - Don't open console windows [Tor]
11117 * Other bug fixes [Philippe Blain, Robert Ögren, Hidetaka Iwai, Matthias,
11118  Morten Welinder, Mats-Ola Persson, Tor, Nickolay V. Shmyrev, Kjartan Maraas,
11119   Anders Carlsson, Tim-Philipp Müller, Lucas Rocha, Andrea Campi, Manish
11120   Singh, Thomas Fitzsimmons, Kazuki IWAMOTO]
11121 * Documentation improvements [Matthias, Linus Walleij, Nickolay, Philippe, 
11122  Adam Hooper, Gustavo Carneiro]
11123 * New and updated translations (cs,en_CA,en_GB,ja,nb,nl,or,sr,sr@Latn,sq)
11124
11125 Overview of Changes from GLib 2.5.2 to GLib 2.5.3
11126 =================================================
11127 * GOption
11128  - set the program name from argv[0] [Masatake YAMATO] 
11129  - make contexts work without a main group [Anders Carlsson]
11130 * Performance 
11131  - Get rid of many PLT entries for internally used exported symbols,
11132    and clean up the ABI at the same time and make make check check the
11133    list of exported symbols.  [Matthias Clasen]
11134 * Add API to get ISO 8601 week numbers [Niklas Lundell]
11135 * Add API to install an alternate default log handler [Darin Adler]
11136 * Add API to obtain a list of applicable locale names [Hidetoshi Tajima]
11137 * Reduce code size bloat by removing literal strings from
11138  the g_return_if_fail() macros [Owen Taylor]
11139 * Add g_strv_length [Tim-Philipp Müller]
11140 * Win32 changes
11141  - Add API to determine the Windows version [Tor Lillqvist]
11142 * Other bug fixes [Stepan Kasal, Anders, Tor, Kazuki Iwamoto,
11143   Manish Singh]
11144 * Documentation improvements [Morten Welinder, Matthias]
11145 * New and updated translations (es,nn,ro)
11146
11147 Overview of Changes from GLib 2.5.1 to GLib 2.5.2
11148 =================================================
11149 * Add G_GNUC_INTERNAL macro [Arjan van de Ven]
11150 * Add GOption, a commandline option parser [Anders Carlsson]
11151 * Add glib_check_version [Michael Natterer]
11152 * Add XDG basedir API [Ray Strode]
11153 * Require ngettext [Danilo Segan]
11154 * Bug fixes [Manish Singh, Ray Strode, Vincent Noel, 
11155   Jon-Kare Hellan, Jody Goldberg]
11156 * Win32 bug fixes [Tor Lillqvist, Hans Breuer, Peter Zelezny]
11157 * Documentation improvements [Matthias Clasen, Vincent Untz, Christian Persch]
11158 * New and updated translations (bs,eu,fi,gu,ne,pa)
11159
11160 Overview of Changes from GLib 2.5.0 to GLib 2.5.1
11161 =================================================
11162
11163 * Bug fixes [Oliver Guntermann, Sven Neumann, James 
11164   Henstridge, Hiroyuki Ikezoe, Matthias Clasen, Robert 
11165   Ögren, Tommi Komulainen]
11166 * Documentation improvements [Soeren Sandmann, 
11167   Christophe Fergeau, Danek Duvall]
11168 * New and updated translations (eu,hi)
11169   
11170 Overview of Changes from GLib 2.4.1 to GLib 2.5.0
11171 =================================================
11172
11173 * New functions g_debug [Sven Herzberg]
11174 * Use higher precision for mathematical constants [Morten 
11175  Welinder]
11176 * Don't convert to/from UTF-8 in g_filename_{to,from}_uri 
11177  [Federico Mena Quintero]
11178 * Win32
11179  - Handle empty digit string in printf() functions 
11180    correctly [Tor Lillqvist]
11181  - Support ll as format modifier for long long [Tor]
11182  - Be more careful about HOME [Tor, Ivan Wong]
11183  - Bug fixes [John Ehresman]
11184 * Miscellaneous bug and portability fixes [Danilo Segan, 
11185  Owen Taylor, Nikolai Weibull, Benoît Carpentier, Morten 
11186  Welinder, Manish Singh, Sven Neumann, Julio M. Merino Vidal,
11187  Kaz Sasayama, Murray Cumming, Federico, Mariano Suarez-Alvarez]
11188 * Documentation updates [Matthias Clasen, Crispin Flowerday,
11189  Tommi Komulainen, Federico Mena Quintero, Ed Griffiths]
11190 * New and updated translations (ja,ne,no,wa)
11191  
11192 Overview of Changes from GLib 2.4.0 to GLib 2.4.1
11193 =================================================
11194
11195 * Win32 bug fixes [Tor Lillqvist, Roger Leigh, John Ehresman]
11196 * Miscellaneous bug and portability fixes [Owen Taylor,
11197   Matthias Clasen, Jonas Jonsson, Christian Krause,
11198   Nickolay V. Shmyrev, Christophe Saout, Philippe Blain,
11199   Piotr Klaban]
11200 * Documentation updates [Matthias]
11201 * New and updated translations (ca,cs,cy,el,en_CA,en_GB,es,eu,fi,
11202   fr,gu,he,id,nl,pt,pl,ru,sr,sr@ije,sr@Latn,sv,uk)
11203
11204 Overview of Changes from GLib 2.3.6 to GLib 2.4.0
11205 =================================================
11206
11207 * Handle invalid-UTF-8 in g_log() properly [Matthias Clasen]
11208 * Win32 bug fixes [Tor Lillqvist, Bruce Hochstetler]
11209 * Miscellaneous bug and portability fixes [Olivier Biot, David L. Cooper II, 
11210   Kjartan Maraas, Frédéric L. W. Meunier, Christof Petig, Manish Singh, 
11211   Sebastian Wilhelmi]
11212 * Documentation updates [Owen]
11213 * Updated translations (hr,ro)
11214
11215 Overview of Changes from GLib 2.3.5 to GLib 2.3.6
11216 =================================================
11217
11218 * GAtomic bug fixes [Sebastian Wilhelmi, Mark McLoughlin]
11219 * GMain threading fixes and improvements [Sebastian]
11220 * Win32 [Tor Lillqvist]
11221  - restore some symbols extraneously exported from gobject to maintain ABI compatibility
11222  - Misc build improvements and fixes [Tor, Cedric Gustin, Hans Breuer]
11223 * Documentation updates [Sebastian, Takeshi AIHANA, Matthias, Sven Herzberg]
11224 * New and updated translations (be,es,fi,ga,pa,sr@ije,zh_CN)
11225
11226 Overview of Changes from GLib 2.3.3 to GLib 2.3.5
11227 =================================================
11228
11229 * Make glib-mkenums parse initializers with macros. [Matthias Clasen, muppet]
11230 * Respect locale era in g_date_set_parse(). [Theppitak Karoonboonyanan] 
11231 * Add atomic operations and use it for the async queue and
11232   gonce implementation. [Sebastian Wilhelmi]
11233 * Documentation improvements [Sebastian, Matthias, Sven Herzberg]
11234 * Add g_main_depth() for finding the recursion depth of the main
11235   loop [Owen Taylor, Tim Janik, Stefan Westerfeld]
11236 * Add g_spawn_close_pid(), needed on win32 [J. Ali]
11237 * Win32 fixes. [Hans Breuer, J. Ali Harlow]
11238 * Misc bugfixes [Sebastian, Matthias, Balazs Scheidler, Owen]
11239 * Updated translations (cy,et,ga,sq)
11240
11241 Overview of Changes from GLib 2.3.2 to GLib 2.3.3
11242 =================================================
11243
11244 * Add a native AIX gmodule implementation. [Laurent Vivier]
11245 * Add g_node_copy_deep().  [James M. Cape, Matthias Clasen]
11246 * Extend GQueue API to match the GList API. [Soeren Sandmann]
11247 * Add g_hash_table_find().  [Tim Janik]
11248 * Add a G_MODULE_BIND_LOCAL flag. [David Schleef]
11249 * Inline g_string_append_c() when possible. [Owen Taylor, Tim]
11250 * Wrap waitpid() as a GSource. [Jonathan R. Blandford]
11251 * Add g_completion_complete_utf8(). [Theppitak Karoonboonyanan, 
11252   Matthias]
11253 * Add g_strsplit_set(). [Soeren]
11254 * Documentation improvements. [Vincent Untz, Sebastian Wilhelmi, 
11255   Soeren, Matthias]
11256 * Win32 build fixes. [Tor Lillqvist]
11257 * Misc bugfixes [Manish Singh, Noah Levitt, Simon Josefsson, 
11258   Morten Welinder, Damien Carbery, Julio M. Merino Vidal, Sebastian, 
11259   Matthias]
11260 * Updated translations (nn,cs,it,ko,sq,ms,az,hr,uk,sr,sr@Latn,sq,ta)
11261
11262 Overview of Changes from GLib 2.3.1 to GLib 2.3.2
11263 =================================================
11264
11265 * Add G_MAXSIZE. [Manish Singh]
11266 * Add g_rand_new_with_seed_array(), g_rand_set_seed_array(),
11267   implementing the init-by-array functionality of the 
11268   original mersenne twister. Add g_rand_copy(). Improve seeding. 
11269   [George Lebl]
11270 * Add a lowercase_name option to glib-mkenums. [Murray Cumming]
11271 * Add g_ptr_array_foreach(). [Matthias Clasen]
11272 * Add g_timer_continue(). [Tim-Philipp Müller]
11273 * Fix a threadsafety issue in mem chunks. [Matthias, Balazs Scheidler]
11274 * Fix g_filename_{to,from}_utf8() on Win32 and improve 
11275   g_file_test() there too [Hans Breuer] 
11276 * Add a boxed type for NULL-terminated string arrays.  [Matthias]
11277 * Add G_DEFINE_TYPE() plus variants to ease the constuction
11278   of GObject boilerplate code.  [Tim Janik]
11279 * Support & in password GECOS field [Matthias, Soeren Boll Overgaard]
11280 * Documentation improvements [Matthias, Manish]
11281 * Win32 build fixes [Hans]
11282 * Misc bug fixes [Damien Carbery, Matthias, Manish, Olivier Poncet, 
11283   Zack Rusin]
11284 * Updated translations (ar,de,fa,ga,mn,nn,no,sq)
11285
11286 Overview of Changes from GLib 2.3.0 to GLib-2.3.1
11287 =================================================
11288
11289 * Add glib/gi18n.h and glib/gi18n-lib.h for common
11290   gettext support, including a Q_() macro for translation
11291   with context [Matthias Clasen]
11292 * Add a more flexible G_FILENAME_ENCODING variable
11293   as a replacement for G_BROKEN_FILENAMES [Matthias]
11294 * Fix the return value g_main_context_iterate() for
11295   newly ready sources [Padraig O'Briain]
11296 * Handle Hangul composition for normalization [Noah Levitt]
11297 * Add G_{MIN,MAX,MAXU}INT{8,16,32}. [Mark Jones, Matthias]
11298 * Add G_GSIZE_FORMAT/G_SSIZE_FORMAT [Manish Singh]
11299 * Add G_STRFUNC as a portable wrapper for __func__ [Tim Janik]
11300 * Documentation improvements [Matthias]
11301 * GObject [Tim Janik]
11302  - Support '-' in g_signal_connect()/disconnect() names
11303    like 'swapped-signal'.
11304  - Add g_type_class_peek_static() and use to optimize
11305    g_object_new() for static types [Tim]
11306  - Allow setting construct-only properties from within
11307    init() implementations
11308  - Enforce readability/writeability in g_object_set/get()
11309 * Fix bug with g_ascii_strtod and multi-byte separator.
11310   [Behdad Esfahbod, Roozbeh Pournader]  
11311 * Misc bug fixes [Matthias, John Ehresman, Andrew Lanoix,
11312   Tor Lillqvist, Mark McLoughlin, Tim-Philipp Müller, Manish, 
11313   Morten Welinder]
11314 * Updated translations (ca,cs,da,es,fr,ja,nn,no,pt,ru)
11315
11316 Overview of Changes from GLib 2.2.x to GLib-2.3.0
11317 =================================================
11318
11319 * Replace Trio printf by gnulib vasnprintf [Matthias Clasen]
11320 * Update Unicode data to Unicode 4.0 [Noah Levitt]
11321 * Support XML-safe formatted output with 
11322   g_markup_[v]printf_escaped [Owen Taylor]
11323 * Add g_file_read_link to read symbolic links [Matthias]
11324 * Add g_unichar_get_mirror_char to obtain the 
11325   mirrored variant of a character [Noah]
11326 * Support for one-time initialization functions. 
11327   [Sebastian Wilhelmi]
11328 * Miscellaneous API additions: g_vasprintf
11329   g_string_chunk_insert_len, g_setenv, g_unsetenv [Matthias]
11330 * Docs improvements [Matthias]
11331 * Add support instance-private data on classed types
11332   [Mark McLoughlin, Tim Janik, Owen]
11333 * Optimize signal emissions [Soeren Sandmann, Tim]
11334 * Support a "default vtable" per interface [Tim]
11335 * Add support for properties on interfaces [Owen, Tim]
11336 * Miscellaneous API additions: g_value_take_string(),
11337   g_value_take_param(), g_value_take_object(), 
11338   g_value_take_boxed(). [Matthias]
11339 * Win32 build fixes [Tor Lillqvist]
11340
11341 Overview of Changes from GLib 2.1.5 to GLib-2.2.0
11342 =================================================
11343
11344 * Fix a problem with g_thread_init() on 64-bit problems
11345   [Alceste Scalas, Sebastian Wilhelmi]
11346 * Add assembly implementations of byteswap macros
11347   for ia64 and x86_64. [Manish Singh]
11348 * IOChannel fixes for Win32 [Tor Lillqvist, Thorsten Maerz]
11349 * Updated translations (bg,ca,es,da,fi,lv,ru,sk)
11350
11351 Overview of Changes from GLib 2.1.4 to GLib-2.1.5
11352 =================================================
11353
11354 * Win32 bug fixes [Tor Lillqvist]
11355 * Various post-rewrite fixes for glib-gettext.m4 [Owen Taylor,
11356   Jody Goldberg, Kjartan Maraas, Johannes Stezenbach]
11357 * Ensure we have a GUINT64_FORMAT by pulling in Trio
11358   if necessary [Manish Singh]
11359 * Further Trio build fixes [Matthias Clasen, Owen]
11360 * Hack around gcc, libtool issues with -pthread [Owen]
11361 * Docs improvements [Matthias]
11362 * Bug and portability fixes 
11363 * Updated and new translations (bg,de,fi,fr,sq,fr)
11364
11365 Other contributors: Kai Poitschke, Morten Welinder
11366
11367 Overview of Changes from GLib 2.1.3 to GLib-2.1.4
11368 =================================================
11369
11370 * autoconf changes to make it possible to cross compile
11371   GLib. [Owen Taylor, Dan Kegel, Amy Lin, Dimi Shahbaz, 
11372   Johannes Stezenbach]
11373 * Use libintl when it has bind_textdomain_codeset() and
11374   GLib doesn't. [Owen]
11375 * Improve generation of pseudo-random integers [Morten Welinder, 
11376   Sebastian Wilhelmi]
11377 * Avoid literal UTF-8 in favor of octal escapes [Owen, Tomas Ogren]
11378 * Cleanup include order [Sven Neumann]
11379 * autoconf cleanups and bug fixes [Daniel, Matthias Clasen, Owen]
11380 * Doc fixes and additions [Matthias]
11381
11382 Other contributors: James M. Cape, Frederic Crozat, Martin Gansser,
11383   Phuc LeHong, Manish Singh, Joshua Weage, Morten Welinder
11384
11385 Overview of Changes from GLib 2.0.x to GLib-2.1.x
11386 =================================================
11387
11388 * Add copy of the Trio library to build and use for printf() when 
11389   system printf isn't good enough. Add g_printf()/etc. [Matthias Clasen]
11390 * Add g_str_has_suffix()/g_str_has_prefix() [Alex Larsson]
11391 * Add g_markup_parse_context_get_element() [Matthias]
11392 * Add g_utf8_strreverse [Matthias]
11393 * Add g_ascii_strtoull() [Tim Janik]
11394 * Support scanning of 64-bit values with GScanner [Tim]
11395 * Add g_set/get_application_name() [Havoc Pennington]
11396 * Add G_LIKELY()/G_UNLIKELY() macros for hinting branch probabilities. 
11397   Use for g_return_if_fail(). [Matthias Clasen]
11398 * Add G_GNUC_DEPRECATED macro [Tom Tromey]
11399 * Improve the seeding algorithm of GRandom to avoid problems
11400   with certain pathological seeds. Support G_RANDOM_VERSION=2.0
11401   environment variable. [Sebastian Wilhelmi]
11402 * Improve thread configure checks, use -pthread where applicable
11403   [Sebastian]
11404 * Improve handlng of thread priorities [Sebastian]
11405 * Fix up parameter names that might shadow functions from
11406   system headers [Soeren Sandmann]
11407 * Clean up usage of deprecated functions [Manish Singh]
11408 * Docs fixes and improvements. In particular, include "Since" information.
11409   [Matthias, Soeren, Martin Schulze, Daryll Strauss, Bill Janssen, 
11410   Owen Taylor, Morten Welinder]. 
11411
11412 Overview of Changes in GLib 2.0.7
11413 =================================
11414
11415 * Fix C++ warnings in gtype.h [Dom Lachowicz]
11416 * Fix g_type_fundamental_next() [Tim Janik]
11417 * Fix various missing includes of config.h [Morten Welinder]
11418 * Handle main loop initialization before g_thread_init [Sebastian Wilhelmi]
11419 * Various 64-bit fixes [Manish Singh]
11420 * Fix GPoll on Win32 [Tor Lillqvist, Herman Bloggs]
11421 * Fix bug with buffering on UTF-8 IOChannels [Daniel Elstner]
11422 * Misc bug and build fixes [Soren Andersen, Gustavo Carneiro, Tor,
11423      Tim, Havoc Pennington,  Matthias Clasen, Sebastian Rittau,
11424      Masahiro Sakai, Arvind Samptur, HideToshi Tajima, Owen Taylor]
11425 * Updated and new translations (be,cs,de,*fa,it,lv,pt_BR,tr)
11426
11427 Overview of Changes in GLib 2.0.6
11428 =================================
11429
11430 * Fix problem with interface prerequisites [Jon Trowbridge, Dave Camp]
11431 * Clean up debug spew from GObject [Anders Carlsson]
11432 * Compiler warning fixes [David L. Cooper II]
11433 * Fix some problems with g_build_path() [Guillaume Chazarain, Owen Taylor]
11434 * Fixes for --disable-debug [Sebastian Wilhelmi]
11435 * Threading fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann, 
11436   Rajkumar Sivasamy, Laurent Vivier]
11437 * Documentation fixes [Jacob Berkman, Manuel Clos, Jared Dukat, 
11438   Sebastian Rittau, Linus Welleij]
11439 * Misc bug fixes [Anders Carlsson, Sam Couter, Morten Welinder, Owen]
11440 * Updated translations (bg,ko,vi)
11441
11442 Overview of Changes in GLib 2.0.5
11443 =================================
11444
11445 * Fix problem with interface prerequisites [Jon Trowbridge, Dave Camp]
11446 * Clean up debug spew from GObject [Anders Carlsson]
11447 * Compiler warning fixes [David L. Cooper II]
11448 * Fix some problems with g_build_path() [Guillaume Chazarain, Owen Taylor]
11449 * Fixes for --disable-debug [Sebastian Wilhelmi]
11450 * Threading fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann, 
11451   Rajkumar Sivasamy, Laurent Vivier]
11452 * Documentation fixes [Jacob Berkman, Manuel Clos, Jared Dukat, 
11453   Sebastian Rittau, Linus Welleij]
11454 * Misc bug fixes [Anders Carlsson, Sam Couter, Morten Welinder, Owen]
11455 * Updated translations (bg,ko,vi)
11456
11457 Overview of Changes in GLib 2.0.4
11458 =================================
11459
11460 * Fix some 64-bit problems. (George Lebl, David L. Cooper II)
11461 * Add note about Tru64 iconv to INSTALL. (Manuel Op de Coul)
11462 * Fix problem with timouts > MAXINT. (Tim Janik, Owen Taylor)
11463 * Updated translations (ca,es,fr,ja,gl,ms,nl,pl,pt,ru)
11464
11465 Overview of Changes in GLib 2.0.3
11466 =================================
11467
11468 * Handle sorting 0-length arrays (Ron Arts)
11469 * Threading fixes (Sebastian Wilhelmi)
11470 * Portability fixes (Miroslaw Dobrzanski-Neumann, Jacob Berkman, Gareth Pierce, 
11471   Sebastian, Qingjiang Yuan)
11472 * Various fixes for glib-2.0.m4. (Jim Gettys, others.)
11473 * Locate right glib-genmarshal when cross-compiling. (Mitch Natterer)
11474 * Win32 fixes (Tor Lillqvist)
11475 * Try to fix g_get_charset() related segfaults. (Owen)
11476 * Fixes for gettext detection. (Dan Winship, HideToshi Tajima, Boyd Lynn Gerber,
11477   Andrew P. Lentvorski, Jr.)
11478 * Fix g_scanner_unexp_token() (Tim Janik, Sven Neumann)
11479 * g_markup fixes. (Matthias Clasen.)
11480 * Bug fixes and cleanups (Daniel Elstner, Matthias, Laszlo Peter, Morten Welinder,
11481   Wayne Schuller)
11482
11483 Overview of Changes in GLib 2.0.1
11484 =================================
11485
11486 * Portability fixes for Sun's Forte compiler [Erwann Chenede]
11487 * Performance improvements for GObject parameter lookup, 
11488   g_filename_to/from_utf8() [Alex Larsson]
11489 * Actually check interface prerequisites [Matthias Clasen,
11490   Miroslaw Dobrzanski-Neumann]
11491 * Fix problem with glib-mkenums taking huge amounts of stack. [Owen Taylor]
11492 * Fix g_signal_handlers_disconnect_by_func() for C++ [Damien Sandras]
11493 * Fixes for g_log() and threading.
11494   [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann, Tim Janik]
11495 * Make g_print(), g_printerr(), g_warning(), etc, convert from
11496   UTF-8 to the encoding of the locale [Sebastian Wilhelmi, Tim]
11497 * Fixes for GIOChannel on windows. [Tor Lillqvist]
11498 * Fix gsize/gint mismatches in giochannel.c [Miroslaw Dobrzanski-Neumann]
11499 * Fix file descriptor leak in g_file_get_contents() [Matthias]
11500 * Workaround iconv() problems on older Solaris [Lauri Alanko]
11501 * Fix warnings with gcc-3.1 about asm const [Cody Russel]
11502 * Minor bug fixes.
11503
11504 Other contributors: Hans Breuer, LEE Sau Dan, Sven Neumann, Salmaso Raffaele,
11505   Akira Tagoh, Morten Welinder
11506
11507
11508 Overview of Changes in GLib 2.0.0
11509 =================================
11510
11511 * Thread portability fixes [Sebastian Wilhelmi]
11512 * Documentation updates [Owen Taylor]
11513 * Make g_strerror(), g_strsignal() properly return UTF-8,
11514   call bind_text_domain_codeset() so that error strings
11515   are in UTF-8 as well. [Owen, Tor Lillqvist]
11516
11517 Overview of Changes in GLib 2.0.0 rc1:
11518 ======================================
11519
11520 * Win32 fixes [Tor Lillqvist]
11521 * Portability fixes [Finlay Dobbie, Miroslaw Dobrzanski-Neumann]
11522 * Fix up g_date_strftime [Daniel Elstner]
11523 * Add some structure padding [Tim Janik]
11524 * Make g_get_homedir() prefer the users home directory to $HOME
11525
11526 Other contributors: Matthias Clasen, Paolo Maggi, Christian Rose
11527
11528 Overview of Changes in GLib 1.3.15:
11529 ===================================
11530
11531 * Speed up marshalers by using private access to GValue 
11532   [Anders Carlsson, Tim Janik]
11533 * Reduce GValue to 2 elements [Tim]
11534 * Add G_DEBUG environment variable, G_DEBUG=fatal_warnings [Matthias Clasen]
11535 * Fixes for AIX compilation [Miroslaw Dobrzanski-Neumann]
11536 * Add padding to various structures [Owen Taylor, Tim]
11537 * Win32 fixes [Tor Lillqvist]
11538
11539 Other contributors: James Henstridge, Ryan Lovett, Morten Welinder,
11540   Daniel Elstner
11541
11542 Overview of Changes in GLib 1.3.14:
11543 ===================================
11544
11545 * Register value transformations for gint64, guint64 [Andy Wingo]
11546 * Build with large-file support [Sven Neumann, Owen Taylor]
11547 * Fix handling of hostnames in URI's [Darin Adler]
11548 * Main loop bug fixes [Havoc Pennington, Owen]
11549 * Doc fixes and improvements [Manish Singh, Tim Janik]
11550 * Support ' as attribute delimiters in GMarkup [Matthias Clasen]
11551 * Win32 fixes [Hans Breuer, Tor Lillqvist]
11552 * Threading bug and build fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann]
11553 * Miscellaneous bug fixes
11554
11555 Other contributors: Matthias Clasen, James Henstridge, Mitch Natterer, 
11556   Morten Welinder.
11557
11558 Overview of Changes in GLib 1.3.13:
11559 ===================================
11560
11561 * Fix g_filename_to/from_uri for Win32 [Tor Lillqvist, Darin Adler]
11562 * Miscellaneous win32 fixes [Tor, Hans Breuer]
11563 * Fix thread options for gcc on AIX [Jerome Zago, Sebastian Wilhelmi]
11564 * Documentation improvements [Ron Steinke, Matthias, Sebastian]
11565 * Cache iconv converters as used by g_convert() [Jeffrey Stedfast]
11566 * Bug fixes [Sven Neumann, Owen Taylor, Matthias Clasen, Jeffrey,
11567   Laszlo Peter, Havoc Pennington, Tim Janik]
11568
11569 Overview of Changes in GLib 1.3.12:
11570 ===================================
11571
11572 * Implement closure chaining, fixing up API (Tim Janik)
11573 * Closure chaining test case (James Henstridge)
11574 * Make GType long not int where both are equal width (Tim)
11575 * Win32 fixes and improvements (Hans Breuer, Tor Lillqvist)
11576 * Fixes for NetBSD. (Dan Winship)
11577 * Use snprintf() for g_printf_string_upper_bound() where possible. (Matthias Clasen)
11578 * Save space for GBSearchArray (Tim Janik)
11579 * Documentation improvements. (Matthias, Sven Neumann, Havoc Pennington)
11580
11581 Other contributors: Darin Adler, Chris Blizzard, Anders Carlson, Daniel Elstner, Michael Meeks, 
11582   Mark McLoughlin, Dave Neary, Manish Singh, Owen Taylor, HideToshi Tajima, 
11583   Sebastian Wilhelmi.
11584
11585
11586 Overview of Changes in GLib 1.3.11:
11587 ===================================
11588
11589 * Win32 fixes [Hans Breuer, Tor Lillqvist]
11590 * Documentation improvements [Matthias Clasen]
11591 * Portable directory handling API [Hans]
11592 * Threading fixes [Sebastian Wilhelmi, Havoc Pennington]
11593 * Fix excess relocations in Unicode tables [Andrew Taylor]
11594 * Fix gpattern for UTF-8 [Matthias Clasen]
11595 * Support overriding class closures [Tim Janik]
11596 * Support for derivation from G_TYPE_POINTER [Owen Taylor]
11597 * Hide pointers to type information inside GType to reduce locking
11598   [Alex Larsson, Tim]
11599 * Adds check for direct inclusion of gobject/*.h [Owen]
11600 * GObject API cleanups [Tim]
11601
11602 Other contributors: Darin Adler, Jacob Berkman, Daniel Egger, Eric Lemings, 
11603   Michael Meeks, Mark McLoughlin, Arkadiusz Miskiewicz, Dan Winship
11604
11605
11606 Overview of Changes in GLib 1.3.10:
11607 ===================================
11608
11609 * Many Win32 fixes and improvements [Tor Lillqvist]
11610 * Documentation improvements [Matthias Clasen]
11611 * g_string_printfa() renamed to g_string_append_printf()
11612 * Use libcharset from libiconv to implement charset detection
11613   more portably. [Owen Taylor, Hidetoshi Tajima]
11614 * Add 64 bit type support to GObject [Joshua Pritikin, Mathieu Lacage, Owen]
11615 * Make support for 64 bit integers a requirement [Joshua]
11616 * GPattern improvements [Tim Janik, Matthias]
11617 * Locale independent g_ascii_strtod / g_ascii_dtostr [Alex Larsson]
11618 * Many bug fixes and minor tweaks.
11619
11620 Other Contributors: Darin Adler, Jakub Jelinek, James Antill, Andrew Taylor,
11621   Ben Gertzfield, Elliot Lee, Manish Singh, Abel Cheung, Laszlo Peter,
11622   Sven Neumann, George Lebl, Raja Harinath, Sebastian Wilhelmi,
11623   Jacob Berkman
11624
11625
11626 Overview of Changes in GLib 1.3.9:
11627 ==================================
11628
11629 * Fixes for comparison of threads [Sebastian Wilhelmi]
11630 * Use vasprintf() when possible for g_strdup_printf [Matthias Clasen]
11631 * Win32 fixes [Tor Lillqvist, Hans Breuer]
11632 * Add a len argument to g_ascii_strup/strdown
11633 * Bug, portability fixes, cleanups.
11634
11635 Other Contributors: Darin Adler, Katsuhiro Okuno, Joshua N. Pritikin
11636
11637
11638 Overview of Changes in GLib 1.3.8:
11639 ==================================
11640
11641 * Documentation updates [Owen]
11642 * Made GType interfaces overridable in derived types
11643 * Many win32 fixes [Tor Lillqvist]
11644 * Miscellaneous cleanups and fixes
11645
11646 Other contributors:
11647   Darin Adler, Matthias Clasen, Ron Steinke, Hans Breuer, Alex Larsson
11648
11649
11650 Overview of Changes in GLib 1.3.7:
11651 ==================================
11652
11653 * Integrate GClosure support into the main loop [Owen Taylor]
11654 * More GSignal convenience functions (macros) [Sven Neumann, Tim Janik]
11655 * Introduced weak references for GObject [James Henstridge, Sven, Tim] 
11656 * Minor hash table optimizations
11657 * Main loop and threading improvements [Sebastian Wilhelmi]
11658 * Added g_ascii_* functions to be used for locale insensitive UTF-8
11659   compliant code instead of old string functions  [Darin Adler, Alex Larsson]
11660 * Add functions for Unicode case-conversion, normalization, and 
11661   collation [Owen]* GString improvements [Owen]
11662 * Reworked the GIOChannel code [Hidetoshi Tajima, Ron Steinke]
11663 * Removed glib-config-2.0 in favour of pkgconfig [Sebastian]
11664 * Make code 64bit clean [Mark Murnane]
11665 * More G_CONST_RETURN fixes
11666 * Many improvements to the win32 code [Tor Lillqvist, Hans Breuer]
11667 * Miscellaneous bug and API fixes
11668
11669 Other contributors:
11670   Michael Natterer, Christopher James Lahey, Padraig O'Briain,
11671   Matthias Clasen, Josh Pritikin, Steve Baker, Cesar Rincon, Garry R. Osgood,
11672   Michael Meeks, Laszlo Peter,  Martin Baulig, Kjartan Maraas, Andrew Lanoix,
11673   Peter Williams
11674
11675
11676 Overview of Changes in GLib 1.3.6:
11677 ==================================
11678
11679 * Threads have a "return value" from g_thread_join
11680 * Removed ability to adjust thread stack size
11681 * Prefix warnings with progname/PID by default, change toggle for this to 
11682   be an env variable G_MESSAGES_PREFIXED not a compile-time option
11683 * GMarkup speedups
11684 * GDate const, convenience fixups
11685 * Include test cases that headers are compilable by C++ compiler
11686 * Add ability to spawn processes with argv[0] != executable path.
11687 * g_strstr_len, g_strrstr, g_strrstr_len
11688 * Add length argument to g_utf8_strchr and g_utf8_strrchr.
11689 * Misc bug fixes
11690
11691
11692 Overview of Changes in GLib 1.3.5:
11693 ==================================
11694
11695 * Added an installed glib-mkenums Perl program for parsing enumeration
11696   declarations from header files.
11697 * Mark some additional deprecated functions.
11698 * Bug and Portability fixes
11699
11700
11701 Overview of Changes in GLib 1.3.4:
11702 ==================================
11703
11704 * Efficiency improvements for GThreadPool
11705 * A few bug fixes
11706 * Build fixes
11707 * Documentation improvements
11708
11709
11710 Overview of Changes in GLib 1.3.3:
11711 ==================================
11712
11713 GLib:
11714
11715 * More user_data support in various functions.
11716 * Main loop API revamps to support per-thread main loops.
11717 * Unicode handling improvements.
11718 * Implemented debugging traps.
11719 * G_CONST_RETURN specification all over the place.
11720 * Various new small utility functions.
11721 * Random number generator precision improvements.
11722 * New configure option --disable-mem-pools.
11723 * Many Win32 improvements.
11724 * Added g_try_malloc() friends varinats.
11725 * Many documentation improvements.
11726 * Many threading improvements, support for dynamic allocation
11727   of static mutexes.
11728 * GHookLIst API cleanups.
11729 * Improved format support of GDate parser.
11730 * String function speed improvements with new g_stpcpy().
11731 * Hashtable API additions.
11732 * New GPatternSpec for shell-style pattern matching (from GtkPatternSpec).
11733 * Optimizations, cleanups, bug fixes.
11734
11735 GObject:
11736
11737 * Added many convenience functions.
11738 * GClosure and GParamSpec use float/sink ref-counting scheme now.
11739 * Reworked property change notification.
11740 * Binary searchable array cleanups, so it's widely usable now.
11741 * Added static content keeping for some GValue types.
11742 * Support for statically scoped signal parameters.
11743 * Extinguished property trailer args in set/get interface.
11744 * Added support for abstract types.
11745 * G_CONST_RETURN specification all over the place.
11746 * Split parameter exchange functionality into value transforms
11747   and parameter conversions.
11748 * Added signal emission hooks and signal accumulators.
11749 * Added interface prerequisites to support is_a (interface, object)
11750   relations.
11751 * Implemented GValueArray.
11752 * New types, boxed: G_TYPE_VALUE, G_TYPE_CLOSURE, G_TYPE_GSTRING
11753   GParamSpecs: G_TYPE_PARAM_PARAM, G_TYPE_PARAM_POINTER, G_TYPE_PARAM_CLOSURE,
11754   G_TYPE_VALUE_ARRAY, G_TYPE_PARAM_UNICHAR, G_TYPE_PARAM_VALUE_ARRAY.
11755 * Varrags value collection improvements.
11756 * Implemented debugging traps.
11757 * Made things thread-safe.
11758 * Many documentation improvements.
11759 * Many cleanups, optimizations and bug fixes.
11760
11761
11762 Overview of Changes in GLib 1.3.2:
11763 ==================================
11764
11765 GLib:
11766
11767 * Win32 build improvements  [Tor]
11768 * Improvements to error reporting  
11769   (g_critical(), g_return_if_reached()) [Darin]
11770 * Add g_strlcpy/g_strlcat  [David Wheeler]
11771 * New IO channel implementation for Win32  [Tor] 
11772 * Make g_array_free, g_string_free return pointer to memory requested
11773   not to be freed.  [Darin]
11774 * Added GError based error reporting for thread functions.  [Sebastian]
11775 * Moved reference docs into GLib distribution. [Owen]
11776 * Added g_convert() for doing convenient character set conversions based
11777   on iconv. (GLib now requires libiconv or a native iconv.) [Havoc/Owen]
11778 * Various Unicode handling additions (g_ucs4_to_utf8, g_utf8_validate(),
11779   g_{locale,filename}_{to,from}_utf8)  [Robert/Havoc/Owen]
11780 * Portability fixes for threading.  [Sebastian]
11781 * Added convenient functions for launching new processes (g_spawn_*),
11782   and shell quoting/unquoting functions.  [Havoc]
11783 * Split glib.h into many headers.  [Sebastian]
11784 * Added a simple callback-based parser for XML-like files (GMarkup).  [Havoc]
11785 * Fixed confusions between comparison functions that return <0, 0, >0
11786   and equaility functions that return FALSE,TRUE.  [Sebastian]
11787 * Added safe/portable temporary file manipulation functions.  [Tor]
11788 * autoconf improvements.  [Raja]
11789 * Many documentation improvements.
11790 * Bug fixes.
11791
11792 GObject:
11793
11794 * Added boxed and pointer types.  [Tim/Jonathan]
11795 * Added callback abstraction (GClosure)  [Tim]
11796 * Added signal system (GSignal)  [Tim]
11797 * Make GTypePlugin an interface  [Tim]
11798 * Added GTypeModule - a simple GTypePlugin instantiation  [Owen]
11799 * Bug fixes.
11800
11801
11802 What's new in GLib 1.3.1:
11803 =========================
11804
11805 * New GObject library added including object system based on
11806   the GTK+ object system. 
11807 * Functions for getting the properties of Unicode characters, 
11808   computing the canonical decomposition and ordering combining
11809   characters aand manipulating UTF-8 string manipulation based
11810   on libunicode.
11811 * GString now properly handles embedded nuls.
11812 * Multiple fixes from the 1.2.x branch.
11813 * Upgrade to libtool 1.3.3
11814 * Full thread support (thread creation and destruction).
11815 * BeOS port, BeOS dynamic modules.
11816 * Many improvements to the Windows ports.
11817 * Improvements to the OS/2 port, OS/2 module support.
11818 * Double ended queue implementation.
11819 * GLib macros for printf() formatting, e.g. G_GULONG_FORMAT = "lu"
11820 * New configure option --enable-msg-prefix to prefix messages, warnings
11821   et ceteri with the program name and the process id.
11822 * New thread-safe random number generator Mersenne Twister.
11823 * g_strcompress() added, g_strescape() had a slight API change, and
11824   more tightly defined semantics.
11825 * the g_string(x) macro has been removed, #x may be used instead.
11826                                 
11827