Imported Upstream version 2.67.5
[platform/upstream/glib.git] / NEWS
1 Overview of changes in GLib 2.67.5
2 ==================================
3
4 * Fix more issues with `glib_typeof` macro from 2.67.3–2.67.4 (work by
5   Iain Lane, Simon McVittie) (#2331, !1975)
6
7 * Fix regression with some FD mappings passed to `g_subprocess_launcher_spawnv()`
8   caused by changes for #2097 in GLib 2.67.4 (work by Olivier Fourdan,
9   Philip Withnall) (#2332)
10
11 * Fix detection of `str[n]casecmp()` when building with `clang-cl` (work by
12   Aleksandr Mezin) (#2337)
13
14 * Use zlib from subproject if configured with `wrap_mode=forcefallback` (work by
15   Seungha Yang) (!1959)
16
17 * Bump Visual Studio compilation requirement to VS 2012, and Windows 8 SDK for
18   GLib 2.67.x onwards (work by Chun-wei Fan) (!1970)
19
20 * Bugs fixed:
21  - #832 Some tweaks re: GRWLock
22  - #2331 glib 2.67.3: <glib.h> can no longer be included in extern "C" blocks
23  - #2332 Glib 2.67.4 causes gnome-shell to exit when spawning Xwayland on demand
24  - #2333 Missing relation between g_file_info_get_size() and G_FILE_ATTRIBUTE_STANDARD_SIZE attribute in documentation
25  - #2337 Linking fails when building with clang-cl because of str[n]casecmp
26  - !1936 tests: Fix leak of dlopened module in pollable test
27  - !1954 Change SkipAsyncData fields to be gsize (and not gssize)
28  - !1956 The ETag returned by various GFile functions is nullable
29  - !1959 meson: Use subproject zlib if "wrap_mode=forcefallback" was specified
30  - !1961 gkeyfilesettingsbackend: check for errors when creating file monitors
31  - !1970 README.win32.md: Mention about Window 8+ SDK requirement
32  - !1971 gio/tests/pollable.c: Fix build on non-Linux UNIX
33  - !1975 gatomic.h: Make `glib_typeof` API break opt in.
34
35 * Translation updates:
36  - Basque
37  - Danish
38  - English (United Kingdom)
39  - Galician
40  - German
41  - Indonesian
42  - Lithuanian
43  - Portuguese
44  - Portuguese (Brazil)
45  - Slovenian
46
47
48 Overview of changes in GLib 2.67.4
49 ==================================
50
51 * Add a `g_string_replace()` function (work by Joshua Lee) (#225)
52
53 * Add `G_DBUS_SERVER_FLAGS_AUTHENTICATION_REQUIRE_SAME_USER` flag to simplify
54   the common case for writing a D-Bus authentication observer, allowing most
55   uses of `GDBusAuthObserver` to be dropped (#1804)
56
57 * Add a new `g_spawn_with_pipes_and_fds()` variant which supports renumbering
58   FDs (#2097)
59
60 * Add new g_memdup2() API to replace g_memdup(), which is vulnerable to a
61   silent integer truncation and heap overflow problem if not used carefully
62   (discovered by Kevin Backhouse, work by Philip Withnall) (#2319)
63
64 * Fix various regressions caused by rushed security fixes in 2.66.6 (work by
65   Simon McVittie and Jan Alexander Steffens) (!1932, !1941, #2323)
66
67 * Fix a silent integer truncation when calling g_byte_array_new_take() for
68   byte arrays bigger than G_MAXUINT (work by Krzesimir Nowak) (!1942)
69
70 * Fix `g_utf8_strdown()` to fix some issues in Turkish
71   (work by Kjell Ahlstedt) (!1930)
72
73 * Bugs fixed:
74  - #225 GString doesn't have a g_string_replace() function
75  - #587 g_input_stream_skip() out-of-bounds behavior is inconsistent between implementations
76  - #1804 Add G_DBUS_SERVER_FLAGS_AUTHENTICATION_REQUIRE_SAME_USER flag
77  - #2097 GSubprocessLauncher with FD assignment can clash with g_spawn_async internal pipe
78  - #2315 httpproxy: Need overflow protection when reading response during connection establishment
79  - #2319 CVE-2021-27219 (GHSL-2021-045): integer overflow in g_bytes_new/g_memdup
80  - #2322 g_test_dbus: double output when piping
81  - #2323 [GLIB 2.66.6] g_io_channel_set_line_term() stopped working with null terminated strings and length -1
82  - !1917 Adding a missing test on integer overflow within g_http_proxy_connect()
83  - !1918 Fix more warnings
84  - !1923 Add support for Tilix and Konsole
85  - !1930 guniprop: Fix g_utf8_strdown() for Turkish locale
86  - !1932 gtlspassword: Fix inverted assertion
87  - !1934 gdbus: Reject attempts to set future connection or server flags
88  - !1938 Fix more warnings
89  - !1939 ci: Temporarily disable macOS CI job as runner is offline
90  - !1940 Fix more warnings
91  - !1941 gkeyfilesettingsbackend: Fix basename handling when group is unset
92  - !1942 CVE-2021-27218: gbytearray: Do not accept too large byte arrays
93  - !1947 Revert "Merge branch 'wip/pwithnall/macos-ci-disable' into 'master'"
94  - !1948 tests: Use a more realistic language code than sv_SV
95  - !1949 gatomic: Make fallback g_atomic_pointer_get type-safe
96  - !1951 Add a test for parsing 0 as double
97  - !1955 tests: Add missing NULL terminator to spawn-singlethread test
98
99 * Translation updates:
100  - Catalan
101  - Galician
102  - Hungarian
103  - Portuguese
104  - Romanian
105  - Slovenian
106  - Spanish
107  - Swedish
108  - Turkish
109  - Ukrainian
110
111
112 Overview of changes in GLib 2.67.3
113 ==================================
114
115 * Add new `g_memdup2()` API to replace `g_memdup()`, which is vulnerable to a
116   silent integer truncation and heap overflow problem if not used carefully
117   (discovered by Kevin Backhouse, work by Philip Withnall) (#2319)
118
119 * Add new `g_dbus_object_path_escape()` and `g_dbus_object_path_unescape()` APIs
120   to provide one way of escaping arbitrary bytestrings for use in D-Bus object
121   paths (work by Lars Karlitski and Frederic Martinsons) (#968)
122
123 * Use `bash-completion.pc` (if available) to provide the path to install
124   completion files into (work by Frederic Martinsons) (#1054)
125
126 * Fix support for public/private trigraphs in `glib-mkenums` (work by Matthias Klumpp) (!1870)
127
128 * Add `glib_debug` configure option to allow disabling debug infrastructure in
129   builds with debug symbols enabled (work by Ole André Vadla Ravnås) (!1889)
130
131 * Fix a regression where `PATH` would always be searched when using `g_spawn()`,
132   even when it wasn’t supposed to (work by Simon McVittie and Thomas Haller) (!1902)
133
134 * Override `gio-querymodules` in Meson when used as a submodule (work by Xavier Claessens) (!1909)
135
136 * Bugs fixed:
137  - #344 gdbus(1) command-line completion issues
138  - #968 gdbus: add g_dbus_object_path_{un,}escape
139  - #1054 Use pkg-config to get path for bash-completion file installation
140  - #1180 GUnixInputStream and GUnixOutputStream don't consider TTYs pollable
141  - #2011 Add additional unit tests for D-Bus name watching
142  - #2226 clang++ compilation fails on clusterfuzz
143  - #2292 Cannot find a common ancestor when running CI style check jobs
144  - #2299 GObject introspection annotation of g_closure_new_object() is wrong
145  - #2305 GIO security hardening causing gnome-keyring to regress when session bus is provided by dbus-launch (dbus-x11)
146  - #2314 gdatetime: math library link issue
147  - #2319 GHSL-2021-045: integer overflow in g_bytes_new/g_memdup
148  - !610 Various memory leak cleanups to GSettings tests
149  - !1804 Add more GIR annotations to gparam.c and gsignal.c
150  - !1823 Fix more warnings
151  - !1843 gfile: Add Linux kernel headers compatibility kludge
152  - !1847 Port to QNX
153  - !1853 ginetaddress: Handle systems without IPv6 support
154  - !1859 docs: update g_action_group_activate_action() remote activation semantics
155  - !1860 glocalfile: Fix an uninitialized variable
156  - !1865 tests: Add more debug information to gdbus-connection-slow
157  - !1868 gdesktopappinfo: Fix validation of XDG_CURRENT_DESKTOP
158  - !1870 mkenums: Support public/private trigraph again
159  - !1873 Fix possible integer overflow of g_socket_send_message()
160  - !1876 Fixing g_socket_send_message() documentation to make it clearer
161  - !1877 Fix more warnings
162  - !1878 Another fix on g_socket_send_message()
163  - !1879 Fix more warnings
164  - !1880 GError documentation tweaks
165  - !1881 docs: Move ‘Notes’ section from README to NEWS
166  - !1883 gutils: Document caching of XDG directory variables
167  - !1884 gthread-win32: Use SetThreadDescription Win32 API for setting thread name
168  - !1887 ci: Fix msys-mingw32 CI builds due to package rename
169  - !1888 docs: Add documentation for GLIB_VERSION_CUR_STABLE and PREV_STABLE
170  - !1889 build: Add glib_debug option
171  - !1890 gtype: Improve formatting of GType documentation
172  - !1891 Fix more warnings
173  - !1893 gwin32appinfo: Fix printf length sub-specifier
174  - !1894 gsocket: Fix SO_NOSIGPIPE regression on Darwin
175  - !1898 gtestutils: Add g_test_get_path() API
176  - !1899 m4macros: replace obsolete macros AC_TRY_RUN and AC_TRY_LINK in glib-2.0.m4
177  - !1900 [th/gsignal-cleanup] minor changes to GSignal related code
178  - !1901 Check if the remote already exists before adding it.
179  - !1902 spawn: Don't set a search path if we don't want to search PATH
180  - !1903 m4macros: Increment serial number of glib-2.0.m4
181  - !1905 Start to ignore known leaks under AddressSanitizer
182  - !1906 gdbus-serialization: Don't leak string containing first serialization
183  - !1908 Fix straightforward memory leaks in tests
184  - !1909 Meson: override gio-querymodules program
185  - !1910 gio: Add explicit virtual g-i annotations for undiscovered invoker relationship
186  - !1911 Fix more warnings
187  - !1915 Mark g_key_file_get_comment() key parameter as nullable
188  - !1919 atomic: Fix type check of g_atomic_pointer_compare_and_exchange()
189  - !1921 guri: Mark g_uri_get_host as nullable
190  - !1925 gapplication: Fix a memory leak
191
192 * Translation updates:
193  - Czech
194  - Friulian
195  - Galician
196  - Hungarian
197  - Portuguese
198  - Portuguese (Brazil)
199  - Romanian
200  - Spanish
201  - Ukrainian
202
203
204 Overview of changes in GLib 2.67.2
205 ==================================
206
207 * Add `gio launch` command to execute programs (work by Frederic Martinsons) (#54)
208
209 * Fix unused parameter warnings in code generated by `gdbus-codegen` (work by Frederic Martinsons) (#1105)
210
211 * Officially deprecate `to-pixdata` option for `glib-compile-resources`, in favour
212   of simply embedding more modern image formats in linked-in `GResource` files (#1281)
213
214 * Support querying and running UWP applications on Windows (work by LRN) (#1991)
215
216 * Support `gio trash --restore` and `gio trash --list` commands (work by Frederic Martinsons) (#2098)
217
218 * No longer read environment variables for GIO module locations when running as setuid (#2168)
219
220 * More progress on fixing compiler warnings (work by Emmanuel Fleury) (!1773 and others)
221
222 * `GKeyFile` performance improvements (work by Timm Bäder) (!1829, !1832)
223
224 * Improve UDP socket behaviour on Windows (work by Marco Mastropaolo and Ole André Vadla Ravnås) (!1827, !1844)
225
226 * Add `-Dtests` meson configure option for disabling tests entirely (work by Ole André Vadla Ravnås) (!1850)
227
228 * Bugs fixed:
229  - #54 Add `gio launch` command to execute .desktop files
230  - #513 GSignal: Impossible to have return values in signals which are G_SIGNAL_RUN_FIRST only
231  - #514 GSignal: Only limited usage of accumulator function possible
232  - #1105 gdbus-codegen: fix some unused parameter warnings
233  - #1188 Crash in gapplication.c:1014 when reading error message if dbus_register returns false without setting error
234  - #1281 Update glib-compile-resources and GResource docs to deprecate/remove to-pixdata in stable/master resp.
235  - #1283 gvfs-trash error message when unable to create trash directory is unhelpful
236  - #1568 GObject tutorial does not mention floating references
237  - #1991 W32: Glib cannot run UWP applications
238  - #2098 gio trash: restore trashed files to their original location
239  - #2168 giomodule: Loads GIO modules even if setuid, etc.
240  - #2264 GPtrArray might call qsort() with NULL data
241  - #2265 2.67.1 regression: assertion failure starting gnome-terminal
242  - #2275 gio/completion/gio: Some variables are not localized
243  - #2279 g_source_is_destroyed example uses deprecated GDK API
244  - !1304 Extended error
245  - !1773 Fix more warnings
246  - !1783 gtlsdatabase: remove duplicate precondition check
247  - !1784 fuzzing: Add more fuzzing tests for various string parsing functions
248  - !1785 glocalfile: Add an assertion to help static analysis
249  - !1787 Debuggability improvements in gosxappinfo.m
250  - !1788 gdate: Validate input as UTF-8 before parsing
251  - !1791 gdatetime: Disallow NAN as a number of seconds in a GDateTime
252  - !1794 gio-tool-info: Prevent criticals if mount options are not available
253  - !1796 gfileutils: Fix typo in docs
254  - !1797 gdatetime: Improve ISO 8601 parsing to avoid floating point checks
255  - !1801 glib: Add more missing return value annotations
256  - !1802 gobject: More missing return value annotations
257  - !1806 tests: Add some rounding tolerance in timeout test
258  - !1807 python: Reformat some files to keep style-check-diff happy
259  - !1808 tests: Be more lenient with timing checks on asyncqueue pops
260  - !1810 gfileinfo: Add missing preconditions to g_file_info_get_attribute_data()
261  - !1811 Add more missing nullable annotations
262  - !1813 gdbus-codegen: Ignore some flake8 warnings
263  - !1815 Fix more warnings
264  - !1816 fuzzing: Add more GUriFlags to the URI parsing test
265  - !1817 fuzzing: Add more parsing flags to the GKeyFile test
266  - !1818 Fix more warnings
267  - !1819 Fix more warnings
268  - !1821 gdate: Limit length of dates which can be parsed as valid
269  - !1822 Fix more warnings
270  - !1827 Windows: fix FD_READ condition flag still set on recoverable UDP socket errors.
271  - !1829 keyfile: Delay calling g_get_language_names() until it's needed
272  - !1830 gsocket: Fix credentials error-handling on Apple OSes
273  - !1832 More small GKeyFile performance improvements
274  - !1834 Update gvdb
275  - !1837 gdatetime.c: Fix MSVC builds for lack of NAN items
276  - !1838 Minor improvements to GError documentation
277  - !1840 Add nullable annotation for g_file_get_uri_scheme
278  - !1841 gthread: Fix incorrect cast
279  - !1842 gthread: Port native mutex to Clang
280  - !1844 gsocket: Improve default UDP behavior on Windows
281  - !1845 gsocket: Fix use-after-close
282  - !1848 gwin32: Always use unicode APIs
283  - !1850 build: Add option for disabling tests
284  - !1855 build: Fix ssize_t detection on older versions of glibc
285  - !1856 build: Fix Android system checks
286  - !1857 gtestutils: Fix g_assert_not_reached() on MSVC
287  - !1861 More GError tests
288  - !1863 tests: Ignore -Wformat-nonliteral warning in new GError tests
289
290 * Translation updates:
291  - Catalan
292  - Galician
293  - German
294  - Lithuanian
295  - Romanian
296  - Spanish
297  - Ukrainian
298
299
300 Overview of changes in GLib 2.67.1
301 ==================================
302
303 * Deprecate `g_time_zone_new()` in favour of `g_time_zone_new_identifier()`,
304   which makes error checking easier (#553)
305
306 * Remove `volatile` from various public APIs, including `G_DEFINE_*`. You should
307   adjust your code to not use `volatile` for atomic variables, `GOnce`
308   variables, or mostly anything else (see
309   http://isvolatileusefulwiththreads.in/c/). (#600)
310
311 * Support passing file handles to `gdbus` command line tool (work by
312   Norbert Pocs and Tim Waugh) (#961)
313
314 * Add `g_assert_cmpstrv()` test convenience function (work by Niels De Graef) (#2015)
315
316 * Changes to the behaviour of the `G_URI_FLAGS_SCHEME_NORMALIZE` scheme
317   normalization flag in `GUri` (work by Carlos Garcia Campos) (#2257, !1716)
318
319 * Add new `--run-prefix` and `--skip-prefix` options to GTest, to allow running
320   or skipping test suites by prefix (work by Frederic Martinsons) (!1738)
321
322 * Fix thread-safety of `GBinding`; see the updated documentation for
323   `g_object_bind_property()` for full details — if your code uses `GBinding`
324   across threads, you should re-check it against the latest documentation, use
325   `g_binding_unbind()` rather than implicitly dropping the binding with your
326   last `g_object_unref()` call, and use `g_binding_dup_source()`/`g_binding_dup_target()`
327   instead of `g_binding_get_source()`/`g_binding_get_target()`
328   (work by Sebastian Dröge) (!1745)
329
330 * Bugs fixed:
331  - #553 Improved error-handling when timezone lookup fails
332  - #600 Remove "volatile" from G_DEFINE_*
333  - #961 gdbus tool: file handle passing doesn't work
334  - #994 mark g_assert_* as "noreturn" also on MSVC
335  - #1560 Can't get data for empty compressed resources
336  - #1592 Main loop ignores GPollFD sources when there is at least one source ready with priority higher than default one
337  - #1833 meson: reconsider G_DISABLE_CAST_CHECKS handling
338  - #1849 Documentation of g_set_object(): can object_ptr be null?
339  - #1963 Follow-up from "gdbusmessage: Limit recursion of variants in D-Bus messages"
340  - #2015 Add g_assert_cmpstrv() test utility
341  - #2046 Add pylint and shellcheck CI checks
342  - #2074 Big dbus writes with a FD list fail
343  - #2076 g_type_register_fundamental() and g_type_add_interface_static() should not trigger valgrind leak warnings
344  - #2150 Add URI parsing tests from GstURI to GUri
345  - #2221 GLib-GIO:ERROR:../gio/tests/gsocketclient-slow.c:99:on_event: 'connection' should be NULL
346  - #2223 Documentation of g_strrstr_len is misleading; suggested fix
347  - #2233 GSocketClient crashes on connection failure
348  - #2236 Docs: gdbus-codegen example links broken
349  - #2253 In gspawn.c, use sysconf() system call on Mac OS, instead of default maxfiles limit of 4096
350  - #2257 GUri: apply scheme normalization flag consistently
351  - !1251 Improve support for interface types
352  - !1385 gobject: allocate parameter list for g_object_new_valist() entirely on stack
353  - !1629 Add some tracing to GTask
354  - !1699 Fix signedness warnings
355  - !1701 gio: Fix some remaining DocBook syntax in a documentation comment
356  - !1708 gio: Add missing nullable annotations
357  - !1716 guri: Normalize uri segments if they are encoded and add a flag to do scheme-based normalization
358  - !1722 gio: Fix various typos of the name ‘D-Bus’
359  - !1724 glib/tests/fileutils: Fix expectations when running as root
360  - !1726 gdbus: Document the intended semantics of handles and fdsTim Waugh
361  - !1731 Make more use of g_assert_no_errno()
362  - !1733 gdbusauthmechanismsha1: Don’t create keyring dir when running as setuid
363  - !1734 glocalfileinfo: Use a single timeout source at a time for hidden file cache
364  - !1735 gobject: Standardise on the term ‘instantiatable’
365  - !1737 gscanner: Avoid undefined behaviour copying between union members
366  - !1738 Extend the usage of -p option for glib test framework
367  - !1740 Fix more warnings
368  - !1745 Make GBinding thread-safe (alternative approach)
369  - !1746 gkeyfilesettingsbackend: improve error-checking
370  - !1747 Fix broken link syntax in g_vasprintf docs
371  - !1748 Fix minor Coverity return value warnings
372  - !1750 Fix warnings
373  - !1754 GWin32AppInfo: Use a thread pool for async appinfo tree rebuilds
374  - !1755 Minor Coverity fixes
375  - !1756 shellcheck fixes
376  - !1757 Python formatting improvements
377  - !1758 Fix warnings
378  - !1765 Fix more warnings
379  - !1766 Fix some gdatetime annotations
380  - !1767 tests: Fix GDateTime tests on FreeBSD
381  - !1769 gfileicon: Fix unused-but-set variable with G_DISABLE_ASSERT
382  - !1770 Minor scan-build fixes
383  - !1771 macos: fix frexpl checks in cross-compilation
384  - !1776 gio: ‘security_context_t’ is deprecated
385  - !1780 Minor Coverity fixes
386  - !1781 gspawn: Handle ENOSYS from close_range()
387  - !1782 ghostutils: Abandon hostname conversion early if it’s too long
388
389 * Translation updates:
390  - Czech
391  - Spanish
392  - Ukrainian
393
394
395 Overview of changes in GLib 2.67.0
396 ==================================
397
398 * Important and time-critical fix to DST transitions which will happen in Europe
399   on 2020-10-25 on distributions which use the ‘slim’ tzdata format (which is
400   now the default in tzdata/tzcode 2020b) (work by Claudi M., LRN) (#2224)
401
402 * Further timezone handling changes to improve performance of `GTimeZone` (work
403   by António Fernandes, Sebastian Keller) (#2204)
404
405 * Fix deadlock on Windows when `G_SLICE` is set in the environment (diagnosis by
406   Christoph Reiter) (#2225)
407
408 * Fix UTF-8 validation when escaping URI components (thanks to Marc-André Lureau) (!1680)
409
410 * Security fix for incorrect scope/zone ID parsing in URIs (!1669)
411
412 * Add `g_log_writer_default_set_use_stderr()` API for printing log messages to stderr (work by Simon McVittie) (#2087)
413
414 * Improve connection error reporting when IPv6 is available and disabled (work by Michael Catanzaro, debugging by Konstantin Kharlamov and Milan Crha) (#2211)
415
416 * Fix definition of `G_MSVC_SYMBOL_PREFIX` for ARM (work by Wolfgang Stöggl) (!1187)
417
418 * Add `GStrvBuilder` convenience API for building `NULL`-terminated string arrays (work by Robert Ancell) (!1417)
419
420 * Support appinfo verbs other than ‘open’ on Windows (work by LRN) (!1502)
421
422 * Expose node-based `GTree` APIs (work by Maciej S. Szmigiero) (!1509)
423
424 * Add `G_DBUS_METHOD_INVOCATION_HANDLED`/`_UNHANDLED` convenience constants (work by Simon McVittie) (!1603)
425
426 * Set `IP_BIND_ADDRESS_NO_PORT` on sockets when binding to local addresses (work by Cristian Rodríguez) (!1598)
427
428 * Add Meson option for libelf support (work by Niklas Gürtler) (!1650)
429
430 * Add support for PKCS #11-backed TLS certificates (work by Patrick Griffis) (!1663)
431
432 * Add `g_subprocess_launcher_close()` API to make `GSubprocessLauncher` more usable in bindings (work by Sergio Costas) (!1677)
433
434 * Bugs fixed:
435  - #1233 GType for GTree
436  - #2077 Invalid Pointer Arithmetic in g_path_get_basename
437  - #2087 Respecting G_MESSAGES_DEBUG in a custom log writer should be easy to do
438  - #2164 GDBus DBUS_COOKIE_SHA1 mechanism may use too old a key
439  - #2194 gtk3/glib crash on gimp
440  - #2203 fstatat is available only on macOS 10.10+
441  - #2204 Time zone cache is constantly invalidated if TZ is NULL
442  - #2209 gthreadedresolver: faulty logic in parse_res_txt
443  - #2210 g_private_replace ordering issue
444  - #2211 "Network is unreachable" error returned when IPv6 is disabled and network is reachable using IPv4
445  - #2215 DST incorrectly ends on wrong dates
446  - #2224 top bar time is incorrect, timezone map in control center is broken
447  - #2225 Setting G_SLICE makes Windows programs hang since 2.66
448  - !1187 Define G_MSVC_SYMBOL_PREFIX correctly for ARM
449  - !1417 gstrvbuilder: Add a new object to make NULL-terminated string arrays.
450  - !1449 gio: Expose g_file_query_info_for_copy()
451  - !1502 GWin32AppInfo: Support verbs other than "open"
452  - !1509 GTree: add an ability to iterate over a tree and a node-based API
453  - !1575 Use C++11 decltype where possible
454  - !1598 gsocketclient: set IP_BIND_ADDRESS_NO_PORT if binding to local address
455  - !1603 GDBus: Add G_DBUS_METHOD_INVOCATION_HANDLED, _UNHANDLED
456  - !1643 Minor Coverity fixes
457  - !1645 Fix various signedness warnings
458  - !1647 Fix warnings (keep going)
459  - !1648 glocalfile: Never require G_LOCAL_FILE_STAT_FIELD_ATIME
460  - !1650 Make libelf dependency optional via meson feature
461  - !1652 trash portal: Handle portal failures
462  - !1654 gio-tool-trash: Prevent recursion to speed up emptying trash
463  - !1657 glist: Clarify that g_list_free() and friends only free an entire list
464  - !1658 utils: Limit the scope of the variable `max`
465  - !1661 Lookup fallback time zones in the cache to improve performance
466  - !1663 gtlscertificate: Add support for PKCS #11 backed certificates
467  - !1665 Fix g_module_symbol() under Windows sometimes not succeeding
468  - !1669 guri: Fix URI scope parsing
469  - !1670 GSubprocessLauncher: Move cleanup to dispose()
470  - !1671 gdatetime: Avoid integer overflow creating dates too far in the past
471  - !1673 CI: Re-enable code coverage reporting for MSYS2 builds
472  - !1674 Add version macros for 2.68
473  - !1675 Make static assertions about standard types
474  - !1677 gsubprocesslauncher: Allow to close FDs
475  - !1678 gmessages: Document that using a custom log writer basically disables fatal handling
476  - !1679 gmain: Fix minor typo in documentation
477  - !1680 guri: Fix UTF-8 validation when escaping URI components
478  - !1681 gspawn: Handle error opening /dev/null
479  - !1686 Various improvements in GSocketClient
480  - !1687 uri: add missing (not)nullable annotations
481  - !1688 gspawn: Use close_range() if available to close FDs between fork/exec
482  - !1691 gmain: Fix possible locking issue in source unref
483  - !1692 gsignal: Plug g_signal_connect_object leak
484  - !1695 gfile: Clarify refcount handling for g_file_replace_contents_bytes_async()
485  - !1696 Fix various minor scan build warnings
486  - !1706 Add various missing nullable annotations
487  - !1712 Revert "Use C++11 decltype where possible"
488  - !1714 gmacros: Use __typeof__ when compiling with Clang
489  - !1718 gtrace: Add G_GNUC_PRINTF annotation
490
491 * Translation updates:
492  - Chinese (Taiwan)
493  - Danish
494  - Greek, Modern (1453-)
495  - Hebrew
496  - Latvian
497  - Portuguese
498  - Russian
499  - Slovak
500  - Ukrainian
501
502
503 Overview of changes in GLib 2.66.0
504 ==================================
505
506 * Bugs fixed:
507  - #2200 missing tab in makefile rule
508  - !1639 guri: Fix user passed to g_uri_split_with_user() not being NULL'd
509
510 * Translation updates:
511  - Croatian
512  - Hungarian
513  - Italian
514  - Serbian
515  - Slovak
516  - Swedish
517
518
519 Overview of changes in GLib 2.65.3
520 ==================================
521
522 * Fixes to the new `statx()` calls — note that since GLib 2.65.2 uses `statx()`
523   (if available) instead of `stat()`/`fstat()`/`lstat()`/`fstatat()`, syscall
524   sandboxing for third party applications might need to be updated
525
526 * Bugs fixed:
527  - #2189 g_file_query_info on ro file system: Numerical result out of range
528  - #2191 Calling nice(20) can lead to thread related warnings
529  - #2197 Segfaulting Integer Overflow in g_option_group_add_entries
530  - !1025 Big o notations
531  - !1626 gio: Document g_settings_new() missing schema behaviour
532  - !1627 gthread: Add a sysprof mark for thread creation
533  - !1628 Replace a bunch of fallthrough comments with an attribute
534  - !1631 Fix splice behavior on cancellation
535  - !1632 Fixing signedness warning in glib/gfileutils.c
536  - !1635 gcancellable: Mark a variable as unused if built with G_DISABLE_ASSERT
537
538 * Translation updates:
539  - Basque
540  - Catalan
541  - Chinese (China)
542  - Czech
543  - English (United Kingdom)
544  - Friulian
545  - German
546  - Japanese
547  - Kazakh
548  - Korean
549  - Lithuanian
550  - Polish
551  - Portuguese (Brazil)
552  - Slovenian
553
554
555 Overview of changes in GLib 2.65.2
556 ==================================
557
558 * Support `statx()` and `G_FILE_ATTRIBUTE_TIME_CREATED` (work by Andre Miranda) (#1970)
559
560 * Fix deadlock in `g_subprocess_communicate_async()` (work by Alexander Larsson) (#2182)
561
562 * Add `%f`/microsecond placeholder support to `g_date_time_format()` (work by Johan Bjäreholt) (!1605)
563
564 * Bugs fixed:
565  - #5 g_new0 performance
566  - #1970 Make G_FILE_ATTRIBUTE_TIME_CREATED support stx_btime
567  - #2176 Inconsistent introspection annotations for g_input_stream_read and g_socket_receive
568  - #2182 g_subprocess_communicate_async() can deadlock when writing
569  - !1593 CI support for Coverity Scan
570  - !1605 gdatetime: Add %f format specifier and microsecond precision to g_date_time_format_iso8601
571  - !1613 gfile: Document TOCTTOU avoidance using g_file_delete()
572  - !1615 docs: glib-compile-resources: json-stripblanks
573  - !1616 gioerror: Map WSAENETRESET on Windows to G_IO_ERROR_CONNECTION_CLOSED
574  - !1619 Minor Coverity fixes
575  - !1620 gvariant: Ensure GVS.depth is initialised
576  - !1622 gdatetime: Widen a variable before multiplication
577  - !1623 gcancellable: Assert that make_pollfd() call succeeds
578  - !1624 gdbusaddress: Drop an unnecessary NULL check
579  - !1625 gdbusmessage: Drop redundant uint ≥ 0 checks
580
581 * Translation updates:
582  - French
583  - Galician
584  - Greek, Modern (1453-)
585  - Indonesian
586  - Romanian
587  - Spanish
588  - Turkish
589  - Ukrainian
590
591
592 Overview of changes in GLib 2.65.1
593 ==================================
594
595 * Add `GUri` API for parsing, building and representing URIs according to
596   [RFC 3986](https://tools.ietf.org/html/rfc3986) (work by Marc-André Lureau) (#110)
597
598 * Fix handling of xattr data with embedded nuls (#422)
599
600 * Add `g_file_set_contents_full()` which gives more control over fsyncs (#1302)
601
602 * Fix cross-compilation on iOS (work by Nirbheek Chauhan) (#1868)
603
604 * Add a `x-gvfs-notrash` option to disable trash on certain mounts (work by Ondrej Holy) (!1549)
605
606 * Support ‘slim’ TZif files generated with `zic -b slim` (work by Paul Eggert) (#2129)
607
608 * Support emitting profiling marks from `GMainContext` to sysprof capture files (!1551)
609
610 * Accept IPv6 zone IDs in `g_hostname_is_ip_address()` (work by Marc-André Lureau) (!1604)
611
612 * Bugs fixed:
613  - #4 Include a UTF-8 safe escaping function
614  - #110 Basic URI operations
615  - #137 display_name should be always available
616  - #250 GTestCase's setup/teardown functions appear pointless
617  - #272 allow thread pools to adjust the number of threads to the number of cpu's/cores
618  - #422 Wrong assumption in libgio GFileInfo on xattr/acl string: it may contain binary data.
619  - #858 glib2 @2.40.0 issues a "Got weird mach timebase info" error (Macports, PPC)
620  - #1022 g_object_new Should Mention That it Zeroes Out Private Struct
621  - #1200 Make g_assert_null/nonnull clang static analyzer friendly
622  - #1203 Add a variant of g_file_set_contents() which accepts file mode
623  - #1288 gmacros: Introduce non-public G_CLANG_ANALYZER_NORETURN macro
624  - #1302 g_file_set_contents() can fill target with NUL bytes if it did not previously exist
625  - #1670 ThreadSanitizer data races
626  - #1764 cancellable test: on_mock_operation_ready: assertion failed (iterations_requested > iterations_done): (10 > 10)
627  - #1868 iOS cross compile impossible due to frexpl check not supporting cross compilation
628  - #1869 iOS doesn't have Cocoa, which thankfully isn't a requirement of this code that supposedly requires it
629  - #1982 GSocketAddressEnumerator documentation is inconsistent with existing usage
630  - #2127 Spurious GIO module initialization on Fedora Silverblue (and other ostree-based systems?)
631  - #2129 date_time bugs after 2038, or with today's date and 'zic -b slim' TZif files
632  - #2132 Valgrind reports "still reachable" after g_thread_pool_new/free
633  - #2136 Valgrind reports "still reachable" after g_option_context_parse
634  - #2140 calling malloc in fork child is undefined-behaviour
635  - #2141 g_value_copy is was recently broken
636  - #2149 Make G_URI_FLAGS_PARSE_STRICT the default
637  - #2156 Merge _g_uri_parse_authority() into GUri
638  - #2159 Thread-unsafe initialization in gportalsupport.c
639  - #2160 More guri regressions
640  - #2165 More guri breakage
641  - #2166 g_uri_build() functions should accept a NULL scheme
642  - !1328 guri: new URI parsing and generating functions
643  - !1527 Add g_tls_connection_get_channel_binding_data call and enums
644  - !1534 Various GLocalFile fixes related to the filesystem::remote attribute
645  - !1546 tree: Fix various ableist language
646  - !1549 Add support to ignore trash for certain mounts
647  - !1551 Add initial sysprof support
648  - !1553 gtestutils: Mark that g_assert_whatever() macros do not normally return
649  - !1554 GUri build fixes
650  - !1555 Remove c-format from the string that is not c-formatted
651  - !1556 fuzzing: Another fix for g_uri_parse() test
652  - !1557 A few g_uri_parse_params() improvements
653  - !1559 Fix buffer read overflows in GUri
654  - !1561 gconvert: Use a pointer array in extract_uris
655  - !1563 gdesktopappinfo: Fix unnecessarily copied and leaked URI list
656  - !1564 tests: limit number of threads to something reasonable.
657  - !1570 Reduce CI bandwidth requirements
658  - !1572 Add GUriParamsIter
659  - !1576 gtask: Only override g_task_set_source_tag() for GLib ≥ 2.60
660  - !1577 uri: add illegal_characters argument to unescape_bytes
661  - !1578 tests: Add tests for RFC 8536 v3 parsing of time zones
662  - !1579 glib: Use g_getenv everywhere instead of getenv
663  - !1582 appinfo: Add properties
664  - !1583 gio: Remove broken support for XP
665  - !1590 Use CI schedules and DAGs
666  - !1591 gfileutils: Fix O_NOFOLLOW handling on BSD systems
667  - !1594 GFile: Document that G_FILE_CREATE_REPLACE_DESTINATION can only be used with...
668  - !1595 uri: add ENCODED_PATH & ENCODED_FRAGMENT flags
669  - !1599 uri: do not add ipv6 brackets on non-ip host
670  - !1600 uri: do not encode ':' and ';' from userinfo
671  - !1601 timezone: Fix an uninitialized use
672  - !1602 Revert "Merge branch 'appinfo-properties' into 'master'"
673  - !1604 Make g_hostname_is_ip_address() accept ipv6 zoneid
674  - !1609 Fix multiple typos in guri.c
675  - !1611 guri: Always prepend `//` to the host when building a URI
676  - !1612 guri: Document and check restrictions on path prefixes
677
678 * Translation updates:
679  - Catalan
680  - Kazakh
681  - Lithuanian
682  - Romanian
683  - Slovenian
684  - Spanish
685  - Ukrainian
686
687
688 Overview of changes in GLib 2.65.0
689 ==================================
690
691 * Fix memory monitor tests to only be installed if installed-tests are enabled,
692   and to be skipped if GObject-Introspection is too old (!1407)
693
694 * Stability improvements for various unit tests
695
696 * D-Bus credentials support on macOS (#507)
697
698 * MSVC support for the files generated by `glib-compile-resource` and `gdbus-codegen` (#1215, !1452)
699
700 * Year 2038 fixes involving new API in `GBookmarkFile` (#1931)
701
702 * SOCKS5 proxy authentication fixes (#1986, #1988)
703
704 * Support for more than `MAXIMUM_WAIT_OBJECTS` FDs for `g_poll()` on Windows (#2107)
705
706 * Add `g_assert_no_errno()` test macro for testing POSIX-style functions (!1204)
707
708 * Update Unicode Character Database to version 13.0.0 (!1422)
709
710 * Support storing interned strings in `GValue`s efficiently, via `g_value_set_interned_string()` (#2109)
711
712 * Bugs fixed:
713  - #2 g_filename_from_utf8() should normalize?
714  - #176 the behaviour of constructors for GLib data types is not specified if memory allocation fails
715  - #480 /gdbus/connection/signals test intermittently fails: assertion failed (count_name_owner_changed == 2): (1 == 2)
716  - #507 GDBus credentials don’t work on OS X
717  - #602 GLib.Thread not usable from GObject-Introspection
718  - #1154 Missing documentation how to set a value in a GArray
719  - #1215 MSVC cannot build glib-compile-resource's output resource file
720  - #1323 meson, autotools: figure out if mem barrier is needed for arm64 host variant aarch64
721  - #1398 gdate: Add error handling for GetDateFormatW calls
722  - #1841 Signal handler disconnection race when finalising GCancellableSource
723  - #1851 Meson Build Failure on Windows: Undefined Reference to libiconv
724  - #1911 Memory leak in g_param_spec_flags and/or g_param_spec_enum
725  - #1931 GBookmarkFile API involves time_t
726  - #1954 gdbus-server-auth intermittent failure
727  - #1957 gdbus-connection test failure on FreeBSD
728  - #1986 Socks5 Proxy: Authentication seems broken
729  - #1988 Socks5 Proxy: Wrong error returned when using no authentication
730  - #2038 Bindings: g_tls_connection_set_database() does not allow None as argument
731  - #2051 GUnixOutputStream can block on close()
732  - #2057 Call malloc_trim() under memory pressure
733  - #2067 Glib uses _Static_assert in C++17 mode
734  - #2081 gdbus error messages contains mixed up body and head signatures
735  - #2082 AM/PM - specific variation support needed to Hebrew language
736  - #2083 Memory monitor tests fail if dbusmock isn't installed
737  - #2092 FreeBSD CI timing out in gdbus-connection filter test
738  - #2094 Deprecation warnings when compiling with -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_28 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_28
739  - #2106 Duplicated if - else if conditions in gtranslit.c
740  - #2107 g_poll() implementation on Windows stall when more than MAXIMUM_WAIT_OBJECTS FDs have passed
741  - #2109 GValue: Add support for interned string
742  - #2124 g_file_info_get_content_type() may return NULL
743  - #2132 Valgrind reports "still reachable" after g_thread_pool_new/free
744  - #2134 Valgrind reports "still reachable" after `g_uuid_string_random()`.
745  - #2135 Valgrind reports "still reachable" after g_key_file_new/free
746  - #2136 Valgrind reports "still reachable" after g_option_context_parse
747  - !1204 gtestutils: Add a new g_assert_no_errno() test macro
748  - !1302 gobject: new g_param_is_valid_property_name() function.
749  - !1329 Support nanoseconds in stat timestamps on Windows
750  - !1341 MUI capabilities for GWin32RegistryKey
751  - !1360 CI: Show execution environment before we start
752  - !1395 tests: Move memory_monitor_tests under installed_tests_enabled
753  - !1396 macros: Define G_GNUC_FALLTHROUGH for more compilers
754  - !1397 tests: Skip MemoryMonitor test if GObject-Introspection is too old
755  - !1398 gcontenttype: Fix crash in _get_generic_icon_name()
756  - !1402 ci: Update Android Docker image for aarch64 CPU naming change
757  - !1405 tests: Disable link-time warning for mem-overflow
758  - !1406 Replace fallthrough comments with G_GNUC_FALLTHROUGH
759  - !1408 tests: Don't compare strings by pointer
760  - !1409 gdummytlsconnection: Add missing overrides for ALPN properties
761  - !1413 gapplication: Fix a minor typo in the documentation
762  - !1414 gstrutils: Set locale explicitly for search-utils test
763  - !1415 meson: Don't use assert in test code
764  - !1418 ginetaddress, ginetsocketaddress: Add missing (nullable) annotations
765  - !1422 glib: Update Unicode Character Database to version 13.0.0
766  - !1423 gobject: Clarify assertion failure on ref-after-finalize
767  - !1424 docs: Fix configuration with gtk_doc=true and installed_tests=false
768  - !1425 gdbusconnection: GDBusSignalCallback can have a NULL sender_name
769  - !1426 gunidecomp: Update and reformat Unicode version support history
770  - !1427 gicon: Clarify GVariant refcounting in docs
771  - !1428 Add missing 'extern' to the dllexport version of GLIB_VAR/GOBJECT_VAR
772  - !1429 Fix arch detection ifdefs in glib/valgrind.h
773  - !1430 Use __builtin_trap() on Clang on any platform
774  - !1431 glib-unix.c: fix heap corruption in g_unix_get_passwd_entry
775  - !1432 docs: Mention new gio tool options
776  - !1433 meson: Fix buildtype usage
777  - !1434 gdbusconnection: Clarify nullability of SignalInstance.sender
778  - !1436 glib: Update internal copy of valgrind.h from Valgrind 3.15 release
779  - !1437 gmarkup tests: tab character escape/unescape
780  - !1439 Don't misdetect stpcpy on windows platforms on clang
781  - !1440 Silence clang errors about -Wformat-nonliteral due to missing intermediate attributes
782  - !1441 Meson: Override every dependency glib provides
783  - !1442 gfile: Fallback to fast-content-type if content-type is not set
784  - !1443 gio: use TAPTestRunner in the memory monitor tests
785  - !1444 Meson: Add glib-checks and glib-asserts options
786  - !1452 Make symbols generated by gdbus-codegen exportable on Visual Studio-style builds
787  - !1455 gdesktopappinfo: Note that search results are not filtered
788  - !1456 GCredentials documentation fixes
789  - !1458 meson: Exclude gosxutils.m when building for iOS
790  - !1459 meson: Fix the gnulib checks for isnan* functions
791  - !1460 glib: Sync the local modification to glib/valgrind.h to what was upstreamed
792  - !1462 gvariant-core: Add a note about memory safety of children
793  - !1463 gdesktopappinfo: Add several nullable annotation to GAppInfo getters
794  - !1464 Update Fedora CI
795  - !1466 CI: Switch to new Windows runners
796  - !1469 goption: Treat an empty option context parameter string as NULL
797  - !1475 Improve documentation of g_tls_database_verify_chain()
798  - !1476 tests: Fix remaining race in gdbus-connection filter test
799  - !1479 Improve documentation of client connection validation flags
800  - !1480 CI: Make sure we use meson 0.49.2 in MSYS2
801  - !1481 array: fix corrupt state of GPtrArray after g_ptr_array_extend_and_steal()
802  - !1482 [th/g-ptr-array-variable-cleanups] minor cleanup of variables for GPtrArray
803  - !1487 glib: annotate static inline functions with G_AVAILABLE-type macros
804  - !1488 Rebuild Fedora CI image
805  - !1491 gdatetime: update annotations
806  - !1492 glib-mkenums: allow optional 'since' tag
807  - !1493 meson: Remove stray ] in O_DIRECTORY check
808  - !1496 Fix GLIB_UNAVAILABLE_STATIC_INLINE declaration
809  - !1498 array: add internal ptr_array_new() helper for creating GPtrArray
810  - !1503 docs: Add indexes for symbols added in 2.66
811  - !1505 gobject: Handle runtime checks as such
812  - !1506 tests: Speed up the cancellable test
813  - !1508 tests: Speed up the file test and make it more reliable
814  - !1512 Various fixes when building for iOS
815  - !1513 Initialize the visited time of a new GBookmarkFile
816  - !1515 meson: check for stpcpy using cc.links()
817  - !1516 gthreadedsocketservice: Mark source_object of run signal as nullable
818  - !1517 GWin32RegistryKey: Move assertions
819  - !1518 strfuncs: Use a GPtrArray in strsplit()
820  - !1522 meson: Fix gnulib printf checks
821  - !1524 meson: Fix gnulib build where isnan*() is needed
822  - !1525 Normalize C source files to end with exactly one newline
823  - !1528 gtlsconnection: Improve documentation of peer-certificate[-errors]
824  - !1530 tree: Fix various typos and outdated terminology
825  - !1531 gvariant: Fix documentation for g_variant_get_string() to match reality
826  - !1532 win32: spelling fix
827  - !1535 glib.supp improvements
828
829 * Translation updates:
830  - Bokmål, Norwegian
831  - Catalan
832  - Catalan (Valencia)
833  - Chinese (Taiwan)
834  - Dutch
835  - French
836  - Galician
837  - German
838  - Hebrew
839  - Indonesian
840  - Italian
841  - Japanese
842  - Latvian
843  - Lithuanian
844  - Malay
845  - Romanian
846  - Serbian
847  - Slovak
848  - Slovenian
849  - Spanish
850  - Turkish
851  - Ukrainian
852
853
854 Overview of changes in GLib 2.64.0
855 ==================================
856
857 * Use `posix_spawn()` to speed up launching test D-Bus instances (!1388)
858
859 * Bugs fixed:
860  - #1783 Document using glib-mkenums with meson
861  - #2049 Crash in g_array_copy
862  - !1384 Some minor clang warning fixes
863  - !1386 docs: Document generated headers caveats for genmarshal
864  - !1387 ci: Correctly propagate exit status in run-style-check-diff.sh
865  - !1388 gtestdbus: Use posix_spawn() to spawn dbus-daemon
866  - !1389 Update GError docs to use G_DEFINE_QUARK
867
868 * Translation updates:
869  - Czech
870  - Danish
871
872
873 Overview of changes in GLib 2.63.6
874 ==================================
875
876 * Fix potential relative read when calling g_printerr(), which could lead to a
877   denial of service from a setuid-root process being used to block access to the
878   TTY for another user (#1919)
879
880 * Fix SOCKS proxy resolver sometimes not being used when resolving addresses
881   via Happy Eyeballs (CVE-2020-6750) (#1989)
882
883 * Several other Happy Eyeballs fixes for address resolution (#1871, #1872, #1902)
884
885 * Various race fixes in `GDBusConnection` and its unit tests (#1515)
886
887 * Fix a race condition with D-Bus name ownership (#1517)
888
889 * Drop `gio-launch-desktop` helper application in favour of calling `sh` directly (#1633)
890
891 * Fix win32 exception handling with C# exceptions (#2025)
892
893 * Fix thread safety of `GUnixMountMonitor` (#2030)
894
895 * Additional fixes to new thread pool attribute behaviour from GLib 2.63.4 to
896   check if sched_setattr() is allowed by system policies before depending on it (#2039, !1356)
897
898 * Fix memory leaks and corruption when freeing `GSource`s while freeing a `GMainContext` (!1353)
899
900 * Drop inappropriate installation of object manager example documentation (!1359)
901
902 * Bugs fixed:
903  - #938 gdbus call -a doesn't support message bus connections
904  - #1515 gio/gdbus-threading test sometimes fails in CI
905  - #1517 g_bus_own_name does not always call name_lost_handler when _REPLACE and _ALLOW_REPLACEMENT are set
906  - #1633 should not install gio-launch-desktop into PATH
907  - #1919 read from relative path in g_printerr() in 2.58.3
908  - #1995 Tracker issue for Happy Eyeballs regressions
909  - #2002 g_io_channel_read_line does not honour the line_term symbols set
910  - #2025 W32 exception handling misbehaves when C# exceptions are thrown when running inside the Visual Studio debugger
911  - #2030 Random nautilus test suite failures involving GUnixMountMonitor
912  - #2039 sched_setattr() still can cause EPERM through natural causes
913  - #2043 Low memory monitor test failed in CI
914  - #2044 GApplication docs suggest invalid GVariant type
915  - !1185 gtimezone: Tidy up UTC timezone creation
916  - !1281 ci: Update Docker packages
917  - !1283 gmodule: change _g_module_close to only take a handle.
918  - !1298 tests: Speed up the GIO actions test
919  - !1299 gapplication: Fix a minor typo in the documentation
920  - !1339 gsocketclient: Refactor g_socket_client_connect_async()
921  - !1353 GMainContext - Fix memory leaks and memory corruption when freeing sources while freeing a context
922  - !1354 GThreadPool - Add test for !1340
923  - !1355 glist: Add docs examples of how to combine with g_steal_pointer()
924  - !1356 GThread - Check if sched_setattr is allowed by the system policies before depending on it
925  - !1359 docs: Don’t install object manager example separately
926  - !1363 Make tests pass if we are euid != 0 with capabilities
927  - !1366 Fix oss-fuzz coverage link
928  - !1372 gobject: Fix strict aliasing warnings with g_set_object()
929  - !1376 gitlab-ci: 64-bit ARM is aarch64, not arm64
930  - !1381 ghash: Document the iteration order over a hash table is not defined
931  - !1382 tests: Bump the refcount timeout in gdbus-threading
932  - !1383 ci: Enable parallelisation when running installed tests
933
934 * Translation updates:
935  - Basque
936  - English (United Kingdom)
937  - French
938  - Galician
939  - German
940  - Greek, Modern (1453-)
941  - Hungarian
942  - Indonesian
943  - Japanese
944  - Korean
945  - Lithuanian
946  - Polish
947  - Portuguese (Brazil)
948  - Spanish
949  - Swedish
950  - Turkish
951
952
953 Overview of changes in GLib 2.63.5
954 ==================================
955
956 * Fix behaviour of `g_file_move()` fallback code to not follow symlinks (#986)
957
958 * Rename `--glib-min-version` argument of `gdbus-codegen` to `--glib-min-required`
959   (this is not an API break as `--glib-min-version` was added earlier in the
960   2.63 cycle) (#1993)
961
962 * Add gtk-doc checks to CI and fix a number of documentation issues
963   (thanks to Xavier Claessens) (!978)
964
965 * Add `G_SIZEOF_MEMBER()` macro (!1333)
966
967 * Add a debug message if `g_setenv()` or `g_unsetenv()` are used after any
968   threads have been spawned — this will be upgraded to a warning in future (!1337, #715)
969
970 * Skip memory monitor tests if xdg-desktop-portal or dbusmock are not available (!1296, !1338)
971
972 * Change the `libmount` configure option from a boolean to a Meson `feature` (!1344)
973
974 * Do not return `target-uri` from `g_file_peek_path()` when called on trash/recent files (!1346)
975
976 * Drop new TLS certificate API for PKCS #11 backed certificates, as the implementation
977   is not ready yet (this is not an API break as the API was added earlier in the
978   2.63 cycle) (!1347)
979
980 * Bugs fixed:
981  - #986 g_file_move: remove G_FILE_COPY_NOFOLLOW_SYMLINKS section
982  - #1551 CI: Add checks for `TODO` in MRs
983  - #1925 Large number of routes installed into kernel cause high cpu usage
984  - #1993 Rename gdbus-codegen --glib-min-version argument to --glib-min-required and add --glib-max-allowed
985  - #2012 spawn_thread_queue not initialised in GThreadPool
986  - #2020 g_network_monitor_base_add_network() improperly unrefs GInetAddressMask
987  - !978 Various fixes to make gtkdoc-check pass on glib
988  - !1018 docs: tag enclose 'all' and 'help' values
989  - !1170 Avoid C++20 deprecated assignment to volatile
990  - !1296 tests: Skip GMemoryMonitor tests if the dbusmock template is not available
991  - !1307 Remove global declaration of GMemoryMonitor
992  - !1322 gmain: Mark G_SOURCE_FUNC as available in 2.58
993  - !1333 Add and use G_SIZEOF_MEMBER() macro
994  - !1337 genviron: Message if g_setenv()/g_unsetenv() are used after threads spawned
995  - !1338 tests: Skip GMemoryMonitor tests if xdg-desktop-portal is not available
996  - !1344 meson: libmount autodectection
997  - !1345 gio-tool-info: Print unix mount information where available
998  - !1346 gfile: Do not return target-uri from g_file_peek_path()
999  - !1347 Revert "gtlscertificate: Add support for PKCS #11 backed certificates"
1000  - !1348 ghash: Clarify that g_hash_table_add() always consumes the key
1001  - !1349 doc: Clarify that _locker_new() does not actually allocate memory
1002  - !1351 glib.supp: update g-threaded-resolver-getaddrinfo-config
1003
1004 * Translation updates:
1005  - Japanese
1006  - Lithuanian
1007  - Malay
1008  - Portuguese (Brazil)
1009  - Swedish
1010
1011
1012 Overview of changes in GLib 2.63.4
1013 ==================================
1014
1015 * Fix various race conditions on signal emission in GDBus (#604, #978, #1232)
1016
1017 * Change thread pools so that thread attributes (in particular, priority) are
1018   inherited from the thread which created the `GThreadPool` initially, rather
1019   than from the thread which is pushing a new job into the pool (#1834, #2007)
1020
1021 * Expand support for running Windows apps with
1022   `g_app_info_launch_default_for_uri()` using rundll32 on Windows (#1932)
1023
1024 * Support multiple directories in `GSETTINGS_SCHEMA_DIR` environment variable (#1998)
1025
1026 * Support full Julian day range in `TZ` environment variable (#1999)
1027
1028 * Apply recursion depth limits to variants in D-Bus messages (!1201)
1029
1030 * Support adding call flags and timeouts to method calls generated by
1031   `gdbus-codegen` through the new `--glib-min-version` option (!1286)
1032
1033 * Fully deprecate TLS rehandshakes; they are now ignored due to TLS protocol
1034   changes (!1305)
1035
1036 * Bugs fixed:
1037  - #198 g_fopen and friends: should also state how to close a stream
1038  - #604 GDBus name watching dispatch is buggy/excessively-complicated
1039  - #833 g_object_set: document the need to cast varargs
1040  - #978 SIGSEGV in on_name_lost_or_acquired
1041  - #1232 Insufficient thread safety around GDBusObjectManagerClient
1042  - #1416 Re-add macOS CI
1043  - #1834 Unwanted priority/etc inheritance with GThreadPool and GThread and the POSIX implementation
1044  - #1932 Windows: Gio.AppInfo.launch_default_for_uri seems not to work for local files/folders
1045  - #1983 glib:gio / dbus-appinfo test fails: GLib-GIO:ERROR:../../../../Projects/glib/gio/tests/dbus-appinfo.c:326:on_flatpak_open: 'g_file_equal (files[0], f)' should be TRUE
1046  - #1997 Base64 encoding with "break_lines" claims to wrap at 72 characters but seems to wrap at 76
1047  - #1998 support multiple directories in GSETTINGS_SCHEMA_DIR
1048  - #1999 GTimeZone fails to accept full Julian day range when parsing the direct $TZ string format
1049  - #2007 Thread scheduler attributes fail under valgrind
1050  - !388 ci: Avoid downloading subprojects for each job
1051  - !1111 gio: test that launch_uris() exports files with the document portal when launching a flatpak
1052  - !1201 gdbusmessage: Limit recursion of variants in D-Bus messages
1053  - !1279 tests: Fix an error message set by foo_set_property()
1054  - !1286 gdbus-codegen: Add a GDBusCallFlags arg to method calls
1055  - !1291 gio-tool-list: Add an option to print display names
1056  - !1294 GMemoryMonitor docs fixes
1057  - !1295 gio: Fix socket test
1058  - !1301 GThread - Inherit parent thread priority by default for new Win32 threads
1059  - !1303 gvariant-core: Don't pass NULL second argument to memcpy
1060  - !1305 Fully deprecate TLS rehandshakes
1061  - !1308 gsocketclient: run timeout source on the task's main context
1062  - !1309 Fix crash in gutils when application is prevented access to passwd file
1063  - !1317 gfdonotificationbackend: remove notifications when bus name vanishes
1064  - !1320 subprojects: Temporarily avoid using wrapdb while it’s down
1065  - !1324 ci: Add some documentation to the style check CI test
1066  - !1325 Check for SYS_sched_getattr before using it unconditionally
1067  - !1330 W32: Correctly set st_ino when doing private stat()
1068  - !1334 gthread: Ensure GThreadSchedulerSettings is always defined
1069
1070 * Translation updates:
1071  - Catalan
1072  - Galician
1073  - Hungarian
1074  - Indonesian
1075  - Polish
1076  - Portuguese (Brazil)
1077  - Spanish
1078
1079
1080 Overview of changes in GLib 2.63.3
1081 ==================================
1082
1083 * Add a `--glib-min-version` argument to `gdbus-codegen` which controls breaks in the API of generated code (#1726)
1084
1085 * Add `g_clear_list()` API to clear `GList`s to `NULL` (#1943)
1086
1087 * Add a `GMemoryMonitor` API to be notified of memory pressure situations using the low-memory-monitor project (!1005)
1088
1089 * Add support for dispose functions for `GSource` implementations (!1175)
1090
1091 * Tighten up validation of GObject signal and property names, allowing performance improvements (!1224)
1092
1093 * Fix installation path of GIO modules on MSVC to be the bindir (!1254)
1094
1095 * Bugs fixed:
1096  - #650 g_signal_lookup gives too many warnings
1097  - #1011 GListStore, easily find if the item is already inserted
1098  - #1130 gdbus-codegen: Add an option to strictly generate markdown in source comments
1099  - #1687 glocalvfs.c uses non-thread-safe getpwnam()
1100  - #1726 Warn when method/signal uses type 'h' but lacks GDBus.C.UnixFD annotation
1101  - #1935 Assert in _kqsub_free seems to be too strict
1102  - #1943 Consider g_clear_list()
1103  - #1947 Documentation clarification for g_uuid_string_random()
1104  - #1953 Documentation for g_type_init() and others missing from online gtk-doc documentation
1105  - #1961 A typo in the comment of `g_settings_schema_get_path`: threfore -> therefore
1106  - !1005 gio: Add GMemoryMonitor to monitor for low-memory
1107  - !1172 gptrarray: Add an example to the g_ptr_array_steal() docs
1108  - !1175 Implement a dispose function for GSource
1109  - !1223 Add additional valgrind suppressions
1110  - !1224 Signal name handling improvements
1111  - !1230 ci: Run installed-tests on Fedora
1112  - !1235 Add sudo to Fedora docker image
1113  - !1239 tests: Run "timeout tests" sequentially
1114  - !1248 ci: Update all Debian CI runners to use v5 of the Dockerfile
1115  - !1249 gio-tool-mount: Allow mounting by the given UUID
1116  - !1252 ci: Fix running all jobs on merge requests
1117  - !1253 gthread: Fix "zero as null pointer" warning
1118  - !1254 giomodule: gio modules are no longer installed in bindir on MSVC
1119  - !1255 ci: Build Docker images rather than OCI images if using podman
1120  - !1256 gdate: Add autoptr support
1121  - !1258 Minor CI fixups
1122  - !1261 gtk-doc: Ensure we have recent enough version
1123  - !1262 tests: Add tests for the gdbus-codegen executable
1124  - !1265 build: don't check for protected visibility
1125  - !1267 Revert "doc: Workaround gtkdoc-scan bug leading to undocumented symbols"
1126  - !1268 ci: Work-around successful installed tests having no logs
1127  - !1269 gvariant: Add guard to g_variant_get()
1128  - !1271 tests: Enable GDBus debug for a number of unreliable tests
1129  - !1274 trash portal: Don't follow symlinks
1130  - !1275 Small doc correction
1131  - !1277 Various gtk-doc improvements
1132  - !1278 Update installed tests CI
1133  - !1280 clang-format-diff: Output diff for multiple files, not just one
1134  - !1282 Revert "Revert "docs: remove GDBusObjectManager example""
1135  - !1284 Update POTFILES.in 191212
1136  - !1287 atomic/tests: test g_atomic_pointer_compare_and_exchange() with const pointers
1137  - !1289 gtype: Define auto-cleanup functions for Module class
1138
1139 * Translation updates:
1140  - Spanish
1141
1142
1143 Overview of changes in GLib 2.63.2
1144 ==================================
1145
1146 * Use `lldb` rather than `gdb` on macOS for debugging (#1004)
1147
1148 * Switch the atomic builtins from `__sync_fetch_*()` to the slightly more modern
1149   `__atomic_*()` (#1750)
1150
1151 * Fix calculation of `gsize` width on various platforms (including OpenBSD) (#1777)
1152
1153 * Fix undefined behaviour causing brokenness in `g_utf8_find_prev_char()` when
1154   compiling with GCC ≥ 8 (#1917)
1155
1156 * Revert UNIX mode changes in `G_FILE_ATTRIBUTE_ID_UNIX_MODE` which broke OSTree (#1934)
1157
1158 * Slightly improve performance for signal emissions when no handlers are connected (!1083)
1159
1160 * Add `g_task_return_value()` and `g_task_propagate_value()` APIs to allow
1161   `GTask` to be used from language bindings more easily (!1216)
1162
1163 * Fix a file monitoring crash on kqueue-based systems (BSD) (!1221)
1164
1165 * Bugs fixed:
1166  - #1004 [PATCH] Make gbacktrace use lldb on Mac OS X
1167  - #1552 CI: Add code style checks
1168  - #1750 Switch from  __sync_fetch_*() to __atomic_*() in glib/gatomic.h
1169  - #1777 gsize: improper typedef on (at least) OpenBSD
1170  - #1895 Regression: glib does not compile on centos 6: "objcopy: unrecognized option '--add-symbol'"
1171  - #1917 Test utf8-pointer fails with static build, LTO, optimisations, and new GCC
1172  - #1930 glib/tests/bookmarkfile.c:385:test_modify: assertion failed: (stamp == now)
1173  - #1934 ostree tests broken since bfdc5fc4fc84ef8518d2d1a328c8482cf5a38e98: File '/tmp/test-tmp-libostree_test-basic-user.sh.test-QB4SA0/diff-test2' is not empty
1174  - #1938 GDateTime doesn't support leap seconds
1175  - #1940 atomics test fails on FreeBSD CI since !1123
1176  - !1039 Improve documentation for footgun function g_tls_client_connection_copy_session_state()
1177  - !1083 Use the GObject hole on 64bit arches for some flags to improve performance
1178  - !1202 CI updates after !1177
1179  - !1208 gutils: Slightly improve docs formatting for g_get_os_info()
1180  - !1209 Make ld executable configurable
1181  - !1210 gdbus-server-auth test: Include gcredentialsprivate.h
1182  - !1213 gsocket: Improve diagnostics on bind() failure
1183  - !1214 gvariant, gbytes: Avoid memcmp (NULL, ., 0) or memcmp (., NULL, 0)
1184  - !1216 Make GTask more binding-friendly
1185  - !1218 gdb: Fix GHashTable pretty printer off-by-one error
1186  - !1220 gparam: fix memory leak in g_param_value_defaults()
1187  - !1221 Add NOTE_REVOKE to the list of the monitoring events
1188  - !1225 gtlsconnection: clarify handshake() documentation
1189  - !1227 Deprecate old GTlsConnection functionality even harder!
1190  - !1231 Fix build on old libc that does not define _SC_HOST_NAME_MAX
1191  - !1238 gstrfuncs: use gsize type internally for strv functions
1192  - !1242 gfileinfo: Clarify the documentation for G_FILE_ATTRIBUTE_UNIX_MODE
1193  - !1243 docs: Fix "occurred" typos in API documentation
1194
1195 * Translation updates:
1196  - Spanish
1197
1198
1199 Overview of changes in GLib 2.63.1
1200 ==================================
1201
1202 * Several usability improvements to command line `gio` tool (!1153)
1203
1204 * Add `g_array_steal()`, `g_ptr_array_steal()` and `g_byte_array_steal()` APIs (#285)
1205
1206 * Add `g_get_os_info()` API (!1063, !1160)
1207
1208 * Add `g_warning_once()` API (!1028)
1209
1210 * Always resolve `localhost` to loopback address in `GResolver` (!616)
1211
1212 * Add `GMainContextPusher` API (!983)
1213
1214 * Limit recursion in `g_variant_parse()` (!1173)
1215
1216 * Fix crash in `g_spawn()` with high FD numbers due to use of `select()` rather
1217   than `poll()` (#954)
1218
1219 * Allow passing empty `GValue`s to `g_param_value_set_default()` (!1186)
1220
1221 * Escape header guards generated by `gdbus-codegen` better (#1379)
1222
1223 * Bugs fixed:
1224  - #285 [PATCH] add array steal and memdup functions
1225  - #954 The g_spawn_sync() function uses select() which has limitations
1226  - #1318 rare failure in gdbus-peer test: invalid uninstantiatable type '(null)' in cast to 'GDBusServer'
1227  - #1379 gdbus-codegen generates invalid header guards when build directory contains a + character
1228  - #1622 NULL pointer derefs on g_vasprintf() failure
1229  - #1813 g_option_context_add_main_entries() is missing array annotation for entries parameter
1230  - #1831 No reply on private socket due to auth problem
1231  - #1836 gobject.c uses undefined annotation “(not optional)”
1232  - #1858 docs/reference/gobject/tut_gobject.xml: object properties example uses deprecated API
1233  - #1877 g_cancellable_source_new annotated with 'skip'
1234  - #1896 Use after free when calling g_dbus_connection_flush_sync() in a dedicated thread
1235  - #1897 glib 2.62.0 fails test 'test_writev_no_vectors' wih gcc7
1236  - #1903 use-after-free in mimeapps test causes intermittent segfault during testing
1237  - #1906 test_os_info fails on FreeBSD
1238  - #1916 objcopy not used from cross-compilation file in GIO tests
1239  - #1923 Recent Versions of GLib Break Dolphin File-Manager's Thumbnailing when Using 'gtk2' Style
1240  - !616 Always resolve localhost to loopback address
1241  - !983 gmain: Add GMainContextPusher convenience API
1242  - !1014 tests: Add a test for g_assert_finalize_object()
1243  - !1028 gmessages: Add g_warning_once()
1244  - !1035 Switching from C gnu89 to C gnu99 standard
1245  - !1063 gutils: Add g_get_os_info()
1246  - !1082 gdatetime: Document RFC 3339 extensions when parsing ISO 8601
1247  - !1105 syscall flood on every time*() function call
1248  - !1120 Update documentation with FreeBSD build instructions
1249  - !1135 gmain: use atomic operation instead of GMutex to access g_main_context_default()
1250  - !1146 Solaris build fixes
1251  - !1147 gmodule: fix typo in doc comment
1252  - !1148 gio/gfileinfo: fix parameter references
1253  - !1149 gio/gfile: fix parameter reference for value_p
1254  - !1150 gio/gfile: fix parameter references to @contents
1255  - !1151 gio/gfile: fix typo in doc comment
1256  - !1152 gwinhttpvfs: Handle g_get_prgname() returning NULL
1257  - !1153 Several gio-tool bash completion fixes and improvements
1258  - !1155 Strict-aliasing fixes to new atomic built-ins
1259  - !1157 Fix various compiler warnings on Android
1260  - !1160 Add Windows support to g_get_os_info()
1261  - !1161 hash: Remove an assertion from the hot path
1262  - !1163 gcharset: Expand the documentation for g_get_locale_variants()
1263  - !1165 Use uname as a fallback to get OS info
1264  - !1167 Fix some minor leaks in testfilemonitor
1265  - !1168 Fix gdatetime tests on toolbox
1266  - !1171 Revert "gdbus-codegen: emit GUnixFDLists if an arg has type 'h'"
1267  - !1173 gvariant: Limit recursion in g_variant_parse()
1268  - !1177 ci: Add libdbus development files to CI Docker images
1269  - !1179 Improve GPtrArray doc-comments
1270  - !1180 array: Avoid use of memcpy(dest, NULL, 0)
1271  - !1181 gmain: Clarify thread safety of some common GSource functions
1272  - !1182 gio: Fix typo in URL
1273  - !1186 Allow using an empty GValue with g_param_value_set_default()
1274  - !1189 gparamspecs: Fix type class leaks on error handling paths
1275  - !1197 Fix GDBus test failures on non-Linux (in particular FreeBSD)
1276  - !1200 Minor fixes from a scan-build run
1277
1278 * Translation updates:
1279  - Catalan
1280  - Chinese (Taiwan)
1281  - Spanish
1282
1283
1284 Overview of changes in GLib 2.63.0
1285 ==================================
1286
1287 * Add g_fsync() API (#35)
1288
1289 * Fix regression in g_file_copy() when passing
1290   `G_FILE_COPY_TARGET_DEFAULT_PERMS` flag; the destination permissions would be
1291   private rather than following the process’ umask (!1142)
1292
1293 * Several `GDateTime` parsing fixes (!1127)
1294
1295 * Always build the tests if installed-tests are enabled, so that the tests can
1296   actually be installed (!1141)
1297
1298 * Rework atomic function implementations to use memory barrier in the correct
1299   place (when compiler intrinsics aren’t providing the atomics), and fix
1300   signedness issues (#1449, #1565)
1301
1302 * Use the OS’ `fdwalk()` function (if safe) to speed up `g_spawn_*()` on BSD (#1638)
1303
1304 * Remove the macOS `dyld` `GModule` implementation in favour of `dl` instead (!1093)
1305
1306 * Bump Python requirement to ≥ 3.5, which we implicitly relied on anyway through
1307   our Meson dependency (!1132)
1308
1309 * Bugs fixed:
1310  - #35 add g_fsync to API
1311  - #174 g_file_copy always preserves  permissions, even if G_FILE_COPY_ALL_METADATA flag is not set
1312  - #259 docs: fix a misunderstanding in g_type_add_interface_*
1313  - #767 g_signal_lookup fails if class is not referenced
1314  - #1052 g_io_write_chars calls abort when given a null byte as input
1315  - #1449 glib fallback atomic int/ptr get/set have memory barrier in wrong place
1316  - #1565 Signedness of atomic operations
1317  - #1638 g_spawn_*() is extremely slow under certain circumstances
1318  - #1809 Provide API for working with PKCS11 backed certificates
1319  - #1843 TSAN false positive with g_atomic_pointer_get/g_atomic_pointer_set under Clang
1320  - #1865 g_variant_get_data_as_bytes fails after serializing a variant
1321  - #1875 Segfault and Overflow in __gio_xdg_cache_mime_type_subclass() with Wps-Office installed
1322  - #1887 glib 2.62.0 breaks loading dylibs as modules
1323  - #1888 2.62: docs build on Windows broken
1324  - #1897 glib 2.62.0 fails test 'test_writev_no_vectors' wih gcc7
1325  - !1020 docs: Remove priv pointers from the tutorial example
1326  - !1062 gtype: mark the inline functions in G_DECLARE_*_TYPE() as UNUSED
1327  - !1080 tests: Fix skipping mkdir-with-parents-permission test
1328  - !1088 Various small scan-build fixes
1329  - !1090 giochannel: Clarify type of GSource callback in documentation
1330  - !1093 gmodule: remove macOS dyld implementation
1331  - !1095 Define G_IOV_MAX to 512 on macOS/iOS
1332  - !1099 gmem: clarify that g_malloc always uses the system allocator
1333  - !1109 doc: fix typo in gio/gsettings.c
1334  - !1110 gio: Add missing "gio remove" option to bash completion script
1335  - !1112 Add version macros for GLib 2.64
1336  - !1115 gdatetime: Fix error handling in g_date_time_new_ordinal()
1337  - !1116 gmarkup: Add a limit on the number of attributes in an element
1338  - !1119 Annotate the return value of various utility functions
1339  - !1124 docs: Fix typo in GConverter{Input,Output}Stream section titles
1340  - !1125 gdatetime: Fix error handling in g_date_time_new_week()
1341  - !1126 fileinfo: Mention that usec mtimes are set
1342  - !1129 gdate: Fix tautological comparison warnings on Android
1343  - !1130 Improve GLIB_DEPRECATED_MACRO_FOR output
1344  - !1131 gio/gfileinfo: fix param reference in doc comment
1345  - !1132 build: Bump Python requirement to ≥ 3.5
1346  - !1137 gregistrysettings: bump key name length to 2048
1347  - !1138 Always build tests if we enabled installed-tests
1348  - !1139 g_file_info_get_modification_date_time: Calculate in integer domain
1349
1350 * Translation updates:
1351  - Danish
1352  - Italian
1353  - Panjabi
1354  - Serbian
1355  - Turkish
1356
1357
1358 Overview of changes in GLib 2.62.0
1359 ==================================
1360
1361 * Fix new `GFileInfo` APIs to work when `G_FILE_ATTRIBUTE_TIME_MODIFIED_USEC`
1362   was not queried (!1087)
1363
1364 * Bugs fixed:
1365  - #487 Add valgrind test runs to CI
1366  - !1084 garray: Fix reference to GLIB_SIZEOF_INT
1367  - !1086 glib.supp: make gobject_init() calloc also of the possible kind
1368  - !1087 fileinfo: ignore USEC if not available
1369
1370 * Translation updates:
1371  - Friulian
1372  - Portuguese (Brazil)
1373
1374
1375 Overview of changes in GLib 2.61.3
1376 ==================================
1377
1378 * Support setting thread name on BSD systems (#1761)
1379
1380 * Install previously-uninstalled headers for public `GNativeSocketAddress`
1381   object (#1854)
1382
1383 * Very initial support for Windows apps (UWP) (!1057)
1384
1385 * Add various new valgrind suppressions to `glib.supp` (#1879, !1075)
1386
1387 * Bugs fixed:
1388  - #83 Optimisation for g_nearest_pow() in garray.c
1389  - #512 GSignal: accumulator function not called to accumulate G_SIGNAL_RUN_CLEANUP object handler return values
1390  - #873 allow NULL arguments to parse_strv
1391  - #905 Patches from static analysis run on 2.40
1392  - #1057 goption: add sanity check to input parameters
1393  - #1309 GSettings object stops emitting "changed" signal on g_settings_reset after call to g_settings_delay
1394  - #1620 GDBus criticals from GVfs with GLib master
1395  - #1761 Setting thread-name on BSD systems
1396  - #1803 GDK_SCALE=X is not respected when using "gio open"
1397  - #1819 Invalid characters in Open Location dialog crashes GIMP
1398  - #1852 Regression: g_mkdir_with_parents() returns 0 on failure
1399  - #1854 glib/gio: GNativeSocketAddress headers not installed.
1400  - #1860 g_clear_handle_id does not trigger GLIB_VERSION_MAX_ALLOWED warning
1401  - #1863 Potential invalid writes on g_utf8_strreverse
1402  - #1867 A couple of en_GBisms
1403  - #1870 GSettingsBackend watches not thread-safe
1404  - #1879 Incomplete valgrind suppressions - 16 KiB leak reported by valgrind from loading libglib-2.0.so
1405  - #1880 glib/gbacktrace.c: If dup2 happened to return -1, don't call dup2 with same value
1406  - #1881 GIO_USE_VOLUME_MONITOR and GIO_USE_FILE_MONITOR do not work as documented
1407  - !1002 Remove mentions of mailing lists from the documentation
1408  - !1011 gapplication: Fix a leaking GRemoteActionGroup member
1409  - !1015 Post-release version bump
1410  - !1016 gnetworkmonitornm fixups
1411  - !1017 Improve ISO 8601 parsing by GDateTime
1412  - !1023 g_object_get_property: Improve documentation for use of G_VALUE_INIT
1413  - !1026 gutf8: Assert that written memory stays in bounds
1414  - !1027 gfileutils: Fix error propagation for other than ENOENT
1415  - !1031 meson: build gnulib if printf isn't good enough
1416  - !1032 meson: small printf check cleanups
1417  - !1033 win32: don't assume the format specifier for the stdlib printf/scanf like functions
1418  - !1034 glib/tests/fileutils: Add a reproducer for #1852
1419  - !1036 cond test: Don't make assumptions about struct sigaction member order
1420  - !1037 Meson: Override glib-compile-resources/schemas
1421  - !1044 Relax use of g_test_bug() to not require g_test_bug_base() to be called first
1422  - !1049 minor typos in the documentation
1423  - !1050 tests: Fix a pragma warning on FreeBSD
1424  - !1054 gerror: Add a docs paragraph about not displaying errors verbatim in UI
1425  - !1057 Some (probably) easy uwp patches
1426  - !1059 Update win32 readme, add myself to codeowners
1427  - !1066 libffi.wrap: Meson port has moved to FDO gitlab
1428  - !1068 gsubprocesslauncher.c: fix documentation
1429  - !1071 meson: Move libdl_dep to the top level
1430  - !1074 Adjust README formatting
1431  - !1075 glib.supp: add suppression for g_type_class_ref()
1432
1433 * Translation updates:
1434  - Basque
1435  - Catalan
1436  - Czech
1437  - English (United Kingdom)
1438  - French
1439  - Galician
1440  - German
1441  - Hungarian
1442  - Indonesian
1443  - Korean
1444  - Lithuanian
1445  - Polish
1446  - Romanian
1447  - Spanish
1448  - Swedish
1449
1450
1451 Overview of changes in GLib 2.61.2
1452 ==================================
1453
1454 * Add various new array functions (#236, #269, #373)
1455  - `g_array_copy()`
1456  - `g_ptr_array_copy()`
1457  - `g_ptr_array_extend()`
1458  - `g_ptr_array_extend_and_steal()`
1459  - `g_array_binary_search()`
1460
1461 * Add `g_assert_finalize_object()` helper function for writing tests (#488)
1462
1463 * Rework how D-Bus connections are closed/unreffed when `g_test_dbus_down()` is
1464   called. Tests which leak a `GDBusConnection` may now time out and abort,
1465   rather than silently leaking. (#787)
1466
1467 * Add a deprecation macro for GLib macros, and use it; third-party uses of
1468   long-deprecated GLib macros may now start causing warnings. (#1060)
1469
1470 * Deprecate `GTime` and `GTimeVal`, and various functions which use them.
1471   Use `GDateTime` and `guint64` UNIX timestamps instead. (#1438)
1472
1473 * Stop using `G_DISABLE_DEPRECATED` to allow disabling deprecation warnings;
1474   third-party code should now be using
1475   `GLIB_VERSION_{MIN_REQUIRED, MAX_ALLOWED}` to control symbol usage (!871)
1476
1477 * Improve support for running `ninja test` when GLib is built statically (#1648)
1478
1479 * Improve `GNetworkMonitor` detection of offline states (#1788)
1480
1481 * Fix build failure on macOS related to missing `_g_content_type_get_mime_dirs`
1482   function (#1791)
1483
1484 * Add various installed utilities’ paths to `gio-2.0.pc` (#1796)
1485
1486 * Fix keyfile `GSettings` backend and portal (especially relevant to any version
1487   of GLib included in a flatpak runtime) (#1822, !985)
1488
1489 * More IPv6 ‘Happy Eyeballs’ fixes in `GNetworkAddress` (!865)
1490
1491 * Fix CVE-2019-12450, wide permissions of files when copying using GIO (!876)
1492
1493 * Bump the Meson dependency from 0.48.0 to 0.49.2; we won’t depend on anything
1494   higher than this for a while, as Debian 10 ships 0.49 (!924)
1495
1496 * Various test fixes for Windows (!930, !931)
1497
1498 * Initial support for Universal Windows Platform (UWP): certification, and use
1499   of packaged libraries (!951)
1500
1501 * Add experimental clang-cl support on Windows, allowing `g_autoptr()` support
1502   on Windows (!979)
1503
1504 * Bugs fixed:
1505  - #77 G_STDIO_NO_WRAP_ON_UNIX wraps
1506  - #236 Add a function to copy an array
1507  - #269 Additional convenience functions for g_ptr_array
1508  - #373 GArray could use a binary search function
1509  - #436 running tests leaves lots of coredumps
1510  - #453 find-enclosing-mount docs confusing
1511  - #488 Add g_object_assert_last_unref() helper macro to detect object leaks in tests
1512  - #590 A reader lock can be obtained even if a writer is already waiting for a lock
1513  - #638 g_atexit is defined when not declared
1514  - #737 Initialize GValue in g_object_get_property()
1515  - #787 gtestdbus: Properly close server connections
1516  - #804 gdbusproxy prefixes unstripped error
1517  - #870 Fix and enhance GDatetime for Windows
1518  - #872 ucs4 functions have wrong return transfer
1519  - #887 gdusmessage.c mishandles bounds of GDBusMessageType and related enums
1520  - #894 gvalue: Avoid expensive checks where possible
1521  - #940 Docs for g_socket_listener_set_backlog are not very helpful
1522  - #943 G_DEFINE_TYPE_WITH_PRIVATE docs not helpful
1523  - #1018 Allow guid key in dbus addresses
1524  - #1060 Add deprecation macro for macros
1525  - #1169 Tools can display gibberish messages from translations
1526  - #1270 g_get_charset always returns 8-bit codepage on Windows, crippling UTF-8 output
1527  - #1438 Deprecate GTimeVal- and GTime-based APIs
1528  - #1635 g_socket_join_multicast_group iface parameter fails on win32/64
1529  - #1648 2.58.2: Assorted asserts fail in Arch Linux when built statically
1530  - #1729 g_content_type_guess segfaults when passed an empty data buffer on Mac OS
1531  - #1788 GNetworkMonitor claims I am offline
1532  - #1790 documentation on g_file_info_get_attribute_as_string
1533  - #1791 _g_content_type_get_mime_dirs missing from libgio-2.0.0.dylib on MacOS
1534  - #1792 glib-genmarshal generated valist marshal does not respect static scope for some types
1535  - #1793 glib-genmarshal generates wrong code for va marshaler for VARIANT type
1536  - #1794 API Proposal: g_timer_is_active
1537  - #1796 Add gio-querymodules variable to pkg-config file
1538  - #1797 glib/tests/win32 test failing on 64-bit Visual Studio builds
1539  - #1798 /contenttype/tree reliably fails on FreeBSD since !863
1540  - #1807 g_dbus_server_new_sync() documentation references nonexistent function
1541  - #1808 Stopping a GDBusServer should clean up Unix socket paths (if not abstract) and nonce-tcp nonce files
1542  - #1811 Introspection info for g_unichar_compose's 3rd arg should be OUT
1543  - #1822 keyfile gsettings backend not loading
1544  - #1823 Documentation for disabling selinux is incorrect
1545  - #1825 GKeyFileSettingsBackend created without filename construct property and unchecked assertion
1546  - #1828 Small typo in gio manpage
1547  - #1837 Specify for each (optional) parameter, whether it is OUT or INOUT
1548  - #1838 Reword documentation for G_DECLARE_FINAL_TYPE
1549  - #1847 Setting GLIB_VERSION_{MIN_REQUIRED, MAX_ALLOWED} to before 2.56 triggers warnings
1550  - !533 docs: Document pitfall of deprecation pragmas
1551  - !563 ci: Add scan-build job in a new ‘analysis’ pipeline stage
1552  - !678 glib-compile-schemas: Improve translatable strings
1553  - !817 gdate: Officially mark GTime as deprecated
1554  - !851 gsettings: Document that lists are returned in no defined order
1555  - !853 gobject: Fix apostrophe usage in a few small bits of documentation
1556  - !859 gobject: Add a g_assert_finalize_object() macro
1557  - !863 gunicollate/cygwin: Don't use __STDC_ISO_10646__ for wchar_t related checks
1558  - !865 gnetworkaddress: fix "happy eyeballs" logic
1559  - !867 Post-release version bump
1560  - !871 Drop G_DISABLE_DEPRECATED
1561  - !873 Use atomic reference counting for GSource
1562  - !874 Clamp number of vectors to IOV_MAX / UIO_MAXIOV for GOutputStream writev()...
1563  - !875 CI/msys2: disable coverage reporting, lcov doesn't support gcc9 yet
1564  - !876 CVE-2019-12450: gfile: Limit access to files when copying
1565  - !877 gio: specify proper c_marshaller and va_marshallers
1566  - !883 tests: Fix small race in GSubprocess tests
1567  - !884 garcbox.c: Fix typo atomit => atomic
1568  - !885 goption: Clarify G_OPTION_ARG_FILENAME documentation
1569  - !889 Include <sys/filio.h> for FIONREAD
1570  - !901 gmain: Clarify that g_source_destroy() doesn’t drop a reference
1571  - !904 Add glib-genmarshal tests and fix some valist marshaller bugs
1572  - !906 property action: Add state hints
1573  - !908 Improve testfilemonitor test repeatability and debuggability
1574  - !909 D-Bus auth mechanism improvements
1575  - !914 ci: Run scan-build in a different build directory
1576  - !915 docs: fix typo on arrays examples in gvariant-text
1577  - !917 docs: Fix name of IRC channel in CONTRIBUTING.md
1578  - !919 glib/tests/refcount.c: Fix tests on non-GCC-isque compilers
1579  - !920 gmacros: Only use deprecated attributes on enumerators with GCC ≥ 6.5
1580  - !923 Check if compiler symbols are defined before using them
1581  - !924 Bump the required version of Meson
1582  - !930 glib/tests/convert.c: Skip tests that aren't meaningful for Windows
1583  - !931 glib/tests/fileutils.c: Fix stdio Wrapper Test on Windows
1584  - !934 build: Increase the slow test timeout to 180s
1585  - !935 Ignore */__pycache__/* directories
1586  - !937 Fix module tests on Visual Studio builds
1587  - !939 gstdio: minor cleanups
1588  - !941 list model: Expand items-changed docs
1589  - !944 gutils: Don't limit the length of the host name to 99
1590  - !945 Avoid overrunning stack at the end of the varargs.
1591  - !947 gobject/tests/signals.c: Fix tests on Windows
1592  - !948 GObject: Fix mkenums.py and genmarshal.py tests on Windows
1593  - !950 ci: Enable CI on FreeBSD 12
1594  - !951 Preliminary patches for Universal Windows Platform support
1595  - !952 gio: Make minor docs improvements
1596  - !953 g_utf8_normalize: Doc comment return missing nullable annotation
1597  - !954 Fix the ISO 15924 code for Manichaean
1598  - !955 gmacros: Use _Static_assert when C11 is available
1599  - !958 gthread: fix minor errno problem in GCond
1600  - !961 gmain: Fix g_main_context_prepare priority annotation
1601  - !962 gmacros: Use _Static_assert only for non-expr static assert
1602  - !964 gmacros.h: Use static_assert on MSVC if possible
1603  - !968 Fix typo in request handle
1604  - !970 gdatetime: Unset LC_ALL for the test as well
1605  - !971 docs.c: Forward link from g_auto* → G_DEFINE_AUTO*
1606  - !973 doc: fix typo in gio/gresource.c
1607  - !979 Experimental clang-cl support
1608  - !980 gmacros.h: Add better support for clang-cl
1609  - !981 gio: fix typo in g_settings_reset documentation
1610  - !982 Various doc fixes
1611  - !985 Keyfile portal fixes
1612  - !987 gio/tests: Remove code and comments referring to libtool
1613  - !991 fix atomic detection on older gcc versions
1614  - !992 docs: Add example to g_test_summary() documentation
1615  - !994 gio: Fix minor docs mistakes
1616  - !996 Small array test fixes
1617  - !997 gdbusaddress: Add missing transfer annotation
1618  - !1007 Resubmission of !832 “Try to create the complete path right away and fall back”
1619  - !1009 gapplication: remove inactivity_timeout source on finalize
1620
1621 * Translation updates:
1622  - Hungarian
1623  - Indonesian
1624  - Portuguese (Brazil)
1625  - Spanish
1626
1627
1628 Overview of changes in GLib 2.61.1
1629 ==================================
1630
1631 * `g_unichar_isxdigit()` and `g_unichar_xdigit_value()` now handle full-width
1632   characters (U+FF21–U+FF26 and U+FF41–U+FF46) (#58)
1633
1634 * Deprecate `gtester` utility and its test reporting format and enable TAP
1635   output by default instead — the `--tap` option to tests is now a no-op
1636   (#1441, #1619)
1637
1638 * Add `g_test_summary()` to allow test authors to programmatically summarise
1639   what each unit test in a test suite does (#1450)
1640
1641 * Upgrade to Unicode Character Database v12.1 (#1713, !822)
1642
1643 * More IPv6 Happy Eyeballs fixes to `GNetworkAddress` and `GSocketClient`
1644   (#1747, #1771, #1774)
1645
1646 * Fix valgrind and gdb support for the new `GHashTable` changes (#1749, #1780)
1647
1648 * Fix GTask wait times growing faster than the number of task threads (#1683)
1649
1650 * Change `GApplication` to ignore `-psn_*` arguments on the macOS command line,
1651   as they are irrelevant (#1784)
1652
1653 * Add `g_autoqueue()` helper macros, similar to `g_autolist()` (!474)
1654
1655 * Add pre-allocated link helpers for `GList` and `GQueue`:
1656  - `g_list_insert_before_link()`
1657  - `g_queue_insert_before_link()`
1658  - `g_queue_insert_after_link()`
1659
1660 * Improve network availability detection with NetworkManager to treat lower
1661   levels of connectivity as having reduced availability (!781)
1662
1663 * Add `g_clear_signal_handler()` to allow disconnecting from a `GObject` signal
1664   and clearing the signal handler ID to zero in a single call (!819)
1665
1666 * Add `g_autoptr()` support for `GRWLock` (!825)
1667
1668 * Define `G_OS_UNIX`, not `G_OS_WIN32`, when GLib is built agains Cygwin (!862)
1669
1670 * Bugs fixed:
1671  - #29 GScanner: should explicitly document modifiable fields (value, next_value, ...)
1672  - #58 g_unichar_isxdigit() and g_unichar_xdigit_value() should deal with full-width a-fA-F
1673  - #106 Boxed types should be documented better
1674  - #135 g_unichar_totitle(0) returns 0x00001F88 instead of 0
1675  - #429 g_format_size() is broken on Windows
1676  - #1441 Deprecate gtester
1677  - #1450 Add API for tests to describe what they're checking
1678  - #1619 GTest should have a way to default to TAP
1679  - #1683 GTask: task_wait_time is increased constantly when the number of running thread is greather than 10
1680  - #1713 Upgrade to Unicode Character Database v12
1681  - #1739 meson build failure libdl
1682  - #1747 Critical in g_socket_client_async_connect_complete
1683  - #1749 New GHashTable implementation confuses valgrind
1684  - #1753 Remove memory leaks from gio/test/resolver.c
1685  - #1755 Please revert #535 gmacros: Try to use the standard __func__ first in G_STRFUNC
1686  - #1759 test_month_names: assertion failed
1687  - #1760 Document for g_resolver_lookup_records why it returns a list of list of gchar*.
1688  - #1763 tests: -p runs tests in the reverse of the specified order
1689  - #1768 g_strlcat(): Possible buffer overflow in implementation
1690  - #1771 GNetworkAddressAddressEnumerator unsafely modifies cache in GNetworkAddress
1691  - #1774 Leaks in gsocketclient.c connection code
1692  - #1776 glib/date test fails
1693  - #1780 GDB pretty-printer for GHashTable no longer works
1694  - #1782 Error in documentation for cross-compile.
1695  - #1784 MacOS adds a -psn_X_XXXXXX parameter to the command line
1696  - !474 Add g_autoqueue
1697  - !476 Add pre-allocated link helpers for GList and GQueue
1698  - !556 gtestutils: Make --tap compatible with -p and --GTestSkipCount
1699  - !732 gsocket: Clarify in docs that `flags` arguments can be platform specific
1700  - !766 W32: swap special g_get_prgname() for platform_get_argv0()
1701  - !774 Only build tests if certain conditions are met.
1702  - !780 Add copyright and licensing terms to test report generator
1703  - !781 gnetworkmonitornm: Fix network available detection
1704  - !782 build: Fix check for RTLD_NEXT
1705  - !785 Remove monitor test
1706  - !787 build: Remove */.gitignore files
1707  - !791 glib/gconstructor.h: Include stdlib.h for MSVC builds
1708  - !792 general: Remove a few unhelpful references to ‘master’
1709  - !795 gdesktopappinfo: Add support for MATE and Xfce4 terminals
1710  - !802 gio: tests, don't check for libdl on OpenBSD
1711  - !806 Get to 100% coverage on GQueue tests
1712  - !808 Update the Docker images used for CI
1713  - !809 Modified version of !784 — Adding tests cases for a better coverage of glib/tests/strfuncs.c
1714  - !813 gappinfo: Add precondition checks to GAppLaunchContext env methods
1715  - !814 gschema.dtd: Add target attribute to alias
1716  - !819 Clear signal handler
1717  - !820 ci: Keep JUnit report script working on Debian stable
1718  - !821 Various minor cleanups to autoptrs
1719  - !822 glib: Update Unicode Character Database to version 12.1.0
1720  - !825 Add autoptr support for GRWLock
1721  - !831 build: (Long time after) post-release version bump
1722  - !835 Fix typo in German translation
1723  - !836 Document the best practices for binding GInitiallyUnowned
1724  - !862 build: define G_OS_UNIX, not G_OS_WIN32 under cygwin
1725
1726 * Translation updates:
1727  - Basque
1728  - Catalan
1729  - German
1730  - Indonesian
1731  - Spanish
1732
1733
1734 Overview of changes in GLib 2.61.0
1735 ==================================
1736
1737 * Changes to `iconv` configure options, including the default iconv
1738   implementation on macOS — distributors may need to check their configure
1739   scripts (#1557)
1740
1741 * Build fixes when building GLib with `G_DISABLE_ASSERT` defined (#1708)
1742
1743 * Fix documentation for `gdbus-tool wait` to use correct units (#1737)
1744
1745 * Improvements to symlink handling on Windows (!269)
1746
1747 * Add exception handling for crashes on Windows (!582)
1748
1749 * Set `G_WITH_CYGWIN` again when GLib is built on Cygwin (this was a regression
1750   from the autotools build) (!736)
1751
1752 * Use `GCocoaNotificationBackend` by default on macOS, rather than
1753   `GGtkNotificationBackend` (!745)
1754
1755 * Use Windows symbol visibility when GLib is built on Cygwin, as PE binaries
1756   are subject to W32 visibility mechanics — this affects the definition of
1757   `_GLIB_EXTERN` (!752)
1758
1759 * Add coloured output support to `gdbus introspect` (!761)
1760
1761 * Bugs fixed:
1762  - #682 docs: advise not to use non-literal strings as qdata keys
1763  - #1177 gparted crashes due to g_quark_from_static_string used in global initialization
1764  - #1258 the buffer written to by g_input_stream_read is not marked as an out parameter
1765  - #1557 By default glib tries to use libc instead of native iconv on OSX
1766  - #1566 Meld Windows shows error on startup "There was a problem starting c:\Program"
1767  - #1614 GIO tests fail on FreeBSD CI with: Unexpected error from C library during 'pthread_mutex_lock': Invalid argument
1768  - #1708 Building GLib with G_DISABLE_ASSERT fails
1769  - #1709 GResource generation test incompatible with stable LLVM on Linux
1770  - #1710 Crash in g_cancellable_cancel
1771  - #1712 gdbus-proxy test is flaky
1772  - #1724 unconditional check in fuzzing/meson.build
1773  - #1725 gosxappinfo.h is not installed on macOS
1774  - #1727 Cannot use trash folder with an NFS mount using automount / autofs
1775  - #1728 GSocket does not support ENOTSOCK
1776  - #1732 Win32: lookup_by_name_async segfaults for not available domains
1777  - #1737 gdbus-tool wait command timeout argument incorrect unit reference
1778  - !67 glib: update internal gnulib from upstream
1779  - !269 Win32 symlink code refactoring
1780  - !493 tests: Check that cancelling g_file_replace don't overwrite existing file
1781  - !582 Basic W32 exception handling for glib
1782  - !680 Fix warnings glib
1783  - !690 Fix thread safety issues
1784  - !694 gvariant-parser: Fix pattern coalesce of M and *
1785  - !706 Fix data races in task test and gmenumodel test
1786  - !709 Bump release version for 2.62 series
1787  - !710 socket: Fix annotation for flags in g_socket_receive_message
1788  - !712 gwin32: Fix comment for g_win32_veh_handler
1789  - !716 Various minor documentation fixes
1790  - !717 Improve formatting of GCC attribute documentation
1791  - !718 GSocketClient - Free last error if a connection attempt fails and on retry the...
1792  - !719 Handle an UNKNOWN NetworkManager connectivity as NONE
1793  - !721 codegen: Fix use of uninitialised variable
1794  - !723 Provide examples for GNUC attribute macros
1795  - !724 meson: do a build-time check for strlcpy before attempting runtime check
1796  - !728 gsocket: Remove (type) annotation from flags arguments
1797  - !730 Improve gdbus-address parsing tests
1798  - !735 docs: Use the right g_autoptr function when using an auxiliary function
1799  - !736 Set G_WITH_CYGWIN again
1800  - !737 gresolver: Don’t use gai_strerror() on Windows, as it isn’t threadsafe
1801  - !741 Fix use-after-free triggered by gnome-session-binary
1802  - !745 gcocoanotificationbackend: give more priority than the gtk one
1803  - !749 gio: Add missing autocleanup definition for GSettingsSchema{Key,Source}
1804  - !750 Check for RTLD_NEXT
1805  - !752 Use W32 visibility for Cygwin
1806  - !754 Check for /proc/self/cmdline
1807  - !757 Fix gnulib build on older Visual Studio builds
1808  - !760 Properly ensure the cocoa notification backend type
1809  - !761 RFC: gdbus-tool: Add --color option for introspect
1810  - !762 gutils: Add (nullable) annotation to g_get_prgname()
1811  - !765 gslice: Use a convenience macro
1812  - !769 ci: Generate a cover report for the test suite
1813  - !772 tests: Check that option-argv0 test succeeds on Linux
1814  - !776 tests: Only run --external-data test on GNU ld/objcopy
1815  - !779 Fix 2.62 documentation symbols
1816
1817 * Translation updates:
1818  - Dutch
1819
1820
1821 Overview of changes in GLib 2.60.0
1822 ==================================
1823
1824 * Further fixes to the Happy Eyeballs (RFC 8305) implementation (#1653, #1679, #1693)
1825
1826 * Add support for the XDG trash portal (#1676, !276)
1827
1828 * Bugs fixed:
1829  - #1653 gsocketclient-slow test is flaky
1830  - #1658 keyfile settings backend: Consider tightening permissions
1831  - #1668 Fill in CODE-OWNERS file
1832  - #1675 glib-compile-resources: c_name generation issue
1833  - #1676 Trash portal tries to open files as read-only but D-Bus API documents against that
1834  - #1679 socket-service test is flaky
1835  - #1693 Happy Eyeballs failure in gsocketclient-slow test
1836  - #1697 gthreadresolver: do_lookup_records does res_ninit with an uninitialized state
1837  - #1698 g_base64_encode(NULL, 0) causes critical warnings
1838  - !276 Support the trash portal
1839  - !639 gvariant-parser: Fix error handling when type coalescing fails
1840  - !666 Socket fixes to W32 test suite
1841  - !674 Update gvdb submodule
1842  - !676 Initialize a variable
1843  - !677 gerror: Add a missing precondition assertion in documentation
1844  - !686 gio: Also support modules built with MSVC
1845  - !688 gsocketclient: Fix critical on cancellation
1846  - !689 glib-compile-resources: Fix a minor leak
1847  - !691 gtask: Separate GTask fields memory locations to avoid data races
1848  - !692 glib.supp: Add more variations of existing suppressions
1849  - !696 Move closures refcount test to gobject/tests/
1850  - !698 gthreadedresolver: Remove unused thread pool
1851  - !699 tests: Fix closure-refcount to preserve old semantics
1852  - !702 Rename gobjectenumtypes.[ch] to glib-enumtypes.[ch]
1853  - !703 Clean up gmarshal.[ch]
1854
1855 * Translation updates:
1856  - Catalan
1857  - Czech
1858  - French
1859  - Friulian
1860  - German
1861  - Italian
1862  - Korean
1863  - Romanian
1864  - Serbian
1865
1866
1867 Overview of changes in GLib 2.59.3
1868 ==================================
1869
1870 * Fix support for g_get_user_special_dir() on macOS, including support for the Downloads directory (#1048)
1871
1872 * Ensure that cancelling a GTask cannot cause its callback to be called synchronously (in the same call chain as the original *_async() call) (#1608)
1873
1874 * Further fixes to the Happy Eyeballs (RFC 8305) implementation (#1644, #1680)
1875
1876 * Various fixes for installation of installed tests (thanks to Iain Lane) (!649, !651)
1877
1878 * Various fixes for tests when run on Windows (thanks to LRN) (!665, !667)
1879
1880 * Bugs fixed:
1881  - #535 gmacros: Try to use the standard __func__ first in G_STRFUNC
1882  - #875 gio-gvfs on Windows: Don't mishandle other non-native URIs in gwinhttpvfs.c
1883  - #1048 "Desktop" shortcut appears twice in file chooser sidebar on OSX
1884  - #1608 Cancellation might not be asynchronous under certain circumstances
1885  - #1644 network-address test failure in CI: IPv6 Broken (g-io-error-quark, 24)
1886  - #1680 Regression: g_socket_client_connect_to_host_async() sometimes gets "Connection refused" when connecting to localhost
1887  - #1686 gdbus-peer test is sometimes timing out
1888  - !613 Use win32 io channel on windows for the protocol test
1889  - !634 Win32: gio/gsocket.c: Set WSAEWOULDBLOCK on G_POLLABLE_RETURN_WOULD_BLOCK
1890  - !638 gvariant-parser: Fix parsing of G_MININT* values in GVariant text format
1891  - !640 tests: Tag socket-service test as ‘flaky’
1892  - !641 Minor typo fixes to GSpawn documentation
1893  - !645 gsocketlistener: Fix multiple returns of GTask when accepting sockets
1894  - !647 gsocketclient: Ensure task is always returned on cancel
1895  - !648 gio/tests/task: Run the worker indefinitely until it's cancelled
1896  - !649 gio tests: Install test1.overlay file when building installed tests
1897  - !650 gstring: fully document semantics of @len for g_string_insert_len
1898  - !651 tests: Install the slow-connect-preload.so library and use it
1899  - !667 GSubprocess fixes for W32 test suite
1900  - !668 tests: Mark gdbus-peer test as flaky
1901  - !669 GWin32VolumeMonitor: Sort the volumes correctly
1902  - !670 gpollableoutputstream: Fix the description of the interface
1903  - !672 Fix some tests when running as root
1904
1905 * Translation updates:
1906  - Catalan
1907  - Danish
1908  - French
1909  - Indonesian
1910  - Kazakh
1911  - Portuguese (Brazil)
1912  - Slovenian
1913  - Turkish
1914
1915
1916 Overview of changes in GLib 2.59.2
1917 ==================================
1918
1919 * Fix check on GDBusMessage size when reading it. (#1642)
1920
1921 * Add async GIO API: g_file_query_default_handler_async(), g_app_info_launch_uris_async() (#1249, #1347)
1922
1923 * Fix some bugs in the Happy Eyeballs implementation. (#1646, #1649)
1924
1925 * Install a new generated header with enum types for Unicode enums. (!481)
1926
1927 * Support the XDG trash portal. (!276)
1928
1929 * Bugs fixed:
1930  - #1224 TSAN patches
1931  - #1249 xdg-open/gnome-open doesn't work if service isn't started
1932  - #1347 g_app_info_launch_default_for_uri_async  is not really async
1933  - #1376 gmarkup: Optimize g_markup_escape_text()
1934  - #1642 minor mismatch between error and code in g_dbus_message_bytes_needed
1935  - #1646 Criticals in g_socket_client_enumerator_callback()
1936  - #1649 Critical in g_socket_client_connected_callback
1937  - #1673 G_MININT constants broken in g-i
1938  - !276 Support the trash portal
1939  - !481 Define enum types for Unicode enums
1940  - !585 gio: do not pass O_PATH file descriptors to portal APIs
1941  - !593 Don't fail trash test if ~/.local doesn't exist or mount points can't be determined (master)
1942  - !609 Make `g_app_info_launch_uris_async()` really asynchronous
1943  - !619 gvariant: Fix a mistake in docs
1944  - !622 Fixing warnings
1945  - !626 gdbus: Avoid printing null strings
1946  - !627 gsocketclient: Fix criticals
1947  - !629 Various memory leak cleanups to GSettings tests (subset)
1948  - !630 docs: Ignore more version macros
1949
1950 * Translation updates:
1951  - Galician
1952  - Hungarian
1953  - Lithuanian
1954  - Polish
1955  - Spanish
1956
1957
1958 Overview of changes in GLib 2.59.1
1959 ==================================
1960
1961 * Autotools support is gone. (!580)
1962
1963 * g_format_size() now uses a no-break space to separate digits and units;
1964   translations will need to be updated accordingly. (#1625)
1965
1966 * New g_queue_clear_full() API. (#1464)
1967
1968 * Fix argument quoting on win32 when spawning subprocesses. (!419)
1969
1970 * Allow polling more than 64 handles on win32 using g_poll(). (#1071)
1971
1972 * Tag various tests as ‘flaky’. These are no longer run routinely on our
1973   upstream CI machines, and downstream packagers may want to not run them (or
1974   not treat those test failures as package build failures) on their test
1975   machines either. They are in the `flaky` test suite. (!579)
1976
1977 * Add overlay support to g_resources_get_info(). (#1445)
1978
1979 * Support defaults and locks in the keyfile GSettings backend. This will be
1980   used for flatpaks. (!450)
1981
1982 * Accept unquoted strings in the keyfile GSettings backend to simplify things
1983   for sysadmins. (!603)
1984
1985 * Update our contribution guidelines (`CONTRIBUTING.md`). (!590)
1986
1987 * Add writev() and writev_all() APIs to GOutputStream and GPollableOutputStream,
1988   and provide implementations of them for many subclasses. (#1431)
1989
1990 * Bugs fixed:
1991  - #424 Add 'proxy' debugging support
1992  - #1055 Provide alignment macros
1993  - #1071 Eliminate MAXIMUM_WAIT_OBJECTS limitation in g_poll() on Windows
1994  - #1445 g_resources_get_info doesn't respect resource overlays
1995  - #1464 Add g_queue_clear_full() API
1996  - #1500 GListStore needs double checking on some warnings
1997  - #1623 xdg-open: file with colon results in “The specified location is not supported”
1998  - #1625 Unbreakable space needed when showing size of folder/file
1999  - #1636 GTask getters don’t return TRUE/FALSE after bitfield changes
2000  - #1637 EXCEPTION_ACCESS_VIOLATION in g_clear_pointer
2001  - #1639 GListStore implementation of g_list_model_get_item() returns wrong results on integer overflow
2002  - #1655 gvariant-parser warnings
2003  - #1663 G_MININT32 triggers compiler warning C4146 with Visual C++
2004  - #1666 `G_DEFINE_DYNAMIC_TYPE_EXTENDED` causes warnings with -Wcast-function-type
2005  - !319 giomodule: Print the type of each default GIO module
2006  - !333 Add writev() API to GOutputStream and GPollableOutputStream
2007  - !419 gspawn, win32: qouted args - escape end backslash
2008  - !450 Settings portal
2009  - !512 gtype: Clarify type of GInterfaceInitFunc
2010  - !516 gthread: Add g_private_set_alloc0() convenience API
2011  - !535 win32 gpoll: overcome the 64 handles limit
2012  - !545 goption: Fix an annotation on g_option_context_parse_strv()
2013  - !560 docs: Fix dconf GSETTINGS_BACKEND name in gio overview
2014  - !564 gtype: Document type for iface_default_init() function
2015  - !568 Add separate definitions of g_assert_[non]null() for C++
2016  - !571 docs: Add note on how to check a gboolean condition
2017  - !575 gio: Update bad cert error in accept-certificate and GTlsError docs
2018  - !579 Temporarily disable flaky tests
2019  - !580 Drop autotools support
2020  - !583 gmacros: MSVC supports the noreturn function attribute
2021  - !587 Remove unused .pc.in files
2022  - !588 MSVC: Move dirent implementation to glib/dirent/
2023  - !590 Update contribution documentation
2024  - !591 gfileinfo: Fix annotation for g_file_info_set_attribute_stringv
2025  - !592 Remove leftover build/ directory
2026  - !595 gtestutils: pass open file descriptors to subprocess
2027  - !597 tests: Tag gsocketclient-slow test as ‘flaky’
2028  - !598 gdbus-proxy test fails with GLib-GIO:ERROR:glib/gio/tests/gdbus-proxy.c:832:fail_test: code should not be reached
2029  - !599 gdtlsconnection: do not return on a void method
2030  - !601 gio: Support "help" in extension point env vars
2031  - !602 Update POTFILES.in
2032  - !603 keyfile settings: Accept unquoted strings
2033  - !608 build: Add -Wno-pedantic flag to compiler arguments
2034  - !611 gnetworkaddress: fix use-after-free for network address
2035  - !612 gdir: shutup a warning when building with msvc
2036  - !615 Fix a couple of wrong compiler warnings
2037
2038 * Translation updates:
2039  - Spanish
2040  - Swedish
2041
2042
2043 Overview of changes in GLib 2.59.0
2044 ==================================
2045
2046 * This will be the last development release with autotools support. As our
2047   Meson support has been around since 2.56.x, and was used to release tarballs
2048   in 2.58.x, the next development release (2.59.1) will drop autotools as used
2049   to build GLib. The macros installed for other packages to use will remain.
2050
2051 * Add `G_TEST_OPTION_ISOLATE_DIRS` to redirect `XDG_*_HOME` to a temporary
2052   directory for each unit test. (#538)
2053
2054 * Support `Property.EmitsChangedSignal` annotations in `gdbus-codegen`. (#542)
2055
2056 * Add `g_assert_cmpvariant()` API for unit tests. (#1191)
2057
2058 * Hide bind mounts from GIO mount listings. (#1271)
2059
2060 * Automatically realign data passed to `g_variant_new_from_bytes()` or
2061   `g_variant_new_from_data()` if it is not correctly aligned. This prevents
2062   misaligned accesses on architectures which don’t support them. Callers should
2063   still aim to correctly align data to get higher performance. (#1342)
2064
2065 * Support `ld -b binary` (on platforms which support it; i.e. Linux) to provide
2066   large pre-compiled `GResource` resources with a fast compilation time. (#1489)
2067
2068 * Unconditionally install GLib m4 macros, so that projects which depend on GLib
2069   and which still build using autotools can continue to build even once GLib has
2070   ported entirely to Meson. (#1520)
2071
2072 * Various fixes to the Meson build.
2073
2074 * Drop Python 2 support and require Python 3.4+. See discussion on
2075   https://mail.gnome.org/archives/desktop-devel-list/2018-July/msg00004.html.
2076   (!196)
2077
2078 * `GHashTable` performance and memory improvements for common cases. See
2079   https://hpjansson.org/blag/2018/07/24/a-hash-table-re-hash/. (!208)
2080
2081 * Add flags that allow a `GApplication` to signal and replace a currently
2082   running other instance of the same `GApplication`. This will be used for app
2083   upgrades with flatpak. (!250)
2084
2085 * Autostart xdg-desktop-portal when using the network monitor and proxy monitor
2086   portal backends. (!317)
2087
2088 * Add a g_task_set_name() API to allow `GTask`s to be described; useful for
2089   debugging. (!384)
2090
2091 * Enable FreeBSD CI on every commit for upstream GLib. (!387)
2092
2093 * Various GVariant, GMarkup and GDBus fuzzing fixes, including buffer overflow
2094   fixes. (!411)
2095
2096 * Various fixes to eliminate thread races, found by thread sanitizer (tsan).
2097
2098 * Deprecate TLS/DTLS rehandshaking, as it has been removed from the protocol in
2099   TLS 1.3. (!478)
2100
2101 * Support reading arguments from a file with `glib-mkenums`, which is useful
2102   for long argument lists due to having deeply nested build directories, on
2103   systems with a low limit on the command line length. (!489)
2104
2105 * Make `g_environ_*()` case-insensitive on Windows, as the environment itself
2106   is case-insensitive on Windows. (!500)
2107
2108 * Add Application Layer Protocol Negotiation (ALPN) support to `GTlsConnection`
2109   and `GDtlsConnection`, so that higher layer protocols can be negotiated when
2110   setting up a TLS connection, without additional round trips and latency. This
2111   is needed for eventual HTTP/2 support. (!520)
2112
2113 * Add support for TPM keys in PEM files when loading TLS certificates. (!522)
2114
2115 * Add a `GRecMutexLocker` auto-pointer wrapper for `GRecMutex`. (!528)
2116
2117 * Bugs fixed:
2118  - #107 The "g_key_file_get_comment" interface returns comment with unexpected new line symbol at the end
2119  - #179 g_object_unref assert in debug code
2120  - #277 'destroy_data' in g_cclosure_new is registered as finalize notifier instread invalidate.
2121  - #538 Add helpers to redirect XDG_*_HOME to a temp dir for unit tests
2122  - #542 gdbus-codegen does not honor "Property.EmitsChangedSignal" annotations
2123  - #656 check for -Werror=format-security broken
2124  - #734 Provide a way to instantiate a GDBusProxy-derived class from a GDBusConnection and a object path without blocking
2125  - #827 gmain: Clarify that g_source_set_callback() is safe on attached sources
2126  - #1055 Provide alignment macros
2127  - #1119 GVolumeMonitor: Results don't reflect current state but state when application was launched
2128  - #1191 add g_assert_equal_variants
2129  - #1261 Add option to leave <default> in gschema empty
2130  - #1271 fstab binds appear as mounts (x-gvfs-hide is being ignored)
2131  - #1310 gdbusproxy: make g-name-owner property useful with unique names
2132  - #1313 Meson: Rework the config.h generation
2133  - #1342 Automatically realign data passed to g_variant_new_from_bytes() or g_variant_new_from_data()
2134  - #1343 g_date_set_parse: Parses "September" in Polish incorrectly
2135  - #1362 Incorrect documentation about GSettings child add/remove notifications
2136  - #1452 GFileInfo: unable to retrieve correct modification time of links and mounted volumes on Windows
2137  - #1471 Incorporate oss-fuzz fuzz targets into GLib
2138  - #1489 Use `ld -b binary` to speed up GResource generation for linking
2139  - #1498 distcheck fails in distclean
2140  - #1506 error: redefinition of typedef 'GKqueueFileMonitor'
2141  - #1509 test_timeval_to_iso8601_overflow: 'out' should be NULL
2142  - #1513 GIcon regression?
2143  - #1514 gio/appinfo test sometimes fails in CI
2144  - #1518 /network-monitor/create-in-thread fails in (LXC) containers on glib-2-56
2145  - #1520 Change conditions for installing m4 macros
2146  - #1522 Trash not working on NTFS folder accessed from symlink
2147  - #1523 GIO NetworkMonitor doesn't reflect the current network state
2148  - #1525 GTask allows (buggy) application code to cause callback to be called twice, without warning
2149  - #1527 Meson doesn't install data for installed-tests
2150  - #1528 Meson tests are hard to debug in an autobuilder environment
2151  - #1530 tests/mainloop-test appears to be flaky
2152  - #1535 meson: installed-test metadata not run in TAP mode
2153  - #1536 meson: spurious dependencies on convenience libraries in .pc files
2154  - #1537 meson: absolute paths to ${builddir} included in gtk-doc HTML
2155  - #1538 meson: G_HAVE_GROWING_STACK defined differently
2156  - #1539 meson: Some files are unnecessarily installed executable
2157  - #1541 meson: timeloop-closure test not installed
2158  - #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
2159  - #1544 meson: gtester-report #! not replaced with ${PYTHON}
2160  - #1546 Cross-compilation fails in 2.58
2161  - #1556 build: Too long file path issue with meson on Windows
2162  - #1562 GDate test suite fails with latest glibc
2163  - #1570 ghash.c:694:27: left shift of 1 by 31 places cannot be represented in type 'int'
2164  - #1572 Flags validation fails
2165  - #1575 g_date_time_format() should have format attribute
2166  - #1576 Fails to build with Meson on Debian armel (armv5te EABI softfloat little-endian)
2167  - #1580 glib-compile-resources using strings breaks building e.g. GTK+ on MS Visual C, which limits strings to 65535 chars
2168  - #1581 Memory used for reference counted data might be misaligned.
2169  - #1588 Moving a bookmark item to the same URI causes a crash
2170  - #1589 g_log_writer_is_journald memoizes a single result, even though it accepts a parameter
2171  - #1590 tests: g-file-info-filesystem-readonly fails if run more than once with fuse & bindfs installed
2172  - #1594 Return value of g_dbus_connection_get_unique_name not annotated as nullable
2173  - #1600 g_timeout_source_new_seconds overflows when given interval > (G_MAXUINT / 1000)
2174  - #1601 appinfo test fix is defective
2175  - #1605 g_date_time_format fails when used with non ASCII format string on POSIX locale
2176  - #1615 gdbus-codegen not generating nullable annotation
2177  - !196 [RFC] build: Drop Python 2 support and require Python 3.4+
2178  - !200 Add a new GTlsError to indicate protocol downgrade attacks
2179  - !208 GHashTable improvements
2180  - !219 glocalfilemonitor: Fallback to poll file monitor for NFS
2181  - !238 W32 GFileInfo improvements
2182  - !250 Application replace
2183  - !264 glib-compile-resources: encode data as string
2184  - !268 build: simplify alloca checks. See #1313
2185  - !272 dtrace: Add missing const attributes to types in glib_probes.d
2186  - !273 gtlsbackend: add support for setting the default TLS database
2187  - !277 Use "command -v" instead of "which"
2188  - !282 meson: Add macOS libtool versioning for ABI compatibility
2189  - !286 gspawn: Fix build on systems without O_CLOEXEC
2190  - !287 glib-compile-resources: Fix generated code compiling with C++ compilers
2191  - !289 tests: Add more tests to finish branch coverage of GHashTable
2192  - !290 build: fix installation dir of glib-gettextize
2193  - !292 Remove all ChangeLog files
2194  - !293 Document new volume class `loop`
2195  - !294 portal network monitor: Always emit changed signal on changed
2196  - !295 meson: fix typo
2197  - !296 Add G_GNUC_FALLTHROUGH for __attribute__(fallthrough))
2198  - !297 build: Drop AC_C_CONST from configure.ac
2199  - !302 Document that GTimeVal is subject to the year 2038 problem on 32-bit systems
2200  - !303 liststore: Simplify code
2201  - !304 Add more GListStore/GListModel tests
2202  - !309 codegen: Change pointer casting to remove type-punning warnings
2203  - !312 Enable GIO tests on Windows
2204  - !316 gdbus: Improve error when well-known name is unowned
2205  - !317 Autostart xdg-desktop-portal if needed
2206  - !322 gnetworkmonitornm: Set a GError properly on an error handling path
2207  - !332 gmarkup: Make the documentation even more explicit about untrusted input
2208  - !334 gio: automake: Add libgmodule dependency
2209  - !338 gcharset: fix leaking g_get_language_names_with_category
2210  - !339 Add g_desktop_app_info_get_string_list(); fix g_key_file_free()
2211  - !340 tests: Mark two more tests as slow
2212  - !345 Fix build failure on systems without POSIX spawn
2213  - !347 Use Meson 0.48.0 for CI
2214  - !348 Documentation tweaks for g_array_free
2215  - !353 Meson: Do not run tests/refcount with --tap
2216  - !354 Fix spelling mistakes detected by Debian's Lintian tool
2217  - !358 Autotools: Move libmount from Libs.private to Requires.private
2218  - !360 CI: Test static build on installed glib
2219  - !363 Tests: Mark printf wrappers with G_GNUC_PRINTF
2220  - !364 ci: Enable FreeBSD CI
2221  - !366 gunixmounts: Mark mounts as system internal instead of filtering out
2222  - !372 gmacros: Fix G_[UN]LIKELY to not mask -Wparentheses
2223  - !374 gthreadpool: Include prgname in thread name
2224  - !375 m4macros: Allow information from pkg-config to be overridden
2225  - !376 gthread: Clarify priority handling in GRWLock
2226  - !379 Ignore g_return_*if_fail() branches in lcov coverage report
2227  - !381 Add UTF-8 communication tests for GSubprocess
2228  - !384 gtask: Add a g_task_set_name() method
2229  - !387 ci: Enable FreeBSD CI in the official repository
2230  - !396 m4: Fix AM_PATH_GLIB_2_0 macro
2231  - !400 grefcount: add missing gatomic.h
2232  - !403 build-sys: Pass CFLAGS to $(DTRACE)
2233  - !405 ci/msys2: fix path to the lcov config file
2234  - !406 meson: Mark 1bit-emufutex test as slow
2235  - !407 meson: Increase test timeouts
2236  - !410 gfileutils: Add examples to g_path_get_dirname() documentation
2237  - !411 Various GVariant, GMarkup and GDBus fuzzing fixes
2238  - !412 Enable compile time check of g_date_time_format() format
2239  - !413 Add support for g_auto(s)list to G_DECLARE'd types
2240  - !414 gio, tests: ensure objectmanager sources are generated
2241  - !415 gseekable: fix 'attmepting' typo
2242  - !416 gdbus-peer: Make sure to not include objectmanager-gen.c source
2243  - !417 Fix ^*ay handling in g_variant_iter_loop()
2244  - !418 Meson: Cleanup a FIXME now that we have dict addition
2245  - !420 gdbus-codegen: add autocleanup for FooObject
2246  - !422 GMarkup buffer overflow fixes for error handling, round 2
2247  - !423 gutils: Check whether getauxval function exists
2248  - !424 ci: Fix Docker image version
2249  - !425 gdate: Reinitialize using_twodigit_years and locale_era_adjust.
2250  - !435 gdatetime: Fix formatting of time zones offsets in range -01:00 to +00:00
2251  - !436 valgrind: Add glib_init()-related suppressions
2252  - !440 Fix minor memory leaks in tests
2253  - !443 tests: Avoid multithreaded use of g_test_rand_int_range
2254  - !444 gvarianttypeinfo: Consistently use atomics to access ref_count
2255  - !446 gmain: Fix data races in GUnixSignalWatchSource and GChildWatchSource
2256  - !451 closures test: Avoid timeout on ARM64 CPUs
2257  - !452 Atomic reference count in GVariant, ContainerInfo and GDBus introspection
2258  - !453 tests: Fix some data races in tests
2259  - !454 gdbusproxy: make g-name-owner property useful with unique names
2260  - !458 glib-compile-resources: Fix size allocation for compressed streams
2261  - !460 gatomicrefcount: Make g_atomic_ref_count_init non-atomic
2262  - !461 Meson: Fix build error in gdbus-example-objectmanager
2263  - !462 meson: add aarch64 memory barrier handling
2264  - !463 gio, tests: fix leak of dbus connection.
2265  - !467 Update documentation of g_tls_connection_handshake() again
2266  - !469 docs: add index of new symbols for gio > 2.52
2267  - !470 docs: Clarify return/error behaviour of D-Bus signal subscriptions
2268  - !472 gdbusmessage: Gracefully handle message signatures with invalid types
2269  - !477 gthread: Remove unsynchronized access to g_once_init_list from assertion
2270  - !478 Deprecate TLS rehandshaking
2271  - !480 docs: add a missing semicolon
2272  - !482 Check for 'z' library before fallbacking to subproject
2273  - !483 meson: Turn selinux into a meson feature and make it auto by default
2274  - !484 Meson: Add 'nls' option to disable translation
2275  - !485 gdbus-codegen: Tag interfaces and properties so annotated with G_PARAM_DEPRECATED
2276  - !486 Check for zlib header
2277  - !489 glib-mkenums: Support reading @rspfiles for arguments
2278  - !490 gspawn: Fix g_spawn deadlock in a multi-threaded program on Linux
2279  - !491 Meson: Add missing include_directories when using glib as subproject
2280  - !492 g_value_get_variant: return value is transfer-none not transfer-full
2281  - !494 Resolve "Follow-up from "gunixmounts: Stop considering cifs/nfs as system file systems""
2282  - !500 genviron: make g_environ_* case-insensitive on Windows
2283  - !504 tests: Unset LANGUAGE when running gdatetime tests
2284  - !505 Support isolating directories for unit tests
2285  - !508 ci: Install additional locales used during tests
2286  - !510 Add new Linux Testing project version number to configure script
2287  - !511 gvariant: Fix error handling for parsing Unicode escapes
2288  - !514 fix gdbus-codegen --interface-info-{header,body}
2289  - !515 binding: Clarify the use of g_object_unref() to remove a binding
2290  - !517 Meson: Fix deprecation warning with upcoming 0.49.0 release
2291  - !518 Meson: Fix declare_dependency() calls
2292  - !520 GTlsConnection: add ALPN support
2293  - !521 tests: Rename macro to avoid conflict with encoding prefix
2294  - !522 gtlscertificate: Add support for TPM keys in PEM files
2295  - !524 gdatetime: Fix typo in the comment
2296  - !528 Add GRecMutexLocker
2297  - !530 tests: Minor improvements to mkenums.py and taptestrunner.py used by it
2298  - !534 gtlscertificate: Fix bug in PEM private key parser
2299  - !536 Various minor docs fixes
2300  - !541 gtimezone: Fallback to /etc/timezone on Gentoo
2301  - !546 spawn: add shebang line to script
2302  - !547 Do not check for NULL when calling free()
2303  - !549 Improve documentation of g_assert_error()
2304  - !551 Revert "tests: Fix GOptionContext leak in GSubprocess tests"
2305  - !554 Only subscribe to owner-changed signals on message bus connections
2306  - !555 Suppress -Wint-in-bool-context warning with G_DEFINE_INTERFACE and g++
2307
2308 * Translation updates:
2309  - Brazilian Portuguese
2310  - Czech
2311  - Danish
2312  - Greek
2313  - Hungarian
2314  - Lithuanian
2315  - Norwegian bokmål
2316  - Polish
2317  - Slovak
2318  - Slovenian
2319  - Spanish
2320  - Swedish
2321  - Turkish
2322
2323
2324 Overview of changes in GLib 2.58.0
2325 ==================================
2326
2327 * Tarball built with `ninja dist`, so if you want to build this release with
2328   autotools (which is supported), you will need to re-run autogen.sh. This
2329   release, and all micro releases in the 2.58.x series, support being built
2330   with Meson or autotools. See:
2331   https://mail.gnome.org/archives/gtk-devel-list/2018-June/msg00012.html
2332
2333 * Fix cancellation of g_subprocess_communicate_async() calls. See !266.
2334
2335 * Drop support for the __int64 type, which further breaks compilation on old
2336   MSVC versions (before VS2013). See #1313.
2337
2338 * Expose GSettings schema directory in gio-2.0.pc as `schemasdir`. See !274.
2339
2340 * Support v3 of the xdg-desktop-portal network monitor API. See !265, !279.
2341
2342 * Fix G_MODULE_SUFFIX on macOS when GLib is built with Meson — it should be `so`
2343   rather than `dylib`. Projects that use Meson and the `g_module_build_path()`
2344   API such as glib-networking should pass `name_suffix:` to `shared_module()` to
2345   ensure that plugins continue to be called libfoo.so on macOS. See !280.
2346
2347 Bugs fixed:
2348  !280 meson: Always set G_MODULE_SUFFIX to `so` on macOS
2349  !266 subprocess: Fix communicate_cancelled signature
2350  !279 Revert "Add a gnet utility" (see !265)
2351  !265 Network monitor again
2352  !274 gio: Provide schemas directory information in pkg-config file
2353  !239 gvariant: Fix more bounds checking in GVariant text format parser
2354  !195 garray: add overflow checks before expanding array
2355  #1497 g_strdup_printf warns on invalid format specifier with G_GUINT64_FORMAT on Win32
2356  !270 autotools: remove support for the __int64 type. See #1313
2357  !267 ci: Add an autotools job
2358
2359 * Translation updates:
2360  Czech
2361  Galician
2362  Indonesian
2363  Italian
2364  Kazakh
2365  Korean
2366  Turkish
2367
2368
2369 Overview of changes in GLib 2.57.3
2370 ==================================
2371
2372 * G_GNUC_MALLOC’s definition has been tightened up to match an updated
2373   definition from GCC. Many uses of G_GNUC_MALLOC which were previously
2374   appropriate may cause miscompilation with newer GCC versions. Check your uses
2375   of it against the updated documentation. See #1465.
2376
2377 * Many minor documentation fixes.
2378
2379 * Fix for gint64 and int64_t compatibility on macOS and BSD. See #972.
2380
2381 * Fix free space metadata on some file systems (notably FAT). See #328.
2382
2383 * Support installed-tests with our Meson build system. See #1444.
2384
2385 * Forbid @filename@/@basename@ in glib-mkenums templates, which is a change to
2386   its long-standing behaviour (which was long-standing nonsensical). See !241.
2387
2388 * Various stat() fixes on Windows. See #1452, #1476.
2389
2390 * MinGW-w64 ABI warning: In case you build 64 bit glib without LFS support by
2391   passing --disable-largefile (not the default) and use GStatBuf, you need to
2392   rebuild your application as the size of GStatBuf has changed for this case.
2393   See #1476.
2394
2395 * Improve TAP compatibility of g_test_incomplete(). See #1474.
2396
2397 * Change fallback preferences when loading icons. See !72.
2398
2399 Bugs fixed:
2400  !263 build: Clean files left behind after gio/tests/gresource.c test
2401  !262 gmem: Only evaluate pointer argument to g_clear_pointer() once
2402  #1465 Many uses of G_GNUC_MALLOC are incorrect
2403  #1448 g_error does not abort() as documented
2404  #1494 g_clear_pointer may not use the correct calling convention with its callback
2405  #972 Mismatch between gint64 and int64_t on 64-bit macOS/BSD
2406  !251 gtestdbus: Fix watcher crash on FreeBSD
2407  #1492 gcc-8: -Wcast-function-type: new warnings for g_list_copy_deep()
2408  !252 tests: fix gnotification tests broken due to the recent icon name fallback changes
2409  #328 filesystem::{free,size,used} not set for full FAT fs
2410  !248 network monitor portal: update properties initially
2411  #1373 Incorrect transfer annotation for g_binding_unbind.
2412  #1444 the meson build doesn't support installed tests
2413  #1027 Fix trashing on overlayfs
2414  #1454 gvdb does not treat corrupt files as empty as promised; dconf suffers
2415  !243 tests: Explicitly set TZ=UTC for g_time_val_from_iso8601() testing
2416  #1488 ‘O_CLOEXEC’ undeclared (first use in this function)
2417  !241 glib-mkenums: forbid @filename@/@basename@ in fhead and ftail
2418  !240 gtimer: Ensure arithmetic is correctly signed for ISO 8601 parsing
2419  #1452 GFileInfo: unable to retrieve correct modification time of links and mounted volumes on Windows
2420  !234 DOC: Documentation fix in GTask description
2421  #1363 Meson: Review cross compilation properties
2422  !225 gtimer: Add overflow checks to g_time_val_from_iso8601()
2423  !230 gbookmarkfile: Fix some more minor leaks when metadata elements are repeated
2424  !229 Fix up g_bytes_compare() documentation
2425  #1476 g_stat - possbile memory corruption causing SEGFAULT
2426  !199 Update TLS documentation
2427  #1474 g_test_incomplete() makes test_case_run() return FALSE
2428  #1475 glib/tests/atomic.c test_types() trips -Werror=bad-function-cast on Debian armel
2429  #1472 Test for BROKEN_IP_MREQ_SOURCE_STRUCT is broken on Windows / Mingw
2430  !220 date test: Use g_test_skip(), not g_test_incomplete()
2431  #1467 malloc difference causes refstring test to fail on FreeBSD
2432  !230 gbookmarkfile: Fix some more minor leaks when metadata elements are repeated
2433  #1466 Not Able to Build glib 2.57.2 in Mingw-w64 x64 bits
2434  #1433 test_posix_parse: assertion failed (g_time_zone_get_abbreviation (tz, 0) == "UTC"): ("LMT" == "UTC")
2435  #1446 Follow-up from "Document difference between g_assert() and g_assert_*() wrt G_DISABLE_ASSERT"
2436  !206 grefstring: Avoid an unnecessary NUL assignment
2437  #1458 g_volume_get_mount returns NULL value after g_volume_mount_finish is called with no error
2438  !72 gio: icons should fallback to non-preferred style appropriately.
2439
2440 * Translation updates:
2441  Brazilian
2442  Chinese (Taiwan)
2443  French
2444  German
2445  Lithuanian
2446  Polish
2447  Romanian
2448  Turkish
2449
2450
2451 Overview of changes in GLib 2.57.2
2452 ==================================
2453
2454 * Require pcre 8.31
2455 * Require meson 0.47.0
2456
2457 * Bugs fixed:
2458  742456 Add g_steal_pointer() convenience function to mark ownership...
2459  795569 MinGW CI: fix tests
2460  796341 gmem.h: Use typeof() in g_steal_pointer() macro
2461  #1013 Support for per-session overrides
2462  #1360 glib-mkenums breaks if option specified but no nick
2463  #1175 Add names and tags to various GSources and GTasks constructed in GLib
2464  #903 g_main_context_wait() not deprecated in API, but emits a g_critical()...
2465  #786 Fix memory leaks in libgio tests
2466  #927 gio/gresource.c:do_lookup check for terminating "/"
2467  #976 Document difference between g_assert() and g_assert_*()...
2468  #1447 glib 2.57.1: test_month_names: assertion failed...
2469  #1407 Update to Unicode Character Database 11
2470  #1455 glib python tools have full python path in shebang, limits to 128 characters
2471  #1459 Missing g_return_val_if_fail in g_async_queue_timeout_pop
2472
2473 * Translation updates:
2474  Friulian
2475  German
2476  Romanian
2477  Spanish
2478
2479
2480 Overview of changes in GLib 2.57.1
2481 ==================================
2482
2483 * New api:
2484  - g_hash_table_steal_extended
2485  - G_GNUC_NO_INLINE 
2486
2487 * Bug fixes:
2488  668132 Use libmount and expose mount options on GUnixMountEntry type
2489  736741 Update private copy of valgrind.h
2490  748620 g_regex_* utf-8 validity requirements are not stated clearly
2491  784995 meson: some Windows improvements
2492  788771 NODELETE missing when built with meson
2493  788773 meson does not install correct pc files
2494  789968 Add g_autoptr() support for GTypeClass
2495  794325 Various fixes to compile on OSX
2496  795152 gdesktopappinfo: Mark GDesktopAppInfo constructors as nullable.
2497  795165 Add g_date_time_get_timezone() and g_time_zone_get_identifier()
2498  795180 Investigate performance impacts of recent compiler features on hot functions
2499  795302 Add g_hash_table_steal_extended() API
2500  795376 Add g_ptr_array_steal()
2501  795544 Add binary/textfile/zero size detection
2502  795569 MinGW CI: fix tests
2503  795636 gitlab-ci: generate test coverage reports
2504  795735 Fix comparison for GVariant property values
2505  795802 gdbus-codegen doesn't accept --output-directory with --output for --body and --header
2506  795849 gwin32: Fix detection of MinGW32 vs MinGW-w64
2507  795876 meson: Fix checks for posix_memalign and stpcpy
2508  795960 g_format_size_for_display() is deprecated since 2.30
2509  796085 Meson: Many apps breaks on non-glibc because of missing libintl
2510  796138 Fix typo in g_file_info_set_attribute docs
2511  796139 Add g_autoptr() support for GParamSpec
2512  796164 Fix atomic ops check in meson.build
2513  796186 Typo: "instead off" in gsignal.c
2514  796213 Meson: Fail to build on macosx
2515  796220 meson: do not run atomic test with msvc
2516  796264 Add android CI
2517  796325 meson: Add exception for atomic ops test for Android
2518  796328 gengiotypefuncs.py: Read and parse files in binary mode 
2519
2520 * Translation updates:
2521  Czech
2522  Indonesian
2523
2524
2525 Overview of changes in GLib 2.57.0
2526 ==================================
2527
2528 * Bug fixes:
2529  739424 Rewrite kqueue GFileMonitor backend to drop threading
2530  751826 Use g_get_language_names() for other locale categories
2531  788773 meson does not install correct pc files
2532  793400 g_application_id_is_valid() not strict enough
2533  793578 gdatetime tests depend on Japanese translation of month names
2534  793645 test_month_names: Updated translations needed for el_GR, hr_HR, ru_RU
2535  793729 gitlab-ci: Add Windows MinGW support
2536  793994 GUnixVolumeMonitor doesn’t show user mounts when run as root
2537  794170 gdbus: hexdecode() and hexencode() do not return/use decoded/encoded s...
2538  794194 gobject_gdb.py: 'address' is a property of gdb.Value not a function
2539  794207 leak: g_socket_listener_add_inet_port increases ref-count on socket-li...
2540  794284 Support whitespace stripping for JSON resources
2541  794285 glib-compile-resources should not noisily g_printerr() when xmllint is...
2542  794473 Remove duplicated option in gio.xml
2543  794506 glib-mkenums: Enters infinite loop if using typedef enum SomeIdentifier
2544  794528 Fix segfault caused by use-after-free in GPollFileMonitor
2545  794555 glib meson build fails on MinGW due to misdetected functions
2546  794557 gtkdoc-scangobj fails on gio in meson builds
2547  794606 glib-2.56.0 fails to compile when res_nquery is not available
2548  794635 gmacros: Don't define bogus __has_* macros
2549  794636 G_HAVE_GNUC_VISIBILITY is defined in meson MinGW builds
2550  794686 Date (except weekday) displayed in English
2551  794732 Fix various compiler warnings 
2552
2553 * Translation updates
2554  Hungarian
2555  Slowak
2556  Slovenian
2557  Spanish
2558
2559
2560 Overview of changes in GLib 2.56.0
2561 ==================================
2562
2563 * Bugs fixed:
2564  672777 Error in gdummyfile.c
2565  732184 GObject: warn on use of deprecated properties
2566  733338 Don't segfault in GNetworkMonitor when IPv6 support is unavailable
2567  742124 g_data_input_stream_read_upto()'s documentation should say that the...
2568  749206 GDateTime: month names in the genitive case
2569  768507 simplify qguark functions
2570  791457 Slow transfer rate when writing to smb/cifs
2571  793272 fix GCC 8.0's -Wcast-function-type warnings
2572  793300 g_hash_table_add() return value change in 2.40 not mentioned in docs
2573  793399 Fix some cases of -Wduplicated-branches
2574  793555 -Wimplicit-function-declaration when using g_abort()
2575  793565 GLib does not compile on macOS 10.13 due to .m file naming
2576  793597 gdbus-tool: Make --dest optional for emit again
2577  793635 Enable CI for GLib
2578  793880 gnetworkmonitor: Minor fixes based on code review 
2579  793578 gdatetime tests depend on Japanese translation of month names 
2580  794180 test_month_names fails unless installed
2581
2582 * Translation updates:
2583  Brazilian Portuguese
2584  British English
2585  Catalan
2586  Czech
2587  Danish
2588  Dutch
2589  Finnish
2590  French
2591  Friulian
2592  Galician
2593  German
2594  Hungarian
2595  Indonesian
2596  Italian
2597  Kazakh
2598  Korean
2599  Lithuanian
2600  Polish
2601  Scottish Gaelic
2602  Serbian
2603  Serbian Latin
2604  Spanish
2605  Swedish
2606  Turkish
2607
2608
2609 Overview of changes in GLib 2.55.2
2610 ==================================
2611
2612 * GFile now has API to get the path without copying
2613
2614 * A network monitor implementation for Windows has been added
2615
2616 * Bugs fixed:
2617  520116 g_utf8_strlcpy()
2618  584284 g_data_input_stream_read_until_async behaves confusingly different f...
2619  605700 request for g_key_file_get_locale()
2620  658713 ngettext (plural forms) needed for "Message has %d file descriptors ...
2621  685442 windows GNetworkMonitor implementation
2622  723003 gsettings list-recursively reports some keys multiple times
2623  749583 GSequence performance improvements
2624  757284 Move G_DIR_SEPARATOR* and G_SEARCHPATH_SEPARATOR* into glibconfig.h
2625  760324 [PATCH] gkeyfile.c: find_file_in_data_dirs fails to return the path ...
2626  761102 Increase performance for main loop
2627  767976 GFile: Add g_file_peek_path()
2628  770335 gdbus-codegen: generated getter for 'ao' property is actually (trans...
2629  772989 Totem allows invalid urls that might cause segfault that's irrecover...
2630  790698 convert: test failure on NetBSD
2631  791015 gdbus-codegen: Split generation of header and source
2632  791622 Disable strict-aliasing in GLib
2633  792050 GResolver is not thread-safe
2634  792217 Deprecate GTlsClientConnection:use-ssl3
2635  792338 meson, autotools: figure out if mem barrier is needed for arm64 host...
2636  792351 gbookmarkfile: check length before dereferencing groups
2637  792364 gdbus-threading test method-calls-in-thread: assertion failed (elaps...
2638  792370 GNetworkMonitor: Rename "network-changed" signal argument
2639  792410 GDateTime new_from_iso8601 test broken in 2.55 on i386
2640  792432 flush stdout after logging (debug) messages
2641  792455 Improve docs of GSequence
2642  792499 deadlock on startup with TCP session bus
2643  792516 gconvert: More consistent handling of embedded NUL bytes
2644  792777 g_notification_set_urgent() unconditionally sets G_NOTIFICATION_PRIO...
2645  792780 gbytes should reference toplevel bytes when slicing with g_bytes_new...
2646  792856 off64_t isn't a part of C standard
2647  792862 gpollableoutputstream: document side effects of WOULD_BLOCK on D/TLS
2648  792903 Clarification between g_try_.. functions and their counterparts
2649  793006 High CPU load for GUnixMountsMonitor consumers
2650  793026 possible mem leak in g_mutex_impl_new
2651  793074 g_message() does not get -Wformat warnings when compiling with G_LOG...
2652
2653 * Translation updates:
2654  Hungarian
2655  Indonesian
2656  Polish
2657
2658
2659 Overview of changes in GLib 2.55.1
2660 ==================================
2661
2662 * Build:
2663  - The --enable-rebuilds configure option has been removed
2664  - The --with-charsetalias-dir configure option has been added
2665
2666 * GList and GSList now have autoptr support
2667
2668 * The gsettings list-schemas command has gained a --print-paths option
2669
2670 * Bugs fixed:
2671  346816 Refactor LIBDIR in libcharset Makefile
2672  508976 Does g_slist_sort preserve the order of equal elements?
2673  562334 2.18.2 break libglade on Solaris
2674  662802 systemtap multiarch issue
2675  684282 Add support static link of GIO modules
2676  692034 Install an invalidation notifier for GClosure in g_source_set_closure()
2677  694723 Get rid of REBUILD stuff in configure.ac
2678  697715 floating point precision problem in check test gst/gstvalue
2679  701156 testgobject assumes that the priv data follows the instance data
2680  720380 Segfault when using GDBusMenuModel on a peer-to-peer connection
2681  724383 glib: document restrictions on various foreach() functions
2682  724412 GLib mappedfile.c test uses g_get_user_runtime_dir instead of a tempo...
2683  724794 Fix "on on" typo in tap-driver.sh comment
2684  732003 gnode: Eliminate implicit signed-to-unsigned integer conversion
2685  734479 G_VALUE_HOLDS etc. cause -Wcast-qual warnings for a const GValue *
2686  737677 gmain: Make GSourceCallback thread-safe
2687  741167 gdbus-codegen fix for boxed out parameters
2688  748534 gtest: if a subprocess assertion fails, print its stdout and stderr
2689  749527 add weak pointer helpers similar to g_set_object
2690  749652 compilation errors with gcc 4.8
2691  754634 Update the list of Linux filesystem magic numbers used in get_fs_type
2692  756011 Fix up annotations for GBookmarkFile
2693  761102 Increase performance for main loop
2694  773980 GIR scanner doesn't interpret array type properly
2695  776147 gio/glocalfilemonitor.c doesn't handle case G_FILE_MONITOR_EVENT_MOVE...
2696  776195 -z nodelete configure check does not work on Solaris
2697  777075 Potential leak of memory pointed to by 'list'
2698  779413 Translated X-Geoclue-Reason string not used in a dialog window
2699  780309 gio/tests/appinfo build fails: gdesktopappinfo.c skipped on OS X
2700  780893 Reword licensing header for gdbus-codegen
2701  782057 Unit tests fail in run-assert-msg-test.sh
2702  784995 meson: some Windows improvements
2703  786796 gtk-doc build fails with meson
2704  788806 Impossible to build static glib via meson
2705  788936 Show mime type icons on OS X
2706  790416 g_date_time_format returns empty string on %r with German locale
2707  790588 Generated file missing from .gitignore
2708  790697 g_object_ref API should propagate parameter type
2709  790785 glib-tap: Add missing mkdir for .test generation rule
2710  790829 glib-genmarshal --body must not generate alias implementations
2711  790830 Mismatch between number of interface methods in text and example code
2712  790837 Meson: missing many configure options
2713  790839 GApplication command line: lacks parameter_string, summary and descri...
2714  790877 fix non-portable check in G_GNUC_CHECK_VERSION
2715  790894 Do not connect to the session bus when trying GProxyResolverPortal io...
2716  790896 docs/reference/README has broken link to http://www.gtk.org/rdp/
2717  790914 gdesktopappinfo: Downgrade a warning to a debug message
2718  790934 gtester doesn't handle skipped tests
2719  790948 GSourceFuncs documentation is confusing: when will dispatch be called?
2720  791036 Guard for g_output_stream_vprintf makes no sense
2721  791128 C runtime complains about bad arguments on each g_log() call
2722  791221 po/README.translators has no useful information in 2017
2723  791235 Fix gschema.dtd regarding flags.
2724  791267 Make gschema.dtd usable.
2725  791296 gtester-report: fix range usage when running as python3 app
2726  791318 GBytes: Improve documentation
2727  791325 Gio handling of thumbnail:: attribute namespace causes inconsistent b...
2728  791334 gbinding.c:898: The target object of type GNetworkAddress has no prop...
2729  791337 Crash opening URIs with g_desktop_app_info_launch_uris_with_spawn()
2730  791342 Add autoptr support for lists
2731  791460 meson: fixes for OSX
2732  791532 Implicit declaration of function ‘memcmp’ in gtestutils.h
2733  791622 Disable strict-aliasing in GLib
2734  791720 Criticals in gio/xdp-dbus.h leading to crash under flatpak
2735  791744 gmenumodel test sometimes fails: assertion failed (items_changed_coun...
2736  791745 not immediately clear whether g_test_slow() is in effect by default
2737  791906 GSocketListenerClass.event has wrong signature
2738  792064 gsettings list-schemas --print-paths
2739  792098 Binding: bind_property’s @notify func is nullable
2740  792099 gdbus-test-codegen: Cast to void* to printf "%p"
2741  792129 meson: skip optional linux/unix deps that default to true when buildi...
2742  792322 GLib-GIO:ERROR:gschema-compile.c:51:test_schema: child process (/gsch...
2743  792324 gkeyfile: Document need for KEEP_TRANSLATIONS with get_locale_string()
2744
2745 * Translation updates
2746  Hebrew
2747  Indonesian
2748
2749
2750 Overview of changes in GLib 2.55.0
2751 ==================================
2752
2753 * New API:
2754   - g_clear_handle_id, to simplify removing sources from the default mainloop
2755   - g_file_load_bytes, to make it more convenient to load files into GBytes
2756
2757 * Bugs fixed:
2758  330458 Sample code for the GLib Key-value parser
2759  483341 g_error and friends create warnings when not used in MSVC
2760  569375 g[u]intptr undocumented
2761  573251 documentation for g_seekable_truncate() needs some love
2762  629347 Missing annotations in GFile (was: Perf throws an exception in cur...
2763  630983 [PATCH] Type accuracy for result of strlen() in string utilities.
2764  632953 Clarify documentation of GValueTransform.
2765  636210 Document that pre-unmount is not guaranteed and backend-dependant
2766  656502 type information for GSettings::backend missing from .gir
2767  661442 Nautilus crashes when refreshing home folder after modifying ~/.co...
2768  668035 gtester-report broken with python 2.7.2 and glib 2.30.1
2769  670139 gbytes.c:try_steal_and_unref nit
2770  677233 (transfer full) annotation not correct for g_closure_new_simple re...
2771  679347 glocalfile seems to leak 'fstype'
2772  679467 Mention translation in g_warning() documentation
2773  689323 Variable scoping in gunixmounts.c
2774  691436 glib-mkenums output arch dependent
2775  695681 gsettings bash completion put error messages
2776  705331 AM_PATH_GLIB_2_0 macro fails with -Wstrict-prototypes -Werror
2777  706667 Fix permission denied error when installing from an nfs directory
2778  711809 gdbus-proxy: Fix erroneous timeout during following tests
2779  722256 gslist: Simplified node removal and got rid of some code duplication
2780  723655 Socket source is left in the poll after the socket is closed
2781  723743 g_child_watch_add() doesn't check for non-pids
2782  725014 g_settings_schema_source_ref should check for NULL pointer
2783  727346 docs: Escape some backslashes for markdown
2784  730296 gsignal: Fix a potential NULL pointer dereference
2785  731625 Improve test for darwin printf format-strings
2786  731705 gio/tests/desktop-app-info assumes /bin/true
2787  737278 Clarify relationship of g_application_quit() to hold count
2788  738176 Skip GSpawnChildSetupFunc closures in introspection
2789  740223 source_object for GAsyncResult should be nullable
2790  740791 gio: cannot specify the source when joining a multicast group (IGM...
2791  740826 glib doesn't know fuse filesystems
2792  742548 configure.ac: stay out of autoconf's namespace
2793  742997 Don't skip invalid enum values in schemas
2794  745723 -Wunused-but-set-variable work-around no longer sufficient
2795  749371 Use a GHashTable as a set when possible
2796  751738 Unused-variable warnings in glib/tests/autoptr.c
2797  752239 Missing dependency for python files in build file
2798  752240 Add DTLS support to GIO
2799  753459 GDateTime: Add conversion functions from/to ISO 8601 strings
2800  753521 g_subprocess_launcher_set_environ misses argument annotations
2801  754026 gfileutils: add some sanity checks
2802  756009 'const gchar* const *' gets incorrectly defaulted to utf8
2803  756103 Skip g_base64_decode_step() in introspection
2804  756128 Fix up annotations in gconvert
2805  756430 g_rw_lock_reader_lock() can return without locking, or error
2806  756470 Fix up annotations in gdataset.c
2807  756588 Fix up annotations on data/qdata API of GObject
2808  760022 Memory leak in gvariant-parser.c
2809  760109 [PATCH] Invalid GDate can't be g_boxed_copy()'d
2810  760716 Fix documentation regarding <glib/gprintf.h>
2811  765063 Update annotations for gio
2812  765552 Please set serial in .m4 files to prevent autoreconf failure on up...
2813  767215 GCC version number is interpreted as start of a list in docs for g...
2814  767239 Tautological comparisons in convert tests
2815  769674 some GIO tests' arbitrary timeouts are too short
2816  769846 gmessages: Add timestamp to g_log_writer_format_fields()
2817  770459 Tutorial article is slightly wrong
2818  773355 Incorrect documentation about stopping a signal emission from a hook
2819  774083 spelling mistakes in glib: charater
2820  776562 Add Intel C Compiler support for G_GNUC_BEGIN/END_IGNORE_DEPRECATI...
2821  777308 GModule win32: disable error dialog popup
2822  777310 gio/gasynchelper.c: fix cast from pointer to smaller int type on w...
2823  777956 gmessages: Update advice for G_LOG_DOMAIN
2824  779182 xdg-open fails with gio open for some uris
2825  779501 Type of GIConv given wrongly on web
2826  780202 introspection: Don't expose GValueArray.free
2827  780296 xdg-open/gnome-open doesn't work if service isn't started
2828  781598 gstdio.h should #include what it needs to work
2829  781867 various gvfsd-* wants to look in /boot/efi, causes unnecessary/ina...
2830  783210 build: Switch to sassc for generating style
2831  783270 Improve Visual Studio support for Meson builds
2832  783825 Suggest that asynchronous operations should invoke the callback in...
2833  786737 No g_variant_get() example for dicts
2834  786785 Commit #fe2a9887a8 breaks gdbus-codegen, cannot find its module so...
2835  787271 Make GListModel usable from G-I bindings
2836  787485 g_tls_backend_supports_dtls () returns true when the backend doesn't
2837  787551 Factor out some duplicated code in GParamSpec validation
2838  787581 tests: Add tests for g_slist_copy() and g_slist_copy_deep()
2839  787671 meson: Fix permissions of installed scripts
2840  787731 g_file_query_filesystem_info() wrongly reports "filesystem::readon...
2841  788138 glib-compile-resources: Fix leak of a GHashTable
2842  788180 G_FILE_ATTRIBUTE_ID_FILE is useless on W32
2843  788270 gmodule - failed to load symbol on Android 64bit
2844  788368 Race condition in GDbusObjectManagerClient
2845  788384 gtypes: Fix signedness of __builtin_bswap() usage
2846  788385 gtestutils: Explicitly cast args to g_assertion_message_cmpnum()
2847  788401 PATCH: MacOS build cannot detect content type from content - xdgmi...
2848  788467 Fatal errors and warnings should be reported as TAP
2849  788488 GFile-based API for g_build_filename()
2850  788489 gmain: add g_clear_source API
2851  788561 Document how to integrate GTest into your project
2852  788594 gdbus-tool doesn’t handle non-message-bus connections correctly
2853  788705 Allow building GLib on older Linux platforms
2854  788766 fixed a doc-typo in socket_get_remote_address
2855  788772 meson installs gdb scripts incorrectly
2856  788863 Add more filename type annotations for strings which can contain f...
2857  788880 gunixmounts: Update list of virtual file systems to ignore
2858  788927 Expose better API for detecting ‘system’ mounts
2859  788936 Show mime type icons on OS X
2860  788948 Document Autotools best practices for genmarshal/mkenums
2861  788975 Meson + Visual Studio: Can't find zlib.h with subprojects/zlib
2862  788978 Document XML has a syntax error
2863  788989 Use subdir-objects with Autotools
2864  788990 Include licensing information in output from glib-mkenums, glib-ge...
2865  789087 gint and guint misrepresented as functions
2866  789170 GFormatSizeFlags should have a value for bits
2867  789245 g_settings_bind() not conforming to lifecycle specification
2868  789444 Fix handling of length in g_utf8_make_valid
2869  789637 glib-mkenums: Fails when --ouput file does not exist
2870  789681 meson: Libmount support not built
2871  789723 [PATCH] gdbus-codegen: Call abspath() earlier
2872  789755 g_get_host_name: ensure return value is always UTF8 encoded
2873  789820 GPollFileMonitor is not cleaning up correctly
2874  790015 docs: Various linking and syntax fixes
2875  790030 GResource/GVariant fails to load from non-pointer aligned memory
2876  790093 gio-tool: fix inverted logic in monitor tool
2877  790126 gengiotypefuncs.py is missing from tarballs
2878  790147 build: Drop data-to-c.pl in favour of data-to-c.py
2879  790157 gmessages: Give examples of G_DEBUG with gdb in the documentation
2880  790272 file: add g_file_load_bytes()
2881  790275 avoid temporary string allocations in g_resources_enumerate_children
2882  790310 speedup path canonicalization in GResourceFile
2883
2884 * Translation updates:
2885  Catalan (Valencian)
2886  Czech
2887  German
2888  Nepali
2889  Norwegian bokmål
2890  Slovak
2891  Slovenian
2892  Spanish
2893
2894
2895 Overview of changes in GLib 2.54.0
2896 ==================================
2897
2898 * Bugs fixed:
2899  780861 Crash in GnomeWallClock
2900  786983 Please make the output of gio-querymodules deterministic
2901  787109 Valgrind false positive in ioctl() in btrfs file copy
2902  787123 glib: Slighty update GIOChannel documentation
2903  787146 GMainLoop: match of parameter pair of LOCK_CONTEXT/UNLOCK_CONTEXT
2904
2905 * Translation updates:
2906  Basque
2907  Catalan
2908  Romanian
2909  Swedish
2910
2911
2912 Overview of changes in GLib 2.53.7
2913 ==================================
2914
2915 * Bugs fixed:
2916  736710 remove unnecessary executions of libtool from configure
2917  785260 gio/tests/appmonitor fails if local dir not writeable
2918  786456 g_subprocess_wait[_check]_async() breaks when cancelled...
2919  786555 g_array_free() is not thread safe w.r.t. g_array_unref()
2920  786580 gdesktopappinfo.c: Add Tilix as a fallback terminal
2921  786807 g_uuid_string_random undefined when built with meson
2922
2923 * Translation updates:
2924  Brazilian Portuguese
2925  Catalan
2926  Czech
2927  Danish
2928  Finnish
2929  French
2930  Friulian
2931  German
2932  Italian
2933  Kazakh
2934  Korean
2935  Latvian
2936  Nepali
2937  Polish
2938  Spanish
2939  Turkish
2940
2941
2942 Overview of changes in GLib 2.53.6
2943 ==================================
2944
2945 * Bugs fixed:
2946  766358 glib doesn't respect XDG_* envvars on W32, ever
2947  783270 Improve Visual Studio support for Meson builds
2948  785955 pthread_setname_np misdetected with meson
2949  786060 Sequences documentation does not make it clear...
2950  786360 gobject: add autoptr support for GClosure
2951  786452 crash on Linux without stderr stream
2952  786460 gio-tool: Unify buffer sizes
2953  786462 Use g_output_stream_write_all instead of while
2954  786463 gio-tool-save: Prevent overwriting error
2955
2956 * Translation updates:
2957  Catalan
2958  Galician
2959  Hungarian
2960  Indonesian
2961  Lithuanian
2962  Nepali
2963  Serbian
2964
2965
2966 Overview of changes in GLib 2.53.5
2967 ==================================
2968
2969 * Bugs fixed:
2970  695573 Untranslatable strings in glib-compile-schemas
2971  725950 GApplication: call dbus_unregister only once, and before destruction
2972  731703 giomodule test misbuilds its test modules as libraries
2973  769135 External control for g_test_add/g_test_run
2974  779332 Rewrite mkenums in Python
2975  779607 Race between mounts-changed signal and g_unix_mounts_get() function
2976  784000 Improve strerror_r() detection
2977  784815 Map G_NOTIFICATION_PRIORITY_HIGH to NOTIFY_URGENCY_NORMAL
2978  784965 Use the glib preset for i18n in Meson
2979  784995 meson: some Windows improvements
2980  785113 glib-mkenums Python port fixes
2981  785130 G_LOG_DOMAIN shouldn't be left undefined for applications
2982  785438 Spurious -Wmaybe-uninitialized in gdatetime.c
2983  785468 glib/gpoll: Unnecessary if conditional included in the poll_rest() function
2984  785520 Replace advice to use removed gdk_spawn functions
2985  785577 clobbers errno while setting GError
2986
2987 * Translation updates:
2988  Slovenian
2989  Spanish
2990
2991
2992 Overview of changes in GLib 2.53.4
2993 ==================================
2994
2995 * Unicode support has been updated to Unicode 10.0.0
2996
2997 * glib-genmarshal and glib-mkenums have been rewritten in python.
2998   Every effort has been made to keep compatibility. Please report
2999   problems related to these tools
3000
3001 * GLib can now be built with meson. autotools are still supported
3002
3003 * Bugs fixed:
3004  722047 drop makefile.msc?
3005  733821 g_strerror() uses strerror(3) instead of strerror_r(3)
3006  773842 g_utf8_find_next_char() won't signal the end of a NUL-terminated string
3007  779332 Rewrite mkenums in Python
3008  780095 g_utf8_get_char_validated() stopping at nul byte even for length specified...
3009  780634 Remove remaining old codepage ABI comapt code
3010  783841 test_GDateTime_new_from_timeval_overflow fails on 32 bit systems
3011  784000 Improve strerror_r() detection
3012  784020 GKeyFile – Add array length annotations to to_data(), get_keys() and get_g...
3013  784037 gio: Mention the ALL_METADATA flag in g_file_copy()
3014  784433 gdbus-codegen with variant type parameters result in nested variant
3015  784456 Update to Unicode 10.0.0
3016  784528 Rewrite glib-genmarshal in Python
3017  784579 Calling g_dir_open on Missing Directory When Executable File Path Contains...
3018  784581 docs: Fix cut'n'paste error in g_resources_get_info() doc
3019  784739 Minor typo in configure error message
3020  784792 Just fixing a little typo in comments
3021
3022 * Translation updates:
3023  Hebrew
3024
3025
3026 Overview of changes in GLib 2.53.3
3027 ==================================
3028
3029 * Bugs fixed:
3030  658446 Add translation comment for wrong password notice string
3031  661926 Improve the default logging setup in GLib
3032  674885 type initialisation deadlock in GObject
3033  775593 GIO cannot write symlinks on FreeBSD and NetBSD
3034  776169 Various gio-tool fixes
3035  776333 Fix annotation on g_file_copy_async()
3036  776504 Upgrade license from LGPLv2+ to LGPLv2.1+
3037  777307 race condition between gdbus signal callback and g_bus_unwatch_name...
3038  778422 gsubprocesslauncher: Clarify the behavior of set_environ()
3039  781301 Stack pointer corrupted by incorrect call of NtNotifyChangeMultipleKeys
3040  782336 Add additional documentation of the GResource XML format
3041  782996 build: Use AM_TESTS_ENVIRONMENT rather than TESTS_ENVIRONMENT
3042  783061 GApplication: Remove some unused members
3043  783130 Make dbus activation sandbox-aware
3044  783193 Adapt to OpenURI api change
3045  783201 gdbus-codegen: Apply --output-directory to generated docs as well
3046  783340 win32: port monotonic times to use QPC
3047  783350 length parameter can be NULL g_data_input_stream_read_line
3048  783392 incorrect (out) annotation for g_dbus_interface_info_generate_xml
3049  783593 GGtkNotificationBackend should use /org/freedesktop/DBus to call Ge...
3050
3051 * Translation updates:
3052  Esperanto
3053  German
3054  Indonesian
3055  Kazakh
3056  Spanish
3057
3058
3059 Overview of changes in GLib 2.53.2
3060 ==================================
3061
3062 * A few new number parsing functions have been added:
3063   - g_ascii_string_to_signed
3064   - g_ascii_string_to_unsigned
3065   These have better error handling than the existing ones.
3066
3067 * glib-mkenums now supports /*< private >*/ and /*< public >*/
3068
3069 * GSettings now consider XDG_DATA_HOME in addition to XDG_DATA_DIRS.
3070
3071 * Bugs fixed:
3072  674885 type initialisation deadlock in GObject
3073  698064 Add g_ptr_array_contains()
3074  732000 gdatetime: Remove an unnecessary NULL pointer check
3075  734946 Implement GContentType on OSX
3076  741335 Possible differences in use of XDG_DATA_DIRS versus XDG base directory specification
3077  748263 Use-after-free in g_dbus_connection_call_internal()
3078  776876 gmodule – Various Android bug-fixes
3079  777030 build error where minor() and major() cant be resolved in gio/gdbusmessage.c
3080  780300 gio/gosxappinfo.c uses deprecated LSFindApplicationForInfo
3081  780309 gio/tests/appinfo build fails: gdesktopappinfo.c skipped on OS X
3082  781755 Avoid compiler warnings in generated marshallers code
3083  781826 portal support: Read /.flatpak-info
3084  781830 Fix some typos and errors in GVariant documentation
3085  781847 Use-after-free under send_message_with_reply_cleanup():gdbusconnection.c:1792
3086  781867 various gvfsd-* wants to look in /boot/efi, causes unnecessary/inappropriate auto...
3087  782068 doc: Trivial typo fixes
3088  782075 gtimer: Handle gmtime() failure in g_time_val_to_iso8601()
3089  782089 gdatetime: Fix overflow checks when constructing from timestamps
3090  782162 Support public/private trigraph in glib-mkenums
3091  782237 make check error
3092  782311 inode/directory is treated as a subclass of application/octet-stream
3093  782628 libmount build dependency check not requiring the right version?
3094
3095 * Translation updates:
3096  Hungarian
3097  Indonesian
3098  Spanish
3099
3100
3101 Overview of changes in GLib 2.53.1
3102 ==================================
3103
3104 * The gdbus tool gained a wait command
3105
3106 * g_unix_signal_source_new support SIGWINCH now
3107
3108 * There are now g_enum_to_string and g_flags_to_string functions
3109
3110 * A new function to instantiate objects: g_objet_new_with_properties
3111
3112 * GParameter and related APIs have been deprecated
3113
3114 * Bug fixes
3115  447907 enum/flags from string + type transform + tests
3116  668962 GUnixMountPoint/GUnixMountEntry not usable through gobject-introspection
3117  669355 gdbus-codegen output contains stray semicolons at file scope (forbidden in C99)
3118  674885 type initialisation deadlock in GObject
3119  698064 Add g_ptr_array_contains()
3120  709865 Add boxing to GParameter
3121  725894 build: Include gettext libraries for static compilation on Mac OS X
3122  734946 Implement GContentType on OSX
3123  741229 gio: Handle NULL cached properties in NetworkManager monitor
3124  745971 gdbus-tool: Add a command to wait for a well-known name on the bus
3125  755046 gfileutils: Add precondition checks to g_file_test()
3126  761102 Increase performance for main loop
3127  761889 GDateTime: %p does not always print AM/PM string
3128  766660 Please clarify the extent to which GInitable, GAsyncInitable must be idempotent
3129  769534 g_unix_signal_source_new does not support SIGWINCH
3130  772221 Take advantage of Unicode
3131  775879 g_log_default_handler should not check G_MESSAGES_DEBUG
3132  776169 various gio-tool fixes
3133  777961 Documentation for g_app_info_equals() could be clearer
3134  778049 race in gsource detected by TSan
3135  778207 gio-querymodules: fix memory leak
3136  778287 G_MODULE_EXPORT and -fvisibility=hidden
3137  779409 Fix false positive g_warning() in remove_filter()
3138  780066 g_base64_encode_close() in glib/gbase64.c produces invalid base64 encoding
3139  780095 g_utf8_get_char_validated() stopping at nul byte even for length specified buffers
3140  780306 Unused function in gunicollate.c for CARBON
3141  780310 g_tls_database_verify_chain doesn't set the GError for failures other than cancell...
3142  780384 gio/tests/contenttype fails on OS X: "public.directory" != "public.folder"
3143  780441 Make the portal implementation of g_app_info_launch() synchronous
3144  780634 Remove remaining old codepage ABI comapt code
3145  780908 gobject: remove duplicate GType sanity check
3146  780924 Memory leak in gdbusmethodinvocation.c
3147  781125 gio-tool: Fix errors format string
3148  781234 the buffer written to by g_input_stream_read is not marked as an out parameter
3149  781298 gfileutils.c:330:3: error: ISO C90 forbids mixed declarations and code
3150
3151 * Translation updates
3152  Catalan
3153  Friulian
3154  German
3155  Hebrew
3156  Indonesian
3157  Polish
3158  Russian
3159
3160
3161 Overview of changes in GLib 2.52.0
3162 ==================================
3163
3164 * Bug fixes:
3165  779799 gdatetime test fails with tzdata 2017a
3166  780032 Add missing attributes to two functions
3167  780144 gio/fam: Remove leftover debug print
3168
3169 * Translation updates:
3170  French
3171  Friulian
3172  Latvian
3173
3174
3175 Overview of changes in GLib 2.51.5
3176 ==================================
3177
3178 * OS X implementations of GContentType and GAppInfo
3179   have been added
3180
3181 * Bugs fixed:
3182  673047 gunicollate is broken on OS X (patch included!)
3183  734946 Implement GContentType on OSX
3184  747146 Implement GNotification on OSX
3185  769983 glib-mkenums generates non-reproducible Makefile snippets
3186  777203 gnulib license information is not correct in glib2.0
3187  778515 Crash in the gio kqueue backend
3188  779456 Make g_utf8_make_valid optionally take a length
3189
3190 * Translation updates:
3191  Danish
3192  Friulian
3193  German
3194  Hungarian
3195  Korean
3196  Lithuanian
3197
3198
3199 Overview of changes in GLib 2.51.4
3200 ==================================
3201
3202 * Memory leak fixes
3203 * Fix the released tarball
3204
3205
3206 Overview of changes in GLib 2.51.3
3207 ==================================
3208
3209 * Bugs fixed:
3210  771997 gchecksum: Add SHA-384 support
3211  778422 gsubprocesslauncher: Clarify the behavior of set_environ()
3212  778581 gdbus-codegen: Fix -Wconversion warning
3213  778801 gdbus-codegen: Add --outdir flag
3214  778991 Plug a mem leak in gdbusauth
3215  779183 g_io_extension_point_get_extensions should check for NULL pointer
3216
3217 * Translation updates:
3218  Basque
3219  Chinese (Taiwan)
3220  Danish
3221  Indonesian
3222  Italian
3223  Serbian
3224
3225
3226 Overview of changes in GLib 2.51.2
3227 ==================================
3228
3229 * Minimal support for UUIDs has been added
3230
3231 * A new file attribute, G_FILE_ATTRIBUTE_RECENT_MODIFIED has been added
3232   to improve sorting of recent files
3233
3234 * Bugs fixed:
3235  639078 UUID support feature request
3236  777135 gkeyfile: Be more specific about error codes in documentation
3237  777307 race condition between gdbus signal callback and g_bus_unwatch_name...
3238  777481 goutputstream: docs: fix typos
3239  777493 g_mkdtemp() not introspectable
3240  777507 Recent view sorting incorrectly
3241  777592 Add minor examples to GDBus and GVariant documentation
3242  778002 race in gdbusprivate.c detected by the ThreadSanitizer
3243  778096 race in gdbusconnection reported by TSan
3244
3245 * Translation updates:
3246  Norwegian bokmål
3247  Polish
3248  Simplified Chinese
3249  Slovak
3250  Spanish
3251  Swedish
3252
3253
3254 Overview of changes in GLib 2.51.1
3255 ==================================
3256
3257 * glib-compile-resources grew a --generate-phony-targets flag
3258
3259 * GLib now installs a valgrind suppressions file for GLib and GIO
3260
3261 * Bugs fixed:
3262  666114 should have infrastructure to run its tests under valgrind
3263  729730 GDBusMessage: Fix segfault if DEBUG_SERIALIZER is enabled
3264  730932 statically assert that reasonable assumptions about enums are true
3265  735731 gobject: Document behaviour of GType checking macros on NULL
3266  736810 gdbus: Fix leak in g_dbus_message_print()
3267  762283 GSocket – Fix race conditions on Win32 if multiple threads are waiting on cond...
3268  767609 Test suite problems
3269  767952 g_dbus_method_invocation_return_*, g_dbus_method_invocation_take_error: They d...
3270  769672 Assert threads for testcase 642026 are sucessfully created
3271  769745 gtask: Add guards for public functions
3272  770175 Add command line argument to mkenums and genmarshal to write output to a file
3273  770646 glib: Namespace global tapset variables by soname
3274  772160 Add g_unix_mount_for() support
3275  772989 Totem allows invalid urls that might cause segfault that's irrecoverable
3276  773823 gio: Bump copy buffer size to 256k by default
3277  774086 fix g_main_context_check declaration
3278  774368 Dependency file output of resource scanner breaks Ninja
3279  774421 Two minor patches
3280  774520 GSocket allocates and processes control messages even if not requested
3281  775309 Crash in gdbusauth
3282  775468 Improve log write supports color method on windows
3283  775510 testing with -fsanitize=undefined reports various undefined behaviour
3284  775517 Password input is echoed in the terminal
3285  775621 gmessages: Fix compilation on Android
3286  775765 FDO notification withdrawal backend sends wrong ID to the server
3287  775913 subprocesslauncher: potential infinite loop in verify_disposition()
3288  776198 Stray semicolon after g_variant_print() function in gvariant.c
3289  776586 License headers cleanup
3290  777077 Use of memory after it is freed
3291
3292 * Translation updates:
3293  Brazilian Portuguese
3294  Czech
3295  Galician
3296  German
3297  Hebrew
3298  Kazakh
3299  Lithuanian
3300  Spanish
3301  Swedish
3302
3303
3304 Overview of changes in GLib 2.51.0
3305 ==================================
3306
3307 * glib-genmarshal and glib-mkenums have gained --output options
3308   for better build system integration
3309
3310 * New API: g_utf8_make_valid
3311
3312 * Bugs fixed:
3313  591603 Make _g_utf8_make_valid public
3314  610969 Nice to have g_utf8_make_valid as public
3315  767882 Bit shift overflow (-Wshift-overflow) warning in gparam.h
3316  769135 External control for g_test_add/g_test_run
3317  769630 gfile: G_FILE_MONITOR_WATCH_MOVES was actually introduced in 2.46
3318  772160 Add g_unix_mount_for() support
3319  772221 Take advantage of Unicode
3320  773303 GApplication leaks option_strings 
3321
3322 * Translation updates:
3323  French
3324  Galician
3325  German
3326  Hungarian
3327  Lithuanian
3328  Norwegian bokmål
3329  Occitan
3330  Polish
3331  Slovak
3332  Turkish
3333
3334
3335 Overview of changes in GLib 2.50.1
3336 ==================================
3337
3338 * Update Unicode support to Unicode 9.0.0
3339
3340 * Bugs fixed:
3341  662946 gunixmounts monitoring doesn't work correctly with libmount
3342  771591 Update to Unicode 9.0.0
3343  772054 glib/gspawn-win32-helper.c: unexpected behavior re CommandLineToArgvW()
3344  772255 gresolver: Mark GResolver as an abstract class
3345  772269 Add --version options to glib-compile-resources and glib-compile-schemas
3346  772297 completion: Complete gsettings describe
3347  772511 g_log_default_handler crashes windows apps with "Unspecified fatal err...
3348
3349 * Translation updates:
3350  Brazilian Portuguese
3351  Catalan
3352  Croatian
3353  Czech
3354  Danish
3355  Hungarian
3356  Italian
3357  Latvian
3358  Polish
3359  Swedish
3360
3361
3362 Overview of changes in GLib 2.50.0
3363 ==================================
3364
3365 * Bugs fixed:
3366  771438 Turn on libmount by default on linux
3367         Fix the annotation for g_log_variant
3368
3369 * Translation updates:
3370  British English
3371  French
3372
3373
3374 Overview of changes in GLib 2.49.7
3375 ==================================
3376
3377 * Add g_log_variant, binding-friendly api for structured logging
3378
3379 Bugs fixed:
3380  646926 arg_data invalid after g_option_context_parse() fails
3381
3382 * Translation updates:
3383  Danish
3384  Finnish
3385  Galician
3386  German
3387  Hebrew
3388  Kazakh
3389  Korean
3390  Latvian
3391  Lithuanian
3392  Polish
3393  Portuguese
3394  Serbian
3395  Slovak
3396  Spanish
3397  Swedish
3398  Thai
3399
3400
3401 Overview of changes in GLib 2.49.6
3402 ==================================
3403
3404 * The gsettings commandline tool now has a describe command
3405
3406 Bugs fixed:
3407  745754 Add gcc-style dependency output to glib-compile-resources
3408  769076 Fix warning: attempt to override closure->va_marshal with new marshal
3409  770372 gdbus-codegen: Strip @since parameters before comparison
3410
3411 Translation updates:
3412  Brazilian Portuguese
3413  Czech
3414  German
3415  Hungarian
3416  Polish
3417  Portuguese
3418  Spanish
3419
3420
3421 Overview of changes in GLib 2.49.5
3422 ==================================
3423
3424 * Structured logging:
3425  - drop libsystemd dependency
3426  - document that g_test_expect_message does not work with structured logs
3427
3428 * Use libmount for unix mount support
3429
3430 * Add an async variant of g_app_info_launch_default_for_uri
3431
3432 Bugs fixed:
3433  522053 GUnixMountMonitor needs to use /proc/self/mountinfo on recent Linux
3434  682794 Add usage guidance to logging documentation
3435  744456 Structured logging API
3436  766370 Add a macro for initializing g_auto(GVariantBuilder)
3437  767240 Regex failures with pcre 8.38
3438  768198 Can't build glib with systemtap enabled
3439  768453 Gdbus test: compilation fails due to -Werror=format-y2k errors
3440  768752 Add async variant of g_app_info_launch_default_for_uri
3441  769027 Docs misleadingly imply G_CHECKSUM_SHA512 is available since 2.16
3442  769029 gmessage: compiler complains about -Wformat-nonliteral
3443  769042 'O_CLOEXEC' undeclared (first use in this function)
3444  769087 gmessages: support NULL log domain
3445  769089 Fix gsettings uint64 testcase
3446  769104 Build failure when using _GLIB_CHECKED_ADD_U32 with the Intel compiler
3447  769139 g_log_writer_journald uses non-standard 'htole64' function
3448  769238 memory increases every time I umount and mount my secondary hard disk.
3449  769245 is_valid_heap_iter define misses NULL pointer check
3450  769507 gmessages: Don’t require is_journald() call before writer_journald()
3451  769785 gmessages: Expand documentation further for structured logging
3452  769995 gdbus-codegen: Allow '@since: UNRELEASED' in documentation comments
3453
3454 Translation updates:
3455  Catalan
3456  Hebrew
3457  Lithuanian
3458  Slovak
3459  Spanish
3460
3461
3462 Overview of changes in GLib 2.49.4
3463 ==================================
3464
3465 * Change the just-introduced structured logging API. The arguments
3466   of g_log_structured() had to be reordered to enable an implementation
3467   within the limits of what the standards guarantee about var args.
3468
3469 Bugs fixed:
3470  744456 Structured logging API
3471  768936 gio doc build fails because of missing gio.xml in the tarballs
3472  768963 improper va_list use in g_log_structured()
3473  768968 gio/tests/socket-listener hangs since e4ee307
3474
3475 Translation updates:
3476  Spanish
3477
3478
3479 Overview of changes in GLib 2.49.3
3480 ==================================
3481
3482 * GLib has a structured logging API, g_log_structured, with support
3483   for writing to the systemd journal. It also supports colored output
3484   in terminals
3485
3486 * Some new GBytes API has been added:
3487  - g_key_file_load_from_bytes
3488  - g_compute_hmac_for_bytes
3489
3490 * Stack-allocated GVariantBuilder and GVariantDict objects can now be
3491   initialized with G_VARIANT_BUILDER_INIT and G_VARIANT_DICT_INIT
3492
3493 * gio:
3494  - Add a way to register handlers for custom uri schemes
3495  - Add a G_FILE_ATTRIBUTE_FILESYSTEM_REMOTE attribute to
3496    have these heuristics in a single place
3497  - Include a gio tool that makes the functionality of the
3498    various gvfs commandline tools available in a single place
3499  - Add portal support to g_app_info_launch_default_for_uri
3500  - Add portal support to GNetworkMonitor
3501  - Add portal support to GProxyResolver
3502  - Add portal support to g_application_send_notification
3503
3504 Bugs fixed:
3505  547200 g_utf8_find_next_char() issues
3506  662802 systemtap multiarch issue
3507  723506 fork/exec from non-main thread when autolaunching could be avoided...
3508  725902 build: simplify dtrace configuration
3509  728207 gsocketservice: Documentation does not mention that is already act...
3510  729914 instead of DEBUG_CODE and IF_DEBUG, provide a common macro to supp...
3511  744456 Structured logging API
3512  744678 Unable to delete relocatable schemas
3513  746685 clarify that g_variant_get_data() can be used instead of g_variant...
3514  747134 glib-compile-resources --generate should detect common C++ file ex...
3515  750257 GSettings changed signal should clearly state the order required
3516  753231 Memory is potentially used after free
3517  754012 missing filename in "Error loading css: Failed to import: Error op...
3518  760115 gtestutils: add missing dash in seed argument's --help documentation
3519  760423 gio-querymodules prints error messages as question marks on some l...
3520  761102 Increase performance for main loop
3521  765338 GLib.compute_hmac_for_data throws every time
3522  766370 Add a macro for initializing g_auto(GVariantBuilder)
3523  766899 Superflous HTML/XML comments in GDBusProxyTypeFunc documentation s...
3524  766933 GSocketAddress leaks in gnetworkmonitornetlink.c:read_netlink_mess...
3525  767765 Add names and tags to various GSources and GTasks constructed in GLib
3526  767880 gkeyfile: add g_key_file_load_from_bytes() API
3527  767887 vfs: add g_vfs_register_uri_scheme()
3528  767949 [patch] Typos in glib docs
3529  768029 infinite loop in parse_name_internal()
3530  768119 Fix fallout from get_supported_schemes() changes
3531  768357 Build the gio tool on Windows/MSVC
3532  768498 portal support for glib
3533  768504 keyfile: g_key_file_get_double behavior doesn't follow documentation
3534  768549 Test failure: test_ip_sync_dgram
3535  768551 Test failure: test_socket_address_to_string
3536  768560 gio/tests/gsettings: fix GSettings reference leaks in some tests
3537  768780 O_PATH is a non-standard flag which may be unavailable on non-Lin...
3538  768806 gdbus tool must swallow -- argument
3539
3540 Translation updates:
3541  Chinese (Taiwan)
3542  French
3543  Hebrew
3544  Indonesian
3545  Lithuanian
3546  Portuguese
3547  Spanish
3548
3549
3550 Overview of changes in GLib 2.49.2
3551 ==================================
3552
3553  * GMainContext and GTask have gained more systemtap probes
3554
3555 Bugs fixed:
3556  673101 resource compiler dependency generation not working for gen...
3557  700756 GFile.new_for_path arguments misses (type filename) annotation
3558  730187 glocalfileoutputstream: Fix an FD leak in an error path
3559  755439 Memory leak in gdbusproxy.c
3560  759813 Add more SystemTap/DTrace probes for main context and GTask
3561  761810 gio: Support using GDBusObjectManagerServer at path ‘/’
3562  767172 docs: Move GIO_USE_VFS to "okay for production" section
3563  767218 Remove a UTF-8 ellipsis from gsignal.h
3564  767245 Add filename type annotations
3565  767824 Some UTC timezones incorrectly recognized on Windows 7
3566
3567 Translation updates:
3568  Occitan
3569
3570
3571 Overview of changes in GLib 2.49.1
3572 ==================================
3573
3574  * GDesktopAppInfo now allows bus activation with dashes. This is
3575    not technically allowed per the Desktop Entry specification, but
3576    it happens in the wild. Rather than forcing people to go through
3577    another traumatic desktop file rename, accept it and translate - to _.
3578
3579  * The support for giving names to threads has been improved. Thread names
3580    are now supported on Solaris as well, and the Linux support no longer
3581    uses prctl() but the pthread api.
3582
3583  * GIO resources can now be overridden at runtime, using the G_RESOURCE_OVERLAYS
3584    environment variable.
3585
3586  * gdbus-codegen can now generate autocleanup definitions for the types
3587    it generates. Use the --c-generate-autocleanup option to control this
3588
3589 Bugs fixed:
3590  665446 Use g_abort() instead of abort()
3591  731988 glocalfile: Avoid a potential NULL pointer dereference
3592  742898 g_value_type_transformable() description differs from the code
3593  747107 GVariant varargs documentation: g_variant_get() example
3594  747478 g_system_thread_set_name() is not implemented for gthread-win32
3595  748474 g_get_language_names() is not thread-safe
3596  748530 gthread: W32 implementation of g_get_num_processors() has lame fallback
3597  748806 GVariant: Better introduction to the concepts and its uses
3598  749583 GSequence performance improvements
3599  749606 tests: always remove app.desktop
3600  755898 [PATCH] settings: add get/set uint64
3601  758174 Fix documentation typos
3602  758738 Usage of GType properties causes crashes due to gulong/gpointer mismatch
3603  760186 namespace clash with gdb pretty-printing code
3604  762994 Race condition in GIO/AppFileChooser crashes Firefox/Gtk3
3605  763379 codegen: Add support for g_autoptr to gdbus-codegen–generated objects
3606  763821 build: Also dist Systemtap files always for gobject/
3607  764092 gstrfuncs: Document the behaviour of g_strjoinv()
3608  764163 g_task_had_error doesn't remember the error after g_task_propagate_*
3609  764415 Very High CPU usage in g_poll() Windows implementation
3610  764574 build: Fix all statfs() tests failing
3611  764575 tests: Fix compilation errors due to Y2K format problems
3612  764685 GApplication documentation about handling command-line options is confusing
3613  764754 '-' in application id: unbreak bus activation and notifications
3614  765173 documentation of g_main_context_push_thread_default() regarding GIO...
3615  765668 GResources: add support for resource overlays
3616  765710 gdbus-tool: only print note about expected argument types if that...
3617  765712 tests: Fix compilation
3618  765861 task: avoid context lock when setting source name
3619  765900 Add g_drive_is_removable() support
3620  765924 Improve external drives detection
3621  765959 socket: set fd field to -1 after closing socket
3622  765990 Visual Studio: Define inline only when necessary
3623  765991 Compilation of gresource.c is broken due to S_ISDIR
3624  766092 Incorrect locale handling in g_date_time_format_locale()
3625  766211 Fix the upper bound in g_unichar_iswide_bsearch
3626  766407 Some build-related defects in glib testsuite
3627  766570 build: Fix a misnamed variable in glib-tap.mk
3628
3629 Translation updates:
3630  Basque
3631  Catalan
3632  Chinese
3633  Occitan
3634  Portuguese
3635  Turkish
3636  Vietnamese
3637
3638
3639 Overview of changes in GLib 2.48.0
3640 ==================================
3641
3642  * The system copy of PCRE is now used by default to implement GRegex.
3643    Configure with --with-pcre=internal if a system PCRE version
3644    is unavailable or undesired.
3645
3646  * a minor build fix in the name of determinism
3647
3648  * a few coverity fixes
3649
3650 Bugs fixed:
3651  763617 giotypefuncs.c: Sort _get_type functions in the 'C' locale
3652
3653 Translations updated:
3654  Danish
3655  Italian
3656
3657 Overview of changes in GLib 2.47.92
3658 ===================================
3659
3660  * gdbus-codegen now supports g_autoptr()
3661
3662  * g_get_user_runtime_dir() now reliably returns an existing directory
3663
3664  * g_array_remove_range() can now remove 0 items from the end of an array
3665
3666  * Many fixes for Windows
3667    * build fixes
3668    * file monitoring
3669    * gsettings backend
3670    * streams
3671    * random numbers
3672    * wide character support
3673
3674  * documentation improvements
3675
3676  * other small bugfixes
3677
3678 Bugs fixed:
3679  724847 Segmentation fault on "gsettings list-recursively"
3680  743933 gapplication: add --app-id command line option
3681  756706 [PATCH] gio/gtestdbus.c: don't use non-standard %m printf modifier
3682  757506 gsettings: schema_list should use the passed schema's source
3683  760694 W32: Apps linked with -mwindows make cursor busy sometimes
3684  762202 g_win32_error_message improvements
3685  762637 build: Unconditionally dist tapset files
3686  762748 Undefined behavior
3687  762937 Mention that g_clear_error can be used with an "empty" GError
3688  763339 array: Support clearing an empty array with g_array_remove_range()
3689  763344 g_get_user_runtime_dir(): ensure directory exists
3690  763379 codegen: Add support for g_autoptr to gdbus-codegen–generated objects
3691
3692 Translations updated:
3693  Brazilian Portuguese
3694  Czech
3695  Finnish
3696  French
3697  Galician s
3698  German
3699  Greek
3700  Hebrew
3701  Hungarian
3702  Italian
3703  Kazakh
3704  Korean
3705  Latvian
3706  Lithuanian
3707  Occitan
3708  Polish
3709  Russian
3710  Serbian
3711  Slovak
3712  Slovenian
3713  Spanish
3714  Swedish
3715
3716 Overview of changes in GLib 2.47.6
3717 ==================================
3718
3719 * Windows usupport:
3720  - Fixes and improvements to the GSettings registry backend
3721  - Handle readability and writability of registry keys
3722  - Use Unicode registry APIs
3723
3724 * Bugs fixed:
3725 760852 744772 761126 747927 761337 744570 761504 761550 761843
3726  744570 GString is missing (transfer none) annotations on many of its methods
3727  744772 systemtap and gdb scripts install in wrong place
3728  747927 Documentation: various small improvements
3729  760852 gdbusobjectmanagerserver: Clarify recommended ObjectManager paths
3730  761126 winiconv: update to upstream version
3731  761337 Fix some annotations
3732  761504 W32 registry GSettings backend does not use Unicode
3733  761550 Cannot build with default flags under Fedora rawhide (-Werror=format-...
3734  761843 gmacros.h is testing attributes with __has_feature (when compiling wi...
3735
3736 * Translation updates:
3737  Brazilian Portuguese
3738  Bulagarian
3739  Chinese (Taiwan)
3740  Hungarian
3741  Polish
3742  Slovak
3743  Slovenian
3744  Spanish
3745  Swedish
3746
3747
3748 Overview of changes in GLib 2.47.5
3749 ==================================
3750
3751 * the system copy of PCRE is now used by default to implement GRegex.
3752   Configure with --with-pcre=internal if a system PCRE version
3753   is unavailable or undesired.
3754
3755 * interfaces for DTLS support have been added.  A new version of
3756   glib-networking will also be required.
3757
3758 * GDBusMethodInvocation now drops replies if the sender set the
3759   NO_REPLY_EXPECTED flag
3760
3761 * several GApplication fixes, including fixes for commandline arguments
3762   in interpreted languages on Windows
3763
3764 Bugs fixed:
3765  624186 Deprecate glib-gettext macros
3766  734095 gtk-demo.py of PyGObject fails to run on Windows (and likely other binding scripts using g_application_run())
3767  735754 Implement close on TLS GOutputStream
3768  748064 gnulib vfprintf returns desired (not actual) number of bytes, ignores errors
3769  752240 Add DTLS support to GIO
3770  755421 GDBus ignores NO_REPLY_EXPECTED flag in messages, leading to warnings on system bus
3771  756875 Include ntdef.h for NTSTATUS
3772  759554 g_application_run() calls g_main_context_default() repeatidly
3773  760199 gsettings: Install gettext ITS rules
3774  760215 G_LIKELY/_UNLIKELY macros need more parentheses
3775  760683 regex test: Check the expected PCRE exceptions at runtime
3776
3777 Translations updated:
3778  Brazilian Portuguese
3779  Czech
3780  German
3781  Lithuanian
3782  Swedish
3783
3784 Overview of changes in GLib 2.47.4
3785 ==================================
3786
3787 * The GApplication documentation has been improved in several areas.
3788
3789 * Bugs fixed:
3790  749092 gdb pretty-printers fail on Python 3 with a TypeError...
3791  757374 macros: clean up "inline" mess
3792  758641 Memory leak in g_dbus_proxy_new_for_bus_sync()
3793  759134 Add missing checks for gnulib vasnprintf()
3794  759408 Do not use uninitialized var 
3795  756475 Stop supporting non-POSIX getpwuid_r, getgrgid_r
3796  757372 GApplication: destroy the impl on shutdown
3797  728099 macros: add G_GNUC_CHECK_VERSION() for compiler checks
3798  757299 glib-compile-resources: do not leak c_name
3799  758553 Fix gettext use
3800  758823 file monitors: reorder some code to avoid segfault
3801  756214 gsettings: Don't translate ""
3802  710243 Add GParamSpec object ref management annotations
3803  735696 xdgmime: Finer handling for cases where mmap() is not available
3804  752983 gapplication: Acquire the main context before running
3805
3806 * Translation updates:
3807  Swedish
3808
3809
3810 Overview of changes in GLib 2.47.3
3811 ==================================
3812
3813 The inline cleanup in the last release accidentally removed three
3814 symbols from libglib-2.0.so.  It is unlikely that this will have caused
3815 any problems because these symbols were only backup symbols for
3816 definitions exported as inlines in the header files, but ABI is ABI.
3817
3818 This release corrects only this problem.
3819
3820 Overview of changes in GLib 2.47.2
3821 ==================================
3822
3823 * We have formalised the assumption that all compilers that are
3824   interested in support 'static inline' and simplified the macros around
3825   this considerably.  Please watch for and report unintentional fallout.
3826
3827 * New API: hardware-assisted helpers for overflow-checked integer math.
3828
3829 * other fixes
3830
3831 Bugs fixed:
3832  696324 gtester-report doesn't work with Python 3.x
3833  719966 glib: Add missing (nullable) and (optional) annotations
3834  752837 gobject and glib-compile-resources rely on .CRT$XCU section, no longer works with Win 10 UCRT (VS 2015)
3835  755364 make gtkdoc-check happy again
3836  756134 Segmentation fault on calling g_simple_action_group_add_action with bad action constructor call
3837  756179 gwin32.c: Replace VerifyVersionInfoW() with RtlGetVersion() due to API deprecation
3838  756988 GSequence should document each function's complexity
3839  757294 Move G_POLLFD_FORMAT to glibconfig.h
3840  757374 macros: clean up "inline" mess
3841  757451 doc: fix g_task_attach_source() example
3842  757628 gio tests fail to build when cross compiling 2.46.1
3843  757693 Invalid free in g_local_file_trash()
3844  757742 Fix up annotations in ghash.c
3845  758181 GTask: fix wrong example code
3846
3847 Translations updated:
3848  Greek
3849  Hebrew
3850  Hungarian
3851  Norwegian bokmål
3852  Portuguese
3853  Scottish Gaelic
3854  Simplified Chinese
3855  Spanish
3856
3857 Overview of changes in GLib 2.47.1
3858 ==================================
3859
3860 * The Unicode support has been updated to version 8.0 of the Unicode standard
3861
3862 * GDesktopAppInfo no longer sets the DISPLAY environment variable when
3863   launching apps. This is now done in the GAppLaunchContext implementations
3864   when appropriate
3865
3866 * Bug fixes:
3867  664740 Key-value file parser, space after integer
3868  687223 cleverer GThreadPool management
3869  692085 stderr and stdout are not always file descriptors 1 and 2
3870  697907 Add interface for socket-like things (GSocket, DTLS, etc)
3871  735754 Implement close on TLS GOutputStream
3872  737116 Add functions to print GSocketConnectables and addresses as strings
3873  743011 Minor additions to GError documentation
3874  749161 undefined reference to `__imp__stat32i64'
3875  749314 Cannot restore a just-trashed file
3876  751924 Add recvmmsg()-like API on GSocket
3877  752240 Add DTLS support to GIO
3878  752837 gobject and glib-compile-resources rely on .CRT$XCU section, no longer...
3879  753310 Remove `#pragma GCC system_header` from gmessages.h
3880  753935 Update example namespace and class names in GObject tutorial
3881  754855 Object instantiation documentation refers to example that no longer ex...
3882  754983 Wayland: g_desktop_app_info_launch_uris_with_spawn() forces DISPLAY va...
3883  754994 g_date_time_get_second () sometimes returns an off-by-one result
3884  755083 Clarify in G_ADD_PRIVATE that it is safe to call _get_instance_private...
3885  755351 Example still contains g_autoptr(gchar)
3886  755355 Move GStrv to glib.h so it can be used with g_auto()
3887  755374 g_variant_get_child(): flatten-first logic on '&'
3888  755496 glib 2.46 fails GStreamer test suite
3889  755609 glib 2.46.0 breaks Sun Java JVM 1.8.0.60
3890  755766 gvalue: The g_auto cleanup function assert if value is G_VALUE_INIT
3891  755795 2.46 considers empty files as octet-stream rather than text (leads to...
3892  755961 Fix up annotations in gbytes.c
3893  756053 MSVC doesn't understand the symbol 'msghdr'
3894  756054 MSVC linker error due to 'g_socket_send_message_with_timeout()'
3895  756077 testutils: remove internal ABI comment
3896  756099 g_main_context_query(): Annotate @n_fds as (in) parameter
3897  756139 musl: ctors called in the wrong order
3898  756179 gwin32.c: Replace VerifyVersionInfoW() with RtlGetVersion() due to AP...
3899  756251 The documentation of G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START is confusing
3900  756255 GOutputStream swallowing errors in splice with G_OUTPUT_STREAM_SPLICE...
3901  756316 GSequence should provide fast api to check if empty
3902  756382 snprintf used on Windows with VS2015 doesn't support %n
3903  756477 gio/gthreadedresolver.c has outdated copy of bionic headers (for android)
3904  756550 gtypes.h: Make G_MININTn literals negative
3905  756875 Include ntdef.h for NTSTATUS
3906  756952 giomodule: return a copy of module name
3907
3908 * Translation updates:
3909  Basque
3910  Czech
3911  Serbian
3912  Serbian Latin
3913  Vietnamese
3914
3915
3916 Overview of changes in GLib 2.46.0
3917 ==================================
3918
3919 * GTask no longer imposes a fixed limit on the number of tasks that
3920   can be run_in_thread() simultaneously, since doing this inevitably
3921   results in deadlocks in some use cases. Instead, it now has a base
3922   number of threads that can be used "for free", but will gradually
3923   add more threads to the pool if too much time passes without any
3924   tasks completing.
3925
3926   The exact behavior may continue to change in the future, and it's
3927   possible that some future version of GLib may not do any
3928   rate-limiting at all. As a result, you should no longer assume that
3929   GTask will rate-limit tasks itself (or, by extension, that calls to
3930   certain async gio methods will automatically be rate-limited for
3931   you). If you have a very large number of tasks to run, and don't
3932   want them to all run at once, you should rate-limit them yourself.
3933
3934 * Disable runtime-deprecation warnings
3935
3936 * Fix marshalling of flags on bigendian 64bit architectures
3937
3938 * Translation updates
3939  Brazilian Portuguese
3940  Danish
3941  German
3942  Latvian
3943  Russian
3944  Turkish
3945
3946
3947 Overview of changes in GLib 2.45.8
3948 ==================================
3949
3950 * utf8 validation and utf8-to-ucs4 conversion are faster
3951
3952 * Small speedups to property change notification
3953
3954 * Various other small optimizations for GQuark, GData
3955
3956 * Bugs fixed:
3957  696426 GParamSpecTypeInfo do not need to be static
3958  735429 Cleanup MSVC Project Files Generation
3959  738504 Optimize UTF-8 decoding by unrolling branches and expressions
3960  742903 Add missing (transfer) annotation to GString
3961  748633 g_set_object order of operations
3962  754431 Fix build of glib/gstrfuncs.c on Windows
3963  754560 gioerror: Add more mappings for WinSock error codes
3964  754582 Glib cannot compile
3965  754601 Make g_strerror work with non-glibc POSIX systems
3966  754636 tests/unicode-encoding test fails for glib 2.45.7 on x86-64
3967  754788 more g_strerror stuff
3968  754831 autocleanups: Add GString type
3969  754924 Improve test coverage of g_utf8_validate() by added known-...
3970  754986 Avoid unnecessary signal emission during draw
3971
3972 * Translation updates:
3973  Italian
3974  Kazakh
3975  Korean
3976  Lithuanian
3977  Slovenian
3978  Swedish
3979
3980
3981 Overview of changes in GLib 2.45.7
3982 ==================================
3983
3984 * Add G_FILE_ATTRIBUTE_STANDARD_IS_VOLATILE for use by non-POSIX-like
3985   backends (e.g. cloud storage).
3986
3987 * GFileMonitor: Make the inotify backend work with atomic renames again
3988
3989 * GSettings: change notification is again working unconditionally
3990
3991 * GListStore has a sort function now
3992
3993 * Test infrastructure:
3994  - Tests are now required to have unique names
3995  - TAP support has been improved
3996  - A macro for asserting that two memory regions have identical content
3997    has been added
3998
3999 * Bugs fixed:
4000  708525 A "g_file_query_info" on the file path "/sys/kernel/debug/hid"...
4001  742849 inotify: send paired events to both sides
4002  744060 Update GObject tutorial documentation to use G_DECLARE_FINAL_T...
4003  747364 Fix GError leak in g_file_query_writable_namespaces()
4004  749492 Support file creation time on FreeBSD and NetBSD
4005  752769 (g_socket_receive_message | g_socket_send_message) performance
4006  753745 glib-genmarshal still needed for cross-compilation
4007  754152 Add g_list_store_sort
4008  754211 Memory leak in g_file_enumerator_iterate ()
4009  754264 GLib 2.44 certificate chain construction fails if the PEM incl...
4010  754283 gtestutils: add g_assert_cmpmem()
4011  754284 gtestutils: print the TAP test plan first, not last
4012  754286 misc gtestutils fixes
4013  754307 size of array '_GStaticAssertCompileTimeAssertion_3387' is neg...
4014
4015
4016 * Translation updates:
4017  Chinese (Taiwan)
4018  French
4019  Galician
4020  Greek
4021  Hebrew
4022  Hungarian
4023  Indonesian
4024  Polish
4025  Portuguese
4026
4027
4028 Overview of changes in GLib 2.45.6
4029 ==================================
4030
4031 * Fix a test failure and a build failure
4032
4033 Overview of changes in GLib 2.45.5
4034 ==================================
4035
4036 * GNetworkMonitor now provides information about metered networks
4037
4038 * g_mem_set_vtable has been deprecated; it has not been working for
4039   quite a while. The recommendation is to use valgrind, or replace
4040   malloc itself.
4041
4042 * Bugs fixed:
4043  656325 Make GDBusInterfaceVTable binding friendly
4044  741779 Documentation tweaks addressing real-world API misuses
4045  741822 Fails to build with VS 2015
4046  742386 gdbusconnection: Don't g_printerr() when exiting
4047  743018 gobject: Add more cross-links between documentation pages
4048  750282 Add g_network_monitor_get_network_metered() to get if the connection...
4049  751358 GFileMonitor doesn't react to "mv some-file watched-file"
4050  751592 Stop using GMemVtable
4051  751598 Stop 'handle-local-options' propagation when callback reports an err...
4052  751610 g_str_hash produces collisions with strings of length 2
4053  751751 Wrong docs of g_async_queue_remove
4054  752210 gdbus command crashes with SIGSEGV
4055  752656 gdbusconnection: Fix signal subscription documentation
4056  752767 Fix typo in g_hash_table_replace() documentation
4057  753278 gdbus: Don't use g_assert_no_error() GDBusObjectManagerServer
4058  753285 g_menu_item_set_icon fails if called with NULL icon
4059
4060 * Translation updates:
4061  Catalan
4062  Czech
4063  French
4064  Indonesian
4065  Lithuanian
4066  Norwegian bokmål
4067  Slovak
4068  Spanish
4069  Thai
4070  Turkish
4071
4072
4073 Overview of changes in GLib 2.45.4
4074 ==================================
4075
4076 * Bugs fixed:
4077  727829 win32: glibconfig.h.win32 updates
4078  741901 Clang cannot know that g_error don't return
4079  746339 GSocket kills process when fd is not a socket
4080  747676 gio/tests/socket fails: test_fd_roundtrip
4081  748610 Some tests fail with non-English locales
4082  749911 g_inet_address_to_string broken on XP/2003
4083  749912 g_inet_address_new_from_string broken on XP/2003
4084  750625 Should dismiss Software Updates Available notification after...
4085  750807 G_BREAKPOINT doesn't work as intended on Darwin
4086  751160 gtask does unnecessary work
4087  751672 -Wduplicate-decl-specifier in glib/tests/keyfile.c
4088  751731 GFile/DirectoryMonitor emit move events with other_file=NULL
4089  751737 gio/tests/appmonitor test fails in 2.45.3
4090  751798 Wrong enum type used in some test-cases
4091  752089 make gsocketservice::active a property
4092  752293 small cleanup: use list_free_full
4093
4094 * Translation updates:
4095  Greek
4096  Hebrew
4097  Portuguese
4098
4099
4100 Overview of changes in GLib 2.45.3
4101 ==================================
4102
4103 * Improve performance of g_signal_handler_disconnect for signals
4104   with many handlers
4105
4106 * GDBus has gained a new call flag to allow interactive authorization
4107
4108 * GSettings:
4109  - New API: g_settings_schema_list_keys
4110  - Deprecated: g_settings_list_keys
4111
4112 * OS X:
4113  - Implement GNotification
4114  - Bump the OS X requirement to 10.9
4115
4116 * Windows:
4117  - Add registry reading API
4118  - Reimplement GAppInfo using registry information
4119
4120 * Bugs fixed:
4121  666831 Support URI opening on W32
4122  728489 property action with inverted boolean state
4123  730168 Incorrect annotation on g_action_group_get_action_state_type return...
4124  733325 Several regex tests fail with pcre3 8.35
4125  734888 GLib has no helper functions to work with W32 Registry
4126  737009 signal handler lookup doesn't scale
4127  738185 Misleading language about "file name encoding" in the docs on g_env...
4128  738504 Optimize UTF-8 decoding by unrolling branches and expressions
4129  739122 glib not handling -1 return ("no limit") from sysconf (_SC_THREAD_S...
4130  739424 gnome-shell crashes when files are added, deleted, or modified in $...
4131  739616 DBus; Add new call flag to allow interactive authorization
4132  740308 Add g_settings_schema_list_keys() method
4133  740516 RFE: please provide an introspectible version of g_log_set_handler
4134  741788 Document GSettings build system integration
4135  745013 GBinding not thread safe
4136  747146 Implement GNotification on OSX
4137  747941 try XDG_RUNTIME_DIR/bus before falling back to X11 autolaunch (dbus...
4138  748727 Filechooser dialog shows no icons for directories on W32
4139  749693 GActionGroupExporter: flush queue on requests
4140  750203 GNetworkMonitorNetlink hangs in user namespace
4141  750322 gapplication: Make sure --help output is translated
4142  750344 GTlsInteractionClass is missing from doc
4143  750369 Various GBinding cleanups
4144  750386 Race condition in g_io_condition_get_type
4145  750399 Typo "equilalent" in glib documentation's glib-Error-Reporting.html...
4146  750573 GTlsDatabaseClass is not documented
4147  750918 genmarshal: silence register storage class warnings
4148  751122 gsocket: avoid unnecessary g_socket_cond_wait() in _send_messages()
4149  479730 The "g_key_file_set_comment" interface prepends '#' character to...
4150
4151 * Translation updates:
4152  Hungarian
4153  Spanish
4154
4155
4156 Overview of changes in GLib 2.45.2
4157 ==================================
4158
4159 * Improve error reporting in glib-compile-schemas.
4160
4161 * Add introspection annotations to GListStore.
4162
4163 * Bugs fixed:
4164  696749 win32 : failed to compile because of careless mistake in the code
4165  723394 const parameter to GtkPopover gtk_popover_set_pointing_to
4166  724113 gdbus-connection-loss test can fail on slow machines
4167  725981 tap-driver.sh: internal error getting exit status
4168  733325 Several regex tests fail with pcre3 8.35
4169  744895 Unknown or unsupported transport 'this-should-not-be-used-and-will...
4170  747882 gtype: Bump allowed number of children
4171  748534 gtest: if a subprocess assertion fails, print its stdout and stderr
4172  748612 de_DE locale used in option-context test is not supported by FreeBSD
4173  748614 Double unref in g_socket_listener_add_inet_port
4174  748834 glocalfilemonitor: Emit notification on rate limit change
4175  749079 gdbus-peer test: TCP tests can fail with ECONNRESET due to a race...
4176  749080 gdatetime test: fails if close to rollover between seconds
4177  749180 gnetworkaddress: add return type annotation to parse methods
4178  749352 g_binding_unbind() fails when source is also the target
4179  749353 GBinding does not connect to the detailed notify signal
4180
4181 * Translation updates:
4182  Catalan
4183  French
4184  Slovak
4185  Thai
4186
4187
4188 Overview of changes in GLib 2.45.1
4189 ==================================
4190
4191 * The GSettings schema compiler, glib-compile-schemas has been changed
4192   to reject schema xml that has duplicate <summary> or <description>
4193   elements. Such elements typically occur when translations are merged
4194   into the schema, with xml:lang attributes. This is not the correct
4195   way to translate schemas. Instead keep the translations in the .mo
4196   file and set the gettext-domain attribute on the <schemalist> element.
4197
4198 * The file monitoring infrastructure has been rewritten, and all backends
4199   have seen major improvements.
4200
4201   The inotify backend is reporting events with less delay (no event will
4202   be delayed more than 10ms) and wakeups due to file monitoring have been
4203   significantly reduced. A CHANGES_DONE event will also be sent when new
4204   files appear.
4205
4206   The poll implementation is now using the thread default main context.
4207
4208   The fam implmentation is now running in the worker thread.
4209
4210   The fen implementation has been removed, since it was unmaintained.
4211
4212 * The GSettings schema compiler, glib-compile-schemas, is more strict
4213   about rejecting schemas with xml:lang style merged translations.
4214   Schema translations should be done by specifying the gettext domain
4215   in the xml, and keeping the translations in gettext. To avoid breaking
4216   already-installed schemas, this change is only taking effect when
4217   you use the --strict option.
4218
4219 * The hardcoded 10-thread limit of GTask's thread pool has been removed,
4220   since it was prone to causing deadlocks. The thread pool is now allowed
4221   to grow dynamically and will shrink back over time.
4222
4223 * GSimpleAsyncResult has been deprecated in favor of GTask.
4224
4225 * The algorithm used by GAppInfo to find default handlers for mime types
4226   has been tweaked to prefer apps that handle the specific subtype over
4227   default handlers for a generic supertype.
4228
4229 * Bug fixes:
4230  627285 inotify file monitor hardwired delay
4231  631597 Segmentation fault in append_escaped_text
4232  661767 merge/improve various bits of run-in-thread functionality
4233  687223 cleverer GThreadPool management
4234  711547 win32: silence some build warnings
4235  719966 glib: Add missing (nullable) and (optional) annotations
4236  726447 Possibly an error in text string
4237  728663 W32: wrong stat struct is used when built with MinGW-w64
4238  728669 W32: GLocalFile can't measure size of files larger than 2^32...
4239  730188 gsocket: Document FD ownership with g_socket_new_from_fd()
4240  733325 Several regex tests fail with pcre3 8.35
4241  738207 Add a way to set SO_SENDBUF and SO_RECVBUF on listener (and...
4242  739850 GClosure: add valgrind hints
4243  741791 gmain: Save errno when handling unix signals
4244  744282 gvfs-open for application/x-virt-viewer changed behaviour bet...
4245  745255 Add support for copying sessions between GTlsClientConnections
4246  745745 gdbus: fix out-of-bound array access
4247  745821 Don't use __alloc_size__ attribute with clang
4248  746749 GLib-GIO:ERROR:inotify-kernel.c:327:ik_source_dispatch: ass...
4249  746753 Glib-compile-resources --generate-header not using ".h" as ...
4250  747209 glib-compile-schemas ought to reject repeated <summary> and...
4251  747349 Conversion of gdbus to use GTask causes deadlocks
4252  747363 gatomic: Add missing new line in API doc comment
4253  747472 Don't ignore already-installed schemas with multiple <summa...
4254  747541 gdbus segfaults with invalid --dest
4255  747772 Having hardcoded utf8 strings in the source code does not p...
4256  748019 gsocketconnection: Fix copy-pasto in documentation
4257  748177 not all test schemas are distributed, "make distcheck" fails
4258
4259 * Translation updates:
4260  Basque
4261  Czech
4262  Danish
4263  Finnish
4264  German
4265  Hebrew
4266  Icelandic
4267  Norwegian bokmål
4268  Russian
4269  Turkish
4270
4271
4272 Overview of changes in GLib 2.43.92
4273 ===================================
4274
4275 GLib is now considered frozen.  We do not expect any major changes
4276 before the release of 2.44.0.
4277
4278  * GUnixMountMonitor now properly supports multiple main contexts
4279
4280  * many documentation improvements and cleanups.  We are now
4281    approaching a point where the documentation is 100% complete and the
4282    xml will build without warnings.  This will probably be enabled by
4283    default in the next cycle.
4284
4285  * new support for HTTP proxies in GIO
4286
4287  * new GTask:completed property
4288
4289  * use "private" futexes in order to further improve the performance of
4290    the contended case of GMutex and g_bit_lock()
4291
4292 Bugs fixed:
4293  614684 Make various parts of GObject const-correct
4294  730352 Use inet_pton(), if_nametoindex() and if_indextoname() for newer versions of Windows
4295  733876 Proxy protocol 'http' is not supported.
4296  741442 threads: use FUTEX_WAIT_PRIVATE and FUTEX_WAKE_PRIVATE if possible
4297  742599 Clean up GUnixMountMonitor
4298  743636 gtask: Add a GTask:completed property
4299  743661 g_win32_check_windows_version() is missing from doc
4300  744722 docs: Expand introduction to mention using async calls over sync ones
4301  745589 [Patch] gio: add some missing autocleanup
4302  745634 [GNotifications] Use themed icon as icon-name
4303
4304 Translations updated:
4305  Bosnian
4306  Bulgarian
4307  Catalan
4308  Czech
4309  French
4310  German
4311  Greek
4312  Hungarian
4313  Italian
4314  Kazakh
4315  Korean
4316  Latvian
4317  Lithuanian
4318  POTFILESin
4319  Polish
4320  Russian
4321  Serbian
4322  Slovak
4323  Slovenian
4324  Spanish
4325  Swedish
4326  Vietnamese
4327  pa  for Gnome
4328
4329 Overview of changes in GLib 2.43.91
4330 ===================================
4331
4332 We have now added 'g_autofree' as a libgsystem-style autocleanup macro
4333 that calls g_free() on the content of a local variable when it leaves
4334 scope (working only on GCC and clang).
4335
4336 GApplication now has an "is-busy" property, allowing one to query the
4337 effective busy state.
4338
4339 There have been various other bugfixes and cleanups.
4340
4341 Bugs fixed:
4342  661554 GIO's use of GError is wrong
4343  744263 Fix format specifier for __LINE__ in G_OBJECT_WARN_INVALID_PSPEC
4344  744565 gapplication: add bind_busy_property()
4345  744747 Add g_autofree
4346  744756 Can't find out if gapplication is marked as busy
4347  744830 autocleanups: Add GArray and GPtrArray
4348  744876 Unclean exit from from g_application_run
4349  745239 g_property_action_new missing type annotation
4350
4351 Translations updated:
4352  Chinese (Taiwan)
4353  French
4354  Galician
4355  Lithuanian
4356  Slovak
4357
4358 Overview of changes in GLib 2.43.90
4359 ===================================
4360
4361 * new GSimpleIOStream class to construct a GIOStream from an arbitrary
4362   GInputStream and GOutputStream
4363
4364 * GApplication: new API for marking 'busy' state according to the value
4365   of a boolean property on another object
4366
4367 * GOptionGroup: add binding support (boxed type, annotation fixes, etc.)
4368
4369 Bugs fixed:
4370  739724 Test functions should have async scope
4371  741024 glist: Mention that g_list_length() is bad for checking list emptiness
4372  741630 Add GSimpleIOStream class
4373  743349 goption: Add boxed type for GOptionGroup
4374  743990 GDBus connection closing is broken
4375  744565 gapplication: add bind_busy_property()
4376
4377 Translations updated:
4378  Greek
4379  Italian
4380  Norwegian bokmål
4381  Russian
4382  Slovenian
4383  Swedish
4384
4385 Overview of changes in GLib 2.43.4
4386 ==================================
4387
4388 * GType now has type declaration macros G_DECLARE_DERIVABLE_TYPE,
4389   G_DECLARE_FINAL_TYPE and G_DECLARE_INTERFACE, which significantly reduce
4390   the boilerplate needed for GObject types and interfaces.
4391
4392 * g_autoptr and g_auto are macros for declaring variables with automatic
4393   cleanup. They only work with gcc and clang.
4394
4395 * GListModel is a new interface that represents a dynamic list of GObjects.
4396
4397 * GListStore is a GSequence-based implementation of GListModel.
4398
4399 * Support thread names on OS X
4400
4401 * g_simple_action_set_state_hint: New function to set the state hint
4402   of GSimpleActions
4403
4404 * g_win32_check_windows_version: New function to check Windows version
4405
4406 * g_settings_schema_list_children and g_settings_schema_key_get_name
4407   are new functions to complete the GSettingsSchema API.
4408
4409 * Bugs fixed:
4410  389585 G_DEFINE_TYPE hack for header files
4411  729351 Add GListModel
4412  736914 Docs: various fixes and improvements
4413  741807 Add thread name support on OS X and iOS
4414  741895 gwin32: Add Simple API to check whether we are on at least a v...
4415  742456 object: Add g_steal_pointer() convenience function to mark own...
4416  743508 polkitd fails to start: patch for gio/gcredentialsprivate.h
4417  743517 GSettings API is missing some introspection functions
4418  743521 GSimpleAction: add g_simple_action_set_state_hint
4419  743596 G_DECLARE_DERIVABLE_TYPE() should allow additional typedef for...
4420  743640 add __attribute__((cleanup)) support
4421  743827 Fix build of GListModel (on Visual Studio)
4422  743927 GListStore: add sorted insert function
4423  743936 glib: handle unsigned modifier for long long in internal printf
4424  744012 Add GMutexLocker
4425  744190 Fix build on Compilers That Do Not Use inline for Plain C Code
4426
4427
4428 Overview of changes in GLib 2.43.3
4429 ==================================
4430
4431 * add g_set_object() convenience function
4432
4433 * GNetworkMonitor: check if NM is not running and don't crash
4434
4435 * fix some races with g_mkdir_with_parents
4436
4437 * fix some warnings in MSVC
4438
4439 * avoid use of G_STRLOC in G_OBJECT_WARN_INVALID_PSPEC in order to save
4440   on static strings
4441
4442 * fix some content type vs. mime issues
4443
4444 * documentation improvements
4445
4446 * Bugs fixed:
4447  719455  g_file_make_directory_with_parents() can erroneously throw G_IO_ERROR_EXISTS
4448  732439  GSocket: avoid unnecessary g_socket_wait_condition() for blocking sockets
4449  734946  Implement GContentType on OSX
4450  741589  gobject: Add g_set_object() convenience function to set GObject pointers
4451  741653  gnetworkmonitornm: Check if network-manager is running
4452  741654  [patch] gobject: don't use G_STRLOC in G_OBJECT_WARN_INVALID_PSPEC() macro
4453  741707  Gsocket blocks trying to send data
4454  741788  Document GSettings build system integration
4455  742548  configure.ac: stay out of autoconf's namespace
4456  742851  avoid MSVC warnings in G_STMT_END
4457  742972  ggettext: Include an example of setlocale() and friends in the i18n docs
4458  743014  gtestutils: Add an example of using test fixtures 
4459
4460 * Translations updated:
4461  Basque
4462  Brazilian Portuguese
4463  Spanish
4464
4465 Overview of changes in GLib 2.43.2
4466 ==================================
4467
4468 * New function: g_strv_contains
4469
4470 * New function: g_network_address_new_loopback
4471
4472 * New function: g_socket_send_messages
4473
4474 * A new GNetworkMonitor implementation using NetworkManager provides
4475   more detailed connectivity information
4476
4477 * Bugs fixed:
4478   11059 Linux poll issue
4479  664562 captive wifi portal support for GNetworkMonitor
4480  685880 Add g_strv_contains()
4481  712570 Hang in g_threaded_socket_service_func
4482  719646 GSocket: add g_socket_send_messages() to send multiple messages...
4483  728928 Provide separate error code for "Connection reset by peer"
4484  732317 Support GSocketConnectable for loopback addresses
4485  740814 "make check" should ensure that every symbol is documented
4486  740848 Backend subscription fails when connecting to a signal with a d...
4487  741016 gio: add G_IO_ERROR_NOT_CONNECTED
4488  741226 keyfile: Add "in group" to GError message consistently
4489
4490 * Translation updates:
4491  Gujarati
4492  Hebrew
4493  Hungarian
4494  Kannada
4495  Turkish
4496  Vietnamese
4497
4498
4499 Overview of changes in GLib 2.43.1
4500 ==================================
4501
4502 * GQueue now accepts NULL as a sibling in g_queue_insert_before() and
4503   g_queue_insert_after()
4504
4505 * Bugs fixed:
4506   11059 Linux poll issue
4507  726037 Add G_PARAM_READWRITE value to the GParamFlags enumeration
4508  727988 GMemoryOutputStream hangs when writing more than 1GiB
4509  729739 tlscertificate: add support for loading certificate chains
4510  733791 GSettings: delay backend subscription
4511  736286 Clarify g_file_replace behavior with etags
4512  736620 GQueue: accept NULL sibling for insert_before() and insert_after()
4513  737150 GLib-GIO-WARNING **: Failed to parse translated string 'visible-name...
4514  737160 unhelpful error message
4515  738259 GDBusInterfaceVTable: clarify memory handling for the method() virt...
4516  738551 'interface' variable conflicts with Windows defines
4517  738633 Need to disable SSLv3 in glib-networking
4518  740157 <app> --help doesn't work even when options were added
4519  740309 Fix docs in g_strfreev
4520  740413 Fix the GSettings Registry Backend 
4521
4522 * Translation updates:
4523  Norwegian bokmål
4524
4525
4526 Overview of changes in GLib 2.43.0
4527 ==================================
4528
4529 * GObject gained a debug option to provide instance counts. To use it,
4530   set GOBJECT_DEBUG=instance-count and call g_type_get_instance_count().
4531
4532 * GOption now has a strict POSIX mode in which it stops parsing arguments
4533   as soon as a non-option argument is encountered.
4534
4535 * Bugs fixed:
4536  354457 Feature Proposal: Per-Type Statistics for Instantiable GTypes
4537  695082 g_hash_table_remove_all is not save against a call to g_hash_table_remove
4538  723160 GOption: add strict posix mode
4539  728256 gcredentials: add NetBSD support
4540  729739 tlscertificate: add support for loading certificate chains
4541  733338 Don't segfault in GNetworkMonitor when IPv6 support is unavailable
4542  736273 gdesktopappinfo: Use symbolic names in the code
4543  736284 Keep only one list of signal emissions
4544  736806 gtask: Fix reference count loop causing leaks
4545  736914 Docs: various fixes and improvements
4546  737143 Include <stdint.h> in glib/valgrind.h
4547  737259 gcancellable: Clarify that GSources hold references to GCancellables
4548  737338 gmain: Unref child sources when finalising a GSource
4549  737446 tests: Fix some minor leaks in the unit tests
4550  737451 Provide api to read_all_async
4551  737741 g_datalist_id_get_data assertion fails for non-existant keys
4552  737869 GApplication command line handling breaks --help
4553  738170 g_byte_array_new_take() doesn't initialize array->alloc
4554  738197 g_cond_timed_wait() doesn't time out on Mac OS X
4555  738374 gfile: g_file_equal (x, x) is TRUE
4556  738675 GSubprocessLauncher is missing some data on the docs 
4557
4558 * Translation updates:
4559  Bengali (India)
4560  Bulgarian
4561  Gujarati
4562  Italian
4563  Telugu
4564
4565
4566 Overview of changes in GLib 2.42.0
4567 ===================================
4568
4569 All changes in this release are trivial in nature.
4570
4571  - introspection warning fixes
4572
4573  - g_application_add_main_option now uses an enum instead of an 'int'
4574    for the type of a parameter
4575
4576  - added a G_OPTION_FLAG_NONE so that people don't need to use 0
4577
4578  - gresource: Use GError in more places
4579
4580  - gresource commandline tool: improve extraction from multiple sections
4581
4582  - GSource now takes the context lock (if any) in g_source_set_name()
4583
4584  - new documentation to clarify the use of some APIs related to
4585    GVariant, GSource, GApplication
4586
4587  - other minor updates to docs
4588
4589 * Bugs fixed
4590  736683 Thread safety issues with g_main_context_find_source_by_id
4591  736975 [patch] please document that GVariant serialization needs an
4592         out-of-band length field
4593
4594 * Translation updates
4595  Danish
4596  Hindi
4597  Marathi
4598  Punjabi
4599  Serbian
4600  Simplified Chinese
4601
4602 Overview of changes in GLib 2.41.5
4603 ==================================
4604
4605 * Bug fixes:
4606  735819 single native credential struct used for two purposes
4607  735915 glib-building.html uses --enable-gcov instead of --enable-coverage
4608  736350 GDesktopAppInfo: avoid polling on missing desktop dirs
4609  736351 Don't use issetugid() on Android
4610         Fix the default application logic in GDesktopAppInfo
4611  736458 Only use rand_s() when targetting Visual Studio >= 2005
4612
4613 * Translation updates
4614  Galician
4615  Hungarian
4616  Indonesian
4617  Kannada
4618  Latvian
4619  Polish
4620  Russian
4621  Slovenian
4622  Tamil
4623
4624
4625 Overview of changes in GLib 2.41.4
4626 ==================================
4627
4628 * GApplication now has binding-friendly API to handle
4629   commandline options: g_application_add_main_option
4630
4631 * G_GNUC_BEGIN_IGNORE_DEPRECATIONS works with clang
4632
4633 * Bugs fixed:
4634  583330 poll list of mounted file systems (no mtab support)
4635  727455 Command line option parsing from bindings
4636  734126 add G_GNUC_BEGIN_IGNORE_DEPRECATIONS macro for clang
4637  735179 gsocketclient: Handle cancellation between CONNECTING...
4638  735297 Docs claim that GThread struct is deprecated 
4639
4640 * Translation updates:
4641   Assamese
4642   Catalan
4643   Catalan (Valencian)
4644   Czech
4645   French
4646   German
4647   Greek
4648   Hebrew
4649   Korean
4650   Oriya
4651   Traditional Chinese
4652
4653
4654 Overview of changes in GLib 2.41.3
4655 ==================================
4656
4657 * g_clear_pointer and g_clear_object no longer use atomics
4658
4659 * Bugs fixed:
4660  711547 win32: silence some build warnings
4661  725511 Compiled resource files should have the same /-separators everywhere
4662  725513 Some tests fail to build on W32
4663  725514 W32: gfileutils does not preserve errno correctly
4664  725515 test-printf fails on W32
4665  728730 gsocket: Set SO_NOSIGPIPE on sockets on Darwin
4666  729703 Leaks a GError in g_file_move
4667  730932 statically assert that reasonable assumptions about enums are true
4668  732085 gtype: Fast-path for g_type_is_a
4669  732754 GDBusMessage: optimise (de)serialisation of fixed arrays
4670  733345 ginetaddress: Add a precondition to g_inet_address_new_from_string()
4671  733576 Patches from static analysis run on 2.40
4672  733715 glib's configure.ac makes accidentally use of nested function
4673  733934 win32: improve the package installation dir lookup
4674  733960 W32: spawning a console process creates a new window when stdout...
4675  733969 Remove atomic aspects of g_clear_pointer/object
4676  733982 Do not crash when checking whether an instance type is of a given...
4677  734035 gedit hangs up when there's no GSettings key in the registry 
4678
4679 * Translation updates:
4680  Basque
4681  Brazilian Portuguese
4682  Lithuanian
4683  Slovenian
4684  Spanish
4685
4686
4687 Overview of changes in GLib 2.41.2
4688 ==================================
4689
4690 * The Unicode support has been updated to version 7.0
4691   of the Unicode standard
4692
4693 * GNotification now supports priorities for notifications
4694
4695 * GCredentials has gained NetBSD support
4696
4697 * GMutex now uses a faster, native implementation on Linux
4698
4699 * Bugs fixed:
4700  699132 Pluggable event loop backends
4701  720708 g_assert_warning(): number of arguments doesn't match for...
4702  722092 Add GtkApplication resources support
4703  724986 Change gio/data-to-c.pl to /usr/bin/env perl.
4704  727974 Fix up failure-to-see-expected-message logging
4705  728256 gcredentials: add NetBSD support
4706  728401 GDateTime: Add guards to g_date_time_new()
4707  729825 Formatting of g_alloca documentation
4708  729914 instead of DEBUG_CODE and IF_DEBUG, provide a common macro...
4709  730293 clang++-3.4: error: 'register' storage class specifier is ...
4710  731339 giochannel: avoid setting uninitialised length
4711  731424 #ifdef spaghetti for load_user_special_dirs() implementations
4712  731623 GNotification: add support for a priority setting
4713  731929 update tables to unicode 7.0.0
4714  731950 gvalue: New g_value_from_instance
4715  731986 GLib: implement GMutex natively on Linux
4716  732184 GObject: warn on use of deprecated properties
4717  732357 Docs: various fixes and improvements
4718  732429 GActionEntry: improve documentation
4719  732465 Fix build on x64 Visual C++ builds
4720  732704 Docs: various fixes and improvements
4721  732739 ginetsocketaddress: Explicitly initialise flags for getaddr...
4722  732754 GDBusMessage: optimise (de)serialisation of fixed arrays
4723  732984 g_object_ref(NULL) in g_dbus_object_manager_client_finalize
4724  733084 Typos in g_bytes_hash() and g_time_zone_find_interval() docs
4725  733146 spawn helper does not use correctly the parameters 
4726
4727 * Translation updates:
4728  Lithuanian
4729
4730
4731 Overview of changes in GLib 2.41.1
4732 ==================================
4733
4734 * Bug fixes:
4735  697229 Custom Interface implementations will be broken with glib 2.37/38
4736  698614 GObject: prevent installing properties after init
4737  729269 gvariant: Fix confusion between type and format strings in the docs
4738  730198 broken valgrind.h leads to crashes in g_type_free_instance on mingw64
4739  730807 GMutex performance regression
4740  730963 gconvert: mention that the g_convert len should be in bytes
4741  730984 Faster instance type check for fundamentals
4742  731050 <structname> tags appear in documentation
4743  731200 unconditional 'notify' during g_object_set() is problematic
4744  731335 gtype: guard uses of new fundamental type check
4745  731341 gparam: change value of G_PARAM_EXPLICIT_NOTIFY
4746  731366 run-assert-msg-test.sh gdb leaves assert-msg-test zombie
4747  731425 giomodule protects function-call with different token than function...
4748  731513 clang: build failure: implicit declaration of function '__atomic_load_4'
4749  731584 gbookmarkfile: Cleaner error handling code to pacify static analysis
4750  731657 Prevent an invalid @CARBON_LIBS@ from appearing in the .pc files
4751  731979 docs: Correct param to interface's default_init()
4752  731996 Return folder as icon for directories
4753  732002 gwakeup: Clarify buffer sizing in g_wakeup_signal()
4754  732005 Remove unused assignments
4755  732019 gtestdbus: Don’t close stdout for dbus-daemon
4756  732068 gsignal: Add an example to the g_signal_connect_swapped() documentation
4757  732081 gsocket: Document that g_socket_create_source() holds a socket ref
4758  732107 gsocketlistener: Reconsider closing sockets on listener finalisation
4759
4760
4761 Overview of changes in GLib 2.41.0
4762 ===================================
4763
4764 * Many bugfixes found by static analysis, including potential fd leaks
4765   and NULL pointer dereferences.
4766
4767 * Increased use of (nullable) attribute on out values and return types
4768   now that it is supported (mostly from porting Vala metadata).
4769
4770 * use XDG_CURRENT_DESKTOP for OnlyShowIn/NotShowIn handling of desktop
4771   files, deprecating g_desktop_app_info_set_desktop_env()
4772
4773 * add support for g_desktop_app_info_get_implementations() to find
4774   desktop files that have an Implements= line for a given interface
4775
4776 * GHmac has gained SHA-512 support
4777
4778 * support the new mimeapps specification (most notably, moving the
4779   assoications/defaults configuration to ~/.config/mimeapps.list).
4780
4781 * libgobject is now linked -Wl,-z,nodelete when possible to avoid errors
4782   when gobject is used from a module for a program that does not itself
4783   use gobject and that module is unloaded/reloaded
4784
4785 * ... and many other bug fixes.
4786
4787  623552 glib warns if backtrace.py is not present
4788  667468 glib-2.30.2: ipv6 tests fail when no ipv6 support is available
4789  668152 -framework Carbon linker flag not passed to pkg-config .pc files
4790  707298 libgobject should be linked with -Wl,-z,nodelete
4791  712391 Add g_desktop_app_info_get_implementors()
4792  722723 Infinite recursion when calling g_io_stream_close_async() from libsoup
4793  724741 hmac: Fix support for SHA-512 in GHmac
4794  726040 networkaddress: fix parsing of uri with @ after authority
4795  726318 gio: Document that GSocket is not thread safe
4796  726611 socketclient: Leak on cancellation
4797  726872 gio: Add names to idles and timeouts
4798  727119 wrong IN6_IS_ADDR_MC_LINKLOCAL usage break android build
4799  727123 GNotification: Some small documentation fixes
4800  727320 docs: Remove escaping '\' from literals
4801  727551 Check use_count of GApplication in g_application_release()
4802  727559 g_file_copy: Don't set GError when we intend to ignore errors
4803  727692 gio/gtlscertificate.c -- broken PEM-file processing (affects local CA root stores, for starters)
4804  727890 soup_content_sniffer_real_sniff segfault
4805  727900 gio: Add newer dbus UnknownXxxx and PropertyReadOnly errors
4806  727928 gapplication-tool fixes
4807  727939 INTLLIBS are always appended in configure checks
4808  727964 g_io_extension_point_get_extension_by_name: Warn, but don't crash, for NULL inputs
4809  728040 Implement new mimeapps spec
4810  728066 Deal with startup notify id being NULL
4811  728280 platform_get_argv0: fix sysctl(3) use on OpenBSD
4812  728285 docs: Use markdown links in .h files, too
4813  728350 gaction: Minor clarifications in the GAction documentation
4814  728380 docs: Remove <!-- --> comment before plural s
4815  728565 gfile: More explicitly document the context for GFileProgressCallback
4816  728983 Docs: various fixes and improvements
4817  729167 gobject: Document that classes/objects/interfaces are zero-filled
4818  729563 GOption: A short option's value is included in G_OPTION_REMAINING
4819  729813 AppInfo: use XDG_CURRENT_DESKTOP for OnlyShowIn
4820  729875 gio: cleanup gdbusmessage.c file
4821  730045 Avoid overeager warning about deprecated properties
4822  730189 gtestutils: Fix a very unlikely FD leak in test fork handling
4823  730190 gsocket: Add missing preconditions to g_socket_send_message()
4824  730277 gthread: Fix use of a local variable after it went out of scope
4825  730278 gsubprocess: Add a missing va_end() call
4826  730295 gdbus-tool: Remove dead variables
4827  730493 Port annotations from Vala metadata
4828
4829 Translations updated:
4830  Basque
4831  Brazilian Portuguese
4832  Catalan
4833  Czech
4834  Danish
4835  Greek
4836  Hebrew
4837  Hungarian
4838  Punjabi
4839  Serbian
4840  Slovenian
4841  Spanish
4842  Ukrainian
4843
4844 Overview of changes from GLib 2.39.91 to GLib 2.39.92
4845 =====================================================
4846
4847 This is a release candidate for 2.40.0.
4848
4849 * g_test_run() no longer runs tests in exactly the order they are
4850   registered; instead, it groups them according to test suites (ie,
4851   path components) like the documentation always claimed it did. In
4852   some cases, this can result in a sub-optimal ordering of tests,
4853   relative to the old behavior. The fix is to change the test paths to
4854   properly group together the tests that should run together. (eg, if
4855   you want to run test_foo_simple(), test_bar_simple(), and
4856   test_foo_using_bar() in that order, they should have test paths like
4857   "/simple/foo", "/simple/bar", "/complex/foo-using-bar", not
4858   "/foo/simple", "/bar/simple", "/foo/using-bar" (which would result
4859   in test_foo_using_bar() running before test_bar_simple()).
4860
4861   (The behavior actually changed in GLib 2.36, but it was not
4862   documented at the time, since we didn't realize it mattered.)
4863
4864 There are no major changes in this release, but a few serious bugs have
4865 been fixed.
4866
4867 * Bugs fixed:
4868  710367 Crash in g_settings_backend_dispatch_signal()
4869  723899 G_DEFINE_TYPE() causes compiler warnings with clang due to foo_get_instance_private
4870  724859 Let the test_wait_until() test also run on non-*nix
4871  724916 gio unmount code makes XFCE's Thunar crash
4872  725651 GSubprocessLauncher: Does not copy the calling process environment.
4873  725656 Unskip GVariantDict
4874  725891 gio tests: add codegen to BUILT_SOURCES
4875  726046 Recent commit created symbolic icons issues
4876
4877 * Translations:
4878  Chinese
4879  French
4880  Korean
4881  Latvian
4882  Norwegian bokmål
4883  Portuguese
4884  Russian
4885  Traditional Chinese
4886
4887 Overview of changes from GLib 2.39.90 to GLib 2.39.91
4888 =====================================================
4889
4890 This release introduces a hard dependency on present and functioning
4891 clock_gettime() and CLOCK_MONOTONIC.  It also introduces a dependency on
4892 pthread_condattr_setclock() unless your system happens to have
4893 pthread_cond_timedwait_relative_np() (as do Mac OS and Android).  This
4894 release is known to be broken with at least GNU/Hurd, pending addition
4895 of working pthread_condattr_setclock(CLOCK_MONOTONIC) there.
4896
4897 New API: g_str_to_ascii()
4898
4899 * Fixed bugs:
4900  670144 unconditional use of CLOCK_MONOTONIC is broken
4901  673607 invalid assumption in g_cond_wait_until() / g_get_monotonic_time() API
4902  710142 Add more impressive transliteration to GLib
4903  722360 make check fails
4904  722604 (partial) Various tests are failing with 2.39.3
4905  723316 g_hash_table_iter_remove() should be explicit whether or not it is safe while iterating the table
4906  724609 Fix build of GIO on Windows
4907  724687 gmain: make monotonic time really monotonic, everywhere
4908  724706 gsource: document priority of child sources
4909  724707 some GSocket source improvements
4910  724839 GMainContext: some source ID cleanups
4911  724858 Dist gtranslit-data.h
4912  724994 Missing icons for bookmarks in file chooser
4913  725023 Can no longer find apps by executable/desktop file name
4914
4915 * Translations:
4916  Lithuanian
4917  Polish
4918  Thai
4919
4920 Overview of changes from GLib 2.39.4 to GLib 2.39.90
4921 ====================================================
4922
4923 * Fixed bugs:
4924  625408 make GVariant dictionaries more useful
4925  660809 document that if you fail a precondition check, documented guarantees do not apply
4926  661576 fix handling of constructors that destroy half-constructed objects
4927  679957 g_inet_address_new_from_string is not able to handle dots and numbers IPv4 addresses
4928  712837 gvariant: Document the need to cast varargs when constructing GVariants
4929  721458 g_simple_async_result_is_valid has a NULL check for the wrong source_tag
4930  721977 improve split handling of command line arguments
4931  722033 win32: fixup lib.exe invocation
4932  723422 Fix g_socket_get_available() with TCP on Windows
4933  723616 gio/tests: fix race when generating code
4934  724001 gsubprocess: Fix a broken link in the documentation
4935  724124 glib/tests/collate.c fails if no en_US locale
4936  724126 intermittent GApplication test failure: /gapplication/local-actions: lines of output permuted
4937  724233 gsocketservice: Note g_socket_listener_close() for closing open sockets
4938  724239 soup_session_queue_message - Connection terminated unexpectedly
4939  724278 gsocketconnection: Document closing connections with g_io_stream_close()
4940  724330 configure.ac: tweak inotify check
4941  724385 gtestutils: make the new assert messages more detailed
4942  724401 gsubprocess: Mutex leak
4943  724417 glib master build broken on OpenBSD
4944  724434 Build failure in gio/gresolver.c
4945
4946 * Updated translations:
4947  Brazilian Portuguese
4948  Galician
4949  Indonesian
4950  Italian
4951  Kannada
4952  Norwegian bokmål
4953  Spanish
4954  Thai
4955
4956 Overview of changes from GLib 2.39.3 to GLib 2.39.4
4957 ===================================================
4958
4959 * Fixed Bugs:
4960  139699 Correction for g_main_context_unref()
4961  583036 g_strchomp and g_strchug are not declared const
4962  683388 improve documentation for application developers
4963  685204 ./configure fails to add the '-g' flag to CFLAGS
4964  688406 GStaticMutex broke ABI on at least ARM EABI during 2.31.x
4965  693299 cannot compile on Solaris: error in gbitlock.c
4966  707111 Clarify type transformability and compatibility
4967  711547 win32: silence some build warnings
4968  719344 Fix the various test programs (or GLib itself) on Windows
4969  722025 cleanup/clarify command line argument encoding on Windows
4970  722323 remove unused include 'gslist.h' in 'gbookmarkfile.c'
4971  722326 gstringchunk: Use g_slist_free_full() where possible
4972  722357 gio: fix small memory leak on local xattr
4973  722436 Adjust doc to Makefile.decl renaming
4974  722503 GSimpleAction: add default activate handler
4975  722526 glib/deprecated/gthread.h error on FreeBSD
4976  722591 [documentation] broken link to GtkAction from GAction.html
4977  722973 Broken example in GApplication reference
4978  723048 'network-access' test can fail to guess interface index
4979  723360 gmain: Note that g_source_destroy() can be called multiple times 
4980
4981 * Updated Translations:
4982  Assamese
4983  Tamil
4984  Traditional Chinese
4985
4986
4987 Overview of changes from GLib 2.39.2 to GLib 2.39.3
4988 ===================================================
4989
4990 No major changes this release -- mostly lots of small fixes and
4991 improvements in test coverage.
4992
4993  * fix a crasher in code from gdbus-codegen
4994
4995  * improvements to gobject gdb helper script
4996
4997  * portability:
4998
4999    - fix a deadlock issue with kqueue on FreeBSD
5000
5001    - work around a quirk in the sunstudio compiler
5002
5003    - rename a variable to avoid clashing with a macro definition of
5004      'environ' on some platforms (like mingw)
5005
5006    - use POSIX-specified <poll.h> over <sys/poll.h>
5007
5008    - many improvements to Visual Studio projects and and some build
5009      fixes for Windows
5010
5011  * tests
5012    - a very large number of improvements in test coverage
5013
5014    - don't report skipped tests as failures
5015
5016    - return 77 if we skip all tests in an executable
5017
5018    - improve gtest documentation and fix some minor issues
5019
5020    - fix g_test_trap_reached_timeout() return value
5021
5022    - remove some dead code uncovered during test coverage expansion
5023
5024    - Use tap mode for installed tests too, when using tap
5025
5026  * fix races in unix signal handling
5027
5028  * make our GVariant-based commandline tools (glib-compile-schemas,
5029    gdbus, gapplication) print out GVariant parse errors in context
5030
5031  * GApplication now has a --gapplication-service command line switch to
5032    turn any GApplication into a service
5033
5034  * improve compatibility of GApplication and GOptionContext
5035
5036  * fix gsettings.m4 wrt. builddir != srcdir with non-recursive make
5037
5038  * use a directory monitor in GKeyfileSettingsBackend
5039
5040  * improve robustness of some GIcon classes
5041
5042 Bugs fixed
5043  141251  poll(2) is in <poll.h>, not <sys/poll.h> per SUS standard
5044  613732  [PATCH] gobject.py: Don't install frame filters when GDB does not support them
5045  708212  g_variant_parser_error_get_quark() has unexpected name.
5046  710965  GApplication: add --gapplication-service switch
5047  711090  periodic failure of spawn-multithreaded async testcase
5048  712171  gsettings.m4: @GSETTINGS_RULES@: Support srcdir != builddir with nonrecursive make
5049  712630  Revert "gsettings m4: check for .xml in src/builddir"
5050  715028  GVariant: add way to print context of parse errors
5051  719344  Fix the various test programs (or GLib itself) on Windows
5052  720263  gtestutils: skipping a test should count as success, not failure
5053  720539  gdbus-codegen: Fix crasher in goa-using apps
5054  720635  Make gdb pretty-printers compatible with Python3
5055  720891  g_settings_get_child does not inherit the backend
5056  721034  glib 2.38.2 cannot be compiled with SunStudio Compiler under Solaris
5057  721059  g_subprocess_launcher_set_environ vs "environ"
5058  721074  kqueue: deadlock
5059  721087  Missing -lselinux in pkg-config --libs --static gio-2.0
5060  721324  Error message is printed to stdout
5061  721624  Regression in GTest framework reorders existing test cases
5062  721625  backwards NEWS entry about g_source_remove change
5063  721796  insufficient escaping in g_dbus_annotation_info_generate_xml()
5064  721947  Improve GApplication ⇔ GOptionContext compatibility 
5065
5066 Translations updated:
5067  Brazilian Portuguese
5068  Galician
5069  Greek
5070  Hebrew
5071
5072 Overview of changes from GLib 2.39.1 to GLib 2.39.2
5073 ===================================================
5074
5075 * Portability
5076
5077   - Remove alleged support for OS/2
5078
5079   - Remove alleged support for BeOS
5080
5081   - Remove alleged support for last-millennium Unixes
5082
5083   - Require C90 compliance
5084
5085   - Require POSIX.1 (1990) compliance on Unix
5086
5087   - Require GNU make
5088
5089 * Bugs fixed:
5090  113075 support "nonnull" attribute
5091  159528 g_ptr_array_remove_range()
5092  307947 The check for growing stack pointer in configure can fail
5093  607016 docs should mention property notification order
5094  671557 Fun with integers and g_key_file_load_from_data()
5095  676761 don't use g_critical for a runtime error
5096  690525 g_file_replace_contents_async doesn't copy its @conten...
5097  691608 Support compilation with clang 3.2
5098  697585 g_variant_builder_add's doc example is leaking
5099  697828 g_hash_table_add() should return a boolean
5100  702862 gdbus-codegen : look for deps in default install path
5101  703522 Reference leak in GvariantBuilder documentation
5102  705902 g_get_current_dir() should check PWD env var and retur...
5103  708274 Added GObject Introspection annotations to genums.c
5104  710519 Portability schmortability
5105  710741 some mainloop instrumentation
5106  710983 Test failures on powerpc
5107  711047 Enable the build of the various test programs on Windo...
5108  711051 Add basic test for the GNotification gtk backend
5109  711088 gbacktrace: Don't close stderr when running gdb
5110  711103 gmessages: Add g_info macro for G_LOG_LEVEL_INFO
5111  711178 appinfo test problems
5112  711546 utf8: report allocation error
5113  711640 gdesktopappinfo: Rank Keywords matches higher than Gen...
5114  711751 Fix memory leaks in libglib tests
5115  711753 gthread-posix: Don't use gslice allocated GRecMutex
5116  711796 glib-tap.mk: fix to actually use the TAP driver
5117  711800 fix g_test_set_nonfatal_assertions()
5118  711801 giomodule: Allow overriding source directory gio modul...
5119  711805 gdbus-connection: Fix race condition in test
5120  711806 gtestdbus: Don't destroy GSource twice
5121  711807 gtestdbus: Properly close server connections
5122  711871 Broken and misleading configure check for growing stack
5123  712136 'O_CLOEXEC' undeclared (first use in this function)
5124  712148 Add system bus support to GTestDBus
5125  712171 gsettings.m4: @GSETTINGS_RULES@: Support srcdir != bui...
5126  712314 AIX port: splice(); major()/minor(); libtool library order
5127  712315 GSettings: More docs for deprecated _list_schemas()
5128  712393 gobject: Box GMappedFile
5129  712547 GSocketClient "event" not useful for determining resol...
5130  715164 Clang static analysis fixes
5131  719395 GPtrArray add g_ptr_array_insert
5132  719402 Crashes when startup
5133  719472 leak in generated proxy-side property-setter
5134  719687 fix or remove g_trap_object_ref
5135  719809 Signal connection ids are always > 0 if successful
5136  719837 gdbus-connection: Work around race in connection tests
5137  719884 Fix documentation typos in GTask and GCancellable examples
5138  719979 g_settings_get: check validity of format string
5139  720080 Truncating a GMemoryOutputStream to a larger size cause...
5140  720210 gdataset: Remove unused define
5141  720236 Allow clean simple use of g_test_trap_subprocess() 
5142
5143 * Translations updates:
5144  Italian
5145  Lithuanian
5146  Simplified Chinese
5147  Spanish
5148
5149
5150 Overview of changes from GLib 2.39.0 to GLib 2.39.1
5151 ====================================================
5152
5153  * GSettings fixes/improvements
5154
5155    - GSettingsSchema API is now more powerful and consistent
5156
5157    - new GSettingsSchemaKey API allows accessing metadata for keys:
5158      type, default value, range and the long-awaited support for summary
5159      and description
5160
5161    - GSettingsSchemaSource gains support for listing schemas within a
5162      source.  Deprecate the global API that did this for the default
5163      source.
5164
5165    - 'gsettings list-schemas' now works properly with --schemadir
5166
5167    - deprecate a bunch of now-redundant functionality on GSettings
5168
5169    - add API to GSettings for getting the default value of a key (as set
5170      by the sysadmin)
5171
5172    - add API to GSettings for determining if the user has assigned a
5173      particular value to a key (ie: we are not just reading the default)
5174
5175    - ignore qualified tags and attributes appearing in schema files
5176
5177  * Applications/Actions
5178
5179    - make GSimpleAction a bit more strict with respect to state changes
5180      that would violate the interface (ie: by changing the state type
5181      after construction)
5182
5183    - throw an error when attempting to 'Describe' a non-existent action
5184      via D-Bus instead of returning a bogus description
5185
5186    - throw an error when attempting to invoke unsupported methods on an
5187      Application (eg: 'Open' on an app that doesn't HANDLES_OPEN)
5188      instead of emitting a g_critical() in context of the app (which is
5189      not itself at fault for the errant call)
5190
5191  * Appinfo
5192
5193    - substantially rework GDesktopAppInfo to reduce the amount of disk
5194      accesses that are performed in common situations
5195
5196    - add a new class: GAppInfoMonitor for discovering when applications
5197      are installed/removed
5198
5199    - add a new g_desktop_app_info_search() API for searching for
5200      installed applications by name, keywords, etc.
5201
5202  * GMarkup: add new G_MARKUP_IGNORE_QUALIFIED flag for skipping over
5203    "qualified" tags and attributes (those with a colon in the name, such
5204    as 'my:tag')
5205
5206  * GDBus
5207
5208    - ignore qualified tags, as above
5209
5210    - GTestDBus: unset all D-Bus addresses (such as STARTER) to ensure
5211      that test programs don't pick them up
5212
5213    - add new session_bus_run() convenience in the tests and use it
5214
5215  * GRand: use real random data as a seed on win32 and use the
5216    timestamp/pid/uid fallback only on UNIX machines where we can't open
5217    '/dev/urandom'.  This may cause issues with older mingw32 releases
5218    due to a missing prototype for the rand_s() API.
5219
5220  * Many win32 (and particularly MSVC) portability fixes.  Many
5221    additional tests are now runnable when building with MSVC.
5222
5223  * Due to early testing of the (soon to land) GCleanup framework, a very
5224    large number of memory errors have been found and fixed (mostly in
5225    the testcases, but some in glib itself).
5226
5227  * GIO:
5228
5229    - some more seeking cleanups: particularly on GLocalFileInputStream
5230
5231    - don't leave a .trashinfo file around if trashing a file fails
5232
5233    - Add a request_certificate virtual method to GTlsInteraction
5234
5235 Translations updated:
5236  Assamese
5237  Galician
5238  Greek
5239  Spanish
5240  Tamil
5241
5242 Bugs fixed:
5243  635641 schema compiler should ignore unknown attributes
5244  637257 g_tls_client_connection_gnutls_retrieve_function needs to be able to block
5245  637956 GKeyfileSettingsBackend should ignore file deletions
5246  645453 keys from base schema missing from extended schema
5247  665634 g_dbus_node_info_new_for_xml() errors on unknown attributes in XML files
5248  668232 Unable to get description and summary for a key
5249  668233 Unable to determine if a key is set to the default / what the default value is
5250  680838 Need g_settings_schema_source_get_schemas()
5251  683017 API for accessing GSettings Schema metadata
5252  687185 org.gtk.Actions.Describe doesn't return an error for non-existing action names
5253  687202 If trashing fails, the ".trashinfo" file is not removed
5254  695558 The --schemadir option has no effect
5255  696424 GSimpleAction.state property is not right
5256  697348 GTestDBus should unset DBUS_STARTER_ADDRESS, DBUS_STARTER_BUS_TYPE
5257  710133 Emit backward compatible code with gdbus-codegen
5258  710691 glib-networking: locking during implicit handshake
5259  710738 GRand has lame fallback for Windows
5260  710859 Typo in gio docs
5261  710885 Two fixes for GApplication
5262  710962 error: 'F_DUPFD_CLOEXEC' undeclared (first use in this function)
5263  710964 Add g_hash_table_get_key_array()
5264  710991 test: g_debug messages shouldn't affect g_assert_expected_messages
5265  711016 g_settings_list_keys () segfaults for empty schemas
5266  711048 glocalfileinputstream.c allows skip past end of file
5267  711049 Fix build of GLib-GIO 2.39.x on Windows/MSVC
5268  711064 Adding child source to blocked source can cause a segfault
5269  711070 Copying a symlink over another one segfaults
5270  711099 gapplication test failure
5271  711520 GDesktopAppInfo: allow more than one level of legacy folder prefixes
5272  711556 Add GAppInfoMonitor
5273  711557 Add g_desktop_app_info_search()
5274  711600 trivial portability fix
5275  711632 The desktop-app-info test fails during make check
5276  711754 gmain: Fix use of uninitialized memory in sigaction structure
5277  711755 private: Use threading primitives correctly in private test
5278  711756 gthreadpool: Don't pass bad data to GThreadPool sorter
5279  711768 Fix memory leaks in libgmodule tests
5280  711775 utils: Don't free memory owned by glib in test
5281  711782 boxed: Fix double free in boxed unit tests
5282  711803 gsubprocess: Fix a number of leaks and a segfault
5283  711808 gtestdbus: Fix leak of GMainLoop 
5284
5285 Overview of changes from GLib 2.38.0 to GLib 2.39.0
5286 ====================================================
5287
5288  * prep for the 2.40 series (version macros, docs index, etc.)
5289
5290  * GNotification
5291
5292    - new API for sending persistent notifications via the desktop shell
5293
5294    - notifications persist when the application has quit and clicking on
5295      them can restart the application with an action (via
5296      DBusActivatable)
5297
5298  * GSubprocess
5299
5300    - new API for launching subprocesses
5301
5302    - nice GIO integration like async functions, cancellability, etc.
5303
5304    - a convenient communicate() API inspired by the same API in Python
5305
5306    - related: the gspawn API now has a CLOEXEC flag for the created
5307      pipes for stdin/stdout/stderr
5308
5309  * New gapplication(1) commandline tool
5310
5311    - intended to be used with DBusActivatable apps
5312
5313    - can be used for launching apps, opening files, invoking application
5314      actions and listing apps and actions
5315
5316    - bash tab completion is supported
5317
5318  * GDesktopAppInfo changes:
5319
5320    - g_file_get_path() can implicitly cause a FUSE mount so don't call
5321      it until we know we need it (for an app that doesn't support URIs)
5322
5323    - don't crash when trying to load from a keyfile with
5324      DBusActivatable=true
5325
5326    - remove some dead code, refactor the search path handling a bit and
5327      do a large-scale whitespace cleanup (prep work for the pending
5328      desktop file index)
5329
5330  * File monitors
5331
5332    - fix broken handling of mount point monitoring
5333
5334    - remove some strange use of GObject::constructor() from the base
5335      class and inotify backend
5336
5337    - fix GFileMonitor to work in the non-default main context even when
5338      the main context is not running (or is blocked)
5339
5340    - add internal private API for easily creating a file monitor in the
5341      GLib worker thread
5342
5343  * GSettings
5344
5345    - g_settings_list_children: only list viable schemas.  This fixes a
5346      longstanding issue where 'gsettings list-recursively' will crash
5347      when there are invalid schemas installed
5348
5349    - don't accept invalid paths on g_settings_new_with_path, etc.
5350
5351  * GIO
5352
5353    - GFile now has a thumbnail::is-valid attribute to check if the
5354      thumbnail in thumbnail::path needs to be regenerated
5355
5356    - GDBusProxy now has a flag to control autostarting of services at
5357      construction time
5358
5359    - for GSeekable, properly introduce the concept of "resizable" vs.
5360      "fixed-sized" streams in the docs, explaining the expected
5361      semantics of the interface in each case
5362
5363    - fix some cases in GMemoryOutputStream that were violating the above
5364      expectations (which may cause a slight API incompatibility)
5365
5366    - clean up GCredentials code and add support for Hurd and Solaris
5367
5368    - improve splicing by using different codepaths for the case where we
5369      have real _read_async() and _write_async() implementations on the
5370      stream vs. the case where they are internally emulated (via
5371      dispatching the sync variant of the call in a thread)
5372
5373  * GKeyFile
5374
5375    - fix a leak in g_key_file_get_(u)int64 when we fail to parse the
5376      value as an integer
5377
5378    - add long-requested API g_key_file_save_to_file()
5379
5380  * Portability improvements
5381
5382    - avoid using O_DIRECTORY on platforms that don't have it
5383
5384    - be careful about systems that define SOCK_CLOEXEC but don't
5385      actually support it (like Hurd)
5386
5387    - only use SA_RESTART if it exists
5388
5389  * Other small API changes/additions
5390
5391    - a pair of functions to support matching strings for the type of
5392      search functionality that you'd expect to have with things like
5393      GtkSearchBar.  This will also be used by the desktop file index.
5394
5395    - g_str_is_ascii() with obvious purpose
5396
5397    - g_test_expect_message() no longer appears to allow you to catch
5398      G_LOG_ERROR messages
5399
5400  * GMainContext/GSource
5401
5402    - fix handling of overflowing the 'next source id' counter
5403
5404    - g_source_remove() will now throw a critical in the case that you
5405      try to remove a non-existent source.  We expect that there is some
5406      code in the wild that will fall afoul of this new critical but
5407      considering that we now reuse source IDs, this code is already
5408      broken and should probably be fixed.
5409
5410    - simplify handling of the 'current dispatching source' to not
5411      require use of a linked list
5412
5413  * GObject
5414
5415    - the long-broken (and leaky) pattern of destroying a just-allocated
5416      object from inside of a custom GObject::constructor is now
5417      officially completely illegal and will abort the program
5418
5419  * Unicode: update to 6.3.0
5420
5421  * Bug fixes
5422
5423    - g_file_copy() now falls back to pathname queryinfo.  This should
5424      clear up the bugs with copying from some GVfs backends (afp,
5425      gphoto, archive, at least).
5426
5427    - fix an out-of-bounds read in the xdgmime code
5428
5429    - fix a typo in the /org/freedesktop/DBus path on the object manager
5430      client
5431
5432    - skip emitting path_namespace='/' in match rules in order to
5433      workaround a bug in the D-Bus daemon and fix our own implementation
5434      (which shared exactly the same bug)
5435
5436    - fix crashes on precondition violations for GParamSpec constructors
5437
5438    - many other small fixups (see bug list)
5439
5440   * Many documentation improvements
5441
5442 Bugs fixed:
5443  309224 g_key_file_save_to_file missing
5444  583321 QNX: no SA_RESTART
5445  661576 fix handling of constructors that destroy half-constructed objects
5446  672102 GSubprocess class
5447  684842 Seeks on GMemoryOutputStream don't have opaque semantics
5448  688492 Add a notification API
5449  691581 g_output_stream_real_splice_async doesn't use overriden read/write_async functions
5450  702516 gfileutils: Make -Werror=format-nonliteral happy
5451  704218 New gapplication(1) tool
5452  704593 g_setenv: on some systems (BSD, OSX…), setting a variable to NULL crashes the system
5453  704882 GLocalDirectoryMonitorClass mount_notify field is useless
5454  704887 file monitoring improvements
5455  705029 Support for Solaris credentials
5456  705688 g_settings_list_children: only list viable schemas
5457  706254 Afp backend cannot copy files
5458  707887 Attempting to create GObject Property with underscore prefix segfaults
5459  708042 gapplication: don't rely on cmdline being finalized immediately
5460  708265 add support for GNU/Hurd in GLib D-Bus Library
5461  708266 fix error code checks when SOCK_CLOEXEC is defined but not supported
5462  708529 xdgmime: valgrind warns about invalid reads
5463  708677 incorrect object path 'deskop' used in gio/gdbusobjectmanagerclient.c
5464  708714 Typo in docs of GLIB_VERSION_2_40 macro.
5465  708753 gdesktopappinfo: Call g_file_get_path() on demand
5466  708793 glib build fails with clang < 3.1: error: expected ';' after top level declarator
5467  708828 GDBusProxy: add the ability to call methods on non autostarted proxies
5468  708860 glib-2.38.0 doesn't build on Solaris 10
5469  708972 gnetworking.h in tarball screws up out-of-source builds
5470  709113 [PATCH] Main loop dispatch path has needless linked list
5471  709227 Update to unicode 6.3.0
5472  709301 goutputstream: Add clear warning about short writes to _write_bytes() and async version
5473  709326 GDesktopAppInfo crashes creating a DBusActivatable app without a filename
5474  709440 Fix overloading of "source" and "target" terminology in GBinding
5475  709615 Cannot use g_test_expect_message with g_error
5476  709753 Add helpers for string matches when using GtkSearchBar-like widget
5477  709898 Expose thumbnail validity in GFile attributes
5478  709966 Remove outdated documentation
5479  709994 Minor fix for HACKERS doc to direct hackers to proper help file
5480  709995 Obsolete makefile rules
5481  710002 G_MAXUINT may be assigned as duplicate source id
5482  710313 Memory leak in g_key_file_get_(u)int64 with invalid integer values
5483  710345 [Patches] Fix some redundant-decls
5484  710496 g_locale_to/from_utf8() doc updated.
5485  710625 g_file_error_from_errno: Remove unneeded breaks
5486  710666 Frame clock related bug fixes
5487  710724 gmain: Warn when g_source_remove() fails
5488  710726 Work around D-Bus bug with path_namespace='/' match rules
5489
5490 Translations:
5491  Assamese
5492  Brazilian Portuguese
5493  Indonesian
5494  Russian
5495  Tamil
5496  Traditional Chinese
5497
5498 What's new in Glib 2.38
5499 ========================
5500
5501  * Application support
5502
5503   - GIO now provides an implementation of Desktop Actions from the
5504     desktop entry specification
5505
5506   - GApplication now implements the org.freedesktop.Application
5507     interface as per the desktop entry specification, allowing for
5508     standards-based D-Bus launching of GLib-based applications
5509
5510   - GDesktopAppInfo now supports DBusActivatable as per the desktop
5511     entry specification, allowing GLib-based applications to use D-Bus
5512     to launch other applications
5513
5514   - GApplication now has a "busy" flag that can be set on an application
5515     to allow the shell to show that it is busy
5516
5517  * GObject
5518
5519   - the private offset for a given class type is now always constant.
5520     This was done by reorganising the memory layout of instances so that
5521     the private data comes before the "official" pointer for the object
5522     (ie: at a negative offset).  Valgrind macros were added to mitigate
5523     any problems that this may have caused.
5524
5525   - a new G_DEFINE_TYPE_WITH_PRIVATE has been added along with a
5526     generated function *_get_instance_private() that can now serve as an
5527     equally-performing alternative to ->priv pointers in instances
5528     (allowing memory savings)
5529
5530   - new G_PRIVATE_FIELD, G_PRIVATE_FIELD_P and G_PRIVATE_OFFSET macros
5531     provide a convenient method of converting between named variables in
5532     private structures and their (now constant) offsets
5533
5534   - installing properties on a GObjectClass must now be done from
5535     class_init.  It is no longer valid to install them after class_init
5536     has returned.
5537
5538   - it is now possible to manually break a GObject property binding
5539     without destroying one of the objects involved
5540
5541  * Icons
5542
5543   - the requirements for implementing the GIcon interface have changed
5544     in order to make it possible to consume all implementations of GIcon
5545     with a finite number of cases
5546
5547   - a new GBytesIcon type was added for an icon represented by an
5548     in-memory binary blob in a known image format (ideally png).
5549
5550   - new APIs g_icon_serialize() and g_icon_deserialize() replace the old
5551     to/from_string APIs and will always work, irrespective of which
5552     types have been initialised in the calling process, allowing for a
5553     serialised GdkPixbuf to be deserialised in a process that doesn't
5554     have GdkPixbuf
5555
5556   - support for icons has been added to GMenuModel using the new APIs
5557
5558  * Actions and menus
5559
5560   - GPropertyAction provides a convenient way of creating a stateful
5561     property corresponding to a property on a GObject, such as the
5562     "visible-child-name" property of a GtkStack
5563
5564   - new API g_menu_remove_all()
5565
5566   - we now have established rules about what is a "valid" action name
5567     and an API to check them
5568
5569   - a new API for converting detailed action names to and from the
5570     split-out name and parameter value (as GVariant)
5571
5572   - for backwards compatibility, invalid action names can still be used
5573     with most functions, but this is not recommended
5574
5575  * Other GIO
5576
5577   - GDBus now supports services that wish to handle some of all
5578     properties on an interface asynchronously, without requiring the
5579     service to reimplement the entire org.freedesktop.DBus.Properties
5580     interface
5581
5582   - GFile now has a new _measure_disk_usage() (and async) API for
5583     recursively determining the amount of disk space used by a
5584     particular directory (akin to 'du').
5585
5586   - asynchronous version of g_file_trash() and g_file_make_directory()
5587     have been added
5588
5589  * Other new API
5590
5591   - GRegex has a new function to query the maximum lookbehind length to
5592     allow for regexp matching on streams
5593
5594   - GVariant has two new APIs for constructing strings that allow
5595     avoiding copies in some cases: g_variant_new_take_string() and
5596     g_variant_new_printf()
5597
5598  * Testing
5599
5600   - we can now generate TAP output
5601
5602   - new support functions for simplifying the process of dealing with
5603     data files for srcdir != builddir and installed test cases
5604
5605   - g_test_trap_subprocess() provides a portable alternative to
5606     g_test_trap_fork()
5607
5608  * Other
5609
5610   - GLib now builds on Android against the bionic C library
5611
5612 Overview of changes from GLib 2.37.93 to 2.38.0
5613 ================================================
5614
5615 * fix the documentation for GSourceFuncs
5616
5617 * fix compilation on OS X/ppc64
5618
5619 Bugs fixed: 708445, 647145
5620
5621 Translations updated:
5622  Danish
5623  French
5624  Portuguese
5625  Punjabi
5626
5627 Overview of changes from GLib 2.37.92 to 2.37.93
5628 ================================================
5629
5630 * a couple of bugfixes in the new g_file_measure_disk_usage() API
5631
5632 * updated Traditional Chinese translation
5633
5634 Overview of changes from GLib 2.37.7 to 2.37.92
5635 ===============================================
5636
5637 * new API g_file_measure_disk_usage() similar to du(1)
5638
5639 * minor fixes
5640
5641 * Translation updates:
5642  Assamese
5643  Belarusian
5644  Brazilian Portuguese
5645  Catalan
5646  Czech
5647  Galician
5648  German
5649  Hungarian
5650  Indonesian
5651  Italian
5652  Korean
5653  Korean
5654  Latvian
5655  Lithuanian
5656  Polish
5657  Serbian
5658  Slovenian
5659  Spanish
5660
5661 Overview of changes from GLib 2.37.6 to 2.37.7
5662 ==============================================
5663
5664 * GDateTime now supports %:z formatting variations
5665   for timezones. This is a GNU date extension.
5666
5667 * Bugs fixed:
5668  685387 Segfault with GObject.signal_handler_is_connected()...
5669  686786 g_socket_get_available_bytes() returns wrong value ...
5670  705027 GSocket GSource not threadsafe on Windows
5671  706469 Fix G_DEFINE_ABSTRACT_TYPE_WITH_PRIVATE documentation
5672  706706 Fix Gir annotations on g_loadable_icon_load_finish
5673  706888 gtype: fix a no-op assertion
5674  706958 configure.ac: fix atomic opts detection
5675  707092 "File Utilities" page for GLib documentation doesn'...
5676  707151 gdatetime: Extend the '%z' timezone format
5677
5678 * Translation updates:
5679  Catalan
5680  Hungarian
5681  Japanese
5682  Polish
5683  Slovak
5684  Tamil
5685
5686
5687 Overview of changes from GLib 2.37.5 to 2.37.6
5688 ==============================================
5689
5690 * Tests using the g_test facilities can now generate TAP output
5691
5692 * Bugs fixed:
5693  680926 generic type fallback logic is broken for -symbolic
5694  684327 setting null icon to icon list
5695  689245 GSocket unable to reuse (address,port) on Mac OS X
5696  692125 Support TAP as GTest output format
5697  693335 build: fix dtrace-related warnings
5698  696633 gdbus-codegen trips over unicode chars when using python 3.x
5699  696970 Compiling 2.36.0 for win64 fails
5700  697185 GSocket – Allow specifying the multicast interface from...
5701  700268 Add support for using the clang analyzer
5702  701318 Add G_SPAWN_DEFAULT to GSpawnFlags
5703  701529 glib/tests/gdatetime: use UTC time in test_GDateTime_diff()
5704  701800 a new approach to reporting critical errors
5705  702674 g_date_time_new_utc crash
5706  704165 GLib.IOChannel read_unichar() fails
5707  705075 Simplify g_get_tmp_dir()
5708  705152 Race in glib/task.test
5709  705398 gtype: Fix typo in g_type_class_add_private() error message
5710  705570 Check ref_count in g_object_notify_by_pspec
5711  705600 Deprecate GSimpleActionGroup functions?
5712
5713 * Updated translations:
5714  Assamese
5715  Brazilian Portuguese
5716  Czech
5717  Dutch
5718  Galician
5719  Gujarati
5720  Hebrew
5721  Italian
5722  Lithuanian
5723  Marathi
5724  Norwegian bokmål
5725  Russian
5726  Slovenian
5727  Spanish
5728  Thai
5729  Traditional Chinese
5730
5731
5732 Overview of changes from GLib 2.37.4 to 2.37.5
5733 ==============================================
5734
5735 * Implement the Desktop Action specification: In the case that the
5736   application is a GApplication and DBusActivatable, actions from the
5737   desktop file are translated into GActions that have been added to
5738   the  application with g_action_map_add_action().
5739
5740 * GPropertyAction is a new type of GAction that represents the value
5741   of a property on an object, and allows to change the value when
5742   activated.
5743
5744 * GNetworkMonitorNetlink can now handle default routes via a device.
5745
5746 * The gsettings tool now reports failure to write a key (e.g. because
5747   the key was locked down)
5748
5749 * Miscellaneous new api:
5750  - g_variant_new_printf
5751  - g_action_print_detailed_name
5752  - g_regex_get_max_lookbehind
5753
5754 * Bugs fixed:
5755  664444 Support additional application actions in .desktop files
5756  684123 glib build only tries -D_GNU_SOURCE if glibc is detected
5757  689794 support incremental matching
5758  699259 add org.freedesktop.Application support to GIO
5759  700460 rewrite tests to not rely on precise timing of timeouts
5760  701511 updates to various GSource types
5761  701609 gnetworkmonitornetlink: handle default route via device
5762  703270 add GPropertyAction
5763  704157 GAction: add function for printing detailed names
5764  704250 Doc: various fixes
5765  704267 regression gsourceclosure: segfault in gedit file chooser
5766  704322 glib-unix: fix handling of multiple signal source for the...
5767  704424 No error when failing to override a locked key
5768  704447 Fix build/use of g_child_watch_closure_callback on Windows
5769  704523 g_thread_create_full() can dereference NULL pointer
5770  704543 Add implementations for G_GNUC_*_IGNORE_DEPRECATIONS for ...
5771  704567 gdbusnameowning: Don't spew an error if we're releasing a...
5772  704585 libc printf can give mixed-case strings for NaN and Inf
5773  704587 FTBFS: statfs_result is undeclared for statvfs()
5774  704699 gmain: Reset signal handlers to default when source is
5775  704704 AI_NUMERICSERV cannot be used with ai_socktype = 0
5776  704873 inotify: don't assume mainloop is running
5777  704999 glib/convert.test crashing due to lack of iconv cache
5778  704931 GMenuModel: add annotations to virtual functions
5779
5780 * Translation updates:
5781  Assamese
5782  Czech
5783  German
5784  Gujarati
5785  Spanish
5786  Tamil
5787
5788
5789 Overview of changes from GLib 2.37.3 to 2.37.4
5790 ==============================================
5791
5792 * Bugs fixed:
5793  701283 g_source_add_child_source() segfault
5794  702147 inconsistency of G_STRFUNC
5795  703191 new private macros interact poorly with versioning macros
5796  703254 Doc: various fixes
5797  703407 g_spawn_async() keeps child_pid_report_pipe open in child process
5798  703437 GDBusConnection: be more careful with async GetAll
5799  703478 Missing G_BEGIN/END_DECLS in gsettingsschema.h
5800
5801 * Translation updates:
5802  Catalan
5803
5804 Overview of changes from GLib 2.37.2 to 2.37.3
5805 ==============================================
5806
5807 * add a new API for instance private data: G_DEFINE_TYPE_WITH_PRIVATE
5808
5809 * fix timestamps in tarball to prevent automake from being required to
5810   build the unmodified source
5811
5812 * add new D-Bus API for async property handling
5813
5814 * add back fsync() on ext4 for g_file_set_contents() after it was
5815   discovered that despite statements in the ext4 documentation
5816   suggesting that this is safe, it is not safe.
5817
5818 * Translations:
5819  Italian
5820  Norwegian bokmål
5821
5822 * Bugs fixed:
5823  698375 - D-Bus async properties
5824  700350 - timestamp issue
5825  701560 - fsync issue (fixed again)
5826  700035 - new API for instance private data
5827
5828 Overview of changes from GLib 2.37.1 to 2.37.2
5829 ==============================================
5830
5831 * The GLib test utilities have grown some file-related APIs
5832   to support tests that can be used installed and uninstalled.
5833
5834 * Installing properties after class initialization is deprecated,
5835   and will trigger a warning.
5836
5837 * GApplication:
5838  - Support org.freedesktop.Application, including D-Bus activation
5839    from desktop files
5840  - Set prgname to appid for services
5841
5842 * Bugs fixed:
5843  549783 gtester lacks framework for tests with data files
5844  692848 Fix property example in gobject tutorial
5845  698018 Add an explicit g_binding_release()
5846  698614 GObject: prevent installing properties after init
5847  699259 add org.freedesktop.Application support to GIO
5848  699959 g_file_copy(): Ensure we create private files by default
5849  700123 Test failure: g_inet_socket_address_get_scope_id
5850  700725 GIcon: NULLify the `type' out param in the sync methods too
5851  701401 gtest: add function for testing for WINE
5852  701456 Error in gnome/glib/gio/tests/file.c
5853  701474 Error building glibmm due to extra comma in glib/gtestutils.h
5854  701560 various improvements for g_file_set_contents()
5855  701680 GFileEnumerator: Add some documentation about ordering
5856  701878 Check wakeup() before iteration(TRUE) doesn't block
5857
5858 * Translations:
5859  Assamese
5860  Czech
5861  Galician
5862  Gujarati
5863  Kannada
5864  Marathi
5865  Odia
5866  Polish
5867  Slovenian
5868  Spanish
5869  Telugu
5870
5871
5872 Overview of changes from GLib 2.37.0 to 2.37.1
5873 ==============================================
5874
5875  * add support for installed tests:
5876    https://live.gnome.org/GnomeGoals/InstalledTests
5877
5878  * add a new g_test_trap_subprocess() that works on Windows as a
5879    replacement for the (now deprecated) g_test_trap_fork()
5880
5881  * support for explicitly cancelling a gobject property binding
5882
5883  * performance improvements for signal argument handling
5884
5885  * stop using `quotes' in very many log messages generated by GLib, for
5886    favour of 'this style'.  This may cause testcases in other packages
5887    to fail if they were matching on the previous text.
5888
5889  * improve manpages: add missing arguments and flags
5890
5891 Translations: 
5892  Aragonese
5893  Assamese
5894  Gujarati
5895  Hindi
5896  Kannada
5897  Norwegian bokmål
5898  Odia
5899  Slovenian
5900  Spanish
5901  Tamil
5902  Telugu
5903
5904 Bugs fixed:
5905  679683 replace g_test_trap_fork()
5906  694380 Improve signal argument collection performance
5907  695233 Strings require plural forms
5908  697849 spelling fixes in cross.xml and running.xml
5909  698877 GProxyAddressEnumerator calls g_network_address_parse_uri without port
5910  698981 [PATCH] test /gdbus/connection/large_message could hang forever
5911  699079 Prototype support for installed tests
5912  699485 [PATCH] tests/mappedfile: Also handle ENOMEM
5913  699493 SOCKS5 proxy code crashes if it cannot authenticate
5914  699500 gbitlock: fix this to not unconditionally use futex emulation
5915  699779 [PATCH] G_GNUC_FORMAT: documentation error
5916  700263 m4macros/glib-gettext.m4: Don't use AC_HEADER_STDC
5917  700714 [PATCH] gtestutils: Ensure test subprocesses don't dump core
5918  700746 Use 'dumb quotes' rather than `really dumb quotes'
5919
5920 Overview of changes fron GLib 2.36.0 to 2.37.0
5921 ==============================================
5922
5923 * The syntax for detailed action names has been documented,
5924   and a parser API for them is now provided
5925
5926 * GApplication has gained a busy state. This feature is intended for
5927   clients that want to signal a desktop shell their busy state, for
5928   instance because a long-running operation is pending.
5929
5930 * GLib can now be built with the bionic C library
5931
5932 * GIcon can now be serialized to a GVariant
5933
5934 * Bugs fixed:
5935  548353 Finish implementing GFile interface (mostly asynchron...
5936  645881 Full port of glib-2.28.1 onto Android-ARM
5937  665445 Glib mistakes nl_langinfo() from plibc for the real t...
5938  672018 Need API to set global application state (busy, count...
5939  687659 drop support for adding interfaces after class_init
5940  688820 GIcon is a bad interface
5941  688954 extend 'detailed action' syntax, provide parser
5942  689223 Fix compilation on Android with the bionic C library
5943  695156 Add support for arg0namespace matching in signal_subs...
5944  696108 gdbus-codegen: avoid warnings in generated code
5945  696629 fix sed(1) usage
5946  696652 GTask won't free its error member variable on finalize
5947  696857 GThreadedResolver: set an error if no records could b...
5948  696973 Compiling 2.36.0 for win64 fails in gdbusmessage.c
5949  697131 No --version
5950  697160 [PATCH] gmacros: Mark G_UNAVAILABLE() functions as de...
5951  697229 Custom Interface implementations will be broken with ...
5952  697250 Documentation glitch of G_DEFINE_TYPE_EXTENDED causes...
5953  697365 Fix usage of hasmntopt in gunixmounts.c
5954  697367 Remove warning on gio/gunixmounts.c
5955  697386 Except const argument with atomic is not lock free
5956  697595 g_main_context_unref unlocks a mutex twice
5957  697601 reduce GMenuModel D-Bus traffic
5958  697626 Allow posix threads to be used on w32
5959  697652 Help options generated even when help disabled
5960  697771 fix a typo of "fo" to "of" in building.xml
5961  697887 GVariant: fix transfer annotation
5962  697942 abicheck.sh fails on mips
5963  698056 rewrite g_object_new()
5964  698081 Pidgin hangs in g_spawn_command_line_sync
5965  698455 GVariant: add new g_variant_new_take_string() API
5966  698457 g_variant_get_data_as_bytes() always returns toplevel...
5967  698478 gactionmap: don't require GActionGroup
5968  698595 the valgrind/priv-before-instance bug
5969  698655 desktop-app-info test relies on true being in /usr/bin/
5970  698686 GUnixSocketAddress: fix construct parameter issue
5971  698716 Use of g_mem_set_vtable() breaks after gobject automa...
5972  698999 bytesicon: fix a memory leak
5973  699001 bytesicon: don't use g_object_unref() on GBytes
5974  699361 gio: fix small leak
5975
5976 * Translation updates:
5977  Assamese
5978  Gujarati
5979  Hungarian
5980  Italian
5981  Kannada
5982  Norwegian bokmål
5983  Polish
5984  Spanish
5985  Tamil
5986
5987
5988 Overview of changes fron GLib 2.35.9 to 2.36.0
5989 ==============================================
5990
5991 * It is no longer necessary to call g_type_init().  If you are
5992   loading GLib as a dynamic module, you should be careful to avoid
5993   unloading it, then subsequently loading it again.  This never
5994   really worked before, but it is now explicitly undefined behavior.
5995   Note that if g_type_init() was the only explicit use of a GObject
5996   API and you are using linker flags such as --no-add-needed, then
5997   you may have to artificially use some GObject call to keep the
5998   linker from optimizing away -lgobject. We recommend to use
5999   g_type_ensure (G_TYPE_OBJECT) for this purpose.
6000
6001 * This release contains an incompatible change to the g_get_home_dir()
6002   function.  Previously, this function would effectively ignore the HOME
6003   environment variable and always return the value from /etc/password.
6004   As of this version, the HOME variable is used if it is set and the
6005   value from /etc/passwd is only used as a fallback.
6006
6007 * The 'flowinfo' and 'scope_id' fields of GInetSocketAddress
6008   (introduced in GLib 2.32) have been fixed to be in host byte order
6009   rather than network byte order. This is an incompatible change, but
6010   the previous behavior was clearly broken, so it seems unlikely that
6011   anyone was using it.
6012
6013 This release contains only small bugfixes and translations updates.
6014
6015  - g_file_copy(): fix bug where attributes were not applied properly to
6016    the destination file
6017
6018  - fix some 'available since' annotations
6019
6020  - fix gdbus-codegen to produce more pedantically-correct code
6021
6022 * Bugs fixed:
6023  696108 gdbus-codegen: avoid warnings in generated code
6024  696014 g_file_copy(): Ensure G_FILE_COPY_OVERWRITE preserves permissions
6025
6026 * Translations updated:
6027  Basque
6028  Czech
6029  Gujarati
6030  Hindi
6031  Hungarian
6032  Japanese
6033  Malayalam
6034  Marathi
6035  Odia
6036  Punjabi
6037  Russian
6038  Tadjik
6039  Tamil
6040  Telugu
6041
6042 Overview of changes from GLib 2.35.8 to 2.35.9
6043 ==============================================
6044
6045 This release drops the old codepage ABI from gutils.c. This is a
6046 source-compatible change and only breaks ABI with respect to truly
6047 ancient binaries (and those binaries are already broken for other
6048 reasons).  This change only affects Windows.
6049
6050 * Bugs fixed:
6051  682896 glib doesn't build on mingw32
6052  693204 split up g_get_{hostname,username,realname,home_dir} etc.
6053  694181 Handle GNetworkAddress better in g_network_monitor_base_...
6054  694253 occasional /gdbus/unref-pending test failure
6055  694350 Add type names to gsignal warnings
6056  694757 Use separate GLIB_WARN_CFLAGS that can be overridden ext...
6057  568405 Which is the correct replacement for g_strncasecmp, if...
6058  630284 g_hash_table_get_keys docs
6059  659428 docs: Small clean-up of howto subsection headers
6060  675333 Cannot forget association in Open With dialog: program...
6061  694669 consider unicode corrigendum #9
6062  694843 g_base64_decode_step () produces invalid data
6063  695147 Don't use PATH_MAX as it's not guaranteed to be defined
6064  695191 Commit f641699 broke /appinfo/mime/api test case
6065  695339 Swapped msgid plural forms for translation
6066  695376 GDBusMethodInvocation leak and potential crash
6067  695425 Untranslatable message in gsettings-tool
6068  695887 Improvements to GObject API documentation
6069  695925 GUINT32/64_SWAP_LE_BE macros do not enclose val argume...
6070  696015 PATCH Add doc warning to g_base64_decode()
6071
6072 * Translation updates:
6073  Assamese
6074  Belarusian
6075  Brazilian Portuguese
6076  Catalan
6077  Catalan (Valencian)
6078  Danish
6079  French
6080  Galician
6081  German
6082  Greek
6083  Gujarati
6084  Italian
6085  Korean
6086  Latvian
6087  Lithuanian
6088  Polish
6089  Portuguese
6090  Punjabi
6091  Serbian
6092  Simplified Chinese
6093  Slovak
6094  Slovenian
6095  Spanish
6096  Thai
6097  Traditional Chinese
6098  Uyghur
6099  Vietnamese
6100
6101
6102 Overview of changes from GLib 2.35.7 to 2.35.8
6103 ==============================================
6104
6105 This release contains one major change that may cause problems: type
6106 modules are now never unloaded.  This is implemented by (effectively)
6107 leaking the last reference on dynamic types.  Some testcases that check
6108 for unloading of types have been observed to be broken by this change,
6109 but we know of no actual cases of "real code" breaking.  Please report
6110 any problems.
6111
6112 Other changes:
6113  * A couple of build fixes for Solaris
6114  * Fix signal emission for GDBusObjectManagerClient
6115  * annotations fixes
6116  * new API: g_dbus_address_escape_value()
6117  * GSocketClient: add proxy-resolver property
6118  * GSimpleProxyResolver: new simple GProxyResolver class
6119  * documentation fixes
6120  * gnetworkaddress: preserve IPv6 scope ID in IP literals
6121
6122 Bugs fixed:
6123  691105 Allow GSocketClient to override GProxyResolver for per client proxy settings.
6124  692827 configure test fails for arpa_nameser.h
6125  692829 new Btrfs support causes build failure on Solaris
6126  693285 GDBusObjectManagerClient: won't emit object-added|removed if name-owner arrives later
6127  693502 Cross-compiling documentation: typo (np -> no)
6128  693673 add g_dbus_address_escape_value()
6129  693694 gio: Fix annotations on g_[async_]initable_new() and friends 
6130
6131 Translations:
6132  Dutch
6133  Galician
6134  Polish
6135  Serbian
6136
6137 Overview of changes from GLib 2.35.6 to 2.35.7
6138 ==============================================
6139
6140 This is a quick follow-up release with a few bug fixes.
6141
6142 * Fix the build on systems with strict linkers by adding -pthread back
6143   to the LDFLAGS for a testcase.
6144
6145 * Re-enable native atomic operations on some buggy versions of clang
6146   that ship as part of the MacOS X SDK.
6147
6148 * Make G_IO_FLAG_IS_WRITEABLE an enum again (the #define broke bindings)
6149
6150 * a small docs fix
6151
6152 * Bugs fixed:
6153  657045
6154  636683
6155  682818
6156  693105
6157
6158 * Translations:
6159  Italian
6160
6161 Overview of changes from GLib 2.35.4 to 2.35.6
6162 ==============================================
6163
6164 * GUnixFdSource is a new way to add file descriptors
6165   to the mainloop
6166
6167 * g_source_set_ready_time lets you mark a source to become
6168   ready at a specified monotonic time
6169
6170 * The internal visibility handling of GLib has been reworked
6171
6172 * GFileMonitor will now automatically use fam instead of inotify
6173   if $HOME is on NFS
6174
6175 * The file monitor implementation can now be overridden with
6176   the GIO_USE_FILE_MONITOR environment variable
6177
6178 * Bugs fixed:
6179  570572 2 make check errors on
6180  592211 No monitoring over NFS mounts
6181  625552 wrong behaviour of GVolume GVolumeMonitor related func...
6182  657729 modernise GMainLoop
6183  658020 GSource for a single GPollFD
6184  678223 g_mutex_free
6185  682560 leak fixes
6186  682819 EINTR-harden all the things
6187  684404 When using g_network_address_address_enumerator_next()...
6188  686853 new GSource fd API
6189  688169 G_DISABLE_DEPRECATED doesn't cover deprecated/gthread....
6190  688681 build: Make .symbols file canonical on all platforms
6191  690118 Crash when closing last tab of a window using Ctrl-w
6192  691624 glib/gtester.c: missing include
6193  691812 gioinputstream - give task as callback_data not task_data
6194  691866 fails out of source build directory - gnetwork.h not f...
6195  692029 Add new API checking utility
6196  692034 Install an invalidation notifier for GClosure in g_sou...
6197  692058 Broken makefile for gio tests
6198  692079 build failure in gmarkup.c when using gcc 4.8 and buil...
6199  692201 inotify: fix a memleak
6200  692202 gfile: don't report completion twice on g_file_load_co...
6201  692229 Incorrect string formatters in a translation string
6202  692332 GNetworkMonitorNetlink: make the netlink socket cloexec
6203  692360 possibly non-threadsafe code in g_content_type_guess()?
6204  692404 tester: Use FD_CLOEXEC when creating pipes
6205  692408 nautilus SIGSEGV in g_file_info_get_size()
6206  692544 [PATCH] gfile: Ensure we create internal pipe with FD_C...
6207  692583 atomic get doesn't accept a const argument on architect...
6208  692618 Use g_timeout_add_seconds
6209  692815 Using g_hash_table_insert() when using a hash table as ...
6210  692865 Invalid docbook generated by gdbus-codegen
6211  692928 Document G_MENU_{ATTRIBUTE,LINK}_*
6212
6213 * Translation updates:
6214  Hebrew
6215  Kannada
6216  Lithuanian
6217  Norwegian bokmål
6218  Polish
6219  Serbian
6220  Slovenian
6221  Spanish
6222  Uyghur
6223
6224
6225 Overview of changes from GLib 2.35.3 to 2.35.4
6226 ==============================================
6227
6228 * New features:
6229  - New API: g_get_num_processors
6230  - New API: g_application_command_line_get_stdin
6231  - New GFileMonitor flag: G_FILE_MONITOR_WATCH_HARD_LINKS
6232  - Parse more timezone offset formats
6233  - Better timezone support on Windows
6234  - Make GParamSpec constructors introspectable
6235
6236 * Removed or deprecated features:
6237  - Disallow adding interfaces after class_init
6238
6239 * Bug fixes:
6240  532815 gio + inotify support for hardlinks
6241  614930 add g_get_num_processors (), return the max concurrent...
6242  626497 Btrfs clone/reflink ioctl support in g_local_file_copy
6243  633117 glib fails stests if /etc/localtime is not properly set
6244  661767 merge/improve various bits of run-in-thread functionality
6245  668210 Add g_application_command_line_get_stdin()
6246  675856 Use GDbus via gobject-introspection instead dbus-python
6247  684103 make glib work with python3
6248  684723 run-assert-msg-test.sh fails
6249  686058 OpenBSD: disable ipv6_v4mapped test
6250  686128 GTimeZone should be able to parse POSIX format for...
6251  687223 cleverer GThreadPool management
6252  687659 drop support for adding interfaces after class_init
6253  687920 GCredentials should have an accessor for the process ID
6254  688681 build: Make .symbols file canonical on all platforms
6255  688829 Variable overflow in utils.c test on 32-bit machine
6256  689324 Variable scoping in gunixmounts.c
6257  689810 Include guard optimization
6258  690043 Broken link for gsettings tutorial: gnome-utils in...
6259  690084 gmarkup: Make GMarkupParseContext a boxed type
6260  690388 Check if CMSG_FIRSTHDR() returns NULL when there is...
6261  690538 gschema DTD is invalid
6262  690543 Add test coverage for testing in-tree DBus services...
6263  690670 local_command_line not introspectable/annotated
6264  690902 G_END_DECLS needs to be at the end of gutils.h
6265  690970 Unhelpful deprecation message for g_value_array_get_nth
6266  691001 building docs is broken on master branch
6267  691011 Automake-1.13 errors on obsolete AM_PROG_CC_STDC
6268  691077 gio-querymodules crashes with SIGSEGV
6269  691110 g_cond_wait() docs incomplete
6270  691489 Crash in Oscars 2013 page
6271  691558 Only check for .hidden files if standard::is-hidden...
6272  691608 Support compilation with clang 3.2
6273
6274 * Translation updates:
6275  Assamese
6276  Bulgarian
6277  Estonian
6278  Galician
6279  Greek
6280  Hebrew
6281  Norwegian bokmål
6282  Polish
6283  Slovak
6284  Slovenian
6285  Spanish
6286  Tamil
6287
6288
6289 Overview of changes from GLib 2.35.2 to 2.35.3
6290 ==============================================
6291
6292 * This release contains an incompatible change to the g_get_home_dir()
6293  function. Previously, this function would effectively ignore the HOME
6294  environment variable and always return the value from /etc/password.
6295  As of this version, the HOME variable is used if it is set and the
6296  value from /etc/passwd is only used as a fallback.
6297
6298 * We now install a public "gnetworking.h" header that can be used to
6299  include the relevant OS-dependent networking headers. This does not
6300  really abstract away unix-vs-windows however; error codes, in
6301  particular, are incompatible.
6302
6303 * Bugs fixed in this release:
6304  142568 Allow $HOME to override passwd entry if the user really wants
6305  587806 The file selector should honor .hidden files
6306  602715 [GChecksum] Please add support for SHA512
6307  623187 provide some support for arbitrary setsockopt()s?
6308  629301 .goutputstream files left behind when cancelling I/O
6309  652650 Optimize GDBusMessage serialization
6310  664627 /gapplication/basic test intermittently fails: cmdline re-or...
6311  675516 Win32: Don't start a DBus server when built as static library
6312  679683 replace g_test_trap_fork()
6313  684145 Current Git sources fails to cross-compile for Windows in Li...
6314  686895 file-info: catch thumbnail files in large directory as well
6315  687092 IPv6 <-> IPv4 mismatch when subscribing to multicast (send)
6316  688180 GObject: Minor error in description of floating reference
6317  688319 gthread: add missing AVAILABLE_IN_2_32 annotations
6318  688377 configure: add missing square bracket in AS_IF for memmove
6319  688419 gtask: source_object arguments and return values not annota...
6320  688497 AppInfo: Add sufficient api to port gnome-session from Egg...
6321  688681 build: Make .symbols file canonical on all platforms
6322  688704 Add boxed GType for GThread
6323  688886 Improve the i18n documentation
6324  688931 GMemoryOutputStream: Add new _resizable() constructor usab...
6325  689037 need helper for creating a GFile from a remote commandline...
6326  689377 Fix a compiler warning in GDBus
6327  689538 Source object tag set too late in gsocketlistener
6328  689800 Treat lost+found directory as a hidden file
6329  689847 Add fast repeated typename -> GType resolver
6330  689982 Make GChecksum more fully introspectable
6331  690069 g_unix_open_pipe: Add missing F_SETFD
6332  690083 gfileenumerator: Add a g_file_enumerator_get_child method
6333  690163 Add a pre-configured gio/gnetworking.h for Visual C++ builds
6334  690346 Remove an unneeded escaping in NAMESER_COMPAT_INCLUDE
6335  690348 Fix g_type_add_class_private() name in g_warning
6336
6337 * Translation updates:
6338  Assamese
6339  Galician
6340  Hebrew
6341  Hindi
6342  Kannada
6343  Odia
6344  Polish
6345  Spanish
6346
6347
6348 Overview of changes from GLib 2.35.1 to 2.35.2
6349 ==============================================
6350
6351 Note that the incompatible change to the ->constructed() vfunc that was
6352 made in the last unstable release (2.35.1) has been reverted due to
6353 causing regressions in applications.
6354
6355 A new incompatible change has been introduced in this version: it is no
6356 longer permitted to add interfaces to a class after the first
6357 instantiation (or more strictly: after g_type_class_ref()).  Bug #687659
6358 is tracking this.
6359
6360 Two private symbols (g_menu_{attribute,link}_hash_iter_get_type) which
6361 were accidentally exported have also been properly hidden.  This may
6362 cause some tools to issue warnings about ABI mismatch.
6363
6364 The remaining changes should be relatively harmless: 
6365
6366  * GIO now has kqueue support for GFileMonitor (BSDs, Mac OS)
6367
6368  * New g_variant_new_from_bytes() API
6369
6370  * UNIX signal sources now allow watching SIGUSR1 and SIGUSR2
6371
6372  * Many pedantic cleanups to adhere to a higher level of -W use
6373
6374  * GTask changes to avoid a deadlock
6375
6376  * many cleanups/fixes for Windows
6377
6378  * Boxing for GPollFD, GIOChannel, GBytes, GByteArray
6379
6380  * Fix URL-encoding of trashed files
6381
6382  * Many other docs and annotations fixes
6383
6384 Translations:
6385
6386  Galician
6387  Gujarati
6388  Lithuanian
6389  Serbian
6390  Slovak
6391  Slovenian
6392
6393 Bugs closed:
6394
6395  649302 Add support for GNU/FreeBSD
6396  668842 [GSocket] Add caching for the sender address in g_socket_receive_from()
6397  672924 Add annotations for g_filename_from_uri()
6398  673229 glib: Use Returns:, not @returns
6399  677062 (partial) GVariant: Make g_variant_new_from_bytes() public, add more GBytes API
6400  686185 g_date_time_format Transcoding Fails on OSX      
6401  686191 g_mutex_get_impl() should use g_atomic_pointer_get()
6402  686797 Box GPollFD to make it introspectable
6403  686810 [regression] Infinite wait in g_task_run_in_thread_sync()
6404  686822 possible dlopen()/dlclose() issue with automatic g_type_init()
6405  686839 mkinstalldirs: Move to glib-mkinstalldirs
6406  686895 file-info: catch thumbnail files in large directory as well
6407  686898 g_unix_signal_source_new: Allow SIGUSR1 and SIGUSR2
6408  686920 gdbus: Allow GDBusObjectManagerClient to work on peer connections
6409  686921 Remove some of the repetition from gio/tests/Makefile.am
6410  687075 g_spawn_sync diagnostic incorrectly complains about SIGCHLD
6411  687089 g_dbus_connection_export_menu_model(): fix a crash
6412  687098 Repeated g_timeout_add* use can lead to guint overflow
6413  687385 Add some stricter CFLAGS, fix up the code
6414  687441 ABI break in master: g_menu_attribute_hash_iter_get_type, g_menu_link_hash_iter_get_type removed
6415  687516 typo in string: KB should be kB
6416  687540 In Trash folder, Nautilus misinterprets "\n" in filename as a line break
6417  687541 GSignalQuery param_types field needs array annotation
6418  687600 gfileutils.c performs invalid cast of (varargs) open to non-vararg type
6419  687698 plural forms needed
6420  687700 ending spaces
6421  687742 Add support for internal linkage to glib-compile-resources
6422  687801 tests/buffered-input-stream: Fix size of parameter passed
6423  688109 win32 warning/error fixes
6424  688255 'make check' regressed in 138f4c1 because GMarkup error messages changed
6425  688338 [PATCH] gobject/gtype.c: Fix spelling of »exceed«
6426  688370 GDBusError documentation improvement for client-side
6427  688378 g_socket_join_multicast_group not working
6428  688518 gio-kqueue: use O_EVTONLY on MacOS
6429
6430
6431
6432 Overview of changes from GLib 2.34.0 to 2.35.1
6433 ==============================================
6434
6435 These two changes in particular may be slightly incompatible.  Please
6436 give feedback if they cause trouble:
6437
6438   * Signal handlers connected with g_signal_connect_object() are now
6439     automatically disconnected on target object destruction
6440
6441   * The ->constructed vfunc is now called after all properties are set
6442
6443 The remaining changes should not cause problems.
6444
6445   * g_type_init() is no longer necessary and has been deprecated
6446
6447   * GTask (the new GAsyncResult implementation) has landed 
6448
6449   * GLib version macros updated
6450
6451   * Update to Unicode 6.2
6452
6453   * Thread safety fixes for GFileMonitor in non-default main contexts
6454
6455   * GTimeZone support for old-format zoneinfo database (as on Mac OS)
6456
6457   * g_settings_bind() now works with non-canonical property names
6458
6459   * Fix crashes related to NULL connection passed to
6460     GBusNameVanishedCallback and document this situation
6461
6462 * Bugs fixed:
6463  118536 Make g_signal_connect_object'ed handlers disconnect when the data object is destroyed
6464  661767 merge/improve various bits of run-in-thread functionality
6465  682950 GFileMonitor crashing on high event count when running in different thread
6466  683642 Missing g_content_type_get_symbolic_icon
6467  684882 Gsettings should spaw a warning when binding against a low_underscored_property
6468  684909 codegen: Explicitly close output
6469  684912 Update to Unicode 6.2
6470  685037 g_strcmp0: Returns shall include values less and greater than zero
6471  685069 Leak in glib-compile-resources
6472  685208 missing g_return_if_fail
6473  685608 [Patch] Port gio tests from pygobject to pygi
6474  685697 Documentation typo in g_dbus_interface_skeleton_has_connection()
6475  685733 Call ->constructed() after all properties are set
6476  685787 gtestdbus: correct documentation typos
6477  685995 Crash in g_menu_exporter_name_vanished
6478  686091 Invalid reads in g_bytes_unref_to_data
6479  686119 dtrace, gobject_probes.d, the last three probes - semicolon missing
6480  686161 Deprecate g_type_init()
6481  686231 GBusNameVanishedCallback: document NULL connection
6482  686458 slightly increase poll duration in test_timed_wait 
6483
6484 * Translations updated
6485   Catalan (Valencian)
6486   Czech
6487   Danish
6488   Italian
6489   Lithuanian
6490   Norwegian bokmål
6491   Slovenian
6492
6493 Overview of changes from GLib 2.33.14 to 2.34.0
6494 ===============================================
6495
6496 * GIO now looks for thumbnails in XDG_CACHE_HOME, following a
6497   recent alignment of the thumbnail spec with the basedir spec.
6498
6499 * The default values for GThreadPools max_unused_threads and
6500   max_idle_time settings have been changed to 2 and 15*1000,
6501   respectively.
6502
6503 * Bug fixes:
6504  654239 g_type_init()'s docs have no statement about how to...
6505  674620 Update GSettings migration guide for intltool updates
6506  676034 Fix doc annotation for g_ptr_array_ref()
6507  684278 Fix GIO build on Windows
6508
6509 * Translation updates:
6510  Brazilian Portuguese
6511  British English
6512  Bulgarian
6513  Catalan
6514  Galician
6515  German
6516  Hebrew
6517  Hindi
6518  Hungarian
6519  Kannada
6520  Latvian
6521  Marathi
6522  Spanish
6523  Telugu
6524
6525
6526 Overview of changes from GLib 2.33.12 to 2.33.14
6527 ================================================
6528
6529  * CVE-2012-3524: don't run dbus-launch from setuid binaries
6530
6531  * g_content_type_get_generic_icon_name():
6532      new API for getting the icon name for a mime type
6533
6534  * Introspection fixes:
6535   - GDBusConnection nullability fixes
6536   - give a box type to GTimeZone
6537
6538  * Drop GVFS_INOTIFY_DIAG
6539
6540  * Add a new "Writing GLib Applications" section to the reference
6541    documentation with general info on security, threads, etc.
6542
6543  * gwin32mount.c: Fix syntax error
6544
6545  * gresource tests: srcdir != builddir fixes
6546
6547  * tests/gvariant: Fix test on big endian architectures
6548
6549  * Fix regression in g_shell_parse_argv()
6550
6551 Bugs fixed:
6552  562907 g_shell_parse_argv() mishandles # (hash)
6553  683167 g_time_zone_new not introspectable
6554  683384 /gvariant/checksum-basic failure on big endian machines
6555  683641 Typo in gwin32mount.c
6556  683744 have a way to get the generic icon name for a mime type
6557
6558 Translation updates:
6559  Assamese
6560  Belarusian
6561  British English
6562  Czech
6563  Danish
6564  French
6565  Galician
6566  German
6567  Greek
6568  Hebrew
6569  Indonesian
6570  Indonesian
6571  Korean
6572  Lithuanian
6573  Marathi
6574  Marathi
6575  Polish
6576  Portuguese
6577  Punjabi
6578  Russian
6579  Serbian
6580  Slovenian
6581  Traditional Chinese
6582
6583 Overview of changes from GLib 2.33.10 to 2.33.12
6584 ================================================
6585
6586 * Add a G_DEFINE_QUARK macro
6587
6588 * Add symbolic icon support to drive, volume, and mount, file
6589   and content types
6590
6591 * Add API to allow thread-safe access to the same qdata item
6592
6593 * Bugs fixed:
6594  562907 g_shell_parse_argv() mishandles # (hash)
6595  627240 add G_DEFINE_QUARK
6596  672329 memory leaks in gutils.c and glib tests
6597  673012 Stable byte-level specification for normal form
6598  674805 gdbusproxy async test is broken
6599  679835 gvariant format string parsing (and assertions)...
6600  682075 gdbus: Fix double free and use after free of ob...
6601  682101 Provide a way to get a symbolic icon for a device
6602  682222 test_method_calls_on_proxy: assertion failed (e...
6603  682284 mount-op: use gint64 instead of guint64 for tim...
6604  682386 "make check" fails due to sys/resource.h not be...
6605  682560 leak fixes
6606  682586 gsettings-tool: make list-recursively really re...
6607  682819 EINTR-harden all the things
6608  682833 Handle EINTR for open()
6609  682849 drop the global lock for g_object_weak_ref
6610  682965 gdbus-tool: Check return value of strrchr()
6611  683088 gdbus-codegen: fix error when wrong interface n...
6612         Fix the build with gtk-doc-stub
6613         Don't crash if set_app_info is called before ad...
6614
6615 * Translation updates
6616  Assamese
6617  Galician
6618  Greek
6619  Indonesian
6620  Japanese
6621  Latvian
6622  Lithuanian
6623  Norwegian bokmål
6624  Polish
6625  Portuguese
6626  Punjabi
6627  Russian
6628  Spanish
6629  Traditional Chinese
6630  Vietnamese
6631
6632
6633 Overview of changes from GLib 2.33.8 to 2.33.10
6634 ===============================================
6635
6636 * New GTest API for testcases where log output is expected:
6637   g_test_expect_message()
6638
6639 * GMenuItem now has 'get' accessors and a construct-from-GMenuModel API
6640
6641 * GVariant now has a function to check a format-string for type
6642   compatibility
6643
6644 * win32: We now use overlapped IO to support multiple asynchronous
6645   operations (ie: reading and writing) at the same time.
6646
6647 * GMappedFile: Add g_mapped_file_get_bytes()
6648
6649 * The problems with g_file_make_directory_with_parents() should be
6650   resolved.
6651
6652 * The long-standing issues with placeholder generation of manpages are
6653   now resolved.
6654
6655 * gtlscertificate: Add GBytes based certificate and private-key props
6656
6657 * build: Switch back to using AS_IF for conditionals
6658
6659 * test coverage improvements, documentation improvements, leak fixes
6660
6661 * Bugs fixed
6662  326931 Better docs for G_GNUC_*
6663  550433 g_test_init doesn't recognize --help
6664  600751 GCompletion should better document if and how items memory is managed
6665  628193 Miscellaneous string fixes
6666  637460 man glib-genmarshal is hard to use
6667  674483 broken configure results when cross-compiling with gcc >= 4.5
6668  677065 GMappedFile: Add g_mapped_file_get_bytes()
6669  679288 win32: use overlapped events for streams
6670  679556 it's hard to use gtest when g_warning() is expected
6671  680823 g_file_make_directory_with_parents: Fix error propagation
6672  681319 gtlscertificate: Add certificate-bytes and private-key-bytes props
6673  681336 man pages not built if --enable-gtk-doc not specified
6674  681413 build: Switch back to using AS_IF for conditionals
6675  681501 gmem: array only partially filled with memcpy
6676  681854 Documentation fix for Howto compile a program with glib
6677  682025 Documentation correction
6678  682067 Fix problems with CLEANFILES and automake-1.11.1 
6679
6680 * Translations updated:
6681  Lithuanian
6682  Spanish
6683  Galician
6684  Telugu
6685  Serbian
6686  Assamese
6687  Marathi
6688  Indonesian
6689  Traditional Chinese
6690
6691 Overview of changes from GLib 2.33.6 to 2.33.8
6692 ==============================================
6693
6694 * GIO now has a g_file_delete_async function
6695
6696 * The defaults for GThreadPools max_unused_threads
6697   and max_idle_time values have been changed to
6698   2 and 15*1000, respectively.
6699
6700 * Bugs fixed:
6701  661767 merge/improve various bits of run-in-thread functionality
6702  680074 undefined symbol "get_C_locale"
6703  680121 g_cancellable_source_new: don't use a file descriptor
6704  680148 gthread: check for definition of PR_SET_NAME
6705  680310 Sorting of access points by strengh not working
6706  680704 g_utf8_strup() crash
6707  68076a0 GFile: Add g_file_delete_async()
6708  680787 Add .dir-locals.el to tell Emacs users not to use tabs...
6709  680823 g_file_make_directory_with_parents: Fix error propagation
6710  680994 STATIC_ASSERT in GDBusError docs don't have much utility
6711  681116 gtlscertificate: Add g_tls_certificate_equal() function
6712  681118 gtlsdatabase: Don't complain if no callbacks for async...
6713  669331 try to get gio tests working a little better on win32
6714  674314 Make gtk-doc not a hard dependency of GLib
6715  674800 gclosure: generic marshaller leaks return value
6716  675524 gsocket: FIONREAD undeclared (needs sys/filio.h)
6717  679509 use after free in g_dbus_action_group_describe_all_done()
6718  679996 gobject docs minor cleanup
6719  680459 Extra newline char in local implementation of g_applic...
6720  680505 object_path memory leak in gdbusobjectproxy.c
6721  680831 Deprecate and remove g_slice_[sg]et_config.*
6722  680912 gchecksum: Add g_compute_checksum_for_bytes()
6723  681151 checksum: Use functions instead of macros when buildin...
6724  681158 gtlscertificate: Don't confuse certificate and public ...
6725
6726 * Translation updates:
6727  Galician
6728  German
6729  Gujarati
6730  Hebrew
6731  Norwegian bokmål
6732  Serbian
6733  Slovenian
6734
6735
6736 Overview of changes from GLib 2.33.4 to 2.33.6
6737 ==============================================
6738
6739 * GAsyncInitable: partially revert the init_finish changes,
6740   some applications were found to rely on behaviour that
6741   was broken by these changes
6742
6743 * Bugs fixed:
6744  679617 win32: fix g_get_environ()
6745  679968 Add some annotations to GBytes, GVariantType...
6746  680111 GIOScheduler assumes GCancellable "cancelled...
6747
6748 * Translation updates:
6749  Spanish
6750
6751 Overview of changes from GLib 2.33.3 to 2.33.4
6752 ==============================================
6753
6754 * GMainContext: the source list has been reorganzied to
6755   avoid O(n) behaviour
6756
6757 * GRegex: Update included PCRE to 8.31 and expose new
6758   functionality in 8.x versions of PCRE
6759
6760 * GMountOperation gained a ::show-unmount-progress signal
6761   which provides information about slow unmount operations
6762
6763 * Bugs fixed:
6764  616892 gio: Add a boxed type for GFileAttributeMatcher
6765  619329 g_source_attach() O(n) in number of sources
6766  639771 g_dir_read_name() can also return NULL on error
6767  661767 merge/improve various bits of run-in-thread fun...
6768  667375 GAsyncInitable subclassing (and async subclassi...
6769  671545 Constify collect and lcopy strings in GTypeValu...
6770  674452 SEGFAULT in gio contenttype test
6771  674898 Deal with GLIB_VERSION_MIN_REQUIRED/MAX_ALLOWED...
6772  675504 Fix up GObject interface documentation
6773  677064 GString: Tweak documentation, add g_string_free...
6774  677578 error in PCRE error code conversion
6775  677579 update GRegexError for newer PCRE error codes
6776  678066 gdbus codegen does not work with python3
6777  678273 unicode othercasing is wrong in gregex
6778  678576 GIOScheduler performance enhancements
6779  678758 GTlsInteraction unlocks an unlocked mutex
6780  678808 GTestDBus issues
6781  678881 Test failures in /socket/timed_wait in some cas...
6782  678941 /contenttype/guess test case failure
6783  678944 gio returns the wrong default applications for ...
6784  678949 wrong definition of ulong_bool for 64 bit big e...
6785  678959 /mainloop/timeouts race condition: assertion fa...
6786  679193 update included pcre to 8.31
6787  679258 The 'Since' tag for G_SOURCE_CONTINUE and G_SOU...
6788  679473 Don't generate invalid property names
6789  679691 Add g_spawn_check_exit_status()
6790  679671 GDBusNodeInfo: the XML string must contain exac...
6791  676111 mount-operation: add show-unmount-progress signal
6792  679691 win32: fix build g_spawn_check_exit_status() wi...
6793  679813 Documentation bug on http://developer.gnome.org...
6794
6795 * Translation updates:
6796  Assamese
6797  Belarusian
6798  Bulgarian
6799  Galician
6800  Greek
6801  Norwegian bokmål
6802  Polish
6803  Spanish
6804  Traditional Chinese
6805  Vietnamese
6806
6807
6808 Overview of changes from GLib 2.33.2 to 2.33.3
6809 ==============================================
6810
6811 This release contains mostly bugfixes, cleanups and performance
6812 improvements (including many fixes contributed by Colin on the advice of
6813 Coverity).  There are a few notable externally-visible changes:
6814
6815 * Thumbnails are now in XDG_CACHE_HOME
6816
6817 * new GDBus API: per-thread g_dbus_connection_get_last_serial()
6818
6819 * GUnixOutputStream now has a can_poll() implementation
6820
6821 * New deep copy APIs for G(S)List: g_(s)list_copy_deep
6822
6823 * Bugs fixed:
6824  518309 Incorrect data*dir path in glib-gettextize output
6825  566994 Safer passing of -framework flag
6826  672889 GLib.utf8_validate does segfault
6827  673253 Not strict enough autconf test for libelf
6828  675024 adds g_list_copy_deep() and g_slist_copy_deep
6829  675168 prepare for thumbnails to move to XDG_CACHE_HOME
6830  675966 gresolver: More robust parsing of DNS responses
6831  676594 [Patch] fix g_reload_user_special_dirs_cache
6832  676825 Implement g_dbus_connection_get_last_serial ()
6833  677235 Clarify the comment at the top of gmarshal.list
6834  677527 OS X: gthread/spawn-async selftest failure
6835  677718 GDBusProxy: treat org.freedesktop.systemd1.Masked error as non-fatal
6836  677770 GUnixOutputStream does not implement can_poll
6837  677782 Install bash completion files in /usr/share
6838  677817 g_key_file_to_data adds extra blank lines in some cases
6839  677952 Missing annotation for GDBusConnection signal "closed"
6840  678052 g_wakeup_acknowledge is called too often.
6841  678273 unicode othercasing is wrong in gregex
6842  678333 gdbus-codegen code causes warnings under -Wfloat-equal
6843
6844 * Translations updated:
6845  Arabic
6846  Assamese
6847  Galecian
6848  Greek
6849  Spanish
6850  Telugu
6851
6852 Overview of changes from GLib 2.33.1 to 2.33.2
6853 ==============================================
6854
6855 * GLIB_VERSION_MIN_REQUIRED now defaults to the current stable version
6856
6857 * GIO input and output stream classes have grown GBytes-based methods
6858
6859 * GApplication now has hooks to register D-Bus objects before the bus
6860   name is taken
6861
6862 * Bugs fixed:
6863  605976 add g_type_ensure(), to ensure that a type has...
6864  660851 Breakage of code due to changes in the GThread...
6865  666386 Empathy doesn't open Redirect URI with particu...
6866  671139 need (transfer async) for io stream buffers
6867  672329 memory leaks in gutils.c and glib tests
6868  672548 g_utf8_validate: @str shouldn't end up annotat...
6869  674111 Provide an accessor for MimeType desktop entry...
6870  674483 broken configure results when cross-compiling ...
6871  674634 Add g_clear_pointer()
6872  674777 What's the (transfer) of g_variant_lookup()?
6873  675309 gkeyfile: Fix annotations for g_key_file_load_...
6874  675446 gfile: Plug memory leak in g_file_make_directo...
6875  675509 add extra dbus hooks
6876  675832 Incomplete gsettings bash auto-completion
6877  676208 The tmpl parameter to g_file_new_tmp can be NULL
6878  676265 GNetworkMonitor leaks a lot of memory
6879  676277 Document that g_app_info_create_from_commandli...
6880  676397 g_environ_* should work with NULL envp
6881  676398 g_spawn_* should take PATH from the passed env...
6882  676478 Broken gzip decoding
6883  676594 [Patch] fix g_reload_user_special_dirs_cache
6884  676816 Add more GLIB_AVAILABLE_IN_*
6885  676937 Document notify signal deduplication with free...
6886
6887 * Translation updates:
6888  Czech
6889  French
6890  German
6891  Greek
6892  Japanese
6893  Russian
6894  Slovenian
6895  Spanish
6896
6897
6898 Overview of changes from GLib 2.32.1 to 2.33.1
6899 ==============================================
6900
6901 * GApplication
6902  - can now have a NULL application ID
6903  - add accessors for determining dbus connection and object path
6904
6905 * g_clear_object: fix warnings when using it on C++ (due to lack of
6906   ability to implicitly cast void*)
6907 * add g_clear_pointer as a generic form of g_clear_object
6908
6909 * GDBus:
6910  - add our own implementation of the message bus for use on Windows only
6911  - fix up a few bugs that use of this bus uncovered in GDBus
6912  - escape nonce files in dbus addressess (think 'c:\')
6913  - support initial underscores in dbus codegen namespace (for private)
6914  - add GTestDBus for bringing up a session bus for testing purposes
6915  - gdbus-codegen: Avoid warnings in generated code
6916  - GDBusAuthObserver: Add a way to control what authentication mechanisms to use
6917  - 
6918
6919 * Fix misdetection of GNUstep as Cocoa (for the MacOS GSettings backend)
6920
6921 * make sure configure fails if AC_CHECK_ALIGNOF cannot detect the alignment
6922
6923 * GAppInfo
6924  - overwrite the DISPLAY only if it is set in the launch context
6925  - add accessor for StartupWMClass
6926
6927 * glib/tests/date: force US locale running the GDateTime tests
6928
6929 * Resources:
6930  - fix broken use of GVDB on big endian machines
6931  - set a 'display name' so that pretty file names appear in Gtk CSS
6932    warning messages
6933
6934 * GMainContext:
6935  - block child sources when blocking the parent
6936  - introduce more testcases for child sources
6937
6938 * GResolver: add support for MX, TXT, NS and SOA records
6939
6940 * GSocketControlMessage: Don't warn about unknown messages
6941
6942 * GIO:
6943  - implement GSeekable for the data and buffered stream classes
6944  - implement GPollable for many more classes as well
6945  - fix GConverterInputStream infinite loop when fill_buffer returns an error
6946  - fileinfo: document the correct type for trash::orig-path
6947
6948 * test coverage improvements and general fixes
6949
6950 * new 2.34 stuff: version macros, docs index section, etc.
6951
6952 * Build:
6953  - add --disable-modular-tests build option
6954  - don't require host binaries if tests are not enabled for cross-builds
6955
6956 * Translations updated
6957  Brazilian Portuguese
6958  Bulgarian
6959  Czech
6960  French
6961  Galician
6962  German
6963  Hebrew
6964  Hindi
6965  Italian
6966  Norwegian bokmål
6967  Polish
6968  Russian
6969  Russian
6970  Serbian
6971  Simplified Chinese
6972  Slovenian
6973  Spanish
6974  Telugu
6975
6976 Overview of changes from GLib 2.32.0 to 2.32.1
6977 ==============================================
6978
6979 * Bugs fixed:
6980  670254 glib-2.30.2: Fails /GDateTime/new_from_unix test
6981  672541 glib-compile-resources prepends --sourcedir to absolute paths
6982  673139 URL to mailing lists in README incorrect
6983  673174 g_input_stream_read[_finish]: document returning 0 on EOF
6984  673191 glib/gchecksum.c warning: dereferencing type-punned pointer...
6985  673216 [W32] gtestutils does not use path separators consistently
6986  673439 Properly deprecate g_value_{set,get}_char
6987  673612 Fails to decode dictionaries wrapped in two layers of array
6988  673803 gclosure: Support return values of GVariants
6989  669285 glib/tests/markup-parse fails under non-english locale
6990  673911 gio-2.0.pc lists full path to executables, breaking cross com..
6991  673762 gnextstepsettingsbackend.c:343: error: parse error before 'in'
6992
6993 * Updated translations:
6994  Belarusian
6995  British English
6996  Bulgarian
6997  Catalan
6998  Czech
6999  French
7000  German
7001  Hebrew
7002  Hindi
7003  Hungarian
7004  Italian
7005  Japanese
7006  Kannada
7007  Latvian
7008  Lithuanian
7009  Marathi
7010  Norwegian bokmål
7011  Odia
7012  Polish
7013  Serbian
7014  Slovenian
7015  Spanish
7016  Swedish
7017  Telugu
7018
7019
7020 Overview of changes from GLib 2.31.22 to 2.32.0
7021 ===============================================
7022
7023 * It is no longer necessary to use g_thread_init() or to link against
7024   libgthread.  libglib is now always thread-enabled. Custom thread
7025   system implementations are no longer supported (including errorcheck
7026   mutexes).
7027
7028 * The thread and synchronisation APIs have been updated.
7029   GMutex and GCond can be statically allocated without explicit
7030   initialisation, as can new types GRWLock and GRecMutex.  The
7031   GStatic_______ variants of these types have been deprecated.  GPrivate
7032   can also be statically allocated and has a nicer API (deprecating
7033   GStaticPrivate).  Finally, g_thread_create() has been replaced with a
7034   substantially simplified g_thread_new().
7035
7036 * The g_once_init_enter()/_leave() functions have been replaced with
7037   macros that allow for a pointer to any gsize-sized object, not just a
7038   gsize*.  The assertions to ensure that a pointer to a correctly-sized
7039   object is being used will not work with generic pointers (ie: (void*)
7040   and (gpointer) casts) which would have worked with the old version.
7041
7042 * It is now mandatory to include glib.h instead of individual headers.
7043
7044 * The -uninstalled variants of the pkg-config files have been dropped.
7045
7046 * For a long time, gobject-2.0.pc mistakenly declared a public
7047   dependency on gthread-2.0.pc (when the dependency should have been
7048   private).  This means that programs got away with calling
7049   g_thread_init() without explicitly listing gthread-2.0.pc among their
7050   dependencies.
7051
7052   gthread has now been removed as a gobject dependency, which will cause
7053   such programs to break.
7054
7055   The fix for this problem is either to declare an explicit dependency
7056   on gthread-2.0.pc (if you care about compatibility with older GLib
7057   versions) or to stop calling g_thread_init().
7058
7059 * g_debug() output is no longer enabled by default.  It can be enabled
7060   on a per-domain basis with the G_MESSAGES_DEBUG environment variable
7061   like
7062     G_MESSAGES_DEBUG=domain1,domain2
7063   or
7064     G_MESSAGES_DEBUG=all
7065
7066 * Bugs fixed:
7067  671988 Quickly registering / unregistering objects on bus...
7068  672095 glib needs stable sort function
7069  672406 glib/tests/include.c fails to build on FreeBSD
7070
7071 * Updated translations:
7072  Telugu
7073
7074
7075 Overview of changes from GLib 2.31.20 to 2.31.22
7076 ================================================
7077
7078 * Bugs fixed:
7079  531901 Use __builtin_bswap* for GUINT*_SWAP_LE_BE if building...
7080  653167 Out of tree build is broken on windows
7081  668973 Test /gvariant/parser fails on Solaris 10
7082  669797 gvfs now lists its fuse mounts
7083  670846 deadlock: GStreamer-WARNING **: wrong STREAM_LOCK count 0
7084  671664 gio-querymodules: unlink instead of writing empty cache
7085  671676 Glib can't be cross-compiled any more after merge of...
7086  671918 gnome-shell is inaccessible unless started while an AT...
7087  671942 GSocketMsgFlags: annotate as a flags
7088  671997 Unix signal handling assumes that volatile 1-byte writes...
7089  672013 GSimpleAsyncResult: support reliable cancellation
7090  672026 default log output should include pid and/or prgname
7091  672095 glib needs stable sort function
7092  672201 G_SPAWN_SEARCH_PATH should continue on ENODEV and ETIMEDOUT
7093  672239 request NO_REPLY from g_dbus_connection_call() with no as...
7094  672249 gdbusproxy leaks asyncresult in an error case instead of...
7095
7096 * Translation updates:
7097  Assamese
7098  British English
7099  Catalan
7100  Catalan (Valencian)
7101  Danish
7102  Esperanto
7103  Finnish
7104  French
7105  German
7106  Hungarian
7107  Korean
7108  Lithuanian
7109  Norwegian bokmål
7110  Polish
7111  Portuguese
7112  Russian
7113  Traditional Chinese
7114
7115
7116 Overview of changes from GLib 2.31.18 to 2.31.20
7117 ================================================
7118
7119 * Update to Unicode 6.1
7120
7121 * Update PCRE to 8.30
7122
7123 * Deprecations are now versioned, and new API is
7124   marked with the version it was introduced.
7125   Use these with GLIB_VERSION_{MIN,MAX}_REQUIRED
7126
7127 * The performance of signal emissions has been
7128   improved for simple cases
7129
7130 * Bugs fixed:
7131  529806 Cannot build in 64-bit Mac OS X due to libiconv
7132  580873 Documentation of register type functions incomplete
7133  592666 Document how to unset an attribute
7134  597785 g_type_class_add_private code snippet is a bad example
7135  621368 glib-2.24.1: FAIL: run-assert-msg-test.sh when updating...
7136  622149 --disable-regex breaks glib2 build
7137  639873 GBinding: Crash when binding two properties on the same...
7138  640202 For GLIB v. 2.23.6 and above: impossibility to build mu...
7139  668295 Need a way to classify GVolume instances
7140  669670 gasyncqueue: don't use deprecated g_cond_timed_wait()
7141  670542 Add version information for deprecations
7142  670557 gvaluetransform: Fix an infinite loop with GFlagsValue...
7143  670721 global variable for signal ID should be hidden
7144  670751 IceWM build fails due to the G_DEPRECATED_FOR macro
7145  670909 g_dbus_connection_call leaks when it receives an error...
7146  670922 Include path to gdbus-codegen in the pkgconfig file
7147  670969 GSequence lookup may fail if there was no sort prior to...
7148  671025 Constants and identifiers starting with a number are no...
7149  671270 make distclean failures
7150  671281 glib-compile-resources.xml is missing from the dist tar...
7151
7152 * Translation updates:
7153  Basque
7154  Belarusian
7155  Brazilian Portuguese
7156  Bulgarian
7157  Galician
7158  Hebrew
7159  Lithuanian
7160  Persian
7161  Punjabi
7162  Serbian
7163  Simplified Chinese
7164  Slovenian
7165  Telugu
7166  Traditional Chinese
7167  Uyghur
7168  Vietnamese
7169
7170
7171 Overview of changes from GLib 2.31.16 to 2.31.18
7172 ================================================
7173
7174 * GDBusProxy has now a flag, G_DBUS_PROXY_FLAGS_GET_INVALIDATED_PROPERTIES,
7175   which can be set to make GDBus automatically reload
7176   changed properties even if the propertychanged signal
7177   does not contain the new values.
7178
7179 * GApplication puts non-unique applications on the bus
7180
7181 * GApplication now has g_application_quit()
7182
7183 * g_async_queue_timed_pop has been deprecated in favor of
7184   the new g_async_queue_timeout_pop, which uses relative
7185   delays in microseconds instead of a GTimeVal.
7186
7187 * a huge number of API documentation fixes
7188
7189 * Bugs fixed:
7190  647986 put non-unique apps on D-Bus
7191  658484 vpn connection vs NetworkSecretDialog
7192  664237 GDateTime falls back to UTC if TZ is set
7193  669329 gthread-win32: update for g_get_monotonic_time() changes
7194  669330 glocalfile: fix error code when opening a directory on win32
7195  669372 glib/tests memory leaks.
7196  669412 mem leak in g_environ_unsetenv
7197  669538 Fix compilation of glib-compile-resources.c on Windows
7198  669544 gdbus-codegen example introspection XML is not complete
7199  669595 glib-mkenums: fix handling of forward enum declarations
7200  669670 gasyncqueue: don't use deprecated g_cond_timed_wait()
7201  669671 gobject: use #pragmas to avoid deprecated function warnings
7202  669689 Retrieve cwd and environ in local GApplicationCommandLine
7203  669810 socket/win32: flush pending read before signaling HUP
7204  669865 g_regex_fetch()
7205  670085 memory leak in g_output_stream_write_async
7206  670138 gbytes.h is missing the G_BEGIN/END_DECL guards
7207  670485 Simplify session API (shared bug with gtk+)
7208
7209 * Updated translations:
7210  Belarusian
7211  Danish
7212  Galician
7213  Serbian
7214  Telugu
7215  Hebrew
7216
7217
7218 Overview of changes from GLib 2.31.14 to 2.31.16
7219 ================================================
7220
7221 * GResource:
7222  - The resource compiler can now convert pngs into
7223    pixel data that can be used without parsing at runtime
7224    (requires gdk-pixbuf-pixdata to be present)
7225
7226 * Bugs fixed:
7227  669123 resource compiler: failing to-pixdata should...
7228  669173 resource: fix xml preprocess entity handling
7229  669224 Cross-compilation broken by data-to-c
7230  669253 gsettings set buggy on array values
7231  669334 fix memory leak in bookmark file parser
7232
7233 * Translation updates:
7234  Norwegian bokmål
7235  Spanish
7236
7237
7238 Overview of changes from GLib 2.31.12 to 2.31.14
7239 ================================================
7240
7241 * GResource:
7242  - GLib now includes a commandline utility, gresource,
7243    to explore resources in ELF files
7244  - The resource compiler can now optionally strip
7245    ignorable whitespace from XML resources
7246  - The resource compiler can now generate build dependencies
7247  - The resource compiler will now autoselect output formats
7248
7249 * GApplication:
7250  - The menu markup parser API has been dropped, the
7251    menu XML support lives in GTK+ now
7252
7253 * GValueArray has been deprecated
7254
7255 * Bugs fixed:
7256  626258 N-ary Trees - 'nodes' can be inserted before and after...
7257  634232 Core Dump / Aborted using g_key_file_to_data
7258  639099 schema compiler chokes on valid schema
7259  667228 Deprecate GValueArray
7260  667243 Add an element clear function to GArray
7261  667929 glib-compile-resources: xml resources doesn't need to...
7262  668250 g_date_time_format() produces a non-UTF8 string
7263  668468 'IP_ADD_SOURCE_MEMBERSHIP' undeclared
7264  668532 resources: add dependency generator to the resource compiler
7265  668539 resources: compiler should autoselect output format...
7266  668561 gresource-tool not internationalized
7267  668572 glib_cv_g_atomic_lock_free config.cache setting not honored...
7268  668650 GRealArray->clear_func should be initialized
7269  668756 GKeyFile: allow loading from empty strings
7270  668857 fix couple of typos in comments
7271  669024 goption: implement platform_get_argv0() for OpenBSD
7272
7273 * Updated translations:
7274  Galician
7275  Norwegian bokmål
7276  Spanish
7277  Traditional Chinese
7278
7279 Overview of changes from GLib 2.31.10 to 2.31.12
7280 ================================================
7281
7282 * GApplication:
7283  - Drop support for exporting menus - this functionality
7284    will be provided in GtkApplication
7285  - Add a way to create actions that change settings
7286
7287 * Bugs fixed:
7288  629503 Add async versions of g_unix_connection_{receive,send}_credentials
7289  656301 glib-compile-schemas should not create an empty file
7290  668071 mingw-gcc build fails on gio/gsocket.[c|h]
7291  668118 the big appmenu switcheroo
7292  668158 base64 encode and line termination
7293  668163 GDBusConnection: note that exit-on-close is sometimes TRUE
7294  668269 gsignal: add g_signal_handlers_disconnect_by_data
7295  668279 create GAction from GSettings
7296
7297 * Translation updates:
7298  Norwegian bokmål
7299
7300
7301 Overview of changes from GLib 2.31.8 to 2.31.10
7302 ===============================================
7303
7304 * GResource:
7305  - A new facility to allow linking data files into binaries
7306    and make them available as resources
7307  - Resources are compiled using glib-compile-resources
7308  - GIO supports resource:/// uris to access resources
7309
7310 * Bugs fixed:
7311  619126 Missing dependency libs
7312  658315 g_key_file_get_keys() should set length to 0...
7313  660371 is it ever valid to have 0 as a GError domain?
7314  666700 Add some missing (allow-none) annotations
7315  667375 GAsyncInitable subclassing (and async subclassing...
7316  667447 Missing many introspection annotations
7317  667790 Protect call to pthread_condattr_setclock with define
7318  667938 wrong gtypes generated for empty flags enums
7319
7320 * Translation updates:
7321  Hebrew
7322  Spanish
7323
7324
7325 Overview of changes from GLib 2.31.6 to 2.31.8
7326 ==============================================
7327
7328 * GObject:
7329  - The type checks for overriding properties have been loosened.
7330    In particular, it is now possible to add the CONSTRUCT flag
7331    to an overridden property
7332  - GWeakRef is a new API for weak references; unlike g_object_weak_ref
7333    and g_object_add_weak_pointer, it is thread-safe.
7334
7335 * GHashTable has grown new convenience api for use as a set:
7336   g_hash_table_add, g_hash_table_contains
7337
7338 * GSocketConnection has gained API for managing connection status
7339
7340 * GSettings: a native OS X backend has been added, under the
7341   name 'nexstep'
7342
7343 * Bugs fixed
7344  455640 Something fishy with GRegex and unicode
7345  548954 weak references are not threadsafe
7346  625751 Add G_FILE_ATTRIBUTE_FILESYSTEM_USED
7347  658871 gbacktrace: g_get_prgname () isn't called for a NULL argu...
7348  664069 gvariant: Never break out of g_variant_iter_loop
7349  664830 g_strescape doesn't natively handle \v (vertical tab)
7350  665211 GDBusConnection singleton access can race with disposal
7351  665805 Add GSocketClient::action, for tracking socket client status
7352  666116 some tests provoke undefined behaviour, which is undesira...
7353  666422 Unreachable code in gio gnetworkmonitornetlink.c
7354  666551 Crash in g_thread_xp_SleepConditionVariableSRW
7355  666595 menu parser disallows id='' on submenu and section
7356  666615 loosen property override flag restrictions
7357  666616 gobject: fix property override type checks
7358  666803 g_utf8_validate() fails to validate strings with known size
7359  666804 g_ateaxit deprecation warning in devhelp points in wrong ...
7360  666951 g_mkdtemp: Since version incorrect in docs
7361  666978 Fails to compile glib applications with ISO C90 compiler
7362  667098 ginetaddressmask leaks its address property
7363  667225 GSocket: add missing type checks to public methods
7364  667226 GSocket: fix an error return value
7365  667279 Sometimes crashes when launching commandline-crea...
7366  667285 Wrong keyname listed in documentation for g_deskt...
7367  667331 Use g_queue_free_full() convenience function
7368  667420 GHashTable GDB pretty printing is broken
7369
7370 * Updated translations
7371  Belarusian
7372  Bulgarian
7373  Hebrew
7374  Norwegian bokmål
7375  Norwegian Nynorsk
7376  Spanish
7377  Vietnamese
7378
7379
7380 Overview of changes from GLib 2.31.4 to 2.31.6
7381 ==============================================
7382
7383 * GApplication no longer has APIs for setting menus.  Those have been
7384   moved to GtkApplication.
7385
7386 * the GActionGroup import/export functionality has been decoupled from
7387   GApplication by the introduction of a new interface for the purpose of
7388   handling platform data: GRemoteActionGroup.  This allows Gtk to
7389   properly deal with platform data (and gdk threads) on window actions.
7390
7391 * lots of documentation improvements
7392
7393 * bug fixes and a huge number of memory leak fixes
7394
7395 * the test suite now passes on ARM and some of the GDBus testcase hangs
7396   we've been seeing have been resolved (although others could remain)
7397
7398 * g_bytes_get_data() API changed: now includes 'size' out parameter
7399
7400 * new g_queue_free_full() API similar to g_[s]list_free_full()
7401
7402 * desktop files: use standard "Keywords" now, not "X-GNOME-Keywords"
7403
7404 * gsettings commandline tool now has --schemadir option for schemas not
7405   installed in the usual place (ie: as part of plugins)
7406
7407 * Bugs fixed:
7408  643736 GApplication doesn't emit dbus signals on action updates
7409  657433 g_queue_free_full() missing
7410  664699 glib: documentation fixes
7411  665737 acquire/release gdk threads lock on incoming dbus
7412  665879 GBytes: add a size argument to g_bytes_get_data
7413  666113 various leaks in GLib, GIO are visible in the regression tests
7414  666115 various tests leak memory, obscuring real leaks in the library
7415  666145 Doc could be more explicite that g_thread_init calls can be droped
7416  666173 Configure warning - linux/netlink.h usability... no
7417  666296 Race condition in g_thread_xp_get_srwlock
7418  666415 Settings tools should allow specifying a schema directory 
7419
7420 * Translations updated:
7421  French
7422  Spanish
7423
7424 Overview of changes from GLib 2.31.2 to 2.31.4
7425 ==============================================
7426
7427 * EXPERIMENTAL: Menu support has been added to GApplication.  Menus
7428   are exported on the bus, alongside the actions that are already there.
7429   There have also been many related improvements to action group
7430   functionality.
7431
7432   These new APIs are subject to changes in the coming releases.  In
7433   particular, it seems somewhat likely that the APIs for registering
7434   menubars may change in order to accommodate windows with different
7435   types of menubars.
7436
7437 * GDBusConnection previously directly dispatched destroy notifies when
7438   unregistering objects if the current main context was the same context
7439   the object was exported on.  It now unconditionally dispatches these
7440   through an idle on the context.
7441
7442 * Clean up Requires in pc files. Linking against GIO no
7443   longer drags in gmodule. This may require dependency
7444   fixes here and there.
7445
7446 * Introduce GBytes, a data type for immutable, fixed-size
7447   byte sequences. This makes the pre-existing GBuffer
7448   API available outside GLib
7449
7450 * GDBusInterfaceSkeleton can now be exported on multiple
7451   connections
7452
7453 * Bugs fixed:
7454  600161 Do not use static GTypeInfo and GInterfaceInfo
7455  640077 GFileMonitor: Always send CHANGES_DONE_HINT after a move...
7456  641720 Misleading definition for local_command_line() in GApplic...
7457  648516 Little comment error and 2 useless lines of code
7458  651997 Dummy backend for gapplication
7459  652560 Test for g_ascii_strtod is failing
7460  662208 failure to initialize a GInitable should be considered...
7461  662718 GDBusInterfaceSkeleton should be able to export on multi...
7462  663291 GBytes: Immutable, refcounted sequence of bytes
7463  664406 Need context for a proper translation
7464  664455 Build fixes for GLib GIT master (2.31.x)
7465  664558 GDBusWorker.frozen has a value > 1 in a gboolean
7466  664559 sys/wait.h not available on windows
7467  664617 gdbus segfault error 4 in libgio-2.0.so.0.3102.0
7468  664635 GMemory{Out,In}putStream _async functions break sub-class...
7469  664809 Add command line option to gtester to allow skipping tests
7470  665067 cryptic assertion failure if nonsensical flag combinations...
7471  665184 Check ref. count before reffing/unreffing
7472  665298 Add 'Requires.private: libpcre' to glib-2.0.pc
7473  665391 update documentation around mainloops
7474  665607 ./configure is there for fiddling with cross-compile enviro...
7475  665634 g_dbus_node_info_new_for_xml() errors on unknown attributes...
7476  665685 Add a #define for the max length of a Unicode decomposition
7477  665733 GDBusConnection holds lock while calling destroynotify
7478
7479 * Translation updates:
7480  Norwegian bokmål
7481  Spanish
7482
7483
7484 Overview of changes from GLib 2.31.0 to 2.31.2
7485 ==============================================
7486
7487 * Monotonic time is now properly supported on Windows
7488
7489 * glib-mkenums: fix @ENUMPREFIX@ with /*< underscore_name=... >*/
7490
7491 * EXPERIMENTAL: introduce new GSettingsSchema and GSettingsSchemaSource
7492   APIs for the convenience of plugin system authors and those who wish
7493   to introspect the contents of schemas.  This API may change.
7494
7495 * Improve the performance of GObject property notifies.
7496
7497 * GDBus:
7498  - fix a race when unowning a name immediately after owning it
7499  - thread safety improvements on GDBusConnection
7500  - fixes for exit-on-close functionality
7501
7502 * Deprecations:
7503  - add G_SIGNAL_DEPRECATED
7504  - don't use G_DISABLE_DEPRECATED masking for functions anymore
7505
7506 * docs
7507  - tmpl/ is finally dead for glib
7508
7509 * GIO:
7510  - GInetAddressMask: new type for internet address range matching
7511  - various GIO file and stream fixes
7512  - improvements to attribute and fileinfo handling
7513
7514 Overview of changes from GLib 2.29/2.30 to 2.31.0
7515 =================================================
7516
7517 This release contains a huge number of changes (500 commits worth).  The
7518 list below attempts to summarise, but not every change is listed.
7519
7520 * Major changes to threading and synchronisation
7521  - threading is now always enabled in GLib
7522  - support for custom thread implementations (including our own internal
7523    support for errorcheck mutexes) has been removed
7524  - a whole lot of dead code (to deal with the non-threaded case) has
7525    been ripped out.  This includes the racy path of GMainContext that
7526    caused deadlocks with respect to child process exits in
7527    single-threaded programs (such as gtester).
7528  - libgthread is now an empty shell and g_thread_init() is no longer
7529    required (and has been deprecated)
7530  - GMutex and GCond can now be statically allocated without explicit
7531    initialisation.  Dynamic allocation for these types is deprecated.
7532  - new types GRecMutex and GRWLock can also be statically allocated
7533    without explicit initialisation.
7534  - GPrivate can now be statically allocated and has an improved API.
7535    Dynamic allocation of GPrivate is deprecated.
7536  - GStaticMutex, GStaticRecMutex, GStaticRwLock, GStaticPrivate are
7537    deprecated.
7538  - GCond now uses monotonic time internally and a new API takes
7539    monotonic time for timed waits, deprecating the wallclock API
7540  - removal of the insane macro indirection used in the previous
7541    implementation of threading and synchronisation APIs
7542  - use SRWLock and CONDITION_VARIABLE APIs when available on Windows
7543    (Vista and later) and emulate them on XP
7544  - leaks of G(Static)Private-allocated data on some cases of thread exit
7545    have been fixed
7546  - simplified new thread creation API with the old API deprecated.  The
7547    concept of joinability has disappeared (all threads are joinable) as
7548    have priority levels, 'bound'ness (ie: kernel vs. userspace threads)
7549    and ability to manipulate the stack size.
7550  - GThread is now a refcounted type
7551  - other implementation details changed
7552
7553 * Move headers for some deprecated functionality to a separate
7554   deprecated/ directory.
7555
7556 * New support for attribute-based deprecations to issue compiler
7557   warnings instead of breaking the build and/or giving warnings about
7558   implicit declarations (and possibly miscompiling).
7559
7560 * GCache has been deprecated (after its last use was removed from our
7561   platform over a year ago).
7562
7563 * It is no longer possible to include individual headers (like
7564   "ghash.h") -- you must #include <glib.h>.
7565
7566 * The misguided experiment of allowing the program to stumble along with
7567   missing GSettings schemas is now over -- the abort is back.
7568
7569 * Clarify that fork() is not valid while using GMainContext.  This is
7570   because the internal resources of the GMainContext end up being shared
7571   by both processes.  We had an assert here but it was breaking existing
7572   (valid) use cases as well, so it has been removed for now.
7573
7574 * GApplication
7575   - add ::shutdown signal as logical dual to ::startup
7576   - don't use a GMainLoop: iterate the GMainContext directly (improves
7577     quit logic)
7578
7579 * Several portability fixes for Windows, OpenBSD, Solaris
7580
7581 * Add new GValue API to specifically deal in signed chars (in case the
7582   platform defines 'char' as unsigned)
7583
7584 * some new API to mitigate the problems associated with calling setenv()
7585   in a multi-threaded program
7586
7587 * Use CLOCK_MONOTONIC unconditionally if the libc has support at compile
7588   time (ie: stop checking for kernel support at runtime).
7589
7590 * pkg-config files:
7591   - drop -uninstalled variants
7592   - remove gobject dependency on gthread
7593
7594 * New macro G_ATOMIC_LOCK_FREE is defined if the atomic operations are
7595   implemented without use of a mutex.  Cleaned up atomic-related
7596   compilation issues with mingw compilers on win32 systems.
7597
7598 * SOCKS proxy and resolver improvements
7599
7600 * Fix the spelling of G_IO_FLAG_IS_WRITABLE (was WRITEABLE) and
7601   introduce a macro for backwards compatibility.
7602
7603 * GDBus:
7604   - many code generation updates and improvements
7605   - some race condition fixes, including testcase hangs
7606
7607 * GVariant:
7608   - new g_variant_new_from_fixed_array() API
7609   - substantial docs improvements/clarifications
7610
7611 * GKeyFile is now refcounted and boxed
7612
7613 * mount monitoring is now based on /proc/mounts (where available)
7614   instead of mtab
7615
7616 * new macros G_SOURCE_CONTINUE and G_SOURCE_REMOVE for returning from
7617   GSourceFunc (so you don't have to remember what TRUE and FALSE mean)
7618
7619 * use xlocale functions where available to avoid too much heavy lifting
7620   in functions like g_ascii_strtod()
7621
7622 * GMappedFile can now be created from an fd
7623
7624 * error message strings grammar/i18n fixes
7625
7626 * many docs updates
7627
7628 * Partial list of bugs closed:
7629  70598  Unify GStaticMutex and GMutex.
7630  320888 optimization for g_main_context_wakeup
7631  398418 GChildWatch race condition?
7632  527214 g_timer_elapsed() returns random values
7633  580505 add a way to set/get name for a thread
7634  583511 race condition means g_main_loop_quit() does not work
7635  590808 GKeyFile should have a refcount and a boxed type in GObject
7636  592715 Document that g_str_hash() and g_int_hash() are not NULL safe
7637  631413 Add macros for GSourceFunc return values
7638  632049 not immediately clear what g_variant_get_fixed_array expects
7639  640212 "Error stating file" is not a friendly message
7640  640293 Use xlocale functions to implement g_ascii_strtod()
7641  640975 Check that error exists before trying to set it
7642  643934 GApplication lacking a logical dual for the ::startup signal
7643  651268 assertion failed in GDBus worker thread
7644  653987 g_key_file_get_integer cannot interpret trailing spaces
7645  654412 Documentation for g_variant_get_child_value unclear
7646  654563 info capplet: Failed to calculate disk space
7647  655366 missing GSettings schemas lead to obscure crashes
7648  656621 g_spawn_*() calls executables in current directory
7649  656679 [gi] Add two annotations to gio
7650  657992 Add glib__private__() API to share between glib,gio
7651  658188 _set_as_last_used_for_type generates a broken mimeapps.list
7652  658206 gsocks5proxy.c has invalid gettext use
7653  658207 glib-compile-schemas says "can not"
7654  658558 simpleaction: Fix documentation of :enabled
7655  658683 clean up charset/language threading issues
7656  658692 add introspection annotations to g_time_val_from_iso8601()
7657  658715 Duplicite strings
7658  658769 Invalid reuse of GError in GThreadedResolver
7659  658806 sign error in string hash implementation
7660  658976 gdbus-codegen's C namespace option needs to support Ugly_Case
7661  659070 gdbus-codegen generated code segfaults when property changes
7662  659082 gdbus-codegen: Single letter namespaces get dropped from names
7663  659212 GMappedFile should fail on non-regular files
7664  659324 _SPLICE_CLOSE_TARGET doesn't mark the output stream as closed
7665  659423 Use adaptive mutexes when available
7666  659427 Move deprecated code to a separate directory
7667  659646 gdbus-codegen produce code that warnings at build
7668  659690 Possible build warning in code generated by gdbus-codegen
7669  659699 property name collision when generating code for "Connection"
7670  659754 Add API to GMappedFile that allows to pass FD
7671  659838 incorrect types in introspection for g_object_bind_property
7672  659866 pthread_rwlock_t requires defined __USE_UNIX98
7673  659870 gvalue: Fix signedness of g_value_get_char()
7674  659889 glib-2.29.92/gio-2.0.pc.in has a wrong line.
7675  659916 GObject size of 64K is not actively enforced
7676  659920 Missing setter for read/write property 'closed' of GIOStream
7677  659923 Add g_variant_new_fixed_array() function
7678  660013 Remove old g_atomic configure cruft
7679  660096 glib/rwlock tests failure (tests asserted)
7680  660130 Possible loss of user data when updating mimeapps.list
7681  660147 tracker causes g_critical in "gsettings list-recursively"
7682  660413 Make G_ASSERT_STATIC work with clang
7683  660498 Generated test code fails when the codegen changes
7684  660511 Use /proc/mounts for monitoring mounts, not /etc/mtab
7685  660536 Expose options for /etc/fstab entries
7686  660635 Deprecate g_thread_foreach
7687  660637 Pending dbus method calls not canceled on connection loss
7688  660739 kill off g_{mutex,cond}_{new,free}()
7689  660740 make GThread more standard
7690  660741 g_cond_timedwait is a disaster
7691  660743 macro wrappers for g_once_init_enter/leave
7692  660744 finish killing g_thread_init()
7693  660745 GPrivate leaks on Windows
7694  660791 [gio] Improve doc for g_file_make_directory_with_parents()
7695  660843 asyncqueue-test is broken
7696  660849 Remove cruft from g_strerror and g_strsignal
7697  660886 GDBusProxy: don't drop/complain about unknown props/signals
7698  660887 g_slice_set_config() is broken
7699  660994 Add g_main_context_ref_thread_default()
7700  661255 gio: enable test_peer regression test for OpenBSD
7701  661257 giomodules.c uses ":" instead of G_SEARCHPATH_SEPARATOR_S
7702  661318 tests use pthread without appropriate compiler/linker flags
7703  661421 Applications fail to initialize on GNU Hurd - commit
7704  661438 Implement G_GNUC_DEPRECATED/G_GNUC_DEPRECATED_FOR on Visual C++
7705  661711 Sorting keys for GDrive, GVolume and GMount instances
7706  661763 desktop-app-info: Add support for X-GNOME-Keywords
7707  661896 /gdbus/connection/life-cycle is racy
7708  661914 Gstreamer/Totem locks up
7709  662100 regression: g_dbus_connection_close() triggers exit-on-close logic
7710
7711 * Translations updates:
7712  Belarusian 
7713  Brazilian Portuguese
7714  British English 
7715  Bulgarian 
7716  Catalan 
7717  Catalan (Valencian)
7718  Czech 
7719  Danish 
7720  Esperanto
7721  French 
7722  Gujarati
7723  Hebrew 
7724  Hungarian 
7725  Italian 
7726  Japanese
7727  Lithuanian
7728  Norwegian bokmål
7729  Oriya
7730  Polish 
7731  Russian 
7732  Serbian
7733  Simplified Chinese
7734  Slovak 
7735  Slovenian
7736  Spanish 
7737  Tamil
7738  Vietnamese
7739
7740 Overview of changes from GLib 2.29.18 to 2.29.90
7741 ================================================
7742
7743 * GObject includes a generic marshaller, g_cclosure_marshal_generic.
7744   To use it, simply specify NULL as the marshaller in g_signal_new().
7745   The generic marshaller is implemented with libffi, and consequently
7746   GObject depends on libffi now.
7747
7748 * API/ABI changes:
7749  - unix signal watches now match the API of all of the other sources
7750  - revert the addition of g_date_time_source_new () from last release
7751
7752 * networking and other fixes for Solaris
7753  - we no longer support symbolic port names (ie: from /etc/services)
7754  - check if -lsocket is needed
7755  - fix g_socket_details_from_fd()
7756  - avoid getmntinfo
7757  - fix some harmless warnings
7758
7759 * GDateTime improvements:
7760  - generally improved standards compliance (with C99)
7761  - support C99-specified format strings: %g, %G, %V, %c, %C, %w
7762  - consult the locale for the preferred 12-hour time format (%r)
7763  - drop support for non-standard %N and broken %W
7764  - better support for formatting non-POSIX (eg: Arabic) numerals
7765  - locale-related test case fixups, and fix some leaks
7766
7767 * GTlsInteraction: add interaction method invocation guarantees
7768
7769 * gdbus-codegen: post-process all interfaces when parsing >1 file
7770
7771 * make GMainLoop, GMainContext and GSource boxed types
7772
7773 * fix a race condition in the first use of g_get_monotonic_time()
7774
7775 * lots gtk-doc cleanups
7776
7777 * better intltool compatibility when generating pot file
7778
7779 * avoid GCC-specific compiler options when not using GCC
7780
7781 * Translation updates:
7782  Belarusian
7783  Brazilian Portuguese
7784  Canadian English
7785  Galician
7786  Indonesian
7787  Korean
7788  Lithuanian
7789  Norwegian bokmål
7790  Portuguese
7791  Spanish
7792  Swedish
7793
7794 Overview of changes from GLib 2.29.16 to 2.29.18
7795 ================================================
7796
7797 * GDateTime is now respecting LC_TIME when formatting
7798
7799 * GTimeZoneMonitor has been removed again
7800
7801 * A new API for wallclock functionality has been added:
7802   g_date_time_source_new(). This API is still experimental
7803   and may be changed or removed before 2.30.
7804
7805 * Bugs fixed:
7806  628904 Add credential support for FreeBSD and fix a socket issue
7807  650763 gdbus-codegen is broken with python 2.7
7808  655129 GDateTime could provide api for implementing wall clocks
7809  656341 gtlsconsoleinteraction.c uses getpass() which isn't avail...
7810  656387 GCancellable can be used concurrently
7811  656443 Make GTlsInteraction ask_password cancellable
7812  656675 void functions should not return in glib 2.29.16
7813  656772 g_variant_compare for uint64 incorrect
7814  656914 Load GIO_EXTRA_MODULES first, and ignore duplicates
7815  657083 The header langinfo.h is not available on all systems
7816  657084 gfileutils: fix docs/annotations for temp file methods
7817  657138 Some files missing in POTFILES.in
7818  657206 GInputStream leaked in g_file_icon_load_async()
7819  657243 g_cancellable_set_error_if_cancelled() documentation
7820  657274 Use detected PYTHON variable as shebang for gdbus-codegen
7821  657336 Speling fixes for glib found with codespell
7822  657452 plural forms needed
7823  657454 Translation comment needed
7824  657540 Print out file:// URL to coverage HTML report after building
7825  657593 g_test_trap_fork calls close(-1)
7826  646082 Addresses from GSocket should be normalized before returning
7827  657517 fix gio/tests/gdbus-peer on bsd
7828
7829 * Translation updates:
7830  Brazilian Portuguese
7831  Galician
7832  Norwegian bokmål
7833  Punjabi
7834  Russian
7835  Serbian
7836  Spanish
7837  Swedish
7838  Traditional Chinese
7839  Uighur
7840
7841
7842 Overview of changes from GLib 2.29.14 to 2.29.16
7843 ================================================
7844
7845 * GTlsDatabase: an abstract class that provides support
7846   or certificate and key lookup. An implementation will
7847   be provided in glib-networking
7848
7849 * GHmac: Support or HMAC digests
7850
7851 * Misc new API:
7852  - g_ptr_array_add_full: creates a GPtrArray with
7853    a preallocated size and a destroy function
7854  - g_desktop_app_info_get_show_in: checks if a GDesktopAppInfo
7855    should be shown in a given desktop environment
7856  - g_mkdtemp, g_mkdtemp_full, g_dir_make_tmp: create
7857    temporary directories
7858
7859 * Unify thread wakeup implementations of GMainContext
7860   and GCancellable, and use eventfd for it when available
7861
7862 * Show mounts in $XDG_USER_DIR in addition to /media and $HOME
7863
7864 * Bugs fixed:
7865  636572 GTlsCertificateDB
7866  644601 Some tests need a running dbus session
7867  652284 deal with small key lengths
7868  652827 glib-2.29.8 no longer builds with mingw.org's toolchain
7869  653063 PEM parser fails parsing private key when put first
7870  654078 Fail to static linking with Glib library
7871  654450 New functions: g_ptr_array_new_full()
7872  654793 Add G_VALUE_INIT
7873  655044 GDesktopAppInfo: Add g_desktop_app_info_get_show_in()
7874  655148 gdbusconnection is broken when compiling with mingw
7875  655241 glocalfile.c no longer compiles with MinGW GCC
7876  655598 g_cancellable_get_fd: silently return -1 for NULL cancellable
7877  655664 gdbus should not abort if no dbus session is available
7878  655769 Use ZLIB_CFLAGS when compiling gio
7879  656031 Improve GVariant annotations
7880  656048 glib-codegen requires Python >= 2.5
7881  656151 configure test logic inverted, doesn't match comments
7882  656152 GCC only syntax used, yet other compilers allowed by configure.
7883  656162 allow use of lcov 1.9 for coverage
7884  656282 GDBusProxy: uninitialized local variables can be freed
7885  656283 Failing tls connection cause assertion
7886  118563 Add g_mkdtemp in the spirit of g_mkstemp
7887  636405 Add g_return_if_fail() to g_settings_bind_with_mapping()
7888  656039 race condition between GDBusProxy signals and public API
7889  656492 g_io_channel_new_file failure (open(2) behavior wrt POSIX)
7890
7891 * Translation updates:
7892  Bulgarian
7893  Esperanto
7894  French
7895  Galician
7896  German
7897  Hebrew
7898  Indonesian
7899  Italian
7900  Norwegian bokmål
7901  Russian
7902  Spanish
7903  Swedish
7904
7905
7906 Overview of changes from GLib 2.29.12 to 2.29.14
7907 ================================================
7908
7909 * Unicode improvements
7910  - add g_unicode_script_{to,from}_iso15924
7911  - add G_UNICODE_SPACING_MARK define
7912  - more normalisation improvements
7913  - stop using deprecated g_unicode_canonical_decomposition()
7914
7915 * GParamSpec:
7916  - mark the 'name' field as 'const' and add a comment to the header to
7917    help avoid future problems caused by bad hacks
7918
7919 * Merge some (modified) patches from Debian:
7920  - 03_blacklist-directories.patch
7921    - add some blacklisted mount directories
7922  - 60_wait-longer-for-threads-to-die.patch
7923    - sleep longer in a test case, if needed to avoid failing
7924
7925 * Units policy change: prefer use of SI units
7926  - deprecate g_format_size_for_display, add g_format_size(_full)
7927
7928 * GSettings: don't call g_error() when the schema is missing
7929
7930 * GVariant support for arrays of object paths:
7931  - new g_variant_{new,get,dup}_objv API
7932  - support for g_variant_{new,get} '^ao' and '^a&o' similar to '^as'
7933
7934 * GDBus:
7935  - use new improved array-of-objects support and pass 'ao' as char**
7936    instead of GVariant*
7937  - improve handling of 'h' type (Unix file descriptor index)
7938
7939 * GIO:
7940  - fix compilation without USE_STATFS and USE_STATVFS
7941
7942 * Documentation fixes
7943
7944 * Bugs fixed:
7945  622921 Migrate from dbus-glib to glib's GDBus
7946  648271 Add g_unicode_script_to_iso15924()
7947  654948 Stop using deprecated g_unicode_canonical_decomposition()
7948  654988 g_atomic_int_add should document behaviour change
7949  655025 #define G_UNICODE_SPACING_MARK G_UNICODE_COMBINING_MARK
7950  655076 normalization misses some Full_Composition_Exclusion=True. 
7951
7952 * Translations updated:
7953  Spanish
7954
7955 Overview of changes from GLib 2.29.10 to 2.29.12
7956 ================================================
7957
7958 * Add new API to do Unicode (de-)composition in atomic steps,
7959   for use in Harfbuzz.
7960
7961 * Bugs fixed:
7962  615895 (indirectly) support non-NULL-terminated regexes in GRegex
7963  617949 glib trunk fails to compile on Solaris w/ Studio 12...
7964  620423 Document the possibility to unset attributes
7965  627974 Floating reference headaches
7966  644687 Not finding cross-links in current doc set
7967  649246 g_output_stream_splice() cannot be used on 32-bit machines...
7968  653841 a helper script to build glib from git master on win32
7969  653935 g_slist_free_full/g_list_free_full iterates twice in the list
7970  654017 tests: fix glib_translations_work() in gsettings unit test
7971  654085 Don't needlessly use "echo -e" when creating .def files
7972  654195 Add g_unichar_compose() and g_unichar_decompose()
7973  654232 GCancellable eventfd problems
7974  654394 suspicious use of floating references in GDBusInterfaceSkeleton
7975  654536 GSettings: lift key name length restriction to 64
7976  654627 GParamSpec: intern property names
7977  654651 Better g_unicode_canonical_decomposition()
7978  654917 Make g_cclosure_marshal_generic the default signal handler
7979
7980 * Translation updates:
7981  Belarusian
7982  Finnish
7983  Korean
7984  Latvian
7985  Lithuanian
7986  Norwegian bokmål
7987  Turkish
7988
7989
7990 Overview of changes from GLib 2.29.8 to 2.29.10
7991 ===============================================
7992
7993 * New features:
7994  - g_desktop_app_info_get_nodisplay: a function that is required
7995    to port gnome-menus to GDesktopAppInfo
7996  - g_hash_Table_iter_replace: new function to replace a value
7997    while iterating over a hash table
7998  - g_utf8_substring: convenience API to extract substrings from
7999    UTF-8 strings
8000  - g_action_group_add_entries: convenience API for creating lots
8001    of actions quickly
8002  - Use eventfd instead of pipes for waking up main contexts and
8003    for cancellation when available
8004  - GMatchInfo is now a refcounted boxed type
8005
8006 * API changes in GAction:
8007  - the 'set_state' entry in the GActionInterface vtable has been
8008    renamed to 'change_state
8009  - g_action_set_state has been renamed to g_action_change_state
8010  - the 'state' property has been changed to read-only
8011  - GSimpleAction can no longer be subclassed
8012
8013 * Bug fixes
8014  647796 g_variant_new_variant is not marked as constructor
8015  652072 gmain: make use of signalfd()
8016  652168 Crosscompiling Fails if build<=2.24 and host >2.24
8017  652750 make dist fails
8018  652758 GDataInputStream: Clarify g_data_input_stream_read_line docs...
8019  652822 Add a g_hash_table_iter_replace
8020  652897 tiny docs clarification for g_utf8_to_ucs4_fast
8021  653140 gmain: use Linux eventfd() for main context wake up
8022  653429 drop AM_MAINTAINER_MODE or enable it by default
8023  653484 GAsyncCallbacks should default to allow-none
8024         Add missing fundamental types to the generic marshaller
8025
8026 * Translation updates
8027  Belarusian
8028  Galician
8029  Russian
8030
8031 Overview of changes from GLib 2.29.6 to 2.29.8
8032 ==============================================
8033
8034 * Bug fixes
8035  646608 export_symbols variable for gio dynamic library is wrong
8036  646635 Fix introspection of GLib
8037  647930 Documentation: GDataInputStream _read_upto() version
8038  651745 Switch to _ prefixing rather than G_GNUC_INTERNAL
8039  651920 Improve qsort_r detection
8040  651959 gbitlock: "asm goto" is not available in gcc < 4.5
8041  651998 gdbus-codegen: Use relative Python imports
8042  652000 Fix for gatomic.c on Windows/MSVC
8043  652002 Proposal to clean up gvaluetransform.c for MSVC
8044  652025 g_dbus_connection_register_object: error is not set...
8045  652081 Typos in a GBinding warning message
8046  652197 Improper handling of double values in GDBusMessage
8047         Fix a deadlock in gobject finalization
8048
8049 * Translation updates:
8050  Czech
8051  Galician
8052  German
8053  Hebrew
8054  Norwegian bokmål
8055  Spanish
8056  Uighur
8057
8058
8059 Overview of changes from GLib 2.29.4 to 2.29.6
8060 ==============================================
8061
8062 * Atomic operations have been rewritten from scratch to make use
8063   of gcc builtins where possible. As a side-effect of this, calls
8064   to g_atomic_ API with explicit casts may now be problematic; if
8065   that happens to you, try first to remove the casts. Another
8066   side-effect of the rewrite is that g_atomic_int_exchange_and_add
8067   has been deprecated in favor of g_atomic_int_add.
8068
8069 * A full set of atomic operations on pointers has been added,
8070   including bit locks in pointer-size locations.
8071
8072 * Access to quarks is now lockless
8073
8074 * GObject data scalability has been greatly improved
8075
8076 * g_data_time_format now supports alternative digits and padding
8077
8078 * Introspection improvements:
8079  - Add a boxed type for GVariantBuilder
8080  - Annotation fixes in GDBus, GVariant, g_base64_
8081
8082 * Bugs fixed:
8083  502560 g_rand_double_range returns 'inf'
8084  612729 g_mkdir_with_parents can fail if the directory already exists
8085  617491 g_once() implementation is inefficient
8086  619418 Add a performance test for UTF-8 decoding functions
8087  619435 Make g_utf8_to_ucs4_fast() yet faster
8088  626549 G_STATIC_ASSERT_EXPR
8089  631231 bitlock: Fix detection and usage of futexes with Bionic
8090  632294 g_queue_remove() should return a boolean
8091  640518 GMainLoop has quadratic complexity when all pollfd's...
8092  642026 Race condition in g_static_private_free
8093  646635 Fix introspection of GLib
8094  648678 g_date_time_format(): support %O flags for localized numbers
8095  649480 Use MSG_CMSG_CLOEXEC in recvmsg in gio/gsocket.c
8096  649506 GTestFunc et al lacking Since tag
8097  649657 Don't return gboolean for functions that throw
8098  649775 glib-gio-gdbuscodegen-Makefile.patch
8099  649915 gsettings accepts unquoted strings longer than two characters
8100  649973 gthread: build unix tests only on unix
8101  649988 gdbus-codegen: Drop dependency on argparse
8102  650078 forkbomb building glib/tests/protocol
8103  650211 Optimization in key file parsing
8104  650236 Application over DBus implements action state incorrectly
8105  650345 g_key_file_has_key_full: New function to fix g_key_file_has_key...
8106  650458 reduce overhead in g_object_set/get_data
8107  650459 hash table consistency while calling destroy notify funcs
8108  650688 enforce rules about hash table modification
8109  650823 expand the set of atomic ops
8110  650874 codegen chokes on docs
8111  650882 use stdout instead of stderr for informational messages
8112  650884 fix compilation with gcc2
8113  650885 implement glib credentials on OpenBSD (hackish)
8114  650935 G_GNUC_MAY_ALIAS and atomic ops
8115  651009 minor documentation fix
8116  651034 Regarding g_cond_wait after g_thread_pool_push in gthreadedresolver
8117  651133 race condition in GDBusConnection's emit_signal_instance_in_idle_cb
8118  651141 hashtable infinite loop
8119  651219 fix path to true(1) on OpenBSD
8120  651223 Fix some compile warnings on OpenBSD
8121  651327 Minor fixes for the gsocket API
8122  651467 Add pointer sized bitlocks
8123  651650 gdbus: Avoid busy wait loop
8124  651725 gmain: Cleanups and a new test case
8125  651745 Switch to _ prefixing rather than G_GNUC_INTERNAL
8126
8127 * Updated translations:
8128  Catalan (Valencian)
8129  Esperanto
8130  Hebrew
8131  Hungarian
8132  Russian
8133  Spanish
8134
8135
8136 Overview of changes from GLib 2.29.2 to 2.29.4
8137 ==============================================
8138
8139 * GDBus:
8140  - Includes several new types to support modeling D-Bus
8141    objects and interfaces more fully, and also introduces
8142    an 'object manager' pattern:
8143    GDBusInterface, GDBusObject, GDBusObjectManager
8144    These interfaces have client-side implementations:
8145    GDBusProxy, GDBusObjectProxy, GDBusObjectManagerClient
8146    And server-side implementations:
8147    GDBusInterfaceSkeleton, GDBusObjectSkeleton, GDBusObjectManagerServer
8148  - The new gdbus-codegen utility uses these new classes
8149    to generate C code and documentation from D-Bus interface
8150    descriptions in XML
8151
8152 * GTest:
8153  - There is now a g_test_fail() function to mark
8154    tests as failed
8155
8156 * GDesktopAppInfo
8157  - Now has a binding-friendly filename property
8158  - Other new API to more fully expose desktop file contents:
8159    g_desktop_app_info_get_categories(),
8160    g_desktop_app_info_get_generic_name()
8161
8162 * GHashTable:
8163  - Several optimizations to reduce space consumption of
8164    large hash tables, in particular tables that are used
8165    to store sets.
8166
8167 * Unix-specific APIs:
8168   GLib now installs a separate header, glib-unix.h, that is
8169   meant to collect Unix-specific APIs. For now, it contains
8170   g_unix_open_pipe(), g_unix_set_fd_non_blocking() for dealing
8171   with pipes and fds, as well as APIs to create mainloop
8172   sources which can trigger callbacks on certain Unix
8173   signals (SIGTERM, SIGHUP, SIGINT).
8174
8175 * Bugs fixed:
8176  631379 GDBus nonce-tcp test failing
8177  632631 GLib-CRITICAL **: g_variant_new_string: assertion `g_utf8_validate (string, -1, NULL)' failed
8178  635694 gdbus aborting due to unauthorized socket in DBUS_SESSION_BUS_ADDRESS
8179  637561 Crash when using G_DBUS_SERVER_FLAGS_RUN_IN_THREAD
8180  642935 g_date_time_format() prints wrong value for %z and timezone -0800
8181  643134 g_dbus_message_copy
8182  644941 glib-unix: New Unix-specific API
8183  646013 g_hash_table_remove_all_nodes optimization
8184  646309 glib cannot be cross-compilled for mingw32
8185  646435 GTimeZone doesn't seem to be thread-safe
8186  646957 GIO chained calls don't work with a thread default context
8187  647594 README link to mailing list is broken
8188  647602 Cannot connect to remote message bus via TCP
8189  647746 The GSocketService documentation is incomplete.
8190  647826 API: gtester: Add g_test_fail()
8191  647903 GDesktopAppInfo: Add g_desktop_app_info_get_categories()
8192  648416 g_app_info_create_from_commandline ignores SUPPORTS_STARTUP_NOTIFICATION
8193  648423 Support G_DEBUG=trap-warnings
8194  648425 GDesktopAppInfo: Add "filename" property for bindings
8195  648966 Update g_unichar_iswide and g_unichar_iswide_cjk
8196
8197 * Updated translations
8198  Norwegian bokmål
8199  Spanish
8200  Turkish
8201  Uighur
8202
8203
8204 Overview of Changes from GLib 2.28.0 to 2.29.2
8205 ==============================================
8206
8207 * GApplication
8208  - The documentation has been enhanced and clarified
8209  - An opt-out for uniqueness has been added: G_APPLICATION_NON_UNIQUE
8210  - GApplication now syncs settings before g_application_run() returns
8211
8212 * GDBus
8213  - Interface lookups are now happening in constant time
8214  - Signature checking and handling of various unexpected
8215    situations has been improved
8216
8217 * GVariant
8218  - The format accepted by the GVariant parser has beend documented
8219  - GVariant accepts G_VARIANT_TYPE_VARDICT for a{sv}
8220
8221 * GDateTime:
8222  - The return value of g_datetime_compare() has been fixed to
8223    match strcmp() semantics
8224  - In order to handle problems with changing timezones, a GTimeZoneMonitor
8225    has been added to GIO, and g_time_zone_refresh_local() can be
8226    called to update the cached information about the local timezone
8227
8228 * GOption now uses /proc/self/cmdline to set the program name instead
8229   and only falls back to "<unknown>" if that is unavailable
8230
8231 * GSettings:
8232  - The schema compiler now warns about references to non-existing schemas
8233
8234 * Commandline utilities are now fully translated
8235
8236 * Signals can now indicate that collecting their arguments must
8237   always happen, even in the absence of connected signal handlers,
8238   using the G_SIGNAL_MUST_COLLECT flag.
8239
8240 * Bugs fixed:
8241  635099 Memory leak in gdbus introspection when parsing xml
8242  640489 $ and ^ do not match lines if G_REGEX_MULTILINE|G_R...
8243  642042 Overriding GDBus org.freedesktop.DBus.Properties im...
8244  642052 g_timeout_add(_seconds) cannot handle large intervals
8245  642490 notify_desktop_launch() "g_variant_new_bytestring:...
8246  613269 g_type_get_qdata() doesn't work as I expected on subtypes
8247  624943 G_VALUE_NOCOPY_CONTENTS is undocumented
8248  637738 object_interface_check_properties never actually executes
8249  638185 GIOCondition should be annotated as "flags"
8250  639478 GDBusServer's g_dbus_server_new_sync() function should just...
8251  641755 Add g_settings_get/set_uint() helpers
8252  641768 dconf gsettings backend silently drops writes if it can't...
8253  642797 g_app_info_get_default_for_type() broken for subtypes
8254  642825 Unnecessary assertion failure in g_option_context_parse()
8255  642944 NULL key lookup using g_hash_table_lookup_extended()
8256  643074 Incorrect documentation for g_socket_receive() and g_socket...
8257  643197 g_application_id_is_valid docs imply no valid ids
8258  643468 GApplication docs: Warn that handling "command-line" means...
8259  643478 GApplication::local_command_line vfunc documentation seems wrong
8260  643624 Can g_variant_unref() on an already free'd variant
8261  643649 g_application_run() should say that argc/argv can be NULL
8262  643780 shouldn't need to create an action group to use actions...
8263  643795 g_timeout_add_seconds fires with intervals 1 second longer...
8264  644309 Program name is not set when using GtkApplication
8265  644428 Crash in failure section of g_markup_collect_attributes()
8266  644465 undefined reference to `_usleep'
8267  644552 g_timeout_add_seconds(1, ...) may have a latency of up to 2...
8268  644607 Correct internal definition of C_()
8269  645789 annotations for g_file_*_contents
8270  646039 g_settings_list_children() returns child that cannot be opened
8271  646310 Accept range with only min or max
8272  646420 g_dbus_method_invocation_get_parameters() docs should say...
8273  646843 occasional abort on autologin
8274  646985 add G_APPLICATION_NON_UNIQUE flag
8275  647579 gsettings: Implement reset-recursively
8276  647600 gsettings description has typo
8277
8278 * Translation updates
8279  Afrikaans
8280  Bulgarian
8281  Bengali India
8282  British English
8283  Bulgarian
8284  Catalan
8285  Czech
8286  Danish
8287  French
8288  Galician
8289  German
8290  Greek
8291  Gujarati
8292  Hebrew
8293  Hungarian
8294  Italian
8295  Japanese
8296  Korean
8297  Lithuanian
8298  Polish
8299  Portuguese
8300  Romanian
8301  Serbian
8302  Simplified Chinese
8303  Spanish
8304  Swedish
8305  Traditional Chinese
8306  Uighur
8307  Vietnamese
8308
8309
8310 Overview of Changes from GLib 2.27.93 to 2.28.0
8311 ===============================================
8312
8313 * The GApplication API has changed compared to the version that was
8314   included in the 2.25 development snapshots. Existing users will need
8315   adjustments.
8316
8317 * Bugs fixed:
8318 641363 GInitable documentation isn't clear about that finalize...
8319 641395 Add more data about the origin application to the "Lau...
8320 641411 gdesktopappinfo signals lost if it's the session bus...
8321 641477 glib-mkenums uses unportable #! line
8322 641572 Add @EXEEXT@ to pkgconfig binary name
8323 641688 glib installs GSettings.html and gsettings.html
8324
8325 * Translation updates:
8326  Galician
8327  Italian
8328  Korean
8329  Punjabi
8330
8331
8332 Overview of Changes from GLib 2.27.92 to 2.27.93
8333 ================================================
8334
8335 * Bugs fixed:
8336  637013 gio/gdbusmessage.c fails to compile on Solaris
8337  640192 Error creating a Gio.Settings object through py...
8338  640261 Minimum version for external pcre needs to be..
8339  640262 GActionGroup contains redundant TYPE macros
8340  640436 Make load_user_special_dirs() resistant to non...
8341  640695 g_key_file_load_from_file() mishandles a CR-LF...
8342  640724 can't compile gio due to format string issues
8343  640725 can't compile tests due to format string issue
8344  640807 improve GVariant behaviour with invalid pointers
8345  640823 wrong documentation for g_source_add_child_source
8346
8347 * Translation updates:
8348  Bulgarian
8349  Galician
8350  Hebrew
8351  Norwegian bokmål
8352  Spanish
8353  Traditional Chinese
8354
8355
8356 Overview of Changes from GLib 2.27.91 to 2.27.92
8357 ================================================
8358
8359 * Update to Unicode 6.0
8360
8361 * Update PCRE to 8.12
8362
8363 * Bugs fixed:
8364  637696 g_unix_connection_send_fd() doesn't work
8365  638872 null settings backend bug
8366  640042 GtkApplication's warning about not connecting...
8367
8368 * Translation updates:
8369  Arabic
8370  Basque
8371  Estonian
8372  Greek
8373
8374 Overview of Changes from GLib 2.27.90 to 2.27.91
8375 ================================================
8376
8377 * Bugs fixed:
8378  638838 gdesktopappinfo: Don't crash if we don't have a desktop filename
8379  638894 Splitting on \s* gives no result
8380  639064 Update gschema.dtd
8381  639084 Copy/paste error in GSettings::writable-changed signal
8382  639177 SIGSEGV for GApplications with G_APPLICATION_IS_SERVICE
8383
8384 * Translation updates:
8385  Estonian
8386  Galician
8387  Indonesian
8388
8389
8390 Overview of Changes from GLib 2.27.5 to 2.27.90
8391 ===============================================
8392
8393 * Test reports created by gtester-report can now
8394   include revision information
8395
8396 * The g_desktop_app_info_launch_* family of functions
8397   now emit a DBus signal when an application is launched.
8398   Additionally, there is a new variant
8399   g_desktop_app_info_launch_uris_as_manager(), which
8400   gives more control over the launched process.
8401
8402 * The memory and null GSettings backends are now available
8403   as public API
8404
8405 * g_get_locale_variants() is a new function that returns a
8406   list of variants of a locale identifier
8407
8408 * Bugs fixed:
8409  587898 I/O timeouts for GSocket
8410  606960 gio: Add extension point for informing parties...
8411  631980 Handle an optional <revision> node in the report...
8412  634569 Document that g_variant_builder_add_value consumes...
8413  635998 Make _g_compute_locale_variants public
8414  636806 Add g_{memory,null}_settings_backend_get_default
8415  637262 Need a binary DER version of ::accepted-cas
8416  637544 Skip fsync() on btrfs
8417  637720 void functions should not return a value.
8418  637738 object_interface_check_properties never actually...
8419  637759 GIOChannel: fix a crash in g_io_channel_read_chars()
8420  637852 Updates to glib.vsprops file for MSVC 2008 builds...
8421  637858 Updates to test/testglib.c...
8422  638349 parameter name of g_variant_new_* may conflict...
8423
8424 * Translation updates:
8425  Hebrew
8426  Norwegian bokmål
8427  Simplified Chinese
8428  Spanish
8429  Swedish
8430  Uyghur
8431  Vietnamese
8432
8433
8434 Overview of Changes from GLib 2.27.4 to 2.27.5
8435 ==============================================
8436
8437 * Network support:
8438  - Add g_tls_certificate_verify() to verify a certificate
8439  - Add GTlsConnection:use-system-certdb
8440  - Other TLS api additions
8441
8442 * GIO:
8443  - Add g_io_stream_splice_async()/_finish() to splice two iostreams
8444  - Add g_emblemed_icon_clear_emblems() and make GEmblemedIcon derivable
8445  - Remove GPeriodic; it did not receive the necessary review and
8446    integration work to declare it stable
8447
8448 * GSequence:
8449  - New methods g_sequence_lookup() and g_sequence_lookup_iter()
8450
8451 * Bugs fixed:
8452  617254 Missing g_sequence_lookup
8453  632544 g_dbus_connection_send_message can not send a locked message...
8454  633350 g_hostname_to_ascii() ignores non-ascii dots
8455  634583 Better error reporting for g_variant_parse()
8456  635007 gsetting enum rule don't work for out-of-srcdir builds
8457  635626 GDBus message idle can execute while flushes are pending
8458  636100 Can't read GSettings:backend property
8459  636305 Typo on g_queue_remove_all() function description
8460  636311 appinfo: tweak application positioning for content-types
8461  636351 g_simple_async_result_is_valid lacks a version tag
8462  636387 gdb autoload files shadow the "dir" builtin
8463  636673 g_simple_async_report_error_in_idle should allow object...
8464  637147 Add a "delay-apply" property to GSettings
8465  637171 emblemedicon: add g_emblemed_icon_clear_emblems()
8466  637237 gapplication: plug a memory leak
8467
8468 * Translation updates:
8469  Estonian
8470  Galician
8471  Hebrew
8472  Norwegian bokmål
8473  Simplified Chinese
8474  Spanish
8475  Traditional Chinese
8476  Vietnamese
8477
8478
8479 Overview of Changes from GLib 2.27.3 to 2.27.4
8480 ==============================================
8481
8482 * GIO
8483  - Mounts are treated as hidden if they have a path element
8484    that starts with a dot
8485  - GAppInfo gained API to differentiate between recommended
8486    and fallback mime handlers
8487  - g_cancellable_create_source: creates a GSource that triggers
8488    when the GCancellable is canceled
8489  - GPollableInput/OutputStream: Interfaces for pollable streams
8490  - TLS support has landed, with an extension point that is
8491    implemented in glib-networking
8492
8493 * GLib
8494  - Mainloop sources can now have 'child sources'
8495  - g_get_runtime_dir: New function to return the XDG_RUNTIME_DIR
8496
8497 * Bugs fixed:
8498  530786 GFileMonitor "changed" signal underdocumented
8499  588189 TLS support for GSocket*
8500  630357 g_object_new_valist uses uninitialized memory
8501  630559 typo in public string in gsocks: 'The SOCKSv5 require...
8502  632445 Documentation refers to removed GNOME 2.0 porting guide
8503  634239 Child GSources
8504  634241 Add pollable input/output streams
8505  634504 allow passing a NULL emblem to g_emblemed_icon_new()
8506  634613 unsufficient g_get_user_runtime_dir() documentation
8507  635640 schema should inherit gettext-domain from schemalist
8508  635768 Protect g_file_monitor_set_rate_limit() against negative...
8509  635882 Fix the wrong-category schema test
8510  635187 Wrong type of GVariant received in an action...
8511
8512 * Updated translations:
8513  Galician
8514  Italian
8515  Norwegian bokmål
8516  Uyghur
8517
8518
8519 Overview of Changes from GLib 2.27.2 to 2.27.3
8520 ==============================================
8521
8522 * The GTimeSpec type that was introduced in the 2.27.2 has been
8523   dropped again in favour of APIs that return microseconds as
8524   64-bit integer.
8525   Affected functions:
8526   g_source_get_time
8527   g_periodic_unblock
8528   g_get_monotonic_time
8529   g_get_real_time
8530   The similar GTimeVal struct is still around, but its use is
8531   discouraged.
8532
8533 * GTimer is now using monotonic time unconditionally
8534
8535 * There are some new functions to facilitate error reporting
8536   in async GIO APIs:
8537   g_simple_async_result_take_error
8538   g_simple_async_result_new_take_error
8539   g_simple_async_report_take_gerror_in_idle
8540
8541 * There is new convenience API to us GVariant dictionaries:
8542   g_variant_lookup
8543
8544 * It is now possible to delay sending match rules to the
8545   D-Bus daemon in GDBus:
8546   G_DBUS_SIGNAL_FLAGS_NO_MATCH_RULE
8547
8548 * Support has been added for XDG_RUNTIME_DIR:
8549   g_get_user_runtime_dir
8550
8551 * Various fixes for Win64/MSVC builds have been committed
8552
8553 * Bugs fixed:
8554  620263 Add g_clear_object, g_clear_pointer, g_clear_boxed
8555  633075 update Project Files and sources for MSVC 2008/C89
8556  633381 gsettings Makefile rules should handle empty list...
8557  633685 Use g_simple_async_result_{new_,}take_error
8558  633686 Add g_simple_async_report_take_gerror_in_idle
8559
8560 * Translation updates:
8561   Belarusian
8562   Galician
8563   Hebrew
8564   Punjabi
8565   Spanish
8566
8567
8568 Overview of Changes from GLib 2.27.1 to 2.27.2
8569 ==============================================
8570
8571 * GApplication
8572  - Export actions over DBus and support activating them from remote instances
8573  - Support environment passing
8574
8575 * GSettings
8576  - The gsettings utility has a list-recursively command
8577  - The gsettings utility has commandline completion for enum values
8578
8579 * GLib is now linked against librt and uses monotonic time for
8580   timeouts and GPeriod sources. GSource has a new g_source_get_time()
8581   which returns monotonic time, and g_source_get_current_time() has
8582   been deprecated
8583
8584 * Bugs fixed:
8585  158725 free linked list with data
8586  626320 GVariant: Avoid locking in g_variant_get_child_value() if possible
8587  629247 add gsimpleasyncresult methods to take over a GError
8588  629274 GNetworkService does not do fallback when there is no SRV record
8589  631264 gsettings-tool choice/range support
8590  631482 g_date_time_from_instant: 1000000000000000000
8591  632169 docs for manual use of gsettings-data-convert
8592  632571 Add equivalent to gconftool-2's -R option
8593  633115 GSettings m4 doesn't fail the build for broken schemas
8594  633206 Default g_application_local_command_line() doesn't set exit_status...
8595  633339 support more complex gapplication setups
8596  633356 Make timeout G_MAXINT mean "no timeout"
8597
8598 * Translation updates:
8599  Catalan (Valencian)
8600  Indonesian
8601  Japanese
8602
8603
8604 Overview of Changes from GLib 2.27.0 to 2.27.1
8605 ==============================================
8606
8607 * GDateTime now has full week number support.
8608   New API: g_date_time_get_week_numbering_year
8609
8610 * The GSettings schema compiler will now skip over
8611   broken .xml schema files instead of aborting altogether
8612
8613 * GSettings now works properly on bigendian systems
8614
8615 * GSettings has more complete support for ranges
8616   New API:
8617     g_settings_get_range
8618     g_settings_range_check
8619   The gsettings commandline tool supports ranges too.
8620
8621 * GApplication has been rewritten; see the API docs for details
8622   and examples. The action support is not complete yet.
8623
8624 * The GLib mainloop has gained 'dispatch to context' functionality,
8625   which can replace manually created idles in many cases.
8626   New API:
8627     g_main_context_invoke
8628     g_main_context_invoke_full
8629
8630 * The gio-desktop-app-info-lookup extension point has been
8631   removed from GIO. GIO now uses x-scheme-handler mimetypes when
8632   looking for default applications.
8633
8634 * On win32, make g_get_user_data_dir() return the CSIDL_LOCAL_APPDATA
8635   folder on Windows, and not CSIDL_PERSONAL. This matches what Qt does,
8636   and has been widely requested. Also make g_get_user_config_dir() return
8637   this and not the (roaming) CSIDL_APPDATA folder.
8638
8639 * A periodic event clock has been added in GIO: GPeriodic. Note that this
8640   API is still experimental and expected to undergo changes before it
8641   will be incorporated into a stable GLib release. Use at your own risk.
8642
8643 Bug fixes:
8644  613822 gobject signal connect/disconnect not thread safe
8645  618737 "dispatch to context" functionality
8646  620710 g_get_user_data_dir() uses CSIDL_PERSONAL and not CSIDL_APPDATA
8647  623400 acquire context before dispatching
8648  627126 gsettings schema files don't get installed on FreeBSD
8649  627171 g_socket_new_from_fd() doesn't set the right protocol
8650  628876 Wrong error description
8651  628937 gracefully handle broken schemas
8652  629274 GNetworkService doesn't fallback when there is no SRV record
8653  629289 g_error() used wrong, produces core dump
8654  629687 leaks class refcount in gsocketcontrolmessage
8655  629849 GLib-CRITICAL **: g_source_get_context: assertion `!SOURCE_...
8656  629945 GDBus deadlock in g_bus_get_sync()
8657  630000 g_date_time_difference
8658  630077 GDateTime week number support
8659  630185 Allow NULL strings in g_quark_try_string()
8660  630797 docs mention non-existent g_object_dispose()
8661  630968 gschema-compile problems on power g5
8662  631263 GSettings needs range/choice APIs
8663  631264 gsettings-tool choice/range support
8664  631379 GDBus nonce-tcp test failing
8665  631410 Port gapplookupgconf.c to using x-scheme-handler/
8666  632884 Possible deadlock in g_object_remove_toggle_ref()
8667
8668 Transation updates:
8669  Basque
8670  Brazilian Portuguese
8671  British English
8672  Bulgarian
8673  Czech
8674  Dutch
8675  Estonian
8676  French
8677  Galician
8678  German
8679  Greek
8680  Hebrew
8681  Hungarian
8682  Japanese
8683  Lithuanian
8684  Polish
8685  Portuguese
8686  Romanian
8687  Simplified Chinese
8688  Slovenian
8689  Spanish
8690
8691
8692 Overview of Changes from GLib 2.25.15 to GLib 2.27.0
8693 ====================================================
8694
8695 Build:
8696   - massive restructuring to reduce #include abuse
8697   - tweaks to silence some harmless compiler warnings
8698   - rename gschema-compile.c to glib-compile-schemas.c
8699   - Windows fixes
8700   - fix building with zlib < 1.2.4 on win32
8701
8702 GDateTime:
8703   - better msgctxt for translating month and weekday names
8704   - API is changed quite a lot, implementation is improved
8705   - GTimeZone is now exposed
8706
8707 GObject:
8708   - make ordering for overridden interface properties consistent
8709   - ->priv structures are limited to 64k but this was not documented,
8710     and exceeding this limit produced bad results.  Add docs and enforce
8711     the limit properly.
8712   - add g_object_class_install_properties() to install multiple
8713     properties in one go
8714   - improve debugging output for GValue containing G_TYPE_STRV
8715
8716 GIO:
8717   - fix priority sorting of GIO extensions
8718   - add GCredentials support on FreeBSD
8719   - fix support for IPv6 addresses in URI parsing functions
8720   - GSocketClient fixes for when g_socket_connect succeeds immediately
8721   - clarify string encoding for GFile constructors in docs
8722   - new functions g_data_input_stream_read_upto{,async,finish}
8723   - tweak confusing documentation for g_output_stream_write()
8724
8725 GDBus:
8726   - GDBusMessage can now be locked and copied (like in libdbus)
8727   - GDBusConnection filter function API has changed again
8728   - GDBusServer: ::new-connection now declares if the connection was claimed
8729   - add a partial workaround for GObject bug 627724.
8730   - very many memory leaks fixed
8731
8732 GVariant:
8733   - check for size == 0 in g_variant_get_bytestring to avoid a crash
8734     when attempting to get_bytestring() from an empty array
8735   - improve gobject-introspection annotations
8736
8737 GSettings:
8738   - add GSettings Windows registry backend
8739   - some internal tweaks to the backend API
8740   - remove g_settings_list_items
8741   - add g_settings_list_children and _list_keys to replace it
8742   - add schema compiler restrictions for dealing with lists
8743   - don't automatically emit value changed signals on writability
8744     changes
8745
8746 Other:
8747   - constify the 'parser' vtable param to g_markup_parse_context_push()
8748   - plug many memory leaks in test cases
8749
8750 Bugs closed:
8751   50076 Time API to go with date API
8752  584284 g_data_input_stream_read_until_async different from sync version
8753  624546 Modification of GDBusMessage in filter function
8754  626919 Let g_object_class_install_property() return the installed GParamSpec*
8755  628029 GDateTime missing get_week_of_year method
8756  628253 Interface properties not listed in a consistent order
8757  628331 Plug lots of mem leaks in gio test suite
8758  628345 Plug a mem leak
8759  628436 Plug a mem leak
8760  628505 Fix building with zlib < 1.2.4 on win32
8761  628839 [PATCH] datetime: Rename shadowing variables
8762  628904 [PATCH] Add credential support for FreeBSD and fix a socket issue
8763  628952 incorrect glib_major_version and other variables on cygwin.
8764  629192 g_strdup_value_contents(): dump GStrv more usefully
8765  629251 g_socket_client_async_connect_complete: assertion failed
8766  629259 Failed to connect to "::1"
8767  629328 g_markup_parse_context_push doesn't respect const structs
8768  629429 month "May" short and full form same with "GDateTime" msgctxt
8769  629689 GDBusConnection leaks its GCredentials
8770  629698 Segfault in g_variant_get_bytestring() 
8771
8772 Updated translations:
8773   Arabic
8774   Armenian
8775   Basque
8776   British English
8777   Czech
8778   Finnish
8779   Galician
8780   German
8781   Hungarian
8782   Indonesian
8783   Japanese
8784   Lithuanian
8785   Norwegian bokmål
8786   Polish
8787   Portuguese
8788   Punjabi
8789   Simplified Chinese
8790   Slovenian
8791   Spanish
8792   Swedish
8793   Swedish
8794   Traditional Chinese
8795
8796 Overview of Changes from GLib 2.25.14 to GLib 2.25.15
8797 =====================================================
8798
8799  * GIO
8800   - Memory leak fixes
8801   - The GZip(De}Compressor can now process header information
8802   - Support for network proxies has been added, with the GProxy
8803     interface and the gio-proxy-resolver extension point. GIO
8804     includes SOCKSv4 and SOCKSv5 implementations, and libproxy
8805     is also going to provide an implementation of this extension
8806     point.
8807   - There are GAction and GActionGroup interfaces now, which will
8808     be used in GApplication in the near future.
8809
8810  * GObject
8811   - There are now convenience macros for defining boxed and
8812     pointer types
8813
8814  * GDBus
8815   - Memory leak fixes
8816   - GDBusProxy for well-known names can now auto-restart
8817     the service if the name owner disapperas
8818   - Filter functions are now allowed to modify messages
8819
8820  * GLib
8821   - GDateTime is a replacement for GDate that supports time
8822     and timezone information.
8823
8824  * Bugs fixed:
8825   50076 Time API to go with date API
8826  449565 Add G_DEFINE_BOXED_TYPE()
8827  617691 Add GZIP header processing to GZlibCompressor/GZlibDecompressor
8828  622184 add g_memory_output_stream_steal_data
8829  624546 Modification of GDBusMessage in filter function
8830  627088 Build failure in gdbus-peer.c on FreeBSD
8831  627181 save a memdup
8832  627182 Plug a mem leak in the gdbus-connection test
8833  627187 Plug some gdbus mem leaks
8834  627188 gdbus-non-socket test occasionally fails
8835  627252 G_OPTION_FLAG_NO_ARG is only for callback options
8836  627392 gdbus commit 8a3a4596 breaks win32 compile
8837  627407 FTBFS on !linux UNIX platforms
8838  627604 String error: 'that' twice in a row
8839  627969 ABR in g_file_open_tmp
8840  628084 gdbus-peer fails with assertion
8841  628193 Miscellaneous string fixes
8842  628296 abort() in gsocketconnection.c
8843  628309 Plug a mem leak in GConverterOutputStream
8844  628317 GEmblemedIcon:equal implementation is buggy
8845  628323 Fix invalid reads
8846  628327 Plug a mem leak
8847  628328 Plug a mem leak
8848  628329 Don't leak the FD list
8849  628324 Invalid reads in gdbus-export test
8850
8851  * Updated translations:
8852   British English
8853   Danish
8854   Galician
8855   Hebrew
8856   Punjabi
8857   Serbian
8858   Spanish
8859   Traditional Chinese
8860
8861
8862 Overview of Changes from GLib 2.25.13 to GLib 2.25.14
8863 =====================================================
8864
8865 * GDBus
8866  - Make the closure variants of GDBus apis work
8867  - Make error unregistration work
8868  - Use async IO in the IO thread (626748)
8869
8870 * GIO
8871  - Make g_simple_async_result_is_valid work without source (626208)
8872  - GSocketClient: add a timeout property
8873  - Fix memory leaks in GSocketClient
8874  - Handle async vs. sync correctly in GSocketConnection stream (616458)
8875  - Declare stream base classes as abstract
8876  - Clarify semantics of g_output_stream_write() (627071)
8877
8878 * Other
8879  - Improve test coverage for GDBus, GRegex, GAsyncResult
8880  - Drop dead code in pcre, xdgmime
8881  - Fix a race condition in gtester (578295)
8882  - Avoid an extra allocation in GAsyncQueue (626704)
8883  - Add test case for non-socket GIOStream (626841)
8884  - More explicit GVariant docs (622770)
8885  - Imroved docs for GAsyncInitable and GSimpleAsyncResult (602417)
8886
8887 * Translation updates:
8888  - Galician
8889  - Norwegian bokmål
8890  - Punjabi
8891  - Simplified Chinese
8892  - Swedish
8893
8894
8895 Overview of Changes from GLib 2.25.12 to GLib 2.25.13
8896 =====================================================
8897
8898 +-------------------------------------------------------------------+
8899 |   WARNING: There have been no breaks in API or ABI.  Weird, eh?   |
8900 +-------------------------------------------------------------------+
8901
8902 The primary purpose of this release is to fix a serious problem with
8903 glib 2.25.12: glibconfig.h (as generated on a Fedora amd64 system) was
8904 being distributed in the tarball.  It was being used to build some parts
8905 of glib on other systems (eg: 32bit ones).  This was causing some very
8906 serious problems.
8907
8908 There have been many other improvements, however:
8909
8910  Build and testing:
8911   - vastly improved test coverage
8912   - old tests moved to the gtester framework
8913   - gtester Makefile modified so that the tests only run once
8914   - cleanup of how we handle includes while building glib
8915
8916  GVariant:
8917   - add a g_return_if_fail (utf8) to g_variant_new_string()
8918
8919  GDBus:
8920   - perform extra sanity checks when serialising messages
8921   - add API to query and set the byteorder of a GDBusMessage
8922   - improve debug output, add some extra options
8923   - if exiting due to the bus disconnecting us, print an error message
8924     explaining why
8925   - sort property names correctly
8926   - don't bother sending RemoveMatch when we will close the connection
8927     anyway
8928   - use effective uid/gid for credential passing
8929
8930  GSettings:
8931   - add G_SETTINGS_BIND_INVERT_BOOLEAN for inverting boolean bindings
8932     without mapping functions
8933   - mark all strings in the schema compiler for translation
8934
8935  Binding:
8936   - improve closure support for bindings
8937   - copy GSettings INVERT_BOOLEAN flag
8938
8939  Other:
8940   - fix another complicated GCancellable deadlock possibility
8941
8942 Bugs closed:
8943  599590 glib build doesn't look for correct pkg-config
8944  619026 avoid warning in gutils.h when using gcc with -Wconversion
8945  624739 Please fix POTFILES.in
8946  625472 Valgrind claims uninitialized bytes used
8947  625500 g_date_set_time_val documentation doesn't mention local time
8948  625628 GDBusProxy: wrong property name sorting
8949  625753 Incorrect flags used in g_dbus_connection_call_sync()
8950  625827 Expand documentation about error quark naming
8951  625988 builddir != srcdir issues
8952  626107 glibconfig.h is being disted
8953
8954 Updated translations:
8955  French
8956  Galician
8957  Hebrew
8958  Norwegian bokmål
8959  Spanish
8960
8961
8962 Overview of Changes from GLib 2.25.11 to GLib 2.25.12
8963 =====================================================
8964
8965 +-------------------------------------------------------------------+
8966 | WARNING: There have been many API changes in GDBus -- sending     |
8967 | messages, subscribing to signals, closing connections and         |
8968 | registering subtrees are affected.  The ABI for GSettingsBackend  |
8969 | has also been changed.  For both reasons, a new dconf release is  |
8970 | required (and will be along soon).                                |
8971 +-------------------------------------------------------------------+
8972
8973 Build:
8974   - cleanup automake setup
8975   - rename configure.in to configure.ac
8976   - various docs fixups
8977   - move glibconfig.h to glib/
8978   - disable dtrace support on Mac OS (which has incompatible 'dtrace')
8979
8980 GSettings:
8981   - add support for vendor override files (to change the default values
8982     in a schema)
8983   - change GSettingsBackend vtable
8984   - add g_settings_reset()
8985   - support binding to G_TYPE_STRV properties
8986
8987 GDBus:
8988   - many bug fixes, including a serialisation fix
8989   - stop handling incoming connections as soon as stop() is called
8990   - proper support for file descriptor passing
8991   - new flags parameter for sending messages
8992   - new flags parameter for subscribing to signals
8993   - always reset the message serial when sending a message unless
8994     G_DBUS_SEND_MESSAGE_FLAGS_PRESERVE_SERIAL is given
8995   - constness fixes for introspection structures
8996   - clean ups to subtree registration API
8997
8998 Other:
8999   - fix divide by zero bug in g_malloc_n functions
9000   - GIO: don't blindly assume that SOCK_CLOEXEC is supported
9001   - make GObject property notify freezes threadsafe
9002   - GIO: clean up credentials passing
9003   - GApplication: make default-quit not apply if register=FALSE
9004   - GIO: add annotations for gobject-introspection
9005
9006 Bugs closed:
9007  166020 use GAtomic for refcounting
9008  617483 Credentials passing
9009  622005 [GApplication] no way to modify the "default-quit" property
9010  623293 vendor override files
9011  623810 Message serialization bug
9012  623815 Don't check sender for GDBusProxy objects where name is not set
9013  624473 GDBusSubtreeIntrospectFunc return type
9014  624483 GDBusSubtreeEnumerateFunc clarification
9015  624484 GDBusSubtreeDispatchFunc clarification
9016  624754 gdbusaddress.c missing sys/wait.h
9017  624968 div by zero in g_malloc_n family
9018  624991 GSettings mapping for G_TYPE_STRV 
9019  625383 Add missing GI annotations
9020
9021 Updated Translations:
9022  Armenian
9023  Galician
9024  German
9025  Hebrew
9026  Kazakh
9027  Romanian
9028  Simplified Chinese
9029  Spanish
9030
9031 Overview of Changes from GLib 2.25.10 to GLib 2.25.11
9032 =====================================================
9033
9034 +-------------------------------------------------------------------+
9035 | WARNING: There have been minor API changes in GDBus and GVariant. |
9036 | These API changes will not affect many users, but they do require |
9037 | a new version of GTK+ to be installed.                            |
9038 +-------------------------------------------------------------------+
9039
9040 Build:
9041   - add a --disable-Bsymbolic configure flag to disable linking with
9042     -Bsymbolic-functions
9043   - this release sees the complete removal of the old 'g*alias' hacks
9044   - honour the NOCONFIGURE environment variable from autogen.sh
9045   - use proper feature test macros for isnan
9046   - use pkg-config to check for zlib
9047   - add ACLOCAL_AMFLAGS to Makefile.am
9048
9049 GDBus:
9050   - hide Class and instance structures for all GDBus types except
9051     GDBusProxy.  This breaks API by preventing subclassing, but probably
9052     nobody was doing that.
9053   - add new GDBusConnection call to support flushing all pending
9054     outgoing messages
9055   - change the register_object API to add a reference to the
9056     GDBusInterfaceInfo object so the caller need not keep it alive
9057     themselves
9058   - don't rewrite the serial number when sending messages that already
9059     have a serial number
9060   - better error checking for DBUS_SESSION_BUS_ADDRESS environment
9061     variable
9062   - switch to g_parse_debug_string for G_DBUS_DEBUG and add a lot of new
9063     flags
9064   - add support for temporarily freezing a freshly created
9065     GDBusConnection.  Do this until after the ::new-connection signal
9066     has finished running on GDBus services.
9067   - never require non-closed connections (the user is incapable of doing
9068     this due to the obvious race)
9069   - remove weird/misleading redundant check on NameOwnerChanged signal
9070   - emit GDBusProxy::g-properties-changed on NameOwnerChanged
9071
9072 GVariant:
9073   - the 'g_variant_{new,get}_byte_array' APIs have been removed
9074   - g_variant_{new,get,dup}_bytestring has been added, with different
9075     arguments and different behaviour
9076   - g_variant_{new,get,dup}_bytestring_array has been added, doing
9077     essentially the same thing as the 'strv' functions, but with byte
9078     strings instead of utf8 strings
9079   - G_VARIANT_TYPE_BYTESTRING ('ay'), BYTESTRING_ARRAY ('aay') and
9080     STRING_ARRAY ('as') constants have been added
9081   - the undocumented behaviour that g_variant_get_strv() deserialised
9082     arrays of object paths or signature strings has been dropped
9083   - additional varargs support for converting bytestrings or bytestring
9084     arrays with ^ay ^aay ^&ay and ^a&ay
9085   - improved gobject-introspection annotation
9086   - fix a problem with GBuffer calling g_slice_free for the wrong type
9087   - fix leaks in the type inferencing code of the parser
9088
9089 GSettings:
9090   - improved documentation
9091   - updated schema XML DTD, now xincluded into the docs
9092   - added support for schemas that extend other schemas (using the
9093     'extends=' attribute).  Values of keys in the base schema can be
9094     overridden using <override>.
9095   - added theoretical support for lists (using the 'list-of=' attribute)
9096   - lots of new tests
9097   - add support for flags (implemented similarly to enums)
9098   - add support for generating .enums.xml files to gsettings.m4:
9099       gsettings_ENUM_NAMESPACE = org.example.myapp
9100       gsettings_ENUM_FILES = ../path/to/*.h
9101     will generate org.example.myapp.enums.xml with mappings for all
9102     enums and flags in the specified .h files.
9103   - warn with g_message() if the 'memory' backend is used by default
9104     (ie: because no other GSettings backends are installed)
9105   - fix get_property() for GSettings::schema
9106   - command line tool: fix a bug that prevented non-basic values from
9107     being set due to a premature free
9108   - command line tool: bash completion support
9109   - chain up in _finalize
9110   - add a new g_settings_get_mapped API to read settings that require
9111     post-processing
9112   - retry with the translated or schema default value if the
9113     GSettingsBindGetMapping function fails
9114   - schema compiler: never fail due to empty schema directories (but
9115     warn)
9116   - peek rather than ref/unref the GEnumClass in the mapping function
9117   - schema compiler: compile *.enums.xml before *.gschemas.xml to ensure
9118     that we have all the enums that the schemas may reference
9119   - schema compiler: improve accuracy of line numbers in error reports
9120   - fix crashes in the keyfile backend caused by invalid group names in
9121     the keyfile
9122
9123 Other:
9124   - always intern GBinding prop names
9125   - base64: remove asserts preventing conversion of empty strings
9126   - document NULL special-cases for GValueArray
9127   - GNode docs improvements
9128   - improve detection of 'system internal' mounts
9129   - fix leaks in the inotify GFileMonitor implementation
9130   - annotate all custom GIO GSources to improve debugging (e.g. using
9131     SystemTap)
9132
9133 Tests:
9134   - Turn on glibc malloc checking features for make check
9135   - improvements for GSettings tests, plus new tests
9136   - improved tests for GKeyfile
9137   - new tests for GDir, GSList, GSList, GAppLaunchContext,
9138     CharsetConverter, GIcon, ...
9139   - move some tests to GTester (tree tests, uri tests)
9140   - generally, really an awful lot of new tests
9141   - don't try to allocate 2gigs of memory anymore for the array test
9142
9143  552363 g_value_array_{insert,prepend,append}'s special cases for NULL
9144  561248 Improve return value description from g_node_prev/next_sibling()
9145  570036 Add ACLOCAL_AMFLAGS to Makefile.am
9146  576833 g_sprintf add a reference to g_strdup_printf
9147  576854 g_strconcat() documentation should provide a hint about bad l10n
9148  582227 reference: add other URI functions to 'URI Functions' section
9149  599223 should provide g_spawn_* variants that take a GAppLaunchContext
9150  610784 array test failing
9151  613057 Leak in inotify GFileMonitor implementation
9152  620536 Annotate all custom GIO GSource using g_source_set_name
9153  620913 More control with G_DBUS_DEBUG
9154  622124 implement flags
9155  622127 GSettings extended key validation
9156  622128 retry with default value for failed mapping
9157  622294 More annotations for GVariant
9158  622565 glib-compile-schemas fails when no schemas
9159  622600 Fix missing prototype warning
9160  622813 gsettings mapping & enum buglet
9161  623142 Ensure ::new-connection runs before processing D-Bus messages
9162  623143 Never require non-closed connections
9163  623319 use g_parse_debug_string for dbus debug flags
9164  623401 process enums first
9165  623402 schema compiler reports wrong line numbers
9166  623407 g_keyfile_settings_backend_new crashes with the key "/"
9167  623473 zlib should be checked with pkg-config
9168  623537 GDBusProxy has weird checking on NameOwnerChanged
9169  623538 GDBusProxy::g-properties-changed emission for corner cases
9170  623692 directory with file at multiple MLS levels may display empty
9171  623720 gschema.dtd does not contain enum definitions
9172  623770 quoting of expand_macro in gdesktopappinfo.c
9173  623772 gdesktopappinfo.c, function child_setup
9174  623780 g_unix_is_mount_path_system_internal
9175  623954 g_settings_finalize
9176  623955 Dubious return values
9177
9178 Updated translations:
9179  Galician
9180  Hebrew
9181  Norwegian bokmål
9182  Spanish
9183
9184 Overview of Changes from GLib 2.25.9 to GLib 2.25.10
9185 ====================================================
9186
9187 +----------------------------------------------------------------+
9188 | WARNING: There have been API changes in GDBus. Users of these  |
9189 | APIs will need to be adapted.  In particular, a new release of |
9190 | dconf is required to go along with this one.  There has also   |
9191 | been a change in the GSettings backend API used for keyfiles.  |
9192 +----------------------------------------------------------------+
9193
9194 * GDBus:
9195  - add direction parameter to filter functions (API change)
9196  - allow calling other interfaces with a GDBusProxy
9197  - padding added to class struct fields (ABI change)
9198  - fixes for closures-based functions
9199
9200 * GVariant:
9201  - new is_floating() call
9202  - add g_value_take_variant() call (required for marshallers)
9203
9204 * GSettings:
9205  - support for binding GParamSpecEnum properties
9206  - ifelse-style condition support for GLIB_GSETTINGS m4 macro
9207  - remove gsettings-schema-convert tool (now in GConf)
9208  - allow introspection of all installed schemas
9209  - allow introspection of the keys in a schema
9210  - rewrite keyfile backend (API change)
9211
9212 * GNIO:
9213  - don't implicitly close GSocket until it is destroyed
9214  - windows fixups
9215
9216 * Other:
9217  - allow GChecksum to take (NULL, 0) for data/length
9218  - GRelation and GCompletion are now deprecated
9219  - introduce G_PARAM_DEPRECATED and G_ENABLE_DIAGNOSTIC
9220  - add working directory to GApplication platform data
9221  - lots of documentation cleanups
9222  - PCRE updated to 8.02
9223
9224 * Build:
9225  - the IA__g_* style symbol aliasing has been disabled and replaced with
9226    the -Bsymbolic-functions linker flag on platforms that support it.
9227    Please be on the watch for portability issues and report them to us.
9228  - many test cases have been moved to the GTester framework
9229  - lcov support has been added for tests
9230  - many windows fixes
9231
9232 * Bugs fixed:
9233  501057  lcov coverage suite and GLib integration
9234  551271  deprecate GRelation
9235  601686  Implement diagnostic mode
9236  603309  GSocketOutputStream broken on Windows (?)
9237  616718  GLIB_GSETTINGS macro can't be used conditionally
9238  616855  GSocketConnection: don't close the socket if it's still reffed
9239  618866  g_ptr_array_remove_index_fast memory leak
9240  619878  keyfile backend calls keys_changed with invalid argument
9241  619879  keyfile backend doesn't make use of expected_type
9242  621092  Add with_closures() variants for bindings
9243  621172  Cross compiling fails
9244  621838  Actually add cwd to platform data
9245  621945  Filter outgoing messages in GDBusConnection
9246  621947  add g_value_take_variant
9247  622038  GSettings: "It is a programmer error" documentation is unclear
9248  622154  [patch] update documentation for g_application_new
9249  622281  binding: Add SYNC_CREATE to the flags
9250  622480  Improve documentation for g_strcmp0()
9251  622554  g_error called if schema not installed
9252  622601  Return interned strings from g_settings_list_keys
9253
9254 * Translation updates:
9255  - Galician
9256
9257 Overview of Changes from GLib 2.25.8 to GLib 2.25.9
9258 ===================================================
9259
9260 +----------------------------------------------------------------+
9261 | WARNING: There have been API changes in GDBus, GSettings and   |
9262 | GApplication. Users of these APIs will need to be adapted. In  |
9263 | particular, a new release of GTK+ is required to go along with |
9264 | this one.                                                      |
9265 +----------------------------------------------------------------+
9266
9267 * GDBus
9268  - Use Gio's default async implementation
9269  - Fix proxy construction for objects with no properties
9270  - Fix error handling in synchronous initialization
9271  - Do not dispatch calls to unregistered objects
9272  - Add _with_closures alternative functions
9273  - Allow constructing GDBusProxy with well-known names
9274  - Remove GType parameters from GDBusProxy constructors
9275  - Nuke g_bus_watch_proxy API
9276  - Add --xml to gdbus-tool to print raw introspected XML
9277
9278 * GSettings
9279  - schema file format change: store (default, options) in gvdb
9280  - Add g_settings_sync()
9281  - Add support for enums and ranges
9282  - 'context' support has been replaced by direct use of
9283    GSettingsBackend
9284
9285 * GApplication
9286  - Switch to using variants for timestamps
9287  - Use GInitable
9288
9289 * GObject
9290  - Introduce g_object_notify_by_pspec
9291  - Add GBinding
9292  - The GVariant gtype G_TYPE_VARIANT was changed from boxed
9293    to fundamental. We believe there were no existing users
9294    of the boxed type, so this should not cause any applications
9295    to break.
9296
9297 * Test framework
9298  - Add package and version to the test report XML
9299  - Use optparse to parse gtester-report commandline
9300  - Add subunit support to gtester-report
9301  - Prevent division by zero if no tests
9302
9303 * Bugs fixed:
9304  621782 Crash using gbinding
9305  619945 GConverterOutputStream triggers assertion and corrupts data
9306  621319 more leaked GVariants in GSettings
9307  621168 GKeyFile memory leak on Windows platform
9308  621002 Switch to using variants for timestamps, split out signals
9309  620953 tiny docs addition
9310  618904 Lies in gunixmounts documentation
9311  621702 Correctly initialize GError
9312  611778 minor cleanup of gtester-report
9313  621213 GDBusProxy and well-known names
9314  621034 Rewrite apps test to ensure children are killed
9315  620954 gapplication gvariant simplifications
9316  611869 add subunit out feature to gtester-report
9317  621119 GDBusProxy and objects with no properties
9318  620990 Use Gio's default async implementation again
9319  620952 g_application_register_with_data is an ugly API
9320  621252 GSettings leaks context
9321  618715 fork() in GSettings test cases is problematic 618715
9322  621905 Assume a ref when doing async work
9323  621266 GSettings "context" clarification
9324
9325 * Translation updates:
9326  Chinese
9327
9328
9329 Overview of Changes from GLib 2.25.7 to GLib 2.25.8
9330 ===================================================
9331
9332 * Initial support for dtrace and systemtap profiling:
9333  - mainloop sources can be named
9334  - probes for memory allocation with g_malloc and gslice
9335  - gquark name tracking
9336  - type creation
9337  - object life-cyle (creation, finalization, ref, unref)
9338  - signal creation and emission
9339
9340 * GVariant
9341  - has been fixed to work with the FreeBSD malloc
9342  - added introspection annotations
9343  - new function: g_variant_builder_add_parsed
9344
9345 * GSettings:
9346  - g_settings_set/get_strv functions have lost their length parameter
9347  - g_settings_set_strv accepts NULL
9348  - added introspection annotiations
9349
9350 * GPermission: an abstract interface for representing permissions,
9351   with a minimal implementation named GSimplePermission
9352
9353 * GApplication: a basic application support class, with a D-Bus based
9354   implementation
9355
9356 * Bugs fixed:
9357  619585 glib-compile-schemas asserts on FreeBSD
9358  620384 Annotate GVariant and GSettings _strv() functions
9359  606044 Add support for dtrace/systemtap static markers
9360  620350 add g_variant_builder_add_parsed() API
9361  620349 utf8ify GVariant printer
9362  620767 Typo in GSettings documentation: "INTLTOOL_NOMERGE_RULE"
9363  620312 Fix g_settings_[gs]et_strv() API
9364  620519 GPermission
9365  620582 GPermission needs a simple implementation
9366  620496 GSettings schema compiler should reject invalid paths
9367  620173 missing single header inclusion guards
9368  620265 g_assertion_message_error should take const GError *
9369
9370 * Translation updates:
9371  Esperanto
9372  Galician
9373  Hebrew
9374  Indonesian
9375  Norwegian bokmål
9376  Slovenian
9377  Spanish
9378
9379
9380 Overview of Changes from GLib 2.25.6 to GLib 2.25.7
9381 ===================================================
9382
9383 * NOTE: API/ABI breaks since 2.25.6 release:
9384   - g_dbus_connection_sync{,_sync} takes a new 'reply_type' argument
9385   - GSettingsBackendClass 'list' virtual function changed
9386
9387   GSettings backends and things using GDBus may need to be rebuilt.
9388
9389 * GDBus: many build-related fixes
9390
9391 * GDBus (service): return a DBus error when receiving a method call for
9392   an unknown interface.
9393
9394 * GSettings: fix 'make install' bug in gsettings.m4 for generated schema
9395   files
9396
9397 * GSettings: avoid non-portable use of LC_MESSAGES
9398
9399 * better approach to handling man pages
9400
9401
9402 * Bugs fixed:
9403  619527 please improve docs on g_file_make_symlink
9404  619391 send-with-reply should have expected result signature
9405  618616 Use stack-allocated GVariantBuilders
9406  617004 Build with "--disable-nls" fails under MinGW/Win32
9407  619142 Build fixes (GDBus)
9408
9409 * Updated translations:
9410  Estonian
9411  Galician
9412  Norwegian bokmål
9413
9414 Overview of Changes from GLib 2.25.5 to GLib 2.25.6
9415 ===================================================
9416
9417 * GDBus: introspection improvements
9418 * GDBus: build fixes
9419
9420 * GSettings: GSettingsBackend ABI changed               **** NOTE ****
9421 * GSettings: --uninstall option for schema compiler
9422 * GSettings: new m4 macro with more power
9423 * GSettings: thread support
9424
9425 * rework of file notification on Solaris
9426 * fixes for gold linker
9427
9428 * Bugs fixed:
9429  619038 increase gsettings.m4 power
9430  619031 method-calls-in-thread test failing
9431  618839 Typo at translation message
9432  616864 GSETTINGS_CHECK_RULE doesn't work with multiple files
9433  618730 gunixcredentialsmessage.c doesn't compile on GNU/kfreebsd
9434  616314 Make GSettings (partially) threadsafe
9435
9436 * Updated Translations:
9437  Indonesian
9438  Galician
9439  Spanish
9440
9441 Overview of Changes from GLib 2.25.4 to GLib 2.25.5
9442 ===================================================
9443
9444 * GDBus: Fix serialization of empty arrays
9445
9446 * GDBus: Plug various memory leaks
9447
9448 * GSettings: Fix problems with GSETTINGS_CHECK_RULE
9449
9450 * Bugs fixed:
9451  616731 GSETTINGS_CHECK_RULE doesn't work in non-srcdir builds
9452  616864 GSETTINGS_CHECK_RULE doesn't work with multiple files
9453  618615 mem leaks in parse_value_from_blob
9454  618622 Plug some mem leaks in gdbus
9455  618650 Plug a mem leak in gdbusauth
9456  618663 Plug mem leaks in gdbus tests & examples
9457
9458 * Updated translations:
9459  Spanish
9460
9461
9462 Overview of Changes from GLib 2.25.3 to GLib 2.25.4
9463 ===================================================
9464
9465 * GDBus D-Bus support has been merged. This provides an API
9466   to replace dbus-glib
9467
9468 * GVariant no requires strings to be UTF-8. You can use byte
9469   arrays for non-UTF-8 strings.
9470
9471 * GSettings allows to bind string properties to byte arrays
9472
9473 * The schema compiler supports range restrictions
9474
9475 * Bugs fixed:
9476  618051 socket-server|client.c fail to compile under AIX...
9477  616102 GSettings ignores <choice> and <range>
9478  616720 Chunked quark allocation
9479  616877 Several issues with g_socket_receive_message
9480  616892 gio: Add a boxed type for GFileAttributeMatcher
9481  616967 Add g_regex_get_compile_flags() and g_regex_get_match_flags()
9482  617767 g_settings_[gs]et_strv() 'length' argument has missing docs...
9483  617914 gtester-report: cope with binaries with no test cases
9484  617937 output_stream_close vs output_stream_close_async semantics
9485  615494 Connction timeouts produce partially invalid error messages
9486  617823 glib-compile-schemas problems with an out of source build
9487  617947 glib-mkenums: add @valuenum@ support
9488
9489 * Translation updates:
9490  Galicaian
9491  Norwegian bokmål
9492  Shavian
9493  Spanish
9494
9495
9496 Overview of Changes from GLib 2.25.2 to GLib 2.25.3
9497 ===================================================
9498
9499 * New macro: G_GNUC_DEPRECATED_FOR, a variant of G_GNUC_DEPRECATED
9500   that lets you add replacement information (requires gcc 4.5)
9501
9502 * Rename AM_GSETTINGS autoconf macro to GLIB_GSETTINGS
9503
9504 * Rename gschema-compile utility to glib-compile-schemas
9505
9506 * Add support for timeouts in GSocket
9507
9508 * Bugs fixed:
9509  589989 Compilation error on Solaris 9
9510  616648 Change AM_GSETTINGS macro to GLIB_GSETTINGS
9511  587898 I/O timeouts for GSocket
9512  614541 Add G_TYPE_ERROR boxed type for GError
9513
9514
9515 Overview of Changes from GLib 2.25.0 to GLib 2.25.2
9516 ===================================================
9517
9518 * Include a 'gsettings' utility, for commandline access to GSettings
9519
9520 * Install a AM_GSETTINGS autoconf macro similar to AM_GCONF
9521
9522 * GSettings can bind the writability of a key explicitly
9523
9524 * There is now a predefined boxed type for GError
9525
9526 * Bugs fixed:
9527  615379 g_new macros crash if sizeof(struct_type) == 0
9528  616312 Add m4 rule equivalent to GCONF_SCHEMAS_INSTALL
9529  616295 mapping bug for uint64
9530  616216 glib compile from remote directory fails
9531  615960 Fix size passed to connect() for abstract sockets
9532  616432 Crash in gschema-compile
9533  616331 gsettings-schema-convert uses imaginary types
9534  616309 gsettings-schema-convert should output gettext-domain
9535  616384 Add mention of GConfBridge in conversion docs
9536  616311 gschema-compile outputs in current directory
9537  616276 simplify gschema-compile test setup
9538  616156 keys with unnecessary empty options arrays
9539  616405 gsettings missing g_return_if_fail's
9540  616245 Use G_DEFINE_INTERFACE macro
9541  614541 Add G_TYPE_ERROR boxed type for GError
9542
9543 * Updated translations:
9544  Catalan (Valencian)
9545  Galician
9546  Kannada
9547  Spanish
9548
9549
9550 Overview of Changes from GLib 2.24.0 to GLib 2.25.0
9551 ===================================================
9552
9553 * The GSettings framework has been merged. This provides the API to
9554   replace GConf. DConf will provide a backend implementation for it.
9555   GConf will also provide a backend implementation to ease the
9556   transition. We provide utilities to assist with schema conversion
9557   and data migration, as well as a porting guide.
9558
9559 * Translation updates:
9560  Bengali
9561  Catalan
9562  Danish
9563  Gujarati
9564  Marathi
9565  Thai
9566  Traditional Chinese
9567
9568
9569 Overview of Changes from GLib 2.23.6 to GLib 2.24.0
9570 ===================================================
9571
9572 * It is now allowed to call g_thread_init(NULL) multiple times, and
9573   to call glib functions before g_thread_init(NULL) is called
9574   (although the later is mainly a change in docs as this worked before
9575   too). See the GThread reference documentation for the details.
9576
9577 * GObject now links to GThread and threads are enabled automatically
9578   when g_type_init() is called.
9579
9580 * GObject no longer allows to call g_object_set() on construct-only properties
9581   while an object is being initialized. If this behavior is needed, setting a
9582   custom constructor that just chains up will re-enable this functionality.
9583
9584 * GMappedFile on an empty file now returns NULL for the contents instead of
9585   returning an empty string. The documentation specifically states that code
9586   may not rely on nul-termination here so any breakage caused by this change
9587   is a bug in application code.
9588
9589 * Bug fixes:
9590  613601 buglet in dup_close_on_exec_fd
9591  584284 g_data_input_stream_read_until_async behaves confusingly
9592  613748 Write errors in middle of copy cause hang
9593  613923 splice_stream_with_progress: wrong error handling
9594  613667 Typo in GObject documentation
9595  613618 gvariant format string docs unclear
9596
9597 * Translation updates:
9598  Basque
9599  Ukrainian
9600  Vietnamese
9601
9602
9603 Overview of Changes from GLib 2.23.5 to GLib 2.23.6
9604 ===================================================
9605
9606 * Class private data:
9607   - support for private data associated with a GTypeClass
9608
9609 * GVariant merge is now complete:
9610   - loading functions and parser merged
9611
9612 * Windows improvements:
9613   - socket fixes
9614   - various build improvements
9615   - removal of GCC/C99isms in favour of portable code
9616   - drop unmaintained Visual Studio 8 support
9617
9618 * Minor API addition:
9619   - g_desktop_app_info_get_filename()
9620
9621 * Bugs fixed:
9622  521707 Class private data
9623  612502 build fails on glib/tests/gvariant.c
9624  612832 [GDesktopAppInfo] New function g_desktop_app_info_get_filename
9625  612702 [PATCH] Fix GSocket-related crash on Windows
9626  612736 Improve the documentation about single include
9627  610858 gvariant test fails sometimes
9628  612327 uninitialized variable
9629
9630 * New translations:
9631  Afrikaans
9632  LowGerman
9633
9634 * Updated translations:
9635  Czech
9636  Finnish
9637  Galician
9638  Greek
9639  Punjabi
9640  Romanian
9641  Serbian
9642
9643
9644 Overview of Changes from GLib 2.23.4 to GLib 2.23.5
9645 ===================================================
9646
9647 * New API addition: g_malloc_n() and friends used to implement an
9648   overflow-safe family of g_new() macros.
9649
9650 * GVariant:
9651  - GVariantBuilder and GVariantIter are now merged.
9652  - The variable arguments API is now merged.
9653  - The parser will be in a future release.
9654
9655 * GIO:
9656  - Remove GUtf8InputStream (which never appeared in a stable release)
9657    for now since it doesn't satisfy the needs of its main intended use
9658    case.  We hope to reimplement this feature in a better form in a
9659    future release.
9660
9661 * Bugs fixed:
9662  609531 missing licence headers
9663  612107 Missing G_FILE_ATTRIBUTE_TRASH_ORIG_PATH
9664  611897 g_io_modules_scan_all_in_directory leaks
9665  608196 Overflow-safe g_new family
9666  611696 gio uses GetAddrInfo which requires special handing on windows 2k
9667  605667 Don't use G_PARAM_SPEC_VALUE_TYPE when we know the pspec is valid
9668  610860 test_g_file_open_readwrite fails if $HOME is unwritable
9669  552912 glib-2.18 /live-g-file/test_copy_move failed when run as root
9670  609813 Renaming a file discards file notes
9671
9672 * Updated translations:
9673  Basque
9674  Brazilian Portuguese
9675  British English
9676  Bulgarian
9677  Catalan
9678  Danish
9679  Estonian
9680  French
9681  German
9682  Hungarian
9683  Italian
9684  Lithuanian
9685  Norwegian bokmål
9686  Portuguese
9687  Russian
9688  Slovenian
9689  Spanish
9690  Swedish
9691  Traditional Chinese
9692
9693
9694 Overview of Changes from GLib 2.23.3 to GLib 2.23.4
9695 ===================================================
9696
9697 * GVariant: The core of GVariant has been merged now, with some
9698  API still to follow.
9699
9700 * GIO:
9701  - There is a new interface GFileDescriptorBased for file descriptor
9702    based IO. GLocalFile{Input,Output}Stream implement it
9703  - Use splice(2) to transfer data between file descriptors without
9704    extraneous copies
9705  - Add a way to request move events from file monitors
9706
9707 * Bugs fixed:
9708  609143 *result_uncertain is never assigned in g_content_type_guess
9709  604086 Use splice(2) when doing local file copies
9710  547890 No move events for GFileMonitorEvent?
9711  568760 nautilus freezes due to a bug in garray.c:322
9712  609962 Add info about the use of G_DEFINE_INTERFACE
9713  609564 g_base64_encode_close docs should mention outbuf size...
9714  610484 g_variant_equal bug
9715  610131 libasyncns does not compile on Solaris 8
9716  609530 missing single header include guards
9717
9718 * Updated translations:
9719  Czech
9720  Estonian
9721  Galician
9722  German
9723  Korean
9724  Polish
9725  Slovenian
9726  Spanish
9727  Traditional Chinese
9728
9729
9730 Overview of Changes from GLib 2.23.2 to GLib 2.23.3
9731 ===================================================
9732
9733 * GLib now has a facility for locks that consume only one bit of
9734   storage inside an integer: g_bit_lock()
9735
9736 * GVariant: The serializer has been merged, with more API to follow
9737
9738 * Bugs fixed
9739  548967 1 bit mutex lock
9740  604967 2.22.3 libasyncns build fails on HP-UX 11.11
9741  608602 G_VALUE_COLLECT_INIT variables shadow those in G_VALUE_COLLECT
9742  608743 Crash in g_hostname_to_ascii visiting certain website in epiphany
9743  599197 array ref and unref functions crash on NULL array.
9744  608159 mem leak in g_io_modules_scan_all_in_directory
9745
9746 * Translation updates
9747  Brazilian Portuguese
9748  Czech
9749  French
9750  Norwegian bokmål
9751  Slovenian
9752  Spanish
9753  Thai
9754
9755
9756 Overview of Changes from GLib 2.23.1 to GLib 2.23.2
9757 ===================================================
9758
9759 * We are now using gcc builtins for atomic operations when available
9760
9761 * g_assert() grew the ability to store assertions in core dumps
9762
9763 * GIO supports lazy loading of GIO modules, and there is a new
9764   gio-querymodule utility that goes along with this.
9765   Packagers will need to adapt to this.
9766
9767 * Threading changes:
9768  - The requirements for g_thread_init() have been relaxed slightly,
9769    it can be called multiple times, and does not have to be the first
9770    call.
9771  - GObject now links to GThread and threads are enabled automatically
9772    when g_type_init() is called.
9773  - Thread-safety issues with boxed types in GObject have been fixed.
9774
9775 * GObject:
9776  - Another bunch of performance work has landed
9777
9778 * GVariant:
9779  - GVariantType has been merged, with the rest of the GVariant
9780    API to follow.
9781
9782 * Bugs fixed:
9783  568760 nautilus freezes due to a bug in garray.c:322
9784  602417 Document lifecycles of GSimpleAsyncResult and friends
9785  604824 crash in Epiphany: Selecting my Slashdot bo...
9786  448888 don't init g_slice for always-malloc
9787  531902 Use GCC atomic buildins for g_atomic*
9788  554887 boxed type registration is not thread safe
9789  586150 unresolved symbols when building glib 2.21.2 on OS X Tiger
9790  589176 row gvalue transform array exponentially
9791  594872 Support storing assertion messages into core dump
9792  602240 Upgrade libasyncns to 0.8
9793  603590 Speed up G_VALUE_COLLECT
9794  604457 gutf8inputstream.c: increasing unknown size pointer
9795  605686 GCharsetConverter doesn't flush
9796  605733 g_memory_output_stream_new violates GObject standards
9797  605883 g_object_new() processes varargs even when there are none
9798  605977 invalid utf-8 conversion in g_local_file_get_parse_name(...
9799  606775 Enable threads by default in gobject
9800
9801 * Translation updates:
9802  Asturian
9803  Basque
9804  Bengali
9805  Bulgarian
9806  Estonian
9807  Norwegian bokmål
9808  Spanish
9809  Thai
9810  Ukrainian
9811
9812
9813 Overview of Changes from GLib 2.23.0 to GLib 2.23.1
9814 ===================================================
9815
9816 * GObject performance work has landed:
9817  - Construction of simple objects is much faster
9818  - Interface lookup is lock-free and constant-time now
9819  - Reduced locking overhead when dealing with types
9820
9821 * GType now has a G_DEFINE_INTERFACE convenience macro
9822
9823 * GIO gained GUtf8InputStream, an input stream that
9824   performs utf-8 validation
9825
9826 * GLib now has byte-swap macros for gsize and gssize
9827
9828 * Bugs fixed:
9829 557151 Determining the newly_constructed boolean in gobject.c...
9830 557100 Performance improvements for GObjectClasses that don't...
9831 501166 Warning message says IA__g_type_init instead of g_type_init
9832 585375 Performance and Contention problems with g_type_class_ref...
9833 587892 Race in GType when instantiating the same class for the...
9834 603270 Input Stream validating utf8
9835 603476 gioenums.h:62: error: comma at end of enumerator list
9836 603540 g_time_val_from_iso8601 uses uninitialised variable
9837 603982 Stack overflow when reading file async with filter
9838 604645 G_DEFINE_INTERFACE_* documentation is not generated
9839 604875 Use of sa_len conflicts with system header
9840 320482 provide G_DEFINE_TYPE like macros for interfaces
9841
9842 * Updated translations:
9843  Estonian
9844  Hebrew
9845  Norwegian bokmål
9846  Vietnamese
9847  Welsh
9848
9849
9850 Overview of Changes from GLib 2.22.x to GLib 2.23.0
9851 ===================================================
9852
9853 * GIO:
9854  - GConverter: a generic interface for stateful conversions of data,
9855    suitable for charset conversion, compression, decompression, regexp
9856    replacement. Concrete implementations are GCharsetConverter,
9857    GZlibCompressor and GZlibDecompressor. GConverterInputStream,
9858    GConverterOutputStream are stream implementations that convert data
9859    while loading or saving it.
9860  - GMounts can now have a 'default location': a path that reflects
9861    the main entry point for the user (e.g. the home directory).
9862  - As a consequence of the compression support, GIO depends on zlib now.
9863
9864 * GObject:
9865  - G_IMPLEMENT_INTERFACE_DYNAMIC: a convenience macro for adding
9866    interfaces to dynamic types.
9867
9868 * GModule:
9869  - The -pthread flag has been added to all gmodule .pc files, because
9870    it is not generally permissible to load modules that are linked
9871    against libpthread if the program has not been compiled with threading
9872    support.
9873
9874 * Bugs fixed:
9875  601637 GUnixFDMessage should contain a GUnixFDList
9876  585566 GSocketListener API issues
9877  572252 Bug in g_file_test() function.
9878  600550 g_app_info_create_from_commandline doesn't treat arguments properly
9879  541236 not detecting exact content type
9880  350200 [PATCH] GTypeModule derived class unref does not unload plugin
9881  589631 Please enclose literal values with double quotes
9882  577711 cross compile check for g++ broken
9883  600620 Support X-GNOME-FullName in GAppInfo
9884  598899 GWin32DirectoryMonitor is broken
9885  593809 Nautilus does not restore the position of the icons on the desktop...
9886  563627 g_get_prgname() threadsafety
9887  600141 Add -pthread to gmodule pkg-config
9888  593856 file and directory monitors don't work when glib is compiled...
9889  324930 Nautilus should disallow copying of symlink to FAT drive early
9890  587300 Deadlock when calling g_cancellable_disconnect in a...
9891  595138 GFile not robust with invalid input
9892  591216 Warning building resolver.o
9893  590016 Does not compile under MinGW32 + Wine
9894  591214 Warnings building gcancellable.o
9895  561998 Have specific entry points (paths) for mounts...
9896  508157 Add G_IMPLEMENT_INTERFACE_DYNAMIC
9897  535159 g_file_has_parent
9898
9899 * Updated translations:
9900  Brazilian Portuguese
9901  Catalan
9902  Estonian
9903  Galician
9904  Norwegian bokmål
9905  Shavian
9906  Slovenian
9907  Spanish
9908  Swedish
9909
9910
9911 Overview of Changes from GLib 2.22.1 to GLib 2.22.2
9912 ===================================================
9913
9914 * GIO:
9915  - Support case-sensitive globs in the shared mime database,
9916    including support for the newer cache format that allows these.
9917    Case-sensitive globs have been introduced in shared-mime-info
9918    version 0.70
9919
9920 * GObject:
9921  - Speed up creation of simple objects
9922
9923 * Bugs fixed:
9924  597194 Typo in _G_TYPE_CVH macro
9925
9926 * Updated translations:
9927  Russian
9928
9929
9930 Overview of Changes from GLib 2.22.0 to GLib 2.22.1
9931 ===================================================
9932
9933 * Bugs fixed:
9934  596064 Test file marked for translation
9935  595972 possibly invalid search in mime_info_cache_dir_add_...
9936  596561 C99 style of declaration of variable in gmessages.c
9937  596314 g_utf16_to_utf8 returns an invalid UTF8 string
9938  596748 g_async_result_get_source_object returns a new ref
9939  593809 Nautilus does not restore the position of the icons...
9940  593775 uses inotify_init1 unconditionally
9941
9942 * Updated translations:
9943  Bengali
9944  Hebrew
9945
9946
9947 Overview of Changes from GLib 2.21.6 to GLib 2.22.0
9948 ===================================================
9949
9950 * Repeated calls to g_simple_async_result_set_op_res_gpointer used
9951   to leak the data. This has been fixed to always call the provided
9952   destroy notify.
9953
9954 * Add gdb python macros to make gobject debugging more pleasant
9955
9956 * Bugs fixed:
9957  579050 Allow making selected critical and warning messages non-fatal
9958  594759 g_socket_send_message fails due to invalid sendmsg params
9959  593941 GNetworkAddress skipping addresses when enumerating
9960  594597 Fix build with srcdir != builddir
9961  595619 Include gdb pretty printers
9962
9963 * Changes that might affect bindings:
9964  - The error parameter of g_simple_async_result_set_from_error has been
9965    made const.
9966
9967 * Updated translations:
9968  Assamese
9969  Bengali India
9970  British English
9971  Bulgarian
9972  Catalan
9973  Czech
9974  Danish
9975  Finnish
9976  Galician
9977  Greek
9978  Gujarati
9979  Hindi
9980  Japanese
9981  Kannada
9982  Malayalam
9983  Marathi
9984  Norwegian bokmål
9985  Oriya
9986  Polish
9987  Punjabi
9988  Romanian
9989  Serbian
9990  Simplified Chinese
9991  Slovenian
9992  Spanish
9993  Tamil
9994  Telugu
9995  Thai
9996  Traditional Chinese
9997  Ukrainian
9998  Vietnamese
9999
10000
10001 Overview of Changes from GLib 2.21.5 to GLib 2.21.6
10002 ===================================================
10003
10004 * Minor API additions:
10005   g_mkstemp_full is a variant of g_mkstemp that allows to specify flags
10006   and permissions
10007
10008 * Bugs fixed:
10009  593232 g_rand_new: read no more than requested from /dev/urandom
10010  591995 use saved errno
10011  589491 g_time_val_from_iso8601 doesn't handle some cases
10012  593406 Permissions set to 777 after copying via Nautilus
10013  594034 Add g_mkstemp_full()
10014
10015 * Updated translations:
10016  Assamese
10017  Basque
10018  Brazilian Portuguese
10019  Czech
10020  Estonian
10021  French
10022  German
10023  Hungarian
10024  Italian
10025  Kannada
10026  Malayalam
10027  Marathi
10028  Norwegian bokmål
10029  Oriya
10030  Portuguese
10031  Swedish
10032  Tamil
10033  Turkish
10034
10035
10036 Overview of Changes from GLib 2.21.4 to GLib 2.21.5
10037 ===================================================
10038
10039 * A performance problem with trashing of many files has been fixed
10040
10041 * GResolver now invalidates the libc resolv.conf cache as needed
10042
10043 * Minor api additions:
10044  - g_cancellable_make_pollfd returns a boolean now. And there is a
10045    new function g_cancellable_release_fd that can be used to released
10046    the resources used by a GCancellable.
10047
10048 * Bugs fixed:
10049  589988 Compilation error on Solaris 9 (missing stdint.h)
10050  588901 gtcpconnection.c won't compile
10051  584246 GResolver needs to call res_init() when network state changes
10052  591714 Figure out failure handling for g_cancellable_make_pollfd()
10053  591532 redundent '/' returned from g_file_resolve_relative_path
10054  591378 Use MSG_NOSIGNAL in GSocket if it's available
10055  589649 API documentation migration for Base64 Encoding
10056  591840 configure fails with autoconf 2.64
10057
10058 * Updated translations:
10059  Basque
10060  Brazilian Portuguese
10061  Bulgarian
10062  Danish
10063  Estonian
10064  Finnish
10065  Galician
10066  Gujarati
10067  Hndi
10068  Irish
10069  Japanese
10070  Korean
10071  Norwegian bokmål
10072  Polish
10073  Portuguese
10074  Punjabi
10075  Spanish
10076  Swedish
10077  Telugu
10078  Traditional Chinese
10079  Thai
10080
10081
10082 Overview of Changes from GLib 2.21.3 to GLib 2.21.4
10083 ===================================================
10084
10085 * GTree is now refcounted
10086
10087 * Bugs fixed:
10088  587938 Undocumented limitation for g_str_equal
10089  587773 refcounts for GTree
10090
10091 * Updated translations:
10092  French
10093  Hebrew
10094  Norwegian bokmål
10095  Spanish
10096  Swedish
10097  Traditional Chinese
10098  Ukrainian
10099
10100
10101 Overview of Changes from GLib 2.21.2 to GLib 2.21.3
10102 ===================================================
10103
10104 * GMappedFile is refcounted now
10105
10106 * Mainloop: It is now possible to set per-thread default contexts,
10107   with g_main_context_push_thread_default.
10108
10109 * glib-mkenums supports a @basename@ substitution, in addition
10110   to @filename@.
10111
10112 * GIO:
10113  - Vfs implementations can support storing of per-file metadata.
10114  - GCancellable can now be subclassed.
10115  - Unmount and eject methods now optionally allow interaction, via
10116    variants that take a GMountOperation object.
10117
10118 * Bugs fixed:
10119  556706 Inconsistent help arguments -h, -?
10120  579449 FileChoosers no longer work if an idle handler is active
10121  579933 mainloop FD_CLOEXEC has a race condition
10122  579984 alternate GMainContext support
10123  585937 gio/gsocket.c (glib 2.21.2) does not compile (Windows/mingw)
10124  586675 Runtime library location
10125  586797 Add GCancellables to GSocket ops
10126  586868 g_filename_complete_get_completions doesn't always return...
10127  587415 g_resolver_lookup_by_name_finish returns a freed list
10128  587434 regression tests fail, at least on x86_64
10129  586928 Avoid g++ warning in g_error()
10130
10131 * Updated translations:
10132  Estonian
10133  Hebrew
10134
10135
10136 Overview of Changes from GLib 2.21.1 to GLib 2.21.2
10137 ===================================================
10138
10139 * GIO:
10140   - g_socket_speaks_ipv4 is a new function to check if a socket can
10141     speak IPv4.
10142   - g_socket_listener_add_address gained a new effective_address out
10143     parameter.
10144   - GIO now returns special icons for XDG user directories, by the
10145     name folder-music, folder-documents, etc.
10146   - GIO gained support for starting/stopping of drives, which can be used
10147     in connection with external hard disk enclosures, disk arrays, iSCSI
10148     devices, etc. See g_file_start/stop_mountable.
10149
10150 * GLib:
10151  - g_reload_user_special_dirs_cache is a new function to force GLib to
10152    reload the XDG user directory mapping from disk.
10153
10154 * Bug fixes:
10155  584574 glib compile failure on Mac OS X with gunixresolver.c and...
10156  585566 GSocketListener API issues
10157  584255 Incorrect freeing of thread pool in GThreadedSocketService
10158  585088 g_string_chunk_insert_len stops at nul bytes
10159  585360 Monitor fontconfig configuration files using gio causes m...
10160  580103 Terminal starts on Display :0.0 when started on :0.1 in D...
10161  580301 network: a few issues on old darwin
10162  583398 SRV weight sorting is incorrect
10163  584176 build fixes on FreeBSD
10164  585189 g_cancellable_reset() must be called in same thread as g_...
10165  585280 compilation dies on gio/gsocket.c, needs sys/uio.h to con...
10166  585281 gio/gunixfdmessage.c needs sys/types.h for platforms that...
10167  585478 don't leak the inotify fd
10168  585575 g_socket_listener_add_inet_port() doesn't do the right thing
10169  585599 g_socket_listener_add_socket() consumes the socket
10170  585676 GEmblem doesn't reference its 'icon' if that is set as a ...
10171  585717 "bytes" nautilus translation to french is not shown in th...
10172  541276 XDG directories should have their own icons
10173  585726 Grammatical error in GList documentation
10174  585520 Wrong warning option in documentation
10175  585673 GNOME Goal: Remove deprecated glib symbols
10176  585591 Starting/stopping drives
10177
10178 * Updated translations:
10179  Bengali India
10180  Norwegian bokmål
10181
10182
10183 Overview of Changes from GLib 2.21.0 to GLib 2.21.1
10184 ===================================================
10185
10186 * GIO:
10187  - Support for network IO has been added, including a low-level
10188    socket API and a high-level API for network connections and
10189    services.
10190  - Support for read-write access with GIOStream and its subclasses.
10191  - GMount gained a pre-unmount signal.
10192
10193 * Bug fixes:
10194  576104Implement GMount::pre-unmount
10195  578769 implement GWinHttpFileInputStream::close_fn
10196  582856 gsocket.c doesn't compile on Solaris
10197  569375 g[u]intptr undocumented
10198  573246 [FIX] g_desktop_app_info_dup() can access NULL pointer
10199  575013 g_cancellable_push_current() does not allow NULL
10200  577884 live-g-file.c:461: error: format ‘%d’ expects type ...
10201  578499 g_output_stream_splice and stream closing with gnio strea...
10202  579558 Application employing gvfs crashes with only libgvfscommo...
10203  583001 SIGPIPE (grr!)
10204  583061 Please add convenience function to connect to machines by...
10205  583198 typo in error message
10206  583206 use g_set_error_literal where appropriate
10207  583229 void function g_async_initable_init_async returns value
10208  583324 locking problem in g_main_context_iterate()
10209  583408 void function g_socket_control_message_serialize returns ...
10210  578786 wrong and confusing error message
10211  583205 g_inet_address_to_bytes has no length outparam
10212  583196 mem leak in keyfile test
10213  583663 GSocketType enum ends with a comma
10214  569024 Make g_error_new_valist public
10215  569376 missing G_G[U]INTPTR_FORMAT
10216  580347 off-by-1 bug in GWinHttpFile
10217
10218 * Updated translations:
10219  Oriya
10220  Spanish
10221  Valencian-Catalan
10222
10223
10224 Overview of Changes from GLib 2.20.x to GLib 2.21.0
10225 ===================================================
10226
10227 * GIO:
10228  - New helper functions g_cancellable_connect/disconnect to avoid
10229    race conditions when connecting to the "cancelled" signal on
10230    GCancellable.
10231  - New types and methods for dealing with IPv4 and IPv6 addresses (and
10232    UNIX domain socket addresses under UNIX). This does not include code
10233    for actual socket I/O.
10234  - GResolver provides asynchronous and cancellable APIs for resolving
10235    hostnames, reverse lookup of IP addresses and resolving SRV records.
10236
10237 * Glib now provides hash and comparison functions for int64 and double
10238   types, suitable for use with GHashTable.
10239
10240 * GArray, GPtrArray and GByteArray can be ref counted now, and have
10241   boxed types.
10242
10243 * Bugs fixed:
10244  572844 Helper for GCancellable::cancelled connect/disconnect
10245  578363 goption docs should be improved
10246  548466 async/cancellable DNS resolver
10247  579830 param spec strings should use P_()
10248  579862 requesting xattr::foo ends up calling getxattr(..., user...
10249  580453 Hash and equal functions for gint64 and gdouble
10250  580450 Reference counting and boxed types for arrays
10251  580194 gresolver doesn't build on Solaris
10252  580301 network: a few issues on old darwin
10253  580299 network: include sys/types.h before sys/socket.h to insur...
10254  572508 gmarkup speedup
10255  580546 g_strtoull() referenced in documentation...
10256  580656 g_key_file_set_string_list erroneously asserts list != NULL
10257  579272 leaks in g_simple_async_result_set_op_res_gpointer
10258
10259
10260 * Updated translations:
10261  Catalan (ca)
10262  Pashto (ps)
10263  Spanish (es)
10264
10265
10266 Overview of Changes from GLib 2.20.0 to GLib 2.20.1
10267 ===================================================
10268
10269 * Bug fixes:
10270  575555 Use fsync() when replacing files to avoid data loss on
10271  575708 runaway inotify madness
10272  575270 GVolumeMonitor::mount-pre-unmount not being emitted
10273  577128 glib make check Failed to execute child process...
10274  573673 Always show "backup" directories
10275  578369 g_time_val_from_iso8601() parses timezones incorrectly
10276  578002 Fix a small typo in GFile docs
10277  578017 G_DEFINE_TYPE_EXTENDED docs
10278
10279 * Updated translations:
10280  Arabic
10281  Assamese
10282  Basque
10283  Bularian
10284  Brazilian Portuguese
10285  British English
10286  Catalan
10287  Danish
10288  French
10289  Galician
10290  German
10291  Greek
10292  Hungarian
10293  Italian
10294  Japanese
10295  Kannada
10296  Lithuanian
10297  Malayalam
10298  Norwegian bokmål
10299  Oriya
10300  Polish
10301  Punjabi
10302  Russian
10303  Simplified Chinese
10304  Slovenian
10305  Spanish
10306  Swedish
10307  Tamil
10308
10309
10310 Overview of Changes from GLib 2.19.9 to GLib 2.20.0
10311 ===================================================
10312
10313 * The functions for launching applications (e.g. g_app_info_launch() +
10314   friends) now passes a FUSE file:// URI if possible (requires gvfs
10315   with the FUSE daemon to be running and operational). With gvfs 2.26,
10316   FUSE file:// URIs will be mapped back to gio URIs in the GFile
10317   constructors. The intent of this change is to better integrate
10318   POSIX-only applications, see bug #528670 for the rationale.  The
10319   only user-visible change is when an application needs to examine an
10320   URI passed to it (e.g. as a positional parameter). Instead of
10321   looking at the given URI, the application will now need to look at
10322   the result of g_file_get_uri() after having constructed a GFile
10323   object with the given URI.
10324
10325 * Base64 support: Avoid integer overflows. CVE-2008-4316
10326
10327 * Bugs fixed:
10328  574019 GChecksum: document and guarantee hex characters in lower case
10329  573454 Unable copy/move files to directories symlinked to gvfs share
10330  561172 gnome-open fails on local URIs with anchors
10331  573970 crash in gunixvolumemonitor:update_mounts when unmounting
10332  573843 g_get_current_dir returns non-absolute path
10333
10334 * Updated translations:
10335  Assamese (as)
10336  Bengali (bn_IN)
10337  Czech (cs)
10338  Hindi (hi)
10339  Italian (it)
10340  Japanese (ja)
10341  Lithuanian (lt)
10342  Malayalam (ml)
10343  Marathi (mr)
10344  Oriya (or)
10345  Polish (pl)
10346  Romanian (ro)
10347  Telugu (te)
10348
10349
10350 Overview of Changes from GLib 2.19.8 to GLib 2.19.9
10351 ===================================================
10352
10353 * GMarkup:
10354  - Considerable speedup
10355
10356 * GIO
10357  - Add G_FILE_CREATE_REPLACE_DESTINATION flag to allow replacing
10358    the destination of a copying operation as if it did not exit before.
10359  - Be more careful when classifying files as desktop files
10360  - Support desktop file key X-GIO-NoFuse which disables the use
10361    of fuse pathnames for %u and %U arguments
10362
10363 * Bugs fixed:
10364  572672 glib/gthread.c: argument is different type
10365  572464 Doc for g_file_get_contents
10366  572151 “it's” and “its” confused in docs and comments
10367  570501 g_win32_get_system_data_dirs uses invalid conversion...
10368  167569 g_string_append_printf crashes on win32 when used...
10369  572508 gmarkup speedup
10370  560564 Replacing a symlink with its linked file truncates... 
10371  549298 impossible to copy files with p (pipe) flag
10372  543183 Clarify docs for g_file_has_prefix
10373  540461 g_memory_output_stream_get_data_size() doesn't behave...
10374  573462 GEmblemedIcon leak
10375  573421 Clarify message format in GMountOperation
10376  573658 Deadlock in giomodule.c
10377  556706 Inconsistent help arguments -h, -?
10378  573527 Wrong shell to run config.status in Makefile.in.in
10379  573128 A couple of typos in GObject documentation
10380
10381 * Updated translations:
10382  Catalan (ca)
10383  British English (en_GB)
10384  Spanish (es)
10385  Basque (eu)
10386  Finnish (fi)
10387  French (fr)
10388  Gujarati (gu)
10389  Hebrew (he)
10390  Hungarian (hu)
10391  Korean (ko)
10392  Maithili (mai)
10393  Norwegian bokmål (nb)
10394  Dutch (nl)
10395  Portugese (pt)
10396  Swedish (sv)
10397  Thai (th)
10398  Traditional Chinese (zh_HK)
10399  Traditional Chinese (zh_TW)
10400
10401
10402 Overview of Changes from GLib 2.19.7 to GLib 2.19.8
10403 ===================================================
10404
10405 * GIO: Fix missing exports of new API
10406
10407 * Fix strict aliasing warnings and violations to make Glib work
10408   with gcc 4.4
10409
10410
10411 Overview of Changes from GLib 2.19.6 to GLib 2.19.7
10412 ===================================================
10413
10414 * GIO
10415  - GFile gained an attribute for the actual file size in bytes
10416  - GMountOperation gained an "aborted' signal that allows to abort
10417    a mount operation from the backend side
10418
10419 * Bugs fixed:
10420  523742 Use noinst for non-installable libraries
10421  566747 URIs opened with firefox %u load as local files
10422  541225 Can't compile gio on AIX duplicate case value in gioerror.c
10423  571598 GAsyncResult with NULL gobject
10424  505042 add file attribute for actually used file size in bytes
10425
10426 * Updates translations:
10427  Basque (eu)
10428  Gujarati (gu)
10429  Italian (it)
10430  Japanese (ja)
10431  Norwegian bokmål (nb)
10432  Dutch (nl)
10433  Portugese (pt)
10434  Thai (th)
10435  Vietnamese (vi)
10436
10437
10438 Overview of Changes from GLib 2.19.5 to GLib 2.19.6
10439 ===================================================
10440
10441 * New format macro to print goffset data: G_OFFSET_FORMAT
10442
10443 * GIO: 
10444  - Add a GFilter{Input,Output}Stream::close-base-stream properties which
10445    determine whether the base stream will be closed when the filter stream
10446    is finalized.
10447  - g_data_input_stream_read_line and ..._read_until have asynchronous
10448    variants now.
10449
10450 * Bugs fixed:
10451  568294 A wrong reference in the description of g_bookmark_file_...
10452  563141 RFE: define G_OFFSET_FORMAT
10453  569105 g_time_val_to_iso8601() assumes time_t==long
10454  568394 dropping the last reference to a stream filter closes...
10455  568741 g_buffered_input_stream_fill_async doesn't work
10456  568723 g_buffered_input_stream_fill_async doesn't take count == -1
10457  568575 _async functions for GDataInputStream
10458
10459 * Updated translations:
10460  Bulgarian (bg)
10461  Finnish (fi)
10462  Hungarian (hu)
10463  Oriya (or)
10464  Swedish (sv)
10465  Traditional Chinese (zh_HK)
10466  Traditional Chinese (zy_TW)
10467
10468
10469 Overview of Changes from GLib 2.19.4 to GLib 2.19.5
10470 ===================================================
10471
10472 * Update included PCRE to 7.8
10473
10474 * g_base64_decode_inplace: New function to do base64 decoding in place
10475
10476 * Bugs fixed:
10477  567138 get_package_directory_from_module() does not free ...
10478  566569 gregex docs clarification
10479  566573 g_match_info_fetch_pos docs
10480  564728 Add function to decode base64 encoded data in place
10481  567838 G_STRUCT_OFFSETOF fails to compile under icc 9.1
10482  567977 textdomain() macro should not return NULL ...
10483  512779 --disable-regex breaks compilation
10484  566770 error code 0 for Too many open files is useless
10485  565484 g_content_type_guess passes non-UTF8 text to XDG ...
10486
10487 * Updated translations:
10488  Catalan (ca)
10489  Spanish (es)
10490  Italian (it)
10491  Swedish (sv)
10492
10493  
10494 Overview of Changes from GLib 2.19.3 to GLib 2.19.4
10495 ===================================================
10496
10497 * GIO:
10498   - Use O_NOATIME when sniffing mimetypes
10499   - Add a convenience method to check if a GSimpleAsyncResult
10500     is valid
10501
10502 * Bugs fixed:
10503  560676 function access for g_threads_supported
10504  565905 There is no g_context_group_set_translation_domain
10505  564210 SUN Studio 12 has supported visibility attribute
10506  565136 GObject's "notify" signal parameters are wrong in gtk-doc
10507  565831 error in interface creation sample
10508  566348 g_file_open_tmp uses the wrong g_mkstemp on win32
10509  566064 Add NOATIME flag to query_info_flags
10510  566170 g_async_result_verify_source_object
10511
10512 * Updated translations:
10513  Spanish (es)
10514  Norwegian bokmål (nb)
10515  Brazilian Portugese (pt_BR)
10516  Simplified Chinese (zh_CN)
10517
10518
10519 Overview of Changes from GLib 2.19.1 to GLib 2.19.3
10520 ===================================================
10521
10522 * Bugs fixed:
10523  508021 Add support for the CRIS and CRISv32 architectures
10524  526320 should not list mounts that the user doesn't have permission to use
10525  558458 Cannot build gio tests on Solaris using SUN cc
10526  555465 GUnix{Input,Output}Stream lacks fd/close_fd_at_close property
10527  558298 Hide ecryptfs mounts
10528  515777 incorrect date&time on copy
10529  562452 Ensure we return G_IO_ERROR_CANCELLED if cancelling
10530         g_simple_async_result_run_in_thread
10531  473150 g_type_module_use inconsistently increases the use
10532         counter in case of error
10533  563150 G_GU?INT*_MODIFIER/FORMAT docs
10534  563156 Document printing and scanning gunichar values
10535
10536 * Updated translations:
10537  Hebrew (he)
10538  Italian (it)
10539  
10540
10541 Overview of Changes from GLib 2.19.0 to GLib 2.19.1
10542 ===================================================
10543
10544 * GIO: 
10545   - g_icon_to_string, g_icon_new_for_string: GIcon serialization support
10546   - G_FILE_ATTRIBUTE_PREVIEW_ICON: new file attribute for preview images
10547   - g_app_info_get_commandline: new function to get the full commandline
10548   - g_mount_shadow, g_mount_unshadow, g_mount_is_shadowed: New functions 
10549     to 'shadow' mounts (i.e. hide them from the UI when they already
10550     have a different representation, like a bookmark) 
10551
10552 * Bugs fixed:
10553  556186 gpoll.h breaks gmain.h inclusion
10554  557087 mem leak in g_content_types_get_registered
10555  556921 gpoll.h breaks hal compilation
10556  557210 g_compute_checksum_for_* asserts with less than 2 bytes
10557  558381 Add support for compile time assertions
10558  558185 'parent' variable in g_local_file_get_child_for_display_name()
10559         hits g_object_unref(NULL) assertion
10560  558513 g_warn_if_fail FIXME in gtestutils
10561  558672 NULL key lookup using g_hash_table_lookup_extended() 
10562  555740 gicon serialization
10563  557182 preview functionality
10564  528320 Incorrect icons displayed for files with custom mimetype icons
10565  556910 Memory leak: sub
10566  557592 Missing include in gwinhttpfile.c
10567  556415 Crash on Windows 2000 in g_winhttp_vfs_init()
10568  555935 Clarify the mechanism of overwriting properties
10569  552776 ac_cv_func_posix_getgrgid_r not mentioned
10570  559448 GObject Reference Manual (typo)
10571  561212 GFileReadMoreCallback API doc refers to non-existant function
10572  560569 gkeyfile doesn't use the set list_separator in some cases
10573  560568 gkeyfile docs buglet
10574  559413 g_option_group_set_error_hook docs buglet
10575  562378 callback return value not respected for callback option
10576         with no arg
10577  559110 Do not include libintl.h after glibintl.h
10578  557603 carbon check output misplaced
10579  562544 g_key_file_get_string and g_key_file_get_value
10580         documentation does not explain the difference
10581  547264 Missing "no flags" flag
10582  562638 GDebugKey key member should be const
10583  562639 g_parse_debug_flags() parsing "help"
10584  562549 g_byte_array_free should tell how free data
10585  559452 GObject Reference Manual (typo)
10586  559462 GObject Reference Manual (typo)
10587  559517 GObject Reference Manual (typo)
10588  562538 GObject interface tutorial shouldn't finalise with
10589         "Please forget everything"
10590  561352 Leak of icon description
10591  561375 Leaks mountpoint description
10592  561807 inotify_sub.c: dup_dirname() fails to remove trailing '/'
10593  562393 g_buffered_input_stream_read_byte broken if data available
10594  541715 win32 : patch for warnings and signature problems in recent code
10595  547481 g_data_input_stream_read_line behaves not as stated in the docs
10596  548163 Nautilus displays wrong error message for too long file names
10597  559633 gtk_image_new_from_gicon does not always work for .desktop files
10598  555486 – No way to recover command line from GAppInfo
10599
10600 * Translation updates:
10601  Spanish (es)
10602  Ukrainian (uk)
10603
10604
10605 Overview of Changes from GLib 2.18.1 to GLib 2.19.0
10606 ===================================================
10607
10608 * Rewrite GHashTable to use open addressing with quadratic probing instead 
10609   of chaining. This has the potential to reduce memory fragmentation 
10610   significantly, while being slightly faster due to better locality and 
10611   no need to call alloc/free functions for nodes. Benchmarks suggest it 
10612   also uses less memory overall.
10613
10614 * Make g_poll available as public api
10615
10616 * New macros g_assert_error and g_assert_no_error to assert 
10617   that a GError is set or unset
10618
10619 * g_cancellable_make_pollfd: New method to make a GPollFD for a cancellable
10620
10621 * g_app_info_can_delete, g_app_info_delete, g_app_info_reset_type_associations:
10622   New functions to clean up app infos and content types
10623
10624 * When launching applications, always pass fuse file:// uris when possible,
10625   and let gio convert such uris back to gio uris.
10626
10627 * Bugs fixed:
10628  505361 gunixinputstream.c assumes poll() available
10629  509446 portable blocking gio cancellation
10630  553820 gpoll.c: undeclared identifier
10631  553724 python interpretter path not patched in correctly
10632  553857 gbacktrace.h requires signal.h
10633  553447 g_assert_no_error()
10634  554092 glib doesn't return G_FILE_ERROR_NOENT et al on OS X
10635  528670 Always pass file:/// uri's in GAppLaunchContext
10636  555224 Improve g_format_size_for_display doc
10637  555309 giochannel breaks on error
10638  554790 g_convert() misbehaves with winiconv versions
10639  555314 mem leak in gmarkup
10640  555313 GFileAttribute boxed type get_type function should...
10641  552861 glib-2.0.m4 calls system(3) without storing its result
10642  554557 Patch to fix gcc warnings about missing format specifiers
10643  552107 Small libtool fixes
10644  551355 Make glib build with libtool 2.2
10645  555311 format not a string literal and no format arguments
10646  556101 static mutex yields warnings with g++
10647  556186 gpoll.h breaks gmain.h inclusion
10648  526456 Open addressing in GHashTable
10649  553426 cancellable clarifications
10650  545350 GAppInfo deletion
10651  545351 Reset associations for content type
10652  552168 volume's mount not mounted after g_volume_mount_finish
10653  554970 segfault when update-desktop-database is not available...
10654  554745 GFileAttributeInfoList should be boxed
10655  555121 Improved build-time handling of gio module-dir
10656  555711 Wrong fallback order of mimetype icons
10657  555331 Deprecate adoption of mounts
10658  556335 make check fails in abicheck.sh
10659  556334 Warning when building without selinux support
10660  556422 g_file_enumerator_next_file: unclear...
10661
10662 * Updated translations:
10663  Arabic (ar)
10664  Danish (da)
10665  Polish (pl)
10666  Brazilian Portugese (pt_BR)
10667  Romanian (ro)
10668  Russian (ru)
10669
10670
10671 Overview of Changes from GLib 2.18.0 to GLib 2.18.1
10672 ===================================================
10673
10674 * Bugs fixed:
10675  550433 g_test_init doesn't recognize --help
10676  523463 Core dump in gmain.c:2482:IA__g_main_context_check
10677  551228 G_STRFUNC on recent Sun compiler should be expanded...
10678  551410 gtestutils.c: using printf without prototype
10679  551731 g_date_set_time[_t] docs should mention what timezone
10680  548321 <string.h> is not included in gi18n-lib.h
10681  551149 xdgmime mem leak
10682  550647 synchronous pipe I/O when reading mount reply
10683  551887 Docs for g_desktop_app_info_new_from_filename aren't...
10684  551681 g_content_type_guess() too naive with filenames
10685  552352 g_app_info_launch doesn't work if "Path" key...
10686  551408 gmodule.def generated to builddir...
10687  552359 g_file_info_get_icon should return GThemedIcon, and...
10688
10689 * Updated translations:
10690  Arabic (ar)
10691  Bengali India (bn_IN)
10692  British English (en_GB)
10693  Hindi (hi)
10694  Croatian (hr)
10695  Korean (ko)
10696  Oriya (or)
10697  Turkish (tr)
10698  Telugu (te)
10699
10700
10701 Overview of Changes from GLib 2.17.7 to GLib 2.18.0
10702 ===================================================
10703
10704 * The recommended way of using GLib has always been to only include the
10705   toplevel headers glib.h, glib-object.h and gio.h. GLib enforces this by
10706   generating an error when individual headers are directly included.
10707   To help with the transition, the enforcement is not turned on by
10708   default for GLib headers (it is turned on for GObject and GIO).
10709   To turn it on, define the preprocessor symbol G_DISABLE_SINGLE_INCLUDES.
10710
10711 * Win32:
10712   - rework the g_poll() implementation to match poll() semantics more closely
10713
10714 * Bugs fixed:
10715  324234 Using g_io_add_watch_full() to wait for connect() to return...
10716  548278 Async GETs connections are always terminated unexpectedly...
10717  500246 Bug fixes for giowin32
10718  523939 Example program for GValue
10719  550096 GBookmarkFile parser is not forward compatible
10720  550040 Move GString, rand and printf tests to the unit test framework
10721  550104 trivial documentation fix for g_get_home_dir
10722  548988 g_file_replace fails on Windows when the target file exists
10723  550059 Wrong docs for g_emblemed_icon_add_emblem
10724  548800 Missing a g_object_get_type function
10725  550056 Missing documentation for g_emblemed_icon_get_emblems
10726
10727 * Updated translations:
10728  Bulgarian (bg)
10729  Czech (cs)
10730  German (de)
10731  Estonian (et)
10732  Basque (eu)
10733  French (fr)
10734  Hebrew (he)
10735  Hungarian (hu)
10736  Italian (it)
10737  Japanese (ja)
10738  Lithuanian (lt)
10739  Maithili (mai)
10740  Dutch (nl)
10741  Swedish (sv)
10742  Thai (th)
10743  Ukrainian (uk)
10744  Vietnamese (vi)
10745
10746
10747 Overview of Changes from GLib 2.17.6 to GLib 2.17.7
10748 ===================================================
10749
10750 * More fixes for 64-bit Windows
10751
10752 * GIO
10753  - Add a vfs implementation for HTTP and HTTPS URIs on Windows
10754
10755 * Bugs fixed:
10756  546329 API docs for g_utf8_normalize() are incorrect
10757  546876 Modify GMarkup parser to accept &#x1; .. &#x1f;
10758  547200 g_utf8_find_next_char() issues
10759  547637 unconditional #include of sys/statfs.h in configure
10760  547337 G_DISABLE_DEPRECATED breaks tests build
10761  547832 gtk+-2.12.11 fails to build - AC_PROG_MMAP too strict
10762  502498 Test framework assertion failures should follow gcc
10763  546371 Improve docs re g_file_monitor
10764  546483 GThemedIcon:use-default-fallbacks is not readable without...
10765  546132 GFileIcon is bindings-unfriendly
10766  542156 zfs mount in home directory shown on nautilus desktop 
10767  535124 umask 002 not being applied for new directories...
10768  547080 g_file_copy leaks expected errors
10769  546582 Callbacks from GFileMonitor present a GFile...
10770  547262 Missing link in the docs
10771
10772 * Updated translations:
10773  Arabic (ar)
10774  Catalan (ca)
10775  Spanish (es)
10776  Basque (eu)
10777  Finnish (fi)
10778  Galician (gl)
10779  Hebrew (he)
10780  Marathi (mr)
10781  Norwegian bokmål (nb)
10782  Portugese (pt)
10783  Brazilian Portugese (pt_BR)
10784  Swedish (sv)
10785  Thai (th)
10786
10787
10788 Overview of Changes from GLib 2.17.4 to GLib 2.17.6
10789 ===================================================
10790
10791 * Fix problems on 64-bit Windows
10792
10793 * g_markup_context_get_user_data: New function to access
10794   the user_data outside of callbacks
10795
10796 * GIO
10797  - g_mount_guess_content_type_sync: synchronous version of
10798    g_mount_guess_content_type
10799  - GEmblem: A GIcon implementation that adds emblem-related
10800    metadata to icons
10801  - GEmblemedIcon: A GIcon implementation that can add emblems
10802    to icons
10803
10804 * Bugs fixed:
10805  544088 option_test_LDADD is left in tests/Makefile.am
10806  544465 gmarkup makes it hard to use pre-rolled parsers
10807  545485 Implicit declaration of utime()
10808  545798 "Since: 2.18" mark is missing in g_set_error_literal...
10809  544140 fam-helper 64-bit issue
10810  529694 SELinux context setting support
10811  545157 wrong/no list of "open with" applications for .cc...
10812  545203 gfile.c: argument is different type
10813  545457 gdmsetup crashed with SIGSEGV in g_unix_mount_guess...
10814  544177 Fix trivial cut and paste error in documentation
10815  545395 Language tweak for g_value_set_string* docs
10816  541036 Gnumeric crashes when trying to open Desktop...
10817  546079 leak in xdgmime
10818  545395 Language tweak for g_value_set_string* docs
10819  546017 Don't copy attributes when copying a symlink
10820
10821 * Updated translations:
10822  Arabic (ar)
10823  Estonian (et)
10824  Galician (gl)
10825  Italian (it)
10826  Japanese (ja)
10827  Korean (ko)
10828  Norwegian bokmål (nb)
10829  Pashto (ps)
10830  Portugese (pt)
10831
10832
10833 Overview of Changes from GLib 2.17.3 to GLib 2.17.4
10834 ===================================================
10835
10836 * GIO:
10837  - New API to handle content types: g_mount_guess_content_type,
10838    g_content_type_guess_for_tree.
10839  - Export the eject-button signal on the volume monitor class
10840  - New API to enable out-of-process volume monitors: 
10841    g_volume_get_activation_root
10842
10843 * GObject:
10844  - New API to handle signals without slots in the class structure:
10845    g_signal_new_class_handler, g_signal_override_class_handler   
10846
10847 * Internationalization:
10848  - Add an NC_ macro that is a no-op equivalent of C_
10849
10850 * GMarkup:
10851  - Add two new functions g_markup_parse_context_push,
10852    g_markup_parse_context_pop to support "subparsers"
10853
10854 * Bugs fixed:
10855  541208 Functions to easily install and use signals without...
10856  541507 Ambiguous description of assigned characters in the...
10857  543040 async reading on dummy file will crash on GIO_USE_VFS=local
10858  543560 enable gio-FEN back-end warnings on Solaris will crash...
10859  528317 GRegex does not allow recursion limit
10860  337518 GMarkup: Subparser support
10861  541794 drive-eject-button signal
10862  541793 activation root for volumes
10863  467707 test_iconv_state() in tests/convert-test.c fails on AIX 5.3
10864  428048 2 of 51 tests fail on Solaris
10865  542332 small fix for error message in GMarkup
10866  482413 get_contents_stdio -- overflow and memory corruption
10867  406120 g_ascii_strtod
10868  334234 "printf" format error
10869  536996 Missing noop i18n macro equivalent to C_
10870  540616 mem leak in filechooser button
10871  539229 gobject-query calls itself query
10872  521589 [RFC] gobject documentation should mention Vala
10873  543168 Description of G_SLICE=debug-blocks discourages its use
10874  543220 Case collision on gio-extension-points.html
10875  530759 update the gobject tutorial to the XXI century
10876  535223 gbookmark file inefficiency ...
10877  543504 crash in Epiphany Web Browser: Opening local file
10878
10879 * Updated translation:
10880  German (de)
10881  Estonian (et)
10882  Pashto (ps)
10883  Albanian (sq)
10884  Thai (th)
10885  Traditional Chinese (zh_HK)
10886  Traditional Chinese (zh_TW)
10887
10888
10889 Overview of Changes from GLib 2.17.1 to GLib 2.17.3
10890 ===================================================
10891
10892 * PCRE
10893  - fix for CVE-2008-2371 
10894
10895 * Bugs fixed:
10896  538119 glib's mainloop leaks a pipe to sub-processes
10897  537635 Corrections and improvements to g_time_val_{to,from}_iso8601
10898  539067 The document g_io_channel_win32_new_fd() says...
10899  535949 annotate g_strip_context and g_dpgettext with G_GNUC_FORMAT
10900  539123 annotate g_d[n]gettext with G_GNUC_FORMAT
10901  539074 Cannot get exit status with g_spawn_command_line_sync
10902  316221 G_LOCK warns about breaking strict-aliasing rules
10903  539770 migrate gstrfunc unit tests to gtest
10904  539626 Update docstrings for g_object_freeze_notify and g_object_thaw_notify
10905  538044 unconditional use of LC_MESSAGES
10906  540545 Monotonic time and timer offset
10907  535947 want g_set_error_literal
10908  539999 glibconfig.h: add GLIB_USING_SYSTEM_PRINTF 
10909  536252 GFileEnumerator should allow access to the containing GFile
10910  538362 Get Win32 icons back in the file chooser
10911  540802 g_list_prepend doesn't concat lists
10912  540423 unrecoverable error after g_seekable_truncate
10913  538836 make check failure on PPC and ALPHA: pltcheck.sh on g_atomic_pointer_get
10914  539090 g_content_type_from_mime_type() should unalias
10915  540331 g_file_append_to () documentation: can return NULL
10916  534639 add g_desktop_app_info_new_from_keyfile
10917  536733 gio build failure on Irix
10918  536160 Add g_file_monitor()
10919  538127 FileChooser broken on win32
10920  531476 /live-g-file/test_traverse_structure test fails on Mac HFS+
10921  538564 gio should have gio-types.h
10922  540047 glib-genmarshal.c: '#include <io.h>' is too before
10923
10924 Updated translations:
10925  Korean (ko)
10926  Occitan (oc)
10927
10928
10929 Overview of Changes from GLib 2.17.0 to GLib 2.17.1
10930 ===================================================
10931
10932 * New function: g_utime(), a gstdio wrapper for utime()
10933
10934 * New functions: g_dgettext() and g_dngettext(), wrappers
10935   for corresponding gettext functions with added functionaliy
10936
10937 * Support the latest version of the shared-mime spec, including
10938   icons for mime types 
10939
10940 * New function: g_themed_icon_prepend_name()
10941
10942 * Bugs fixed: 
10943  535418 Please document which glib version defines goffset
10944  528715 Misprint in the description of the interface g_type_class_add_private
10945  528714 Misprint in the description of the interface g_param_spec_flags
10946  537260 Doc bug in G_TYPE_INSTANCE_GET_CLASS()
10947  530527 Misprint in the description of the interface 
10948         g_cclosure_marshal_VOID__FLAGS
10949  530526 Misprint in the description of the fields 'class_init' and 
10950         'class_finalize' of the structure GTypeInfo
10951  528719 Improvement to the documentation of the "g_object_connect" interface
10952  528172 gtk_signal_handlers_unblock_* functions return value
10953         amount of matched signals, not amount of actually unblocked
10954  528717 Misprint in the description of the parameter 'type_id' for 
10955         the interface g_type_register_fundamental
10956  528716 Misprint in the description of the parameter 'iface_data' for 
10957         the callback types GInterfaceInitFunc and GInterfaceFinalizeFunc 
10958  537555 GObject instantiation not thread safe
10959  537546 'desktop' shortcut in file chooser looks like a generic folder
10960  537392 Additional colon in xattr name
10961  536641 Filesystem querying in gio does not list AFS and autofs file systems
10962  528600 g_dummy_file_get_parent("scheme://example.com/")
10963  503071 Application direction changes to right to left even if theres no 
10964         translation
10965  502511 g_assert_cmphex prints invalid message
10966  338162 Use po/LINGUAS
10967  314453 Nautilus crashes in Solaris when browsing the attached file
10968  529321 make check fails in glib/pcre
10969  455215 g_get_user_special_dir: no reference about G_USER_DIRECTORY_DOWNLOAD 
10970         fallback to $HOME/Desktop if xdg-user-dirs is not in use
10971  498732 g_key_file_to_data cannot fail
10972  511367 add g_file_make_directory_with_parents
10973  531900 Use __builtin_offsetof for G_STRUCT_OFFSET if building with 
10974         gcc 4.0 or newer
10975  536158 also bump GHashTable version when a node is removed via
10976         g_hash_table_iter_remove()/g_hash_table_iter_steal()
10977  531403 g_utf8_collate broken on Mac
10978  535628 test/patterntest.c still includes gpattern.h directly
10979  535625 alias.h:2648: error: 'utime' undeclared here (not in a function)
10980
10981 * Translation updates:
10982  Arabic (ar)
10983  German (de)
10984  Italian (it)
10985  Norwegian bokmål (nb)
10986  Thai (th)
10987
10988
10989 Overview of Changes from GLib 2.16.x to GLib 2.17.0
10990 ===================================================
10991
10992 * Update to Unicode 5.1
10993
10994 * Update included libcharset to the one shipped with libiconv 0.12
10995
10996 * Update included PCRE to 7.7
10997
10998 * Enforce that only toplevel headers are directly included.
10999   This is turned on by default for GObject and GIO. To turn
11000   it on for GLib, define G_DISABLE_SINGLE_INCLUDES.
11001
11002 * Fix library version of GIO.  GLib 2.16 shipped with libgio-2.0.so.0.0.0
11003
11004 * On Solaris, use FEN for file monitoring in GIO
11005
11006 * Use the GIO_EXTRA_MODULES environment variable to find
11007   additional GIO modules 
11008
11009 * G_GNUC_ALLOC_SIZE: New macro that wraps the gcc alloc_size
11010   function attribute
11011
11012 * g_checksum_reset: New function to reset the state of a GChecksum 
11013
11014 * g_unix_mount_monitor_set_rate_limit: New function to limit the 
11015   rate at which events are reported
11016
11017 * g_file_query_file_type: New utility function to query the type of
11018   a file
11019
11020 * g_memory_output_stream_get_data_size: New function to obtain the
11021   size of the written data.
11022
11023 * Bugs fixed:
11024  522292 Gives warnings in glib/gutils.h with GCC in C99 mode
11025  523298 win_iconv can't convert from UTF-8 to GB18030 (or vice versa)
11026  518160 replace two g_strdup_printf calls in GBookmarkFile
11027  523877 gbookmarkfile: avoid using g_string_append_printf() and
11028         other optimizations 
11029  525192 100% CPU if run main loop with no IO sources
11030  315437 extern inline -> static inline
11031  524314 g_convert() on Win32 implicitly converts full width
11032         alphanumerics into half width
11033  525732 Error in documentation for g_list_first
11034  525674 A typo in gmarkup.c
11035  448943 g_timeout_add_seconds() problems
11036  525972 UCS-4 not in the new win_iconv implementation
11037  526619 make test-report crash
11038  491554 Update to Unicode 5.1.0
11039  519137 g_slice_dup macro needs cast for 64-bit platform
11040  528752 Win32 build and SSL not working
11041  530457 G_USER_DIRECTORY_DOWNLOAD folder improperly mapped
11042  528667 Typos in testing module documentation
11043  459905 Bug in wcwidth data
11044  534085 g_unichar_iswide_cjk() has a totally wrong table
11045  501651 Update glib/libcharset
11046  519026 G_STMT_START/G_STMT_END test a non-existent preprocessor symbol
11047  534319 GLib's .pc files could use Libs.private
11048  534137 Typo in g_spawn_async_with_pipes doc
11049  517419 gio win32 directory monitor
11050  526796 Wrong order of arguments in g_file_copy's fallback
11051  530196 _g_local_file_has_trash_dir() doesn't handle st_dev == 0
11052  532965 Should not return filesystem::free for certain file systems
11053  525553 fix typo and nitpicking in GArray documentation
11054  526572 Missing * in declaration of parent_class in Object
11055         Destruction section of GObject Reference Manual
11056  528648 Extra >s in Object Construction section
11057  535021 g_param_spec_internal documentation should
11058         describe purpose of nick and blurb
11059  521513 Firefox crash when using file picker
11060  528433 gdesktopappinfo snafu ...
11061  533369 API g_file_info_get_attribute_string () unables to get "...
11062  521045 glib f_fstypename miscellany
11063  521672 compile error
11064  521946 control rate limit on GUnixMountMonitor
11065  522335 Fails to build: glib/gtester.c:276: error: 'ARG_MAX' unde...
11066  523015 Implement sliding window based upload operation
11067  523019 Use new GCC 4 feature
11068  523338 list nfs4 as a nfs mount type
11069  524350 Make glib build without NLS again
11070  524579 g_file_copy reports wrong total on progress callback for ...
11071  524742 A typo in gtestutils.c.
11072  524950 Minor documentation typos.
11073  525866 the user directory should not be considered as a mount to...
11074  526320 should not list mounts that the user doesn't have permiss...
11075  527132 nautilus crash when making ftp connection
11076  532852 CRITICAL **: totem_pl_parser_parse_with_base: assertion `...
11077  534759 Build failure in gio
11078  534764 Typo in error produced by g_file_make_directory
11079  521851 Redudant tests in gunixmounts.c
11080  524344 glib/gthread.h still use G_GNUC_PRETTY_FUNCTION
11081  525060 glib fails to build with -DG_DISABLE_ASSERT in CPPFLAGS o...
11082  534177 Invalid description of the interface g_cclosure_marshal_S...
11083  520715 Add GFile method g_file_query_file_type
11084  523039 nautilus can't access to trash/computer/network if gvfs i...
11085  
11086 * Updated translations:
11087  Arabic (ar)
11088  Bulgarian (bg)
11089  Catalan (ca) 
11090  Czech (cs)
11091  Greek (el)
11092  Candian English (en_CA)
11093  British English (en_GB)
11094  Spanish (es)
11095  Estonian (et)
11096  Basque (eu)
11097  Galician (gl)
11098  Hebrew (he)
11099  Hungarian (hu)
11100  Japanese (ja)
11101  Lithuanian (lt)
11102  Norwegian bokmål (nb)
11103  Dutch (nl)
11104  Occitan (oc)
11105  Portugese (pt)
11106  Russian (ru)
11107  Slovak (sk)
11108  Albanian (sq)
11109  Swedish (sv)
11110  Turkish (tr)
11111  Vietnamese (vi)
11112
11113
11114 Overview of Changes from GLib 2.16.0 to GLib 2.16.1
11115 ===================================================
11116
11117 * Fix a crash in g_themed_icon_new
11118
11119 * Update the included PCRE to 7.6
11120
11121
11122 Overview of Changes from GLib 2.15.6 to GLib 2.16.0
11123 ===================================================
11124
11125 * GLib now includes GIO, which adds optional dependencies against libattr
11126   and libselinux for extended attribute and SELinux support. Use
11127   --disable-xattr and --disable-selinux to build without these.
11128
11129 * Fix the definition of G_INLINE_FUNC to work with gcc 4.3.0
11130
11131 * GIO:
11132  - Add missing GMountMountFlags argument to g_unix_volume_mount
11133  - Fix the adopt_orphan_mount vfunc to take a volume monitor 
11134    reference
11135  - Add properties to GThemedIcon for bindings sake
11136
11137 * Bugs fixed:
11138  520484 gvfsd-trash crashed with SIGSEGV in g_path_is_absolute()
11139  510855 g_checksum_update(): Take -1 for length.
11140  517676 g_themed_icon_new*() do more than call g_object_new().
11141  518816 should handle rmdir returning EEXIST correctly
11142  519352 g_[s]list_delete_link() docs
11143  519489 Fixes for sparse warnings in gio
11144  520169 add monitor argument to vfunc for GVolumeMonitor
11145  520700 Add type check in g_file_query_exists
11146  521145 FILE_READ_ONLY_VOLUME not present on Mingw32
11147  518720 No MIME type for empty files
11148  521013 in documentation, goffset doesn't say "Since 2.x"
11149  521028 Missleading error messages from g_io_channel_set_encoding()
11150  517484 GMainLoop could set the thread "Alertable" for APCs to be... 
11151
11152 * Updated translations:
11153  Assamese (as)
11154  Bengali India (bn_IN)
11155  Czech (cs)
11156  German (de)
11157  Spanish (es)
11158  Estonian (et)
11159  Finnish (fi)
11160  French (fr)
11161  Gujarati (gu)
11162  Italian (it)
11163  Lithuanian (lt)
11164  Malayalam (ml)
11165  Marathi (mr)
11166  Norwegian bokmål (nb)
11167  Romanian (ro)
11168  Russian (ru)
11169  Slovak (sk)
11170  Ukrainian (uk)
11171
11172  
11173 Overview of Changes from GLib 2.15.5 to GLib 2.15.6
11174 ===================================================
11175
11176 * GIO:
11177  - New file attributes: trash::item-count, filesystem::use-preview
11178  - Rename g_file_contains_file to g_file_has_prefix
11179  - g_file_query_filesystem_info grew async variants
11180  - g_themed_icon_append_name: new convenience function
11181  - g_content_type_get_icon is implemented now
11182  - Only show mounts in /media and ~
11183  - g_file_contains_file has been renamed to g_file_has_prefix
11184
11185 * Win32:
11186  - g_win32_get_package_installation_directory_of_module: new function
11187    which supersedes g_win32_get_package_installation_directory
11188  - Use alertable wait functions so that I/O completion routines or 
11189    user-mode Asynchronous Procedure Calls can be run
11190  - Fix race conditions in g_spawn implementation on win32
11191
11192 * Other:
11193  - g_uri_get_scheme has been renamed go g_uri_parse_scheme
11194
11195 * Updated translations:
11196  Arabic (ar)
11197  Belarusian Latin (be@latin)
11198  Catalan (ca) 
11199  British English (en_GB)
11200  Finnish (fi)
11201  Galician (gl)
11202  Hebrew (he)
11203  Italian (it)
11204  Kannada (kn)
11205  Norwegian bokmål (nb)
11206  Dutch (nl)
11207  Brazilian Portugese (pt_BR)
11208  Vietnamese (vi)
11209
11210
11211 Overview of Changes from GLib 2.15.4 to GLib 2.15.5
11212 ===================================================
11213
11214 * Update the included PCRE to 7.6
11215
11216 * GIO:
11217  - g_volume_should_automount: new function to determine if a volume
11218    should be mounted automatically
11219  - g_file_query_default_handler: new convenience function to get
11220    the default handler for a file
11221  - g_app_info_launch_default_for_uri new convenience function to
11222    launch the default handler for a URI
11223  - Use mimeapps.list and defaults.list as discussed on xdg list
11224    recently
11225  - g_app_info_get_default_for_uri_scheme has a real implementation
11226    now (gvfs provides a GConf-based implementation)
11227  - There is the beginning of a test suite
11228  - standard::description:  new file attribute
11229  - GMountMountFlags flags argument added to mount calls
11230
11231 * GObject:
11232  - class initialization is now threadsafe
11233
11234 * Updated translations:
11235   Arabic (ar)
11236   Catalan (ca)
11237   Spanish (es)
11238   Basque (eu)
11239   Italian (it)
11240   Japanese (ja)
11241   Kannada (kn)
11242   Korean (ko)
11243   Macedonian (mk)
11244   Occitan (oc)
11245   Portugese (pt)
11246   Brazilian Portugese (pt_BR)
11247   Swedish (sv)
11248   Thai (th)
11249
11250
11251 Overview of Changes from GLib 2.15.3 to GLib 2.15.4
11252 ===================================================
11253
11254 * G_GNUC_PRETTY_FUNCTION has been deprecated
11255
11256 * GIO:
11257  - g_file_copy has an async variant now
11258  - Drives and volumes now have API to get identifiers
11259    like Hal UDIs or UUIDs.
11260  - There is now a registration API to let modules register
11261    extensions they provide, such as volume monitor implementations
11262
11263 * Bugs fixed:
11264   511807 g_time_val_to_iso8601() uses MT-unsafe gmtime() function
11265   316260 [patch] Doc patches for gnode (2.8.1)
11266   385132 solaris gettext support fix
11267   484261 ./configure check for system PCRE unicode support fails w...
11268   510292 GOption main help not shown
11269   511580 Implement g_file_copy_async
11270   511654 Compile errors due to C99 constructs
11271   487909 g_utf8_strreverse and combining marks
11272   512381 unused variable 'is_main_group' 
11273
11274 * Updated translations:
11275   Arabic (ar)
11276   Belarusian (be)
11277   Czech (cz)
11278   Spanish (es)
11279   French (fr)
11280   Galician (gl)
11281   Portugese (pt)
11282   Russian (ru)
11283   Swedish (sv)
11284   Thai (th)
11285
11286
11287 Overview of Changes from GLib 2.15.2 to GLib 2.15.3
11288 ===================================================
11289
11290 * GChecksum:
11291  - g_checksum_update can accept nul-terminated strings
11292  - The MD5 implementation works correctly on buffers 
11293    that are longer than 64 bytes
11294
11295 * GIO:
11296  - Don't include a copy of the inotify headers, rely on system headers
11297  - g_file_find_enclosing_mount has an async variant now
11298  - Reduntant seek API on file streams has been removed
11299
11300 * Bugs fixed:
11301   508602 gmemory{in|out}putstream.c: unknown pointer size
11302   508771 There is no g_file_test/exists() for GFile
11303   508773 g_uri_escape_string() documentation unclear.
11304   509465 AM_PATH_GLIB_2_0 doesn't support gio
11305   509626 async functions: Document allowed NULL callback?
11306   509990 GSeekable documentation unclear
11307   510448 No inotify support on ARM or SH5
11308   510855 g_checksum_update(): Take -1 for length. 
11309
11310 * Updated translations:
11311   Basque (eu)
11312   Marathi (mr)
11313   Swedish (sv)
11314   Ukrainian (uk)
11315
11316
11317 Overview of Changes from GLib 2.15.1 to GLib 2.15.2
11318 ===================================================
11319
11320 * GIO:
11321  - Mount operation API change: unhandled methods get reported via 
11322    the reply, rather than by the signal emission return value
11323  - File monitor API change: Add a GError argument to g_file_monitor_file
11324  - g_unix_mount_guess_should_display(): new function
11325
11326 * Bugs fixed:
11327   508224 [PATCH] FAM backend crashes due to double free
11328   508074 GAsyncResult documentation suggests g_freeing it.
11329   508108 GFile documentation slightly unclear.
11330   508309 rpc_pipefs mount points should be hidden
11331   508378 GFileInfo documentation implies that it changes attribute...
11332   508719 g_file_get_relative_path fails if parent is root
11333   508773 g_uri_escape_string() documentation unclear.
11334
11335 * Updated translations:
11336   Arabic (ar)
11337   Spanish (es)
11338   Hebrew (he)
11339   Italian (it)
11340   Korean (ko)
11341   Turkish (tr)
11342
11343
11344 Overview of Changes from GLib 2.15.0 to GLib 2.15.1
11345 ===================================================
11346
11347  * Portability fixes:
11348  - Assertion functions are marked as noreturn again
11349  - Handling of inline functions has been fixed to work with gcc 4.3
11350  - C99 comments have been removed from headers
11351  - The nonportable sed -i option is no longer used
11352
11353  * GIO:
11354   - Clarified the semantics of g_app_info_get_all()
11355   - API for memory input and output streams has been changed a bit
11356   - GDirectoryMonitor has been removed; GFileMonitor can monitor
11357     files and directories now
11358
11359  * Bugs fixed:
11360    504829 Invalid environment passed to g_spawn_async in g_desktop_...
11361    505258 crash in Users and Groups: Adding a user
11362    505815 g_content_types_get_registered should not g_free keys
11363    491218 g_timer_new() doesn't initialize timer->end
11364    315437 extern inline -> static inline
11365    476856 Inconsistency between standard and implementation of the ...
11366    480122 g_module_open fails to open modules with ".la" extension
11367    495589 gspawn.c failing to set FD_CLOEXEC
11368    500273 doesn't build with --disable-visibility
11369    504142 Do not show empty groups in --help output
11370    504879 giofam incorrectly linked
11371    505042 add file attribute for actually used file size in bytes
11372    505058 xattr namespace docs
11373    505674 Misprint in the definition of the macro G_CCLOSURE_SWAP_DATA
11374    505730 Fails to build on OSX 10.4: _NSGetEnviron not declared
11375    505887 older darwin lacks lchown
11376    506374 gmemoryinputstream api
11377    506461 Conversion of g_assert_not_reached() and friends into fun...
11378    503051 Small bug in glib interface
11379    506395 Updates to GIO documentation
11380    507628 Missing .pc entry for gio linking against glib
11381    505195 [patch] typo in g_try_new0 docs 
11382    507822 g{file,directory}monitor changes signal problem
11383    506377 gmemoryoutputstream write implementation
11384    507835 bug in gunixinputstream 
11385
11386  * Updated translations:
11387    Arabic (ar)
11388    Belarusian Latin (be@latin)
11389    Spanish (es)
11390    Basque (eu)
11391    Irish (ga)
11392    Hebrew (he)
11393    Occitan (oc)
11394    Vietnamese (vi)
11395
11396
11397 Overview of Changes from GLib 2.14.x to GLib 2.15.0
11398 ===================================================
11399
11400 Major new features:
11401
11402  * GIO: a VFS API, designed to replace GnomeVFS. The GIO implementation 
11403    in GLib has support for local filesystems. The new, separate gvfs 
11404    module contains various backend implementations (cifs, ftp, sftp,
11405    http, ...)
11406
11407  * GChecksum: provides various hash algorithms, such as MD5, SHA-1
11408    and SHA-256
11409  
11410  * GTest: a test framework 
11411  
11412 Smaller additions:
11413
11414  * GHash:
11415  - GHash has iterators, as an alternative to g_hash_table_foreach
11416
11417  * GMarkup: 
11418  - g_markup_parse_context_get_element_stack: New function to
11419    get the stack of open elements
11420  - G_MARKUP_PREFIX_ERROR_POSITION: New flag to improve error
11421    reporting
11422  - g_markup_collect_attributes: Convenience function for handling
11423    attributes
11424
11425 * GKeyFile: 
11426  - Functions that take a GError now return a boolean to indicate 
11427    success, instead of void
11428  - Various performance improvements
11429
11430 * GAsyncQueue:
11431  - g_async_queue_new_full: new function that allows to specify
11432    a free function for leftover elements
11433  
11434 * GError:
11435  - g_prefix_error and g_propagate_prefixed_error: New functions
11436    to ease error propagation
11437
11438 * Internationalization:
11439  - C_: A new 2-argument variant of the Q_() macro 
11440  - Use native character set conversion API on Windows
11441
11442 * GLib builds with automake 1.10
11443
11444 * Bugs fixed:
11445  455725 specific combination of g_utf8_strlen and g_pattern_match...
11446  467537 g_convert_with_iconv() not resetting iconv() state correc...
11447  497033 Commandline option parser should warn about missing optio...
11448  504527 gchecksum: Conditional jump or move depends on uninitiali...
11449  445362 Non-numeric local labels in gatomic.c are causing linker ...
11450  482313 gregex: no way to tell why compilation failed
11451  317775 main loops continues to run after g_main_loop_quit() has ...
11452  418778 Insufficient pkg-config version requirement
11453  436293 g_option_context_new() doc should mention that the string...
11454  466557 glib-mkenums shifts ARGV[0] to undefined
11455  468882 GKeyFile doesn't accept "True" as a true boolean value
11456  469551 application --help messages are garbaged on none UTF-8 lo...
11457  479724 Memory leak upon calling "g_main_loop_run" in the seconda...
11458  490061 outptrs uninitialized after g_parse_long_long
11459  490637 gobject documentation patch
11460  495294 glib-genmarshal prints warnings but returns 0
11461  496046 option to prefix location of errors for GMarkup
11462  498113 tests/regex-test fails on 64bit environment
11463  500506 Fails to build on OSX 10.4
11464  500638 gkeyfile speedup ...
11465  500875 Make check fails as there is no "test" target for "build"...
11466  502511 g_assert_cmphex prints invalid message
11467  502927 g_array_index triggers cast aligment warning
11468  503029 g_time_val_from_iso8601 parse non-ISO8601 dates
11469  503222 Need context to translate
11470  503420 gkeyfile leaks a hash table
11471  503470 Fix build when builddir != srcdir
11472  504227 Inverse variant for g_test_trap_assert_stdout, g_test_tra...
11473  71704  file include order
11474  491957 Misprint in the specification of the interface "g_main_co...
11475  491959 Misprint in description of the structure "GThreadPool"
11476  491965 Mistype in the specification of the function "g_hook_list...
11477  491966 Misprint in the specification of the interface "g_main_co...
11478  491968 The documentation does not mention the restriction for th...
11479  491970 The documentation for the interface "g_date_clamp" is inc...
11480  491974 The documentation of the interface "g_main_context_iterat...
11481  491975 The documentation for the interfaces "g_io_channel_read_u...
11482  491979 Misprint in the description of the interfaces g_key_file_...
11483  491982 Misprint in the description of the interface "g_key_file_...
11484  501107 EXTRA_DIST automake warnings
11485  501997 g_utf8_normalize() returns NULL on invalid string
11486  502590 C_/g_dpgettext efficiency
11487  464259 g_set_application_name() docs should say "Since 2.2"
11488  496518 gbase64.c API doc clarification
11489  498728 g_key_file_get_*_list should set length to 0 when returni...
11490  500361 Improve docs for g_array_free() and g_ptr_array_free()
11491  501853 g_checksum_get_digest docs
11492  503862 Allow NULL strings in g_parse_debug_string()
11493  142676 Q_
11494  367550 Add g_async_queue_new_full() with GDestroyNotify function
11495  375651 Minor enhancements to GKeyFile API
11496  443648 MD5 digest support
11497  449937 Upgrade auto* sources to be clean under automake1.9
11498  452887 gmarkup context "get element" function is useless when ca...
11499  491549 [PATCH] Eliminate libiconv dependency on Windows
11500  500507 GHashTableIter API 
11501
11502 * Translation updates
11503  Belarusian Latin (be@latin)
11504  Czech (cs)
11505  German (de)
11506  Spanish (es)
11507  Esperanto (et)
11508  French (fr)
11509  Korean (ko)
11510  Marathi (mr)
11511  Norwegian bokmål (nb)
11512  Brazilian Portugese (pt_BR)
11513  Slovenian (sl)
11514  Swedish (sv)
11515
11516
11517 Overview of Changes from GLib 2.14.2 to GLib 2.14.3
11518 ===================================================
11519
11520 * Update PCRE to 7.4
11521
11522 * Bugs fixed:
11523  487491 Fix some warnings from sparse
11524  488068 Small (one-time) memory leak in glib_gettext initialization
11525  493688 TYPE macro "_get_type ()" is documented wrong
11526
11527 * Updated translations:
11528  Arabic (ar)
11529  Belarusian Latin (be@latin)
11530  Estonian (et)
11531  Irish (ga)
11532  Slovenian (sl)
11533
11534  
11535 Overview of Changes from GLib 2.14.1 to GLib 2.14.2
11536 ===================================================
11537
11538 * Bugs fixed:
11539  476849 Invocation of the interface "g_hook_free" fails in certai...
11540  359165 marshallers can throw warnings with -Wunused
11541  477957 more discussion on g_value_set_object vs. g_value_take_ob...
11542  478459 G_DEFINE_DYNAMIC_TYPE_EXTENDED doesn't work with G_IMPLEM...
11543  483337 inline is disabled for MSVC when compiling C code
11544  478349 Broken link to gettext website
11545  469231 g_spawn optimization for setting all open fds to CLOEXEC 
11546
11547 * Updated translations:
11548 Arabic (ar)
11549 Galician (gl)
11550 Hebrew (he)
11551 Korean (ko)
11552
11553
11554 Overview of Changes from GLib 2.14.0 to GLib 2.14.1
11555 ===================================================
11556
11557 * Bugs fixed:
11558  476840 Invocation of the interface "g_utf8_strreverse" crashes f...
11559  444765 Fix FIXME in gregex.c when new pcre is out
11560  464145 g_markup_escape_text Produces Invalid XML
11561  465625 g_type_default_interface_ref() does not ensure working g_...
11562  466768 Clearify that comments can be put anywhere in a Key-file.
11563  474229 The GError documentation should give convention for the G...
11564  474899 G_BREAKPOINT() docs inaccurate
11565  475854 Overuse of -lpcre when using system pcre
11566  473879 Incorrect includes in gregex.c
11567  468694 Typoes in documentation
11568  469051 g_snprintf () talks about characters where it probably me...
11569  457601 Missing arch specific atomic implementation
11570  475923 Missing pcre flags when static-linking against glib
11571  475619 glibthread-2.0.la does not list -lpthread
11572
11573 * Updated translations:
11574  Bulgarian (bg)
11575  Catalan (ca)
11576  Danish (da)
11577  German (de)
11578  Canadian English (en_CA)
11579  British English (en_GB)
11580  Spanish (es)
11581  Estonian (et)
11582  Finnish (fi)
11583  French (fr)
11584  Gujarati (gu)
11585  Hungarian (hu)
11586  Italian (it)
11587  Georgian (ka)
11588  Kannada (kn)
11589  Lithuanian (lt)
11590  Makedonian (mk)
11591  Norwegian (nb)
11592  Dutch (nl)
11593  Polish (pl)
11594  Portugese (pt)
11595  Brazilian Portugese (pt_BR)
11596  Romanian (ro)
11597  Russian (ru)
11598  Albanian (sq)
11599  Serbian (sr, sr@Latn)
11600  Swedish (sv)
11601  Tamil (ta)
11602  Thai (th)
11603  Ukrainian (uk)
11604  Vietnamese (vi)
11605
11606
11607 Overview of Changes from GLib 2.13.7 to GLib 2.14.0
11608 ===================================================
11609
11610 * Last-minute API additions:
11611  - Make g_unichar_combining_class public
11612  - Add goffset type, add G_MAXSSIZE and G_MINSSIZE
11613
11614 * Update PCRE to 7.2
11615
11616 * Bugs fixed:
11617  453998 Make _g_unichar_combining_class() public
11618  462549 gregex.c: variable is declared at middle of block
11619  417068 g_file_test doc inconsistency
11620
11621 * Updated translations:
11622  Assamese (as)
11623  Basque (eu)
11624  Kannada (kn)
11625  Malayalam (ml)
11626  Dutch (nl)
11627  Polish (pl)
11628  Brazilian Portugese (pt_BR)
11629  Turkish (tr)
11630
11631
11632 Overview of Changes from GLib 2.13.6 to GLib 2.13.7
11633 ===================================================
11634
11635 * The memory corruption warning from the slice allocator that
11636   occurred when threads were initialized after the slice allocator
11637   has been removed, as the slice allocator now works fine
11638   in this scenario.
11639
11640 * New functions g_once_init_enter() and g_once_init_leave() make
11641   it easier to write threadsafe one-time initialization functions 
11642  
11643 * Bugs fixed:
11644  454473 Simple XML Subset Parser terminates on invalid XML
11645  445813 g_module_open error, add file name
11646  453796 errno gets clobbered by g_filename_display_name
11647  341988 don't use "-c" with msgfmt in Makefile.in.in
11648  447048 Please produce slightly more output during long tests
11649  454785 GModule documentation lists same block of code twice.
11650  454786 GModule documentation lists same paragraph twice.
11651  383155 small docs quirks in gobject/closure API documentation
11652  65041  _get_type() functions aren't thread safe
11653
11654 * Updated translations
11655  Assamese (as)
11656  Spanish (es)
11657  Gujarati (gu)
11658  Japanese (ja)
11659  Korean (ko)
11660  Macedonian (mk)
11661
11662
11663 Overview of Changes from GLib 2.13.5 to GLib 2.13.6
11664 ===================================================
11665
11666 * Reintroduce a GType typedef whose removal in 2.13.5
11667   caused trouble for C++ bindings
11668
11669 * Bugs fixed:
11670  450216 docs not explicit enough about g_free()
11671  451459 g_type_register_static_simple calls g_type_register_static
11672
11673 * Updated translations
11674  Norwegian bokmål (nb)
11675  Sinhala (si)
11676
11677
11678 Overview of Changes from GLib 2.13.4 to GLib 2.13.5
11679 ===================================================
11680
11681 * xdg-user-dirs support: 
11682  - the Desktop directory is guaranteed to be defined
11683  - user-dirs.dirs is no longer reloaded on changes
11684
11685 * Slice allocator: 
11686  - new api to duplicate slices
11687
11688 * Regular expression support:
11689  - GRegex is a boxed type now
11690
11691 * Bugs fixed:
11692  44793 make check failing in trunk
11693  354522 Small problem with PLT hiding 6 symbols
11694  363986 glib 2.12.4 does not compile with SGI IDO cc
11695  443869 g_type_class_add_private doesn't warn when adding 0-sized...
11696  446859 Legitimately return 0 for g_quark_from_string(NULL)
11697  447534 Small typo in g_timeout_add_seconds() doc
11698  447583 GStaticRWLock
11699  447935 g_get_current_dir SIGSEGV on long path
11700  448260 CLAMP has surprising result if low > high
11701  57693  g_string_vprintf()
11702  442029 add g_slice_dup()
11703  445065 Add GRegex boxed type
11704  448819 Add full version of g_timeout_add_seconds()
11705
11706 * Updated translations: 
11707  Swedish (sv)
11708  Oriya (or)
11709  Hebrew (he)
11710  Spanish (es)
11711  Estonian (et)
11712
11713  
11714 Overview of Changes from GLib 2.13.3 to GLib 2.13.4
11715 ===================================================
11716
11717 * Bugs fixed:
11718  444121 g_get_user_special_dir deadlocks
11719  444161 invalid UTF8 in key name shows up as valgrind error in g_...
11720  444130 g_option_context_get_help() is broken when there's a desc...
11721
11722
11723 Overview of Changes from GLib 2.13.2 to GLib 2.13.3
11724 ===================================================
11725
11726 * GKeyFile:
11727  - Added defines for easier handling of desktop files
11728
11729 * Unicode support:
11730  - Update g_unichar_iswide_cjk for Unicode 5.0
11731
11732 * Regular expression support:
11733  - GRegex structs can now be ref-counted
11734  - Some new functions for dealing with incremental 
11735    replacement have been added
11736  - The GRegexEvalCallback signature has been changed
11737
11738 * g_get_user_special_dir() has been added to support
11739   xdg-user-dirs
11740
11741 * Bugs fixed:
11742  419376 Functions using named subpatterns behave inconsistently w...
11743  434358 g_regex_fetch_named() and g_regex_fetch_named_pos() are b...
11744  423708 typo in the README.win32 file see patch below
11745  339225 Add new defines for easier handling of .desktop files 
11746  442265 API additions/changes for GRegex
11747  432651 Add a glib-ish xdg_user_dir_lookup
11748
11749 * Updated translations:
11750  Estonian (et)
11751  Norwegian bokmål (nb)
11752
11753
11754 Overview of Changes from GLib 2.13.1 to GLib 2.13.2
11755 ===================================================
11756
11757 * Unicode support:
11758  - Add g_unichar_ismark()
11759
11760 * GOption:
11761  - Allow to use callbacks for remaining args
11762
11763 * Updated translations:
11764   Belarusian Latin (be@latin)
11765   British English (en_GB)
11766   Galician (gl)
11767   Norwegian bokmål (nb)
11768   Oriya (or)
11769   Spanish (es)
11770   Thai (th)
11771
11772
11773 Overview of Changes from GLib 2.13.0 to GLib 2.13.1
11774 ===================================================
11775
11776 * GRegex:
11777  - Portability fixes
11778  - Split into immutable GRegex and GMatchInfo
11779  - Add g_regex_get_max_backref() and g_regex_get_capture_count()
11780    to obtain information about the compiled regex
11781
11782 * GKeyFile:
11783  - Fix roundtrip problems
11784  - Add g_key_file_load_from_dirs()
11785
11786 * Unicode support:
11787  - Fix corner cases in case conversion routines
11788
11789 * GOption:
11790   - Add a function to get the formatted help string
11791
11792 * GHash:
11793  - Add new functions g_hash_table_get_keys() and
11794    g_hash_table_get_values() to retrieve the keys and
11795    values in list form
11796
11797 * Updated transations:
11798   Simplified Chinese (zh_CN)
11799   Arabic (ar)
11800
11801
11802 Overview of Changes from GLib 2.12 to GLib 2.13.0
11803 =================================================
11804
11805 * Add GSequence, a list that is implemented using
11806   a balanced binary tree.
11807
11808 * Add GRegex, an implementation of Perl regular expressions,
11809   based on PCRE.
11810  
11811 * Use Posix monotonic clocks instead of gettimeofday()
11812   for GTimer when available.
11813
11814 * Support static initialization of GQeues with G_QUEUE_INIT,
11815   g_queue_init() and g_queue_clear().
11816
11817 * Add g_string_chunk_clear() for clearing a 
11818   GStringChunk.
11819
11820 * Add g_unichar_get_script() to obtain Unicode
11821   script information.
11822
11823 * Add g_unichar_iszerowidth() to obtain information
11824   about zero-width characters.
11825
11826 * Add G_GNUC_MAY_ALIAS which wraps the gcc may_alias 
11827   type attribute.
11828
11829 * G_GNUC_INTERNAL has a working definition for the
11830   Sun Studio compiler. This requires the macro to
11831   be positioned before the function declaration.
11832
11833 * The slice allocator can produce detailed debugging
11834   information with G_SLICE=debug-blocks.
11835
11836 * Modules support G_DEBUG flags resident-modules and
11837   bind-now-modules.
11838
11839 * Add G_DEFINE_DYNAMIC_TYPE() to make it easier
11840   to define types in modules.
11841
11842 * Bug fixes: too many to list them in detail here.
11843
11844 * New and updated translations (be,bg,bn,ca,cs,de,
11845   en_CA,en_GB,et,fa,fr,he,hu,it,ja,ku,lt,mg,mk,ml,
11846   nb,ne,nn,pt,pt_BR,ro,sr,sr@Latn,sv,ta,uk,vi,zh_CN,
11847   zh_HK,zh_TW)
11848
11849
11850 Overview of Changes from GLib 2.12.1 to GLib 2.12.2
11851 ===================================================
11852
11853 * Unicode updates:
11854  - Normalization is following Unicode TR #29
11855  - g_unichar_isxdigit() only accept characters
11856    for which g_unichar_xdigit_value() returns a value
11857  - g_unichar_toupper and g_unichar_tolower leave
11858    unconvertable characters in place instead of
11859    replacing them by NUL
11860
11861 * Bugs fixed
11862  348491 g_utf8_strup() and g_utf8_strdown() returns 
11863         string with NUL bytes
11864  349825 GKeyFile always inserts a newline before a group
11865  347842 g_unichar_isxdigit() is too general about what 
11866         it considers a digit
11867  348694 g_utf8_normalize() hasn't been updated to PR #29
11868  348785 Hint about G_DEBUG in Message Logging docs
11869  349792 Wrong english string (UI)
11870  349952 gparamspecs.c uses gcc feature
11871
11872 * Translation updates (ca,cs,de,dz,es,eu,fi,gu,ko,
11873   nl,pl,tr,uk,zh_HK,zh_TW)
11874
11875
11876 Overview of Changes from GLib 2.12.0 to GLib 2.12.1
11877 ===================================================
11878
11879 * Update to final Unicode Character Database 5.0.0
11880
11881 * Bugs fixed:
11882  346660 issues with base64 api documentation / g_base64_decode_cl...
11883  348136 Coverity reports allocation of wrong size CID #2839
11884  336281 Update to UCD 5.0
11885  346197 g_date_strftime %F option doesnt work for win32
11886  348011 Small optimization to real_toupper()
11887  246494 prototype mismatch in glib/gconvert.c
11888
11889 * New and updated translations (bg,bn_IN,ca,dz,eu,fi,
11890   fr,he,it,ja,mk,or,pt)
11891
11892
11893 Overview of Changes from GLib 2.11.4 to GLib 2.12
11894 =================================================
11895
11896 * Bugs fixed:
11897  344905 leap-year bug in g_time_val_from_iso8601 w/o HAVE_TIMEGM
11898
11899 * Updated translations (cy,nb,nl)
11900
11901
11902 Overview of Changes from GLib 2.11.3 to GLib 2.11.4
11903 ===================================================
11904
11905 * GBookmarkFile:
11906  - g_bookmark_file_remove_item returns a boolean
11907  
11908 * g_mkstemp accepts the XXXXXX in the middle of
11909   the template
11910  
11911 * Bugs fixed:
11912  344868 g_key_file_to_data should separate groups 
11913
11914 * Updated translations (de,es,fr,gu,hi,ko,th)
11915
11916
11917 Overview of Changes from GLib 2.11.2 to GLib 2.11.3
11918 ===================================================
11919
11920 * GBookmarkFile:
11921   - g_bookmark_file_move_item: Return TRUE in case of
11922     an empty target
11923
11924 * Bugs fixed: 
11925  343919 gunicollate.c: strxfrm bug on VC8
11926
11927 * Updated translations (fi)
11928
11929 Overview of Changes from GLib 2.11.1 to GLib 2.11.2
11930 ===================================================
11931
11932 * Add g_ascii_stroll to parse signed 64bit integers
11933
11934 * GMarkup: add a flag to treat CDATA as text
11935
11936 * GHashTable: add functions to remove all entries
11937
11938 * GMainLoop: add functions to find the currently
11939   running source, and determine if it is destroyed
11940
11941 * Bug fixes:
11942  342563  g_atomic_thread_init() needs to be called before 
11943          other _g_*_thread_init() functions
11944  343548  Potential use after free in callers of g_string_free() 
11945  168538  Wish: Clearing contents of GHashTables
11946  321886  GTK+ cannot be reliably used in multi-threaded 
11947          applications
11948  341826  goption.c: 'strtoll' is C99's function
11949  343899  g_ascii_formatd dosn't work as expected for all 
11950          format strings
11951  317793  Make GEnumValue strings const
11952  337129  Compile warnings in G_IMPLEMENT_INTERFACE
11953  303622  What is G_TYPE_CHAR?
11954
11955 * Updated translations (bg,dz,eu,gl,ja,ko,nl,th,vi)
11956  
11957
11958 Overview of Changes from GLib 2.11.0 to GLib 2.11.1
11959 ===================================================
11960
11961 * GOption  
11962   - Support 64-bit integers 
11963   - Allow optional text before and after the options
11964     in help output
11965
11966 * Bug fixes:
11967  340538 gbase64-test writes OOB 
11968  340816 GKeyFile set_string_list invalid memory reads 
11969  339105 g_key_file_parse_value_as_double
11970  340434 convert-test.c fails (function test_one_half)
11971  311043 Memory leaks (and potential infinite loops) 
11972         when using G_ERRORCHECK_MUTEXES
11973  335198 Error checking mutexes are fubar  
11974  341237 Add a G_OPTION_ARG_INT64
11975  341192 g_io_channel_set_flags not implemented on win32
11976  336120 Allow adding description before/after GOption 
11977         --help output body
11978  341191 misplaced check in g_relation_delete
11979  340530 mismatched calloc / g_free in win32 threads
11980
11981 * Updated translation (es)
11982
11983 Overview of Changes from GLib 2.10.x to GLib 2.11.0
11984 ===================================================
11985
11986 * GBookmarkFile: a parser for files containing bookmarks
11987   stored using the Desktop Bookmark specification.
11988
11989 * Base64 encoding support
11990         
11991 * Unicode 5.0 support
11992
11993 * GOption supports floating point numbers 
11994
11995 * GKeyFile supports floating point numbers
11996
11997 * Bug fixes:
11998  155884 gatomic.c should be based on new SDK
11999  157877 update-desktop-database doesn't handle duplicate entries
12000  164719 keyfile parser doesn't support floats
12001  327662 Import BookmarkFile from libegg
12002  329548 Add G_OPTION_ARG_DOUBLE
12003  329789 option-test.c type confusion
12004  332841 Segmentation Fault when %llu is passed to vasnprintf and 
12005         HAVE_SNPRINTF is not defined
12006  333879 gthread/gthread-win32.c: IsDebuggerPresent needs '#define 
12007         _WIN32_WINDOWS 0x0401'
12008  333916 g_timer_elapsed docs should mention that microseconds 
12009         may be NULL
12010  334440 dlerror() portability issue causes crash on (old) a.out 
12011         NetBSD platform
12012  334646 goption + error out params
12013  334799 g_remove() must check return value of remove()
12014  334943 make check FAIL: threadpool-test
12015  335215 Some breakages with GThreadPool
12016  336085 g_option_context_new parameter lacks better explanation
12017  336677 Documentation for g_object_ref_sink() is incorrect
12018  337027 gbookmarkfile.c: sys/time.h include error
12019  337553 Wrong escaping of URIs
12020  338572 Dereferencing NULL value in g_key_file_get_group_comment
12021  338845 g_completion_complete_utf8 crashes when NULL is passed to it
12022  339337 g_bookmark_file_set_description
12023  339338 gbookmarkfile.c, function expand_exec_line
12024  339340 gbookmarkfile.c, function bookmark_app_info_dump
12025
12026 * Translation updates (bg,en_GB,et,gl,gu,he,hi,ka,nb,nl,nn,
12027                        or,pt_BR,ro,tr,vi,zh_CN)
12028
12029
12030 Overview of Changes from GLib 2.10.0 to GLib 2.10.1
12031 ===================================================
12032
12033 * Bugs fixed:
12034  314794 Broken pthread detection on Darwin [Gregor Riepl]
12035  322476 Missing check for .dylib [Vladimir Panov]
12036  333651 Inconsistent _g_charset_get_aliases prototype [Julio 
12037         M. Merino Vidal]
12038  333761 GInitiallyUnowned breaks application code [Sven Herzberg]
12039
12040 * Win32 changes:
12041  - Fix g_listenv() implementation.
12042  - Allow up to 100 GPrivate structs
12043
12044 * Translation updates (fr,hu,lt,pl,sv)
12045
12046
12047 Overview of Changes from GLib 2.9.6 to GLib 2.10.0
12048 ==================================================
12049
12050 * The functions g_snprintf() and g_vsnprintf() have been removed from
12051   the gprintf.h header, since they are already declared in glib.h. This
12052   doesn't break documented use of gprintf.h, but people have been known
12053   to include gprintf.h without including glib.h.
12054
12055 * The Unicode support has been updated to Unicode 4.1. This adds several
12056   new members to the GUnicodeBreakType enumeration.
12057
12058 * The support for Solaris threads has been retired. Solaris has provided
12059   POSIX threads for long enough now to have them available on every
12060   Solaris platform.
12061
12062 * 'make check' has been changed to validate translations by calling
12063   msgfmt with the -c option. As a result, it may fail on systems with
12064   older gettext implementations (GNU gettext < 0.14.1, or Solaris gettext).
12065   'make check' will also fail on systems where the C compiler does not
12066   support ELF visibility attributes.
12067
12068 * The GMemChunk API has been deprecated in favour of a new 'slice
12069   allocator'. See the g_slice documentation for more details.
12070
12071 * A new type, GInitiallyUnowned, has been introduced, which is
12072   intended to serve as a common implementation of the 'floating reference'
12073   concept that is e.g. used by GtkObject. Note that changing the
12074   inheritance hierarchy of a type can cause problems for language
12075   bindings and other code which needs to work closely with the type
12076   system. Therefore, switching to GInitiallyUnowned should be done
12077   carefully. g_object_compat_control() has been added to GLib 2.8.5
12078   to help with the transition.
12079
12080 * Bugs fixed:
12081  328997 64bit pointer trunction in glib slab-allocator
12082         [Pascal Hofstee]
12083  331110 g_cond_broadcast(inform_cond) without holding 
12084         inform_mutex [Chris Wilson, Sebastian Wilhelmi]
12085  332093 Fix some leaks in the tests [Kjartan Maraas]
12086  332435 g_utf8_strlen returns wrong value if a maximum 
12087         number of bytes to check is specified 
12088         [Matthias Clasen]
12089  331367 gslice requires more POSIX-like semantics for 
12090         GPrivate destructors [Tor Lillqvist]
12091
12092 * Documentation improvements [Matthias, Kang Jeong-Hee,
12093   Tor Lillqvist, Stefan Kost]
12094
12095 * Translation updates (el,eu,ka,uk)
12096
12097 Overview of Changes from GLib 2.9.5 to GLib 2.9.6
12098 =================================================
12099
12100 * Bugs fixed: 
12101  329124 distclean removes README [Kjartan Maraas, Tim Janik]
12102  317679 GRelation field type not documented [Behdad Esfahbod]
12103  329123 Typo in GTime docs [Kjartan Maraas]
12104
12105 * Documentation improvements [Sven Herzberg, David
12106   Schleef, Kjartan Maraas, Behdad Esfahbod]
12107
12108 * Translation updates (cs,cy,it,ko,pt,sq,sr,sr@Latn,ru
12109
12110 Overview of Changes from GLib 2.9.4 to GLib 2.9.5
12111 =================================================
12112
12113 * Memory management: 
12114   Runtime debugging support: The slice allocator
12115   can be turned off by setting G_SLICE=always-malloc
12116   in the environment. Zeroing of freed memory can
12117   now be turned on at runtime by setting
12118   G_DEBUG=gc-friendly in the environment. [Tim Janik]
12119
12120 * Bugs fixed:
12121  328253 HP-UX/IA-64 uses ".so" as default shared library 
12122         extension [Albert Chin]
12123  143380 unicode-encoding test fails converting to UTF-16 
12124         with libiconv [Marc Moorcroft]
12125  328254 Build breakage (GSlice) [Jens Ganseuer]
12126  328705 C99ism in glib/gmem.c [Kazuki Iwamoto]
12127
12128 * Translation updates (da,et,zh_CN)
12129
12130 Overview of Changes from GLib 2.9.3 to GLib 2.9.4
12131 =================================================
12132
12133 * Type system:
12134   Fix a problem with g_object_compat_control() which 
12135   can lead to segfaults in GTK+ applications on 64bit 
12136   platforms. 
12137
12138 * Thread suppport: 
12139   Unused threads now fall back to the global pool after 
12140   500 milliseconds, where they wait for another 
12141   max-idle-time milliseconds. [Sebastian Wilhelmi]
12142
12143 * Fix a memory allocation problem in GKeyFile. [Morten 
12144   Welinder]
12145
12146
12147 Overview of Changes from GLib 2.9.2 to GLib 2.9.3
12148 =================================================
12149
12150 * GTree:
12151  - Replace the simple recursive implementation by
12152    a nonrecursive, threaded one  [Maurizio Monge]
12153
12154 * Change g_filename_display_name and
12155   g_filename_display_basename to use the Unicode
12156   replacement character U+FFFD instead of a question
12157   mark, and don't append "(invalid encoding)"  [Matthias]
12158
12159 * Documentation improvements [Sven Herzberg, Federico
12160   Mena Quintero, Stefan Kost]
12161
12162 * Bugs fixed:
12163  323937 gslice.c in glib 2.9.1 doesn't build on Mac OS X 
12164         [Bogdan Nicula]
12165  326558 Some test failures on IRIX 6.5 [Daichi Kawahata]
12166  169285 "threaded" tree implementation for GTree 
12167         [Maurizio Monge]
12168  326747 g_filename_display_basename adds (invalid encoding) 
12169         [Alberto Ruiz]
12170
12171 Other contributors: Christian Kellner, Murray Cumming
12172
12173 New and updated translations (bg,ca,de,es,et,gu,ja,nl,th,vi)
12174
12175
12176 Overview of Changes from GLib 2.9.1 to GLib 2.9.2
12177 =================================================
12178
12179 * Memory management:
12180  - Add tests for cache colorization [Tim Janik]
12181  - Minimize space consumption if small amounts of differently
12182    sized slices are allocated, at a small performance cost.  [Tim]
12183
12184 * Thread support:
12185  - Add g_atomic_pointer_set() and g_atomic_int_set() [Tim Janik,
12186    Sebastian Wilhelmi]
12187  - Add g_thread_pool_set_sort_function() to allow sorting the 
12188    tasks of a threadpool.  [Martyn Russell]
12189  - Add g_thread_pool_set_idle_time() to allow unused threads
12190    to exit after a certain time.  [Martyn]
12191
12192 * Type system:
12193  - introduce a new type GInitiallyUnowned, which has an initial
12194    floating reference. [Tim]
12195  - Add support for GType parameters. [Matthias]
12196
12197 * Main loop:
12198  - Add g_main_context_is_owner() to determine if the current
12199    thread is the owner of the context.  [Michael Meeks]
12200
12201 * Provide g_access(), g_chdir(), g_unlink(), g_rmdir() as 
12202   wrapper functions instead of macros.  [Manish Singh]
12203
12204 * Documentation improvements [Tim, Matthias, Federico Mena Quintero,
12205   Stefan Kasal, Dan Williams]
12206
12207 * New and updated translations (en_CA,fi,fr,gl,ml,nb,no,zh_HK,zh_TW)
12208
12209 * Bugs fixed:
12210  324179 g_allocator_new() returns pointer to const dummy which Gtk+ 2.8 
12211         tries to modify [J. Ali Harlow]
12212  324332 g_option_context_parse() returns false without setting error 
12213         [Tim-Philipp Müller]
12214  324950 GLIB 2.9.1 testcase errors [Dan Yefimov]
12215  325015 gslice.c: process.h is needed on Windows [Kazuki Iwamoto]
12216  321978 G_DATALIST_GET_FLAGS() macro is not casting datalist to 
12217         gpointer [Andrew Paprocki]
12218  316221 G_LOCK warns about breaking strict-aliasing [Michal Benes, 
12219         Stanislav Brabec]
12220  325273 Error in documentation for glib_check_version () [Declan Naughton]
12221  325310 g_spawn_sync hangs when catching both stdout and 
12222         stderr [Tor Lillqvist]
12223  325249 gcc warning when using g_rmdir from <glib/gstdio.h> [Jani Monoses]
12224  325864 glib/gthreadpool.c:"#define debug(...)" is C99 [Kazuki Iwamoto]
12225  325874 Should say somewhere that source IDs are > 0 [Dan Williams]
12226  325438 a typo (compatability) [Stefan Kasal]
12227  323937 gslice.c in glib 2.9.1 doesn't build on Mac OS X [Bogdan Nicula]
12228
12229
12230 Overview of Changes from GLib 2.9.0 to GLib 2.9.1
12231 =================================================
12232
12233 * Memory management
12234  - The slice allocator is implemented [Tim Janik]
12235  - g_slice_free_chain() has been renamed to 
12236    g_slice_free_chain_with_offset()  [Tim, Behdad Esfahbod]
12237  - Mem chunks are deprecated [Matthias Clasen]
12238
12239 * Data structures
12240  - Hash tables are refcounted, and have a boxed type [Tim]
12241
12242 * Thread support
12243  - Support for Solaris threads has been removed 
12244    [Sebastian Wilhelmi, Andrew Paprocki]
12245  - g_async_queue_sort(), g_async_queue_push_sorted() have 
12246    been added to allow GAsyncQueue to be used as a priority 
12247    queue, together with the corresponding _unlocked 
12248    variants  [Martyn Russell]
12249
12250 * GObject:
12251  - The concept of a floating initial reference has been
12252    moved from GtkObject to GObject [Tim]
12253
12254 * Win32 changes:
12255  - Make g_rename() replace existing files [Tor Lillqvist]
12256
12257 * Misc new API:
12258  - G_GUINT64_CONSTANT macro to define guint64 
12259    constants [Andrew Paprocki]
12260  - G_GNUC_WARN_UNUSED_RESULT macro to instruct the 
12261    compiler to emit a warning if the value returned
12262    by a function is ignored. [Arjan van de Ven, Alex Larsson]
12263  - GList and GSList now have sort functions which take an
12264    extra user data argument [Martyn Russell]
12265  - g_param_spec_ref_sink() has been added for consistency [Tim]
12266
12267 * $LOGNAME is respected when determining user data. [Laszlo Peter]
12268
12269 * Other changes and bug fixes [Tim, Matthias, Behdad, 
12270   Christian Persch, Benedikt Meurer, Andrew Paprocki, 
12271   Kazuki Iwamoto, Alexis S. L. Carvalho, Stanislav Brabec,
12272   Andreas Schwab, Kalle Vahlman]
12273
12274 * Documentation
12275  - Deprecation warnings carry version information [Matthias]
12276  - The slice allocator has been documented [Matthias, Tim]
12277  - Other improvements [Morten Welinder]
12278
12279 Overview of Changes from GLib 2.8.x to GLib 2.9.0
12280 =================================================
12281 * Unicode support:
12282  - The Unicode tables have been updated to Unicode 4.1, 
12283    adding several new values to the GUnicodeBreakType 
12284    enumeration. This breaks Pango <= 1.10 
12285    [Behdad Esfahbod]
12286  - The various Unicode character predicate functions 
12287    (g_unichar_isalpha, g_unichar_isdigit,...) have
12288    been optimized
12289    [Behdad]
12290  - g_utf8_pointer_to_offset, g_utf8_offset_to_pointer:
12291    These functions handle negative offsets now, and
12292    going backwards in g_utf8_offset_to_pointer uses
12293    "stutter stepping".
12294    [Larry Ewing, Matthias Clasen]
12295
12296 * Memory management:
12297  - Mem chunks are no longer used internally in GLib and
12298    GObject. GMemChunk will be deprecated in GLib 2.10
12299  - All APIs based on GAllocator (g_list_push/pop_allocator,
12300    and similar push/pop_allocator functions for other
12301    data structures) have been deprecated, since they
12302    never worked as intended.
12303  - The g_slice_* functions have been added as a 
12304    new API for fast allocation of small memory blocks. 
12305    The implementation in GLib 2.9.0 is just a simple 
12306    wrapper around malloc. GLib 2.10 will have an
12307    efficient and scalable implementation. 
12308    [Tim Janik, Matthias]
12309
12310 * Pattern matching:
12311  - g_pattern_match has been optimized to avoid
12312    unnecessary recursion.
12313    [Tim, Matthias]
12314
12315 * g_intern_string, g_intern_static_string: 
12316  - New functions to intern strings. These are now used 
12317    by GObject to avoid duplicating static strings 
12318    [Matthias]
12319
12320 * g_thread_foreach: 
12321  - New function to iterate over all GThreads 
12322    [Tim, Matthias]
12323
12324 * g_date_set_time_t, g_date_set_time_val:
12325  - New functions to set a GDate from a time_t or
12326    GTimeVal value. g_date_set_time has been deprecated 
12327    in favor of these.
12328    [Roger Leigh]
12329
12330 * g_snprintf and g_vsnprintf:
12331  - These functions are no longer declared in gprintf.h, 
12332    since they are in glib.h
12333    [Matthias]
12334
12335 Overview of Changes from GLib 2.8.0 to GLib 2.8.1
12336 =================================================
12337 * Optimize single-character insertions in GString [Ross Burton]
12338 * Fix build problems on OS X
12339 * Fix build problems on Win32 [Tor Lillqvist, Hans Breuer]
12340 * Other bug fixes [Matthew F. Barnes, Stepan Kasal] 
12341 * Documentation improvements [Tristan van Berkom, Behnam
12342   Esfahbod, Gustavo Carneiro, Stepan Kasal, Matthias]
12343 * New and updated translations (ca,cy,ko,ro,uk)
12344
12345 Overview of Changes from GLib 2.7.7 to GLib 2.8.0
12346 =================================================
12347 * Make g_value_transform() handle enum values
12348   correctly on ppc64.  [Michael Lorenz]
12349   (Third-party code accessing enumeration values 
12350   in GValues should also be changed to access 
12351   v_long, not v_int, in order to work on bigendian 
12352   64bit machines.)
12353 * Make g_flags_get_first_value() handle a value
12354   of 0 meaningfully. [Tim-Philipp Müller] 
12355
12356 Overview of Changes from GLib 2.7.6 to GLib 2.7.7
12357 =================================================
12358 * Make atomic operations on s390 work [Matthias]
12359 * Fix C++ guards in gstdio.h [Tor Lillqvist]
12360
12361 Overview of Changes from GLib 2.7.5 to GLib 2.7.6
12362 =================================================
12363 * Add native implementations of atomic operations 
12364   on s390 [Matthias]
12365 * Make atomic reference counting of closures
12366   work on s390 [Matthias]
12367 * Avoid an infinite loop in g_convert_with_iconv().
12368   [Sebastian Bacher]
12369 * Documentation improvements [Ross Burton]
12370
12371 Overview of Changes from GLib 2.7.4 to GLib 2.7.5
12372 =================================================
12373 * Thread-related changes
12374  - Fix build issues on HP-UX [Paul Cornett]
12375  - Threadsafe access to flags stored in datasets [Tim Janik]
12376  - Fix several issues with atomic refcounting for 
12377    closures, objects and paramspecs [Tim]
12378  - Improve tests for atomic refcounting changes [Tim]
12379 * Fix handling of stateful encodings in g_convert_* [Matthias]
12380 * Fix translation of GOption help output [Dan Winship]
12381 * Catch format errors in translations. This may cause 
12382   "make check" to fail when using older versions
12383   of gettext [Matthias]
12384 * Win32 bug fixes [Tor Lillqvist]
12385 * Documentation improvements [Ross Burton, Jochen Baier, 
12386   Matthias, Tim]
12387 * New and updated translations (de,fi,gu,pl,pt,tr,zh_TW)
12388
12389 Overview of Changes from GLib 2.7.3 to GLib 2.7.4
12390 =================================================
12391 * Fix g_atomic_pointer_compare_and_exchange 
12392   on Sparc64 [Gert Doering]
12393 * Fix a hang in g_thread_pool_free. [Hong Jen Yee]
12394 * Win32 bug fixes [Tor Lillquist]
12395 * Other bug fixes [Benoit Dejean, Manish Singh]
12396 * Documentation improvements [Bryan Silverthorn,
12397   Callum McKenzie] 
12398 * New and updated translations (de,lt,sq,zh_CN)
12399
12400 Overview of Changes from GLib 2.7.2 to GLib 2.7.3
12401 =================================================
12402 * GOption
12403  - Allow callbacks with optional arguments [Pawel Sliwowski]
12404  - Allow to turn off the automatic long option name
12405    disambiguation  [Adam McLaurin]
12406  - Only allow printable ASCII as short option names [Matthias]
12407 * Win32
12408  - Build fixes [Tor Lillqvist]
12409  - Rewrite iochannel socket implementation [Tor]
12410 * GObject
12411  - Threadsafety improvements; in particular, refcounting
12412    of objects is done atomically now. [Wim Taymans, Tim Janik]
12413 * Bug fixes [Morten Welinder, Matthias, Wim Taymans]
12414 * Documentation improvements [Richard Laager, Matthias]
12415 * New and improved translations (bf,cs,hu,nb,nl,no)
12416
12417 Overview of Changes from GLib 2.7.1 to GLib 2.7.2
12418 =================================================
12419 * Win32 build fixes [Hans Breuer]
12420 * Bug fixes [Mikael Magnusson]
12421 * Documentation improvements [Matthias Clasen]
12422 * New and updated translations (en_CA,es,et,ja,sr,sr@Latn,zh_TW)
12423
12424 Overview of Changes from GLib 2.7.0 to GLib 2.7.1
12425 =================================================
12426 * GOption 
12427  - Allow callback arguments without parameters [Dan Winship]
12428 * GMappedFile: an mmap wrapper [David Schleef, Behdad Esfahbod]
12429 * Misc new functions:
12430  - g_get_host_name [Tor Lillqvist]
12431  - g_mkdir_with_parents [Tor]
12432  - g_build_pathv, g_build_filenamev [Todd A. Fisher, 
12433    Matthias Clasen]
12434 * Bug fixes [Roger Leigh, Masatake YAMATO, Kjartan Maraas,
12435   Manish Singh, Tor, Murray Cumming, Kian Duffy, Morten Welinder]
12436 * Documentation improvements [Hong Gang XU, Dan Winship, Matthias]
12437 * New and updated translations (bg,cs,da,en_CA,es,et,nb,nl,no,
12438   sk,th,zh_TW)
12439
12440 Overview of Changes from GLib 2.6.x to GLib 2.7.0
12441 =================================================
12442 * GKeyFile
12443  - Add unit tests [Matthias Clasen, Suren A. Chilingaryan]
12444  - Accept \r\n as line end [Bastian Nocera]
12445  - Don't interpret leading zeros as octal numbers. [Matthias]
12446  - Make key and group removal work [David Hoover, Matthias Hasselmann]
12447 * GOption
12448  - Improve formatting of --help output [Matthias, Noah Levitt]
12449  - Accept -? [Matthias]
12450  - Warn about duplicate main groups [Jeff Franks]
12451  - Treat '-' as non-option argument [Tim Musson, Thomas Leonard]
12452  - Report missing arguments as errors [Björn Lindqvist]
12453  - Add a boxed type for GDate [Tim-Philipp Müller]
12454 * GTree
12455  - g_tree_remove() and g_tree_steal() return status information [Matthew F. Barnes]
12456 * Stdio wrappers
12457  - Work regardless of large file support [Manish Singh]
12458  - Add g_access(), g_chmod(), g_creat(), g_chdir [Tor Lillqvist]
12459 * GObject
12460  - Implement "toggle references" to help language bindings [Owen Taylor]
12461  - Allow to mark names, nicks and blurbs of pspecs as static [Ben Maurer, Matthias]
12462  - Make pspec lookup a bit faster [Morten Welinder]
12463 * Add g_listenv() to list all set environment variables [Hans Petter Jansson]
12464 * Add g_file_set_contents() to atomically write a file.  [Søren Sandmann,
12465   Sven Neumann, Manish, Alexis S. L. Carvalho]
12466 * Add g_try_malloc(), g_try_new(), g_try_new0() and g_try_renew() [Stefan Kost]
12467 * Add g_utf8_collate_key_for_filename() to sort filenames taking
12468   extensions and numeric suffixes into account.  [Ole Laursen, Alex Larsson]
12469 * Add G_GNUC_NULL_TERMINATED to mark varargs function with 
12470   NULL-terminated argument lists. [Marc Meissner]
12471 * Win32 changes
12472  - Improved debugability [Ulf Lamping, Hans Breuer]
12473  - Make filename handling more robust [Tor, Billy Skaggs]
12474  - Improve g_get_system_data_dirs() [Tor]
12475  - Use more precise timers [Tor]
12476  - Build fixes [Kazuki Iwamoto, Hans, Tor, Robert Ögren]
12477 * Other bug fixes [Roger Leigh, Owen, Matthias, Morten, Kjartan Maraas, 
12478   Pawel Sakowski, Tor, Simon Budig, Ed Avis, Manish, Nicolas Laurent, 
12479   Bastien, Fabrício Barros Cabral, Michael Banck, Daniel Atallah, 
12480   J. Ali Harlow, Tim Janik, Hazael Maldonado Torres, Sven, Jon-Kare Hellan,
12481   Dave Benson, Tommi Komulainen, Benjamin Otte, Brian Cameron, Changwoo Ryu, 
12482   Christian Biere, Noah, Benoît Carpentier]
12483 * Documentation improvements [Vincent Untz, Matthias, Tim-Philipp Müller,
12484   Morten, Matthew, Federico Mena Quintero, Sebastian Bacher, Oliver Sessink, 
12485   Stefan, Jared Lash, Tor, Owen, Daniel Vaillard, Mathieu Lacage]
12486 * New and updated translations (ca,cs,da,el,en_CA,en_GB,es,et,eu,fa,fr,gl,
12487   hu,id,it,lt,mn,ne,nl,pl,pt,pt_BR,ro,rw,sk,sq,sr,sr@Latn,tl,uk,xh,zh_CN)
12488
12489 Overview of Changes from GLib 2.6.0 to GLib 2.6.1
12490 =================================================
12491 * GOption
12492  - Make gtk_init(NULL, NULL) work again [Marcin Krzyzanowski]
12493  - Improve handling of -- [Matthias Clasen]
12494  - Don't show G_OPTION_REMAINING in --help output [Matthew F. Barnes]
12495 * g_find_program_in_path() doesn't return directories [Tommi Komulainen]
12496 * Add gmodule-export-2.0.pc [Matthias]
12497 * Win32 changes
12498  - Improve hangling of UNC paths [Tor Lillqvist]
12499  - g_getenv(), g_setenv(), g_unsetenv(), g_find_program_in_path()
12500    take and return UTF-8 now [Tor] 
12501  - Make g_file_test() work more reliably, and use PATHEXT
12502    when check for executables [Tor]
12503  - Build and cross-compilation fixes [J. Ali Harlow]
12504 * Other bug fixes [Jens Hatlak, Morten Welinder, 
12505   Tor, Kalpesh Shah, Adrian Bunk]
12506 * Documentation improvements [Marcin Krzyzanowski, Tor, Crispin
12507   Flowerday, Mariano Suárez-Alvarez, Christian Biere, Danny Milo,
12508   Vincent Untz, Bastien Nocera]
12509 * New and updated translations (cy,de,nl,ru,sq,sv)
12510
12511 Overview of Changes from GLib 2.4.x to GLib 2.6.0
12512 =================================================
12513
12514 * GLib 2.6 introduces the concept of 'GLib filename encoding', which is the
12515   on-disk encoding on Unix, but UTF-8 on Windows. All GLib functions
12516   returning or accepting pathnames have been changed to expect
12517   filenames in this encoding, and the common POSIX functions dealing
12518   with pathnames have been wrapped. These wrappers are declared in the
12519   header <glib/gstdio.h> which must be included explicitly; it is not
12520   included through <glib.h>.
12521
12522   On current (NT-based) Windows versions, where the on-disk file names
12523   are Unicode, these wrappers use the wide-character API in the C
12524   library. Thus applications can handle file names containing any
12525   Unicode characters through GLib's own API and its POSIX wrappers,
12526   not just file names restricted to characters in the system codepage.
12527
12528   To keep binary compatibility with applications compiled against
12529   older versions of GLib, the Windows DLL still provides entry points
12530   with the old semantics using the old names, and applications
12531   compiled against GLib 2.6 will actually use new names for the
12532   functions. This is transparent to the programmer.
12533
12534   When compiling against GLib 2.6, applications intended to be
12535   portable to Windows must take the UTF-8 file name encoding into
12536   consideration, and use the gstdio wrappers to access files whose
12537   names have been constructed from strings returned from GLib.
12538
12539 * Likewise, g_get_user_name() and g_get_real_name() have been changed
12540   to return UTF-8 on Windows, while keeping the old semantics for
12541   applications compiled against older versions of GLib.
12542
12543 * The GLib uses an '_' prefix to indicate private symbols that
12544   must not be used by applications. On some platforms, symbols beginning
12545   with prefixes such as _g will be exported from the library, on others not.
12546   In no case can applications use these private symbols. In addition to that,
12547   GLib+ 2.6 makes several symbols private which were not in any installed
12548   header files and were never intended to be exported.
12549
12550 * To reduce code size and improve efficiency, GLib, when compiled
12551   with the GNU toolchain, has separate internal and external entry
12552   points for exported functions. The internal names, which begin with
12553   IA__, may be seen when debugging a GLib program.
12554
12555 * On Windows, GLib no longer opens a console window when printing
12556   warning messages if stdout or stderr are invalid, as they are in
12557   "Windows subsystem" (GUI) applications. Simply redirect stdout or
12558   stderr if you need to see them.
12559
12560 * The child watch functionality tends to reveal a bug in many
12561   thread implementations (in particular the older LinuxThreads
12562   implementation on Linux) where it's not possible to call waitpid()
12563   for a child created in a different thread. For this reason, for
12564   maximum portability, you should structure your code to fork all
12565   child processes that you want to wait for from the main thread.
12566
12567 * A problem was recently discovered with g_signal_connect_object();
12568   it doesn't actually disconnect the signal handler once the object being
12569   connected to dies, just disables it. See the API docs for the function
12570   for further details and the correct workaround that will continue to
12571   work with future versions of GLib.
12572
12573 * Major new APIs
12574   - GOption, a commandline option parser
12575   - GKeyFile, a parser/editor for the .ini like files 
12576   - Functions to support the XDG basedir specification
12577   - Wrappers for common POSIX pathname functions to handle filename
12578     encodings consistently. On Windows, these use UTF-8.
12579
12580 * Miscellaneous new functions
12581   - g_filename_display_name() converts filenames in displayable UTF-8 strings
12582   - g_uri_list_extract_uris() splits uri lists
12583   - g_date_get_iso8601_week_of_year() gets ISO 8601 week numbers
12584   - g_log_set_default_handler() installs an alternate default log handler
12585   - g_get_language_names() obtains a list of applicable locale names
12586   - g_strv_length() calculates the length of NULL-terminated string arrays
12587   - g_win32_get_windows_version() determines the Windows version 
12588   - G_GNUC_INTERNAL marks functions as non-exported
12589   - glib_check_version() checks the GLib version at runtime
12590   - g_debug() completes the family of logging functions
12591
12592 * Performance improvements
12593   - Optimize g_utf8_validate()
12594   - Optimize g_markup_parse_context_parse()
12595   - Reduce signal connection complexity from O(n) to O(1) 
12596   - Get rid of many PLT entries for internally used exported symbols
12597   - Reduce code size by removing literal strings from g_return_if_fail()
12598
12599 * Other changes
12600   - On Windows, GLib functions that take file name arguments now require
12601     those to be in UTF-8. Functions that return file names return UTF-8.
12602   - Use higher precision for mathematical constants
12603   - Don't convert to/from UTF-8 in g_filename_to_uri/g_filename_from_uri
12604   - Support ll as printf format modifier for long long on all platforms
12605   - Clean up the ABI and enforce the list of exported symbols
12606   - Add a .pc file for using gmodule in libraries
12607   - Require ngettext
12608
12609 Overview of Changes from GLib 2.5.7 to GLib 2.6.0
12610 =================================================
12611 * GOption: Don't list help options if group-specific
12612   options have been requested [Glynn Foster]
12613 * Make g_get_language_names() track locale changes [Christian Persch]
12614 * Win32 bug fixes [Tor Lillqvist]
12615 * Bug fixes [Philippe Blain, Owen Taylor, Sebastian Wilhelmi]
12616 * New and updated translations (da,es,ja,lt,zh_CN)
12617 Bugs fixed: 159530,100697,160271,160645,157255
12618
12619 Overview of Changes from GLib 2.5.6 to GLib 2.5.7
12620 =================================================
12621 * Optimize g_utf8_validate() [Owen Taylor, Matthias Clasen]
12622 * Optimize g_markup_parse_context_parse() [Havoc Pennington, 
12623   Morten Welinder]
12624 * Reduce signal connection complexity from O(n) to O(1) 
12625   [Sven Neumann]
12626 * Add a .pc file for using gmodule in libraries [Owen]
12627 * Add G_GNUC_MALLOC to mark functions returning newly 
12628   allocated memory  [Matthias]
12629 * Win32 bug fixes [Hans Breuer, Tor Lillqvist, Robert Ögren,
12630   Bruce Hochstetler]
12631 * Bug fixes [Kazuki IWAMOTO, Matthias, Manish Singh, Morten,
12632   Frederic Crozat, Tor]
12633 * Documentation improvements [Matthias, Tor, Owen]
12634 * New and updated translations (cs,da,de,en_CA,en_GB,es,nb,nl,sq,zh_CN)
12635
12636 Overview of Changes from GLib 2.5.5 to GLib 2.5.6
12637 =================================================
12638 * GOption
12639   - Add G_OPTION_FLAG_REVERSE to allow options 
12640     which unset a  boolean variable [Tor Lillqvist]
12641 * GChildWatch
12642   - Use sigaction instead of signal [Jonas Jonnson, 
12643   Archana Shah]
12644   - Make the very first SIGCHLD work [Gustavo Carneiro]
12645 * Bug fixes [Morten Welinder, Tor, David MacLachlan,
12646   Manish Singh, J. Ali Harlow]
12647 * Documentation improvements [Matthias Clasen, Tor]
12648 * Updated translations (da,ja,tr,zh_CN)
12649
12650 Overview of Changes from GLib 2.5.4 to GLib 2.5.5
12651 =================================================
12652 * GKeyFile
12653   - Cleanups, add more error checking [Ray Strode]
12654   - Fall back to the untranslated string when getting 
12655     locale strings [Mark McLoughlin]
12656 * GOption
12657   - Document GOption [Matthias Clasen]
12658   - Better support for rest arguments [Owen Taylor, Matthias]
12659   - Handle conflicts between groups [Matthias]
12660 * Add g_lstat() to the stdio wrappers [Tor Lillqvist]
12661 * Add g_filename_display_name() to convert filenames
12662   in displayable UTF-8 strings  [Alex Larsson, Matthias]
12663 * Win32 bug fixes [Kazuki IWAMOTO, Hans Breuer, Tor]
12664 * Bug fixes [Christophe Fergeau, Morten Welinder, 
12665   Owen, Kjartan Maraas, Mark]
12666 * Documentation improvements [Matthias, Tor]
12667
12668 Overview of Changes from GLib 2.5.3 to GLib 2.5.4
12669 =================================================
12670 Add GKeyFile, a parser/editor for the .ini like files used in various
12671    freedesktop.org specifications. [Ray Strode]
12672 Make the handling of filename encodings consistent across all
12673    GLib functions, introduce wrappers for common POSIX 
12674    functions which accept the same filename encoding. [Tor Lillqvist, 
12675    Owen Taylor]
12676 GOption
12677  - Rename g_context_option_error_quark() to a more language-binding
12678    friendly name [Murray Cumming]
12679  - Accept backslashes in filenames on Win32 [Tor Lillqvist]
12680 * Strip the internal aliasing prefix IA__ from function names in 
12681   assertions [Matthias Clasen]
12682 * Add a function to split uri lists. [Matthias]
12683 * Win32 bug fixes 
12684  - Don't open console windows [Tor]
12685 * Other bug fixes [Philippe Blain, Robert Ögren, Hidetaka Iwai, Matthias,
12686  Morten Welinder, Mats-Ola Persson, Tor, Nickolay V. Shmyrev, Kjartan Maraas,
12687   Anders Carlsson, Tim-Philipp Müller, Lucas Rocha, Andrea Campi, Manish
12688   Singh, Thomas Fitzsimmons, Kazuki IWAMOTO]
12689 * Documentation improvements [Matthias, Linus Walleij, Nickolay, Philippe, 
12690  Adam Hooper, Gustavo Carneiro]
12691 * New and updated translations (cs,en_CA,en_GB,ja,nb,nl,or,sr,sr@Latn,sq)
12692
12693 Overview of Changes from GLib 2.5.2 to GLib 2.5.3
12694 =================================================
12695 * GOption
12696  - set the program name from argv[0] [Masatake YAMATO] 
12697  - make contexts work without a main group [Anders Carlsson]
12698 * Performance 
12699  - Get rid of many PLT entries for internally used exported symbols,
12700    and clean up the ABI at the same time and make make check check the
12701    list of exported symbols.  [Matthias Clasen]
12702 * Add API to get ISO 8601 week numbers [Niklas Lundell]
12703 * Add API to install an alternate default log handler [Darin Adler]
12704 * Add API to obtain a list of applicable locale names [Hidetoshi Tajima]
12705 * Reduce code size bloat by removing literal strings from
12706  the g_return_if_fail() macros [Owen Taylor]
12707 * Add g_strv_length [Tim-Philipp Müller]
12708 * Win32 changes
12709  - Add API to determine the Windows version [Tor Lillqvist]
12710 * Other bug fixes [Stepan Kasal, Anders, Tor, Kazuki Iwamoto,
12711   Manish Singh]
12712 * Documentation improvements [Morten Welinder, Matthias]
12713 * New and updated translations (es,nn,ro)
12714
12715 Overview of Changes from GLib 2.5.1 to GLib 2.5.2
12716 =================================================
12717 * Add G_GNUC_INTERNAL macro [Arjan van de Ven]
12718 * Add GOption, a commandline option parser [Anders Carlsson]
12719 * Add glib_check_version [Michael Natterer]
12720 * Add XDG basedir API [Ray Strode]
12721 * Require ngettext [Danilo Segan]
12722 * Bug fixes [Manish Singh, Ray Strode, Vincent Noel, 
12723   Jon-Kare Hellan, Jody Goldberg]
12724 * Win32 bug fixes [Tor Lillqvist, Hans Breuer, Peter Zelezny]
12725 * Documentation improvements [Matthias Clasen, Vincent Untz, Christian Persch]
12726 * New and updated translations (bs,eu,fi,gu,ne,pa)
12727
12728 Overview of Changes from GLib 2.5.0 to GLib 2.5.1
12729 =================================================
12730
12731 * Bug fixes [Oliver Guntermann, Sven Neumann, James 
12732   Henstridge, Hiroyuki Ikezoe, Matthias Clasen, Robert 
12733   Ögren, Tommi Komulainen]
12734 * Documentation improvements [Soeren Sandmann, 
12735   Christophe Fergeau, Danek Duvall]
12736 * New and updated translations (eu,hi)
12737   
12738 Overview of Changes from GLib 2.4.1 to GLib 2.5.0
12739 =================================================
12740
12741 * New functions g_debug [Sven Herzberg]
12742 * Use higher precision for mathematical constants [Morten 
12743  Welinder]
12744 * Don't convert to/from UTF-8 in g_filename_{to,from}_uri 
12745  [Federico Mena Quintero]
12746 * Win32
12747  - Handle empty digit string in printf() functions 
12748    correctly [Tor Lillqvist]
12749  - Support ll as format modifier for long long [Tor]
12750  - Be more careful about HOME [Tor, Ivan Wong]
12751  - Bug fixes [John Ehresman]
12752 * Miscellaneous bug and portability fixes [Danilo Segan, 
12753  Owen Taylor, Nikolai Weibull, Benoît Carpentier, Morten 
12754  Welinder, Manish Singh, Sven Neumann, Julio M. Merino Vidal,
12755  Kaz Sasayama, Murray Cumming, Federico, Mariano Suarez-Alvarez]
12756 * Documentation updates [Matthias Clasen, Crispin Flowerday,
12757  Tommi Komulainen, Federico Mena Quintero, Ed Griffiths]
12758 * New and updated translations (ja,ne,no,wa)
12759  
12760 Overview of Changes from GLib 2.4.0 to GLib 2.4.1
12761 =================================================
12762
12763 * Win32 bug fixes [Tor Lillqvist, Roger Leigh, John Ehresman]
12764 * Miscellaneous bug and portability fixes [Owen Taylor,
12765   Matthias Clasen, Jonas Jonsson, Christian Krause,
12766   Nickolay V. Shmyrev, Christophe Saout, Philippe Blain,
12767   Piotr Klaban]
12768 * Documentation updates [Matthias]
12769 * New and updated translations (ca,cs,cy,el,en_CA,en_GB,es,eu,fi,
12770   fr,gu,he,id,nl,pt,pl,ru,sr,sr@ije,sr@Latn,sv,uk)
12771
12772 Overview of Changes from GLib 2.3.6 to GLib 2.4.0
12773 =================================================
12774
12775 * Handle invalid-UTF-8 in g_log() properly [Matthias Clasen]
12776 * Win32 bug fixes [Tor Lillqvist, Bruce Hochstetler]
12777 * Miscellaneous bug and portability fixes [Olivier Biot, David L. Cooper II, 
12778   Kjartan Maraas, Frédéric L. W. Meunier, Christof Petig, Manish Singh, 
12779   Sebastian Wilhelmi]
12780 * Documentation updates [Owen]
12781 * Updated translations (hr,ro)
12782
12783 Overview of Changes from GLib 2.3.5 to GLib 2.3.6
12784 =================================================
12785
12786 * GAtomic bug fixes [Sebastian Wilhelmi, Mark McLoughlin]
12787 * GMain threading fixes and improvements [Sebastian]
12788 * Win32 [Tor Lillqvist]
12789  - restore some symbols extraneously exported from gobject to maintain ABI compatibility
12790  - Misc build improvements and fixes [Tor, Cedric Gustin, Hans Breuer]
12791 * Documentation updates [Sebastian, Takeshi AIHANA, Matthias, Sven Herzberg]
12792 * New and updated translations (be,es,fi,ga,pa,sr@ije,zh_CN)
12793
12794 Overview of Changes from GLib 2.3.3 to GLib 2.3.5
12795 =================================================
12796
12797 * Make glib-mkenums parse initializers with macros. [Matthias Clasen, muppet]
12798 * Respect locale era in g_date_set_parse(). [Theppitak Karoonboonyanan] 
12799 * Add atomic operations and use it for the async queue and
12800   gonce implementation. [Sebastian Wilhelmi]
12801 * Documentation improvements [Sebastian, Matthias, Sven Herzberg]
12802 * Add g_main_depth() for finding the recursion depth of the main
12803   loop [Owen Taylor, Tim Janik, Stefan Westerfeld]
12804 * Add g_spawn_close_pid(), needed on win32 [J. Ali]
12805 * Win32 fixes. [Hans Breuer, J. Ali Harlow]
12806 * Misc bugfixes [Sebastian, Matthias, Balazs Scheidler, Owen]
12807 * Updated translations (cy,et,ga,sq)
12808
12809 Overview of Changes from GLib 2.3.2 to GLib 2.3.3
12810 =================================================
12811
12812 * Add a native AIX gmodule implementation. [Laurent Vivier]
12813 * Add g_node_copy_deep().  [James M. Cape, Matthias Clasen]
12814 * Extend GQueue API to match the GList API. [Soeren Sandmann]
12815 * Add g_hash_table_find().  [Tim Janik]
12816 * Add a G_MODULE_BIND_LOCAL flag. [David Schleef]
12817 * Inline g_string_append_c() when possible. [Owen Taylor, Tim]
12818 * Wrap waitpid() as a GSource. [Jonathan R. Blandford]
12819 * Add g_completion_complete_utf8(). [Theppitak Karoonboonyanan, 
12820   Matthias]
12821 * Add g_strsplit_set(). [Soeren]
12822 * Documentation improvements. [Vincent Untz, Sebastian Wilhelmi, 
12823   Soeren, Matthias]
12824 * Win32 build fixes. [Tor Lillqvist]
12825 * Misc bugfixes [Manish Singh, Noah Levitt, Simon Josefsson, 
12826   Morten Welinder, Damien Carbery, Julio M. Merino Vidal, Sebastian, 
12827   Matthias]
12828 * Updated translations (nn,cs,it,ko,sq,ms,az,hr,uk,sr,sr@Latn,sq,ta)
12829
12830 Overview of Changes from GLib 2.3.1 to GLib 2.3.2
12831 =================================================
12832
12833 * Add G_MAXSIZE. [Manish Singh]
12834 * Add g_rand_new_with_seed_array(), g_rand_set_seed_array(),
12835   implementing the init-by-array functionality of the 
12836   original mersenne twister. Add g_rand_copy(). Improve seeding. 
12837   [George Lebl]
12838 * Add a lowercase_name option to glib-mkenums. [Murray Cumming]
12839 * Add g_ptr_array_foreach(). [Matthias Clasen]
12840 * Add g_timer_continue(). [Tim-Philipp Müller]
12841 * Fix a threadsafety issue in mem chunks. [Matthias, Balazs Scheidler]
12842 * Fix g_filename_{to,from}_utf8() on Win32 and improve 
12843   g_file_test() there too [Hans Breuer] 
12844 * Add a boxed type for NULL-terminated string arrays.  [Matthias]
12845 * Add G_DEFINE_TYPE() plus variants to ease the constuction
12846   of GObject boilerplate code.  [Tim Janik]
12847 * Support & in password GECOS field [Matthias, Soeren Boll Overgaard]
12848 * Documentation improvements [Matthias, Manish]
12849 * Win32 build fixes [Hans]
12850 * Misc bug fixes [Damien Carbery, Matthias, Manish, Olivier Poncet, 
12851   Zack Rusin]
12852 * Updated translations (ar,de,fa,ga,mn,nn,no,sq)
12853
12854 Overview of Changes from GLib 2.3.0 to GLib-2.3.1
12855 =================================================
12856
12857 * Add glib/gi18n.h and glib/gi18n-lib.h for common
12858   gettext support, including a Q_() macro for translation
12859   with context [Matthias Clasen]
12860 * Add a more flexible G_FILENAME_ENCODING variable
12861   as a replacement for G_BROKEN_FILENAMES [Matthias]
12862 * Fix the return value g_main_context_iterate() for
12863   newly ready sources [Padraig O'Briain]
12864 * Handle Hangul composition for normalization [Noah Levitt]
12865 * Add G_{MIN,MAX,MAXU}INT{8,16,32}. [Mark Jones, Matthias]
12866 * Add G_GSIZE_FORMAT/G_SSIZE_FORMAT [Manish Singh]
12867 * Add G_STRFUNC as a portable wrapper for __func__ [Tim Janik]
12868 * Documentation improvements [Matthias]
12869 * GObject [Tim Janik]
12870  - Support '-' in g_signal_connect()/disconnect() names
12871    like 'swapped-signal'.
12872  - Add g_type_class_peek_static() and use to optimize
12873    g_object_new() for static types [Tim]
12874  - Allow setting construct-only properties from within
12875    init() implementations
12876  - Enforce readability/writeability in g_object_set/get()
12877 * Fix bug with g_ascii_strtod and multi-byte separator.
12878   [Behdad Esfahbod, Roozbeh Pournader]  
12879 * Misc bug fixes [Matthias, John Ehresman, Andrew Lanoix,
12880   Tor Lillqvist, Mark McLoughlin, Tim-Philipp Müller, Manish, 
12881   Morten Welinder]
12882 * Updated translations (ca,cs,da,es,fr,ja,nn,no,pt,ru)
12883
12884 Overview of Changes from GLib 2.2.x to GLib-2.3.0
12885 =================================================
12886
12887 * Replace Trio printf by gnulib vasnprintf [Matthias Clasen]
12888 * Update Unicode data to Unicode 4.0 [Noah Levitt]
12889 * Support XML-safe formatted output with 
12890   g_markup_[v]printf_escaped [Owen Taylor]
12891 * Add g_file_read_link to read symbolic links [Matthias]
12892 * Add g_unichar_get_mirror_char to obtain the 
12893   mirrored variant of a character [Noah]
12894 * Support for one-time initialization functions. 
12895   [Sebastian Wilhelmi]
12896 * Miscellaneous API additions: g_vasprintf
12897   g_string_chunk_insert_len, g_setenv, g_unsetenv [Matthias]
12898 * Docs improvements [Matthias]
12899 * Add support instance-private data on classed types
12900   [Mark McLoughlin, Tim Janik, Owen]
12901 * Optimize signal emissions [Soeren Sandmann, Tim]
12902 * Support a "default vtable" per interface [Tim]
12903 * Add support for properties on interfaces [Owen, Tim]
12904 * Miscellaneous API additions: g_value_take_string(),
12905   g_value_take_param(), g_value_take_object(), 
12906   g_value_take_boxed(). [Matthias]
12907 * Win32 build fixes [Tor Lillqvist]
12908
12909 Overview of Changes from GLib 2.1.5 to GLib-2.2.0
12910 =================================================
12911
12912 * Fix a problem with g_thread_init() on 64-bit problems
12913   [Alceste Scalas, Sebastian Wilhelmi]
12914 * Add assembly implementations of byteswap macros
12915   for ia64 and x86_64. [Manish Singh]
12916 * IOChannel fixes for Win32 [Tor Lillqvist, Thorsten Maerz]
12917 * Updated translations (bg,ca,es,da,fi,lv,ru,sk)
12918
12919 Overview of Changes from GLib 2.1.4 to GLib-2.1.5
12920 =================================================
12921
12922 * Win32 bug fixes [Tor Lillqvist]
12923 * Various post-rewrite fixes for glib-gettext.m4 [Owen Taylor,
12924   Jody Goldberg, Kjartan Maraas, Johannes Stezenbach]
12925 * Ensure we have a GUINT64_FORMAT by pulling in Trio
12926   if necessary [Manish Singh]
12927 * Further Trio build fixes [Matthias Clasen, Owen]
12928 * Hack around gcc, libtool issues with -pthread [Owen]
12929 * Docs improvements [Matthias]
12930 * Bug and portability fixes 
12931 * Updated and new translations (bg,de,fi,fr,sq,fr)
12932
12933 Other contributors: Kai Poitschke, Morten Welinder
12934
12935 Overview of Changes from GLib 2.1.3 to GLib-2.1.4
12936 =================================================
12937
12938 * autoconf changes to make it possible to cross compile
12939   GLib. [Owen Taylor, Dan Kegel, Amy Lin, Dimi Shahbaz, 
12940   Johannes Stezenbach]
12941 * Use libintl when it has bind_textdomain_codeset() and
12942   GLib doesn't. [Owen]
12943 * Improve generation of pseudo-random integers [Morten Welinder, 
12944   Sebastian Wilhelmi]
12945 * Avoid literal UTF-8 in favor of octal escapes [Owen, Tomas Ogren]
12946 * Cleanup include order [Sven Neumann]
12947 * autoconf cleanups and bug fixes [Daniel, Matthias Clasen, Owen]
12948 * Doc fixes and additions [Matthias]
12949
12950 Other contributors: James M. Cape, Frederic Crozat, Martin Gansser,
12951   Phuc LeHong, Manish Singh, Joshua Weage, Morten Welinder
12952
12953 Overview of Changes from GLib 2.0.x to GLib-2.1.x
12954 =================================================
12955
12956 * Add copy of the Trio library to build and use for printf() when 
12957   system printf isn't good enough. Add g_printf()/etc. [Matthias Clasen]
12958 * Add g_str_has_suffix()/g_str_has_prefix() [Alex Larsson]
12959 * Add g_markup_parse_context_get_element() [Matthias]
12960 * Add g_utf8_strreverse [Matthias]
12961 * Add g_ascii_strtoull() [Tim Janik]
12962 * Support scanning of 64-bit values with GScanner [Tim]
12963 * Add g_set/get_application_name() [Havoc Pennington]
12964 * Add G_LIKELY()/G_UNLIKELY() macros for hinting branch probabilities. 
12965   Use for g_return_if_fail(). [Matthias Clasen]
12966 * Add G_GNUC_DEPRECATED macro [Tom Tromey]
12967 * Improve the seeding algorithm of GRandom to avoid problems
12968   with certain pathological seeds. Support G_RANDOM_VERSION=2.0
12969   environment variable. [Sebastian Wilhelmi]
12970 * Improve thread configure checks, use -pthread where applicable
12971   [Sebastian]
12972 * Improve handlng of thread priorities [Sebastian]
12973 * Fix up parameter names that might shadow functions from
12974   system headers [Soeren Sandmann]
12975 * Clean up usage of deprecated functions [Manish Singh]
12976 * Docs fixes and improvements. In particular, include "Since" information.
12977   [Matthias, Soeren, Martin Schulze, Daryll Strauss, Bill Janssen, 
12978   Owen Taylor, Morten Welinder]. 
12979
12980 Overview of Changes in GLib 2.0.7
12981 =================================
12982
12983 * Fix C++ warnings in gtype.h [Dom Lachowicz]
12984 * Fix g_type_fundamental_next() [Tim Janik]
12985 * Fix various missing includes of config.h [Morten Welinder]
12986 * Handle main loop initialization before g_thread_init [Sebastian Wilhelmi]
12987 * Various 64-bit fixes [Manish Singh]
12988 * Fix GPoll on Win32 [Tor Lillqvist, Herman Bloggs]
12989 * Fix bug with buffering on UTF-8 IOChannels [Daniel Elstner]
12990 * Misc bug and build fixes [Soren Andersen, Gustavo Carneiro, Tor,
12991      Tim, Havoc Pennington,  Matthias Clasen, Sebastian Rittau,
12992      Masahiro Sakai, Arvind Samptur, HideToshi Tajima, Owen Taylor]
12993 * Updated and new translations (be,cs,de,*fa,it,lv,pt_BR,tr)
12994
12995 Overview of Changes in GLib 2.0.6
12996 =================================
12997
12998 * Fix problem with interface prerequisites [Jon Trowbridge, Dave Camp]
12999 * Clean up debug spew from GObject [Anders Carlsson]
13000 * Compiler warning fixes [David L. Cooper II]
13001 * Fix some problems with g_build_path() [Guillaume Chazarain, Owen Taylor]
13002 * Fixes for --disable-debug [Sebastian Wilhelmi]
13003 * Threading fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann, 
13004   Rajkumar Sivasamy, Laurent Vivier]
13005 * Documentation fixes [Jacob Berkman, Manuel Clos, Jared Dukat, 
13006   Sebastian Rittau, Linus Welleij]
13007 * Misc bug fixes [Anders Carlsson, Sam Couter, Morten Welinder, Owen]
13008 * Updated translations (bg,ko,vi)
13009
13010 Overview of Changes in GLib 2.0.5
13011 =================================
13012
13013 * Fix problem with interface prerequisites [Jon Trowbridge, Dave Camp]
13014 * Clean up debug spew from GObject [Anders Carlsson]
13015 * Compiler warning fixes [David L. Cooper II]
13016 * Fix some problems with g_build_path() [Guillaume Chazarain, Owen Taylor]
13017 * Fixes for --disable-debug [Sebastian Wilhelmi]
13018 * Threading fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann, 
13019   Rajkumar Sivasamy, Laurent Vivier]
13020 * Documentation fixes [Jacob Berkman, Manuel Clos, Jared Dukat, 
13021   Sebastian Rittau, Linus Welleij]
13022 * Misc bug fixes [Anders Carlsson, Sam Couter, Morten Welinder, Owen]
13023 * Updated translations (bg,ko,vi)
13024
13025 Overview of Changes in GLib 2.0.4
13026 =================================
13027
13028 * Fix some 64-bit problems. (George Lebl, David L. Cooper II)
13029 * Add note about Tru64 iconv to INSTALL. (Manuel Op de Coul)
13030 * Fix problem with timouts > MAXINT. (Tim Janik, Owen Taylor)
13031 * Updated translations (ca,es,fr,ja,gl,ms,nl,pl,pt,ru)
13032
13033 Overview of Changes in GLib 2.0.3
13034 =================================
13035
13036 * Handle sorting 0-length arrays (Ron Arts)
13037 * Threading fixes (Sebastian Wilhelmi)
13038 * Portability fixes (Miroslaw Dobrzanski-Neumann, Jacob Berkman, Gareth Pierce, 
13039   Sebastian, Qingjiang Yuan)
13040 * Various fixes for glib-2.0.m4. (Jim Gettys, others.)
13041 * Locate right glib-genmarshal when cross-compiling. (Mitch Natterer)
13042 * Win32 fixes (Tor Lillqvist)
13043 * Try to fix g_get_charset() related segfaults. (Owen)
13044 * Fixes for gettext detection. (Dan Winship, HideToshi Tajima, Boyd Lynn Gerber,
13045   Andrew P. Lentvorski, Jr.)
13046 * Fix g_scanner_unexp_token() (Tim Janik, Sven Neumann)
13047 * g_markup fixes. (Matthias Clasen.)
13048 * Bug fixes and cleanups (Daniel Elstner, Matthias, Laszlo Peter, Morten Welinder,
13049   Wayne Schuller)
13050
13051 Overview of Changes in GLib 2.0.1
13052 =================================
13053
13054 * Portability fixes for Sun's Forte compiler [Erwann Chenede]
13055 * Performance improvements for GObject parameter lookup, 
13056   g_filename_to/from_utf8() [Alex Larsson]
13057 * Actually check interface prerequisites [Matthias Clasen,
13058   Miroslaw Dobrzanski-Neumann]
13059 * Fix problem with glib-mkenums taking huge amounts of stack. [Owen Taylor]
13060 * Fix g_signal_handlers_disconnect_by_func() for C++ [Damien Sandras]
13061 * Fixes for g_log() and threading.
13062   [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann, Tim Janik]
13063 * Make g_print(), g_printerr(), g_warning(), etc, convert from
13064   UTF-8 to the encoding of the locale [Sebastian Wilhelmi, Tim]
13065 * Fixes for GIOChannel on windows. [Tor Lillqvist]
13066 * Fix gsize/gint mismatches in giochannel.c [Miroslaw Dobrzanski-Neumann]
13067 * Fix file descriptor leak in g_file_get_contents() [Matthias]
13068 * Workaround iconv() problems on older Solaris [Lauri Alanko]
13069 * Fix warnings with gcc-3.1 about asm const [Cody Russel]
13070 * Minor bug fixes.
13071
13072 Other contributors: Hans Breuer, LEE Sau Dan, Sven Neumann, Salmaso Raffaele,
13073   Akira Tagoh, Morten Welinder
13074
13075
13076 Overview of Changes in GLib 2.0.0
13077 =================================
13078
13079 * Thread portability fixes [Sebastian Wilhelmi]
13080 * Documentation updates [Owen Taylor]
13081 * Make g_strerror(), g_strsignal() properly return UTF-8,
13082   call bind_text_domain_codeset() so that error strings
13083   are in UTF-8 as well. [Owen, Tor Lillqvist]
13084
13085 Overview of Changes in GLib 2.0.0 rc1:
13086 ======================================
13087
13088 * Win32 fixes [Tor Lillqvist]
13089 * Portability fixes [Finlay Dobbie, Miroslaw Dobrzanski-Neumann]
13090 * Fix up g_date_strftime [Daniel Elstner]
13091 * Add some structure padding [Tim Janik]
13092 * Make g_get_homedir() prefer the users home directory to $HOME
13093
13094 Other contributors: Matthias Clasen, Paolo Maggi, Christian Rose
13095
13096 Overview of Changes in GLib 1.3.15:
13097 ===================================
13098
13099 * Speed up marshalers by using private access to GValue 
13100   [Anders Carlsson, Tim Janik]
13101 * Reduce GValue to 2 elements [Tim]
13102 * Add G_DEBUG environment variable, G_DEBUG=fatal_warnings [Matthias Clasen]
13103 * Fixes for AIX compilation [Miroslaw Dobrzanski-Neumann]
13104 * Add padding to various structures [Owen Taylor, Tim]
13105 * Win32 fixes [Tor Lillqvist]
13106
13107 Other contributors: James Henstridge, Ryan Lovett, Morten Welinder,
13108   Daniel Elstner
13109
13110 Overview of Changes in GLib 1.3.14:
13111 ===================================
13112
13113 * Register value transformations for gint64, guint64 [Andy Wingo]
13114 * Build with large-file support [Sven Neumann, Owen Taylor]
13115 * Fix handling of hostnames in URI's [Darin Adler]
13116 * Main loop bug fixes [Havoc Pennington, Owen]
13117 * Doc fixes and improvements [Manish Singh, Tim Janik]
13118 * Support ' as attribute delimiters in GMarkup [Matthias Clasen]
13119 * Win32 fixes [Hans Breuer, Tor Lillqvist]
13120 * Threading bug and build fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann]
13121 * Miscellaneous bug fixes
13122
13123 Other contributors: Matthias Clasen, James Henstridge, Mitch Natterer, 
13124   Morten Welinder.
13125
13126 Overview of Changes in GLib 1.3.13:
13127 ===================================
13128
13129 * Fix g_filename_to/from_uri for Win32 [Tor Lillqvist, Darin Adler]
13130 * Miscellaneous win32 fixes [Tor, Hans Breuer]
13131 * Fix thread options for gcc on AIX [Jerome Zago, Sebastian Wilhelmi]
13132 * Documentation improvements [Ron Steinke, Matthias, Sebastian]
13133 * Cache iconv converters as used by g_convert() [Jeffrey Stedfast]
13134 * Bug fixes [Sven Neumann, Owen Taylor, Matthias Clasen, Jeffrey,
13135   Laszlo Peter, Havoc Pennington, Tim Janik]
13136
13137 Overview of Changes in GLib 1.3.12:
13138 ===================================
13139
13140 * Implement closure chaining, fixing up API (Tim Janik)
13141 * Closure chaining test case (James Henstridge)
13142 * Make GType long not int where both are equal width (Tim)
13143 * Win32 fixes and improvements (Hans Breuer, Tor Lillqvist)
13144 * Fixes for NetBSD. (Dan Winship)
13145 * Use snprintf() for g_printf_string_upper_bound() where possible. (Matthias Clasen)
13146 * Save space for GBSearchArray (Tim Janik)
13147 * Documentation improvements. (Matthias, Sven Neumann, Havoc Pennington)
13148
13149 Other contributors: Darin Adler, Chris Blizzard, Anders Carlson, Daniel Elstner, Michael Meeks, 
13150   Mark McLoughlin, Dave Neary, Manish Singh, Owen Taylor, HideToshi Tajima, 
13151   Sebastian Wilhelmi.
13152
13153
13154 Overview of Changes in GLib 1.3.11:
13155 ===================================
13156
13157 * Win32 fixes [Hans Breuer, Tor Lillqvist]
13158 * Documentation improvements [Matthias Clasen]
13159 * Portable directory handling API [Hans]
13160 * Threading fixes [Sebastian Wilhelmi, Havoc Pennington]
13161 * Fix excess relocations in Unicode tables [Andrew Taylor]
13162 * Fix gpattern for UTF-8 [Matthias Clasen]
13163 * Support overriding class closures [Tim Janik]
13164 * Support for derivation from G_TYPE_POINTER [Owen Taylor]
13165 * Hide pointers to type information inside GType to reduce locking
13166   [Alex Larsson, Tim]
13167 * Adds check for direct inclusion of gobject/*.h [Owen]
13168 * GObject API cleanups [Tim]
13169
13170 Other contributors: Darin Adler, Jacob Berkman, Daniel Egger, Eric Lemings, 
13171   Michael Meeks, Mark McLoughlin, Arkadiusz Miskiewicz, Dan Winship
13172
13173
13174 Overview of Changes in GLib 1.3.10:
13175 ===================================
13176
13177 * Many Win32 fixes and improvements [Tor Lillqvist]
13178 * Documentation improvements [Matthias Clasen]
13179 * g_string_printfa() renamed to g_string_append_printf()
13180 * Use libcharset from libiconv to implement charset detection
13181   more portably. [Owen Taylor, Hidetoshi Tajima]
13182 * Add 64 bit type support to GObject [Joshua Pritikin, Mathieu Lacage, Owen]
13183 * Make support for 64 bit integers a requirement [Joshua]
13184 * GPattern improvements [Tim Janik, Matthias]
13185 * Locale independent g_ascii_strtod / g_ascii_dtostr [Alex Larsson]
13186 * Many bug fixes and minor tweaks.
13187
13188 Other Contributors: Darin Adler, Jakub Jelinek, James Antill, Andrew Taylor,
13189   Ben Gertzfield, Elliot Lee, Manish Singh, Abel Cheung, Laszlo Peter,
13190   Sven Neumann, George Lebl, Raja Harinath, Sebastian Wilhelmi,
13191   Jacob Berkman
13192
13193
13194 Overview of Changes in GLib 1.3.9:
13195 ==================================
13196
13197 * Fixes for comparison of threads [Sebastian Wilhelmi]
13198 * Use vasprintf() when possible for g_strdup_printf [Matthias Clasen]
13199 * Win32 fixes [Tor Lillqvist, Hans Breuer]
13200 * Add a len argument to g_ascii_strup/strdown
13201 * Bug, portability fixes, cleanups.
13202
13203 Other Contributors: Darin Adler, Katsuhiro Okuno, Joshua N. Pritikin
13204
13205
13206 Overview of Changes in GLib 1.3.8:
13207 ==================================
13208
13209 * Documentation updates [Owen]
13210 * Made GType interfaces overridable in derived types
13211 * Many win32 fixes [Tor Lillqvist]
13212 * Miscellaneous cleanups and fixes
13213
13214 Other contributors:
13215   Darin Adler, Matthias Clasen, Ron Steinke, Hans Breuer, Alex Larsson
13216
13217
13218 Overview of Changes in GLib 1.3.7:
13219 ==================================
13220
13221 * Integrate GClosure support into the main loop [Owen Taylor]
13222 * More GSignal convenience functions (macros) [Sven Neumann, Tim Janik]
13223 * Introduced weak references for GObject [James Henstridge, Sven, Tim] 
13224 * Minor hash table optimizations
13225 * Main loop and threading improvements [Sebastian Wilhelmi]
13226 * Added g_ascii_* functions to be used for locale insensitive UTF-8
13227   compliant code instead of old string functions  [Darin Adler, Alex Larsson]
13228 * Add functions for Unicode case-conversion, normalization, and 
13229   collation [Owen]* GString improvements [Owen]
13230 * Reworked the GIOChannel code [Hidetoshi Tajima, Ron Steinke]
13231 * Removed glib-config-2.0 in favour of pkgconfig [Sebastian]
13232 * Make code 64bit clean [Mark Murnane]
13233 * More G_CONST_RETURN fixes
13234 * Many improvements to the win32 code [Tor Lillqvist, Hans Breuer]
13235 * Miscellaneous bug and API fixes
13236
13237 Other contributors:
13238   Michael Natterer, Christopher James Lahey, Padraig O'Briain,
13239   Matthias Clasen, Josh Pritikin, Steve Baker, Cesar Rincon, Garry R. Osgood,
13240   Michael Meeks, Laszlo Peter,  Martin Baulig, Kjartan Maraas, Andrew Lanoix,
13241   Peter Williams
13242
13243
13244 Overview of Changes in GLib 1.3.6:
13245 ==================================
13246
13247 * Threads have a "return value" from g_thread_join
13248 * Removed ability to adjust thread stack size
13249 * Prefix warnings with progname/PID by default, change toggle for this to 
13250   be an env variable G_MESSAGES_PREFIXED not a compile-time option
13251 * GMarkup speedups
13252 * GDate const, convenience fixups
13253 * Include test cases that headers are compilable by C++ compiler
13254 * Add ability to spawn processes with argv[0] != executable path.
13255 * g_strstr_len, g_strrstr, g_strrstr_len
13256 * Add length argument to g_utf8_strchr and g_utf8_strrchr.
13257 * Misc bug fixes
13258
13259
13260 Overview of Changes in GLib 1.3.5:
13261 ==================================
13262
13263 * Added an installed glib-mkenums Perl program for parsing enumeration
13264   declarations from header files.
13265 * Mark some additional deprecated functions.
13266 * Bug and Portability fixes
13267
13268
13269 Overview of Changes in GLib 1.3.4:
13270 ==================================
13271
13272 * Efficiency improvements for GThreadPool
13273 * A few bug fixes
13274 * Build fixes
13275 * Documentation improvements
13276
13277
13278 Overview of Changes in GLib 1.3.3:
13279 ==================================
13280
13281 GLib:
13282
13283 * More user_data support in various functions.
13284 * Main loop API revamps to support per-thread main loops.
13285 * Unicode handling improvements.
13286 * Implemented debugging traps.
13287 * G_CONST_RETURN specification all over the place.
13288 * Various new small utility functions.
13289 * Random number generator precision improvements.
13290 * New configure option --disable-mem-pools.
13291 * Many Win32 improvements.
13292 * Added g_try_malloc() friends varinats.
13293 * Many documentation improvements.
13294 * Many threading improvements, support for dynamic allocation
13295   of static mutexes.
13296 * GHookLIst API cleanups.
13297 * Improved format support of GDate parser.
13298 * String function speed improvements with new g_stpcpy().
13299 * Hashtable API additions.
13300 * New GPatternSpec for shell-style pattern matching (from GtkPatternSpec).
13301 * Optimizations, cleanups, bug fixes.
13302
13303 GObject:
13304
13305 * Added many convenience functions.
13306 * GClosure and GParamSpec use float/sink ref-counting scheme now.
13307 * Reworked property change notification.
13308 * Binary searchable array cleanups, so it's widely usable now.
13309 * Added static content keeping for some GValue types.
13310 * Support for statically scoped signal parameters.
13311 * Extinguished property trailer args in set/get interface.
13312 * Added support for abstract types.
13313 * G_CONST_RETURN specification all over the place.
13314 * Split parameter exchange functionality into value transforms
13315   and parameter conversions.
13316 * Added signal emission hooks and signal accumulators.
13317 * Added interface prerequisites to support is_a (interface, object)
13318   relations.
13319 * Implemented GValueArray.
13320 * New types, boxed: G_TYPE_VALUE, G_TYPE_CLOSURE, G_TYPE_GSTRING
13321   GParamSpecs: G_TYPE_PARAM_PARAM, G_TYPE_PARAM_POINTER, G_TYPE_PARAM_CLOSURE,
13322   G_TYPE_VALUE_ARRAY, G_TYPE_PARAM_UNICHAR, G_TYPE_PARAM_VALUE_ARRAY.
13323 * Varrags value collection improvements.
13324 * Implemented debugging traps.
13325 * Made things thread-safe.
13326 * Many documentation improvements.
13327 * Many cleanups, optimizations and bug fixes.
13328
13329
13330 Overview of Changes in GLib 1.3.2:
13331 ==================================
13332
13333 GLib:
13334
13335 * Win32 build improvements  [Tor]
13336 * Improvements to error reporting  
13337   (g_critical(), g_return_if_reached()) [Darin]
13338 * Add g_strlcpy/g_strlcat  [David Wheeler]
13339 * New IO channel implementation for Win32  [Tor] 
13340 * Make g_array_free, g_string_free return pointer to memory requested
13341   not to be freed.  [Darin]
13342 * Added GError based error reporting for thread functions.  [Sebastian]
13343 * Moved reference docs into GLib distribution. [Owen]
13344 * Added g_convert() for doing convenient character set conversions based
13345   on iconv. (GLib now requires libiconv or a native iconv.) [Havoc/Owen]
13346 * Various Unicode handling additions (g_ucs4_to_utf8, g_utf8_validate(),
13347   g_{locale,filename}_{to,from}_utf8)  [Robert/Havoc/Owen]
13348 * Portability fixes for threading.  [Sebastian]
13349 * Added convenient functions for launching new processes (g_spawn_*),
13350   and shell quoting/unquoting functions.  [Havoc]
13351 * Split glib.h into many headers.  [Sebastian]
13352 * Added a simple callback-based parser for XML-like files (GMarkup).  [Havoc]
13353 * Fixed confusions between comparison functions that return <0, 0, >0
13354   and equaility functions that return FALSE,TRUE.  [Sebastian]
13355 * Added safe/portable temporary file manipulation functions.  [Tor]
13356 * autoconf improvements.  [Raja]
13357 * Many documentation improvements.
13358 * Bug fixes.
13359
13360 GObject:
13361
13362 * Added boxed and pointer types.  [Tim/Jonathan]
13363 * Added callback abstraction (GClosure)  [Tim]
13364 * Added signal system (GSignal)  [Tim]
13365 * Make GTypePlugin an interface  [Tim]
13366 * Added GTypeModule - a simple GTypePlugin instantiation  [Owen]
13367 * Bug fixes.
13368
13369
13370 What's new in GLib 1.3.1:
13371 =========================
13372
13373 * New GObject library added including object system based on
13374   the GTK+ object system. 
13375 * Functions for getting the properties of Unicode characters, 
13376   computing the canonical decomposition and ordering combining
13377   characters aand manipulating UTF-8 string manipulation based
13378   on libunicode.
13379 * GString now properly handles embedded nuls.
13380 * Multiple fixes from the 1.2.x branch.
13381 * Upgrade to libtool 1.3.3
13382 * Full thread support (thread creation and destruction).
13383 * BeOS port, BeOS dynamic modules.
13384 * Many improvements to the Windows ports.
13385 * Improvements to the OS/2 port, OS/2 module support.
13386 * Double ended queue implementation.
13387 * GLib macros for printf() formatting, e.g. G_GULONG_FORMAT = "lu"
13388 * New configure option --enable-msg-prefix to prefix messages, warnings
13389   et ceteri with the program name and the process id.
13390 * New thread-safe random number generator Mersenne Twister.
13391 * g_strcompress() added, g_strescape() had a slight API change, and
13392   more tightly defined semantics.
13393 * the g_string(x) macro has been removed, #x may be used instead.
13394                                 
13395