Imported Upstream version 2.68.4
[platform/upstream/glib.git] / NEWS
1 Overview of changes in GLib 2.68.4
2 ==================================
3
4 * Bugs fixed:
5  - #2454 Read past the end of buffer in g_win32_package_parser_enum_packages
6  - !2158 Backport !2155 “glocalfilemonitor: Avoid a deadlock on finalization” to glib-2-68
7  - !2175 Backport !2174 “data-to-c.py: generate new-line at the end of the file” to glib-2-68
8  - !2183 Backport !2180 “correctly use 3 parameters for close_range” to glib-2-68
9  - !2186 Backport !2185 “glocalfile: Fix the global trash dir detection” to glib-2-68
10  - !2209 Backport !2208 “g_string_replace: Don't replace empty string more than once per location” to glib-2-68
11  - !2220 Backport GWin32AppInfo fixes to glib-2-68
12
13 * Translation updates:
14  - Chinese (China)
15  - Chinese (Taiwan)
16  - Occitan (post 1500)
17
18
19 Overview of changes in GLib 2.68.3
20 ==================================
21
22 * Bugs fixed:
23  - #2311 testfilemonitor test leaks ip_watched_file_t struct
24  - #2417 GFile: `g_file_replace_contents()` reports `G_IO_ERROR_WRONG_ETAG` when saving from a symlink
25  - !2133 Backport !2128 “inotify: Fix a memory leak” to glib-2-68
26  - !2137 Backport !2136 “tlscertificate: Avoid possible invalid read” to glib-2-68
27  - !2141 Backport !2138 “glocalfileoutputstream: Fix ETag check when replacing through a symlink” to glib-2-68
28
29
30 Overview of changes in GLib 2.68.2
31 ==================================
32
33 * Fix building third-party projects against GLib on CentOS 7 (work by
34   Ignacio Casal Quinteiro) (#2387)
35
36 * Bugs fixed:
37  - #2387 json-glib does not build with glib 2.68.1
38  - !2060 gmacros: check that __cplusplus or _MSC_VER is defined
39  - !2068 gmacros: missing check if __STDC_VERSION__ is defined
40  - !2079 Backport !2078 “gthreadedresolver: don't ignore flags in lookup_by_name_with_flags” to glib-2-68
41
42 * Translation updates:
43  - Nepali
44  - Serbian
45
46
47 Overview of changes in GLib 2.68.1
48 ==================================
49
50 * Fix a crash in `GKeyFile` when parsing a file which contains translations
51   using a `GKeyFile` instance which has loaded another file previously (#2361)
52
53 * Pin GIO DLL in memory on Windows (!2016)
54
55 * Bugs fixed:
56  - #2361 g_key_file_load_from_file segfaults on "Key[*]="like lines
57  - !1997 Backport !1996 “Include glibconfig.h to get the G_OS_UNIX token” to glib-2-68
58  - !2016 GIO W32: Pin gio DLL
59  - !2021 Backport MR !2016 (GIO W32: Pin gio DLL) into glib-2-68
60  - !2022 Few fixes and notes for building on Visual Studio 2012 and earlier
61  - !2034 Backport MR !2032 (gkeyfile: Drop a redundant check) into glib-2-68
62  - !2035 Backport !2026 “Split g_test_log() messages that contain multiple lines” to glib-2-68
63
64 * Translation updates:
65  - English (United Kingdom)
66
67
68 Overview of changes in GLib 2.68.0
69 ==================================
70
71 * Bugs fixed:
72  - !1987 build: Drop gconstructor_as_data_h usage from glib-compile-schemas
73  - !1989 glib.supp: Generalize some suppressions
74  - !1992 gbytesicon: Fix error in g_bytes_icon_new() documentation
75  - !1994 glocalfileoutputstream: Tidy up error handling
76  - !1995 tests: Fix copy/paste error in queue test
77
78 * Translation updates:
79  - Czech
80  - Finnish
81  - Italian
82  - Korean
83  - Lithuanian
84  - Polish
85  - Romanian
86  - Slovenian
87  - Turkish
88
89
90 Overview of changes in GLib 2.67.6
91 ==================================
92
93 * Fix a security issue when using `g_file_replace()` with
94   `G_FILE_CREATE_REPLACE_DESTINATION` (#2325)
95
96 * Disallow operations on the empty path with `g_file_new_from_path()` (#2328)
97
98 * Various fixes for GLib when building with clang-cl on Windows (work by
99   Aleksandr Mezin) (#2341, #2344)
100
101 * Bugs fixed:
102  - #2325 file-roller symlink attack
103  - #2327 Teach glib-mkenums about GLIB_AVAILABLE_ENUMERATOR_IN_2_68, and start using it
104  - #2328 g_file_new_for_path("") yields CWD, which seems wrong
105  - #2341 glib-genmarshal output is sometimes empty because output file is not closed
106  - #2344 c_std=c11: gbitlock.c: ‘asm’ undeclared
107  - !1962 Validate D-Bus machine ID after loading
108  - !1976 Use the right permissions for directory watching on Win32
109  - !1977 gio/tests/{meson.build,pollable.c}: Determine libutil SONAME at build time
110  - !1980 glib.supp: Add another system thread suppression
111
112 * Translation updates:
113  - Basque
114  - Catalan
115  - Czech
116  - French
117  - Galician
118  - German
119  - Hungarian
120  - Indonesian
121  - Korean
122  - Latvian
123  - Portuguese
124  - Portuguese (Brazil)
125  - Serbian
126  - Spanish
127  - Swedish
128  - Ukrainian
129
130
131 Overview of changes in GLib 2.67.5
132 ==================================
133
134 * Fix more issues with `glib_typeof` macro from 2.67.3–2.67.4 (work by
135   Iain Lane, Simon McVittie) (#2331, !1975)
136
137 * Fix regression with some FD mappings passed to `g_subprocess_launcher_spawnv()`
138   caused by changes for #2097 in GLib 2.67.4 (work by Olivier Fourdan,
139   Philip Withnall) (#2332)
140
141 * Fix detection of `str[n]casecmp()` when building with `clang-cl` (work by
142   Aleksandr Mezin) (#2337)
143
144 * Use zlib from subproject if configured with `wrap_mode=forcefallback` (work by
145   Seungha Yang) (!1959)
146
147 * Bump Visual Studio compilation requirement to VS 2012, and Windows 8 SDK for
148   GLib 2.67.x onwards (work by Chun-wei Fan) (!1970)
149
150 * Bugs fixed:
151  - #832 Some tweaks re: GRWLock
152  - #2331 glib 2.67.3: <glib.h> can no longer be included in extern "C" blocks
153  - #2332 Glib 2.67.4 causes gnome-shell to exit when spawning Xwayland on demand
154  - #2333 Missing relation between g_file_info_get_size() and G_FILE_ATTRIBUTE_STANDARD_SIZE attribute in documentation
155  - #2337 Linking fails when building with clang-cl because of str[n]casecmp
156  - !1936 tests: Fix leak of dlopened module in pollable test
157  - !1954 Change SkipAsyncData fields to be gsize (and not gssize)
158  - !1956 The ETag returned by various GFile functions is nullable
159  - !1959 meson: Use subproject zlib if "wrap_mode=forcefallback" was specified
160  - !1961 gkeyfilesettingsbackend: check for errors when creating file monitors
161  - !1970 README.win32.md: Mention about Window 8+ SDK requirement
162  - !1971 gio/tests/pollable.c: Fix build on non-Linux UNIX
163  - !1975 gatomic.h: Make `glib_typeof` API break opt in.
164
165 * Translation updates:
166  - Basque
167  - Danish
168  - English (United Kingdom)
169  - Galician
170  - German
171  - Indonesian
172  - Lithuanian
173  - Portuguese
174  - Portuguese (Brazil)
175  - Slovenian
176
177
178 Overview of changes in GLib 2.67.4
179 ==================================
180
181 * Add a `g_string_replace()` function (work by Joshua Lee) (#225)
182
183 * Add `G_DBUS_SERVER_FLAGS_AUTHENTICATION_REQUIRE_SAME_USER` flag to simplify
184   the common case for writing a D-Bus authentication observer, allowing most
185   uses of `GDBusAuthObserver` to be dropped (#1804)
186
187 * Add a new `g_spawn_with_pipes_and_fds()` variant which supports renumbering
188   FDs (#2097)
189
190 * Add new g_memdup2() API to replace g_memdup(), which is vulnerable to a
191   silent integer truncation and heap overflow problem if not used carefully
192   (discovered by Kevin Backhouse, work by Philip Withnall) (#2319)
193
194 * Fix various regressions caused by rushed security fixes in 2.66.6 (work by
195   Simon McVittie and Jan Alexander Steffens) (!1932, !1941, #2323)
196
197 * Fix a silent integer truncation when calling g_byte_array_new_take() for
198   byte arrays bigger than G_MAXUINT (work by Krzesimir Nowak) (!1942)
199
200 * Fix `g_utf8_strdown()` to fix some issues in Turkish
201   (work by Kjell Ahlstedt) (!1930)
202
203 * Bugs fixed:
204  - #225 GString doesn't have a g_string_replace() function
205  - #587 g_input_stream_skip() out-of-bounds behavior is inconsistent between implementations
206  - #1804 Add G_DBUS_SERVER_FLAGS_AUTHENTICATION_REQUIRE_SAME_USER flag
207  - #2097 GSubprocessLauncher with FD assignment can clash with g_spawn_async internal pipe
208  - #2315 httpproxy: Need overflow protection when reading response during connection establishment
209  - #2319 CVE-2021-27219 (GHSL-2021-045): integer overflow in g_bytes_new/g_memdup
210  - #2322 g_test_dbus: double output when piping
211  - #2323 [GLIB 2.66.6] g_io_channel_set_line_term() stopped working with null terminated strings and length -1
212  - !1917 Adding a missing test on integer overflow within g_http_proxy_connect()
213  - !1918 Fix more warnings
214  - !1923 Add support for Tilix and Konsole
215  - !1930 guniprop: Fix g_utf8_strdown() for Turkish locale
216  - !1932 gtlspassword: Fix inverted assertion
217  - !1934 gdbus: Reject attempts to set future connection or server flags
218  - !1938 Fix more warnings
219  - !1939 ci: Temporarily disable macOS CI job as runner is offline
220  - !1940 Fix more warnings
221  - !1941 gkeyfilesettingsbackend: Fix basename handling when group is unset
222  - !1942 CVE-2021-27218: gbytearray: Do not accept too large byte arrays
223  - !1947 Revert "Merge branch 'wip/pwithnall/macos-ci-disable' into 'master'"
224  - !1948 tests: Use a more realistic language code than sv_SV
225  - !1949 gatomic: Make fallback g_atomic_pointer_get type-safe
226  - !1951 Add a test for parsing 0 as double
227  - !1955 tests: Add missing NULL terminator to spawn-singlethread test
228
229 * Translation updates:
230  - Catalan
231  - Galician
232  - Hungarian
233  - Portuguese
234  - Romanian
235  - Slovenian
236  - Spanish
237  - Swedish
238  - Turkish
239  - Ukrainian
240
241
242 Overview of changes in GLib 2.67.3
243 ==================================
244
245 * Add new `g_memdup2()` API to replace `g_memdup()`, which is vulnerable to a
246   silent integer truncation and heap overflow problem if not used carefully
247   (discovered by Kevin Backhouse, work by Philip Withnall) (#2319)
248
249 * Add new `g_dbus_object_path_escape()` and `g_dbus_object_path_unescape()` APIs
250   to provide one way of escaping arbitrary bytestrings for use in D-Bus object
251   paths (work by Lars Karlitski and Frederic Martinsons) (#968)
252
253 * Use `bash-completion.pc` (if available) to provide the path to install
254   completion files into (work by Frederic Martinsons) (#1054)
255
256 * Fix support for public/private trigraphs in `glib-mkenums` (work by Matthias Klumpp) (!1870)
257
258 * Add `glib_debug` configure option to allow disabling debug infrastructure in
259   builds with debug symbols enabled (work by Ole André Vadla Ravnås) (!1889)
260
261 * Fix a regression where `PATH` would always be searched when using `g_spawn()`,
262   even when it wasn’t supposed to (work by Simon McVittie and Thomas Haller) (!1902)
263
264 * Override `gio-querymodules` in Meson when used as a submodule (work by Xavier Claessens) (!1909)
265
266 * Bugs fixed:
267  - #344 gdbus(1) command-line completion issues
268  - #968 gdbus: add g_dbus_object_path_{un,}escape
269  - #1054 Use pkg-config to get path for bash-completion file installation
270  - #1180 GUnixInputStream and GUnixOutputStream don't consider TTYs pollable
271  - #2011 Add additional unit tests for D-Bus name watching
272  - #2226 clang++ compilation fails on clusterfuzz
273  - #2292 Cannot find a common ancestor when running CI style check jobs
274  - #2299 GObject introspection annotation of g_closure_new_object() is wrong
275  - #2305 GIO security hardening causing gnome-keyring to regress when session bus is provided by dbus-launch (dbus-x11)
276  - #2314 gdatetime: math library link issue
277  - #2319 GHSL-2021-045: integer overflow in g_bytes_new/g_memdup
278  - !610 Various memory leak cleanups to GSettings tests
279  - !1804 Add more GIR annotations to gparam.c and gsignal.c
280  - !1823 Fix more warnings
281  - !1843 gfile: Add Linux kernel headers compatibility kludge
282  - !1847 Port to QNX
283  - !1853 ginetaddress: Handle systems without IPv6 support
284  - !1859 docs: update g_action_group_activate_action() remote activation semantics
285  - !1860 glocalfile: Fix an uninitialized variable
286  - !1865 tests: Add more debug information to gdbus-connection-slow
287  - !1868 gdesktopappinfo: Fix validation of XDG_CURRENT_DESKTOP
288  - !1870 mkenums: Support public/private trigraph again
289  - !1873 Fix possible integer overflow of g_socket_send_message()
290  - !1876 Fixing g_socket_send_message() documentation to make it clearer
291  - !1877 Fix more warnings
292  - !1878 Another fix on g_socket_send_message()
293  - !1879 Fix more warnings
294  - !1880 GError documentation tweaks
295  - !1881 docs: Move ‘Notes’ section from README to NEWS
296  - !1883 gutils: Document caching of XDG directory variables
297  - !1884 gthread-win32: Use SetThreadDescription Win32 API for setting thread name
298  - !1887 ci: Fix msys-mingw32 CI builds due to package rename
299  - !1888 docs: Add documentation for GLIB_VERSION_CUR_STABLE and PREV_STABLE
300  - !1889 build: Add glib_debug option
301  - !1890 gtype: Improve formatting of GType documentation
302  - !1891 Fix more warnings
303  - !1893 gwin32appinfo: Fix printf length sub-specifier
304  - !1894 gsocket: Fix SO_NOSIGPIPE regression on Darwin
305  - !1898 gtestutils: Add g_test_get_path() API
306  - !1899 m4macros: replace obsolete macros AC_TRY_RUN and AC_TRY_LINK in glib-2.0.m4
307  - !1900 [th/gsignal-cleanup] minor changes to GSignal related code
308  - !1901 Check if the remote already exists before adding it.
309  - !1902 spawn: Don't set a search path if we don't want to search PATH
310  - !1903 m4macros: Increment serial number of glib-2.0.m4
311  - !1905 Start to ignore known leaks under AddressSanitizer
312  - !1906 gdbus-serialization: Don't leak string containing first serialization
313  - !1908 Fix straightforward memory leaks in tests
314  - !1909 Meson: override gio-querymodules program
315  - !1910 gio: Add explicit virtual g-i annotations for undiscovered invoker relationship
316  - !1911 Fix more warnings
317  - !1915 Mark g_key_file_get_comment() key parameter as nullable
318  - !1919 atomic: Fix type check of g_atomic_pointer_compare_and_exchange()
319  - !1921 guri: Mark g_uri_get_host as nullable
320  - !1925 gapplication: Fix a memory leak
321
322 * Translation updates:
323  - Czech
324  - Friulian
325  - Galician
326  - Hungarian
327  - Portuguese
328  - Portuguese (Brazil)
329  - Romanian
330  - Spanish
331  - Ukrainian
332
333
334 Overview of changes in GLib 2.67.2
335 ==================================
336
337 * Add `gio launch` command to execute programs (work by Frederic Martinsons) (#54)
338
339 * Fix unused parameter warnings in code generated by `gdbus-codegen` (work by Frederic Martinsons) (#1105)
340
341 * Officially deprecate `to-pixdata` option for `glib-compile-resources`, in favour
342   of simply embedding more modern image formats in linked-in `GResource` files (#1281)
343
344 * Support querying and running UWP applications on Windows (work by LRN) (#1991)
345
346 * Support `gio trash --restore` and `gio trash --list` commands (work by Frederic Martinsons) (#2098)
347
348 * No longer read environment variables for GIO module locations when running as setuid (#2168)
349
350 * More progress on fixing compiler warnings (work by Emmanuel Fleury) (!1773 and others)
351
352 * `GKeyFile` performance improvements (work by Timm Bäder) (!1829, !1832)
353
354 * Improve UDP socket behaviour on Windows (work by Marco Mastropaolo and Ole André Vadla Ravnås) (!1827, !1844)
355
356 * Add `-Dtests` meson configure option for disabling tests entirely (work by Ole André Vadla Ravnås) (!1850)
357
358 * Bugs fixed:
359  - #54 Add `gio launch` command to execute .desktop files
360  - #513 GSignal: Impossible to have return values in signals which are G_SIGNAL_RUN_FIRST only
361  - #514 GSignal: Only limited usage of accumulator function possible
362  - #1105 gdbus-codegen: fix some unused parameter warnings
363  - #1188 Crash in gapplication.c:1014 when reading error message if dbus_register returns false without setting error
364  - #1281 Update glib-compile-resources and GResource docs to deprecate/remove to-pixdata in stable/master resp.
365  - #1283 gvfs-trash error message when unable to create trash directory is unhelpful
366  - #1568 GObject tutorial does not mention floating references
367  - #1991 W32: Glib cannot run UWP applications
368  - #2098 gio trash: restore trashed files to their original location
369  - #2168 giomodule: Loads GIO modules even if setuid, etc.
370  - #2264 GPtrArray might call qsort() with NULL data
371  - #2265 2.67.1 regression: assertion failure starting gnome-terminal
372  - #2275 gio/completion/gio: Some variables are not localized
373  - #2279 g_source_is_destroyed example uses deprecated GDK API
374  - !1304 Extended error
375  - !1773 Fix more warnings
376  - !1783 gtlsdatabase: remove duplicate precondition check
377  - !1784 fuzzing: Add more fuzzing tests for various string parsing functions
378  - !1785 glocalfile: Add an assertion to help static analysis
379  - !1787 Debuggability improvements in gosxappinfo.m
380  - !1788 gdate: Validate input as UTF-8 before parsing
381  - !1791 gdatetime: Disallow NAN as a number of seconds in a GDateTime
382  - !1794 gio-tool-info: Prevent criticals if mount options are not available
383  - !1796 gfileutils: Fix typo in docs
384  - !1797 gdatetime: Improve ISO 8601 parsing to avoid floating point checks
385  - !1801 glib: Add more missing return value annotations
386  - !1802 gobject: More missing return value annotations
387  - !1806 tests: Add some rounding tolerance in timeout test
388  - !1807 python: Reformat some files to keep style-check-diff happy
389  - !1808 tests: Be more lenient with timing checks on asyncqueue pops
390  - !1810 gfileinfo: Add missing preconditions to g_file_info_get_attribute_data()
391  - !1811 Add more missing nullable annotations
392  - !1813 gdbus-codegen: Ignore some flake8 warnings
393  - !1815 Fix more warnings
394  - !1816 fuzzing: Add more GUriFlags to the URI parsing test
395  - !1817 fuzzing: Add more parsing flags to the GKeyFile test
396  - !1818 Fix more warnings
397  - !1819 Fix more warnings
398  - !1821 gdate: Limit length of dates which can be parsed as valid
399  - !1822 Fix more warnings
400  - !1827 Windows: fix FD_READ condition flag still set on recoverable UDP socket errors.
401  - !1829 keyfile: Delay calling g_get_language_names() until it's needed
402  - !1830 gsocket: Fix credentials error-handling on Apple OSes
403  - !1832 More small GKeyFile performance improvements
404  - !1834 Update gvdb
405  - !1837 gdatetime.c: Fix MSVC builds for lack of NAN items
406  - !1838 Minor improvements to GError documentation
407  - !1840 Add nullable annotation for g_file_get_uri_scheme
408  - !1841 gthread: Fix incorrect cast
409  - !1842 gthread: Port native mutex to Clang
410  - !1844 gsocket: Improve default UDP behavior on Windows
411  - !1845 gsocket: Fix use-after-close
412  - !1848 gwin32: Always use unicode APIs
413  - !1850 build: Add option for disabling tests
414  - !1855 build: Fix ssize_t detection on older versions of glibc
415  - !1856 build: Fix Android system checks
416  - !1857 gtestutils: Fix g_assert_not_reached() on MSVC
417  - !1861 More GError tests
418  - !1863 tests: Ignore -Wformat-nonliteral warning in new GError tests
419
420 * Translation updates:
421  - Catalan
422  - Galician
423  - German
424  - Lithuanian
425  - Romanian
426  - Spanish
427  - Ukrainian
428
429
430 Overview of changes in GLib 2.67.1
431 ==================================
432
433 * Deprecate `g_time_zone_new()` in favour of `g_time_zone_new_identifier()`,
434   which makes error checking easier (#553)
435
436 * Remove `volatile` from various public APIs, including `G_DEFINE_*`. You should
437   adjust your code to not use `volatile` for atomic variables, `GOnce`
438   variables, or mostly anything else (see
439   http://isvolatileusefulwiththreads.in/c/). (#600)
440
441 * Support passing file handles to `gdbus` command line tool (work by
442   Norbert Pocs and Tim Waugh) (#961)
443
444 * Add `g_assert_cmpstrv()` test convenience function (work by Niels De Graef) (#2015)
445
446 * Changes to the behaviour of the `G_URI_FLAGS_SCHEME_NORMALIZE` scheme
447   normalization flag in `GUri` (work by Carlos Garcia Campos) (#2257, !1716)
448
449 * Add new `--run-prefix` and `--skip-prefix` options to GTest, to allow running
450   or skipping test suites by prefix (work by Frederic Martinsons) (!1738)
451
452 * Fix thread-safety of `GBinding`; see the updated documentation for
453   `g_object_bind_property()` for full details — if your code uses `GBinding`
454   across threads, you should re-check it against the latest documentation, use
455   `g_binding_unbind()` rather than implicitly dropping the binding with your
456   last `g_object_unref()` call, and use `g_binding_dup_source()`/`g_binding_dup_target()`
457   instead of `g_binding_get_source()`/`g_binding_get_target()`
458   (work by Sebastian Dröge) (!1745)
459
460 * Bugs fixed:
461  - #553 Improved error-handling when timezone lookup fails
462  - #600 Remove "volatile" from G_DEFINE_*
463  - #961 gdbus tool: file handle passing doesn't work
464  - #994 mark g_assert_* as "noreturn" also on MSVC
465  - #1560 Can't get data for empty compressed resources
466  - #1592 Main loop ignores GPollFD sources when there is at least one source ready with priority higher than default one
467  - #1833 meson: reconsider G_DISABLE_CAST_CHECKS handling
468  - #1849 Documentation of g_set_object(): can object_ptr be null?
469  - #1963 Follow-up from "gdbusmessage: Limit recursion of variants in D-Bus messages"
470  - #2015 Add g_assert_cmpstrv() test utility
471  - #2046 Add pylint and shellcheck CI checks
472  - #2074 Big dbus writes with a FD list fail
473  - #2076 g_type_register_fundamental() and g_type_add_interface_static() should not trigger valgrind leak warnings
474  - #2150 Add URI parsing tests from GstURI to GUri
475  - #2221 GLib-GIO:ERROR:../gio/tests/gsocketclient-slow.c:99:on_event: 'connection' should be NULL
476  - #2223 Documentation of g_strrstr_len is misleading; suggested fix
477  - #2233 GSocketClient crashes on connection failure
478  - #2236 Docs: gdbus-codegen example links broken
479  - #2253 In gspawn.c, use sysconf() system call on Mac OS, instead of default maxfiles limit of 4096
480  - #2257 GUri: apply scheme normalization flag consistently
481  - !1251 Improve support for interface types
482  - !1385 gobject: allocate parameter list for g_object_new_valist() entirely on stack
483  - !1629 Add some tracing to GTask
484  - !1699 Fix signedness warnings
485  - !1701 gio: Fix some remaining DocBook syntax in a documentation comment
486  - !1708 gio: Add missing nullable annotations
487  - !1716 guri: Normalize uri segments if they are encoded and add a flag to do scheme-based normalization
488  - !1722 gio: Fix various typos of the name ‘D-Bus’
489  - !1724 glib/tests/fileutils: Fix expectations when running as root
490  - !1726 gdbus: Document the intended semantics of handles and fdsTim Waugh
491  - !1731 Make more use of g_assert_no_errno()
492  - !1733 gdbusauthmechanismsha1: Don’t create keyring dir when running as setuid
493  - !1734 glocalfileinfo: Use a single timeout source at a time for hidden file cache
494  - !1735 gobject: Standardise on the term ‘instantiatable’
495  - !1737 gscanner: Avoid undefined behaviour copying between union members
496  - !1738 Extend the usage of -p option for glib test framework
497  - !1740 Fix more warnings
498  - !1745 Make GBinding thread-safe (alternative approach)
499  - !1746 gkeyfilesettingsbackend: improve error-checking
500  - !1747 Fix broken link syntax in g_vasprintf docs
501  - !1748 Fix minor Coverity return value warnings
502  - !1750 Fix warnings
503  - !1754 GWin32AppInfo: Use a thread pool for async appinfo tree rebuilds
504  - !1755 Minor Coverity fixes
505  - !1756 shellcheck fixes
506  - !1757 Python formatting improvements
507  - !1758 Fix warnings
508  - !1765 Fix more warnings
509  - !1766 Fix some gdatetime annotations
510  - !1767 tests: Fix GDateTime tests on FreeBSD
511  - !1769 gfileicon: Fix unused-but-set variable with G_DISABLE_ASSERT
512  - !1770 Minor scan-build fixes
513  - !1771 macos: fix frexpl checks in cross-compilation
514  - !1776 gio: ‘security_context_t’ is deprecated
515  - !1780 Minor Coverity fixes
516  - !1781 gspawn: Handle ENOSYS from close_range()
517  - !1782 ghostutils: Abandon hostname conversion early if it’s too long
518
519 * Translation updates:
520  - Czech
521  - Spanish
522  - Ukrainian
523
524
525 Overview of changes in GLib 2.67.0
526 ==================================
527
528 * Important and time-critical fix to DST transitions which will happen in Europe
529   on 2020-10-25 on distributions which use the ‘slim’ tzdata format (which is
530   now the default in tzdata/tzcode 2020b) (work by Claudi M., LRN) (#2224)
531
532 * Further timezone handling changes to improve performance of `GTimeZone` (work
533   by António Fernandes, Sebastian Keller) (#2204)
534
535 * Fix deadlock on Windows when `G_SLICE` is set in the environment (diagnosis by
536   Christoph Reiter) (#2225)
537
538 * Fix UTF-8 validation when escaping URI components (thanks to Marc-André Lureau) (!1680)
539
540 * Security fix for incorrect scope/zone ID parsing in URIs (!1669)
541
542 * Add `g_log_writer_default_set_use_stderr()` API for printing log messages to stderr (work by Simon McVittie) (#2087)
543
544 * Improve connection error reporting when IPv6 is available and disabled (work by Michael Catanzaro, debugging by Konstantin Kharlamov and Milan Crha) (#2211)
545
546 * Fix definition of `G_MSVC_SYMBOL_PREFIX` for ARM (work by Wolfgang Stöggl) (!1187)
547
548 * Add `GStrvBuilder` convenience API for building `NULL`-terminated string arrays (work by Robert Ancell) (!1417)
549
550 * Support appinfo verbs other than ‘open’ on Windows (work by LRN) (!1502)
551
552 * Expose node-based `GTree` APIs (work by Maciej S. Szmigiero) (!1509)
553
554 * Add `G_DBUS_METHOD_INVOCATION_HANDLED`/`_UNHANDLED` convenience constants (work by Simon McVittie) (!1603)
555
556 * Set `IP_BIND_ADDRESS_NO_PORT` on sockets when binding to local addresses (work by Cristian Rodríguez) (!1598)
557
558 * Add Meson option for libelf support (work by Niklas Gürtler) (!1650)
559
560 * Add support for PKCS #11-backed TLS certificates (work by Patrick Griffis) (!1663)
561
562 * Add `g_subprocess_launcher_close()` API to make `GSubprocessLauncher` more usable in bindings (work by Sergio Costas) (!1677)
563
564 * Bugs fixed:
565  - #1233 GType for GTree
566  - #2077 Invalid Pointer Arithmetic in g_path_get_basename
567  - #2087 Respecting G_MESSAGES_DEBUG in a custom log writer should be easy to do
568  - #2164 GDBus DBUS_COOKIE_SHA1 mechanism may use too old a key
569  - #2194 gtk3/glib crash on gimp
570  - #2203 fstatat is available only on macOS 10.10+
571  - #2204 Time zone cache is constantly invalidated if TZ is NULL
572  - #2209 gthreadedresolver: faulty logic in parse_res_txt
573  - #2210 g_private_replace ordering issue
574  - #2211 "Network is unreachable" error returned when IPv6 is disabled and network is reachable using IPv4
575  - #2215 DST incorrectly ends on wrong dates
576  - #2224 top bar time is incorrect, timezone map in control center is broken
577  - #2225 Setting G_SLICE makes Windows programs hang since 2.66
578  - !1187 Define G_MSVC_SYMBOL_PREFIX correctly for ARM
579  - !1417 gstrvbuilder: Add a new object to make NULL-terminated string arrays.
580  - !1449 gio: Expose g_file_query_info_for_copy()
581  - !1502 GWin32AppInfo: Support verbs other than "open"
582  - !1509 GTree: add an ability to iterate over a tree and a node-based API
583  - !1575 Use C++11 decltype where possible
584  - !1598 gsocketclient: set IP_BIND_ADDRESS_NO_PORT if binding to local address
585  - !1603 GDBus: Add G_DBUS_METHOD_INVOCATION_HANDLED, _UNHANDLED
586  - !1643 Minor Coverity fixes
587  - !1645 Fix various signedness warnings
588  - !1647 Fix warnings (keep going)
589  - !1648 glocalfile: Never require G_LOCAL_FILE_STAT_FIELD_ATIME
590  - !1650 Make libelf dependency optional via meson feature
591  - !1652 trash portal: Handle portal failures
592  - !1654 gio-tool-trash: Prevent recursion to speed up emptying trash
593  - !1657 glist: Clarify that g_list_free() and friends only free an entire list
594  - !1658 utils: Limit the scope of the variable `max`
595  - !1661 Lookup fallback time zones in the cache to improve performance
596  - !1663 gtlscertificate: Add support for PKCS #11 backed certificates
597  - !1665 Fix g_module_symbol() under Windows sometimes not succeeding
598  - !1669 guri: Fix URI scope parsing
599  - !1670 GSubprocessLauncher: Move cleanup to dispose()
600  - !1671 gdatetime: Avoid integer overflow creating dates too far in the past
601  - !1673 CI: Re-enable code coverage reporting for MSYS2 builds
602  - !1674 Add version macros for 2.68
603  - !1675 Make static assertions about standard types
604  - !1677 gsubprocesslauncher: Allow to close FDs
605  - !1678 gmessages: Document that using a custom log writer basically disables fatal handling
606  - !1679 gmain: Fix minor typo in documentation
607  - !1680 guri: Fix UTF-8 validation when escaping URI components
608  - !1681 gspawn: Handle error opening /dev/null
609  - !1686 Various improvements in GSocketClient
610  - !1687 uri: add missing (not)nullable annotations
611  - !1688 gspawn: Use close_range() if available to close FDs between fork/exec
612  - !1691 gmain: Fix possible locking issue in source unref
613  - !1692 gsignal: Plug g_signal_connect_object leak
614  - !1695 gfile: Clarify refcount handling for g_file_replace_contents_bytes_async()
615  - !1696 Fix various minor scan build warnings
616  - !1706 Add various missing nullable annotations
617  - !1712 Revert "Use C++11 decltype where possible"
618  - !1714 gmacros: Use __typeof__ when compiling with Clang
619  - !1718 gtrace: Add G_GNUC_PRINTF annotation
620
621 * Translation updates:
622  - Chinese (Taiwan)
623  - Danish
624  - Greek, Modern (1453-)
625  - Hebrew
626  - Latvian
627  - Portuguese
628  - Russian
629  - Slovak
630  - Ukrainian
631
632
633 Overview of changes in GLib 2.66.0
634 ==================================
635
636 * Bugs fixed:
637  - #2200 missing tab in makefile rule
638  - !1639 guri: Fix user passed to g_uri_split_with_user() not being NULL'd
639
640 * Translation updates:
641  - Croatian
642  - Hungarian
643  - Italian
644  - Serbian
645  - Slovak
646  - Swedish
647
648
649 Overview of changes in GLib 2.65.3
650 ==================================
651
652 * Fixes to the new `statx()` calls — note that since GLib 2.65.2 uses `statx()`
653   (if available) instead of `stat()`/`fstat()`/`lstat()`/`fstatat()`, syscall
654   sandboxing for third party applications might need to be updated
655
656 * Bugs fixed:
657  - #2189 g_file_query_info on ro file system: Numerical result out of range
658  - #2191 Calling nice(20) can lead to thread related warnings
659  - #2197 Segfaulting Integer Overflow in g_option_group_add_entries
660  - !1025 Big o notations
661  - !1626 gio: Document g_settings_new() missing schema behaviour
662  - !1627 gthread: Add a sysprof mark for thread creation
663  - !1628 Replace a bunch of fallthrough comments with an attribute
664  - !1631 Fix splice behavior on cancellation
665  - !1632 Fixing signedness warning in glib/gfileutils.c
666  - !1635 gcancellable: Mark a variable as unused if built with G_DISABLE_ASSERT
667
668 * Translation updates:
669  - Basque
670  - Catalan
671  - Chinese (China)
672  - Czech
673  - English (United Kingdom)
674  - Friulian
675  - German
676  - Japanese
677  - Kazakh
678  - Korean
679  - Lithuanian
680  - Polish
681  - Portuguese (Brazil)
682  - Slovenian
683
684
685 Overview of changes in GLib 2.65.2
686 ==================================
687
688 * Support `statx()` and `G_FILE_ATTRIBUTE_TIME_CREATED` (work by Andre Miranda) (#1970)
689
690 * Fix deadlock in `g_subprocess_communicate_async()` (work by Alexander Larsson) (#2182)
691
692 * Add `%f`/microsecond placeholder support to `g_date_time_format()` (work by Johan Bjäreholt) (!1605)
693
694 * Bugs fixed:
695  - #5 g_new0 performance
696  - #1970 Make G_FILE_ATTRIBUTE_TIME_CREATED support stx_btime
697  - #2176 Inconsistent introspection annotations for g_input_stream_read and g_socket_receive
698  - #2182 g_subprocess_communicate_async() can deadlock when writing
699  - !1593 CI support for Coverity Scan
700  - !1605 gdatetime: Add %f format specifier and microsecond precision to g_date_time_format_iso8601
701  - !1613 gfile: Document TOCTTOU avoidance using g_file_delete()
702  - !1615 docs: glib-compile-resources: json-stripblanks
703  - !1616 gioerror: Map WSAENETRESET on Windows to G_IO_ERROR_CONNECTION_CLOSED
704  - !1619 Minor Coverity fixes
705  - !1620 gvariant: Ensure GVS.depth is initialised
706  - !1622 gdatetime: Widen a variable before multiplication
707  - !1623 gcancellable: Assert that make_pollfd() call succeeds
708  - !1624 gdbusaddress: Drop an unnecessary NULL check
709  - !1625 gdbusmessage: Drop redundant uint ≥ 0 checks
710
711 * Translation updates:
712  - French
713  - Galician
714  - Greek, Modern (1453-)
715  - Indonesian
716  - Romanian
717  - Spanish
718  - Turkish
719  - Ukrainian
720
721
722 Overview of changes in GLib 2.65.1
723 ==================================
724
725 * Add `GUri` API for parsing, building and representing URIs according to
726   [RFC 3986](https://tools.ietf.org/html/rfc3986) (work by Marc-André Lureau) (#110)
727
728 * Fix handling of xattr data with embedded nuls (#422)
729
730 * Add `g_file_set_contents_full()` which gives more control over fsyncs (#1302)
731
732 * Fix cross-compilation on iOS (work by Nirbheek Chauhan) (#1868)
733
734 * Add a `x-gvfs-notrash` option to disable trash on certain mounts (work by Ondrej Holy) (!1549)
735
736 * Support ‘slim’ TZif files generated with `zic -b slim` (work by Paul Eggert) (#2129)
737
738 * Support emitting profiling marks from `GMainContext` to sysprof capture files (!1551)
739
740 * Accept IPv6 zone IDs in `g_hostname_is_ip_address()` (work by Marc-André Lureau) (!1604)
741
742 * Bugs fixed:
743  - #4 Include a UTF-8 safe escaping function
744  - #110 Basic URI operations
745  - #137 display_name should be always available
746  - #250 GTestCase's setup/teardown functions appear pointless
747  - #272 allow thread pools to adjust the number of threads to the number of cpu's/cores
748  - #422 Wrong assumption in libgio GFileInfo on xattr/acl string: it may contain binary data.
749  - #858 glib2 @2.40.0 issues a "Got weird mach timebase info" error (Macports, PPC)
750  - #1022 g_object_new Should Mention That it Zeroes Out Private Struct
751  - #1200 Make g_assert_null/nonnull clang static analyzer friendly
752  - #1203 Add a variant of g_file_set_contents() which accepts file mode
753  - #1288 gmacros: Introduce non-public G_CLANG_ANALYZER_NORETURN macro
754  - #1302 g_file_set_contents() can fill target with NUL bytes if it did not previously exist
755  - #1670 ThreadSanitizer data races
756  - #1764 cancellable test: on_mock_operation_ready: assertion failed (iterations_requested > iterations_done): (10 > 10)
757  - #1868 iOS cross compile impossible due to frexpl check not supporting cross compilation
758  - #1869 iOS doesn't have Cocoa, which thankfully isn't a requirement of this code that supposedly requires it
759  - #1982 GSocketAddressEnumerator documentation is inconsistent with existing usage
760  - #2127 Spurious GIO module initialization on Fedora Silverblue (and other ostree-based systems?)
761  - #2129 date_time bugs after 2038, or with today's date and 'zic -b slim' TZif files
762  - #2132 Valgrind reports "still reachable" after g_thread_pool_new/free
763  - #2136 Valgrind reports "still reachable" after g_option_context_parse
764  - #2140 calling malloc in fork child is undefined-behaviour
765  - #2141 g_value_copy is was recently broken
766  - #2149 Make G_URI_FLAGS_PARSE_STRICT the default
767  - #2156 Merge _g_uri_parse_authority() into GUri
768  - #2159 Thread-unsafe initialization in gportalsupport.c
769  - #2160 More guri regressions
770  - #2165 More guri breakage
771  - #2166 g_uri_build() functions should accept a NULL scheme
772  - !1328 guri: new URI parsing and generating functions
773  - !1527 Add g_tls_connection_get_channel_binding_data call and enums
774  - !1534 Various GLocalFile fixes related to the filesystem::remote attribute
775  - !1546 tree: Fix various ableist language
776  - !1549 Add support to ignore trash for certain mounts
777  - !1551 Add initial sysprof support
778  - !1553 gtestutils: Mark that g_assert_whatever() macros do not normally return
779  - !1554 GUri build fixes
780  - !1555 Remove c-format from the string that is not c-formatted
781  - !1556 fuzzing: Another fix for g_uri_parse() test
782  - !1557 A few g_uri_parse_params() improvements
783  - !1559 Fix buffer read overflows in GUri
784  - !1561 gconvert: Use a pointer array in extract_uris
785  - !1563 gdesktopappinfo: Fix unnecessarily copied and leaked URI list
786  - !1564 tests: limit number of threads to something reasonable.
787  - !1570 Reduce CI bandwidth requirements
788  - !1572 Add GUriParamsIter
789  - !1576 gtask: Only override g_task_set_source_tag() for GLib ≥ 2.60
790  - !1577 uri: add illegal_characters argument to unescape_bytes
791  - !1578 tests: Add tests for RFC 8536 v3 parsing of time zones
792  - !1579 glib: Use g_getenv everywhere instead of getenv
793  - !1582 appinfo: Add properties
794  - !1583 gio: Remove broken support for XP
795  - !1590 Use CI schedules and DAGs
796  - !1591 gfileutils: Fix O_NOFOLLOW handling on BSD systems
797  - !1594 GFile: Document that G_FILE_CREATE_REPLACE_DESTINATION can only be used with...
798  - !1595 uri: add ENCODED_PATH & ENCODED_FRAGMENT flags
799  - !1599 uri: do not add ipv6 brackets on non-ip host
800  - !1600 uri: do not encode ':' and ';' from userinfo
801  - !1601 timezone: Fix an uninitialized use
802  - !1602 Revert "Merge branch 'appinfo-properties' into 'master'"
803  - !1604 Make g_hostname_is_ip_address() accept ipv6 zoneid
804  - !1609 Fix multiple typos in guri.c
805  - !1611 guri: Always prepend `//` to the host when building a URI
806  - !1612 guri: Document and check restrictions on path prefixes
807
808 * Translation updates:
809  - Catalan
810  - Kazakh
811  - Lithuanian
812  - Romanian
813  - Slovenian
814  - Spanish
815  - Ukrainian
816
817
818 Overview of changes in GLib 2.65.0
819 ==================================
820
821 * Fix memory monitor tests to only be installed if installed-tests are enabled,
822   and to be skipped if GObject-Introspection is too old (!1407)
823
824 * Stability improvements for various unit tests
825
826 * D-Bus credentials support on macOS (#507)
827
828 * MSVC support for the files generated by `glib-compile-resource` and `gdbus-codegen` (#1215, !1452)
829
830 * Year 2038 fixes involving new API in `GBookmarkFile` (#1931)
831
832 * SOCKS5 proxy authentication fixes (#1986, #1988)
833
834 * Support for more than `MAXIMUM_WAIT_OBJECTS` FDs for `g_poll()` on Windows (#2107)
835
836 * Add `g_assert_no_errno()` test macro for testing POSIX-style functions (!1204)
837
838 * Update Unicode Character Database to version 13.0.0 (!1422)
839
840 * Support storing interned strings in `GValue`s efficiently, via `g_value_set_interned_string()` (#2109)
841
842 * Bugs fixed:
843  - #2 g_filename_from_utf8() should normalize?
844  - #176 the behaviour of constructors for GLib data types is not specified if memory allocation fails
845  - #480 /gdbus/connection/signals test intermittently fails: assertion failed (count_name_owner_changed == 2): (1 == 2)
846  - #507 GDBus credentials don’t work on OS X
847  - #602 GLib.Thread not usable from GObject-Introspection
848  - #1154 Missing documentation how to set a value in a GArray
849  - #1215 MSVC cannot build glib-compile-resource's output resource file
850  - #1323 meson, autotools: figure out if mem barrier is needed for arm64 host variant aarch64
851  - #1398 gdate: Add error handling for GetDateFormatW calls
852  - #1841 Signal handler disconnection race when finalising GCancellableSource
853  - #1851 Meson Build Failure on Windows: Undefined Reference to libiconv
854  - #1911 Memory leak in g_param_spec_flags and/or g_param_spec_enum
855  - #1931 GBookmarkFile API involves time_t
856  - #1954 gdbus-server-auth intermittent failure
857  - #1957 gdbus-connection test failure on FreeBSD
858  - #1986 Socks5 Proxy: Authentication seems broken
859  - #1988 Socks5 Proxy: Wrong error returned when using no authentication
860  - #2038 Bindings: g_tls_connection_set_database() does not allow None as argument
861  - #2051 GUnixOutputStream can block on close()
862  - #2057 Call malloc_trim() under memory pressure
863  - #2067 Glib uses _Static_assert in C++17 mode
864  - #2081 gdbus error messages contains mixed up body and head signatures
865  - #2082 AM/PM - specific variation support needed to Hebrew language
866  - #2083 Memory monitor tests fail if dbusmock isn't installed
867  - #2092 FreeBSD CI timing out in gdbus-connection filter test
868  - #2094 Deprecation warnings when compiling with -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_28 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_28
869  - #2106 Duplicated if - else if conditions in gtranslit.c
870  - #2107 g_poll() implementation on Windows stall when more than MAXIMUM_WAIT_OBJECTS FDs have passed
871  - #2109 GValue: Add support for interned string
872  - #2124 g_file_info_get_content_type() may return NULL
873  - #2132 Valgrind reports "still reachable" after g_thread_pool_new/free
874  - #2134 Valgrind reports "still reachable" after `g_uuid_string_random()`.
875  - #2135 Valgrind reports "still reachable" after g_key_file_new/free
876  - #2136 Valgrind reports "still reachable" after g_option_context_parse
877  - !1204 gtestutils: Add a new g_assert_no_errno() test macro
878  - !1302 gobject: new g_param_is_valid_property_name() function.
879  - !1329 Support nanoseconds in stat timestamps on Windows
880  - !1341 MUI capabilities for GWin32RegistryKey
881  - !1360 CI: Show execution environment before we start
882  - !1395 tests: Move memory_monitor_tests under installed_tests_enabled
883  - !1396 macros: Define G_GNUC_FALLTHROUGH for more compilers
884  - !1397 tests: Skip MemoryMonitor test if GObject-Introspection is too old
885  - !1398 gcontenttype: Fix crash in _get_generic_icon_name()
886  - !1402 ci: Update Android Docker image for aarch64 CPU naming change
887  - !1405 tests: Disable link-time warning for mem-overflow
888  - !1406 Replace fallthrough comments with G_GNUC_FALLTHROUGH
889  - !1408 tests: Don't compare strings by pointer
890  - !1409 gdummytlsconnection: Add missing overrides for ALPN properties
891  - !1413 gapplication: Fix a minor typo in the documentation
892  - !1414 gstrutils: Set locale explicitly for search-utils test
893  - !1415 meson: Don't use assert in test code
894  - !1418 ginetaddress, ginetsocketaddress: Add missing (nullable) annotations
895  - !1422 glib: Update Unicode Character Database to version 13.0.0
896  - !1423 gobject: Clarify assertion failure on ref-after-finalize
897  - !1424 docs: Fix configuration with gtk_doc=true and installed_tests=false
898  - !1425 gdbusconnection: GDBusSignalCallback can have a NULL sender_name
899  - !1426 gunidecomp: Update and reformat Unicode version support history
900  - !1427 gicon: Clarify GVariant refcounting in docs
901  - !1428 Add missing 'extern' to the dllexport version of GLIB_VAR/GOBJECT_VAR
902  - !1429 Fix arch detection ifdefs in glib/valgrind.h
903  - !1430 Use __builtin_trap() on Clang on any platform
904  - !1431 glib-unix.c: fix heap corruption in g_unix_get_passwd_entry
905  - !1432 docs: Mention new gio tool options
906  - !1433 meson: Fix buildtype usage
907  - !1434 gdbusconnection: Clarify nullability of SignalInstance.sender
908  - !1436 glib: Update internal copy of valgrind.h from Valgrind 3.15 release
909  - !1437 gmarkup tests: tab character escape/unescape
910  - !1439 Don't misdetect stpcpy on windows platforms on clang
911  - !1440 Silence clang errors about -Wformat-nonliteral due to missing intermediate attributes
912  - !1441 Meson: Override every dependency glib provides
913  - !1442 gfile: Fallback to fast-content-type if content-type is not set
914  - !1443 gio: use TAPTestRunner in the memory monitor tests
915  - !1444 Meson: Add glib-checks and glib-asserts options
916  - !1452 Make symbols generated by gdbus-codegen exportable on Visual Studio-style builds
917  - !1455 gdesktopappinfo: Note that search results are not filtered
918  - !1456 GCredentials documentation fixes
919  - !1458 meson: Exclude gosxutils.m when building for iOS
920  - !1459 meson: Fix the gnulib checks for isnan* functions
921  - !1460 glib: Sync the local modification to glib/valgrind.h to what was upstreamed
922  - !1462 gvariant-core: Add a note about memory safety of children
923  - !1463 gdesktopappinfo: Add several nullable annotation to GAppInfo getters
924  - !1464 Update Fedora CI
925  - !1466 CI: Switch to new Windows runners
926  - !1469 goption: Treat an empty option context parameter string as NULL
927  - !1475 Improve documentation of g_tls_database_verify_chain()
928  - !1476 tests: Fix remaining race in gdbus-connection filter test
929  - !1479 Improve documentation of client connection validation flags
930  - !1480 CI: Make sure we use meson 0.49.2 in MSYS2
931  - !1481 array: fix corrupt state of GPtrArray after g_ptr_array_extend_and_steal()
932  - !1482 [th/g-ptr-array-variable-cleanups] minor cleanup of variables for GPtrArray
933  - !1487 glib: annotate static inline functions with G_AVAILABLE-type macros
934  - !1488 Rebuild Fedora CI image
935  - !1491 gdatetime: update annotations
936  - !1492 glib-mkenums: allow optional 'since' tag
937  - !1493 meson: Remove stray ] in O_DIRECTORY check
938  - !1496 Fix GLIB_UNAVAILABLE_STATIC_INLINE declaration
939  - !1498 array: add internal ptr_array_new() helper for creating GPtrArray
940  - !1503 docs: Add indexes for symbols added in 2.66
941  - !1505 gobject: Handle runtime checks as such
942  - !1506 tests: Speed up the cancellable test
943  - !1508 tests: Speed up the file test and make it more reliable
944  - !1512 Various fixes when building for iOS
945  - !1513 Initialize the visited time of a new GBookmarkFile
946  - !1515 meson: check for stpcpy using cc.links()
947  - !1516 gthreadedsocketservice: Mark source_object of run signal as nullable
948  - !1517 GWin32RegistryKey: Move assertions
949  - !1518 strfuncs: Use a GPtrArray in strsplit()
950  - !1522 meson: Fix gnulib printf checks
951  - !1524 meson: Fix gnulib build where isnan*() is needed
952  - !1525 Normalize C source files to end with exactly one newline
953  - !1528 gtlsconnection: Improve documentation of peer-certificate[-errors]
954  - !1530 tree: Fix various typos and outdated terminology
955  - !1531 gvariant: Fix documentation for g_variant_get_string() to match reality
956  - !1532 win32: spelling fix
957  - !1535 glib.supp improvements
958
959 * Translation updates:
960  - Bokmål, Norwegian
961  - Catalan
962  - Catalan (Valencia)
963  - Chinese (Taiwan)
964  - Dutch
965  - French
966  - Galician
967  - German
968  - Hebrew
969  - Indonesian
970  - Italian
971  - Japanese
972  - Latvian
973  - Lithuanian
974  - Malay
975  - Romanian
976  - Serbian
977  - Slovak
978  - Slovenian
979  - Spanish
980  - Turkish
981  - Ukrainian
982
983
984 Overview of changes in GLib 2.64.0
985 ==================================
986
987 * Use `posix_spawn()` to speed up launching test D-Bus instances (!1388)
988
989 * Bugs fixed:
990  - #1783 Document using glib-mkenums with meson
991  - #2049 Crash in g_array_copy
992  - !1384 Some minor clang warning fixes
993  - !1386 docs: Document generated headers caveats for genmarshal
994  - !1387 ci: Correctly propagate exit status in run-style-check-diff.sh
995  - !1388 gtestdbus: Use posix_spawn() to spawn dbus-daemon
996  - !1389 Update GError docs to use G_DEFINE_QUARK
997
998 * Translation updates:
999  - Czech
1000  - Danish
1001
1002
1003 Overview of changes in GLib 2.63.6
1004 ==================================
1005
1006 * Fix potential relative read when calling g_printerr(), which could lead to a
1007   denial of service from a setuid-root process being used to block access to the
1008   TTY for another user (#1919)
1009
1010 * Fix SOCKS proxy resolver sometimes not being used when resolving addresses
1011   via Happy Eyeballs (CVE-2020-6750) (#1989)
1012
1013 * Several other Happy Eyeballs fixes for address resolution (#1871, #1872, #1902)
1014
1015 * Various race fixes in `GDBusConnection` and its unit tests (#1515)
1016
1017 * Fix a race condition with D-Bus name ownership (#1517)
1018
1019 * Drop `gio-launch-desktop` helper application in favour of calling `sh` directly (#1633)
1020
1021 * Fix win32 exception handling with C# exceptions (#2025)
1022
1023 * Fix thread safety of `GUnixMountMonitor` (#2030)
1024
1025 * Additional fixes to new thread pool attribute behaviour from GLib 2.63.4 to
1026   check if sched_setattr() is allowed by system policies before depending on it (#2039, !1356)
1027
1028 * Fix memory leaks and corruption when freeing `GSource`s while freeing a `GMainContext` (!1353)
1029
1030 * Drop inappropriate installation of object manager example documentation (!1359)
1031
1032 * Bugs fixed:
1033  - #938 gdbus call -a doesn't support message bus connections
1034  - #1515 gio/gdbus-threading test sometimes fails in CI
1035  - #1517 g_bus_own_name does not always call name_lost_handler when _REPLACE and _ALLOW_REPLACEMENT are set
1036  - #1633 should not install gio-launch-desktop into PATH
1037  - #1919 read from relative path in g_printerr() in 2.58.3
1038  - #1995 Tracker issue for Happy Eyeballs regressions
1039  - #2002 g_io_channel_read_line does not honour the line_term symbols set
1040  - #2025 W32 exception handling misbehaves when C# exceptions are thrown when running inside the Visual Studio debugger
1041  - #2030 Random nautilus test suite failures involving GUnixMountMonitor
1042  - #2039 sched_setattr() still can cause EPERM through natural causes
1043  - #2043 Low memory monitor test failed in CI
1044  - #2044 GApplication docs suggest invalid GVariant type
1045  - !1185 gtimezone: Tidy up UTC timezone creation
1046  - !1281 ci: Update Docker packages
1047  - !1283 gmodule: change _g_module_close to only take a handle.
1048  - !1298 tests: Speed up the GIO actions test
1049  - !1299 gapplication: Fix a minor typo in the documentation
1050  - !1339 gsocketclient: Refactor g_socket_client_connect_async()
1051  - !1353 GMainContext - Fix memory leaks and memory corruption when freeing sources while freeing a context
1052  - !1354 GThreadPool - Add test for !1340
1053  - !1355 glist: Add docs examples of how to combine with g_steal_pointer()
1054  - !1356 GThread - Check if sched_setattr is allowed by the system policies before depending on it
1055  - !1359 docs: Don’t install object manager example separately
1056  - !1363 Make tests pass if we are euid != 0 with capabilities
1057  - !1366 Fix oss-fuzz coverage link
1058  - !1372 gobject: Fix strict aliasing warnings with g_set_object()
1059  - !1376 gitlab-ci: 64-bit ARM is aarch64, not arm64
1060  - !1381 ghash: Document the iteration order over a hash table is not defined
1061  - !1382 tests: Bump the refcount timeout in gdbus-threading
1062  - !1383 ci: Enable parallelisation when running installed tests
1063
1064 * Translation updates:
1065  - Basque
1066  - English (United Kingdom)
1067  - French
1068  - Galician
1069  - German
1070  - Greek, Modern (1453-)
1071  - Hungarian
1072  - Indonesian
1073  - Japanese
1074  - Korean
1075  - Lithuanian
1076  - Polish
1077  - Portuguese (Brazil)
1078  - Spanish
1079  - Swedish
1080  - Turkish
1081
1082
1083 Overview of changes in GLib 2.63.5
1084 ==================================
1085
1086 * Fix behaviour of `g_file_move()` fallback code to not follow symlinks (#986)
1087
1088 * Rename `--glib-min-version` argument of `gdbus-codegen` to `--glib-min-required`
1089   (this is not an API break as `--glib-min-version` was added earlier in the
1090   2.63 cycle) (#1993)
1091
1092 * Add gtk-doc checks to CI and fix a number of documentation issues
1093   (thanks to Xavier Claessens) (!978)
1094
1095 * Add `G_SIZEOF_MEMBER()` macro (!1333)
1096
1097 * Add a debug message if `g_setenv()` or `g_unsetenv()` are used after any
1098   threads have been spawned — this will be upgraded to a warning in future (!1337, #715)
1099
1100 * Skip memory monitor tests if xdg-desktop-portal or dbusmock are not available (!1296, !1338)
1101
1102 * Change the `libmount` configure option from a boolean to a Meson `feature` (!1344)
1103
1104 * Do not return `target-uri` from `g_file_peek_path()` when called on trash/recent files (!1346)
1105
1106 * Drop new TLS certificate API for PKCS #11 backed certificates, as the implementation
1107   is not ready yet (this is not an API break as the API was added earlier in the
1108   2.63 cycle) (!1347)
1109
1110 * Bugs fixed:
1111  - #986 g_file_move: remove G_FILE_COPY_NOFOLLOW_SYMLINKS section
1112  - #1551 CI: Add checks for `TODO` in MRs
1113  - #1925 Large number of routes installed into kernel cause high cpu usage
1114  - #1993 Rename gdbus-codegen --glib-min-version argument to --glib-min-required and add --glib-max-allowed
1115  - #2012 spawn_thread_queue not initialised in GThreadPool
1116  - #2020 g_network_monitor_base_add_network() improperly unrefs GInetAddressMask
1117  - !978 Various fixes to make gtkdoc-check pass on glib
1118  - !1018 docs: tag enclose 'all' and 'help' values
1119  - !1170 Avoid C++20 deprecated assignment to volatile
1120  - !1296 tests: Skip GMemoryMonitor tests if the dbusmock template is not available
1121  - !1307 Remove global declaration of GMemoryMonitor
1122  - !1322 gmain: Mark G_SOURCE_FUNC as available in 2.58
1123  - !1333 Add and use G_SIZEOF_MEMBER() macro
1124  - !1337 genviron: Message if g_setenv()/g_unsetenv() are used after threads spawned
1125  - !1338 tests: Skip GMemoryMonitor tests if xdg-desktop-portal is not available
1126  - !1344 meson: libmount autodectection
1127  - !1345 gio-tool-info: Print unix mount information where available
1128  - !1346 gfile: Do not return target-uri from g_file_peek_path()
1129  - !1347 Revert "gtlscertificate: Add support for PKCS #11 backed certificates"
1130  - !1348 ghash: Clarify that g_hash_table_add() always consumes the key
1131  - !1349 doc: Clarify that _locker_new() does not actually allocate memory
1132  - !1351 glib.supp: update g-threaded-resolver-getaddrinfo-config
1133
1134 * Translation updates:
1135  - Japanese
1136  - Lithuanian
1137  - Malay
1138  - Portuguese (Brazil)
1139  - Swedish
1140
1141
1142 Overview of changes in GLib 2.63.4
1143 ==================================
1144
1145 * Fix various race conditions on signal emission in GDBus (#604, #978, #1232)
1146
1147 * Change thread pools so that thread attributes (in particular, priority) are
1148   inherited from the thread which created the `GThreadPool` initially, rather
1149   than from the thread which is pushing a new job into the pool (#1834, #2007)
1150
1151 * Expand support for running Windows apps with
1152   `g_app_info_launch_default_for_uri()` using rundll32 on Windows (#1932)
1153
1154 * Support multiple directories in `GSETTINGS_SCHEMA_DIR` environment variable (#1998)
1155
1156 * Support full Julian day range in `TZ` environment variable (#1999)
1157
1158 * Apply recursion depth limits to variants in D-Bus messages (!1201)
1159
1160 * Support adding call flags and timeouts to method calls generated by
1161   `gdbus-codegen` through the new `--glib-min-version` option (!1286)
1162
1163 * Fully deprecate TLS rehandshakes; they are now ignored due to TLS protocol
1164   changes (!1305)
1165
1166 * Bugs fixed:
1167  - #198 g_fopen and friends: should also state how to close a stream
1168  - #604 GDBus name watching dispatch is buggy/excessively-complicated
1169  - #833 g_object_set: document the need to cast varargs
1170  - #978 SIGSEGV in on_name_lost_or_acquired
1171  - #1232 Insufficient thread safety around GDBusObjectManagerClient
1172  - #1416 Re-add macOS CI
1173  - #1834 Unwanted priority/etc inheritance with GThreadPool and GThread and the POSIX implementation
1174  - #1932 Windows: Gio.AppInfo.launch_default_for_uri seems not to work for local files/folders
1175  - #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
1176  - #1997 Base64 encoding with "break_lines" claims to wrap at 72 characters but seems to wrap at 76
1177  - #1998 support multiple directories in GSETTINGS_SCHEMA_DIR
1178  - #1999 GTimeZone fails to accept full Julian day range when parsing the direct $TZ string format
1179  - #2007 Thread scheduler attributes fail under valgrind
1180  - !388 ci: Avoid downloading subprojects for each job
1181  - !1111 gio: test that launch_uris() exports files with the document portal when launching a flatpak
1182  - !1201 gdbusmessage: Limit recursion of variants in D-Bus messages
1183  - !1279 tests: Fix an error message set by foo_set_property()
1184  - !1286 gdbus-codegen: Add a GDBusCallFlags arg to method calls
1185  - !1291 gio-tool-list: Add an option to print display names
1186  - !1294 GMemoryMonitor docs fixes
1187  - !1295 gio: Fix socket test
1188  - !1301 GThread - Inherit parent thread priority by default for new Win32 threads
1189  - !1303 gvariant-core: Don't pass NULL second argument to memcpy
1190  - !1305 Fully deprecate TLS rehandshakes
1191  - !1308 gsocketclient: run timeout source on the task's main context
1192  - !1309 Fix crash in gutils when application is prevented access to passwd file
1193  - !1317 gfdonotificationbackend: remove notifications when bus name vanishes
1194  - !1320 subprojects: Temporarily avoid using wrapdb while it’s down
1195  - !1324 ci: Add some documentation to the style check CI test
1196  - !1325 Check for SYS_sched_getattr before using it unconditionally
1197  - !1330 W32: Correctly set st_ino when doing private stat()
1198  - !1334 gthread: Ensure GThreadSchedulerSettings is always defined
1199
1200 * Translation updates:
1201  - Catalan
1202  - Galician
1203  - Hungarian
1204  - Indonesian
1205  - Polish
1206  - Portuguese (Brazil)
1207  - Spanish
1208
1209
1210 Overview of changes in GLib 2.63.3
1211 ==================================
1212
1213 * Add a `--glib-min-version` argument to `gdbus-codegen` which controls breaks in the API of generated code (#1726)
1214
1215 * Add `g_clear_list()` API to clear `GList`s to `NULL` (#1943)
1216
1217 * Add a `GMemoryMonitor` API to be notified of memory pressure situations using the low-memory-monitor project (!1005)
1218
1219 * Add support for dispose functions for `GSource` implementations (!1175)
1220
1221 * Tighten up validation of GObject signal and property names, allowing performance improvements (!1224)
1222
1223 * Fix installation path of GIO modules on MSVC to be the bindir (!1254)
1224
1225 * Bugs fixed:
1226  - #650 g_signal_lookup gives too many warnings
1227  - #1011 GListStore, easily find if the item is already inserted
1228  - #1130 gdbus-codegen: Add an option to strictly generate markdown in source comments
1229  - #1687 glocalvfs.c uses non-thread-safe getpwnam()
1230  - #1726 Warn when method/signal uses type 'h' but lacks GDBus.C.UnixFD annotation
1231  - #1935 Assert in _kqsub_free seems to be too strict
1232  - #1943 Consider g_clear_list()
1233  - #1947 Documentation clarification for g_uuid_string_random()
1234  - #1953 Documentation for g_type_init() and others missing from online gtk-doc documentation
1235  - #1961 A typo in the comment of `g_settings_schema_get_path`: threfore -> therefore
1236  - !1005 gio: Add GMemoryMonitor to monitor for low-memory
1237  - !1172 gptrarray: Add an example to the g_ptr_array_steal() docs
1238  - !1175 Implement a dispose function for GSource
1239  - !1223 Add additional valgrind suppressions
1240  - !1224 Signal name handling improvements
1241  - !1230 ci: Run installed-tests on Fedora
1242  - !1235 Add sudo to Fedora docker image
1243  - !1239 tests: Run "timeout tests" sequentially
1244  - !1248 ci: Update all Debian CI runners to use v5 of the Dockerfile
1245  - !1249 gio-tool-mount: Allow mounting by the given UUID
1246  - !1252 ci: Fix running all jobs on merge requests
1247  - !1253 gthread: Fix "zero as null pointer" warning
1248  - !1254 giomodule: gio modules are no longer installed in bindir on MSVC
1249  - !1255 ci: Build Docker images rather than OCI images if using podman
1250  - !1256 gdate: Add autoptr support
1251  - !1258 Minor CI fixups
1252  - !1261 gtk-doc: Ensure we have recent enough version
1253  - !1262 tests: Add tests for the gdbus-codegen executable
1254  - !1265 build: don't check for protected visibility
1255  - !1267 Revert "doc: Workaround gtkdoc-scan bug leading to undocumented symbols"
1256  - !1268 ci: Work-around successful installed tests having no logs
1257  - !1269 gvariant: Add guard to g_variant_get()
1258  - !1271 tests: Enable GDBus debug for a number of unreliable tests
1259  - !1274 trash portal: Don't follow symlinks
1260  - !1275 Small doc correction
1261  - !1277 Various gtk-doc improvements
1262  - !1278 Update installed tests CI
1263  - !1280 clang-format-diff: Output diff for multiple files, not just one
1264  - !1282 Revert "Revert "docs: remove GDBusObjectManager example""
1265  - !1284 Update POTFILES.in 191212
1266  - !1287 atomic/tests: test g_atomic_pointer_compare_and_exchange() with const pointers
1267  - !1289 gtype: Define auto-cleanup functions for Module class
1268
1269 * Translation updates:
1270  - Spanish
1271
1272
1273 Overview of changes in GLib 2.63.2
1274 ==================================
1275
1276 * Use `lldb` rather than `gdb` on macOS for debugging (#1004)
1277
1278 * Switch the atomic builtins from `__sync_fetch_*()` to the slightly more modern
1279   `__atomic_*()` (#1750)
1280
1281 * Fix calculation of `gsize` width on various platforms (including OpenBSD) (#1777)
1282
1283 * Fix undefined behaviour causing brokenness in `g_utf8_find_prev_char()` when
1284   compiling with GCC ≥ 8 (#1917)
1285
1286 * Revert UNIX mode changes in `G_FILE_ATTRIBUTE_ID_UNIX_MODE` which broke OSTree (#1934)
1287
1288 * Slightly improve performance for signal emissions when no handlers are connected (!1083)
1289
1290 * Add `g_task_return_value()` and `g_task_propagate_value()` APIs to allow
1291   `GTask` to be used from language bindings more easily (!1216)
1292
1293 * Fix a file monitoring crash on kqueue-based systems (BSD) (!1221)
1294
1295 * Bugs fixed:
1296  - #1004 [PATCH] Make gbacktrace use lldb on Mac OS X
1297  - #1552 CI: Add code style checks
1298  - #1750 Switch from  __sync_fetch_*() to __atomic_*() in glib/gatomic.h
1299  - #1777 gsize: improper typedef on (at least) OpenBSD
1300  - #1895 Regression: glib does not compile on centos 6: "objcopy: unrecognized option '--add-symbol'"
1301  - #1917 Test utf8-pointer fails with static build, LTO, optimisations, and new GCC
1302  - #1930 glib/tests/bookmarkfile.c:385:test_modify: assertion failed: (stamp == now)
1303  - #1934 ostree tests broken since bfdc5fc4fc84ef8518d2d1a328c8482cf5a38e98: File '/tmp/test-tmp-libostree_test-basic-user.sh.test-QB4SA0/diff-test2' is not empty
1304  - #1938 GDateTime doesn't support leap seconds
1305  - #1940 atomics test fails on FreeBSD CI since !1123
1306  - !1039 Improve documentation for footgun function g_tls_client_connection_copy_session_state()
1307  - !1083 Use the GObject hole on 64bit arches for some flags to improve performance
1308  - !1202 CI updates after !1177
1309  - !1208 gutils: Slightly improve docs formatting for g_get_os_info()
1310  - !1209 Make ld executable configurable
1311  - !1210 gdbus-server-auth test: Include gcredentialsprivate.h
1312  - !1213 gsocket: Improve diagnostics on bind() failure
1313  - !1214 gvariant, gbytes: Avoid memcmp (NULL, ., 0) or memcmp (., NULL, 0)
1314  - !1216 Make GTask more binding-friendly
1315  - !1218 gdb: Fix GHashTable pretty printer off-by-one error
1316  - !1220 gparam: fix memory leak in g_param_value_defaults()
1317  - !1221 Add NOTE_REVOKE to the list of the monitoring events
1318  - !1225 gtlsconnection: clarify handshake() documentation
1319  - !1227 Deprecate old GTlsConnection functionality even harder!
1320  - !1231 Fix build on old libc that does not define _SC_HOST_NAME_MAX
1321  - !1238 gstrfuncs: use gsize type internally for strv functions
1322  - !1242 gfileinfo: Clarify the documentation for G_FILE_ATTRIBUTE_UNIX_MODE
1323  - !1243 docs: Fix "occurred" typos in API documentation
1324
1325 * Translation updates:
1326  - Spanish
1327
1328
1329 Overview of changes in GLib 2.63.1
1330 ==================================
1331
1332 * Several usability improvements to command line `gio` tool (!1153)
1333
1334 * Add `g_array_steal()`, `g_ptr_array_steal()` and `g_byte_array_steal()` APIs (#285)
1335
1336 * Add `g_get_os_info()` API (!1063, !1160)
1337
1338 * Add `g_warning_once()` API (!1028)
1339
1340 * Always resolve `localhost` to loopback address in `GResolver` (!616)
1341
1342 * Add `GMainContextPusher` API (!983)
1343
1344 * Limit recursion in `g_variant_parse()` (!1173)
1345
1346 * Fix crash in `g_spawn()` with high FD numbers due to use of `select()` rather
1347   than `poll()` (#954)
1348
1349 * Allow passing empty `GValue`s to `g_param_value_set_default()` (!1186)
1350
1351 * Escape header guards generated by `gdbus-codegen` better (#1379)
1352
1353 * Bugs fixed:
1354  - #285 [PATCH] add array steal and memdup functions
1355  - #954 The g_spawn_sync() function uses select() which has limitations
1356  - #1318 rare failure in gdbus-peer test: invalid uninstantiatable type '(null)' in cast to 'GDBusServer'
1357  - #1379 gdbus-codegen generates invalid header guards when build directory contains a + character
1358  - #1622 NULL pointer derefs on g_vasprintf() failure
1359  - #1813 g_option_context_add_main_entries() is missing array annotation for entries parameter
1360  - #1831 No reply on private socket due to auth problem
1361  - #1836 gobject.c uses undefined annotation “(not optional)”
1362  - #1858 docs/reference/gobject/tut_gobject.xml: object properties example uses deprecated API
1363  - #1877 g_cancellable_source_new annotated with 'skip'
1364  - #1896 Use after free when calling g_dbus_connection_flush_sync() in a dedicated thread
1365  - #1897 glib 2.62.0 fails test 'test_writev_no_vectors' wih gcc7
1366  - #1903 use-after-free in mimeapps test causes intermittent segfault during testing
1367  - #1906 test_os_info fails on FreeBSD
1368  - #1916 objcopy not used from cross-compilation file in GIO tests
1369  - #1923 Recent Versions of GLib Break Dolphin File-Manager's Thumbnailing when Using 'gtk2' Style
1370  - !616 Always resolve localhost to loopback address
1371  - !983 gmain: Add GMainContextPusher convenience API
1372  - !1014 tests: Add a test for g_assert_finalize_object()
1373  - !1028 gmessages: Add g_warning_once()
1374  - !1035 Switching from C gnu89 to C gnu99 standard
1375  - !1063 gutils: Add g_get_os_info()
1376  - !1082 gdatetime: Document RFC 3339 extensions when parsing ISO 8601
1377  - !1105 syscall flood on every time*() function call
1378  - !1120 Update documentation with FreeBSD build instructions
1379  - !1135 gmain: use atomic operation instead of GMutex to access g_main_context_default()
1380  - !1146 Solaris build fixes
1381  - !1147 gmodule: fix typo in doc comment
1382  - !1148 gio/gfileinfo: fix parameter references
1383  - !1149 gio/gfile: fix parameter reference for value_p
1384  - !1150 gio/gfile: fix parameter references to @contents
1385  - !1151 gio/gfile: fix typo in doc comment
1386  - !1152 gwinhttpvfs: Handle g_get_prgname() returning NULL
1387  - !1153 Several gio-tool bash completion fixes and improvements
1388  - !1155 Strict-aliasing fixes to new atomic built-ins
1389  - !1157 Fix various compiler warnings on Android
1390  - !1160 Add Windows support to g_get_os_info()
1391  - !1161 hash: Remove an assertion from the hot path
1392  - !1163 gcharset: Expand the documentation for g_get_locale_variants()
1393  - !1165 Use uname as a fallback to get OS info
1394  - !1167 Fix some minor leaks in testfilemonitor
1395  - !1168 Fix gdatetime tests on toolbox
1396  - !1171 Revert "gdbus-codegen: emit GUnixFDLists if an arg has type 'h'"
1397  - !1173 gvariant: Limit recursion in g_variant_parse()
1398  - !1177 ci: Add libdbus development files to CI Docker images
1399  - !1179 Improve GPtrArray doc-comments
1400  - !1180 array: Avoid use of memcpy(dest, NULL, 0)
1401  - !1181 gmain: Clarify thread safety of some common GSource functions
1402  - !1182 gio: Fix typo in URL
1403  - !1186 Allow using an empty GValue with g_param_value_set_default()
1404  - !1189 gparamspecs: Fix type class leaks on error handling paths
1405  - !1197 Fix GDBus test failures on non-Linux (in particular FreeBSD)
1406  - !1200 Minor fixes from a scan-build run
1407
1408 * Translation updates:
1409  - Catalan
1410  - Chinese (Taiwan)
1411  - Spanish
1412
1413
1414 Overview of changes in GLib 2.63.0
1415 ==================================
1416
1417 * Add g_fsync() API (#35)
1418
1419 * Fix regression in g_file_copy() when passing
1420   `G_FILE_COPY_TARGET_DEFAULT_PERMS` flag; the destination permissions would be
1421   private rather than following the process’ umask (!1142)
1422
1423 * Several `GDateTime` parsing fixes (!1127)
1424
1425 * Always build the tests if installed-tests are enabled, so that the tests can
1426   actually be installed (!1141)
1427
1428 * Rework atomic function implementations to use memory barrier in the correct
1429   place (when compiler intrinsics aren’t providing the atomics), and fix
1430   signedness issues (#1449, #1565)
1431
1432 * Use the OS’ `fdwalk()` function (if safe) to speed up `g_spawn_*()` on BSD (#1638)
1433
1434 * Remove the macOS `dyld` `GModule` implementation in favour of `dl` instead (!1093)
1435
1436 * Bump Python requirement to ≥ 3.5, which we implicitly relied on anyway through
1437   our Meson dependency (!1132)
1438
1439 * Bugs fixed:
1440  - #35 add g_fsync to API
1441  - #174 g_file_copy always preserves  permissions, even if G_FILE_COPY_ALL_METADATA flag is not set
1442  - #259 docs: fix a misunderstanding in g_type_add_interface_*
1443  - #767 g_signal_lookup fails if class is not referenced
1444  - #1052 g_io_write_chars calls abort when given a null byte as input
1445  - #1449 glib fallback atomic int/ptr get/set have memory barrier in wrong place
1446  - #1565 Signedness of atomic operations
1447  - #1638 g_spawn_*() is extremely slow under certain circumstances
1448  - #1809 Provide API for working with PKCS11 backed certificates
1449  - #1843 TSAN false positive with g_atomic_pointer_get/g_atomic_pointer_set under Clang
1450  - #1865 g_variant_get_data_as_bytes fails after serializing a variant
1451  - #1875 Segfault and Overflow in __gio_xdg_cache_mime_type_subclass() with Wps-Office installed
1452  - #1887 glib 2.62.0 breaks loading dylibs as modules
1453  - #1888 2.62: docs build on Windows broken
1454  - #1897 glib 2.62.0 fails test 'test_writev_no_vectors' wih gcc7
1455  - !1020 docs: Remove priv pointers from the tutorial example
1456  - !1062 gtype: mark the inline functions in G_DECLARE_*_TYPE() as UNUSED
1457  - !1080 tests: Fix skipping mkdir-with-parents-permission test
1458  - !1088 Various small scan-build fixes
1459  - !1090 giochannel: Clarify type of GSource callback in documentation
1460  - !1093 gmodule: remove macOS dyld implementation
1461  - !1095 Define G_IOV_MAX to 512 on macOS/iOS
1462  - !1099 gmem: clarify that g_malloc always uses the system allocator
1463  - !1109 doc: fix typo in gio/gsettings.c
1464  - !1110 gio: Add missing "gio remove" option to bash completion script
1465  - !1112 Add version macros for GLib 2.64
1466  - !1115 gdatetime: Fix error handling in g_date_time_new_ordinal()
1467  - !1116 gmarkup: Add a limit on the number of attributes in an element
1468  - !1119 Annotate the return value of various utility functions
1469  - !1124 docs: Fix typo in GConverter{Input,Output}Stream section titles
1470  - !1125 gdatetime: Fix error handling in g_date_time_new_week()
1471  - !1126 fileinfo: Mention that usec mtimes are set
1472  - !1129 gdate: Fix tautological comparison warnings on Android
1473  - !1130 Improve GLIB_DEPRECATED_MACRO_FOR output
1474  - !1131 gio/gfileinfo: fix param reference in doc comment
1475  - !1132 build: Bump Python requirement to ≥ 3.5
1476  - !1137 gregistrysettings: bump key name length to 2048
1477  - !1138 Always build tests if we enabled installed-tests
1478  - !1139 g_file_info_get_modification_date_time: Calculate in integer domain
1479
1480 * Translation updates:
1481  - Danish
1482  - Italian
1483  - Panjabi
1484  - Serbian
1485  - Turkish
1486
1487
1488 Overview of changes in GLib 2.62.0
1489 ==================================
1490
1491 * Fix new `GFileInfo` APIs to work when `G_FILE_ATTRIBUTE_TIME_MODIFIED_USEC`
1492   was not queried (!1087)
1493
1494 * Bugs fixed:
1495  - #487 Add valgrind test runs to CI
1496  - !1084 garray: Fix reference to GLIB_SIZEOF_INT
1497  - !1086 glib.supp: make gobject_init() calloc also of the possible kind
1498  - !1087 fileinfo: ignore USEC if not available
1499
1500 * Translation updates:
1501  - Friulian
1502  - Portuguese (Brazil)
1503
1504
1505 Overview of changes in GLib 2.61.3
1506 ==================================
1507
1508 * Support setting thread name on BSD systems (#1761)
1509
1510 * Install previously-uninstalled headers for public `GNativeSocketAddress`
1511   object (#1854)
1512
1513 * Very initial support for Windows apps (UWP) (!1057)
1514
1515 * Add various new valgrind suppressions to `glib.supp` (#1879, !1075)
1516
1517 * Bugs fixed:
1518  - #83 Optimisation for g_nearest_pow() in garray.c
1519  - #512 GSignal: accumulator function not called to accumulate G_SIGNAL_RUN_CLEANUP object handler return values
1520  - #873 allow NULL arguments to parse_strv
1521  - #905 Patches from static analysis run on 2.40
1522  - #1057 goption: add sanity check to input parameters
1523  - #1309 GSettings object stops emitting "changed" signal on g_settings_reset after call to g_settings_delay
1524  - #1620 GDBus criticals from GVfs with GLib master
1525  - #1761 Setting thread-name on BSD systems
1526  - #1803 GDK_SCALE=X is not respected when using "gio open"
1527  - #1819 Invalid characters in Open Location dialog crashes GIMP
1528  - #1852 Regression: g_mkdir_with_parents() returns 0 on failure
1529  - #1854 glib/gio: GNativeSocketAddress headers not installed.
1530  - #1860 g_clear_handle_id does not trigger GLIB_VERSION_MAX_ALLOWED warning
1531  - #1863 Potential invalid writes on g_utf8_strreverse
1532  - #1867 A couple of en_GBisms
1533  - #1870 GSettingsBackend watches not thread-safe
1534  - #1879 Incomplete valgrind suppressions - 16 KiB leak reported by valgrind from loading libglib-2.0.so
1535  - #1880 glib/gbacktrace.c: If dup2 happened to return -1, don't call dup2 with same value
1536  - #1881 GIO_USE_VOLUME_MONITOR and GIO_USE_FILE_MONITOR do not work as documented
1537  - !1002 Remove mentions of mailing lists from the documentation
1538  - !1011 gapplication: Fix a leaking GRemoteActionGroup member
1539  - !1015 Post-release version bump
1540  - !1016 gnetworkmonitornm fixups
1541  - !1017 Improve ISO 8601 parsing by GDateTime
1542  - !1023 g_object_get_property: Improve documentation for use of G_VALUE_INIT
1543  - !1026 gutf8: Assert that written memory stays in bounds
1544  - !1027 gfileutils: Fix error propagation for other than ENOENT
1545  - !1031 meson: build gnulib if printf isn't good enough
1546  - !1032 meson: small printf check cleanups
1547  - !1033 win32: don't assume the format specifier for the stdlib printf/scanf like functions
1548  - !1034 glib/tests/fileutils: Add a reproducer for #1852
1549  - !1036 cond test: Don't make assumptions about struct sigaction member order
1550  - !1037 Meson: Override glib-compile-resources/schemas
1551  - !1044 Relax use of g_test_bug() to not require g_test_bug_base() to be called first
1552  - !1049 minor typos in the documentation
1553  - !1050 tests: Fix a pragma warning on FreeBSD
1554  - !1054 gerror: Add a docs paragraph about not displaying errors verbatim in UI
1555  - !1057 Some (probably) easy uwp patches
1556  - !1059 Update win32 readme, add myself to codeowners
1557  - !1066 libffi.wrap: Meson port has moved to FDO gitlab
1558  - !1068 gsubprocesslauncher.c: fix documentation
1559  - !1071 meson: Move libdl_dep to the top level
1560  - !1074 Adjust README formatting
1561  - !1075 glib.supp: add suppression for g_type_class_ref()
1562
1563 * Translation updates:
1564  - Basque
1565  - Catalan
1566  - Czech
1567  - English (United Kingdom)
1568  - French
1569  - Galician
1570  - German
1571  - Hungarian
1572  - Indonesian
1573  - Korean
1574  - Lithuanian
1575  - Polish
1576  - Romanian
1577  - Spanish
1578  - Swedish
1579
1580
1581 Overview of changes in GLib 2.61.2
1582 ==================================
1583
1584 * Add various new array functions (#236, #269, #373)
1585  - `g_array_copy()`
1586  - `g_ptr_array_copy()`
1587  - `g_ptr_array_extend()`
1588  - `g_ptr_array_extend_and_steal()`
1589  - `g_array_binary_search()`
1590
1591 * Add `g_assert_finalize_object()` helper function for writing tests (#488)
1592
1593 * Rework how D-Bus connections are closed/unreffed when `g_test_dbus_down()` is
1594   called. Tests which leak a `GDBusConnection` may now time out and abort,
1595   rather than silently leaking. (#787)
1596
1597 * Add a deprecation macro for GLib macros, and use it; third-party uses of
1598   long-deprecated GLib macros may now start causing warnings. (#1060)
1599
1600 * Deprecate `GTime` and `GTimeVal`, and various functions which use them.
1601   Use `GDateTime` and `guint64` UNIX timestamps instead. (#1438)
1602
1603 * Stop using `G_DISABLE_DEPRECATED` to allow disabling deprecation warnings;
1604   third-party code should now be using
1605   `GLIB_VERSION_{MIN_REQUIRED, MAX_ALLOWED}` to control symbol usage (!871)
1606
1607 * Improve support for running `ninja test` when GLib is built statically (#1648)
1608
1609 * Improve `GNetworkMonitor` detection of offline states (#1788)
1610
1611 * Fix build failure on macOS related to missing `_g_content_type_get_mime_dirs`
1612   function (#1791)
1613
1614 * Add various installed utilities’ paths to `gio-2.0.pc` (#1796)
1615
1616 * Fix keyfile `GSettings` backend and portal (especially relevant to any version
1617   of GLib included in a flatpak runtime) (#1822, !985)
1618
1619 * More IPv6 ‘Happy Eyeballs’ fixes in `GNetworkAddress` (!865)
1620
1621 * Fix CVE-2019-12450, wide permissions of files when copying using GIO (!876)
1622
1623 * Bump the Meson dependency from 0.48.0 to 0.49.2; we won’t depend on anything
1624   higher than this for a while, as Debian 10 ships 0.49 (!924)
1625
1626 * Various test fixes for Windows (!930, !931)
1627
1628 * Initial support for Universal Windows Platform (UWP): certification, and use
1629   of packaged libraries (!951)
1630
1631 * Add experimental clang-cl support on Windows, allowing `g_autoptr()` support
1632   on Windows (!979)
1633
1634 * Bugs fixed:
1635  - #77 G_STDIO_NO_WRAP_ON_UNIX wraps
1636  - #236 Add a function to copy an array
1637  - #269 Additional convenience functions for g_ptr_array
1638  - #373 GArray could use a binary search function
1639  - #436 running tests leaves lots of coredumps
1640  - #453 find-enclosing-mount docs confusing
1641  - #488 Add g_object_assert_last_unref() helper macro to detect object leaks in tests
1642  - #590 A reader lock can be obtained even if a writer is already waiting for a lock
1643  - #638 g_atexit is defined when not declared
1644  - #737 Initialize GValue in g_object_get_property()
1645  - #787 gtestdbus: Properly close server connections
1646  - #804 gdbusproxy prefixes unstripped error
1647  - #870 Fix and enhance GDatetime for Windows
1648  - #872 ucs4 functions have wrong return transfer
1649  - #887 gdusmessage.c mishandles bounds of GDBusMessageType and related enums
1650  - #894 gvalue: Avoid expensive checks where possible
1651  - #940 Docs for g_socket_listener_set_backlog are not very helpful
1652  - #943 G_DEFINE_TYPE_WITH_PRIVATE docs not helpful
1653  - #1018 Allow guid key in dbus addresses
1654  - #1060 Add deprecation macro for macros
1655  - #1169 Tools can display gibberish messages from translations
1656  - #1270 g_get_charset always returns 8-bit codepage on Windows, crippling UTF-8 output
1657  - #1438 Deprecate GTimeVal- and GTime-based APIs
1658  - #1635 g_socket_join_multicast_group iface parameter fails on win32/64
1659  - #1648 2.58.2: Assorted asserts fail in Arch Linux when built statically
1660  - #1729 g_content_type_guess segfaults when passed an empty data buffer on Mac OS
1661  - #1788 GNetworkMonitor claims I am offline
1662  - #1790 documentation on g_file_info_get_attribute_as_string
1663  - #1791 _g_content_type_get_mime_dirs missing from libgio-2.0.0.dylib on MacOS
1664  - #1792 glib-genmarshal generated valist marshal does not respect static scope for some types
1665  - #1793 glib-genmarshal generates wrong code for va marshaler for VARIANT type
1666  - #1794 API Proposal: g_timer_is_active
1667  - #1796 Add gio-querymodules variable to pkg-config file
1668  - #1797 glib/tests/win32 test failing on 64-bit Visual Studio builds
1669  - #1798 /contenttype/tree reliably fails on FreeBSD since !863
1670  - #1807 g_dbus_server_new_sync() documentation references nonexistent function
1671  - #1808 Stopping a GDBusServer should clean up Unix socket paths (if not abstract) and nonce-tcp nonce files
1672  - #1811 Introspection info for g_unichar_compose's 3rd arg should be OUT
1673  - #1822 keyfile gsettings backend not loading
1674  - #1823 Documentation for disabling selinux is incorrect
1675  - #1825 GKeyFileSettingsBackend created without filename construct property and unchecked assertion
1676  - #1828 Small typo in gio manpage
1677  - #1837 Specify for each (optional) parameter, whether it is OUT or INOUT
1678  - #1838 Reword documentation for G_DECLARE_FINAL_TYPE
1679  - #1847 Setting GLIB_VERSION_{MIN_REQUIRED, MAX_ALLOWED} to before 2.56 triggers warnings
1680  - !533 docs: Document pitfall of deprecation pragmas
1681  - !563 ci: Add scan-build job in a new ‘analysis’ pipeline stage
1682  - !678 glib-compile-schemas: Improve translatable strings
1683  - !817 gdate: Officially mark GTime as deprecated
1684  - !851 gsettings: Document that lists are returned in no defined order
1685  - !853 gobject: Fix apostrophe usage in a few small bits of documentation
1686  - !859 gobject: Add a g_assert_finalize_object() macro
1687  - !863 gunicollate/cygwin: Don't use __STDC_ISO_10646__ for wchar_t related checks
1688  - !865 gnetworkaddress: fix "happy eyeballs" logic
1689  - !867 Post-release version bump
1690  - !871 Drop G_DISABLE_DEPRECATED
1691  - !873 Use atomic reference counting for GSource
1692  - !874 Clamp number of vectors to IOV_MAX / UIO_MAXIOV for GOutputStream writev()...
1693  - !875 CI/msys2: disable coverage reporting, lcov doesn't support gcc9 yet
1694  - !876 CVE-2019-12450: gfile: Limit access to files when copying
1695  - !877 gio: specify proper c_marshaller and va_marshallers
1696  - !883 tests: Fix small race in GSubprocess tests
1697  - !884 garcbox.c: Fix typo atomit => atomic
1698  - !885 goption: Clarify G_OPTION_ARG_FILENAME documentation
1699  - !889 Include <sys/filio.h> for FIONREAD
1700  - !901 gmain: Clarify that g_source_destroy() doesn’t drop a reference
1701  - !904 Add glib-genmarshal tests and fix some valist marshaller bugs
1702  - !906 property action: Add state hints
1703  - !908 Improve testfilemonitor test repeatability and debuggability
1704  - !909 D-Bus auth mechanism improvements
1705  - !914 ci: Run scan-build in a different build directory
1706  - !915 docs: fix typo on arrays examples in gvariant-text
1707  - !917 docs: Fix name of IRC channel in CONTRIBUTING.md
1708  - !919 glib/tests/refcount.c: Fix tests on non-GCC-isque compilers
1709  - !920 gmacros: Only use deprecated attributes on enumerators with GCC ≥ 6.5
1710  - !923 Check if compiler symbols are defined before using them
1711  - !924 Bump the required version of Meson
1712  - !930 glib/tests/convert.c: Skip tests that aren't meaningful for Windows
1713  - !931 glib/tests/fileutils.c: Fix stdio Wrapper Test on Windows
1714  - !934 build: Increase the slow test timeout to 180s
1715  - !935 Ignore */__pycache__/* directories
1716  - !937 Fix module tests on Visual Studio builds
1717  - !939 gstdio: minor cleanups
1718  - !941 list model: Expand items-changed docs
1719  - !944 gutils: Don't limit the length of the host name to 99
1720  - !945 Avoid overrunning stack at the end of the varargs.
1721  - !947 gobject/tests/signals.c: Fix tests on Windows
1722  - !948 GObject: Fix mkenums.py and genmarshal.py tests on Windows
1723  - !950 ci: Enable CI on FreeBSD 12
1724  - !951 Preliminary patches for Universal Windows Platform support
1725  - !952 gio: Make minor docs improvements
1726  - !953 g_utf8_normalize: Doc comment return missing nullable annotation
1727  - !954 Fix the ISO 15924 code for Manichaean
1728  - !955 gmacros: Use _Static_assert when C11 is available
1729  - !958 gthread: fix minor errno problem in GCond
1730  - !961 gmain: Fix g_main_context_prepare priority annotation
1731  - !962 gmacros: Use _Static_assert only for non-expr static assert
1732  - !964 gmacros.h: Use static_assert on MSVC if possible
1733  - !968 Fix typo in request handle
1734  - !970 gdatetime: Unset LC_ALL for the test as well
1735  - !971 docs.c: Forward link from g_auto* → G_DEFINE_AUTO*
1736  - !973 doc: fix typo in gio/gresource.c
1737  - !979 Experimental clang-cl support
1738  - !980 gmacros.h: Add better support for clang-cl
1739  - !981 gio: fix typo in g_settings_reset documentation
1740  - !982 Various doc fixes
1741  - !985 Keyfile portal fixes
1742  - !987 gio/tests: Remove code and comments referring to libtool
1743  - !991 fix atomic detection on older gcc versions
1744  - !992 docs: Add example to g_test_summary() documentation
1745  - !994 gio: Fix minor docs mistakes
1746  - !996 Small array test fixes
1747  - !997 gdbusaddress: Add missing transfer annotation
1748  - !1007 Resubmission of !832 “Try to create the complete path right away and fall back”
1749  - !1009 gapplication: remove inactivity_timeout source on finalize
1750
1751 * Translation updates:
1752  - Hungarian
1753  - Indonesian
1754  - Portuguese (Brazil)
1755  - Spanish
1756
1757
1758 Overview of changes in GLib 2.61.1
1759 ==================================
1760
1761 * `g_unichar_isxdigit()` and `g_unichar_xdigit_value()` now handle full-width
1762   characters (U+FF21–U+FF26 and U+FF41–U+FF46) (#58)
1763
1764 * Deprecate `gtester` utility and its test reporting format and enable TAP
1765   output by default instead — the `--tap` option to tests is now a no-op
1766   (#1441, #1619)
1767
1768 * Add `g_test_summary()` to allow test authors to programmatically summarise
1769   what each unit test in a test suite does (#1450)
1770
1771 * Upgrade to Unicode Character Database v12.1 (#1713, !822)
1772
1773 * More IPv6 Happy Eyeballs fixes to `GNetworkAddress` and `GSocketClient`
1774   (#1747, #1771, #1774)
1775
1776 * Fix valgrind and gdb support for the new `GHashTable` changes (#1749, #1780)
1777
1778 * Fix GTask wait times growing faster than the number of task threads (#1683)
1779
1780 * Change `GApplication` to ignore `-psn_*` arguments on the macOS command line,
1781   as they are irrelevant (#1784)
1782
1783 * Add `g_autoqueue()` helper macros, similar to `g_autolist()` (!474)
1784
1785 * Add pre-allocated link helpers for `GList` and `GQueue`:
1786  - `g_list_insert_before_link()`
1787  - `g_queue_insert_before_link()`
1788  - `g_queue_insert_after_link()`
1789
1790 * Improve network availability detection with NetworkManager to treat lower
1791   levels of connectivity as having reduced availability (!781)
1792
1793 * Add `g_clear_signal_handler()` to allow disconnecting from a `GObject` signal
1794   and clearing the signal handler ID to zero in a single call (!819)
1795
1796 * Add `g_autoptr()` support for `GRWLock` (!825)
1797
1798 * Define `G_OS_UNIX`, not `G_OS_WIN32`, when GLib is built agains Cygwin (!862)
1799
1800 * Bugs fixed:
1801  - #29 GScanner: should explicitly document modifiable fields (value, next_value, ...)
1802  - #58 g_unichar_isxdigit() and g_unichar_xdigit_value() should deal with full-width a-fA-F
1803  - #106 Boxed types should be documented better
1804  - #135 g_unichar_totitle(0) returns 0x00001F88 instead of 0
1805  - #429 g_format_size() is broken on Windows
1806  - #1441 Deprecate gtester
1807  - #1450 Add API for tests to describe what they're checking
1808  - #1619 GTest should have a way to default to TAP
1809  - #1683 GTask: task_wait_time is increased constantly when the number of running thread is greather than 10
1810  - #1713 Upgrade to Unicode Character Database v12
1811  - #1739 meson build failure libdl
1812  - #1747 Critical in g_socket_client_async_connect_complete
1813  - #1749 New GHashTable implementation confuses valgrind
1814  - #1753 Remove memory leaks from gio/test/resolver.c
1815  - #1755 Please revert #535 gmacros: Try to use the standard __func__ first in G_STRFUNC
1816  - #1759 test_month_names: assertion failed
1817  - #1760 Document for g_resolver_lookup_records why it returns a list of list of gchar*.
1818  - #1763 tests: -p runs tests in the reverse of the specified order
1819  - #1768 g_strlcat(): Possible buffer overflow in implementation
1820  - #1771 GNetworkAddressAddressEnumerator unsafely modifies cache in GNetworkAddress
1821  - #1774 Leaks in gsocketclient.c connection code
1822  - #1776 glib/date test fails
1823  - #1780 GDB pretty-printer for GHashTable no longer works
1824  - #1782 Error in documentation for cross-compile.
1825  - #1784 MacOS adds a -psn_X_XXXXXX parameter to the command line
1826  - !474 Add g_autoqueue
1827  - !476 Add pre-allocated link helpers for GList and GQueue
1828  - !556 gtestutils: Make --tap compatible with -p and --GTestSkipCount
1829  - !732 gsocket: Clarify in docs that `flags` arguments can be platform specific
1830  - !766 W32: swap special g_get_prgname() for platform_get_argv0()
1831  - !774 Only build tests if certain conditions are met.
1832  - !780 Add copyright and licensing terms to test report generator
1833  - !781 gnetworkmonitornm: Fix network available detection
1834  - !782 build: Fix check for RTLD_NEXT
1835  - !785 Remove monitor test
1836  - !787 build: Remove */.gitignore files
1837  - !791 glib/gconstructor.h: Include stdlib.h for MSVC builds
1838  - !792 general: Remove a few unhelpful references to ‘master’
1839  - !795 gdesktopappinfo: Add support for MATE and Xfce4 terminals
1840  - !802 gio: tests, don't check for libdl on OpenBSD
1841  - !806 Get to 100% coverage on GQueue tests
1842  - !808 Update the Docker images used for CI
1843  - !809 Modified version of !784 — Adding tests cases for a better coverage of glib/tests/strfuncs.c
1844  - !813 gappinfo: Add precondition checks to GAppLaunchContext env methods
1845  - !814 gschema.dtd: Add target attribute to alias
1846  - !819 Clear signal handler
1847  - !820 ci: Keep JUnit report script working on Debian stable
1848  - !821 Various minor cleanups to autoptrs
1849  - !822 glib: Update Unicode Character Database to version 12.1.0
1850  - !825 Add autoptr support for GRWLock
1851  - !831 build: (Long time after) post-release version bump
1852  - !835 Fix typo in German translation
1853  - !836 Document the best practices for binding GInitiallyUnowned
1854  - !862 build: define G_OS_UNIX, not G_OS_WIN32 under cygwin
1855
1856 * Translation updates:
1857  - Basque
1858  - Catalan
1859  - German
1860  - Indonesian
1861  - Spanish
1862
1863
1864 Overview of changes in GLib 2.61.0
1865 ==================================
1866
1867 * Changes to `iconv` configure options, including the default iconv
1868   implementation on macOS — distributors may need to check their configure
1869   scripts (#1557)
1870
1871 * Build fixes when building GLib with `G_DISABLE_ASSERT` defined (#1708)
1872
1873 * Fix documentation for `gdbus-tool wait` to use correct units (#1737)
1874
1875 * Improvements to symlink handling on Windows (!269)
1876
1877 * Add exception handling for crashes on Windows (!582)
1878
1879 * Set `G_WITH_CYGWIN` again when GLib is built on Cygwin (this was a regression
1880   from the autotools build) (!736)
1881
1882 * Use `GCocoaNotificationBackend` by default on macOS, rather than
1883   `GGtkNotificationBackend` (!745)
1884
1885 * Use Windows symbol visibility when GLib is built on Cygwin, as PE binaries
1886   are subject to W32 visibility mechanics — this affects the definition of
1887   `_GLIB_EXTERN` (!752)
1888
1889 * Add coloured output support to `gdbus introspect` (!761)
1890
1891 * Bugs fixed:
1892  - #682 docs: advise not to use non-literal strings as qdata keys
1893  - #1177 gparted crashes due to g_quark_from_static_string used in global initialization
1894  - #1258 the buffer written to by g_input_stream_read is not marked as an out parameter
1895  - #1557 By default glib tries to use libc instead of native iconv on OSX
1896  - #1566 Meld Windows shows error on startup "There was a problem starting c:\Program"
1897  - #1614 GIO tests fail on FreeBSD CI with: Unexpected error from C library during 'pthread_mutex_lock': Invalid argument
1898  - #1708 Building GLib with G_DISABLE_ASSERT fails
1899  - #1709 GResource generation test incompatible with stable LLVM on Linux
1900  - #1710 Crash in g_cancellable_cancel
1901  - #1712 gdbus-proxy test is flaky
1902  - #1724 unconditional check in fuzzing/meson.build
1903  - #1725 gosxappinfo.h is not installed on macOS
1904  - #1727 Cannot use trash folder with an NFS mount using automount / autofs
1905  - #1728 GSocket does not support ENOTSOCK
1906  - #1732 Win32: lookup_by_name_async segfaults for not available domains
1907  - #1737 gdbus-tool wait command timeout argument incorrect unit reference
1908  - !67 glib: update internal gnulib from upstream
1909  - !269 Win32 symlink code refactoring
1910  - !493 tests: Check that cancelling g_file_replace don't overwrite existing file
1911  - !582 Basic W32 exception handling for glib
1912  - !680 Fix warnings glib
1913  - !690 Fix thread safety issues
1914  - !694 gvariant-parser: Fix pattern coalesce of M and *
1915  - !706 Fix data races in task test and gmenumodel test
1916  - !709 Bump release version for 2.62 series
1917  - !710 socket: Fix annotation for flags in g_socket_receive_message
1918  - !712 gwin32: Fix comment for g_win32_veh_handler
1919  - !716 Various minor documentation fixes
1920  - !717 Improve formatting of GCC attribute documentation
1921  - !718 GSocketClient - Free last error if a connection attempt fails and on retry the...
1922  - !719 Handle an UNKNOWN NetworkManager connectivity as NONE
1923  - !721 codegen: Fix use of uninitialised variable
1924  - !723 Provide examples for GNUC attribute macros
1925  - !724 meson: do a build-time check for strlcpy before attempting runtime check
1926  - !728 gsocket: Remove (type) annotation from flags arguments
1927  - !730 Improve gdbus-address parsing tests
1928  - !735 docs: Use the right g_autoptr function when using an auxiliary function
1929  - !736 Set G_WITH_CYGWIN again
1930  - !737 gresolver: Don’t use gai_strerror() on Windows, as it isn’t threadsafe
1931  - !741 Fix use-after-free triggered by gnome-session-binary
1932  - !745 gcocoanotificationbackend: give more priority than the gtk one
1933  - !749 gio: Add missing autocleanup definition for GSettingsSchema{Key,Source}
1934  - !750 Check for RTLD_NEXT
1935  - !752 Use W32 visibility for Cygwin
1936  - !754 Check for /proc/self/cmdline
1937  - !757 Fix gnulib build on older Visual Studio builds
1938  - !760 Properly ensure the cocoa notification backend type
1939  - !761 RFC: gdbus-tool: Add --color option for introspect
1940  - !762 gutils: Add (nullable) annotation to g_get_prgname()
1941  - !765 gslice: Use a convenience macro
1942  - !769 ci: Generate a cover report for the test suite
1943  - !772 tests: Check that option-argv0 test succeeds on Linux
1944  - !776 tests: Only run --external-data test on GNU ld/objcopy
1945  - !779 Fix 2.62 documentation symbols
1946
1947 * Translation updates:
1948  - Dutch
1949
1950
1951 Overview of changes in GLib 2.60.0
1952 ==================================
1953
1954 * Further fixes to the Happy Eyeballs (RFC 8305) implementation (#1653, #1679, #1693)
1955
1956 * Add support for the XDG trash portal (#1676, !276)
1957
1958 * Bugs fixed:
1959  - #1653 gsocketclient-slow test is flaky
1960  - #1658 keyfile settings backend: Consider tightening permissions
1961  - #1668 Fill in CODE-OWNERS file
1962  - #1675 glib-compile-resources: c_name generation issue
1963  - #1676 Trash portal tries to open files as read-only but D-Bus API documents against that
1964  - #1679 socket-service test is flaky
1965  - #1693 Happy Eyeballs failure in gsocketclient-slow test
1966  - #1697 gthreadresolver: do_lookup_records does res_ninit with an uninitialized state
1967  - #1698 g_base64_encode(NULL, 0) causes critical warnings
1968  - !276 Support the trash portal
1969  - !639 gvariant-parser: Fix error handling when type coalescing fails
1970  - !666 Socket fixes to W32 test suite
1971  - !674 Update gvdb submodule
1972  - !676 Initialize a variable
1973  - !677 gerror: Add a missing precondition assertion in documentation
1974  - !686 gio: Also support modules built with MSVC
1975  - !688 gsocketclient: Fix critical on cancellation
1976  - !689 glib-compile-resources: Fix a minor leak
1977  - !691 gtask: Separate GTask fields memory locations to avoid data races
1978  - !692 glib.supp: Add more variations of existing suppressions
1979  - !696 Move closures refcount test to gobject/tests/
1980  - !698 gthreadedresolver: Remove unused thread pool
1981  - !699 tests: Fix closure-refcount to preserve old semantics
1982  - !702 Rename gobjectenumtypes.[ch] to glib-enumtypes.[ch]
1983  - !703 Clean up gmarshal.[ch]
1984
1985 * Translation updates:
1986  - Catalan
1987  - Czech
1988  - French
1989  - Friulian
1990  - German
1991  - Italian
1992  - Korean
1993  - Romanian
1994  - Serbian
1995
1996
1997 Overview of changes in GLib 2.59.3
1998 ==================================
1999
2000 * Fix support for g_get_user_special_dir() on macOS, including support for the Downloads directory (#1048)
2001
2002 * Ensure that cancelling a GTask cannot cause its callback to be called synchronously (in the same call chain as the original *_async() call) (#1608)
2003
2004 * Further fixes to the Happy Eyeballs (RFC 8305) implementation (#1644, #1680)
2005
2006 * Various fixes for installation of installed tests (thanks to Iain Lane) (!649, !651)
2007
2008 * Various fixes for tests when run on Windows (thanks to LRN) (!665, !667)
2009
2010 * Bugs fixed:
2011  - #535 gmacros: Try to use the standard __func__ first in G_STRFUNC
2012  - #875 gio-gvfs on Windows: Don't mishandle other non-native URIs in gwinhttpvfs.c
2013  - #1048 "Desktop" shortcut appears twice in file chooser sidebar on OSX
2014  - #1608 Cancellation might not be asynchronous under certain circumstances
2015  - #1644 network-address test failure in CI: IPv6 Broken (g-io-error-quark, 24)
2016  - #1680 Regression: g_socket_client_connect_to_host_async() sometimes gets "Connection refused" when connecting to localhost
2017  - #1686 gdbus-peer test is sometimes timing out
2018  - !613 Use win32 io channel on windows for the protocol test
2019  - !634 Win32: gio/gsocket.c: Set WSAEWOULDBLOCK on G_POLLABLE_RETURN_WOULD_BLOCK
2020  - !638 gvariant-parser: Fix parsing of G_MININT* values in GVariant text format
2021  - !640 tests: Tag socket-service test as ‘flaky’
2022  - !641 Minor typo fixes to GSpawn documentation
2023  - !645 gsocketlistener: Fix multiple returns of GTask when accepting sockets
2024  - !647 gsocketclient: Ensure task is always returned on cancel
2025  - !648 gio/tests/task: Run the worker indefinitely until it's cancelled
2026  - !649 gio tests: Install test1.overlay file when building installed tests
2027  - !650 gstring: fully document semantics of @len for g_string_insert_len
2028  - !651 tests: Install the slow-connect-preload.so library and use it
2029  - !667 GSubprocess fixes for W32 test suite
2030  - !668 tests: Mark gdbus-peer test as flaky
2031  - !669 GWin32VolumeMonitor: Sort the volumes correctly
2032  - !670 gpollableoutputstream: Fix the description of the interface
2033  - !672 Fix some tests when running as root
2034
2035 * Translation updates:
2036  - Catalan
2037  - Danish
2038  - French
2039  - Indonesian
2040  - Kazakh
2041  - Portuguese (Brazil)
2042  - Slovenian
2043  - Turkish
2044
2045
2046 Overview of changes in GLib 2.59.2
2047 ==================================
2048
2049 * Fix check on GDBusMessage size when reading it. (#1642)
2050
2051 * Add async GIO API: g_file_query_default_handler_async(), g_app_info_launch_uris_async() (#1249, #1347)
2052
2053 * Fix some bugs in the Happy Eyeballs implementation. (#1646, #1649)
2054
2055 * Install a new generated header with enum types for Unicode enums. (!481)
2056
2057 * Support the XDG trash portal. (!276)
2058
2059 * Bugs fixed:
2060  - #1224 TSAN patches
2061  - #1249 xdg-open/gnome-open doesn't work if service isn't started
2062  - #1347 g_app_info_launch_default_for_uri_async  is not really async
2063  - #1376 gmarkup: Optimize g_markup_escape_text()
2064  - #1642 minor mismatch between error and code in g_dbus_message_bytes_needed
2065  - #1646 Criticals in g_socket_client_enumerator_callback()
2066  - #1649 Critical in g_socket_client_connected_callback
2067  - #1673 G_MININT constants broken in g-i
2068  - !276 Support the trash portal
2069  - !481 Define enum types for Unicode enums
2070  - !585 gio: do not pass O_PATH file descriptors to portal APIs
2071  - !593 Don't fail trash test if ~/.local doesn't exist or mount points can't be determined (master)
2072  - !609 Make `g_app_info_launch_uris_async()` really asynchronous
2073  - !619 gvariant: Fix a mistake in docs
2074  - !622 Fixing warnings
2075  - !626 gdbus: Avoid printing null strings
2076  - !627 gsocketclient: Fix criticals
2077  - !629 Various memory leak cleanups to GSettings tests (subset)
2078  - !630 docs: Ignore more version macros
2079
2080 * Translation updates:
2081  - Galician
2082  - Hungarian
2083  - Lithuanian
2084  - Polish
2085  - Spanish
2086
2087
2088 Overview of changes in GLib 2.59.1
2089 ==================================
2090
2091 * Autotools support is gone. (!580)
2092
2093 * g_format_size() now uses a no-break space to separate digits and units;
2094   translations will need to be updated accordingly. (#1625)
2095
2096 * New g_queue_clear_full() API. (#1464)
2097
2098 * Fix argument quoting on win32 when spawning subprocesses. (!419)
2099
2100 * Allow polling more than 64 handles on win32 using g_poll(). (#1071)
2101
2102 * Tag various tests as ‘flaky’. These are no longer run routinely on our
2103   upstream CI machines, and downstream packagers may want to not run them (or
2104   not treat those test failures as package build failures) on their test
2105   machines either. They are in the `flaky` test suite. (!579)
2106
2107 * Add overlay support to g_resources_get_info(). (#1445)
2108
2109 * Support defaults and locks in the keyfile GSettings backend. This will be
2110   used for flatpaks. (!450)
2111
2112 * Accept unquoted strings in the keyfile GSettings backend to simplify things
2113   for sysadmins. (!603)
2114
2115 * Update our contribution guidelines (`CONTRIBUTING.md`). (!590)
2116
2117 * Add writev() and writev_all() APIs to GOutputStream and GPollableOutputStream,
2118   and provide implementations of them for many subclasses. (#1431)
2119
2120 * Bugs fixed:
2121  - #424 Add 'proxy' debugging support
2122  - #1055 Provide alignment macros
2123  - #1071 Eliminate MAXIMUM_WAIT_OBJECTS limitation in g_poll() on Windows
2124  - #1445 g_resources_get_info doesn't respect resource overlays
2125  - #1464 Add g_queue_clear_full() API
2126  - #1500 GListStore needs double checking on some warnings
2127  - #1623 xdg-open: file with colon results in “The specified location is not supported”
2128  - #1625 Unbreakable space needed when showing size of folder/file
2129  - #1636 GTask getters don’t return TRUE/FALSE after bitfield changes
2130  - #1637 EXCEPTION_ACCESS_VIOLATION in g_clear_pointer
2131  - #1639 GListStore implementation of g_list_model_get_item() returns wrong results on integer overflow
2132  - #1655 gvariant-parser warnings
2133  - #1663 G_MININT32 triggers compiler warning C4146 with Visual C++
2134  - #1666 `G_DEFINE_DYNAMIC_TYPE_EXTENDED` causes warnings with -Wcast-function-type
2135  - !319 giomodule: Print the type of each default GIO module
2136  - !333 Add writev() API to GOutputStream and GPollableOutputStream
2137  - !419 gspawn, win32: qouted args - escape end backslash
2138  - !450 Settings portal
2139  - !512 gtype: Clarify type of GInterfaceInitFunc
2140  - !516 gthread: Add g_private_set_alloc0() convenience API
2141  - !535 win32 gpoll: overcome the 64 handles limit
2142  - !545 goption: Fix an annotation on g_option_context_parse_strv()
2143  - !560 docs: Fix dconf GSETTINGS_BACKEND name in gio overview
2144  - !564 gtype: Document type for iface_default_init() function
2145  - !568 Add separate definitions of g_assert_[non]null() for C++
2146  - !571 docs: Add note on how to check a gboolean condition
2147  - !575 gio: Update bad cert error in accept-certificate and GTlsError docs
2148  - !579 Temporarily disable flaky tests
2149  - !580 Drop autotools support
2150  - !583 gmacros: MSVC supports the noreturn function attribute
2151  - !587 Remove unused .pc.in files
2152  - !588 MSVC: Move dirent implementation to glib/dirent/
2153  - !590 Update contribution documentation
2154  - !591 gfileinfo: Fix annotation for g_file_info_set_attribute_stringv
2155  - !592 Remove leftover build/ directory
2156  - !595 gtestutils: pass open file descriptors to subprocess
2157  - !597 tests: Tag gsocketclient-slow test as ‘flaky’
2158  - !598 gdbus-proxy test fails with GLib-GIO:ERROR:glib/gio/tests/gdbus-proxy.c:832:fail_test: code should not be reached
2159  - !599 gdtlsconnection: do not return on a void method
2160  - !601 gio: Support "help" in extension point env vars
2161  - !602 Update POTFILES.in
2162  - !603 keyfile settings: Accept unquoted strings
2163  - !608 build: Add -Wno-pedantic flag to compiler arguments
2164  - !611 gnetworkaddress: fix use-after-free for network address
2165  - !612 gdir: shutup a warning when building with msvc
2166  - !615 Fix a couple of wrong compiler warnings
2167
2168 * Translation updates:
2169  - Spanish
2170  - Swedish
2171
2172
2173 Overview of changes in GLib 2.59.0
2174 ==================================
2175
2176 * This will be the last development release with autotools support. As our
2177   Meson support has been around since 2.56.x, and was used to release tarballs
2178   in 2.58.x, the next development release (2.59.1) will drop autotools as used
2179   to build GLib. The macros installed for other packages to use will remain.
2180
2181 * Add `G_TEST_OPTION_ISOLATE_DIRS` to redirect `XDG_*_HOME` to a temporary
2182   directory for each unit test. (#538)
2183
2184 * Support `Property.EmitsChangedSignal` annotations in `gdbus-codegen`. (#542)
2185
2186 * Add `g_assert_cmpvariant()` API for unit tests. (#1191)
2187
2188 * Hide bind mounts from GIO mount listings. (#1271)
2189
2190 * Automatically realign data passed to `g_variant_new_from_bytes()` or
2191   `g_variant_new_from_data()` if it is not correctly aligned. This prevents
2192   misaligned accesses on architectures which don’t support them. Callers should
2193   still aim to correctly align data to get higher performance. (#1342)
2194
2195 * Support `ld -b binary` (on platforms which support it; i.e. Linux) to provide
2196   large pre-compiled `GResource` resources with a fast compilation time. (#1489)
2197
2198 * Unconditionally install GLib m4 macros, so that projects which depend on GLib
2199   and which still build using autotools can continue to build even once GLib has
2200   ported entirely to Meson. (#1520)
2201
2202 * Various fixes to the Meson build.
2203
2204 * Drop Python 2 support and require Python 3.4+. See discussion on
2205   https://mail.gnome.org/archives/desktop-devel-list/2018-July/msg00004.html.
2206   (!196)
2207
2208 * `GHashTable` performance and memory improvements for common cases. See
2209   https://hpjansson.org/blag/2018/07/24/a-hash-table-re-hash/. (!208)
2210
2211 * Add flags that allow a `GApplication` to signal and replace a currently
2212   running other instance of the same `GApplication`. This will be used for app
2213   upgrades with flatpak. (!250)
2214
2215 * Autostart xdg-desktop-portal when using the network monitor and proxy monitor
2216   portal backends. (!317)
2217
2218 * Add a g_task_set_name() API to allow `GTask`s to be described; useful for
2219   debugging. (!384)
2220
2221 * Enable FreeBSD CI on every commit for upstream GLib. (!387)
2222
2223 * Various GVariant, GMarkup and GDBus fuzzing fixes, including buffer overflow
2224   fixes. (!411)
2225
2226 * Various fixes to eliminate thread races, found by thread sanitizer (tsan).
2227
2228 * Deprecate TLS/DTLS rehandshaking, as it has been removed from the protocol in
2229   TLS 1.3. (!478)
2230
2231 * Support reading arguments from a file with `glib-mkenums`, which is useful
2232   for long argument lists due to having deeply nested build directories, on
2233   systems with a low limit on the command line length. (!489)
2234
2235 * Make `g_environ_*()` case-insensitive on Windows, as the environment itself
2236   is case-insensitive on Windows. (!500)
2237
2238 * Add Application Layer Protocol Negotiation (ALPN) support to `GTlsConnection`
2239   and `GDtlsConnection`, so that higher layer protocols can be negotiated when
2240   setting up a TLS connection, without additional round trips and latency. This
2241   is needed for eventual HTTP/2 support. (!520)
2242
2243 * Add support for TPM keys in PEM files when loading TLS certificates. (!522)
2244
2245 * Add a `GRecMutexLocker` auto-pointer wrapper for `GRecMutex`. (!528)
2246
2247 * Bugs fixed:
2248  - #107 The "g_key_file_get_comment" interface returns comment with unexpected new line symbol at the end
2249  - #179 g_object_unref assert in debug code
2250  - #277 'destroy_data' in g_cclosure_new is registered as finalize notifier instread invalidate.
2251  - #538 Add helpers to redirect XDG_*_HOME to a temp dir for unit tests
2252  - #542 gdbus-codegen does not honor "Property.EmitsChangedSignal" annotations
2253  - #656 check for -Werror=format-security broken
2254  - #734 Provide a way to instantiate a GDBusProxy-derived class from a GDBusConnection and a object path without blocking
2255  - #827 gmain: Clarify that g_source_set_callback() is safe on attached sources
2256  - #1055 Provide alignment macros
2257  - #1119 GVolumeMonitor: Results don't reflect current state but state when application was launched
2258  - #1191 add g_assert_equal_variants
2259  - #1261 Add option to leave <default> in gschema empty
2260  - #1271 fstab binds appear as mounts (x-gvfs-hide is being ignored)
2261  - #1310 gdbusproxy: make g-name-owner property useful with unique names
2262  - #1313 Meson: Rework the config.h generation
2263  - #1342 Automatically realign data passed to g_variant_new_from_bytes() or g_variant_new_from_data()
2264  - #1343 g_date_set_parse: Parses "September" in Polish incorrectly
2265  - #1362 Incorrect documentation about GSettings child add/remove notifications
2266  - #1452 GFileInfo: unable to retrieve correct modification time of links and mounted volumes on Windows
2267  - #1471 Incorporate oss-fuzz fuzz targets into GLib
2268  - #1489 Use `ld -b binary` to speed up GResource generation for linking
2269  - #1498 distcheck fails in distclean
2270  - #1506 error: redefinition of typedef 'GKqueueFileMonitor'
2271  - #1509 test_timeval_to_iso8601_overflow: 'out' should be NULL
2272  - #1513 GIcon regression?
2273  - #1514 gio/appinfo test sometimes fails in CI
2274  - #1518 /network-monitor/create-in-thread fails in (LXC) containers on glib-2-56
2275  - #1520 Change conditions for installing m4 macros
2276  - #1522 Trash not working on NTFS folder accessed from symlink
2277  - #1523 GIO NetworkMonitor doesn't reflect the current network state
2278  - #1525 GTask allows (buggy) application code to cause callback to be called twice, without warning
2279  - #1527 Meson doesn't install data for installed-tests
2280  - #1528 Meson tests are hard to debug in an autobuilder environment
2281  - #1530 tests/mainloop-test appears to be flaky
2282  - #1535 meson: installed-test metadata not run in TAP mode
2283  - #1536 meson: spurious dependencies on convenience libraries in .pc files
2284  - #1537 meson: absolute paths to ${builddir} included in gtk-doc HTML
2285  - #1538 meson: G_HAVE_GROWING_STACK defined differently
2286  - #1539 meson: Some files are unnecessarily installed executable
2287  - #1541 meson: timeloop-closure test not installed
2288  - #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
2289  - #1544 meson: gtester-report #! not replaced with ${PYTHON}
2290  - #1546 Cross-compilation fails in 2.58
2291  - #1556 build: Too long file path issue with meson on Windows
2292  - #1562 GDate test suite fails with latest glibc
2293  - #1570 ghash.c:694:27: left shift of 1 by 31 places cannot be represented in type 'int'
2294  - #1572 Flags validation fails
2295  - #1575 g_date_time_format() should have format attribute
2296  - #1576 Fails to build with Meson on Debian armel (armv5te EABI softfloat little-endian)
2297  - #1580 glib-compile-resources using strings breaks building e.g. GTK+ on MS Visual C, which limits strings to 65535 chars
2298  - #1581 Memory used for reference counted data might be misaligned.
2299  - #1588 Moving a bookmark item to the same URI causes a crash
2300  - #1589 g_log_writer_is_journald memoizes a single result, even though it accepts a parameter
2301  - #1590 tests: g-file-info-filesystem-readonly fails if run more than once with fuse & bindfs installed
2302  - #1594 Return value of g_dbus_connection_get_unique_name not annotated as nullable
2303  - #1600 g_timeout_source_new_seconds overflows when given interval > (G_MAXUINT / 1000)
2304  - #1601 appinfo test fix is defective
2305  - #1605 g_date_time_format fails when used with non ASCII format string on POSIX locale
2306  - #1615 gdbus-codegen not generating nullable annotation
2307  - !196 [RFC] build: Drop Python 2 support and require Python 3.4+
2308  - !200 Add a new GTlsError to indicate protocol downgrade attacks
2309  - !208 GHashTable improvements
2310  - !219 glocalfilemonitor: Fallback to poll file monitor for NFS
2311  - !238 W32 GFileInfo improvements
2312  - !250 Application replace
2313  - !264 glib-compile-resources: encode data as string
2314  - !268 build: simplify alloca checks. See #1313
2315  - !272 dtrace: Add missing const attributes to types in glib_probes.d
2316  - !273 gtlsbackend: add support for setting the default TLS database
2317  - !277 Use "command -v" instead of "which"
2318  - !282 meson: Add macOS libtool versioning for ABI compatibility
2319  - !286 gspawn: Fix build on systems without O_CLOEXEC
2320  - !287 glib-compile-resources: Fix generated code compiling with C++ compilers
2321  - !289 tests: Add more tests to finish branch coverage of GHashTable
2322  - !290 build: fix installation dir of glib-gettextize
2323  - !292 Remove all ChangeLog files
2324  - !293 Document new volume class `loop`
2325  - !294 portal network monitor: Always emit changed signal on changed
2326  - !295 meson: fix typo
2327  - !296 Add G_GNUC_FALLTHROUGH for __attribute__(fallthrough))
2328  - !297 build: Drop AC_C_CONST from configure.ac
2329  - !302 Document that GTimeVal is subject to the year 2038 problem on 32-bit systems
2330  - !303 liststore: Simplify code
2331  - !304 Add more GListStore/GListModel tests
2332  - !309 codegen: Change pointer casting to remove type-punning warnings
2333  - !312 Enable GIO tests on Windows
2334  - !316 gdbus: Improve error when well-known name is unowned
2335  - !317 Autostart xdg-desktop-portal if needed
2336  - !322 gnetworkmonitornm: Set a GError properly on an error handling path
2337  - !332 gmarkup: Make the documentation even more explicit about untrusted input
2338  - !334 gio: automake: Add libgmodule dependency
2339  - !338 gcharset: fix leaking g_get_language_names_with_category
2340  - !339 Add g_desktop_app_info_get_string_list(); fix g_key_file_free()
2341  - !340 tests: Mark two more tests as slow
2342  - !345 Fix build failure on systems without POSIX spawn
2343  - !347 Use Meson 0.48.0 for CI
2344  - !348 Documentation tweaks for g_array_free
2345  - !353 Meson: Do not run tests/refcount with --tap
2346  - !354 Fix spelling mistakes detected by Debian's Lintian tool
2347  - !358 Autotools: Move libmount from Libs.private to Requires.private
2348  - !360 CI: Test static build on installed glib
2349  - !363 Tests: Mark printf wrappers with G_GNUC_PRINTF
2350  - !364 ci: Enable FreeBSD CI
2351  - !366 gunixmounts: Mark mounts as system internal instead of filtering out
2352  - !372 gmacros: Fix G_[UN]LIKELY to not mask -Wparentheses
2353  - !374 gthreadpool: Include prgname in thread name
2354  - !375 m4macros: Allow information from pkg-config to be overridden
2355  - !376 gthread: Clarify priority handling in GRWLock
2356  - !379 Ignore g_return_*if_fail() branches in lcov coverage report
2357  - !381 Add UTF-8 communication tests for GSubprocess
2358  - !384 gtask: Add a g_task_set_name() method
2359  - !387 ci: Enable FreeBSD CI in the official repository
2360  - !396 m4: Fix AM_PATH_GLIB_2_0 macro
2361  - !400 grefcount: add missing gatomic.h
2362  - !403 build-sys: Pass CFLAGS to $(DTRACE)
2363  - !405 ci/msys2: fix path to the lcov config file
2364  - !406 meson: Mark 1bit-emufutex test as slow
2365  - !407 meson: Increase test timeouts
2366  - !410 gfileutils: Add examples to g_path_get_dirname() documentation
2367  - !411 Various GVariant, GMarkup and GDBus fuzzing fixes
2368  - !412 Enable compile time check of g_date_time_format() format
2369  - !413 Add support for g_auto(s)list to G_DECLARE'd types
2370  - !414 gio, tests: ensure objectmanager sources are generated
2371  - !415 gseekable: fix 'attmepting' typo
2372  - !416 gdbus-peer: Make sure to not include objectmanager-gen.c source
2373  - !417 Fix ^*ay handling in g_variant_iter_loop()
2374  - !418 Meson: Cleanup a FIXME now that we have dict addition
2375  - !420 gdbus-codegen: add autocleanup for FooObject
2376  - !422 GMarkup buffer overflow fixes for error handling, round 2
2377  - !423 gutils: Check whether getauxval function exists
2378  - !424 ci: Fix Docker image version
2379  - !425 gdate: Reinitialize using_twodigit_years and locale_era_adjust.
2380  - !435 gdatetime: Fix formatting of time zones offsets in range -01:00 to +00:00
2381  - !436 valgrind: Add glib_init()-related suppressions
2382  - !440 Fix minor memory leaks in tests
2383  - !443 tests: Avoid multithreaded use of g_test_rand_int_range
2384  - !444 gvarianttypeinfo: Consistently use atomics to access ref_count
2385  - !446 gmain: Fix data races in GUnixSignalWatchSource and GChildWatchSource
2386  - !451 closures test: Avoid timeout on ARM64 CPUs
2387  - !452 Atomic reference count in GVariant, ContainerInfo and GDBus introspection
2388  - !453 tests: Fix some data races in tests
2389  - !454 gdbusproxy: make g-name-owner property useful with unique names
2390  - !458 glib-compile-resources: Fix size allocation for compressed streams
2391  - !460 gatomicrefcount: Make g_atomic_ref_count_init non-atomic
2392  - !461 Meson: Fix build error in gdbus-example-objectmanager
2393  - !462 meson: add aarch64 memory barrier handling
2394  - !463 gio, tests: fix leak of dbus connection.
2395  - !467 Update documentation of g_tls_connection_handshake() again
2396  - !469 docs: add index of new symbols for gio > 2.52
2397  - !470 docs: Clarify return/error behaviour of D-Bus signal subscriptions
2398  - !472 gdbusmessage: Gracefully handle message signatures with invalid types
2399  - !477 gthread: Remove unsynchronized access to g_once_init_list from assertion
2400  - !478 Deprecate TLS rehandshaking
2401  - !480 docs: add a missing semicolon
2402  - !482 Check for 'z' library before fallbacking to subproject
2403  - !483 meson: Turn selinux into a meson feature and make it auto by default
2404  - !484 Meson: Add 'nls' option to disable translation
2405  - !485 gdbus-codegen: Tag interfaces and properties so annotated with G_PARAM_DEPRECATED
2406  - !486 Check for zlib header
2407  - !489 glib-mkenums: Support reading @rspfiles for arguments
2408  - !490 gspawn: Fix g_spawn deadlock in a multi-threaded program on Linux
2409  - !491 Meson: Add missing include_directories when using glib as subproject
2410  - !492 g_value_get_variant: return value is transfer-none not transfer-full
2411  - !494 Resolve "Follow-up from "gunixmounts: Stop considering cifs/nfs as system file systems""
2412  - !500 genviron: make g_environ_* case-insensitive on Windows
2413  - !504 tests: Unset LANGUAGE when running gdatetime tests
2414  - !505 Support isolating directories for unit tests
2415  - !508 ci: Install additional locales used during tests
2416  - !510 Add new Linux Testing project version number to configure script
2417  - !511 gvariant: Fix error handling for parsing Unicode escapes
2418  - !514 fix gdbus-codegen --interface-info-{header,body}
2419  - !515 binding: Clarify the use of g_object_unref() to remove a binding
2420  - !517 Meson: Fix deprecation warning with upcoming 0.49.0 release
2421  - !518 Meson: Fix declare_dependency() calls
2422  - !520 GTlsConnection: add ALPN support
2423  - !521 tests: Rename macro to avoid conflict with encoding prefix
2424  - !522 gtlscertificate: Add support for TPM keys in PEM files
2425  - !524 gdatetime: Fix typo in the comment
2426  - !528 Add GRecMutexLocker
2427  - !530 tests: Minor improvements to mkenums.py and taptestrunner.py used by it
2428  - !534 gtlscertificate: Fix bug in PEM private key parser
2429  - !536 Various minor docs fixes
2430  - !541 gtimezone: Fallback to /etc/timezone on Gentoo
2431  - !546 spawn: add shebang line to script
2432  - !547 Do not check for NULL when calling free()
2433  - !549 Improve documentation of g_assert_error()
2434  - !551 Revert "tests: Fix GOptionContext leak in GSubprocess tests"
2435  - !554 Only subscribe to owner-changed signals on message bus connections
2436  - !555 Suppress -Wint-in-bool-context warning with G_DEFINE_INTERFACE and g++
2437
2438 * Translation updates:
2439  - Brazilian Portuguese
2440  - Czech
2441  - Danish
2442  - Greek
2443  - Hungarian
2444  - Lithuanian
2445  - Norwegian bokmål
2446  - Polish
2447  - Slovak
2448  - Slovenian
2449  - Spanish
2450  - Swedish
2451  - Turkish
2452
2453
2454 Overview of changes in GLib 2.58.0
2455 ==================================
2456
2457 * Tarball built with `ninja dist`, so if you want to build this release with
2458   autotools (which is supported), you will need to re-run autogen.sh. This
2459   release, and all micro releases in the 2.58.x series, support being built
2460   with Meson or autotools. See:
2461   https://mail.gnome.org/archives/gtk-devel-list/2018-June/msg00012.html
2462
2463 * Fix cancellation of g_subprocess_communicate_async() calls. See !266.
2464
2465 * Drop support for the __int64 type, which further breaks compilation on old
2466   MSVC versions (before VS2013). See #1313.
2467
2468 * Expose GSettings schema directory in gio-2.0.pc as `schemasdir`. See !274.
2469
2470 * Support v3 of the xdg-desktop-portal network monitor API. See !265, !279.
2471
2472 * Fix G_MODULE_SUFFIX on macOS when GLib is built with Meson — it should be `so`
2473   rather than `dylib`. Projects that use Meson and the `g_module_build_path()`
2474   API such as glib-networking should pass `name_suffix:` to `shared_module()` to
2475   ensure that plugins continue to be called libfoo.so on macOS. See !280.
2476
2477 Bugs fixed:
2478  !280 meson: Always set G_MODULE_SUFFIX to `so` on macOS
2479  !266 subprocess: Fix communicate_cancelled signature
2480  !279 Revert "Add a gnet utility" (see !265)
2481  !265 Network monitor again
2482  !274 gio: Provide schemas directory information in pkg-config file
2483  !239 gvariant: Fix more bounds checking in GVariant text format parser
2484  !195 garray: add overflow checks before expanding array
2485  #1497 g_strdup_printf warns on invalid format specifier with G_GUINT64_FORMAT on Win32
2486  !270 autotools: remove support for the __int64 type. See #1313
2487  !267 ci: Add an autotools job
2488
2489 * Translation updates:
2490  Czech
2491  Galician
2492  Indonesian
2493  Italian
2494  Kazakh
2495  Korean
2496  Turkish
2497
2498
2499 Overview of changes in GLib 2.57.3
2500 ==================================
2501
2502 * G_GNUC_MALLOC’s definition has been tightened up to match an updated
2503   definition from GCC. Many uses of G_GNUC_MALLOC which were previously
2504   appropriate may cause miscompilation with newer GCC versions. Check your uses
2505   of it against the updated documentation. See #1465.
2506
2507 * Many minor documentation fixes.
2508
2509 * Fix for gint64 and int64_t compatibility on macOS and BSD. See #972.
2510
2511 * Fix free space metadata on some file systems (notably FAT). See #328.
2512
2513 * Support installed-tests with our Meson build system. See #1444.
2514
2515 * Forbid @filename@/@basename@ in glib-mkenums templates, which is a change to
2516   its long-standing behaviour (which was long-standing nonsensical). See !241.
2517
2518 * Various stat() fixes on Windows. See #1452, #1476.
2519
2520 * MinGW-w64 ABI warning: In case you build 64 bit glib without LFS support by
2521   passing --disable-largefile (not the default) and use GStatBuf, you need to
2522   rebuild your application as the size of GStatBuf has changed for this case.
2523   See #1476.
2524
2525 * Improve TAP compatibility of g_test_incomplete(). See #1474.
2526
2527 * Change fallback preferences when loading icons. See !72.
2528
2529 Bugs fixed:
2530  !263 build: Clean files left behind after gio/tests/gresource.c test
2531  !262 gmem: Only evaluate pointer argument to g_clear_pointer() once
2532  #1465 Many uses of G_GNUC_MALLOC are incorrect
2533  #1448 g_error does not abort() as documented
2534  #1494 g_clear_pointer may not use the correct calling convention with its callback
2535  #972 Mismatch between gint64 and int64_t on 64-bit macOS/BSD
2536  !251 gtestdbus: Fix watcher crash on FreeBSD
2537  #1492 gcc-8: -Wcast-function-type: new warnings for g_list_copy_deep()
2538  !252 tests: fix gnotification tests broken due to the recent icon name fallback changes
2539  #328 filesystem::{free,size,used} not set for full FAT fs
2540  !248 network monitor portal: update properties initially
2541  #1373 Incorrect transfer annotation for g_binding_unbind.
2542  #1444 the meson build doesn't support installed tests
2543  #1027 Fix trashing on overlayfs
2544  #1454 gvdb does not treat corrupt files as empty as promised; dconf suffers
2545  !243 tests: Explicitly set TZ=UTC for g_time_val_from_iso8601() testing
2546  #1488 ‘O_CLOEXEC’ undeclared (first use in this function)
2547  !241 glib-mkenums: forbid @filename@/@basename@ in fhead and ftail
2548  !240 gtimer: Ensure arithmetic is correctly signed for ISO 8601 parsing
2549  #1452 GFileInfo: unable to retrieve correct modification time of links and mounted volumes on Windows
2550  !234 DOC: Documentation fix in GTask description
2551  #1363 Meson: Review cross compilation properties
2552  !225 gtimer: Add overflow checks to g_time_val_from_iso8601()
2553  !230 gbookmarkfile: Fix some more minor leaks when metadata elements are repeated
2554  !229 Fix up g_bytes_compare() documentation
2555  #1476 g_stat - possbile memory corruption causing SEGFAULT
2556  !199 Update TLS documentation
2557  #1474 g_test_incomplete() makes test_case_run() return FALSE
2558  #1475 glib/tests/atomic.c test_types() trips -Werror=bad-function-cast on Debian armel
2559  #1472 Test for BROKEN_IP_MREQ_SOURCE_STRUCT is broken on Windows / Mingw
2560  !220 date test: Use g_test_skip(), not g_test_incomplete()
2561  #1467 malloc difference causes refstring test to fail on FreeBSD
2562  !230 gbookmarkfile: Fix some more minor leaks when metadata elements are repeated
2563  #1466 Not Able to Build glib 2.57.2 in Mingw-w64 x64 bits
2564  #1433 test_posix_parse: assertion failed (g_time_zone_get_abbreviation (tz, 0) == "UTC"): ("LMT" == "UTC")
2565  #1446 Follow-up from "Document difference between g_assert() and g_assert_*() wrt G_DISABLE_ASSERT"
2566  !206 grefstring: Avoid an unnecessary NUL assignment
2567  #1458 g_volume_get_mount returns NULL value after g_volume_mount_finish is called with no error
2568  !72 gio: icons should fallback to non-preferred style appropriately.
2569
2570 * Translation updates:
2571  Brazilian
2572  Chinese (Taiwan)
2573  French
2574  German
2575  Lithuanian
2576  Polish
2577  Romanian
2578  Turkish
2579
2580
2581 Overview of changes in GLib 2.57.2
2582 ==================================
2583
2584 * Require pcre 8.31
2585 * Require meson 0.47.0
2586
2587 * Bugs fixed:
2588  742456 Add g_steal_pointer() convenience function to mark ownership...
2589  795569 MinGW CI: fix tests
2590  796341 gmem.h: Use typeof() in g_steal_pointer() macro
2591  #1013 Support for per-session overrides
2592  #1360 glib-mkenums breaks if option specified but no nick
2593  #1175 Add names and tags to various GSources and GTasks constructed in GLib
2594  #903 g_main_context_wait() not deprecated in API, but emits a g_critical()...
2595  #786 Fix memory leaks in libgio tests
2596  #927 gio/gresource.c:do_lookup check for terminating "/"
2597  #976 Document difference between g_assert() and g_assert_*()...
2598  #1447 glib 2.57.1: test_month_names: assertion failed...
2599  #1407 Update to Unicode Character Database 11
2600  #1455 glib python tools have full python path in shebang, limits to 128 characters
2601  #1459 Missing g_return_val_if_fail in g_async_queue_timeout_pop
2602
2603 * Translation updates:
2604  Friulian
2605  German
2606  Romanian
2607  Spanish
2608
2609
2610 Overview of changes in GLib 2.57.1
2611 ==================================
2612
2613 * New api:
2614  - g_hash_table_steal_extended
2615  - G_GNUC_NO_INLINE 
2616
2617 * Bug fixes:
2618  668132 Use libmount and expose mount options on GUnixMountEntry type
2619  736741 Update private copy of valgrind.h
2620  748620 g_regex_* utf-8 validity requirements are not stated clearly
2621  784995 meson: some Windows improvements
2622  788771 NODELETE missing when built with meson
2623  788773 meson does not install correct pc files
2624  789968 Add g_autoptr() support for GTypeClass
2625  794325 Various fixes to compile on OSX
2626  795152 gdesktopappinfo: Mark GDesktopAppInfo constructors as nullable.
2627  795165 Add g_date_time_get_timezone() and g_time_zone_get_identifier()
2628  795180 Investigate performance impacts of recent compiler features on hot functions
2629  795302 Add g_hash_table_steal_extended() API
2630  795376 Add g_ptr_array_steal()
2631  795544 Add binary/textfile/zero size detection
2632  795569 MinGW CI: fix tests
2633  795636 gitlab-ci: generate test coverage reports
2634  795735 Fix comparison for GVariant property values
2635  795802 gdbus-codegen doesn't accept --output-directory with --output for --body and --header
2636  795849 gwin32: Fix detection of MinGW32 vs MinGW-w64
2637  795876 meson: Fix checks for posix_memalign and stpcpy
2638  795960 g_format_size_for_display() is deprecated since 2.30
2639  796085 Meson: Many apps breaks on non-glibc because of missing libintl
2640  796138 Fix typo in g_file_info_set_attribute docs
2641  796139 Add g_autoptr() support for GParamSpec
2642  796164 Fix atomic ops check in meson.build
2643  796186 Typo: "instead off" in gsignal.c
2644  796213 Meson: Fail to build on macosx
2645  796220 meson: do not run atomic test with msvc
2646  796264 Add android CI
2647  796325 meson: Add exception for atomic ops test for Android
2648  796328 gengiotypefuncs.py: Read and parse files in binary mode 
2649
2650 * Translation updates:
2651  Czech
2652  Indonesian
2653
2654
2655 Overview of changes in GLib 2.57.0
2656 ==================================
2657
2658 * Bug fixes:
2659  739424 Rewrite kqueue GFileMonitor backend to drop threading
2660  751826 Use g_get_language_names() for other locale categories
2661  788773 meson does not install correct pc files
2662  793400 g_application_id_is_valid() not strict enough
2663  793578 gdatetime tests depend on Japanese translation of month names
2664  793645 test_month_names: Updated translations needed for el_GR, hr_HR, ru_RU
2665  793729 gitlab-ci: Add Windows MinGW support
2666  793994 GUnixVolumeMonitor doesn’t show user mounts when run as root
2667  794170 gdbus: hexdecode() and hexencode() do not return/use decoded/encoded s...
2668  794194 gobject_gdb.py: 'address' is a property of gdb.Value not a function
2669  794207 leak: g_socket_listener_add_inet_port increases ref-count on socket-li...
2670  794284 Support whitespace stripping for JSON resources
2671  794285 glib-compile-resources should not noisily g_printerr() when xmllint is...
2672  794473 Remove duplicated option in gio.xml
2673  794506 glib-mkenums: Enters infinite loop if using typedef enum SomeIdentifier
2674  794528 Fix segfault caused by use-after-free in GPollFileMonitor
2675  794555 glib meson build fails on MinGW due to misdetected functions
2676  794557 gtkdoc-scangobj fails on gio in meson builds
2677  794606 glib-2.56.0 fails to compile when res_nquery is not available
2678  794635 gmacros: Don't define bogus __has_* macros
2679  794636 G_HAVE_GNUC_VISIBILITY is defined in meson MinGW builds
2680  794686 Date (except weekday) displayed in English
2681  794732 Fix various compiler warnings 
2682
2683 * Translation updates
2684  Hungarian
2685  Slowak
2686  Slovenian
2687  Spanish
2688
2689
2690 Overview of changes in GLib 2.56.0
2691 ==================================
2692
2693 * Bugs fixed:
2694  672777 Error in gdummyfile.c
2695  732184 GObject: warn on use of deprecated properties
2696  733338 Don't segfault in GNetworkMonitor when IPv6 support is unavailable
2697  742124 g_data_input_stream_read_upto()'s documentation should say that the...
2698  749206 GDateTime: month names in the genitive case
2699  768507 simplify qguark functions
2700  791457 Slow transfer rate when writing to smb/cifs
2701  793272 fix GCC 8.0's -Wcast-function-type warnings
2702  793300 g_hash_table_add() return value change in 2.40 not mentioned in docs
2703  793399 Fix some cases of -Wduplicated-branches
2704  793555 -Wimplicit-function-declaration when using g_abort()
2705  793565 GLib does not compile on macOS 10.13 due to .m file naming
2706  793597 gdbus-tool: Make --dest optional for emit again
2707  793635 Enable CI for GLib
2708  793880 gnetworkmonitor: Minor fixes based on code review 
2709  793578 gdatetime tests depend on Japanese translation of month names 
2710  794180 test_month_names fails unless installed
2711
2712 * Translation updates:
2713  Brazilian Portuguese
2714  British English
2715  Catalan
2716  Czech
2717  Danish
2718  Dutch
2719  Finnish
2720  French
2721  Friulian
2722  Galician
2723  German
2724  Hungarian
2725  Indonesian
2726  Italian
2727  Kazakh
2728  Korean
2729  Lithuanian
2730  Polish
2731  Scottish Gaelic
2732  Serbian
2733  Serbian Latin
2734  Spanish
2735  Swedish
2736  Turkish
2737
2738
2739 Overview of changes in GLib 2.55.2
2740 ==================================
2741
2742 * GFile now has API to get the path without copying
2743
2744 * A network monitor implementation for Windows has been added
2745
2746 * Bugs fixed:
2747  520116 g_utf8_strlcpy()
2748  584284 g_data_input_stream_read_until_async behaves confusingly different f...
2749  605700 request for g_key_file_get_locale()
2750  658713 ngettext (plural forms) needed for "Message has %d file descriptors ...
2751  685442 windows GNetworkMonitor implementation
2752  723003 gsettings list-recursively reports some keys multiple times
2753  749583 GSequence performance improvements
2754  757284 Move G_DIR_SEPARATOR* and G_SEARCHPATH_SEPARATOR* into glibconfig.h
2755  760324 [PATCH] gkeyfile.c: find_file_in_data_dirs fails to return the path ...
2756  761102 Increase performance for main loop
2757  767976 GFile: Add g_file_peek_path()
2758  770335 gdbus-codegen: generated getter for 'ao' property is actually (trans...
2759  772989 Totem allows invalid urls that might cause segfault that's irrecover...
2760  790698 convert: test failure on NetBSD
2761  791015 gdbus-codegen: Split generation of header and source
2762  791622 Disable strict-aliasing in GLib
2763  792050 GResolver is not thread-safe
2764  792217 Deprecate GTlsClientConnection:use-ssl3
2765  792338 meson, autotools: figure out if mem barrier is needed for arm64 host...
2766  792351 gbookmarkfile: check length before dereferencing groups
2767  792364 gdbus-threading test method-calls-in-thread: assertion failed (elaps...
2768  792370 GNetworkMonitor: Rename "network-changed" signal argument
2769  792410 GDateTime new_from_iso8601 test broken in 2.55 on i386
2770  792432 flush stdout after logging (debug) messages
2771  792455 Improve docs of GSequence
2772  792499 deadlock on startup with TCP session bus
2773  792516 gconvert: More consistent handling of embedded NUL bytes
2774  792777 g_notification_set_urgent() unconditionally sets G_NOTIFICATION_PRIO...
2775  792780 gbytes should reference toplevel bytes when slicing with g_bytes_new...
2776  792856 off64_t isn't a part of C standard
2777  792862 gpollableoutputstream: document side effects of WOULD_BLOCK on D/TLS
2778  792903 Clarification between g_try_.. functions and their counterparts
2779  793006 High CPU load for GUnixMountsMonitor consumers
2780  793026 possible mem leak in g_mutex_impl_new
2781  793074 g_message() does not get -Wformat warnings when compiling with G_LOG...
2782
2783 * Translation updates:
2784  Hungarian
2785  Indonesian
2786  Polish
2787
2788
2789 Overview of changes in GLib 2.55.1
2790 ==================================
2791
2792 * Build:
2793  - The --enable-rebuilds configure option has been removed
2794  - The --with-charsetalias-dir configure option has been added
2795
2796 * GList and GSList now have autoptr support
2797
2798 * The gsettings list-schemas command has gained a --print-paths option
2799
2800 * Bugs fixed:
2801  346816 Refactor LIBDIR in libcharset Makefile
2802  508976 Does g_slist_sort preserve the order of equal elements?
2803  562334 2.18.2 break libglade on Solaris
2804  662802 systemtap multiarch issue
2805  684282 Add support static link of GIO modules
2806  692034 Install an invalidation notifier for GClosure in g_source_set_closure()
2807  694723 Get rid of REBUILD stuff in configure.ac
2808  697715 floating point precision problem in check test gst/gstvalue
2809  701156 testgobject assumes that the priv data follows the instance data
2810  720380 Segfault when using GDBusMenuModel on a peer-to-peer connection
2811  724383 glib: document restrictions on various foreach() functions
2812  724412 GLib mappedfile.c test uses g_get_user_runtime_dir instead of a tempo...
2813  724794 Fix "on on" typo in tap-driver.sh comment
2814  732003 gnode: Eliminate implicit signed-to-unsigned integer conversion
2815  734479 G_VALUE_HOLDS etc. cause -Wcast-qual warnings for a const GValue *
2816  737677 gmain: Make GSourceCallback thread-safe
2817  741167 gdbus-codegen fix for boxed out parameters
2818  748534 gtest: if a subprocess assertion fails, print its stdout and stderr
2819  749527 add weak pointer helpers similar to g_set_object
2820  749652 compilation errors with gcc 4.8
2821  754634 Update the list of Linux filesystem magic numbers used in get_fs_type
2822  756011 Fix up annotations for GBookmarkFile
2823  761102 Increase performance for main loop
2824  773980 GIR scanner doesn't interpret array type properly
2825  776147 gio/glocalfilemonitor.c doesn't handle case G_FILE_MONITOR_EVENT_MOVE...
2826  776195 -z nodelete configure check does not work on Solaris
2827  777075 Potential leak of memory pointed to by 'list'
2828  779413 Translated X-Geoclue-Reason string not used in a dialog window
2829  780309 gio/tests/appinfo build fails: gdesktopappinfo.c skipped on OS X
2830  780893 Reword licensing header for gdbus-codegen
2831  782057 Unit tests fail in run-assert-msg-test.sh
2832  784995 meson: some Windows improvements
2833  786796 gtk-doc build fails with meson
2834  788806 Impossible to build static glib via meson
2835  788936 Show mime type icons on OS X
2836  790416 g_date_time_format returns empty string on %r with German locale
2837  790588 Generated file missing from .gitignore
2838  790697 g_object_ref API should propagate parameter type
2839  790785 glib-tap: Add missing mkdir for .test generation rule
2840  790829 glib-genmarshal --body must not generate alias implementations
2841  790830 Mismatch between number of interface methods in text and example code
2842  790837 Meson: missing many configure options
2843  790839 GApplication command line: lacks parameter_string, summary and descri...
2844  790877 fix non-portable check in G_GNUC_CHECK_VERSION
2845  790894 Do not connect to the session bus when trying GProxyResolverPortal io...
2846  790896 docs/reference/README has broken link to http://www.gtk.org/rdp/
2847  790914 gdesktopappinfo: Downgrade a warning to a debug message
2848  790934 gtester doesn't handle skipped tests
2849  790948 GSourceFuncs documentation is confusing: when will dispatch be called?
2850  791036 Guard for g_output_stream_vprintf makes no sense
2851  791128 C runtime complains about bad arguments on each g_log() call
2852  791221 po/README.translators has no useful information in 2017
2853  791235 Fix gschema.dtd regarding flags.
2854  791267 Make gschema.dtd usable.
2855  791296 gtester-report: fix range usage when running as python3 app
2856  791318 GBytes: Improve documentation
2857  791325 Gio handling of thumbnail:: attribute namespace causes inconsistent b...
2858  791334 gbinding.c:898: The target object of type GNetworkAddress has no prop...
2859  791337 Crash opening URIs with g_desktop_app_info_launch_uris_with_spawn()
2860  791342 Add autoptr support for lists
2861  791460 meson: fixes for OSX
2862  791532 Implicit declaration of function ‘memcmp’ in gtestutils.h
2863  791622 Disable strict-aliasing in GLib
2864  791720 Criticals in gio/xdp-dbus.h leading to crash under flatpak
2865  791744 gmenumodel test sometimes fails: assertion failed (items_changed_coun...
2866  791745 not immediately clear whether g_test_slow() is in effect by default
2867  791906 GSocketListenerClass.event has wrong signature
2868  792064 gsettings list-schemas --print-paths
2869  792098 Binding: bind_property’s @notify func is nullable
2870  792099 gdbus-test-codegen: Cast to void* to printf "%p"
2871  792129 meson: skip optional linux/unix deps that default to true when buildi...
2872  792322 GLib-GIO:ERROR:gschema-compile.c:51:test_schema: child process (/gsch...
2873  792324 gkeyfile: Document need for KEEP_TRANSLATIONS with get_locale_string()
2874
2875 * Translation updates
2876  Hebrew
2877  Indonesian
2878
2879
2880 Overview of changes in GLib 2.55.0
2881 ==================================
2882
2883 * New API:
2884   - g_clear_handle_id, to simplify removing sources from the default mainloop
2885   - g_file_load_bytes, to make it more convenient to load files into GBytes
2886
2887 * Bugs fixed:
2888  330458 Sample code for the GLib Key-value parser
2889  483341 g_error and friends create warnings when not used in MSVC
2890  569375 g[u]intptr undocumented
2891  573251 documentation for g_seekable_truncate() needs some love
2892  629347 Missing annotations in GFile (was: Perf throws an exception in cur...
2893  630983 [PATCH] Type accuracy for result of strlen() in string utilities.
2894  632953 Clarify documentation of GValueTransform.
2895  636210 Document that pre-unmount is not guaranteed and backend-dependant
2896  656502 type information for GSettings::backend missing from .gir
2897  661442 Nautilus crashes when refreshing home folder after modifying ~/.co...
2898  668035 gtester-report broken with python 2.7.2 and glib 2.30.1
2899  670139 gbytes.c:try_steal_and_unref nit
2900  677233 (transfer full) annotation not correct for g_closure_new_simple re...
2901  679347 glocalfile seems to leak 'fstype'
2902  679467 Mention translation in g_warning() documentation
2903  689323 Variable scoping in gunixmounts.c
2904  691436 glib-mkenums output arch dependent
2905  695681 gsettings bash completion put error messages
2906  705331 AM_PATH_GLIB_2_0 macro fails with -Wstrict-prototypes -Werror
2907  706667 Fix permission denied error when installing from an nfs directory
2908  711809 gdbus-proxy: Fix erroneous timeout during following tests
2909  722256 gslist: Simplified node removal and got rid of some code duplication
2910  723655 Socket source is left in the poll after the socket is closed
2911  723743 g_child_watch_add() doesn't check for non-pids
2912  725014 g_settings_schema_source_ref should check for NULL pointer
2913  727346 docs: Escape some backslashes for markdown
2914  730296 gsignal: Fix a potential NULL pointer dereference
2915  731625 Improve test for darwin printf format-strings
2916  731705 gio/tests/desktop-app-info assumes /bin/true
2917  737278 Clarify relationship of g_application_quit() to hold count
2918  738176 Skip GSpawnChildSetupFunc closures in introspection
2919  740223 source_object for GAsyncResult should be nullable
2920  740791 gio: cannot specify the source when joining a multicast group (IGM...
2921  740826 glib doesn't know fuse filesystems
2922  742548 configure.ac: stay out of autoconf's namespace
2923  742997 Don't skip invalid enum values in schemas
2924  745723 -Wunused-but-set-variable work-around no longer sufficient
2925  749371 Use a GHashTable as a set when possible
2926  751738 Unused-variable warnings in glib/tests/autoptr.c
2927  752239 Missing dependency for python files in build file
2928  752240 Add DTLS support to GIO
2929  753459 GDateTime: Add conversion functions from/to ISO 8601 strings
2930  753521 g_subprocess_launcher_set_environ misses argument annotations
2931  754026 gfileutils: add some sanity checks
2932  756009 'const gchar* const *' gets incorrectly defaulted to utf8
2933  756103 Skip g_base64_decode_step() in introspection
2934  756128 Fix up annotations in gconvert
2935  756430 g_rw_lock_reader_lock() can return without locking, or error
2936  756470 Fix up annotations in gdataset.c
2937  756588 Fix up annotations on data/qdata API of GObject
2938  760022 Memory leak in gvariant-parser.c
2939  760109 [PATCH] Invalid GDate can't be g_boxed_copy()'d
2940  760716 Fix documentation regarding <glib/gprintf.h>
2941  765063 Update annotations for gio
2942  765552 Please set serial in .m4 files to prevent autoreconf failure on up...
2943  767215 GCC version number is interpreted as start of a list in docs for g...
2944  767239 Tautological comparisons in convert tests
2945  769674 some GIO tests' arbitrary timeouts are too short
2946  769846 gmessages: Add timestamp to g_log_writer_format_fields()
2947  770459 Tutorial article is slightly wrong
2948  773355 Incorrect documentation about stopping a signal emission from a hook
2949  774083 spelling mistakes in glib: charater
2950  776562 Add Intel C Compiler support for G_GNUC_BEGIN/END_IGNORE_DEPRECATI...
2951  777308 GModule win32: disable error dialog popup
2952  777310 gio/gasynchelper.c: fix cast from pointer to smaller int type on w...
2953  777956 gmessages: Update advice for G_LOG_DOMAIN
2954  779182 xdg-open fails with gio open for some uris
2955  779501 Type of GIConv given wrongly on web
2956  780202 introspection: Don't expose GValueArray.free
2957  780296 xdg-open/gnome-open doesn't work if service isn't started
2958  781598 gstdio.h should #include what it needs to work
2959  781867 various gvfsd-* wants to look in /boot/efi, causes unnecessary/ina...
2960  783210 build: Switch to sassc for generating style
2961  783270 Improve Visual Studio support for Meson builds
2962  783825 Suggest that asynchronous operations should invoke the callback in...
2963  786737 No g_variant_get() example for dicts
2964  786785 Commit #fe2a9887a8 breaks gdbus-codegen, cannot find its module so...
2965  787271 Make GListModel usable from G-I bindings
2966  787485 g_tls_backend_supports_dtls () returns true when the backend doesn't
2967  787551 Factor out some duplicated code in GParamSpec validation
2968  787581 tests: Add tests for g_slist_copy() and g_slist_copy_deep()
2969  787671 meson: Fix permissions of installed scripts
2970  787731 g_file_query_filesystem_info() wrongly reports "filesystem::readon...
2971  788138 glib-compile-resources: Fix leak of a GHashTable
2972  788180 G_FILE_ATTRIBUTE_ID_FILE is useless on W32
2973  788270 gmodule - failed to load symbol on Android 64bit
2974  788368 Race condition in GDbusObjectManagerClient
2975  788384 gtypes: Fix signedness of __builtin_bswap() usage
2976  788385 gtestutils: Explicitly cast args to g_assertion_message_cmpnum()
2977  788401 PATCH: MacOS build cannot detect content type from content - xdgmi...
2978  788467 Fatal errors and warnings should be reported as TAP
2979  788488 GFile-based API for g_build_filename()
2980  788489 gmain: add g_clear_source API
2981  788561 Document how to integrate GTest into your project
2982  788594 gdbus-tool doesn’t handle non-message-bus connections correctly
2983  788705 Allow building GLib on older Linux platforms
2984  788766 fixed a doc-typo in socket_get_remote_address
2985  788772 meson installs gdb scripts incorrectly
2986  788863 Add more filename type annotations for strings which can contain f...
2987  788880 gunixmounts: Update list of virtual file systems to ignore
2988  788927 Expose better API for detecting ‘system’ mounts
2989  788936 Show mime type icons on OS X
2990  788948 Document Autotools best practices for genmarshal/mkenums
2991  788975 Meson + Visual Studio: Can't find zlib.h with subprojects/zlib
2992  788978 Document XML has a syntax error
2993  788989 Use subdir-objects with Autotools
2994  788990 Include licensing information in output from glib-mkenums, glib-ge...
2995  789087 gint and guint misrepresented as functions
2996  789170 GFormatSizeFlags should have a value for bits
2997  789245 g_settings_bind() not conforming to lifecycle specification
2998  789444 Fix handling of length in g_utf8_make_valid
2999  789637 glib-mkenums: Fails when --ouput file does not exist
3000  789681 meson: Libmount support not built
3001  789723 [PATCH] gdbus-codegen: Call abspath() earlier
3002  789755 g_get_host_name: ensure return value is always UTF8 encoded
3003  789820 GPollFileMonitor is not cleaning up correctly
3004  790015 docs: Various linking and syntax fixes
3005  790030 GResource/GVariant fails to load from non-pointer aligned memory
3006  790093 gio-tool: fix inverted logic in monitor tool
3007  790126 gengiotypefuncs.py is missing from tarballs
3008  790147 build: Drop data-to-c.pl in favour of data-to-c.py
3009  790157 gmessages: Give examples of G_DEBUG with gdb in the documentation
3010  790272 file: add g_file_load_bytes()
3011  790275 avoid temporary string allocations in g_resources_enumerate_children
3012  790310 speedup path canonicalization in GResourceFile
3013
3014 * Translation updates:
3015  Catalan (Valencian)
3016  Czech
3017  German
3018  Nepali
3019  Norwegian bokmål
3020  Slovak
3021  Slovenian
3022  Spanish
3023
3024
3025 Overview of changes in GLib 2.54.0
3026 ==================================
3027
3028 * Bugs fixed:
3029  780861 Crash in GnomeWallClock
3030  786983 Please make the output of gio-querymodules deterministic
3031  787109 Valgrind false positive in ioctl() in btrfs file copy
3032  787123 glib: Slighty update GIOChannel documentation
3033  787146 GMainLoop: match of parameter pair of LOCK_CONTEXT/UNLOCK_CONTEXT
3034
3035 * Translation updates:
3036  Basque
3037  Catalan
3038  Romanian
3039  Swedish
3040
3041
3042 Overview of changes in GLib 2.53.7
3043 ==================================
3044
3045 * Bugs fixed:
3046  736710 remove unnecessary executions of libtool from configure
3047  785260 gio/tests/appmonitor fails if local dir not writeable
3048  786456 g_subprocess_wait[_check]_async() breaks when cancelled...
3049  786555 g_array_free() is not thread safe w.r.t. g_array_unref()
3050  786580 gdesktopappinfo.c: Add Tilix as a fallback terminal
3051  786807 g_uuid_string_random undefined when built with meson
3052
3053 * Translation updates:
3054  Brazilian Portuguese
3055  Catalan
3056  Czech
3057  Danish
3058  Finnish
3059  French
3060  Friulian
3061  German
3062  Italian
3063  Kazakh
3064  Korean
3065  Latvian
3066  Nepali
3067  Polish
3068  Spanish
3069  Turkish
3070
3071
3072 Overview of changes in GLib 2.53.6
3073 ==================================
3074
3075 * Bugs fixed:
3076  766358 glib doesn't respect XDG_* envvars on W32, ever
3077  783270 Improve Visual Studio support for Meson builds
3078  785955 pthread_setname_np misdetected with meson
3079  786060 Sequences documentation does not make it clear...
3080  786360 gobject: add autoptr support for GClosure
3081  786452 crash on Linux without stderr stream
3082  786460 gio-tool: Unify buffer sizes
3083  786462 Use g_output_stream_write_all instead of while
3084  786463 gio-tool-save: Prevent overwriting error
3085
3086 * Translation updates:
3087  Catalan
3088  Galician
3089  Hungarian
3090  Indonesian
3091  Lithuanian
3092  Nepali
3093  Serbian
3094
3095
3096 Overview of changes in GLib 2.53.5
3097 ==================================
3098
3099 * Bugs fixed:
3100  695573 Untranslatable strings in glib-compile-schemas
3101  725950 GApplication: call dbus_unregister only once, and before destruction
3102  731703 giomodule test misbuilds its test modules as libraries
3103  769135 External control for g_test_add/g_test_run
3104  779332 Rewrite mkenums in Python
3105  779607 Race between mounts-changed signal and g_unix_mounts_get() function
3106  784000 Improve strerror_r() detection
3107  784815 Map G_NOTIFICATION_PRIORITY_HIGH to NOTIFY_URGENCY_NORMAL
3108  784965 Use the glib preset for i18n in Meson
3109  784995 meson: some Windows improvements
3110  785113 glib-mkenums Python port fixes
3111  785130 G_LOG_DOMAIN shouldn't be left undefined for applications
3112  785438 Spurious -Wmaybe-uninitialized in gdatetime.c
3113  785468 glib/gpoll: Unnecessary if conditional included in the poll_rest() function
3114  785520 Replace advice to use removed gdk_spawn functions
3115  785577 clobbers errno while setting GError
3116
3117 * Translation updates:
3118  Slovenian
3119  Spanish
3120
3121
3122 Overview of changes in GLib 2.53.4
3123 ==================================
3124
3125 * Unicode support has been updated to Unicode 10.0.0
3126
3127 * glib-genmarshal and glib-mkenums have been rewritten in python.
3128   Every effort has been made to keep compatibility. Please report
3129   problems related to these tools
3130
3131 * GLib can now be built with meson. autotools are still supported
3132
3133 * Bugs fixed:
3134  722047 drop makefile.msc?
3135  733821 g_strerror() uses strerror(3) instead of strerror_r(3)
3136  773842 g_utf8_find_next_char() won't signal the end of a NUL-terminated string
3137  779332 Rewrite mkenums in Python
3138  780095 g_utf8_get_char_validated() stopping at nul byte even for length specified...
3139  780634 Remove remaining old codepage ABI comapt code
3140  783841 test_GDateTime_new_from_timeval_overflow fails on 32 bit systems
3141  784000 Improve strerror_r() detection
3142  784020 GKeyFile – Add array length annotations to to_data(), get_keys() and get_g...
3143  784037 gio: Mention the ALL_METADATA flag in g_file_copy()
3144  784433 gdbus-codegen with variant type parameters result in nested variant
3145  784456 Update to Unicode 10.0.0
3146  784528 Rewrite glib-genmarshal in Python
3147  784579 Calling g_dir_open on Missing Directory When Executable File Path Contains...
3148  784581 docs: Fix cut'n'paste error in g_resources_get_info() doc
3149  784739 Minor typo in configure error message
3150  784792 Just fixing a little typo in comments
3151
3152 * Translation updates:
3153  Hebrew
3154
3155
3156 Overview of changes in GLib 2.53.3
3157 ==================================
3158
3159 * Bugs fixed:
3160  658446 Add translation comment for wrong password notice string
3161  661926 Improve the default logging setup in GLib
3162  674885 type initialisation deadlock in GObject
3163  775593 GIO cannot write symlinks on FreeBSD and NetBSD
3164  776169 Various gio-tool fixes
3165  776333 Fix annotation on g_file_copy_async()
3166  776504 Upgrade license from LGPLv2+ to LGPLv2.1+
3167  777307 race condition between gdbus signal callback and g_bus_unwatch_name...
3168  778422 gsubprocesslauncher: Clarify the behavior of set_environ()
3169  781301 Stack pointer corrupted by incorrect call of NtNotifyChangeMultipleKeys
3170  782336 Add additional documentation of the GResource XML format
3171  782996 build: Use AM_TESTS_ENVIRONMENT rather than TESTS_ENVIRONMENT
3172  783061 GApplication: Remove some unused members
3173  783130 Make dbus activation sandbox-aware
3174  783193 Adapt to OpenURI api change
3175  783201 gdbus-codegen: Apply --output-directory to generated docs as well
3176  783340 win32: port monotonic times to use QPC
3177  783350 length parameter can be NULL g_data_input_stream_read_line
3178  783392 incorrect (out) annotation for g_dbus_interface_info_generate_xml
3179  783593 GGtkNotificationBackend should use /org/freedesktop/DBus to call Ge...
3180
3181 * Translation updates:
3182  Esperanto
3183  German
3184  Indonesian
3185  Kazakh
3186  Spanish
3187
3188
3189 Overview of changes in GLib 2.53.2
3190 ==================================
3191
3192 * A few new number parsing functions have been added:
3193   - g_ascii_string_to_signed
3194   - g_ascii_string_to_unsigned
3195   These have better error handling than the existing ones.
3196
3197 * glib-mkenums now supports /*< private >*/ and /*< public >*/
3198
3199 * GSettings now consider XDG_DATA_HOME in addition to XDG_DATA_DIRS.
3200
3201 * Bugs fixed:
3202  674885 type initialisation deadlock in GObject
3203  698064 Add g_ptr_array_contains()
3204  732000 gdatetime: Remove an unnecessary NULL pointer check
3205  734946 Implement GContentType on OSX
3206  741335 Possible differences in use of XDG_DATA_DIRS versus XDG base directory specification
3207  748263 Use-after-free in g_dbus_connection_call_internal()
3208  776876 gmodule – Various Android bug-fixes
3209  777030 build error where minor() and major() cant be resolved in gio/gdbusmessage.c
3210  780300 gio/gosxappinfo.c uses deprecated LSFindApplicationForInfo
3211  780309 gio/tests/appinfo build fails: gdesktopappinfo.c skipped on OS X
3212  781755 Avoid compiler warnings in generated marshallers code
3213  781826 portal support: Read /.flatpak-info
3214  781830 Fix some typos and errors in GVariant documentation
3215  781847 Use-after-free under send_message_with_reply_cleanup():gdbusconnection.c:1792
3216  781867 various gvfsd-* wants to look in /boot/efi, causes unnecessary/inappropriate auto...
3217  782068 doc: Trivial typo fixes
3218  782075 gtimer: Handle gmtime() failure in g_time_val_to_iso8601()
3219  782089 gdatetime: Fix overflow checks when constructing from timestamps
3220  782162 Support public/private trigraph in glib-mkenums
3221  782237 make check error
3222  782311 inode/directory is treated as a subclass of application/octet-stream
3223  782628 libmount build dependency check not requiring the right version?
3224
3225 * Translation updates:
3226  Hungarian
3227  Indonesian
3228  Spanish
3229
3230
3231 Overview of changes in GLib 2.53.1
3232 ==================================
3233
3234 * The gdbus tool gained a wait command
3235
3236 * g_unix_signal_source_new support SIGWINCH now
3237
3238 * There are now g_enum_to_string and g_flags_to_string functions
3239
3240 * A new function to instantiate objects: g_objet_new_with_properties
3241
3242 * GParameter and related APIs have been deprecated
3243
3244 * Bug fixes
3245  447907 enum/flags from string + type transform + tests
3246  668962 GUnixMountPoint/GUnixMountEntry not usable through gobject-introspection
3247  669355 gdbus-codegen output contains stray semicolons at file scope (forbidden in C99)
3248  674885 type initialisation deadlock in GObject
3249  698064 Add g_ptr_array_contains()
3250  709865 Add boxing to GParameter
3251  725894 build: Include gettext libraries for static compilation on Mac OS X
3252  734946 Implement GContentType on OSX
3253  741229 gio: Handle NULL cached properties in NetworkManager monitor
3254  745971 gdbus-tool: Add a command to wait for a well-known name on the bus
3255  755046 gfileutils: Add precondition checks to g_file_test()
3256  761102 Increase performance for main loop
3257  761889 GDateTime: %p does not always print AM/PM string
3258  766660 Please clarify the extent to which GInitable, GAsyncInitable must be idempotent
3259  769534 g_unix_signal_source_new does not support SIGWINCH
3260  772221 Take advantage of Unicode
3261  775879 g_log_default_handler should not check G_MESSAGES_DEBUG
3262  776169 various gio-tool fixes
3263  777961 Documentation for g_app_info_equals() could be clearer
3264  778049 race in gsource detected by TSan
3265  778207 gio-querymodules: fix memory leak
3266  778287 G_MODULE_EXPORT and -fvisibility=hidden
3267  779409 Fix false positive g_warning() in remove_filter()
3268  780066 g_base64_encode_close() in glib/gbase64.c produces invalid base64 encoding
3269  780095 g_utf8_get_char_validated() stopping at nul byte even for length specified buffers
3270  780306 Unused function in gunicollate.c for CARBON
3271  780310 g_tls_database_verify_chain doesn't set the GError for failures other than cancell...
3272  780384 gio/tests/contenttype fails on OS X: "public.directory" != "public.folder"
3273  780441 Make the portal implementation of g_app_info_launch() synchronous
3274  780634 Remove remaining old codepage ABI comapt code
3275  780908 gobject: remove duplicate GType sanity check
3276  780924 Memory leak in gdbusmethodinvocation.c
3277  781125 gio-tool: Fix errors format string
3278  781234 the buffer written to by g_input_stream_read is not marked as an out parameter
3279  781298 gfileutils.c:330:3: error: ISO C90 forbids mixed declarations and code
3280
3281 * Translation updates
3282  Catalan
3283  Friulian
3284  German
3285  Hebrew
3286  Indonesian
3287  Polish
3288  Russian
3289
3290
3291 Overview of changes in GLib 2.52.0
3292 ==================================
3293
3294 * Bug fixes:
3295  779799 gdatetime test fails with tzdata 2017a
3296  780032 Add missing attributes to two functions
3297  780144 gio/fam: Remove leftover debug print
3298
3299 * Translation updates:
3300  French
3301  Friulian
3302  Latvian
3303
3304
3305 Overview of changes in GLib 2.51.5
3306 ==================================
3307
3308 * OS X implementations of GContentType and GAppInfo
3309   have been added
3310
3311 * Bugs fixed:
3312  673047 gunicollate is broken on OS X (patch included!)
3313  734946 Implement GContentType on OSX
3314  747146 Implement GNotification on OSX
3315  769983 glib-mkenums generates non-reproducible Makefile snippets
3316  777203 gnulib license information is not correct in glib2.0
3317  778515 Crash in the gio kqueue backend
3318  779456 Make g_utf8_make_valid optionally take a length
3319
3320 * Translation updates:
3321  Danish
3322  Friulian
3323  German
3324  Hungarian
3325  Korean
3326  Lithuanian
3327
3328
3329 Overview of changes in GLib 2.51.4
3330 ==================================
3331
3332 * Memory leak fixes
3333 * Fix the released tarball
3334
3335
3336 Overview of changes in GLib 2.51.3
3337 ==================================
3338
3339 * Bugs fixed:
3340  771997 gchecksum: Add SHA-384 support
3341  778422 gsubprocesslauncher: Clarify the behavior of set_environ()
3342  778581 gdbus-codegen: Fix -Wconversion warning
3343  778801 gdbus-codegen: Add --outdir flag
3344  778991 Plug a mem leak in gdbusauth
3345  779183 g_io_extension_point_get_extensions should check for NULL pointer
3346
3347 * Translation updates:
3348  Basque
3349  Chinese (Taiwan)
3350  Danish
3351  Indonesian
3352  Italian
3353  Serbian
3354
3355
3356 Overview of changes in GLib 2.51.2
3357 ==================================
3358
3359 * Minimal support for UUIDs has been added
3360
3361 * A new file attribute, G_FILE_ATTRIBUTE_RECENT_MODIFIED has been added
3362   to improve sorting of recent files
3363
3364 * Bugs fixed:
3365  639078 UUID support feature request
3366  777135 gkeyfile: Be more specific about error codes in documentation
3367  777307 race condition between gdbus signal callback and g_bus_unwatch_name...
3368  777481 goutputstream: docs: fix typos
3369  777493 g_mkdtemp() not introspectable
3370  777507 Recent view sorting incorrectly
3371  777592 Add minor examples to GDBus and GVariant documentation
3372  778002 race in gdbusprivate.c detected by the ThreadSanitizer
3373  778096 race in gdbusconnection reported by TSan
3374
3375 * Translation updates:
3376  Norwegian bokmål
3377  Polish
3378  Simplified Chinese
3379  Slovak
3380  Spanish
3381  Swedish
3382
3383
3384 Overview of changes in GLib 2.51.1
3385 ==================================
3386
3387 * glib-compile-resources grew a --generate-phony-targets flag
3388
3389 * GLib now installs a valgrind suppressions file for GLib and GIO
3390
3391 * Bugs fixed:
3392  666114 should have infrastructure to run its tests under valgrind
3393  729730 GDBusMessage: Fix segfault if DEBUG_SERIALIZER is enabled
3394  730932 statically assert that reasonable assumptions about enums are true
3395  735731 gobject: Document behaviour of GType checking macros on NULL
3396  736810 gdbus: Fix leak in g_dbus_message_print()
3397  762283 GSocket – Fix race conditions on Win32 if multiple threads are waiting on cond...
3398  767609 Test suite problems
3399  767952 g_dbus_method_invocation_return_*, g_dbus_method_invocation_take_error: They d...
3400  769672 Assert threads for testcase 642026 are sucessfully created
3401  769745 gtask: Add guards for public functions
3402  770175 Add command line argument to mkenums and genmarshal to write output to a file
3403  770646 glib: Namespace global tapset variables by soname
3404  772160 Add g_unix_mount_for() support
3405  772989 Totem allows invalid urls that might cause segfault that's irrecoverable
3406  773823 gio: Bump copy buffer size to 256k by default
3407  774086 fix g_main_context_check declaration
3408  774368 Dependency file output of resource scanner breaks Ninja
3409  774421 Two minor patches
3410  774520 GSocket allocates and processes control messages even if not requested
3411  775309 Crash in gdbusauth
3412  775468 Improve log write supports color method on windows
3413  775510 testing with -fsanitize=undefined reports various undefined behaviour
3414  775517 Password input is echoed in the terminal
3415  775621 gmessages: Fix compilation on Android
3416  775765 FDO notification withdrawal backend sends wrong ID to the server
3417  775913 subprocesslauncher: potential infinite loop in verify_disposition()
3418  776198 Stray semicolon after g_variant_print() function in gvariant.c
3419  776586 License headers cleanup
3420  777077 Use of memory after it is freed
3421
3422 * Translation updates:
3423  Brazilian Portuguese
3424  Czech
3425  Galician
3426  German
3427  Hebrew
3428  Kazakh
3429  Lithuanian
3430  Spanish
3431  Swedish
3432
3433
3434 Overview of changes in GLib 2.51.0
3435 ==================================
3436
3437 * glib-genmarshal and glib-mkenums have gained --output options
3438   for better build system integration
3439
3440 * New API: g_utf8_make_valid
3441
3442 * Bugs fixed:
3443  591603 Make _g_utf8_make_valid public
3444  610969 Nice to have g_utf8_make_valid as public
3445  767882 Bit shift overflow (-Wshift-overflow) warning in gparam.h
3446  769135 External control for g_test_add/g_test_run
3447  769630 gfile: G_FILE_MONITOR_WATCH_MOVES was actually introduced in 2.46
3448  772160 Add g_unix_mount_for() support
3449  772221 Take advantage of Unicode
3450  773303 GApplication leaks option_strings 
3451
3452 * Translation updates:
3453  French
3454  Galician
3455  German
3456  Hungarian
3457  Lithuanian
3458  Norwegian bokmål
3459  Occitan
3460  Polish
3461  Slovak
3462  Turkish
3463
3464
3465 Overview of changes in GLib 2.50.1
3466 ==================================
3467
3468 * Update Unicode support to Unicode 9.0.0
3469
3470 * Bugs fixed:
3471  662946 gunixmounts monitoring doesn't work correctly with libmount
3472  771591 Update to Unicode 9.0.0
3473  772054 glib/gspawn-win32-helper.c: unexpected behavior re CommandLineToArgvW()
3474  772255 gresolver: Mark GResolver as an abstract class
3475  772269 Add --version options to glib-compile-resources and glib-compile-schemas
3476  772297 completion: Complete gsettings describe
3477  772511 g_log_default_handler crashes windows apps with "Unspecified fatal err...
3478
3479 * Translation updates:
3480  Brazilian Portuguese
3481  Catalan
3482  Croatian
3483  Czech
3484  Danish
3485  Hungarian
3486  Italian
3487  Latvian
3488  Polish
3489  Swedish
3490
3491
3492 Overview of changes in GLib 2.50.0
3493 ==================================
3494
3495 * Bugs fixed:
3496  771438 Turn on libmount by default on linux
3497         Fix the annotation for g_log_variant
3498
3499 * Translation updates:
3500  British English
3501  French
3502
3503
3504 Overview of changes in GLib 2.49.7
3505 ==================================
3506
3507 * Add g_log_variant, binding-friendly api for structured logging
3508
3509 Bugs fixed:
3510  646926 arg_data invalid after g_option_context_parse() fails
3511
3512 * Translation updates:
3513  Danish
3514  Finnish
3515  Galician
3516  German
3517  Hebrew
3518  Kazakh
3519  Korean
3520  Latvian
3521  Lithuanian
3522  Polish
3523  Portuguese
3524  Serbian
3525  Slovak
3526  Spanish
3527  Swedish
3528  Thai
3529
3530
3531 Overview of changes in GLib 2.49.6
3532 ==================================
3533
3534 * The gsettings commandline tool now has a describe command
3535
3536 Bugs fixed:
3537  745754 Add gcc-style dependency output to glib-compile-resources
3538  769076 Fix warning: attempt to override closure->va_marshal with new marshal
3539  770372 gdbus-codegen: Strip @since parameters before comparison
3540
3541 Translation updates:
3542  Brazilian Portuguese
3543  Czech
3544  German
3545  Hungarian
3546  Polish
3547  Portuguese
3548  Spanish
3549
3550
3551 Overview of changes in GLib 2.49.5
3552 ==================================
3553
3554 * Structured logging:
3555  - drop libsystemd dependency
3556  - document that g_test_expect_message does not work with structured logs
3557
3558 * Use libmount for unix mount support
3559
3560 * Add an async variant of g_app_info_launch_default_for_uri
3561
3562 Bugs fixed:
3563  522053 GUnixMountMonitor needs to use /proc/self/mountinfo on recent Linux
3564  682794 Add usage guidance to logging documentation
3565  744456 Structured logging API
3566  766370 Add a macro for initializing g_auto(GVariantBuilder)
3567  767240 Regex failures with pcre 8.38
3568  768198 Can't build glib with systemtap enabled
3569  768453 Gdbus test: compilation fails due to -Werror=format-y2k errors
3570  768752 Add async variant of g_app_info_launch_default_for_uri
3571  769027 Docs misleadingly imply G_CHECKSUM_SHA512 is available since 2.16
3572  769029 gmessage: compiler complains about -Wformat-nonliteral
3573  769042 'O_CLOEXEC' undeclared (first use in this function)
3574  769087 gmessages: support NULL log domain
3575  769089 Fix gsettings uint64 testcase
3576  769104 Build failure when using _GLIB_CHECKED_ADD_U32 with the Intel compiler
3577  769139 g_log_writer_journald uses non-standard 'htole64' function
3578  769238 memory increases every time I umount and mount my secondary hard disk.
3579  769245 is_valid_heap_iter define misses NULL pointer check
3580  769507 gmessages: Don’t require is_journald() call before writer_journald()
3581  769785 gmessages: Expand documentation further for structured logging
3582  769995 gdbus-codegen: Allow '@since: UNRELEASED' in documentation comments
3583
3584 Translation updates:
3585  Catalan
3586  Hebrew
3587  Lithuanian
3588  Slovak
3589  Spanish
3590
3591
3592 Overview of changes in GLib 2.49.4
3593 ==================================
3594
3595 * Change the just-introduced structured logging API. The arguments
3596   of g_log_structured() had to be reordered to enable an implementation
3597   within the limits of what the standards guarantee about var args.
3598
3599 Bugs fixed:
3600  744456 Structured logging API
3601  768936 gio doc build fails because of missing gio.xml in the tarballs
3602  768963 improper va_list use in g_log_structured()
3603  768968 gio/tests/socket-listener hangs since e4ee307
3604
3605 Translation updates:
3606  Spanish
3607
3608
3609 Overview of changes in GLib 2.49.3
3610 ==================================
3611
3612 * GLib has a structured logging API, g_log_structured, with support
3613   for writing to the systemd journal. It also supports colored output
3614   in terminals
3615
3616 * Some new GBytes API has been added:
3617  - g_key_file_load_from_bytes
3618  - g_compute_hmac_for_bytes
3619
3620 * Stack-allocated GVariantBuilder and GVariantDict objects can now be
3621   initialized with G_VARIANT_BUILDER_INIT and G_VARIANT_DICT_INIT
3622
3623 * gio:
3624  - Add a way to register handlers for custom uri schemes
3625  - Add a G_FILE_ATTRIBUTE_FILESYSTEM_REMOTE attribute to
3626    have these heuristics in a single place
3627  - Include a gio tool that makes the functionality of the
3628    various gvfs commandline tools available in a single place
3629  - Add portal support to g_app_info_launch_default_for_uri
3630  - Add portal support to GNetworkMonitor
3631  - Add portal support to GProxyResolver
3632  - Add portal support to g_application_send_notification
3633
3634 Bugs fixed:
3635  547200 g_utf8_find_next_char() issues
3636  662802 systemtap multiarch issue
3637  723506 fork/exec from non-main thread when autolaunching could be avoided...
3638  725902 build: simplify dtrace configuration
3639  728207 gsocketservice: Documentation does not mention that is already act...
3640  729914 instead of DEBUG_CODE and IF_DEBUG, provide a common macro to supp...
3641  744456 Structured logging API
3642  744678 Unable to delete relocatable schemas
3643  746685 clarify that g_variant_get_data() can be used instead of g_variant...
3644  747134 glib-compile-resources --generate should detect common C++ file ex...
3645  750257 GSettings changed signal should clearly state the order required
3646  753231 Memory is potentially used after free
3647  754012 missing filename in "Error loading css: Failed to import: Error op...
3648  760115 gtestutils: add missing dash in seed argument's --help documentation
3649  760423 gio-querymodules prints error messages as question marks on some l...
3650  761102 Increase performance for main loop
3651  765338 GLib.compute_hmac_for_data throws every time
3652  766370 Add a macro for initializing g_auto(GVariantBuilder)
3653  766899 Superflous HTML/XML comments in GDBusProxyTypeFunc documentation s...
3654  766933 GSocketAddress leaks in gnetworkmonitornetlink.c:read_netlink_mess...
3655  767765 Add names and tags to various GSources and GTasks constructed in GLib
3656  767880 gkeyfile: add g_key_file_load_from_bytes() API
3657  767887 vfs: add g_vfs_register_uri_scheme()
3658  767949 [patch] Typos in glib docs
3659  768029 infinite loop in parse_name_internal()
3660  768119 Fix fallout from get_supported_schemes() changes
3661  768357 Build the gio tool on Windows/MSVC
3662  768498 portal support for glib
3663  768504 keyfile: g_key_file_get_double behavior doesn't follow documentation
3664  768549 Test failure: test_ip_sync_dgram
3665  768551 Test failure: test_socket_address_to_string
3666  768560 gio/tests/gsettings: fix GSettings reference leaks in some tests
3667  768780 O_PATH is a non-standard flag which may be unavailable on non-Lin...
3668  768806 gdbus tool must swallow -- argument
3669
3670 Translation updates:
3671  Chinese (Taiwan)
3672  French
3673  Hebrew
3674  Indonesian
3675  Lithuanian
3676  Portuguese
3677  Spanish
3678
3679
3680 Overview of changes in GLib 2.49.2
3681 ==================================
3682
3683  * GMainContext and GTask have gained more systemtap probes
3684
3685 Bugs fixed:
3686  673101 resource compiler dependency generation not working for gen...
3687  700756 GFile.new_for_path arguments misses (type filename) annotation
3688  730187 glocalfileoutputstream: Fix an FD leak in an error path
3689  755439 Memory leak in gdbusproxy.c
3690  759813 Add more SystemTap/DTrace probes for main context and GTask
3691  761810 gio: Support using GDBusObjectManagerServer at path ‘/’
3692  767172 docs: Move GIO_USE_VFS to "okay for production" section
3693  767218 Remove a UTF-8 ellipsis from gsignal.h
3694  767245 Add filename type annotations
3695  767824 Some UTC timezones incorrectly recognized on Windows 7
3696
3697 Translation updates:
3698  Occitan
3699
3700
3701 Overview of changes in GLib 2.49.1
3702 ==================================
3703
3704  * GDesktopAppInfo now allows bus activation with dashes. This is
3705    not technically allowed per the Desktop Entry specification, but
3706    it happens in the wild. Rather than forcing people to go through
3707    another traumatic desktop file rename, accept it and translate - to _.
3708
3709  * The support for giving names to threads has been improved. Thread names
3710    are now supported on Solaris as well, and the Linux support no longer
3711    uses prctl() but the pthread api.
3712
3713  * GIO resources can now be overridden at runtime, using the G_RESOURCE_OVERLAYS
3714    environment variable.
3715
3716  * gdbus-codegen can now generate autocleanup definitions for the types
3717    it generates. Use the --c-generate-autocleanup option to control this
3718
3719 Bugs fixed:
3720  665446 Use g_abort() instead of abort()
3721  731988 glocalfile: Avoid a potential NULL pointer dereference
3722  742898 g_value_type_transformable() description differs from the code
3723  747107 GVariant varargs documentation: g_variant_get() example
3724  747478 g_system_thread_set_name() is not implemented for gthread-win32
3725  748474 g_get_language_names() is not thread-safe
3726  748530 gthread: W32 implementation of g_get_num_processors() has lame fallback
3727  748806 GVariant: Better introduction to the concepts and its uses
3728  749583 GSequence performance improvements
3729  749606 tests: always remove app.desktop
3730  755898 [PATCH] settings: add get/set uint64
3731  758174 Fix documentation typos
3732  758738 Usage of GType properties causes crashes due to gulong/gpointer mismatch
3733  760186 namespace clash with gdb pretty-printing code
3734  762994 Race condition in GIO/AppFileChooser crashes Firefox/Gtk3
3735  763379 codegen: Add support for g_autoptr to gdbus-codegen–generated objects
3736  763821 build: Also dist Systemtap files always for gobject/
3737  764092 gstrfuncs: Document the behaviour of g_strjoinv()
3738  764163 g_task_had_error doesn't remember the error after g_task_propagate_*
3739  764415 Very High CPU usage in g_poll() Windows implementation
3740  764574 build: Fix all statfs() tests failing
3741  764575 tests: Fix compilation errors due to Y2K format problems
3742  764685 GApplication documentation about handling command-line options is confusing
3743  764754 '-' in application id: unbreak bus activation and notifications
3744  765173 documentation of g_main_context_push_thread_default() regarding GIO...
3745  765668 GResources: add support for resource overlays
3746  765710 gdbus-tool: only print note about expected argument types if that...
3747  765712 tests: Fix compilation
3748  765861 task: avoid context lock when setting source name
3749  765900 Add g_drive_is_removable() support
3750  765924 Improve external drives detection
3751  765959 socket: set fd field to -1 after closing socket
3752  765990 Visual Studio: Define inline only when necessary
3753  765991 Compilation of gresource.c is broken due to S_ISDIR
3754  766092 Incorrect locale handling in g_date_time_format_locale()
3755  766211 Fix the upper bound in g_unichar_iswide_bsearch
3756  766407 Some build-related defects in glib testsuite
3757  766570 build: Fix a misnamed variable in glib-tap.mk
3758
3759 Translation updates:
3760  Basque
3761  Catalan
3762  Chinese
3763  Occitan
3764  Portuguese
3765  Turkish
3766  Vietnamese
3767
3768
3769 Overview of changes in GLib 2.48.0
3770 ==================================
3771
3772  * The system copy of PCRE is now used by default to implement GRegex.
3773    Configure with --with-pcre=internal if a system PCRE version
3774    is unavailable or undesired.
3775
3776  * a minor build fix in the name of determinism
3777
3778  * a few coverity fixes
3779
3780 Bugs fixed:
3781  763617 giotypefuncs.c: Sort _get_type functions in the 'C' locale
3782
3783 Translations updated:
3784  Danish
3785  Italian
3786
3787 Overview of changes in GLib 2.47.92
3788 ===================================
3789
3790  * gdbus-codegen now supports g_autoptr()
3791
3792  * g_get_user_runtime_dir() now reliably returns an existing directory
3793
3794  * g_array_remove_range() can now remove 0 items from the end of an array
3795
3796  * Many fixes for Windows
3797    * build fixes
3798    * file monitoring
3799    * gsettings backend
3800    * streams
3801    * random numbers
3802    * wide character support
3803
3804  * documentation improvements
3805
3806  * other small bugfixes
3807
3808 Bugs fixed:
3809  724847 Segmentation fault on "gsettings list-recursively"
3810  743933 gapplication: add --app-id command line option
3811  756706 [PATCH] gio/gtestdbus.c: don't use non-standard %m printf modifier
3812  757506 gsettings: schema_list should use the passed schema's source
3813  760694 W32: Apps linked with -mwindows make cursor busy sometimes
3814  762202 g_win32_error_message improvements
3815  762637 build: Unconditionally dist tapset files
3816  762748 Undefined behavior
3817  762937 Mention that g_clear_error can be used with an "empty" GError
3818  763339 array: Support clearing an empty array with g_array_remove_range()
3819  763344 g_get_user_runtime_dir(): ensure directory exists
3820  763379 codegen: Add support for g_autoptr to gdbus-codegen–generated objects
3821
3822 Translations updated:
3823  Brazilian Portuguese
3824  Czech
3825  Finnish
3826  French
3827  Galician s
3828  German
3829  Greek
3830  Hebrew
3831  Hungarian
3832  Italian
3833  Kazakh
3834  Korean
3835  Latvian
3836  Lithuanian
3837  Occitan
3838  Polish
3839  Russian
3840  Serbian
3841  Slovak
3842  Slovenian
3843  Spanish
3844  Swedish
3845
3846 Overview of changes in GLib 2.47.6
3847 ==================================
3848
3849 * Windows usupport:
3850  - Fixes and improvements to the GSettings registry backend
3851  - Handle readability and writability of registry keys
3852  - Use Unicode registry APIs
3853
3854 * Bugs fixed:
3855 760852 744772 761126 747927 761337 744570 761504 761550 761843
3856  744570 GString is missing (transfer none) annotations on many of its methods
3857  744772 systemtap and gdb scripts install in wrong place
3858  747927 Documentation: various small improvements
3859  760852 gdbusobjectmanagerserver: Clarify recommended ObjectManager paths
3860  761126 winiconv: update to upstream version
3861  761337 Fix some annotations
3862  761504 W32 registry GSettings backend does not use Unicode
3863  761550 Cannot build with default flags under Fedora rawhide (-Werror=format-...
3864  761843 gmacros.h is testing attributes with __has_feature (when compiling wi...
3865
3866 * Translation updates:
3867  Brazilian Portuguese
3868  Bulagarian
3869  Chinese (Taiwan)
3870  Hungarian
3871  Polish
3872  Slovak
3873  Slovenian
3874  Spanish
3875  Swedish
3876
3877
3878 Overview of changes in GLib 2.47.5
3879 ==================================
3880
3881 * the system copy of PCRE is now used by default to implement GRegex.
3882   Configure with --with-pcre=internal if a system PCRE version
3883   is unavailable or undesired.
3884
3885 * interfaces for DTLS support have been added.  A new version of
3886   glib-networking will also be required.
3887
3888 * GDBusMethodInvocation now drops replies if the sender set the
3889   NO_REPLY_EXPECTED flag
3890
3891 * several GApplication fixes, including fixes for commandline arguments
3892   in interpreted languages on Windows
3893
3894 Bugs fixed:
3895  624186 Deprecate glib-gettext macros
3896  734095 gtk-demo.py of PyGObject fails to run on Windows (and likely other binding scripts using g_application_run())
3897  735754 Implement close on TLS GOutputStream
3898  748064 gnulib vfprintf returns desired (not actual) number of bytes, ignores errors
3899  752240 Add DTLS support to GIO
3900  755421 GDBus ignores NO_REPLY_EXPECTED flag in messages, leading to warnings on system bus
3901  756875 Include ntdef.h for NTSTATUS
3902  759554 g_application_run() calls g_main_context_default() repeatidly
3903  760199 gsettings: Install gettext ITS rules
3904  760215 G_LIKELY/_UNLIKELY macros need more parentheses
3905  760683 regex test: Check the expected PCRE exceptions at runtime
3906
3907 Translations updated:
3908  Brazilian Portuguese
3909  Czech
3910  German
3911  Lithuanian
3912  Swedish
3913
3914 Overview of changes in GLib 2.47.4
3915 ==================================
3916
3917 * The GApplication documentation has been improved in several areas.
3918
3919 * Bugs fixed:
3920  749092 gdb pretty-printers fail on Python 3 with a TypeError...
3921  757374 macros: clean up "inline" mess
3922  758641 Memory leak in g_dbus_proxy_new_for_bus_sync()
3923  759134 Add missing checks for gnulib vasnprintf()
3924  759408 Do not use uninitialized var 
3925  756475 Stop supporting non-POSIX getpwuid_r, getgrgid_r
3926  757372 GApplication: destroy the impl on shutdown
3927  728099 macros: add G_GNUC_CHECK_VERSION() for compiler checks
3928  757299 glib-compile-resources: do not leak c_name
3929  758553 Fix gettext use
3930  758823 file monitors: reorder some code to avoid segfault
3931  756214 gsettings: Don't translate ""
3932  710243 Add GParamSpec object ref management annotations
3933  735696 xdgmime: Finer handling for cases where mmap() is not available
3934  752983 gapplication: Acquire the main context before running
3935
3936 * Translation updates:
3937  Swedish
3938
3939
3940 Overview of changes in GLib 2.47.3
3941 ==================================
3942
3943 The inline cleanup in the last release accidentally removed three
3944 symbols from libglib-2.0.so.  It is unlikely that this will have caused
3945 any problems because these symbols were only backup symbols for
3946 definitions exported as inlines in the header files, but ABI is ABI.
3947
3948 This release corrects only this problem.
3949
3950 Overview of changes in GLib 2.47.2
3951 ==================================
3952
3953 * We have formalised the assumption that all compilers that are
3954   interested in support 'static inline' and simplified the macros around
3955   this considerably.  Please watch for and report unintentional fallout.
3956
3957 * New API: hardware-assisted helpers for overflow-checked integer math.
3958
3959 * other fixes
3960
3961 Bugs fixed:
3962  696324 gtester-report doesn't work with Python 3.x
3963  719966 glib: Add missing (nullable) and (optional) annotations
3964  752837 gobject and glib-compile-resources rely on .CRT$XCU section, no longer works with Win 10 UCRT (VS 2015)
3965  755364 make gtkdoc-check happy again
3966  756134 Segmentation fault on calling g_simple_action_group_add_action with bad action constructor call
3967  756179 gwin32.c: Replace VerifyVersionInfoW() with RtlGetVersion() due to API deprecation
3968  756988 GSequence should document each function's complexity
3969  757294 Move G_POLLFD_FORMAT to glibconfig.h
3970  757374 macros: clean up "inline" mess
3971  757451 doc: fix g_task_attach_source() example
3972  757628 gio tests fail to build when cross compiling 2.46.1
3973  757693 Invalid free in g_local_file_trash()
3974  757742 Fix up annotations in ghash.c
3975  758181 GTask: fix wrong example code
3976
3977 Translations updated:
3978  Greek
3979  Hebrew
3980  Hungarian
3981  Norwegian bokmål
3982  Portuguese
3983  Scottish Gaelic
3984  Simplified Chinese
3985  Spanish
3986
3987 Overview of changes in GLib 2.47.1
3988 ==================================
3989
3990 * The Unicode support has been updated to version 8.0 of the Unicode standard
3991
3992 * GDesktopAppInfo no longer sets the DISPLAY environment variable when
3993   launching apps. This is now done in the GAppLaunchContext implementations
3994   when appropriate
3995
3996 * Bug fixes:
3997  664740 Key-value file parser, space after integer
3998  687223 cleverer GThreadPool management
3999  692085 stderr and stdout are not always file descriptors 1 and 2
4000  697907 Add interface for socket-like things (GSocket, DTLS, etc)
4001  735754 Implement close on TLS GOutputStream
4002  737116 Add functions to print GSocketConnectables and addresses as strings
4003  743011 Minor additions to GError documentation
4004  749161 undefined reference to `__imp__stat32i64'
4005  749314 Cannot restore a just-trashed file
4006  751924 Add recvmmsg()-like API on GSocket
4007  752240 Add DTLS support to GIO
4008  752837 gobject and glib-compile-resources rely on .CRT$XCU section, no longer...
4009  753310 Remove `#pragma GCC system_header` from gmessages.h
4010  753935 Update example namespace and class names in GObject tutorial
4011  754855 Object instantiation documentation refers to example that no longer ex...
4012  754983 Wayland: g_desktop_app_info_launch_uris_with_spawn() forces DISPLAY va...
4013  754994 g_date_time_get_second () sometimes returns an off-by-one result
4014  755083 Clarify in G_ADD_PRIVATE that it is safe to call _get_instance_private...
4015  755351 Example still contains g_autoptr(gchar)
4016  755355 Move GStrv to glib.h so it can be used with g_auto()
4017  755374 g_variant_get_child(): flatten-first logic on '&'
4018  755496 glib 2.46 fails GStreamer test suite
4019  755609 glib 2.46.0 breaks Sun Java JVM 1.8.0.60
4020  755766 gvalue: The g_auto cleanup function assert if value is G_VALUE_INIT
4021  755795 2.46 considers empty files as octet-stream rather than text (leads to...
4022  755961 Fix up annotations in gbytes.c
4023  756053 MSVC doesn't understand the symbol 'msghdr'
4024  756054 MSVC linker error due to 'g_socket_send_message_with_timeout()'
4025  756077 testutils: remove internal ABI comment
4026  756099 g_main_context_query(): Annotate @n_fds as (in) parameter
4027  756139 musl: ctors called in the wrong order
4028  756179 gwin32.c: Replace VerifyVersionInfoW() with RtlGetVersion() due to AP...
4029  756251 The documentation of G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START is confusing
4030  756255 GOutputStream swallowing errors in splice with G_OUTPUT_STREAM_SPLICE...
4031  756316 GSequence should provide fast api to check if empty
4032  756382 snprintf used on Windows with VS2015 doesn't support %n
4033  756477 gio/gthreadedresolver.c has outdated copy of bionic headers (for android)
4034  756550 gtypes.h: Make G_MININTn literals negative
4035  756875 Include ntdef.h for NTSTATUS
4036  756952 giomodule: return a copy of module name
4037
4038 * Translation updates:
4039  Basque
4040  Czech
4041  Serbian
4042  Serbian Latin
4043  Vietnamese
4044
4045
4046 Overview of changes in GLib 2.46.0
4047 ==================================
4048
4049 * GTask no longer imposes a fixed limit on the number of tasks that
4050   can be run_in_thread() simultaneously, since doing this inevitably
4051   results in deadlocks in some use cases. Instead, it now has a base
4052   number of threads that can be used "for free", but will gradually
4053   add more threads to the pool if too much time passes without any
4054   tasks completing.
4055
4056   The exact behavior may continue to change in the future, and it's
4057   possible that some future version of GLib may not do any
4058   rate-limiting at all. As a result, you should no longer assume that
4059   GTask will rate-limit tasks itself (or, by extension, that calls to
4060   certain async gio methods will automatically be rate-limited for
4061   you). If you have a very large number of tasks to run, and don't
4062   want them to all run at once, you should rate-limit them yourself.
4063
4064 * Disable runtime-deprecation warnings
4065
4066 * Fix marshalling of flags on bigendian 64bit architectures
4067
4068 * Translation updates
4069  Brazilian Portuguese
4070  Danish
4071  German
4072  Latvian
4073  Russian
4074  Turkish
4075
4076
4077 Overview of changes in GLib 2.45.8
4078 ==================================
4079
4080 * utf8 validation and utf8-to-ucs4 conversion are faster
4081
4082 * Small speedups to property change notification
4083
4084 * Various other small optimizations for GQuark, GData
4085
4086 * Bugs fixed:
4087  696426 GParamSpecTypeInfo do not need to be static
4088  735429 Cleanup MSVC Project Files Generation
4089  738504 Optimize UTF-8 decoding by unrolling branches and expressions
4090  742903 Add missing (transfer) annotation to GString
4091  748633 g_set_object order of operations
4092  754431 Fix build of glib/gstrfuncs.c on Windows
4093  754560 gioerror: Add more mappings for WinSock error codes
4094  754582 Glib cannot compile
4095  754601 Make g_strerror work with non-glibc POSIX systems
4096  754636 tests/unicode-encoding test fails for glib 2.45.7 on x86-64
4097  754788 more g_strerror stuff
4098  754831 autocleanups: Add GString type
4099  754924 Improve test coverage of g_utf8_validate() by added known-...
4100  754986 Avoid unnecessary signal emission during draw
4101
4102 * Translation updates:
4103  Italian
4104  Kazakh
4105  Korean
4106  Lithuanian
4107  Slovenian
4108  Swedish
4109
4110
4111 Overview of changes in GLib 2.45.7
4112 ==================================
4113
4114 * Add G_FILE_ATTRIBUTE_STANDARD_IS_VOLATILE for use by non-POSIX-like
4115   backends (e.g. cloud storage).
4116
4117 * GFileMonitor: Make the inotify backend work with atomic renames again
4118
4119 * GSettings: change notification is again working unconditionally
4120
4121 * GListStore has a sort function now
4122
4123 * Test infrastructure:
4124  - Tests are now required to have unique names
4125  - TAP support has been improved
4126  - A macro for asserting that two memory regions have identical content
4127    has been added
4128
4129 * Bugs fixed:
4130  708525 A "g_file_query_info" on the file path "/sys/kernel/debug/hid"...
4131  742849 inotify: send paired events to both sides
4132  744060 Update GObject tutorial documentation to use G_DECLARE_FINAL_T...
4133  747364 Fix GError leak in g_file_query_writable_namespaces()
4134  749492 Support file creation time on FreeBSD and NetBSD
4135  752769 (g_socket_receive_message | g_socket_send_message) performance
4136  753745 glib-genmarshal still needed for cross-compilation
4137  754152 Add g_list_store_sort
4138  754211 Memory leak in g_file_enumerator_iterate ()
4139  754264 GLib 2.44 certificate chain construction fails if the PEM incl...
4140  754283 gtestutils: add g_assert_cmpmem()
4141  754284 gtestutils: print the TAP test plan first, not last
4142  754286 misc gtestutils fixes
4143  754307 size of array '_GStaticAssertCompileTimeAssertion_3387' is neg...
4144
4145
4146 * Translation updates:
4147  Chinese (Taiwan)
4148  French
4149  Galician
4150  Greek
4151  Hebrew
4152  Hungarian
4153  Indonesian
4154  Polish
4155  Portuguese
4156
4157
4158 Overview of changes in GLib 2.45.6
4159 ==================================
4160
4161 * Fix a test failure and a build failure
4162
4163 Overview of changes in GLib 2.45.5
4164 ==================================
4165
4166 * GNetworkMonitor now provides information about metered networks
4167
4168 * g_mem_set_vtable has been deprecated; it has not been working for
4169   quite a while. The recommendation is to use valgrind, or replace
4170   malloc itself.
4171
4172 * Bugs fixed:
4173  656325 Make GDBusInterfaceVTable binding friendly
4174  741779 Documentation tweaks addressing real-world API misuses
4175  741822 Fails to build with VS 2015
4176  742386 gdbusconnection: Don't g_printerr() when exiting
4177  743018 gobject: Add more cross-links between documentation pages
4178  750282 Add g_network_monitor_get_network_metered() to get if the connection...
4179  751358 GFileMonitor doesn't react to "mv some-file watched-file"
4180  751592 Stop using GMemVtable
4181  751598 Stop 'handle-local-options' propagation when callback reports an err...
4182  751610 g_str_hash produces collisions with strings of length 2
4183  751751 Wrong docs of g_async_queue_remove
4184  752210 gdbus command crashes with SIGSEGV
4185  752656 gdbusconnection: Fix signal subscription documentation
4186  752767 Fix typo in g_hash_table_replace() documentation
4187  753278 gdbus: Don't use g_assert_no_error() GDBusObjectManagerServer
4188  753285 g_menu_item_set_icon fails if called with NULL icon
4189
4190 * Translation updates:
4191  Catalan
4192  Czech
4193  French
4194  Indonesian
4195  Lithuanian
4196  Norwegian bokmål
4197  Slovak
4198  Spanish
4199  Thai
4200  Turkish
4201
4202
4203 Overview of changes in GLib 2.45.4
4204 ==================================
4205
4206 * Bugs fixed:
4207  727829 win32: glibconfig.h.win32 updates
4208  741901 Clang cannot know that g_error don't return
4209  746339 GSocket kills process when fd is not a socket
4210  747676 gio/tests/socket fails: test_fd_roundtrip
4211  748610 Some tests fail with non-English locales
4212  749911 g_inet_address_to_string broken on XP/2003
4213  749912 g_inet_address_new_from_string broken on XP/2003
4214  750625 Should dismiss Software Updates Available notification after...
4215  750807 G_BREAKPOINT doesn't work as intended on Darwin
4216  751160 gtask does unnecessary work
4217  751672 -Wduplicate-decl-specifier in glib/tests/keyfile.c
4218  751731 GFile/DirectoryMonitor emit move events with other_file=NULL
4219  751737 gio/tests/appmonitor test fails in 2.45.3
4220  751798 Wrong enum type used in some test-cases
4221  752089 make gsocketservice::active a property
4222  752293 small cleanup: use list_free_full
4223
4224 * Translation updates:
4225  Greek
4226  Hebrew
4227  Portuguese
4228
4229
4230 Overview of changes in GLib 2.45.3
4231 ==================================
4232
4233 * Improve performance of g_signal_handler_disconnect for signals
4234   with many handlers
4235
4236 * GDBus has gained a new call flag to allow interactive authorization
4237
4238 * GSettings:
4239  - New API: g_settings_schema_list_keys
4240  - Deprecated: g_settings_list_keys
4241
4242 * OS X:
4243  - Implement GNotification
4244  - Bump the OS X requirement to 10.9
4245
4246 * Windows:
4247  - Add registry reading API
4248  - Reimplement GAppInfo using registry information
4249
4250 * Bugs fixed:
4251  666831 Support URI opening on W32
4252  728489 property action with inverted boolean state
4253  730168 Incorrect annotation on g_action_group_get_action_state_type return...
4254  733325 Several regex tests fail with pcre3 8.35
4255  734888 GLib has no helper functions to work with W32 Registry
4256  737009 signal handler lookup doesn't scale
4257  738185 Misleading language about "file name encoding" in the docs on g_env...
4258  738504 Optimize UTF-8 decoding by unrolling branches and expressions
4259  739122 glib not handling -1 return ("no limit") from sysconf (_SC_THREAD_S...
4260  739424 gnome-shell crashes when files are added, deleted, or modified in $...
4261  739616 DBus; Add new call flag to allow interactive authorization
4262  740308 Add g_settings_schema_list_keys() method
4263  740516 RFE: please provide an introspectible version of g_log_set_handler
4264  741788 Document GSettings build system integration
4265  745013 GBinding not thread safe
4266  747146 Implement GNotification on OSX
4267  747941 try XDG_RUNTIME_DIR/bus before falling back to X11 autolaunch (dbus...
4268  748727 Filechooser dialog shows no icons for directories on W32
4269  749693 GActionGroupExporter: flush queue on requests
4270  750203 GNetworkMonitorNetlink hangs in user namespace
4271  750322 gapplication: Make sure --help output is translated
4272  750344 GTlsInteractionClass is missing from doc
4273  750369 Various GBinding cleanups
4274  750386 Race condition in g_io_condition_get_type
4275  750399 Typo "equilalent" in glib documentation's glib-Error-Reporting.html...
4276  750573 GTlsDatabaseClass is not documented
4277  750918 genmarshal: silence register storage class warnings
4278  751122 gsocket: avoid unnecessary g_socket_cond_wait() in _send_messages()
4279  479730 The "g_key_file_set_comment" interface prepends '#' character to...
4280
4281 * Translation updates:
4282  Hungarian
4283  Spanish
4284
4285
4286 Overview of changes in GLib 2.45.2
4287 ==================================
4288
4289 * Improve error reporting in glib-compile-schemas.
4290
4291 * Add introspection annotations to GListStore.
4292
4293 * Bugs fixed:
4294  696749 win32 : failed to compile because of careless mistake in the code
4295  723394 const parameter to GtkPopover gtk_popover_set_pointing_to
4296  724113 gdbus-connection-loss test can fail on slow machines
4297  725981 tap-driver.sh: internal error getting exit status
4298  733325 Several regex tests fail with pcre3 8.35
4299  744895 Unknown or unsupported transport 'this-should-not-be-used-and-will...
4300  747882 gtype: Bump allowed number of children
4301  748534 gtest: if a subprocess assertion fails, print its stdout and stderr
4302  748612 de_DE locale used in option-context test is not supported by FreeBSD
4303  748614 Double unref in g_socket_listener_add_inet_port
4304  748834 glocalfilemonitor: Emit notification on rate limit change
4305  749079 gdbus-peer test: TCP tests can fail with ECONNRESET due to a race...
4306  749080 gdatetime test: fails if close to rollover between seconds
4307  749180 gnetworkaddress: add return type annotation to parse methods
4308  749352 g_binding_unbind() fails when source is also the target
4309  749353 GBinding does not connect to the detailed notify signal
4310
4311 * Translation updates:
4312  Catalan
4313  French
4314  Slovak
4315  Thai
4316
4317
4318 Overview of changes in GLib 2.45.1
4319 ==================================
4320
4321 * The GSettings schema compiler, glib-compile-schemas has been changed
4322   to reject schema xml that has duplicate <summary> or <description>
4323   elements. Such elements typically occur when translations are merged
4324   into the schema, with xml:lang attributes. This is not the correct
4325   way to translate schemas. Instead keep the translations in the .mo
4326   file and set the gettext-domain attribute on the <schemalist> element.
4327
4328 * The file monitoring infrastructure has been rewritten, and all backends
4329   have seen major improvements.
4330
4331   The inotify backend is reporting events with less delay (no event will
4332   be delayed more than 10ms) and wakeups due to file monitoring have been
4333   significantly reduced. A CHANGES_DONE event will also be sent when new
4334   files appear.
4335
4336   The poll implementation is now using the thread default main context.
4337
4338   The fam implmentation is now running in the worker thread.
4339
4340   The fen implementation has been removed, since it was unmaintained.
4341
4342 * The GSettings schema compiler, glib-compile-schemas, is more strict
4343   about rejecting schemas with xml:lang style merged translations.
4344   Schema translations should be done by specifying the gettext domain
4345   in the xml, and keeping the translations in gettext. To avoid breaking
4346   already-installed schemas, this change is only taking effect when
4347   you use the --strict option.
4348
4349 * The hardcoded 10-thread limit of GTask's thread pool has been removed,
4350   since it was prone to causing deadlocks. The thread pool is now allowed
4351   to grow dynamically and will shrink back over time.
4352
4353 * GSimpleAsyncResult has been deprecated in favor of GTask.
4354
4355 * The algorithm used by GAppInfo to find default handlers for mime types
4356   has been tweaked to prefer apps that handle the specific subtype over
4357   default handlers for a generic supertype.
4358
4359 * Bug fixes:
4360  627285 inotify file monitor hardwired delay
4361  631597 Segmentation fault in append_escaped_text
4362  661767 merge/improve various bits of run-in-thread functionality
4363  687223 cleverer GThreadPool management
4364  711547 win32: silence some build warnings
4365  719966 glib: Add missing (nullable) and (optional) annotations
4366  726447 Possibly an error in text string
4367  728663 W32: wrong stat struct is used when built with MinGW-w64
4368  728669 W32: GLocalFile can't measure size of files larger than 2^32...
4369  730188 gsocket: Document FD ownership with g_socket_new_from_fd()
4370  733325 Several regex tests fail with pcre3 8.35
4371  738207 Add a way to set SO_SENDBUF and SO_RECVBUF on listener (and...
4372  739850 GClosure: add valgrind hints
4373  741791 gmain: Save errno when handling unix signals
4374  744282 gvfs-open for application/x-virt-viewer changed behaviour bet...
4375  745255 Add support for copying sessions between GTlsClientConnections
4376  745745 gdbus: fix out-of-bound array access
4377  745821 Don't use __alloc_size__ attribute with clang
4378  746749 GLib-GIO:ERROR:inotify-kernel.c:327:ik_source_dispatch: ass...
4379  746753 Glib-compile-resources --generate-header not using ".h" as ...
4380  747209 glib-compile-schemas ought to reject repeated <summary> and...
4381  747349 Conversion of gdbus to use GTask causes deadlocks
4382  747363 gatomic: Add missing new line in API doc comment
4383  747472 Don't ignore already-installed schemas with multiple <summa...
4384  747541 gdbus segfaults with invalid --dest
4385  747772 Having hardcoded utf8 strings in the source code does not p...
4386  748019 gsocketconnection: Fix copy-pasto in documentation
4387  748177 not all test schemas are distributed, "make distcheck" fails
4388
4389 * Translation updates:
4390  Basque
4391  Czech
4392  Danish
4393  Finnish
4394  German
4395  Hebrew
4396  Icelandic
4397  Norwegian bokmål
4398  Russian
4399  Turkish
4400
4401
4402 Overview of changes in GLib 2.43.92
4403 ===================================
4404
4405 GLib is now considered frozen.  We do not expect any major changes
4406 before the release of 2.44.0.
4407
4408  * GUnixMountMonitor now properly supports multiple main contexts
4409
4410  * many documentation improvements and cleanups.  We are now
4411    approaching a point where the documentation is 100% complete and the
4412    xml will build without warnings.  This will probably be enabled by
4413    default in the next cycle.
4414
4415  * new support for HTTP proxies in GIO
4416
4417  * new GTask:completed property
4418
4419  * use "private" futexes in order to further improve the performance of
4420    the contended case of GMutex and g_bit_lock()
4421
4422 Bugs fixed:
4423  614684 Make various parts of GObject const-correct
4424  730352 Use inet_pton(), if_nametoindex() and if_indextoname() for newer versions of Windows
4425  733876 Proxy protocol 'http' is not supported.
4426  741442 threads: use FUTEX_WAIT_PRIVATE and FUTEX_WAKE_PRIVATE if possible
4427  742599 Clean up GUnixMountMonitor
4428  743636 gtask: Add a GTask:completed property
4429  743661 g_win32_check_windows_version() is missing from doc
4430  744722 docs: Expand introduction to mention using async calls over sync ones
4431  745589 [Patch] gio: add some missing autocleanup
4432  745634 [GNotifications] Use themed icon as icon-name
4433
4434 Translations updated:
4435  Bosnian
4436  Bulgarian
4437  Catalan
4438  Czech
4439  French
4440  German
4441  Greek
4442  Hungarian
4443  Italian
4444  Kazakh
4445  Korean
4446  Latvian
4447  Lithuanian
4448  POTFILESin
4449  Polish
4450  Russian
4451  Serbian
4452  Slovak
4453  Slovenian
4454  Spanish
4455  Swedish
4456  Vietnamese
4457  pa  for Gnome
4458
4459 Overview of changes in GLib 2.43.91
4460 ===================================
4461
4462 We have now added 'g_autofree' as a libgsystem-style autocleanup macro
4463 that calls g_free() on the content of a local variable when it leaves
4464 scope (working only on GCC and clang).
4465
4466 GApplication now has an "is-busy" property, allowing one to query the
4467 effective busy state.
4468
4469 There have been various other bugfixes and cleanups.
4470
4471 Bugs fixed:
4472  661554 GIO's use of GError is wrong
4473  744263 Fix format specifier for __LINE__ in G_OBJECT_WARN_INVALID_PSPEC
4474  744565 gapplication: add bind_busy_property()
4475  744747 Add g_autofree
4476  744756 Can't find out if gapplication is marked as busy
4477  744830 autocleanups: Add GArray and GPtrArray
4478  744876 Unclean exit from from g_application_run
4479  745239 g_property_action_new missing type annotation
4480
4481 Translations updated:
4482  Chinese (Taiwan)
4483  French
4484  Galician
4485  Lithuanian
4486  Slovak
4487
4488 Overview of changes in GLib 2.43.90
4489 ===================================
4490
4491 * new GSimpleIOStream class to construct a GIOStream from an arbitrary
4492   GInputStream and GOutputStream
4493
4494 * GApplication: new API for marking 'busy' state according to the value
4495   of a boolean property on another object
4496
4497 * GOptionGroup: add binding support (boxed type, annotation fixes, etc.)
4498
4499 Bugs fixed:
4500  739724 Test functions should have async scope
4501  741024 glist: Mention that g_list_length() is bad for checking list emptiness
4502  741630 Add GSimpleIOStream class
4503  743349 goption: Add boxed type for GOptionGroup
4504  743990 GDBus connection closing is broken
4505  744565 gapplication: add bind_busy_property()
4506
4507 Translations updated:
4508  Greek
4509  Italian
4510  Norwegian bokmål
4511  Russian
4512  Slovenian
4513  Swedish
4514
4515 Overview of changes in GLib 2.43.4
4516 ==================================
4517
4518 * GType now has type declaration macros G_DECLARE_DERIVABLE_TYPE,
4519   G_DECLARE_FINAL_TYPE and G_DECLARE_INTERFACE, which significantly reduce
4520   the boilerplate needed for GObject types and interfaces.
4521
4522 * g_autoptr and g_auto are macros for declaring variables with automatic
4523   cleanup. They only work with gcc and clang.
4524
4525 * GListModel is a new interface that represents a dynamic list of GObjects.
4526
4527 * GListStore is a GSequence-based implementation of GListModel.
4528
4529 * Support thread names on OS X
4530
4531 * g_simple_action_set_state_hint: New function to set the state hint
4532   of GSimpleActions
4533
4534 * g_win32_check_windows_version: New function to check Windows version
4535
4536 * g_settings_schema_list_children and g_settings_schema_key_get_name
4537   are new functions to complete the GSettingsSchema API.
4538
4539 * Bugs fixed:
4540  389585 G_DEFINE_TYPE hack for header files
4541  729351 Add GListModel
4542  736914 Docs: various fixes and improvements
4543  741807 Add thread name support on OS X and iOS
4544  741895 gwin32: Add Simple API to check whether we are on at least a v...
4545  742456 object: Add g_steal_pointer() convenience function to mark own...
4546  743508 polkitd fails to start: patch for gio/gcredentialsprivate.h
4547  743517 GSettings API is missing some introspection functions
4548  743521 GSimpleAction: add g_simple_action_set_state_hint
4549  743596 G_DECLARE_DERIVABLE_TYPE() should allow additional typedef for...
4550  743640 add __attribute__((cleanup)) support
4551  743827 Fix build of GListModel (on Visual Studio)
4552  743927 GListStore: add sorted insert function
4553  743936 glib: handle unsigned modifier for long long in internal printf
4554  744012 Add GMutexLocker
4555  744190 Fix build on Compilers That Do Not Use inline for Plain C Code
4556
4557
4558 Overview of changes in GLib 2.43.3
4559 ==================================
4560
4561 * add g_set_object() convenience function
4562
4563 * GNetworkMonitor: check if NM is not running and don't crash
4564
4565 * fix some races with g_mkdir_with_parents
4566
4567 * fix some warnings in MSVC
4568
4569 * avoid use of G_STRLOC in G_OBJECT_WARN_INVALID_PSPEC in order to save
4570   on static strings
4571
4572 * fix some content type vs. mime issues
4573
4574 * documentation improvements
4575
4576 * Bugs fixed:
4577  719455  g_file_make_directory_with_parents() can erroneously throw G_IO_ERROR_EXISTS
4578  732439  GSocket: avoid unnecessary g_socket_wait_condition() for blocking sockets
4579  734946  Implement GContentType on OSX
4580  741589  gobject: Add g_set_object() convenience function to set GObject pointers
4581  741653  gnetworkmonitornm: Check if network-manager is running
4582  741654  [patch] gobject: don't use G_STRLOC in G_OBJECT_WARN_INVALID_PSPEC() macro
4583  741707  Gsocket blocks trying to send data
4584  741788  Document GSettings build system integration
4585  742548  configure.ac: stay out of autoconf's namespace
4586  742851  avoid MSVC warnings in G_STMT_END
4587  742972  ggettext: Include an example of setlocale() and friends in the i18n docs
4588  743014  gtestutils: Add an example of using test fixtures 
4589
4590 * Translations updated:
4591  Basque
4592  Brazilian Portuguese
4593  Spanish
4594
4595 Overview of changes in GLib 2.43.2
4596 ==================================
4597
4598 * New function: g_strv_contains
4599
4600 * New function: g_network_address_new_loopback
4601
4602 * New function: g_socket_send_messages
4603
4604 * A new GNetworkMonitor implementation using NetworkManager provides
4605   more detailed connectivity information
4606
4607 * Bugs fixed:
4608   11059 Linux poll issue
4609  664562 captive wifi portal support for GNetworkMonitor
4610  685880 Add g_strv_contains()
4611  712570 Hang in g_threaded_socket_service_func
4612  719646 GSocket: add g_socket_send_messages() to send multiple messages...
4613  728928 Provide separate error code for "Connection reset by peer"
4614  732317 Support GSocketConnectable for loopback addresses
4615  740814 "make check" should ensure that every symbol is documented
4616  740848 Backend subscription fails when connecting to a signal with a d...
4617  741016 gio: add G_IO_ERROR_NOT_CONNECTED
4618  741226 keyfile: Add "in group" to GError message consistently
4619
4620 * Translation updates:
4621  Gujarati
4622  Hebrew
4623  Hungarian
4624  Kannada
4625  Turkish
4626  Vietnamese
4627
4628
4629 Overview of changes in GLib 2.43.1
4630 ==================================
4631
4632 * GQueue now accepts NULL as a sibling in g_queue_insert_before() and
4633   g_queue_insert_after()
4634
4635 * Bugs fixed:
4636   11059 Linux poll issue
4637  726037 Add G_PARAM_READWRITE value to the GParamFlags enumeration
4638  727988 GMemoryOutputStream hangs when writing more than 1GiB
4639  729739 tlscertificate: add support for loading certificate chains
4640  733791 GSettings: delay backend subscription
4641  736286 Clarify g_file_replace behavior with etags
4642  736620 GQueue: accept NULL sibling for insert_before() and insert_after()
4643  737150 GLib-GIO-WARNING **: Failed to parse translated string 'visible-name...
4644  737160 unhelpful error message
4645  738259 GDBusInterfaceVTable: clarify memory handling for the method() virt...
4646  738551 'interface' variable conflicts with Windows defines
4647  738633 Need to disable SSLv3 in glib-networking
4648  740157 <app> --help doesn't work even when options were added
4649  740309 Fix docs in g_strfreev
4650  740413 Fix the GSettings Registry Backend 
4651
4652 * Translation updates:
4653  Norwegian bokmål
4654
4655
4656 Overview of changes in GLib 2.43.0
4657 ==================================
4658
4659 * GObject gained a debug option to provide instance counts. To use it,
4660   set GOBJECT_DEBUG=instance-count and call g_type_get_instance_count().
4661
4662 * GOption now has a strict POSIX mode in which it stops parsing arguments
4663   as soon as a non-option argument is encountered.
4664
4665 * Bugs fixed:
4666  354457 Feature Proposal: Per-Type Statistics for Instantiable GTypes
4667  695082 g_hash_table_remove_all is not save against a call to g_hash_table_remove
4668  723160 GOption: add strict posix mode
4669  728256 gcredentials: add NetBSD support
4670  729739 tlscertificate: add support for loading certificate chains
4671  733338 Don't segfault in GNetworkMonitor when IPv6 support is unavailable
4672  736273 gdesktopappinfo: Use symbolic names in the code
4673  736284 Keep only one list of signal emissions
4674  736806 gtask: Fix reference count loop causing leaks
4675  736914 Docs: various fixes and improvements
4676  737143 Include <stdint.h> in glib/valgrind.h
4677  737259 gcancellable: Clarify that GSources hold references to GCancellables
4678  737338 gmain: Unref child sources when finalising a GSource
4679  737446 tests: Fix some minor leaks in the unit tests
4680  737451 Provide api to read_all_async
4681  737741 g_datalist_id_get_data assertion fails for non-existant keys
4682  737869 GApplication command line handling breaks --help
4683  738170 g_byte_array_new_take() doesn't initialize array->alloc
4684  738197 g_cond_timed_wait() doesn't time out on Mac OS X
4685  738374 gfile: g_file_equal (x, x) is TRUE
4686  738675 GSubprocessLauncher is missing some data on the docs 
4687
4688 * Translation updates:
4689  Bengali (India)
4690  Bulgarian
4691  Gujarati
4692  Italian
4693  Telugu
4694
4695
4696 Overview of changes in GLib 2.42.0
4697 ===================================
4698
4699 All changes in this release are trivial in nature.
4700
4701  - introspection warning fixes
4702
4703  - g_application_add_main_option now uses an enum instead of an 'int'
4704    for the type of a parameter
4705
4706  - added a G_OPTION_FLAG_NONE so that people don't need to use 0
4707
4708  - gresource: Use GError in more places
4709
4710  - gresource commandline tool: improve extraction from multiple sections
4711
4712  - GSource now takes the context lock (if any) in g_source_set_name()
4713
4714  - new documentation to clarify the use of some APIs related to
4715    GVariant, GSource, GApplication
4716
4717  - other minor updates to docs
4718
4719 * Bugs fixed
4720  736683 Thread safety issues with g_main_context_find_source_by_id
4721  736975 [patch] please document that GVariant serialization needs an
4722         out-of-band length field
4723
4724 * Translation updates
4725  Danish
4726  Hindi
4727  Marathi
4728  Punjabi
4729  Serbian
4730  Simplified Chinese
4731
4732 Overview of changes in GLib 2.41.5
4733 ==================================
4734
4735 * Bug fixes:
4736  735819 single native credential struct used for two purposes
4737  735915 glib-building.html uses --enable-gcov instead of --enable-coverage
4738  736350 GDesktopAppInfo: avoid polling on missing desktop dirs
4739  736351 Don't use issetugid() on Android
4740         Fix the default application logic in GDesktopAppInfo
4741  736458 Only use rand_s() when targetting Visual Studio >= 2005
4742
4743 * Translation updates
4744  Galician
4745  Hungarian
4746  Indonesian
4747  Kannada
4748  Latvian
4749  Polish
4750  Russian
4751  Slovenian
4752  Tamil
4753
4754
4755 Overview of changes in GLib 2.41.4
4756 ==================================
4757
4758 * GApplication now has binding-friendly API to handle
4759   commandline options: g_application_add_main_option
4760
4761 * G_GNUC_BEGIN_IGNORE_DEPRECATIONS works with clang
4762
4763 * Bugs fixed:
4764  583330 poll list of mounted file systems (no mtab support)
4765  727455 Command line option parsing from bindings
4766  734126 add G_GNUC_BEGIN_IGNORE_DEPRECATIONS macro for clang
4767  735179 gsocketclient: Handle cancellation between CONNECTING...
4768  735297 Docs claim that GThread struct is deprecated 
4769
4770 * Translation updates:
4771   Assamese
4772   Catalan
4773   Catalan (Valencian)
4774   Czech
4775   French
4776   German
4777   Greek
4778   Hebrew
4779   Korean
4780   Oriya
4781   Traditional Chinese
4782
4783
4784 Overview of changes in GLib 2.41.3
4785 ==================================
4786
4787 * g_clear_pointer and g_clear_object no longer use atomics
4788
4789 * Bugs fixed:
4790  711547 win32: silence some build warnings
4791  725511 Compiled resource files should have the same /-separators everywhere
4792  725513 Some tests fail to build on W32
4793  725514 W32: gfileutils does not preserve errno correctly
4794  725515 test-printf fails on W32
4795  728730 gsocket: Set SO_NOSIGPIPE on sockets on Darwin
4796  729703 Leaks a GError in g_file_move
4797  730932 statically assert that reasonable assumptions about enums are true
4798  732085 gtype: Fast-path for g_type_is_a
4799  732754 GDBusMessage: optimise (de)serialisation of fixed arrays
4800  733345 ginetaddress: Add a precondition to g_inet_address_new_from_string()
4801  733576 Patches from static analysis run on 2.40
4802  733715 glib's configure.ac makes accidentally use of nested function
4803  733934 win32: improve the package installation dir lookup
4804  733960 W32: spawning a console process creates a new window when stdout...
4805  733969 Remove atomic aspects of g_clear_pointer/object
4806  733982 Do not crash when checking whether an instance type is of a given...
4807  734035 gedit hangs up when there's no GSettings key in the registry 
4808
4809 * Translation updates:
4810  Basque
4811  Brazilian Portuguese
4812  Lithuanian
4813  Slovenian
4814  Spanish
4815
4816
4817 Overview of changes in GLib 2.41.2
4818 ==================================
4819
4820 * The Unicode support has been updated to version 7.0
4821   of the Unicode standard
4822
4823 * GNotification now supports priorities for notifications
4824
4825 * GCredentials has gained NetBSD support
4826
4827 * GMutex now uses a faster, native implementation on Linux
4828
4829 * Bugs fixed:
4830  699132 Pluggable event loop backends
4831  720708 g_assert_warning(): number of arguments doesn't match for...
4832  722092 Add GtkApplication resources support
4833  724986 Change gio/data-to-c.pl to /usr/bin/env perl.
4834  727974 Fix up failure-to-see-expected-message logging
4835  728256 gcredentials: add NetBSD support
4836  728401 GDateTime: Add guards to g_date_time_new()
4837  729825 Formatting of g_alloca documentation
4838  729914 instead of DEBUG_CODE and IF_DEBUG, provide a common macro...
4839  730293 clang++-3.4: error: 'register' storage class specifier is ...
4840  731339 giochannel: avoid setting uninitialised length
4841  731424 #ifdef spaghetti for load_user_special_dirs() implementations
4842  731623 GNotification: add support for a priority setting
4843  731929 update tables to unicode 7.0.0
4844  731950 gvalue: New g_value_from_instance
4845  731986 GLib: implement GMutex natively on Linux
4846  732184 GObject: warn on use of deprecated properties
4847  732357 Docs: various fixes and improvements
4848  732429 GActionEntry: improve documentation
4849  732465 Fix build on x64 Visual C++ builds
4850  732704 Docs: various fixes and improvements
4851  732739 ginetsocketaddress: Explicitly initialise flags for getaddr...
4852  732754 GDBusMessage: optimise (de)serialisation of fixed arrays
4853  732984 g_object_ref(NULL) in g_dbus_object_manager_client_finalize
4854  733084 Typos in g_bytes_hash() and g_time_zone_find_interval() docs
4855  733146 spawn helper does not use correctly the parameters 
4856
4857 * Translation updates:
4858  Lithuanian
4859
4860
4861 Overview of changes in GLib 2.41.1
4862 ==================================
4863
4864 * Bug fixes:
4865  697229 Custom Interface implementations will be broken with glib 2.37/38
4866  698614 GObject: prevent installing properties after init
4867  729269 gvariant: Fix confusion between type and format strings in the docs
4868  730198 broken valgrind.h leads to crashes in g_type_free_instance on mingw64
4869  730807 GMutex performance regression
4870  730963 gconvert: mention that the g_convert len should be in bytes
4871  730984 Faster instance type check for fundamentals
4872  731050 <structname> tags appear in documentation
4873  731200 unconditional 'notify' during g_object_set() is problematic
4874  731335 gtype: guard uses of new fundamental type check
4875  731341 gparam: change value of G_PARAM_EXPLICIT_NOTIFY
4876  731366 run-assert-msg-test.sh gdb leaves assert-msg-test zombie
4877  731425 giomodule protects function-call with different token than function...
4878  731513 clang: build failure: implicit declaration of function '__atomic_load_4'
4879  731584 gbookmarkfile: Cleaner error handling code to pacify static analysis
4880  731657 Prevent an invalid @CARBON_LIBS@ from appearing in the .pc files
4881  731979 docs: Correct param to interface's default_init()
4882  731996 Return folder as icon for directories
4883  732002 gwakeup: Clarify buffer sizing in g_wakeup_signal()
4884  732005 Remove unused assignments
4885  732019 gtestdbus: Don’t close stdout for dbus-daemon
4886  732068 gsignal: Add an example to the g_signal_connect_swapped() documentation
4887  732081 gsocket: Document that g_socket_create_source() holds a socket ref
4888  732107 gsocketlistener: Reconsider closing sockets on listener finalisation
4889
4890
4891 Overview of changes in GLib 2.41.0
4892 ===================================
4893
4894 * Many bugfixes found by static analysis, including potential fd leaks
4895   and NULL pointer dereferences.
4896
4897 * Increased use of (nullable) attribute on out values and return types
4898   now that it is supported (mostly from porting Vala metadata).
4899
4900 * use XDG_CURRENT_DESKTOP for OnlyShowIn/NotShowIn handling of desktop
4901   files, deprecating g_desktop_app_info_set_desktop_env()
4902
4903 * add support for g_desktop_app_info_get_implementations() to find
4904   desktop files that have an Implements= line for a given interface
4905
4906 * GHmac has gained SHA-512 support
4907
4908 * support the new mimeapps specification (most notably, moving the
4909   assoications/defaults configuration to ~/.config/mimeapps.list).
4910
4911 * libgobject is now linked -Wl,-z,nodelete when possible to avoid errors
4912   when gobject is used from a module for a program that does not itself
4913   use gobject and that module is unloaded/reloaded
4914
4915 * ... and many other bug fixes.
4916
4917  623552 glib warns if backtrace.py is not present
4918  667468 glib-2.30.2: ipv6 tests fail when no ipv6 support is available
4919  668152 -framework Carbon linker flag not passed to pkg-config .pc files
4920  707298 libgobject should be linked with -Wl,-z,nodelete
4921  712391 Add g_desktop_app_info_get_implementors()
4922  722723 Infinite recursion when calling g_io_stream_close_async() from libsoup
4923  724741 hmac: Fix support for SHA-512 in GHmac
4924  726040 networkaddress: fix parsing of uri with @ after authority
4925  726318 gio: Document that GSocket is not thread safe
4926  726611 socketclient: Leak on cancellation
4927  726872 gio: Add names to idles and timeouts
4928  727119 wrong IN6_IS_ADDR_MC_LINKLOCAL usage break android build
4929  727123 GNotification: Some small documentation fixes
4930  727320 docs: Remove escaping '\' from literals
4931  727551 Check use_count of GApplication in g_application_release()
4932  727559 g_file_copy: Don't set GError when we intend to ignore errors
4933  727692 gio/gtlscertificate.c -- broken PEM-file processing (affects local CA root stores, for starters)
4934  727890 soup_content_sniffer_real_sniff segfault
4935  727900 gio: Add newer dbus UnknownXxxx and PropertyReadOnly errors
4936  727928 gapplication-tool fixes
4937  727939 INTLLIBS are always appended in configure checks
4938  727964 g_io_extension_point_get_extension_by_name: Warn, but don't crash, for NULL inputs
4939  728040 Implement new mimeapps spec
4940  728066 Deal with startup notify id being NULL
4941  728280 platform_get_argv0: fix sysctl(3) use on OpenBSD
4942  728285 docs: Use markdown links in .h files, too
4943  728350 gaction: Minor clarifications in the GAction documentation
4944  728380 docs: Remove <!-- --> comment before plural s
4945  728565 gfile: More explicitly document the context for GFileProgressCallback
4946  728983 Docs: various fixes and improvements
4947  729167 gobject: Document that classes/objects/interfaces are zero-filled
4948  729563 GOption: A short option's value is included in G_OPTION_REMAINING
4949  729813 AppInfo: use XDG_CURRENT_DESKTOP for OnlyShowIn
4950  729875 gio: cleanup gdbusmessage.c file
4951  730045 Avoid overeager warning about deprecated properties
4952  730189 gtestutils: Fix a very unlikely FD leak in test fork handling
4953  730190 gsocket: Add missing preconditions to g_socket_send_message()
4954  730277 gthread: Fix use of a local variable after it went out of scope
4955  730278 gsubprocess: Add a missing va_end() call
4956  730295 gdbus-tool: Remove dead variables
4957  730493 Port annotations from Vala metadata
4958
4959 Translations updated:
4960  Basque
4961  Brazilian Portuguese
4962  Catalan
4963  Czech
4964  Danish
4965  Greek
4966  Hebrew
4967  Hungarian
4968  Punjabi
4969  Serbian
4970  Slovenian
4971  Spanish
4972  Ukrainian
4973
4974 Overview of changes from GLib 2.39.91 to GLib 2.39.92
4975 =====================================================
4976
4977 This is a release candidate for 2.40.0.
4978
4979 * g_test_run() no longer runs tests in exactly the order they are
4980   registered; instead, it groups them according to test suites (ie,
4981   path components) like the documentation always claimed it did. In
4982   some cases, this can result in a sub-optimal ordering of tests,
4983   relative to the old behavior. The fix is to change the test paths to
4984   properly group together the tests that should run together. (eg, if
4985   you want to run test_foo_simple(), test_bar_simple(), and
4986   test_foo_using_bar() in that order, they should have test paths like
4987   "/simple/foo", "/simple/bar", "/complex/foo-using-bar", not
4988   "/foo/simple", "/bar/simple", "/foo/using-bar" (which would result
4989   in test_foo_using_bar() running before test_bar_simple()).
4990
4991   (The behavior actually changed in GLib 2.36, but it was not
4992   documented at the time, since we didn't realize it mattered.)
4993
4994 There are no major changes in this release, but a few serious bugs have
4995 been fixed.
4996
4997 * Bugs fixed:
4998  710367 Crash in g_settings_backend_dispatch_signal()
4999  723899 G_DEFINE_TYPE() causes compiler warnings with clang due to foo_get_instance_private
5000  724859 Let the test_wait_until() test also run on non-*nix
5001  724916 gio unmount code makes XFCE's Thunar crash
5002  725651 GSubprocessLauncher: Does not copy the calling process environment.
5003  725656 Unskip GVariantDict
5004  725891 gio tests: add codegen to BUILT_SOURCES
5005  726046 Recent commit created symbolic icons issues
5006
5007 * Translations:
5008  Chinese
5009  French
5010  Korean
5011  Latvian
5012  Norwegian bokmål
5013  Portuguese
5014  Russian
5015  Traditional Chinese
5016
5017 Overview of changes from GLib 2.39.90 to GLib 2.39.91
5018 =====================================================
5019
5020 This release introduces a hard dependency on present and functioning
5021 clock_gettime() and CLOCK_MONOTONIC.  It also introduces a dependency on
5022 pthread_condattr_setclock() unless your system happens to have
5023 pthread_cond_timedwait_relative_np() (as do Mac OS and Android).  This
5024 release is known to be broken with at least GNU/Hurd, pending addition
5025 of working pthread_condattr_setclock(CLOCK_MONOTONIC) there.
5026
5027 New API: g_str_to_ascii()
5028
5029 * Fixed bugs:
5030  670144 unconditional use of CLOCK_MONOTONIC is broken
5031  673607 invalid assumption in g_cond_wait_until() / g_get_monotonic_time() API
5032  710142 Add more impressive transliteration to GLib
5033  722360 make check fails
5034  722604 (partial) Various tests are failing with 2.39.3
5035  723316 g_hash_table_iter_remove() should be explicit whether or not it is safe while iterating the table
5036  724609 Fix build of GIO on Windows
5037  724687 gmain: make monotonic time really monotonic, everywhere
5038  724706 gsource: document priority of child sources
5039  724707 some GSocket source improvements
5040  724839 GMainContext: some source ID cleanups
5041  724858 Dist gtranslit-data.h
5042  724994 Missing icons for bookmarks in file chooser
5043  725023 Can no longer find apps by executable/desktop file name
5044
5045 * Translations:
5046  Lithuanian
5047  Polish
5048  Thai
5049
5050 Overview of changes from GLib 2.39.4 to GLib 2.39.90
5051 ====================================================
5052
5053 * Fixed bugs:
5054  625408 make GVariant dictionaries more useful
5055  660809 document that if you fail a precondition check, documented guarantees do not apply
5056  661576 fix handling of constructors that destroy half-constructed objects
5057  679957 g_inet_address_new_from_string is not able to handle dots and numbers IPv4 addresses
5058  712837 gvariant: Document the need to cast varargs when constructing GVariants
5059  721458 g_simple_async_result_is_valid has a NULL check for the wrong source_tag
5060  721977 improve split handling of command line arguments
5061  722033 win32: fixup lib.exe invocation
5062  723422 Fix g_socket_get_available() with TCP on Windows
5063  723616 gio/tests: fix race when generating code
5064  724001 gsubprocess: Fix a broken link in the documentation
5065  724124 glib/tests/collate.c fails if no en_US locale
5066  724126 intermittent GApplication test failure: /gapplication/local-actions: lines of output permuted
5067  724233 gsocketservice: Note g_socket_listener_close() for closing open sockets
5068  724239 soup_session_queue_message - Connection terminated unexpectedly
5069  724278 gsocketconnection: Document closing connections with g_io_stream_close()
5070  724330 configure.ac: tweak inotify check
5071  724385 gtestutils: make the new assert messages more detailed
5072  724401 gsubprocess: Mutex leak
5073  724417 glib master build broken on OpenBSD
5074  724434 Build failure in gio/gresolver.c
5075
5076 * Updated translations:
5077  Brazilian Portuguese
5078  Galician
5079  Indonesian
5080  Italian
5081  Kannada
5082  Norwegian bokmål
5083  Spanish
5084  Thai
5085
5086 Overview of changes from GLib 2.39.3 to GLib 2.39.4
5087 ===================================================
5088
5089 * Fixed Bugs:
5090  139699 Correction for g_main_context_unref()
5091  583036 g_strchomp and g_strchug are not declared const
5092  683388 improve documentation for application developers
5093  685204 ./configure fails to add the '-g' flag to CFLAGS
5094  688406 GStaticMutex broke ABI on at least ARM EABI during 2.31.x
5095  693299 cannot compile on Solaris: error in gbitlock.c
5096  707111 Clarify type transformability and compatibility
5097  711547 win32: silence some build warnings
5098  719344 Fix the various test programs (or GLib itself) on Windows
5099  722025 cleanup/clarify command line argument encoding on Windows
5100  722323 remove unused include 'gslist.h' in 'gbookmarkfile.c'
5101  722326 gstringchunk: Use g_slist_free_full() where possible
5102  722357 gio: fix small memory leak on local xattr
5103  722436 Adjust doc to Makefile.decl renaming
5104  722503 GSimpleAction: add default activate handler
5105  722526 glib/deprecated/gthread.h error on FreeBSD
5106  722591 [documentation] broken link to GtkAction from GAction.html
5107  722973 Broken example in GApplication reference
5108  723048 'network-access' test can fail to guess interface index
5109  723360 gmain: Note that g_source_destroy() can be called multiple times 
5110
5111 * Updated Translations:
5112  Assamese
5113  Tamil
5114  Traditional Chinese
5115
5116
5117 Overview of changes from GLib 2.39.2 to GLib 2.39.3
5118 ===================================================
5119
5120 No major changes this release -- mostly lots of small fixes and
5121 improvements in test coverage.
5122
5123  * fix a crasher in code from gdbus-codegen
5124
5125  * improvements to gobject gdb helper script
5126
5127  * portability:
5128
5129    - fix a deadlock issue with kqueue on FreeBSD
5130
5131    - work around a quirk in the sunstudio compiler
5132
5133    - rename a variable to avoid clashing with a macro definition of
5134      'environ' on some platforms (like mingw)
5135
5136    - use POSIX-specified <poll.h> over <sys/poll.h>
5137
5138    - many improvements to Visual Studio projects and and some build
5139      fixes for Windows
5140
5141  * tests
5142    - a very large number of improvements in test coverage
5143
5144    - don't report skipped tests as failures
5145
5146    - return 77 if we skip all tests in an executable
5147
5148    - improve gtest documentation and fix some minor issues
5149
5150    - fix g_test_trap_reached_timeout() return value
5151
5152    - remove some dead code uncovered during test coverage expansion
5153
5154    - Use tap mode for installed tests too, when using tap
5155
5156  * fix races in unix signal handling
5157
5158  * make our GVariant-based commandline tools (glib-compile-schemas,
5159    gdbus, gapplication) print out GVariant parse errors in context
5160
5161  * GApplication now has a --gapplication-service command line switch to
5162    turn any GApplication into a service
5163
5164  * improve compatibility of GApplication and GOptionContext
5165
5166  * fix gsettings.m4 wrt. builddir != srcdir with non-recursive make
5167
5168  * use a directory monitor in GKeyfileSettingsBackend
5169
5170  * improve robustness of some GIcon classes
5171
5172 Bugs fixed
5173  141251  poll(2) is in <poll.h>, not <sys/poll.h> per SUS standard
5174  613732  [PATCH] gobject.py: Don't install frame filters when GDB does not support them
5175  708212  g_variant_parser_error_get_quark() has unexpected name.
5176  710965  GApplication: add --gapplication-service switch
5177  711090  periodic failure of spawn-multithreaded async testcase
5178  712171  gsettings.m4: @GSETTINGS_RULES@: Support srcdir != builddir with nonrecursive make
5179  712630  Revert "gsettings m4: check for .xml in src/builddir"
5180  715028  GVariant: add way to print context of parse errors
5181  719344  Fix the various test programs (or GLib itself) on Windows
5182  720263  gtestutils: skipping a test should count as success, not failure
5183  720539  gdbus-codegen: Fix crasher in goa-using apps
5184  720635  Make gdb pretty-printers compatible with Python3
5185  720891  g_settings_get_child does not inherit the backend
5186  721034  glib 2.38.2 cannot be compiled with SunStudio Compiler under Solaris
5187  721059  g_subprocess_launcher_set_environ vs "environ"
5188  721074  kqueue: deadlock
5189  721087  Missing -lselinux in pkg-config --libs --static gio-2.0
5190  721324  Error message is printed to stdout
5191  721624  Regression in GTest framework reorders existing test cases
5192  721625  backwards NEWS entry about g_source_remove change
5193  721796  insufficient escaping in g_dbus_annotation_info_generate_xml()
5194  721947  Improve GApplication ⇔ GOptionContext compatibility 
5195
5196 Translations updated:
5197  Brazilian Portuguese
5198  Galician
5199  Greek
5200  Hebrew
5201
5202 Overview of changes from GLib 2.39.1 to GLib 2.39.2
5203 ===================================================
5204
5205 * Portability
5206
5207   - Remove alleged support for OS/2
5208
5209   - Remove alleged support for BeOS
5210
5211   - Remove alleged support for last-millennium Unixes
5212
5213   - Require C90 compliance
5214
5215   - Require POSIX.1 (1990) compliance on Unix
5216
5217   - Require GNU make
5218
5219 * Bugs fixed:
5220  113075 support "nonnull" attribute
5221  159528 g_ptr_array_remove_range()
5222  307947 The check for growing stack pointer in configure can fail
5223  607016 docs should mention property notification order
5224  671557 Fun with integers and g_key_file_load_from_data()
5225  676761 don't use g_critical for a runtime error
5226  690525 g_file_replace_contents_async doesn't copy its @conten...
5227  691608 Support compilation with clang 3.2
5228  697585 g_variant_builder_add's doc example is leaking
5229  697828 g_hash_table_add() should return a boolean
5230  702862 gdbus-codegen : look for deps in default install path
5231  703522 Reference leak in GvariantBuilder documentation
5232  705902 g_get_current_dir() should check PWD env var and retur...
5233  708274 Added GObject Introspection annotations to genums.c
5234  710519 Portability schmortability
5235  710741 some mainloop instrumentation
5236  710983 Test failures on powerpc
5237  711047 Enable the build of the various test programs on Windo...
5238  711051 Add basic test for the GNotification gtk backend
5239  711088 gbacktrace: Don't close stderr when running gdb
5240  711103 gmessages: Add g_info macro for G_LOG_LEVEL_INFO
5241  711178 appinfo test problems
5242  711546 utf8: report allocation error
5243  711640 gdesktopappinfo: Rank Keywords matches higher than Gen...
5244  711751 Fix memory leaks in libglib tests
5245  711753 gthread-posix: Don't use gslice allocated GRecMutex
5246  711796 glib-tap.mk: fix to actually use the TAP driver
5247  711800 fix g_test_set_nonfatal_assertions()
5248  711801 giomodule: Allow overriding source directory gio modul...
5249  711805 gdbus-connection: Fix race condition in test
5250  711806 gtestdbus: Don't destroy GSource twice
5251  711807 gtestdbus: Properly close server connections
5252  711871 Broken and misleading configure check for growing stack
5253  712136 'O_CLOEXEC' undeclared (first use in this function)
5254  712148 Add system bus support to GTestDBus
5255  712171 gsettings.m4: @GSETTINGS_RULES@: Support srcdir != bui...
5256  712314 AIX port: splice(); major()/minor(); libtool library order
5257  712315 GSettings: More docs for deprecated _list_schemas()
5258  712393 gobject: Box GMappedFile
5259  712547 GSocketClient "event" not useful for determining resol...
5260  715164 Clang static analysis fixes
5261  719395 GPtrArray add g_ptr_array_insert
5262  719402 Crashes when startup
5263  719472 leak in generated proxy-side property-setter
5264  719687 fix or remove g_trap_object_ref
5265  719809 Signal connection ids are always > 0 if successful
5266  719837 gdbus-connection: Work around race in connection tests
5267  719884 Fix documentation typos in GTask and GCancellable examples
5268  719979 g_settings_get: check validity of format string
5269  720080 Truncating a GMemoryOutputStream to a larger size cause...
5270  720210 gdataset: Remove unused define
5271  720236 Allow clean simple use of g_test_trap_subprocess() 
5272
5273 * Translations updates:
5274  Italian
5275  Lithuanian
5276  Simplified Chinese
5277  Spanish
5278
5279
5280 Overview of changes from GLib 2.39.0 to GLib 2.39.1
5281 ====================================================
5282
5283  * GSettings fixes/improvements
5284
5285    - GSettingsSchema API is now more powerful and consistent
5286
5287    - new GSettingsSchemaKey API allows accessing metadata for keys:
5288      type, default value, range and the long-awaited support for summary
5289      and description
5290
5291    - GSettingsSchemaSource gains support for listing schemas within a
5292      source.  Deprecate the global API that did this for the default
5293      source.
5294
5295    - 'gsettings list-schemas' now works properly with --schemadir
5296
5297    - deprecate a bunch of now-redundant functionality on GSettings
5298
5299    - add API to GSettings for getting the default value of a key (as set
5300      by the sysadmin)
5301
5302    - add API to GSettings for determining if the user has assigned a
5303      particular value to a key (ie: we are not just reading the default)
5304
5305    - ignore qualified tags and attributes appearing in schema files
5306
5307  * Applications/Actions
5308
5309    - make GSimpleAction a bit more strict with respect to state changes
5310      that would violate the interface (ie: by changing the state type
5311      after construction)
5312
5313    - throw an error when attempting to 'Describe' a non-existent action
5314      via D-Bus instead of returning a bogus description
5315
5316    - throw an error when attempting to invoke unsupported methods on an
5317      Application (eg: 'Open' on an app that doesn't HANDLES_OPEN)
5318      instead of emitting a g_critical() in context of the app (which is
5319      not itself at fault for the errant call)
5320
5321  * Appinfo
5322
5323    - substantially rework GDesktopAppInfo to reduce the amount of disk
5324      accesses that are performed in common situations
5325
5326    - add a new class: GAppInfoMonitor for discovering when applications
5327      are installed/removed
5328
5329    - add a new g_desktop_app_info_search() API for searching for
5330      installed applications by name, keywords, etc.
5331
5332  * GMarkup: add new G_MARKUP_IGNORE_QUALIFIED flag for skipping over
5333    "qualified" tags and attributes (those with a colon in the name, such
5334    as 'my:tag')
5335
5336  * GDBus
5337
5338    - ignore qualified tags, as above
5339
5340    - GTestDBus: unset all D-Bus addresses (such as STARTER) to ensure
5341      that test programs don't pick them up
5342
5343    - add new session_bus_run() convenience in the tests and use it
5344
5345  * GRand: use real random data as a seed on win32 and use the
5346    timestamp/pid/uid fallback only on UNIX machines where we can't open
5347    '/dev/urandom'.  This may cause issues with older mingw32 releases
5348    due to a missing prototype for the rand_s() API.
5349
5350  * Many win32 (and particularly MSVC) portability fixes.  Many
5351    additional tests are now runnable when building with MSVC.
5352
5353  * Due to early testing of the (soon to land) GCleanup framework, a very
5354    large number of memory errors have been found and fixed (mostly in
5355    the testcases, but some in glib itself).
5356
5357  * GIO:
5358
5359    - some more seeking cleanups: particularly on GLocalFileInputStream
5360
5361    - don't leave a .trashinfo file around if trashing a file fails
5362
5363    - Add a request_certificate virtual method to GTlsInteraction
5364
5365 Translations updated:
5366  Assamese
5367  Galician
5368  Greek
5369  Spanish
5370  Tamil
5371
5372 Bugs fixed:
5373  635641 schema compiler should ignore unknown attributes
5374  637257 g_tls_client_connection_gnutls_retrieve_function needs to be able to block
5375  637956 GKeyfileSettingsBackend should ignore file deletions
5376  645453 keys from base schema missing from extended schema
5377  665634 g_dbus_node_info_new_for_xml() errors on unknown attributes in XML files
5378  668232 Unable to get description and summary for a key
5379  668233 Unable to determine if a key is set to the default / what the default value is
5380  680838 Need g_settings_schema_source_get_schemas()
5381  683017 API for accessing GSettings Schema metadata
5382  687185 org.gtk.Actions.Describe doesn't return an error for non-existing action names
5383  687202 If trashing fails, the ".trashinfo" file is not removed
5384  695558 The --schemadir option has no effect
5385  696424 GSimpleAction.state property is not right
5386  697348 GTestDBus should unset DBUS_STARTER_ADDRESS, DBUS_STARTER_BUS_TYPE
5387  710133 Emit backward compatible code with gdbus-codegen
5388  710691 glib-networking: locking during implicit handshake
5389  710738 GRand has lame fallback for Windows
5390  710859 Typo in gio docs
5391  710885 Two fixes for GApplication
5392  710962 error: 'F_DUPFD_CLOEXEC' undeclared (first use in this function)
5393  710964 Add g_hash_table_get_key_array()
5394  710991 test: g_debug messages shouldn't affect g_assert_expected_messages
5395  711016 g_settings_list_keys () segfaults for empty schemas
5396  711048 glocalfileinputstream.c allows skip past end of file
5397  711049 Fix build of GLib-GIO 2.39.x on Windows/MSVC
5398  711064 Adding child source to blocked source can cause a segfault
5399  711070 Copying a symlink over another one segfaults
5400  711099 gapplication test failure
5401  711520 GDesktopAppInfo: allow more than one level of legacy folder prefixes
5402  711556 Add GAppInfoMonitor
5403  711557 Add g_desktop_app_info_search()
5404  711600 trivial portability fix
5405  711632 The desktop-app-info test fails during make check
5406  711754 gmain: Fix use of uninitialized memory in sigaction structure
5407  711755 private: Use threading primitives correctly in private test
5408  711756 gthreadpool: Don't pass bad data to GThreadPool sorter
5409  711768 Fix memory leaks in libgmodule tests
5410  711775 utils: Don't free memory owned by glib in test
5411  711782 boxed: Fix double free in boxed unit tests
5412  711803 gsubprocess: Fix a number of leaks and a segfault
5413  711808 gtestdbus: Fix leak of GMainLoop 
5414
5415 Overview of changes from GLib 2.38.0 to GLib 2.39.0
5416 ====================================================
5417
5418  * prep for the 2.40 series (version macros, docs index, etc.)
5419
5420  * GNotification
5421
5422    - new API for sending persistent notifications via the desktop shell
5423
5424    - notifications persist when the application has quit and clicking on
5425      them can restart the application with an action (via
5426      DBusActivatable)
5427
5428  * GSubprocess
5429
5430    - new API for launching subprocesses
5431
5432    - nice GIO integration like async functions, cancellability, etc.
5433
5434    - a convenient communicate() API inspired by the same API in Python
5435
5436    - related: the gspawn API now has a CLOEXEC flag for the created
5437      pipes for stdin/stdout/stderr
5438
5439  * New gapplication(1) commandline tool
5440
5441    - intended to be used with DBusActivatable apps
5442
5443    - can be used for launching apps, opening files, invoking application
5444      actions and listing apps and actions
5445
5446    - bash tab completion is supported
5447
5448  * GDesktopAppInfo changes:
5449
5450    - g_file_get_path() can implicitly cause a FUSE mount so don't call
5451      it until we know we need it (for an app that doesn't support URIs)
5452
5453    - don't crash when trying to load from a keyfile with
5454      DBusActivatable=true
5455
5456    - remove some dead code, refactor the search path handling a bit and
5457      do a large-scale whitespace cleanup (prep work for the pending
5458      desktop file index)
5459
5460  * File monitors
5461
5462    - fix broken handling of mount point monitoring
5463
5464    - remove some strange use of GObject::constructor() from the base
5465      class and inotify backend
5466
5467    - fix GFileMonitor to work in the non-default main context even when
5468      the main context is not running (or is blocked)
5469
5470    - add internal private API for easily creating a file monitor in the
5471      GLib worker thread
5472
5473  * GSettings
5474
5475    - g_settings_list_children: only list viable schemas.  This fixes a
5476      longstanding issue where 'gsettings list-recursively' will crash
5477      when there are invalid schemas installed
5478
5479    - don't accept invalid paths on g_settings_new_with_path, etc.
5480
5481  * GIO
5482
5483    - GFile now has a thumbnail::is-valid attribute to check if the
5484      thumbnail in thumbnail::path needs to be regenerated
5485
5486    - GDBusProxy now has a flag to control autostarting of services at
5487      construction time
5488
5489    - for GSeekable, properly introduce the concept of "resizable" vs.
5490      "fixed-sized" streams in the docs, explaining the expected
5491      semantics of the interface in each case
5492
5493    - fix some cases in GMemoryOutputStream that were violating the above
5494      expectations (which may cause a slight API incompatibility)
5495
5496    - clean up GCredentials code and add support for Hurd and Solaris
5497
5498    - improve splicing by using different codepaths for the case where we
5499      have real _read_async() and _write_async() implementations on the
5500      stream vs. the case where they are internally emulated (via
5501      dispatching the sync variant of the call in a thread)
5502
5503  * GKeyFile
5504
5505    - fix a leak in g_key_file_get_(u)int64 when we fail to parse the
5506      value as an integer
5507
5508    - add long-requested API g_key_file_save_to_file()
5509
5510  * Portability improvements
5511
5512    - avoid using O_DIRECTORY on platforms that don't have it
5513
5514    - be careful about systems that define SOCK_CLOEXEC but don't
5515      actually support it (like Hurd)
5516
5517    - only use SA_RESTART if it exists
5518
5519  * Other small API changes/additions
5520
5521    - a pair of functions to support matching strings for the type of
5522      search functionality that you'd expect to have with things like
5523      GtkSearchBar.  This will also be used by the desktop file index.
5524
5525    - g_str_is_ascii() with obvious purpose
5526
5527    - g_test_expect_message() no longer appears to allow you to catch
5528      G_LOG_ERROR messages
5529
5530  * GMainContext/GSource
5531
5532    - fix handling of overflowing the 'next source id' counter
5533
5534    - g_source_remove() will now throw a critical in the case that you
5535      try to remove a non-existent source.  We expect that there is some
5536      code in the wild that will fall afoul of this new critical but
5537      considering that we now reuse source IDs, this code is already
5538      broken and should probably be fixed.
5539
5540    - simplify handling of the 'current dispatching source' to not
5541      require use of a linked list
5542
5543  * GObject
5544
5545    - the long-broken (and leaky) pattern of destroying a just-allocated
5546      object from inside of a custom GObject::constructor is now
5547      officially completely illegal and will abort the program
5548
5549  * Unicode: update to 6.3.0
5550
5551  * Bug fixes
5552
5553    - g_file_copy() now falls back to pathname queryinfo.  This should
5554      clear up the bugs with copying from some GVfs backends (afp,
5555      gphoto, archive, at least).
5556
5557    - fix an out-of-bounds read in the xdgmime code
5558
5559    - fix a typo in the /org/freedesktop/DBus path on the object manager
5560      client
5561
5562    - skip emitting path_namespace='/' in match rules in order to
5563      workaround a bug in the D-Bus daemon and fix our own implementation
5564      (which shared exactly the same bug)
5565
5566    - fix crashes on precondition violations for GParamSpec constructors
5567
5568    - many other small fixups (see bug list)
5569
5570   * Many documentation improvements
5571
5572 Bugs fixed:
5573  309224 g_key_file_save_to_file missing
5574  583321 QNX: no SA_RESTART
5575  661576 fix handling of constructors that destroy half-constructed objects
5576  672102 GSubprocess class
5577  684842 Seeks on GMemoryOutputStream don't have opaque semantics
5578  688492 Add a notification API
5579  691581 g_output_stream_real_splice_async doesn't use overriden read/write_async functions
5580  702516 gfileutils: Make -Werror=format-nonliteral happy
5581  704218 New gapplication(1) tool
5582  704593 g_setenv: on some systems (BSD, OSX…), setting a variable to NULL crashes the system
5583  704882 GLocalDirectoryMonitorClass mount_notify field is useless
5584  704887 file monitoring improvements
5585  705029 Support for Solaris credentials
5586  705688 g_settings_list_children: only list viable schemas
5587  706254 Afp backend cannot copy files
5588  707887 Attempting to create GObject Property with underscore prefix segfaults
5589  708042 gapplication: don't rely on cmdline being finalized immediately
5590  708265 add support for GNU/Hurd in GLib D-Bus Library
5591  708266 fix error code checks when SOCK_CLOEXEC is defined but not supported
5592  708529 xdgmime: valgrind warns about invalid reads
5593  708677 incorrect object path 'deskop' used in gio/gdbusobjectmanagerclient.c
5594  708714 Typo in docs of GLIB_VERSION_2_40 macro.
5595  708753 gdesktopappinfo: Call g_file_get_path() on demand
5596  708793 glib build fails with clang < 3.1: error: expected ';' after top level declarator
5597  708828 GDBusProxy: add the ability to call methods on non autostarted proxies
5598  708860 glib-2.38.0 doesn't build on Solaris 10
5599  708972 gnetworking.h in tarball screws up out-of-source builds
5600  709113 [PATCH] Main loop dispatch path has needless linked list
5601  709227 Update to unicode 6.3.0
5602  709301 goutputstream: Add clear warning about short writes to _write_bytes() and async version
5603  709326 GDesktopAppInfo crashes creating a DBusActivatable app without a filename
5604  709440 Fix overloading of "source" and "target" terminology in GBinding
5605  709615 Cannot use g_test_expect_message with g_error
5606  709753 Add helpers for string matches when using GtkSearchBar-like widget
5607  709898 Expose thumbnail validity in GFile attributes
5608  709966 Remove outdated documentation
5609  709994 Minor fix for HACKERS doc to direct hackers to proper help file
5610  709995 Obsolete makefile rules
5611  710002 G_MAXUINT may be assigned as duplicate source id
5612  710313 Memory leak in g_key_file_get_(u)int64 with invalid integer values
5613  710345 [Patches] Fix some redundant-decls
5614  710496 g_locale_to/from_utf8() doc updated.
5615  710625 g_file_error_from_errno: Remove unneeded breaks
5616  710666 Frame clock related bug fixes
5617  710724 gmain: Warn when g_source_remove() fails
5618  710726 Work around D-Bus bug with path_namespace='/' match rules
5619
5620 Translations:
5621  Assamese
5622  Brazilian Portuguese
5623  Indonesian
5624  Russian
5625  Tamil
5626  Traditional Chinese
5627
5628 What's new in Glib 2.38
5629 ========================
5630
5631  * Application support
5632
5633   - GIO now provides an implementation of Desktop Actions from the
5634     desktop entry specification
5635
5636   - GApplication now implements the org.freedesktop.Application
5637     interface as per the desktop entry specification, allowing for
5638     standards-based D-Bus launching of GLib-based applications
5639
5640   - GDesktopAppInfo now supports DBusActivatable as per the desktop
5641     entry specification, allowing GLib-based applications to use D-Bus
5642     to launch other applications
5643
5644   - GApplication now has a "busy" flag that can be set on an application
5645     to allow the shell to show that it is busy
5646
5647  * GObject
5648
5649   - the private offset for a given class type is now always constant.
5650     This was done by reorganising the memory layout of instances so that
5651     the private data comes before the "official" pointer for the object
5652     (ie: at a negative offset).  Valgrind macros were added to mitigate
5653     any problems that this may have caused.
5654
5655   - a new G_DEFINE_TYPE_WITH_PRIVATE has been added along with a
5656     generated function *_get_instance_private() that can now serve as an
5657     equally-performing alternative to ->priv pointers in instances
5658     (allowing memory savings)
5659
5660   - new G_PRIVATE_FIELD, G_PRIVATE_FIELD_P and G_PRIVATE_OFFSET macros
5661     provide a convenient method of converting between named variables in
5662     private structures and their (now constant) offsets
5663
5664   - installing properties on a GObjectClass must now be done from
5665     class_init.  It is no longer valid to install them after class_init
5666     has returned.
5667
5668   - it is now possible to manually break a GObject property binding
5669     without destroying one of the objects involved
5670
5671  * Icons
5672
5673   - the requirements for implementing the GIcon interface have changed
5674     in order to make it possible to consume all implementations of GIcon
5675     with a finite number of cases
5676
5677   - a new GBytesIcon type was added for an icon represented by an
5678     in-memory binary blob in a known image format (ideally png).
5679
5680   - new APIs g_icon_serialize() and g_icon_deserialize() replace the old
5681     to/from_string APIs and will always work, irrespective of which
5682     types have been initialised in the calling process, allowing for a
5683     serialised GdkPixbuf to be deserialised in a process that doesn't
5684     have GdkPixbuf
5685
5686   - support for icons has been added to GMenuModel using the new APIs
5687
5688  * Actions and menus
5689
5690   - GPropertyAction provides a convenient way of creating a stateful
5691     property corresponding to a property on a GObject, such as the
5692     "visible-child-name" property of a GtkStack
5693
5694   - new API g_menu_remove_all()
5695
5696   - we now have established rules about what is a "valid" action name
5697     and an API to check them
5698
5699   - a new API for converting detailed action names to and from the
5700     split-out name and parameter value (as GVariant)
5701
5702   - for backwards compatibility, invalid action names can still be used
5703     with most functions, but this is not recommended
5704
5705  * Other GIO
5706
5707   - GDBus now supports services that wish to handle some of all
5708     properties on an interface asynchronously, without requiring the
5709     service to reimplement the entire org.freedesktop.DBus.Properties
5710     interface
5711
5712   - GFile now has a new _measure_disk_usage() (and async) API for
5713     recursively determining the amount of disk space used by a
5714     particular directory (akin to 'du').
5715
5716   - asynchronous version of g_file_trash() and g_file_make_directory()
5717     have been added
5718
5719  * Other new API
5720
5721   - GRegex has a new function to query the maximum lookbehind length to
5722     allow for regexp matching on streams
5723
5724   - GVariant has two new APIs for constructing strings that allow
5725     avoiding copies in some cases: g_variant_new_take_string() and
5726     g_variant_new_printf()
5727
5728  * Testing
5729
5730   - we can now generate TAP output
5731
5732   - new support functions for simplifying the process of dealing with
5733     data files for srcdir != builddir and installed test cases
5734
5735   - g_test_trap_subprocess() provides a portable alternative to
5736     g_test_trap_fork()
5737
5738  * Other
5739
5740   - GLib now builds on Android against the bionic C library
5741
5742 Overview of changes from GLib 2.37.93 to 2.38.0
5743 ================================================
5744
5745 * fix the documentation for GSourceFuncs
5746
5747 * fix compilation on OS X/ppc64
5748
5749 Bugs fixed: 708445, 647145
5750
5751 Translations updated:
5752  Danish
5753  French
5754  Portuguese
5755  Punjabi
5756
5757 Overview of changes from GLib 2.37.92 to 2.37.93
5758 ================================================
5759
5760 * a couple of bugfixes in the new g_file_measure_disk_usage() API
5761
5762 * updated Traditional Chinese translation
5763
5764 Overview of changes from GLib 2.37.7 to 2.37.92
5765 ===============================================
5766
5767 * new API g_file_measure_disk_usage() similar to du(1)
5768
5769 * minor fixes
5770
5771 * Translation updates:
5772  Assamese
5773  Belarusian
5774  Brazilian Portuguese
5775  Catalan
5776  Czech
5777  Galician
5778  German
5779  Hungarian
5780  Indonesian
5781  Italian
5782  Korean
5783  Korean
5784  Latvian
5785  Lithuanian
5786  Polish
5787  Serbian
5788  Slovenian
5789  Spanish
5790
5791 Overview of changes from GLib 2.37.6 to 2.37.7
5792 ==============================================
5793
5794 * GDateTime now supports %:z formatting variations
5795   for timezones. This is a GNU date extension.
5796
5797 * Bugs fixed:
5798  685387 Segfault with GObject.signal_handler_is_connected()...
5799  686786 g_socket_get_available_bytes() returns wrong value ...
5800  705027 GSocket GSource not threadsafe on Windows
5801  706469 Fix G_DEFINE_ABSTRACT_TYPE_WITH_PRIVATE documentation
5802  706706 Fix Gir annotations on g_loadable_icon_load_finish
5803  706888 gtype: fix a no-op assertion
5804  706958 configure.ac: fix atomic opts detection
5805  707092 "File Utilities" page for GLib documentation doesn'...
5806  707151 gdatetime: Extend the '%z' timezone format
5807
5808 * Translation updates:
5809  Catalan
5810  Hungarian
5811  Japanese
5812  Polish
5813  Slovak
5814  Tamil
5815
5816
5817 Overview of changes from GLib 2.37.5 to 2.37.6
5818 ==============================================
5819
5820 * Tests using the g_test facilities can now generate TAP output
5821
5822 * Bugs fixed:
5823  680926 generic type fallback logic is broken for -symbolic
5824  684327 setting null icon to icon list
5825  689245 GSocket unable to reuse (address,port) on Mac OS X
5826  692125 Support TAP as GTest output format
5827  693335 build: fix dtrace-related warnings
5828  696633 gdbus-codegen trips over unicode chars when using python 3.x
5829  696970 Compiling 2.36.0 for win64 fails
5830  697185 GSocket – Allow specifying the multicast interface from...
5831  700268 Add support for using the clang analyzer
5832  701318 Add G_SPAWN_DEFAULT to GSpawnFlags
5833  701529 glib/tests/gdatetime: use UTC time in test_GDateTime_diff()
5834  701800 a new approach to reporting critical errors
5835  702674 g_date_time_new_utc crash
5836  704165 GLib.IOChannel read_unichar() fails
5837  705075 Simplify g_get_tmp_dir()
5838  705152 Race in glib/task.test
5839  705398 gtype: Fix typo in g_type_class_add_private() error message
5840  705570 Check ref_count in g_object_notify_by_pspec
5841  705600 Deprecate GSimpleActionGroup functions?
5842
5843 * Updated translations:
5844  Assamese
5845  Brazilian Portuguese
5846  Czech
5847  Dutch
5848  Galician
5849  Gujarati
5850  Hebrew
5851  Italian
5852  Lithuanian
5853  Marathi
5854  Norwegian bokmål
5855  Russian
5856  Slovenian
5857  Spanish
5858  Thai
5859  Traditional Chinese
5860
5861
5862 Overview of changes from GLib 2.37.4 to 2.37.5
5863 ==============================================
5864
5865 * Implement the Desktop Action specification: In the case that the
5866   application is a GApplication and DBusActivatable, actions from the
5867   desktop file are translated into GActions that have been added to
5868   the  application with g_action_map_add_action().
5869
5870 * GPropertyAction is a new type of GAction that represents the value
5871   of a property on an object, and allows to change the value when
5872   activated.
5873
5874 * GNetworkMonitorNetlink can now handle default routes via a device.
5875
5876 * The gsettings tool now reports failure to write a key (e.g. because
5877   the key was locked down)
5878
5879 * Miscellaneous new api:
5880  - g_variant_new_printf
5881  - g_action_print_detailed_name
5882  - g_regex_get_max_lookbehind
5883
5884 * Bugs fixed:
5885  664444 Support additional application actions in .desktop files
5886  684123 glib build only tries -D_GNU_SOURCE if glibc is detected
5887  689794 support incremental matching
5888  699259 add org.freedesktop.Application support to GIO
5889  700460 rewrite tests to not rely on precise timing of timeouts
5890  701511 updates to various GSource types
5891  701609 gnetworkmonitornetlink: handle default route via device
5892  703270 add GPropertyAction
5893  704157 GAction: add function for printing detailed names
5894  704250 Doc: various fixes
5895  704267 regression gsourceclosure: segfault in gedit file chooser
5896  704322 glib-unix: fix handling of multiple signal source for the...
5897  704424 No error when failing to override a locked key
5898  704447 Fix build/use of g_child_watch_closure_callback on Windows
5899  704523 g_thread_create_full() can dereference NULL pointer
5900  704543 Add implementations for G_GNUC_*_IGNORE_DEPRECATIONS for ...
5901  704567 gdbusnameowning: Don't spew an error if we're releasing a...
5902  704585 libc printf can give mixed-case strings for NaN and Inf
5903  704587 FTBFS: statfs_result is undeclared for statvfs()
5904  704699 gmain: Reset signal handlers to default when source is
5905  704704 AI_NUMERICSERV cannot be used with ai_socktype = 0
5906  704873 inotify: don't assume mainloop is running
5907  704999 glib/convert.test crashing due to lack of iconv cache
5908  704931 GMenuModel: add annotations to virtual functions
5909
5910 * Translation updates:
5911  Assamese
5912  Czech
5913  German
5914  Gujarati
5915  Spanish
5916  Tamil
5917
5918
5919 Overview of changes from GLib 2.37.3 to 2.37.4
5920 ==============================================
5921
5922 * Bugs fixed:
5923  701283 g_source_add_child_source() segfault
5924  702147 inconsistency of G_STRFUNC
5925  703191 new private macros interact poorly with versioning macros
5926  703254 Doc: various fixes
5927  703407 g_spawn_async() keeps child_pid_report_pipe open in child process
5928  703437 GDBusConnection: be more careful with async GetAll
5929  703478 Missing G_BEGIN/END_DECLS in gsettingsschema.h
5930
5931 * Translation updates:
5932  Catalan
5933
5934 Overview of changes from GLib 2.37.2 to 2.37.3
5935 ==============================================
5936
5937 * add a new API for instance private data: G_DEFINE_TYPE_WITH_PRIVATE
5938
5939 * fix timestamps in tarball to prevent automake from being required to
5940   build the unmodified source
5941
5942 * add new D-Bus API for async property handling
5943
5944 * add back fsync() on ext4 for g_file_set_contents() after it was
5945   discovered that despite statements in the ext4 documentation
5946   suggesting that this is safe, it is not safe.
5947
5948 * Translations:
5949  Italian
5950  Norwegian bokmål
5951
5952 * Bugs fixed:
5953  698375 - D-Bus async properties
5954  700350 - timestamp issue
5955  701560 - fsync issue (fixed again)
5956  700035 - new API for instance private data
5957
5958 Overview of changes from GLib 2.37.1 to 2.37.2
5959 ==============================================
5960
5961 * The GLib test utilities have grown some file-related APIs
5962   to support tests that can be used installed and uninstalled.
5963
5964 * Installing properties after class initialization is deprecated,
5965   and will trigger a warning.
5966
5967 * GApplication:
5968  - Support org.freedesktop.Application, including D-Bus activation
5969    from desktop files
5970  - Set prgname to appid for services
5971
5972 * Bugs fixed:
5973  549783 gtester lacks framework for tests with data files
5974  692848 Fix property example in gobject tutorial
5975  698018 Add an explicit g_binding_release()
5976  698614 GObject: prevent installing properties after init
5977  699259 add org.freedesktop.Application support to GIO
5978  699959 g_file_copy(): Ensure we create private files by default
5979  700123 Test failure: g_inet_socket_address_get_scope_id
5980  700725 GIcon: NULLify the `type' out param in the sync methods too
5981  701401 gtest: add function for testing for WINE
5982  701456 Error in gnome/glib/gio/tests/file.c
5983  701474 Error building glibmm due to extra comma in glib/gtestutils.h
5984  701560 various improvements for g_file_set_contents()
5985  701680 GFileEnumerator: Add some documentation about ordering
5986  701878 Check wakeup() before iteration(TRUE) doesn't block
5987
5988 * Translations:
5989  Assamese
5990  Czech
5991  Galician
5992  Gujarati
5993  Kannada
5994  Marathi
5995  Odia
5996  Polish
5997  Slovenian
5998  Spanish
5999  Telugu
6000
6001
6002 Overview of changes from GLib 2.37.0 to 2.37.1
6003 ==============================================
6004
6005  * add support for installed tests:
6006    https://live.gnome.org/GnomeGoals/InstalledTests
6007
6008  * add a new g_test_trap_subprocess() that works on Windows as a
6009    replacement for the (now deprecated) g_test_trap_fork()
6010
6011  * support for explicitly cancelling a gobject property binding
6012
6013  * performance improvements for signal argument handling
6014
6015  * stop using `quotes' in very many log messages generated by GLib, for
6016    favour of 'this style'.  This may cause testcases in other packages
6017    to fail if they were matching on the previous text.
6018
6019  * improve manpages: add missing arguments and flags
6020
6021 Translations: 
6022  Aragonese
6023  Assamese
6024  Gujarati
6025  Hindi
6026  Kannada
6027  Norwegian bokmål
6028  Odia
6029  Slovenian
6030  Spanish
6031  Tamil
6032  Telugu
6033
6034 Bugs fixed:
6035  679683 replace g_test_trap_fork()
6036  694380 Improve signal argument collection performance
6037  695233 Strings require plural forms
6038  697849 spelling fixes in cross.xml and running.xml
6039  698877 GProxyAddressEnumerator calls g_network_address_parse_uri without port
6040  698981 [PATCH] test /gdbus/connection/large_message could hang forever
6041  699079 Prototype support for installed tests
6042  699485 [PATCH] tests/mappedfile: Also handle ENOMEM
6043  699493 SOCKS5 proxy code crashes if it cannot authenticate
6044  699500 gbitlock: fix this to not unconditionally use futex emulation
6045  699779 [PATCH] G_GNUC_FORMAT: documentation error
6046  700263 m4macros/glib-gettext.m4: Don't use AC_HEADER_STDC
6047  700714 [PATCH] gtestutils: Ensure test subprocesses don't dump core
6048  700746 Use 'dumb quotes' rather than `really dumb quotes'
6049
6050 Overview of changes fron GLib 2.36.0 to 2.37.0
6051 ==============================================
6052
6053 * The syntax for detailed action names has been documented,
6054   and a parser API for them is now provided
6055
6056 * GApplication has gained a busy state. This feature is intended for
6057   clients that want to signal a desktop shell their busy state, for
6058   instance because a long-running operation is pending.
6059
6060 * GLib can now be built with the bionic C library
6061
6062 * GIcon can now be serialized to a GVariant
6063
6064 * Bugs fixed:
6065  548353 Finish implementing GFile interface (mostly asynchron...
6066  645881 Full port of glib-2.28.1 onto Android-ARM
6067  665445 Glib mistakes nl_langinfo() from plibc for the real t...
6068  672018 Need API to set global application state (busy, count...
6069  687659 drop support for adding interfaces after class_init
6070  688820 GIcon is a bad interface
6071  688954 extend 'detailed action' syntax, provide parser
6072  689223 Fix compilation on Android with the bionic C library
6073  695156 Add support for arg0namespace matching in signal_subs...
6074  696108 gdbus-codegen: avoid warnings in generated code
6075  696629 fix sed(1) usage
6076  696652 GTask won't free its error member variable on finalize
6077  696857 GThreadedResolver: set an error if no records could b...
6078  696973 Compiling 2.36.0 for win64 fails in gdbusmessage.c
6079  697131 No --version
6080  697160 [PATCH] gmacros: Mark G_UNAVAILABLE() functions as de...
6081  697229 Custom Interface implementations will be broken with ...
6082  697250 Documentation glitch of G_DEFINE_TYPE_EXTENDED causes...
6083  697365 Fix usage of hasmntopt in gunixmounts.c
6084  697367 Remove warning on gio/gunixmounts.c
6085  697386 Except const argument with atomic is not lock free
6086  697595 g_main_context_unref unlocks a mutex twice
6087  697601 reduce GMenuModel D-Bus traffic
6088  697626 Allow posix threads to be used on w32
6089  697652 Help options generated even when help disabled
6090  697771 fix a typo of "fo" to "of" in building.xml
6091  697887 GVariant: fix transfer annotation
6092  697942 abicheck.sh fails on mips
6093  698056 rewrite g_object_new()
6094  698081 Pidgin hangs in g_spawn_command_line_sync
6095  698455 GVariant: add new g_variant_new_take_string() API
6096  698457 g_variant_get_data_as_bytes() always returns toplevel...
6097  698478 gactionmap: don't require GActionGroup
6098  698595 the valgrind/priv-before-instance bug
6099  698655 desktop-app-info test relies on true being in /usr/bin/
6100  698686 GUnixSocketAddress: fix construct parameter issue
6101  698716 Use of g_mem_set_vtable() breaks after gobject automa...
6102  698999 bytesicon: fix a memory leak
6103  699001 bytesicon: don't use g_object_unref() on GBytes
6104  699361 gio: fix small leak
6105
6106 * Translation updates:
6107  Assamese
6108  Gujarati
6109  Hungarian
6110  Italian
6111  Kannada
6112  Norwegian bokmål
6113  Polish
6114  Spanish
6115  Tamil
6116
6117
6118 Overview of changes fron GLib 2.35.9 to 2.36.0
6119 ==============================================
6120
6121 * It is no longer necessary to call g_type_init().  If you are
6122   loading GLib as a dynamic module, you should be careful to avoid
6123   unloading it, then subsequently loading it again.  This never
6124   really worked before, but it is now explicitly undefined behavior.
6125   Note that if g_type_init() was the only explicit use of a GObject
6126   API and you are using linker flags such as --no-add-needed, then
6127   you may have to artificially use some GObject call to keep the
6128   linker from optimizing away -lgobject. We recommend to use
6129   g_type_ensure (G_TYPE_OBJECT) for this purpose.
6130
6131 * This release contains an incompatible change to the g_get_home_dir()
6132   function.  Previously, this function would effectively ignore the HOME
6133   environment variable and always return the value from /etc/password.
6134   As of this version, the HOME variable is used if it is set and the
6135   value from /etc/passwd is only used as a fallback.
6136
6137 * The 'flowinfo' and 'scope_id' fields of GInetSocketAddress
6138   (introduced in GLib 2.32) have been fixed to be in host byte order
6139   rather than network byte order. This is an incompatible change, but
6140   the previous behavior was clearly broken, so it seems unlikely that
6141   anyone was using it.
6142
6143 This release contains only small bugfixes and translations updates.
6144
6145  - g_file_copy(): fix bug where attributes were not applied properly to
6146    the destination file
6147
6148  - fix some 'available since' annotations
6149
6150  - fix gdbus-codegen to produce more pedantically-correct code
6151
6152 * Bugs fixed:
6153  696108 gdbus-codegen: avoid warnings in generated code
6154  696014 g_file_copy(): Ensure G_FILE_COPY_OVERWRITE preserves permissions
6155
6156 * Translations updated:
6157  Basque
6158  Czech
6159  Gujarati
6160  Hindi
6161  Hungarian
6162  Japanese
6163  Malayalam
6164  Marathi
6165  Odia
6166  Punjabi
6167  Russian
6168  Tadjik
6169  Tamil
6170  Telugu
6171
6172 Overview of changes from GLib 2.35.8 to 2.35.9
6173 ==============================================
6174
6175 This release drops the old codepage ABI from gutils.c. This is a
6176 source-compatible change and only breaks ABI with respect to truly
6177 ancient binaries (and those binaries are already broken for other
6178 reasons).  This change only affects Windows.
6179
6180 * Bugs fixed:
6181  682896 glib doesn't build on mingw32
6182  693204 split up g_get_{hostname,username,realname,home_dir} etc.
6183  694181 Handle GNetworkAddress better in g_network_monitor_base_...
6184  694253 occasional /gdbus/unref-pending test failure
6185  694350 Add type names to gsignal warnings
6186  694757 Use separate GLIB_WARN_CFLAGS that can be overridden ext...
6187  568405 Which is the correct replacement for g_strncasecmp, if...
6188  630284 g_hash_table_get_keys docs
6189  659428 docs: Small clean-up of howto subsection headers
6190  675333 Cannot forget association in Open With dialog: program...
6191  694669 consider unicode corrigendum #9
6192  694843 g_base64_decode_step () produces invalid data
6193  695147 Don't use PATH_MAX as it's not guaranteed to be defined
6194  695191 Commit f641699 broke /appinfo/mime/api test case
6195  695339 Swapped msgid plural forms for translation
6196  695376 GDBusMethodInvocation leak and potential crash
6197  695425 Untranslatable message in gsettings-tool
6198  695887 Improvements to GObject API documentation
6199  695925 GUINT32/64_SWAP_LE_BE macros do not enclose val argume...
6200  696015 PATCH Add doc warning to g_base64_decode()
6201
6202 * Translation updates:
6203  Assamese
6204  Belarusian
6205  Brazilian Portuguese
6206  Catalan
6207  Catalan (Valencian)
6208  Danish
6209  French
6210  Galician
6211  German
6212  Greek
6213  Gujarati
6214  Italian
6215  Korean
6216  Latvian
6217  Lithuanian
6218  Polish
6219  Portuguese
6220  Punjabi
6221  Serbian
6222  Simplified Chinese
6223  Slovak
6224  Slovenian
6225  Spanish
6226  Thai
6227  Traditional Chinese
6228  Uyghur
6229  Vietnamese
6230
6231
6232 Overview of changes from GLib 2.35.7 to 2.35.8
6233 ==============================================
6234
6235 This release contains one major change that may cause problems: type
6236 modules are now never unloaded.  This is implemented by (effectively)
6237 leaking the last reference on dynamic types.  Some testcases that check
6238 for unloading of types have been observed to be broken by this change,
6239 but we know of no actual cases of "real code" breaking.  Please report
6240 any problems.
6241
6242 Other changes:
6243  * A couple of build fixes for Solaris
6244  * Fix signal emission for GDBusObjectManagerClient
6245  * annotations fixes
6246  * new API: g_dbus_address_escape_value()
6247  * GSocketClient: add proxy-resolver property
6248  * GSimpleProxyResolver: new simple GProxyResolver class
6249  * documentation fixes
6250  * gnetworkaddress: preserve IPv6 scope ID in IP literals
6251
6252 Bugs fixed:
6253  691105 Allow GSocketClient to override GProxyResolver for per client proxy settings.
6254  692827 configure test fails for arpa_nameser.h
6255  692829 new Btrfs support causes build failure on Solaris
6256  693285 GDBusObjectManagerClient: won't emit object-added|removed if name-owner arrives later
6257  693502 Cross-compiling documentation: typo (np -> no)
6258  693673 add g_dbus_address_escape_value()
6259  693694 gio: Fix annotations on g_[async_]initable_new() and friends 
6260
6261 Translations:
6262  Dutch
6263  Galician
6264  Polish
6265  Serbian
6266
6267 Overview of changes from GLib 2.35.6 to 2.35.7
6268 ==============================================
6269
6270 This is a quick follow-up release with a few bug fixes.
6271
6272 * Fix the build on systems with strict linkers by adding -pthread back
6273   to the LDFLAGS for a testcase.
6274
6275 * Re-enable native atomic operations on some buggy versions of clang
6276   that ship as part of the MacOS X SDK.
6277
6278 * Make G_IO_FLAG_IS_WRITEABLE an enum again (the #define broke bindings)
6279
6280 * a small docs fix
6281
6282 * Bugs fixed:
6283  657045
6284  636683
6285  682818
6286  693105
6287
6288 * Translations:
6289  Italian
6290
6291 Overview of changes from GLib 2.35.4 to 2.35.6
6292 ==============================================
6293
6294 * GUnixFdSource is a new way to add file descriptors
6295   to the mainloop
6296
6297 * g_source_set_ready_time lets you mark a source to become
6298   ready at a specified monotonic time
6299
6300 * The internal visibility handling of GLib has been reworked
6301
6302 * GFileMonitor will now automatically use fam instead of inotify
6303   if $HOME is on NFS
6304
6305 * The file monitor implementation can now be overridden with
6306   the GIO_USE_FILE_MONITOR environment variable
6307
6308 * Bugs fixed:
6309  570572 2 make check errors on
6310  592211 No monitoring over NFS mounts
6311  625552 wrong behaviour of GVolume GVolumeMonitor related func...
6312  657729 modernise GMainLoop
6313  658020 GSource for a single GPollFD
6314  678223 g_mutex_free
6315  682560 leak fixes
6316  682819 EINTR-harden all the things
6317  684404 When using g_network_address_address_enumerator_next()...
6318  686853 new GSource fd API
6319  688169 G_DISABLE_DEPRECATED doesn't cover deprecated/gthread....
6320  688681 build: Make .symbols file canonical on all platforms
6321  690118 Crash when closing last tab of a window using Ctrl-w
6322  691624 glib/gtester.c: missing include
6323  691812 gioinputstream - give task as callback_data not task_data
6324  691866 fails out of source build directory - gnetwork.h not f...
6325  692029 Add new API checking utility
6326  692034 Install an invalidation notifier for GClosure in g_sou...
6327  692058 Broken makefile for gio tests
6328  692079 build failure in gmarkup.c when using gcc 4.8 and buil...
6329  692201 inotify: fix a memleak
6330  692202 gfile: don't report completion twice on g_file_load_co...
6331  692229 Incorrect string formatters in a translation string
6332  692332 GNetworkMonitorNetlink: make the netlink socket cloexec
6333  692360 possibly non-threadsafe code in g_content_type_guess()?
6334  692404 tester: Use FD_CLOEXEC when creating pipes
6335  692408 nautilus SIGSEGV in g_file_info_get_size()
6336  692544 [PATCH] gfile: Ensure we create internal pipe with FD_C...
6337  692583 atomic get doesn't accept a const argument on architect...
6338  692618 Use g_timeout_add_seconds
6339  692815 Using g_hash_table_insert() when using a hash table as ...
6340  692865 Invalid docbook generated by gdbus-codegen
6341  692928 Document G_MENU_{ATTRIBUTE,LINK}_*
6342
6343 * Translation updates:
6344  Hebrew
6345  Kannada
6346  Lithuanian
6347  Norwegian bokmål
6348  Polish
6349  Serbian
6350  Slovenian
6351  Spanish
6352  Uyghur
6353
6354
6355 Overview of changes from GLib 2.35.3 to 2.35.4
6356 ==============================================
6357
6358 * New features:
6359  - New API: g_get_num_processors
6360  - New API: g_application_command_line_get_stdin
6361  - New GFileMonitor flag: G_FILE_MONITOR_WATCH_HARD_LINKS
6362  - Parse more timezone offset formats
6363  - Better timezone support on Windows
6364  - Make GParamSpec constructors introspectable
6365
6366 * Removed or deprecated features:
6367  - Disallow adding interfaces after class_init
6368
6369 * Bug fixes:
6370  532815 gio + inotify support for hardlinks
6371  614930 add g_get_num_processors (), return the max concurrent...
6372  626497 Btrfs clone/reflink ioctl support in g_local_file_copy
6373  633117 glib fails stests if /etc/localtime is not properly set
6374  661767 merge/improve various bits of run-in-thread functionality
6375  668210 Add g_application_command_line_get_stdin()
6376  675856 Use GDbus via gobject-introspection instead dbus-python
6377  684103 make glib work with python3
6378  684723 run-assert-msg-test.sh fails
6379  686058 OpenBSD: disable ipv6_v4mapped test
6380  686128 GTimeZone should be able to parse POSIX format for...
6381  687223 cleverer GThreadPool management
6382  687659 drop support for adding interfaces after class_init
6383  687920 GCredentials should have an accessor for the process ID
6384  688681 build: Make .symbols file canonical on all platforms
6385  688829 Variable overflow in utils.c test on 32-bit machine
6386  689324 Variable scoping in gunixmounts.c
6387  689810 Include guard optimization
6388  690043 Broken link for gsettings tutorial: gnome-utils in...
6389  690084 gmarkup: Make GMarkupParseContext a boxed type
6390  690388 Check if CMSG_FIRSTHDR() returns NULL when there is...
6391  690538 gschema DTD is invalid
6392  690543 Add test coverage for testing in-tree DBus services...
6393  690670 local_command_line not introspectable/annotated
6394  690902 G_END_DECLS needs to be at the end of gutils.h
6395  690970 Unhelpful deprecation message for g_value_array_get_nth
6396  691001 building docs is broken on master branch
6397  691011 Automake-1.13 errors on obsolete AM_PROG_CC_STDC
6398  691077 gio-querymodules crashes with SIGSEGV
6399  691110 g_cond_wait() docs incomplete
6400  691489 Crash in Oscars 2013 page
6401  691558 Only check for .hidden files if standard::is-hidden...
6402  691608 Support compilation with clang 3.2
6403
6404 * Translation updates:
6405  Assamese
6406  Bulgarian
6407  Estonian
6408  Galician
6409  Greek
6410  Hebrew
6411  Norwegian bokmål
6412  Polish
6413  Slovak
6414  Slovenian
6415  Spanish
6416  Tamil
6417
6418
6419 Overview of changes from GLib 2.35.2 to 2.35.3
6420 ==============================================
6421
6422 * This release contains an incompatible change to the g_get_home_dir()
6423  function. Previously, this function would effectively ignore the HOME
6424  environment variable and always return the value from /etc/password.
6425  As of this version, the HOME variable is used if it is set and the
6426  value from /etc/passwd is only used as a fallback.
6427
6428 * We now install a public "gnetworking.h" header that can be used to
6429  include the relevant OS-dependent networking headers. This does not
6430  really abstract away unix-vs-windows however; error codes, in
6431  particular, are incompatible.
6432
6433 * Bugs fixed in this release:
6434  142568 Allow $HOME to override passwd entry if the user really wants
6435  587806 The file selector should honor .hidden files
6436  602715 [GChecksum] Please add support for SHA512
6437  623187 provide some support for arbitrary setsockopt()s?
6438  629301 .goutputstream files left behind when cancelling I/O
6439  652650 Optimize GDBusMessage serialization
6440  664627 /gapplication/basic test intermittently fails: cmdline re-or...
6441  675516 Win32: Don't start a DBus server when built as static library
6442  679683 replace g_test_trap_fork()
6443  684145 Current Git sources fails to cross-compile for Windows in Li...
6444  686895 file-info: catch thumbnail files in large directory as well
6445  687092 IPv6 <-> IPv4 mismatch when subscribing to multicast (send)
6446  688180 GObject: Minor error in description of floating reference
6447  688319 gthread: add missing AVAILABLE_IN_2_32 annotations
6448  688377 configure: add missing square bracket in AS_IF for memmove
6449  688419 gtask: source_object arguments and return values not annota...
6450  688497 AppInfo: Add sufficient api to port gnome-session from Egg...
6451  688681 build: Make .symbols file canonical on all platforms
6452  688704 Add boxed GType for GThread
6453  688886 Improve the i18n documentation
6454  688931 GMemoryOutputStream: Add new _resizable() constructor usab...
6455  689037 need helper for creating a GFile from a remote commandline...
6456  689377 Fix a compiler warning in GDBus
6457  689538 Source object tag set too late in gsocketlistener
6458  689800 Treat lost+found directory as a hidden file
6459  689847 Add fast repeated typename -> GType resolver
6460  689982 Make GChecksum more fully introspectable
6461  690069 g_unix_open_pipe: Add missing F_SETFD
6462  690083 gfileenumerator: Add a g_file_enumerator_get_child method
6463  690163 Add a pre-configured gio/gnetworking.h for Visual C++ builds
6464  690346 Remove an unneeded escaping in NAMESER_COMPAT_INCLUDE
6465  690348 Fix g_type_add_class_private() name in g_warning
6466
6467 * Translation updates:
6468  Assamese
6469  Galician
6470  Hebrew
6471  Hindi
6472  Kannada
6473  Odia
6474  Polish
6475  Spanish
6476
6477
6478 Overview of changes from GLib 2.35.1 to 2.35.2
6479 ==============================================
6480
6481 Note that the incompatible change to the ->constructed() vfunc that was
6482 made in the last unstable release (2.35.1) has been reverted due to
6483 causing regressions in applications.
6484
6485 A new incompatible change has been introduced in this version: it is no
6486 longer permitted to add interfaces to a class after the first
6487 instantiation (or more strictly: after g_type_class_ref()).  Bug #687659
6488 is tracking this.
6489
6490 Two private symbols (g_menu_{attribute,link}_hash_iter_get_type) which
6491 were accidentally exported have also been properly hidden.  This may
6492 cause some tools to issue warnings about ABI mismatch.
6493
6494 The remaining changes should be relatively harmless: 
6495
6496  * GIO now has kqueue support for GFileMonitor (BSDs, Mac OS)
6497
6498  * New g_variant_new_from_bytes() API
6499
6500  * UNIX signal sources now allow watching SIGUSR1 and SIGUSR2
6501
6502  * Many pedantic cleanups to adhere to a higher level of -W use
6503
6504  * GTask changes to avoid a deadlock
6505
6506  * many cleanups/fixes for Windows
6507
6508  * Boxing for GPollFD, GIOChannel, GBytes, GByteArray
6509
6510  * Fix URL-encoding of trashed files
6511
6512  * Many other docs and annotations fixes
6513
6514 Translations:
6515
6516  Galician
6517  Gujarati
6518  Lithuanian
6519  Serbian
6520  Slovak
6521  Slovenian
6522
6523 Bugs closed:
6524
6525  649302 Add support for GNU/FreeBSD
6526  668842 [GSocket] Add caching for the sender address in g_socket_receive_from()
6527  672924 Add annotations for g_filename_from_uri()
6528  673229 glib: Use Returns:, not @returns
6529  677062 (partial) GVariant: Make g_variant_new_from_bytes() public, add more GBytes API
6530  686185 g_date_time_format Transcoding Fails on OSX      
6531  686191 g_mutex_get_impl() should use g_atomic_pointer_get()
6532  686797 Box GPollFD to make it introspectable
6533  686810 [regression] Infinite wait in g_task_run_in_thread_sync()
6534  686822 possible dlopen()/dlclose() issue with automatic g_type_init()
6535  686839 mkinstalldirs: Move to glib-mkinstalldirs
6536  686895 file-info: catch thumbnail files in large directory as well
6537  686898 g_unix_signal_source_new: Allow SIGUSR1 and SIGUSR2
6538  686920 gdbus: Allow GDBusObjectManagerClient to work on peer connections
6539  686921 Remove some of the repetition from gio/tests/Makefile.am
6540  687075 g_spawn_sync diagnostic incorrectly complains about SIGCHLD
6541  687089 g_dbus_connection_export_menu_model(): fix a crash
6542  687098 Repeated g_timeout_add* use can lead to guint overflow
6543  687385 Add some stricter CFLAGS, fix up the code
6544  687441 ABI break in master: g_menu_attribute_hash_iter_get_type, g_menu_link_hash_iter_get_type removed
6545  687516 typo in string: KB should be kB
6546  687540 In Trash folder, Nautilus misinterprets "\n" in filename as a line break
6547  687541 GSignalQuery param_types field needs array annotation
6548  687600 gfileutils.c performs invalid cast of (varargs) open to non-vararg type
6549  687698 plural forms needed
6550  687700 ending spaces
6551  687742 Add support for internal linkage to glib-compile-resources
6552  687801 tests/buffered-input-stream: Fix size of parameter passed
6553  688109 win32 warning/error fixes
6554  688255 'make check' regressed in 138f4c1 because GMarkup error messages changed
6555  688338 [PATCH] gobject/gtype.c: Fix spelling of »exceed«
6556  688370 GDBusError documentation improvement for client-side
6557  688378 g_socket_join_multicast_group not working
6558  688518 gio-kqueue: use O_EVTONLY on MacOS
6559
6560
6561
6562 Overview of changes from GLib 2.34.0 to 2.35.1
6563 ==============================================
6564
6565 These two changes in particular may be slightly incompatible.  Please
6566 give feedback if they cause trouble:
6567
6568   * Signal handlers connected with g_signal_connect_object() are now
6569     automatically disconnected on target object destruction
6570
6571   * The ->constructed vfunc is now called after all properties are set
6572
6573 The remaining changes should not cause problems.
6574
6575   * g_type_init() is no longer necessary and has been deprecated
6576
6577   * GTask (the new GAsyncResult implementation) has landed 
6578
6579   * GLib version macros updated
6580
6581   * Update to Unicode 6.2
6582
6583   * Thread safety fixes for GFileMonitor in non-default main contexts
6584
6585   * GTimeZone support for old-format zoneinfo database (as on Mac OS)
6586
6587   * g_settings_bind() now works with non-canonical property names
6588
6589   * Fix crashes related to NULL connection passed to
6590     GBusNameVanishedCallback and document this situation
6591
6592 * Bugs fixed:
6593  118536 Make g_signal_connect_object'ed handlers disconnect when the data object is destroyed
6594  661767 merge/improve various bits of run-in-thread functionality
6595  682950 GFileMonitor crashing on high event count when running in different thread
6596  683642 Missing g_content_type_get_symbolic_icon
6597  684882 Gsettings should spaw a warning when binding against a low_underscored_property
6598  684909 codegen: Explicitly close output
6599  684912 Update to Unicode 6.2
6600  685037 g_strcmp0: Returns shall include values less and greater than zero
6601  685069 Leak in glib-compile-resources
6602  685208 missing g_return_if_fail
6603  685608 [Patch] Port gio tests from pygobject to pygi
6604  685697 Documentation typo in g_dbus_interface_skeleton_has_connection()
6605  685733 Call ->constructed() after all properties are set
6606  685787 gtestdbus: correct documentation typos
6607  685995 Crash in g_menu_exporter_name_vanished
6608  686091 Invalid reads in g_bytes_unref_to_data
6609  686119 dtrace, gobject_probes.d, the last three probes - semicolon missing
6610  686161 Deprecate g_type_init()
6611  686231 GBusNameVanishedCallback: document NULL connection
6612  686458 slightly increase poll duration in test_timed_wait 
6613
6614 * Translations updated
6615   Catalan (Valencian)
6616   Czech
6617   Danish
6618   Italian
6619   Lithuanian
6620   Norwegian bokmål
6621   Slovenian
6622
6623 Overview of changes from GLib 2.33.14 to 2.34.0
6624 ===============================================
6625
6626 * GIO now looks for thumbnails in XDG_CACHE_HOME, following a
6627   recent alignment of the thumbnail spec with the basedir spec.
6628
6629 * The default values for GThreadPools max_unused_threads and
6630   max_idle_time settings have been changed to 2 and 15*1000,
6631   respectively.
6632
6633 * Bug fixes:
6634  654239 g_type_init()'s docs have no statement about how to...
6635  674620 Update GSettings migration guide for intltool updates
6636  676034 Fix doc annotation for g_ptr_array_ref()
6637  684278 Fix GIO build on Windows
6638
6639 * Translation updates:
6640  Brazilian Portuguese
6641  British English
6642  Bulgarian
6643  Catalan
6644  Galician
6645  German
6646  Hebrew
6647  Hindi
6648  Hungarian
6649  Kannada
6650  Latvian
6651  Marathi
6652  Spanish
6653  Telugu
6654
6655
6656 Overview of changes from GLib 2.33.12 to 2.33.14
6657 ================================================
6658
6659  * CVE-2012-3524: don't run dbus-launch from setuid binaries
6660
6661  * g_content_type_get_generic_icon_name():
6662      new API for getting the icon name for a mime type
6663
6664  * Introspection fixes:
6665   - GDBusConnection nullability fixes
6666   - give a box type to GTimeZone
6667
6668  * Drop GVFS_INOTIFY_DIAG
6669
6670  * Add a new "Writing GLib Applications" section to the reference
6671    documentation with general info on security, threads, etc.
6672
6673  * gwin32mount.c: Fix syntax error
6674
6675  * gresource tests: srcdir != builddir fixes
6676
6677  * tests/gvariant: Fix test on big endian architectures
6678
6679  * Fix regression in g_shell_parse_argv()
6680
6681 Bugs fixed:
6682  562907 g_shell_parse_argv() mishandles # (hash)
6683  683167 g_time_zone_new not introspectable
6684  683384 /gvariant/checksum-basic failure on big endian machines
6685  683641 Typo in gwin32mount.c
6686  683744 have a way to get the generic icon name for a mime type
6687
6688 Translation updates:
6689  Assamese
6690  Belarusian
6691  British English
6692  Czech
6693  Danish
6694  French
6695  Galician
6696  German
6697  Greek
6698  Hebrew
6699  Indonesian
6700  Indonesian
6701  Korean
6702  Lithuanian
6703  Marathi
6704  Marathi
6705  Polish
6706  Portuguese
6707  Punjabi
6708  Russian
6709  Serbian
6710  Slovenian
6711  Traditional Chinese
6712
6713 Overview of changes from GLib 2.33.10 to 2.33.12
6714 ================================================
6715
6716 * Add a G_DEFINE_QUARK macro
6717
6718 * Add symbolic icon support to drive, volume, and mount, file
6719   and content types
6720
6721 * Add API to allow thread-safe access to the same qdata item
6722
6723 * Bugs fixed:
6724  562907 g_shell_parse_argv() mishandles # (hash)
6725  627240 add G_DEFINE_QUARK
6726  672329 memory leaks in gutils.c and glib tests
6727  673012 Stable byte-level specification for normal form
6728  674805 gdbusproxy async test is broken
6729  679835 gvariant format string parsing (and assertions)...
6730  682075 gdbus: Fix double free and use after free of ob...
6731  682101 Provide a way to get a symbolic icon for a device
6732  682222 test_method_calls_on_proxy: assertion failed (e...
6733  682284 mount-op: use gint64 instead of guint64 for tim...
6734  682386 "make check" fails due to sys/resource.h not be...
6735  682560 leak fixes
6736  682586 gsettings-tool: make list-recursively really re...
6737  682819 EINTR-harden all the things
6738  682833 Handle EINTR for open()
6739  682849 drop the global lock for g_object_weak_ref
6740  682965 gdbus-tool: Check return value of strrchr()
6741  683088 gdbus-codegen: fix error when wrong interface n...
6742         Fix the build with gtk-doc-stub
6743         Don't crash if set_app_info is called before ad...
6744
6745 * Translation updates
6746  Assamese
6747  Galician
6748  Greek
6749  Indonesian
6750  Japanese
6751  Latvian
6752  Lithuanian
6753  Norwegian bokmål
6754  Polish
6755  Portuguese
6756  Punjabi
6757  Russian
6758  Spanish
6759  Traditional Chinese
6760  Vietnamese
6761
6762
6763 Overview of changes from GLib 2.33.8 to 2.33.10
6764 ===============================================
6765
6766 * New GTest API for testcases where log output is expected:
6767   g_test_expect_message()
6768
6769 * GMenuItem now has 'get' accessors and a construct-from-GMenuModel API
6770
6771 * GVariant now has a function to check a format-string for type
6772   compatibility
6773
6774 * win32: We now use overlapped IO to support multiple asynchronous
6775   operations (ie: reading and writing) at the same time.
6776
6777 * GMappedFile: Add g_mapped_file_get_bytes()
6778
6779 * The problems with g_file_make_directory_with_parents() should be
6780   resolved.
6781
6782 * The long-standing issues with placeholder generation of manpages are
6783   now resolved.
6784
6785 * gtlscertificate: Add GBytes based certificate and private-key props
6786
6787 * build: Switch back to using AS_IF for conditionals
6788
6789 * test coverage improvements, documentation improvements, leak fixes
6790
6791 * Bugs fixed
6792  326931 Better docs for G_GNUC_*
6793  550433 g_test_init doesn't recognize --help
6794  600751 GCompletion should better document if and how items memory is managed
6795  628193 Miscellaneous string fixes
6796  637460 man glib-genmarshal is hard to use
6797  674483 broken configure results when cross-compiling with gcc >= 4.5
6798  677065 GMappedFile: Add g_mapped_file_get_bytes()
6799  679288 win32: use overlapped events for streams
6800  679556 it's hard to use gtest when g_warning() is expected
6801  680823 g_file_make_directory_with_parents: Fix error propagation
6802  681319 gtlscertificate: Add certificate-bytes and private-key-bytes props
6803  681336 man pages not built if --enable-gtk-doc not specified
6804  681413 build: Switch back to using AS_IF for conditionals
6805  681501 gmem: array only partially filled with memcpy
6806  681854 Documentation fix for Howto compile a program with glib
6807  682025 Documentation correction
6808  682067 Fix problems with CLEANFILES and automake-1.11.1 
6809
6810 * Translations updated:
6811  Lithuanian
6812  Spanish
6813  Galician
6814  Telugu
6815  Serbian
6816  Assamese
6817  Marathi
6818  Indonesian
6819  Traditional Chinese
6820
6821 Overview of changes from GLib 2.33.6 to 2.33.8
6822 ==============================================
6823
6824 * GIO now has a g_file_delete_async function
6825
6826 * The defaults for GThreadPools max_unused_threads
6827   and max_idle_time values have been changed to
6828   2 and 15*1000, respectively.
6829
6830 * Bugs fixed:
6831  661767 merge/improve various bits of run-in-thread functionality
6832  680074 undefined symbol "get_C_locale"
6833  680121 g_cancellable_source_new: don't use a file descriptor
6834  680148 gthread: check for definition of PR_SET_NAME
6835  680310 Sorting of access points by strengh not working
6836  680704 g_utf8_strup() crash
6837  68076a0 GFile: Add g_file_delete_async()
6838  680787 Add .dir-locals.el to tell Emacs users not to use tabs...
6839  680823 g_file_make_directory_with_parents: Fix error propagation
6840  680994 STATIC_ASSERT in GDBusError docs don't have much utility
6841  681116 gtlscertificate: Add g_tls_certificate_equal() function
6842  681118 gtlsdatabase: Don't complain if no callbacks for async...
6843  669331 try to get gio tests working a little better on win32
6844  674314 Make gtk-doc not a hard dependency of GLib
6845  674800 gclosure: generic marshaller leaks return value
6846  675524 gsocket: FIONREAD undeclared (needs sys/filio.h)
6847  679509 use after free in g_dbus_action_group_describe_all_done()
6848  679996 gobject docs minor cleanup
6849  680459 Extra newline char in local implementation of g_applic...
6850  680505 object_path memory leak in gdbusobjectproxy.c
6851  680831 Deprecate and remove g_slice_[sg]et_config.*
6852  680912 gchecksum: Add g_compute_checksum_for_bytes()
6853  681151 checksum: Use functions instead of macros when buildin...
6854  681158 gtlscertificate: Don't confuse certificate and public ...
6855
6856 * Translation updates:
6857  Galician
6858  German
6859  Gujarati
6860  Hebrew
6861  Norwegian bokmål
6862  Serbian
6863  Slovenian
6864
6865
6866 Overview of changes from GLib 2.33.4 to 2.33.6
6867 ==============================================
6868
6869 * GAsyncInitable: partially revert the init_finish changes,
6870   some applications were found to rely on behaviour that
6871   was broken by these changes
6872
6873 * Bugs fixed:
6874  679617 win32: fix g_get_environ()
6875  679968 Add some annotations to GBytes, GVariantType...
6876  680111 GIOScheduler assumes GCancellable "cancelled...
6877
6878 * Translation updates:
6879  Spanish
6880
6881 Overview of changes from GLib 2.33.3 to 2.33.4
6882 ==============================================
6883
6884 * GMainContext: the source list has been reorganzied to
6885   avoid O(n) behaviour
6886
6887 * GRegex: Update included PCRE to 8.31 and expose new
6888   functionality in 8.x versions of PCRE
6889
6890 * GMountOperation gained a ::show-unmount-progress signal
6891   which provides information about slow unmount operations
6892
6893 * Bugs fixed:
6894  616892 gio: Add a boxed type for GFileAttributeMatcher
6895  619329 g_source_attach() O(n) in number of sources
6896  639771 g_dir_read_name() can also return NULL on error
6897  661767 merge/improve various bits of run-in-thread fun...
6898  667375 GAsyncInitable subclassing (and async subclassi...
6899  671545 Constify collect and lcopy strings in GTypeValu...
6900  674452 SEGFAULT in gio contenttype test
6901  674898 Deal with GLIB_VERSION_MIN_REQUIRED/MAX_ALLOWED...
6902  675504 Fix up GObject interface documentation
6903  677064 GString: Tweak documentation, add g_string_free...
6904  677578 error in PCRE error code conversion
6905  677579 update GRegexError for newer PCRE error codes
6906  678066 gdbus codegen does not work with python3
6907  678273 unicode othercasing is wrong in gregex
6908  678576 GIOScheduler performance enhancements
6909  678758 GTlsInteraction unlocks an unlocked mutex
6910  678808 GTestDBus issues
6911  678881 Test failures in /socket/timed_wait in some cas...
6912  678941 /contenttype/guess test case failure
6913  678944 gio returns the wrong default applications for ...
6914  678949 wrong definition of ulong_bool for 64 bit big e...
6915  678959 /mainloop/timeouts race condition: assertion fa...
6916  679193 update included pcre to 8.31
6917  679258 The 'Since' tag for G_SOURCE_CONTINUE and G_SOU...
6918  679473 Don't generate invalid property names
6919  679691 Add g_spawn_check_exit_status()
6920  679671 GDBusNodeInfo: the XML string must contain exac...
6921  676111 mount-operation: add show-unmount-progress signal
6922  679691 win32: fix build g_spawn_check_exit_status() wi...
6923  679813 Documentation bug on http://developer.gnome.org...
6924
6925 * Translation updates:
6926  Assamese
6927  Belarusian
6928  Bulgarian
6929  Galician
6930  Greek
6931  Norwegian bokmål
6932  Polish
6933  Spanish
6934  Traditional Chinese
6935  Vietnamese
6936
6937
6938 Overview of changes from GLib 2.33.2 to 2.33.3
6939 ==============================================
6940
6941 This release contains mostly bugfixes, cleanups and performance
6942 improvements (including many fixes contributed by Colin on the advice of
6943 Coverity).  There are a few notable externally-visible changes:
6944
6945 * Thumbnails are now in XDG_CACHE_HOME
6946
6947 * new GDBus API: per-thread g_dbus_connection_get_last_serial()
6948
6949 * GUnixOutputStream now has a can_poll() implementation
6950
6951 * New deep copy APIs for G(S)List: g_(s)list_copy_deep
6952
6953 * Bugs fixed:
6954  518309 Incorrect data*dir path in glib-gettextize output
6955  566994 Safer passing of -framework flag
6956  672889 GLib.utf8_validate does segfault
6957  673253 Not strict enough autconf test for libelf
6958  675024 adds g_list_copy_deep() and g_slist_copy_deep
6959  675168 prepare for thumbnails to move to XDG_CACHE_HOME
6960  675966 gresolver: More robust parsing of DNS responses
6961  676594 [Patch] fix g_reload_user_special_dirs_cache
6962  676825 Implement g_dbus_connection_get_last_serial ()
6963  677235 Clarify the comment at the top of gmarshal.list
6964  677527 OS X: gthread/spawn-async selftest failure
6965  677718 GDBusProxy: treat org.freedesktop.systemd1.Masked error as non-fatal
6966  677770 GUnixOutputStream does not implement can_poll
6967  677782 Install bash completion files in /usr/share
6968  677817 g_key_file_to_data adds extra blank lines in some cases
6969  677952 Missing annotation for GDBusConnection signal "closed"
6970  678052 g_wakeup_acknowledge is called too often.
6971  678273 unicode othercasing is wrong in gregex
6972  678333 gdbus-codegen code causes warnings under -Wfloat-equal
6973
6974 * Translations updated:
6975  Arabic
6976  Assamese
6977  Galecian
6978  Greek
6979  Spanish
6980  Telugu
6981
6982 Overview of changes from GLib 2.33.1 to 2.33.2
6983 ==============================================
6984
6985 * GLIB_VERSION_MIN_REQUIRED now defaults to the current stable version
6986
6987 * GIO input and output stream classes have grown GBytes-based methods
6988
6989 * GApplication now has hooks to register D-Bus objects before the bus
6990   name is taken
6991
6992 * Bugs fixed:
6993  605976 add g_type_ensure(), to ensure that a type has...
6994  660851 Breakage of code due to changes in the GThread...
6995  666386 Empathy doesn't open Redirect URI with particu...
6996  671139 need (transfer async) for io stream buffers
6997  672329 memory leaks in gutils.c and glib tests
6998  672548 g_utf8_validate: @str shouldn't end up annotat...
6999  674111 Provide an accessor for MimeType desktop entry...
7000  674483 broken configure results when cross-compiling ...
7001  674634 Add g_clear_pointer()
7002  674777 What's the (transfer) of g_variant_lookup()?
7003  675309 gkeyfile: Fix annotations for g_key_file_load_...
7004  675446 gfile: Plug memory leak in g_file_make_directo...
7005  675509 add extra dbus hooks
7006  675832 Incomplete gsettings bash auto-completion
7007  676208 The tmpl parameter to g_file_new_tmp can be NULL
7008  676265 GNetworkMonitor leaks a lot of memory
7009  676277 Document that g_app_info_create_from_commandli...
7010  676397 g_environ_* should work with NULL envp
7011  676398 g_spawn_* should take PATH from the passed env...
7012  676478 Broken gzip decoding
7013  676594 [Patch] fix g_reload_user_special_dirs_cache
7014  676816 Add more GLIB_AVAILABLE_IN_*
7015  676937 Document notify signal deduplication with free...
7016
7017 * Translation updates:
7018  Czech
7019  French
7020  German
7021  Greek
7022  Japanese
7023  Russian
7024  Slovenian
7025  Spanish
7026
7027
7028 Overview of changes from GLib 2.32.1 to 2.33.1
7029 ==============================================
7030
7031 * GApplication
7032  - can now have a NULL application ID
7033  - add accessors for determining dbus connection and object path
7034
7035 * g_clear_object: fix warnings when using it on C++ (due to lack of
7036   ability to implicitly cast void*)
7037 * add g_clear_pointer as a generic form of g_clear_object
7038
7039 * GDBus:
7040  - add our own implementation of the message bus for use on Windows only
7041  - fix up a few bugs that use of this bus uncovered in GDBus
7042  - escape nonce files in dbus addressess (think 'c:\')
7043  - support initial underscores in dbus codegen namespace (for private)
7044  - add GTestDBus for bringing up a session bus for testing purposes
7045  - gdbus-codegen: Avoid warnings in generated code
7046  - GDBusAuthObserver: Add a way to control what authentication mechanisms to use
7047  - 
7048
7049 * Fix misdetection of GNUstep as Cocoa (for the MacOS GSettings backend)
7050
7051 * make sure configure fails if AC_CHECK_ALIGNOF cannot detect the alignment
7052
7053 * GAppInfo
7054  - overwrite the DISPLAY only if it is set in the launch context
7055  - add accessor for StartupWMClass
7056
7057 * glib/tests/date: force US locale running the GDateTime tests
7058
7059 * Resources:
7060  - fix broken use of GVDB on big endian machines
7061  - set a 'display name' so that pretty file names appear in Gtk CSS
7062    warning messages
7063
7064 * GMainContext:
7065  - block child sources when blocking the parent
7066  - introduce more testcases for child sources
7067
7068 * GResolver: add support for MX, TXT, NS and SOA records
7069
7070 * GSocketControlMessage: Don't warn about unknown messages
7071
7072 * GIO:
7073  - implement GSeekable for the data and buffered stream classes
7074  - implement GPollable for many more classes as well
7075  - fix GConverterInputStream infinite loop when fill_buffer returns an error
7076  - fileinfo: document the correct type for trash::orig-path
7077
7078 * test coverage improvements and general fixes
7079
7080 * new 2.34 stuff: version macros, docs index section, etc.
7081
7082 * Build:
7083  - add --disable-modular-tests build option
7084  - don't require host binaries if tests are not enabled for cross-builds
7085
7086 * Translations updated
7087  Brazilian Portuguese
7088  Bulgarian
7089  Czech
7090  French
7091  Galician
7092  German
7093  Hebrew
7094  Hindi
7095  Italian
7096  Norwegian bokmål
7097  Polish
7098  Russian
7099  Russian
7100  Serbian
7101  Simplified Chinese
7102  Slovenian
7103  Spanish
7104  Telugu
7105
7106 Overview of changes from GLib 2.32.0 to 2.32.1
7107 ==============================================
7108
7109 * Bugs fixed:
7110  670254 glib-2.30.2: Fails /GDateTime/new_from_unix test
7111  672541 glib-compile-resources prepends --sourcedir to absolute paths
7112  673139 URL to mailing lists in README incorrect
7113  673174 g_input_stream_read[_finish]: document returning 0 on EOF
7114  673191 glib/gchecksum.c warning: dereferencing type-punned pointer...
7115  673216 [W32] gtestutils does not use path separators consistently
7116  673439 Properly deprecate g_value_{set,get}_char
7117  673612 Fails to decode dictionaries wrapped in two layers of array
7118  673803 gclosure: Support return values of GVariants
7119  669285 glib/tests/markup-parse fails under non-english locale
7120  673911 gio-2.0.pc lists full path to executables, breaking cross com..
7121  673762 gnextstepsettingsbackend.c:343: error: parse error before 'in'
7122
7123 * Updated translations:
7124  Belarusian
7125  British English
7126  Bulgarian
7127  Catalan
7128  Czech
7129  French
7130  German
7131  Hebrew
7132  Hindi
7133  Hungarian
7134  Italian
7135  Japanese
7136  Kannada
7137  Latvian
7138  Lithuanian
7139  Marathi
7140  Norwegian bokmål
7141  Odia
7142  Polish
7143  Serbian
7144  Slovenian
7145  Spanish
7146  Swedish
7147  Telugu
7148
7149
7150 Overview of changes from GLib 2.31.22 to 2.32.0
7151 ===============================================
7152
7153 * It is no longer necessary to use g_thread_init() or to link against
7154   libgthread.  libglib is now always thread-enabled. Custom thread
7155   system implementations are no longer supported (including errorcheck
7156   mutexes).
7157
7158 * The thread and synchronisation APIs have been updated.
7159   GMutex and GCond can be statically allocated without explicit
7160   initialisation, as can new types GRWLock and GRecMutex.  The
7161   GStatic_______ variants of these types have been deprecated.  GPrivate
7162   can also be statically allocated and has a nicer API (deprecating
7163   GStaticPrivate).  Finally, g_thread_create() has been replaced with a
7164   substantially simplified g_thread_new().
7165
7166 * The g_once_init_enter()/_leave() functions have been replaced with
7167   macros that allow for a pointer to any gsize-sized object, not just a
7168   gsize*.  The assertions to ensure that a pointer to a correctly-sized
7169   object is being used will not work with generic pointers (ie: (void*)
7170   and (gpointer) casts) which would have worked with the old version.
7171
7172 * It is now mandatory to include glib.h instead of individual headers.
7173
7174 * The -uninstalled variants of the pkg-config files have been dropped.
7175
7176 * For a long time, gobject-2.0.pc mistakenly declared a public
7177   dependency on gthread-2.0.pc (when the dependency should have been
7178   private).  This means that programs got away with calling
7179   g_thread_init() without explicitly listing gthread-2.0.pc among their
7180   dependencies.
7181
7182   gthread has now been removed as a gobject dependency, which will cause
7183   such programs to break.
7184
7185   The fix for this problem is either to declare an explicit dependency
7186   on gthread-2.0.pc (if you care about compatibility with older GLib
7187   versions) or to stop calling g_thread_init().
7188
7189 * g_debug() output is no longer enabled by default.  It can be enabled
7190   on a per-domain basis with the G_MESSAGES_DEBUG environment variable
7191   like
7192     G_MESSAGES_DEBUG=domain1,domain2
7193   or
7194     G_MESSAGES_DEBUG=all
7195
7196 * Bugs fixed:
7197  671988 Quickly registering / unregistering objects on bus...
7198  672095 glib needs stable sort function
7199  672406 glib/tests/include.c fails to build on FreeBSD
7200
7201 * Updated translations:
7202  Telugu
7203
7204
7205 Overview of changes from GLib 2.31.20 to 2.31.22
7206 ================================================
7207
7208 * Bugs fixed:
7209  531901 Use __builtin_bswap* for GUINT*_SWAP_LE_BE if building...
7210  653167 Out of tree build is broken on windows
7211  668973 Test /gvariant/parser fails on Solaris 10
7212  669797 gvfs now lists its fuse mounts
7213  670846 deadlock: GStreamer-WARNING **: wrong STREAM_LOCK count 0
7214  671664 gio-querymodules: unlink instead of writing empty cache
7215  671676 Glib can't be cross-compiled any more after merge of...
7216  671918 gnome-shell is inaccessible unless started while an AT...
7217  671942 GSocketMsgFlags: annotate as a flags
7218  671997 Unix signal handling assumes that volatile 1-byte writes...
7219  672013 GSimpleAsyncResult: support reliable cancellation
7220  672026 default log output should include pid and/or prgname
7221  672095 glib needs stable sort function
7222  672201 G_SPAWN_SEARCH_PATH should continue on ENODEV and ETIMEDOUT
7223  672239 request NO_REPLY from g_dbus_connection_call() with no as...
7224  672249 gdbusproxy leaks asyncresult in an error case instead of...
7225
7226 * Translation updates:
7227  Assamese
7228  British English
7229  Catalan
7230  Catalan (Valencian)
7231  Danish
7232  Esperanto
7233  Finnish
7234  French
7235  German
7236  Hungarian
7237  Korean
7238  Lithuanian
7239  Norwegian bokmål
7240  Polish
7241  Portuguese
7242  Russian
7243  Traditional Chinese
7244
7245
7246 Overview of changes from GLib 2.31.18 to 2.31.20
7247 ================================================
7248
7249 * Update to Unicode 6.1
7250
7251 * Update PCRE to 8.30
7252
7253 * Deprecations are now versioned, and new API is
7254   marked with the version it was introduced.
7255   Use these with GLIB_VERSION_{MIN,MAX}_REQUIRED
7256
7257 * The performance of signal emissions has been
7258   improved for simple cases
7259
7260 * Bugs fixed:
7261  529806 Cannot build in 64-bit Mac OS X due to libiconv
7262  580873 Documentation of register type functions incomplete
7263  592666 Document how to unset an attribute
7264  597785 g_type_class_add_private code snippet is a bad example
7265  621368 glib-2.24.1: FAIL: run-assert-msg-test.sh when updating...
7266  622149 --disable-regex breaks glib2 build
7267  639873 GBinding: Crash when binding two properties on the same...
7268  640202 For GLIB v. 2.23.6 and above: impossibility to build mu...
7269  668295 Need a way to classify GVolume instances
7270  669670 gasyncqueue: don't use deprecated g_cond_timed_wait()
7271  670542 Add version information for deprecations
7272  670557 gvaluetransform: Fix an infinite loop with GFlagsValue...
7273  670721 global variable for signal ID should be hidden
7274  670751 IceWM build fails due to the G_DEPRECATED_FOR macro
7275  670909 g_dbus_connection_call leaks when it receives an error...
7276  670922 Include path to gdbus-codegen in the pkgconfig file
7277  670969 GSequence lookup may fail if there was no sort prior to...
7278  671025 Constants and identifiers starting with a number are no...
7279  671270 make distclean failures
7280  671281 glib-compile-resources.xml is missing from the dist tar...
7281
7282 * Translation updates:
7283  Basque
7284  Belarusian
7285  Brazilian Portuguese
7286  Bulgarian
7287  Galician
7288  Hebrew
7289  Lithuanian
7290  Persian
7291  Punjabi
7292  Serbian
7293  Simplified Chinese
7294  Slovenian
7295  Telugu
7296  Traditional Chinese
7297  Uyghur
7298  Vietnamese
7299
7300
7301 Overview of changes from GLib 2.31.16 to 2.31.18
7302 ================================================
7303
7304 * GDBusProxy has now a flag, G_DBUS_PROXY_FLAGS_GET_INVALIDATED_PROPERTIES,
7305   which can be set to make GDBus automatically reload
7306   changed properties even if the propertychanged signal
7307   does not contain the new values.
7308
7309 * GApplication puts non-unique applications on the bus
7310
7311 * GApplication now has g_application_quit()
7312
7313 * g_async_queue_timed_pop has been deprecated in favor of
7314   the new g_async_queue_timeout_pop, which uses relative
7315   delays in microseconds instead of a GTimeVal.
7316
7317 * a huge number of API documentation fixes
7318
7319 * Bugs fixed:
7320  647986 put non-unique apps on D-Bus
7321  658484 vpn connection vs NetworkSecretDialog
7322  664237 GDateTime falls back to UTC if TZ is set
7323  669329 gthread-win32: update for g_get_monotonic_time() changes
7324  669330 glocalfile: fix error code when opening a directory on win32
7325  669372 glib/tests memory leaks.
7326  669412 mem leak in g_environ_unsetenv
7327  669538 Fix compilation of glib-compile-resources.c on Windows
7328  669544 gdbus-codegen example introspection XML is not complete
7329  669595 glib-mkenums: fix handling of forward enum declarations
7330  669670 gasyncqueue: don't use deprecated g_cond_timed_wait()
7331  669671 gobject: use #pragmas to avoid deprecated function warnings
7332  669689 Retrieve cwd and environ in local GApplicationCommandLine
7333  669810 socket/win32: flush pending read before signaling HUP
7334  669865 g_regex_fetch()
7335  670085 memory leak in g_output_stream_write_async
7336  670138 gbytes.h is missing the G_BEGIN/END_DECL guards
7337  670485 Simplify session API (shared bug with gtk+)
7338
7339 * Updated translations:
7340  Belarusian
7341  Danish
7342  Galician
7343  Serbian
7344  Telugu
7345  Hebrew
7346
7347
7348 Overview of changes from GLib 2.31.14 to 2.31.16
7349 ================================================
7350
7351 * GResource:
7352  - The resource compiler can now convert pngs into
7353    pixel data that can be used without parsing at runtime
7354    (requires gdk-pixbuf-pixdata to be present)
7355
7356 * Bugs fixed:
7357  669123 resource compiler: failing to-pixdata should...
7358  669173 resource: fix xml preprocess entity handling
7359  669224 Cross-compilation broken by data-to-c
7360  669253 gsettings set buggy on array values
7361  669334 fix memory leak in bookmark file parser
7362
7363 * Translation updates:
7364  Norwegian bokmål
7365  Spanish
7366
7367
7368 Overview of changes from GLib 2.31.12 to 2.31.14
7369 ================================================
7370
7371 * GResource:
7372  - GLib now includes a commandline utility, gresource,
7373    to explore resources in ELF files
7374  - The resource compiler can now optionally strip
7375    ignorable whitespace from XML resources
7376  - The resource compiler can now generate build dependencies
7377  - The resource compiler will now autoselect output formats
7378
7379 * GApplication:
7380  - The menu markup parser API has been dropped, the
7381    menu XML support lives in GTK+ now
7382
7383 * GValueArray has been deprecated
7384
7385 * Bugs fixed:
7386  626258 N-ary Trees - 'nodes' can be inserted before and after...
7387  634232 Core Dump / Aborted using g_key_file_to_data
7388  639099 schema compiler chokes on valid schema
7389  667228 Deprecate GValueArray
7390  667243 Add an element clear function to GArray
7391  667929 glib-compile-resources: xml resources doesn't need to...
7392  668250 g_date_time_format() produces a non-UTF8 string
7393  668468 'IP_ADD_SOURCE_MEMBERSHIP' undeclared
7394  668532 resources: add dependency generator to the resource compiler
7395  668539 resources: compiler should autoselect output format...
7396  668561 gresource-tool not internationalized
7397  668572 glib_cv_g_atomic_lock_free config.cache setting not honored...
7398  668650 GRealArray->clear_func should be initialized
7399  668756 GKeyFile: allow loading from empty strings
7400  668857 fix couple of typos in comments
7401  669024 goption: implement platform_get_argv0() for OpenBSD
7402
7403 * Updated translations:
7404  Galician
7405  Norwegian bokmål
7406  Spanish
7407  Traditional Chinese
7408
7409 Overview of changes from GLib 2.31.10 to 2.31.12
7410 ================================================
7411
7412 * GApplication:
7413  - Drop support for exporting menus - this functionality
7414    will be provided in GtkApplication
7415  - Add a way to create actions that change settings
7416
7417 * Bugs fixed:
7418  629503 Add async versions of g_unix_connection_{receive,send}_credentials
7419  656301 glib-compile-schemas should not create an empty file
7420  668071 mingw-gcc build fails on gio/gsocket.[c|h]
7421  668118 the big appmenu switcheroo
7422  668158 base64 encode and line termination
7423  668163 GDBusConnection: note that exit-on-close is sometimes TRUE
7424  668269 gsignal: add g_signal_handlers_disconnect_by_data
7425  668279 create GAction from GSettings
7426
7427 * Translation updates:
7428  Norwegian bokmål
7429
7430
7431 Overview of changes from GLib 2.31.8 to 2.31.10
7432 ===============================================
7433
7434 * GResource:
7435  - A new facility to allow linking data files into binaries
7436    and make them available as resources
7437  - Resources are compiled using glib-compile-resources
7438  - GIO supports resource:/// uris to access resources
7439
7440 * Bugs fixed:
7441  619126 Missing dependency libs
7442  658315 g_key_file_get_keys() should set length to 0...
7443  660371 is it ever valid to have 0 as a GError domain?
7444  666700 Add some missing (allow-none) annotations
7445  667375 GAsyncInitable subclassing (and async subclassing...
7446  667447 Missing many introspection annotations
7447  667790 Protect call to pthread_condattr_setclock with define
7448  667938 wrong gtypes generated for empty flags enums
7449
7450 * Translation updates:
7451  Hebrew
7452  Spanish
7453
7454
7455 Overview of changes from GLib 2.31.6 to 2.31.8
7456 ==============================================
7457
7458 * GObject:
7459  - The type checks for overriding properties have been loosened.
7460    In particular, it is now possible to add the CONSTRUCT flag
7461    to an overridden property
7462  - GWeakRef is a new API for weak references; unlike g_object_weak_ref
7463    and g_object_add_weak_pointer, it is thread-safe.
7464
7465 * GHashTable has grown new convenience api for use as a set:
7466   g_hash_table_add, g_hash_table_contains
7467
7468 * GSocketConnection has gained API for managing connection status
7469
7470 * GSettings: a native OS X backend has been added, under the
7471   name 'nexstep'
7472
7473 * Bugs fixed
7474  455640 Something fishy with GRegex and unicode
7475  548954 weak references are not threadsafe
7476  625751 Add G_FILE_ATTRIBUTE_FILESYSTEM_USED
7477  658871 gbacktrace: g_get_prgname () isn't called for a NULL argu...
7478  664069 gvariant: Never break out of g_variant_iter_loop
7479  664830 g_strescape doesn't natively handle \v (vertical tab)
7480  665211 GDBusConnection singleton access can race with disposal
7481  665805 Add GSocketClient::action, for tracking socket client status
7482  666116 some tests provoke undefined behaviour, which is undesira...
7483  666422 Unreachable code in gio gnetworkmonitornetlink.c
7484  666551 Crash in g_thread_xp_SleepConditionVariableSRW
7485  666595 menu parser disallows id='' on submenu and section
7486  666615 loosen property override flag restrictions
7487  666616 gobject: fix property override type checks
7488  666803 g_utf8_validate() fails to validate strings with known size
7489  666804 g_ateaxit deprecation warning in devhelp points in wrong ...
7490  666951 g_mkdtemp: Since version incorrect in docs
7491  666978 Fails to compile glib applications with ISO C90 compiler
7492  667098 ginetaddressmask leaks its address property
7493  667225 GSocket: add missing type checks to public methods
7494  667226 GSocket: fix an error return value
7495  667279 Sometimes crashes when launching commandline-crea...
7496  667285 Wrong keyname listed in documentation for g_deskt...
7497  667331 Use g_queue_free_full() convenience function
7498  667420 GHashTable GDB pretty printing is broken
7499
7500 * Updated translations
7501  Belarusian
7502  Bulgarian
7503  Hebrew
7504  Norwegian bokmål
7505  Norwegian Nynorsk
7506  Spanish
7507  Vietnamese
7508
7509
7510 Overview of changes from GLib 2.31.4 to 2.31.6
7511 ==============================================
7512
7513 * GApplication no longer has APIs for setting menus.  Those have been
7514   moved to GtkApplication.
7515
7516 * the GActionGroup import/export functionality has been decoupled from
7517   GApplication by the introduction of a new interface for the purpose of
7518   handling platform data: GRemoteActionGroup.  This allows Gtk to
7519   properly deal with platform data (and gdk threads) on window actions.
7520
7521 * lots of documentation improvements
7522
7523 * bug fixes and a huge number of memory leak fixes
7524
7525 * the test suite now passes on ARM and some of the GDBus testcase hangs
7526   we've been seeing have been resolved (although others could remain)
7527
7528 * g_bytes_get_data() API changed: now includes 'size' out parameter
7529
7530 * new g_queue_free_full() API similar to g_[s]list_free_full()
7531
7532 * desktop files: use standard "Keywords" now, not "X-GNOME-Keywords"
7533
7534 * gsettings commandline tool now has --schemadir option for schemas not
7535   installed in the usual place (ie: as part of plugins)
7536
7537 * Bugs fixed:
7538  643736 GApplication doesn't emit dbus signals on action updates
7539  657433 g_queue_free_full() missing
7540  664699 glib: documentation fixes
7541  665737 acquire/release gdk threads lock on incoming dbus
7542  665879 GBytes: add a size argument to g_bytes_get_data
7543  666113 various leaks in GLib, GIO are visible in the regression tests
7544  666115 various tests leak memory, obscuring real leaks in the library
7545  666145 Doc could be more explicite that g_thread_init calls can be droped
7546  666173 Configure warning - linux/netlink.h usability... no
7547  666296 Race condition in g_thread_xp_get_srwlock
7548  666415 Settings tools should allow specifying a schema directory 
7549
7550 * Translations updated:
7551  French
7552  Spanish
7553
7554 Overview of changes from GLib 2.31.2 to 2.31.4
7555 ==============================================
7556
7557 * EXPERIMENTAL: Menu support has been added to GApplication.  Menus
7558   are exported on the bus, alongside the actions that are already there.
7559   There have also been many related improvements to action group
7560   functionality.
7561
7562   These new APIs are subject to changes in the coming releases.  In
7563   particular, it seems somewhat likely that the APIs for registering
7564   menubars may change in order to accommodate windows with different
7565   types of menubars.
7566
7567 * GDBusConnection previously directly dispatched destroy notifies when
7568   unregistering objects if the current main context was the same context
7569   the object was exported on.  It now unconditionally dispatches these
7570   through an idle on the context.
7571
7572 * Clean up Requires in pc files. Linking against GIO no
7573   longer drags in gmodule. This may require dependency
7574   fixes here and there.
7575
7576 * Introduce GBytes, a data type for immutable, fixed-size
7577   byte sequences. This makes the pre-existing GBuffer
7578   API available outside GLib
7579
7580 * GDBusInterfaceSkeleton can now be exported on multiple
7581   connections
7582
7583 * Bugs fixed:
7584  600161 Do not use static GTypeInfo and GInterfaceInfo
7585  640077 GFileMonitor: Always send CHANGES_DONE_HINT after a move...
7586  641720 Misleading definition for local_command_line() in GApplic...
7587  648516 Little comment error and 2 useless lines of code
7588  651997 Dummy backend for gapplication
7589  652560 Test for g_ascii_strtod is failing
7590  662208 failure to initialize a GInitable should be considered...
7591  662718 GDBusInterfaceSkeleton should be able to export on multi...
7592  663291 GBytes: Immutable, refcounted sequence of bytes
7593  664406 Need context for a proper translation
7594  664455 Build fixes for GLib GIT master (2.31.x)
7595  664558 GDBusWorker.frozen has a value > 1 in a gboolean
7596  664559 sys/wait.h not available on windows
7597  664617 gdbus segfault error 4 in libgio-2.0.so.0.3102.0
7598  664635 GMemory{Out,In}putStream _async functions break sub-class...
7599  664809 Add command line option to gtester to allow skipping tests
7600  665067 cryptic assertion failure if nonsensical flag combinations...
7601  665184 Check ref. count before reffing/unreffing
7602  665298 Add 'Requires.private: libpcre' to glib-2.0.pc
7603  665391 update documentation around mainloops
7604  665607 ./configure is there for fiddling with cross-compile enviro...
7605  665634 g_dbus_node_info_new_for_xml() errors on unknown attributes...
7606  665685 Add a #define for the max length of a Unicode decomposition
7607  665733 GDBusConnection holds lock while calling destroynotify
7608
7609 * Translation updates:
7610  Norwegian bokmål
7611  Spanish
7612
7613
7614 Overview of changes from GLib 2.31.0 to 2.31.2
7615 ==============================================
7616
7617 * Monotonic time is now properly supported on Windows
7618
7619 * glib-mkenums: fix @ENUMPREFIX@ with /*< underscore_name=... >*/
7620
7621 * EXPERIMENTAL: introduce new GSettingsSchema and GSettingsSchemaSource
7622   APIs for the convenience of plugin system authors and those who wish
7623   to introspect the contents of schemas.  This API may change.
7624
7625 * Improve the performance of GObject property notifies.
7626
7627 * GDBus:
7628  - fix a race when unowning a name immediately after owning it
7629  - thread safety improvements on GDBusConnection
7630  - fixes for exit-on-close functionality
7631
7632 * Deprecations:
7633  - add G_SIGNAL_DEPRECATED
7634  - don't use G_DISABLE_DEPRECATED masking for functions anymore
7635
7636 * docs
7637  - tmpl/ is finally dead for glib
7638
7639 * GIO:
7640  - GInetAddressMask: new type for internet address range matching
7641  - various GIO file and stream fixes
7642  - improvements to attribute and fileinfo handling
7643
7644 Overview of changes from GLib 2.29/2.30 to 2.31.0
7645 =================================================
7646
7647 This release contains a huge number of changes (500 commits worth).  The
7648 list below attempts to summarise, but not every change is listed.
7649
7650 * Major changes to threading and synchronisation
7651  - threading is now always enabled in GLib
7652  - support for custom thread implementations (including our own internal
7653    support for errorcheck mutexes) has been removed
7654  - a whole lot of dead code (to deal with the non-threaded case) has
7655    been ripped out.  This includes the racy path of GMainContext that
7656    caused deadlocks with respect to child process exits in
7657    single-threaded programs (such as gtester).
7658  - libgthread is now an empty shell and g_thread_init() is no longer
7659    required (and has been deprecated)
7660  - GMutex and GCond can now be statically allocated without explicit
7661    initialisation.  Dynamic allocation for these types is deprecated.
7662  - new types GRecMutex and GRWLock can also be statically allocated
7663    without explicit initialisation.
7664  - GPrivate can now be statically allocated and has an improved API.
7665    Dynamic allocation of GPrivate is deprecated.
7666  - GStaticMutex, GStaticRecMutex, GStaticRwLock, GStaticPrivate are
7667    deprecated.
7668  - GCond now uses monotonic time internally and a new API takes
7669    monotonic time for timed waits, deprecating the wallclock API
7670  - removal of the insane macro indirection used in the previous
7671    implementation of threading and synchronisation APIs
7672  - use SRWLock and CONDITION_VARIABLE APIs when available on Windows
7673    (Vista and later) and emulate them on XP
7674  - leaks of G(Static)Private-allocated data on some cases of thread exit
7675    have been fixed
7676  - simplified new thread creation API with the old API deprecated.  The
7677    concept of joinability has disappeared (all threads are joinable) as
7678    have priority levels, 'bound'ness (ie: kernel vs. userspace threads)
7679    and ability to manipulate the stack size.
7680  - GThread is now a refcounted type
7681  - other implementation details changed
7682
7683 * Move headers for some deprecated functionality to a separate
7684   deprecated/ directory.
7685
7686 * New support for attribute-based deprecations to issue compiler
7687   warnings instead of breaking the build and/or giving warnings about
7688   implicit declarations (and possibly miscompiling).
7689
7690 * GCache has been deprecated (after its last use was removed from our
7691   platform over a year ago).
7692
7693 * It is no longer possible to include individual headers (like
7694   "ghash.h") -- you must #include <glib.h>.
7695
7696 * The misguided experiment of allowing the program to stumble along with
7697   missing GSettings schemas is now over -- the abort is back.
7698
7699 * Clarify that fork() is not valid while using GMainContext.  This is
7700   because the internal resources of the GMainContext end up being shared
7701   by both processes.  We had an assert here but it was breaking existing
7702   (valid) use cases as well, so it has been removed for now.
7703
7704 * GApplication
7705   - add ::shutdown signal as logical dual to ::startup
7706   - don't use a GMainLoop: iterate the GMainContext directly (improves
7707     quit logic)
7708
7709 * Several portability fixes for Windows, OpenBSD, Solaris
7710
7711 * Add new GValue API to specifically deal in signed chars (in case the
7712   platform defines 'char' as unsigned)
7713
7714 * some new API to mitigate the problems associated with calling setenv()
7715   in a multi-threaded program
7716
7717 * Use CLOCK_MONOTONIC unconditionally if the libc has support at compile
7718   time (ie: stop checking for kernel support at runtime).
7719
7720 * pkg-config files:
7721   - drop -uninstalled variants
7722   - remove gobject dependency on gthread
7723
7724 * New macro G_ATOMIC_LOCK_FREE is defined if the atomic operations are
7725   implemented without use of a mutex.  Cleaned up atomic-related
7726   compilation issues with mingw compilers on win32 systems.
7727
7728 * SOCKS proxy and resolver improvements
7729
7730 * Fix the spelling of G_IO_FLAG_IS_WRITABLE (was WRITEABLE) and
7731   introduce a macro for backwards compatibility.
7732
7733 * GDBus:
7734   - many code generation updates and improvements
7735   - some race condition fixes, including testcase hangs
7736
7737 * GVariant:
7738   - new g_variant_new_from_fixed_array() API
7739   - substantial docs improvements/clarifications
7740
7741 * GKeyFile is now refcounted and boxed
7742
7743 * mount monitoring is now based on /proc/mounts (where available)
7744   instead of mtab
7745
7746 * new macros G_SOURCE_CONTINUE and G_SOURCE_REMOVE for returning from
7747   GSourceFunc (so you don't have to remember what TRUE and FALSE mean)
7748
7749 * use xlocale functions where available to avoid too much heavy lifting
7750   in functions like g_ascii_strtod()
7751
7752 * GMappedFile can now be created from an fd
7753
7754 * error message strings grammar/i18n fixes
7755
7756 * many docs updates
7757
7758 * Partial list of bugs closed:
7759  70598  Unify GStaticMutex and GMutex.
7760  320888 optimization for g_main_context_wakeup
7761  398418 GChildWatch race condition?
7762  527214 g_timer_elapsed() returns random values
7763  580505 add a way to set/get name for a thread
7764  583511 race condition means g_main_loop_quit() does not work
7765  590808 GKeyFile should have a refcount and a boxed type in GObject
7766  592715 Document that g_str_hash() and g_int_hash() are not NULL safe
7767  631413 Add macros for GSourceFunc return values
7768  632049 not immediately clear what g_variant_get_fixed_array expects
7769  640212 "Error stating file" is not a friendly message
7770  640293 Use xlocale functions to implement g_ascii_strtod()
7771  640975 Check that error exists before trying to set it
7772  643934 GApplication lacking a logical dual for the ::startup signal
7773  651268 assertion failed in GDBus worker thread
7774  653987 g_key_file_get_integer cannot interpret trailing spaces
7775  654412 Documentation for g_variant_get_child_value unclear
7776  654563 info capplet: Failed to calculate disk space
7777  655366 missing GSettings schemas lead to obscure crashes
7778  656621 g_spawn_*() calls executables in current directory
7779  656679 [gi] Add two annotations to gio
7780  657992 Add glib__private__() API to share between glib,gio
7781  658188 _set_as_last_used_for_type generates a broken mimeapps.list
7782  658206 gsocks5proxy.c has invalid gettext use
7783  658207 glib-compile-schemas says "can not"
7784  658558 simpleaction: Fix documentation of :enabled
7785  658683 clean up charset/language threading issues
7786  658692 add introspection annotations to g_time_val_from_iso8601()
7787  658715 Duplicite strings
7788  658769 Invalid reuse of GError in GThreadedResolver
7789  658806 sign error in string hash implementation
7790  658976 gdbus-codegen's C namespace option needs to support Ugly_Case
7791  659070 gdbus-codegen generated code segfaults when property changes
7792  659082 gdbus-codegen: Single letter namespaces get dropped from names
7793  659212 GMappedFile should fail on non-regular files
7794  659324 _SPLICE_CLOSE_TARGET doesn't mark the output stream as closed
7795  659423 Use adaptive mutexes when available
7796  659427 Move deprecated code to a separate directory
7797  659646 gdbus-codegen produce code that warnings at build
7798  659690 Possible build warning in code generated by gdbus-codegen
7799  659699 property name collision when generating code for "Connection"
7800  659754 Add API to GMappedFile that allows to pass FD
7801  659838 incorrect types in introspection for g_object_bind_property
7802  659866 pthread_rwlock_t requires defined __USE_UNIX98
7803  659870 gvalue: Fix signedness of g_value_get_char()
7804  659889 glib-2.29.92/gio-2.0.pc.in has a wrong line.
7805  659916 GObject size of 64K is not actively enforced
7806  659920 Missing setter for read/write property 'closed' of GIOStream
7807  659923 Add g_variant_new_fixed_array() function
7808  660013 Remove old g_atomic configure cruft
7809  660096 glib/rwlock tests failure (tests asserted)
7810  660130 Possible loss of user data when updating mimeapps.list
7811  660147 tracker causes g_critical in "gsettings list-recursively"
7812  660413 Make G_ASSERT_STATIC work with clang
7813  660498 Generated test code fails when the codegen changes
7814  660511 Use /proc/mounts for monitoring mounts, not /etc/mtab
7815  660536 Expose options for /etc/fstab entries
7816  660635 Deprecate g_thread_foreach
7817  660637 Pending dbus method calls not canceled on connection loss
7818  660739 kill off g_{mutex,cond}_{new,free}()
7819  660740 make GThread more standard
7820  660741 g_cond_timedwait is a disaster
7821  660743 macro wrappers for g_once_init_enter/leave
7822  660744 finish killing g_thread_init()
7823  660745 GPrivate leaks on Windows
7824  660791 [gio] Improve doc for g_file_make_directory_with_parents()
7825  660843 asyncqueue-test is broken
7826  660849 Remove cruft from g_strerror and g_strsignal
7827  660886 GDBusProxy: don't drop/complain about unknown props/signals
7828  660887 g_slice_set_config() is broken
7829  660994 Add g_main_context_ref_thread_default()
7830  661255 gio: enable test_peer regression test for OpenBSD
7831  661257 giomodules.c uses ":" instead of G_SEARCHPATH_SEPARATOR_S
7832  661318 tests use pthread without appropriate compiler/linker flags
7833  661421 Applications fail to initialize on GNU Hurd - commit
7834  661438 Implement G_GNUC_DEPRECATED/G_GNUC_DEPRECATED_FOR on Visual C++
7835  661711 Sorting keys for GDrive, GVolume and GMount instances
7836  661763 desktop-app-info: Add support for X-GNOME-Keywords
7837  661896 /gdbus/connection/life-cycle is racy
7838  661914 Gstreamer/Totem locks up
7839  662100 regression: g_dbus_connection_close() triggers exit-on-close logic
7840
7841 * Translations updates:
7842  Belarusian 
7843  Brazilian Portuguese
7844  British English 
7845  Bulgarian 
7846  Catalan 
7847  Catalan (Valencian)
7848  Czech 
7849  Danish 
7850  Esperanto
7851  French 
7852  Gujarati
7853  Hebrew 
7854  Hungarian 
7855  Italian 
7856  Japanese
7857  Lithuanian
7858  Norwegian bokmål
7859  Oriya
7860  Polish 
7861  Russian 
7862  Serbian
7863  Simplified Chinese
7864  Slovak 
7865  Slovenian
7866  Spanish 
7867  Tamil
7868  Vietnamese
7869
7870 Overview of changes from GLib 2.29.18 to 2.29.90
7871 ================================================
7872
7873 * GObject includes a generic marshaller, g_cclosure_marshal_generic.
7874   To use it, simply specify NULL as the marshaller in g_signal_new().
7875   The generic marshaller is implemented with libffi, and consequently
7876   GObject depends on libffi now.
7877
7878 * API/ABI changes:
7879  - unix signal watches now match the API of all of the other sources
7880  - revert the addition of g_date_time_source_new () from last release
7881
7882 * networking and other fixes for Solaris
7883  - we no longer support symbolic port names (ie: from /etc/services)
7884  - check if -lsocket is needed
7885  - fix g_socket_details_from_fd()
7886  - avoid getmntinfo
7887  - fix some harmless warnings
7888
7889 * GDateTime improvements:
7890  - generally improved standards compliance (with C99)
7891  - support C99-specified format strings: %g, %G, %V, %c, %C, %w
7892  - consult the locale for the preferred 12-hour time format (%r)
7893  - drop support for non-standard %N and broken %W
7894  - better support for formatting non-POSIX (eg: Arabic) numerals
7895  - locale-related test case fixups, and fix some leaks
7896
7897 * GTlsInteraction: add interaction method invocation guarantees
7898
7899 * gdbus-codegen: post-process all interfaces when parsing >1 file
7900
7901 * make GMainLoop, GMainContext and GSource boxed types
7902
7903 * fix a race condition in the first use of g_get_monotonic_time()
7904
7905 * lots gtk-doc cleanups
7906
7907 * better intltool compatibility when generating pot file
7908
7909 * avoid GCC-specific compiler options when not using GCC
7910
7911 * Translation updates:
7912  Belarusian
7913  Brazilian Portuguese
7914  Canadian English
7915  Galician
7916  Indonesian
7917  Korean
7918  Lithuanian
7919  Norwegian bokmål
7920  Portuguese
7921  Spanish
7922  Swedish
7923
7924 Overview of changes from GLib 2.29.16 to 2.29.18
7925 ================================================
7926
7927 * GDateTime is now respecting LC_TIME when formatting
7928
7929 * GTimeZoneMonitor has been removed again
7930
7931 * A new API for wallclock functionality has been added:
7932   g_date_time_source_new(). This API is still experimental
7933   and may be changed or removed before 2.30.
7934
7935 * Bugs fixed:
7936  628904 Add credential support for FreeBSD and fix a socket issue
7937  650763 gdbus-codegen is broken with python 2.7
7938  655129 GDateTime could provide api for implementing wall clocks
7939  656341 gtlsconsoleinteraction.c uses getpass() which isn't avail...
7940  656387 GCancellable can be used concurrently
7941  656443 Make GTlsInteraction ask_password cancellable
7942  656675 void functions should not return in glib 2.29.16
7943  656772 g_variant_compare for uint64 incorrect
7944  656914 Load GIO_EXTRA_MODULES first, and ignore duplicates
7945  657083 The header langinfo.h is not available on all systems
7946  657084 gfileutils: fix docs/annotations for temp file methods
7947  657138 Some files missing in POTFILES.in
7948  657206 GInputStream leaked in g_file_icon_load_async()
7949  657243 g_cancellable_set_error_if_cancelled() documentation
7950  657274 Use detected PYTHON variable as shebang for gdbus-codegen
7951  657336 Speling fixes for glib found with codespell
7952  657452 plural forms needed
7953  657454 Translation comment needed
7954  657540 Print out file:// URL to coverage HTML report after building
7955  657593 g_test_trap_fork calls close(-1)
7956  646082 Addresses from GSocket should be normalized before returning
7957  657517 fix gio/tests/gdbus-peer on bsd
7958
7959 * Translation updates:
7960  Brazilian Portuguese
7961  Galician
7962  Norwegian bokmål
7963  Punjabi
7964  Russian
7965  Serbian
7966  Spanish
7967  Swedish
7968  Traditional Chinese
7969  Uighur
7970
7971
7972 Overview of changes from GLib 2.29.14 to 2.29.16
7973 ================================================
7974
7975 * GTlsDatabase: an abstract class that provides support
7976   or certificate and key lookup. An implementation will
7977   be provided in glib-networking
7978
7979 * GHmac: Support or HMAC digests
7980
7981 * Misc new API:
7982  - g_ptr_array_add_full: creates a GPtrArray with
7983    a preallocated size and a destroy function
7984  - g_desktop_app_info_get_show_in: checks if a GDesktopAppInfo
7985    should be shown in a given desktop environment
7986  - g_mkdtemp, g_mkdtemp_full, g_dir_make_tmp: create
7987    temporary directories
7988
7989 * Unify thread wakeup implementations of GMainContext
7990   and GCancellable, and use eventfd for it when available
7991
7992 * Show mounts in $XDG_USER_DIR in addition to /media and $HOME
7993
7994 * Bugs fixed:
7995  636572 GTlsCertificateDB
7996  644601 Some tests need a running dbus session
7997  652284 deal with small key lengths
7998  652827 glib-2.29.8 no longer builds with mingw.org's toolchain
7999  653063 PEM parser fails parsing private key when put first
8000  654078 Fail to static linking with Glib library
8001  654450 New functions: g_ptr_array_new_full()
8002  654793 Add G_VALUE_INIT
8003  655044 GDesktopAppInfo: Add g_desktop_app_info_get_show_in()
8004  655148 gdbusconnection is broken when compiling with mingw
8005  655241 glocalfile.c no longer compiles with MinGW GCC
8006  655598 g_cancellable_get_fd: silently return -1 for NULL cancellable
8007  655664 gdbus should not abort if no dbus session is available
8008  655769 Use ZLIB_CFLAGS when compiling gio
8009  656031 Improve GVariant annotations
8010  656048 glib-codegen requires Python >= 2.5
8011  656151 configure test logic inverted, doesn't match comments
8012  656152 GCC only syntax used, yet other compilers allowed by configure.
8013  656162 allow use of lcov 1.9 for coverage
8014  656282 GDBusProxy: uninitialized local variables can be freed
8015  656283 Failing tls connection cause assertion
8016  118563 Add g_mkdtemp in the spirit of g_mkstemp
8017  636405 Add g_return_if_fail() to g_settings_bind_with_mapping()
8018  656039 race condition between GDBusProxy signals and public API
8019  656492 g_io_channel_new_file failure (open(2) behavior wrt POSIX)
8020
8021 * Translation updates:
8022  Bulgarian
8023  Esperanto
8024  French
8025  Galician
8026  German
8027  Hebrew
8028  Indonesian
8029  Italian
8030  Norwegian bokmål
8031  Russian
8032  Spanish
8033  Swedish
8034
8035
8036 Overview of changes from GLib 2.29.12 to 2.29.14
8037 ================================================
8038
8039 * Unicode improvements
8040  - add g_unicode_script_{to,from}_iso15924
8041  - add G_UNICODE_SPACING_MARK define
8042  - more normalisation improvements
8043  - stop using deprecated g_unicode_canonical_decomposition()
8044
8045 * GParamSpec:
8046  - mark the 'name' field as 'const' and add a comment to the header to
8047    help avoid future problems caused by bad hacks
8048
8049 * Merge some (modified) patches from Debian:
8050  - 03_blacklist-directories.patch
8051    - add some blacklisted mount directories
8052  - 60_wait-longer-for-threads-to-die.patch
8053    - sleep longer in a test case, if needed to avoid failing
8054
8055 * Units policy change: prefer use of SI units
8056  - deprecate g_format_size_for_display, add g_format_size(_full)
8057
8058 * GSettings: don't call g_error() when the schema is missing
8059
8060 * GVariant support for arrays of object paths:
8061  - new g_variant_{new,get,dup}_objv API
8062  - support for g_variant_{new,get} '^ao' and '^a&o' similar to '^as'
8063
8064 * GDBus:
8065  - use new improved array-of-objects support and pass 'ao' as char**
8066    instead of GVariant*
8067  - improve handling of 'h' type (Unix file descriptor index)
8068
8069 * GIO:
8070  - fix compilation without USE_STATFS and USE_STATVFS
8071
8072 * Documentation fixes
8073
8074 * Bugs fixed:
8075  622921 Migrate from dbus-glib to glib's GDBus
8076  648271 Add g_unicode_script_to_iso15924()
8077  654948 Stop using deprecated g_unicode_canonical_decomposition()
8078  654988 g_atomic_int_add should document behaviour change
8079  655025 #define G_UNICODE_SPACING_MARK G_UNICODE_COMBINING_MARK
8080  655076 normalization misses some Full_Composition_Exclusion=True. 
8081
8082 * Translations updated:
8083  Spanish
8084
8085 Overview of changes from GLib 2.29.10 to 2.29.12
8086 ================================================
8087
8088 * Add new API to do Unicode (de-)composition in atomic steps,
8089   for use in Harfbuzz.
8090
8091 * Bugs fixed:
8092  615895 (indirectly) support non-NULL-terminated regexes in GRegex
8093  617949 glib trunk fails to compile on Solaris w/ Studio 12...
8094  620423 Document the possibility to unset attributes
8095  627974 Floating reference headaches
8096  644687 Not finding cross-links in current doc set
8097  649246 g_output_stream_splice() cannot be used on 32-bit machines...
8098  653841 a helper script to build glib from git master on win32
8099  653935 g_slist_free_full/g_list_free_full iterates twice in the list
8100  654017 tests: fix glib_translations_work() in gsettings unit test
8101  654085 Don't needlessly use "echo -e" when creating .def files
8102  654195 Add g_unichar_compose() and g_unichar_decompose()
8103  654232 GCancellable eventfd problems
8104  654394 suspicious use of floating references in GDBusInterfaceSkeleton
8105  654536 GSettings: lift key name length restriction to 64
8106  654627 GParamSpec: intern property names
8107  654651 Better g_unicode_canonical_decomposition()
8108  654917 Make g_cclosure_marshal_generic the default signal handler
8109
8110 * Translation updates:
8111  Belarusian
8112  Finnish
8113  Korean
8114  Latvian
8115  Lithuanian
8116  Norwegian bokmål
8117  Turkish
8118
8119
8120 Overview of changes from GLib 2.29.8 to 2.29.10
8121 ===============================================
8122
8123 * New features:
8124  - g_desktop_app_info_get_nodisplay: a function that is required
8125    to port gnome-menus to GDesktopAppInfo
8126  - g_hash_Table_iter_replace: new function to replace a value
8127    while iterating over a hash table
8128  - g_utf8_substring: convenience API to extract substrings from
8129    UTF-8 strings
8130  - g_action_group_add_entries: convenience API for creating lots
8131    of actions quickly
8132  - Use eventfd instead of pipes for waking up main contexts and
8133    for cancellation when available
8134  - GMatchInfo is now a refcounted boxed type
8135
8136 * API changes in GAction:
8137  - the 'set_state' entry in the GActionInterface vtable has been
8138    renamed to 'change_state
8139  - g_action_set_state has been renamed to g_action_change_state
8140  - the 'state' property has been changed to read-only
8141  - GSimpleAction can no longer be subclassed
8142
8143 * Bug fixes
8144  647796 g_variant_new_variant is not marked as constructor
8145  652072 gmain: make use of signalfd()
8146  652168 Crosscompiling Fails if build<=2.24 and host >2.24
8147  652750 make dist fails
8148  652758 GDataInputStream: Clarify g_data_input_stream_read_line docs...
8149  652822 Add a g_hash_table_iter_replace
8150  652897 tiny docs clarification for g_utf8_to_ucs4_fast
8151  653140 gmain: use Linux eventfd() for main context wake up
8152  653429 drop AM_MAINTAINER_MODE or enable it by default
8153  653484 GAsyncCallbacks should default to allow-none
8154         Add missing fundamental types to the generic marshaller
8155
8156 * Translation updates
8157  Belarusian
8158  Galician
8159  Russian
8160
8161 Overview of changes from GLib 2.29.6 to 2.29.8
8162 ==============================================
8163
8164 * Bug fixes
8165  646608 export_symbols variable for gio dynamic library is wrong
8166  646635 Fix introspection of GLib
8167  647930 Documentation: GDataInputStream _read_upto() version
8168  651745 Switch to _ prefixing rather than G_GNUC_INTERNAL
8169  651920 Improve qsort_r detection
8170  651959 gbitlock: "asm goto" is not available in gcc < 4.5
8171  651998 gdbus-codegen: Use relative Python imports
8172  652000 Fix for gatomic.c on Windows/MSVC
8173  652002 Proposal to clean up gvaluetransform.c for MSVC
8174  652025 g_dbus_connection_register_object: error is not set...
8175  652081 Typos in a GBinding warning message
8176  652197 Improper handling of double values in GDBusMessage
8177         Fix a deadlock in gobject finalization
8178
8179 * Translation updates:
8180  Czech
8181  Galician
8182  German
8183  Hebrew
8184  Norwegian bokmål
8185  Spanish
8186  Uighur
8187
8188
8189 Overview of changes from GLib 2.29.4 to 2.29.6
8190 ==============================================
8191
8192 * Atomic operations have been rewritten from scratch to make use
8193   of gcc builtins where possible. As a side-effect of this, calls
8194   to g_atomic_ API with explicit casts may now be problematic; if
8195   that happens to you, try first to remove the casts. Another
8196   side-effect of the rewrite is that g_atomic_int_exchange_and_add
8197   has been deprecated in favor of g_atomic_int_add.
8198
8199 * A full set of atomic operations on pointers has been added,
8200   including bit locks in pointer-size locations.
8201
8202 * Access to quarks is now lockless
8203
8204 * GObject data scalability has been greatly improved
8205
8206 * g_data_time_format now supports alternative digits and padding
8207
8208 * Introspection improvements:
8209  - Add a boxed type for GVariantBuilder
8210  - Annotation fixes in GDBus, GVariant, g_base64_
8211
8212 * Bugs fixed:
8213  502560 g_rand_double_range returns 'inf'
8214  612729 g_mkdir_with_parents can fail if the directory already exists
8215  617491 g_once() implementation is inefficient
8216  619418 Add a performance test for UTF-8 decoding functions
8217  619435 Make g_utf8_to_ucs4_fast() yet faster
8218  626549 G_STATIC_ASSERT_EXPR
8219  631231 bitlock: Fix detection and usage of futexes with Bionic
8220  632294 g_queue_remove() should return a boolean
8221  640518 GMainLoop has quadratic complexity when all pollfd's...
8222  642026 Race condition in g_static_private_free
8223  646635 Fix introspection of GLib
8224  648678 g_date_time_format(): support %O flags for localized numbers
8225  649480 Use MSG_CMSG_CLOEXEC in recvmsg in gio/gsocket.c
8226  649506 GTestFunc et al lacking Since tag
8227  649657 Don't return gboolean for functions that throw
8228  649775 glib-gio-gdbuscodegen-Makefile.patch
8229  649915 gsettings accepts unquoted strings longer than two characters
8230  649973 gthread: build unix tests only on unix
8231  649988 gdbus-codegen: Drop dependency on argparse
8232  650078 forkbomb building glib/tests/protocol
8233  650211 Optimization in key file parsing
8234  650236 Application over DBus implements action state incorrectly
8235  650345 g_key_file_has_key_full: New function to fix g_key_file_has_key...
8236  650458 reduce overhead in g_object_set/get_data
8237  650459 hash table consistency while calling destroy notify funcs
8238  650688 enforce rules about hash table modification
8239  650823 expand the set of atomic ops
8240  650874 codegen chokes on docs
8241  650882 use stdout instead of stderr for informational messages
8242  650884 fix compilation with gcc2
8243  650885 implement glib credentials on OpenBSD (hackish)
8244  650935 G_GNUC_MAY_ALIAS and atomic ops
8245  651009 minor documentation fix
8246  651034 Regarding g_cond_wait after g_thread_pool_push in gthreadedresolver
8247  651133 race condition in GDBusConnection's emit_signal_instance_in_idle_cb
8248  651141 hashtable infinite loop
8249  651219 fix path to true(1) on OpenBSD
8250  651223 Fix some compile warnings on OpenBSD
8251  651327 Minor fixes for the gsocket API
8252  651467 Add pointer sized bitlocks
8253  651650 gdbus: Avoid busy wait loop
8254  651725 gmain: Cleanups and a new test case
8255  651745 Switch to _ prefixing rather than G_GNUC_INTERNAL
8256
8257 * Updated translations:
8258  Catalan (Valencian)
8259  Esperanto
8260  Hebrew
8261  Hungarian
8262  Russian
8263  Spanish
8264
8265
8266 Overview of changes from GLib 2.29.2 to 2.29.4
8267 ==============================================
8268
8269 * GDBus:
8270  - Includes several new types to support modeling D-Bus
8271    objects and interfaces more fully, and also introduces
8272    an 'object manager' pattern:
8273    GDBusInterface, GDBusObject, GDBusObjectManager
8274    These interfaces have client-side implementations:
8275    GDBusProxy, GDBusObjectProxy, GDBusObjectManagerClient
8276    And server-side implementations:
8277    GDBusInterfaceSkeleton, GDBusObjectSkeleton, GDBusObjectManagerServer
8278  - The new gdbus-codegen utility uses these new classes
8279    to generate C code and documentation from D-Bus interface
8280    descriptions in XML
8281
8282 * GTest:
8283  - There is now a g_test_fail() function to mark
8284    tests as failed
8285
8286 * GDesktopAppInfo
8287  - Now has a binding-friendly filename property
8288  - Other new API to more fully expose desktop file contents:
8289    g_desktop_app_info_get_categories(),
8290    g_desktop_app_info_get_generic_name()
8291
8292 * GHashTable:
8293  - Several optimizations to reduce space consumption of
8294    large hash tables, in particular tables that are used
8295    to store sets.
8296
8297 * Unix-specific APIs:
8298   GLib now installs a separate header, glib-unix.h, that is
8299   meant to collect Unix-specific APIs. For now, it contains
8300   g_unix_open_pipe(), g_unix_set_fd_non_blocking() for dealing
8301   with pipes and fds, as well as APIs to create mainloop
8302   sources which can trigger callbacks on certain Unix
8303   signals (SIGTERM, SIGHUP, SIGINT).
8304
8305 * Bugs fixed:
8306  631379 GDBus nonce-tcp test failing
8307  632631 GLib-CRITICAL **: g_variant_new_string: assertion `g_utf8_validate (string, -1, NULL)' failed
8308  635694 gdbus aborting due to unauthorized socket in DBUS_SESSION_BUS_ADDRESS
8309  637561 Crash when using G_DBUS_SERVER_FLAGS_RUN_IN_THREAD
8310  642935 g_date_time_format() prints wrong value for %z and timezone -0800
8311  643134 g_dbus_message_copy
8312  644941 glib-unix: New Unix-specific API
8313  646013 g_hash_table_remove_all_nodes optimization
8314  646309 glib cannot be cross-compilled for mingw32
8315  646435 GTimeZone doesn't seem to be thread-safe
8316  646957 GIO chained calls don't work with a thread default context
8317  647594 README link to mailing list is broken
8318  647602 Cannot connect to remote message bus via TCP
8319  647746 The GSocketService documentation is incomplete.
8320  647826 API: gtester: Add g_test_fail()
8321  647903 GDesktopAppInfo: Add g_desktop_app_info_get_categories()
8322  648416 g_app_info_create_from_commandline ignores SUPPORTS_STARTUP_NOTIFICATION
8323  648423 Support G_DEBUG=trap-warnings
8324  648425 GDesktopAppInfo: Add "filename" property for bindings
8325  648966 Update g_unichar_iswide and g_unichar_iswide_cjk
8326
8327 * Updated translations
8328  Norwegian bokmål
8329  Spanish
8330  Turkish
8331  Uighur
8332
8333
8334 Overview of Changes from GLib 2.28.0 to 2.29.2
8335 ==============================================
8336
8337 * GApplication
8338  - The documentation has been enhanced and clarified
8339  - An opt-out for uniqueness has been added: G_APPLICATION_NON_UNIQUE
8340  - GApplication now syncs settings before g_application_run() returns
8341
8342 * GDBus
8343  - Interface lookups are now happening in constant time
8344  - Signature checking and handling of various unexpected
8345    situations has been improved
8346
8347 * GVariant
8348  - The format accepted by the GVariant parser has beend documented
8349  - GVariant accepts G_VARIANT_TYPE_VARDICT for a{sv}
8350
8351 * GDateTime:
8352  - The return value of g_datetime_compare() has been fixed to
8353    match strcmp() semantics
8354  - In order to handle problems with changing timezones, a GTimeZoneMonitor
8355    has been added to GIO, and g_time_zone_refresh_local() can be
8356    called to update the cached information about the local timezone
8357
8358 * GOption now uses /proc/self/cmdline to set the program name instead
8359   and only falls back to "<unknown>" if that is unavailable
8360
8361 * GSettings:
8362  - The schema compiler now warns about references to non-existing schemas
8363
8364 * Commandline utilities are now fully translated
8365
8366 * Signals can now indicate that collecting their arguments must
8367   always happen, even in the absence of connected signal handlers,
8368   using the G_SIGNAL_MUST_COLLECT flag.
8369
8370 * Bugs fixed:
8371  635099 Memory leak in gdbus introspection when parsing xml
8372  640489 $ and ^ do not match lines if G_REGEX_MULTILINE|G_R...
8373  642042 Overriding GDBus org.freedesktop.DBus.Properties im...
8374  642052 g_timeout_add(_seconds) cannot handle large intervals
8375  642490 notify_desktop_launch() "g_variant_new_bytestring:...
8376  613269 g_type_get_qdata() doesn't work as I expected on subtypes
8377  624943 G_VALUE_NOCOPY_CONTENTS is undocumented
8378  637738 object_interface_check_properties never actually executes
8379  638185 GIOCondition should be annotated as "flags"
8380  639478 GDBusServer's g_dbus_server_new_sync() function should just...
8381  641755 Add g_settings_get/set_uint() helpers
8382  641768 dconf gsettings backend silently drops writes if it can't...
8383  642797 g_app_info_get_default_for_type() broken for subtypes
8384  642825 Unnecessary assertion failure in g_option_context_parse()
8385  642944 NULL key lookup using g_hash_table_lookup_extended()
8386  643074 Incorrect documentation for g_socket_receive() and g_socket...
8387  643197 g_application_id_is_valid docs imply no valid ids
8388  643468 GApplication docs: Warn that handling "command-line" means...
8389  643478 GApplication::local_command_line vfunc documentation seems wrong
8390  643624 Can g_variant_unref() on an already free'd variant
8391  643649 g_application_run() should say that argc/argv can be NULL
8392  643780 shouldn't need to create an action group to use actions...
8393  643795 g_timeout_add_seconds fires with intervals 1 second longer...
8394  644309 Program name is not set when using GtkApplication
8395  644428 Crash in failure section of g_markup_collect_attributes()
8396  644465 undefined reference to `_usleep'
8397  644552 g_timeout_add_seconds(1, ...) may have a latency of up to 2...
8398  644607 Correct internal definition of C_()
8399  645789 annotations for g_file_*_contents
8400  646039 g_settings_list_children() returns child that cannot be opened
8401  646310 Accept range with only min or max
8402  646420 g_dbus_method_invocation_get_parameters() docs should say...
8403  646843 occasional abort on autologin
8404  646985 add G_APPLICATION_NON_UNIQUE flag
8405  647579 gsettings: Implement reset-recursively
8406  647600 gsettings description has typo
8407
8408 * Translation updates
8409  Afrikaans
8410  Bulgarian
8411  Bengali India
8412  British English
8413  Bulgarian
8414  Catalan
8415  Czech
8416  Danish
8417  French
8418  Galician
8419  German
8420  Greek
8421  Gujarati
8422  Hebrew
8423  Hungarian
8424  Italian
8425  Japanese
8426  Korean
8427  Lithuanian
8428  Polish
8429  Portuguese
8430  Romanian
8431  Serbian
8432  Simplified Chinese
8433  Spanish
8434  Swedish
8435  Traditional Chinese
8436  Uighur
8437  Vietnamese
8438
8439
8440 Overview of Changes from GLib 2.27.93 to 2.28.0
8441 ===============================================
8442
8443 * The GApplication API has changed compared to the version that was
8444   included in the 2.25 development snapshots. Existing users will need
8445   adjustments.
8446
8447 * Bugs fixed:
8448 641363 GInitable documentation isn't clear about that finalize...
8449 641395 Add more data about the origin application to the "Lau...
8450 641411 gdesktopappinfo signals lost if it's the session bus...
8451 641477 glib-mkenums uses unportable #! line
8452 641572 Add @EXEEXT@ to pkgconfig binary name
8453 641688 glib installs GSettings.html and gsettings.html
8454
8455 * Translation updates:
8456  Galician
8457  Italian
8458  Korean
8459  Punjabi
8460
8461
8462 Overview of Changes from GLib 2.27.92 to 2.27.93
8463 ================================================
8464
8465 * Bugs fixed:
8466  637013 gio/gdbusmessage.c fails to compile on Solaris
8467  640192 Error creating a Gio.Settings object through py...
8468  640261 Minimum version for external pcre needs to be..
8469  640262 GActionGroup contains redundant TYPE macros
8470  640436 Make load_user_special_dirs() resistant to non...
8471  640695 g_key_file_load_from_file() mishandles a CR-LF...
8472  640724 can't compile gio due to format string issues
8473  640725 can't compile tests due to format string issue
8474  640807 improve GVariant behaviour with invalid pointers
8475  640823 wrong documentation for g_source_add_child_source
8476
8477 * Translation updates:
8478  Bulgarian
8479  Galician
8480  Hebrew
8481  Norwegian bokmål
8482  Spanish
8483  Traditional Chinese
8484
8485
8486 Overview of Changes from GLib 2.27.91 to 2.27.92
8487 ================================================
8488
8489 * Update to Unicode 6.0
8490
8491 * Update PCRE to 8.12
8492
8493 * Bugs fixed:
8494  637696 g_unix_connection_send_fd() doesn't work
8495  638872 null settings backend bug
8496  640042 GtkApplication's warning about not connecting...
8497
8498 * Translation updates:
8499  Arabic
8500  Basque
8501  Estonian
8502  Greek
8503
8504 Overview of Changes from GLib 2.27.90 to 2.27.91
8505 ================================================
8506
8507 * Bugs fixed:
8508  638838 gdesktopappinfo: Don't crash if we don't have a desktop filename
8509  638894 Splitting on \s* gives no result
8510  639064 Update gschema.dtd
8511  639084 Copy/paste error in GSettings::writable-changed signal
8512  639177 SIGSEGV for GApplications with G_APPLICATION_IS_SERVICE
8513
8514 * Translation updates:
8515  Estonian
8516  Galician
8517  Indonesian
8518
8519
8520 Overview of Changes from GLib 2.27.5 to 2.27.90
8521 ===============================================
8522
8523 * Test reports created by gtester-report can now
8524   include revision information
8525
8526 * The g_desktop_app_info_launch_* family of functions
8527   now emit a DBus signal when an application is launched.
8528   Additionally, there is a new variant
8529   g_desktop_app_info_launch_uris_as_manager(), which
8530   gives more control over the launched process.
8531
8532 * The memory and null GSettings backends are now available
8533   as public API
8534
8535 * g_get_locale_variants() is a new function that returns a
8536   list of variants of a locale identifier
8537
8538 * Bugs fixed:
8539  587898 I/O timeouts for GSocket
8540  606960 gio: Add extension point for informing parties...
8541  631980 Handle an optional <revision> node in the report...
8542  634569 Document that g_variant_builder_add_value consumes...
8543  635998 Make _g_compute_locale_variants public
8544  636806 Add g_{memory,null}_settings_backend_get_default
8545  637262 Need a binary DER version of ::accepted-cas
8546  637544 Skip fsync() on btrfs
8547  637720 void functions should not return a value.
8548  637738 object_interface_check_properties never actually...
8549  637759 GIOChannel: fix a crash in g_io_channel_read_chars()
8550  637852 Updates to glib.vsprops file for MSVC 2008 builds...
8551  637858 Updates to test/testglib.c...
8552  638349 parameter name of g_variant_new_* may conflict...
8553
8554 * Translation updates:
8555  Hebrew
8556  Norwegian bokmål
8557  Simplified Chinese
8558  Spanish
8559  Swedish
8560  Uyghur
8561  Vietnamese
8562
8563
8564 Overview of Changes from GLib 2.27.4 to 2.27.5
8565 ==============================================
8566
8567 * Network support:
8568  - Add g_tls_certificate_verify() to verify a certificate
8569  - Add GTlsConnection:use-system-certdb
8570  - Other TLS api additions
8571
8572 * GIO:
8573  - Add g_io_stream_splice_async()/_finish() to splice two iostreams
8574  - Add g_emblemed_icon_clear_emblems() and make GEmblemedIcon derivable
8575  - Remove GPeriodic; it did not receive the necessary review and
8576    integration work to declare it stable
8577
8578 * GSequence:
8579  - New methods g_sequence_lookup() and g_sequence_lookup_iter()
8580
8581 * Bugs fixed:
8582  617254 Missing g_sequence_lookup
8583  632544 g_dbus_connection_send_message can not send a locked message...
8584  633350 g_hostname_to_ascii() ignores non-ascii dots
8585  634583 Better error reporting for g_variant_parse()
8586  635007 gsetting enum rule don't work for out-of-srcdir builds
8587  635626 GDBus message idle can execute while flushes are pending
8588  636100 Can't read GSettings:backend property
8589  636305 Typo on g_queue_remove_all() function description
8590  636311 appinfo: tweak application positioning for content-types
8591  636351 g_simple_async_result_is_valid lacks a version tag
8592  636387 gdb autoload files shadow the "dir" builtin
8593  636673 g_simple_async_report_error_in_idle should allow object...
8594  637147 Add a "delay-apply" property to GSettings
8595  637171 emblemedicon: add g_emblemed_icon_clear_emblems()
8596  637237 gapplication: plug a memory leak
8597
8598 * Translation updates:
8599  Estonian
8600  Galician
8601  Hebrew
8602  Norwegian bokmål
8603  Simplified Chinese
8604  Spanish
8605  Traditional Chinese
8606  Vietnamese
8607
8608
8609 Overview of Changes from GLib 2.27.3 to 2.27.4
8610 ==============================================
8611
8612 * GIO
8613  - Mounts are treated as hidden if they have a path element
8614    that starts with a dot
8615  - GAppInfo gained API to differentiate between recommended
8616    and fallback mime handlers
8617  - g_cancellable_create_source: creates a GSource that triggers
8618    when the GCancellable is canceled
8619  - GPollableInput/OutputStream: Interfaces for pollable streams
8620  - TLS support has landed, with an extension point that is
8621    implemented in glib-networking
8622
8623 * GLib
8624  - Mainloop sources can now have 'child sources'
8625  - g_get_runtime_dir: New function to return the XDG_RUNTIME_DIR
8626
8627 * Bugs fixed:
8628  530786 GFileMonitor "changed" signal underdocumented
8629  588189 TLS support for GSocket*
8630  630357 g_object_new_valist uses uninitialized memory
8631  630559 typo in public string in gsocks: 'The SOCKSv5 require...
8632  632445 Documentation refers to removed GNOME 2.0 porting guide
8633  634239 Child GSources
8634  634241 Add pollable input/output streams
8635  634504 allow passing a NULL emblem to g_emblemed_icon_new()
8636  634613 unsufficient g_get_user_runtime_dir() documentation
8637  635640 schema should inherit gettext-domain from schemalist
8638  635768 Protect g_file_monitor_set_rate_limit() against negative...
8639  635882 Fix the wrong-category schema test
8640  635187 Wrong type of GVariant received in an action...
8641
8642 * Updated translations:
8643  Galician
8644  Italian
8645  Norwegian bokmål
8646  Uyghur
8647
8648
8649 Overview of Changes from GLib 2.27.2 to 2.27.3
8650 ==============================================
8651
8652 * The GTimeSpec type that was introduced in the 2.27.2 has been
8653   dropped again in favour of APIs that return microseconds as
8654   64-bit integer.
8655   Affected functions:
8656   g_source_get_time
8657   g_periodic_unblock
8658   g_get_monotonic_time
8659   g_get_real_time
8660   The similar GTimeVal struct is still around, but its use is
8661   discouraged.
8662
8663 * GTimer is now using monotonic time unconditionally
8664
8665 * There are some new functions to facilitate error reporting
8666   in async GIO APIs:
8667   g_simple_async_result_take_error
8668   g_simple_async_result_new_take_error
8669   g_simple_async_report_take_gerror_in_idle
8670
8671 * There is new convenience API to us GVariant dictionaries:
8672   g_variant_lookup
8673
8674 * It is now possible to delay sending match rules to the
8675   D-Bus daemon in GDBus:
8676   G_DBUS_SIGNAL_FLAGS_NO_MATCH_RULE
8677
8678 * Support has been added for XDG_RUNTIME_DIR:
8679   g_get_user_runtime_dir
8680
8681 * Various fixes for Win64/MSVC builds have been committed
8682
8683 * Bugs fixed:
8684  620263 Add g_clear_object, g_clear_pointer, g_clear_boxed
8685  633075 update Project Files and sources for MSVC 2008/C89
8686  633381 gsettings Makefile rules should handle empty list...
8687  633685 Use g_simple_async_result_{new_,}take_error
8688  633686 Add g_simple_async_report_take_gerror_in_idle
8689
8690 * Translation updates:
8691   Belarusian
8692   Galician
8693   Hebrew
8694   Punjabi
8695   Spanish
8696
8697
8698 Overview of Changes from GLib 2.27.1 to 2.27.2
8699 ==============================================
8700
8701 * GApplication
8702  - Export actions over DBus and support activating them from remote instances
8703  - Support environment passing
8704
8705 * GSettings
8706  - The gsettings utility has a list-recursively command
8707  - The gsettings utility has commandline completion for enum values
8708
8709 * GLib is now linked against librt and uses monotonic time for
8710   timeouts and GPeriod sources. GSource has a new g_source_get_time()
8711   which returns monotonic time, and g_source_get_current_time() has
8712   been deprecated
8713
8714 * Bugs fixed:
8715  158725 free linked list with data
8716  626320 GVariant: Avoid locking in g_variant_get_child_value() if possible
8717  629247 add gsimpleasyncresult methods to take over a GError
8718  629274 GNetworkService does not do fallback when there is no SRV record
8719  631264 gsettings-tool choice/range support
8720  631482 g_date_time_from_instant: 1000000000000000000
8721  632169 docs for manual use of gsettings-data-convert
8722  632571 Add equivalent to gconftool-2's -R option
8723  633115 GSettings m4 doesn't fail the build for broken schemas
8724  633206 Default g_application_local_command_line() doesn't set exit_status...
8725  633339 support more complex gapplication setups
8726  633356 Make timeout G_MAXINT mean "no timeout"
8727
8728 * Translation updates:
8729  Catalan (Valencian)
8730  Indonesian
8731  Japanese
8732
8733
8734 Overview of Changes from GLib 2.27.0 to 2.27.1
8735 ==============================================
8736
8737 * GDateTime now has full week number support.
8738   New API: g_date_time_get_week_numbering_year
8739
8740 * The GSettings schema compiler will now skip over
8741   broken .xml schema files instead of aborting altogether
8742
8743 * GSettings now works properly on bigendian systems
8744
8745 * GSettings has more complete support for ranges
8746   New API:
8747     g_settings_get_range
8748     g_settings_range_check
8749   The gsettings commandline tool supports ranges too.
8750
8751 * GApplication has been rewritten; see the API docs for details
8752   and examples. The action support is not complete yet.
8753
8754 * The GLib mainloop has gained 'dispatch to context' functionality,
8755   which can replace manually created idles in many cases.
8756   New API:
8757     g_main_context_invoke
8758     g_main_context_invoke_full
8759
8760 * The gio-desktop-app-info-lookup extension point has been
8761   removed from GIO. GIO now uses x-scheme-handler mimetypes when
8762   looking for default applications.
8763
8764 * On win32, make g_get_user_data_dir() return the CSIDL_LOCAL_APPDATA
8765   folder on Windows, and not CSIDL_PERSONAL. This matches what Qt does,
8766   and has been widely requested. Also make g_get_user_config_dir() return
8767   this and not the (roaming) CSIDL_APPDATA folder.
8768
8769 * A periodic event clock has been added in GIO: GPeriodic. Note that this
8770   API is still experimental and expected to undergo changes before it
8771   will be incorporated into a stable GLib release. Use at your own risk.
8772
8773 Bug fixes:
8774  613822 gobject signal connect/disconnect not thread safe
8775  618737 "dispatch to context" functionality
8776  620710 g_get_user_data_dir() uses CSIDL_PERSONAL and not CSIDL_APPDATA
8777  623400 acquire context before dispatching
8778  627126 gsettings schema files don't get installed on FreeBSD
8779  627171 g_socket_new_from_fd() doesn't set the right protocol
8780  628876 Wrong error description
8781  628937 gracefully handle broken schemas
8782  629274 GNetworkService doesn't fallback when there is no SRV record
8783  629289 g_error() used wrong, produces core dump
8784  629687 leaks class refcount in gsocketcontrolmessage
8785  629849 GLib-CRITICAL **: g_source_get_context: assertion `!SOURCE_...
8786  629945 GDBus deadlock in g_bus_get_sync()
8787  630000 g_date_time_difference
8788  630077 GDateTime week number support
8789  630185 Allow NULL strings in g_quark_try_string()
8790  630797 docs mention non-existent g_object_dispose()
8791  630968 gschema-compile problems on power g5
8792  631263 GSettings needs range/choice APIs
8793  631264 gsettings-tool choice/range support
8794  631379 GDBus nonce-tcp test failing
8795  631410 Port gapplookupgconf.c to using x-scheme-handler/
8796  632884 Possible deadlock in g_object_remove_toggle_ref()
8797
8798 Transation updates:
8799  Basque
8800  Brazilian Portuguese
8801  British English
8802  Bulgarian
8803  Czech
8804  Dutch
8805  Estonian
8806  French
8807  Galician
8808  German
8809  Greek
8810  Hebrew
8811  Hungarian
8812  Japanese
8813  Lithuanian
8814  Polish
8815  Portuguese
8816  Romanian
8817  Simplified Chinese
8818  Slovenian
8819  Spanish
8820
8821
8822 Overview of Changes from GLib 2.25.15 to GLib 2.27.0
8823 ====================================================
8824
8825 Build:
8826   - massive restructuring to reduce #include abuse
8827   - tweaks to silence some harmless compiler warnings
8828   - rename gschema-compile.c to glib-compile-schemas.c
8829   - Windows fixes
8830   - fix building with zlib < 1.2.4 on win32
8831
8832 GDateTime:
8833   - better msgctxt for translating month and weekday names
8834   - API is changed quite a lot, implementation is improved
8835   - GTimeZone is now exposed
8836
8837 GObject:
8838   - make ordering for overridden interface properties consistent
8839   - ->priv structures are limited to 64k but this was not documented,
8840     and exceeding this limit produced bad results.  Add docs and enforce
8841     the limit properly.
8842   - add g_object_class_install_properties() to install multiple
8843     properties in one go
8844   - improve debugging output for GValue containing G_TYPE_STRV
8845
8846 GIO:
8847   - fix priority sorting of GIO extensions
8848   - add GCredentials support on FreeBSD
8849   - fix support for IPv6 addresses in URI parsing functions
8850   - GSocketClient fixes for when g_socket_connect succeeds immediately
8851   - clarify string encoding for GFile constructors in docs
8852   - new functions g_data_input_stream_read_upto{,async,finish}
8853   - tweak confusing documentation for g_output_stream_write()
8854
8855 GDBus:
8856   - GDBusMessage can now be locked and copied (like in libdbus)
8857   - GDBusConnection filter function API has changed again
8858   - GDBusServer: ::new-connection now declares if the connection was claimed
8859   - add a partial workaround for GObject bug 627724.
8860   - very many memory leaks fixed
8861
8862 GVariant:
8863   - check for size == 0 in g_variant_get_bytestring to avoid a crash
8864     when attempting to get_bytestring() from an empty array
8865   - improve gobject-introspection annotations
8866
8867 GSettings:
8868   - add GSettings Windows registry backend
8869   - some internal tweaks to the backend API
8870   - remove g_settings_list_items
8871   - add g_settings_list_children and _list_keys to replace it
8872   - add schema compiler restrictions for dealing with lists
8873   - don't automatically emit value changed signals on writability
8874     changes
8875
8876 Other:
8877   - constify the 'parser' vtable param to g_markup_parse_context_push()
8878   - plug many memory leaks in test cases
8879
8880 Bugs closed:
8881   50076 Time API to go with date API
8882  584284 g_data_input_stream_read_until_async different from sync version
8883  624546 Modification of GDBusMessage in filter function
8884  626919 Let g_object_class_install_property() return the installed GParamSpec*
8885  628029 GDateTime missing get_week_of_year method
8886  628253 Interface properties not listed in a consistent order
8887  628331 Plug lots of mem leaks in gio test suite
8888  628345 Plug a mem leak
8889  628436 Plug a mem leak
8890  628505 Fix building with zlib < 1.2.4 on win32
8891  628839 [PATCH] datetime: Rename shadowing variables
8892  628904 [PATCH] Add credential support for FreeBSD and fix a socket issue
8893  628952 incorrect glib_major_version and other variables on cygwin.
8894  629192 g_strdup_value_contents(): dump GStrv more usefully
8895  629251 g_socket_client_async_connect_complete: assertion failed
8896  629259 Failed to connect to "::1"
8897  629328 g_markup_parse_context_push doesn't respect const structs
8898  629429 month "May" short and full form same with "GDateTime" msgctxt
8899  629689 GDBusConnection leaks its GCredentials
8900  629698 Segfault in g_variant_get_bytestring() 
8901
8902 Updated translations:
8903   Arabic
8904   Armenian
8905   Basque
8906   British English
8907   Czech
8908   Finnish
8909   Galician
8910   German
8911   Hungarian
8912   Indonesian
8913   Japanese
8914   Lithuanian
8915   Norwegian bokmål
8916   Polish
8917   Portuguese
8918   Punjabi
8919   Simplified Chinese
8920   Slovenian
8921   Spanish
8922   Swedish
8923   Swedish
8924   Traditional Chinese
8925
8926 Overview of Changes from GLib 2.25.14 to GLib 2.25.15
8927 =====================================================
8928
8929  * GIO
8930   - Memory leak fixes
8931   - The GZip(De}Compressor can now process header information
8932   - Support for network proxies has been added, with the GProxy
8933     interface and the gio-proxy-resolver extension point. GIO
8934     includes SOCKSv4 and SOCKSv5 implementations, and libproxy
8935     is also going to provide an implementation of this extension
8936     point.
8937   - There are GAction and GActionGroup interfaces now, which will
8938     be used in GApplication in the near future.
8939
8940  * GObject
8941   - There are now convenience macros for defining boxed and
8942     pointer types
8943
8944  * GDBus
8945   - Memory leak fixes
8946   - GDBusProxy for well-known names can now auto-restart
8947     the service if the name owner disapperas
8948   - Filter functions are now allowed to modify messages
8949
8950  * GLib
8951   - GDateTime is a replacement for GDate that supports time
8952     and timezone information.
8953
8954  * Bugs fixed:
8955   50076 Time API to go with date API
8956  449565 Add G_DEFINE_BOXED_TYPE()
8957  617691 Add GZIP header processing to GZlibCompressor/GZlibDecompressor
8958  622184 add g_memory_output_stream_steal_data
8959  624546 Modification of GDBusMessage in filter function
8960  627088 Build failure in gdbus-peer.c on FreeBSD
8961  627181 save a memdup
8962  627182 Plug a mem leak in the gdbus-connection test
8963  627187 Plug some gdbus mem leaks
8964  627188 gdbus-non-socket test occasionally fails
8965  627252 G_OPTION_FLAG_NO_ARG is only for callback options
8966  627392 gdbus commit 8a3a4596 breaks win32 compile
8967  627407 FTBFS on !linux UNIX platforms
8968  627604 String error: 'that' twice in a row
8969  627969 ABR in g_file_open_tmp
8970  628084 gdbus-peer fails with assertion
8971  628193 Miscellaneous string fixes
8972  628296 abort() in gsocketconnection.c
8973  628309 Plug a mem leak in GConverterOutputStream
8974  628317 GEmblemedIcon:equal implementation is buggy
8975  628323 Fix invalid reads
8976  628327 Plug a mem leak
8977  628328 Plug a mem leak
8978  628329 Don't leak the FD list
8979  628324 Invalid reads in gdbus-export test
8980
8981  * Updated translations:
8982   British English
8983   Danish
8984   Galician
8985   Hebrew
8986   Punjabi
8987   Serbian
8988   Spanish
8989   Traditional Chinese
8990
8991
8992 Overview of Changes from GLib 2.25.13 to GLib 2.25.14
8993 =====================================================
8994
8995 * GDBus
8996  - Make the closure variants of GDBus apis work
8997  - Make error unregistration work
8998  - Use async IO in the IO thread (626748)
8999
9000 * GIO
9001  - Make g_simple_async_result_is_valid work without source (626208)
9002  - GSocketClient: add a timeout property
9003  - Fix memory leaks in GSocketClient
9004  - Handle async vs. sync correctly in GSocketConnection stream (616458)
9005  - Declare stream base classes as abstract
9006  - Clarify semantics of g_output_stream_write() (627071)
9007
9008 * Other
9009  - Improve test coverage for GDBus, GRegex, GAsyncResult
9010  - Drop dead code in pcre, xdgmime
9011  - Fix a race condition in gtester (578295)
9012  - Avoid an extra allocation in GAsyncQueue (626704)
9013  - Add test case for non-socket GIOStream (626841)
9014  - More explicit GVariant docs (622770)
9015  - Imroved docs for GAsyncInitable and GSimpleAsyncResult (602417)
9016
9017 * Translation updates:
9018  - Galician
9019  - Norwegian bokmål
9020  - Punjabi
9021  - Simplified Chinese
9022  - Swedish
9023
9024
9025 Overview of Changes from GLib 2.25.12 to GLib 2.25.13
9026 =====================================================
9027
9028 +-------------------------------------------------------------------+
9029 |   WARNING: There have been no breaks in API or ABI.  Weird, eh?   |
9030 +-------------------------------------------------------------------+
9031
9032 The primary purpose of this release is to fix a serious problem with
9033 glib 2.25.12: glibconfig.h (as generated on a Fedora amd64 system) was
9034 being distributed in the tarball.  It was being used to build some parts
9035 of glib on other systems (eg: 32bit ones).  This was causing some very
9036 serious problems.
9037
9038 There have been many other improvements, however:
9039
9040  Build and testing:
9041   - vastly improved test coverage
9042   - old tests moved to the gtester framework
9043   - gtester Makefile modified so that the tests only run once
9044   - cleanup of how we handle includes while building glib
9045
9046  GVariant:
9047   - add a g_return_if_fail (utf8) to g_variant_new_string()
9048
9049  GDBus:
9050   - perform extra sanity checks when serialising messages
9051   - add API to query and set the byteorder of a GDBusMessage
9052   - improve debug output, add some extra options
9053   - if exiting due to the bus disconnecting us, print an error message
9054     explaining why
9055   - sort property names correctly
9056   - don't bother sending RemoveMatch when we will close the connection
9057     anyway
9058   - use effective uid/gid for credential passing
9059
9060  GSettings:
9061   - add G_SETTINGS_BIND_INVERT_BOOLEAN for inverting boolean bindings
9062     without mapping functions
9063   - mark all strings in the schema compiler for translation
9064
9065  Binding:
9066   - improve closure support for bindings
9067   - copy GSettings INVERT_BOOLEAN flag
9068
9069  Other:
9070   - fix another complicated GCancellable deadlock possibility
9071
9072 Bugs closed:
9073  599590 glib build doesn't look for correct pkg-config
9074  619026 avoid warning in gutils.h when using gcc with -Wconversion
9075  624739 Please fix POTFILES.in
9076  625472 Valgrind claims uninitialized bytes used
9077  625500 g_date_set_time_val documentation doesn't mention local time
9078  625628 GDBusProxy: wrong property name sorting
9079  625753 Incorrect flags used in g_dbus_connection_call_sync()
9080  625827 Expand documentation about error quark naming
9081  625988 builddir != srcdir issues
9082  626107 glibconfig.h is being disted
9083
9084 Updated translations:
9085  French
9086  Galician
9087  Hebrew
9088  Norwegian bokmål
9089  Spanish
9090
9091
9092 Overview of Changes from GLib 2.25.11 to GLib 2.25.12
9093 =====================================================
9094
9095 +-------------------------------------------------------------------+
9096 | WARNING: There have been many API changes in GDBus -- sending     |
9097 | messages, subscribing to signals, closing connections and         |
9098 | registering subtrees are affected.  The ABI for GSettingsBackend  |
9099 | has also been changed.  For both reasons, a new dconf release is  |
9100 | required (and will be along soon).                                |
9101 +-------------------------------------------------------------------+
9102
9103 Build:
9104   - cleanup automake setup
9105   - rename configure.in to configure.ac
9106   - various docs fixups
9107   - move glibconfig.h to glib/
9108   - disable dtrace support on Mac OS (which has incompatible 'dtrace')
9109
9110 GSettings:
9111   - add support for vendor override files (to change the default values
9112     in a schema)
9113   - change GSettingsBackend vtable
9114   - add g_settings_reset()
9115   - support binding to G_TYPE_STRV properties
9116
9117 GDBus:
9118   - many bug fixes, including a serialisation fix
9119   - stop handling incoming connections as soon as stop() is called
9120   - proper support for file descriptor passing
9121   - new flags parameter for sending messages
9122   - new flags parameter for subscribing to signals
9123   - always reset the message serial when sending a message unless
9124     G_DBUS_SEND_MESSAGE_FLAGS_PRESERVE_SERIAL is given
9125   - constness fixes for introspection structures
9126   - clean ups to subtree registration API
9127
9128 Other:
9129   - fix divide by zero bug in g_malloc_n functions
9130   - GIO: don't blindly assume that SOCK_CLOEXEC is supported
9131   - make GObject property notify freezes threadsafe
9132   - GIO: clean up credentials passing
9133   - GApplication: make default-quit not apply if register=FALSE
9134   - GIO: add annotations for gobject-introspection
9135
9136 Bugs closed:
9137  166020 use GAtomic for refcounting
9138  617483 Credentials passing
9139  622005 [GApplication] no way to modify the "default-quit" property
9140  623293 vendor override files
9141  623810 Message serialization bug
9142  623815 Don't check sender for GDBusProxy objects where name is not set
9143  624473 GDBusSubtreeIntrospectFunc return type
9144  624483 GDBusSubtreeEnumerateFunc clarification
9145  624484 GDBusSubtreeDispatchFunc clarification
9146  624754 gdbusaddress.c missing sys/wait.h
9147  624968 div by zero in g_malloc_n family
9148  624991 GSettings mapping for G_TYPE_STRV 
9149  625383 Add missing GI annotations
9150
9151 Updated Translations:
9152  Armenian
9153  Galician
9154  German
9155  Hebrew
9156  Kazakh
9157  Romanian
9158  Simplified Chinese
9159  Spanish
9160
9161 Overview of Changes from GLib 2.25.10 to GLib 2.25.11
9162 =====================================================
9163
9164 +-------------------------------------------------------------------+
9165 | WARNING: There have been minor API changes in GDBus and GVariant. |
9166 | These API changes will not affect many users, but they do require |
9167 | a new version of GTK+ to be installed.                            |
9168 +-------------------------------------------------------------------+
9169
9170 Build:
9171   - add a --disable-Bsymbolic configure flag to disable linking with
9172     -Bsymbolic-functions
9173   - this release sees the complete removal of the old 'g*alias' hacks
9174   - honour the NOCONFIGURE environment variable from autogen.sh
9175   - use proper feature test macros for isnan
9176   - use pkg-config to check for zlib
9177   - add ACLOCAL_AMFLAGS to Makefile.am
9178
9179 GDBus:
9180   - hide Class and instance structures for all GDBus types except
9181     GDBusProxy.  This breaks API by preventing subclassing, but probably
9182     nobody was doing that.
9183   - add new GDBusConnection call to support flushing all pending
9184     outgoing messages
9185   - change the register_object API to add a reference to the
9186     GDBusInterfaceInfo object so the caller need not keep it alive
9187     themselves
9188   - don't rewrite the serial number when sending messages that already
9189     have a serial number
9190   - better error checking for DBUS_SESSION_BUS_ADDRESS environment
9191     variable
9192   - switch to g_parse_debug_string for G_DBUS_DEBUG and add a lot of new
9193     flags
9194   - add support for temporarily freezing a freshly created
9195     GDBusConnection.  Do this until after the ::new-connection signal
9196     has finished running on GDBus services.
9197   - never require non-closed connections (the user is incapable of doing
9198     this due to the obvious race)
9199   - remove weird/misleading redundant check on NameOwnerChanged signal
9200   - emit GDBusProxy::g-properties-changed on NameOwnerChanged
9201
9202 GVariant:
9203   - the 'g_variant_{new,get}_byte_array' APIs have been removed
9204   - g_variant_{new,get,dup}_bytestring has been added, with different
9205     arguments and different behaviour
9206   - g_variant_{new,get,dup}_bytestring_array has been added, doing
9207     essentially the same thing as the 'strv' functions, but with byte
9208     strings instead of utf8 strings
9209   - G_VARIANT_TYPE_BYTESTRING ('ay'), BYTESTRING_ARRAY ('aay') and
9210     STRING_ARRAY ('as') constants have been added
9211   - the undocumented behaviour that g_variant_get_strv() deserialised
9212     arrays of object paths or signature strings has been dropped
9213   - additional varargs support for converting bytestrings or bytestring
9214     arrays with ^ay ^aay ^&ay and ^a&ay
9215   - improved gobject-introspection annotation
9216   - fix a problem with GBuffer calling g_slice_free for the wrong type
9217   - fix leaks in the type inferencing code of the parser
9218
9219 GSettings:
9220   - improved documentation
9221   - updated schema XML DTD, now xincluded into the docs
9222   - added support for schemas that extend other schemas (using the
9223     'extends=' attribute).  Values of keys in the base schema can be
9224     overridden using <override>.
9225   - added theoretical support for lists (using the 'list-of=' attribute)
9226   - lots of new tests
9227   - add support for flags (implemented similarly to enums)
9228   - add support for generating .enums.xml files to gsettings.m4:
9229       gsettings_ENUM_NAMESPACE = org.example.myapp
9230       gsettings_ENUM_FILES = ../path/to/*.h
9231     will generate org.example.myapp.enums.xml with mappings for all
9232     enums and flags in the specified .h files.
9233   - warn with g_message() if the 'memory' backend is used by default
9234     (ie: because no other GSettings backends are installed)
9235   - fix get_property() for GSettings::schema
9236   - command line tool: fix a bug that prevented non-basic values from
9237     being set due to a premature free
9238   - command line tool: bash completion support
9239   - chain up in _finalize
9240   - add a new g_settings_get_mapped API to read settings that require
9241     post-processing
9242   - retry with the translated or schema default value if the
9243     GSettingsBindGetMapping function fails
9244   - schema compiler: never fail due to empty schema directories (but
9245     warn)
9246   - peek rather than ref/unref the GEnumClass in the mapping function
9247   - schema compiler: compile *.enums.xml before *.gschemas.xml to ensure
9248     that we have all the enums that the schemas may reference
9249   - schema compiler: improve accuracy of line numbers in error reports
9250   - fix crashes in the keyfile backend caused by invalid group names in
9251     the keyfile
9252
9253 Other:
9254   - always intern GBinding prop names
9255   - base64: remove asserts preventing conversion of empty strings
9256   - document NULL special-cases for GValueArray
9257   - GNode docs improvements
9258   - improve detection of 'system internal' mounts
9259   - fix leaks in the inotify GFileMonitor implementation
9260   - annotate all custom GIO GSources to improve debugging (e.g. using
9261     SystemTap)
9262
9263 Tests:
9264   - Turn on glibc malloc checking features for make check
9265   - improvements for GSettings tests, plus new tests
9266   - improved tests for GKeyfile
9267   - new tests for GDir, GSList, GSList, GAppLaunchContext,
9268     CharsetConverter, GIcon, ...
9269   - move some tests to GTester (tree tests, uri tests)
9270   - generally, really an awful lot of new tests
9271   - don't try to allocate 2gigs of memory anymore for the array test
9272
9273  552363 g_value_array_{insert,prepend,append}'s special cases for NULL
9274  561248 Improve return value description from g_node_prev/next_sibling()
9275  570036 Add ACLOCAL_AMFLAGS to Makefile.am
9276  576833 g_sprintf add a reference to g_strdup_printf
9277  576854 g_strconcat() documentation should provide a hint about bad l10n
9278  582227 reference: add other URI functions to 'URI Functions' section
9279  599223 should provide g_spawn_* variants that take a GAppLaunchContext
9280  610784 array test failing
9281  613057 Leak in inotify GFileMonitor implementation
9282  620536 Annotate all custom GIO GSource using g_source_set_name
9283  620913 More control with G_DBUS_DEBUG
9284  622124 implement flags
9285  622127 GSettings extended key validation
9286  622128 retry with default value for failed mapping
9287  622294 More annotations for GVariant
9288  622565 glib-compile-schemas fails when no schemas
9289  622600 Fix missing prototype warning
9290  622813 gsettings mapping & enum buglet
9291  623142 Ensure ::new-connection runs before processing D-Bus messages
9292  623143 Never require non-closed connections
9293  623319 use g_parse_debug_string for dbus debug flags
9294  623401 process enums first
9295  623402 schema compiler reports wrong line numbers
9296  623407 g_keyfile_settings_backend_new crashes with the key "/"
9297  623473 zlib should be checked with pkg-config
9298  623537 GDBusProxy has weird checking on NameOwnerChanged
9299  623538 GDBusProxy::g-properties-changed emission for corner cases
9300  623692 directory with file at multiple MLS levels may display empty
9301  623720 gschema.dtd does not contain enum definitions
9302  623770 quoting of expand_macro in gdesktopappinfo.c
9303  623772 gdesktopappinfo.c, function child_setup
9304  623780 g_unix_is_mount_path_system_internal
9305  623954 g_settings_finalize
9306  623955 Dubious return values
9307
9308 Updated translations:
9309  Galician
9310  Hebrew
9311  Norwegian bokmål
9312  Spanish
9313
9314 Overview of Changes from GLib 2.25.9 to GLib 2.25.10
9315 ====================================================
9316
9317 +----------------------------------------------------------------+
9318 | WARNING: There have been API changes in GDBus. Users of these  |
9319 | APIs will need to be adapted.  In particular, a new release of |
9320 | dconf is required to go along with this one.  There has also   |
9321 | been a change in the GSettings backend API used for keyfiles.  |
9322 +----------------------------------------------------------------+
9323
9324 * GDBus:
9325  - add direction parameter to filter functions (API change)
9326  - allow calling other interfaces with a GDBusProxy
9327  - padding added to class struct fields (ABI change)
9328  - fixes for closures-based functions
9329
9330 * GVariant:
9331  - new is_floating() call
9332  - add g_value_take_variant() call (required for marshallers)
9333
9334 * GSettings:
9335  - support for binding GParamSpecEnum properties
9336  - ifelse-style condition support for GLIB_GSETTINGS m4 macro
9337  - remove gsettings-schema-convert tool (now in GConf)
9338  - allow introspection of all installed schemas
9339  - allow introspection of the keys in a schema
9340  - rewrite keyfile backend (API change)
9341
9342 * GNIO:
9343  - don't implicitly close GSocket until it is destroyed
9344  - windows fixups
9345
9346 * Other:
9347  - allow GChecksum to take (NULL, 0) for data/length
9348  - GRelation and GCompletion are now deprecated
9349  - introduce G_PARAM_DEPRECATED and G_ENABLE_DIAGNOSTIC
9350  - add working directory to GApplication platform data
9351  - lots of documentation cleanups
9352  - PCRE updated to 8.02
9353
9354 * Build:
9355  - the IA__g_* style symbol aliasing has been disabled and replaced with
9356    the -Bsymbolic-functions linker flag on platforms that support it.
9357    Please be on the watch for portability issues and report them to us.
9358  - many test cases have been moved to the GTester framework
9359  - lcov support has been added for tests
9360  - many windows fixes
9361
9362 * Bugs fixed:
9363  501057  lcov coverage suite and GLib integration
9364  551271  deprecate GRelation
9365  601686  Implement diagnostic mode
9366  603309  GSocketOutputStream broken on Windows (?)
9367  616718  GLIB_GSETTINGS macro can't be used conditionally
9368  616855  GSocketConnection: don't close the socket if it's still reffed
9369  618866  g_ptr_array_remove_index_fast memory leak
9370  619878  keyfile backend calls keys_changed with invalid argument
9371  619879  keyfile backend doesn't make use of expected_type
9372  621092  Add with_closures() variants for bindings
9373  621172  Cross compiling fails
9374  621838  Actually add cwd to platform data
9375  621945  Filter outgoing messages in GDBusConnection
9376  621947  add g_value_take_variant
9377  622038  GSettings: "It is a programmer error" documentation is unclear
9378  622154  [patch] update documentation for g_application_new
9379  622281  binding: Add SYNC_CREATE to the flags
9380  622480  Improve documentation for g_strcmp0()
9381  622554  g_error called if schema not installed
9382  622601  Return interned strings from g_settings_list_keys
9383
9384 * Translation updates:
9385  - Galician
9386
9387 Overview of Changes from GLib 2.25.8 to GLib 2.25.9
9388 ===================================================
9389
9390 +----------------------------------------------------------------+
9391 | WARNING: There have been API changes in GDBus, GSettings and   |
9392 | GApplication. Users of these APIs will need to be adapted. In  |
9393 | particular, a new release of GTK+ is required to go along with |
9394 | this one.                                                      |
9395 +----------------------------------------------------------------+
9396
9397 * GDBus
9398  - Use Gio's default async implementation
9399  - Fix proxy construction for objects with no properties
9400  - Fix error handling in synchronous initialization
9401  - Do not dispatch calls to unregistered objects
9402  - Add _with_closures alternative functions
9403  - Allow constructing GDBusProxy with well-known names
9404  - Remove GType parameters from GDBusProxy constructors
9405  - Nuke g_bus_watch_proxy API
9406  - Add --xml to gdbus-tool to print raw introspected XML
9407
9408 * GSettings
9409  - schema file format change: store (default, options) in gvdb
9410  - Add g_settings_sync()
9411  - Add support for enums and ranges
9412  - 'context' support has been replaced by direct use of
9413    GSettingsBackend
9414
9415 * GApplication
9416  - Switch to using variants for timestamps
9417  - Use GInitable
9418
9419 * GObject
9420  - Introduce g_object_notify_by_pspec
9421  - Add GBinding
9422  - The GVariant gtype G_TYPE_VARIANT was changed from boxed
9423    to fundamental. We believe there were no existing users
9424    of the boxed type, so this should not cause any applications
9425    to break.
9426
9427 * Test framework
9428  - Add package and version to the test report XML
9429  - Use optparse to parse gtester-report commandline
9430  - Add subunit support to gtester-report
9431  - Prevent division by zero if no tests
9432
9433 * Bugs fixed:
9434  621782 Crash using gbinding
9435  619945 GConverterOutputStream triggers assertion and corrupts data
9436  621319 more leaked GVariants in GSettings
9437  621168 GKeyFile memory leak on Windows platform
9438  621002 Switch to using variants for timestamps, split out signals
9439  620953 tiny docs addition
9440  618904 Lies in gunixmounts documentation
9441  621702 Correctly initialize GError
9442  611778 minor cleanup of gtester-report
9443  621213 GDBusProxy and well-known names
9444  621034 Rewrite apps test to ensure children are killed
9445  620954 gapplication gvariant simplifications
9446  611869 add subunit out feature to gtester-report
9447  621119 GDBusProxy and objects with no properties
9448  620990 Use Gio's default async implementation again
9449  620952 g_application_register_with_data is an ugly API
9450  621252 GSettings leaks context
9451  618715 fork() in GSettings test cases is problematic 618715
9452  621905 Assume a ref when doing async work
9453  621266 GSettings "context" clarification
9454
9455 * Translation updates:
9456  Chinese
9457
9458
9459 Overview of Changes from GLib 2.25.7 to GLib 2.25.8
9460 ===================================================
9461
9462 * Initial support for dtrace and systemtap profiling:
9463  - mainloop sources can be named
9464  - probes for memory allocation with g_malloc and gslice
9465  - gquark name tracking
9466  - type creation
9467  - object life-cyle (creation, finalization, ref, unref)
9468  - signal creation and emission
9469
9470 * GVariant
9471  - has been fixed to work with the FreeBSD malloc
9472  - added introspection annotations
9473  - new function: g_variant_builder_add_parsed
9474
9475 * GSettings:
9476  - g_settings_set/get_strv functions have lost their length parameter
9477  - g_settings_set_strv accepts NULL
9478  - added introspection annotiations
9479
9480 * GPermission: an abstract interface for representing permissions,
9481   with a minimal implementation named GSimplePermission
9482
9483 * GApplication: a basic application support class, with a D-Bus based
9484   implementation
9485
9486 * Bugs fixed:
9487  619585 glib-compile-schemas asserts on FreeBSD
9488  620384 Annotate GVariant and GSettings _strv() functions
9489  606044 Add support for dtrace/systemtap static markers
9490  620350 add g_variant_builder_add_parsed() API
9491  620349 utf8ify GVariant printer
9492  620767 Typo in GSettings documentation: "INTLTOOL_NOMERGE_RULE"
9493  620312 Fix g_settings_[gs]et_strv() API
9494  620519 GPermission
9495  620582 GPermission needs a simple implementation
9496  620496 GSettings schema compiler should reject invalid paths
9497  620173 missing single header inclusion guards
9498  620265 g_assertion_message_error should take const GError *
9499
9500 * Translation updates:
9501  Esperanto
9502  Galician
9503  Hebrew
9504  Indonesian
9505  Norwegian bokmål
9506  Slovenian
9507  Spanish
9508
9509
9510 Overview of Changes from GLib 2.25.6 to GLib 2.25.7
9511 ===================================================
9512
9513 * NOTE: API/ABI breaks since 2.25.6 release:
9514   - g_dbus_connection_sync{,_sync} takes a new 'reply_type' argument
9515   - GSettingsBackendClass 'list' virtual function changed
9516
9517   GSettings backends and things using GDBus may need to be rebuilt.
9518
9519 * GDBus: many build-related fixes
9520
9521 * GDBus (service): return a DBus error when receiving a method call for
9522   an unknown interface.
9523
9524 * GSettings: fix 'make install' bug in gsettings.m4 for generated schema
9525   files
9526
9527 * GSettings: avoid non-portable use of LC_MESSAGES
9528
9529 * better approach to handling man pages
9530
9531
9532 * Bugs fixed:
9533  619527 please improve docs on g_file_make_symlink
9534  619391 send-with-reply should have expected result signature
9535  618616 Use stack-allocated GVariantBuilders
9536  617004 Build with "--disable-nls" fails under MinGW/Win32
9537  619142 Build fixes (GDBus)
9538
9539 * Updated translations:
9540  Estonian
9541  Galician
9542  Norwegian bokmål
9543
9544 Overview of Changes from GLib 2.25.5 to GLib 2.25.6
9545 ===================================================
9546
9547 * GDBus: introspection improvements
9548 * GDBus: build fixes
9549
9550 * GSettings: GSettingsBackend ABI changed               **** NOTE ****
9551 * GSettings: --uninstall option for schema compiler
9552 * GSettings: new m4 macro with more power
9553 * GSettings: thread support
9554
9555 * rework of file notification on Solaris
9556 * fixes for gold linker
9557
9558 * Bugs fixed:
9559  619038 increase gsettings.m4 power
9560  619031 method-calls-in-thread test failing
9561  618839 Typo at translation message
9562  616864 GSETTINGS_CHECK_RULE doesn't work with multiple files
9563  618730 gunixcredentialsmessage.c doesn't compile on GNU/kfreebsd
9564  616314 Make GSettings (partially) threadsafe
9565
9566 * Updated Translations:
9567  Indonesian
9568  Galician
9569  Spanish
9570
9571 Overview of Changes from GLib 2.25.4 to GLib 2.25.5
9572 ===================================================
9573
9574 * GDBus: Fix serialization of empty arrays
9575
9576 * GDBus: Plug various memory leaks
9577
9578 * GSettings: Fix problems with GSETTINGS_CHECK_RULE
9579
9580 * Bugs fixed:
9581  616731 GSETTINGS_CHECK_RULE doesn't work in non-srcdir builds
9582  616864 GSETTINGS_CHECK_RULE doesn't work with multiple files
9583  618615 mem leaks in parse_value_from_blob
9584  618622 Plug some mem leaks in gdbus
9585  618650 Plug a mem leak in gdbusauth
9586  618663 Plug mem leaks in gdbus tests & examples
9587
9588 * Updated translations:
9589  Spanish
9590
9591
9592 Overview of Changes from GLib 2.25.3 to GLib 2.25.4
9593 ===================================================
9594
9595 * GDBus D-Bus support has been merged. This provides an API
9596   to replace dbus-glib
9597
9598 * GVariant no requires strings to be UTF-8. You can use byte
9599   arrays for non-UTF-8 strings.
9600
9601 * GSettings allows to bind string properties to byte arrays
9602
9603 * The schema compiler supports range restrictions
9604
9605 * Bugs fixed:
9606  618051 socket-server|client.c fail to compile under AIX...
9607  616102 GSettings ignores <choice> and <range>
9608  616720 Chunked quark allocation
9609  616877 Several issues with g_socket_receive_message
9610  616892 gio: Add a boxed type for GFileAttributeMatcher
9611  616967 Add g_regex_get_compile_flags() and g_regex_get_match_flags()
9612  617767 g_settings_[gs]et_strv() 'length' argument has missing docs...
9613  617914 gtester-report: cope with binaries with no test cases
9614  617937 output_stream_close vs output_stream_close_async semantics
9615  615494 Connction timeouts produce partially invalid error messages
9616  617823 glib-compile-schemas problems with an out of source build
9617  617947 glib-mkenums: add @valuenum@ support
9618
9619 * Translation updates:
9620  Galicaian
9621  Norwegian bokmål
9622  Shavian
9623  Spanish
9624
9625
9626 Overview of Changes from GLib 2.25.2 to GLib 2.25.3
9627 ===================================================
9628
9629 * New macro: G_GNUC_DEPRECATED_FOR, a variant of G_GNUC_DEPRECATED
9630   that lets you add replacement information (requires gcc 4.5)
9631
9632 * Rename AM_GSETTINGS autoconf macro to GLIB_GSETTINGS
9633
9634 * Rename gschema-compile utility to glib-compile-schemas
9635
9636 * Add support for timeouts in GSocket
9637
9638 * Bugs fixed:
9639  589989 Compilation error on Solaris 9
9640  616648 Change AM_GSETTINGS macro to GLIB_GSETTINGS
9641  587898 I/O timeouts for GSocket
9642  614541 Add G_TYPE_ERROR boxed type for GError
9643
9644
9645 Overview of Changes from GLib 2.25.0 to GLib 2.25.2
9646 ===================================================
9647
9648 * Include a 'gsettings' utility, for commandline access to GSettings
9649
9650 * Install a AM_GSETTINGS autoconf macro similar to AM_GCONF
9651
9652 * GSettings can bind the writability of a key explicitly
9653
9654 * There is now a predefined boxed type for GError
9655
9656 * Bugs fixed:
9657  615379 g_new macros crash if sizeof(struct_type) == 0
9658  616312 Add m4 rule equivalent to GCONF_SCHEMAS_INSTALL
9659  616295 mapping bug for uint64
9660  616216 glib compile from remote directory fails
9661  615960 Fix size passed to connect() for abstract sockets
9662  616432 Crash in gschema-compile
9663  616331 gsettings-schema-convert uses imaginary types
9664  616309 gsettings-schema-convert should output gettext-domain
9665  616384 Add mention of GConfBridge in conversion docs
9666  616311 gschema-compile outputs in current directory
9667  616276 simplify gschema-compile test setup
9668  616156 keys with unnecessary empty options arrays
9669  616405 gsettings missing g_return_if_fail's
9670  616245 Use G_DEFINE_INTERFACE macro
9671  614541 Add G_TYPE_ERROR boxed type for GError
9672
9673 * Updated translations:
9674  Catalan (Valencian)
9675  Galician
9676  Kannada
9677  Spanish
9678
9679
9680 Overview of Changes from GLib 2.24.0 to GLib 2.25.0
9681 ===================================================
9682
9683 * The GSettings framework has been merged. This provides the API to
9684   replace GConf. DConf will provide a backend implementation for it.
9685   GConf will also provide a backend implementation to ease the
9686   transition. We provide utilities to assist with schema conversion
9687   and data migration, as well as a porting guide.
9688
9689 * Translation updates:
9690  Bengali
9691  Catalan
9692  Danish
9693  Gujarati
9694  Marathi
9695  Thai
9696  Traditional Chinese
9697
9698
9699 Overview of Changes from GLib 2.23.6 to GLib 2.24.0
9700 ===================================================
9701
9702 * It is now allowed to call g_thread_init(NULL) multiple times, and
9703   to call glib functions before g_thread_init(NULL) is called
9704   (although the later is mainly a change in docs as this worked before
9705   too). See the GThread reference documentation for the details.
9706
9707 * GObject now links to GThread and threads are enabled automatically
9708   when g_type_init() is called.
9709
9710 * GObject no longer allows to call g_object_set() on construct-only properties
9711   while an object is being initialized. If this behavior is needed, setting a
9712   custom constructor that just chains up will re-enable this functionality.
9713
9714 * GMappedFile on an empty file now returns NULL for the contents instead of
9715   returning an empty string. The documentation specifically states that code
9716   may not rely on nul-termination here so any breakage caused by this change
9717   is a bug in application code.
9718
9719 * Bug fixes:
9720  613601 buglet in dup_close_on_exec_fd
9721  584284 g_data_input_stream_read_until_async behaves confusingly
9722  613748 Write errors in middle of copy cause hang
9723  613923 splice_stream_with_progress: wrong error handling
9724  613667 Typo in GObject documentation
9725  613618 gvariant format string docs unclear
9726
9727 * Translation updates:
9728  Basque
9729  Ukrainian
9730  Vietnamese
9731
9732
9733 Overview of Changes from GLib 2.23.5 to GLib 2.23.6
9734 ===================================================
9735
9736 * Class private data:
9737   - support for private data associated with a GTypeClass
9738
9739 * GVariant merge is now complete:
9740   - loading functions and parser merged
9741
9742 * Windows improvements:
9743   - socket fixes
9744   - various build improvements
9745   - removal of GCC/C99isms in favour of portable code
9746   - drop unmaintained Visual Studio 8 support
9747
9748 * Minor API addition:
9749   - g_desktop_app_info_get_filename()
9750
9751 * Bugs fixed:
9752  521707 Class private data
9753  612502 build fails on glib/tests/gvariant.c
9754  612832 [GDesktopAppInfo] New function g_desktop_app_info_get_filename
9755  612702 [PATCH] Fix GSocket-related crash on Windows
9756  612736 Improve the documentation about single include
9757  610858 gvariant test fails sometimes
9758  612327 uninitialized variable
9759
9760 * New translations:
9761  Afrikaans
9762  LowGerman
9763
9764 * Updated translations:
9765  Czech
9766  Finnish
9767  Galician
9768  Greek
9769  Punjabi
9770  Romanian
9771  Serbian
9772
9773
9774 Overview of Changes from GLib 2.23.4 to GLib 2.23.5
9775 ===================================================
9776
9777 * New API addition: g_malloc_n() and friends used to implement an
9778   overflow-safe family of g_new() macros.
9779
9780 * GVariant:
9781  - GVariantBuilder and GVariantIter are now merged.
9782  - The variable arguments API is now merged.
9783  - The parser will be in a future release.
9784
9785 * GIO:
9786  - Remove GUtf8InputStream (which never appeared in a stable release)
9787    for now since it doesn't satisfy the needs of its main intended use
9788    case.  We hope to reimplement this feature in a better form in a
9789    future release.
9790
9791 * Bugs fixed:
9792  609531 missing licence headers
9793  612107 Missing G_FILE_ATTRIBUTE_TRASH_ORIG_PATH
9794  611897 g_io_modules_scan_all_in_directory leaks
9795  608196 Overflow-safe g_new family
9796  611696 gio uses GetAddrInfo which requires special handing on windows 2k
9797  605667 Don't use G_PARAM_SPEC_VALUE_TYPE when we know the pspec is valid
9798  610860 test_g_file_open_readwrite fails if $HOME is unwritable
9799  552912 glib-2.18 /live-g-file/test_copy_move failed when run as root
9800  609813 Renaming a file discards file notes
9801
9802 * Updated translations:
9803  Basque
9804  Brazilian Portuguese
9805  British English
9806  Bulgarian
9807  Catalan
9808  Danish
9809  Estonian
9810  French
9811  German
9812  Hungarian
9813  Italian
9814  Lithuanian
9815  Norwegian bokmål
9816  Portuguese
9817  Russian
9818  Slovenian
9819  Spanish
9820  Swedish
9821  Traditional Chinese
9822
9823
9824 Overview of Changes from GLib 2.23.3 to GLib 2.23.4
9825 ===================================================
9826
9827 * GVariant: The core of GVariant has been merged now, with some
9828  API still to follow.
9829
9830 * GIO:
9831  - There is a new interface GFileDescriptorBased for file descriptor
9832    based IO. GLocalFile{Input,Output}Stream implement it
9833  - Use splice(2) to transfer data between file descriptors without
9834    extraneous copies
9835  - Add a way to request move events from file monitors
9836
9837 * Bugs fixed:
9838  609143 *result_uncertain is never assigned in g_content_type_guess
9839  604086 Use splice(2) when doing local file copies
9840  547890 No move events for GFileMonitorEvent?
9841  568760 nautilus freezes due to a bug in garray.c:322
9842  609962 Add info about the use of G_DEFINE_INTERFACE
9843  609564 g_base64_encode_close docs should mention outbuf size...
9844  610484 g_variant_equal bug
9845  610131 libasyncns does not compile on Solaris 8
9846  609530 missing single header include guards
9847
9848 * Updated translations:
9849  Czech
9850  Estonian
9851  Galician
9852  German
9853  Korean
9854  Polish
9855  Slovenian
9856  Spanish
9857  Traditional Chinese
9858
9859
9860 Overview of Changes from GLib 2.23.2 to GLib 2.23.3
9861 ===================================================
9862
9863 * GLib now has a facility for locks that consume only one bit of
9864   storage inside an integer: g_bit_lock()
9865
9866 * GVariant: The serializer has been merged, with more API to follow
9867
9868 * Bugs fixed
9869  548967 1 bit mutex lock
9870  604967 2.22.3 libasyncns build fails on HP-UX 11.11
9871  608602 G_VALUE_COLLECT_INIT variables shadow those in G_VALUE_COLLECT
9872  608743 Crash in g_hostname_to_ascii visiting certain website in epiphany
9873  599197 array ref and unref functions crash on NULL array.
9874  608159 mem leak in g_io_modules_scan_all_in_directory
9875
9876 * Translation updates
9877  Brazilian Portuguese
9878  Czech
9879  French
9880  Norwegian bokmål
9881  Slovenian
9882  Spanish
9883  Thai
9884
9885
9886 Overview of Changes from GLib 2.23.1 to GLib 2.23.2
9887 ===================================================
9888
9889 * We are now using gcc builtins for atomic operations when available
9890
9891 * g_assert() grew the ability to store assertions in core dumps
9892
9893 * GIO supports lazy loading of GIO modules, and there is a new
9894   gio-querymodule utility that goes along with this.
9895   Packagers will need to adapt to this.
9896
9897 * Threading changes:
9898  - The requirements for g_thread_init() have been relaxed slightly,
9899    it can be called multiple times, and does not have to be the first
9900    call.
9901  - GObject now links to GThread and threads are enabled automatically
9902    when g_type_init() is called.
9903  - Thread-safety issues with boxed types in GObject have been fixed.
9904
9905 * GObject:
9906  - Another bunch of performance work has landed
9907
9908 * GVariant:
9909  - GVariantType has been merged, with the rest of the GVariant
9910    API to follow.
9911
9912 * Bugs fixed:
9913  568760 nautilus freezes due to a bug in garray.c:322
9914  602417 Document lifecycles of GSimpleAsyncResult and friends
9915  604824 crash in Epiphany: Selecting my Slashdot bo...
9916  448888 don't init g_slice for always-malloc
9917  531902 Use GCC atomic buildins for g_atomic*
9918  554887 boxed type registration is not thread safe
9919  586150 unresolved symbols when building glib 2.21.2 on OS X Tiger
9920  589176 row gvalue transform array exponentially
9921  594872 Support storing assertion messages into core dump
9922  602240 Upgrade libasyncns to 0.8
9923  603590 Speed up G_VALUE_COLLECT
9924  604457 gutf8inputstream.c: increasing unknown size pointer
9925  605686 GCharsetConverter doesn't flush
9926  605733 g_memory_output_stream_new violates GObject standards
9927  605883 g_object_new() processes varargs even when there are none
9928  605977 invalid utf-8 conversion in g_local_file_get_parse_name(...
9929  606775 Enable threads by default in gobject
9930
9931 * Translation updates:
9932  Asturian
9933  Basque
9934  Bengali
9935  Bulgarian
9936  Estonian
9937  Norwegian bokmål
9938  Spanish
9939  Thai
9940  Ukrainian
9941
9942
9943 Overview of Changes from GLib 2.23.0 to GLib 2.23.1
9944 ===================================================
9945
9946 * GObject performance work has landed:
9947  - Construction of simple objects is much faster
9948  - Interface lookup is lock-free and constant-time now
9949  - Reduced locking overhead when dealing with types
9950
9951 * GType now has a G_DEFINE_INTERFACE convenience macro
9952
9953 * GIO gained GUtf8InputStream, an input stream that
9954   performs utf-8 validation
9955
9956 * GLib now has byte-swap macros for gsize and gssize
9957
9958 * Bugs fixed:
9959 557151 Determining the newly_constructed boolean in gobject.c...
9960 557100 Performance improvements for GObjectClasses that don't...
9961 501166 Warning message says IA__g_type_init instead of g_type_init
9962 585375 Performance and Contention problems with g_type_class_ref...
9963 587892 Race in GType when instantiating the same class for the...
9964 603270 Input Stream validating utf8
9965 603476 gioenums.h:62: error: comma at end of enumerator list
9966 603540 g_time_val_from_iso8601 uses uninitialised variable
9967 603982 Stack overflow when reading file async with filter
9968 604645 G_DEFINE_INTERFACE_* documentation is not generated
9969 604875 Use of sa_len conflicts with system header
9970 320482 provide G_DEFINE_TYPE like macros for interfaces
9971
9972 * Updated translations:
9973  Estonian
9974  Hebrew
9975  Norwegian bokmål
9976  Vietnamese
9977  Welsh
9978
9979
9980 Overview of Changes from GLib 2.22.x to GLib 2.23.0
9981 ===================================================
9982
9983 * GIO:
9984  - GConverter: a generic interface for stateful conversions of data,
9985    suitable for charset conversion, compression, decompression, regexp
9986    replacement. Concrete implementations are GCharsetConverter,
9987    GZlibCompressor and GZlibDecompressor. GConverterInputStream,
9988    GConverterOutputStream are stream implementations that convert data
9989    while loading or saving it.
9990  - GMounts can now have a 'default location': a path that reflects
9991    the main entry point for the user (e.g. the home directory).
9992  - As a consequence of the compression support, GIO depends on zlib now.
9993
9994 * GObject:
9995  - G_IMPLEMENT_INTERFACE_DYNAMIC: a convenience macro for adding
9996    interfaces to dynamic types.
9997
9998 * GModule:
9999  - The -pthread flag has been added to all gmodule .pc files, because
10000    it is not generally permissible to load modules that are linked
10001    against libpthread if the program has not been compiled with threading
10002    support.
10003
10004 * Bugs fixed:
10005  601637 GUnixFDMessage should contain a GUnixFDList
10006  585566 GSocketListener API issues
10007  572252 Bug in g_file_test() function.
10008  600550 g_app_info_create_from_commandline doesn't treat arguments properly
10009  541236 not detecting exact content type
10010  350200 [PATCH] GTypeModule derived class unref does not unload plugin
10011  589631 Please enclose literal values with double quotes
10012  577711 cross compile check for g++ broken
10013  600620 Support X-GNOME-FullName in GAppInfo
10014  598899 GWin32DirectoryMonitor is broken
10015  593809 Nautilus does not restore the position of the icons on the desktop...
10016  563627 g_get_prgname() threadsafety
10017  600141 Add -pthread to gmodule pkg-config
10018  593856 file and directory monitors don't work when glib is compiled...
10019  324930 Nautilus should disallow copying of symlink to FAT drive early
10020  587300 Deadlock when calling g_cancellable_disconnect in a...
10021  595138 GFile not robust with invalid input
10022  591216 Warning building resolver.o
10023  590016 Does not compile under MinGW32 + Wine
10024  591214 Warnings building gcancellable.o
10025  561998 Have specific entry points (paths) for mounts...
10026  508157 Add G_IMPLEMENT_INTERFACE_DYNAMIC
10027  535159 g_file_has_parent
10028
10029 * Updated translations:
10030  Brazilian Portuguese
10031  Catalan
10032  Estonian
10033  Galician
10034  Norwegian bokmål
10035  Shavian
10036  Slovenian
10037  Spanish
10038  Swedish
10039
10040
10041 Overview of Changes from GLib 2.22.1 to GLib 2.22.2
10042 ===================================================
10043
10044 * GIO:
10045  - Support case-sensitive globs in the shared mime database,
10046    including support for the newer cache format that allows these.
10047    Case-sensitive globs have been introduced in shared-mime-info
10048    version 0.70
10049
10050 * GObject:
10051  - Speed up creation of simple objects
10052
10053 * Bugs fixed:
10054  597194 Typo in _G_TYPE_CVH macro
10055
10056 * Updated translations:
10057  Russian
10058
10059
10060 Overview of Changes from GLib 2.22.0 to GLib 2.22.1
10061 ===================================================
10062
10063 * Bugs fixed:
10064  596064 Test file marked for translation
10065  595972 possibly invalid search in mime_info_cache_dir_add_...
10066  596561 C99 style of declaration of variable in gmessages.c
10067  596314 g_utf16_to_utf8 returns an invalid UTF8 string
10068  596748 g_async_result_get_source_object returns a new ref
10069  593809 Nautilus does not restore the position of the icons...
10070  593775 uses inotify_init1 unconditionally
10071
10072 * Updated translations:
10073  Bengali
10074  Hebrew
10075
10076
10077 Overview of Changes from GLib 2.21.6 to GLib 2.22.0
10078 ===================================================
10079
10080 * Repeated calls to g_simple_async_result_set_op_res_gpointer used
10081   to leak the data. This has been fixed to always call the provided
10082   destroy notify.
10083
10084 * Add gdb python macros to make gobject debugging more pleasant
10085
10086 * Bugs fixed:
10087  579050 Allow making selected critical and warning messages non-fatal
10088  594759 g_socket_send_message fails due to invalid sendmsg params
10089  593941 GNetworkAddress skipping addresses when enumerating
10090  594597 Fix build with srcdir != builddir
10091  595619 Include gdb pretty printers
10092
10093 * Changes that might affect bindings:
10094  - The error parameter of g_simple_async_result_set_from_error has been
10095    made const.
10096
10097 * Updated translations:
10098  Assamese
10099  Bengali India
10100  British English
10101  Bulgarian
10102  Catalan
10103  Czech
10104  Danish
10105  Finnish
10106  Galician
10107  Greek
10108  Gujarati
10109  Hindi
10110  Japanese
10111  Kannada
10112  Malayalam
10113  Marathi
10114  Norwegian bokmål
10115  Oriya
10116  Polish
10117  Punjabi
10118  Romanian
10119  Serbian
10120  Simplified Chinese
10121  Slovenian
10122  Spanish
10123  Tamil
10124  Telugu
10125  Thai
10126  Traditional Chinese
10127  Ukrainian
10128  Vietnamese
10129
10130
10131 Overview of Changes from GLib 2.21.5 to GLib 2.21.6
10132 ===================================================
10133
10134 * Minor API additions:
10135   g_mkstemp_full is a variant of g_mkstemp that allows to specify flags
10136   and permissions
10137
10138 * Bugs fixed:
10139  593232 g_rand_new: read no more than requested from /dev/urandom
10140  591995 use saved errno
10141  589491 g_time_val_from_iso8601 doesn't handle some cases
10142  593406 Permissions set to 777 after copying via Nautilus
10143  594034 Add g_mkstemp_full()
10144
10145 * Updated translations:
10146  Assamese
10147  Basque
10148  Brazilian Portuguese
10149  Czech
10150  Estonian
10151  French
10152  German
10153  Hungarian
10154  Italian
10155  Kannada
10156  Malayalam
10157  Marathi
10158  Norwegian bokmål
10159  Oriya
10160  Portuguese
10161  Swedish
10162  Tamil
10163  Turkish
10164
10165
10166 Overview of Changes from GLib 2.21.4 to GLib 2.21.5
10167 ===================================================
10168
10169 * A performance problem with trashing of many files has been fixed
10170
10171 * GResolver now invalidates the libc resolv.conf cache as needed
10172
10173 * Minor api additions:
10174  - g_cancellable_make_pollfd returns a boolean now. And there is a
10175    new function g_cancellable_release_fd that can be used to released
10176    the resources used by a GCancellable.
10177
10178 * Bugs fixed:
10179  589988 Compilation error on Solaris 9 (missing stdint.h)
10180  588901 gtcpconnection.c won't compile
10181  584246 GResolver needs to call res_init() when network state changes
10182  591714 Figure out failure handling for g_cancellable_make_pollfd()
10183  591532 redundent '/' returned from g_file_resolve_relative_path
10184  591378 Use MSG_NOSIGNAL in GSocket if it's available
10185  589649 API documentation migration for Base64 Encoding
10186  591840 configure fails with autoconf 2.64
10187
10188 * Updated translations:
10189  Basque
10190  Brazilian Portuguese
10191  Bulgarian
10192  Danish
10193  Estonian
10194  Finnish
10195  Galician
10196  Gujarati
10197  Hndi
10198  Irish
10199  Japanese
10200  Korean
10201  Norwegian bokmål
10202  Polish
10203  Portuguese
10204  Punjabi
10205  Spanish
10206  Swedish
10207  Telugu
10208  Traditional Chinese
10209  Thai
10210
10211
10212 Overview of Changes from GLib 2.21.3 to GLib 2.21.4
10213 ===================================================
10214
10215 * GTree is now refcounted
10216
10217 * Bugs fixed:
10218  587938 Undocumented limitation for g_str_equal
10219  587773 refcounts for GTree
10220
10221 * Updated translations:
10222  French
10223  Hebrew
10224  Norwegian bokmål
10225  Spanish
10226  Swedish
10227  Traditional Chinese
10228  Ukrainian
10229
10230
10231 Overview of Changes from GLib 2.21.2 to GLib 2.21.3
10232 ===================================================
10233
10234 * GMappedFile is refcounted now
10235
10236 * Mainloop: It is now possible to set per-thread default contexts,
10237   with g_main_context_push_thread_default.
10238
10239 * glib-mkenums supports a @basename@ substitution, in addition
10240   to @filename@.
10241
10242 * GIO:
10243  - Vfs implementations can support storing of per-file metadata.
10244  - GCancellable can now be subclassed.
10245  - Unmount and eject methods now optionally allow interaction, via
10246    variants that take a GMountOperation object.
10247
10248 * Bugs fixed:
10249  556706 Inconsistent help arguments -h, -?
10250  579449 FileChoosers no longer work if an idle handler is active
10251  579933 mainloop FD_CLOEXEC has a race condition
10252  579984 alternate GMainContext support
10253  585937 gio/gsocket.c (glib 2.21.2) does not compile (Windows/mingw)
10254  586675 Runtime library location
10255  586797 Add GCancellables to GSocket ops
10256  586868 g_filename_complete_get_completions doesn't always return...
10257  587415 g_resolver_lookup_by_name_finish returns a freed list
10258  587434 regression tests fail, at least on x86_64
10259  586928 Avoid g++ warning in g_error()
10260
10261 * Updated translations:
10262  Estonian
10263  Hebrew
10264
10265
10266 Overview of Changes from GLib 2.21.1 to GLib 2.21.2
10267 ===================================================
10268
10269 * GIO:
10270   - g_socket_speaks_ipv4 is a new function to check if a socket can
10271     speak IPv4.
10272   - g_socket_listener_add_address gained a new effective_address out
10273     parameter.
10274   - GIO now returns special icons for XDG user directories, by the
10275     name folder-music, folder-documents, etc.
10276   - GIO gained support for starting/stopping of drives, which can be used
10277     in connection with external hard disk enclosures, disk arrays, iSCSI
10278     devices, etc. See g_file_start/stop_mountable.
10279
10280 * GLib:
10281  - g_reload_user_special_dirs_cache is a new function to force GLib to
10282    reload the XDG user directory mapping from disk.
10283
10284 * Bug fixes:
10285  584574 glib compile failure on Mac OS X with gunixresolver.c and...
10286  585566 GSocketListener API issues
10287  584255 Incorrect freeing of thread pool in GThreadedSocketService
10288  585088 g_string_chunk_insert_len stops at nul bytes
10289  585360 Monitor fontconfig configuration files using gio causes m...
10290  580103 Terminal starts on Display :0.0 when started on :0.1 in D...
10291  580301 network: a few issues on old darwin
10292  583398 SRV weight sorting is incorrect
10293  584176 build fixes on FreeBSD
10294  585189 g_cancellable_reset() must be called in same thread as g_...
10295  585280 compilation dies on gio/gsocket.c, needs sys/uio.h to con...
10296  585281 gio/gunixfdmessage.c needs sys/types.h for platforms that...
10297  585478 don't leak the inotify fd
10298  585575 g_socket_listener_add_inet_port() doesn't do the right thing
10299  585599 g_socket_listener_add_socket() consumes the socket
10300  585676 GEmblem doesn't reference its 'icon' if that is set as a ...
10301  585717 "bytes" nautilus translation to french is not shown in th...
10302  541276 XDG directories should have their own icons
10303  585726 Grammatical error in GList documentation
10304  585520 Wrong warning option in documentation
10305  585673 GNOME Goal: Remove deprecated glib symbols
10306  585591 Starting/stopping drives
10307
10308 * Updated translations:
10309  Bengali India
10310  Norwegian bokmål
10311
10312
10313 Overview of Changes from GLib 2.21.0 to GLib 2.21.1
10314 ===================================================
10315
10316 * GIO:
10317  - Support for network IO has been added, including a low-level
10318    socket API and a high-level API for network connections and
10319    services.
10320  - Support for read-write access with GIOStream and its subclasses.
10321  - GMount gained a pre-unmount signal.
10322
10323 * Bug fixes:
10324  576104Implement GMount::pre-unmount
10325  578769 implement GWinHttpFileInputStream::close_fn
10326  582856 gsocket.c doesn't compile on Solaris
10327  569375 g[u]intptr undocumented
10328  573246 [FIX] g_desktop_app_info_dup() can access NULL pointer
10329  575013 g_cancellable_push_current() does not allow NULL
10330  577884 live-g-file.c:461: error: format ‘%d’ expects type ...
10331  578499 g_output_stream_splice and stream closing with gnio strea...
10332  579558 Application employing gvfs crashes with only libgvfscommo...
10333  583001 SIGPIPE (grr!)
10334  583061 Please add convenience function to connect to machines by...
10335  583198 typo in error message
10336  583206 use g_set_error_literal where appropriate
10337  583229 void function g_async_initable_init_async returns value
10338  583324 locking problem in g_main_context_iterate()
10339  583408 void function g_socket_control_message_serialize returns ...
10340  578786 wrong and confusing error message
10341  583205 g_inet_address_to_bytes has no length outparam
10342  583196 mem leak in keyfile test
10343  583663 GSocketType enum ends with a comma
10344  569024 Make g_error_new_valist public
10345  569376 missing G_G[U]INTPTR_FORMAT
10346  580347 off-by-1 bug in GWinHttpFile
10347
10348 * Updated translations:
10349  Oriya
10350  Spanish
10351  Valencian-Catalan
10352
10353
10354 Overview of Changes from GLib 2.20.x to GLib 2.21.0
10355 ===================================================
10356
10357 * GIO:
10358  - New helper functions g_cancellable_connect/disconnect to avoid
10359    race conditions when connecting to the "cancelled" signal on
10360    GCancellable.
10361  - New types and methods for dealing with IPv4 and IPv6 addresses (and
10362    UNIX domain socket addresses under UNIX). This does not include code
10363    for actual socket I/O.
10364  - GResolver provides asynchronous and cancellable APIs for resolving
10365    hostnames, reverse lookup of IP addresses and resolving SRV records.
10366
10367 * Glib now provides hash and comparison functions for int64 and double
10368   types, suitable for use with GHashTable.
10369
10370 * GArray, GPtrArray and GByteArray can be ref counted now, and have
10371   boxed types.
10372
10373 * Bugs fixed:
10374  572844 Helper for GCancellable::cancelled connect/disconnect
10375  578363 goption docs should be improved
10376  548466 async/cancellable DNS resolver
10377  579830 param spec strings should use P_()
10378  579862 requesting xattr::foo ends up calling getxattr(..., user...
10379  580453 Hash and equal functions for gint64 and gdouble
10380  580450 Reference counting and boxed types for arrays
10381  580194 gresolver doesn't build on Solaris
10382  580301 network: a few issues on old darwin
10383  580299 network: include sys/types.h before sys/socket.h to insur...
10384  572508 gmarkup speedup
10385  580546 g_strtoull() referenced in documentation...
10386  580656 g_key_file_set_string_list erroneously asserts list != NULL
10387  579272 leaks in g_simple_async_result_set_op_res_gpointer
10388
10389
10390 * Updated translations:
10391  Catalan (ca)
10392  Pashto (ps)
10393  Spanish (es)
10394
10395
10396 Overview of Changes from GLib 2.20.0 to GLib 2.20.1
10397 ===================================================
10398
10399 * Bug fixes:
10400  575555 Use fsync() when replacing files to avoid data loss on
10401  575708 runaway inotify madness
10402  575270 GVolumeMonitor::mount-pre-unmount not being emitted
10403  577128 glib make check Failed to execute child process...
10404  573673 Always show "backup" directories
10405  578369 g_time_val_from_iso8601() parses timezones incorrectly
10406  578002 Fix a small typo in GFile docs
10407  578017 G_DEFINE_TYPE_EXTENDED docs
10408
10409 * Updated translations:
10410  Arabic
10411  Assamese
10412  Basque
10413  Bularian
10414  Brazilian Portuguese
10415  British English
10416  Catalan
10417  Danish
10418  French
10419  Galician
10420  German
10421  Greek
10422  Hungarian
10423  Italian
10424  Japanese
10425  Kannada
10426  Lithuanian
10427  Malayalam
10428  Norwegian bokmål
10429  Oriya
10430  Polish
10431  Punjabi
10432  Russian
10433  Simplified Chinese
10434  Slovenian
10435  Spanish
10436  Swedish
10437  Tamil
10438
10439
10440 Overview of Changes from GLib 2.19.9 to GLib 2.20.0
10441 ===================================================
10442
10443 * The functions for launching applications (e.g. g_app_info_launch() +
10444   friends) now passes a FUSE file:// URI if possible (requires gvfs
10445   with the FUSE daemon to be running and operational). With gvfs 2.26,
10446   FUSE file:// URIs will be mapped back to gio URIs in the GFile
10447   constructors. The intent of this change is to better integrate
10448   POSIX-only applications, see bug #528670 for the rationale.  The
10449   only user-visible change is when an application needs to examine an
10450   URI passed to it (e.g. as a positional parameter). Instead of
10451   looking at the given URI, the application will now need to look at
10452   the result of g_file_get_uri() after having constructed a GFile
10453   object with the given URI.
10454
10455 * Base64 support: Avoid integer overflows. CVE-2008-4316
10456
10457 * Bugs fixed:
10458  574019 GChecksum: document and guarantee hex characters in lower case
10459  573454 Unable copy/move files to directories symlinked to gvfs share
10460  561172 gnome-open fails on local URIs with anchors
10461  573970 crash in gunixvolumemonitor:update_mounts when unmounting
10462  573843 g_get_current_dir returns non-absolute path
10463
10464 * Updated translations:
10465  Assamese (as)
10466  Bengali (bn_IN)
10467  Czech (cs)
10468  Hindi (hi)
10469  Italian (it)
10470  Japanese (ja)
10471  Lithuanian (lt)
10472  Malayalam (ml)
10473  Marathi (mr)
10474  Oriya (or)
10475  Polish (pl)
10476  Romanian (ro)
10477  Telugu (te)
10478
10479
10480 Overview of Changes from GLib 2.19.8 to GLib 2.19.9
10481 ===================================================
10482
10483 * GMarkup:
10484  - Considerable speedup
10485
10486 * GIO
10487  - Add G_FILE_CREATE_REPLACE_DESTINATION flag to allow replacing
10488    the destination of a copying operation as if it did not exit before.
10489  - Be more careful when classifying files as desktop files
10490  - Support desktop file key X-GIO-NoFuse which disables the use
10491    of fuse pathnames for %u and %U arguments
10492
10493 * Bugs fixed:
10494  572672 glib/gthread.c: argument is different type
10495  572464 Doc for g_file_get_contents
10496  572151 “it's” and “its” confused in docs and comments
10497  570501 g_win32_get_system_data_dirs uses invalid conversion...
10498  167569 g_string_append_printf crashes on win32 when used...
10499  572508 gmarkup speedup
10500  560564 Replacing a symlink with its linked file truncates... 
10501  549298 impossible to copy files with p (pipe) flag
10502  543183 Clarify docs for g_file_has_prefix
10503  540461 g_memory_output_stream_get_data_size() doesn't behave...
10504  573462 GEmblemedIcon leak
10505  573421 Clarify message format in GMountOperation
10506  573658 Deadlock in giomodule.c
10507  556706 Inconsistent help arguments -h, -?
10508  573527 Wrong shell to run config.status in Makefile.in.in
10509  573128 A couple of typos in GObject documentation
10510
10511 * Updated translations:
10512  Catalan (ca)
10513  British English (en_GB)
10514  Spanish (es)
10515  Basque (eu)
10516  Finnish (fi)
10517  French (fr)
10518  Gujarati (gu)
10519  Hebrew (he)
10520  Hungarian (hu)
10521  Korean (ko)
10522  Maithili (mai)
10523  Norwegian bokmål (nb)
10524  Dutch (nl)
10525  Portugese (pt)
10526  Swedish (sv)
10527  Thai (th)
10528  Traditional Chinese (zh_HK)
10529  Traditional Chinese (zh_TW)
10530
10531
10532 Overview of Changes from GLib 2.19.7 to GLib 2.19.8
10533 ===================================================
10534
10535 * GIO: Fix missing exports of new API
10536
10537 * Fix strict aliasing warnings and violations to make Glib work
10538   with gcc 4.4
10539
10540
10541 Overview of Changes from GLib 2.19.6 to GLib 2.19.7
10542 ===================================================
10543
10544 * GIO
10545  - GFile gained an attribute for the actual file size in bytes
10546  - GMountOperation gained an "aborted' signal that allows to abort
10547    a mount operation from the backend side
10548
10549 * Bugs fixed:
10550  523742 Use noinst for non-installable libraries
10551  566747 URIs opened with firefox %u load as local files
10552  541225 Can't compile gio on AIX duplicate case value in gioerror.c
10553  571598 GAsyncResult with NULL gobject
10554  505042 add file attribute for actually used file size in bytes
10555
10556 * Updates translations:
10557  Basque (eu)
10558  Gujarati (gu)
10559  Italian (it)
10560  Japanese (ja)
10561  Norwegian bokmål (nb)
10562  Dutch (nl)
10563  Portugese (pt)
10564  Thai (th)
10565  Vietnamese (vi)
10566
10567
10568 Overview of Changes from GLib 2.19.5 to GLib 2.19.6
10569 ===================================================
10570
10571 * New format macro to print goffset data: G_OFFSET_FORMAT
10572
10573 * GIO: 
10574  - Add a GFilter{Input,Output}Stream::close-base-stream properties which
10575    determine whether the base stream will be closed when the filter stream
10576    is finalized.
10577  - g_data_input_stream_read_line and ..._read_until have asynchronous
10578    variants now.
10579
10580 * Bugs fixed:
10581  568294 A wrong reference in the description of g_bookmark_file_...
10582  563141 RFE: define G_OFFSET_FORMAT
10583  569105 g_time_val_to_iso8601() assumes time_t==long
10584  568394 dropping the last reference to a stream filter closes...
10585  568741 g_buffered_input_stream_fill_async doesn't work
10586  568723 g_buffered_input_stream_fill_async doesn't take count == -1
10587  568575 _async functions for GDataInputStream
10588
10589 * Updated translations:
10590  Bulgarian (bg)
10591  Finnish (fi)
10592  Hungarian (hu)
10593  Oriya (or)
10594  Swedish (sv)
10595  Traditional Chinese (zh_HK)
10596  Traditional Chinese (zy_TW)
10597
10598
10599 Overview of Changes from GLib 2.19.4 to GLib 2.19.5
10600 ===================================================
10601
10602 * Update included PCRE to 7.8
10603
10604 * g_base64_decode_inplace: New function to do base64 decoding in place
10605
10606 * Bugs fixed:
10607  567138 get_package_directory_from_module() does not free ...
10608  566569 gregex docs clarification
10609  566573 g_match_info_fetch_pos docs
10610  564728 Add function to decode base64 encoded data in place
10611  567838 G_STRUCT_OFFSETOF fails to compile under icc 9.1
10612  567977 textdomain() macro should not return NULL ...
10613  512779 --disable-regex breaks compilation
10614  566770 error code 0 for Too many open files is useless
10615  565484 g_content_type_guess passes non-UTF8 text to XDG ...
10616
10617 * Updated translations:
10618  Catalan (ca)
10619  Spanish (es)
10620  Italian (it)
10621  Swedish (sv)
10622
10623  
10624 Overview of Changes from GLib 2.19.3 to GLib 2.19.4
10625 ===================================================
10626
10627 * GIO:
10628   - Use O_NOATIME when sniffing mimetypes
10629   - Add a convenience method to check if a GSimpleAsyncResult
10630     is valid
10631
10632 * Bugs fixed:
10633  560676 function access for g_threads_supported
10634  565905 There is no g_context_group_set_translation_domain
10635  564210 SUN Studio 12 has supported visibility attribute
10636  565136 GObject's "notify" signal parameters are wrong in gtk-doc
10637  565831 error in interface creation sample
10638  566348 g_file_open_tmp uses the wrong g_mkstemp on win32
10639  566064 Add NOATIME flag to query_info_flags
10640  566170 g_async_result_verify_source_object
10641
10642 * Updated translations:
10643  Spanish (es)
10644  Norwegian bokmål (nb)
10645  Brazilian Portugese (pt_BR)
10646  Simplified Chinese (zh_CN)
10647
10648
10649 Overview of Changes from GLib 2.19.1 to GLib 2.19.3
10650 ===================================================
10651
10652 * Bugs fixed:
10653  508021 Add support for the CRIS and CRISv32 architectures
10654  526320 should not list mounts that the user doesn't have permission to use
10655  558458 Cannot build gio tests on Solaris using SUN cc
10656  555465 GUnix{Input,Output}Stream lacks fd/close_fd_at_close property
10657  558298 Hide ecryptfs mounts
10658  515777 incorrect date&time on copy
10659  562452 Ensure we return G_IO_ERROR_CANCELLED if cancelling
10660         g_simple_async_result_run_in_thread
10661  473150 g_type_module_use inconsistently increases the use
10662         counter in case of error
10663  563150 G_GU?INT*_MODIFIER/FORMAT docs
10664  563156 Document printing and scanning gunichar values
10665
10666 * Updated translations:
10667  Hebrew (he)
10668  Italian (it)
10669  
10670
10671 Overview of Changes from GLib 2.19.0 to GLib 2.19.1
10672 ===================================================
10673
10674 * GIO: 
10675   - g_icon_to_string, g_icon_new_for_string: GIcon serialization support
10676   - G_FILE_ATTRIBUTE_PREVIEW_ICON: new file attribute for preview images
10677   - g_app_info_get_commandline: new function to get the full commandline
10678   - g_mount_shadow, g_mount_unshadow, g_mount_is_shadowed: New functions 
10679     to 'shadow' mounts (i.e. hide them from the UI when they already
10680     have a different representation, like a bookmark) 
10681
10682 * Bugs fixed:
10683  556186 gpoll.h breaks gmain.h inclusion
10684  557087 mem leak in g_content_types_get_registered
10685  556921 gpoll.h breaks hal compilation
10686  557210 g_compute_checksum_for_* asserts with less than 2 bytes
10687  558381 Add support for compile time assertions
10688  558185 'parent' variable in g_local_file_get_child_for_display_name()
10689         hits g_object_unref(NULL) assertion
10690  558513 g_warn_if_fail FIXME in gtestutils
10691  558672 NULL key lookup using g_hash_table_lookup_extended() 
10692  555740 gicon serialization
10693  557182 preview functionality
10694  528320 Incorrect icons displayed for files with custom mimetype icons
10695  556910 Memory leak: sub
10696  557592 Missing include in gwinhttpfile.c
10697  556415 Crash on Windows 2000 in g_winhttp_vfs_init()
10698  555935 Clarify the mechanism of overwriting properties
10699  552776 ac_cv_func_posix_getgrgid_r not mentioned
10700  559448 GObject Reference Manual (typo)
10701  561212 GFileReadMoreCallback API doc refers to non-existant function
10702  560569 gkeyfile doesn't use the set list_separator in some cases
10703  560568 gkeyfile docs buglet
10704  559413 g_option_group_set_error_hook docs buglet
10705  562378 callback return value not respected for callback option
10706         with no arg
10707  559110 Do not include libintl.h after glibintl.h
10708  557603 carbon check output misplaced
10709  562544 g_key_file_get_string and g_key_file_get_value
10710         documentation does not explain the difference
10711  547264 Missing "no flags" flag
10712  562638 GDebugKey key member should be const
10713  562639 g_parse_debug_flags() parsing "help"
10714  562549 g_byte_array_free should tell how free data
10715  559452 GObject Reference Manual (typo)
10716  559462 GObject Reference Manual (typo)
10717  559517 GObject Reference Manual (typo)
10718  562538 GObject interface tutorial shouldn't finalise with
10719         "Please forget everything"
10720  561352 Leak of icon description
10721  561375 Leaks mountpoint description
10722  561807 inotify_sub.c: dup_dirname() fails to remove trailing '/'
10723  562393 g_buffered_input_stream_read_byte broken if data available
10724  541715 win32 : patch for warnings and signature problems in recent code
10725  547481 g_data_input_stream_read_line behaves not as stated in the docs
10726  548163 Nautilus displays wrong error message for too long file names
10727  559633 gtk_image_new_from_gicon does not always work for .desktop files
10728  555486 – No way to recover command line from GAppInfo
10729
10730 * Translation updates:
10731  Spanish (es)
10732  Ukrainian (uk)
10733
10734
10735 Overview of Changes from GLib 2.18.1 to GLib 2.19.0
10736 ===================================================
10737
10738 * Rewrite GHashTable to use open addressing with quadratic probing instead 
10739   of chaining. This has the potential to reduce memory fragmentation 
10740   significantly, while being slightly faster due to better locality and 
10741   no need to call alloc/free functions for nodes. Benchmarks suggest it 
10742   also uses less memory overall.
10743
10744 * Make g_poll available as public api
10745
10746 * New macros g_assert_error and g_assert_no_error to assert 
10747   that a GError is set or unset
10748
10749 * g_cancellable_make_pollfd: New method to make a GPollFD for a cancellable
10750
10751 * g_app_info_can_delete, g_app_info_delete, g_app_info_reset_type_associations:
10752   New functions to clean up app infos and content types
10753
10754 * When launching applications, always pass fuse file:// uris when possible,
10755   and let gio convert such uris back to gio uris.
10756
10757 * Bugs fixed:
10758  505361 gunixinputstream.c assumes poll() available
10759  509446 portable blocking gio cancellation
10760  553820 gpoll.c: undeclared identifier
10761  553724 python interpretter path not patched in correctly
10762  553857 gbacktrace.h requires signal.h
10763  553447 g_assert_no_error()
10764  554092 glib doesn't return G_FILE_ERROR_NOENT et al on OS X
10765  528670 Always pass file:/// uri's in GAppLaunchContext
10766  555224 Improve g_format_size_for_display doc
10767  555309 giochannel breaks on error
10768  554790 g_convert() misbehaves with winiconv versions
10769  555314 mem leak in gmarkup
10770  555313 GFileAttribute boxed type get_type function should...
10771  552861 glib-2.0.m4 calls system(3) without storing its result
10772  554557 Patch to fix gcc warnings about missing format specifiers
10773  552107 Small libtool fixes
10774  551355 Make glib build with libtool 2.2
10775  555311 format not a string literal and no format arguments
10776  556101 static mutex yields warnings with g++
10777  556186 gpoll.h breaks gmain.h inclusion
10778  526456 Open addressing in GHashTable
10779  553426 cancellable clarifications
10780  545350 GAppInfo deletion
10781  545351 Reset associations for content type
10782  552168 volume's mount not mounted after g_volume_mount_finish
10783  554970 segfault when update-desktop-database is not available...
10784  554745 GFileAttributeInfoList should be boxed
10785  555121 Improved build-time handling of gio module-dir
10786  555711 Wrong fallback order of mimetype icons
10787  555331 Deprecate adoption of mounts
10788  556335 make check fails in abicheck.sh
10789  556334 Warning when building without selinux support
10790  556422 g_file_enumerator_next_file: unclear...
10791
10792 * Updated translations:
10793  Arabic (ar)
10794  Danish (da)
10795  Polish (pl)
10796  Brazilian Portugese (pt_BR)
10797  Romanian (ro)
10798  Russian (ru)
10799
10800
10801 Overview of Changes from GLib 2.18.0 to GLib 2.18.1
10802 ===================================================
10803
10804 * Bugs fixed:
10805  550433 g_test_init doesn't recognize --help
10806  523463 Core dump in gmain.c:2482:IA__g_main_context_check
10807  551228 G_STRFUNC on recent Sun compiler should be expanded...
10808  551410 gtestutils.c: using printf without prototype
10809  551731 g_date_set_time[_t] docs should mention what timezone
10810  548321 <string.h> is not included in gi18n-lib.h
10811  551149 xdgmime mem leak
10812  550647 synchronous pipe I/O when reading mount reply
10813  551887 Docs for g_desktop_app_info_new_from_filename aren't...
10814  551681 g_content_type_guess() too naive with filenames
10815  552352 g_app_info_launch doesn't work if "Path" key...
10816  551408 gmodule.def generated to builddir...
10817  552359 g_file_info_get_icon should return GThemedIcon, and...
10818
10819 * Updated translations:
10820  Arabic (ar)
10821  Bengali India (bn_IN)
10822  British English (en_GB)
10823  Hindi (hi)
10824  Croatian (hr)
10825  Korean (ko)
10826  Oriya (or)
10827  Turkish (tr)
10828  Telugu (te)
10829
10830
10831 Overview of Changes from GLib 2.17.7 to GLib 2.18.0
10832 ===================================================
10833
10834 * The recommended way of using GLib has always been to only include the
10835   toplevel headers glib.h, glib-object.h and gio.h. GLib enforces this by
10836   generating an error when individual headers are directly included.
10837   To help with the transition, the enforcement is not turned on by
10838   default for GLib headers (it is turned on for GObject and GIO).
10839   To turn it on, define the preprocessor symbol G_DISABLE_SINGLE_INCLUDES.
10840
10841 * Win32:
10842   - rework the g_poll() implementation to match poll() semantics more closely
10843
10844 * Bugs fixed:
10845  324234 Using g_io_add_watch_full() to wait for connect() to return...
10846  548278 Async GETs connections are always terminated unexpectedly...
10847  500246 Bug fixes for giowin32
10848  523939 Example program for GValue
10849  550096 GBookmarkFile parser is not forward compatible
10850  550040 Move GString, rand and printf tests to the unit test framework
10851  550104 trivial documentation fix for g_get_home_dir
10852  548988 g_file_replace fails on Windows when the target file exists
10853  550059 Wrong docs for g_emblemed_icon_add_emblem
10854  548800 Missing a g_object_get_type function
10855  550056 Missing documentation for g_emblemed_icon_get_emblems
10856
10857 * Updated translations:
10858  Bulgarian (bg)
10859  Czech (cs)
10860  German (de)
10861  Estonian (et)
10862  Basque (eu)
10863  French (fr)
10864  Hebrew (he)
10865  Hungarian (hu)
10866  Italian (it)
10867  Japanese (ja)
10868  Lithuanian (lt)
10869  Maithili (mai)
10870  Dutch (nl)
10871  Swedish (sv)
10872  Thai (th)
10873  Ukrainian (uk)
10874  Vietnamese (vi)
10875
10876
10877 Overview of Changes from GLib 2.17.6 to GLib 2.17.7
10878 ===================================================
10879
10880 * More fixes for 64-bit Windows
10881
10882 * GIO
10883  - Add a vfs implementation for HTTP and HTTPS URIs on Windows
10884
10885 * Bugs fixed:
10886  546329 API docs for g_utf8_normalize() are incorrect
10887  546876 Modify GMarkup parser to accept &#x1; .. &#x1f;
10888  547200 g_utf8_find_next_char() issues
10889  547637 unconditional #include of sys/statfs.h in configure
10890  547337 G_DISABLE_DEPRECATED breaks tests build
10891  547832 gtk+-2.12.11 fails to build - AC_PROG_MMAP too strict
10892  502498 Test framework assertion failures should follow gcc
10893  546371 Improve docs re g_file_monitor
10894  546483 GThemedIcon:use-default-fallbacks is not readable without...
10895  546132 GFileIcon is bindings-unfriendly
10896  542156 zfs mount in home directory shown on nautilus desktop 
10897  535124 umask 002 not being applied for new directories...
10898  547080 g_file_copy leaks expected errors
10899  546582 Callbacks from GFileMonitor present a GFile...
10900  547262 Missing link in the docs
10901
10902 * Updated translations:
10903  Arabic (ar)
10904  Catalan (ca)
10905  Spanish (es)
10906  Basque (eu)
10907  Finnish (fi)
10908  Galician (gl)
10909  Hebrew (he)
10910  Marathi (mr)
10911  Norwegian bokmål (nb)
10912  Portugese (pt)
10913  Brazilian Portugese (pt_BR)
10914  Swedish (sv)
10915  Thai (th)
10916
10917
10918 Overview of Changes from GLib 2.17.4 to GLib 2.17.6
10919 ===================================================
10920
10921 * Fix problems on 64-bit Windows
10922
10923 * g_markup_context_get_user_data: New function to access
10924   the user_data outside of callbacks
10925
10926 * GIO
10927  - g_mount_guess_content_type_sync: synchronous version of
10928    g_mount_guess_content_type
10929  - GEmblem: A GIcon implementation that adds emblem-related
10930    metadata to icons
10931  - GEmblemedIcon: A GIcon implementation that can add emblems
10932    to icons
10933
10934 * Bugs fixed:
10935  544088 option_test_LDADD is left in tests/Makefile.am
10936  544465 gmarkup makes it hard to use pre-rolled parsers
10937  545485 Implicit declaration of utime()
10938  545798 "Since: 2.18" mark is missing in g_set_error_literal...
10939  544140 fam-helper 64-bit issue
10940  529694 SELinux context setting support
10941  545157 wrong/no list of "open with" applications for .cc...
10942  545203 gfile.c: argument is different type
10943  545457 gdmsetup crashed with SIGSEGV in g_unix_mount_guess...
10944  544177 Fix trivial cut and paste error in documentation
10945  545395 Language tweak for g_value_set_string* docs
10946  541036 Gnumeric crashes when trying to open Desktop...
10947  546079 leak in xdgmime
10948  545395 Language tweak for g_value_set_string* docs
10949  546017 Don't copy attributes when copying a symlink
10950
10951 * Updated translations:
10952  Arabic (ar)
10953  Estonian (et)
10954  Galician (gl)
10955  Italian (it)
10956  Japanese (ja)
10957  Korean (ko)
10958  Norwegian bokmål (nb)
10959  Pashto (ps)
10960  Portugese (pt)
10961
10962
10963 Overview of Changes from GLib 2.17.3 to GLib 2.17.4
10964 ===================================================
10965
10966 * GIO:
10967  - New API to handle content types: g_mount_guess_content_type,
10968    g_content_type_guess_for_tree.
10969  - Export the eject-button signal on the volume monitor class
10970  - New API to enable out-of-process volume monitors: 
10971    g_volume_get_activation_root
10972
10973 * GObject:
10974  - New API to handle signals without slots in the class structure:
10975    g_signal_new_class_handler, g_signal_override_class_handler   
10976
10977 * Internationalization:
10978  - Add an NC_ macro that is a no-op equivalent of C_
10979
10980 * GMarkup:
10981  - Add two new functions g_markup_parse_context_push,
10982    g_markup_parse_context_pop to support "subparsers"
10983
10984 * Bugs fixed:
10985  541208 Functions to easily install and use signals without...
10986  541507 Ambiguous description of assigned characters in the...
10987  543040 async reading on dummy file will crash on GIO_USE_VFS=local
10988  543560 enable gio-FEN back-end warnings on Solaris will crash...
10989  528317 GRegex does not allow recursion limit
10990  337518 GMarkup: Subparser support
10991  541794 drive-eject-button signal
10992  541793 activation root for volumes
10993  467707 test_iconv_state() in tests/convert-test.c fails on AIX 5.3
10994  428048 2 of 51 tests fail on Solaris
10995  542332 small fix for error message in GMarkup
10996  482413 get_contents_stdio -- overflow and memory corruption
10997  406120 g_ascii_strtod
10998  334234 "printf" format error
10999  536996 Missing noop i18n macro equivalent to C_
11000  540616 mem leak in filechooser button
11001  539229 gobject-query calls itself query
11002  521589 [RFC] gobject documentation should mention Vala
11003  543168 Description of G_SLICE=debug-blocks discourages its use
11004  543220 Case collision on gio-extension-points.html
11005  530759 update the gobject tutorial to the XXI century
11006  535223 gbookmark file inefficiency ...
11007  543504 crash in Epiphany Web Browser: Opening local file
11008
11009 * Updated translation:
11010  German (de)
11011  Estonian (et)
11012  Pashto (ps)
11013  Albanian (sq)
11014  Thai (th)
11015  Traditional Chinese (zh_HK)
11016  Traditional Chinese (zh_TW)
11017
11018
11019 Overview of Changes from GLib 2.17.1 to GLib 2.17.3
11020 ===================================================
11021
11022 * PCRE
11023  - fix for CVE-2008-2371 
11024
11025 * Bugs fixed:
11026  538119 glib's mainloop leaks a pipe to sub-processes
11027  537635 Corrections and improvements to g_time_val_{to,from}_iso8601
11028  539067 The document g_io_channel_win32_new_fd() says...
11029  535949 annotate g_strip_context and g_dpgettext with G_GNUC_FORMAT
11030  539123 annotate g_d[n]gettext with G_GNUC_FORMAT
11031  539074 Cannot get exit status with g_spawn_command_line_sync
11032  316221 G_LOCK warns about breaking strict-aliasing rules
11033  539770 migrate gstrfunc unit tests to gtest
11034  539626 Update docstrings for g_object_freeze_notify and g_object_thaw_notify
11035  538044 unconditional use of LC_MESSAGES
11036  540545 Monotonic time and timer offset
11037  535947 want g_set_error_literal
11038  539999 glibconfig.h: add GLIB_USING_SYSTEM_PRINTF 
11039  536252 GFileEnumerator should allow access to the containing GFile
11040  538362 Get Win32 icons back in the file chooser
11041  540802 g_list_prepend doesn't concat lists
11042  540423 unrecoverable error after g_seekable_truncate
11043  538836 make check failure on PPC and ALPHA: pltcheck.sh on g_atomic_pointer_get
11044  539090 g_content_type_from_mime_type() should unalias
11045  540331 g_file_append_to () documentation: can return NULL
11046  534639 add g_desktop_app_info_new_from_keyfile
11047  536733 gio build failure on Irix
11048  536160 Add g_file_monitor()
11049  538127 FileChooser broken on win32
11050  531476 /live-g-file/test_traverse_structure test fails on Mac HFS+
11051  538564 gio should have gio-types.h
11052  540047 glib-genmarshal.c: '#include <io.h>' is too before
11053
11054 Updated translations:
11055  Korean (ko)
11056  Occitan (oc)
11057
11058
11059 Overview of Changes from GLib 2.17.0 to GLib 2.17.1
11060 ===================================================
11061
11062 * New function: g_utime(), a gstdio wrapper for utime()
11063
11064 * New functions: g_dgettext() and g_dngettext(), wrappers
11065   for corresponding gettext functions with added functionaliy
11066
11067 * Support the latest version of the shared-mime spec, including
11068   icons for mime types 
11069
11070 * New function: g_themed_icon_prepend_name()
11071
11072 * Bugs fixed: 
11073  535418 Please document which glib version defines goffset
11074  528715 Misprint in the description of the interface g_type_class_add_private
11075  528714 Misprint in the description of the interface g_param_spec_flags
11076  537260 Doc bug in G_TYPE_INSTANCE_GET_CLASS()
11077  530527 Misprint in the description of the interface 
11078         g_cclosure_marshal_VOID__FLAGS
11079  530526 Misprint in the description of the fields 'class_init' and 
11080         'class_finalize' of the structure GTypeInfo
11081  528719 Improvement to the documentation of the "g_object_connect" interface
11082  528172 gtk_signal_handlers_unblock_* functions return value
11083         amount of matched signals, not amount of actually unblocked
11084  528717 Misprint in the description of the parameter 'type_id' for 
11085         the interface g_type_register_fundamental
11086  528716 Misprint in the description of the parameter 'iface_data' for 
11087         the callback types GInterfaceInitFunc and GInterfaceFinalizeFunc 
11088  537555 GObject instantiation not thread safe
11089  537546 'desktop' shortcut in file chooser looks like a generic folder
11090  537392 Additional colon in xattr name
11091  536641 Filesystem querying in gio does not list AFS and autofs file systems
11092  528600 g_dummy_file_get_parent("scheme://example.com/")
11093  503071 Application direction changes to right to left even if theres no 
11094         translation
11095  502511 g_assert_cmphex prints invalid message
11096  338162 Use po/LINGUAS
11097  314453 Nautilus crashes in Solaris when browsing the attached file
11098  529321 make check fails in glib/pcre
11099  455215 g_get_user_special_dir: no reference about G_USER_DIRECTORY_DOWNLOAD 
11100         fallback to $HOME/Desktop if xdg-user-dirs is not in use
11101  498732 g_key_file_to_data cannot fail
11102  511367 add g_file_make_directory_with_parents
11103  531900 Use __builtin_offsetof for G_STRUCT_OFFSET if building with 
11104         gcc 4.0 or newer
11105  536158 also bump GHashTable version when a node is removed via
11106         g_hash_table_iter_remove()/g_hash_table_iter_steal()
11107  531403 g_utf8_collate broken on Mac
11108  535628 test/patterntest.c still includes gpattern.h directly
11109  535625 alias.h:2648: error: 'utime' undeclared here (not in a function)
11110
11111 * Translation updates:
11112  Arabic (ar)
11113  German (de)
11114  Italian (it)
11115  Norwegian bokmål (nb)
11116  Thai (th)
11117
11118
11119 Overview of Changes from GLib 2.16.x to GLib 2.17.0
11120 ===================================================
11121
11122 * Update to Unicode 5.1
11123
11124 * Update included libcharset to the one shipped with libiconv 0.12
11125
11126 * Update included PCRE to 7.7
11127
11128 * Enforce that only toplevel headers are directly included.
11129   This is turned on by default for GObject and GIO. To turn
11130   it on for GLib, define G_DISABLE_SINGLE_INCLUDES.
11131
11132 * Fix library version of GIO.  GLib 2.16 shipped with libgio-2.0.so.0.0.0
11133
11134 * On Solaris, use FEN for file monitoring in GIO
11135
11136 * Use the GIO_EXTRA_MODULES environment variable to find
11137   additional GIO modules 
11138
11139 * G_GNUC_ALLOC_SIZE: New macro that wraps the gcc alloc_size
11140   function attribute
11141
11142 * g_checksum_reset: New function to reset the state of a GChecksum 
11143
11144 * g_unix_mount_monitor_set_rate_limit: New function to limit the 
11145   rate at which events are reported
11146
11147 * g_file_query_file_type: New utility function to query the type of
11148   a file
11149
11150 * g_memory_output_stream_get_data_size: New function to obtain the
11151   size of the written data.
11152
11153 * Bugs fixed:
11154  522292 Gives warnings in glib/gutils.h with GCC in C99 mode
11155  523298 win_iconv can't convert from UTF-8 to GB18030 (or vice versa)
11156  518160 replace two g_strdup_printf calls in GBookmarkFile
11157  523877 gbookmarkfile: avoid using g_string_append_printf() and
11158         other optimizations 
11159  525192 100% CPU if run main loop with no IO sources
11160  315437 extern inline -> static inline
11161  524314 g_convert() on Win32 implicitly converts full width
11162         alphanumerics into half width
11163  525732 Error in documentation for g_list_first
11164  525674 A typo in gmarkup.c
11165  448943 g_timeout_add_seconds() problems
11166  525972 UCS-4 not in the new win_iconv implementation
11167  526619 make test-report crash
11168  491554 Update to Unicode 5.1.0
11169  519137 g_slice_dup macro needs cast for 64-bit platform
11170  528752 Win32 build and SSL not working
11171  530457 G_USER_DIRECTORY_DOWNLOAD folder improperly mapped
11172  528667 Typos in testing module documentation
11173  459905 Bug in wcwidth data
11174  534085 g_unichar_iswide_cjk() has a totally wrong table
11175  501651 Update glib/libcharset
11176  519026 G_STMT_START/G_STMT_END test a non-existent preprocessor symbol
11177  534319 GLib's .pc files could use Libs.private
11178  534137 Typo in g_spawn_async_with_pipes doc
11179  517419 gio win32 directory monitor
11180  526796 Wrong order of arguments in g_file_copy's fallback
11181  530196 _g_local_file_has_trash_dir() doesn't handle st_dev == 0
11182  532965 Should not return filesystem::free for certain file systems
11183  525553 fix typo and nitpicking in GArray documentation
11184  526572 Missing * in declaration of parent_class in Object
11185         Destruction section of GObject Reference Manual
11186  528648 Extra >s in Object Construction section
11187  535021 g_param_spec_internal documentation should
11188         describe purpose of nick and blurb
11189  521513 Firefox crash when using file picker
11190  528433 gdesktopappinfo snafu ...
11191  533369 API g_file_info_get_attribute_string () unables to get "...
11192  521045 glib f_fstypename miscellany
11193  521672 compile error
11194  521946 control rate limit on GUnixMountMonitor
11195  522335 Fails to build: glib/gtester.c:276: error: 'ARG_MAX' unde...
11196  523015 Implement sliding window based upload operation
11197  523019 Use new GCC 4 feature
11198  523338 list nfs4 as a nfs mount type
11199  524350 Make glib build without NLS again
11200  524579 g_file_copy reports wrong total on progress callback for ...
11201  524742 A typo in gtestutils.c.
11202  524950 Minor documentation typos.
11203  525866 the user directory should not be considered as a mount to...
11204  526320 should not list mounts that the user doesn't have permiss...
11205  527132 nautilus crash when making ftp connection
11206  532852 CRITICAL **: totem_pl_parser_parse_with_base: assertion `...
11207  534759 Build failure in gio
11208  534764 Typo in error produced by g_file_make_directory
11209  521851 Redudant tests in gunixmounts.c
11210  524344 glib/gthread.h still use G_GNUC_PRETTY_FUNCTION
11211  525060 glib fails to build with -DG_DISABLE_ASSERT in CPPFLAGS o...
11212  534177 Invalid description of the interface g_cclosure_marshal_S...
11213  520715 Add GFile method g_file_query_file_type
11214  523039 nautilus can't access to trash/computer/network if gvfs i...
11215  
11216 * Updated translations:
11217  Arabic (ar)
11218  Bulgarian (bg)
11219  Catalan (ca) 
11220  Czech (cs)
11221  Greek (el)
11222  Candian English (en_CA)
11223  British English (en_GB)
11224  Spanish (es)
11225  Estonian (et)
11226  Basque (eu)
11227  Galician (gl)
11228  Hebrew (he)
11229  Hungarian (hu)
11230  Japanese (ja)
11231  Lithuanian (lt)
11232  Norwegian bokmål (nb)
11233  Dutch (nl)
11234  Occitan (oc)
11235  Portugese (pt)
11236  Russian (ru)
11237  Slovak (sk)
11238  Albanian (sq)
11239  Swedish (sv)
11240  Turkish (tr)
11241  Vietnamese (vi)
11242
11243
11244 Overview of Changes from GLib 2.16.0 to GLib 2.16.1
11245 ===================================================
11246
11247 * Fix a crash in g_themed_icon_new
11248
11249 * Update the included PCRE to 7.6
11250
11251
11252 Overview of Changes from GLib 2.15.6 to GLib 2.16.0
11253 ===================================================
11254
11255 * GLib now includes GIO, which adds optional dependencies against libattr
11256   and libselinux for extended attribute and SELinux support. Use
11257   --disable-xattr and --disable-selinux to build without these.
11258
11259 * Fix the definition of G_INLINE_FUNC to work with gcc 4.3.0
11260
11261 * GIO:
11262  - Add missing GMountMountFlags argument to g_unix_volume_mount
11263  - Fix the adopt_orphan_mount vfunc to take a volume monitor 
11264    reference
11265  - Add properties to GThemedIcon for bindings sake
11266
11267 * Bugs fixed:
11268  520484 gvfsd-trash crashed with SIGSEGV in g_path_is_absolute()
11269  510855 g_checksum_update(): Take -1 for length.
11270  517676 g_themed_icon_new*() do more than call g_object_new().
11271  518816 should handle rmdir returning EEXIST correctly
11272  519352 g_[s]list_delete_link() docs
11273  519489 Fixes for sparse warnings in gio
11274  520169 add monitor argument to vfunc for GVolumeMonitor
11275  520700 Add type check in g_file_query_exists
11276  521145 FILE_READ_ONLY_VOLUME not present on Mingw32
11277  518720 No MIME type for empty files
11278  521013 in documentation, goffset doesn't say "Since 2.x"
11279  521028 Missleading error messages from g_io_channel_set_encoding()
11280  517484 GMainLoop could set the thread "Alertable" for APCs to be... 
11281
11282 * Updated translations:
11283  Assamese (as)
11284  Bengali India (bn_IN)
11285  Czech (cs)
11286  German (de)
11287  Spanish (es)
11288  Estonian (et)
11289  Finnish (fi)
11290  French (fr)
11291  Gujarati (gu)
11292  Italian (it)
11293  Lithuanian (lt)
11294  Malayalam (ml)
11295  Marathi (mr)
11296  Norwegian bokmål (nb)
11297  Romanian (ro)
11298  Russian (ru)
11299  Slovak (sk)
11300  Ukrainian (uk)
11301
11302  
11303 Overview of Changes from GLib 2.15.5 to GLib 2.15.6
11304 ===================================================
11305
11306 * GIO:
11307  - New file attributes: trash::item-count, filesystem::use-preview
11308  - Rename g_file_contains_file to g_file_has_prefix
11309  - g_file_query_filesystem_info grew async variants
11310  - g_themed_icon_append_name: new convenience function
11311  - g_content_type_get_icon is implemented now
11312  - Only show mounts in /media and ~
11313  - g_file_contains_file has been renamed to g_file_has_prefix
11314
11315 * Win32:
11316  - g_win32_get_package_installation_directory_of_module: new function
11317    which supersedes g_win32_get_package_installation_directory
11318  - Use alertable wait functions so that I/O completion routines or 
11319    user-mode Asynchronous Procedure Calls can be run
11320  - Fix race conditions in g_spawn implementation on win32
11321
11322 * Other:
11323  - g_uri_get_scheme has been renamed go g_uri_parse_scheme
11324
11325 * Updated translations:
11326  Arabic (ar)
11327  Belarusian Latin (be@latin)
11328  Catalan (ca) 
11329  British English (en_GB)
11330  Finnish (fi)
11331  Galician (gl)
11332  Hebrew (he)
11333  Italian (it)
11334  Kannada (kn)
11335  Norwegian bokmål (nb)
11336  Dutch (nl)
11337  Brazilian Portugese (pt_BR)
11338  Vietnamese (vi)
11339
11340
11341 Overview of Changes from GLib 2.15.4 to GLib 2.15.5
11342 ===================================================
11343
11344 * Update the included PCRE to 7.6
11345
11346 * GIO:
11347  - g_volume_should_automount: new function to determine if a volume
11348    should be mounted automatically
11349  - g_file_query_default_handler: new convenience function to get
11350    the default handler for a file
11351  - g_app_info_launch_default_for_uri new convenience function to
11352    launch the default handler for a URI
11353  - Use mimeapps.list and defaults.list as discussed on xdg list
11354    recently
11355  - g_app_info_get_default_for_uri_scheme has a real implementation
11356    now (gvfs provides a GConf-based implementation)
11357  - There is the beginning of a test suite
11358  - standard::description:  new file attribute
11359  - GMountMountFlags flags argument added to mount calls
11360
11361 * GObject:
11362  - class initialization is now threadsafe
11363
11364 * Updated translations:
11365   Arabic (ar)
11366   Catalan (ca)
11367   Spanish (es)
11368   Basque (eu)
11369   Italian (it)
11370   Japanese (ja)
11371   Kannada (kn)
11372   Korean (ko)
11373   Macedonian (mk)
11374   Occitan (oc)
11375   Portugese (pt)
11376   Brazilian Portugese (pt_BR)
11377   Swedish (sv)
11378   Thai (th)
11379
11380
11381 Overview of Changes from GLib 2.15.3 to GLib 2.15.4
11382 ===================================================
11383
11384 * G_GNUC_PRETTY_FUNCTION has been deprecated
11385
11386 * GIO:
11387  - g_file_copy has an async variant now
11388  - Drives and volumes now have API to get identifiers
11389    like Hal UDIs or UUIDs.
11390  - There is now a registration API to let modules register
11391    extensions they provide, such as volume monitor implementations
11392
11393 * Bugs fixed:
11394   511807 g_time_val_to_iso8601() uses MT-unsafe gmtime() function
11395   316260 [patch] Doc patches for gnode (2.8.1)
11396   385132 solaris gettext support fix
11397   484261 ./configure check for system PCRE unicode support fails w...
11398   510292 GOption main help not shown
11399   511580 Implement g_file_copy_async
11400   511654 Compile errors due to C99 constructs
11401   487909 g_utf8_strreverse and combining marks
11402   512381 unused variable 'is_main_group' 
11403
11404 * Updated translations:
11405   Arabic (ar)
11406   Belarusian (be)
11407   Czech (cz)
11408   Spanish (es)
11409   French (fr)
11410   Galician (gl)
11411   Portugese (pt)
11412   Russian (ru)
11413   Swedish (sv)
11414   Thai (th)
11415
11416
11417 Overview of Changes from GLib 2.15.2 to GLib 2.15.3
11418 ===================================================
11419
11420 * GChecksum:
11421  - g_checksum_update can accept nul-terminated strings
11422  - The MD5 implementation works correctly on buffers 
11423    that are longer than 64 bytes
11424
11425 * GIO:
11426  - Don't include a copy of the inotify headers, rely on system headers
11427  - g_file_find_enclosing_mount has an async variant now
11428  - Reduntant seek API on file streams has been removed
11429
11430 * Bugs fixed:
11431   508602 gmemory{in|out}putstream.c: unknown pointer size
11432   508771 There is no g_file_test/exists() for GFile
11433   508773 g_uri_escape_string() documentation unclear.
11434   509465 AM_PATH_GLIB_2_0 doesn't support gio
11435   509626 async functions: Document allowed NULL callback?
11436   509990 GSeekable documentation unclear
11437   510448 No inotify support on ARM or SH5
11438   510855 g_checksum_update(): Take -1 for length. 
11439
11440 * Updated translations:
11441   Basque (eu)
11442   Marathi (mr)
11443   Swedish (sv)
11444   Ukrainian (uk)
11445
11446
11447 Overview of Changes from GLib 2.15.1 to GLib 2.15.2
11448 ===================================================
11449
11450 * GIO:
11451  - Mount operation API change: unhandled methods get reported via 
11452    the reply, rather than by the signal emission return value
11453  - File monitor API change: Add a GError argument to g_file_monitor_file
11454  - g_unix_mount_guess_should_display(): new function
11455
11456 * Bugs fixed:
11457   508224 [PATCH] FAM backend crashes due to double free
11458   508074 GAsyncResult documentation suggests g_freeing it.
11459   508108 GFile documentation slightly unclear.
11460   508309 rpc_pipefs mount points should be hidden
11461   508378 GFileInfo documentation implies that it changes attribute...
11462   508719 g_file_get_relative_path fails if parent is root
11463   508773 g_uri_escape_string() documentation unclear.
11464
11465 * Updated translations:
11466   Arabic (ar)
11467   Spanish (es)
11468   Hebrew (he)
11469   Italian (it)
11470   Korean (ko)
11471   Turkish (tr)
11472
11473
11474 Overview of Changes from GLib 2.15.0 to GLib 2.15.1
11475 ===================================================
11476
11477  * Portability fixes:
11478  - Assertion functions are marked as noreturn again
11479  - Handling of inline functions has been fixed to work with gcc 4.3
11480  - C99 comments have been removed from headers
11481  - The nonportable sed -i option is no longer used
11482
11483  * GIO:
11484   - Clarified the semantics of g_app_info_get_all()
11485   - API for memory input and output streams has been changed a bit
11486   - GDirectoryMonitor has been removed; GFileMonitor can monitor
11487     files and directories now
11488
11489  * Bugs fixed:
11490    504829 Invalid environment passed to g_spawn_async in g_desktop_...
11491    505258 crash in Users and Groups: Adding a user
11492    505815 g_content_types_get_registered should not g_free keys
11493    491218 g_timer_new() doesn't initialize timer->end
11494    315437 extern inline -> static inline
11495    476856 Inconsistency between standard and implementation of the ...
11496    480122 g_module_open fails to open modules with ".la" extension
11497    495589 gspawn.c failing to set FD_CLOEXEC
11498    500273 doesn't build with --disable-visibility
11499    504142 Do not show empty groups in --help output
11500    504879 giofam incorrectly linked
11501    505042 add file attribute for actually used file size in bytes
11502    505058 xattr namespace docs
11503    505674 Misprint in the definition of the macro G_CCLOSURE_SWAP_DATA
11504    505730 Fails to build on OSX 10.4: _NSGetEnviron not declared
11505    505887 older darwin lacks lchown
11506    506374 gmemoryinputstream api
11507    506461 Conversion of g_assert_not_reached() and friends into fun...
11508    503051 Small bug in glib interface
11509    506395 Updates to GIO documentation
11510    507628 Missing .pc entry for gio linking against glib
11511    505195 [patch] typo in g_try_new0 docs 
11512    507822 g{file,directory}monitor changes signal problem
11513    506377 gmemoryoutputstream write implementation
11514    507835 bug in gunixinputstream 
11515
11516  * Updated translations:
11517    Arabic (ar)
11518    Belarusian Latin (be@latin)
11519    Spanish (es)
11520    Basque (eu)
11521    Irish (ga)
11522    Hebrew (he)
11523    Occitan (oc)
11524    Vietnamese (vi)
11525
11526
11527 Overview of Changes from GLib 2.14.x to GLib 2.15.0
11528 ===================================================
11529
11530 Major new features:
11531
11532  * GIO: a VFS API, designed to replace GnomeVFS. The GIO implementation 
11533    in GLib has support for local filesystems. The new, separate gvfs 
11534    module contains various backend implementations (cifs, ftp, sftp,
11535    http, ...)
11536
11537  * GChecksum: provides various hash algorithms, such as MD5, SHA-1
11538    and SHA-256
11539  
11540  * GTest: a test framework 
11541  
11542 Smaller additions:
11543
11544  * GHash:
11545  - GHash has iterators, as an alternative to g_hash_table_foreach
11546
11547  * GMarkup: 
11548  - g_markup_parse_context_get_element_stack: New function to
11549    get the stack of open elements
11550  - G_MARKUP_PREFIX_ERROR_POSITION: New flag to improve error
11551    reporting
11552  - g_markup_collect_attributes: Convenience function for handling
11553    attributes
11554
11555 * GKeyFile: 
11556  - Functions that take a GError now return a boolean to indicate 
11557    success, instead of void
11558  - Various performance improvements
11559
11560 * GAsyncQueue:
11561  - g_async_queue_new_full: new function that allows to specify
11562    a free function for leftover elements
11563  
11564 * GError:
11565  - g_prefix_error and g_propagate_prefixed_error: New functions
11566    to ease error propagation
11567
11568 * Internationalization:
11569  - C_: A new 2-argument variant of the Q_() macro 
11570  - Use native character set conversion API on Windows
11571
11572 * GLib builds with automake 1.10
11573
11574 * Bugs fixed:
11575  455725 specific combination of g_utf8_strlen and g_pattern_match...
11576  467537 g_convert_with_iconv() not resetting iconv() state correc...
11577  497033 Commandline option parser should warn about missing optio...
11578  504527 gchecksum: Conditional jump or move depends on uninitiali...
11579  445362 Non-numeric local labels in gatomic.c are causing linker ...
11580  482313 gregex: no way to tell why compilation failed
11581  317775 main loops continues to run after g_main_loop_quit() has ...
11582  418778 Insufficient pkg-config version requirement
11583  436293 g_option_context_new() doc should mention that the string...
11584  466557 glib-mkenums shifts ARGV[0] to undefined
11585  468882 GKeyFile doesn't accept "True" as a true boolean value
11586  469551 application --help messages are garbaged on none UTF-8 lo...
11587  479724 Memory leak upon calling "g_main_loop_run" in the seconda...
11588  490061 outptrs uninitialized after g_parse_long_long
11589  490637 gobject documentation patch
11590  495294 glib-genmarshal prints warnings but returns 0
11591  496046 option to prefix location of errors for GMarkup
11592  498113 tests/regex-test fails on 64bit environment
11593  500506 Fails to build on OSX 10.4
11594  500638 gkeyfile speedup ...
11595  500875 Make check fails as there is no "test" target for "build"...
11596  502511 g_assert_cmphex prints invalid message
11597  502927 g_array_index triggers cast aligment warning
11598  503029 g_time_val_from_iso8601 parse non-ISO8601 dates
11599  503222 Need context to translate
11600  503420 gkeyfile leaks a hash table
11601  503470 Fix build when builddir != srcdir
11602  504227 Inverse variant for g_test_trap_assert_stdout, g_test_tra...
11603  71704  file include order
11604  491957 Misprint in the specification of the interface "g_main_co...
11605  491959 Misprint in description of the structure "GThreadPool"
11606  491965 Mistype in the specification of the function "g_hook_list...
11607  491966 Misprint in the specification of the interface "g_main_co...
11608  491968 The documentation does not mention the restriction for th...
11609  491970 The documentation for the interface "g_date_clamp" is inc...
11610  491974 The documentation of the interface "g_main_context_iterat...
11611  491975 The documentation for the interfaces "g_io_channel_read_u...
11612  491979 Misprint in the description of the interfaces g_key_file_...
11613  491982 Misprint in the description of the interface "g_key_file_...
11614  501107 EXTRA_DIST automake warnings
11615  501997 g_utf8_normalize() returns NULL on invalid string
11616  502590 C_/g_dpgettext efficiency
11617  464259 g_set_application_name() docs should say "Since 2.2"
11618  496518 gbase64.c API doc clarification
11619  498728 g_key_file_get_*_list should set length to 0 when returni...
11620  500361 Improve docs for g_array_free() and g_ptr_array_free()
11621  501853 g_checksum_get_digest docs
11622  503862 Allow NULL strings in g_parse_debug_string()
11623  142676 Q_
11624  367550 Add g_async_queue_new_full() with GDestroyNotify function
11625  375651 Minor enhancements to GKeyFile API
11626  443648 MD5 digest support
11627  449937 Upgrade auto* sources to be clean under automake1.9
11628  452887 gmarkup context "get element" function is useless when ca...
11629  491549 [PATCH] Eliminate libiconv dependency on Windows
11630  500507 GHashTableIter API 
11631
11632 * Translation updates
11633  Belarusian Latin (be@latin)
11634  Czech (cs)
11635  German (de)
11636  Spanish (es)
11637  Esperanto (et)
11638  French (fr)
11639  Korean (ko)
11640  Marathi (mr)
11641  Norwegian bokmål (nb)
11642  Brazilian Portugese (pt_BR)
11643  Slovenian (sl)
11644  Swedish (sv)
11645
11646
11647 Overview of Changes from GLib 2.14.2 to GLib 2.14.3
11648 ===================================================
11649
11650 * Update PCRE to 7.4
11651
11652 * Bugs fixed:
11653  487491 Fix some warnings from sparse
11654  488068 Small (one-time) memory leak in glib_gettext initialization
11655  493688 TYPE macro "_get_type ()" is documented wrong
11656
11657 * Updated translations:
11658  Arabic (ar)
11659  Belarusian Latin (be@latin)
11660  Estonian (et)
11661  Irish (ga)
11662  Slovenian (sl)
11663
11664  
11665 Overview of Changes from GLib 2.14.1 to GLib 2.14.2
11666 ===================================================
11667
11668 * Bugs fixed:
11669  476849 Invocation of the interface "g_hook_free" fails in certai...
11670  359165 marshallers can throw warnings with -Wunused
11671  477957 more discussion on g_value_set_object vs. g_value_take_ob...
11672  478459 G_DEFINE_DYNAMIC_TYPE_EXTENDED doesn't work with G_IMPLEM...
11673  483337 inline is disabled for MSVC when compiling C code
11674  478349 Broken link to gettext website
11675  469231 g_spawn optimization for setting all open fds to CLOEXEC 
11676
11677 * Updated translations:
11678 Arabic (ar)
11679 Galician (gl)
11680 Hebrew (he)
11681 Korean (ko)
11682
11683
11684 Overview of Changes from GLib 2.14.0 to GLib 2.14.1
11685 ===================================================
11686
11687 * Bugs fixed:
11688  476840 Invocation of the interface "g_utf8_strreverse" crashes f...
11689  444765 Fix FIXME in gregex.c when new pcre is out
11690  464145 g_markup_escape_text Produces Invalid XML
11691  465625 g_type_default_interface_ref() does not ensure working g_...
11692  466768 Clearify that comments can be put anywhere in a Key-file.
11693  474229 The GError documentation should give convention for the G...
11694  474899 G_BREAKPOINT() docs inaccurate
11695  475854 Overuse of -lpcre when using system pcre
11696  473879 Incorrect includes in gregex.c
11697  468694 Typoes in documentation
11698  469051 g_snprintf () talks about characters where it probably me...
11699  457601 Missing arch specific atomic implementation
11700  475923 Missing pcre flags when static-linking against glib
11701  475619 glibthread-2.0.la does not list -lpthread
11702
11703 * Updated translations:
11704  Bulgarian (bg)
11705  Catalan (ca)
11706  Danish (da)
11707  German (de)
11708  Canadian English (en_CA)
11709  British English (en_GB)
11710  Spanish (es)
11711  Estonian (et)
11712  Finnish (fi)
11713  French (fr)
11714  Gujarati (gu)
11715  Hungarian (hu)
11716  Italian (it)
11717  Georgian (ka)
11718  Kannada (kn)
11719  Lithuanian (lt)
11720  Makedonian (mk)
11721  Norwegian (nb)
11722  Dutch (nl)
11723  Polish (pl)
11724  Portugese (pt)
11725  Brazilian Portugese (pt_BR)
11726  Romanian (ro)
11727  Russian (ru)
11728  Albanian (sq)
11729  Serbian (sr, sr@Latn)
11730  Swedish (sv)
11731  Tamil (ta)
11732  Thai (th)
11733  Ukrainian (uk)
11734  Vietnamese (vi)
11735
11736
11737 Overview of Changes from GLib 2.13.7 to GLib 2.14.0
11738 ===================================================
11739
11740 * Last-minute API additions:
11741  - Make g_unichar_combining_class public
11742  - Add goffset type, add G_MAXSSIZE and G_MINSSIZE
11743
11744 * Update PCRE to 7.2
11745
11746 * Bugs fixed:
11747  453998 Make _g_unichar_combining_class() public
11748  462549 gregex.c: variable is declared at middle of block
11749  417068 g_file_test doc inconsistency
11750
11751 * Updated translations:
11752  Assamese (as)
11753  Basque (eu)
11754  Kannada (kn)
11755  Malayalam (ml)
11756  Dutch (nl)
11757  Polish (pl)
11758  Brazilian Portugese (pt_BR)
11759  Turkish (tr)
11760
11761
11762 Overview of Changes from GLib 2.13.6 to GLib 2.13.7
11763 ===================================================
11764
11765 * The memory corruption warning from the slice allocator that
11766   occurred when threads were initialized after the slice allocator
11767   has been removed, as the slice allocator now works fine
11768   in this scenario.
11769
11770 * New functions g_once_init_enter() and g_once_init_leave() make
11771   it easier to write threadsafe one-time initialization functions 
11772  
11773 * Bugs fixed:
11774  454473 Simple XML Subset Parser terminates on invalid XML
11775  445813 g_module_open error, add file name
11776  453796 errno gets clobbered by g_filename_display_name
11777  341988 don't use "-c" with msgfmt in Makefile.in.in
11778  447048 Please produce slightly more output during long tests
11779  454785 GModule documentation lists same block of code twice.
11780  454786 GModule documentation lists same paragraph twice.
11781  383155 small docs quirks in gobject/closure API documentation
11782  65041  _get_type() functions aren't thread safe
11783
11784 * Updated translations
11785  Assamese (as)
11786  Spanish (es)
11787  Gujarati (gu)
11788  Japanese (ja)
11789  Korean (ko)
11790  Macedonian (mk)
11791
11792
11793 Overview of Changes from GLib 2.13.5 to GLib 2.13.6
11794 ===================================================
11795
11796 * Reintroduce a GType typedef whose removal in 2.13.5
11797   caused trouble for C++ bindings
11798
11799 * Bugs fixed:
11800  450216 docs not explicit enough about g_free()
11801  451459 g_type_register_static_simple calls g_type_register_static
11802
11803 * Updated translations
11804  Norwegian bokmål (nb)
11805  Sinhala (si)
11806
11807
11808 Overview of Changes from GLib 2.13.4 to GLib 2.13.5
11809 ===================================================
11810
11811 * xdg-user-dirs support: 
11812  - the Desktop directory is guaranteed to be defined
11813  - user-dirs.dirs is no longer reloaded on changes
11814
11815 * Slice allocator: 
11816  - new api to duplicate slices
11817
11818 * Regular expression support:
11819  - GRegex is a boxed type now
11820
11821 * Bugs fixed:
11822  44793 make check failing in trunk
11823  354522 Small problem with PLT hiding 6 symbols
11824  363986 glib 2.12.4 does not compile with SGI IDO cc
11825  443869 g_type_class_add_private doesn't warn when adding 0-sized...
11826  446859 Legitimately return 0 for g_quark_from_string(NULL)
11827  447534 Small typo in g_timeout_add_seconds() doc
11828  447583 GStaticRWLock
11829  447935 g_get_current_dir SIGSEGV on long path
11830  448260 CLAMP has surprising result if low > high
11831  57693  g_string_vprintf()
11832  442029 add g_slice_dup()
11833  445065 Add GRegex boxed type
11834  448819 Add full version of g_timeout_add_seconds()
11835
11836 * Updated translations: 
11837  Swedish (sv)
11838  Oriya (or)
11839  Hebrew (he)
11840  Spanish (es)
11841  Estonian (et)
11842
11843  
11844 Overview of Changes from GLib 2.13.3 to GLib 2.13.4
11845 ===================================================
11846
11847 * Bugs fixed:
11848  444121 g_get_user_special_dir deadlocks
11849  444161 invalid UTF8 in key name shows up as valgrind error in g_...
11850  444130 g_option_context_get_help() is broken when there's a desc...
11851
11852
11853 Overview of Changes from GLib 2.13.2 to GLib 2.13.3
11854 ===================================================
11855
11856 * GKeyFile:
11857  - Added defines for easier handling of desktop files
11858
11859 * Unicode support:
11860  - Update g_unichar_iswide_cjk for Unicode 5.0
11861
11862 * Regular expression support:
11863  - GRegex structs can now be ref-counted
11864  - Some new functions for dealing with incremental 
11865    replacement have been added
11866  - The GRegexEvalCallback signature has been changed
11867
11868 * g_get_user_special_dir() has been added to support
11869   xdg-user-dirs
11870
11871 * Bugs fixed:
11872  419376 Functions using named subpatterns behave inconsistently w...
11873  434358 g_regex_fetch_named() and g_regex_fetch_named_pos() are b...
11874  423708 typo in the README.win32 file see patch below
11875  339225 Add new defines for easier handling of .desktop files 
11876  442265 API additions/changes for GRegex
11877  432651 Add a glib-ish xdg_user_dir_lookup
11878
11879 * Updated translations:
11880  Estonian (et)
11881  Norwegian bokmål (nb)
11882
11883
11884 Overview of Changes from GLib 2.13.1 to GLib 2.13.2
11885 ===================================================
11886
11887 * Unicode support:
11888  - Add g_unichar_ismark()
11889
11890 * GOption:
11891  - Allow to use callbacks for remaining args
11892
11893 * Updated translations:
11894   Belarusian Latin (be@latin)
11895   British English (en_GB)
11896   Galician (gl)
11897   Norwegian bokmål (nb)
11898   Oriya (or)
11899   Spanish (es)
11900   Thai (th)
11901
11902
11903 Overview of Changes from GLib 2.13.0 to GLib 2.13.1
11904 ===================================================
11905
11906 * GRegex:
11907  - Portability fixes
11908  - Split into immutable GRegex and GMatchInfo
11909  - Add g_regex_get_max_backref() and g_regex_get_capture_count()
11910    to obtain information about the compiled regex
11911
11912 * GKeyFile:
11913  - Fix roundtrip problems
11914  - Add g_key_file_load_from_dirs()
11915
11916 * Unicode support:
11917  - Fix corner cases in case conversion routines
11918
11919 * GOption:
11920   - Add a function to get the formatted help string
11921
11922 * GHash:
11923  - Add new functions g_hash_table_get_keys() and
11924    g_hash_table_get_values() to retrieve the keys and
11925    values in list form
11926
11927 * Updated transations:
11928   Simplified Chinese (zh_CN)
11929   Arabic (ar)
11930
11931
11932 Overview of Changes from GLib 2.12 to GLib 2.13.0
11933 =================================================
11934
11935 * Add GSequence, a list that is implemented using
11936   a balanced binary tree.
11937
11938 * Add GRegex, an implementation of Perl regular expressions,
11939   based on PCRE.
11940  
11941 * Use Posix monotonic clocks instead of gettimeofday()
11942   for GTimer when available.
11943
11944 * Support static initialization of GQeues with G_QUEUE_INIT,
11945   g_queue_init() and g_queue_clear().
11946
11947 * Add g_string_chunk_clear() for clearing a 
11948   GStringChunk.
11949
11950 * Add g_unichar_get_script() to obtain Unicode
11951   script information.
11952
11953 * Add g_unichar_iszerowidth() to obtain information
11954   about zero-width characters.
11955
11956 * Add G_GNUC_MAY_ALIAS which wraps the gcc may_alias 
11957   type attribute.
11958
11959 * G_GNUC_INTERNAL has a working definition for the
11960   Sun Studio compiler. This requires the macro to
11961   be positioned before the function declaration.
11962
11963 * The slice allocator can produce detailed debugging
11964   information with G_SLICE=debug-blocks.
11965
11966 * Modules support G_DEBUG flags resident-modules and
11967   bind-now-modules.
11968
11969 * Add G_DEFINE_DYNAMIC_TYPE() to make it easier
11970   to define types in modules.
11971
11972 * Bug fixes: too many to list them in detail here.
11973
11974 * New and updated translations (be,bg,bn,ca,cs,de,
11975   en_CA,en_GB,et,fa,fr,he,hu,it,ja,ku,lt,mg,mk,ml,
11976   nb,ne,nn,pt,pt_BR,ro,sr,sr@Latn,sv,ta,uk,vi,zh_CN,
11977   zh_HK,zh_TW)
11978
11979
11980 Overview of Changes from GLib 2.12.1 to GLib 2.12.2
11981 ===================================================
11982
11983 * Unicode updates:
11984  - Normalization is following Unicode TR #29
11985  - g_unichar_isxdigit() only accept characters
11986    for which g_unichar_xdigit_value() returns a value
11987  - g_unichar_toupper and g_unichar_tolower leave
11988    unconvertable characters in place instead of
11989    replacing them by NUL
11990
11991 * Bugs fixed
11992  348491 g_utf8_strup() and g_utf8_strdown() returns 
11993         string with NUL bytes
11994  349825 GKeyFile always inserts a newline before a group
11995  347842 g_unichar_isxdigit() is too general about what 
11996         it considers a digit
11997  348694 g_utf8_normalize() hasn't been updated to PR #29
11998  348785 Hint about G_DEBUG in Message Logging docs
11999  349792 Wrong english string (UI)
12000  349952 gparamspecs.c uses gcc feature
12001
12002 * Translation updates (ca,cs,de,dz,es,eu,fi,gu,ko,
12003   nl,pl,tr,uk,zh_HK,zh_TW)
12004
12005
12006 Overview of Changes from GLib 2.12.0 to GLib 2.12.1
12007 ===================================================
12008
12009 * Update to final Unicode Character Database 5.0.0
12010
12011 * Bugs fixed:
12012  346660 issues with base64 api documentation / g_base64_decode_cl...
12013  348136 Coverity reports allocation of wrong size CID #2839
12014  336281 Update to UCD 5.0
12015  346197 g_date_strftime %F option doesnt work for win32
12016  348011 Small optimization to real_toupper()
12017  246494 prototype mismatch in glib/gconvert.c
12018
12019 * New and updated translations (bg,bn_IN,ca,dz,eu,fi,
12020   fr,he,it,ja,mk,or,pt)
12021
12022
12023 Overview of Changes from GLib 2.11.4 to GLib 2.12
12024 =================================================
12025
12026 * Bugs fixed:
12027  344905 leap-year bug in g_time_val_from_iso8601 w/o HAVE_TIMEGM
12028
12029 * Updated translations (cy,nb,nl)
12030
12031
12032 Overview of Changes from GLib 2.11.3 to GLib 2.11.4
12033 ===================================================
12034
12035 * GBookmarkFile:
12036  - g_bookmark_file_remove_item returns a boolean
12037  
12038 * g_mkstemp accepts the XXXXXX in the middle of
12039   the template
12040  
12041 * Bugs fixed:
12042  344868 g_key_file_to_data should separate groups 
12043
12044 * Updated translations (de,es,fr,gu,hi,ko,th)
12045
12046
12047 Overview of Changes from GLib 2.11.2 to GLib 2.11.3
12048 ===================================================
12049
12050 * GBookmarkFile:
12051   - g_bookmark_file_move_item: Return TRUE in case of
12052     an empty target
12053
12054 * Bugs fixed: 
12055  343919 gunicollate.c: strxfrm bug on VC8
12056
12057 * Updated translations (fi)
12058
12059 Overview of Changes from GLib 2.11.1 to GLib 2.11.2
12060 ===================================================
12061
12062 * Add g_ascii_stroll to parse signed 64bit integers
12063
12064 * GMarkup: add a flag to treat CDATA as text
12065
12066 * GHashTable: add functions to remove all entries
12067
12068 * GMainLoop: add functions to find the currently
12069   running source, and determine if it is destroyed
12070
12071 * Bug fixes:
12072  342563  g_atomic_thread_init() needs to be called before 
12073          other _g_*_thread_init() functions
12074  343548  Potential use after free in callers of g_string_free() 
12075  168538  Wish: Clearing contents of GHashTables
12076  321886  GTK+ cannot be reliably used in multi-threaded 
12077          applications
12078  341826  goption.c: 'strtoll' is C99's function
12079  343899  g_ascii_formatd dosn't work as expected for all 
12080          format strings
12081  317793  Make GEnumValue strings const
12082  337129  Compile warnings in G_IMPLEMENT_INTERFACE
12083  303622  What is G_TYPE_CHAR?
12084
12085 * Updated translations (bg,dz,eu,gl,ja,ko,nl,th,vi)
12086  
12087
12088 Overview of Changes from GLib 2.11.0 to GLib 2.11.1
12089 ===================================================
12090
12091 * GOption  
12092   - Support 64-bit integers 
12093   - Allow optional text before and after the options
12094     in help output
12095
12096 * Bug fixes:
12097  340538 gbase64-test writes OOB 
12098  340816 GKeyFile set_string_list invalid memory reads 
12099  339105 g_key_file_parse_value_as_double
12100  340434 convert-test.c fails (function test_one_half)
12101  311043 Memory leaks (and potential infinite loops) 
12102         when using G_ERRORCHECK_MUTEXES
12103  335198 Error checking mutexes are fubar  
12104  341237 Add a G_OPTION_ARG_INT64
12105  341192 g_io_channel_set_flags not implemented on win32
12106  336120 Allow adding description before/after GOption 
12107         --help output body
12108  341191 misplaced check in g_relation_delete
12109  340530 mismatched calloc / g_free in win32 threads
12110
12111 * Updated translation (es)
12112
12113 Overview of Changes from GLib 2.10.x to GLib 2.11.0
12114 ===================================================
12115
12116 * GBookmarkFile: a parser for files containing bookmarks
12117   stored using the Desktop Bookmark specification.
12118
12119 * Base64 encoding support
12120         
12121 * Unicode 5.0 support
12122
12123 * GOption supports floating point numbers 
12124
12125 * GKeyFile supports floating point numbers
12126
12127 * Bug fixes:
12128  155884 gatomic.c should be based on new SDK
12129  157877 update-desktop-database doesn't handle duplicate entries
12130  164719 keyfile parser doesn't support floats
12131  327662 Import BookmarkFile from libegg
12132  329548 Add G_OPTION_ARG_DOUBLE
12133  329789 option-test.c type confusion
12134  332841 Segmentation Fault when %llu is passed to vasnprintf and 
12135         HAVE_SNPRINTF is not defined
12136  333879 gthread/gthread-win32.c: IsDebuggerPresent needs '#define 
12137         _WIN32_WINDOWS 0x0401'
12138  333916 g_timer_elapsed docs should mention that microseconds 
12139         may be NULL
12140  334440 dlerror() portability issue causes crash on (old) a.out 
12141         NetBSD platform
12142  334646 goption + error out params
12143  334799 g_remove() must check return value of remove()
12144  334943 make check FAIL: threadpool-test
12145  335215 Some breakages with GThreadPool
12146  336085 g_option_context_new parameter lacks better explanation
12147  336677 Documentation for g_object_ref_sink() is incorrect
12148  337027 gbookmarkfile.c: sys/time.h include error
12149  337553 Wrong escaping of URIs
12150  338572 Dereferencing NULL value in g_key_file_get_group_comment
12151  338845 g_completion_complete_utf8 crashes when NULL is passed to it
12152  339337 g_bookmark_file_set_description
12153  339338 gbookmarkfile.c, function expand_exec_line
12154  339340 gbookmarkfile.c, function bookmark_app_info_dump
12155
12156 * Translation updates (bg,en_GB,et,gl,gu,he,hi,ka,nb,nl,nn,
12157                        or,pt_BR,ro,tr,vi,zh_CN)
12158
12159
12160 Overview of Changes from GLib 2.10.0 to GLib 2.10.1
12161 ===================================================
12162
12163 * Bugs fixed:
12164  314794 Broken pthread detection on Darwin [Gregor Riepl]
12165  322476 Missing check for .dylib [Vladimir Panov]
12166  333651 Inconsistent _g_charset_get_aliases prototype [Julio 
12167         M. Merino Vidal]
12168  333761 GInitiallyUnowned breaks application code [Sven Herzberg]
12169
12170 * Win32 changes:
12171  - Fix g_listenv() implementation.
12172  - Allow up to 100 GPrivate structs
12173
12174 * Translation updates (fr,hu,lt,pl,sv)
12175
12176
12177 Overview of Changes from GLib 2.9.6 to GLib 2.10.0
12178 ==================================================
12179
12180 * The functions g_snprintf() and g_vsnprintf() have been removed from
12181   the gprintf.h header, since they are already declared in glib.h. This
12182   doesn't break documented use of gprintf.h, but people have been known
12183   to include gprintf.h without including glib.h.
12184
12185 * The Unicode support has been updated to Unicode 4.1. This adds several
12186   new members to the GUnicodeBreakType enumeration.
12187
12188 * The support for Solaris threads has been retired. Solaris has provided
12189   POSIX threads for long enough now to have them available on every
12190   Solaris platform.
12191
12192 * 'make check' has been changed to validate translations by calling
12193   msgfmt with the -c option. As a result, it may fail on systems with
12194   older gettext implementations (GNU gettext < 0.14.1, or Solaris gettext).
12195   'make check' will also fail on systems where the C compiler does not
12196   support ELF visibility attributes.
12197
12198 * The GMemChunk API has been deprecated in favour of a new 'slice
12199   allocator'. See the g_slice documentation for more details.
12200
12201 * A new type, GInitiallyUnowned, has been introduced, which is
12202   intended to serve as a common implementation of the 'floating reference'
12203   concept that is e.g. used by GtkObject. Note that changing the
12204   inheritance hierarchy of a type can cause problems for language
12205   bindings and other code which needs to work closely with the type
12206   system. Therefore, switching to GInitiallyUnowned should be done
12207   carefully. g_object_compat_control() has been added to GLib 2.8.5
12208   to help with the transition.
12209
12210 * Bugs fixed:
12211  328997 64bit pointer trunction in glib slab-allocator
12212         [Pascal Hofstee]
12213  331110 g_cond_broadcast(inform_cond) without holding 
12214         inform_mutex [Chris Wilson, Sebastian Wilhelmi]
12215  332093 Fix some leaks in the tests [Kjartan Maraas]
12216  332435 g_utf8_strlen returns wrong value if a maximum 
12217         number of bytes to check is specified 
12218         [Matthias Clasen]
12219  331367 gslice requires more POSIX-like semantics for 
12220         GPrivate destructors [Tor Lillqvist]
12221
12222 * Documentation improvements [Matthias, Kang Jeong-Hee,
12223   Tor Lillqvist, Stefan Kost]
12224
12225 * Translation updates (el,eu,ka,uk)
12226
12227 Overview of Changes from GLib 2.9.5 to GLib 2.9.6
12228 =================================================
12229
12230 * Bugs fixed: 
12231  329124 distclean removes README [Kjartan Maraas, Tim Janik]
12232  317679 GRelation field type not documented [Behdad Esfahbod]
12233  329123 Typo in GTime docs [Kjartan Maraas]
12234
12235 * Documentation improvements [Sven Herzberg, David
12236   Schleef, Kjartan Maraas, Behdad Esfahbod]
12237
12238 * Translation updates (cs,cy,it,ko,pt,sq,sr,sr@Latn,ru
12239
12240 Overview of Changes from GLib 2.9.4 to GLib 2.9.5
12241 =================================================
12242
12243 * Memory management: 
12244   Runtime debugging support: The slice allocator
12245   can be turned off by setting G_SLICE=always-malloc
12246   in the environment. Zeroing of freed memory can
12247   now be turned on at runtime by setting
12248   G_DEBUG=gc-friendly in the environment. [Tim Janik]
12249
12250 * Bugs fixed:
12251  328253 HP-UX/IA-64 uses ".so" as default shared library 
12252         extension [Albert Chin]
12253  143380 unicode-encoding test fails converting to UTF-16 
12254         with libiconv [Marc Moorcroft]
12255  328254 Build breakage (GSlice) [Jens Ganseuer]
12256  328705 C99ism in glib/gmem.c [Kazuki Iwamoto]
12257
12258 * Translation updates (da,et,zh_CN)
12259
12260 Overview of Changes from GLib 2.9.3 to GLib 2.9.4
12261 =================================================
12262
12263 * Type system:
12264   Fix a problem with g_object_compat_control() which 
12265   can lead to segfaults in GTK+ applications on 64bit 
12266   platforms. 
12267
12268 * Thread suppport: 
12269   Unused threads now fall back to the global pool after 
12270   500 milliseconds, where they wait for another 
12271   max-idle-time milliseconds. [Sebastian Wilhelmi]
12272
12273 * Fix a memory allocation problem in GKeyFile. [Morten 
12274   Welinder]
12275
12276
12277 Overview of Changes from GLib 2.9.2 to GLib 2.9.3
12278 =================================================
12279
12280 * GTree:
12281  - Replace the simple recursive implementation by
12282    a nonrecursive, threaded one  [Maurizio Monge]
12283
12284 * Change g_filename_display_name and
12285   g_filename_display_basename to use the Unicode
12286   replacement character U+FFFD instead of a question
12287   mark, and don't append "(invalid encoding)"  [Matthias]
12288
12289 * Documentation improvements [Sven Herzberg, Federico
12290   Mena Quintero, Stefan Kost]
12291
12292 * Bugs fixed:
12293  323937 gslice.c in glib 2.9.1 doesn't build on Mac OS X 
12294         [Bogdan Nicula]
12295  326558 Some test failures on IRIX 6.5 [Daichi Kawahata]
12296  169285 "threaded" tree implementation for GTree 
12297         [Maurizio Monge]
12298  326747 g_filename_display_basename adds (invalid encoding) 
12299         [Alberto Ruiz]
12300
12301 Other contributors: Christian Kellner, Murray Cumming
12302
12303 New and updated translations (bg,ca,de,es,et,gu,ja,nl,th,vi)
12304
12305
12306 Overview of Changes from GLib 2.9.1 to GLib 2.9.2
12307 =================================================
12308
12309 * Memory management:
12310  - Add tests for cache colorization [Tim Janik]
12311  - Minimize space consumption if small amounts of differently
12312    sized slices are allocated, at a small performance cost.  [Tim]
12313
12314 * Thread support:
12315  - Add g_atomic_pointer_set() and g_atomic_int_set() [Tim Janik,
12316    Sebastian Wilhelmi]
12317  - Add g_thread_pool_set_sort_function() to allow sorting the 
12318    tasks of a threadpool.  [Martyn Russell]
12319  - Add g_thread_pool_set_idle_time() to allow unused threads
12320    to exit after a certain time.  [Martyn]
12321
12322 * Type system:
12323  - introduce a new type GInitiallyUnowned, which has an initial
12324    floating reference. [Tim]
12325  - Add support for GType parameters. [Matthias]
12326
12327 * Main loop:
12328  - Add g_main_context_is_owner() to determine if the current
12329    thread is the owner of the context.  [Michael Meeks]
12330
12331 * Provide g_access(), g_chdir(), g_unlink(), g_rmdir() as 
12332   wrapper functions instead of macros.  [Manish Singh]
12333
12334 * Documentation improvements [Tim, Matthias, Federico Mena Quintero,
12335   Stefan Kasal, Dan Williams]
12336
12337 * New and updated translations (en_CA,fi,fr,gl,ml,nb,no,zh_HK,zh_TW)
12338
12339 * Bugs fixed:
12340  324179 g_allocator_new() returns pointer to const dummy which Gtk+ 2.8 
12341         tries to modify [J. Ali Harlow]
12342  324332 g_option_context_parse() returns false without setting error 
12343         [Tim-Philipp Müller]
12344  324950 GLIB 2.9.1 testcase errors [Dan Yefimov]
12345  325015 gslice.c: process.h is needed on Windows [Kazuki Iwamoto]
12346  321978 G_DATALIST_GET_FLAGS() macro is not casting datalist to 
12347         gpointer [Andrew Paprocki]
12348  316221 G_LOCK warns about breaking strict-aliasing [Michal Benes, 
12349         Stanislav Brabec]
12350  325273 Error in documentation for glib_check_version () [Declan Naughton]
12351  325310 g_spawn_sync hangs when catching both stdout and 
12352         stderr [Tor Lillqvist]
12353  325249 gcc warning when using g_rmdir from <glib/gstdio.h> [Jani Monoses]
12354  325864 glib/gthreadpool.c:"#define debug(...)" is C99 [Kazuki Iwamoto]
12355  325874 Should say somewhere that source IDs are > 0 [Dan Williams]
12356  325438 a typo (compatability) [Stefan Kasal]
12357  323937 gslice.c in glib 2.9.1 doesn't build on Mac OS X [Bogdan Nicula]
12358
12359
12360 Overview of Changes from GLib 2.9.0 to GLib 2.9.1
12361 =================================================
12362
12363 * Memory management
12364  - The slice allocator is implemented [Tim Janik]
12365  - g_slice_free_chain() has been renamed to 
12366    g_slice_free_chain_with_offset()  [Tim, Behdad Esfahbod]
12367  - Mem chunks are deprecated [Matthias Clasen]
12368
12369 * Data structures
12370  - Hash tables are refcounted, and have a boxed type [Tim]
12371
12372 * Thread support
12373  - Support for Solaris threads has been removed 
12374    [Sebastian Wilhelmi, Andrew Paprocki]
12375  - g_async_queue_sort(), g_async_queue_push_sorted() have 
12376    been added to allow GAsyncQueue to be used as a priority 
12377    queue, together with the corresponding _unlocked 
12378    variants  [Martyn Russell]
12379
12380 * GObject:
12381  - The concept of a floating initial reference has been
12382    moved from GtkObject to GObject [Tim]
12383
12384 * Win32 changes:
12385  - Make g_rename() replace existing files [Tor Lillqvist]
12386
12387 * Misc new API:
12388  - G_GUINT64_CONSTANT macro to define guint64 
12389    constants [Andrew Paprocki]
12390  - G_GNUC_WARN_UNUSED_RESULT macro to instruct the 
12391    compiler to emit a warning if the value returned
12392    by a function is ignored. [Arjan van de Ven, Alex Larsson]
12393  - GList and GSList now have sort functions which take an
12394    extra user data argument [Martyn Russell]
12395  - g_param_spec_ref_sink() has been added for consistency [Tim]
12396
12397 * $LOGNAME is respected when determining user data. [Laszlo Peter]
12398
12399 * Other changes and bug fixes [Tim, Matthias, Behdad, 
12400   Christian Persch, Benedikt Meurer, Andrew Paprocki, 
12401   Kazuki Iwamoto, Alexis S. L. Carvalho, Stanislav Brabec,
12402   Andreas Schwab, Kalle Vahlman]
12403
12404 * Documentation
12405  - Deprecation warnings carry version information [Matthias]
12406  - The slice allocator has been documented [Matthias, Tim]
12407  - Other improvements [Morten Welinder]
12408
12409 Overview of Changes from GLib 2.8.x to GLib 2.9.0
12410 =================================================
12411 * Unicode support:
12412  - The Unicode tables have been updated to Unicode 4.1, 
12413    adding several new values to the GUnicodeBreakType 
12414    enumeration. This breaks Pango <= 1.10 
12415    [Behdad Esfahbod]
12416  - The various Unicode character predicate functions 
12417    (g_unichar_isalpha, g_unichar_isdigit,...) have
12418    been optimized
12419    [Behdad]
12420  - g_utf8_pointer_to_offset, g_utf8_offset_to_pointer:
12421    These functions handle negative offsets now, and
12422    going backwards in g_utf8_offset_to_pointer uses
12423    "stutter stepping".
12424    [Larry Ewing, Matthias Clasen]
12425
12426 * Memory management:
12427  - Mem chunks are no longer used internally in GLib and
12428    GObject. GMemChunk will be deprecated in GLib 2.10
12429  - All APIs based on GAllocator (g_list_push/pop_allocator,
12430    and similar push/pop_allocator functions for other
12431    data structures) have been deprecated, since they
12432    never worked as intended.
12433  - The g_slice_* functions have been added as a 
12434    new API for fast allocation of small memory blocks. 
12435    The implementation in GLib 2.9.0 is just a simple 
12436    wrapper around malloc. GLib 2.10 will have an
12437    efficient and scalable implementation. 
12438    [Tim Janik, Matthias]
12439
12440 * Pattern matching:
12441  - g_pattern_match has been optimized to avoid
12442    unnecessary recursion.
12443    [Tim, Matthias]
12444
12445 * g_intern_string, g_intern_static_string: 
12446  - New functions to intern strings. These are now used 
12447    by GObject to avoid duplicating static strings 
12448    [Matthias]
12449
12450 * g_thread_foreach: 
12451  - New function to iterate over all GThreads 
12452    [Tim, Matthias]
12453
12454 * g_date_set_time_t, g_date_set_time_val:
12455  - New functions to set a GDate from a time_t or
12456    GTimeVal value. g_date_set_time has been deprecated 
12457    in favor of these.
12458    [Roger Leigh]
12459
12460 * g_snprintf and g_vsnprintf:
12461  - These functions are no longer declared in gprintf.h, 
12462    since they are in glib.h
12463    [Matthias]
12464
12465 Overview of Changes from GLib 2.8.0 to GLib 2.8.1
12466 =================================================
12467 * Optimize single-character insertions in GString [Ross Burton]
12468 * Fix build problems on OS X
12469 * Fix build problems on Win32 [Tor Lillqvist, Hans Breuer]
12470 * Other bug fixes [Matthew F. Barnes, Stepan Kasal] 
12471 * Documentation improvements [Tristan van Berkom, Behnam
12472   Esfahbod, Gustavo Carneiro, Stepan Kasal, Matthias]
12473 * New and updated translations (ca,cy,ko,ro,uk)
12474
12475 Overview of Changes from GLib 2.7.7 to GLib 2.8.0
12476 =================================================
12477 * Make g_value_transform() handle enum values
12478   correctly on ppc64.  [Michael Lorenz]
12479   (Third-party code accessing enumeration values 
12480   in GValues should also be changed to access 
12481   v_long, not v_int, in order to work on bigendian 
12482   64bit machines.)
12483 * Make g_flags_get_first_value() handle a value
12484   of 0 meaningfully. [Tim-Philipp Müller] 
12485
12486 Overview of Changes from GLib 2.7.6 to GLib 2.7.7
12487 =================================================
12488 * Make atomic operations on s390 work [Matthias]
12489 * Fix C++ guards in gstdio.h [Tor Lillqvist]
12490
12491 Overview of Changes from GLib 2.7.5 to GLib 2.7.6
12492 =================================================
12493 * Add native implementations of atomic operations 
12494   on s390 [Matthias]
12495 * Make atomic reference counting of closures
12496   work on s390 [Matthias]
12497 * Avoid an infinite loop in g_convert_with_iconv().
12498   [Sebastian Bacher]
12499 * Documentation improvements [Ross Burton]
12500
12501 Overview of Changes from GLib 2.7.4 to GLib 2.7.5
12502 =================================================
12503 * Thread-related changes
12504  - Fix build issues on HP-UX [Paul Cornett]
12505  - Threadsafe access to flags stored in datasets [Tim Janik]
12506  - Fix several issues with atomic refcounting for 
12507    closures, objects and paramspecs [Tim]
12508  - Improve tests for atomic refcounting changes [Tim]
12509 * Fix handling of stateful encodings in g_convert_* [Matthias]
12510 * Fix translation of GOption help output [Dan Winship]
12511 * Catch format errors in translations. This may cause 
12512   "make check" to fail when using older versions
12513   of gettext [Matthias]
12514 * Win32 bug fixes [Tor Lillqvist]
12515 * Documentation improvements [Ross Burton, Jochen Baier, 
12516   Matthias, Tim]
12517 * New and updated translations (de,fi,gu,pl,pt,tr,zh_TW)
12518
12519 Overview of Changes from GLib 2.7.3 to GLib 2.7.4
12520 =================================================
12521 * Fix g_atomic_pointer_compare_and_exchange 
12522   on Sparc64 [Gert Doering]
12523 * Fix a hang in g_thread_pool_free. [Hong Jen Yee]
12524 * Win32 bug fixes [Tor Lillquist]
12525 * Other bug fixes [Benoit Dejean, Manish Singh]
12526 * Documentation improvements [Bryan Silverthorn,
12527   Callum McKenzie] 
12528 * New and updated translations (de,lt,sq,zh_CN)
12529
12530 Overview of Changes from GLib 2.7.2 to GLib 2.7.3
12531 =================================================
12532 * GOption
12533  - Allow callbacks with optional arguments [Pawel Sliwowski]
12534  - Allow to turn off the automatic long option name
12535    disambiguation  [Adam McLaurin]
12536  - Only allow printable ASCII as short option names [Matthias]
12537 * Win32
12538  - Build fixes [Tor Lillqvist]
12539  - Rewrite iochannel socket implementation [Tor]
12540 * GObject
12541  - Threadsafety improvements; in particular, refcounting
12542    of objects is done atomically now. [Wim Taymans, Tim Janik]
12543 * Bug fixes [Morten Welinder, Matthias, Wim Taymans]
12544 * Documentation improvements [Richard Laager, Matthias]
12545 * New and improved translations (bf,cs,hu,nb,nl,no)
12546
12547 Overview of Changes from GLib 2.7.1 to GLib 2.7.2
12548 =================================================
12549 * Win32 build fixes [Hans Breuer]
12550 * Bug fixes [Mikael Magnusson]
12551 * Documentation improvements [Matthias Clasen]
12552 * New and updated translations (en_CA,es,et,ja,sr,sr@Latn,zh_TW)
12553
12554 Overview of Changes from GLib 2.7.0 to GLib 2.7.1
12555 =================================================
12556 * GOption 
12557  - Allow callback arguments without parameters [Dan Winship]
12558 * GMappedFile: an mmap wrapper [David Schleef, Behdad Esfahbod]
12559 * Misc new functions:
12560  - g_get_host_name [Tor Lillqvist]
12561  - g_mkdir_with_parents [Tor]
12562  - g_build_pathv, g_build_filenamev [Todd A. Fisher, 
12563    Matthias Clasen]
12564 * Bug fixes [Roger Leigh, Masatake YAMATO, Kjartan Maraas,
12565   Manish Singh, Tor, Murray Cumming, Kian Duffy, Morten Welinder]
12566 * Documentation improvements [Hong Gang XU, Dan Winship, Matthias]
12567 * New and updated translations (bg,cs,da,en_CA,es,et,nb,nl,no,
12568   sk,th,zh_TW)
12569
12570 Overview of Changes from GLib 2.6.x to GLib 2.7.0
12571 =================================================
12572 * GKeyFile
12573  - Add unit tests [Matthias Clasen, Suren A. Chilingaryan]
12574  - Accept \r\n as line end [Bastian Nocera]
12575  - Don't interpret leading zeros as octal numbers. [Matthias]
12576  - Make key and group removal work [David Hoover, Matthias Hasselmann]
12577 * GOption
12578  - Improve formatting of --help output [Matthias, Noah Levitt]
12579  - Accept -? [Matthias]
12580  - Warn about duplicate main groups [Jeff Franks]
12581  - Treat '-' as non-option argument [Tim Musson, Thomas Leonard]
12582  - Report missing arguments as errors [Björn Lindqvist]
12583  - Add a boxed type for GDate [Tim-Philipp Müller]
12584 * GTree
12585  - g_tree_remove() and g_tree_steal() return status information [Matthew F. Barnes]
12586 * Stdio wrappers
12587  - Work regardless of large file support [Manish Singh]
12588  - Add g_access(), g_chmod(), g_creat(), g_chdir [Tor Lillqvist]
12589 * GObject
12590  - Implement "toggle references" to help language bindings [Owen Taylor]
12591  - Allow to mark names, nicks and blurbs of pspecs as static [Ben Maurer, Matthias]
12592  - Make pspec lookup a bit faster [Morten Welinder]
12593 * Add g_listenv() to list all set environment variables [Hans Petter Jansson]
12594 * Add g_file_set_contents() to atomically write a file.  [Søren Sandmann,
12595   Sven Neumann, Manish, Alexis S. L. Carvalho]
12596 * Add g_try_malloc(), g_try_new(), g_try_new0() and g_try_renew() [Stefan Kost]
12597 * Add g_utf8_collate_key_for_filename() to sort filenames taking
12598   extensions and numeric suffixes into account.  [Ole Laursen, Alex Larsson]
12599 * Add G_GNUC_NULL_TERMINATED to mark varargs function with 
12600   NULL-terminated argument lists. [Marc Meissner]
12601 * Win32 changes
12602  - Improved debugability [Ulf Lamping, Hans Breuer]
12603  - Make filename handling more robust [Tor, Billy Skaggs]
12604  - Improve g_get_system_data_dirs() [Tor]
12605  - Use more precise timers [Tor]
12606  - Build fixes [Kazuki Iwamoto, Hans, Tor, Robert Ögren]
12607 * Other bug fixes [Roger Leigh, Owen, Matthias, Morten, Kjartan Maraas, 
12608   Pawel Sakowski, Tor, Simon Budig, Ed Avis, Manish, Nicolas Laurent, 
12609   Bastien, Fabrício Barros Cabral, Michael Banck, Daniel Atallah, 
12610   J. Ali Harlow, Tim Janik, Hazael Maldonado Torres, Sven, Jon-Kare Hellan,
12611   Dave Benson, Tommi Komulainen, Benjamin Otte, Brian Cameron, Changwoo Ryu, 
12612   Christian Biere, Noah, Benoît Carpentier]
12613 * Documentation improvements [Vincent Untz, Matthias, Tim-Philipp Müller,
12614   Morten, Matthew, Federico Mena Quintero, Sebastian Bacher, Oliver Sessink, 
12615   Stefan, Jared Lash, Tor, Owen, Daniel Vaillard, Mathieu Lacage]
12616 * New and updated translations (ca,cs,da,el,en_CA,en_GB,es,et,eu,fa,fr,gl,
12617   hu,id,it,lt,mn,ne,nl,pl,pt,pt_BR,ro,rw,sk,sq,sr,sr@Latn,tl,uk,xh,zh_CN)
12618
12619 Overview of Changes from GLib 2.6.0 to GLib 2.6.1
12620 =================================================
12621 * GOption
12622  - Make gtk_init(NULL, NULL) work again [Marcin Krzyzanowski]
12623  - Improve handling of -- [Matthias Clasen]
12624  - Don't show G_OPTION_REMAINING in --help output [Matthew F. Barnes]
12625 * g_find_program_in_path() doesn't return directories [Tommi Komulainen]
12626 * Add gmodule-export-2.0.pc [Matthias]
12627 * Win32 changes
12628  - Improve hangling of UNC paths [Tor Lillqvist]
12629  - g_getenv(), g_setenv(), g_unsetenv(), g_find_program_in_path()
12630    take and return UTF-8 now [Tor] 
12631  - Make g_file_test() work more reliably, and use PATHEXT
12632    when check for executables [Tor]
12633  - Build and cross-compilation fixes [J. Ali Harlow]
12634 * Other bug fixes [Jens Hatlak, Morten Welinder, 
12635   Tor, Kalpesh Shah, Adrian Bunk]
12636 * Documentation improvements [Marcin Krzyzanowski, Tor, Crispin
12637   Flowerday, Mariano Suárez-Alvarez, Christian Biere, Danny Milo,
12638   Vincent Untz, Bastien Nocera]
12639 * New and updated translations (cy,de,nl,ru,sq,sv)
12640
12641 Overview of Changes from GLib 2.4.x to GLib 2.6.0
12642 =================================================
12643
12644 * GLib 2.6 introduces the concept of 'GLib filename encoding', which is the
12645   on-disk encoding on Unix, but UTF-8 on Windows. All GLib functions
12646   returning or accepting pathnames have been changed to expect
12647   filenames in this encoding, and the common POSIX functions dealing
12648   with pathnames have been wrapped. These wrappers are declared in the
12649   header <glib/gstdio.h> which must be included explicitly; it is not
12650   included through <glib.h>.
12651
12652   On current (NT-based) Windows versions, where the on-disk file names
12653   are Unicode, these wrappers use the wide-character API in the C
12654   library. Thus applications can handle file names containing any
12655   Unicode characters through GLib's own API and its POSIX wrappers,
12656   not just file names restricted to characters in the system codepage.
12657
12658   To keep binary compatibility with applications compiled against
12659   older versions of GLib, the Windows DLL still provides entry points
12660   with the old semantics using the old names, and applications
12661   compiled against GLib 2.6 will actually use new names for the
12662   functions. This is transparent to the programmer.
12663
12664   When compiling against GLib 2.6, applications intended to be
12665   portable to Windows must take the UTF-8 file name encoding into
12666   consideration, and use the gstdio wrappers to access files whose
12667   names have been constructed from strings returned from GLib.
12668
12669 * Likewise, g_get_user_name() and g_get_real_name() have been changed
12670   to return UTF-8 on Windows, while keeping the old semantics for
12671   applications compiled against older versions of GLib.
12672
12673 * The GLib uses an '_' prefix to indicate private symbols that
12674   must not be used by applications. On some platforms, symbols beginning
12675   with prefixes such as _g will be exported from the library, on others not.
12676   In no case can applications use these private symbols. In addition to that,
12677   GLib+ 2.6 makes several symbols private which were not in any installed
12678   header files and were never intended to be exported.
12679
12680 * To reduce code size and improve efficiency, GLib, when compiled
12681   with the GNU toolchain, has separate internal and external entry
12682   points for exported functions. The internal names, which begin with
12683   IA__, may be seen when debugging a GLib program.
12684
12685 * On Windows, GLib no longer opens a console window when printing
12686   warning messages if stdout or stderr are invalid, as they are in
12687   "Windows subsystem" (GUI) applications. Simply redirect stdout or
12688   stderr if you need to see them.
12689
12690 * The child watch functionality tends to reveal a bug in many
12691   thread implementations (in particular the older LinuxThreads
12692   implementation on Linux) where it's not possible to call waitpid()
12693   for a child created in a different thread. For this reason, for
12694   maximum portability, you should structure your code to fork all
12695   child processes that you want to wait for from the main thread.
12696
12697 * A problem was recently discovered with g_signal_connect_object();
12698   it doesn't actually disconnect the signal handler once the object being
12699   connected to dies, just disables it. See the API docs for the function
12700   for further details and the correct workaround that will continue to
12701   work with future versions of GLib.
12702
12703 * Major new APIs
12704   - GOption, a commandline option parser
12705   - GKeyFile, a parser/editor for the .ini like files 
12706   - Functions to support the XDG basedir specification
12707   - Wrappers for common POSIX pathname functions to handle filename
12708     encodings consistently. On Windows, these use UTF-8.
12709
12710 * Miscellaneous new functions
12711   - g_filename_display_name() converts filenames in displayable UTF-8 strings
12712   - g_uri_list_extract_uris() splits uri lists
12713   - g_date_get_iso8601_week_of_year() gets ISO 8601 week numbers
12714   - g_log_set_default_handler() installs an alternate default log handler
12715   - g_get_language_names() obtains a list of applicable locale names
12716   - g_strv_length() calculates the length of NULL-terminated string arrays
12717   - g_win32_get_windows_version() determines the Windows version 
12718   - G_GNUC_INTERNAL marks functions as non-exported
12719   - glib_check_version() checks the GLib version at runtime
12720   - g_debug() completes the family of logging functions
12721
12722 * Performance improvements
12723   - Optimize g_utf8_validate()
12724   - Optimize g_markup_parse_context_parse()
12725   - Reduce signal connection complexity from O(n) to O(1) 
12726   - Get rid of many PLT entries for internally used exported symbols
12727   - Reduce code size by removing literal strings from g_return_if_fail()
12728
12729 * Other changes
12730   - On Windows, GLib functions that take file name arguments now require
12731     those to be in UTF-8. Functions that return file names return UTF-8.
12732   - Use higher precision for mathematical constants
12733   - Don't convert to/from UTF-8 in g_filename_to_uri/g_filename_from_uri
12734   - Support ll as printf format modifier for long long on all platforms
12735   - Clean up the ABI and enforce the list of exported symbols
12736   - Add a .pc file for using gmodule in libraries
12737   - Require ngettext
12738
12739 Overview of Changes from GLib 2.5.7 to GLib 2.6.0
12740 =================================================
12741 * GOption: Don't list help options if group-specific
12742   options have been requested [Glynn Foster]
12743 * Make g_get_language_names() track locale changes [Christian Persch]
12744 * Win32 bug fixes [Tor Lillqvist]
12745 * Bug fixes [Philippe Blain, Owen Taylor, Sebastian Wilhelmi]
12746 * New and updated translations (da,es,ja,lt,zh_CN)
12747 Bugs fixed: 159530,100697,160271,160645,157255
12748
12749 Overview of Changes from GLib 2.5.6 to GLib 2.5.7
12750 =================================================
12751 * Optimize g_utf8_validate() [Owen Taylor, Matthias Clasen]
12752 * Optimize g_markup_parse_context_parse() [Havoc Pennington, 
12753   Morten Welinder]
12754 * Reduce signal connection complexity from O(n) to O(1) 
12755   [Sven Neumann]
12756 * Add a .pc file for using gmodule in libraries [Owen]
12757 * Add G_GNUC_MALLOC to mark functions returning newly 
12758   allocated memory  [Matthias]
12759 * Win32 bug fixes [Hans Breuer, Tor Lillqvist, Robert Ögren,
12760   Bruce Hochstetler]
12761 * Bug fixes [Kazuki IWAMOTO, Matthias, Manish Singh, Morten,
12762   Frederic Crozat, Tor]
12763 * Documentation improvements [Matthias, Tor, Owen]
12764 * New and updated translations (cs,da,de,en_CA,en_GB,es,nb,nl,sq,zh_CN)
12765
12766 Overview of Changes from GLib 2.5.5 to GLib 2.5.6
12767 =================================================
12768 * GOption
12769   - Add G_OPTION_FLAG_REVERSE to allow options 
12770     which unset a  boolean variable [Tor Lillqvist]
12771 * GChildWatch
12772   - Use sigaction instead of signal [Jonas Jonnson, 
12773   Archana Shah]
12774   - Make the very first SIGCHLD work [Gustavo Carneiro]
12775 * Bug fixes [Morten Welinder, Tor, David MacLachlan,
12776   Manish Singh, J. Ali Harlow]
12777 * Documentation improvements [Matthias Clasen, Tor]
12778 * Updated translations (da,ja,tr,zh_CN)
12779
12780 Overview of Changes from GLib 2.5.4 to GLib 2.5.5
12781 =================================================
12782 * GKeyFile
12783   - Cleanups, add more error checking [Ray Strode]
12784   - Fall back to the untranslated string when getting 
12785     locale strings [Mark McLoughlin]
12786 * GOption
12787   - Document GOption [Matthias Clasen]
12788   - Better support for rest arguments [Owen Taylor, Matthias]
12789   - Handle conflicts between groups [Matthias]
12790 * Add g_lstat() to the stdio wrappers [Tor Lillqvist]
12791 * Add g_filename_display_name() to convert filenames
12792   in displayable UTF-8 strings  [Alex Larsson, Matthias]
12793 * Win32 bug fixes [Kazuki IWAMOTO, Hans Breuer, Tor]
12794 * Bug fixes [Christophe Fergeau, Morten Welinder, 
12795   Owen, Kjartan Maraas, Mark]
12796 * Documentation improvements [Matthias, Tor]
12797
12798 Overview of Changes from GLib 2.5.3 to GLib 2.5.4
12799 =================================================
12800 Add GKeyFile, a parser/editor for the .ini like files used in various
12801    freedesktop.org specifications. [Ray Strode]
12802 Make the handling of filename encodings consistent across all
12803    GLib functions, introduce wrappers for common POSIX 
12804    functions which accept the same filename encoding. [Tor Lillqvist, 
12805    Owen Taylor]
12806 GOption
12807  - Rename g_context_option_error_quark() to a more language-binding
12808    friendly name [Murray Cumming]
12809  - Accept backslashes in filenames on Win32 [Tor Lillqvist]
12810 * Strip the internal aliasing prefix IA__ from function names in 
12811   assertions [Matthias Clasen]
12812 * Add a function to split uri lists. [Matthias]
12813 * Win32 bug fixes 
12814  - Don't open console windows [Tor]
12815 * Other bug fixes [Philippe Blain, Robert Ögren, Hidetaka Iwai, Matthias,
12816  Morten Welinder, Mats-Ola Persson, Tor, Nickolay V. Shmyrev, Kjartan Maraas,
12817   Anders Carlsson, Tim-Philipp Müller, Lucas Rocha, Andrea Campi, Manish
12818   Singh, Thomas Fitzsimmons, Kazuki IWAMOTO]
12819 * Documentation improvements [Matthias, Linus Walleij, Nickolay, Philippe, 
12820  Adam Hooper, Gustavo Carneiro]
12821 * New and updated translations (cs,en_CA,en_GB,ja,nb,nl,or,sr,sr@Latn,sq)
12822
12823 Overview of Changes from GLib 2.5.2 to GLib 2.5.3
12824 =================================================
12825 * GOption
12826  - set the program name from argv[0] [Masatake YAMATO] 
12827  - make contexts work without a main group [Anders Carlsson]
12828 * Performance 
12829  - Get rid of many PLT entries for internally used exported symbols,
12830    and clean up the ABI at the same time and make make check check the
12831    list of exported symbols.  [Matthias Clasen]
12832 * Add API to get ISO 8601 week numbers [Niklas Lundell]
12833 * Add API to install an alternate default log handler [Darin Adler]
12834 * Add API to obtain a list of applicable locale names [Hidetoshi Tajima]
12835 * Reduce code size bloat by removing literal strings from
12836  the g_return_if_fail() macros [Owen Taylor]
12837 * Add g_strv_length [Tim-Philipp Müller]
12838 * Win32 changes
12839  - Add API to determine the Windows version [Tor Lillqvist]
12840 * Other bug fixes [Stepan Kasal, Anders, Tor, Kazuki Iwamoto,
12841   Manish Singh]
12842 * Documentation improvements [Morten Welinder, Matthias]
12843 * New and updated translations (es,nn,ro)
12844
12845 Overview of Changes from GLib 2.5.1 to GLib 2.5.2
12846 =================================================
12847 * Add G_GNUC_INTERNAL macro [Arjan van de Ven]
12848 * Add GOption, a commandline option parser [Anders Carlsson]
12849 * Add glib_check_version [Michael Natterer]
12850 * Add XDG basedir API [Ray Strode]
12851 * Require ngettext [Danilo Segan]
12852 * Bug fixes [Manish Singh, Ray Strode, Vincent Noel, 
12853   Jon-Kare Hellan, Jody Goldberg]
12854 * Win32 bug fixes [Tor Lillqvist, Hans Breuer, Peter Zelezny]
12855 * Documentation improvements [Matthias Clasen, Vincent Untz, Christian Persch]
12856 * New and updated translations (bs,eu,fi,gu,ne,pa)
12857
12858 Overview of Changes from GLib 2.5.0 to GLib 2.5.1
12859 =================================================
12860
12861 * Bug fixes [Oliver Guntermann, Sven Neumann, James 
12862   Henstridge, Hiroyuki Ikezoe, Matthias Clasen, Robert 
12863   Ögren, Tommi Komulainen]
12864 * Documentation improvements [Soeren Sandmann, 
12865   Christophe Fergeau, Danek Duvall]
12866 * New and updated translations (eu,hi)
12867   
12868 Overview of Changes from GLib 2.4.1 to GLib 2.5.0
12869 =================================================
12870
12871 * New functions g_debug [Sven Herzberg]
12872 * Use higher precision for mathematical constants [Morten 
12873  Welinder]
12874 * Don't convert to/from UTF-8 in g_filename_{to,from}_uri 
12875  [Federico Mena Quintero]
12876 * Win32
12877  - Handle empty digit string in printf() functions 
12878    correctly [Tor Lillqvist]
12879  - Support ll as format modifier for long long [Tor]
12880  - Be more careful about HOME [Tor, Ivan Wong]
12881  - Bug fixes [John Ehresman]
12882 * Miscellaneous bug and portability fixes [Danilo Segan, 
12883  Owen Taylor, Nikolai Weibull, Benoît Carpentier, Morten 
12884  Welinder, Manish Singh, Sven Neumann, Julio M. Merino Vidal,
12885  Kaz Sasayama, Murray Cumming, Federico, Mariano Suarez-Alvarez]
12886 * Documentation updates [Matthias Clasen, Crispin Flowerday,
12887  Tommi Komulainen, Federico Mena Quintero, Ed Griffiths]
12888 * New and updated translations (ja,ne,no,wa)
12889  
12890 Overview of Changes from GLib 2.4.0 to GLib 2.4.1
12891 =================================================
12892
12893 * Win32 bug fixes [Tor Lillqvist, Roger Leigh, John Ehresman]
12894 * Miscellaneous bug and portability fixes [Owen Taylor,
12895   Matthias Clasen, Jonas Jonsson, Christian Krause,
12896   Nickolay V. Shmyrev, Christophe Saout, Philippe Blain,
12897   Piotr Klaban]
12898 * Documentation updates [Matthias]
12899 * New and updated translations (ca,cs,cy,el,en_CA,en_GB,es,eu,fi,
12900   fr,gu,he,id,nl,pt,pl,ru,sr,sr@ije,sr@Latn,sv,uk)
12901
12902 Overview of Changes from GLib 2.3.6 to GLib 2.4.0
12903 =================================================
12904
12905 * Handle invalid-UTF-8 in g_log() properly [Matthias Clasen]
12906 * Win32 bug fixes [Tor Lillqvist, Bruce Hochstetler]
12907 * Miscellaneous bug and portability fixes [Olivier Biot, David L. Cooper II, 
12908   Kjartan Maraas, Frédéric L. W. Meunier, Christof Petig, Manish Singh, 
12909   Sebastian Wilhelmi]
12910 * Documentation updates [Owen]
12911 * Updated translations (hr,ro)
12912
12913 Overview of Changes from GLib 2.3.5 to GLib 2.3.6
12914 =================================================
12915
12916 * GAtomic bug fixes [Sebastian Wilhelmi, Mark McLoughlin]
12917 * GMain threading fixes and improvements [Sebastian]
12918 * Win32 [Tor Lillqvist]
12919  - restore some symbols extraneously exported from gobject to maintain ABI compatibility
12920  - Misc build improvements and fixes [Tor, Cedric Gustin, Hans Breuer]
12921 * Documentation updates [Sebastian, Takeshi AIHANA, Matthias, Sven Herzberg]
12922 * New and updated translations (be,es,fi,ga,pa,sr@ije,zh_CN)
12923
12924 Overview of Changes from GLib 2.3.3 to GLib 2.3.5
12925 =================================================
12926
12927 * Make glib-mkenums parse initializers with macros. [Matthias Clasen, muppet]
12928 * Respect locale era in g_date_set_parse(). [Theppitak Karoonboonyanan] 
12929 * Add atomic operations and use it for the async queue and
12930   gonce implementation. [Sebastian Wilhelmi]
12931 * Documentation improvements [Sebastian, Matthias, Sven Herzberg]
12932 * Add g_main_depth() for finding the recursion depth of the main
12933   loop [Owen Taylor, Tim Janik, Stefan Westerfeld]
12934 * Add g_spawn_close_pid(), needed on win32 [J. Ali]
12935 * Win32 fixes. [Hans Breuer, J. Ali Harlow]
12936 * Misc bugfixes [Sebastian, Matthias, Balazs Scheidler, Owen]
12937 * Updated translations (cy,et,ga,sq)
12938
12939 Overview of Changes from GLib 2.3.2 to GLib 2.3.3
12940 =================================================
12941
12942 * Add a native AIX gmodule implementation. [Laurent Vivier]
12943 * Add g_node_copy_deep().  [James M. Cape, Matthias Clasen]
12944 * Extend GQueue API to match the GList API. [Soeren Sandmann]
12945 * Add g_hash_table_find().  [Tim Janik]
12946 * Add a G_MODULE_BIND_LOCAL flag. [David Schleef]
12947 * Inline g_string_append_c() when possible. [Owen Taylor, Tim]
12948 * Wrap waitpid() as a GSource. [Jonathan R. Blandford]
12949 * Add g_completion_complete_utf8(). [Theppitak Karoonboonyanan, 
12950   Matthias]
12951 * Add g_strsplit_set(). [Soeren]
12952 * Documentation improvements. [Vincent Untz, Sebastian Wilhelmi, 
12953   Soeren, Matthias]
12954 * Win32 build fixes. [Tor Lillqvist]
12955 * Misc bugfixes [Manish Singh, Noah Levitt, Simon Josefsson, 
12956   Morten Welinder, Damien Carbery, Julio M. Merino Vidal, Sebastian, 
12957   Matthias]
12958 * Updated translations (nn,cs,it,ko,sq,ms,az,hr,uk,sr,sr@Latn,sq,ta)
12959
12960 Overview of Changes from GLib 2.3.1 to GLib 2.3.2
12961 =================================================
12962
12963 * Add G_MAXSIZE. [Manish Singh]
12964 * Add g_rand_new_with_seed_array(), g_rand_set_seed_array(),
12965   implementing the init-by-array functionality of the 
12966   original mersenne twister. Add g_rand_copy(). Improve seeding. 
12967   [George Lebl]
12968 * Add a lowercase_name option to glib-mkenums. [Murray Cumming]
12969 * Add g_ptr_array_foreach(). [Matthias Clasen]
12970 * Add g_timer_continue(). [Tim-Philipp Müller]
12971 * Fix a threadsafety issue in mem chunks. [Matthias, Balazs Scheidler]
12972 * Fix g_filename_{to,from}_utf8() on Win32 and improve 
12973   g_file_test() there too [Hans Breuer] 
12974 * Add a boxed type for NULL-terminated string arrays.  [Matthias]
12975 * Add G_DEFINE_TYPE() plus variants to ease the constuction
12976   of GObject boilerplate code.  [Tim Janik]
12977 * Support & in password GECOS field [Matthias, Soeren Boll Overgaard]
12978 * Documentation improvements [Matthias, Manish]
12979 * Win32 build fixes [Hans]
12980 * Misc bug fixes [Damien Carbery, Matthias, Manish, Olivier Poncet, 
12981   Zack Rusin]
12982 * Updated translations (ar,de,fa,ga,mn,nn,no,sq)
12983
12984 Overview of Changes from GLib 2.3.0 to GLib-2.3.1
12985 =================================================
12986
12987 * Add glib/gi18n.h and glib/gi18n-lib.h for common
12988   gettext support, including a Q_() macro for translation
12989   with context [Matthias Clasen]
12990 * Add a more flexible G_FILENAME_ENCODING variable
12991   as a replacement for G_BROKEN_FILENAMES [Matthias]
12992 * Fix the return value g_main_context_iterate() for
12993   newly ready sources [Padraig O'Briain]
12994 * Handle Hangul composition for normalization [Noah Levitt]
12995 * Add G_{MIN,MAX,MAXU}INT{8,16,32}. [Mark Jones, Matthias]
12996 * Add G_GSIZE_FORMAT/G_SSIZE_FORMAT [Manish Singh]
12997 * Add G_STRFUNC as a portable wrapper for __func__ [Tim Janik]
12998 * Documentation improvements [Matthias]
12999 * GObject [Tim Janik]
13000  - Support '-' in g_signal_connect()/disconnect() names
13001    like 'swapped-signal'.
13002  - Add g_type_class_peek_static() and use to optimize
13003    g_object_new() for static types [Tim]
13004  - Allow setting construct-only properties from within
13005    init() implementations
13006  - Enforce readability/writeability in g_object_set/get()
13007 * Fix bug with g_ascii_strtod and multi-byte separator.
13008   [Behdad Esfahbod, Roozbeh Pournader]  
13009 * Misc bug fixes [Matthias, John Ehresman, Andrew Lanoix,
13010   Tor Lillqvist, Mark McLoughlin, Tim-Philipp Müller, Manish, 
13011   Morten Welinder]
13012 * Updated translations (ca,cs,da,es,fr,ja,nn,no,pt,ru)
13013
13014 Overview of Changes from GLib 2.2.x to GLib-2.3.0
13015 =================================================
13016
13017 * Replace Trio printf by gnulib vasnprintf [Matthias Clasen]
13018 * Update Unicode data to Unicode 4.0 [Noah Levitt]
13019 * Support XML-safe formatted output with 
13020   g_markup_[v]printf_escaped [Owen Taylor]
13021 * Add g_file_read_link to read symbolic links [Matthias]
13022 * Add g_unichar_get_mirror_char to obtain the 
13023   mirrored variant of a character [Noah]
13024 * Support for one-time initialization functions. 
13025   [Sebastian Wilhelmi]
13026 * Miscellaneous API additions: g_vasprintf
13027   g_string_chunk_insert_len, g_setenv, g_unsetenv [Matthias]
13028 * Docs improvements [Matthias]
13029 * Add support instance-private data on classed types
13030   [Mark McLoughlin, Tim Janik, Owen]
13031 * Optimize signal emissions [Soeren Sandmann, Tim]
13032 * Support a "default vtable" per interface [Tim]
13033 * Add support for properties on interfaces [Owen, Tim]
13034 * Miscellaneous API additions: g_value_take_string(),
13035   g_value_take_param(), g_value_take_object(), 
13036   g_value_take_boxed(). [Matthias]
13037 * Win32 build fixes [Tor Lillqvist]
13038
13039 Overview of Changes from GLib 2.1.5 to GLib-2.2.0
13040 =================================================
13041
13042 * Fix a problem with g_thread_init() on 64-bit problems
13043   [Alceste Scalas, Sebastian Wilhelmi]
13044 * Add assembly implementations of byteswap macros
13045   for ia64 and x86_64. [Manish Singh]
13046 * IOChannel fixes for Win32 [Tor Lillqvist, Thorsten Maerz]
13047 * Updated translations (bg,ca,es,da,fi,lv,ru,sk)
13048
13049 Overview of Changes from GLib 2.1.4 to GLib-2.1.5
13050 =================================================
13051
13052 * Win32 bug fixes [Tor Lillqvist]
13053 * Various post-rewrite fixes for glib-gettext.m4 [Owen Taylor,
13054   Jody Goldberg, Kjartan Maraas, Johannes Stezenbach]
13055 * Ensure we have a GUINT64_FORMAT by pulling in Trio
13056   if necessary [Manish Singh]
13057 * Further Trio build fixes [Matthias Clasen, Owen]
13058 * Hack around gcc, libtool issues with -pthread [Owen]
13059 * Docs improvements [Matthias]
13060 * Bug and portability fixes 
13061 * Updated and new translations (bg,de,fi,fr,sq,fr)
13062
13063 Other contributors: Kai Poitschke, Morten Welinder
13064
13065 Overview of Changes from GLib 2.1.3 to GLib-2.1.4
13066 =================================================
13067
13068 * autoconf changes to make it possible to cross compile
13069   GLib. [Owen Taylor, Dan Kegel, Amy Lin, Dimi Shahbaz, 
13070   Johannes Stezenbach]
13071 * Use libintl when it has bind_textdomain_codeset() and
13072   GLib doesn't. [Owen]
13073 * Improve generation of pseudo-random integers [Morten Welinder, 
13074   Sebastian Wilhelmi]
13075 * Avoid literal UTF-8 in favor of octal escapes [Owen, Tomas Ogren]
13076 * Cleanup include order [Sven Neumann]
13077 * autoconf cleanups and bug fixes [Daniel, Matthias Clasen, Owen]
13078 * Doc fixes and additions [Matthias]
13079
13080 Other contributors: James M. Cape, Frederic Crozat, Martin Gansser,
13081   Phuc LeHong, Manish Singh, Joshua Weage, Morten Welinder
13082
13083 Overview of Changes from GLib 2.0.x to GLib-2.1.x
13084 =================================================
13085
13086 * Add copy of the Trio library to build and use for printf() when 
13087   system printf isn't good enough. Add g_printf()/etc. [Matthias Clasen]
13088 * Add g_str_has_suffix()/g_str_has_prefix() [Alex Larsson]
13089 * Add g_markup_parse_context_get_element() [Matthias]
13090 * Add g_utf8_strreverse [Matthias]
13091 * Add g_ascii_strtoull() [Tim Janik]
13092 * Support scanning of 64-bit values with GScanner [Tim]
13093 * Add g_set/get_application_name() [Havoc Pennington]
13094 * Add G_LIKELY()/G_UNLIKELY() macros for hinting branch probabilities. 
13095   Use for g_return_if_fail(). [Matthias Clasen]
13096 * Add G_GNUC_DEPRECATED macro [Tom Tromey]
13097 * Improve the seeding algorithm of GRandom to avoid problems
13098   with certain pathological seeds. Support G_RANDOM_VERSION=2.0
13099   environment variable. [Sebastian Wilhelmi]
13100 * Improve thread configure checks, use -pthread where applicable
13101   [Sebastian]
13102 * Improve handlng of thread priorities [Sebastian]
13103 * Fix up parameter names that might shadow functions from
13104   system headers [Soeren Sandmann]
13105 * Clean up usage of deprecated functions [Manish Singh]
13106 * Docs fixes and improvements. In particular, include "Since" information.
13107   [Matthias, Soeren, Martin Schulze, Daryll Strauss, Bill Janssen, 
13108   Owen Taylor, Morten Welinder]. 
13109
13110 Overview of Changes in GLib 2.0.7
13111 =================================
13112
13113 * Fix C++ warnings in gtype.h [Dom Lachowicz]
13114 * Fix g_type_fundamental_next() [Tim Janik]
13115 * Fix various missing includes of config.h [Morten Welinder]
13116 * Handle main loop initialization before g_thread_init [Sebastian Wilhelmi]
13117 * Various 64-bit fixes [Manish Singh]
13118 * Fix GPoll on Win32 [Tor Lillqvist, Herman Bloggs]
13119 * Fix bug with buffering on UTF-8 IOChannels [Daniel Elstner]
13120 * Misc bug and build fixes [Soren Andersen, Gustavo Carneiro, Tor,
13121      Tim, Havoc Pennington,  Matthias Clasen, Sebastian Rittau,
13122      Masahiro Sakai, Arvind Samptur, HideToshi Tajima, Owen Taylor]
13123 * Updated and new translations (be,cs,de,*fa,it,lv,pt_BR,tr)
13124
13125 Overview of Changes in GLib 2.0.6
13126 =================================
13127
13128 * Fix problem with interface prerequisites [Jon Trowbridge, Dave Camp]
13129 * Clean up debug spew from GObject [Anders Carlsson]
13130 * Compiler warning fixes [David L. Cooper II]
13131 * Fix some problems with g_build_path() [Guillaume Chazarain, Owen Taylor]
13132 * Fixes for --disable-debug [Sebastian Wilhelmi]
13133 * Threading fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann, 
13134   Rajkumar Sivasamy, Laurent Vivier]
13135 * Documentation fixes [Jacob Berkman, Manuel Clos, Jared Dukat, 
13136   Sebastian Rittau, Linus Welleij]
13137 * Misc bug fixes [Anders Carlsson, Sam Couter, Morten Welinder, Owen]
13138 * Updated translations (bg,ko,vi)
13139
13140 Overview of Changes in GLib 2.0.5
13141 =================================
13142
13143 * Fix problem with interface prerequisites [Jon Trowbridge, Dave Camp]
13144 * Clean up debug spew from GObject [Anders Carlsson]
13145 * Compiler warning fixes [David L. Cooper II]
13146 * Fix some problems with g_build_path() [Guillaume Chazarain, Owen Taylor]
13147 * Fixes for --disable-debug [Sebastian Wilhelmi]
13148 * Threading fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann, 
13149   Rajkumar Sivasamy, Laurent Vivier]
13150 * Documentation fixes [Jacob Berkman, Manuel Clos, Jared Dukat, 
13151   Sebastian Rittau, Linus Welleij]
13152 * Misc bug fixes [Anders Carlsson, Sam Couter, Morten Welinder, Owen]
13153 * Updated translations (bg,ko,vi)
13154
13155 Overview of Changes in GLib 2.0.4
13156 =================================
13157
13158 * Fix some 64-bit problems. (George Lebl, David L. Cooper II)
13159 * Add note about Tru64 iconv to INSTALL. (Manuel Op de Coul)
13160 * Fix problem with timouts > MAXINT. (Tim Janik, Owen Taylor)
13161 * Updated translations (ca,es,fr,ja,gl,ms,nl,pl,pt,ru)
13162
13163 Overview of Changes in GLib 2.0.3
13164 =================================
13165
13166 * Handle sorting 0-length arrays (Ron Arts)
13167 * Threading fixes (Sebastian Wilhelmi)
13168 * Portability fixes (Miroslaw Dobrzanski-Neumann, Jacob Berkman, Gareth Pierce, 
13169   Sebastian, Qingjiang Yuan)
13170 * Various fixes for glib-2.0.m4. (Jim Gettys, others.)
13171 * Locate right glib-genmarshal when cross-compiling. (Mitch Natterer)
13172 * Win32 fixes (Tor Lillqvist)
13173 * Try to fix g_get_charset() related segfaults. (Owen)
13174 * Fixes for gettext detection. (Dan Winship, HideToshi Tajima, Boyd Lynn Gerber,
13175   Andrew P. Lentvorski, Jr.)
13176 * Fix g_scanner_unexp_token() (Tim Janik, Sven Neumann)
13177 * g_markup fixes. (Matthias Clasen.)
13178 * Bug fixes and cleanups (Daniel Elstner, Matthias, Laszlo Peter, Morten Welinder,
13179   Wayne Schuller)
13180
13181 Overview of Changes in GLib 2.0.1
13182 =================================
13183
13184 * Portability fixes for Sun's Forte compiler [Erwann Chenede]
13185 * Performance improvements for GObject parameter lookup, 
13186   g_filename_to/from_utf8() [Alex Larsson]
13187 * Actually check interface prerequisites [Matthias Clasen,
13188   Miroslaw Dobrzanski-Neumann]
13189 * Fix problem with glib-mkenums taking huge amounts of stack. [Owen Taylor]
13190 * Fix g_signal_handlers_disconnect_by_func() for C++ [Damien Sandras]
13191 * Fixes for g_log() and threading.
13192   [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann, Tim Janik]
13193 * Make g_print(), g_printerr(), g_warning(), etc, convert from
13194   UTF-8 to the encoding of the locale [Sebastian Wilhelmi, Tim]
13195 * Fixes for GIOChannel on windows. [Tor Lillqvist]
13196 * Fix gsize/gint mismatches in giochannel.c [Miroslaw Dobrzanski-Neumann]
13197 * Fix file descriptor leak in g_file_get_contents() [Matthias]
13198 * Workaround iconv() problems on older Solaris [Lauri Alanko]
13199 * Fix warnings with gcc-3.1 about asm const [Cody Russel]
13200 * Minor bug fixes.
13201
13202 Other contributors: Hans Breuer, LEE Sau Dan, Sven Neumann, Salmaso Raffaele,
13203   Akira Tagoh, Morten Welinder
13204
13205
13206 Overview of Changes in GLib 2.0.0
13207 =================================
13208
13209 * Thread portability fixes [Sebastian Wilhelmi]
13210 * Documentation updates [Owen Taylor]
13211 * Make g_strerror(), g_strsignal() properly return UTF-8,
13212   call bind_text_domain_codeset() so that error strings
13213   are in UTF-8 as well. [Owen, Tor Lillqvist]
13214
13215 Overview of Changes in GLib 2.0.0 rc1:
13216 ======================================
13217
13218 * Win32 fixes [Tor Lillqvist]
13219 * Portability fixes [Finlay Dobbie, Miroslaw Dobrzanski-Neumann]
13220 * Fix up g_date_strftime [Daniel Elstner]
13221 * Add some structure padding [Tim Janik]
13222 * Make g_get_homedir() prefer the users home directory to $HOME
13223
13224 Other contributors: Matthias Clasen, Paolo Maggi, Christian Rose
13225
13226 Overview of Changes in GLib 1.3.15:
13227 ===================================
13228
13229 * Speed up marshalers by using private access to GValue 
13230   [Anders Carlsson, Tim Janik]
13231 * Reduce GValue to 2 elements [Tim]
13232 * Add G_DEBUG environment variable, G_DEBUG=fatal_warnings [Matthias Clasen]
13233 * Fixes for AIX compilation [Miroslaw Dobrzanski-Neumann]
13234 * Add padding to various structures [Owen Taylor, Tim]
13235 * Win32 fixes [Tor Lillqvist]
13236
13237 Other contributors: James Henstridge, Ryan Lovett, Morten Welinder,
13238   Daniel Elstner
13239
13240 Overview of Changes in GLib 1.3.14:
13241 ===================================
13242
13243 * Register value transformations for gint64, guint64 [Andy Wingo]
13244 * Build with large-file support [Sven Neumann, Owen Taylor]
13245 * Fix handling of hostnames in URI's [Darin Adler]
13246 * Main loop bug fixes [Havoc Pennington, Owen]
13247 * Doc fixes and improvements [Manish Singh, Tim Janik]
13248 * Support ' as attribute delimiters in GMarkup [Matthias Clasen]
13249 * Win32 fixes [Hans Breuer, Tor Lillqvist]
13250 * Threading bug and build fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann]
13251 * Miscellaneous bug fixes
13252
13253 Other contributors: Matthias Clasen, James Henstridge, Mitch Natterer, 
13254   Morten Welinder.
13255
13256 Overview of Changes in GLib 1.3.13:
13257 ===================================
13258
13259 * Fix g_filename_to/from_uri for Win32 [Tor Lillqvist, Darin Adler]
13260 * Miscellaneous win32 fixes [Tor, Hans Breuer]
13261 * Fix thread options for gcc on AIX [Jerome Zago, Sebastian Wilhelmi]
13262 * Documentation improvements [Ron Steinke, Matthias, Sebastian]
13263 * Cache iconv converters as used by g_convert() [Jeffrey Stedfast]
13264 * Bug fixes [Sven Neumann, Owen Taylor, Matthias Clasen, Jeffrey,
13265   Laszlo Peter, Havoc Pennington, Tim Janik]
13266
13267 Overview of Changes in GLib 1.3.12:
13268 ===================================
13269
13270 * Implement closure chaining, fixing up API (Tim Janik)
13271 * Closure chaining test case (James Henstridge)
13272 * Make GType long not int where both are equal width (Tim)
13273 * Win32 fixes and improvements (Hans Breuer, Tor Lillqvist)
13274 * Fixes for NetBSD. (Dan Winship)
13275 * Use snprintf() for g_printf_string_upper_bound() where possible. (Matthias Clasen)
13276 * Save space for GBSearchArray (Tim Janik)
13277 * Documentation improvements. (Matthias, Sven Neumann, Havoc Pennington)
13278
13279 Other contributors: Darin Adler, Chris Blizzard, Anders Carlson, Daniel Elstner, Michael Meeks, 
13280   Mark McLoughlin, Dave Neary, Manish Singh, Owen Taylor, HideToshi Tajima, 
13281   Sebastian Wilhelmi.
13282
13283
13284 Overview of Changes in GLib 1.3.11:
13285 ===================================
13286
13287 * Win32 fixes [Hans Breuer, Tor Lillqvist]
13288 * Documentation improvements [Matthias Clasen]
13289 * Portable directory handling API [Hans]
13290 * Threading fixes [Sebastian Wilhelmi, Havoc Pennington]
13291 * Fix excess relocations in Unicode tables [Andrew Taylor]
13292 * Fix gpattern for UTF-8 [Matthias Clasen]
13293 * Support overriding class closures [Tim Janik]
13294 * Support for derivation from G_TYPE_POINTER [Owen Taylor]
13295 * Hide pointers to type information inside GType to reduce locking
13296   [Alex Larsson, Tim]
13297 * Adds check for direct inclusion of gobject/*.h [Owen]
13298 * GObject API cleanups [Tim]
13299
13300 Other contributors: Darin Adler, Jacob Berkman, Daniel Egger, Eric Lemings, 
13301   Michael Meeks, Mark McLoughlin, Arkadiusz Miskiewicz, Dan Winship
13302
13303
13304 Overview of Changes in GLib 1.3.10:
13305 ===================================
13306
13307 * Many Win32 fixes and improvements [Tor Lillqvist]
13308 * Documentation improvements [Matthias Clasen]
13309 * g_string_printfa() renamed to g_string_append_printf()
13310 * Use libcharset from libiconv to implement charset detection
13311   more portably. [Owen Taylor, Hidetoshi Tajima]
13312 * Add 64 bit type support to GObject [Joshua Pritikin, Mathieu Lacage, Owen]
13313 * Make support for 64 bit integers a requirement [Joshua]
13314 * GPattern improvements [Tim Janik, Matthias]
13315 * Locale independent g_ascii_strtod / g_ascii_dtostr [Alex Larsson]
13316 * Many bug fixes and minor tweaks.
13317
13318 Other Contributors: Darin Adler, Jakub Jelinek, James Antill, Andrew Taylor,
13319   Ben Gertzfield, Elliot Lee, Manish Singh, Abel Cheung, Laszlo Peter,
13320   Sven Neumann, George Lebl, Raja Harinath, Sebastian Wilhelmi,
13321   Jacob Berkman
13322
13323
13324 Overview of Changes in GLib 1.3.9:
13325 ==================================
13326
13327 * Fixes for comparison of threads [Sebastian Wilhelmi]
13328 * Use vasprintf() when possible for g_strdup_printf [Matthias Clasen]
13329 * Win32 fixes [Tor Lillqvist, Hans Breuer]
13330 * Add a len argument to g_ascii_strup/strdown
13331 * Bug, portability fixes, cleanups.
13332
13333 Other Contributors: Darin Adler, Katsuhiro Okuno, Joshua N. Pritikin
13334
13335
13336 Overview of Changes in GLib 1.3.8:
13337 ==================================
13338
13339 * Documentation updates [Owen]
13340 * Made GType interfaces overridable in derived types
13341 * Many win32 fixes [Tor Lillqvist]
13342 * Miscellaneous cleanups and fixes
13343
13344 Other contributors:
13345   Darin Adler, Matthias Clasen, Ron Steinke, Hans Breuer, Alex Larsson
13346
13347
13348 Overview of Changes in GLib 1.3.7:
13349 ==================================
13350
13351 * Integrate GClosure support into the main loop [Owen Taylor]
13352 * More GSignal convenience functions (macros) [Sven Neumann, Tim Janik]
13353 * Introduced weak references for GObject [James Henstridge, Sven, Tim] 
13354 * Minor hash table optimizations
13355 * Main loop and threading improvements [Sebastian Wilhelmi]
13356 * Added g_ascii_* functions to be used for locale insensitive UTF-8
13357   compliant code instead of old string functions  [Darin Adler, Alex Larsson]
13358 * Add functions for Unicode case-conversion, normalization, and 
13359   collation [Owen]* GString improvements [Owen]
13360 * Reworked the GIOChannel code [Hidetoshi Tajima, Ron Steinke]
13361 * Removed glib-config-2.0 in favour of pkgconfig [Sebastian]
13362 * Make code 64bit clean [Mark Murnane]
13363 * More G_CONST_RETURN fixes
13364 * Many improvements to the win32 code [Tor Lillqvist, Hans Breuer]
13365 * Miscellaneous bug and API fixes
13366
13367 Other contributors:
13368   Michael Natterer, Christopher James Lahey, Padraig O'Briain,
13369   Matthias Clasen, Josh Pritikin, Steve Baker, Cesar Rincon, Garry R. Osgood,
13370   Michael Meeks, Laszlo Peter,  Martin Baulig, Kjartan Maraas, Andrew Lanoix,
13371   Peter Williams
13372
13373
13374 Overview of Changes in GLib 1.3.6:
13375 ==================================
13376
13377 * Threads have a "return value" from g_thread_join
13378 * Removed ability to adjust thread stack size
13379 * Prefix warnings with progname/PID by default, change toggle for this to 
13380   be an env variable G_MESSAGES_PREFIXED not a compile-time option
13381 * GMarkup speedups
13382 * GDate const, convenience fixups
13383 * Include test cases that headers are compilable by C++ compiler
13384 * Add ability to spawn processes with argv[0] != executable path.
13385 * g_strstr_len, g_strrstr, g_strrstr_len
13386 * Add length argument to g_utf8_strchr and g_utf8_strrchr.
13387 * Misc bug fixes
13388
13389
13390 Overview of Changes in GLib 1.3.5:
13391 ==================================
13392
13393 * Added an installed glib-mkenums Perl program for parsing enumeration
13394   declarations from header files.
13395 * Mark some additional deprecated functions.
13396 * Bug and Portability fixes
13397
13398
13399 Overview of Changes in GLib 1.3.4:
13400 ==================================
13401
13402 * Efficiency improvements for GThreadPool
13403 * A few bug fixes
13404 * Build fixes
13405 * Documentation improvements
13406
13407
13408 Overview of Changes in GLib 1.3.3:
13409 ==================================
13410
13411 GLib:
13412
13413 * More user_data support in various functions.
13414 * Main loop API revamps to support per-thread main loops.
13415 * Unicode handling improvements.
13416 * Implemented debugging traps.
13417 * G_CONST_RETURN specification all over the place.
13418 * Various new small utility functions.
13419 * Random number generator precision improvements.
13420 * New configure option --disable-mem-pools.
13421 * Many Win32 improvements.
13422 * Added g_try_malloc() friends varinats.
13423 * Many documentation improvements.
13424 * Many threading improvements, support for dynamic allocation
13425   of static mutexes.
13426 * GHookLIst API cleanups.
13427 * Improved format support of GDate parser.
13428 * String function speed improvements with new g_stpcpy().
13429 * Hashtable API additions.
13430 * New GPatternSpec for shell-style pattern matching (from GtkPatternSpec).
13431 * Optimizations, cleanups, bug fixes.
13432
13433 GObject:
13434
13435 * Added many convenience functions.
13436 * GClosure and GParamSpec use float/sink ref-counting scheme now.
13437 * Reworked property change notification.
13438 * Binary searchable array cleanups, so it's widely usable now.
13439 * Added static content keeping for some GValue types.
13440 * Support for statically scoped signal parameters.
13441 * Extinguished property trailer args in set/get interface.
13442 * Added support for abstract types.
13443 * G_CONST_RETURN specification all over the place.
13444 * Split parameter exchange functionality into value transforms
13445   and parameter conversions.
13446 * Added signal emission hooks and signal accumulators.
13447 * Added interface prerequisites to support is_a (interface, object)
13448   relations.
13449 * Implemented GValueArray.
13450 * New types, boxed: G_TYPE_VALUE, G_TYPE_CLOSURE, G_TYPE_GSTRING
13451   GParamSpecs: G_TYPE_PARAM_PARAM, G_TYPE_PARAM_POINTER, G_TYPE_PARAM_CLOSURE,
13452   G_TYPE_VALUE_ARRAY, G_TYPE_PARAM_UNICHAR, G_TYPE_PARAM_VALUE_ARRAY.
13453 * Varrags value collection improvements.
13454 * Implemented debugging traps.
13455 * Made things thread-safe.
13456 * Many documentation improvements.
13457 * Many cleanups, optimizations and bug fixes.
13458
13459
13460 Overview of Changes in GLib 1.3.2:
13461 ==================================
13462
13463 GLib:
13464
13465 * Win32 build improvements  [Tor]
13466 * Improvements to error reporting  
13467   (g_critical(), g_return_if_reached()) [Darin]
13468 * Add g_strlcpy/g_strlcat  [David Wheeler]
13469 * New IO channel implementation for Win32  [Tor] 
13470 * Make g_array_free, g_string_free return pointer to memory requested
13471   not to be freed.  [Darin]
13472 * Added GError based error reporting for thread functions.  [Sebastian]
13473 * Moved reference docs into GLib distribution. [Owen]
13474 * Added g_convert() for doing convenient character set conversions based
13475   on iconv. (GLib now requires libiconv or a native iconv.) [Havoc/Owen]
13476 * Various Unicode handling additions (g_ucs4_to_utf8, g_utf8_validate(),
13477   g_{locale,filename}_{to,from}_utf8)  [Robert/Havoc/Owen]
13478 * Portability fixes for threading.  [Sebastian]
13479 * Added convenient functions for launching new processes (g_spawn_*),
13480   and shell quoting/unquoting functions.  [Havoc]
13481 * Split glib.h into many headers.  [Sebastian]
13482 * Added a simple callback-based parser for XML-like files (GMarkup).  [Havoc]
13483 * Fixed confusions between comparison functions that return <0, 0, >0
13484   and equaility functions that return FALSE,TRUE.  [Sebastian]
13485 * Added safe/portable temporary file manipulation functions.  [Tor]
13486 * autoconf improvements.  [Raja]
13487 * Many documentation improvements.
13488 * Bug fixes.
13489
13490 GObject:
13491
13492 * Added boxed and pointer types.  [Tim/Jonathan]
13493 * Added callback abstraction (GClosure)  [Tim]
13494 * Added signal system (GSignal)  [Tim]
13495 * Make GTypePlugin an interface  [Tim]
13496 * Added GTypeModule - a simple GTypePlugin instantiation  [Owen]
13497 * Bug fixes.
13498
13499
13500 What's new in GLib 1.3.1:
13501 =========================
13502
13503 * New GObject library added including object system based on
13504   the GTK+ object system. 
13505 * Functions for getting the properties of Unicode characters, 
13506   computing the canonical decomposition and ordering combining
13507   characters aand manipulating UTF-8 string manipulation based
13508   on libunicode.
13509 * GString now properly handles embedded nuls.
13510 * Multiple fixes from the 1.2.x branch.
13511 * Upgrade to libtool 1.3.3
13512 * Full thread support (thread creation and destruction).
13513 * BeOS port, BeOS dynamic modules.
13514 * Many improvements to the Windows ports.
13515 * Improvements to the OS/2 port, OS/2 module support.
13516 * Double ended queue implementation.
13517 * GLib macros for printf() formatting, e.g. G_GULONG_FORMAT = "lu"
13518 * New configure option --enable-msg-prefix to prefix messages, warnings
13519   et ceteri with the program name and the process id.
13520 * New thread-safe random number generator Mersenne Twister.
13521 * g_strcompress() added, g_strescape() had a slight API change, and
13522   more tightly defined semantics.
13523 * the g_string(x) macro has been removed, #x may be used instead.
13524                                 
13525