Imported Upstream version 2.62.3
[platform/upstream/glib.git] / NEWS
1 Overview of changes in GLib 2.62.3
2 ==================================
3
4 * Use `poll()` in `g_spawn_sync()` rather than `select()`, which is subject to
5   FD limits (#954)
6
7 * Fix undefined behaviour with `g_utf8_find_prev_char()` (#1917)
8
9 * Bugs fixed:
10  - #954 The g_spawn_sync() function uses select() which has limitations
11  - #1318 rare failure in gdbus-peer test: invalid uninstantiatable type '(null)' in cast to 'GDBusServer'
12  - #1897 glib 2.62.0 fails test 'test_writev_no_vectors' wih gcc7
13  - #1903 use-after-free in mimeapps test causes intermittent segfault during testing
14  - #1916 objcopy not used from cross-compilation file in GIO tests
15  - #1917 Test utf8-pointer fails with static build, LTO, optimisations, and new GCC
16  - !1174 Backport !1164 “use-after-free fix in mimeapps test” to glib-2-62
17  - !1184 Backport !1173 “gvariant: Limit recursion in g_variant_parse()” to glib-2-62
18  - !1194 Backport !1176, !1183, !1188, !1191 to `glib-2-62`
19  - !1203 Backport !1192, !1193, !1197 Fixes for gdbus-peer tests to glib-2-62
20  - !1207 Backport !1206 “goption: Relax assertion to avoid being broken by kdeinit5” to glib-2-62
21  - !1215 [2.62] gdbus-peer: Specifically listen on 127.0.0.1
22  - !1219 Backport !1218 “gdb: Fix GHashTable pretty printer off-by-one error”
23  - !1222 Backport !1221 “Add NOTE_REVOKE to the list of the monitoring events” to glib-2-62
24  - !1228 Backport !1199 “gunicode: Fix UB in gutf8.c and utf8-pointer test” to glib-2-62
25
26
27 Overview of changes in GLib 2.62.2
28 ==================================
29
30 * Bugs fixed:
31  - #1896 Use after free when calling g_dbus_connection_flush_sync() in a dedicated thread
32  - !1154 Backport !1152 “gwinhttpvfs: Handle g_get_prgname() returning NULL” to glib-2-62
33  - !1156 Backport !1146 Solaris fixes to glib-2-62
34
35
36 Overview of changes in GLib 2.62.1
37 ==================================
38
39 * Fix regression in g_file_copy() when passing
40   `G_FILE_COPY_TARGET_DEFAULT_PERMS` flag; the destination permissions would be
41   private rather than following the process’ umask (!1142)
42
43 * Several `GDateTime` parsing fixes (!1127)
44
45 * Always build the tests if installed-tests are enabled, so that the tests can
46   actually be installed (!1141)
47
48 * Bugs fixed:
49  - #174 g_file_copy always preserves  permissions, even if G_FILE_COPY_ALL_METADATA flag is not set
50  - #1865 g_variant_get_data_as_bytes fails after serializing a variant
51  - #1875 Segfault and Overflow in __gio_xdg_cache_mime_type_subclass() with Wps-Office installed
52  - #1887 glib 2.62.0 breaks loading dylibs as modules
53  - #1888 2.62: docs build on Windows broken
54  - !1021 docs: Remove priv pointers from the tutorial example
55  - !1094 Backport to 2.62: gmodule: use dl implementation on macOS
56  - !1101 Backport !1092 “Fix doc build on Windows” to glib-2-62
57  - !1102 Backport !1080 “tests: Fix skipping mkdir-with-parents-permission test” to glib-2-62
58  - !1103 Backport !1085 “xdgmime: Prevent infinite loops from badly-formed MIME registrations” to glib-2-62
59  - !1127 Backport !1125 and !1115 GDateTime parsing fixes to glib-2-62
60  - !1128 Backport !1043 “gvariant: Handle empty serialisations in get_child_value()” to glib-2-62
61  - !1140 [2.62] g_file_info_get_modification_date_time: Calculate in integer domain
62  - !1141 [2.62] Always build tests if we enabled installed-tests
63  - !1142 Backport !1134 Fix for file copy permissions to glib-2-62
64
65 * Translation updates:
66  - Danish
67  - Italian
68  - Panjabi
69  - Serbian
70  - Turkish
71
72
73 Overview of changes in GLib 2.62.0
74 ==================================
75
76 * Fix new `GFileInfo` APIs to work when `G_FILE_ATTRIBUTE_TIME_MODIFIED_USEC`
77   was not queried (!1087)
78
79 * Bugs fixed:
80  - #487 Add valgrind test runs to CI
81  - !1084 garray: Fix reference to GLIB_SIZEOF_INT
82  - !1086 glib.supp: make gobject_init() calloc also of the possible kind
83  - !1087 fileinfo: ignore USEC if not available
84
85 * Translation updates:
86  - Friulian
87  - Portuguese (Brazil)
88
89
90 Overview of changes in GLib 2.61.3
91 ==================================
92
93 * Support setting thread name on BSD systems (#1761)
94
95 * Install previously-uninstalled headers for public `GNativeSocketAddress`
96   object (#1854)
97
98 * Very initial support for Windows apps (UWP) (!1057)
99
100 * Add various new valgrind suppressions to `glib.supp` (#1879, !1075)
101
102 * Bugs fixed:
103  - #83 Optimisation for g_nearest_pow() in garray.c
104  - #512 GSignal: accumulator function not called to accumulate G_SIGNAL_RUN_CLEANUP object handler return values
105  - #873 allow NULL arguments to parse_strv
106  - #905 Patches from static analysis run on 2.40
107  - #1057 goption: add sanity check to input parameters
108  - #1309 GSettings object stops emitting "changed" signal on g_settings_reset after call to g_settings_delay
109  - #1620 GDBus criticals from GVfs with GLib master
110  - #1761 Setting thread-name on BSD systems
111  - #1803 GDK_SCALE=X is not respected when using "gio open"
112  - #1819 Invalid characters in Open Location dialog crashes GIMP
113  - #1852 Regression: g_mkdir_with_parents() returns 0 on failure
114  - #1854 glib/gio: GNativeSocketAddress headers not installed.
115  - #1860 g_clear_handle_id does not trigger GLIB_VERSION_MAX_ALLOWED warning
116  - #1863 Potential invalid writes on g_utf8_strreverse
117  - #1867 A couple of en_GBisms
118  - #1870 GSettingsBackend watches not thread-safe
119  - #1879 Incomplete valgrind suppressions - 16 KiB leak reported by valgrind from loading libglib-2.0.so
120  - #1880 glib/gbacktrace.c: If dup2 happened to return -1, don't call dup2 with same value
121  - #1881 GIO_USE_VOLUME_MONITOR and GIO_USE_FILE_MONITOR do not work as documented
122  - !1002 Remove mentions of mailing lists from the documentation
123  - !1011 gapplication: Fix a leaking GRemoteActionGroup member
124  - !1015 Post-release version bump
125  - !1016 gnetworkmonitornm fixups
126  - !1017 Improve ISO 8601 parsing by GDateTime
127  - !1023 g_object_get_property: Improve documentation for use of G_VALUE_INIT
128  - !1026 gutf8: Assert that written memory stays in bounds
129  - !1027 gfileutils: Fix error propagation for other than ENOENT
130  - !1031 meson: build gnulib if printf isn't good enough
131  - !1032 meson: small printf check cleanups
132  - !1033 win32: don't assume the format specifier for the stdlib printf/scanf like functions
133  - !1034 glib/tests/fileutils: Add a reproducer for #1852
134  - !1036 cond test: Don't make assumptions about struct sigaction member order
135  - !1037 Meson: Override glib-compile-resources/schemas
136  - !1044 Relax use of g_test_bug() to not require g_test_bug_base() to be called first
137  - !1049 minor typos in the documentation
138  - !1050 tests: Fix a pragma warning on FreeBSD
139  - !1054 gerror: Add a docs paragraph about not displaying errors verbatim in UI
140  - !1057 Some (probably) easy uwp patches
141  - !1059 Update win32 readme, add myself to codeowners
142  - !1066 libffi.wrap: Meson port has moved to FDO gitlab
143  - !1068 gsubprocesslauncher.c: fix documentation
144  - !1071 meson: Move libdl_dep to the top level
145  - !1074 Adjust README formatting
146  - !1075 glib.supp: add suppression for g_type_class_ref()
147
148 * Translation updates:
149  - Basque
150  - Catalan
151  - Czech
152  - English (United Kingdom)
153  - French
154  - Galician
155  - German
156  - Hungarian
157  - Indonesian
158  - Korean
159  - Lithuanian
160  - Polish
161  - Romanian
162  - Spanish
163  - Swedish
164
165
166 Overview of changes in GLib 2.61.2
167 ==================================
168
169 * Add various new array functions (#236, #269, #373)
170  - `g_array_copy()`
171  - `g_ptr_array_copy()`
172  - `g_ptr_array_extend()`
173  - `g_ptr_array_extend_and_steal()`
174  - `g_array_binary_search()`
175
176 * Add `g_assert_finalize_object()` helper function for writing tests (#488)
177
178 * Rework how D-Bus connections are closed/unreffed when `g_test_dbus_down()` is
179   called. Tests which leak a `GDBusConnection` may now time out and abort,
180   rather than silently leaking. (#787)
181
182 * Add a deprecation macro for GLib macros, and use it; third-party uses of
183   long-deprecated GLib macros may now start causing warnings. (#1060)
184
185 * Deprecate `GTime` and `GTimeVal`, and various functions which use them.
186   Use `GDateTime` and `guint64` UNIX timestamps instead. (#1438)
187
188 * Stop using `G_DISABLE_DEPRECATED` to allow disabling deprecation warnings;
189   third-party code should now be using
190   `GLIB_VERSION_{MIN_REQUIRED, MAX_ALLOWED}` to control symbol usage (!871)
191
192 * Improve support for running `ninja test` when GLib is built statically (#1648)
193
194 * Improve `GNetworkMonitor` detection of offline states (#1788)
195
196 * Fix build failure on macOS related to missing `_g_content_type_get_mime_dirs`
197   function (#1791)
198
199 * Add various installed utilities’ paths to `gio-2.0.pc` (#1796)
200
201 * Fix keyfile `GSettings` backend and portal (especially relevant to any version
202   of GLib included in a flatpak runtime) (#1822, !985)
203
204 * More IPv6 ‘Happy Eyeballs’ fixes in `GNetworkAddress` (!865)
205
206 * Fix CVE-2019-12450, wide permissions of files when copying using GIO (!876)
207
208 * Bump the Meson dependency from 0.48.0 to 0.49.2; we won’t depend on anything
209   higher than this for a while, as Debian 10 ships 0.49 (!924)
210
211 * Various test fixes for Windows (!930, !931)
212
213 * Initial support for Universal Windows Platform (UWP): certification, and use
214   of packaged libraries (!951)
215
216 * Add experimental clang-cl support on Windows, allowing `g_autoptr()` support
217   on Windows (!979)
218
219 * Bugs fixed:
220  - #77 G_STDIO_NO_WRAP_ON_UNIX wraps
221  - #236 Add a function to copy an array
222  - #269 Additional convenience functions for g_ptr_array
223  - #373 GArray could use a binary search function
224  - #436 running tests leaves lots of coredumps
225  - #453 find-enclosing-mount docs confusing
226  - #488 Add g_object_assert_last_unref() helper macro to detect object leaks in tests
227  - #590 A reader lock can be obtained even if a writer is already waiting for a lock
228  - #638 g_atexit is defined when not declared
229  - #737 Initialize GValue in g_object_get_property()
230  - #787 gtestdbus: Properly close server connections
231  - #804 gdbusproxy prefixes unstripped error
232  - #870 Fix and enhance GDatetime for Windows
233  - #872 ucs4 functions have wrong return transfer
234  - #887 gdusmessage.c mishandles bounds of GDBusMessageType and related enums
235  - #894 gvalue: Avoid expensive checks where possible
236  - #940 Docs for g_socket_listener_set_backlog are not very helpful
237  - #943 G_DEFINE_TYPE_WITH_PRIVATE docs not helpful
238  - #1018 Allow guid key in dbus addresses
239  - #1060 Add deprecation macro for macros
240  - #1169 Tools can display gibberish messages from translations
241  - #1270 g_get_charset always returns 8-bit codepage on Windows, crippling UTF-8 output
242  - #1438 Deprecate GTimeVal- and GTime-based APIs
243  - #1635 g_socket_join_multicast_group iface parameter fails on win32/64
244  - #1648 2.58.2: Assorted asserts fail in Arch Linux when built statically
245  - #1729 g_content_type_guess segfaults when passed an empty data buffer on Mac OS
246  - #1788 GNetworkMonitor claims I am offline
247  - #1790 documentation on g_file_info_get_attribute_as_string
248  - #1791 _g_content_type_get_mime_dirs missing from libgio-2.0.0.dylib on MacOS
249  - #1792 glib-genmarshal generated valist marshal does not respect static scope for some types
250  - #1793 glib-genmarshal generates wrong code for va marshaler for VARIANT type
251  - #1794 API Proposal: g_timer_is_active
252  - #1796 Add gio-querymodules variable to pkg-config file
253  - #1797 glib/tests/win32 test failing on 64-bit Visual Studio builds
254  - #1798 /contenttype/tree reliably fails on FreeBSD since !863
255  - #1807 g_dbus_server_new_sync() documentation references nonexistent function
256  - #1808 Stopping a GDBusServer should clean up Unix socket paths (if not abstract) and nonce-tcp nonce files
257  - #1811 Introspection info for g_unichar_compose's 3rd arg should be OUT
258  - #1822 keyfile gsettings backend not loading
259  - #1823 Documentation for disabling selinux is incorrect
260  - #1825 GKeyFileSettingsBackend created without filename construct property and unchecked assertion
261  - #1828 Small typo in gio manpage
262  - #1837 Specify for each (optional) parameter, whether it is OUT or INOUT
263  - #1838 Reword documentation for G_DECLARE_FINAL_TYPE
264  - #1847 Setting GLIB_VERSION_{MIN_REQUIRED, MAX_ALLOWED} to before 2.56 triggers warnings
265  - !533 docs: Document pitfall of deprecation pragmas
266  - !563 ci: Add scan-build job in a new ‘analysis’ pipeline stage
267  - !678 glib-compile-schemas: Improve translatable strings
268  - !817 gdate: Officially mark GTime as deprecated
269  - !851 gsettings: Document that lists are returned in no defined order
270  - !853 gobject: Fix apostrophe usage in a few small bits of documentation
271  - !859 gobject: Add a g_assert_finalize_object() macro
272  - !863 gunicollate/cygwin: Don't use __STDC_ISO_10646__ for wchar_t related checks
273  - !865 gnetworkaddress: fix "happy eyeballs" logic
274  - !867 Post-release version bump
275  - !871 Drop G_DISABLE_DEPRECATED
276  - !873 Use atomic reference counting for GSource
277  - !874 Clamp number of vectors to IOV_MAX / UIO_MAXIOV for GOutputStream writev()...
278  - !875 CI/msys2: disable coverage reporting, lcov doesn't support gcc9 yet
279  - !876 CVE-2019-12450: gfile: Limit access to files when copying
280  - !877 gio: specify proper c_marshaller and va_marshallers
281  - !883 tests: Fix small race in GSubprocess tests
282  - !884 garcbox.c: Fix typo atomit => atomic
283  - !885 goption: Clarify G_OPTION_ARG_FILENAME documentation
284  - !889 Include <sys/filio.h> for FIONREAD
285  - !901 gmain: Clarify that g_source_destroy() doesn’t drop a reference
286  - !904 Add glib-genmarshal tests and fix some valist marshaller bugs
287  - !906 property action: Add state hints
288  - !908 Improve testfilemonitor test repeatability and debuggability
289  - !909 D-Bus auth mechanism improvements
290  - !914 ci: Run scan-build in a different build directory
291  - !915 docs: fix typo on arrays examples in gvariant-text
292  - !917 docs: Fix name of IRC channel in CONTRIBUTING.md
293  - !919 glib/tests/refcount.c: Fix tests on non-GCC-isque compilers
294  - !920 gmacros: Only use deprecated attributes on enumerators with GCC ≥ 6.5
295  - !923 Check if compiler symbols are defined before using them
296  - !924 Bump the required version of Meson
297  - !930 glib/tests/convert.c: Skip tests that aren't meaningful for Windows
298  - !931 glib/tests/fileutils.c: Fix stdio Wrapper Test on Windows
299  - !934 build: Increase the slow test timeout to 180s
300  - !935 Ignore */__pycache__/* directories
301  - !937 Fix module tests on Visual Studio builds
302  - !939 gstdio: minor cleanups
303  - !941 list model: Expand items-changed docs
304  - !944 gutils: Don't limit the length of the host name to 99
305  - !945 Avoid overrunning stack at the end of the varargs.
306  - !947 gobject/tests/signals.c: Fix tests on Windows
307  - !948 GObject: Fix mkenums.py and genmarshal.py tests on Windows
308  - !950 ci: Enable CI on FreeBSD 12
309  - !951 Preliminary patches for Universal Windows Platform support
310  - !952 gio: Make minor docs improvements
311  - !953 g_utf8_normalize: Doc comment return missing nullable annotation
312  - !954 Fix the ISO 15924 code for Manichaean
313  - !955 gmacros: Use _Static_assert when C11 is available
314  - !958 gthread: fix minor errno problem in GCond
315  - !961 gmain: Fix g_main_context_prepare priority annotation
316  - !962 gmacros: Use _Static_assert only for non-expr static assert
317  - !964 gmacros.h: Use static_assert on MSVC if possible
318  - !968 Fix typo in request handle
319  - !970 gdatetime: Unset LC_ALL for the test as well
320  - !971 docs.c: Forward link from g_auto* → G_DEFINE_AUTO*
321  - !973 doc: fix typo in gio/gresource.c
322  - !979 Experimental clang-cl support
323  - !980 gmacros.h: Add better support for clang-cl
324  - !981 gio: fix typo in g_settings_reset documentation
325  - !982 Various doc fixes
326  - !985 Keyfile portal fixes
327  - !987 gio/tests: Remove code and comments referring to libtool
328  - !991 fix atomic detection on older gcc versions
329  - !992 docs: Add example to g_test_summary() documentation
330  - !994 gio: Fix minor docs mistakes
331  - !996 Small array test fixes
332  - !997 gdbusaddress: Add missing transfer annotation
333  - !1007 Resubmission of !832 “Try to create the complete path right away and fall back”
334  - !1009 gapplication: remove inactivity_timeout source on finalize
335
336 * Translation updates:
337  - Hungarian
338  - Indonesian
339  - Portuguese (Brazil)
340  - Spanish
341
342
343 Overview of changes in GLib 2.61.1
344 ==================================
345
346 * `g_unichar_isxdigit()` and `g_unichar_xdigit_value()` now handle full-width
347   characters (U+FF21–U+FF26 and U+FF41–U+FF46) (#58)
348
349 * Deprecate `gtester` utility and its test reporting format and enable TAP
350   output by default instead — the `--tap` option to tests is now a no-op
351   (#1441, #1619)
352
353 * Add `g_test_summary()` to allow test authors to programmatically summarise
354   what each unit test in a test suite does (#1450)
355
356 * Upgrade to Unicode Character Database v12.1 (#1713, !822)
357
358 * More IPv6 Happy Eyeballs fixes to `GNetworkAddress` and `GSocketClient`
359   (#1747, #1771, #1774)
360
361 * Fix valgrind and gdb support for the new `GHashTable` changes (#1749, #1780)
362
363 * Fix GTask wait times growing faster than the number of task threads (#1683)
364
365 * Change `GApplication` to ignore `-psn_*` arguments on the macOS command line,
366   as they are irrelevant (#1784)
367
368 * Add `g_autoqueue()` helper macros, similar to `g_autolist()` (!474)
369
370 * Add pre-allocated link helpers for `GList` and `GQueue`:
371  - `g_list_insert_before_link()`
372  - `g_queue_insert_before_link()`
373  - `g_queue_insert_after_link()`
374
375 * Improve network availability detection with NetworkManager to treat lower
376   levels of connectivity as having reduced availability (!781)
377
378 * Add `g_clear_signal_handler()` to allow disconnecting from a `GObject` signal
379   and clearing the signal handler ID to zero in a single call (!819)
380
381 * Add `g_autoptr()` support for `GRWLock` (!825)
382
383 * Define `G_OS_UNIX`, not `G_OS_WIN32`, when GLib is built agains Cygwin (!862)
384
385 * Bugs fixed:
386  - #29 GScanner: should explicitly document modifiable fields (value, next_value, ...)
387  - #58 g_unichar_isxdigit() and g_unichar_xdigit_value() should deal with full-width a-fA-F
388  - #106 Boxed types should be documented better
389  - #135 g_unichar_totitle(0) returns 0x00001F88 instead of 0
390  - #429 g_format_size() is broken on Windows
391  - #1441 Deprecate gtester
392  - #1450 Add API for tests to describe what they're checking
393  - #1619 GTest should have a way to default to TAP
394  - #1683 GTask: task_wait_time is increased constantly when the number of running thread is greather than 10
395  - #1713 Upgrade to Unicode Character Database v12
396  - #1739 meson build failure libdl
397  - #1747 Critical in g_socket_client_async_connect_complete
398  - #1749 New GHashTable implementation confuses valgrind
399  - #1753 Remove memory leaks from gio/test/resolver.c
400  - #1755 Please revert #535 gmacros: Try to use the standard __func__ first in G_STRFUNC
401  - #1759 test_month_names: assertion failed
402  - #1760 Document for g_resolver_lookup_records why it returns a list of list of gchar*.
403  - #1763 tests: -p runs tests in the reverse of the specified order
404  - #1768 g_strlcat(): Possible buffer overflow in implementation
405  - #1771 GNetworkAddressAddressEnumerator unsafely modifies cache in GNetworkAddress
406  - #1774 Leaks in gsocketclient.c connection code
407  - #1776 glib/date test fails
408  - #1780 GDB pretty-printer for GHashTable no longer works
409  - #1782 Error in documentation for cross-compile.
410  - #1784 MacOS adds a -psn_X_XXXXXX parameter to the command line
411  - !474 Add g_autoqueue
412  - !476 Add pre-allocated link helpers for GList and GQueue
413  - !556 gtestutils: Make --tap compatible with -p and --GTestSkipCount
414  - !732 gsocket: Clarify in docs that `flags` arguments can be platform specific
415  - !766 W32: swap special g_get_prgname() for platform_get_argv0()
416  - !774 Only build tests if certain conditions are met.
417  - !780 Add copyright and licensing terms to test report generator
418  - !781 gnetworkmonitornm: Fix network available detection
419  - !782 build: Fix check for RTLD_NEXT
420  - !785 Remove monitor test
421  - !787 build: Remove */.gitignore files
422  - !791 glib/gconstructor.h: Include stdlib.h for MSVC builds
423  - !792 general: Remove a few unhelpful references to ‘master’
424  - !795 gdesktopappinfo: Add support for MATE and Xfce4 terminals
425  - !802 gio: tests, don't check for libdl on OpenBSD
426  - !806 Get to 100% coverage on GQueue tests
427  - !808 Update the Docker images used for CI
428  - !809 Modified version of !784 — Adding tests cases for a better coverage of glib/tests/strfuncs.c
429  - !813 gappinfo: Add precondition checks to GAppLaunchContext env methods
430  - !814 gschema.dtd: Add target attribute to alias
431  - !819 Clear signal handler
432  - !820 ci: Keep JUnit report script working on Debian stable
433  - !821 Various minor cleanups to autoptrs
434  - !822 glib: Update Unicode Character Database to version 12.1.0
435  - !825 Add autoptr support for GRWLock
436  - !831 build: (Long time after) post-release version bump
437  - !835 Fix typo in German translation
438  - !836 Document the best practices for binding GInitiallyUnowned
439  - !862 build: define G_OS_UNIX, not G_OS_WIN32 under cygwin
440
441 * Translation updates:
442  - Basque
443  - Catalan
444  - German
445  - Indonesian
446  - Spanish
447
448
449 Overview of changes in GLib 2.61.0
450 ==================================
451
452 * Changes to `iconv` configure options, including the default iconv
453   implementation on macOS — distributors may need to check their configure
454   scripts (#1557)
455
456 * Build fixes when building GLib with `G_DISABLE_ASSERT` defined (#1708)
457
458 * Fix documentation for `gdbus-tool wait` to use correct units (#1737)
459
460 * Improvements to symlink handling on Windows (!269)
461
462 * Add exception handling for crashes on Windows (!582)
463
464 * Set `G_WITH_CYGWIN` again when GLib is built on Cygwin (this was a regression
465   from the autotools build) (!736)
466
467 * Use `GCocoaNotificationBackend` by default on macOS, rather than
468   `GGtkNotificationBackend` (!745)
469
470 * Use Windows symbol visibility when GLib is built on Cygwin, as PE binaries
471   are subject to W32 visibility mechanics — this affects the definition of
472   `_GLIB_EXTERN` (!752)
473
474 * Add coloured output support to `gdbus introspect` (!761)
475
476 * Bugs fixed:
477  - #682 docs: advise not to use non-literal strings as qdata keys
478  - #1177 gparted crashes due to g_quark_from_static_string used in global initialization
479  - #1258 the buffer written to by g_input_stream_read is not marked as an out parameter
480  - #1557 By default glib tries to use libc instead of native iconv on OSX
481  - #1566 Meld Windows shows error on startup "There was a problem starting c:\Program"
482  - #1614 GIO tests fail on FreeBSD CI with: Unexpected error from C library during 'pthread_mutex_lock': Invalid argument
483  - #1708 Building GLib with G_DISABLE_ASSERT fails
484  - #1709 GResource generation test incompatible with stable LLVM on Linux
485  - #1710 Crash in g_cancellable_cancel
486  - #1712 gdbus-proxy test is flaky
487  - #1724 unconditional check in fuzzing/meson.build
488  - #1725 gosxappinfo.h is not installed on macOS
489  - #1727 Cannot use trash folder with an NFS mount using automount / autofs
490  - #1728 GSocket does not support ENOTSOCK
491  - #1732 Win32: lookup_by_name_async segfaults for not available domains
492  - #1737 gdbus-tool wait command timeout argument incorrect unit reference
493  - !67 glib: update internal gnulib from upstream
494  - !269 Win32 symlink code refactoring
495  - !493 tests: Check that cancelling g_file_replace don't overwrite existing file
496  - !582 Basic W32 exception handling for glib
497  - !680 Fix warnings glib
498  - !690 Fix thread safety issues
499  - !694 gvariant-parser: Fix pattern coalesce of M and *
500  - !706 Fix data races in task test and gmenumodel test
501  - !709 Bump release version for 2.62 series
502  - !710 socket: Fix annotation for flags in g_socket_receive_message
503  - !712 gwin32: Fix comment for g_win32_veh_handler
504  - !716 Various minor documentation fixes
505  - !717 Improve formatting of GCC attribute documentation
506  - !718 GSocketClient - Free last error if a connection attempt fails and on retry the...
507  - !719 Handle an UNKNOWN NetworkManager connectivity as NONE
508  - !721 codegen: Fix use of uninitialised variable
509  - !723 Provide examples for GNUC attribute macros
510  - !724 meson: do a build-time check for strlcpy before attempting runtime check
511  - !728 gsocket: Remove (type) annotation from flags arguments
512  - !730 Improve gdbus-address parsing tests
513  - !735 docs: Use the right g_autoptr function when using an auxiliary function
514  - !736 Set G_WITH_CYGWIN again
515  - !737 gresolver: Don’t use gai_strerror() on Windows, as it isn’t threadsafe
516  - !741 Fix use-after-free triggered by gnome-session-binary
517  - !745 gcocoanotificationbackend: give more priority than the gtk one
518  - !749 gio: Add missing autocleanup definition for GSettingsSchema{Key,Source}
519  - !750 Check for RTLD_NEXT
520  - !752 Use W32 visibility for Cygwin
521  - !754 Check for /proc/self/cmdline
522  - !757 Fix gnulib build on older Visual Studio builds
523  - !760 Properly ensure the cocoa notification backend type
524  - !761 RFC: gdbus-tool: Add --color option for introspect
525  - !762 gutils: Add (nullable) annotation to g_get_prgname()
526  - !765 gslice: Use a convenience macro
527  - !769 ci: Generate a cover report for the test suite
528  - !772 tests: Check that option-argv0 test succeeds on Linux
529  - !776 tests: Only run --external-data test on GNU ld/objcopy
530  - !779 Fix 2.62 documentation symbols
531
532 * Translation updates:
533  - Dutch
534
535
536 Overview of changes in GLib 2.60.0
537 ==================================
538
539 * Further fixes to the Happy Eyeballs (RFC 8305) implementation (#1653, #1679, #1693)
540
541 * Add support for the XDG trash portal (#1676, !276)
542
543 * Bugs fixed:
544  - #1653 gsocketclient-slow test is flaky
545  - #1658 keyfile settings backend: Consider tightening permissions
546  - #1668 Fill in CODE-OWNERS file
547  - #1675 glib-compile-resources: c_name generation issue
548  - #1676 Trash portal tries to open files as read-only but D-Bus API documents against that
549  - #1679 socket-service test is flaky
550  - #1693 Happy Eyeballs failure in gsocketclient-slow test
551  - #1697 gthreadresolver: do_lookup_records does res_ninit with an uninitialized state
552  - #1698 g_base64_encode(NULL, 0) causes critical warnings
553  - !276 Support the trash portal
554  - !639 gvariant-parser: Fix error handling when type coalescing fails
555  - !666 Socket fixes to W32 test suite
556  - !674 Update gvdb submodule
557  - !676 Initialize a variable
558  - !677 gerror: Add a missing precondition assertion in documentation
559  - !686 gio: Also support modules built with MSVC
560  - !688 gsocketclient: Fix critical on cancellation
561  - !689 glib-compile-resources: Fix a minor leak
562  - !691 gtask: Separate GTask fields memory locations to avoid data races
563  - !692 glib.supp: Add more variations of existing suppressions
564  - !696 Move closures refcount test to gobject/tests/
565  - !698 gthreadedresolver: Remove unused thread pool
566  - !699 tests: Fix closure-refcount to preserve old semantics
567  - !702 Rename gobjectenumtypes.[ch] to glib-enumtypes.[ch]
568  - !703 Clean up gmarshal.[ch]
569
570 * Translation updates:
571  - Catalan
572  - Czech
573  - French
574  - Friulian
575  - German
576  - Italian
577  - Korean
578  - Romanian
579  - Serbian
580
581
582 Overview of changes in GLib 2.59.3
583 ==================================
584
585 * Fix support for g_get_user_special_dir() on macOS, including support for the Downloads directory (#1048)
586
587 * Ensure that cancelling a GTask cannot cause its callback to be called synchronously (in the same call chain as the original *_async() call) (#1608)
588
589 * Further fixes to the Happy Eyeballs (RFC 8305) implementation (#1644, #1680)
590
591 * Various fixes for installation of installed tests (thanks to Iain Lane) (!649, !651)
592
593 * Various fixes for tests when run on Windows (thanks to LRN) (!665, !667)
594
595 * Bugs fixed:
596  - #535 gmacros: Try to use the standard __func__ first in G_STRFUNC
597  - #875 gio-gvfs on Windows: Don't mishandle other non-native URIs in gwinhttpvfs.c
598  - #1048 "Desktop" shortcut appears twice in file chooser sidebar on OSX
599  - #1608 Cancellation might not be asynchronous under certain circumstances
600  - #1644 network-address test failure in CI: IPv6 Broken (g-io-error-quark, 24)
601  - #1680 Regression: g_socket_client_connect_to_host_async() sometimes gets "Connection refused" when connecting to localhost
602  - #1686 gdbus-peer test is sometimes timing out
603  - !613 Use win32 io channel on windows for the protocol test
604  - !634 Win32: gio/gsocket.c: Set WSAEWOULDBLOCK on G_POLLABLE_RETURN_WOULD_BLOCK
605  - !638 gvariant-parser: Fix parsing of G_MININT* values in GVariant text format
606  - !640 tests: Tag socket-service test as ‘flaky’
607  - !641 Minor typo fixes to GSpawn documentation
608  - !645 gsocketlistener: Fix multiple returns of GTask when accepting sockets
609  - !647 gsocketclient: Ensure task is always returned on cancel
610  - !648 gio/tests/task: Run the worker indefinitely until it's cancelled
611  - !649 gio tests: Install test1.overlay file when building installed tests
612  - !650 gstring: fully document semantics of @len for g_string_insert_len
613  - !651 tests: Install the slow-connect-preload.so library and use it
614  - !667 GSubprocess fixes for W32 test suite
615  - !668 tests: Mark gdbus-peer test as flaky
616  - !669 GWin32VolumeMonitor: Sort the volumes correctly
617  - !670 gpollableoutputstream: Fix the description of the interface
618  - !672 Fix some tests when running as root
619
620 * Translation updates:
621  - Catalan
622  - Danish
623  - French
624  - Indonesian
625  - Kazakh
626  - Portuguese (Brazil)
627  - Slovenian
628  - Turkish
629
630
631 Overview of changes in GLib 2.59.2
632 ==================================
633
634 * Fix check on GDBusMessage size when reading it. (#1642)
635
636 * Add async GIO API: g_file_query_default_handler_async(), g_app_info_launch_uris_async() (#1249, #1347)
637
638 * Fix some bugs in the Happy Eyeballs implementation. (#1646, #1649)
639
640 * Install a new generated header with enum types for Unicode enums. (!481)
641
642 * Support the XDG trash portal. (!276)
643
644 * Bugs fixed:
645  - #1224 TSAN patches
646  - #1249 xdg-open/gnome-open doesn't work if service isn't started
647  - #1347 g_app_info_launch_default_for_uri_async  is not really async
648  - #1376 gmarkup: Optimize g_markup_escape_text()
649  - #1642 minor mismatch between error and code in g_dbus_message_bytes_needed
650  - #1646 Criticals in g_socket_client_enumerator_callback()
651  - #1649 Critical in g_socket_client_connected_callback
652  - #1673 G_MININT constants broken in g-i
653  - !276 Support the trash portal
654  - !481 Define enum types for Unicode enums
655  - !585 gio: do not pass O_PATH file descriptors to portal APIs
656  - !593 Don't fail trash test if ~/.local doesn't exist or mount points can't be determined (master)
657  - !609 Make `g_app_info_launch_uris_async()` really asynchronous
658  - !619 gvariant: Fix a mistake in docs
659  - !622 Fixing warnings
660  - !626 gdbus: Avoid printing null strings
661  - !627 gsocketclient: Fix criticals
662  - !629 Various memory leak cleanups to GSettings tests (subset)
663  - !630 docs: Ignore more version macros
664
665 * Translation updates:
666  - Galician
667  - Hungarian
668  - Lithuanian
669  - Polish
670  - Spanish
671
672
673 Overview of changes in GLib 2.59.1
674 ==================================
675
676 * Autotools support is gone. (!580)
677
678 * g_format_size() now uses a no-break space to separate digits and units;
679   translations will need to be updated accordingly. (#1625)
680
681 * New g_queue_clear_full() API. (#1464)
682
683 * Fix argument quoting on win32 when spawning subprocesses. (!419)
684
685 * Allow polling more than 64 handles on win32 using g_poll(). (#1071)
686
687 * Tag various tests as ‘flaky’. These are no longer run routinely on our
688   upstream CI machines, and downstream packagers may want to not run them (or
689   not treat those test failures as package build failures) on their test
690   machines either. They are in the `flaky` test suite. (!579)
691
692 * Add overlay support to g_resources_get_info(). (#1445)
693
694 * Support defaults and locks in the keyfile GSettings backend. This will be
695   used for flatpaks. (!450)
696
697 * Accept unquoted strings in the keyfile GSettings backend to simplify things
698   for sysadmins. (!603)
699
700 * Update our contribution guidelines (`CONTRIBUTING.md`). (!590)
701
702 * Add writev() and writev_all() APIs to GOutputStream and GPollableOutputStream,
703   and provide implementations of them for many subclasses. (#1431)
704
705 * Bugs fixed:
706  - #424 Add 'proxy' debugging support
707  - #1055 Provide alignment macros
708  - #1071 Eliminate MAXIMUM_WAIT_OBJECTS limitation in g_poll() on Windows
709  - #1445 g_resources_get_info doesn't respect resource overlays
710  - #1464 Add g_queue_clear_full() API
711  - #1500 GListStore needs double checking on some warnings
712  - #1623 xdg-open: file with colon results in “The specified location is not supported”
713  - #1625 Unbreakable space needed when showing size of folder/file
714  - #1636 GTask getters don’t return TRUE/FALSE after bitfield changes
715  - #1637 EXCEPTION_ACCESS_VIOLATION in g_clear_pointer
716  - #1639 GListStore implementation of g_list_model_get_item() returns wrong results on integer overflow
717  - #1655 gvariant-parser warnings
718  - #1663 G_MININT32 triggers compiler warning C4146 with Visual C++
719  - #1666 `G_DEFINE_DYNAMIC_TYPE_EXTENDED` causes warnings with -Wcast-function-type
720  - !319 giomodule: Print the type of each default GIO module
721  - !333 Add writev() API to GOutputStream and GPollableOutputStream
722  - !419 gspawn, win32: qouted args - escape end backslash
723  - !450 Settings portal
724  - !512 gtype: Clarify type of GInterfaceInitFunc
725  - !516 gthread: Add g_private_set_alloc0() convenience API
726  - !535 win32 gpoll: overcome the 64 handles limit
727  - !545 goption: Fix an annotation on g_option_context_parse_strv()
728  - !560 docs: Fix dconf GSETTINGS_BACKEND name in gio overview
729  - !564 gtype: Document type for iface_default_init() function
730  - !568 Add separate definitions of g_assert_[non]null() for C++
731  - !571 docs: Add note on how to check a gboolean condition
732  - !575 gio: Update bad cert error in accept-certificate and GTlsError docs
733  - !579 Temporarily disable flaky tests
734  - !580 Drop autotools support
735  - !583 gmacros: MSVC supports the noreturn function attribute
736  - !587 Remove unused .pc.in files
737  - !588 MSVC: Move dirent implementation to glib/dirent/
738  - !590 Update contribution documentation
739  - !591 gfileinfo: Fix annotation for g_file_info_set_attribute_stringv
740  - !592 Remove leftover build/ directory
741  - !595 gtestutils: pass open file descriptors to subprocess
742  - !597 tests: Tag gsocketclient-slow test as ‘flaky’
743  - !598 gdbus-proxy test fails with GLib-GIO:ERROR:glib/gio/tests/gdbus-proxy.c:832:fail_test: code should not be reached
744  - !599 gdtlsconnection: do not return on a void method
745  - !601 gio: Support "help" in extension point env vars
746  - !602 Update POTFILES.in
747  - !603 keyfile settings: Accept unquoted strings
748  - !608 build: Add -Wno-pedantic flag to compiler arguments
749  - !611 gnetworkaddress: fix use-after-free for network address
750  - !612 gdir: shutup a warning when building with msvc
751  - !615 Fix a couple of wrong compiler warnings
752
753 * Translation updates:
754  - Spanish
755  - Swedish
756
757
758 Overview of changes in GLib 2.59.0
759 ==================================
760
761 * This will be the last development release with autotools support. As our
762   Meson support has been around since 2.56.x, and was used to release tarballs
763   in 2.58.x, the next development release (2.59.1) will drop autotools as used
764   to build GLib. The macros installed for other packages to use will remain.
765
766 * Add `G_TEST_OPTION_ISOLATE_DIRS` to redirect `XDG_*_HOME` to a temporary
767   directory for each unit test. (#538)
768
769 * Support `Property.EmitsChangedSignal` annotations in `gdbus-codegen`. (#542)
770
771 * Add `g_assert_cmpvariant()` API for unit tests. (#1191)
772
773 * Hide bind mounts from GIO mount listings. (#1271)
774
775 * Automatically realign data passed to `g_variant_new_from_bytes()` or
776   `g_variant_new_from_data()` if it is not correctly aligned. This prevents
777   misaligned accesses on architectures which don’t support them. Callers should
778   still aim to correctly align data to get higher performance. (#1342)
779
780 * Support `ld -b binary` (on platforms which support it; i.e. Linux) to provide
781   large pre-compiled `GResource` resources with a fast compilation time. (#1489)
782
783 * Unconditionally install GLib m4 macros, so that projects which depend on GLib
784   and which still build using autotools can continue to build even once GLib has
785   ported entirely to Meson. (#1520)
786
787 * Various fixes to the Meson build.
788
789 * Drop Python 2 support and require Python 3.4+. See discussion on
790   https://mail.gnome.org/archives/desktop-devel-list/2018-July/msg00004.html.
791   (!196)
792
793 * `GHashTable` performance and memory improvements for common cases. See
794   https://hpjansson.org/blag/2018/07/24/a-hash-table-re-hash/. (!208)
795
796 * Add flags that allow a `GApplication` to signal and replace a currently
797   running other instance of the same `GApplication`. This will be used for app
798   upgrades with flatpak. (!250)
799
800 * Autostart xdg-desktop-portal when using the network monitor and proxy monitor
801   portal backends. (!317)
802
803 * Add a g_task_set_name() API to allow `GTask`s to be described; useful for
804   debugging. (!384)
805
806 * Enable FreeBSD CI on every commit for upstream GLib. (!387)
807
808 * Various GVariant, GMarkup and GDBus fuzzing fixes, including buffer overflow
809   fixes. (!411)
810
811 * Various fixes to eliminate thread races, found by thread sanitizer (tsan).
812
813 * Deprecate TLS/DTLS rehandshaking, as it has been removed from the protocol in
814   TLS 1.3. (!478)
815
816 * Support reading arguments from a file with `glib-mkenums`, which is useful
817   for long argument lists due to having deeply nested build directories, on
818   systems with a low limit on the command line length. (!489)
819
820 * Make `g_environ_*()` case-insensitive on Windows, as the environment itself
821   is case-insensitive on Windows. (!500)
822
823 * Add Application Layer Protocol Negotiation (ALPN) support to `GTlsConnection`
824   and `GDtlsConnection`, so that higher layer protocols can be negotiated when
825   setting up a TLS connection, without additional round trips and latency. This
826   is needed for eventual HTTP/2 support. (!520)
827
828 * Add support for TPM keys in PEM files when loading TLS certificates. (!522)
829
830 * Add a `GRecMutexLocker` auto-pointer wrapper for `GRecMutex`. (!528)
831
832 * Bugs fixed:
833  - #107 The "g_key_file_get_comment" interface returns comment with unexpected new line symbol at the end
834  - #179 g_object_unref assert in debug code
835  - #277 'destroy_data' in g_cclosure_new is registered as finalize notifier instread invalidate.
836  - #538 Add helpers to redirect XDG_*_HOME to a temp dir for unit tests
837  - #542 gdbus-codegen does not honor "Property.EmitsChangedSignal" annotations
838  - #656 check for -Werror=format-security broken
839  - #734 Provide a way to instantiate a GDBusProxy-derived class from a GDBusConnection and a object path without blocking
840  - #827 gmain: Clarify that g_source_set_callback() is safe on attached sources
841  - #1055 Provide alignment macros
842  - #1119 GVolumeMonitor: Results don't reflect current state but state when application was launched
843  - #1191 add g_assert_equal_variants
844  - #1261 Add option to leave <default> in gschema empty
845  - #1271 fstab binds appear as mounts (x-gvfs-hide is being ignored)
846  - #1310 gdbusproxy: make g-name-owner property useful with unique names
847  - #1313 Meson: Rework the config.h generation
848  - #1342 Automatically realign data passed to g_variant_new_from_bytes() or g_variant_new_from_data()
849  - #1343 g_date_set_parse: Parses "September" in Polish incorrectly
850  - #1362 Incorrect documentation about GSettings child add/remove notifications
851  - #1452 GFileInfo: unable to retrieve correct modification time of links and mounted volumes on Windows
852  - #1471 Incorporate oss-fuzz fuzz targets into GLib
853  - #1489 Use `ld -b binary` to speed up GResource generation for linking
854  - #1498 distcheck fails in distclean
855  - #1506 error: redefinition of typedef 'GKqueueFileMonitor'
856  - #1509 test_timeval_to_iso8601_overflow: 'out' should be NULL
857  - #1513 GIcon regression?
858  - #1514 gio/appinfo test sometimes fails in CI
859  - #1518 /network-monitor/create-in-thread fails in (LXC) containers on glib-2-56
860  - #1520 Change conditions for installing m4 macros
861  - #1522 Trash not working on NTFS folder accessed from symlink
862  - #1523 GIO NetworkMonitor doesn't reflect the current network state
863  - #1525 GTask allows (buggy) application code to cause callback to be called twice, without warning
864  - #1527 Meson doesn't install data for installed-tests
865  - #1528 Meson tests are hard to debug in an autobuilder environment
866  - #1530 tests/mainloop-test appears to be flaky
867  - #1535 meson: installed-test metadata not run in TAP mode
868  - #1536 meson: spurious dependencies on convenience libraries in .pc files
869  - #1537 meson: absolute paths to ${builddir} included in gtk-doc HTML
870  - #1538 meson: G_HAVE_GROWING_STACK defined differently
871  - #1539 meson: Some files are unnecessarily installed executable
872  - #1541 meson: timeloop-closure test not installed
873  - #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
874  - #1544 meson: gtester-report #! not replaced with ${PYTHON}
875  - #1546 Cross-compilation fails in 2.58
876  - #1556 build: Too long file path issue with meson on Windows
877  - #1562 GDate test suite fails with latest glibc
878  - #1570 ghash.c:694:27: left shift of 1 by 31 places cannot be represented in type 'int'
879  - #1572 Flags validation fails
880  - #1575 g_date_time_format() should have format attribute
881  - #1576 Fails to build with Meson on Debian armel (armv5te EABI softfloat little-endian)
882  - #1580 glib-compile-resources using strings breaks building e.g. GTK+ on MS Visual C, which limits strings to 65535 chars
883  - #1581 Memory used for reference counted data might be misaligned.
884  - #1588 Moving a bookmark item to the same URI causes a crash
885  - #1589 g_log_writer_is_journald memoizes a single result, even though it accepts a parameter
886  - #1590 tests: g-file-info-filesystem-readonly fails if run more than once with fuse & bindfs installed
887  - #1594 Return value of g_dbus_connection_get_unique_name not annotated as nullable
888  - #1600 g_timeout_source_new_seconds overflows when given interval > (G_MAXUINT / 1000)
889  - #1601 appinfo test fix is defective
890  - #1605 g_date_time_format fails when used with non ASCII format string on POSIX locale
891  - #1615 gdbus-codegen not generating nullable annotation
892  - !196 [RFC] build: Drop Python 2 support and require Python 3.4+
893  - !200 Add a new GTlsError to indicate protocol downgrade attacks
894  - !208 GHashTable improvements
895  - !219 glocalfilemonitor: Fallback to poll file monitor for NFS
896  - !238 W32 GFileInfo improvements
897  - !250 Application replace
898  - !264 glib-compile-resources: encode data as string
899  - !268 build: simplify alloca checks. See #1313
900  - !272 dtrace: Add missing const attributes to types in glib_probes.d
901  - !273 gtlsbackend: add support for setting the default TLS database
902  - !277 Use "command -v" instead of "which"
903  - !282 meson: Add macOS libtool versioning for ABI compatibility
904  - !286 gspawn: Fix build on systems without O_CLOEXEC
905  - !287 glib-compile-resources: Fix generated code compiling with C++ compilers
906  - !289 tests: Add more tests to finish branch coverage of GHashTable
907  - !290 build: fix installation dir of glib-gettextize
908  - !292 Remove all ChangeLog files
909  - !293 Document new volume class `loop`
910  - !294 portal network monitor: Always emit changed signal on changed
911  - !295 meson: fix typo
912  - !296 Add G_GNUC_FALLTHROUGH for __attribute__(fallthrough))
913  - !297 build: Drop AC_C_CONST from configure.ac
914  - !302 Document that GTimeVal is subject to the year 2038 problem on 32-bit systems
915  - !303 liststore: Simplify code
916  - !304 Add more GListStore/GListModel tests
917  - !309 codegen: Change pointer casting to remove type-punning warnings
918  - !312 Enable GIO tests on Windows
919  - !316 gdbus: Improve error when well-known name is unowned
920  - !317 Autostart xdg-desktop-portal if needed
921  - !322 gnetworkmonitornm: Set a GError properly on an error handling path
922  - !332 gmarkup: Make the documentation even more explicit about untrusted input
923  - !334 gio: automake: Add libgmodule dependency
924  - !338 gcharset: fix leaking g_get_language_names_with_category
925  - !339 Add g_desktop_app_info_get_string_list(); fix g_key_file_free()
926  - !340 tests: Mark two more tests as slow
927  - !345 Fix build failure on systems without POSIX spawn
928  - !347 Use Meson 0.48.0 for CI
929  - !348 Documentation tweaks for g_array_free
930  - !353 Meson: Do not run tests/refcount with --tap
931  - !354 Fix spelling mistakes detected by Debian's Lintian tool
932  - !358 Autotools: Move libmount from Libs.private to Requires.private
933  - !360 CI: Test static build on installed glib
934  - !363 Tests: Mark printf wrappers with G_GNUC_PRINTF
935  - !364 ci: Enable FreeBSD CI
936  - !366 gunixmounts: Mark mounts as system internal instead of filtering out
937  - !372 gmacros: Fix G_[UN]LIKELY to not mask -Wparentheses
938  - !374 gthreadpool: Include prgname in thread name
939  - !375 m4macros: Allow information from pkg-config to be overridden
940  - !376 gthread: Clarify priority handling in GRWLock
941  - !379 Ignore g_return_*if_fail() branches in lcov coverage report
942  - !381 Add UTF-8 communication tests for GSubprocess
943  - !384 gtask: Add a g_task_set_name() method
944  - !387 ci: Enable FreeBSD CI in the official repository
945  - !396 m4: Fix AM_PATH_GLIB_2_0 macro
946  - !400 grefcount: add missing gatomic.h
947  - !403 build-sys: Pass CFLAGS to $(DTRACE)
948  - !405 ci/msys2: fix path to the lcov config file
949  - !406 meson: Mark 1bit-emufutex test as slow
950  - !407 meson: Increase test timeouts
951  - !410 gfileutils: Add examples to g_path_get_dirname() documentation
952  - !411 Various GVariant, GMarkup and GDBus fuzzing fixes
953  - !412 Enable compile time check of g_date_time_format() format
954  - !413 Add support for g_auto(s)list to G_DECLARE'd types
955  - !414 gio, tests: ensure objectmanager sources are generated
956  - !415 gseekable: fix 'attmepting' typo
957  - !416 gdbus-peer: Make sure to not include objectmanager-gen.c source
958  - !417 Fix ^*ay handling in g_variant_iter_loop()
959  - !418 Meson: Cleanup a FIXME now that we have dict addition
960  - !420 gdbus-codegen: add autocleanup for FooObject
961  - !422 GMarkup buffer overflow fixes for error handling, round 2
962  - !423 gutils: Check whether getauxval function exists
963  - !424 ci: Fix Docker image version
964  - !425 gdate: Reinitialize using_twodigit_years and locale_era_adjust.
965  - !435 gdatetime: Fix formatting of time zones offsets in range -01:00 to +00:00
966  - !436 valgrind: Add glib_init()-related suppressions
967  - !440 Fix minor memory leaks in tests
968  - !443 tests: Avoid multithreaded use of g_test_rand_int_range
969  - !444 gvarianttypeinfo: Consistently use atomics to access ref_count
970  - !446 gmain: Fix data races in GUnixSignalWatchSource and GChildWatchSource
971  - !451 closures test: Avoid timeout on ARM64 CPUs
972  - !452 Atomic reference count in GVariant, ContainerInfo and GDBus introspection
973  - !453 tests: Fix some data races in tests
974  - !454 gdbusproxy: make g-name-owner property useful with unique names
975  - !458 glib-compile-resources: Fix size allocation for compressed streams
976  - !460 gatomicrefcount: Make g_atomic_ref_count_init non-atomic
977  - !461 Meson: Fix build error in gdbus-example-objectmanager
978  - !462 meson: add aarch64 memory barrier handling
979  - !463 gio, tests: fix leak of dbus connection.
980  - !467 Update documentation of g_tls_connection_handshake() again
981  - !469 docs: add index of new symbols for gio > 2.52
982  - !470 docs: Clarify return/error behaviour of D-Bus signal subscriptions
983  - !472 gdbusmessage: Gracefully handle message signatures with invalid types
984  - !477 gthread: Remove unsynchronized access to g_once_init_list from assertion
985  - !478 Deprecate TLS rehandshaking
986  - !480 docs: add a missing semicolon
987  - !482 Check for 'z' library before fallbacking to subproject
988  - !483 meson: Turn selinux into a meson feature and make it auto by default
989  - !484 Meson: Add 'nls' option to disable translation
990  - !485 gdbus-codegen: Tag interfaces and properties so annotated with G_PARAM_DEPRECATED
991  - !486 Check for zlib header
992  - !489 glib-mkenums: Support reading @rspfiles for arguments
993  - !490 gspawn: Fix g_spawn deadlock in a multi-threaded program on Linux
994  - !491 Meson: Add missing include_directories when using glib as subproject
995  - !492 g_value_get_variant: return value is transfer-none not transfer-full
996  - !494 Resolve "Follow-up from "gunixmounts: Stop considering cifs/nfs as system file systems""
997  - !500 genviron: make g_environ_* case-insensitive on Windows
998  - !504 tests: Unset LANGUAGE when running gdatetime tests
999  - !505 Support isolating directories for unit tests
1000  - !508 ci: Install additional locales used during tests
1001  - !510 Add new Linux Testing project version number to configure script
1002  - !511 gvariant: Fix error handling for parsing Unicode escapes
1003  - !514 fix gdbus-codegen --interface-info-{header,body}
1004  - !515 binding: Clarify the use of g_object_unref() to remove a binding
1005  - !517 Meson: Fix deprecation warning with upcoming 0.49.0 release
1006  - !518 Meson: Fix declare_dependency() calls
1007  - !520 GTlsConnection: add ALPN support
1008  - !521 tests: Rename macro to avoid conflict with encoding prefix
1009  - !522 gtlscertificate: Add support for TPM keys in PEM files
1010  - !524 gdatetime: Fix typo in the comment
1011  - !528 Add GRecMutexLocker
1012  - !530 tests: Minor improvements to mkenums.py and taptestrunner.py used by it
1013  - !534 gtlscertificate: Fix bug in PEM private key parser
1014  - !536 Various minor docs fixes
1015  - !541 gtimezone: Fallback to /etc/timezone on Gentoo
1016  - !546 spawn: add shebang line to script
1017  - !547 Do not check for NULL when calling free()
1018  - !549 Improve documentation of g_assert_error()
1019  - !551 Revert "tests: Fix GOptionContext leak in GSubprocess tests"
1020  - !554 Only subscribe to owner-changed signals on message bus connections
1021  - !555 Suppress -Wint-in-bool-context warning with G_DEFINE_INTERFACE and g++
1022
1023 * Translation updates:
1024  - Brazilian Portuguese
1025  - Czech
1026  - Danish
1027  - Greek
1028  - Hungarian
1029  - Lithuanian
1030  - Norwegian bokmål
1031  - Polish
1032  - Slovak
1033  - Slovenian
1034  - Spanish
1035  - Swedish
1036  - Turkish
1037
1038
1039 Overview of changes in GLib 2.58.0
1040 ==================================
1041
1042 * Tarball built with `ninja dist`, so if you want to build this release with
1043   autotools (which is supported), you will need to re-run autogen.sh. This
1044   release, and all micro releases in the 2.58.x series, support being built
1045   with Meson or autotools. See:
1046   https://mail.gnome.org/archives/gtk-devel-list/2018-June/msg00012.html
1047
1048 * Fix cancellation of g_subprocess_communicate_async() calls. See !266.
1049
1050 * Drop support for the __int64 type, which further breaks compilation on old
1051   MSVC versions (before VS2013). See #1313.
1052
1053 * Expose GSettings schema directory in gio-2.0.pc as `schemasdir`. See !274.
1054
1055 * Support v3 of the xdg-desktop-portal network monitor API. See !265, !279.
1056
1057 * Fix G_MODULE_SUFFIX on macOS when GLib is built with Meson — it should be `so`
1058   rather than `dylib`. Projects that use Meson and the `g_module_build_path()`
1059   API such as glib-networking should pass `name_suffix:` to `shared_module()` to
1060   ensure that plugins continue to be called libfoo.so on macOS. See !280.
1061
1062 Bugs fixed:
1063  !280 meson: Always set G_MODULE_SUFFIX to `so` on macOS
1064  !266 subprocess: Fix communicate_cancelled signature
1065  !279 Revert "Add a gnet utility" (see !265)
1066  !265 Network monitor again
1067  !274 gio: Provide schemas directory information in pkg-config file
1068  !239 gvariant: Fix more bounds checking in GVariant text format parser
1069  !195 garray: add overflow checks before expanding array
1070  #1497 g_strdup_printf warns on invalid format specifier with G_GUINT64_FORMAT on Win32
1071  !270 autotools: remove support for the __int64 type. See #1313
1072  !267 ci: Add an autotools job
1073
1074 * Translation updates:
1075  Czech
1076  Galician
1077  Indonesian
1078  Italian
1079  Kazakh
1080  Korean
1081  Turkish
1082
1083
1084 Overview of changes in GLib 2.57.3
1085 ==================================
1086
1087 * G_GNUC_MALLOC’s definition has been tightened up to match an updated
1088   definition from GCC. Many uses of G_GNUC_MALLOC which were previously
1089   appropriate may cause miscompilation with newer GCC versions. Check your uses
1090   of it against the updated documentation. See #1465.
1091
1092 * Many minor documentation fixes.
1093
1094 * Fix for gint64 and int64_t compatibility on macOS and BSD. See #972.
1095
1096 * Fix free space metadata on some file systems (notably FAT). See #328.
1097
1098 * Support installed-tests with our Meson build system. See #1444.
1099
1100 * Forbid @filename@/@basename@ in glib-mkenums templates, which is a change to
1101   its long-standing behaviour (which was long-standing nonsensical). See !241.
1102
1103 * Various stat() fixes on Windows. See #1452, #1476.
1104
1105 * MinGW-w64 ABI warning: In case you build 64 bit glib without LFS support by
1106   passing --disable-largefile (not the default) and use GStatBuf, you need to
1107   rebuild your application as the size of GStatBuf has changed for this case.
1108   See #1476.
1109
1110 * Improve TAP compatibility of g_test_incomplete(). See #1474.
1111
1112 * Change fallback preferences when loading icons. See !72.
1113
1114 Bugs fixed:
1115  !263 build: Clean files left behind after gio/tests/gresource.c test
1116  !262 gmem: Only evaluate pointer argument to g_clear_pointer() once
1117  #1465 Many uses of G_GNUC_MALLOC are incorrect
1118  #1448 g_error does not abort() as documented
1119  #1494 g_clear_pointer may not use the correct calling convention with its callback
1120  #972 Mismatch between gint64 and int64_t on 64-bit macOS/BSD
1121  !251 gtestdbus: Fix watcher crash on FreeBSD
1122  #1492 gcc-8: -Wcast-function-type: new warnings for g_list_copy_deep()
1123  !252 tests: fix gnotification tests broken due to the recent icon name fallback changes
1124  #328 filesystem::{free,size,used} not set for full FAT fs
1125  !248 network monitor portal: update properties initially
1126  #1373 Incorrect transfer annotation for g_binding_unbind.
1127  #1444 the meson build doesn't support installed tests
1128  #1027 Fix trashing on overlayfs
1129  #1454 gvdb does not treat corrupt files as empty as promised; dconf suffers
1130  !243 tests: Explicitly set TZ=UTC for g_time_val_from_iso8601() testing
1131  #1488 ‘O_CLOEXEC’ undeclared (first use in this function)
1132  !241 glib-mkenums: forbid @filename@/@basename@ in fhead and ftail
1133  !240 gtimer: Ensure arithmetic is correctly signed for ISO 8601 parsing
1134  #1452 GFileInfo: unable to retrieve correct modification time of links and mounted volumes on Windows
1135  !234 DOC: Documentation fix in GTask description
1136  #1363 Meson: Review cross compilation properties
1137  !225 gtimer: Add overflow checks to g_time_val_from_iso8601()
1138  !230 gbookmarkfile: Fix some more minor leaks when metadata elements are repeated
1139  !229 Fix up g_bytes_compare() documentation
1140  #1476 g_stat - possbile memory corruption causing SEGFAULT
1141  !199 Update TLS documentation
1142  #1474 g_test_incomplete() makes test_case_run() return FALSE
1143  #1475 glib/tests/atomic.c test_types() trips -Werror=bad-function-cast on Debian armel
1144  #1472 Test for BROKEN_IP_MREQ_SOURCE_STRUCT is broken on Windows / Mingw
1145  !220 date test: Use g_test_skip(), not g_test_incomplete()
1146  #1467 malloc difference causes refstring test to fail on FreeBSD
1147  !230 gbookmarkfile: Fix some more minor leaks when metadata elements are repeated
1148  #1466 Not Able to Build glib 2.57.2 in Mingw-w64 x64 bits
1149  #1433 test_posix_parse: assertion failed (g_time_zone_get_abbreviation (tz, 0) == "UTC"): ("LMT" == "UTC")
1150  #1446 Follow-up from "Document difference between g_assert() and g_assert_*() wrt G_DISABLE_ASSERT"
1151  !206 grefstring: Avoid an unnecessary NUL assignment
1152  #1458 g_volume_get_mount returns NULL value after g_volume_mount_finish is called with no error
1153  !72 gio: icons should fallback to non-preferred style appropriately.
1154
1155 * Translation updates:
1156  Brazilian
1157  Chinese (Taiwan)
1158  French
1159  German
1160  Lithuanian
1161  Polish
1162  Romanian
1163  Turkish
1164
1165
1166 Overview of changes in GLib 2.57.2
1167 ==================================
1168
1169 * Require pcre 8.31
1170 * Require meson 0.47.0
1171
1172 * Bugs fixed:
1173  742456 Add g_steal_pointer() convenience function to mark ownership...
1174  795569 MinGW CI: fix tests
1175  796341 gmem.h: Use typeof() in g_steal_pointer() macro
1176  #1013 Support for per-session overrides
1177  #1360 glib-mkenums breaks if option specified but no nick
1178  #1175 Add names and tags to various GSources and GTasks constructed in GLib
1179  #903 g_main_context_wait() not deprecated in API, but emits a g_critical()...
1180  #786 Fix memory leaks in libgio tests
1181  #927 gio/gresource.c:do_lookup check for terminating "/"
1182  #976 Document difference between g_assert() and g_assert_*()...
1183  #1447 glib 2.57.1: test_month_names: assertion failed...
1184  #1407 Update to Unicode Character Database 11
1185  #1455 glib python tools have full python path in shebang, limits to 128 characters
1186  #1459 Missing g_return_val_if_fail in g_async_queue_timeout_pop
1187
1188 * Translation updates:
1189  Friulian
1190  German
1191  Romanian
1192  Spanish
1193
1194
1195 Overview of changes in GLib 2.57.1
1196 ==================================
1197
1198 * New api:
1199  - g_hash_table_steal_extended
1200  - G_GNUC_NO_INLINE 
1201
1202 * Bug fixes:
1203  668132 Use libmount and expose mount options on GUnixMountEntry type
1204  736741 Update private copy of valgrind.h
1205  748620 g_regex_* utf-8 validity requirements are not stated clearly
1206  784995 meson: some Windows improvements
1207  788771 NODELETE missing when built with meson
1208  788773 meson does not install correct pc files
1209  789968 Add g_autoptr() support for GTypeClass
1210  794325 Various fixes to compile on OSX
1211  795152 gdesktopappinfo: Mark GDesktopAppInfo constructors as nullable.
1212  795165 Add g_date_time_get_timezone() and g_time_zone_get_identifier()
1213  795180 Investigate performance impacts of recent compiler features on hot functions
1214  795302 Add g_hash_table_steal_extended() API
1215  795376 Add g_ptr_array_steal()
1216  795544 Add binary/textfile/zero size detection
1217  795569 MinGW CI: fix tests
1218  795636 gitlab-ci: generate test coverage reports
1219  795735 Fix comparison for GVariant property values
1220  795802 gdbus-codegen doesn't accept --output-directory with --output for --body and --header
1221  795849 gwin32: Fix detection of MinGW32 vs MinGW-w64
1222  795876 meson: Fix checks for posix_memalign and stpcpy
1223  795960 g_format_size_for_display() is deprecated since 2.30
1224  796085 Meson: Many apps breaks on non-glibc because of missing libintl
1225  796138 Fix typo in g_file_info_set_attribute docs
1226  796139 Add g_autoptr() support for GParamSpec
1227  796164 Fix atomic ops check in meson.build
1228  796186 Typo: "instead off" in gsignal.c
1229  796213 Meson: Fail to build on macosx
1230  796220 meson: do not run atomic test with msvc
1231  796264 Add android CI
1232  796325 meson: Add exception for atomic ops test for Android
1233  796328 gengiotypefuncs.py: Read and parse files in binary mode 
1234
1235 * Translation updates:
1236  Czech
1237  Indonesian
1238
1239
1240 Overview of changes in GLib 2.57.0
1241 ==================================
1242
1243 * Bug fixes:
1244  739424 Rewrite kqueue GFileMonitor backend to drop threading
1245  751826 Use g_get_language_names() for other locale categories
1246  788773 meson does not install correct pc files
1247  793400 g_application_id_is_valid() not strict enough
1248  793578 gdatetime tests depend on Japanese translation of month names
1249  793645 test_month_names: Updated translations needed for el_GR, hr_HR, ru_RU
1250  793729 gitlab-ci: Add Windows MinGW support
1251  793994 GUnixVolumeMonitor doesn’t show user mounts when run as root
1252  794170 gdbus: hexdecode() and hexencode() do not return/use decoded/encoded s...
1253  794194 gobject_gdb.py: 'address' is a property of gdb.Value not a function
1254  794207 leak: g_socket_listener_add_inet_port increases ref-count on socket-li...
1255  794284 Support whitespace stripping for JSON resources
1256  794285 glib-compile-resources should not noisily g_printerr() when xmllint is...
1257  794473 Remove duplicated option in gio.xml
1258  794506 glib-mkenums: Enters infinite loop if using typedef enum SomeIdentifier
1259  794528 Fix segfault caused by use-after-free in GPollFileMonitor
1260  794555 glib meson build fails on MinGW due to misdetected functions
1261  794557 gtkdoc-scangobj fails on gio in meson builds
1262  794606 glib-2.56.0 fails to compile when res_nquery is not available
1263  794635 gmacros: Don't define bogus __has_* macros
1264  794636 G_HAVE_GNUC_VISIBILITY is defined in meson MinGW builds
1265  794686 Date (except weekday) displayed in English
1266  794732 Fix various compiler warnings 
1267
1268 * Translation updates
1269  Hungarian
1270  Slowak
1271  Slovenian
1272  Spanish
1273
1274
1275 Overview of changes in GLib 2.56.0
1276 ==================================
1277
1278 * Bugs fixed:
1279  672777 Error in gdummyfile.c
1280  732184 GObject: warn on use of deprecated properties
1281  733338 Don't segfault in GNetworkMonitor when IPv6 support is unavailable
1282  742124 g_data_input_stream_read_upto()'s documentation should say that the...
1283  749206 GDateTime: month names in the genitive case
1284  768507 simplify qguark functions
1285  791457 Slow transfer rate when writing to smb/cifs
1286  793272 fix GCC 8.0's -Wcast-function-type warnings
1287  793300 g_hash_table_add() return value change in 2.40 not mentioned in docs
1288  793399 Fix some cases of -Wduplicated-branches
1289  793555 -Wimplicit-function-declaration when using g_abort()
1290  793565 GLib does not compile on macOS 10.13 due to .m file naming
1291  793597 gdbus-tool: Make --dest optional for emit again
1292  793635 Enable CI for GLib
1293  793880 gnetworkmonitor: Minor fixes based on code review 
1294  793578 gdatetime tests depend on Japanese translation of month names 
1295  794180 test_month_names fails unless installed
1296
1297 * Translation updates:
1298  Brazilian Portuguese
1299  British English
1300  Catalan
1301  Czech
1302  Danish
1303  Dutch
1304  Finnish
1305  French
1306  Friulian
1307  Galician
1308  German
1309  Hungarian
1310  Indonesian
1311  Italian
1312  Kazakh
1313  Korean
1314  Lithuanian
1315  Polish
1316  Scottish Gaelic
1317  Serbian
1318  Serbian Latin
1319  Spanish
1320  Swedish
1321  Turkish
1322
1323
1324 Overview of changes in GLib 2.55.2
1325 ==================================
1326
1327 * GFile now has API to get the path without copying
1328
1329 * A network monitor implementation for Windows has been added
1330
1331 * Bugs fixed:
1332  520116 g_utf8_strlcpy()
1333  584284 g_data_input_stream_read_until_async behaves confusingly different f...
1334  605700 request for g_key_file_get_locale()
1335  658713 ngettext (plural forms) needed for "Message has %d file descriptors ...
1336  685442 windows GNetworkMonitor implementation
1337  723003 gsettings list-recursively reports some keys multiple times
1338  749583 GSequence performance improvements
1339  757284 Move G_DIR_SEPARATOR* and G_SEARCHPATH_SEPARATOR* into glibconfig.h
1340  760324 [PATCH] gkeyfile.c: find_file_in_data_dirs fails to return the path ...
1341  761102 Increase performance for main loop
1342  767976 GFile: Add g_file_peek_path()
1343  770335 gdbus-codegen: generated getter for 'ao' property is actually (trans...
1344  772989 Totem allows invalid urls that might cause segfault that's irrecover...
1345  790698 convert: test failure on NetBSD
1346  791015 gdbus-codegen: Split generation of header and source
1347  791622 Disable strict-aliasing in GLib
1348  792050 GResolver is not thread-safe
1349  792217 Deprecate GTlsClientConnection:use-ssl3
1350  792338 meson, autotools: figure out if mem barrier is needed for arm64 host...
1351  792351 gbookmarkfile: check length before dereferencing groups
1352  792364 gdbus-threading test method-calls-in-thread: assertion failed (elaps...
1353  792370 GNetworkMonitor: Rename "network-changed" signal argument
1354  792410 GDateTime new_from_iso8601 test broken in 2.55 on i386
1355  792432 flush stdout after logging (debug) messages
1356  792455 Improve docs of GSequence
1357  792499 deadlock on startup with TCP session bus
1358  792516 gconvert: More consistent handling of embedded NUL bytes
1359  792777 g_notification_set_urgent() unconditionally sets G_NOTIFICATION_PRIO...
1360  792780 gbytes should reference toplevel bytes when slicing with g_bytes_new...
1361  792856 off64_t isn't a part of C standard
1362  792862 gpollableoutputstream: document side effects of WOULD_BLOCK on D/TLS
1363  792903 Clarification between g_try_.. functions and their counterparts
1364  793006 High CPU load for GUnixMountsMonitor consumers
1365  793026 possible mem leak in g_mutex_impl_new
1366  793074 g_message() does not get -Wformat warnings when compiling with G_LOG...
1367
1368 * Translation updates:
1369  Hungarian
1370  Indonesian
1371  Polish
1372
1373
1374 Overview of changes in GLib 2.55.1
1375 ==================================
1376
1377 * Build:
1378  - The --enable-rebuilds configure option has been removed
1379  - The --with-charsetalias-dir configure option has been added
1380
1381 * GList and GSList now have autoptr support
1382
1383 * The gsettings list-schemas command has gained a --print-paths option
1384
1385 * Bugs fixed:
1386  346816 Refactor LIBDIR in libcharset Makefile
1387  508976 Does g_slist_sort preserve the order of equal elements?
1388  562334 2.18.2 break libglade on Solaris
1389  662802 systemtap multiarch issue
1390  684282 Add support static link of GIO modules
1391  692034 Install an invalidation notifier for GClosure in g_source_set_closure()
1392  694723 Get rid of REBUILD stuff in configure.ac
1393  697715 floating point precision problem in check test gst/gstvalue
1394  701156 testgobject assumes that the priv data follows the instance data
1395  720380 Segfault when using GDBusMenuModel on a peer-to-peer connection
1396  724383 glib: document restrictions on various foreach() functions
1397  724412 GLib mappedfile.c test uses g_get_user_runtime_dir instead of a tempo...
1398  724794 Fix "on on" typo in tap-driver.sh comment
1399  732003 gnode: Eliminate implicit signed-to-unsigned integer conversion
1400  734479 G_VALUE_HOLDS etc. cause -Wcast-qual warnings for a const GValue *
1401  737677 gmain: Make GSourceCallback thread-safe
1402  741167 gdbus-codegen fix for boxed out parameters
1403  748534 gtest: if a subprocess assertion fails, print its stdout and stderr
1404  749527 add weak pointer helpers similar to g_set_object
1405  749652 compilation errors with gcc 4.8
1406  754634 Update the list of Linux filesystem magic numbers used in get_fs_type
1407  756011 Fix up annotations for GBookmarkFile
1408  761102 Increase performance for main loop
1409  773980 GIR scanner doesn't interpret array type properly
1410  776147 gio/glocalfilemonitor.c doesn't handle case G_FILE_MONITOR_EVENT_MOVE...
1411  776195 -z nodelete configure check does not work on Solaris
1412  777075 Potential leak of memory pointed to by 'list'
1413  779413 Translated X-Geoclue-Reason string not used in a dialog window
1414  780309 gio/tests/appinfo build fails: gdesktopappinfo.c skipped on OS X
1415  780893 Reword licensing header for gdbus-codegen
1416  782057 Unit tests fail in run-assert-msg-test.sh
1417  784995 meson: some Windows improvements
1418  786796 gtk-doc build fails with meson
1419  788806 Impossible to build static glib via meson
1420  788936 Show mime type icons on OS X
1421  790416 g_date_time_format returns empty string on %r with German locale
1422  790588 Generated file missing from .gitignore
1423  790697 g_object_ref API should propagate parameter type
1424  790785 glib-tap: Add missing mkdir for .test generation rule
1425  790829 glib-genmarshal --body must not generate alias implementations
1426  790830 Mismatch between number of interface methods in text and example code
1427  790837 Meson: missing many configure options
1428  790839 GApplication command line: lacks parameter_string, summary and descri...
1429  790877 fix non-portable check in G_GNUC_CHECK_VERSION
1430  790894 Do not connect to the session bus when trying GProxyResolverPortal io...
1431  790896 docs/reference/README has broken link to http://www.gtk.org/rdp/
1432  790914 gdesktopappinfo: Downgrade a warning to a debug message
1433  790934 gtester doesn't handle skipped tests
1434  790948 GSourceFuncs documentation is confusing: when will dispatch be called?
1435  791036 Guard for g_output_stream_vprintf makes no sense
1436  791128 C runtime complains about bad arguments on each g_log() call
1437  791221 po/README.translators has no useful information in 2017
1438  791235 Fix gschema.dtd regarding flags.
1439  791267 Make gschema.dtd usable.
1440  791296 gtester-report: fix range usage when running as python3 app
1441  791318 GBytes: Improve documentation
1442  791325 Gio handling of thumbnail:: attribute namespace causes inconsistent b...
1443  791334 gbinding.c:898: The target object of type GNetworkAddress has no prop...
1444  791337 Crash opening URIs with g_desktop_app_info_launch_uris_with_spawn()
1445  791342 Add autoptr support for lists
1446  791460 meson: fixes for OSX
1447  791532 Implicit declaration of function ‘memcmp’ in gtestutils.h
1448  791622 Disable strict-aliasing in GLib
1449  791720 Criticals in gio/xdp-dbus.h leading to crash under flatpak
1450  791744 gmenumodel test sometimes fails: assertion failed (items_changed_coun...
1451  791745 not immediately clear whether g_test_slow() is in effect by default
1452  791906 GSocketListenerClass.event has wrong signature
1453  792064 gsettings list-schemas --print-paths
1454  792098 Binding: bind_property’s @notify func is nullable
1455  792099 gdbus-test-codegen: Cast to void* to printf "%p"
1456  792129 meson: skip optional linux/unix deps that default to true when buildi...
1457  792322 GLib-GIO:ERROR:gschema-compile.c:51:test_schema: child process (/gsch...
1458  792324 gkeyfile: Document need for KEEP_TRANSLATIONS with get_locale_string()
1459
1460 * Translation updates
1461  Hebrew
1462  Indonesian
1463
1464
1465 Overview of changes in GLib 2.55.0
1466 ==================================
1467
1468 * New API:
1469   - g_clear_handle_id, to simplify removing sources from the default mainloop
1470   - g_file_load_bytes, to make it more convenient to load files into GBytes
1471
1472 * Bugs fixed:
1473  330458 Sample code for the GLib Key-value parser
1474  483341 g_error and friends create warnings when not used in MSVC
1475  569375 g[u]intptr undocumented
1476  573251 documentation for g_seekable_truncate() needs some love
1477  629347 Missing annotations in GFile (was: Perf throws an exception in cur...
1478  630983 [PATCH] Type accuracy for result of strlen() in string utilities.
1479  632953 Clarify documentation of GValueTransform.
1480  636210 Document that pre-unmount is not guaranteed and backend-dependant
1481  656502 type information for GSettings::backend missing from .gir
1482  661442 Nautilus crashes when refreshing home folder after modifying ~/.co...
1483  668035 gtester-report broken with python 2.7.2 and glib 2.30.1
1484  670139 gbytes.c:try_steal_and_unref nit
1485  677233 (transfer full) annotation not correct for g_closure_new_simple re...
1486  679347 glocalfile seems to leak 'fstype'
1487  679467 Mention translation in g_warning() documentation
1488  689323 Variable scoping in gunixmounts.c
1489  691436 glib-mkenums output arch dependent
1490  695681 gsettings bash completion put error messages
1491  705331 AM_PATH_GLIB_2_0 macro fails with -Wstrict-prototypes -Werror
1492  706667 Fix permission denied error when installing from an nfs directory
1493  711809 gdbus-proxy: Fix erroneous timeout during following tests
1494  722256 gslist: Simplified node removal and got rid of some code duplication
1495  723655 Socket source is left in the poll after the socket is closed
1496  723743 g_child_watch_add() doesn't check for non-pids
1497  725014 g_settings_schema_source_ref should check for NULL pointer
1498  727346 docs: Escape some backslashes for markdown
1499  730296 gsignal: Fix a potential NULL pointer dereference
1500  731625 Improve test for darwin printf format-strings
1501  731705 gio/tests/desktop-app-info assumes /bin/true
1502  737278 Clarify relationship of g_application_quit() to hold count
1503  738176 Skip GSpawnChildSetupFunc closures in introspection
1504  740223 source_object for GAsyncResult should be nullable
1505  740791 gio: cannot specify the source when joining a multicast group (IGM...
1506  740826 glib doesn't know fuse filesystems
1507  742548 configure.ac: stay out of autoconf's namespace
1508  742997 Don't skip invalid enum values in schemas
1509  745723 -Wunused-but-set-variable work-around no longer sufficient
1510  749371 Use a GHashTable as a set when possible
1511  751738 Unused-variable warnings in glib/tests/autoptr.c
1512  752239 Missing dependency for python files in build file
1513  752240 Add DTLS support to GIO
1514  753459 GDateTime: Add conversion functions from/to ISO 8601 strings
1515  753521 g_subprocess_launcher_set_environ misses argument annotations
1516  754026 gfileutils: add some sanity checks
1517  756009 'const gchar* const *' gets incorrectly defaulted to utf8
1518  756103 Skip g_base64_decode_step() in introspection
1519  756128 Fix up annotations in gconvert
1520  756430 g_rw_lock_reader_lock() can return without locking, or error
1521  756470 Fix up annotations in gdataset.c
1522  756588 Fix up annotations on data/qdata API of GObject
1523  760022 Memory leak in gvariant-parser.c
1524  760109 [PATCH] Invalid GDate can't be g_boxed_copy()'d
1525  760716 Fix documentation regarding <glib/gprintf.h>
1526  765063 Update annotations for gio
1527  765552 Please set serial in .m4 files to prevent autoreconf failure on up...
1528  767215 GCC version number is interpreted as start of a list in docs for g...
1529  767239 Tautological comparisons in convert tests
1530  769674 some GIO tests' arbitrary timeouts are too short
1531  769846 gmessages: Add timestamp to g_log_writer_format_fields()
1532  770459 Tutorial article is slightly wrong
1533  773355 Incorrect documentation about stopping a signal emission from a hook
1534  774083 spelling mistakes in glib: charater
1535  776562 Add Intel C Compiler support for G_GNUC_BEGIN/END_IGNORE_DEPRECATI...
1536  777308 GModule win32: disable error dialog popup
1537  777310 gio/gasynchelper.c: fix cast from pointer to smaller int type on w...
1538  777956 gmessages: Update advice for G_LOG_DOMAIN
1539  779182 xdg-open fails with gio open for some uris
1540  779501 Type of GIConv given wrongly on web
1541  780202 introspection: Don't expose GValueArray.free
1542  780296 xdg-open/gnome-open doesn't work if service isn't started
1543  781598 gstdio.h should #include what it needs to work
1544  781867 various gvfsd-* wants to look in /boot/efi, causes unnecessary/ina...
1545  783210 build: Switch to sassc for generating style
1546  783270 Improve Visual Studio support for Meson builds
1547  783825 Suggest that asynchronous operations should invoke the callback in...
1548  786737 No g_variant_get() example for dicts
1549  786785 Commit #fe2a9887a8 breaks gdbus-codegen, cannot find its module so...
1550  787271 Make GListModel usable from G-I bindings
1551  787485 g_tls_backend_supports_dtls () returns true when the backend doesn't
1552  787551 Factor out some duplicated code in GParamSpec validation
1553  787581 tests: Add tests for g_slist_copy() and g_slist_copy_deep()
1554  787671 meson: Fix permissions of installed scripts
1555  787731 g_file_query_filesystem_info() wrongly reports "filesystem::readon...
1556  788138 glib-compile-resources: Fix leak of a GHashTable
1557  788180 G_FILE_ATTRIBUTE_ID_FILE is useless on W32
1558  788270 gmodule - failed to load symbol on Android 64bit
1559  788368 Race condition in GDbusObjectManagerClient
1560  788384 gtypes: Fix signedness of __builtin_bswap() usage
1561  788385 gtestutils: Explicitly cast args to g_assertion_message_cmpnum()
1562  788401 PATCH: MacOS build cannot detect content type from content - xdgmi...
1563  788467 Fatal errors and warnings should be reported as TAP
1564  788488 GFile-based API for g_build_filename()
1565  788489 gmain: add g_clear_source API
1566  788561 Document how to integrate GTest into your project
1567  788594 gdbus-tool doesn’t handle non-message-bus connections correctly
1568  788705 Allow building GLib on older Linux platforms
1569  788766 fixed a doc-typo in socket_get_remote_address
1570  788772 meson installs gdb scripts incorrectly
1571  788863 Add more filename type annotations for strings which can contain f...
1572  788880 gunixmounts: Update list of virtual file systems to ignore
1573  788927 Expose better API for detecting ‘system’ mounts
1574  788936 Show mime type icons on OS X
1575  788948 Document Autotools best practices for genmarshal/mkenums
1576  788975 Meson + Visual Studio: Can't find zlib.h with subprojects/zlib
1577  788978 Document XML has a syntax error
1578  788989 Use subdir-objects with Autotools
1579  788990 Include licensing information in output from glib-mkenums, glib-ge...
1580  789087 gint and guint misrepresented as functions
1581  789170 GFormatSizeFlags should have a value for bits
1582  789245 g_settings_bind() not conforming to lifecycle specification
1583  789444 Fix handling of length in g_utf8_make_valid
1584  789637 glib-mkenums: Fails when --ouput file does not exist
1585  789681 meson: Libmount support not built
1586  789723 [PATCH] gdbus-codegen: Call abspath() earlier
1587  789755 g_get_host_name: ensure return value is always UTF8 encoded
1588  789820 GPollFileMonitor is not cleaning up correctly
1589  790015 docs: Various linking and syntax fixes
1590  790030 GResource/GVariant fails to load from non-pointer aligned memory
1591  790093 gio-tool: fix inverted logic in monitor tool
1592  790126 gengiotypefuncs.py is missing from tarballs
1593  790147 build: Drop data-to-c.pl in favour of data-to-c.py
1594  790157 gmessages: Give examples of G_DEBUG with gdb in the documentation
1595  790272 file: add g_file_load_bytes()
1596  790275 avoid temporary string allocations in g_resources_enumerate_children
1597  790310 speedup path canonicalization in GResourceFile
1598
1599 * Translation updates:
1600  Catalan (Valencian)
1601  Czech
1602  German
1603  Nepali
1604  Norwegian bokmål
1605  Slovak
1606  Slovenian
1607  Spanish
1608
1609
1610 Overview of changes in GLib 2.54.0
1611 ==================================
1612
1613 * Bugs fixed:
1614  780861 Crash in GnomeWallClock
1615  786983 Please make the output of gio-querymodules deterministic
1616  787109 Valgrind false positive in ioctl() in btrfs file copy
1617  787123 glib: Slighty update GIOChannel documentation
1618  787146 GMainLoop: match of parameter pair of LOCK_CONTEXT/UNLOCK_CONTEXT
1619
1620 * Translation updates:
1621  Basque
1622  Catalan
1623  Romanian
1624  Swedish
1625
1626
1627 Overview of changes in GLib 2.53.7
1628 ==================================
1629
1630 * Bugs fixed:
1631  736710 remove unnecessary executions of libtool from configure
1632  785260 gio/tests/appmonitor fails if local dir not writeable
1633  786456 g_subprocess_wait[_check]_async() breaks when cancelled...
1634  786555 g_array_free() is not thread safe w.r.t. g_array_unref()
1635  786580 gdesktopappinfo.c: Add Tilix as a fallback terminal
1636  786807 g_uuid_string_random undefined when built with meson
1637
1638 * Translation updates:
1639  Brazilian Portuguese
1640  Catalan
1641  Czech
1642  Danish
1643  Finnish
1644  French
1645  Friulian
1646  German
1647  Italian
1648  Kazakh
1649  Korean
1650  Latvian
1651  Nepali
1652  Polish
1653  Spanish
1654  Turkish
1655
1656
1657 Overview of changes in GLib 2.53.6
1658 ==================================
1659
1660 * Bugs fixed:
1661  766358 glib doesn't respect XDG_* envvars on W32, ever
1662  783270 Improve Visual Studio support for Meson builds
1663  785955 pthread_setname_np misdetected with meson
1664  786060 Sequences documentation does not make it clear...
1665  786360 gobject: add autoptr support for GClosure
1666  786452 crash on Linux without stderr stream
1667  786460 gio-tool: Unify buffer sizes
1668  786462 Use g_output_stream_write_all instead of while
1669  786463 gio-tool-save: Prevent overwriting error
1670
1671 * Translation updates:
1672  Catalan
1673  Galician
1674  Hungarian
1675  Indonesian
1676  Lithuanian
1677  Nepali
1678  Serbian
1679
1680
1681 Overview of changes in GLib 2.53.5
1682 ==================================
1683
1684 * Bugs fixed:
1685  695573 Untranslatable strings in glib-compile-schemas
1686  725950 GApplication: call dbus_unregister only once, and before destruction
1687  731703 giomodule test misbuilds its test modules as libraries
1688  769135 External control for g_test_add/g_test_run
1689  779332 Rewrite mkenums in Python
1690  779607 Race between mounts-changed signal and g_unix_mounts_get() function
1691  784000 Improve strerror_r() detection
1692  784815 Map G_NOTIFICATION_PRIORITY_HIGH to NOTIFY_URGENCY_NORMAL
1693  784965 Use the glib preset for i18n in Meson
1694  784995 meson: some Windows improvements
1695  785113 glib-mkenums Python port fixes
1696  785130 G_LOG_DOMAIN shouldn't be left undefined for applications
1697  785438 Spurious -Wmaybe-uninitialized in gdatetime.c
1698  785468 glib/gpoll: Unnecessary if conditional included in the poll_rest() function
1699  785520 Replace advice to use removed gdk_spawn functions
1700  785577 clobbers errno while setting GError
1701
1702 * Translation updates:
1703  Slovenian
1704  Spanish
1705
1706
1707 Overview of changes in GLib 2.53.4
1708 ==================================
1709
1710 * Unicode support has been updated to Unicode 10.0.0
1711
1712 * glib-genmarshal and glib-mkenums have been rewritten in python.
1713   Every effort has been made to keep compatibility. Please report
1714   problems related to these tools
1715
1716 * GLib can now be built with meson. autotools are still supported
1717
1718 * Bugs fixed:
1719  722047 drop makefile.msc?
1720  733821 g_strerror() uses strerror(3) instead of strerror_r(3)
1721  773842 g_utf8_find_next_char() won't signal the end of a NUL-terminated string
1722  779332 Rewrite mkenums in Python
1723  780095 g_utf8_get_char_validated() stopping at nul byte even for length specified...
1724  780634 Remove remaining old codepage ABI comapt code
1725  783841 test_GDateTime_new_from_timeval_overflow fails on 32 bit systems
1726  784000 Improve strerror_r() detection
1727  784020 GKeyFile – Add array length annotations to to_data(), get_keys() and get_g...
1728  784037 gio: Mention the ALL_METADATA flag in g_file_copy()
1729  784433 gdbus-codegen with variant type parameters result in nested variant
1730  784456 Update to Unicode 10.0.0
1731  784528 Rewrite glib-genmarshal in Python
1732  784579 Calling g_dir_open on Missing Directory When Executable File Path Contains...
1733  784581 docs: Fix cut'n'paste error in g_resources_get_info() doc
1734  784739 Minor typo in configure error message
1735  784792 Just fixing a little typo in comments
1736
1737 * Translation updates:
1738  Hebrew
1739
1740
1741 Overview of changes in GLib 2.53.3
1742 ==================================
1743
1744 * Bugs fixed:
1745  658446 Add translation comment for wrong password notice string
1746  661926 Improve the default logging setup in GLib
1747  674885 type initialisation deadlock in GObject
1748  775593 GIO cannot write symlinks on FreeBSD and NetBSD
1749  776169 Various gio-tool fixes
1750  776333 Fix annotation on g_file_copy_async()
1751  776504 Upgrade license from LGPLv2+ to LGPLv2.1+
1752  777307 race condition between gdbus signal callback and g_bus_unwatch_name...
1753  778422 gsubprocesslauncher: Clarify the behavior of set_environ()
1754  781301 Stack pointer corrupted by incorrect call of NtNotifyChangeMultipleKeys
1755  782336 Add additional documentation of the GResource XML format
1756  782996 build: Use AM_TESTS_ENVIRONMENT rather than TESTS_ENVIRONMENT
1757  783061 GApplication: Remove some unused members
1758  783130 Make dbus activation sandbox-aware
1759  783193 Adapt to OpenURI api change
1760  783201 gdbus-codegen: Apply --output-directory to generated docs as well
1761  783340 win32: port monotonic times to use QPC
1762  783350 length parameter can be NULL g_data_input_stream_read_line
1763  783392 incorrect (out) annotation for g_dbus_interface_info_generate_xml
1764  783593 GGtkNotificationBackend should use /org/freedesktop/DBus to call Ge...
1765
1766 * Translation updates:
1767  Esperanto
1768  German
1769  Indonesian
1770  Kazakh
1771  Spanish
1772
1773
1774 Overview of changes in GLib 2.53.2
1775 ==================================
1776
1777 * A few new number parsing functions have been added:
1778   - g_ascii_string_to_signed
1779   - g_ascii_string_to_unsigned
1780   These have better error handling than the existing ones.
1781
1782 * glib-mkenums now supports /*< private >*/ and /*< public >*/
1783
1784 * GSettings now consider XDG_DATA_HOME in addition to XDG_DATA_DIRS.
1785
1786 * Bugs fixed:
1787  674885 type initialisation deadlock in GObject
1788  698064 Add g_ptr_array_contains()
1789  732000 gdatetime: Remove an unnecessary NULL pointer check
1790  734946 Implement GContentType on OSX
1791  741335 Possible differences in use of XDG_DATA_DIRS versus XDG base directory specification
1792  748263 Use-after-free in g_dbus_connection_call_internal()
1793  776876 gmodule – Various Android bug-fixes
1794  777030 build error where minor() and major() cant be resolved in gio/gdbusmessage.c
1795  780300 gio/gosxappinfo.c uses deprecated LSFindApplicationForInfo
1796  780309 gio/tests/appinfo build fails: gdesktopappinfo.c skipped on OS X
1797  781755 Avoid compiler warnings in generated marshallers code
1798  781826 portal support: Read /.flatpak-info
1799  781830 Fix some typos and errors in GVariant documentation
1800  781847 Use-after-free under send_message_with_reply_cleanup():gdbusconnection.c:1792
1801  781867 various gvfsd-* wants to look in /boot/efi, causes unnecessary/inappropriate auto...
1802  782068 doc: Trivial typo fixes
1803  782075 gtimer: Handle gmtime() failure in g_time_val_to_iso8601()
1804  782089 gdatetime: Fix overflow checks when constructing from timestamps
1805  782162 Support public/private trigraph in glib-mkenums
1806  782237 make check error
1807  782311 inode/directory is treated as a subclass of application/octet-stream
1808  782628 libmount build dependency check not requiring the right version?
1809
1810 * Translation updates:
1811  Hungarian
1812  Indonesian
1813  Spanish
1814
1815
1816 Overview of changes in GLib 2.53.1
1817 ==================================
1818
1819 * The gdbus tool gained a wait command
1820
1821 * g_unix_signal_source_new support SIGWINCH now
1822
1823 * There are now g_enum_to_string and g_flags_to_string functions
1824
1825 * A new function to instantiate objects: g_objet_new_with_properties
1826
1827 * GParameter and related APIs have been deprecated
1828
1829 * Bug fixes
1830  447907 enum/flags from string + type transform + tests
1831  668962 GUnixMountPoint/GUnixMountEntry not usable through gobject-introspection
1832  669355 gdbus-codegen output contains stray semicolons at file scope (forbidden in C99)
1833  674885 type initialisation deadlock in GObject
1834  698064 Add g_ptr_array_contains()
1835  709865 Add boxing to GParameter
1836  725894 build: Include gettext libraries for static compilation on Mac OS X
1837  734946 Implement GContentType on OSX
1838  741229 gio: Handle NULL cached properties in NetworkManager monitor
1839  745971 gdbus-tool: Add a command to wait for a well-known name on the bus
1840  755046 gfileutils: Add precondition checks to g_file_test()
1841  761102 Increase performance for main loop
1842  761889 GDateTime: %p does not always print AM/PM string
1843  766660 Please clarify the extent to which GInitable, GAsyncInitable must be idempotent
1844  769534 g_unix_signal_source_new does not support SIGWINCH
1845  772221 Take advantage of Unicode
1846  775879 g_log_default_handler should not check G_MESSAGES_DEBUG
1847  776169 various gio-tool fixes
1848  777961 Documentation for g_app_info_equals() could be clearer
1849  778049 race in gsource detected by TSan
1850  778207 gio-querymodules: fix memory leak
1851  778287 G_MODULE_EXPORT and -fvisibility=hidden
1852  779409 Fix false positive g_warning() in remove_filter()
1853  780066 g_base64_encode_close() in glib/gbase64.c produces invalid base64 encoding
1854  780095 g_utf8_get_char_validated() stopping at nul byte even for length specified buffers
1855  780306 Unused function in gunicollate.c for CARBON
1856  780310 g_tls_database_verify_chain doesn't set the GError for failures other than cancell...
1857  780384 gio/tests/contenttype fails on OS X: "public.directory" != "public.folder"
1858  780441 Make the portal implementation of g_app_info_launch() synchronous
1859  780634 Remove remaining old codepage ABI comapt code
1860  780908 gobject: remove duplicate GType sanity check
1861  780924 Memory leak in gdbusmethodinvocation.c
1862  781125 gio-tool: Fix errors format string
1863  781234 the buffer written to by g_input_stream_read is not marked as an out parameter
1864  781298 gfileutils.c:330:3: error: ISO C90 forbids mixed declarations and code
1865
1866 * Translation updates
1867  Catalan
1868  Friulian
1869  German
1870  Hebrew
1871  Indonesian
1872  Polish
1873  Russian
1874
1875
1876 Overview of changes in GLib 2.52.0
1877 ==================================
1878
1879 * Bug fixes:
1880  779799 gdatetime test fails with tzdata 2017a
1881  780032 Add missing attributes to two functions
1882  780144 gio/fam: Remove leftover debug print
1883
1884 * Translation updates:
1885  French
1886  Friulian
1887  Latvian
1888
1889
1890 Overview of changes in GLib 2.51.5
1891 ==================================
1892
1893 * OS X implementations of GContentType and GAppInfo
1894   have been added
1895
1896 * Bugs fixed:
1897  673047 gunicollate is broken on OS X (patch included!)
1898  734946 Implement GContentType on OSX
1899  747146 Implement GNotification on OSX
1900  769983 glib-mkenums generates non-reproducible Makefile snippets
1901  777203 gnulib license information is not correct in glib2.0
1902  778515 Crash in the gio kqueue backend
1903  779456 Make g_utf8_make_valid optionally take a length
1904
1905 * Translation updates:
1906  Danish
1907  Friulian
1908  German
1909  Hungarian
1910  Korean
1911  Lithuanian
1912
1913
1914 Overview of changes in GLib 2.51.4
1915 ==================================
1916
1917 * Memory leak fixes
1918 * Fix the released tarball
1919
1920
1921 Overview of changes in GLib 2.51.3
1922 ==================================
1923
1924 * Bugs fixed:
1925  771997 gchecksum: Add SHA-384 support
1926  778422 gsubprocesslauncher: Clarify the behavior of set_environ()
1927  778581 gdbus-codegen: Fix -Wconversion warning
1928  778801 gdbus-codegen: Add --outdir flag
1929  778991 Plug a mem leak in gdbusauth
1930  779183 g_io_extension_point_get_extensions should check for NULL pointer
1931
1932 * Translation updates:
1933  Basque
1934  Chinese (Taiwan)
1935  Danish
1936  Indonesian
1937  Italian
1938  Serbian
1939
1940
1941 Overview of changes in GLib 2.51.2
1942 ==================================
1943
1944 * Minimal support for UUIDs has been added
1945
1946 * A new file attribute, G_FILE_ATTRIBUTE_RECENT_MODIFIED has been added
1947   to improve sorting of recent files
1948
1949 * Bugs fixed:
1950  639078 UUID support feature request
1951  777135 gkeyfile: Be more specific about error codes in documentation
1952  777307 race condition between gdbus signal callback and g_bus_unwatch_name...
1953  777481 goutputstream: docs: fix typos
1954  777493 g_mkdtemp() not introspectable
1955  777507 Recent view sorting incorrectly
1956  777592 Add minor examples to GDBus and GVariant documentation
1957  778002 race in gdbusprivate.c detected by the ThreadSanitizer
1958  778096 race in gdbusconnection reported by TSan
1959
1960 * Translation updates:
1961  Norwegian bokmål
1962  Polish
1963  Simplified Chinese
1964  Slovak
1965  Spanish
1966  Swedish
1967
1968
1969 Overview of changes in GLib 2.51.1
1970 ==================================
1971
1972 * glib-compile-resources grew a --generate-phony-targets flag
1973
1974 * GLib now installs a valgrind suppressions file for GLib and GIO
1975
1976 * Bugs fixed:
1977  666114 should have infrastructure to run its tests under valgrind
1978  729730 GDBusMessage: Fix segfault if DEBUG_SERIALIZER is enabled
1979  730932 statically assert that reasonable assumptions about enums are true
1980  735731 gobject: Document behaviour of GType checking macros on NULL
1981  736810 gdbus: Fix leak in g_dbus_message_print()
1982  762283 GSocket – Fix race conditions on Win32 if multiple threads are waiting on cond...
1983  767609 Test suite problems
1984  767952 g_dbus_method_invocation_return_*, g_dbus_method_invocation_take_error: They d...
1985  769672 Assert threads for testcase 642026 are sucessfully created
1986  769745 gtask: Add guards for public functions
1987  770175 Add command line argument to mkenums and genmarshal to write output to a file
1988  770646 glib: Namespace global tapset variables by soname
1989  772160 Add g_unix_mount_for() support
1990  772989 Totem allows invalid urls that might cause segfault that's irrecoverable
1991  773823 gio: Bump copy buffer size to 256k by default
1992  774086 fix g_main_context_check declaration
1993  774368 Dependency file output of resource scanner breaks Ninja
1994  774421 Two minor patches
1995  774520 GSocket allocates and processes control messages even if not requested
1996  775309 Crash in gdbusauth
1997  775468 Improve log write supports color method on windows
1998  775510 testing with -fsanitize=undefined reports various undefined behaviour
1999  775517 Password input is echoed in the terminal
2000  775621 gmessages: Fix compilation on Android
2001  775765 FDO notification withdrawal backend sends wrong ID to the server
2002  775913 subprocesslauncher: potential infinite loop in verify_disposition()
2003  776198 Stray semicolon after g_variant_print() function in gvariant.c
2004  776586 License headers cleanup
2005  777077 Use of memory after it is freed
2006
2007 * Translation updates:
2008  Brazilian Portuguese
2009  Czech
2010  Galician
2011  German
2012  Hebrew
2013  Kazakh
2014  Lithuanian
2015  Spanish
2016  Swedish
2017
2018
2019 Overview of changes in GLib 2.51.0
2020 ==================================
2021
2022 * glib-genmarshal and glib-mkenums have gained --output options
2023   for better build system integration
2024
2025 * New API: g_utf8_make_valid
2026
2027 * Bugs fixed:
2028  591603 Make _g_utf8_make_valid public
2029  610969 Nice to have g_utf8_make_valid as public
2030  767882 Bit shift overflow (-Wshift-overflow) warning in gparam.h
2031  769135 External control for g_test_add/g_test_run
2032  769630 gfile: G_FILE_MONITOR_WATCH_MOVES was actually introduced in 2.46
2033  772160 Add g_unix_mount_for() support
2034  772221 Take advantage of Unicode
2035  773303 GApplication leaks option_strings 
2036
2037 * Translation updates:
2038  French
2039  Galician
2040  German
2041  Hungarian
2042  Lithuanian
2043  Norwegian bokmål
2044  Occitan
2045  Polish
2046  Slovak
2047  Turkish
2048
2049
2050 Overview of changes in GLib 2.50.1
2051 ==================================
2052
2053 * Update Unicode support to Unicode 9.0.0
2054
2055 * Bugs fixed:
2056  662946 gunixmounts monitoring doesn't work correctly with libmount
2057  771591 Update to Unicode 9.0.0
2058  772054 glib/gspawn-win32-helper.c: unexpected behavior re CommandLineToArgvW()
2059  772255 gresolver: Mark GResolver as an abstract class
2060  772269 Add --version options to glib-compile-resources and glib-compile-schemas
2061  772297 completion: Complete gsettings describe
2062  772511 g_log_default_handler crashes windows apps with "Unspecified fatal err...
2063
2064 * Translation updates:
2065  Brazilian Portuguese
2066  Catalan
2067  Croatian
2068  Czech
2069  Danish
2070  Hungarian
2071  Italian
2072  Latvian
2073  Polish
2074  Swedish
2075
2076
2077 Overview of changes in GLib 2.50.0
2078 ==================================
2079
2080 * Bugs fixed:
2081  771438 Turn on libmount by default on linux
2082         Fix the annotation for g_log_variant
2083
2084 * Translation updates:
2085  British English
2086  French
2087
2088
2089 Overview of changes in GLib 2.49.7
2090 ==================================
2091
2092 * Add g_log_variant, binding-friendly api for structured logging
2093
2094 Bugs fixed:
2095  646926 arg_data invalid after g_option_context_parse() fails
2096
2097 * Translation updates:
2098  Danish
2099  Finnish
2100  Galician
2101  German
2102  Hebrew
2103  Kazakh
2104  Korean
2105  Latvian
2106  Lithuanian
2107  Polish
2108  Portuguese
2109  Serbian
2110  Slovak
2111  Spanish
2112  Swedish
2113  Thai
2114
2115
2116 Overview of changes in GLib 2.49.6
2117 ==================================
2118
2119 * The gsettings commandline tool now has a describe command
2120
2121 Bugs fixed:
2122  745754 Add gcc-style dependency output to glib-compile-resources
2123  769076 Fix warning: attempt to override closure->va_marshal with new marshal
2124  770372 gdbus-codegen: Strip @since parameters before comparison
2125
2126 Translation updates:
2127  Brazilian Portuguese
2128  Czech
2129  German
2130  Hungarian
2131  Polish
2132  Portuguese
2133  Spanish
2134
2135
2136 Overview of changes in GLib 2.49.5
2137 ==================================
2138
2139 * Structured logging:
2140  - drop libsystemd dependency
2141  - document that g_test_expect_message does not work with structured logs
2142
2143 * Use libmount for unix mount support
2144
2145 * Add an async variant of g_app_info_launch_default_for_uri
2146
2147 Bugs fixed:
2148  522053 GUnixMountMonitor needs to use /proc/self/mountinfo on recent Linux
2149  682794 Add usage guidance to logging documentation
2150  744456 Structured logging API
2151  766370 Add a macro for initializing g_auto(GVariantBuilder)
2152  767240 Regex failures with pcre 8.38
2153  768198 Can't build glib with systemtap enabled
2154  768453 Gdbus test: compilation fails due to -Werror=format-y2k errors
2155  768752 Add async variant of g_app_info_launch_default_for_uri
2156  769027 Docs misleadingly imply G_CHECKSUM_SHA512 is available since 2.16
2157  769029 gmessage: compiler complains about -Wformat-nonliteral
2158  769042 'O_CLOEXEC' undeclared (first use in this function)
2159  769087 gmessages: support NULL log domain
2160  769089 Fix gsettings uint64 testcase
2161  769104 Build failure when using _GLIB_CHECKED_ADD_U32 with the Intel compiler
2162  769139 g_log_writer_journald uses non-standard 'htole64' function
2163  769238 memory increases every time I umount and mount my secondary hard disk.
2164  769245 is_valid_heap_iter define misses NULL pointer check
2165  769507 gmessages: Don’t require is_journald() call before writer_journald()
2166  769785 gmessages: Expand documentation further for structured logging
2167  769995 gdbus-codegen: Allow '@since: UNRELEASED' in documentation comments
2168
2169 Translation updates:
2170  Catalan
2171  Hebrew
2172  Lithuanian
2173  Slovak
2174  Spanish
2175
2176
2177 Overview of changes in GLib 2.49.4
2178 ==================================
2179
2180 * Change the just-introduced structured logging API. The arguments
2181   of g_log_structured() had to be reordered to enable an implementation
2182   within the limits of what the standards guarantee about var args.
2183
2184 Bugs fixed:
2185  744456 Structured logging API
2186  768936 gio doc build fails because of missing gio.xml in the tarballs
2187  768963 improper va_list use in g_log_structured()
2188  768968 gio/tests/socket-listener hangs since e4ee307
2189
2190 Translation updates:
2191  Spanish
2192
2193
2194 Overview of changes in GLib 2.49.3
2195 ==================================
2196
2197 * GLib has a structured logging API, g_log_structured, with support
2198   for writing to the systemd journal. It also supports colored output
2199   in terminals
2200
2201 * Some new GBytes API has been added:
2202  - g_key_file_load_from_bytes
2203  - g_compute_hmac_for_bytes
2204
2205 * Stack-allocated GVariantBuilder and GVariantDict objects can now be
2206   initialized with G_VARIANT_BUILDER_INIT and G_VARIANT_DICT_INIT
2207
2208 * gio:
2209  - Add a way to register handlers for custom uri schemes
2210  - Add a G_FILE_ATTRIBUTE_FILESYSTEM_REMOTE attribute to
2211    have these heuristics in a single place
2212  - Include a gio tool that makes the functionality of the
2213    various gvfs commandline tools available in a single place
2214  - Add portal support to g_app_info_launch_default_for_uri
2215  - Add portal support to GNetworkMonitor
2216  - Add portal support to GProxyResolver
2217  - Add portal support to g_application_send_notification
2218
2219 Bugs fixed:
2220  547200 g_utf8_find_next_char() issues
2221  662802 systemtap multiarch issue
2222  723506 fork/exec from non-main thread when autolaunching could be avoided...
2223  725902 build: simplify dtrace configuration
2224  728207 gsocketservice: Documentation does not mention that is already act...
2225  729914 instead of DEBUG_CODE and IF_DEBUG, provide a common macro to supp...
2226  744456 Structured logging API
2227  744678 Unable to delete relocatable schemas
2228  746685 clarify that g_variant_get_data() can be used instead of g_variant...
2229  747134 glib-compile-resources --generate should detect common C++ file ex...
2230  750257 GSettings changed signal should clearly state the order required
2231  753231 Memory is potentially used after free
2232  754012 missing filename in "Error loading css: Failed to import: Error op...
2233  760115 gtestutils: add missing dash in seed argument's --help documentation
2234  760423 gio-querymodules prints error messages as question marks on some l...
2235  761102 Increase performance for main loop
2236  765338 GLib.compute_hmac_for_data throws every time
2237  766370 Add a macro for initializing g_auto(GVariantBuilder)
2238  766899 Superflous HTML/XML comments in GDBusProxyTypeFunc documentation s...
2239  766933 GSocketAddress leaks in gnetworkmonitornetlink.c:read_netlink_mess...
2240  767765 Add names and tags to various GSources and GTasks constructed in GLib
2241  767880 gkeyfile: add g_key_file_load_from_bytes() API
2242  767887 vfs: add g_vfs_register_uri_scheme()
2243  767949 [patch] Typos in glib docs
2244  768029 infinite loop in parse_name_internal()
2245  768119 Fix fallout from get_supported_schemes() changes
2246  768357 Build the gio tool on Windows/MSVC
2247  768498 portal support for glib
2248  768504 keyfile: g_key_file_get_double behavior doesn't follow documentation
2249  768549 Test failure: test_ip_sync_dgram
2250  768551 Test failure: test_socket_address_to_string
2251  768560 gio/tests/gsettings: fix GSettings reference leaks in some tests
2252  768780 O_PATH is a non-standard flag which may be unavailable on non-Lin...
2253  768806 gdbus tool must swallow -- argument
2254
2255 Translation updates:
2256  Chinese (Taiwan)
2257  French
2258  Hebrew
2259  Indonesian
2260  Lithuanian
2261  Portuguese
2262  Spanish
2263
2264
2265 Overview of changes in GLib 2.49.2
2266 ==================================
2267
2268  * GMainContext and GTask have gained more systemtap probes
2269
2270 Bugs fixed:
2271  673101 resource compiler dependency generation not working for gen...
2272  700756 GFile.new_for_path arguments misses (type filename) annotation
2273  730187 glocalfileoutputstream: Fix an FD leak in an error path
2274  755439 Memory leak in gdbusproxy.c
2275  759813 Add more SystemTap/DTrace probes for main context and GTask
2276  761810 gio: Support using GDBusObjectManagerServer at path ‘/’
2277  767172 docs: Move GIO_USE_VFS to "okay for production" section
2278  767218 Remove a UTF-8 ellipsis from gsignal.h
2279  767245 Add filename type annotations
2280  767824 Some UTC timezones incorrectly recognized on Windows 7
2281
2282 Translation updates:
2283  Occitan
2284
2285
2286 Overview of changes in GLib 2.49.1
2287 ==================================
2288
2289  * GDesktopAppInfo now allows bus activation with dashes. This is
2290    not technically allowed per the Desktop Entry specification, but
2291    it happens in the wild. Rather than forcing people to go through
2292    another traumatic desktop file rename, accept it and translate - to _.
2293
2294  * The support for giving names to threads has been improved. Thread names
2295    are now supported on Solaris as well, and the Linux support no longer
2296    uses prctl() but the pthread api.
2297
2298  * GIO resources can now be overridden at runtime, using the G_RESOURCE_OVERLAYS
2299    environment variable.
2300
2301  * gdbus-codegen can now generate autocleanup definitions for the types
2302    it generates. Use the --c-generate-autocleanup option to control this
2303
2304 Bugs fixed:
2305  665446 Use g_abort() instead of abort()
2306  731988 glocalfile: Avoid a potential NULL pointer dereference
2307  742898 g_value_type_transformable() description differs from the code
2308  747107 GVariant varargs documentation: g_variant_get() example
2309  747478 g_system_thread_set_name() is not implemented for gthread-win32
2310  748474 g_get_language_names() is not thread-safe
2311  748530 gthread: W32 implementation of g_get_num_processors() has lame fallback
2312  748806 GVariant: Better introduction to the concepts and its uses
2313  749583 GSequence performance improvements
2314  749606 tests: always remove app.desktop
2315  755898 [PATCH] settings: add get/set uint64
2316  758174 Fix documentation typos
2317  758738 Usage of GType properties causes crashes due to gulong/gpointer mismatch
2318  760186 namespace clash with gdb pretty-printing code
2319  762994 Race condition in GIO/AppFileChooser crashes Firefox/Gtk3
2320  763379 codegen: Add support for g_autoptr to gdbus-codegen–generated objects
2321  763821 build: Also dist Systemtap files always for gobject/
2322  764092 gstrfuncs: Document the behaviour of g_strjoinv()
2323  764163 g_task_had_error doesn't remember the error after g_task_propagate_*
2324  764415 Very High CPU usage in g_poll() Windows implementation
2325  764574 build: Fix all statfs() tests failing
2326  764575 tests: Fix compilation errors due to Y2K format problems
2327  764685 GApplication documentation about handling command-line options is confusing
2328  764754 '-' in application id: unbreak bus activation and notifications
2329  765173 documentation of g_main_context_push_thread_default() regarding GIO...
2330  765668 GResources: add support for resource overlays
2331  765710 gdbus-tool: only print note about expected argument types if that...
2332  765712 tests: Fix compilation
2333  765861 task: avoid context lock when setting source name
2334  765900 Add g_drive_is_removable() support
2335  765924 Improve external drives detection
2336  765959 socket: set fd field to -1 after closing socket
2337  765990 Visual Studio: Define inline only when necessary
2338  765991 Compilation of gresource.c is broken due to S_ISDIR
2339  766092 Incorrect locale handling in g_date_time_format_locale()
2340  766211 Fix the upper bound in g_unichar_iswide_bsearch
2341  766407 Some build-related defects in glib testsuite
2342  766570 build: Fix a misnamed variable in glib-tap.mk
2343
2344 Translation updates:
2345  Basque
2346  Catalan
2347  Chinese
2348  Occitan
2349  Portuguese
2350  Turkish
2351  Vietnamese
2352
2353
2354 Overview of changes in GLib 2.48.0
2355 ==================================
2356
2357  * a minor build fix in the name of determinism
2358
2359  * a few coverity fixes
2360
2361 Bugs fixed:
2362  763617 giotypefuncs.c: Sort _get_type functions in the 'C' locale
2363
2364 Translations updated:
2365  Danish
2366  Italian
2367
2368 Overview of changes in GLib 2.47.92
2369 ===================================
2370
2371  * gdbus-codegen now supports g_autoptr()
2372
2373  * g_get_user_runtime_dir() now reliably returns an existing directory
2374
2375  * g_array_remove_range() can now remove 0 items from the end of an array
2376
2377  * Many fixes for Windows
2378    * build fixes
2379    * file monitoring
2380    * gsettings backend
2381    * streams
2382    * random numbers
2383    * wide character support
2384
2385  * documentation improvements
2386
2387  * other small bugfixes
2388
2389 Bugs fixed:
2390  724847 Segmentation fault on "gsettings list-recursively"
2391  743933 gapplication: add --app-id command line option
2392  756706 [PATCH] gio/gtestdbus.c: don't use non-standard %m printf modifier
2393  757506 gsettings: schema_list should use the passed schema's source
2394  760694 W32: Apps linked with -mwindows make cursor busy sometimes
2395  762202 g_win32_error_message improvements
2396  762637 build: Unconditionally dist tapset files
2397  762748 Undefined behavior
2398  762937 Mention that g_clear_error can be used with an "empty" GError
2399  763339 array: Support clearing an empty array with g_array_remove_range()
2400  763344 g_get_user_runtime_dir(): ensure directory exists
2401  763379 codegen: Add support for g_autoptr to gdbus-codegen–generated objects
2402
2403 Translations updated:
2404  Brazilian Portuguese
2405  Czech
2406  Finnish
2407  French
2408  Galician s
2409  German
2410  Greek
2411  Hebrew
2412  Hungarian
2413  Italian
2414  Kazakh
2415  Korean
2416  Latvian
2417  Lithuanian
2418  Occitan
2419  Polish
2420  Russian
2421  Serbian
2422  Slovak
2423  Slovenian
2424  Spanish
2425  Swedish
2426
2427 Overview of changes in GLib 2.47.6
2428 ==================================
2429
2430 * Windows usupport:
2431  - Fixes and improvements to the GSettings registry backend
2432  - Handle readability and writability of registry keys
2433  - Use Unicode registry APIs
2434
2435 * Bugs fixed:
2436 760852 744772 761126 747927 761337 744570 761504 761550 761843
2437  744570 GString is missing (transfer none) annotations on many of its methods
2438  744772 systemtap and gdb scripts install in wrong place
2439  747927 Documentation: various small improvements
2440  760852 gdbusobjectmanagerserver: Clarify recommended ObjectManager paths
2441  761126 winiconv: update to upstream version
2442  761337 Fix some annotations
2443  761504 W32 registry GSettings backend does not use Unicode
2444  761550 Cannot build with default flags under Fedora rawhide (-Werror=format-...
2445  761843 gmacros.h is testing attributes with __has_feature (when compiling wi...
2446
2447 * Translation updates:
2448  Brazilian Portuguese
2449  Bulagarian
2450  Chinese (Taiwan)
2451  Hungarian
2452  Polish
2453  Slovak
2454  Slovenian
2455  Spanish
2456  Swedish
2457
2458
2459 Overview of changes in GLib 2.47.5
2460 ==================================
2461
2462 * the system copy of PCRE is now used by default to implement GRegex.
2463   Configure with --with-pcre=internal if a system PCRE version
2464   is unavailable or undesired.
2465
2466 * interfaces for DTLS support have been added.  A new version of
2467   glib-networking will also be required.
2468
2469 * GDBusMethodInvocation now drops replies if the sender set the
2470   NO_REPLY_EXPECTED flag
2471
2472 * several GApplication fixes, including fixes for commandline arguments
2473   in interpreted languages on Windows
2474
2475 Bugs fixed:
2476  624186 Deprecate glib-gettext macros
2477  734095 gtk-demo.py of PyGObject fails to run on Windows (and likely other binding scripts using g_application_run())
2478  735754 Implement close on TLS GOutputStream
2479  748064 gnulib vfprintf returns desired (not actual) number of bytes, ignores errors
2480  752240 Add DTLS support to GIO
2481  755421 GDBus ignores NO_REPLY_EXPECTED flag in messages, leading to warnings on system bus
2482  756875 Include ntdef.h for NTSTATUS
2483  759554 g_application_run() calls g_main_context_default() repeatidly
2484  760199 gsettings: Install gettext ITS rules
2485  760215 G_LIKELY/_UNLIKELY macros need more parentheses
2486  760683 regex test: Check the expected PCRE exceptions at runtime
2487
2488 Translations updated:
2489  Brazilian Portuguese
2490  Czech
2491  German
2492  Lithuanian
2493  Swedish
2494
2495 Overview of changes in GLib 2.47.4
2496 ==================================
2497
2498 * The GApplication documentation has been improved in several areas.
2499
2500 * Bugs fixed:
2501  749092 gdb pretty-printers fail on Python 3 with a TypeError...
2502  757374 macros: clean up "inline" mess
2503  758641 Memory leak in g_dbus_proxy_new_for_bus_sync()
2504  759134 Add missing checks for gnulib vasnprintf()
2505  759408 Do not use uninitialized var 
2506  756475 Stop supporting non-POSIX getpwuid_r, getgrgid_r
2507  757372 GApplication: destroy the impl on shutdown
2508  728099 macros: add G_GNUC_CHECK_VERSION() for compiler checks
2509  757299 glib-compile-resources: do not leak c_name
2510  758553 Fix gettext use
2511  758823 file monitors: reorder some code to avoid segfault
2512  756214 gsettings: Don't translate ""
2513  710243 Add GParamSpec object ref management annotations
2514  735696 xdgmime: Finer handling for cases where mmap() is not available
2515  752983 gapplication: Acquire the main context before running
2516
2517 * Translation updates:
2518  Swedish
2519
2520
2521 Overview of changes in GLib 2.47.3
2522 ==================================
2523
2524 The inline cleanup in the last release accidentally removed three
2525 symbols from libglib-2.0.so.  It is unlikely that this will have caused
2526 any problems because these symbols were only backup symbols for
2527 definitions exported as inlines in the header files, but ABI is ABI.
2528
2529 This release corrects only this problem.
2530
2531 Overview of changes in GLib 2.47.2
2532 ==================================
2533
2534 * We have formalised the assumption that all compilers that are
2535   interested in support 'static inline' and simplified the macros around
2536   this considerably.  Please watch for and report unintentional fallout.
2537
2538 * New API: hardware-assisted helpers for overflow-checked integer math.
2539
2540 * other fixes
2541
2542 Bugs fixed:
2543  696324 gtester-report doesn't work with Python 3.x
2544  719966 glib: Add missing (nullable) and (optional) annotations
2545  752837 gobject and glib-compile-resources rely on .CRT$XCU section, no longer works with Win 10 UCRT (VS 2015)
2546  755364 make gtkdoc-check happy again
2547  756134 Segmentation fault on calling g_simple_action_group_add_action with bad action constructor call
2548  756179 gwin32.c: Replace VerifyVersionInfoW() with RtlGetVersion() due to API deprecation
2549  756988 GSequence should document each function's complexity
2550  757294 Move G_POLLFD_FORMAT to glibconfig.h
2551  757374 macros: clean up "inline" mess
2552  757451 doc: fix g_task_attach_source() example
2553  757628 gio tests fail to build when cross compiling 2.46.1
2554  757693 Invalid free in g_local_file_trash()
2555  757742 Fix up annotations in ghash.c
2556  758181 GTask: fix wrong example code
2557
2558 Translations updated:
2559  Greek
2560  Hebrew
2561  Hungarian
2562  Norwegian bokmål
2563  Portuguese
2564  Scottish Gaelic
2565  Simplified Chinese
2566  Spanish
2567
2568 Overview of changes in GLib 2.47.1
2569 ==================================
2570
2571 * The Unicode support has been updated to version 8.0 of the Unicode standard
2572
2573 * GDesktopAppInfo no longer sets the DISPLAY environment variable when
2574   launching apps. This is now done in the GAppLaunchContext implementations
2575   when appropriate
2576
2577 * Bug fixes:
2578  664740 Key-value file parser, space after integer
2579  687223 cleverer GThreadPool management
2580  692085 stderr and stdout are not always file descriptors 1 and 2
2581  697907 Add interface for socket-like things (GSocket, DTLS, etc)
2582  735754 Implement close on TLS GOutputStream
2583  737116 Add functions to print GSocketConnectables and addresses as strings
2584  743011 Minor additions to GError documentation
2585  749161 undefined reference to `__imp__stat32i64'
2586  749314 Cannot restore a just-trashed file
2587  751924 Add recvmmsg()-like API on GSocket
2588  752240 Add DTLS support to GIO
2589  752837 gobject and glib-compile-resources rely on .CRT$XCU section, no longer...
2590  753310 Remove `#pragma GCC system_header` from gmessages.h
2591  753935 Update example namespace and class names in GObject tutorial
2592  754855 Object instantiation documentation refers to example that no longer ex...
2593  754983 Wayland: g_desktop_app_info_launch_uris_with_spawn() forces DISPLAY va...
2594  754994 g_date_time_get_second () sometimes returns an off-by-one result
2595  755083 Clarify in G_ADD_PRIVATE that it is safe to call _get_instance_private...
2596  755351 Example still contains g_autoptr(gchar)
2597  755355 Move GStrv to glib.h so it can be used with g_auto()
2598  755374 g_variant_get_child(): flatten-first logic on '&'
2599  755496 glib 2.46 fails GStreamer test suite
2600  755609 glib 2.46.0 breaks Sun Java JVM 1.8.0.60
2601  755766 gvalue: The g_auto cleanup function assert if value is G_VALUE_INIT
2602  755795 2.46 considers empty files as octet-stream rather than text (leads to...
2603  755961 Fix up annotations in gbytes.c
2604  756053 MSVC doesn't understand the symbol 'msghdr'
2605  756054 MSVC linker error due to 'g_socket_send_message_with_timeout()'
2606  756077 testutils: remove internal ABI comment
2607  756099 g_main_context_query(): Annotate @n_fds as (in) parameter
2608  756139 musl: ctors called in the wrong order
2609  756179 gwin32.c: Replace VerifyVersionInfoW() with RtlGetVersion() due to AP...
2610  756251 The documentation of G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START is confusing
2611  756255 GOutputStream swallowing errors in splice with G_OUTPUT_STREAM_SPLICE...
2612  756316 GSequence should provide fast api to check if empty
2613  756382 snprintf used on Windows with VS2015 doesn't support %n
2614  756477 gio/gthreadedresolver.c has outdated copy of bionic headers (for android)
2615  756550 gtypes.h: Make G_MININTn literals negative
2616  756875 Include ntdef.h for NTSTATUS
2617  756952 giomodule: return a copy of module name
2618
2619 * Translation updates:
2620  Basque
2621  Czech
2622  Serbian
2623  Serbian Latin
2624  Vietnamese
2625
2626
2627 Overview of changes in GLib 2.46.0
2628 ==================================
2629
2630 * Disable runtime-deprecation warnings
2631
2632 * Fix marshalling of flags on bigendian 64bit architectures
2633
2634 * Translation updates
2635  Brazilian Portuguese
2636  Danish
2637  German
2638  Latvian
2639  Russian
2640  Turkish
2641
2642
2643 Overview of changes in GLib 2.45.8
2644 ==================================
2645
2646 * utf8 validation and utf8-to-ucs4 conversion are faster
2647
2648 * Small speedups to property change notification
2649
2650 * Various other small optimizations for GQuark, GData
2651
2652 * Bugs fixed:
2653  696426 GParamSpecTypeInfo do not need to be static
2654  735429 Cleanup MSVC Project Files Generation
2655  738504 Optimize UTF-8 decoding by unrolling branches and expressions
2656  742903 Add missing (transfer) annotation to GString
2657  748633 g_set_object order of operations
2658  754431 Fix build of glib/gstrfuncs.c on Windows
2659  754560 gioerror: Add more mappings for WinSock error codes
2660  754582 Glib cannot compile
2661  754601 Make g_strerror work with non-glibc POSIX systems
2662  754636 tests/unicode-encoding test fails for glib 2.45.7 on x86-64
2663  754788 more g_strerror stuff
2664  754831 autocleanups: Add GString type
2665  754924 Improve test coverage of g_utf8_validate() by added known-...
2666  754986 Avoid unnecessary signal emission during draw
2667
2668 * Translation updates:
2669  Italian
2670  Kazakh
2671  Korean
2672  Lithuanian
2673  Slovenian
2674  Swedish
2675
2676
2677 Overview of changes in GLib 2.45.7
2678 ==================================
2679
2680 * Add G_FILE_ATTRIBUTE_STANDARD_IS_VOLATILE for use by non-POSIX-like
2681   backends (e.g. cloud storage).
2682
2683 * GFileMonitor: Make the inotify backend work with atomic renames again
2684
2685 * GSettings: change notification is again working unconditionally
2686
2687 * GListStore has a sort function now
2688
2689 * Test infrastructure:
2690  - Tests are now required to have unique names
2691  - TAP support has been improved
2692  - A macro for asserting that two memory regions have identical content
2693    has been added
2694
2695 * Bugs fixed:
2696  708525 A "g_file_query_info" on the file path "/sys/kernel/debug/hid"...
2697  742849 inotify: send paired events to both sides
2698  744060 Update GObject tutorial documentation to use G_DECLARE_FINAL_T...
2699  747364 Fix GError leak in g_file_query_writable_namespaces()
2700  749492 Support file creation time on FreeBSD and NetBSD
2701  752769 (g_socket_receive_message | g_socket_send_message) performance
2702  753745 glib-genmarshal still needed for cross-compilation
2703  754152 Add g_list_store_sort
2704  754211 Memory leak in g_file_enumerator_iterate ()
2705  754264 GLib 2.44 certificate chain construction fails if the PEM incl...
2706  754283 gtestutils: add g_assert_cmpmem()
2707  754284 gtestutils: print the TAP test plan first, not last
2708  754286 misc gtestutils fixes
2709  754307 size of array '_GStaticAssertCompileTimeAssertion_3387' is neg...
2710
2711
2712 * Translation updates:
2713  Chinese (Taiwan)
2714  French
2715  Galician
2716  Greek
2717  Hebrew
2718  Hungarian
2719  Indonesian
2720  Polish
2721  Portuguese
2722
2723
2724 Overview of changes in GLib 2.45.6
2725 ==================================
2726
2727 * Fix a test failure and a build failure
2728
2729 Overview of changes in GLib 2.45.5
2730 ==================================
2731
2732 * GNetworkMonitor now provides information about metered networks
2733
2734 * g_mem_set_vtable has been deprecated; it has not been working for
2735   quite a while. The recommendation is to use valgrind, or replace
2736   malloc itself.
2737
2738 * Bugs fixed:
2739  656325 Make GDBusInterfaceVTable binding friendly
2740  741779 Documentation tweaks addressing real-world API misuses
2741  741822 Fails to build with VS 2015
2742  742386 gdbusconnection: Don't g_printerr() when exiting
2743  743018 gobject: Add more cross-links between documentation pages
2744  750282 Add g_network_monitor_get_network_metered() to get if the connection...
2745  751358 GFileMonitor doesn't react to "mv some-file watched-file"
2746  751592 Stop using GMemVtable
2747  751598 Stop 'handle-local-options' propagation when callback reports an err...
2748  751610 g_str_hash produces collisions with strings of length 2
2749  751751 Wrong docs of g_async_queue_remove
2750  752210 gdbus command crashes with SIGSEGV
2751  752656 gdbusconnection: Fix signal subscription documentation
2752  752767 Fix typo in g_hash_table_replace() documentation
2753  753278 gdbus: Don't use g_assert_no_error() GDBusObjectManagerServer
2754  753285 g_menu_item_set_icon fails if called with NULL icon
2755
2756 * Translation updates:
2757  Catalan
2758  Czech
2759  French
2760  Indonesian
2761  Lithuanian
2762  Norwegian bokmål
2763  Slovak
2764  Spanish
2765  Thai
2766  Turkish
2767
2768
2769 Overview of changes in GLib 2.45.4
2770 ==================================
2771
2772 * Bugs fixed:
2773  727829 win32: glibconfig.h.win32 updates
2774  741901 Clang cannot know that g_error don't return
2775  746339 GSocket kills process when fd is not a socket
2776  747676 gio/tests/socket fails: test_fd_roundtrip
2777  748610 Some tests fail with non-English locales
2778  749911 g_inet_address_to_string broken on XP/2003
2779  749912 g_inet_address_new_from_string broken on XP/2003
2780  750625 Should dismiss Software Updates Available notification after...
2781  750807 G_BREAKPOINT doesn't work as intended on Darwin
2782  751160 gtask does unnecessary work
2783  751672 -Wduplicate-decl-specifier in glib/tests/keyfile.c
2784  751731 GFile/DirectoryMonitor emit move events with other_file=NULL
2785  751737 gio/tests/appmonitor test fails in 2.45.3
2786  751798 Wrong enum type used in some test-cases
2787  752089 make gsocketservice::active a property
2788  752293 small cleanup: use list_free_full
2789
2790 * Translation updates:
2791  Greek
2792  Hebrew
2793  Portuguese
2794
2795
2796 Overview of changes in GLib 2.45.3
2797 ==================================
2798
2799 * Improve performance of g_signal_handler_disconnect for signals
2800   with many handlers
2801
2802 * GDBus has gained a new call flag to allow interactive authorization
2803
2804 * GSettings:
2805  - New API: g_settings_schema_list_keys
2806  - Deprecated: g_settings_list_keys
2807
2808 * OS X:
2809  - Implement GNotification
2810  - Bump the OS X requirement to 10.9
2811
2812 * Windows:
2813  - Add registry reading API
2814  - Reimplement GAppInfo using registry information
2815
2816 * Bugs fixed:
2817  666831 Support URI opening on W32
2818  728489 property action with inverted boolean state
2819  730168 Incorrect annotation on g_action_group_get_action_state_type return...
2820  733325 Several regex tests fail with pcre3 8.35
2821  734888 GLib has no helper functions to work with W32 Registry
2822  737009 signal handler lookup doesn't scale
2823  738185 Misleading language about "file name encoding" in the docs on g_env...
2824  738504 Optimize UTF-8 decoding by unrolling branches and expressions
2825  739122 glib not handling -1 return ("no limit") from sysconf (_SC_THREAD_S...
2826  739424 gnome-shell crashes when files are added, deleted, or modified in $...
2827  739616 DBus; Add new call flag to allow interactive authorization
2828  740308 Add g_settings_schema_list_keys() method
2829  740516 RFE: please provide an introspectible version of g_log_set_handler
2830  741788 Document GSettings build system integration
2831  745013 GBinding not thread safe
2832  747146 Implement GNotification on OSX
2833  747941 try XDG_RUNTIME_DIR/bus before falling back to X11 autolaunch (dbus...
2834  748727 Filechooser dialog shows no icons for directories on W32
2835  749693 GActionGroupExporter: flush queue on requests
2836  750203 GNetworkMonitorNetlink hangs in user namespace
2837  750322 gapplication: Make sure --help output is translated
2838  750344 GTlsInteractionClass is missing from doc
2839  750369 Various GBinding cleanups
2840  750386 Race condition in g_io_condition_get_type
2841  750399 Typo "equilalent" in glib documentation's glib-Error-Reporting.html...
2842  750573 GTlsDatabaseClass is not documented
2843  750918 genmarshal: silence register storage class warnings
2844  751122 gsocket: avoid unnecessary g_socket_cond_wait() in _send_messages()
2845  479730 The "g_key_file_set_comment" interface prepends '#' character to...
2846
2847 * Translation updates:
2848  Hungarian
2849  Spanish
2850
2851
2852 Overview of changes in GLib 2.45.2
2853 ==================================
2854
2855 * Improve error reporting in glib-compile-schemas.
2856
2857 * Add introspection annotations to GListStore.
2858
2859 * Bugs fixed:
2860  696749 win32 : failed to compile because of careless mistake in the code
2861  723394 const parameter to GtkPopover gtk_popover_set_pointing_to
2862  724113 gdbus-connection-loss test can fail on slow machines
2863  725981 tap-driver.sh: internal error getting exit status
2864  733325 Several regex tests fail with pcre3 8.35
2865  744895 Unknown or unsupported transport 'this-should-not-be-used-and-will...
2866  747882 gtype: Bump allowed number of children
2867  748534 gtest: if a subprocess assertion fails, print its stdout and stderr
2868  748612 de_DE locale used in option-context test is not supported by FreeBSD
2869  748614 Double unref in g_socket_listener_add_inet_port
2870  748834 glocalfilemonitor: Emit notification on rate limit change
2871  749079 gdbus-peer test: TCP tests can fail with ECONNRESET due to a race...
2872  749080 gdatetime test: fails if close to rollover between seconds
2873  749180 gnetworkaddress: add return type annotation to parse methods
2874  749352 g_binding_unbind() fails when source is also the target
2875  749353 GBinding does not connect to the detailed notify signal
2876
2877 * Translation updates:
2878  Catalan
2879  French
2880  Slovak
2881  Thai
2882
2883
2884 Overview of changes in GLib 2.45.1
2885 ==================================
2886
2887 * The GSettings schema compiler, glib-compile-schemas has been changed
2888   to reject schema xml that has duplicate <summary> or <description>
2889   elements. Such elements typically occur when translations are merged
2890   into the schema, with xml:lang attributes. This is not the correct
2891   way to translate schemas. Instead keep the translations in the .mo
2892   file and set the gettext-domain attribute on the <schemalist> element.
2893
2894 * The file monitoring infrastructure has been rewritten, and all backends
2895   have seen major improvements.
2896
2897   The inotify backend is reporting events with less delay (no event will
2898   be delayed more than 10ms) and wakeups due to file monitoring have been
2899   significantly reduced. A CHANGES_DONE event will also be sent when new
2900   files appear.
2901
2902   The poll implementation is now using the thread default main context.
2903
2904   The fam implmentation is now running in the worker thread.
2905
2906   The fen implementation has been removed, since it was unmaintained.
2907
2908 * The GSettings schema compiler, glib-compile-schemas, is more strict
2909   about rejecting schemas with xml:lang style merged translations.
2910   Schema translations should be done by specifying the gettext domain
2911   in the xml, and keeping the translations in gettext. To avoid breaking
2912   already-installed schemas, this change is only taking effect when
2913   you use the --strict option.
2914
2915 * The hardcoded 10-thread limit of GTask's thread pool has been removed,
2916   since it was prone to causing deadlocks. The thread pool is now allowed
2917   to grow dynamically and will shrink back over time.
2918
2919 * GSimpleAsyncResult has been deprecated in favor of GTask.
2920
2921 * The algorithm used by GAppInfo to find default handlers for mime types
2922   has been tweaked to prefer apps that handle the specific subtype over
2923   default handlers for a generic supertype.
2924
2925 * Bug fixes:
2926  627285 inotify file monitor hardwired delay
2927  631597 Segmentation fault in append_escaped_text
2928  661767 merge/improve various bits of run-in-thread functionality
2929  687223 cleverer GThreadPool management
2930  711547 win32: silence some build warnings
2931  719966 glib: Add missing (nullable) and (optional) annotations
2932  726447 Possibly an error in text string
2933  728663 W32: wrong stat struct is used when built with MinGW-w64
2934  728669 W32: GLocalFile can't measure size of files larger than 2^32...
2935  730188 gsocket: Document FD ownership with g_socket_new_from_fd()
2936  733325 Several regex tests fail with pcre3 8.35
2937  738207 Add a way to set SO_SENDBUF and SO_RECVBUF on listener (and...
2938  739850 GClosure: add valgrind hints
2939  741791 gmain: Save errno when handling unix signals
2940  744282 gvfs-open for application/x-virt-viewer changed behaviour bet...
2941  745255 Add support for copying sessions between GTlsClientConnections
2942  745745 gdbus: fix out-of-bound array access
2943  745821 Don't use __alloc_size__ attribute with clang
2944  746749 GLib-GIO:ERROR:inotify-kernel.c:327:ik_source_dispatch: ass...
2945  746753 Glib-compile-resources --generate-header not using ".h" as ...
2946  747209 glib-compile-schemas ought to reject repeated <summary> and...
2947  747349 Conversion of gdbus to use GTask causes deadlocks
2948  747363 gatomic: Add missing new line in API doc comment
2949  747472 Don't ignore already-installed schemas with multiple <summa...
2950  747541 gdbus segfaults with invalid --dest
2951  747772 Having hardcoded utf8 strings in the source code does not p...
2952  748019 gsocketconnection: Fix copy-pasto in documentation
2953  748177 not all test schemas are distributed, "make distcheck" fails
2954
2955 * Translation updates:
2956  Basque
2957  Czech
2958  Danish
2959  Finnish
2960  German
2961  Hebrew
2962  Icelandic
2963  Norwegian bokmål
2964  Russian
2965  Turkish
2966
2967
2968 Overview of changes in GLib 2.43.92
2969 ===================================
2970
2971 GLib is now considered frozen.  We do not expect any major changes
2972 before the release of 2.44.0.
2973
2974  * GUnixMountMonitor now properly supports multiple main contexts
2975
2976  * many documentation improvements and cleanups.  We are now
2977    approaching a point where the documentation is 100% complete and the
2978    xml will build without warnings.  This will probably be enabled by
2979    default in the next cycle.
2980
2981  * new support for HTTP proxies in GIO
2982
2983  * new GTask:completed property
2984
2985  * use "private" futexes in order to further improve the performance of
2986    the contended case of GMutex and g_bit_lock()
2987
2988 Bugs fixed:
2989  614684 Make various parts of GObject const-correct
2990  730352 Use inet_pton(), if_nametoindex() and if_indextoname() for newer versions of Windows
2991  733876 Proxy protocol 'http' is not supported.
2992  741442 threads: use FUTEX_WAIT_PRIVATE and FUTEX_WAKE_PRIVATE if possible
2993  742599 Clean up GUnixMountMonitor
2994  743636 gtask: Add a GTask:completed property
2995  743661 g_win32_check_windows_version() is missing from doc
2996  744722 docs: Expand introduction to mention using async calls over sync ones
2997  745589 [Patch] gio: add some missing autocleanup
2998  745634 [GNotifications] Use themed icon as icon-name
2999
3000 Translations updated:
3001  Bosnian
3002  Bulgarian
3003  Catalan
3004  Czech
3005  French
3006  German
3007  Greek
3008  Hungarian
3009  Italian
3010  Kazakh
3011  Korean
3012  Latvian
3013  Lithuanian
3014  POTFILESin
3015  Polish
3016  Russian
3017  Serbian
3018  Slovak
3019  Slovenian
3020  Spanish
3021  Swedish
3022  Vietnamese
3023  pa  for Gnome
3024
3025 Overview of changes in GLib 2.43.91
3026 ===================================
3027
3028 We have now added 'g_autofree' as a libgsystem-style autocleanup macro
3029 that calls g_free() on the content of a local variable when it leaves
3030 scope (working only on GCC and clang).
3031
3032 GApplication now has an "is-busy" property, allowing one to query the
3033 effective busy state.
3034
3035 There have been various other bugfixes and cleanups.
3036
3037 Bugs fixed:
3038  661554 GIO's use of GError is wrong
3039  744263 Fix format specifier for __LINE__ in G_OBJECT_WARN_INVALID_PSPEC
3040  744565 gapplication: add bind_busy_property()
3041  744747 Add g_autofree
3042  744756 Can't find out if gapplication is marked as busy
3043  744830 autocleanups: Add GArray and GPtrArray
3044  744876 Unclean exit from from g_application_run
3045  745239 g_property_action_new missing type annotation
3046
3047 Translations updated:
3048  Chinese (Taiwan)
3049  French
3050  Galician
3051  Lithuanian
3052  Slovak
3053
3054 Overview of changes in GLib 2.43.90
3055 ===================================
3056
3057 * new GSimpleIOStream class to construct a GIOStream from an arbitrary
3058   GInputStream and GOutputStream
3059
3060 * GApplication: new API for marking 'busy' state according to the value
3061   of a boolean property on another object
3062
3063 * GOptionGroup: add binding support (boxed type, annotation fixes, etc.)
3064
3065 Bugs fixed:
3066  739724 Test functions should have async scope
3067  741024 glist: Mention that g_list_length() is bad for checking list emptiness
3068  741630 Add GSimpleIOStream class
3069  743349 goption: Add boxed type for GOptionGroup
3070  743990 GDBus connection closing is broken
3071  744565 gapplication: add bind_busy_property()
3072
3073 Translations updated:
3074  Greek
3075  Italian
3076  Norwegian bokmål
3077  Russian
3078  Slovenian
3079  Swedish
3080
3081 Overview of changes in GLib 2.43.4
3082 ==================================
3083
3084 * GType now has type declaration macros G_DECLARE_DERIVABLE_TYPE,
3085   G_DECLARE_FINAL_TYPE and G_DECLARE_INTERFACE, which significantly reduce
3086   the boilerplate needed for GObject types and interfaces.
3087
3088 * g_autoptr and g_auto are macros for declaring variables with automatic
3089   cleanup. They only work with gcc and clang.
3090
3091 * GListModel is a new interface that represents a dynamic list of GObjects.
3092
3093 * GListStore is a GSequence-based implementation of GListModel.
3094
3095 * Support thread names on OS X
3096
3097 * g_simple_action_set_state_hint: New function to set the state hint
3098   of GSimpleActions
3099
3100 * g_win32_check_windows_version: New function to check Windows version
3101
3102 * g_settings_schema_list_children and g_settings_schema_key_get_name
3103   are new functions to complete the GSettingsSchema API.
3104
3105 * Bugs fixed:
3106  389585 G_DEFINE_TYPE hack for header files
3107  729351 Add GListModel
3108  736914 Docs: various fixes and improvements
3109  741807 Add thread name support on OS X and iOS
3110  741895 gwin32: Add Simple API to check whether we are on at least a v...
3111  742456 object: Add g_steal_pointer() convenience function to mark own...
3112  743508 polkitd fails to start: patch for gio/gcredentialsprivate.h
3113  743517 GSettings API is missing some introspection functions
3114  743521 GSimpleAction: add g_simple_action_set_state_hint
3115  743596 G_DECLARE_DERIVABLE_TYPE() should allow additional typedef for...
3116  743640 add __attribute__((cleanup)) support
3117  743827 Fix build of GListModel (on Visual Studio)
3118  743927 GListStore: add sorted insert function
3119  743936 glib: handle unsigned modifier for long long in internal printf
3120  744012 Add GMutexLocker
3121  744190 Fix build on Compilers That Do Not Use inline for Plain C Code
3122
3123
3124 Overview of changes in GLib 2.43.3
3125 ==================================
3126
3127 * add g_set_object() convenience function
3128
3129 * GNetworkMonitor: check if NM is not running and don't crash
3130
3131 * fix some races with g_mkdir_with_parents
3132
3133 * fix some warnings in MSVC
3134
3135 * avoid use of G_STRLOC in G_OBJECT_WARN_INVALID_PSPEC in order to save
3136   on static strings
3137
3138 * fix some content type vs. mime issues
3139
3140 * documentation improvements
3141
3142 * Bugs fixed:
3143  719455  g_file_make_directory_with_parents() can erroneously throw G_IO_ERROR_EXISTS
3144  732439  GSocket: avoid unnecessary g_socket_wait_condition() for blocking sockets
3145  734946  Implement GContentType on OSX
3146  741589  gobject: Add g_set_object() convenience function to set GObject pointers
3147  741653  gnetworkmonitornm: Check if network-manager is running
3148  741654  [patch] gobject: don't use G_STRLOC in G_OBJECT_WARN_INVALID_PSPEC() macro
3149  741707  Gsocket blocks trying to send data
3150  741788  Document GSettings build system integration
3151  742548  configure.ac: stay out of autoconf's namespace
3152  742851  avoid MSVC warnings in G_STMT_END
3153  742972  ggettext: Include an example of setlocale() and friends in the i18n docs
3154  743014  gtestutils: Add an example of using test fixtures 
3155
3156 * Translations updated:
3157  Basque
3158  Brazilian Portuguese
3159  Spanish
3160
3161 Overview of changes in GLib 2.43.2
3162 ==================================
3163
3164 * New function: g_strv_contains
3165
3166 * New function: g_network_address_new_loopback
3167
3168 * New function: g_socket_send_messages
3169
3170 * A new GNetworkMonitor implementation using NetworkManager provides
3171   more detailed connectivity information
3172
3173 * Bugs fixed:
3174   11059 Linux poll issue
3175  664562 captive wifi portal support for GNetworkMonitor
3176  685880 Add g_strv_contains()
3177  712570 Hang in g_threaded_socket_service_func
3178  719646 GSocket: add g_socket_send_messages() to send multiple messages...
3179  728928 Provide separate error code for "Connection reset by peer"
3180  732317 Support GSocketConnectable for loopback addresses
3181  740814 "make check" should ensure that every symbol is documented
3182  740848 Backend subscription fails when connecting to a signal with a d...
3183  741016 gio: add G_IO_ERROR_NOT_CONNECTED
3184  741226 keyfile: Add "in group" to GError message consistently
3185
3186 * Translation updates:
3187  Gujarati
3188  Hebrew
3189  Hungarian
3190  Kannada
3191  Turkish
3192  Vietnamese
3193
3194
3195 Overview of changes in GLib 2.43.1
3196 ==================================
3197
3198 * GQueue now accepts NULL as a sibling in g_queue_insert_before() and
3199   g_queue_insert_after()
3200
3201 * Bugs fixed:
3202   11059 Linux poll issue
3203  726037 Add G_PARAM_READWRITE value to the GParamFlags enumeration
3204  727988 GMemoryOutputStream hangs when writing more than 1GiB
3205  729739 tlscertificate: add support for loading certificate chains
3206  733791 GSettings: delay backend subscription
3207  736286 Clarify g_file_replace behavior with etags
3208  736620 GQueue: accept NULL sibling for insert_before() and insert_after()
3209  737150 GLib-GIO-WARNING **: Failed to parse translated string 'visible-name...
3210  737160 unhelpful error message
3211  738259 GDBusInterfaceVTable: clarify memory handling for the method() virt...
3212  738551 'interface' variable conflicts with Windows defines
3213  738633 Need to disable SSLv3 in glib-networking
3214  740157 <app> --help doesn't work even when options were added
3215  740309 Fix docs in g_strfreev
3216  740413 Fix the GSettings Registry Backend 
3217
3218 * Translation updates:
3219  Norwegian bokmål
3220
3221
3222 Overview of changes in GLib 2.43.0
3223 ==================================
3224
3225 * GObject gained a debug option to provide instance counts. To use it,
3226   set GOBJECT_DEBUG=instance-count and call g_type_get_instance_count().
3227
3228 * GOption now has a strict POSIX mode in which it stops parsing arguments
3229   as soon as a non-option argument is encountered.
3230
3231 * Bugs fixed:
3232  354457 Feature Proposal: Per-Type Statistics for Instantiable GTypes
3233  695082 g_hash_table_remove_all is not save against a call to g_hash_table_remove
3234  723160 GOption: add strict posix mode
3235  728256 gcredentials: add NetBSD support
3236  729739 tlscertificate: add support for loading certificate chains
3237  733338 Don't segfault in GNetworkMonitor when IPv6 support is unavailable
3238  736273 gdesktopappinfo: Use symbolic names in the code
3239  736284 Keep only one list of signal emissions
3240  736806 gtask: Fix reference count loop causing leaks
3241  736914 Docs: various fixes and improvements
3242  737143 Include <stdint.h> in glib/valgrind.h
3243  737259 gcancellable: Clarify that GSources hold references to GCancellables
3244  737338 gmain: Unref child sources when finalising a GSource
3245  737446 tests: Fix some minor leaks in the unit tests
3246  737451 Provide api to read_all_async
3247  737741 g_datalist_id_get_data assertion fails for non-existant keys
3248  737869 GApplication command line handling breaks --help
3249  738170 g_byte_array_new_take() doesn't initialize array->alloc
3250  738197 g_cond_timed_wait() doesn't time out on Mac OS X
3251  738374 gfile: g_file_equal (x, x) is TRUE
3252  738675 GSubprocessLauncher is missing some data on the docs 
3253
3254 * Translation updates:
3255  Bengali (India)
3256  Bulgarian
3257  Gujarati
3258  Italian
3259  Telugu
3260
3261
3262 Overview of changes in GLib 2.42.0
3263 ===================================
3264
3265 All changes in this release are trivial in nature.
3266
3267  - introspection warning fixes
3268
3269  - g_application_add_main_option now uses an enum instead of an 'int'
3270    for the type of a parameter
3271
3272  - added a G_OPTION_FLAG_NONE so that people don't need to use 0
3273
3274  - gresource: Use GError in more places
3275
3276  - gresource commandline tool: improve extraction from multiple sections
3277
3278  - GSource now takes the context lock (if any) in g_source_set_name()
3279
3280  - new documentation to clarify the use of some APIs related to
3281    GVariant, GSource, GApplication
3282
3283  - other minor updates to docs
3284
3285 * Bugs fixed
3286  736683 Thread safety issues with g_main_context_find_source_by_id
3287  736975 [patch] please document that GVariant serialization needs an
3288         out-of-band length field
3289
3290 * Translation updates
3291  Danish
3292  Hindi
3293  Marathi
3294  Punjabi
3295  Serbian
3296  Simplified Chinese
3297
3298 Overview of changes in GLib 2.41.5
3299 ==================================
3300
3301 * Bug fixes:
3302  735819 single native credential struct used for two purposes
3303  735915 glib-building.html uses --enable-gcov instead of --enable-coverage
3304  736350 GDesktopAppInfo: avoid polling on missing desktop dirs
3305  736351 Don't use issetugid() on Android
3306         Fix the default application logic in GDesktopAppInfo
3307  736458 Only use rand_s() when targetting Visual Studio >= 2005
3308
3309 * Translation updates
3310  Galician
3311  Hungarian
3312  Indonesian
3313  Kannada
3314  Latvian
3315  Polish
3316  Russian
3317  Slovenian
3318  Tamil
3319
3320
3321 Overview of changes in GLib 2.41.4
3322 ==================================
3323
3324 * GApplication now has binding-friendly API to handle
3325   commandline options: g_application_add_main_option
3326
3327 * G_GNUC_BEGIN_IGNORE_DEPRECATIONS works with clang
3328
3329 * Bugs fixed:
3330  583330 poll list of mounted file systems (no mtab support)
3331  727455 Command line option parsing from bindings
3332  734126 add G_GNUC_BEGIN_IGNORE_DEPRECATIONS macro for clang
3333  735179 gsocketclient: Handle cancellation between CONNECTING...
3334  735297 Docs claim that GThread struct is deprecated 
3335
3336 * Translation updates:
3337   Assamese
3338   Catalan
3339   Catalan (Valencian)
3340   Czech
3341   French
3342   German
3343   Greek
3344   Hebrew
3345   Korean
3346   Oriya
3347   Traditional Chinese
3348
3349
3350 Overview of changes in GLib 2.41.3
3351 ==================================
3352
3353 * g_clear_pointer and g_clear_object no longer use atomics
3354
3355 * Bugs fixed:
3356  711547 win32: silence some build warnings
3357  725511 Compiled resource files should have the same /-separators everywhere
3358  725513 Some tests fail to build on W32
3359  725514 W32: gfileutils does not preserve errno correctly
3360  725515 test-printf fails on W32
3361  728730 gsocket: Set SO_NOSIGPIPE on sockets on Darwin
3362  729703 Leaks a GError in g_file_move
3363  730932 statically assert that reasonable assumptions about enums are true
3364  732085 gtype: Fast-path for g_type_is_a
3365  732754 GDBusMessage: optimise (de)serialisation of fixed arrays
3366  733345 ginetaddress: Add a precondition to g_inet_address_new_from_string()
3367  733576 Patches from static analysis run on 2.40
3368  733715 glib's configure.ac makes accidentally use of nested function
3369  733934 win32: improve the package installation dir lookup
3370  733960 W32: spawning a console process creates a new window when stdout...
3371  733969 Remove atomic aspects of g_clear_pointer/object
3372  733982 Do not crash when checking whether an instance type is of a given...
3373  734035 gedit hangs up when there's no GSettings key in the registry 
3374
3375 * Translation updates:
3376  Basque
3377  Brazilian Portuguese
3378  Lithuanian
3379  Slovenian
3380  Spanish
3381
3382
3383 Overview of changes in GLib 2.41.2
3384 ==================================
3385
3386 * The Unicode support has been updated to version 7.0
3387   of the Unicode standard
3388
3389 * GNotification now supports priorities for notifications
3390
3391 * GCredentials has gained NetBSD support
3392
3393 * GMutex now uses a faster, native implementation on Linux
3394
3395 * Bugs fixed:
3396  699132 Pluggable event loop backends
3397  720708 g_assert_warning(): number of arguments doesn't match for...
3398  722092 Add GtkApplication resources support
3399  724986 Change gio/data-to-c.pl to /usr/bin/env perl.
3400  727974 Fix up failure-to-see-expected-message logging
3401  728256 gcredentials: add NetBSD support
3402  728401 GDateTime: Add guards to g_date_time_new()
3403  729825 Formatting of g_alloca documentation
3404  729914 instead of DEBUG_CODE and IF_DEBUG, provide a common macro...
3405  730293 clang++-3.4: error: 'register' storage class specifier is ...
3406  731339 giochannel: avoid setting uninitialised length
3407  731424 #ifdef spaghetti for load_user_special_dirs() implementations
3408  731623 GNotification: add support for a priority setting
3409  731929 update tables to unicode 7.0.0
3410  731950 gvalue: New g_value_from_instance
3411  731986 GLib: implement GMutex natively on Linux
3412  732184 GObject: warn on use of deprecated properties
3413  732357 Docs: various fixes and improvements
3414  732429 GActionEntry: improve documentation
3415  732465 Fix build on x64 Visual C++ builds
3416  732704 Docs: various fixes and improvements
3417  732739 ginetsocketaddress: Explicitly initialise flags for getaddr...
3418  732754 GDBusMessage: optimise (de)serialisation of fixed arrays
3419  732984 g_object_ref(NULL) in g_dbus_object_manager_client_finalize
3420  733084 Typos in g_bytes_hash() and g_time_zone_find_interval() docs
3421  733146 spawn helper does not use correctly the parameters 
3422
3423 * Translation updates:
3424  Lithuanian
3425
3426
3427 Overview of changes in GLib 2.41.1
3428 ==================================
3429
3430 * Bug fixes:
3431  697229 Custom Interface implementations will be broken with glib 2.37/38
3432  698614 GObject: prevent installing properties after init
3433  729269 gvariant: Fix confusion between type and format strings in the docs
3434  730198 broken valgrind.h leads to crashes in g_type_free_instance on mingw64
3435  730807 GMutex performance regression
3436  730963 gconvert: mention that the g_convert len should be in bytes
3437  730984 Faster instance type check for fundamentals
3438  731050 <structname> tags appear in documentation
3439  731200 unconditional 'notify' during g_object_set() is problematic
3440  731335 gtype: guard uses of new fundamental type check
3441  731341 gparam: change value of G_PARAM_EXPLICIT_NOTIFY
3442  731366 run-assert-msg-test.sh gdb leaves assert-msg-test zombie
3443  731425 giomodule protects function-call with different token than function...
3444  731513 clang: build failure: implicit declaration of function '__atomic_load_4'
3445  731584 gbookmarkfile: Cleaner error handling code to pacify static analysis
3446  731657 Prevent an invalid @CARBON_LIBS@ from appearing in the .pc files
3447  731979 docs: Correct param to interface's default_init()
3448  731996 Return folder as icon for directories
3449  732002 gwakeup: Clarify buffer sizing in g_wakeup_signal()
3450  732005 Remove unused assignments
3451  732019 gtestdbus: Don’t close stdout for dbus-daemon
3452  732068 gsignal: Add an example to the g_signal_connect_swapped() documentation
3453  732081 gsocket: Document that g_socket_create_source() holds a socket ref
3454  732107 gsocketlistener: Reconsider closing sockets on listener finalisation
3455
3456
3457 Overview of changes in GLib 2.41.0
3458 ===================================
3459
3460 * Many bugfixes found by static analysis, including potential fd leaks
3461   and NULL pointer dereferences.
3462
3463 * Increased use of (nullable) attribute on out values and return types
3464   now that it is supported (mostly from porting Vala metadata).
3465
3466 * use XDG_CURRENT_DESKTOP for OnlyShowIn/NotShowIn handling of desktop
3467   files, deprecating g_desktop_app_info_set_desktop_env()
3468
3469 * add support for g_desktop_app_info_get_implementations() to find
3470   desktop files that have an Implements= line for a given interface
3471
3472 * GHmac has gained SHA-512 support
3473
3474 * support the new mimeapps specification (most notably, moving the
3475   assoications/defaults configuration to ~/.config/mimeapps.list).
3476
3477 * libgobject is now linked -Wl,-z,nodelete when possible to avoid errors
3478   when gobject is used from a module for a program that does not itself
3479   use gobject and that module is unloaded/reloaded
3480
3481 * ... and many other bug fixes.
3482
3483  623552 glib warns if backtrace.py is not present
3484  667468 glib-2.30.2: ipv6 tests fail when no ipv6 support is available
3485  668152 -framework Carbon linker flag not passed to pkg-config .pc files
3486  707298 libgobject should be linked with -Wl,-z,nodelete
3487  712391 Add g_desktop_app_info_get_implementors()
3488  722723 Infinite recursion when calling g_io_stream_close_async() from libsoup
3489  724741 hmac: Fix support for SHA-512 in GHmac
3490  726040 networkaddress: fix parsing of uri with @ after authority
3491  726318 gio: Document that GSocket is not thread safe
3492  726611 socketclient: Leak on cancellation
3493  726872 gio: Add names to idles and timeouts
3494  727119 wrong IN6_IS_ADDR_MC_LINKLOCAL usage break android build
3495  727123 GNotification: Some small documentation fixes
3496  727320 docs: Remove escaping '\' from literals
3497  727551 Check use_count of GApplication in g_application_release()
3498  727559 g_file_copy: Don't set GError when we intend to ignore errors
3499  727692 gio/gtlscertificate.c -- broken PEM-file processing (affects local CA root stores, for starters)
3500  727890 soup_content_sniffer_real_sniff segfault
3501  727900 gio: Add newer dbus UnknownXxxx and PropertyReadOnly errors
3502  727928 gapplication-tool fixes
3503  727939 INTLLIBS are always appended in configure checks
3504  727964 g_io_extension_point_get_extension_by_name: Warn, but don't crash, for NULL inputs
3505  728040 Implement new mimeapps spec
3506  728066 Deal with startup notify id being NULL
3507  728280 platform_get_argv0: fix sysctl(3) use on OpenBSD
3508  728285 docs: Use markdown links in .h files, too
3509  728350 gaction: Minor clarifications in the GAction documentation
3510  728380 docs: Remove <!-- --> comment before plural s
3511  728565 gfile: More explicitly document the context for GFileProgressCallback
3512  728983 Docs: various fixes and improvements
3513  729167 gobject: Document that classes/objects/interfaces are zero-filled
3514  729563 GOption: A short option's value is included in G_OPTION_REMAINING
3515  729813 AppInfo: use XDG_CURRENT_DESKTOP for OnlyShowIn
3516  729875 gio: cleanup gdbusmessage.c file
3517  730045 Avoid overeager warning about deprecated properties
3518  730189 gtestutils: Fix a very unlikely FD leak in test fork handling
3519  730190 gsocket: Add missing preconditions to g_socket_send_message()
3520  730277 gthread: Fix use of a local variable after it went out of scope
3521  730278 gsubprocess: Add a missing va_end() call
3522  730295 gdbus-tool: Remove dead variables
3523  730493 Port annotations from Vala metadata
3524
3525 Translations updated:
3526  Basque
3527  Brazilian Portuguese
3528  Catalan
3529  Czech
3530  Danish
3531  Greek
3532  Hebrew
3533  Hungarian
3534  Punjabi
3535  Serbian
3536  Slovenian
3537  Spanish
3538  Ukrainian
3539
3540 Overview of changes from GLib 2.39.91 to GLib 2.39.92
3541 =====================================================
3542
3543 This is a release candidate for 2.40.0.
3544
3545 There are no major changes in this release, but a few serious bugs have
3546 been fixed.
3547
3548 * Bugs fixed:
3549  710367 Crash in g_settings_backend_dispatch_signal()
3550  723899 G_DEFINE_TYPE() causes compiler warnings with clang due to foo_get_instance_private
3551  724859 Let the test_wait_until() test also run on non-*nix
3552  724916 gio unmount code makes XFCE's Thunar crash
3553  725651 GSubprocessLauncher: Does not copy the calling process environment.
3554  725656 Unskip GVariantDict
3555  725891 gio tests: add codegen to BUILT_SOURCES
3556  726046 Recent commit created symbolic icons issues
3557
3558 * Translations:
3559  Chinese
3560  French
3561  Korean
3562  Latvian
3563  Norwegian bokmål
3564  Portuguese
3565  Russian
3566  Traditional Chinese
3567
3568 Overview of changes from GLib 2.39.90 to GLib 2.39.91
3569 =====================================================
3570
3571 This release introduces a hard dependency on present and functioning
3572 clock_gettime() and CLOCK_MONOTONIC.  It also introduces a dependency on
3573 pthread_condattr_setclock() unless your system happens to have
3574 pthread_cond_timedwait_relative_np() (as do Mac OS and Android).  This
3575 release is known to be broken with at least GNU/Hurd, pending addition
3576 of working pthread_condattr_setclock(CLOCK_MONOTONIC) there.
3577
3578 New API: g_str_to_ascii()
3579
3580 * Fixed bugs:
3581  670144 unconditional use of CLOCK_MONOTONIC is broken
3582  673607 invalid assumption in g_cond_wait_until() / g_get_monotonic_time() API
3583  710142 Add more impressive transliteration to GLib
3584  722360 make check fails
3585  722604 (partial) Various tests are failing with 2.39.3
3586  723316 g_hash_table_iter_remove() should be explicit whether or not it is safe while iterating the table
3587  724609 Fix build of GIO on Windows
3588  724687 gmain: make monotonic time really monotonic, everywhere
3589  724706 gsource: document priority of child sources
3590  724707 some GSocket source improvements
3591  724839 GMainContext: some source ID cleanups
3592  724858 Dist gtranslit-data.h
3593  724994 Missing icons for bookmarks in file chooser
3594  725023 Can no longer find apps by executable/desktop file name
3595
3596 * Translations:
3597  Lithuanian
3598  Polish
3599  Thai
3600
3601 Overview of changes from GLib 2.39.4 to GLib 2.39.90
3602 ====================================================
3603
3604 * Fixed bugs:
3605  625408 make GVariant dictionaries more useful
3606  660809 document that if you fail a precondition check, documented guarantees do not apply
3607  661576 fix handling of constructors that destroy half-constructed objects
3608  679957 g_inet_address_new_from_string is not able to handle dots and numbers IPv4 addresses
3609  712837 gvariant: Document the need to cast varargs when constructing GVariants
3610  721458 g_simple_async_result_is_valid has a NULL check for the wrong source_tag
3611  721977 improve split handling of command line arguments
3612  722033 win32: fixup lib.exe invocation
3613  723422 Fix g_socket_get_available() with TCP on Windows
3614  723616 gio/tests: fix race when generating code
3615  724001 gsubprocess: Fix a broken link in the documentation
3616  724124 glib/tests/collate.c fails if no en_US locale
3617  724126 intermittent GApplication test failure: /gapplication/local-actions: lines of output permuted
3618  724233 gsocketservice: Note g_socket_listener_close() for closing open sockets
3619  724239 soup_session_queue_message - Connection terminated unexpectedly
3620  724278 gsocketconnection: Document closing connections with g_io_stream_close()
3621  724330 configure.ac: tweak inotify check
3622  724385 gtestutils: make the new assert messages more detailed
3623  724401 gsubprocess: Mutex leak
3624  724417 glib master build broken on OpenBSD
3625  724434 Build failure in gio/gresolver.c
3626
3627 * Updated translations:
3628  Brazilian Portuguese
3629  Galician
3630  Indonesian
3631  Italian
3632  Kannada
3633  Norwegian bokmål
3634  Spanish
3635  Thai
3636
3637 Overview of changes from GLib 2.39.3 to GLib 2.39.4
3638 ===================================================
3639
3640 * Fixed Bugs:
3641  139699 Correction for g_main_context_unref()
3642  583036 g_strchomp and g_strchug are not declared const
3643  683388 improve documentation for application developers
3644  685204 ./configure fails to add the '-g' flag to CFLAGS
3645  688406 GStaticMutex broke ABI on at least ARM EABI during 2.31.x
3646  693299 cannot compile on Solaris: error in gbitlock.c
3647  707111 Clarify type transformability and compatibility
3648  711547 win32: silence some build warnings
3649  719344 Fix the various test programs (or GLib itself) on Windows
3650  722025 cleanup/clarify command line argument encoding on Windows
3651  722323 remove unused include 'gslist.h' in 'gbookmarkfile.c'
3652  722326 gstringchunk: Use g_slist_free_full() where possible
3653  722357 gio: fix small memory leak on local xattr
3654  722436 Adjust doc to Makefile.decl renaming
3655  722503 GSimpleAction: add default activate handler
3656  722526 glib/deprecated/gthread.h error on FreeBSD
3657  722591 [documentation] broken link to GtkAction from GAction.html
3658  722973 Broken example in GApplication reference
3659  723048 'network-access' test can fail to guess interface index
3660  723360 gmain: Note that g_source_destroy() can be called multiple times 
3661
3662 * Updated Translations:
3663  Assamese
3664  Tamil
3665  Traditional Chinese
3666
3667
3668 Overview of changes from GLib 2.39.2 to GLib 2.39.3
3669 ===================================================
3670
3671 No major changes this release -- mostly lots of small fixes and
3672 improvements in test coverage.
3673
3674  * fix a crasher in code from gdbus-codegen
3675
3676  * improvements to gobject gdb helper script
3677
3678  * portability:
3679
3680    - fix a deadlock issue with kqueue on FreeBSD
3681
3682    - work around a quirk in the sunstudio compiler
3683
3684    - rename a variable to avoid clashing with a macro definition of
3685      'environ' on some platforms (like mingw)
3686
3687    - use POSIX-specified <poll.h> over <sys/poll.h>
3688
3689    - many improvements to Visual Studio projects and and some build
3690      fixes for Windows
3691
3692  * tests
3693    - a very large number of improvements in test coverage
3694
3695    - don't report skipped tests as failures
3696
3697    - return 77 if we skip all tests in an executable
3698
3699    - improve gtest documentation and fix some minor issues
3700
3701    - fix g_test_trap_reached_timeout() return value
3702
3703    - remove some dead code uncovered during test coverage expansion
3704
3705    - Use tap mode for installed tests too, when using tap
3706
3707  * fix races in unix signal handling
3708
3709  * make our GVariant-based commandline tools (glib-compile-schemas,
3710    gdbus, gapplication) print out GVariant parse errors in context
3711
3712  * GApplication now has a --gapplication-service command line switch to
3713    turn any GApplication into a service
3714
3715  * improve compatibility of GApplication and GOptionContext
3716
3717  * fix gsettings.m4 wrt. builddir != srcdir with non-recursive make
3718
3719  * use a directory monitor in GKeyfileSettingsBackend
3720
3721  * improve robustness of some GIcon classes
3722
3723 Bugs fixed
3724  141251  poll(2) is in <poll.h>, not <sys/poll.h> per SUS standard
3725  613732  [PATCH] gobject.py: Don't install frame filters when GDB does not support them
3726  708212  g_variant_parser_error_get_quark() has unexpected name.
3727  710965  GApplication: add --gapplication-service switch
3728  711090  periodic failure of spawn-multithreaded async testcase
3729  712171  gsettings.m4: @GSETTINGS_RULES@: Support srcdir != builddir with nonrecursive make
3730  712630  Revert "gsettings m4: check for .xml in src/builddir"
3731  715028  GVariant: add way to print context of parse errors
3732  719344  Fix the various test programs (or GLib itself) on Windows
3733  720263  gtestutils: skipping a test should count as success, not failure
3734  720539  gdbus-codegen: Fix crasher in goa-using apps
3735  720635  Make gdb pretty-printers compatible with Python3
3736  720891  g_settings_get_child does not inherit the backend
3737  721034  glib 2.38.2 cannot be compiled with SunStudio Compiler under Solaris
3738  721059  g_subprocess_launcher_set_environ vs "environ"
3739  721074  kqueue: deadlock
3740  721087  Missing -lselinux in pkg-config --libs --static gio-2.0
3741  721324  Error message is printed to stdout
3742  721624  Regression in GTest framework reorders existing test cases
3743  721625  backwards NEWS entry about g_source_remove change
3744  721796  insufficient escaping in g_dbus_annotation_info_generate_xml()
3745  721947  Improve GApplication ⇔ GOptionContext compatibility 
3746
3747 Translations updated:
3748  Brazilian Portuguese
3749  Galician
3750  Greek
3751  Hebrew
3752
3753 Overview of changes from GLib 2.39.1 to GLib 2.39.2
3754 ===================================================
3755
3756 * Portability
3757
3758   - Remove alleged support for OS/2
3759
3760   - Remove alleged support for BeOS
3761
3762   - Remove alleged support for last-millennium Unixes
3763
3764   - Require C90 compliance
3765
3766   - Require POSIX.1 (1990) compliance on Unix
3767
3768   - Require GNU make
3769
3770 * Bugs fixed:
3771  113075 support "nonnull" attribute
3772  159528 g_ptr_array_remove_range()
3773  307947 The check for growing stack pointer in configure can fail
3774  607016 docs should mention property notification order
3775  671557 Fun with integers and g_key_file_load_from_data()
3776  676761 don't use g_critical for a runtime error
3777  690525 g_file_replace_contents_async doesn't copy its @conten...
3778  691608 Support compilation with clang 3.2
3779  697585 g_variant_builder_add's doc example is leaking
3780  697828 g_hash_table_add() should return a boolean
3781  702862 gdbus-codegen : look for deps in default install path
3782  703522 Reference leak in GvariantBuilder documentation
3783  705902 g_get_current_dir() should check PWD env var and retur...
3784  708274 Added GObject Introspection annotations to genums.c
3785  710519 Portability schmortability
3786  710741 some mainloop instrumentation
3787  710983 Test failures on powerpc
3788  711047 Enable the build of the various test programs on Windo...
3789  711051 Add basic test for the GNotification gtk backend
3790  711088 gbacktrace: Don't close stderr when running gdb
3791  711103 gmessages: Add g_info macro for G_LOG_LEVEL_INFO
3792  711178 appinfo test problems
3793  711546 utf8: report allocation error
3794  711640 gdesktopappinfo: Rank Keywords matches higher than Gen...
3795  711751 Fix memory leaks in libglib tests
3796  711753 gthread-posix: Don't use gslice allocated GRecMutex
3797  711796 glib-tap.mk: fix to actually use the TAP driver
3798  711800 fix g_test_set_nonfatal_assertions()
3799  711801 giomodule: Allow overriding source directory gio modul...
3800  711805 gdbus-connection: Fix race condition in test
3801  711806 gtestdbus: Don't destroy GSource twice
3802  711807 gtestdbus: Properly close server connections
3803  711871 Broken and misleading configure check for growing stack
3804  712136 'O_CLOEXEC' undeclared (first use in this function)
3805  712148 Add system bus support to GTestDBus
3806  712171 gsettings.m4: @GSETTINGS_RULES@: Support srcdir != bui...
3807  712314 AIX port: splice(); major()/minor(); libtool library order
3808  712315 GSettings: More docs for deprecated _list_schemas()
3809  712393 gobject: Box GMappedFile
3810  712547 GSocketClient "event" not useful for determining resol...
3811  715164 Clang static analysis fixes
3812  719395 GPtrArray add g_ptr_array_insert
3813  719402 Crashes when startup
3814  719472 leak in generated proxy-side property-setter
3815  719687 fix or remove g_trap_object_ref
3816  719809 Signal connection ids are always > 0 if successful
3817  719837 gdbus-connection: Work around race in connection tests
3818  719884 Fix documentation typos in GTask and GCancellable examples
3819  719979 g_settings_get: check validity of format string
3820  720080 Truncating a GMemoryOutputStream to a larger size cause...
3821  720210 gdataset: Remove unused define
3822  720236 Allow clean simple use of g_test_trap_subprocess() 
3823
3824 * Translations updates:
3825  Italian
3826  Lithuanian
3827  Simplified Chinese
3828  Spanish
3829
3830
3831 Overview of changes from GLib 2.39.0 to GLib 2.39.1
3832 ====================================================
3833
3834  * GSettings fixes/improvements
3835
3836    - GSettingsSchema API is now more powerful and consistent
3837
3838    - new GSettingsSchemaKey API allows accessing metadata for keys:
3839      type, default value, range and the long-awaited support for summary
3840      and description
3841
3842    - GSettingsSchemaSource gains support for listing schemas within a
3843      source.  Deprecate the global API that did this for the default
3844      source.
3845
3846    - 'gsettings list-schemas' now works properly with --schemadir
3847
3848    - deprecate a bunch of now-redundant functionality on GSettings
3849
3850    - add API to GSettings for getting the default value of a key (as set
3851      by the sysadmin)
3852
3853    - add API to GSettings for determining if the user has assigned a
3854      particular value to a key (ie: we are not just reading the default)
3855
3856    - ignore qualified tags and attributes appearing in schema files
3857
3858  * Applications/Actions
3859
3860    - make GSimpleAction a bit more strict with respect to state changes
3861      that would violate the interface (ie: by changing the state type
3862      after construction)
3863
3864    - throw an error when attempting to 'Describe' a non-existent action
3865      via D-Bus instead of returning a bogus description
3866
3867    - throw an error when attempting to invoke unsupported methods on an
3868      Application (eg: 'Open' on an app that doesn't HANDLES_OPEN)
3869      instead of emitting a g_critical() in context of the app (which is
3870      not itself at fault for the errant call)
3871
3872  * Appinfo
3873
3874    - substantially rework GDesktopAppInfo to reduce the amount of disk
3875      accesses that are performed in common situations
3876
3877    - add a new class: GAppInfoMonitor for discovering when applications
3878      are installed/removed
3879
3880    - add a new g_desktop_app_info_search() API for searching for
3881      installed applications by name, keywords, etc.
3882
3883  * GMarkup: add new G_MARKUP_IGNORE_QUALIFIED flag for skipping over
3884    "qualified" tags and attributes (those with a colon in the name, such
3885    as 'my:tag')
3886
3887  * GDBus
3888
3889    - ignore qualified tags, as above
3890
3891    - GTestDBus: unset all D-Bus addresses (such as STARTER) to ensure
3892      that test programs don't pick them up
3893
3894    - add new session_bus_run() convenience in the tests and use it
3895
3896  * GRand: use real random data as a seed on win32 and use the
3897    timestamp/pid/uid fallback only on UNIX machines where we can't open
3898    '/dev/urandom'.  This may cause issues with older mingw32 releases
3899    due to a missing prototype for the rand_s() API.
3900
3901  * Many win32 (and particularly MSVC) portability fixes.  Many
3902    additional tests are now runnable when building with MSVC.
3903
3904  * Due to early testing of the (soon to land) GCleanup framework, a very
3905    large number of memory errors have been found and fixed (mostly in
3906    the testcases, but some in glib itself).
3907
3908  * GIO:
3909
3910    - some more seeking cleanups: particularly on GLocalFileInputStream
3911
3912    - don't leave a .trashinfo file around if trashing a file fails
3913
3914    - Add a request_certificate virtual method to GTlsInteraction
3915
3916 Translations updated:
3917  Assamese
3918  Galician
3919  Greek
3920  Spanish
3921  Tamil
3922
3923 Bugs fixed:
3924  635641 schema compiler should ignore unknown attributes
3925  637257 g_tls_client_connection_gnutls_retrieve_function needs to be able to block
3926  637956 GKeyfileSettingsBackend should ignore file deletions
3927  645453 keys from base schema missing from extended schema
3928  665634 g_dbus_node_info_new_for_xml() errors on unknown attributes in XML files
3929  668232 Unable to get description and summary for a key
3930  668233 Unable to determine if a key is set to the default / what the default value is
3931  680838 Need g_settings_schema_source_get_schemas()
3932  683017 API for accessing GSettings Schema metadata
3933  687185 org.gtk.Actions.Describe doesn't return an error for non-existing action names
3934  687202 If trashing fails, the ".trashinfo" file is not removed
3935  695558 The --schemadir option has no effect
3936  696424 GSimpleAction.state property is not right
3937  697348 GTestDBus should unset DBUS_STARTER_ADDRESS, DBUS_STARTER_BUS_TYPE
3938  710133 Emit backward compatible code with gdbus-codegen
3939  710691 glib-networking: locking during implicit handshake
3940  710738 GRand has lame fallback for Windows
3941  710859 Typo in gio docs
3942  710885 Two fixes for GApplication
3943  710962 error: 'F_DUPFD_CLOEXEC' undeclared (first use in this function)
3944  710964 Add g_hash_table_get_key_array()
3945  710991 test: g_debug messages shouldn't affect g_assert_expected_messages
3946  711016 g_settings_list_keys () segfaults for empty schemas
3947  711048 glocalfileinputstream.c allows skip past end of file
3948  711049 Fix build of GLib-GIO 2.39.x on Windows/MSVC
3949  711064 Adding child source to blocked source can cause a segfault
3950  711070 Copying a symlink over another one segfaults
3951  711099 gapplication test failure
3952  711520 GDesktopAppInfo: allow more than one level of legacy folder prefixes
3953  711556 Add GAppInfoMonitor
3954  711557 Add g_desktop_app_info_search()
3955  711600 trivial portability fix
3956  711632 The desktop-app-info test fails during make check
3957  711754 gmain: Fix use of uninitialized memory in sigaction structure
3958  711755 private: Use threading primitives correctly in private test
3959  711756 gthreadpool: Don't pass bad data to GThreadPool sorter
3960  711768 Fix memory leaks in libgmodule tests
3961  711775 utils: Don't free memory owned by glib in test
3962  711782 boxed: Fix double free in boxed unit tests
3963  711803 gsubprocess: Fix a number of leaks and a segfault
3964  711808 gtestdbus: Fix leak of GMainLoop 
3965
3966 Overview of changes from GLib 2.38.0 to GLib 2.39.0
3967 ====================================================
3968
3969  * prep for the 2.40 series (version macros, docs index, etc.)
3970
3971  * GNotification
3972
3973    - new API for sending persistent notifications via the desktop shell
3974
3975    - notifications persist when the application has quit and clicking on
3976      them can restart the application with an action (via
3977      DBusActivatable)
3978
3979  * GSubprocess
3980
3981    - new API for launching subprocesses
3982
3983    - nice GIO integration like async functions, cancellability, etc.
3984
3985    - a convenient communicate() API inspired by the same API in Python
3986
3987    - related: the gspawn API now has a CLOEXEC flag for the created
3988      pipes for stdin/stdout/stderr
3989
3990  * New gapplication(1) commandline tool
3991
3992    - intended to be used with DBusActivatable apps
3993
3994    - can be used for launching apps, opening files, invoking application
3995      actions and listing apps and actions
3996
3997    - bash tab completion is supported
3998
3999  * GDesktopAppInfo changes:
4000
4001    - g_file_get_path() can implicitly cause a FUSE mount so don't call
4002      it until we know we need it (for an app that doesn't support URIs)
4003
4004    - don't crash when trying to load from a keyfile with
4005      DBusActivatable=true
4006
4007    - remove some dead code, refactor the search path handling a bit and
4008      do a large-scale whitespace cleanup (prep work for the pending
4009      desktop file index)
4010
4011  * File monitors
4012
4013    - fix broken handling of mount point monitoring
4014
4015    - remove some strange use of GObject::constructor() from the base
4016      class and inotify backend
4017
4018    - fix GFileMonitor to work in the non-default main context even when
4019      the main context is not running (or is blocked)
4020
4021    - add internal private API for easily creating a file monitor in the
4022      GLib worker thread
4023
4024  * GSettings
4025
4026    - g_settings_list_children: only list viable schemas.  This fixes a
4027      longstanding issue where 'gsettings list-recursively' will crash
4028      when there are invalid schemas installed
4029
4030    - don't accept invalid paths on g_settings_new_with_path, etc.
4031
4032  * GIO
4033
4034    - GFile now has a thumbnail::is-valid attribute to check if the
4035      thumbnail in thumbnail::path needs to be regenerated
4036
4037    - GDBusProxy now has a flag to control autostarting of services at
4038      construction time
4039
4040    - for GSeekable, properly introduce the concept of "resizable" vs.
4041      "fixed-sized" streams in the docs, explaining the expected
4042      semantics of the interface in each case
4043
4044    - fix some cases in GMemoryOutputStream that were violating the above
4045      expectations (which may cause a slight API incompatibility)
4046
4047    - clean up GCredentials code and add support for Hurd and Solaris
4048
4049    - improve splicing by using different codepaths for the case where we
4050      have real _read_async() and _write_async() implementations on the
4051      stream vs. the case where they are internally emulated (via
4052      dispatching the sync variant of the call in a thread)
4053
4054  * GKeyFile
4055
4056    - fix a leak in g_key_file_get_(u)int64 when we fail to parse the
4057      value as an integer
4058
4059    - add long-requested API g_key_file_save_to_file()
4060
4061  * Portability improvements
4062
4063    - avoid using O_DIRECTORY on platforms that don't have it
4064
4065    - be careful about systems that define SOCK_CLOEXEC but don't
4066      actually support it (like Hurd)
4067
4068    - only use SA_RESTART if it exists
4069
4070  * Other small API changes/additions
4071
4072    - a pair of functions to support matching strings for the type of
4073      search functionality that you'd expect to have with things like
4074      GtkSearchBar.  This will also be used by the desktop file index.
4075
4076    - g_str_is_ascii() with obvious purpose
4077
4078    - g_test_expect_message() no longer appears to allow you to catch
4079      G_LOG_ERROR messages
4080
4081  * GMainContext/GSource
4082
4083    - fix handling of overflowing the 'next source id' counter
4084
4085    - g_source_remove() will now throw a critical in the case that you
4086      try to remove a non-existent source.  We expect that there is some
4087      code in the wild that will fall afoul of this new critical but
4088      considering that we now reuse source IDs, this code is already
4089      broken and should probably be fixed.
4090
4091    - simplify handling of the 'current dispatching source' to not
4092      require use of a linked list
4093
4094  * GObject
4095
4096    - the long-broken (and leaky) pattern of destroying a just-allocated
4097      object from inside of a custom GObject::constructor is now
4098      officially completely illegal and will abort the program
4099
4100  * Unicode: update to 6.3.0
4101
4102  * Bug fixes
4103
4104    - g_file_copy() now falls back to pathname queryinfo.  This should
4105      clear up the bugs with copying from some GVfs backends (afp,
4106      gphoto, archive, at least).
4107
4108    - fix an out-of-bounds read in the xdgmime code
4109
4110    - fix a typo in the /org/freedesktop/DBus path on the object manager
4111      client
4112
4113    - skip emitting path_namespace='/' in match rules in order to
4114      workaround a bug in the D-Bus daemon and fix our own implementation
4115      (which shared exactly the same bug)
4116
4117    - fix crashes on precondition violations for GParamSpec constructors
4118
4119    - many other small fixups (see bug list)
4120
4121   * Many documentation improvements
4122
4123 Bugs fixed:
4124  309224 g_key_file_save_to_file missing
4125  583321 QNX: no SA_RESTART
4126  661576 fix handling of constructors that destroy half-constructed objects
4127  672102 GSubprocess class
4128  684842 Seeks on GMemoryOutputStream don't have opaque semantics
4129  688492 Add a notification API
4130  691581 g_output_stream_real_splice_async doesn't use overriden read/write_async functions
4131  702516 gfileutils: Make -Werror=format-nonliteral happy
4132  704218 New gapplication(1) tool
4133  704593 g_setenv: on some systems (BSD, OSX…), setting a variable to NULL crashes the system
4134  704882 GLocalDirectoryMonitorClass mount_notify field is useless
4135  704887 file monitoring improvements
4136  705029 Support for Solaris credentials
4137  705688 g_settings_list_children: only list viable schemas
4138  706254 Afp backend cannot copy files
4139  707887 Attempting to create GObject Property with underscore prefix segfaults
4140  708042 gapplication: don't rely on cmdline being finalized immediately
4141  708265 add support for GNU/Hurd in GLib D-Bus Library
4142  708266 fix error code checks when SOCK_CLOEXEC is defined but not supported
4143  708529 xdgmime: valgrind warns about invalid reads
4144  708677 incorrect object path 'deskop' used in gio/gdbusobjectmanagerclient.c
4145  708714 Typo in docs of GLIB_VERSION_2_40 macro.
4146  708753 gdesktopappinfo: Call g_file_get_path() on demand
4147  708793 glib build fails with clang < 3.1: error: expected ';' after top level declarator
4148  708828 GDBusProxy: add the ability to call methods on non autostarted proxies
4149  708860 glib-2.38.0 doesn't build on Solaris 10
4150  708972 gnetworking.h in tarball screws up out-of-source builds
4151  709113 [PATCH] Main loop dispatch path has needless linked list
4152  709227 Update to unicode 6.3.0
4153  709301 goutputstream: Add clear warning about short writes to _write_bytes() and async version
4154  709326 GDesktopAppInfo crashes creating a DBusActivatable app without a filename
4155  709440 Fix overloading of "source" and "target" terminology in GBinding
4156  709615 Cannot use g_test_expect_message with g_error
4157  709753 Add helpers for string matches when using GtkSearchBar-like widget
4158  709898 Expose thumbnail validity in GFile attributes
4159  709966 Remove outdated documentation
4160  709994 Minor fix for HACKERS doc to direct hackers to proper help file
4161  709995 Obsolete makefile rules
4162  710002 G_MAXUINT may be assigned as duplicate source id
4163  710313 Memory leak in g_key_file_get_(u)int64 with invalid integer values
4164  710345 [Patches] Fix some redundant-decls
4165  710496 g_locale_to/from_utf8() doc updated.
4166  710625 g_file_error_from_errno: Remove unneeded breaks
4167  710666 Frame clock related bug fixes
4168  710724 gmain: Warn when g_source_remove() fails
4169  710726 Work around D-Bus bug with path_namespace='/' match rules
4170
4171 Translations:
4172  Assamese
4173  Brazilian Portuguese
4174  Indonesian
4175  Russian
4176  Tamil
4177  Traditional Chinese
4178
4179 What's new in Glib 2.38
4180 ========================
4181
4182  * Application support
4183
4184   - GIO now provides an implementation of Desktop Actions from the
4185     desktop entry specification
4186
4187   - GApplication now implements the org.freedesktop.Application
4188     interface as per the desktop entry specification, allowing for
4189     standards-based D-Bus launching of GLib-based applications
4190
4191   - GDesktopAppInfo now supports DBusActivatable as per the desktop
4192     entry specification, allowing GLib-based applications to use D-Bus
4193     to launch other applications
4194
4195   - GApplication now has a "busy" flag that can be set on an application
4196     to allow the shell to show that it is busy
4197
4198  * GObject
4199
4200   - the private offset for a given class type is now always constant.
4201     This was done by reorganising the memory layout of instances so that
4202     the private data comes before the "official" pointer for the object
4203     (ie: at a negative offset).  Valgrind macros were added to mitigate
4204     any problems that this may have caused.
4205
4206   - a new G_DEFINE_TYPE_WITH_PRIVATE has been added along with a
4207     generated function *_get_instance_private() that can now serve as an
4208     equally-performing alternative to ->priv pointers in instances
4209     (allowing memory savings)
4210
4211   - new G_PRIVATE_FIELD, G_PRIVATE_FIELD_P and G_PRIVATE_OFFSET macros
4212     provide a convenient method of converting between named variables in
4213     private structures and their (now constant) offsets
4214
4215   - installing properties on a GObjectClass must now be done from
4216     class_init.  It is no longer valid to install them after class_init
4217     has returned.
4218
4219   - it is now possible to manually break a GObject property binding
4220     without destroying one of the objects involved
4221
4222  * Icons
4223
4224   - the requirements for implementing the GIcon interface have changed
4225     in order to make it possible to consume all implementations of GIcon
4226     with a finite number of cases
4227
4228   - a new GBytesIcon type was added for an icon represented by an
4229     in-memory binary blob in a known image format (ideally png).
4230
4231   - new APIs g_icon_serialize() and g_icon_deserialize() replace the old
4232     to/from_string APIs and will always work, irrespective of which
4233     types have been initialised in the calling process, allowing for a
4234     serialised GdkPixbuf to be deserialised in a process that doesn't
4235     have GdkPixbuf
4236
4237   - support for icons has been added to GMenuModel using the new APIs
4238
4239  * Actions and menus
4240
4241   - GPropertyAction provides a convenient way of creating a stateful
4242     property corresponding to a property on a GObject, such as the
4243     "visible-child-name" property of a GtkStack
4244
4245   - new API g_menu_remove_all()
4246
4247   - we now have established rules about what is a "valid" action name
4248     and an API to check them
4249
4250   - a new API for converting detailed action names to and from the
4251     split-out name and parameter value (as GVariant)
4252
4253   - for backwards compatibility, invalid action names can still be used
4254     with most functions, but this is not recommended
4255
4256  * Other GIO
4257
4258   - GDBus now supports services that wish to handle some of all
4259     properties on an interface asynchronously, without requiring the
4260     service to reimplement the entire org.freedesktop.DBus.Properties
4261     interface
4262
4263   - GFile now has a new _measure_disk_usage() (and async) API for
4264     recursively determining the amount of disk space used by a
4265     particular directory (akin to 'du').
4266
4267   - asynchronous version of g_file_trash() and g_file_make_directory()
4268     have been added
4269
4270  * Other new API
4271
4272   - GRegex has a new function to query the maximum lookbehind length to
4273     allow for regexp matching on streams
4274
4275   - GVariant has two new APIs for constructing strings that allow
4276     avoiding copies in some cases: g_variant_new_take_string() and
4277     g_variant_new_printf()
4278
4279  * Testing
4280
4281   - we can now generate TAP output
4282
4283   - new support functions for simplifying the process of dealing with
4284     data files for srcdir != builddir and installed test cases
4285
4286   - g_test_trap_subprocess() provides a portable alternative to
4287     g_test_trap_fork()
4288
4289  * Other
4290
4291   - GLib now builds on Android against the bionic C library
4292
4293 Overview of changes from GLib 2.37.93 to 2.38.0
4294 ================================================
4295
4296 * fix the documentation for GSourceFuncs
4297
4298 * fix compilation on OS X/ppc64
4299
4300 Bugs fixed: 708445, 647145
4301
4302 Translations updated:
4303  Danish
4304  French
4305  Portuguese
4306  Punjabi
4307
4308 Overview of changes from GLib 2.37.92 to 2.37.93
4309 ================================================
4310
4311 * a couple of bugfixes in the new g_file_measure_disk_usage() API
4312
4313 * updated Traditional Chinese translation
4314
4315 Overview of changes from GLib 2.37.7 to 2.37.92
4316 ===============================================
4317
4318 * new API g_file_measure_disk_usage() similar to du(1)
4319
4320 * minor fixes
4321
4322 * Translation updates:
4323  Assamese
4324  Belarusian
4325  Brazilian Portuguese
4326  Catalan
4327  Czech
4328  Galician
4329  German
4330  Hungarian
4331  Indonesian
4332  Italian
4333  Korean
4334  Korean
4335  Latvian
4336  Lithuanian
4337  Polish
4338  Serbian
4339  Slovenian
4340  Spanish
4341
4342 Overview of changes from GLib 2.37.6 to 2.37.7
4343 ==============================================
4344
4345 * GDateTime now supports %:z formatting variations
4346   for timezones. This is a GNU date extension.
4347
4348 * Bugs fixed:
4349  685387 Segfault with GObject.signal_handler_is_connected()...
4350  686786 g_socket_get_available_bytes() returns wrong value ...
4351  705027 GSocket GSource not threadsafe on Windows
4352  706469 Fix G_DEFINE_ABSTRACT_TYPE_WITH_PRIVATE documentation
4353  706706 Fix Gir annotations on g_loadable_icon_load_finish
4354  706888 gtype: fix a no-op assertion
4355  706958 configure.ac: fix atomic opts detection
4356  707092 "File Utilities" page for GLib documentation doesn'...
4357  707151 gdatetime: Extend the '%z' timezone format
4358
4359 * Translation updates:
4360  Catalan
4361  Hungarian
4362  Japanese
4363  Polish
4364  Slovak
4365  Tamil
4366
4367
4368 Overview of changes from GLib 2.37.5 to 2.37.6
4369 ==============================================
4370
4371 * Tests using the g_test facilities can now generate TAP output
4372
4373 * Bugs fixed:
4374  680926 generic type fallback logic is broken for -symbolic
4375  684327 setting null icon to icon list
4376  689245 GSocket unable to reuse (address,port) on Mac OS X
4377  692125 Support TAP as GTest output format
4378  693335 build: fix dtrace-related warnings
4379  696633 gdbus-codegen trips over unicode chars when using python 3.x
4380  696970 Compiling 2.36.0 for win64 fails
4381  697185 GSocket – Allow specifying the multicast interface from...
4382  700268 Add support for using the clang analyzer
4383  701318 Add G_SPAWN_DEFAULT to GSpawnFlags
4384  701529 glib/tests/gdatetime: use UTC time in test_GDateTime_diff()
4385  701800 a new approach to reporting critical errors
4386  702674 g_date_time_new_utc crash
4387  704165 GLib.IOChannel read_unichar() fails
4388  705075 Simplify g_get_tmp_dir()
4389  705152 Race in glib/task.test
4390  705398 gtype: Fix typo in g_type_class_add_private() error message
4391  705570 Check ref_count in g_object_notify_by_pspec
4392  705600 Deprecate GSimpleActionGroup functions?
4393
4394 * Updated translations:
4395  Assamese
4396  Brazilian Portuguese
4397  Czech
4398  Dutch
4399  Galician
4400  Gujarati
4401  Hebrew
4402  Italian
4403  Lithuanian
4404  Marathi
4405  Norwegian bokmål
4406  Russian
4407  Slovenian
4408  Spanish
4409  Thai
4410  Traditional Chinese
4411
4412
4413 Overview of changes from GLib 2.37.4 to 2.37.5
4414 ==============================================
4415
4416 * Implement the Desktop Action specification: In the case that the
4417   application is a GApplication and DBusActivatable, actions from the
4418   desktop file are translated into GActions that have been added to
4419   the  application with g_action_map_add_action().
4420
4421 * GPropertyAction is a new type of GAction that represents the value
4422   of a property on an object, and allows to change the value when
4423   activated.
4424
4425 * GNetworkMonitorNetlink can now handle default routes via a device.
4426
4427 * The gsettings tool now reports failure to write a key (e.g. because
4428   the key was locked down)
4429
4430 * Miscellaneous new api:
4431  - g_variant_new_printf
4432  - g_action_print_detailed_name
4433  - g_regex_get_max_lookbehind
4434
4435 * Bugs fixed:
4436  664444 Support additional application actions in .desktop files
4437  684123 glib build only tries -D_GNU_SOURCE if glibc is detected
4438  689794 support incremental matching
4439  699259 add org.freedesktop.Application support to GIO
4440  700460 rewrite tests to not rely on precise timing of timeouts
4441  701511 updates to various GSource types
4442  701609 gnetworkmonitornetlink: handle default route via device
4443  703270 add GPropertyAction
4444  704157 GAction: add function for printing detailed names
4445  704250 Doc: various fixes
4446  704267 regression gsourceclosure: segfault in gedit file chooser
4447  704322 glib-unix: fix handling of multiple signal source for the...
4448  704424 No error when failing to override a locked key
4449  704447 Fix build/use of g_child_watch_closure_callback on Windows
4450  704523 g_thread_create_full() can dereference NULL pointer
4451  704543 Add implementations for G_GNUC_*_IGNORE_DEPRECATIONS for ...
4452  704567 gdbusnameowning: Don't spew an error if we're releasing a...
4453  704585 libc printf can give mixed-case strings for NaN and Inf
4454  704587 FTBFS: statfs_result is undeclared for statvfs()
4455  704699 gmain: Reset signal handlers to default when source is
4456  704704 AI_NUMERICSERV cannot be used with ai_socktype = 0
4457  704873 inotify: don't assume mainloop is running
4458  704999 glib/convert.test crashing due to lack of iconv cache
4459  704931 GMenuModel: add annotations to virtual functions
4460
4461 * Translation updates:
4462  Assamese
4463  Czech
4464  German
4465  Gujarati
4466  Spanish
4467  Tamil
4468
4469
4470 Overview of changes from GLib 2.37.3 to 2.37.4
4471 ==============================================
4472
4473 * Bugs fixed:
4474  701283 g_source_add_child_source() segfault
4475  702147 inconsistency of G_STRFUNC
4476  703191 new private macros interact poorly with versioning macros
4477  703254 Doc: various fixes
4478  703407 g_spawn_async() keeps child_pid_report_pipe open in child process
4479  703437 GDBusConnection: be more careful with async GetAll
4480  703478 Missing G_BEGIN/END_DECLS in gsettingsschema.h
4481
4482 * Translation updates:
4483  Catalan
4484
4485 Overview of changes from GLib 2.37.2 to 2.37.3
4486 ==============================================
4487
4488 * add a new API for instance private data: G_DEFINE_TYPE_WITH_PRIVATE
4489
4490 * fix timestamps in tarball to prevent automake from being required to
4491   build the unmodified source
4492
4493 * add new D-Bus API for async property handling
4494
4495 * add back fsync() on ext4 for g_file_set_contents() after it was
4496   discovered that despite statements in the ext4 documentation
4497   suggesting that this is safe, it is not safe.
4498
4499 * Translations:
4500  Italian
4501  Norwegian bokmål
4502
4503 * Bugs fixed:
4504  698375 - D-Bus async properties
4505  700350 - timestamp issue
4506  701560 - fsync issue (fixed again)
4507  700035 - new API for instance private data
4508
4509 Overview of changes from GLib 2.37.1 to 2.37.2
4510 ==============================================
4511
4512 * The GLib test utilities have grown some file-related APIs
4513   to support tests that can be used installed and uninstalled.
4514
4515 * Installing properties after class initialization is deprecated,
4516   and will trigger a warning.
4517
4518 * GApplication:
4519  - Support org.freedesktop.Application, including D-Bus activation
4520    from desktop files
4521  - Set prgname to appid for services
4522
4523 * Bugs fixed:
4524  549783 gtester lacks framework for tests with data files
4525  692848 Fix property example in gobject tutorial
4526  698018 Add an explicit g_binding_release()
4527  698614 GObject: prevent installing properties after init
4528  699259 add org.freedesktop.Application support to GIO
4529  699959 g_file_copy(): Ensure we create private files by default
4530  700123 Test failure: g_inet_socket_address_get_scope_id
4531  700725 GIcon: NULLify the `type' out param in the sync methods too
4532  701401 gtest: add function for testing for WINE
4533  701456 Error in gnome/glib/gio/tests/file.c
4534  701474 Error building glibmm due to extra comma in glib/gtestutils.h
4535  701560 various improvements for g_file_set_contents()
4536  701680 GFileEnumerator: Add some documentation about ordering
4537  701878 Check wakeup() before iteration(TRUE) doesn't block
4538
4539 * Translations:
4540  Assamese
4541  Czech
4542  Galician
4543  Gujarati
4544  Kannada
4545  Marathi
4546  Odia
4547  Polish
4548  Slovenian
4549  Spanish
4550  Telugu
4551
4552
4553 Overview of changes from GLib 2.37.0 to 2.37.1
4554 ==============================================
4555
4556  * add support for installed tests:
4557    https://live.gnome.org/GnomeGoals/InstalledTests
4558
4559  * add a new g_test_trap_subprocess() that works on Windows as a
4560    replacement for the (now deprecated) g_test_trap_fork()
4561
4562  * support for explicitly cancelling a gobject property binding
4563
4564  * performance improvements for signal argument handling
4565
4566  * stop using `quotes' in very many log messages generated by GLib, for
4567    favour of 'this style'.  This may cause testcases in other packages
4568    to fail if they were matching on the previous text.
4569
4570  * improve manpages: add missing arguments and flags
4571
4572 Translations: 
4573  Aragonese
4574  Assamese
4575  Gujarati
4576  Hindi
4577  Kannada
4578  Norwegian bokmål
4579  Odia
4580  Slovenian
4581  Spanish
4582  Tamil
4583  Telugu
4584
4585 Bugs fixed:
4586  679683 replace g_test_trap_fork()
4587  694380 Improve signal argument collection performance
4588  695233 Strings require plural forms
4589  697849 spelling fixes in cross.xml and running.xml
4590  698877 GProxyAddressEnumerator calls g_network_address_parse_uri without port
4591  698981 [PATCH] test /gdbus/connection/large_message could hang forever
4592  699079 Prototype support for installed tests
4593  699485 [PATCH] tests/mappedfile: Also handle ENOMEM
4594  699493 SOCKS5 proxy code crashes if it cannot authenticate
4595  699500 gbitlock: fix this to not unconditionally use futex emulation
4596  699779 [PATCH] G_GNUC_FORMAT: documentation error
4597  700263 m4macros/glib-gettext.m4: Don't use AC_HEADER_STDC
4598  700714 [PATCH] gtestutils: Ensure test subprocesses don't dump core
4599  700746 Use 'dumb quotes' rather than `really dumb quotes'
4600
4601 Overview of changes fron GLib 2.36.0 to 2.37.0
4602 ==============================================
4603
4604 * The syntax for detailed action names has been documented,
4605   and a parser API for them is now provided
4606
4607 * GApplication has gained a busy state. This feature is intended for
4608   clients that want to signal a desktop shell their busy state, for
4609   instance because a long-running operation is pending.
4610
4611 * GLib can now be built with the bionic C library
4612
4613 * GIcon can now be serialized to a GVariant
4614
4615 * Bugs fixed:
4616  548353 Finish implementing GFile interface (mostly asynchron...
4617  645881 Full port of glib-2.28.1 onto Android-ARM
4618  665445 Glib mistakes nl_langinfo() from plibc for the real t...
4619  672018 Need API to set global application state (busy, count...
4620  687659 drop support for adding interfaces after class_init
4621  688820 GIcon is a bad interface
4622  688954 extend 'detailed action' syntax, provide parser
4623  689223 Fix compilation on Android with the bionic C library
4624  695156 Add support for arg0namespace matching in signal_subs...
4625  696108 gdbus-codegen: avoid warnings in generated code
4626  696629 fix sed(1) usage
4627  696652 GTask won't free its error member variable on finalize
4628  696857 GThreadedResolver: set an error if no records could b...
4629  696973 Compiling 2.36.0 for win64 fails in gdbusmessage.c
4630  697131 No --version
4631  697160 [PATCH] gmacros: Mark G_UNAVAILABLE() functions as de...
4632  697229 Custom Interface implementations will be broken with ...
4633  697250 Documentation glitch of G_DEFINE_TYPE_EXTENDED causes...
4634  697365 Fix usage of hasmntopt in gunixmounts.c
4635  697367 Remove warning on gio/gunixmounts.c
4636  697386 Except const argument with atomic is not lock free
4637  697595 g_main_context_unref unlocks a mutex twice
4638  697601 reduce GMenuModel D-Bus traffic
4639  697626 Allow posix threads to be used on w32
4640  697652 Help options generated even when help disabled
4641  697771 fix a typo of "fo" to "of" in building.xml
4642  697887 GVariant: fix transfer annotation
4643  697942 abicheck.sh fails on mips
4644  698056 rewrite g_object_new()
4645  698081 Pidgin hangs in g_spawn_command_line_sync
4646  698455 GVariant: add new g_variant_new_take_string() API
4647  698457 g_variant_get_data_as_bytes() always returns toplevel...
4648  698478 gactionmap: don't require GActionGroup
4649  698595 the valgrind/priv-before-instance bug
4650  698655 desktop-app-info test relies on true being in /usr/bin/
4651  698686 GUnixSocketAddress: fix construct parameter issue
4652  698716 Use of g_mem_set_vtable() breaks after gobject automa...
4653  698999 bytesicon: fix a memory leak
4654  699001 bytesicon: don't use g_object_unref() on GBytes
4655  699361 gio: fix small leak
4656
4657 * Translation updates:
4658  Assamese
4659  Gujarati
4660  Hungarian
4661  Italian
4662  Kannada
4663  Norwegian bokmål
4664  Polish
4665  Spanish
4666  Tamil
4667
4668
4669 Overview of changes fron GLib 2.35.9 to 2.36.0
4670 ==============================================
4671
4672 This release contains only small bugfixes and translations updates.
4673
4674  - g_file_copy(): fix bug where attributes were not applied properly to
4675    the destination file
4676
4677  - fix some 'available since' annotations
4678
4679  - fix gdbus-codegen to produce more pedantically-correct code
4680
4681 * Bugs fixed:
4682  696108 gdbus-codegen: avoid warnings in generated code
4683  696014 g_file_copy(): Ensure G_FILE_COPY_OVERWRITE preserves permissions
4684
4685 * Translations updated:
4686  Basque
4687  Czech
4688  Gujarati
4689  Hindi
4690  Hungarian
4691  Japanese
4692  Malayalam
4693  Marathi
4694  Odia
4695  Punjabi
4696  Russian
4697  Tadjik
4698  Tamil
4699  Telugu
4700
4701 Overview of changes from GLib 2.35.8 to 2.35.9
4702 ==============================================
4703
4704 This release drops the old codepage ABI from gutils.c. This is a
4705 source-compatible change and only breaks ABI with respect to truly
4706 ancient binaries (and those binaries are already broken for other
4707 reasons).  This change only affects Windows.
4708
4709 * Bugs fixed:
4710  682896 glib doesn't build on mingw32
4711  693204 split up g_get_{hostname,username,realname,home_dir} etc.
4712  694181 Handle GNetworkAddress better in g_network_monitor_base_...
4713  694253 occasional /gdbus/unref-pending test failure
4714  694350 Add type names to gsignal warnings
4715  694757 Use separate GLIB_WARN_CFLAGS that can be overridden ext...
4716  568405 Which is the correct replacement for g_strncasecmp, if...
4717  630284 g_hash_table_get_keys docs
4718  659428 docs: Small clean-up of howto subsection headers
4719  675333 Cannot forget association in Open With dialog: program...
4720  694669 consider unicode corrigendum #9
4721  694843 g_base64_decode_step () produces invalid data
4722  695147 Don't use PATH_MAX as it's not guaranteed to be defined
4723  695191 Commit f641699 broke /appinfo/mime/api test case
4724  695339 Swapped msgid plural forms for translation
4725  695376 GDBusMethodInvocation leak and potential crash
4726  695425 Untranslatable message in gsettings-tool
4727  695887 Improvements to GObject API documentation
4728  695925 GUINT32/64_SWAP_LE_BE macros do not enclose val argume...
4729  696015 PATCH Add doc warning to g_base64_decode()
4730
4731 * Translation updates:
4732  Assamese
4733  Belarusian
4734  Brazilian Portuguese
4735  Catalan
4736  Catalan (Valencian)
4737  Danish
4738  French
4739  Galician
4740  German
4741  Greek
4742  Gujarati
4743  Italian
4744  Korean
4745  Latvian
4746  Lithuanian
4747  Polish
4748  Portuguese
4749  Punjabi
4750  Serbian
4751  Simplified Chinese
4752  Slovak
4753  Slovenian
4754  Spanish
4755  Thai
4756  Traditional Chinese
4757  Uyghur
4758  Vietnamese
4759
4760
4761 Overview of changes from GLib 2.35.7 to 2.35.8
4762 ==============================================
4763
4764 This release contains one major change that may cause problems: type
4765 modules are now never unloaded.  This is implemented by (effectively)
4766 leaking the last reference on dynamic types.  Some testcases that check
4767 for unloading of types have been observed to be broken by this change,
4768 but we know of no actual cases of "real code" breaking.  Please report
4769 any problems.
4770
4771 Other changes:
4772  * A couple of build fixes for Solaris
4773  * Fix signal emission for GDBusObjectManagerClient
4774  * annotations fixes
4775  * new API: g_dbus_address_escape_value()
4776  * GSocketClient: add proxy-resolver property
4777  * GSimpleProxyResolver: new simple GProxyResolver class
4778  * documentation fixes
4779  * gnetworkaddress: preserve IPv6 scope ID in IP literals
4780
4781 Bugs fixed:
4782  691105 Allow GSocketClient to override GProxyResolver for per client proxy settings.
4783  692827 configure test fails for arpa_nameser.h
4784  692829 new Btrfs support causes build failure on Solaris
4785  693285 GDBusObjectManagerClient: won't emit object-added|removed if name-owner arrives later
4786  693502 Cross-compiling documentation: typo (np -> no)
4787  693673 add g_dbus_address_escape_value()
4788  693694 gio: Fix annotations on g_[async_]initable_new() and friends 
4789
4790 Translations:
4791  Dutch
4792  Galician
4793  Polish
4794  Serbian
4795
4796 Overview of changes from GLib 2.35.6 to 2.35.7
4797 ==============================================
4798
4799 This is a quick follow-up release with a few bug fixes.
4800
4801 * Fix the build on systems with strict linkers by adding -pthread back
4802   to the LDFLAGS for a testcase.
4803
4804 * Re-enable native atomic operations on some buggy versions of clang
4805   that ship as part of the MacOS X SDK.
4806
4807 * Make G_IO_FLAG_IS_WRITEABLE an enum again (the #define broke bindings)
4808
4809 * a small docs fix
4810
4811 * Bugs fixed:
4812  657045
4813  636683
4814  682818
4815  693105
4816
4817 * Translations:
4818  Italian
4819
4820 Overview of changes from GLib 2.35.4 to 2.35.6
4821 ==============================================
4822
4823 * GUnixFdSource is a new way to add file descriptors
4824   to the mainloop
4825
4826 * g_source_set_ready_time lets you mark a source to become
4827   ready at a specified monotonic time
4828
4829 * The internal visibility handling of GLib has been reworked
4830
4831 * GFileMonitor will now automatically use fam instead of inotify
4832   if $HOME is on NFS
4833
4834 * The file monitor implementation can now be overridden with
4835   the GIO_USE_FILE_MONITOR environment variable
4836
4837 * Bugs fixed:
4838  570572 2 make check errors on
4839  592211 No monitoring over NFS mounts
4840  625552 wrong behaviour of GVolume GVolumeMonitor related func...
4841  657729 modernise GMainLoop
4842  658020 GSource for a single GPollFD
4843  678223 g_mutex_free
4844  682560 leak fixes
4845  682819 EINTR-harden all the things
4846  684404 When using g_network_address_address_enumerator_next()...
4847  686853 new GSource fd API
4848  688169 G_DISABLE_DEPRECATED doesn't cover deprecated/gthread....
4849  688681 build: Make .symbols file canonical on all platforms
4850  690118 Crash when closing last tab of a window using Ctrl-w
4851  691624 glib/gtester.c: missing include
4852  691812 gioinputstream - give task as callback_data not task_data
4853  691866 fails out of source build directory - gnetwork.h not f...
4854  692029 Add new API checking utility
4855  692034 Install an invalidation notifier for GClosure in g_sou...
4856  692058 Broken makefile for gio tests
4857  692079 build failure in gmarkup.c when using gcc 4.8 and buil...
4858  692201 inotify: fix a memleak
4859  692202 gfile: don't report completion twice on g_file_load_co...
4860  692229 Incorrect string formatters in a translation string
4861  692332 GNetworkMonitorNetlink: make the netlink socket cloexec
4862  692360 possibly non-threadsafe code in g_content_type_guess()?
4863  692404 tester: Use FD_CLOEXEC when creating pipes
4864  692408 nautilus SIGSEGV in g_file_info_get_size()
4865  692544 [PATCH] gfile: Ensure we create internal pipe with FD_C...
4866  692583 atomic get doesn't accept a const argument on architect...
4867  692618 Use g_timeout_add_seconds
4868  692815 Using g_hash_table_insert() when using a hash table as ...
4869  692865 Invalid docbook generated by gdbus-codegen
4870  692928 Document G_MENU_{ATTRIBUTE,LINK}_*
4871
4872 * Translation updates:
4873  Hebrew
4874  Kannada
4875  Lithuanian
4876  Norwegian bokmål
4877  Polish
4878  Serbian
4879  Slovenian
4880  Spanish
4881  Uyghur
4882
4883
4884 Overview of changes from GLib 2.35.3 to 2.35.4
4885 ==============================================
4886
4887 * New features:
4888  - New API: g_get_num_processors
4889  - New API: g_application_command_line_get_stdin
4890  - New GFileMonitor flag: G_FILE_MONITOR_WATCH_HARD_LINKS
4891  - Parse more timezone offset formats
4892  - Better timezone support on Windows
4893  - Make GParamSpec constructors introspectable
4894
4895 * Removed or deprecated features:
4896  - Disallow adding interfaces after class_init
4897
4898 * Bug fixes:
4899  532815 gio + inotify support for hardlinks
4900  614930 add g_get_num_processors (), return the max concurrent...
4901  626497 Btrfs clone/reflink ioctl support in g_local_file_copy
4902  633117 glib fails stests if /etc/localtime is not properly set
4903  661767 merge/improve various bits of run-in-thread functionality
4904  668210 Add g_application_command_line_get_stdin()
4905  675856 Use GDbus via gobject-introspection instead dbus-python
4906  684103 make glib work with python3
4907  684723 run-assert-msg-test.sh fails
4908  686058 OpenBSD: disable ipv6_v4mapped test
4909  686128 GTimeZone should be able to parse POSIX format for...
4910  687223 cleverer GThreadPool management
4911  687659 drop support for adding interfaces after class_init
4912  687920 GCredentials should have an accessor for the process ID
4913  688681 build: Make .symbols file canonical on all platforms
4914  688829 Variable overflow in utils.c test on 32-bit machine
4915  689324 Variable scoping in gunixmounts.c
4916  689810 Include guard optimization
4917  690043 Broken link for gsettings tutorial: gnome-utils in...
4918  690084 gmarkup: Make GMarkupParseContext a boxed type
4919  690388 Check if CMSG_FIRSTHDR() returns NULL when there is...
4920  690538 gschema DTD is invalid
4921  690543 Add test coverage for testing in-tree DBus services...
4922  690670 local_command_line not introspectable/annotated
4923  690902 G_END_DECLS needs to be at the end of gutils.h
4924  690970 Unhelpful deprecation message for g_value_array_get_nth
4925  691001 building docs is broken on master branch
4926  691011 Automake-1.13 errors on obsolete AM_PROG_CC_STDC
4927  691077 gio-querymodules crashes with SIGSEGV
4928  691110 g_cond_wait() docs incomplete
4929  691489 Crash in Oscars 2013 page
4930  691558 Only check for .hidden files if standard::is-hidden...
4931  691608 Support compilation with clang 3.2
4932
4933 * Translation updates:
4934  Assamese
4935  Bulgarian
4936  Estonian
4937  Galician
4938  Greek
4939  Hebrew
4940  Norwegian bokmål
4941  Polish
4942  Slovak
4943  Slovenian
4944  Spanish
4945  Tamil
4946
4947
4948 Overview of changes from GLib 2.35.2 to 2.35.3
4949 ==============================================
4950
4951 * This release contains an incompatible change to the g_get_home_dir()
4952  function. Previously, this function would effectively ignore the HOME
4953  environment variable and always return the value from /etc/password.
4954  As of this version, the HOME variable is used if it is set and the
4955  value from /etc/passwd is only used as a fallback.
4956
4957 * We now install a public "gnetworking.h" header that can be used to
4958  include the relevant OS-dependent networking headers. This does not
4959  really abstract away unix-vs-windows however; error codes, in
4960  particular, are incompatible.
4961
4962 * Bugs fixed in this release:
4963  142568 Allow $HOME to override passwd entry if the user really wants
4964  587806 The file selector should honor .hidden files
4965  602715 [GChecksum] Please add support for SHA512
4966  623187 provide some support for arbitrary setsockopt()s?
4967  629301 .goutputstream files left behind when cancelling I/O
4968  652650 Optimize GDBusMessage serialization
4969  664627 /gapplication/basic test intermittently fails: cmdline re-or...
4970  675516 Win32: Don't start a DBus server when built as static library
4971  679683 replace g_test_trap_fork()
4972  684145 Current Git sources fails to cross-compile for Windows in Li...
4973  686895 file-info: catch thumbnail files in large directory as well
4974  687092 IPv6 <-> IPv4 mismatch when subscribing to multicast (send)
4975  688180 GObject: Minor error in description of floating reference
4976  688319 gthread: add missing AVAILABLE_IN_2_32 annotations
4977  688377 configure: add missing square bracket in AS_IF for memmove
4978  688419 gtask: source_object arguments and return values not annota...
4979  688497 AppInfo: Add sufficient api to port gnome-session from Egg...
4980  688681 build: Make .symbols file canonical on all platforms
4981  688704 Add boxed GType for GThread
4982  688886 Improve the i18n documentation
4983  688931 GMemoryOutputStream: Add new _resizable() constructor usab...
4984  689037 need helper for creating a GFile from a remote commandline...
4985  689377 Fix a compiler warning in GDBus
4986  689538 Source object tag set too late in gsocketlistener
4987  689800 Treat lost+found directory as a hidden file
4988  689847 Add fast repeated typename -> GType resolver
4989  689982 Make GChecksum more fully introspectable
4990  690069 g_unix_open_pipe: Add missing F_SETFD
4991  690083 gfileenumerator: Add a g_file_enumerator_get_child method
4992  690163 Add a pre-configured gio/gnetworking.h for Visual C++ builds
4993  690346 Remove an unneeded escaping in NAMESER_COMPAT_INCLUDE
4994  690348 Fix g_type_add_class_private() name in g_warning
4995
4996 * Translation updates:
4997  Assamese
4998  Galician
4999  Hebrew
5000  Hindi
5001  Kannada
5002  Odia
5003  Polish
5004  Spanish
5005
5006
5007 Overview of changes from GLib 2.35.1 to 2.35.2
5008 ==============================================
5009
5010 Note that the incompatible change to the ->constructed() vfunc that was
5011 made in the last unstable release (2.35.1) has been reverted due to
5012 causing regressions in applications.
5013
5014 A new incompatible change has been introduced in this version: it is no
5015 longer permitted to add interfaces to a class after the first
5016 instantiation (or more strictly: after g_type_class_ref()).  Bug #687659
5017 is tracking this.
5018
5019 Two private symbols (g_menu_{attribute,link}_hash_iter_get_type) which
5020 were accidentally exported have also been properly hidden.  This may
5021 cause some tools to issue warnings about ABI mismatch.
5022
5023 The remaining changes should be relatively harmless: 
5024
5025  * GIO now has kqueue support for GFileMonitor (BSDs, Mac OS)
5026
5027  * New g_variant_new_from_bytes() API
5028
5029  * UNIX signal sources now allow watching SIGUSR1 and SIGUSR2
5030
5031  * Many pedantic cleanups to adhere to a higher level of -W use
5032
5033  * GTask changes to avoid a deadlock
5034
5035  * many cleanups/fixes for Windows
5036
5037  * Boxing for GPollFD, GIOChannel, GBytes, GByteArray
5038
5039  * Fix URL-encoding of trashed files
5040
5041  * Many other docs and annotations fixes
5042
5043 Translations:
5044
5045  Galician
5046  Gujarati
5047  Lithuanian
5048  Serbian
5049  Slovak
5050  Slovenian
5051
5052 Bugs closed:
5053
5054  649302 Add support for GNU/FreeBSD
5055  668842 [GSocket] Add caching for the sender address in g_socket_receive_from()
5056  672924 Add annotations for g_filename_from_uri()
5057  673229 glib: Use Returns:, not @returns
5058  677062 (partial) GVariant: Make g_variant_new_from_bytes() public, add more GBytes API
5059  686185 g_date_time_format Transcoding Fails on OSX      
5060  686191 g_mutex_get_impl() should use g_atomic_pointer_get()
5061  686797 Box GPollFD to make it introspectable
5062  686810 [regression] Infinite wait in g_task_run_in_thread_sync()
5063  686822 possible dlopen()/dlclose() issue with automatic g_type_init()
5064  686839 mkinstalldirs: Move to glib-mkinstalldirs
5065  686895 file-info: catch thumbnail files in large directory as well
5066  686898 g_unix_signal_source_new: Allow SIGUSR1 and SIGUSR2
5067  686920 gdbus: Allow GDBusObjectManagerClient to work on peer connections
5068  686921 Remove some of the repetition from gio/tests/Makefile.am
5069  687075 g_spawn_sync diagnostic incorrectly complains about SIGCHLD
5070  687089 g_dbus_connection_export_menu_model(): fix a crash
5071  687098 Repeated g_timeout_add* use can lead to guint overflow
5072  687385 Add some stricter CFLAGS, fix up the code
5073  687441 ABI break in master: g_menu_attribute_hash_iter_get_type, g_menu_link_hash_iter_get_type removed
5074  687516 typo in string: KB should be kB
5075  687540 In Trash folder, Nautilus misinterprets "\n" in filename as a line break
5076  687541 GSignalQuery param_types field needs array annotation
5077  687600 gfileutils.c performs invalid cast of (varargs) open to non-vararg type
5078  687698 plural forms needed
5079  687700 ending spaces
5080  687742 Add support for internal linkage to glib-compile-resources
5081  687801 tests/buffered-input-stream: Fix size of parameter passed
5082  688109 win32 warning/error fixes
5083  688255 'make check' regressed in 138f4c1 because GMarkup error messages changed
5084  688338 [PATCH] gobject/gtype.c: Fix spelling of »exceed«
5085  688370 GDBusError documentation improvement for client-side
5086  688378 g_socket_join_multicast_group not working
5087  688518 gio-kqueue: use O_EVTONLY on MacOS
5088
5089
5090
5091 Overview of changes from GLib 2.34.0 to 2.35.1
5092 ==============================================
5093
5094 These two changes in particular may be slightly incompatible.  Please
5095 give feedback if they cause trouble:
5096
5097   * Signal handlers connected with g_signal_connect_object() are now
5098     automatically disconnected on target object destruction
5099
5100   * The ->constructed vfunc is now called after all properties are set
5101
5102 The remaining changes should not cause problems.
5103
5104   * g_type_init() is no longer necessary and has been deprecated
5105
5106   * GTask (the new GAsyncResult implementation) has landed 
5107
5108   * GLib version macros updated
5109
5110   * Update to Unicode 6.2
5111
5112   * Thread safety fixes for GFileMonitor in non-default main contexts
5113
5114   * GTimeZone support for old-format zoneinfo database (as on Mac OS)
5115
5116   * g_settings_bind() now works with non-canonical property names
5117
5118   * Fix crashes related to NULL connection passed to
5119     GBusNameVanishedCallback and document this situation
5120
5121 * Bugs fixed:
5122  118536 Make g_signal_connect_object'ed handlers disconnect when the data object is destroyed
5123  661767 merge/improve various bits of run-in-thread functionality
5124  682950 GFileMonitor crashing on high event count when running in different thread
5125  683642 Missing g_content_type_get_symbolic_icon
5126  684882 Gsettings should spaw a warning when binding against a low_underscored_property
5127  684909 codegen: Explicitly close output
5128  684912 Update to Unicode 6.2
5129  685037 g_strcmp0: Returns shall include values less and greater than zero
5130  685069 Leak in glib-compile-resources
5131  685208 missing g_return_if_fail
5132  685608 [Patch] Port gio tests from pygobject to pygi
5133  685697 Documentation typo in g_dbus_interface_skeleton_has_connection()
5134  685733 Call ->constructed() after all properties are set
5135  685787 gtestdbus: correct documentation typos
5136  685995 Crash in g_menu_exporter_name_vanished
5137  686091 Invalid reads in g_bytes_unref_to_data
5138  686119 dtrace, gobject_probes.d, the last three probes - semicolon missing
5139  686161 Deprecate g_type_init()
5140  686231 GBusNameVanishedCallback: document NULL connection
5141  686458 slightly increase poll duration in test_timed_wait 
5142
5143 * Translations updated
5144   Catalan (Valencian)
5145   Czech
5146   Danish
5147   Italian
5148   Lithuanian
5149   Norwegian bokmål
5150   Slovenian
5151
5152 Overview of changes from GLib 2.33.14 to 2.34.0
5153 ===============================================
5154
5155 * Bug fixes:
5156  654239 g_type_init()'s docs have no statement about how to...
5157  674620 Update GSettings migration guide for intltool updates
5158  676034 Fix doc annotation for g_ptr_array_ref()
5159  684278 Fix GIO build on Windows
5160
5161 * Translation updates:
5162  Brazilian Portuguese
5163  British English
5164  Bulgarian
5165  Catalan
5166  Galician
5167  German
5168  Hebrew
5169  Hindi
5170  Hungarian
5171  Kannada
5172  Latvian
5173  Marathi
5174  Spanish
5175  Telugu
5176
5177
5178 Overview of changes from GLib 2.33.12 to 2.33.14
5179 ================================================
5180
5181  * CVE-2012-3524: don't run dbus-launch from setuid binaries
5182
5183  * g_content_type_get_generic_icon_name():
5184      new API for getting the icon name for a mime type
5185
5186  * Introspection fixes:
5187   - GDBusConnection nullability fixes
5188   - give a box type to GTimeZone
5189
5190  * Drop GVFS_INOTIFY_DIAG
5191
5192  * Add a new "Writing GLib Applications" section to the reference
5193    documentation with general info on security, threads, etc.
5194
5195  * gwin32mount.c: Fix syntax error
5196
5197  * gresource tests: srcdir != builddir fixes
5198
5199  * tests/gvariant: Fix test on big endian architectures
5200
5201  * Fix regression in g_shell_parse_argv()
5202
5203 Bugs fixed:
5204  562907 g_shell_parse_argv() mishandles # (hash)
5205  683167 g_time_zone_new not introspectable
5206  683384 /gvariant/checksum-basic failure on big endian machines
5207  683641 Typo in gwin32mount.c
5208  683744 have a way to get the generic icon name for a mime type
5209
5210 Translation updates:
5211  Assamese
5212  Belarusian
5213  British English
5214  Czech
5215  Danish
5216  French
5217  Galician
5218  German
5219  Greek
5220  Hebrew
5221  Indonesian
5222  Indonesian
5223  Korean
5224  Lithuanian
5225  Marathi
5226  Marathi
5227  Polish
5228  Portuguese
5229  Punjabi
5230  Russian
5231  Serbian
5232  Slovenian
5233  Traditional Chinese
5234
5235 Overview of changes from GLib 2.33.10 to 2.33.12
5236 ================================================
5237
5238 * Add a G_DEFINE_QUARK macro
5239
5240 * Add symbolic icon support to drive, volume, and mount, file
5241   and content types
5242
5243 * Add API to allow thread-safe access to the same qdata item
5244
5245 * Bugs fixed:
5246  562907 g_shell_parse_argv() mishandles # (hash)
5247  627240 add G_DEFINE_QUARK
5248  672329 memory leaks in gutils.c and glib tests
5249  673012 Stable byte-level specification for normal form
5250  674805 gdbusproxy async test is broken
5251  679835 gvariant format string parsing (and assertions)...
5252  682075 gdbus: Fix double free and use after free of ob...
5253  682101 Provide a way to get a symbolic icon for a device
5254  682222 test_method_calls_on_proxy: assertion failed (e...
5255  682284 mount-op: use gint64 instead of guint64 for tim...
5256  682386 "make check" fails due to sys/resource.h not be...
5257  682560 leak fixes
5258  682586 gsettings-tool: make list-recursively really re...
5259  682819 EINTR-harden all the things
5260  682833 Handle EINTR for open()
5261  682849 drop the global lock for g_object_weak_ref
5262  682965 gdbus-tool: Check return value of strrchr()
5263  683088 gdbus-codegen: fix error when wrong interface n...
5264         Fix the build with gtk-doc-stub
5265         Don't crash if set_app_info is called before ad...
5266
5267 * Translation updates
5268  Assamese
5269  Galician
5270  Greek
5271  Indonesian
5272  Japanese
5273  Latvian
5274  Lithuanian
5275  Norwegian bokmål
5276  Polish
5277  Portuguese
5278  Punjabi
5279  Russian
5280  Spanish
5281  Traditional Chinese
5282  Vietnamese
5283
5284
5285 Overview of changes from GLib 2.33.8 to 2.33.10
5286 ===============================================
5287
5288 * New GTest API for testcases where log output is expected:
5289   g_test_expect_message()
5290
5291 * GMenuItem now has 'get' accessors and a construct-from-GMenuModel API
5292
5293 * GVariant now has a function to check a format-string for type
5294   compatibility
5295
5296 * win32: We now use overlapped IO to support multiple asynchronous
5297   operations (ie: reading and writing) at the same time.
5298
5299 * GMappedFile: Add g_mapped_file_get_bytes()
5300
5301 * The problems with g_file_make_directory_with_parents() should be
5302   resolved.
5303
5304 * The long-standing issues with placeholder generation of manpages are
5305   now resolved.
5306
5307 * gtlscertificate: Add GBytes based certificate and private-key props
5308
5309 * build: Switch back to using AS_IF for conditionals
5310
5311 * test coverage improvements, documentation improvements, leak fixes
5312
5313 * Bugs fixed
5314  326931 Better docs for G_GNUC_*
5315  550433 g_test_init doesn't recognize --help
5316  600751 GCompletion should better document if and how items memory is managed
5317  628193 Miscellaneous string fixes
5318  637460 man glib-genmarshal is hard to use
5319  674483 broken configure results when cross-compiling with gcc >= 4.5
5320  677065 GMappedFile: Add g_mapped_file_get_bytes()
5321  679288 win32: use overlapped events for streams
5322  679556 it's hard to use gtest when g_warning() is expected
5323  680823 g_file_make_directory_with_parents: Fix error propagation
5324  681319 gtlscertificate: Add certificate-bytes and private-key-bytes props
5325  681336 man pages not built if --enable-gtk-doc not specified
5326  681413 build: Switch back to using AS_IF for conditionals
5327  681501 gmem: array only partially filled with memcpy
5328  681854 Documentation fix for Howto compile a program with glib
5329  682025 Documentation correction
5330  682067 Fix problems with CLEANFILES and automake-1.11.1 
5331
5332 * Translations updated:
5333  Lithuanian
5334  Spanish
5335  Galician
5336  Telugu
5337  Serbian
5338  Assamese
5339  Marathi
5340  Indonesian
5341  Traditional Chinese
5342
5343 Overview of changes from GLib 2.33.6 to 2.33.8
5344 ==============================================
5345
5346 * GIO now has a g_file_delete_async function
5347
5348 * The defaults for GThreadPools max_unused_threads
5349   and max_idle_time values have been changed to
5350   2 and 15*1000, respectively.
5351
5352 * Bugs fixed:
5353  661767 merge/improve various bits of run-in-thread functionality
5354  680074 undefined symbol "get_C_locale"
5355  680121 g_cancellable_source_new: don't use a file descriptor
5356  680148 gthread: check for definition of PR_SET_NAME
5357  680310 Sorting of access points by strengh not working
5358  680704 g_utf8_strup() crash
5359  68076a0 GFile: Add g_file_delete_async()
5360  680787 Add .dir-locals.el to tell Emacs users not to use tabs...
5361  680823 g_file_make_directory_with_parents: Fix error propagation
5362  680994 STATIC_ASSERT in GDBusError docs don't have much utility
5363  681116 gtlscertificate: Add g_tls_certificate_equal() function
5364  681118 gtlsdatabase: Don't complain if no callbacks for async...
5365  669331 try to get gio tests working a little better on win32
5366  674314 Make gtk-doc not a hard dependency of GLib
5367  674800 gclosure: generic marshaller leaks return value
5368  675524 gsocket: FIONREAD undeclared (needs sys/filio.h)
5369  679509 use after free in g_dbus_action_group_describe_all_done()
5370  679996 gobject docs minor cleanup
5371  680459 Extra newline char in local implementation of g_applic...
5372  680505 object_path memory leak in gdbusobjectproxy.c
5373  680831 Deprecate and remove g_slice_[sg]et_config.*
5374  680912 gchecksum: Add g_compute_checksum_for_bytes()
5375  681151 checksum: Use functions instead of macros when buildin...
5376  681158 gtlscertificate: Don't confuse certificate and public ...
5377
5378 * Translation updates:
5379  Galician
5380  German
5381  Gujarati
5382  Hebrew
5383  Norwegian bokmål
5384  Serbian
5385  Slovenian
5386
5387
5388 Overview of changes from GLib 2.33.4 to 2.33.6
5389 ==============================================
5390
5391 * GAsyncInitable: partially revert the init_finish changes,
5392   some applications were found to rely on behaviour that
5393   was broken by these changes
5394
5395 * Bugs fixed:
5396  679617 win32: fix g_get_environ()
5397  679968 Add some annotations to GBytes, GVariantType...
5398  680111 GIOScheduler assumes GCancellable "cancelled...
5399
5400 * Translation updates:
5401  Spanish
5402
5403 Overview of changes from GLib 2.33.3 to 2.33.4
5404 ==============================================
5405
5406 * GMainContext: the source list has been reorganzied to
5407   avoid O(n) behaviour
5408
5409 * GRegex: Update included PCRE to 8.31 and expose new
5410   functionality in 8.x versions of PCRE
5411
5412 * GMountOperation gained a ::show-unmount-progress signal
5413   which provides information about slow unmount operations
5414
5415 * Bugs fixed:
5416  616892 gio: Add a boxed type for GFileAttributeMatcher
5417  619329 g_source_attach() O(n) in number of sources
5418  639771 g_dir_read_name() can also return NULL on error
5419  661767 merge/improve various bits of run-in-thread fun...
5420  667375 GAsyncInitable subclassing (and async subclassi...
5421  671545 Constify collect and lcopy strings in GTypeValu...
5422  674452 SEGFAULT in gio contenttype test
5423  674898 Deal with GLIB_VERSION_MIN_REQUIRED/MAX_ALLOWED...
5424  675504 Fix up GObject interface documentation
5425  677064 GString: Tweak documentation, add g_string_free...
5426  677578 error in PCRE error code conversion
5427  677579 update GRegexError for newer PCRE error codes
5428  678066 gdbus codegen does not work with python3
5429  678273 unicode othercasing is wrong in gregex
5430  678576 GIOScheduler performance enhancements
5431  678758 GTlsInteraction unlocks an unlocked mutex
5432  678808 GTestDBus issues
5433  678881 Test failures in /socket/timed_wait in some cas...
5434  678941 /contenttype/guess test case failure
5435  678944 gio returns the wrong default applications for ...
5436  678949 wrong definition of ulong_bool for 64 bit big e...
5437  678959 /mainloop/timeouts race condition: assertion fa...
5438  679193 update included pcre to 8.31
5439  679258 The 'Since' tag for G_SOURCE_CONTINUE and G_SOU...
5440  679473 Don't generate invalid property names
5441  679691 Add g_spawn_check_exit_status()
5442  679671 GDBusNodeInfo: the XML string must contain exac...
5443  676111 mount-operation: add show-unmount-progress signal
5444  679691 win32: fix build g_spawn_check_exit_status() wi...
5445  679813 Documentation bug on http://developer.gnome.org...
5446
5447 * Translation updates:
5448  Assamese
5449  Belarusian
5450  Bulgarian
5451  Galician
5452  Greek
5453  Norwegian bokmål
5454  Polish
5455  Spanish
5456  Traditional Chinese
5457  Vietnamese
5458
5459
5460 Overview of changes from GLib 2.33.2 to 2.33.3
5461 ==============================================
5462
5463 This release contains mostly bugfixes, cleanups and performance
5464 improvements (including many fixes contributed by Colin on the advice of
5465 Coverity).  There are a few notable externally-visible changes:
5466
5467 * Thumbnails are now in XDG_CACHE_HOME
5468
5469 * new GDBus API: per-thread g_dbus_connection_get_last_serial()
5470
5471 * GUnixOutputStream now has a can_poll() implementation
5472
5473 * New deep copy APIs for G(S)List: g_(s)list_copy_deep
5474
5475 * Bugs fixed:
5476  518309 Incorrect data*dir path in glib-gettextize output
5477  566994 Safer passing of -framework flag
5478  672889 GLib.utf8_validate does segfault
5479  673253 Not strict enough autconf test for libelf
5480  675024 adds g_list_copy_deep() and g_slist_copy_deep
5481  675168 prepare for thumbnails to move to XDG_CACHE_HOME
5482  675966 gresolver: More robust parsing of DNS responses
5483  676594 [Patch] fix g_reload_user_special_dirs_cache
5484  676825 Implement g_dbus_connection_get_last_serial ()
5485  677235 Clarify the comment at the top of gmarshal.list
5486  677527 OS X: gthread/spawn-async selftest failure
5487  677718 GDBusProxy: treat org.freedesktop.systemd1.Masked error as non-fatal
5488  677770 GUnixOutputStream does not implement can_poll
5489  677782 Install bash completion files in /usr/share
5490  677817 g_key_file_to_data adds extra blank lines in some cases
5491  677952 Missing annotation for GDBusConnection signal "closed"
5492  678052 g_wakeup_acknowledge is called too often.
5493  678273 unicode othercasing is wrong in gregex
5494  678333 gdbus-codegen code causes warnings under -Wfloat-equal
5495
5496 * Translations updated:
5497  Arabic
5498  Assamese
5499  Galecian
5500  Greek
5501  Spanish
5502  Telugu
5503
5504 Overview of changes from GLib 2.33.1 to 2.33.2
5505 ==============================================
5506
5507 * GLIB_VERSION_MIN_REQUIRED now defaults to the current stable version
5508
5509 * GIO input and output stream classes have grown GBytes-based methods
5510
5511 * GApplication now has hooks to register D-Bus objects before the bus
5512   name is taken
5513
5514 * Bugs fixed:
5515  605976 add g_type_ensure(), to ensure that a type has...
5516  660851 Breakage of code due to changes in the GThread...
5517  666386 Empathy doesn't open Redirect URI with particu...
5518  671139 need (transfer async) for io stream buffers
5519  672329 memory leaks in gutils.c and glib tests
5520  672548 g_utf8_validate: @str shouldn't end up annotat...
5521  674111 Provide an accessor for MimeType desktop entry...
5522  674483 broken configure results when cross-compiling ...
5523  674634 Add g_clear_pointer()
5524  674777 What's the (transfer) of g_variant_lookup()?
5525  675309 gkeyfile: Fix annotations for g_key_file_load_...
5526  675446 gfile: Plug memory leak in g_file_make_directo...
5527  675509 add extra dbus hooks
5528  675832 Incomplete gsettings bash auto-completion
5529  676208 The tmpl parameter to g_file_new_tmp can be NULL
5530  676265 GNetworkMonitor leaks a lot of memory
5531  676277 Document that g_app_info_create_from_commandli...
5532  676397 g_environ_* should work with NULL envp
5533  676398 g_spawn_* should take PATH from the passed env...
5534  676478 Broken gzip decoding
5535  676594 [Patch] fix g_reload_user_special_dirs_cache
5536  676816 Add more GLIB_AVAILABLE_IN_*
5537  676937 Document notify signal deduplication with free...
5538
5539 * Translation updates:
5540  Czech
5541  French
5542  German
5543  Greek
5544  Japanese
5545  Russian
5546  Slovenian
5547  Spanish
5548
5549
5550 Overview of changes from GLib 2.32.1 to 2.33.1
5551 ==============================================
5552
5553 * GApplication
5554  - can now have a NULL application ID
5555  - add accessors for determining dbus connection and object path
5556
5557 * g_clear_object: fix warnings when using it on C++ (due to lack of
5558   ability to implicitly cast void*)
5559 * add g_clear_pointer as a generic form of g_clear_object
5560
5561 * GDBus:
5562  - add our own implementation of the message bus for use on Windows only
5563  - fix up a few bugs that use of this bus uncovered in GDBus
5564  - escape nonce files in dbus addressess (think 'c:\')
5565  - support initial underscores in dbus codegen namespace (for private)
5566  - add GTestDBus for bringing up a session bus for testing purposes
5567  - gdbus-codegen: Avoid warnings in generated code
5568  - GDBusAuthObserver: Add a way to control what authentication mechanisms to use
5569  - 
5570
5571 * Fix misdetection of GNUstep as Cocoa (for the MacOS GSettings backend)
5572
5573 * make sure configure fails if AC_CHECK_ALIGNOF cannot detect the alignment
5574
5575 * GAppInfo
5576  - overwrite the DISPLAY only if it is set in the launch context
5577  - add accessor for StartupWMClass
5578
5579 * glib/tests/date: force US locale running the GDateTime tests
5580
5581 * Resources:
5582  - fix broken use of GVDB on big endian machines
5583  - set a 'display name' so that pretty file names appear in Gtk CSS
5584    warning messages
5585
5586 * GMainContext:
5587  - block child sources when blocking the parent
5588  - introduce more testcases for child sources
5589
5590 * GResolver: add support for MX, TXT, NS and SOA records
5591
5592 * GSocketControlMessage: Don't warn about unknown messages
5593
5594 * GIO:
5595  - implement GSeekable for the data and buffered stream classes
5596  - implement GPollable for many more classes as well
5597  - fix GConverterInputStream infinite loop when fill_buffer returns an error
5598  - fileinfo: document the correct type for trash::orig-path
5599
5600 * test coverage improvements and general fixes
5601
5602 * new 2.34 stuff: version macros, docs index section, etc.
5603
5604 * Build:
5605  - add --disable-modular-tests build option
5606  - don't require host binaries if tests are not enabled for cross-builds
5607
5608 * Translations updated
5609  Brazilian Portuguese
5610  Bulgarian
5611  Czech
5612  French
5613  Galician
5614  German
5615  Hebrew
5616  Hindi
5617  Italian
5618  Norwegian bokmål
5619  Polish
5620  Russian
5621  Russian
5622  Serbian
5623  Simplified Chinese
5624  Slovenian
5625  Spanish
5626  Telugu
5627
5628 Overview of changes from GLib 2.32.0 to 2.32.1
5629 ==============================================
5630
5631 * Bugs fixed:
5632  670254 glib-2.30.2: Fails /GDateTime/new_from_unix test
5633  672541 glib-compile-resources prepends --sourcedir to absolute paths
5634  673139 URL to mailing lists in README incorrect
5635  673174 g_input_stream_read[_finish]: document returning 0 on EOF
5636  673191 glib/gchecksum.c warning: dereferencing type-punned pointer...
5637  673216 [W32] gtestutils does not use path separators consistently
5638  673439 Properly deprecate g_value_{set,get}_char
5639  673612 Fails to decode dictionaries wrapped in two layers of array
5640  673803 gclosure: Support return values of GVariants
5641  669285 glib/tests/markup-parse fails under non-english locale
5642  673911 gio-2.0.pc lists full path to executables, breaking cross com..
5643  673762 gnextstepsettingsbackend.c:343: error: parse error before 'in'
5644
5645 * Updated translations:
5646  Belarusian
5647  British English
5648  Bulgarian
5649  Catalan
5650  Czech
5651  French
5652  German
5653  Hebrew
5654  Hindi
5655  Hungarian
5656  Italian
5657  Japanese
5658  Kannada
5659  Latvian
5660  Lithuanian
5661  Marathi
5662  Norwegian bokmål
5663  Odia
5664  Polish
5665  Serbian
5666  Slovenian
5667  Spanish
5668  Swedish
5669  Telugu
5670
5671
5672 Overview of changes from GLib 2.31.22 to 2.32.0
5673 ===============================================
5674
5675 * Bugs fixed:
5676  671988 Quickly registering / unregistering objects on bus...
5677  672095 glib needs stable sort function
5678  672406 glib/tests/include.c fails to build on FreeBSD
5679
5680 * Updated translations:
5681  Telugu
5682
5683
5684 Overview of changes from GLib 2.31.20 to 2.31.22
5685 ================================================
5686
5687 * Bugs fixed:
5688  531901 Use __builtin_bswap* for GUINT*_SWAP_LE_BE if building...
5689  653167 Out of tree build is broken on windows
5690  668973 Test /gvariant/parser fails on Solaris 10
5691  669797 gvfs now lists its fuse mounts
5692  670846 deadlock: GStreamer-WARNING **: wrong STREAM_LOCK count 0
5693  671664 gio-querymodules: unlink instead of writing empty cache
5694  671676 Glib can't be cross-compiled any more after merge of...
5695  671918 gnome-shell is inaccessible unless started while an AT...
5696  671942 GSocketMsgFlags: annotate as a flags
5697  671997 Unix signal handling assumes that volatile 1-byte writes...
5698  672013 GSimpleAsyncResult: support reliable cancellation
5699  672026 default log output should include pid and/or prgname
5700  672095 glib needs stable sort function
5701  672201 G_SPAWN_SEARCH_PATH should continue on ENODEV and ETIMEDOUT
5702  672239 request NO_REPLY from g_dbus_connection_call() with no as...
5703  672249 gdbusproxy leaks asyncresult in an error case instead of...
5704
5705 * Translation updates:
5706  Assamese
5707  British English
5708  Catalan
5709  Catalan (Valencian)
5710  Danish
5711  Esperanto
5712  Finnish
5713  French
5714  German
5715  Hungarian
5716  Korean
5717  Lithuanian
5718  Norwegian bokmål
5719  Polish
5720  Portuguese
5721  Russian
5722  Traditional Chinese
5723
5724
5725 Overview of changes from GLib 2.31.18 to 2.31.20
5726 ================================================
5727
5728 * Update to Unicode 6.1
5729
5730 * Update PCRE to 8.30
5731
5732 * Deprecations are now versioned, and new API is
5733   marked with the version it was introduced.
5734   Use these with GLIB_VERSION_{MIN,MAX}_REQUIRED
5735
5736 * The performance of signal emissions has been
5737   improved for simple cases
5738
5739 * Bugs fixed:
5740  529806 Cannot build in 64-bit Mac OS X due to libiconv
5741  580873 Documentation of register type functions incomplete
5742  592666 Document how to unset an attribute
5743  597785 g_type_class_add_private code snippet is a bad example
5744  621368 glib-2.24.1: FAIL: run-assert-msg-test.sh when updating...
5745  622149 --disable-regex breaks glib2 build
5746  639873 GBinding: Crash when binding two properties on the same...
5747  640202 For GLIB v. 2.23.6 and above: impossibility to build mu...
5748  668295 Need a way to classify GVolume instances
5749  669670 gasyncqueue: don't use deprecated g_cond_timed_wait()
5750  670542 Add version information for deprecations
5751  670557 gvaluetransform: Fix an infinite loop with GFlagsValue...
5752  670721 global variable for signal ID should be hidden
5753  670751 IceWM build fails due to the G_DEPRECATED_FOR macro
5754  670909 g_dbus_connection_call leaks when it receives an error...
5755  670922 Include path to gdbus-codegen in the pkgconfig file
5756  670969 GSequence lookup may fail if there was no sort prior to...
5757  671025 Constants and identifiers starting with a number are no...
5758  671270 make distclean failures
5759  671281 glib-compile-resources.xml is missing from the dist tar...
5760
5761 * Translation updates:
5762  Basque
5763  Belarusian
5764  Brazilian Portuguese
5765  Bulgarian
5766  Galician
5767  Hebrew
5768  Lithuanian
5769  Persian
5770  Punjabi
5771  Serbian
5772  Simplified Chinese
5773  Slovenian
5774  Telugu
5775  Traditional Chinese
5776  Uyghur
5777  Vietnamese
5778
5779
5780 Overview of changes from GLib 2.31.16 to 2.31.18
5781 ================================================
5782
5783 * GDBusProxy has now a flag, G_DBUS_PROXY_FLAGS_GET_INVALIDATED_PROPERTIES,
5784   which can be set to make GDBus automatically reload
5785   changed properties even if the propertychanged signal
5786   does not contain the new values.
5787
5788 * GApplication puts non-unique applications on the bus
5789
5790 * GApplication now has g_application_quit()
5791
5792 * g_async_queue_timed_pop has been deprecated in favor of
5793   the new g_async_queue_timeout_pop, which uses relative
5794   delays in microseconds instead of a GTimeVal.
5795
5796 * a huge number of API documentation fixes
5797
5798 * Bugs fixed:
5799  647986 put non-unique apps on D-Bus
5800  658484 vpn connection vs NetworkSecretDialog
5801  664237 GDateTime falls back to UTC if TZ is set
5802  669329 gthread-win32: update for g_get_monotonic_time() changes
5803  669330 glocalfile: fix error code when opening a directory on win32
5804  669372 glib/tests memory leaks.
5805  669412 mem leak in g_environ_unsetenv
5806  669538 Fix compilation of glib-compile-resources.c on Windows
5807  669544 gdbus-codegen example introspection XML is not complete
5808  669595 glib-mkenums: fix handling of forward enum declarations
5809  669670 gasyncqueue: don't use deprecated g_cond_timed_wait()
5810  669671 gobject: use #pragmas to avoid deprecated function warnings
5811  669689 Retrieve cwd and environ in local GApplicationCommandLine
5812  669810 socket/win32: flush pending read before signaling HUP
5813  669865 g_regex_fetch()
5814  670085 memory leak in g_output_stream_write_async
5815  670138 gbytes.h is missing the G_BEGIN/END_DECL guards
5816  670485 Simplify session API (shared bug with gtk+)
5817
5818 * Updated translations:
5819  Belarusian
5820  Danish
5821  Galician
5822  Serbian
5823  Telugu
5824  Hebrew
5825
5826
5827 Overview of changes from GLib 2.31.14 to 2.31.16
5828 ================================================
5829
5830 * GResource:
5831  - The resource compiler can now convert pngs into
5832    pixel data that can be used without parsing at runtime
5833    (requires gdk-pixbuf-pixdata to be present)
5834
5835 * Bugs fixed:
5836  669123 resource compiler: failing to-pixdata should...
5837  669173 resource: fix xml preprocess entity handling
5838  669224 Cross-compilation broken by data-to-c
5839  669253 gsettings set buggy on array values
5840  669334 fix memory leak in bookmark file parser
5841
5842 * Translation updates:
5843  Norwegian bokmål
5844  Spanish
5845
5846
5847 Overview of changes from GLib 2.31.12 to 2.31.14
5848 ================================================
5849
5850 * GResource:
5851  - GLib now includes a commandline utility, gresource,
5852    to explore resources in ELF files
5853  - The resource compiler can now optionally strip
5854    ignorable whitespace from XML resources
5855  - The resource compiler can now generate build dependencies
5856  - The resource compiler will now autoselect output formats
5857
5858 * GApplication:
5859  - The menu markup parser API has been dropped, the
5860    menu XML support lives in GTK+ now
5861
5862 * GValueArray has been deprecated
5863
5864 * Bugs fixed:
5865  626258 N-ary Trees - 'nodes' can be inserted before and after...
5866  634232 Core Dump / Aborted using g_key_file_to_data
5867  639099 schema compiler chokes on valid schema
5868  667228 Deprecate GValueArray
5869  667243 Add an element clear function to GArray
5870  667929 glib-compile-resources: xml resources doesn't need to...
5871  668250 g_date_time_format() produces a non-UTF8 string
5872  668468 'IP_ADD_SOURCE_MEMBERSHIP' undeclared
5873  668532 resources: add dependency generator to the resource compiler
5874  668539 resources: compiler should autoselect output format...
5875  668561 gresource-tool not internationalized
5876  668572 glib_cv_g_atomic_lock_free config.cache setting not honored...
5877  668650 GRealArray->clear_func should be initialized
5878  668756 GKeyFile: allow loading from empty strings
5879  668857 fix couple of typos in comments
5880  669024 goption: implement platform_get_argv0() for OpenBSD
5881
5882 * Updated translations:
5883  Galician
5884  Norwegian bokmål
5885  Spanish
5886  Traditional Chinese
5887
5888 Overview of changes from GLib 2.31.10 to 2.31.12
5889 ================================================
5890
5891 * GApplication:
5892  - Drop support for exporting menus - this functionality
5893    will be provided in GtkApplication
5894  - Add a way to create actions that change settings
5895
5896 * Bugs fixed:
5897  629503 Add async versions of g_unix_connection_{receive,send}_credentials
5898  656301 glib-compile-schemas should not create an empty file
5899  668071 mingw-gcc build fails on gio/gsocket.[c|h]
5900  668118 the big appmenu switcheroo
5901  668158 base64 encode and line termination
5902  668163 GDBusConnection: note that exit-on-close is sometimes TRUE
5903  668269 gsignal: add g_signal_handlers_disconnect_by_data
5904  668279 create GAction from GSettings
5905
5906 * Translation updates:
5907  Norwegian bokmål
5908
5909
5910 Overview of changes from GLib 2.31.8 to 2.31.10
5911 ===============================================
5912
5913 * GResource:
5914  - A new facility to allow linking data files into binaries
5915    and make them available as resources
5916  - Resources are compiled using glib-compile-resources
5917  - GIO supports resource:/// uris to access resources
5918
5919 * Bugs fixed:
5920  619126 Missing dependency libs
5921  658315 g_key_file_get_keys() should set length to 0...
5922  660371 is it ever valid to have 0 as a GError domain?
5923  666700 Add some missing (allow-none) annotations
5924  667375 GAsyncInitable subclassing (and async subclassing...
5925  667447 Missing many introspection annotations
5926  667790 Protect call to pthread_condattr_setclock with define
5927  667938 wrong gtypes generated for empty flags enums
5928
5929 * Translation updates:
5930  Hebrew
5931  Spanish
5932
5933
5934 Overview of changes from GLib 2.31.6 to 2.31.8
5935 ==============================================
5936
5937 * GObject:
5938  - The type checks for overriding properties have been loosened.
5939    In particular, it is now possible to add the CONSTRUCT flag
5940    to an overridden property
5941  - GWeakRef is a new API for weak references; unlike g_object_weak_ref
5942    and g_object_add_weak_pointer, it is thread-safe.
5943
5944 * GHashTable has grown new convenience api for use as a set:
5945   g_hash_table_add, g_hash_table_contains
5946
5947 * GSocketConnection has gained API for managing connection status
5948
5949 * GSettings: a native OS X backend has been added, under the
5950   name 'nexstep'
5951
5952 * Bugs fixed
5953  455640 Something fishy with GRegex and unicode
5954  548954 weak references are not threadsafe
5955  625751 Add G_FILE_ATTRIBUTE_FILESYSTEM_USED
5956  658871 gbacktrace: g_get_prgname () isn't called for a NULL argu...
5957  664069 gvariant: Never break out of g_variant_iter_loop
5958  664830 g_strescape doesn't natively handle \v (vertical tab)
5959  665211 GDBusConnection singleton access can race with disposal
5960  665805 Add GSocketClient::action, for tracking socket client status
5961  666116 some tests provoke undefined behaviour, which is undesira...
5962  666422 Unreachable code in gio gnetworkmonitornetlink.c
5963  666551 Crash in g_thread_xp_SleepConditionVariableSRW
5964  666595 menu parser disallows id='' on submenu and section
5965  666615 loosen property override flag restrictions
5966  666616 gobject: fix property override type checks
5967  666803 g_utf8_validate() fails to validate strings with known size
5968  666804 g_ateaxit deprecation warning in devhelp points in wrong ...
5969  666951 g_mkdtemp: Since version incorrect in docs
5970  666978 Fails to compile glib applications with ISO C90 compiler
5971  667098 ginetaddressmask leaks its address property
5972  667225 GSocket: add missing type checks to public methods
5973  667226 GSocket: fix an error return value
5974  667279 Sometimes crashes when launching commandline-crea...
5975  667285 Wrong keyname listed in documentation for g_deskt...
5976  667331 Use g_queue_free_full() convenience function
5977  667420 GHashTable GDB pretty printing is broken
5978
5979 * Updated translations
5980  Belarusian
5981  Bulgarian
5982  Hebrew
5983  Norwegian bokmål
5984  Norwegian Nynorsk
5985  Spanish
5986  Vietnamese
5987
5988
5989 Overview of changes from GLib 2.31.4 to 2.31.6
5990 ==============================================
5991
5992 * GApplication no longer has APIs for setting menus.  Those have been
5993   moved to GtkApplication.
5994
5995 * the GActionGroup import/export functionality has been decoupled from
5996   GApplication by the introduction of a new interface for the purpose of
5997   handling platform data: GRemoteActionGroup.  This allows Gtk to
5998   properly deal with platform data (and gdk threads) on window actions.
5999
6000 * lots of documentation improvements
6001
6002 * bug fixes and a huge number of memory leak fixes
6003
6004 * the test suite now passes on ARM and some of the GDBus testcase hangs
6005   we've been seeing have been resolved (although others could remain)
6006
6007 * g_bytes_get_data() API changed: now includes 'size' out parameter
6008
6009 * new g_queue_free_full() API similar to g_[s]list_free_full()
6010
6011 * desktop files: use standard "Keywords" now, not "X-GNOME-Keywords"
6012
6013 * gsettings commandline tool now has --schemadir option for schemas not
6014   installed in the usual place (ie: as part of plugins)
6015
6016 * Bugs fixed:
6017  643736 GApplication doesn't emit dbus signals on action updates
6018  657433 g_queue_free_full() missing
6019  664699 glib: documentation fixes
6020  665737 acquire/release gdk threads lock on incoming dbus
6021  665879 GBytes: add a size argument to g_bytes_get_data
6022  666113 various leaks in GLib, GIO are visible in the regression tests
6023  666115 various tests leak memory, obscuring real leaks in the library
6024  666145 Doc could be more explicite that g_thread_init calls can be droped
6025  666173 Configure warning - linux/netlink.h usability... no
6026  666296 Race condition in g_thread_xp_get_srwlock
6027  666415 Settings tools should allow specifying a schema directory 
6028
6029 * Translations updated:
6030  French
6031  Spanish
6032
6033 Overview of changes from GLib 2.31.2 to 2.31.4
6034 ==============================================
6035
6036 * EXPERIMENTAL: Menu support has been added to GApplication.  Menus
6037   are exported on the bus, alongside the actions that are already there.
6038   There have also been many related improvements to action group
6039   functionality.
6040
6041   These new APIs are subject to changes in the coming releases.  In
6042   particular, it seems somewhat likely that the APIs for registering
6043   menubars may change in order to accommodate windows with different
6044   types of menubars.
6045
6046 * GDBusConnection previously directly dispatched destroy notifies when
6047   unregistering objects if the current main context was the same context
6048   the object was exported on.  It now unconditionally dispatches these
6049   through an idle on the context.
6050
6051 * Clean up Requires in pc files. Linking against GIO no
6052   longer drags in gmodule. This may require dependency
6053   fixes here and there.
6054
6055 * Introduce GBytes, a data type for immutable, fixed-size
6056   byte sequences. This makes the pre-existing GBuffer
6057   API available outside GLib
6058
6059 * GDBusInterfaceSkeleton can now be exported on multiple
6060   connections
6061
6062 * Bugs fixed:
6063  600161 Do not use static GTypeInfo and GInterfaceInfo
6064  640077 GFileMonitor: Always send CHANGES_DONE_HINT after a move...
6065  641720 Misleading definition for local_command_line() in GApplic...
6066  648516 Little comment error and 2 useless lines of code
6067  651997 Dummy backend for gapplication
6068  652560 Test for g_ascii_strtod is failing
6069  662208 failure to initialize a GInitable should be considered...
6070  662718 GDBusInterfaceSkeleton should be able to export on multi...
6071  663291 GBytes: Immutable, refcounted sequence of bytes
6072  664406 Need context for a proper translation
6073  664455 Build fixes for GLib GIT master (2.31.x)
6074  664558 GDBusWorker.frozen has a value > 1 in a gboolean
6075  664559 sys/wait.h not available on windows
6076  664617 gdbus segfault error 4 in libgio-2.0.so.0.3102.0
6077  664635 GMemory{Out,In}putStream _async functions break sub-class...
6078  664809 Add command line option to gtester to allow skipping tests
6079  665067 cryptic assertion failure if nonsensical flag combinations...
6080  665184 Check ref. count before reffing/unreffing
6081  665298 Add 'Requires.private: libpcre' to glib-2.0.pc
6082  665391 update documentation around mainloops
6083  665607 ./configure is there for fiddling with cross-compile enviro...
6084  665634 g_dbus_node_info_new_for_xml() errors on unknown attributes...
6085  665685 Add a #define for the max length of a Unicode decomposition
6086  665733 GDBusConnection holds lock while calling destroynotify
6087
6088 * Translation updates:
6089  Norwegian bokmål
6090  Spanish
6091
6092
6093 Overview of changes from GLib 2.31.0 to 2.31.2
6094 ==============================================
6095
6096 * Monotonic time is now properly supported on Windows
6097
6098 * glib-mkenums: fix @ENUMPREFIX@ with /*< underscore_name=... >*/
6099
6100 * EXPERIMENTAL: introduce new GSettingsSchema and GSettingsSchemaSource
6101   APIs for the convenience of plugin system authors and those who wish
6102   to introspect the contents of schemas.  This API may change.
6103
6104 * Improve the performance of GObject property notifies.
6105
6106 * GDBus:
6107  - fix a race when unowning a name immediately after owning it
6108  - thread safety improvements on GDBusConnection
6109  - fixes for exit-on-close functionality
6110
6111 * Deprecations:
6112  - add G_SIGNAL_DEPRECATED
6113  - don't use G_DISABLE_DEPRECATED masking for functions anymore
6114
6115 * docs
6116  - tmpl/ is finally dead for glib
6117
6118 * GIO:
6119  - GInetAddressMask: new type for internet address range matching
6120  - various GIO file and stream fixes
6121  - improvements to attribute and fileinfo handling
6122
6123 Overview of changes from GLib 2.29/2.30 to 2.31.0
6124 =================================================
6125
6126 This release contains a huge number of changes (500 commits worth).  The
6127 list below attempts to summarise, but not every change is listed.
6128
6129 * Major changes to threading and synchronisation
6130  - threading is now always enabled in GLib
6131  - support for custom thread implementations (including our own internal
6132    support for errorcheck mutexes) has been removed
6133  - a whole lot of dead code (to deal with the non-threaded case) has
6134    been ripped out.  This includes the racy path of GMainContext that
6135    caused deadlocks with respect to child process exits in
6136    single-threaded programs (such as gtester).
6137  - libgthread is now an empty shell and g_thread_init() is no longer
6138    required (and has been deprecated)
6139  - GMutex and GCond can now be statically allocated without explicit
6140    initialisation.  Dynamic allocation for these types is deprecated.
6141  - new types GRecMutex and GRWLock can also be statically allocated
6142    without explicit initialisation.
6143  - GPrivate can now be statically allocated and has an improved API.
6144    Dynamic allocation of GPrivate is deprecated.
6145  - GStaticMutex, GStaticRecMutex, GStaticRwLock, GStaticPrivate are
6146    deprecated.
6147  - GCond now uses monotonic time internally and a new API takes
6148    monotonic time for timed waits, deprecating the wallclock API
6149  - removal of the insane macro indirection used in the previous
6150    implementation of threading and synchronisation APIs
6151  - use SRWLock and CONDITION_VARIABLE APIs when available on Windows
6152    (Vista and later) and emulate them on XP
6153  - leaks of G(Static)Private-allocated data on some cases of thread exit
6154    have been fixed
6155  - simplified new thread creation API with the old API deprecated.  The
6156    concept of joinability has disappeared (all threads are joinable) as
6157    have priority levels, 'bound'ness (ie: kernel vs. userspace threads)
6158    and ability to manipulate the stack size.
6159  - GThread is now a refcounted type
6160  - other implementation details changed
6161
6162 * Move headers for some deprecated functionality to a separate
6163   deprecated/ directory.
6164
6165 * New support for attribute-based deprecations to issue compiler
6166   warnings instead of breaking the build and/or giving warnings about
6167   implicit declarations (and possibly miscompiling).
6168
6169 * GCache has been deprecated (after its last use was removed from our
6170   platform over a year ago).
6171
6172 * It is no longer possible to include individual headers (like
6173   "ghash.h") -- you must #include <glib.h>.
6174
6175 * The misguided experiment of allowing the program to stumble along with
6176   missing GSettings schemas is now over -- the abort is back.
6177
6178 * Clarify that fork() is not valid while using GMainContext.  This is
6179   because the internal resources of the GMainContext end up being shared
6180   by both processes.  We had an assert here but it was breaking existing
6181   (valid) use cases as well, so it has been removed for now.
6182
6183 * GApplication
6184   - add ::shutdown signal as logical dual to ::startup
6185   - don't use a GMainLoop: iterate the GMainContext directly (improves
6186     quit logic)
6187
6188 * Several portability fixes for Windows, OpenBSD, Solaris
6189
6190 * Add new GValue API to specifically deal in signed chars (in case the
6191   platform defines 'char' as unsigned)
6192
6193 * some new API to mitigate the problems associated with calling setenv()
6194   in a multi-threaded program
6195
6196 * Use CLOCK_MONOTONIC unconditionally if the libc has support at compile
6197   time (ie: stop checking for kernel support at runtime).
6198
6199 * pkg-config files:
6200   - drop -uninstalled variants
6201   - remove gobject dependency on gthread
6202
6203 * New macro G_ATOMIC_LOCK_FREE is defined if the atomic operations are
6204   implemented without use of a mutex.  Cleaned up atomic-related
6205   compilation issues with mingw compilers on win32 systems.
6206
6207 * SOCKS proxy and resolver improvements
6208
6209 * Fix the spelling of G_IO_FLAG_IS_WRITABLE (was WRITEABLE) and
6210   introduce a macro for backwards compatibility.
6211
6212 * GDBus:
6213   - many code generation updates and improvements
6214   - some race condition fixes, including testcase hangs
6215
6216 * GVariant:
6217   - new g_variant_new_from_fixed_array() API
6218   - substantial docs improvements/clarifications
6219
6220 * GKeyFile is now refcounted and boxed
6221
6222 * mount monitoring is now based on /proc/mounts (where available)
6223   instead of mtab
6224
6225 * new macros G_SOURCE_CONTINUE and G_SOURCE_REMOVE for returning from
6226   GSourceFunc (so you don't have to remember what TRUE and FALSE mean)
6227
6228 * use xlocale functions where available to avoid too much heavy lifting
6229   in functions like g_ascii_strtod()
6230
6231 * GMappedFile can now be created from an fd
6232
6233 * error message strings grammar/i18n fixes
6234
6235 * many docs updates
6236
6237 * Partial list of bugs closed:
6238  70598  Unify GStaticMutex and GMutex.
6239  320888 optimization for g_main_context_wakeup
6240  398418 GChildWatch race condition?
6241  527214 g_timer_elapsed() returns random values
6242  580505 add a way to set/get name for a thread
6243  583511 race condition means g_main_loop_quit() does not work
6244  590808 GKeyFile should have a refcount and a boxed type in GObject
6245  592715 Document that g_str_hash() and g_int_hash() are not NULL safe
6246  631413 Add macros for GSourceFunc return values
6247  632049 not immediately clear what g_variant_get_fixed_array expects
6248  640212 "Error stating file" is not a friendly message
6249  640293 Use xlocale functions to implement g_ascii_strtod()
6250  640975 Check that error exists before trying to set it
6251  643934 GApplication lacking a logical dual for the ::startup signal
6252  651268 assertion failed in GDBus worker thread
6253  653987 g_key_file_get_integer cannot interpret trailing spaces
6254  654412 Documentation for g_variant_get_child_value unclear
6255  654563 info capplet: Failed to calculate disk space
6256  655366 missing GSettings schemas lead to obscure crashes
6257  656621 g_spawn_*() calls executables in current directory
6258  656679 [gi] Add two annotations to gio
6259  657992 Add glib__private__() API to share between glib,gio
6260  658188 _set_as_last_used_for_type generates a broken mimeapps.list
6261  658206 gsocks5proxy.c has invalid gettext use
6262  658207 glib-compile-schemas says "can not"
6263  658558 simpleaction: Fix documentation of :enabled
6264  658683 clean up charset/language threading issues
6265  658692 add introspection annotations to g_time_val_from_iso8601()
6266  658715 Duplicite strings
6267  658769 Invalid reuse of GError in GThreadedResolver
6268  658806 sign error in string hash implementation
6269  658976 gdbus-codegen's C namespace option needs to support Ugly_Case
6270  659070 gdbus-codegen generated code segfaults when property changes
6271  659082 gdbus-codegen: Single letter namespaces get dropped from names
6272  659212 GMappedFile should fail on non-regular files
6273  659324 _SPLICE_CLOSE_TARGET doesn't mark the output stream as closed
6274  659423 Use adaptive mutexes when available
6275  659427 Move deprecated code to a separate directory
6276  659646 gdbus-codegen produce code that warnings at build
6277  659690 Possible build warning in code generated by gdbus-codegen
6278  659699 property name collision when generating code for "Connection"
6279  659754 Add API to GMappedFile that allows to pass FD
6280  659838 incorrect types in introspection for g_object_bind_property
6281  659866 pthread_rwlock_t requires defined __USE_UNIX98
6282  659870 gvalue: Fix signedness of g_value_get_char()
6283  659889 glib-2.29.92/gio-2.0.pc.in has a wrong line.
6284  659916 GObject size of 64K is not actively enforced
6285  659920 Missing setter for read/write property 'closed' of GIOStream
6286  659923 Add g_variant_new_fixed_array() function
6287  660013 Remove old g_atomic configure cruft
6288  660096 glib/rwlock tests failure (tests asserted)
6289  660130 Possible loss of user data when updating mimeapps.list
6290  660147 tracker causes g_critical in "gsettings list-recursively"
6291  660413 Make G_ASSERT_STATIC work with clang
6292  660498 Generated test code fails when the codegen changes
6293  660511 Use /proc/mounts for monitoring mounts, not /etc/mtab
6294  660536 Expose options for /etc/fstab entries
6295  660635 Deprecate g_thread_foreach
6296  660637 Pending dbus method calls not canceled on connection loss
6297  660739 kill off g_{mutex,cond}_{new,free}()
6298  660740 make GThread more standard
6299  660741 g_cond_timedwait is a disaster
6300  660743 macro wrappers for g_once_init_enter/leave
6301  660744 finish killing g_thread_init()
6302  660745 GPrivate leaks on Windows
6303  660791 [gio] Improve doc for g_file_make_directory_with_parents()
6304  660843 asyncqueue-test is broken
6305  660849 Remove cruft from g_strerror and g_strsignal
6306  660886 GDBusProxy: don't drop/complain about unknown props/signals
6307  660887 g_slice_set_config() is broken
6308  660994 Add g_main_context_ref_thread_default()
6309  661255 gio: enable test_peer regression test for OpenBSD
6310  661257 giomodules.c uses ":" instead of G_SEARCHPATH_SEPARATOR_S
6311  661318 tests use pthread without appropriate compiler/linker flags
6312  661421 Applications fail to initialize on GNU Hurd - commit
6313  661438 Implement G_GNUC_DEPRECATED/G_GNUC_DEPRECATED_FOR on Visual C++
6314  661711 Sorting keys for GDrive, GVolume and GMount instances
6315  661763 desktop-app-info: Add support for X-GNOME-Keywords
6316  661896 /gdbus/connection/life-cycle is racy
6317  661914 Gstreamer/Totem locks up
6318  662100 regression: g_dbus_connection_close() triggers exit-on-close logic
6319
6320 * Translations updates:
6321  Belarusian 
6322  Brazilian Portuguese
6323  British English 
6324  Bulgarian 
6325  Catalan 
6326  Catalan (Valencian)
6327  Czech 
6328  Danish 
6329  Esperanto
6330  French 
6331  Gujarati
6332  Hebrew 
6333  Hungarian 
6334  Italian 
6335  Japanese
6336  Lithuanian
6337  Norwegian bokmål
6338  Oriya
6339  Polish 
6340  Russian 
6341  Serbian
6342  Simplified Chinese
6343  Slovak 
6344  Slovenian
6345  Spanish 
6346  Tamil
6347  Vietnamese
6348
6349 Overview of changes from GLib 2.29.18 to 2.29.90
6350 ================================================
6351
6352 * API/ABI changes:
6353  - unix signal watches now match the API of all of the other sources
6354  - revert the addition of g_date_time_source_new () from last release
6355
6356 * networking and other fixes for Solaris
6357  - we no longer support symbolic port names (ie: from /etc/services)
6358  - check if -lsocket is needed
6359  - fix g_socket_details_from_fd()
6360  - avoid getmntinfo
6361  - fix some harmless warnings
6362
6363 * GDateTime improvements:
6364  - generally improved standards compliance (with C99)
6365  - support C99-specified format strings: %g, %G, %V, %c, %C, %w
6366  - consult the locale for the preferred 12-hour time format (%r)
6367  - drop support for non-standard %N and broken %W
6368  - better support for formatting non-POSIX (eg: Arabic) numerals
6369  - locale-related test case fixups, and fix some leaks
6370
6371 * GTlsInteraction: add interaction method invocation guarantees
6372
6373 * gdbus-codegen: post-process all interfaces when parsing >1 file
6374
6375 * make GMainLoop, GMainContext and GSource boxed types
6376
6377 * fix a race condition in the first use of g_get_monotonic_time()
6378
6379 * lots gtk-doc cleanups
6380
6381 * better intltool compatibility when generating pot file
6382
6383 * avoid GCC-specific compiler options when not using GCC
6384
6385 * Translation updates:
6386  Belarusian
6387  Brazilian Portuguese
6388  Canadian English
6389  Galician
6390  Indonesian
6391  Korean
6392  Lithuanian
6393  Norwegian bokmål
6394  Portuguese
6395  Spanish
6396  Swedish
6397
6398 Overview of changes from GLib 2.29.16 to 2.29.18
6399 ================================================
6400
6401 * GDateTime is now respecting LC_TIME when formatting
6402
6403 * GTimeZoneMonitor has been removed again
6404
6405 * A new API for wallclock functionality has been added:
6406   g_date_time_source_new(). This API is still experimental
6407   and may be changed or removed before 2.30.
6408
6409 * Bugs fixed:
6410  628904 Add credential support for FreeBSD and fix a socket issue
6411  650763 gdbus-codegen is broken with python 2.7
6412  655129 GDateTime could provide api for implementing wall clocks
6413  656341 gtlsconsoleinteraction.c uses getpass() which isn't avail...
6414  656387 GCancellable can be used concurrently
6415  656443 Make GTlsInteraction ask_password cancellable
6416  656675 void functions should not return in glib 2.29.16
6417  656772 g_variant_compare for uint64 incorrect
6418  656914 Load GIO_EXTRA_MODULES first, and ignore duplicates
6419  657083 The header langinfo.h is not available on all systems
6420  657084 gfileutils: fix docs/annotations for temp file methods
6421  657138 Some files missing in POTFILES.in
6422  657206 GInputStream leaked in g_file_icon_load_async()
6423  657243 g_cancellable_set_error_if_cancelled() documentation
6424  657274 Use detected PYTHON variable as shebang for gdbus-codegen
6425  657336 Speling fixes for glib found with codespell
6426  657452 plural forms needed
6427  657454 Translation comment needed
6428  657540 Print out file:// URL to coverage HTML report after building
6429  657593 g_test_trap_fork calls close(-1)
6430  646082 Addresses from GSocket should be normalized before returning
6431  657517 fix gio/tests/gdbus-peer on bsd
6432
6433 * Translation updates:
6434  Brazilian Portuguese
6435  Galician
6436  Norwegian bokmål
6437  Punjabi
6438  Russian
6439  Serbian
6440  Spanish
6441  Swedish
6442  Traditional Chinese
6443  Uighur
6444
6445
6446 Overview of changes from GLib 2.29.14 to 2.29.16
6447 ================================================
6448
6449 * GTlsDatabase: an abstract class that provides support
6450   or certificate and key lookup. An implementation will
6451   be provided in glib-networking
6452
6453 * GHmac: Support or HMAC digests
6454
6455 * Misc new API:
6456  - g_ptr_array_add_full: creates a GPtrArray with
6457    a preallocated size and a destroy function
6458  - g_desktop_app_info_get_show_in: checks if a GDesktopAppInfo
6459    should be shown in a given desktop environment
6460  - g_mkdtemp, g_mkdtemp_full, g_dir_make_tmp: create
6461    temporary directories
6462
6463 * Unify thread wakeup implementations of GMainContext
6464   and GCancellable, and use eventfd for it when available
6465
6466 * Show mounts in $XDG_USER_DIR in addition to /media and $HOME
6467
6468 * Bugs fixed:
6469  636572 GTlsCertificateDB
6470  644601 Some tests need a running dbus session
6471  652284 deal with small key lengths
6472  652827 glib-2.29.8 no longer builds with mingw.org's toolchain
6473  653063 PEM parser fails parsing private key when put first
6474  654078 Fail to static linking with Glib library
6475  654450 New functions: g_ptr_array_new_full()
6476  654793 Add G_VALUE_INIT
6477  655044 GDesktopAppInfo: Add g_desktop_app_info_get_show_in()
6478  655148 gdbusconnection is broken when compiling with mingw
6479  655241 glocalfile.c no longer compiles with MinGW GCC
6480  655598 g_cancellable_get_fd: silently return -1 for NULL cancellable
6481  655664 gdbus should not abort if no dbus session is available
6482  655769 Use ZLIB_CFLAGS when compiling gio
6483  656031 Improve GVariant annotations
6484  656048 glib-codegen requires Python >= 2.5
6485  656151 configure test logic inverted, doesn't match comments
6486  656152 GCC only syntax used, yet other compilers allowed by configure.
6487  656162 allow use of lcov 1.9 for coverage
6488  656282 GDBusProxy: uninitialized local variables can be freed
6489  656283 Failing tls connection cause assertion
6490  118563 Add g_mkdtemp in the spirit of g_mkstemp
6491  636405 Add g_return_if_fail() to g_settings_bind_with_mapping()
6492  656039 race condition between GDBusProxy signals and public API
6493  656492 g_io_channel_new_file failure (open(2) behavior wrt POSIX)
6494
6495 * Translation updates:
6496  Bulgarian
6497  Esperanto
6498  French
6499  Galician
6500  German
6501  Hebrew
6502  Indonesian
6503  Italian
6504  Norwegian bokmål
6505  Russian
6506  Spanish
6507  Swedish
6508
6509
6510 Overview of changes from GLib 2.29.12 to 2.29.14
6511 ================================================
6512
6513 * Unicode improvements
6514  - add g_unicode_script_{to,from}_iso15924
6515  - add G_UNICODE_SPACING_MARK define
6516  - more normalisation improvements
6517  - stop using deprecated g_unicode_canonical_decomposition()
6518
6519 * GParamSpec:
6520  - mark the 'name' field as 'const' and add a comment to the header to
6521    help avoid future problems caused by bad hacks
6522
6523 * Merge some (modified) patches from Debian:
6524  - 03_blacklist-directories.patch
6525    - add some blacklisted mount directories
6526  - 60_wait-longer-for-threads-to-die.patch
6527    - sleep longer in a test case, if needed to avoid failing
6528
6529 * Units policy change: prefer use of SI units
6530  - deprecate g_format_size_for_display, add g_format_size(_full)
6531
6532 * GSettings: don't call g_error() when the schema is missing
6533
6534 * GVariant support for arrays of object paths:
6535  - new g_variant_{new,get,dup}_objv API
6536  - support for g_variant_{new,get} '^ao' and '^a&o' similar to '^as'
6537
6538 * GDBus:
6539  - use new improved array-of-objects support and pass 'ao' as char**
6540    instead of GVariant*
6541  - improve handling of 'h' type (Unix file descriptor index)
6542
6543 * GIO:
6544  - fix compilation without USE_STATFS and USE_STATVFS
6545
6546 * Documentation fixes
6547
6548 * Bugs fixed:
6549  622921 Migrate from dbus-glib to glib's GDBus
6550  648271 Add g_unicode_script_to_iso15924()
6551  654948 Stop using deprecated g_unicode_canonical_decomposition()
6552  654988 g_atomic_int_add should document behaviour change
6553  655025 #define G_UNICODE_SPACING_MARK G_UNICODE_COMBINING_MARK
6554  655076 normalization misses some Full_Composition_Exclusion=True. 
6555
6556 * Translations updated:
6557  Spanish
6558
6559 Overview of changes from GLib 2.29.10 to 2.29.12
6560 ================================================
6561
6562 * Add new API to do Unicode (de-)composition in atomic steps,
6563   for use in Harfbuzz.
6564
6565 * Bugs fixed:
6566  615895 (indirectly) support non-NULL-terminated regexes in GRegex
6567  617949 glib trunk fails to compile on Solaris w/ Studio 12...
6568  620423 Document the possibility to unset attributes
6569  627974 Floating reference headaches
6570  644687 Not finding cross-links in current doc set
6571  649246 g_output_stream_splice() cannot be used on 32-bit machines...
6572  653841 a helper script to build glib from git master on win32
6573  653935 g_slist_free_full/g_list_free_full iterates twice in the list
6574  654017 tests: fix glib_translations_work() in gsettings unit test
6575  654085 Don't needlessly use "echo -e" when creating .def files
6576  654195 Add g_unichar_compose() and g_unichar_decompose()
6577  654232 GCancellable eventfd problems
6578  654394 suspicious use of floating references in GDBusInterfaceSkeleton
6579  654536 GSettings: lift key name length restriction to 64
6580  654627 GParamSpec: intern property names
6581  654651 Better g_unicode_canonical_decomposition()
6582  654917 Make g_cclosure_marshal_generic the default signal handler
6583
6584 * Translation updates:
6585  Belarusian
6586  Finnish
6587  Korean
6588  Latvian
6589  Lithuanian
6590  Norwegian bokmål
6591  Turkish
6592
6593
6594 Overview of changes from GLib 2.29.8 to 2.29.10
6595 ===============================================
6596
6597 * New features:
6598  - g_desktop_app_info_get_nodisplay: a function that is required
6599    to port gnome-menus to GDesktopAppInfo
6600  - g_hash_Table_iter_replace: new function to replace a value
6601    while iterating over a hash table
6602  - g_utf8_substring: convenience API to extract substrings from
6603    UTF-8 strings
6604  - g_action_group_add_entries: convenience API for creating lots
6605    of actions quickly
6606  - Use eventfd instead of pipes for waking up main contexts and
6607    for cancellation when available
6608  - GMatchInfo is now a refcounted boxed type
6609
6610 * API changes in GAction:
6611  - the 'set_state' entry in the GActionInterface vtable has been
6612    renamed to 'change_state
6613  - g_action_set_state has been renamed to g_action_change_state
6614  - the 'state' property has been changed to read-only
6615  - GSimpleAction can no longer be subclassed
6616
6617 * Bug fixes
6618  647796 g_variant_new_variant is not marked as constructor
6619  652072 gmain: make use of signalfd()
6620  652168 Crosscompiling Fails if build<=2.24 and host >2.24
6621  652750 make dist fails
6622  652758 GDataInputStream: Clarify g_data_input_stream_read_line docs...
6623  652822 Add a g_hash_table_iter_replace
6624  652897 tiny docs clarification for g_utf8_to_ucs4_fast
6625  653140 gmain: use Linux eventfd() for main context wake up
6626  653429 drop AM_MAINTAINER_MODE or enable it by default
6627  653484 GAsyncCallbacks should default to allow-none
6628         Add missing fundamental types to the generic marshaller
6629
6630 * Translation updates
6631  Belarusian
6632  Galician
6633  Russian
6634
6635 Overview of changes from GLib 2.29.6 to 2.29.8
6636 ==============================================
6637
6638 * Bug fixes
6639  646608 export_symbols variable for gio dynamic library is wrong
6640  646635 Fix introspection of GLib
6641  647930 Documentation: GDataInputStream _read_upto() version
6642  651745 Switch to _ prefixing rather than G_GNUC_INTERNAL
6643  651920 Improve qsort_r detection
6644  651959 gbitlock: "asm goto" is not available in gcc < 4.5
6645  651998 gdbus-codegen: Use relative Python imports
6646  652000 Fix for gatomic.c on Windows/MSVC
6647  652002 Proposal to clean up gvaluetransform.c for MSVC
6648  652025 g_dbus_connection_register_object: error is not set...
6649  652081 Typos in a GBinding warning message
6650  652197 Improper handling of double values in GDBusMessage
6651         Fix a deadlock in gobject finalization
6652
6653 * Translation updates:
6654  Czech
6655  Galician
6656  German
6657  Hebrew
6658  Norwegian bokmål
6659  Spanish
6660  Uighur
6661
6662
6663 Overview of changes from GLib 2.29.4 to 2.29.6
6664 ==============================================
6665
6666 * Atomic operations have been rewritten from scratch to make use
6667   of gcc builtins where possible. As a side-effect of this, calls
6668   to g_atomic_ API with explicit casts may now be problematic; if
6669   that happens to you, try first to remove the casts. Another
6670   side-effect of the rewrite is that g_atomic_int_exchange_and_add
6671   has been deprecated in favor of g_atomic_int_add.
6672
6673 * A full set of atomic operations on pointers has been added,
6674   including bit locks in pointer-size locations.
6675
6676 * Access to quarks is now lockless
6677
6678 * GObject data scalability has been greatly improved
6679
6680 * g_data_time_format now supports alternative digits and padding
6681
6682 * Introspection improvements:
6683  - Add a boxed type for GVariantBuilder
6684  - Annotation fixes in GDBus, GVariant, g_base64_
6685
6686 * Bugs fixed:
6687  502560 g_rand_double_range returns 'inf'
6688  612729 g_mkdir_with_parents can fail if the directory already exists
6689  617491 g_once() implementation is inefficient
6690  619418 Add a performance test for UTF-8 decoding functions
6691  619435 Make g_utf8_to_ucs4_fast() yet faster
6692  626549 G_STATIC_ASSERT_EXPR
6693  631231 bitlock: Fix detection and usage of futexes with Bionic
6694  632294 g_queue_remove() should return a boolean
6695  640518 GMainLoop has quadratic complexity when all pollfd's...
6696  642026 Race condition in g_static_private_free
6697  646635 Fix introspection of GLib
6698  648678 g_date_time_format(): support %O flags for localized numbers
6699  649480 Use MSG_CMSG_CLOEXEC in recvmsg in gio/gsocket.c
6700  649506 GTestFunc et al lacking Since tag
6701  649657 Don't return gboolean for functions that throw
6702  649775 glib-gio-gdbuscodegen-Makefile.patch
6703  649915 gsettings accepts unquoted strings longer than two characters
6704  649973 gthread: build unix tests only on unix
6705  649988 gdbus-codegen: Drop dependency on argparse
6706  650078 forkbomb building glib/tests/protocol
6707  650211 Optimization in key file parsing
6708  650236 Application over DBus implements action state incorrectly
6709  650345 g_key_file_has_key_full: New function to fix g_key_file_has_key...
6710  650458 reduce overhead in g_object_set/get_data
6711  650459 hash table consistency while calling destroy notify funcs
6712  650688 enforce rules about hash table modification
6713  650823 expand the set of atomic ops
6714  650874 codegen chokes on docs
6715  650882 use stdout instead of stderr for informational messages
6716  650884 fix compilation with gcc2
6717  650885 implement glib credentials on OpenBSD (hackish)
6718  650935 G_GNUC_MAY_ALIAS and atomic ops
6719  651009 minor documentation fix
6720  651034 Regarding g_cond_wait after g_thread_pool_push in gthreadedresolver
6721  651133 race condition in GDBusConnection's emit_signal_instance_in_idle_cb
6722  651141 hashtable infinite loop
6723  651219 fix path to true(1) on OpenBSD
6724  651223 Fix some compile warnings on OpenBSD
6725  651327 Minor fixes for the gsocket API
6726  651467 Add pointer sized bitlocks
6727  651650 gdbus: Avoid busy wait loop
6728  651725 gmain: Cleanups and a new test case
6729  651745 Switch to _ prefixing rather than G_GNUC_INTERNAL
6730
6731 * Updated translations:
6732  Catalan (Valencian)
6733  Esperanto
6734  Hebrew
6735  Hungarian
6736  Russian
6737  Spanish
6738
6739
6740 Overview of changes from GLib 2.29.2 to 2.29.4
6741 ==============================================
6742
6743 * GDBus:
6744  - Includes several new types to support modeling D-Bus
6745    objects and interfaces more fully, and also introduces
6746    an 'object manager' pattern:
6747    GDBusInterface, GDBusObject, GDBusObjectManager
6748    These interfaces have client-side implementations:
6749    GDBusProxy, GDBusObjectProxy, GDBusObjectManagerClient
6750    And server-side implementations:
6751    GDBusInterfaceSkeleton, GDBusObjectSkeleton, GDBusObjectManagerServer
6752  - The new gdbus-codegen utility uses these new classes
6753    to generate C code and documentation from D-Bus interface
6754    descriptions in XML
6755
6756 * GTest:
6757  - There is now a g_test_fail() function to mark
6758    tests as failed
6759
6760 * GDesktopAppInfo
6761  - Now has a binding-friendly filename property
6762  - Other new API to more fully expose desktop file contents:
6763    g_desktop_app_info_get_categories(),
6764    g_desktop_app_info_get_generic_name()
6765
6766 * GHashTable:
6767  - Several optimizations to reduce space consumption of
6768    large hash tables, in particular tables that are used
6769    to store sets.
6770
6771 * Unix-specific APIs:
6772   GLib now installs a separate header, glib-unix.h, that is
6773   meant to collect Unix-specific APIs. For now, it contains
6774   g_unix_open_pipe(), g_unix_set_fd_non_blocking() for dealing
6775   with pipes and fds, as well as APIs to create mainloop
6776   sources which can trigger callbacks on certain Unix
6777   signals (SIGTERM, SIGHUP, SIGINT).
6778
6779 * Bugs fixed:
6780  631379 GDBus nonce-tcp test failing
6781  632631 GLib-CRITICAL **: g_variant_new_string: assertion `g_utf8_validate (string, -1, NULL)' failed
6782  635694 gdbus aborting due to unauthorized socket in DBUS_SESSION_BUS_ADDRESS
6783  637561 Crash when using G_DBUS_SERVER_FLAGS_RUN_IN_THREAD
6784  642935 g_date_time_format() prints wrong value for %z and timezone -0800
6785  643134 g_dbus_message_copy
6786  644941 glib-unix: New Unix-specific API
6787  646013 g_hash_table_remove_all_nodes optimization
6788  646309 glib cannot be cross-compilled for mingw32
6789  646435 GTimeZone doesn't seem to be thread-safe
6790  646957 GIO chained calls don't work with a thread default context
6791  647594 README link to mailing list is broken
6792  647602 Cannot connect to remote message bus via TCP
6793  647746 The GSocketService documentation is incomplete.
6794  647826 API: gtester: Add g_test_fail()
6795  647903 GDesktopAppInfo: Add g_desktop_app_info_get_categories()
6796  648416 g_app_info_create_from_commandline ignores SUPPORTS_STARTUP_NOTIFICATION
6797  648423 Support G_DEBUG=trap-warnings
6798  648425 GDesktopAppInfo: Add "filename" property for bindings
6799  648966 Update g_unichar_iswide and g_unichar_iswide_cjk
6800
6801 * Updated translations
6802  Norwegian bokmål
6803  Spanish
6804  Turkish
6805  Uighur
6806
6807
6808 Overview of Changes from GLib 2.28.0 to 2.29.2
6809 ==============================================
6810
6811 * GApplication
6812  - The documentation has been enhanced and clarified
6813  - An opt-out for uniqueness has been added: G_APPLICATION_NON_UNIQUE
6814  - GApplication now syncs settings before g_application_run() returns
6815
6816 * GDBus
6817  - Interface lookups are now happening in constant time
6818  - Signature checking and handling of various unexpected
6819    situations has been improved
6820
6821 * GVariant
6822  - The format accepted by the GVariant parser has beend documented
6823  - GVariant accepts G_VARIANT_TYPE_VARDICT for a{sv}
6824
6825 * GDateTime:
6826  - The return value of g_datetime_compare() has been fixed to
6827    match strcmp() semantics
6828  - In order to handle problems with changing timezones, a GTimeZoneMonitor
6829    has been added to GIO, and g_time_zone_refresh_local() can be
6830    called to update the cached information about the local timezone
6831
6832 * GOption now uses /proc/self/cmdline to set the program name instead
6833   and only falls back to "<unknown>" if that is unavailable
6834
6835 * GSettings:
6836  - The schema compiler now warns about references to non-existing schemas
6837
6838 * Commandline utilities are now fully translated
6839
6840 * Signals can now indicate that collecting their arguments must
6841   always happen, even in the absence of connected signal handlers,
6842   using the G_SIGNAL_MUST_COLLECT flag.
6843
6844 * Bugs fixed:
6845  635099 Memory leak in gdbus introspection when parsing xml
6846  640489 $ and ^ do not match lines if G_REGEX_MULTILINE|G_R...
6847  642042 Overriding GDBus org.freedesktop.DBus.Properties im...
6848  642052 g_timeout_add(_seconds) cannot handle large intervals
6849  642490 notify_desktop_launch() "g_variant_new_bytestring:...
6850  613269 g_type_get_qdata() doesn't work as I expected on subtypes
6851  624943 G_VALUE_NOCOPY_CONTENTS is undocumented
6852  637738 object_interface_check_properties never actually executes
6853  638185 GIOCondition should be annotated as "flags"
6854  639478 GDBusServer's g_dbus_server_new_sync() function should just...
6855  641755 Add g_settings_get/set_uint() helpers
6856  641768 dconf gsettings backend silently drops writes if it can't...
6857  642797 g_app_info_get_default_for_type() broken for subtypes
6858  642825 Unnecessary assertion failure in g_option_context_parse()
6859  642944 NULL key lookup using g_hash_table_lookup_extended()
6860  643074 Incorrect documentation for g_socket_receive() and g_socket...
6861  643197 g_application_id_is_valid docs imply no valid ids
6862  643468 GApplication docs: Warn that handling "command-line" means...
6863  643478 GApplication::local_command_line vfunc documentation seems wrong
6864  643624 Can g_variant_unref() on an already free'd variant
6865  643649 g_application_run() should say that argc/argv can be NULL
6866  643780 shouldn't need to create an action group to use actions...
6867  643795 g_timeout_add_seconds fires with intervals 1 second longer...
6868  644309 Program name is not set when using GtkApplication
6869  644428 Crash in failure section of g_markup_collect_attributes()
6870  644465 undefined reference to `_usleep'
6871  644552 g_timeout_add_seconds(1, ...) may have a latency of up to 2...
6872  644607 Correct internal definition of C_()
6873  645789 annotations for g_file_*_contents
6874  646039 g_settings_list_children() returns child that cannot be opened
6875  646310 Accept range with only min or max
6876  646420 g_dbus_method_invocation_get_parameters() docs should say...
6877  646843 occasional abort on autologin
6878  646985 add G_APPLICATION_NON_UNIQUE flag
6879  647579 gsettings: Implement reset-recursively
6880  647600 gsettings description has typo
6881
6882 * Translation updates
6883  Afrikaans
6884  Bulgarian
6885  Bengali India
6886  British English
6887  Bulgarian
6888  Catalan
6889  Czech
6890  Danish
6891  French
6892  Galician
6893  German
6894  Greek
6895  Gujarati
6896  Hebrew
6897  Hungarian
6898  Italian
6899  Japanese
6900  Korean
6901  Lithuanian
6902  Polish
6903  Portuguese
6904  Romanian
6905  Serbian
6906  Simplified Chinese
6907  Spanish
6908  Swedish
6909  Traditional Chinese
6910  Uighur
6911  Vietnamese
6912
6913
6914 Overview of Changes from GLib 2.27.93 to 2.28.0
6915 ===============================================
6916
6917 * Bugs fixed:
6918 641363 GInitable documentation isn't clear about that finalize...
6919 641395 Add more data about the origin application to the "Lau...
6920 641411 gdesktopappinfo signals lost if it's the session bus...
6921 641477 glib-mkenums uses unportable #! line
6922 641572 Add @EXEEXT@ to pkgconfig binary name
6923 641688 glib installs GSettings.html and gsettings.html
6924
6925 * Translation updates:
6926  Galician
6927  Italian
6928  Korean
6929  Punjabi
6930
6931
6932 Overview of Changes from GLib 2.27.92 to 2.27.93
6933 ================================================
6934
6935 * Bugs fixed:
6936  637013 gio/gdbusmessage.c fails to compile on Solaris
6937  640192 Error creating a Gio.Settings object through py...
6938  640261 Minimum version for external pcre needs to be..
6939  640262 GActionGroup contains redundant TYPE macros
6940  640436 Make load_user_special_dirs() resistant to non...
6941  640695 g_key_file_load_from_file() mishandles a CR-LF...
6942  640724 can't compile gio due to format string issues
6943  640725 can't compile tests due to format string issue
6944  640807 improve GVariant behaviour with invalid pointers
6945  640823 wrong documentation for g_source_add_child_source
6946
6947 * Translation updates:
6948  Bulgarian
6949  Galician
6950  Hebrew
6951  Norwegian bokmål
6952  Spanish
6953  Traditional Chinese
6954
6955
6956 Overview of Changes from GLib 2.27.91 to 2.27.92
6957 ================================================
6958
6959 * Update to Unicode 6.0
6960
6961 * Update PCRE to 8.12
6962
6963 * Bugs fixed:
6964  637696 g_unix_connection_send_fd() doesn't work
6965  638872 null settings backend bug
6966  640042 GtkApplication's warning about not connecting...
6967
6968 * Translation updates:
6969  Arabic
6970  Basque
6971  Estonian
6972  Greek
6973
6974 Overview of Changes from GLib 2.27.90 to 2.27.91
6975 ================================================
6976
6977 * Bugs fixed:
6978  638838 gdesktopappinfo: Don't crash if we don't have a desktop filename
6979  638894 Splitting on \s* gives no result
6980  639064 Update gschema.dtd
6981  639084 Copy/paste error in GSettings::writable-changed signal
6982  639177 SIGSEGV for GApplications with G_APPLICATION_IS_SERVICE
6983
6984 * Translation updates:
6985  Estonian
6986  Galician
6987  Indonesian
6988
6989
6990 Overview of Changes from GLib 2.27.5 to 2.27.90
6991 ===============================================
6992
6993 * Test reports created by gtester-report can now
6994   include revision information
6995
6996 * The g_desktop_app_info_launch_* family of functions
6997   now emit a DBus signal when an application is launched.
6998   Additionally, there is a new variant
6999   g_desktop_app_info_launch_uris_as_manager(), which
7000   gives more control over the launched process.
7001
7002 * The memory and null GSettings backends are now available
7003   as public API
7004
7005 * g_get_locale_variants() is a new function that returns a
7006   list of variants of a locale identifier
7007
7008 * Bugs fixed:
7009  587898 I/O timeouts for GSocket
7010  606960 gio: Add extension point for informing parties...
7011  631980 Handle an optional <revision> node in the report...
7012  634569 Document that g_variant_builder_add_value consumes...
7013  635998 Make _g_compute_locale_variants public
7014  636806 Add g_{memory,null}_settings_backend_get_default
7015  637262 Need a binary DER version of ::accepted-cas
7016  637544 Skip fsync() on btrfs
7017  637720 void functions should not return a value.
7018  637738 object_interface_check_properties never actually...
7019  637759 GIOChannel: fix a crash in g_io_channel_read_chars()
7020  637852 Updates to glib.vsprops file for MSVC 2008 builds...
7021  637858 Updates to test/testglib.c...
7022  638349 parameter name of g_variant_new_* may conflict...
7023
7024 * Translation updates:
7025  Hebrew
7026  Norwegian bokmål
7027  Simplified Chinese
7028  Spanish
7029  Swedish
7030  Uyghur
7031  Vietnamese
7032
7033
7034 Overview of Changes from GLib 2.27.4 to 2.27.5
7035 ==============================================
7036
7037 * Network support:
7038  - Add g_tls_certificate_verify() to verify a certificate
7039  - Add GTlsConnection:use-system-certdb
7040  - Other TLS api additions
7041
7042 * GIO:
7043  - Add g_io_stream_splice_async()/_finish() to splice two iostreams
7044  - Add g_emblemed_icon_clear_emblems() and make GEmblemedIcon derivable
7045  - Remove GPeriodic; it did not receive the necessary review and
7046    integration work to declare it stable
7047
7048 * GSequence:
7049  - New methods g_sequence_lookup() and g_sequence_lookup_iter()
7050
7051 * Bugs fixed:
7052  617254 Missing g_sequence_lookup
7053  632544 g_dbus_connection_send_message can not send a locked message...
7054  633350 g_hostname_to_ascii() ignores non-ascii dots
7055  634583 Better error reporting for g_variant_parse()
7056  635007 gsetting enum rule don't work for out-of-srcdir builds
7057  635626 GDBus message idle can execute while flushes are pending
7058  636100 Can't read GSettings:backend property
7059  636305 Typo on g_queue_remove_all() function description
7060  636311 appinfo: tweak application positioning for content-types
7061  636351 g_simple_async_result_is_valid lacks a version tag
7062  636387 gdb autoload files shadow the "dir" builtin
7063  636673 g_simple_async_report_error_in_idle should allow object...
7064  637147 Add a "delay-apply" property to GSettings
7065  637171 emblemedicon: add g_emblemed_icon_clear_emblems()
7066  637237 gapplication: plug a memory leak
7067
7068 * Translation updates:
7069  Estonian
7070  Galician
7071  Hebrew
7072  Norwegian bokmål
7073  Simplified Chinese
7074  Spanish
7075  Traditional Chinese
7076  Vietnamese
7077
7078
7079 Overview of Changes from GLib 2.27.3 to 2.27.4
7080 ==============================================
7081
7082 * GIO
7083  - Mounts are treated as hidden if they have a path element
7084    that starts with a dot
7085  - GAppInfo gained API to differentiate between recommended
7086    and fallback mime handlers
7087  - g_cancellable_create_source: creates a GSource that triggers
7088    when the GCancellable is canceled
7089  - GPollableInput/OutputStream: Interfaces for pollable streams
7090  - TLS support has landed, with an extension point that is
7091    implemented in glib-networking
7092
7093 * GLib
7094  - Mainloop sources can now have 'child sources'
7095  - g_get_runtime_dir: New function to return the XDG_RUNTIME_DIR
7096
7097 * Bugs fixed:
7098  530786 GFileMonitor "changed" signal underdocumented
7099  588189 TLS support for GSocket*
7100  630357 g_object_new_valist uses uninitialized memory
7101  630559 typo in public string in gsocks: 'The SOCKSv5 require...
7102  632445 Documentation refers to removed GNOME 2.0 porting guide
7103  634239 Child GSources
7104  634241 Add pollable input/output streams
7105  634504 allow passing a NULL emblem to g_emblemed_icon_new()
7106  634613 unsufficient g_get_user_runtime_dir() documentation
7107  635640 schema should inherit gettext-domain from schemalist
7108  635768 Protect g_file_monitor_set_rate_limit() against negative...
7109  635882 Fix the wrong-category schema test
7110  635187 Wrong type of GVariant received in an action...
7111
7112 * Updated translations:
7113  Galician
7114  Italian
7115  Norwegian bokmål
7116  Uyghur
7117
7118
7119 Overview of Changes from GLib 2.27.2 to 2.27.3
7120 ==============================================
7121
7122 * The GTimeSpec type that was introduced in the 2.27.2 has been
7123   dropped again in favour of APIs that return microseconds as
7124   64-bit integer.
7125   Affected functions:
7126   g_source_get_time
7127   g_periodic_unblock
7128   g_get_monotonic_time
7129   g_get_real_time
7130   The similar GTimeVal struct is still around, but its use is
7131   discouraged.
7132
7133 * GTimer is now using monotonic time unconditionally
7134
7135 * There are some new functions to facilitate error reporting
7136   in async GIO APIs:
7137   g_simple_async_result_take_error
7138   g_simple_async_result_new_take_error
7139   g_simple_async_report_take_gerror_in_idle
7140
7141 * There is new convenience API to us GVariant dictionaries:
7142   g_variant_lookup
7143
7144 * It is now possible to delay sending match rules to the
7145   D-Bus daemon in GDBus:
7146   G_DBUS_SIGNAL_FLAGS_NO_MATCH_RULE
7147
7148 * Support has been added for XDG_RUNTIME_DIR:
7149   g_get_user_runtime_dir
7150
7151 * Various fixes for Win64/MSVC builds have been committed
7152
7153 * Bugs fixed:
7154  620263 Add g_clear_object, g_clear_pointer, g_clear_boxed
7155  633075 update Project Files and sources for MSVC 2008/C89
7156  633381 gsettings Makefile rules should handle empty list...
7157  633685 Use g_simple_async_result_{new_,}take_error
7158  633686 Add g_simple_async_report_take_gerror_in_idle
7159
7160 * Translation updates:
7161   Belarusian
7162   Galician
7163   Hebrew
7164   Punjabi
7165   Spanish
7166
7167
7168 Overview of Changes from GLib 2.27.1 to 2.27.2
7169 ==============================================
7170
7171 * GApplication
7172  - Export actions over DBus and support activating them from remote instances
7173  - Support environment passing
7174
7175 * GSettings
7176  - The gsettings utility has a list-recursively command
7177  - The gsettings utility has commandline completion for enum values
7178
7179 * GLib is now linked against librt and uses monotonic time for
7180   timeouts and GPeriod sources. GSource has a new g_source_get_time()
7181   which returns monotonic time, and g_source_get_current_time() has
7182   been deprecated
7183
7184 * Bugs fixed:
7185  158725 free linked list with data
7186  626320 GVariant: Avoid locking in g_variant_get_child_value() if possible
7187  629247 add gsimpleasyncresult methods to take over a GError
7188  629274 GNetworkService does not do fallback when there is no SRV record
7189  631264 gsettings-tool choice/range support
7190  631482 g_date_time_from_instant: 1000000000000000000
7191  632169 docs for manual use of gsettings-data-convert
7192  632571 Add equivalent to gconftool-2's -R option
7193  633115 GSettings m4 doesn't fail the build for broken schemas
7194  633206 Default g_application_local_command_line() doesn't set exit_status...
7195  633339 support more complex gapplication setups
7196  633356 Make timeout G_MAXINT mean "no timeout"
7197
7198 * Translation updates:
7199  Catalan (Valencian)
7200  Indonesian
7201  Japanese
7202
7203
7204 Overview of Changes from GLib 2.27.0 to 2.27.1
7205 ==============================================
7206
7207 * GDateTime now has full week number support.
7208   New API: g_date_time_get_week_numbering_year
7209
7210 * The GSettings schema compiler will now skip over
7211   broken .xml schema files instead of aborting altogether
7212
7213 * GSettings now works properly on bigendian systems
7214
7215 * GSettings has more complete support for ranges
7216   New API:
7217     g_settings_get_range
7218     g_settings_range_check
7219   The gsettings commandline tool supports ranges too.
7220
7221 * GApplication has been rewritten; see the API docs for details
7222   and examples. The action support is not complete yet.
7223
7224 * The GLib mainloop has gained 'dispatch to context' functionality,
7225   which can replace manually created idles in many cases.
7226   New API:
7227     g_main_context_invoke
7228     g_main_context_invoke_full
7229
7230 * The gio-desktop-app-info-lookup extension point has been
7231   removed from GIO. GIO now uses x-scheme-handler mimetypes when
7232   looking for default applications.
7233
7234 * On win32, make g_get_user_data_dir() return the CSIDL_LOCAL_APPDATA
7235   folder on Windows, and not CSIDL_PERSONAL. This matches what Qt does,
7236   and has been widely requested. Also make g_get_user_config_dir() return
7237   this and not the (roaming) CSIDL_APPDATA folder.
7238
7239 * A periodic event clock has been added in GIO: GPeriodic. Note that this
7240   API is still experimental and expected to undergo changes before it
7241   will be incorporated into a stable GLib release. Use at your own risk.
7242
7243 Bug fixes:
7244  613822 gobject signal connect/disconnect not thread safe
7245  618737 "dispatch to context" functionality
7246  620710 g_get_user_data_dir() uses CSIDL_PERSONAL and not CSIDL_APPDATA
7247  623400 acquire context before dispatching
7248  627126 gsettings schema files don't get installed on FreeBSD
7249  627171 g_socket_new_from_fd() doesn't set the right protocol
7250  628876 Wrong error description
7251  628937 gracefully handle broken schemas
7252  629274 GNetworkService doesn't fallback when there is no SRV record
7253  629289 g_error() used wrong, produces core dump
7254  629687 leaks class refcount in gsocketcontrolmessage
7255  629849 GLib-CRITICAL **: g_source_get_context: assertion `!SOURCE_...
7256  629945 GDBus deadlock in g_bus_get_sync()
7257  630000 g_date_time_difference
7258  630077 GDateTime week number support
7259  630185 Allow NULL strings in g_quark_try_string()
7260  630797 docs mention non-existent g_object_dispose()
7261  630968 gschema-compile problems on power g5
7262  631263 GSettings needs range/choice APIs
7263  631264 gsettings-tool choice/range support
7264  631379 GDBus nonce-tcp test failing
7265  631410 Port gapplookupgconf.c to using x-scheme-handler/
7266  632884 Possible deadlock in g_object_remove_toggle_ref()
7267
7268 Transation updates:
7269  Basque
7270  Brazilian Portuguese
7271  British English
7272  Bulgarian
7273  Czech
7274  Dutch
7275  Estonian
7276  French
7277  Galician
7278  German
7279  Greek
7280  Hebrew
7281  Hungarian
7282  Japanese
7283  Lithuanian
7284  Polish
7285  Portuguese
7286  Romanian
7287  Simplified Chinese
7288  Slovenian
7289  Spanish
7290
7291
7292 Overview of Changes from GLib 2.25.15 to GLib 2.27.0
7293 ====================================================
7294
7295 Build:
7296   - massive restructuring to reduce #include abuse
7297   - tweaks to silence some harmless compiler warnings
7298   - rename gschema-compile.c to glib-compile-schemas.c
7299   - Windows fixes
7300   - fix building with zlib < 1.2.4 on win32
7301
7302 GDateTime:
7303   - better msgctxt for translating month and weekday names
7304   - API is changed quite a lot, implementation is improved
7305   - GTimeZone is now exposed
7306
7307 GObject:
7308   - make ordering for overridden interface properties consistent
7309   - ->priv structures are limited to 64k but this was not documented,
7310     and exceeding this limit produced bad results.  Add docs and enforce
7311     the limit properly.
7312   - add g_object_class_install_properties() to install multiple
7313     properties in one go
7314   - improve debugging output for GValue containing G_TYPE_STRV
7315
7316 GIO:
7317   - fix priority sorting of GIO extensions
7318   - add GCredentials support on FreeBSD
7319   - fix support for IPv6 addresses in URI parsing functions
7320   - GSocketClient fixes for when g_socket_connect succeeds immediately
7321   - clarify string encoding for GFile constructors in docs
7322   - new functions g_data_input_stream_read_upto{,async,finish}
7323   - tweak confusing documentation for g_output_stream_write()
7324
7325 GDBus:
7326   - GDBusMessage can now be locked and copied (like in libdbus)
7327   - GDBusConnection filter function API has changed again
7328   - GDBusServer: ::new-connection now declares if the connection was claimed
7329   - add a partial workaround for GObject bug 627724.
7330   - very many memory leaks fixed
7331
7332 GVariant:
7333   - check for size == 0 in g_variant_get_bytestring to avoid a crash
7334     when attempting to get_bytestring() from an empty array
7335   - improve gobject-introspection annotations
7336
7337 GSettings:
7338   - add GSettings Windows registry backend
7339   - some internal tweaks to the backend API
7340   - remove g_settings_list_items
7341   - add g_settings_list_children and _list_keys to replace it
7342   - add schema compiler restrictions for dealing with lists
7343   - don't automatically emit value changed signals on writability
7344     changes
7345
7346 Other:
7347   - constify the 'parser' vtable param to g_markup_parse_context_push()
7348   - plug many memory leaks in test cases
7349
7350 Bugs closed:
7351   50076 Time API to go with date API
7352  584284 g_data_input_stream_read_until_async different from sync version
7353  624546 Modification of GDBusMessage in filter function
7354  626919 Let g_object_class_install_property() return the installed GParamSpec*
7355  628029 GDateTime missing get_week_of_year method
7356  628253 Interface properties not listed in a consistent order
7357  628331 Plug lots of mem leaks in gio test suite
7358  628345 Plug a mem leak
7359  628436 Plug a mem leak
7360  628505 Fix building with zlib < 1.2.4 on win32
7361  628839 [PATCH] datetime: Rename shadowing variables
7362  628904 [PATCH] Add credential support for FreeBSD and fix a socket issue
7363  628952 incorrect glib_major_version and other variables on cygwin.
7364  629192 g_strdup_value_contents(): dump GStrv more usefully
7365  629251 g_socket_client_async_connect_complete: assertion failed
7366  629259 Failed to connect to "::1"
7367  629328 g_markup_parse_context_push doesn't respect const structs
7368  629429 month "May" short and full form same with "GDateTime" msgctxt
7369  629689 GDBusConnection leaks its GCredentials
7370  629698 Segfault in g_variant_get_bytestring() 
7371
7372 Updated translations:
7373   Arabic
7374   Armenian
7375   Basque
7376   British English
7377   Czech
7378   Finnish
7379   Galician
7380   German
7381   Hungarian
7382   Indonesian
7383   Japanese
7384   Lithuanian
7385   Norwegian bokmål
7386   Polish
7387   Portuguese
7388   Punjabi
7389   Simplified Chinese
7390   Slovenian
7391   Spanish
7392   Swedish
7393   Swedish
7394   Traditional Chinese
7395
7396 Overview of Changes from GLib 2.25.14 to GLib 2.25.15
7397 =====================================================
7398
7399  * GIO
7400   - Memory leak fixes
7401   - The GZip(De}Compressor can now process header information
7402   - Support for network proxies has been added, with the GProxy
7403     interface and the gio-proxy-resolver extension point. GIO
7404     includes SOCKSv4 and SOCKSv5 implementations, and libproxy
7405     is also going to provide an implementation of this extension
7406     point.
7407   - There are GAction and GActionGroup interfaces now, which will
7408     be used in GApplication in the near future.
7409
7410  * GObject
7411   - There are now convenience macros for defining boxed and
7412     pointer types
7413
7414  * GDBus
7415   - Memory leak fixes
7416   - GDBusProxy for well-known names can now auto-restart
7417     the service if the name owner disapperas
7418   - Filter functions are now allowed to modify messages
7419
7420  * GLib
7421   - GDateTime is a replacement for GDate that supports time
7422     and timezone information.
7423
7424  * Bugs fixed:
7425   50076 Time API to go with date API
7426  449565 Add G_DEFINE_BOXED_TYPE()
7427  617691 Add GZIP header processing to GZlibCompressor/GZlibDecompressor
7428  622184 add g_memory_output_stream_steal_data
7429  624546 Modification of GDBusMessage in filter function
7430  627088 Build failure in gdbus-peer.c on FreeBSD
7431  627181 save a memdup
7432  627182 Plug a mem leak in the gdbus-connection test
7433  627187 Plug some gdbus mem leaks
7434  627188 gdbus-non-socket test occasionally fails
7435  627252 G_OPTION_FLAG_NO_ARG is only for callback options
7436  627392 gdbus commit 8a3a4596 breaks win32 compile
7437  627407 FTBFS on !linux UNIX platforms
7438  627604 String error: 'that' twice in a row
7439  627969 ABR in g_file_open_tmp
7440  628084 gdbus-peer fails with assertion
7441  628193 Miscellaneous string fixes
7442  628296 abort() in gsocketconnection.c
7443  628309 Plug a mem leak in GConverterOutputStream
7444  628317 GEmblemedIcon:equal implementation is buggy
7445  628323 Fix invalid reads
7446  628327 Plug a mem leak
7447  628328 Plug a mem leak
7448  628329 Don't leak the FD list
7449  628324 Invalid reads in gdbus-export test
7450
7451  * Updated translations:
7452   British English
7453   Danish
7454   Galician
7455   Hebrew
7456   Punjabi
7457   Serbian
7458   Spanish
7459   Traditional Chinese
7460
7461
7462 Overview of Changes from GLib 2.25.13 to GLib 2.25.14
7463 =====================================================
7464
7465 * GDBus
7466  - Make the closure variants of GDBus apis work
7467  - Make error unregistration work
7468  - Use async IO in the IO thread (626748)
7469
7470 * GIO
7471  - Make g_simple_async_result_is_valid work without source (626208)
7472  - GSocketClient: add a timeout property
7473  - Fix memory leaks in GSocketClient
7474  - Handle async vs. sync correctly in GSocketConnection stream (616458)
7475  - Declare stream base classes as abstract
7476  - Clarify semantics of g_output_stream_write() (627071)
7477
7478 * Other
7479  - Improve test coverage for GDBus, GRegex, GAsyncResult
7480  - Drop dead code in pcre, xdgmime
7481  - Fix a race condition in gtester (578295)
7482  - Avoid an extra allocation in GAsyncQueue (626704)
7483  - Add test case for non-socket GIOStream (626841)
7484  - More explicit GVariant docs (622770)
7485  - Imroved docs for GAsyncInitable and GSimpleAsyncResult (602417)
7486
7487 * Translation updates:
7488  - Galician
7489  - Norwegian bokmål
7490  - Punjabi
7491  - Simplified Chinese
7492  - Swedish
7493
7494
7495 Overview of Changes from GLib 2.25.12 to GLib 2.25.13
7496 =====================================================
7497
7498 +-------------------------------------------------------------------+
7499 |   WARNING: There have been no breaks in API or ABI.  Weird, eh?   |
7500 +-------------------------------------------------------------------+
7501
7502 The primary purpose of this release is to fix a serious problem with
7503 glib 2.25.12: glibconfig.h (as generated on a Fedora amd64 system) was
7504 being distributed in the tarball.  It was being used to build some parts
7505 of glib on other systems (eg: 32bit ones).  This was causing some very
7506 serious problems.
7507
7508 There have been many other improvements, however:
7509
7510  Build and testing:
7511   - vastly improved test coverage
7512   - old tests moved to the gtester framework
7513   - gtester Makefile modified so that the tests only run once
7514   - cleanup of how we handle includes while building glib
7515
7516  GVariant:
7517   - add a g_return_if_fail (utf8) to g_variant_new_string()
7518
7519  GDBus:
7520   - perform extra sanity checks when serialising messages
7521   - add API to query and set the byteorder of a GDBusMessage
7522   - improve debug output, add some extra options
7523   - if exiting due to the bus disconnecting us, print an error message
7524     explaining why
7525   - sort property names correctly
7526   - don't bother sending RemoveMatch when we will close the connection
7527     anyway
7528   - use effective uid/gid for credential passing
7529
7530  GSettings:
7531   - add G_SETTINGS_BIND_INVERT_BOOLEAN for inverting boolean bindings
7532     without mapping functions
7533   - mark all strings in the schema compiler for translation
7534
7535  Binding:
7536   - improve closure support for bindings
7537   - copy GSettings INVERT_BOOLEAN flag
7538
7539  Other:
7540   - fix another complicated GCancellable deadlock possibility
7541
7542 Bugs closed:
7543  599590 glib build doesn't look for correct pkg-config
7544  619026 avoid warning in gutils.h when using gcc with -Wconversion
7545  624739 Please fix POTFILES.in
7546  625472 Valgrind claims uninitialized bytes used
7547  625500 g_date_set_time_val documentation doesn't mention local time
7548  625628 GDBusProxy: wrong property name sorting
7549  625753 Incorrect flags used in g_dbus_connection_call_sync()
7550  625827 Expand documentation about error quark naming
7551  625988 builddir != srcdir issues
7552  626107 glibconfig.h is being disted
7553
7554 Updated translations:
7555  French
7556  Galician
7557  Hebrew
7558  Norwegian bokmål
7559  Spanish
7560
7561
7562 Overview of Changes from GLib 2.25.11 to GLib 2.25.12
7563 =====================================================
7564
7565 +-------------------------------------------------------------------+
7566 | WARNING: There have been many API changes in GDBus -- sending     |
7567 | messages, subscribing to signals, closing connections and         |
7568 | registering subtrees are affected.  The ABI for GSettingsBackend  |
7569 | has also been changed.  For both reasons, a new dconf release is  |
7570 | required (and will be along soon).                                |
7571 +-------------------------------------------------------------------+
7572
7573 Build:
7574   - cleanup automake setup
7575   - rename configure.in to configure.ac
7576   - various docs fixups
7577   - move glibconfig.h to glib/
7578   - disable dtrace support on Mac OS (which has incompatible 'dtrace')
7579
7580 GSettings:
7581   - add support for vendor override files (to change the default values
7582     in a schema)
7583   - change GSettingsBackend vtable
7584   - add g_settings_reset()
7585   - support binding to G_TYPE_STRV properties
7586
7587 GDBus:
7588   - many bug fixes, including a serialisation fix
7589   - stop handling incoming connections as soon as stop() is called
7590   - proper support for file descriptor passing
7591   - new flags parameter for sending messages
7592   - new flags parameter for subscribing to signals
7593   - always reset the message serial when sending a message unless
7594     G_DBUS_SEND_MESSAGE_FLAGS_PRESERVE_SERIAL is given
7595   - constness fixes for introspection structures
7596   - clean ups to subtree registration API
7597
7598 Other:
7599   - fix divide by zero bug in g_malloc_n functions
7600   - GIO: don't blindly assume that SOCK_CLOEXEC is supported
7601   - make GObject property notify freezes threadsafe
7602   - GIO: clean up credentials passing
7603   - GApplication: make default-quit not apply if register=FALSE
7604   - GIO: add annotations for gobject-introspection
7605
7606 Bugs closed:
7607  166020 use GAtomic for refcounting
7608  617483 Credentials passing
7609  622005 [GApplication] no way to modify the "default-quit" property
7610  623293 vendor override files
7611  623810 Message serialization bug
7612  623815 Don't check sender for GDBusProxy objects where name is not set
7613  624473 GDBusSubtreeIntrospectFunc return type
7614  624483 GDBusSubtreeEnumerateFunc clarification
7615  624484 GDBusSubtreeDispatchFunc clarification
7616  624754 gdbusaddress.c missing sys/wait.h
7617  624968 div by zero in g_malloc_n family
7618  624991 GSettings mapping for G_TYPE_STRV 
7619  625383 Add missing GI annotations
7620
7621 Updated Translations:
7622  Armenian
7623  Galician
7624  German
7625  Hebrew
7626  Kazakh
7627  Romanian
7628  Simplified Chinese
7629  Spanish
7630
7631 Overview of Changes from GLib 2.25.10 to GLib 2.25.11
7632 =====================================================
7633
7634 +-------------------------------------------------------------------+
7635 | WARNING: There have been minor API changes in GDBus and GVariant. |
7636 | These API changes will not affect many users, but they do require |
7637 | a new version of GTK+ to be installed.                            |
7638 +-------------------------------------------------------------------+
7639
7640 Build:
7641   - add a --disable-Bsymbolic configure flag to disable linking with
7642     -Bsymbolic-functions
7643   - this release sees the complete removal of the old 'g*alias' hacks
7644   - honour the NOCONFIGURE environment variable from autogen.sh
7645   - use proper feature test macros for isnan
7646   - use pkg-config to check for zlib
7647   - add ACLOCAL_AMFLAGS to Makefile.am
7648
7649 GDBus:
7650   - hide Class and instance structures for all GDBus types except
7651     GDBusProxy.  This breaks API by preventing subclassing, but probably
7652     nobody was doing that.
7653   - add new GDBusConnection call to support flushing all pending
7654     outgoing messages
7655   - change the register_object API to add a reference to the
7656     GDBusInterfaceInfo object so the caller need not keep it alive
7657     themselves
7658   - don't rewrite the serial number when sending messages that already
7659     have a serial number
7660   - better error checking for DBUS_SESSION_BUS_ADDRESS environment
7661     variable
7662   - switch to g_parse_debug_string for G_DBUS_DEBUG and add a lot of new
7663     flags
7664   - add support for temporarily freezing a freshly created
7665     GDBusConnection.  Do this until after the ::new-connection signal
7666     has finished running on GDBus services.
7667   - never require non-closed connections (the user is incapable of doing
7668     this due to the obvious race)
7669   - remove weird/misleading redundant check on NameOwnerChanged signal
7670   - emit GDBusProxy::g-properties-changed on NameOwnerChanged
7671
7672 GVariant:
7673   - the 'g_variant_{new,get}_byte_array' APIs have been removed
7674   - g_variant_{new,get,dup}_bytestring has been added, with different
7675     arguments and different behaviour
7676   - g_variant_{new,get,dup}_bytestring_array has been added, doing
7677     essentially the same thing as the 'strv' functions, but with byte
7678     strings instead of utf8 strings
7679   - G_VARIANT_TYPE_BYTESTRING ('ay'), BYTESTRING_ARRAY ('aay') and
7680     STRING_ARRAY ('as') constants have been added
7681   - the undocumented behaviour that g_variant_get_strv() deserialised
7682     arrays of object paths or signature strings has been dropped
7683   - additional varargs support for converting bytestrings or bytestring
7684     arrays with ^ay ^aay ^&ay and ^a&ay
7685   - improved gobject-introspection annotation
7686   - fix a problem with GBuffer calling g_slice_free for the wrong type
7687   - fix leaks in the type inferencing code of the parser
7688
7689 GSettings:
7690   - improved documentation
7691   - updated schema XML DTD, now xincluded into the docs
7692   - added support for schemas that extend other schemas (using the
7693     'extends=' attribute).  Values of keys in the base schema can be
7694     overridden using <override>.
7695   - added theoretical support for lists (using the 'list-of=' attribute)
7696   - lots of new tests
7697   - add support for flags (implemented similarly to enums)
7698   - add support for generating .enums.xml files to gsettings.m4:
7699       gsettings_ENUM_NAMESPACE = org.example.myapp
7700       gsettings_ENUM_FILES = ../path/to/*.h
7701     will generate org.example.myapp.enums.xml with mappings for all
7702     enums and flags in the specified .h files.
7703   - warn with g_message() if the 'memory' backend is used by default
7704     (ie: because no other GSettings backends are installed)
7705   - fix get_property() for GSettings::schema
7706   - command line tool: fix a bug that prevented non-basic values from
7707     being set due to a premature free
7708   - command line tool: bash completion support
7709   - chain up in _finalize
7710   - add a new g_settings_get_mapped API to read settings that require
7711     post-processing
7712   - retry with the translated or schema default value if the
7713     GSettingsBindGetMapping function fails
7714   - schema compiler: never fail due to empty schema directories (but
7715     warn)
7716   - peek rather than ref/unref the GEnumClass in the mapping function
7717   - schema compiler: compile *.enums.xml before *.gschemas.xml to ensure
7718     that we have all the enums that the schemas may reference
7719   - schema compiler: improve accuracy of line numbers in error reports
7720   - fix crashes in the keyfile backend caused by invalid group names in
7721     the keyfile
7722
7723 Other:
7724   - always intern GBinding prop names
7725   - base64: remove asserts preventing conversion of empty strings
7726   - document NULL special-cases for GValueArray
7727   - GNode docs improvements
7728   - improve detection of 'system internal' mounts
7729   - fix leaks in the inotify GFileMonitor implementation
7730   - annotate all custom GIO GSources to improve debugging (e.g. using
7731     SystemTap)
7732
7733 Tests:
7734   - Turn on glibc malloc checking features for make check
7735   - improvements for GSettings tests, plus new tests
7736   - improved tests for GKeyfile
7737   - new tests for GDir, GSList, GSList, GAppLaunchContext,
7738     CharsetConverter, GIcon, ...
7739   - move some tests to GTester (tree tests, uri tests)
7740   - generally, really an awful lot of new tests
7741   - don't try to allocate 2gigs of memory anymore for the array test
7742
7743  552363 g_value_array_{insert,prepend,append}'s special cases for NULL
7744  561248 Improve return value description from g_node_prev/next_sibling()
7745  570036 Add ACLOCAL_AMFLAGS to Makefile.am
7746  576833 g_sprintf add a reference to g_strdup_printf
7747  576854 g_strconcat() documentation should provide a hint about bad l10n
7748  582227 reference: add other URI functions to 'URI Functions' section
7749  599223 should provide g_spawn_* variants that take a GAppLaunchContext
7750  610784 array test failing
7751  613057 Leak in inotify GFileMonitor implementation
7752  620536 Annotate all custom GIO GSource using g_source_set_name
7753  620913 More control with G_DBUS_DEBUG
7754  622124 implement flags
7755  622127 GSettings extended key validation
7756  622128 retry with default value for failed mapping
7757  622294 More annotations for GVariant
7758  622565 glib-compile-schemas fails when no schemas
7759  622600 Fix missing prototype warning
7760  622813 gsettings mapping & enum buglet
7761  623142 Ensure ::new-connection runs before processing D-Bus messages
7762  623143 Never require non-closed connections
7763  623319 use g_parse_debug_string for dbus debug flags
7764  623401 process enums first
7765  623402 schema compiler reports wrong line numbers
7766  623407 g_keyfile_settings_backend_new crashes with the key "/"
7767  623473 zlib should be checked with pkg-config
7768  623537 GDBusProxy has weird checking on NameOwnerChanged
7769  623538 GDBusProxy::g-properties-changed emission for corner cases
7770  623692 directory with file at multiple MLS levels may display empty
7771  623720 gschema.dtd does not contain enum definitions
7772  623770 quoting of expand_macro in gdesktopappinfo.c
7773  623772 gdesktopappinfo.c, function child_setup
7774  623780 g_unix_is_mount_path_system_internal
7775  623954 g_settings_finalize
7776  623955 Dubious return values
7777
7778 Updated translations:
7779  Galician
7780  Hebrew
7781  Norwegian bokmål
7782  Spanish
7783
7784 Overview of Changes from GLib 2.25.9 to GLib 2.25.10
7785 ====================================================
7786
7787 +----------------------------------------------------------------+
7788 | WARNING: There have been API changes in GDBus. Users of these  |
7789 | APIs will need to be adapted.  In particular, a new release of |
7790 | dconf is required to go along with this one.  There has also   |
7791 | been a change in the GSettings backend API used for keyfiles.  |
7792 +----------------------------------------------------------------+
7793
7794 * GDBus:
7795  - add direction parameter to filter functions (API change)
7796  - allow calling other interfaces with a GDBusProxy
7797  - padding added to class struct fields (ABI change)
7798  - fixes for closures-based functions
7799
7800 * GVariant:
7801  - new is_floating() call
7802  - add g_value_take_variant() call (required for marshallers)
7803
7804 * GSettings:
7805  - support for binding GParamSpecEnum properties
7806  - ifelse-style condition support for GLIB_GSETTINGS m4 macro
7807  - remove gsettings-schema-convert tool (now in GConf)
7808  - allow introspection of all installed schemas
7809  - allow introspection of the keys in a schema
7810  - rewrite keyfile backend (API change)
7811
7812 * GNIO:
7813  - don't implicitly close GSocket until it is destroyed
7814  - windows fixups
7815
7816 * Other:
7817  - allow GChecksum to take (NULL, 0) for data/length
7818  - GRelation and GCompletion are now deprecated
7819  - introduce G_PARAM_DEPRECATED and G_ENABLE_DIAGNOSTIC
7820  - add working directory to GApplication platform data
7821  - lots of documentation cleanups
7822  - PCRE updated to 8.02
7823
7824 * Build:
7825  - the IA__g_* style symbol aliasing has been disabled and replaced with
7826    the -Bsymbolic-functions linker flag on platforms that support it.
7827    Please be on the watch for portability issues and report them to us.
7828  - many test cases have been moved to the GTester framework
7829  - lcov support has been added for tests
7830  - many windows fixes
7831
7832 * Bugs fixed:
7833  501057  lcov coverage suite and GLib integration
7834  551271  deprecate GRelation
7835  601686  Implement diagnostic mode
7836  603309  GSocketOutputStream broken on Windows (?)
7837  616718  GLIB_GSETTINGS macro can't be used conditionally
7838  616855  GSocketConnection: don't close the socket if it's still reffed
7839  618866  g_ptr_array_remove_index_fast memory leak
7840  619878  keyfile backend calls keys_changed with invalid argument
7841  619879  keyfile backend doesn't make use of expected_type
7842  621092  Add with_closures() variants for bindings
7843  621172  Cross compiling fails
7844  621838  Actually add cwd to platform data
7845  621945  Filter outgoing messages in GDBusConnection
7846  621947  add g_value_take_variant
7847  622038  GSettings: "It is a programmer error" documentation is unclear
7848  622154  [patch] update documentation for g_application_new
7849  622281  binding: Add SYNC_CREATE to the flags
7850  622480  Improve documentation for g_strcmp0()
7851  622554  g_error called if schema not installed
7852  622601  Return interned strings from g_settings_list_keys
7853
7854 * Translation updates:
7855  - Galician
7856
7857 Overview of Changes from GLib 2.25.8 to GLib 2.25.9
7858 ===================================================
7859
7860 +----------------------------------------------------------------+
7861 | WARNING: There have been API changes in GDBus, GSettings and   |
7862 | GApplication. Users of these APIs will need to be adapted. In  |
7863 | particular, a new release of GTK+ is required to go along with |
7864 | this one.                                                      |
7865 +----------------------------------------------------------------+
7866
7867 * GDBus
7868  - Use Gio's default async implementation
7869  - Fix proxy construction for objects with no properties
7870  - Fix error handling in synchronous initialization
7871  - Do not dispatch calls to unregistered objects
7872  - Add _with_closures alternative functions
7873  - Allow constructing GDBusProxy with well-known names
7874  - Remove GType parameters from GDBusProxy constructors
7875  - Nuke g_bus_watch_proxy API
7876  - Add --xml to gdbus-tool to print raw introspected XML
7877
7878 * GSettings
7879  - schema file format change: store (default, options) in gvdb
7880  - Add g_settings_sync()
7881  - Add support for enums and ranges
7882  - 'context' support has been replaced by direct use of
7883    GSettingsBackend
7884
7885 * GApplication
7886  - Switch to using variants for timestamps
7887  - Use GInitable
7888
7889 * GObject
7890  - Introduce g_object_notify_by_pspec
7891  - Add GBinding
7892  - The GVariant gtype G_TYPE_VARIANT was changed from boxed
7893    to fundamental. We believe there were no existing users
7894    of the boxed type, so this should not cause any applications
7895    to break.
7896
7897 * Test framework
7898  - Add package and version to the test report XML
7899  - Use optparse to parse gtester-report commandline
7900  - Add subunit support to gtester-report
7901  - Prevent division by zero if no tests
7902
7903 * Bugs fixed:
7904  621782 Crash using gbinding
7905  619945 GConverterOutputStream triggers assertion and corrupts data
7906  621319 more leaked GVariants in GSettings
7907  621168 GKeyFile memory leak on Windows platform
7908  621002 Switch to using variants for timestamps, split out signals
7909  620953 tiny docs addition
7910  618904 Lies in gunixmounts documentation
7911  621702 Correctly initialize GError
7912  611778 minor cleanup of gtester-report
7913  621213 GDBusProxy and well-known names
7914  621034 Rewrite apps test to ensure children are killed
7915  620954 gapplication gvariant simplifications
7916  611869 add subunit out feature to gtester-report
7917  621119 GDBusProxy and objects with no properties
7918  620990 Use Gio's default async implementation again
7919  620952 g_application_register_with_data is an ugly API
7920  621252 GSettings leaks context
7921  618715 fork() in GSettings test cases is problematic 618715
7922  621905 Assume a ref when doing async work
7923  621266 GSettings "context" clarification
7924
7925 * Translation updates:
7926  Chinese
7927
7928
7929 Overview of Changes from GLib 2.25.7 to GLib 2.25.8
7930 ===================================================
7931
7932 * Initial support for dtrace and systemtap profiling:
7933  - mainloop sources can be named
7934  - probes for memory allocation with g_malloc and gslice
7935  - gquark name tracking
7936  - type creation
7937  - object life-cyle (creation, finalization, ref, unref)
7938  - signal creation and emission
7939
7940 * GVariant
7941  - has been fixed to work with the FreeBSD malloc
7942  - added introspection annotations
7943  - new function: g_variant_builder_add_parsed
7944
7945 * GSettings:
7946  - g_settings_set/get_strv functions have lost their length parameter
7947  - g_settings_set_strv accepts NULL
7948  - added introspection annotiations
7949
7950 * GPermission: an abstract interface for representing permissions,
7951   with a minimal implementation named GSimplePermission
7952
7953 * GApplication: a basic application support class, with a D-Bus based
7954   implementation
7955
7956 * Bugs fixed:
7957  619585 glib-compile-schemas asserts on FreeBSD
7958  620384 Annotate GVariant and GSettings _strv() functions
7959  606044 Add support for dtrace/systemtap static markers
7960  620350 add g_variant_builder_add_parsed() API
7961  620349 utf8ify GVariant printer
7962  620767 Typo in GSettings documentation: "INTLTOOL_NOMERGE_RULE"
7963  620312 Fix g_settings_[gs]et_strv() API
7964  620519 GPermission
7965  620582 GPermission needs a simple implementation
7966  620496 GSettings schema compiler should reject invalid paths
7967  620173 missing single header inclusion guards
7968  620265 g_assertion_message_error should take const GError *
7969
7970 * Translation updates:
7971  Esperanto
7972  Galician
7973  Hebrew
7974  Indonesian
7975  Norwegian bokmål
7976  Slovenian
7977  Spanish
7978
7979
7980 Overview of Changes from GLib 2.25.6 to GLib 2.25.7
7981 ===================================================
7982
7983 * NOTE: API/ABI breaks since 2.25.6 release:
7984   - g_dbus_connection_sync{,_sync} takes a new 'reply_type' argument
7985   - GSettingsBackendClass 'list' virtual function changed
7986
7987   GSettings backends and things using GDBus may need to be rebuilt.
7988
7989 * GDBus: many build-related fixes
7990
7991 * GDBus (service): return a DBus error when receiving a method call for
7992   an unknown interface.
7993
7994 * GSettings: fix 'make install' bug in gsettings.m4 for generated schema
7995   files
7996
7997 * GSettings: avoid non-portable use of LC_MESSAGES
7998
7999 * better approach to handling man pages
8000
8001
8002 * Bugs fixed:
8003  619527 please improve docs on g_file_make_symlink
8004  619391 send-with-reply should have expected result signature
8005  618616 Use stack-allocated GVariantBuilders
8006  617004 Build with "--disable-nls" fails under MinGW/Win32
8007  619142 Build fixes (GDBus)
8008
8009 * Updated translations:
8010  Estonian
8011  Galician
8012  Norwegian bokmål
8013
8014 Overview of Changes from GLib 2.25.5 to GLib 2.25.6
8015 ===================================================
8016
8017 * GDBus: introspection improvements
8018 * GDBus: build fixes
8019
8020 * GSettings: GSettingsBackend ABI changed               **** NOTE ****
8021 * GSettings: --uninstall option for schema compiler
8022 * GSettings: new m4 macro with more power
8023 * GSettings: thread support
8024
8025 * rework of file notification on Solaris
8026 * fixes for gold linker
8027
8028 * Bugs fixed:
8029  619038 increase gsettings.m4 power
8030  619031 method-calls-in-thread test failing
8031  618839 Typo at translation message
8032  616864 GSETTINGS_CHECK_RULE doesn't work with multiple files
8033  618730 gunixcredentialsmessage.c doesn't compile on GNU/kfreebsd
8034  616314 Make GSettings (partially) threadsafe
8035
8036 * Updated Translations:
8037  Indonesian
8038  Galician
8039  Spanish
8040
8041 Overview of Changes from GLib 2.25.4 to GLib 2.25.5
8042 ===================================================
8043
8044 * GDBus: Fix serialization of empty arrays
8045
8046 * GDBus: Plug various memory leaks
8047
8048 * GSettings: Fix problems with GSETTINGS_CHECK_RULE
8049
8050 * Bugs fixed:
8051  616731 GSETTINGS_CHECK_RULE doesn't work in non-srcdir builds
8052  616864 GSETTINGS_CHECK_RULE doesn't work with multiple files
8053  618615 mem leaks in parse_value_from_blob
8054  618622 Plug some mem leaks in gdbus
8055  618650 Plug a mem leak in gdbusauth
8056  618663 Plug mem leaks in gdbus tests & examples
8057
8058 * Updated translations:
8059  Spanish
8060
8061
8062 Overview of Changes from GLib 2.25.3 to GLib 2.25.4
8063 ===================================================
8064
8065 * GDBus D-Bus support has been merged. This provides an API
8066   to replace dbus-glib
8067
8068 * GVariant no requires strings to be UTF-8. You can use byte
8069   arrays for non-UTF-8 strings.
8070
8071 * GSettings allows to bind string properties to byte arrays
8072
8073 * The schema compiler supports range restrictions
8074
8075 * Bugs fixed:
8076  618051 socket-server|client.c fail to compile under AIX...
8077  616102 GSettings ignores <choice> and <range>
8078  616720 Chunked quark allocation
8079  616877 Several issues with g_socket_receive_message
8080  616892 gio: Add a boxed type for GFileAttributeMatcher
8081  616967 Add g_regex_get_compile_flags() and g_regex_get_match_flags()
8082  617767 g_settings_[gs]et_strv() 'length' argument has missing docs...
8083  617914 gtester-report: cope with binaries with no test cases
8084  617937 output_stream_close vs output_stream_close_async semantics
8085  615494 Connction timeouts produce partially invalid error messages
8086  617823 glib-compile-schemas problems with an out of source build
8087  617947 glib-mkenums: add @valuenum@ support
8088
8089 * Translation updates:
8090  Galicaian
8091  Norwegian bokmål
8092  Shavian
8093  Spanish
8094
8095
8096 Overview of Changes from GLib 2.25.2 to GLib 2.25.3
8097 ===================================================
8098
8099 * New macro: G_GNUC_DEPRECATED_FOR, a variant of G_GNUC_DEPRECATED
8100   that lets you add replacement information (requires gcc 4.5)
8101
8102 * Rename AM_GSETTINGS autoconf macro to GLIB_GSETTINGS
8103
8104 * Rename gschema-compile utility to glib-compile-schemas
8105
8106 * Add support for timeouts in GSocket
8107
8108 * Bugs fixed:
8109  589989 Compilation error on Solaris 9
8110  616648 Change AM_GSETTINGS macro to GLIB_GSETTINGS
8111  587898 I/O timeouts for GSocket
8112  614541 Add G_TYPE_ERROR boxed type for GError
8113
8114
8115 Overview of Changes from GLib 2.25.0 to GLib 2.25.2
8116 ===================================================
8117
8118 * Include a 'gsettings' utility, for commandline access to GSettings
8119
8120 * Install a AM_GSETTINGS autoconf macro similar to AM_GCONF
8121
8122 * GSettings can bind the writability of a key explicitly
8123
8124 * There is now a predefined boxed type for GError
8125
8126 * Bugs fixed:
8127  615379 g_new macros crash if sizeof(struct_type) == 0
8128  616312 Add m4 rule equivalent to GCONF_SCHEMAS_INSTALL
8129  616295 mapping bug for uint64
8130  616216 glib compile from remote directory fails
8131  615960 Fix size passed to connect() for abstract sockets
8132  616432 Crash in gschema-compile
8133  616331 gsettings-schema-convert uses imaginary types
8134  616309 gsettings-schema-convert should output gettext-domain
8135  616384 Add mention of GConfBridge in conversion docs
8136  616311 gschema-compile outputs in current directory
8137  616276 simplify gschema-compile test setup
8138  616156 keys with unnecessary empty options arrays
8139  616405 gsettings missing g_return_if_fail's
8140  616245 Use G_DEFINE_INTERFACE macro
8141  614541 Add G_TYPE_ERROR boxed type for GError
8142
8143 * Updated translations:
8144  Catalan (Valencian)
8145  Galician
8146  Kannada
8147  Spanish
8148
8149
8150 Overview of Changes from GLib 2.24.0 to GLib 2.25.0
8151 ===================================================
8152
8153 * The GSettings framework has been merged. This provides the API to
8154   replace GConf. DConf will provide a backend implementation for it.
8155   GConf will also provide a backend implementation to ease the
8156   transition. We provide utilities to assist with schema conversion
8157   and data migration, as well as a porting guide.
8158
8159 * Translation updates:
8160  Bengali
8161  Catalan
8162  Danish
8163  Gujarati
8164  Marathi
8165  Thai
8166  Traditional Chinese
8167
8168
8169 Overview of Changes from GLib 2.23.6 to GLib 2.24.0
8170 ===================================================
8171
8172 * Bug fixes:
8173  613601 buglet in dup_close_on_exec_fd
8174  584284 g_data_input_stream_read_until_async behaves confusingly
8175  613748 Write errors in middle of copy cause hang
8176  613923 splice_stream_with_progress: wrong error handling
8177  613667 Typo in GObject documentation
8178  613618 gvariant format string docs unclear
8179
8180 * Translation updates:
8181  Basque
8182  Ukrainian
8183  Vietnamese
8184
8185
8186 Overview of Changes from GLib 2.23.5 to GLib 2.23.6
8187 ===================================================
8188
8189 * Class private data:
8190   - support for private data associated with a GTypeClass
8191
8192 * GVariant merge is now complete:
8193   - loading functions and parser merged
8194
8195 * Windows improvements:
8196   - socket fixes
8197   - various build improvements
8198   - removal of GCC/C99isms in favour of portable code
8199   - drop unmaintained Visual Studio 8 support
8200
8201 * Minor API addition:
8202   - g_desktop_app_info_get_filename()
8203
8204 * Bugs fixed:
8205  521707 Class private data
8206  612502 build fails on glib/tests/gvariant.c
8207  612832 [GDesktopAppInfo] New function g_desktop_app_info_get_filename
8208  612702 [PATCH] Fix GSocket-related crash on Windows
8209  612736 Improve the documentation about single include
8210  610858 gvariant test fails sometimes
8211  612327 uninitialized variable
8212
8213 * New translations:
8214  Afrikaans
8215  LowGerman
8216
8217 * Updated translations:
8218  Czech
8219  Finnish
8220  Galician
8221  Greek
8222  Punjabi
8223  Romanian
8224  Serbian
8225
8226
8227 Overview of Changes from GLib 2.23.4 to GLib 2.23.5
8228 ===================================================
8229
8230 * New API addition: g_malloc_n() and friends used to implement an
8231   overflow-safe family of g_new() macros.
8232
8233 * GVariant:
8234  - GVariantBuilder and GVariantIter are now merged.
8235  - The variable arguments API is now merged.
8236  - The parser will be in a future release.
8237
8238 * GIO:
8239  - Remove GUtf8InputStream (which never appeared in a stable release)
8240    for now since it doesn't satisfy the needs of its main intended use
8241    case.  We hope to reimplement this feature in a better form in a
8242    future release.
8243
8244 * Bugs fixed:
8245  609531 missing licence headers
8246  612107 Missing G_FILE_ATTRIBUTE_TRASH_ORIG_PATH
8247  611897 g_io_modules_scan_all_in_directory leaks
8248  608196 Overflow-safe g_new family
8249  611696 gio uses GetAddrInfo which requires special handing on windows 2k
8250  605667 Don't use G_PARAM_SPEC_VALUE_TYPE when we know the pspec is valid
8251  610860 test_g_file_open_readwrite fails if $HOME is unwritable
8252  552912 glib-2.18 /live-g-file/test_copy_move failed when run as root
8253  609813 Renaming a file discards file notes
8254
8255 * Updated translations:
8256  Basque
8257  Brazilian Portuguese
8258  British English
8259  Bulgarian
8260  Catalan
8261  Danish
8262  Estonian
8263  French
8264  German
8265  Hungarian
8266  Italian
8267  Lithuanian
8268  Norwegian bokmål
8269  Portuguese
8270  Russian
8271  Slovenian
8272  Spanish
8273  Swedish
8274  Traditional Chinese
8275
8276
8277 Overview of Changes from GLib 2.23.3 to GLib 2.23.4
8278 ===================================================
8279
8280 * GVariant: The core of GVariant has been merged now, with some
8281  API still to follow.
8282
8283 * GIO:
8284  - There is a new interface GFileDescriptorBased for file descriptor
8285    based IO. GLocalFile{Input,Output}Stream implement it
8286  - Use splice(2) to transfer data between file descriptors without
8287    extraneous copies
8288  - Add a way to request move events from file monitors
8289
8290 * Bugs fixed:
8291  609143 *result_uncertain is never assigned in g_content_type_guess
8292  604086 Use splice(2) when doing local file copies
8293  547890 No move events for GFileMonitorEvent?
8294  568760 nautilus freezes due to a bug in garray.c:322
8295  609962 Add info about the use of G_DEFINE_INTERFACE
8296  609564 g_base64_encode_close docs should mention outbuf size...
8297  610484 g_variant_equal bug
8298  610131 libasyncns does not compile on Solaris 8
8299  609530 missing single header include guards
8300
8301 * Updated translations:
8302  Czech
8303  Estonian
8304  Galician
8305  German
8306  Korean
8307  Polish
8308  Slovenian
8309  Spanish
8310  Traditional Chinese
8311
8312
8313 Overview of Changes from GLib 2.23.2 to GLib 2.23.3
8314 ===================================================
8315
8316 * GLib now has a facility for locks that consume only one bit of
8317   storage inside an integer: g_bit_lock()
8318
8319 * GVariant: The serializer has been merged, with more API to follow
8320
8321 * Bugs fixed
8322  548967 1 bit mutex lock
8323  604967 2.22.3 libasyncns build fails on HP-UX 11.11
8324  608602 G_VALUE_COLLECT_INIT variables shadow those in G_VALUE_COLLECT
8325  608743 Crash in g_hostname_to_ascii visiting certain website in epiphany
8326  599197 array ref and unref functions crash on NULL array.
8327  608159 mem leak in g_io_modules_scan_all_in_directory
8328
8329 * Translation updates
8330  Brazilian Portuguese
8331  Czech
8332  French
8333  Norwegian bokmål
8334  Slovenian
8335  Spanish
8336  Thai
8337
8338
8339 Overview of Changes from GLib 2.23.1 to GLib 2.23.2
8340 ===================================================
8341
8342 * We are now using gcc builtins for atomic operations when available
8343
8344 * g_assert() grew the ability to store assertions in core dumps
8345
8346 * GIO supports lazy loading of GIO modules, and there is a new
8347   gio-querymodule utility that goes along with this.
8348   Packagers will need to adapt to this.
8349
8350 * Threading changes:
8351  - The requirements for g_thread_init() have been relaxed slightly,
8352    it can be called multiple times, and does not have to be the first
8353    call.
8354  - GObject now links to GThread and threads are enabled automatically
8355    when g_type_init() is called.
8356  - Thread-safety issues with boxed types in GObject have been fixed.
8357
8358 * GObject:
8359  - Another bunch of performance work has landed
8360
8361 * GVariant:
8362  - GVariantType has been merged, with the rest of the GVariant
8363    API to follow.
8364
8365 * Bugs fixed:
8366  568760 nautilus freezes due to a bug in garray.c:322
8367  602417 Document lifecycles of GSimpleAsyncResult and friends
8368  604824 crash in Epiphany: Selecting my Slashdot bo...
8369  448888 don't init g_slice for always-malloc
8370  531902 Use GCC atomic buildins for g_atomic*
8371  554887 boxed type registration is not thread safe
8372  586150 unresolved symbols when building glib 2.21.2 on OS X Tiger
8373  589176 row gvalue transform array exponentially
8374  594872 Support storing assertion messages into core dump
8375  602240 Upgrade libasyncns to 0.8
8376  603590 Speed up G_VALUE_COLLECT
8377  604457 gutf8inputstream.c: increasing unknown size pointer
8378  605686 GCharsetConverter doesn't flush
8379  605733 g_memory_output_stream_new violates GObject standards
8380  605883 g_object_new() processes varargs even when there are none
8381  605977 invalid utf-8 conversion in g_local_file_get_parse_name(...
8382  606775 Enable threads by default in gobject
8383
8384 * Translation updates:
8385  Asturian
8386  Basque
8387  Bengali
8388  Bulgarian
8389  Estonian
8390  Norwegian bokmål
8391  Spanish
8392  Thai
8393  Ukrainian
8394
8395
8396 Overview of Changes from GLib 2.23.0 to GLib 2.23.1
8397 ===================================================
8398
8399 * GObject performance work has landed:
8400  - Construction of simple objects is much faster
8401  - Interface lookup is lock-free and constant-time now
8402  - Reduced locking overhead when dealing with types
8403
8404 * GType now has a G_DEFINE_INTERFACE convenience macro
8405
8406 * GIO gained GUtf8InputStream, an input stream that
8407   performs utf-8 validation
8408
8409 * GLib now has byte-swap macros for gsize and gssize
8410
8411 * Bugs fixed:
8412 557151 Determining the newly_constructed boolean in gobject.c...
8413 557100 Performance improvements for GObjectClasses that don't...
8414 501166 Warning message says IA__g_type_init instead of g_type_init
8415 585375 Performance and Contention problems with g_type_class_ref...
8416 587892 Race in GType when instantiating the same class for the...
8417 603270 Input Stream validating utf8
8418 603476 gioenums.h:62: error: comma at end of enumerator list
8419 603540 g_time_val_from_iso8601 uses uninitialised variable
8420 603982 Stack overflow when reading file async with filter
8421 604645 G_DEFINE_INTERFACE_* documentation is not generated
8422 604875 Use of sa_len conflicts with system header
8423 320482 provide G_DEFINE_TYPE like macros for interfaces
8424
8425 * Updated translations:
8426  Estonian
8427  Hebrew
8428  Norwegian bokmål
8429  Vietnamese
8430  Welsh
8431
8432
8433 Overview of Changes from GLib 2.22.x to GLib 2.23.0
8434 ===================================================
8435
8436 * GIO:
8437  - GConverter: a generic interface for stateful conversions of data,
8438    suitable for charset conversion, compression, decompression, regexp
8439    replacement. Concrete implementations are GCharsetConverter,
8440    GZlibCompressor and GZlibDecompressor. GConverterInputStream,
8441    GConverterOutputStream are stream implementations that convert data
8442    while loading or saving it.
8443  - GMounts can now have a 'default location': a path that reflects
8444    the main entry point for the user (e.g. the home directory).
8445  - As a consequence of the compression support, GIO depends on zlib now.
8446
8447 * GObject:
8448  - G_IMPLEMENT_INTERFACE_DYNAMIC: a convenience macro for adding
8449    interfaces to dynamic types.
8450
8451 * GModule:
8452  - The -pthread flag has been added to all gmodule .pc files, because
8453    it is not generally permissible to load modules that are linked
8454    against libpthread if the program has not been compiled with threading
8455    support.
8456
8457 * Bugs fixed:
8458  601637 GUnixFDMessage should contain a GUnixFDList
8459  585566 GSocketListener API issues
8460  572252 Bug in g_file_test() function.
8461  600550 g_app_info_create_from_commandline doesn't treat arguments properly
8462  541236 not detecting exact content type
8463  350200 [PATCH] GTypeModule derived class unref does not unload plugin
8464  589631 Please enclose literal values with double quotes
8465  577711 cross compile check for g++ broken
8466  600620 Support X-GNOME-FullName in GAppInfo
8467  598899 GWin32DirectoryMonitor is broken
8468  593809 Nautilus does not restore the position of the icons on the desktop...
8469  563627 g_get_prgname() threadsafety
8470  600141 Add -pthread to gmodule pkg-config
8471  593856 file and directory monitors don't work when glib is compiled...
8472  324930 Nautilus should disallow copying of symlink to FAT drive early
8473  587300 Deadlock when calling g_cancellable_disconnect in a...
8474  595138 GFile not robust with invalid input
8475  591216 Warning building resolver.o
8476  590016 Does not compile under MinGW32 + Wine
8477  591214 Warnings building gcancellable.o
8478  561998 Have specific entry points (paths) for mounts...
8479  508157 Add G_IMPLEMENT_INTERFACE_DYNAMIC
8480  535159 g_file_has_parent
8481
8482 * Updated translations:
8483  Brazilian Portuguese
8484  Catalan
8485  Estonian
8486  Galician
8487  Norwegian bokmål
8488  Shavian
8489  Slovenian
8490  Spanish
8491  Swedish
8492
8493
8494 Overview of Changes from GLib 2.22.1 to GLib 2.22.2
8495 ===================================================
8496
8497 * GIO:
8498  - Support case-sensitive globs in the shared mime database,
8499    including support for the newer cache format that allows these.
8500    Case-sensitive globs have been introduced in shared-mime-info
8501    version 0.70
8502
8503 * GObject:
8504  - Speed up creation of simple objects
8505
8506 * Bugs fixed:
8507  597194 Typo in _G_TYPE_CVH macro
8508
8509 * Updated translations:
8510  Russian
8511
8512
8513 Overview of Changes from GLib 2.22.0 to GLib 2.22.1
8514 ===================================================
8515
8516 * Bugs fixed:
8517  596064 Test file marked for translation
8518  595972 possibly invalid search in mime_info_cache_dir_add_...
8519  596561 C99 style of declaration of variable in gmessages.c
8520  596314 g_utf16_to_utf8 returns an invalid UTF8 string
8521  596748 g_async_result_get_source_object returns a new ref
8522  593809 Nautilus does not restore the position of the icons...
8523  593775 uses inotify_init1 unconditionally
8524
8525 * Updated translations:
8526  Bengali
8527  Hebrew
8528
8529
8530 Overview of Changes from GLib 2.21.6 to GLib 2.22.0
8531 ===================================================
8532
8533 * Add gdb python macros to make gobject debugging more pleasant
8534
8535 * Bugs fixed:
8536  579050 Allow making selected critical and warning messages non-fatal
8537  594759 g_socket_send_message fails due to invalid sendmsg params
8538  593941 GNetworkAddress skipping addresses when enumerating
8539  594597 Fix build with srcdir != builddir
8540  595619 Include gdb pretty printers
8541
8542 * Changes that might affect bindings:
8543  - The error parameter of g_simple_async_result_set_from_error has been
8544    made const.
8545
8546 * Updated translations:
8547  Assamese
8548  Bengali India
8549  British English
8550  Bulgarian
8551  Catalan
8552  Czech
8553  Danish
8554  Finnish
8555  Galician
8556  Greek
8557  Gujarati
8558  Hindi
8559  Japanese
8560  Kannada
8561  Malayalam
8562  Marathi
8563  Norwegian bokmål
8564  Oriya
8565  Polish
8566  Punjabi
8567  Romanian
8568  Serbian
8569  Simplified Chinese
8570  Slovenian
8571  Spanish
8572  Tamil
8573  Telugu
8574  Thai
8575  Traditional Chinese
8576  Ukrainian
8577  Vietnamese
8578
8579
8580 Overview of Changes from GLib 2.21.5 to GLib 2.21.6
8581 ===================================================
8582
8583 * Minor API additions:
8584   g_mkstemp_full is a variant of g_mkstemp that allows to specify flags
8585   and permissions
8586
8587 * Bugs fixed:
8588  593232 g_rand_new: read no more than requested from /dev/urandom
8589  591995 use saved errno
8590  589491 g_time_val_from_iso8601 doesn't handle some cases
8591  593406 Permissions set to 777 after copying via Nautilus
8592  594034 Add g_mkstemp_full()
8593
8594 * Updated translations:
8595  Assamese
8596  Basque
8597  Brazilian Portuguese
8598  Czech
8599  Estonian
8600  French
8601  German
8602  Hungarian
8603  Italian
8604  Kannada
8605  Malayalam
8606  Marathi
8607  Norwegian bokmål
8608  Oriya
8609  Portuguese
8610  Swedish
8611  Tamil
8612  Turkish
8613
8614
8615 Overview of Changes from GLib 2.21.4 to GLib 2.21.5
8616 ===================================================
8617
8618 * A performance problem with trashing of many files has been fixed
8619
8620 * GResolver now invalidates the libc resolv.conf cache as needed
8621
8622 * Minor api additions:
8623  - g_cancellable_make_pollfd returns a boolean now. And there is a
8624    new function g_cancellable_release_fd that can be used to released
8625    the resources used by a GCancellable.
8626
8627 * Bugs fixed:
8628  589988 Compilation error on Solaris 9 (missing stdint.h)
8629  588901 gtcpconnection.c won't compile
8630  584246 GResolver needs to call res_init() when network state changes
8631  591714 Figure out failure handling for g_cancellable_make_pollfd()
8632  591532 redundent '/' returned from g_file_resolve_relative_path
8633  591378 Use MSG_NOSIGNAL in GSocket if it's available
8634  589649 API documentation migration for Base64 Encoding
8635  591840 configure fails with autoconf 2.64
8636
8637 * Updated translations:
8638  Basque
8639  Brazilian Portuguese
8640  Bulgarian
8641  Danish
8642  Estonian
8643  Finnish
8644  Galician
8645  Gujarati
8646  Hndi
8647  Irish
8648  Japanese
8649  Korean
8650  Norwegian bokmål
8651  Polish
8652  Portuguese
8653  Punjabi
8654  Spanish
8655  Swedish
8656  Telugu
8657  Traditional Chinese
8658  Thai
8659
8660
8661 Overview of Changes from GLib 2.21.3 to GLib 2.21.4
8662 ===================================================
8663
8664 * GTree is now refcounted
8665
8666 * Bugs fixed:
8667  587938 Undocumented limitation for g_str_equal
8668  587773 refcounts for GTree
8669
8670 * Updated translations:
8671  French
8672  Hebrew
8673  Norwegian bokmål
8674  Spanish
8675  Swedish
8676  Traditional Chinese
8677  Ukrainian
8678
8679
8680 Overview of Changes from GLib 2.21.2 to GLib 2.21.3
8681 ===================================================
8682
8683 * GMappedFile is refcounted now
8684
8685 * Mainloop: It is now possible to set per-thread default contexts,
8686   with g_main_context_push_thread_default.
8687
8688 * glib-mkenums supports a @basename@ substitution, in addition
8689   to @filename@.
8690
8691 * GIO:
8692  - Vfs implementations can support storing of per-file metadata.
8693  - GCancellable can now be subclassed.
8694  - Unmount and eject methods now optionally allow interaction, via
8695    variants that take a GMountOperation object.
8696
8697 * Bugs fixed:
8698  556706 Inconsistent help arguments -h, -?
8699  579449 FileChoosers no longer work if an idle handler is active
8700  579933 mainloop FD_CLOEXEC has a race condition
8701  579984 alternate GMainContext support
8702  585937 gio/gsocket.c (glib 2.21.2) does not compile (Windows/mingw)
8703  586675 Runtime library location
8704  586797 Add GCancellables to GSocket ops
8705  586868 g_filename_complete_get_completions doesn't always return...
8706  587415 g_resolver_lookup_by_name_finish returns a freed list
8707  587434 regression tests fail, at least on x86_64
8708  586928 Avoid g++ warning in g_error()
8709
8710 * Updated translations:
8711  Estonian
8712  Hebrew
8713
8714
8715 Overview of Changes from GLib 2.21.1 to GLib 2.21.2
8716 ===================================================
8717
8718 * GIO:
8719   - g_socket_speaks_ipv4 is a new function to check if a socket can
8720     speak IPv4.
8721   - g_socket_listener_add_address gained a new effective_address out
8722     parameter.
8723   - GIO now returns special icons for XDG user directories, by the
8724     name folder-music, folder-documents, etc.
8725   - GIO gained support for starting/stopping of drives, which can be used
8726     in connection with external hard disk enclosures, disk arrays, iSCSI
8727     devices, etc. See g_file_start/stop_mountable.
8728
8729 * GLib:
8730  - g_reload_user_special_dirs_cache is a new function to force GLib to
8731    reload the XDG user directory mapping from disk.
8732
8733 * Bug fixes:
8734  584574 glib compile failure on Mac OS X with gunixresolver.c and...
8735  585566 GSocketListener API issues
8736  584255 Incorrect freeing of thread pool in GThreadedSocketService
8737  585088 g_string_chunk_insert_len stops at nul bytes
8738  585360 Monitor fontconfig configuration files using gio causes m...
8739  580103 Terminal starts on Display :0.0 when started on :0.1 in D...
8740  580301 network: a few issues on old darwin
8741  583398 SRV weight sorting is incorrect
8742  584176 build fixes on FreeBSD
8743  585189 g_cancellable_reset() must be called in same thread as g_...
8744  585280 compilation dies on gio/gsocket.c, needs sys/uio.h to con...
8745  585281 gio/gunixfdmessage.c needs sys/types.h for platforms that...
8746  585478 don't leak the inotify fd
8747  585575 g_socket_listener_add_inet_port() doesn't do the right thing
8748  585599 g_socket_listener_add_socket() consumes the socket
8749  585676 GEmblem doesn't reference its 'icon' if that is set as a ...
8750  585717 "bytes" nautilus translation to french is not shown in th...
8751  541276 XDG directories should have their own icons
8752  585726 Grammatical error in GList documentation
8753  585520 Wrong warning option in documentation
8754  585673 GNOME Goal: Remove deprecated glib symbols
8755  585591 Starting/stopping drives
8756
8757 * Updated translations:
8758  Bengali India
8759  Norwegian bokmål
8760
8761
8762 Overview of Changes from GLib 2.21.0 to GLib 2.21.1
8763 ===================================================
8764
8765 * GIO:
8766  - Support for network IO has been added, including a low-level
8767    socket API and a high-level API for network connections and
8768    services.
8769  - Support for read-write access with GIOStream and its subclasses.
8770  - GMount gained a pre-unmount signal.
8771
8772 * Bug fixes:
8773  576104Implement GMount::pre-unmount
8774  578769 implement GWinHttpFileInputStream::close_fn
8775  582856 gsocket.c doesn't compile on Solaris
8776  569375 g[u]intptr undocumented
8777  573246 [FIX] g_desktop_app_info_dup() can access NULL pointer
8778  575013 g_cancellable_push_current() does not allow NULL
8779  577884 live-g-file.c:461: error: format ‘%d’ expects type ...
8780  578499 g_output_stream_splice and stream closing with gnio strea...
8781  579558 Application employing gvfs crashes with only libgvfscommo...
8782  583001 SIGPIPE (grr!)
8783  583061 Please add convenience function to connect to machines by...
8784  583198 typo in error message
8785  583206 use g_set_error_literal where appropriate
8786  583229 void function g_async_initable_init_async returns value
8787  583324 locking problem in g_main_context_iterate()
8788  583408 void function g_socket_control_message_serialize returns ...
8789  578786 wrong and confusing error message
8790  583205 g_inet_address_to_bytes has no length outparam
8791  583196 mem leak in keyfile test
8792  583663 GSocketType enum ends with a comma
8793  569024 Make g_error_new_valist public
8794  569376 missing G_G[U]INTPTR_FORMAT
8795  580347 off-by-1 bug in GWinHttpFile
8796
8797 * Updated translations:
8798  Oriya
8799  Spanish
8800  Valencian-Catalan
8801
8802
8803 Overview of Changes from GLib 2.20.x to GLib 2.21.0
8804 ===================================================
8805
8806 * GIO:
8807  - New helper functions g_cancellable_connect/disconnect to avoid
8808    race conditions when connecting to the "cancelled" signal on
8809    GCancellable.
8810  - New types and methods for dealing with IPv4 and IPv6 addresses (and
8811    UNIX domain socket addresses under UNIX). This does not include code
8812    for actual socket I/O.
8813  - GResolver provides asynchronous and cancellable APIs for resolving
8814    hostnames, reverse lookup of IP addresses and resolving SRV records.
8815
8816 * Glib now provides hash and comparison functions for int64 and double
8817   types, suitable for use with GHashTable.
8818
8819 * GArray, GPtrArray and GByteArray can be ref counted now, and have
8820   boxed types.
8821
8822 * Bugs fixed:
8823  572844 Helper for GCancellable::cancelled connect/disconnect
8824  578363 goption docs should be improved
8825  548466 async/cancellable DNS resolver
8826  579830 param spec strings should use P_()
8827  579862 requesting xattr::foo ends up calling getxattr(..., user...
8828  580453 Hash and equal functions for gint64 and gdouble
8829  580450 Reference counting and boxed types for arrays
8830  580194 gresolver doesn't build on Solaris
8831  580301 network: a few issues on old darwin
8832  580299 network: include sys/types.h before sys/socket.h to insur...
8833  572508 gmarkup speedup
8834  580546 g_strtoull() referenced in documentation...
8835  580656 g_key_file_set_string_list erroneously asserts list != NULL
8836  579272 leaks in g_simple_async_result_set_op_res_gpointer
8837
8838
8839 * Updated translations:
8840  Catalan (ca)
8841  Pashto (ps)
8842  Spanish (es)
8843
8844
8845 Overview of Changes from GLib 2.20.0 to GLib 2.20.1
8846 ===================================================
8847
8848 * Bug fixes:
8849  575555 Use fsync() when replacing files to avoid data loss on
8850  575708 runaway inotify madness
8851  575270 GVolumeMonitor::mount-pre-unmount not being emitted
8852  577128 glib make check Failed to execute child process...
8853  573673 Always show "backup" directories
8854  578369 g_time_val_from_iso8601() parses timezones incorrectly
8855  578002 Fix a small typo in GFile docs
8856  578017 G_DEFINE_TYPE_EXTENDED docs
8857
8858 * Updated translations:
8859  Arabic
8860  Assamese
8861  Basque
8862  Bularian
8863  Brazilian Portuguese
8864  British English
8865  Catalan
8866  Danish
8867  French
8868  Galician
8869  German
8870  Greek
8871  Hungarian
8872  Italian
8873  Japanese
8874  Kannada
8875  Lithuanian
8876  Malayalam
8877  Norwegian bokmål
8878  Oriya
8879  Polish
8880  Punjabi
8881  Russian
8882  Simplified Chinese
8883  Slovenian
8884  Spanish
8885  Swedish
8886  Tamil
8887
8888
8889 Overview of Changes from GLib 2.19.9 to GLib 2.20.0
8890 ===================================================
8891
8892 * Base64 support: Avoid integer overflows. CVE-2008-4316
8893
8894 * Bugs fixed:
8895  574019 GChecksum: document and guarantee hex characters in lower case
8896  573454 Unable copy/move files to directories symlinked to gvfs share
8897  561172 gnome-open fails on local URIs with anchors
8898  573970 crash in gunixvolumemonitor:update_mounts when unmounting
8899  573843 g_get_current_dir returns non-absolute path
8900
8901 * Updated translations:
8902  Assamese (as)
8903  Bengali (bn_IN)
8904  Czech (cs)
8905  Hindi (hi)
8906  Italian (it)
8907  Japanese (ja)
8908  Lithuanian (lt)
8909  Malayalam (ml)
8910  Marathi (mr)
8911  Oriya (or)
8912  Polish (pl)
8913  Romanian (ro)
8914  Telugu (te)
8915
8916
8917 Overview of Changes from GLib 2.19.8 to GLib 2.19.9
8918 ===================================================
8919
8920 * GMarkup:
8921  - Considerable speedup
8922
8923 * GIO
8924  - Add G_FILE_CREATE_REPLACE_DESTINATION flag to allow replacing
8925    the destination of a copying operation as if it did not exit before.
8926  - Be more careful when classifying files as desktop files
8927  - Support desktop file key X-GIO-NoFuse which disables the use
8928    of fuse pathnames for %u and %U arguments
8929
8930 * Bugs fixed:
8931  572672 glib/gthread.c: argument is different type
8932  572464 Doc for g_file_get_contents
8933  572151 “it's” and “its” confused in docs and comments
8934  570501 g_win32_get_system_data_dirs uses invalid conversion...
8935  167569 g_string_append_printf crashes on win32 when used...
8936  572508 gmarkup speedup
8937  560564 Replacing a symlink with its linked file truncates... 
8938  549298 impossible to copy files with p (pipe) flag
8939  543183 Clarify docs for g_file_has_prefix
8940  540461 g_memory_output_stream_get_data_size() doesn't behave...
8941  573462 GEmblemedIcon leak
8942  573421 Clarify message format in GMountOperation
8943  573658 Deadlock in giomodule.c
8944  556706 Inconsistent help arguments -h, -?
8945  573527 Wrong shell to run config.status in Makefile.in.in
8946  573128 A couple of typos in GObject documentation
8947
8948 * Updated translations:
8949  Catalan (ca)
8950  British English (en_GB)
8951  Spanish (es)
8952  Basque (eu)
8953  Finnish (fi)
8954  French (fr)
8955  Gujarati (gu)
8956  Hebrew (he)
8957  Hungarian (hu)
8958  Korean (ko)
8959  Maithili (mai)
8960  Norwegian bokmål (nb)
8961  Dutch (nl)
8962  Portugese (pt)
8963  Swedish (sv)
8964  Thai (th)
8965  Traditional Chinese (zh_HK)
8966  Traditional Chinese (zh_TW)
8967
8968
8969 Overview of Changes from GLib 2.19.7 to GLib 2.19.8
8970 ===================================================
8971
8972 * GIO: Fix missing exports of new API
8973
8974 * Fix strict aliasing warnings and violations to make Glib work
8975   with gcc 4.4
8976
8977
8978 Overview of Changes from GLib 2.19.6 to GLib 2.19.7
8979 ===================================================
8980
8981 * GIO
8982  - GFile gained an attribute for the actual file size in bytes
8983  - GMountOperation gained an "aborted' signal that allows to abort
8984    a mount operation from the backend side
8985
8986 * Bugs fixed:
8987  523742 Use noinst for non-installable libraries
8988  566747 URIs opened with firefox %u load as local files
8989  541225 Can't compile gio on AIX duplicate case value in gioerror.c
8990  571598 GAsyncResult with NULL gobject
8991  505042 add file attribute for actually used file size in bytes
8992
8993 * Updates translations:
8994  Basque (eu)
8995  Gujarati (gu)
8996  Italian (it)
8997  Japanese (ja)
8998  Norwegian bokmål (nb)
8999  Dutch (nl)
9000  Portugese (pt)
9001  Thai (th)
9002  Vietnamese (vi)
9003
9004
9005 Overview of Changes from GLib 2.19.5 to GLib 2.19.6
9006 ===================================================
9007
9008 * New format macro to print goffset data: G_OFFSET_FORMAT
9009
9010 * GIO: 
9011  - Add a GFilter{Input,Output}Stream::close-base-stream properties which
9012    determine whether the base stream will be closed when the filter stream
9013    is finalized.
9014  - g_data_input_stream_read_line and ..._read_until have asynchronous
9015    variants now.
9016
9017 * Bugs fixed:
9018  568294 A wrong reference in the description of g_bookmark_file_...
9019  563141 RFE: define G_OFFSET_FORMAT
9020  569105 g_time_val_to_iso8601() assumes time_t==long
9021  568394 dropping the last reference to a stream filter closes...
9022  568741 g_buffered_input_stream_fill_async doesn't work
9023  568723 g_buffered_input_stream_fill_async doesn't take count == -1
9024  568575 _async functions for GDataInputStream
9025
9026 * Updated translations:
9027  Bulgarian (bg)
9028  Finnish (fi)
9029  Hungarian (hu)
9030  Oriya (or)
9031  Swedish (sv)
9032  Traditional Chinese (zh_HK)
9033  Traditional Chinese (zy_TW)
9034
9035
9036 Overview of Changes from GLib 2.19.4 to GLib 2.19.5
9037 ===================================================
9038
9039 * Update included PCRE to 7.8
9040
9041 * g_base64_decode_inplace: New function to do base64 decoding in place
9042
9043 * Bugs fixed:
9044  567138 get_package_directory_from_module() does not free ...
9045  566569 gregex docs clarification
9046  566573 g_match_info_fetch_pos docs
9047  564728 Add function to decode base64 encoded data in place
9048  567838 G_STRUCT_OFFSETOF fails to compile under icc 9.1
9049  567977 textdomain() macro should not return NULL ...
9050  512779 --disable-regex breaks compilation
9051  566770 error code 0 for Too many open files is useless
9052  565484 g_content_type_guess passes non-UTF8 text to XDG ...
9053
9054 * Updated translations:
9055  Catalan (ca)
9056  Spanish (es)
9057  Italian (it)
9058  Swedish (sv)
9059
9060  
9061 Overview of Changes from GLib 2.19.3 to GLib 2.19.4
9062 ===================================================
9063
9064 * GIO:
9065   - Use O_NOATIME when sniffing mimetypes
9066   - Add a convenience method to check if a GSimpleAsyncResult
9067     is valid
9068
9069 * Bugs fixed:
9070  560676 function access for g_threads_supported
9071  565905 There is no g_context_group_set_translation_domain
9072  564210 SUN Studio 12 has supported visibility attribute
9073  565136 GObject's "notify" signal parameters are wrong in gtk-doc
9074  565831 error in interface creation sample
9075  566348 g_file_open_tmp uses the wrong g_mkstemp on win32
9076  566064 Add NOATIME flag to query_info_flags
9077  566170 g_async_result_verify_source_object
9078
9079 * Updated translations:
9080  Spanish (es)
9081  Norwegian bokmål (nb)
9082  Brazilian Portugese (pt_BR)
9083  Simplified Chinese (zh_CN)
9084
9085
9086 Overview of Changes from GLib 2.19.1 to GLib 2.19.3
9087 ===================================================
9088
9089 * Bugs fixed:
9090  508021 Add support for the CRIS and CRISv32 architectures
9091  526320 should not list mounts that the user doesn't have permission to use
9092  558458 Cannot build gio tests on Solaris using SUN cc
9093  555465 GUnix{Input,Output}Stream lacks fd/close_fd_at_close property
9094  558298 Hide ecryptfs mounts
9095  515777 incorrect date&time on copy
9096  562452 Ensure we return G_IO_ERROR_CANCELLED if cancelling
9097         g_simple_async_result_run_in_thread
9098  473150 g_type_module_use inconsistently increases the use
9099         counter in case of error
9100  563150 G_GU?INT*_MODIFIER/FORMAT docs
9101  563156 Document printing and scanning gunichar values
9102
9103 * Updated translations:
9104  Hebrew (he)
9105  Italian (it)
9106  
9107
9108 Overview of Changes from GLib 2.19.0 to GLib 2.19.1
9109 ===================================================
9110
9111 * GIO: 
9112   - g_icon_to_string, g_icon_new_for_string: GIcon serialization support
9113   - G_FILE_ATTRIBUTE_PREVIEW_ICON: new file attribute for preview images
9114   - g_app_info_get_commandline: new function to get the full commandline
9115   - g_mount_shadow, g_mount_unshadow, g_mount_is_shadowed: New functions 
9116     to 'shadow' mounts (i.e. hide them from the UI when they already
9117     have a different representation, like a bookmark) 
9118
9119 * Bugs fixed:
9120  556186 gpoll.h breaks gmain.h inclusion
9121  557087 mem leak in g_content_types_get_registered
9122  556921 gpoll.h breaks hal compilation
9123  557210 g_compute_checksum_for_* asserts with less than 2 bytes
9124  558381 Add support for compile time assertions
9125  558185 'parent' variable in g_local_file_get_child_for_display_name()
9126         hits g_object_unref(NULL) assertion
9127  558513 g_warn_if_fail FIXME in gtestutils
9128  558672 NULL key lookup using g_hash_table_lookup_extended() 
9129  555740 gicon serialization
9130  557182 preview functionality
9131  528320 Incorrect icons displayed for files with custom mimetype icons
9132  556910 Memory leak: sub
9133  557592 Missing include in gwinhttpfile.c
9134  556415 Crash on Windows 2000 in g_winhttp_vfs_init()
9135  555935 Clarify the mechanism of overwriting properties
9136  552776 ac_cv_func_posix_getgrgid_r not mentioned
9137  559448 GObject Reference Manual (typo)
9138  561212 GFileReadMoreCallback API doc refers to non-existant function
9139  560569 gkeyfile doesn't use the set list_separator in some cases
9140  560568 gkeyfile docs buglet
9141  559413 g_option_group_set_error_hook docs buglet
9142  562378 callback return value not respected for callback option
9143         with no arg
9144  559110 Do not include libintl.h after glibintl.h
9145  557603 carbon check output misplaced
9146  562544 g_key_file_get_string and g_key_file_get_value
9147         documentation does not explain the difference
9148  547264 Missing "no flags" flag
9149  562638 GDebugKey key member should be const
9150  562639 g_parse_debug_flags() parsing "help"
9151  562549 g_byte_array_free should tell how free data
9152  559452 GObject Reference Manual (typo)
9153  559462 GObject Reference Manual (typo)
9154  559517 GObject Reference Manual (typo)
9155  562538 GObject interface tutorial shouldn't finalise with
9156         "Please forget everything"
9157  561352 Leak of icon description
9158  561375 Leaks mountpoint description
9159  561807 inotify_sub.c: dup_dirname() fails to remove trailing '/'
9160  562393 g_buffered_input_stream_read_byte broken if data available
9161  541715 win32 : patch for warnings and signature problems in recent code
9162  547481 g_data_input_stream_read_line behaves not as stated in the docs
9163  548163 Nautilus displays wrong error message for too long file names
9164  559633 gtk_image_new_from_gicon does not always work for .desktop files
9165  555486 – No way to recover command line from GAppInfo
9166
9167 * Translation updates:
9168  Spanish (es)
9169  Ukrainian (uk)
9170
9171
9172 Overview of Changes from GLib 2.18.1 to GLib 2.19.0
9173 ===================================================
9174
9175 * Rewrite GHashTable to use open addressing with quadratic probing instead 
9176   of chaining. This has the potential to reduce memory fragmentation 
9177   significantly, while being slightly faster due to better locality and 
9178   no need to call alloc/free functions for nodes. Benchmarks suggest it 
9179   also uses less memory overall.
9180
9181 * Make g_poll available as public api
9182
9183 * New macros g_assert_error and g_assert_no_error to assert 
9184   that a GError is set or unset
9185
9186 * g_cancellable_make_pollfd: New method to make a GPollFD for a cancellable
9187
9188 * g_app_info_can_delete, g_app_info_delete, g_app_info_reset_type_associations:
9189   New functions to clean up app infos and content types
9190
9191 * When launching applications, always pass fuse file:// uris when possible,
9192   and let gio convert such uris back to gio uris.
9193
9194 * Bugs fixed:
9195  505361 gunixinputstream.c assumes poll() available
9196  509446 portable blocking gio cancellation
9197  553820 gpoll.c: undeclared identifier
9198  553724 python interpretter path not patched in correctly
9199  553857 gbacktrace.h requires signal.h
9200  553447 g_assert_no_error()
9201  554092 glib doesn't return G_FILE_ERROR_NOENT et al on OS X
9202  528670 Always pass file:/// uri's in GAppLaunchContext
9203  555224 Improve g_format_size_for_display doc
9204  555309 giochannel breaks on error
9205  554790 g_convert() misbehaves with winiconv versions
9206  555314 mem leak in gmarkup
9207  555313 GFileAttribute boxed type get_type function should...
9208  552861 glib-2.0.m4 calls system(3) without storing its result
9209  554557 Patch to fix gcc warnings about missing format specifiers
9210  552107 Small libtool fixes
9211  551355 Make glib build with libtool 2.2
9212  555311 format not a string literal and no format arguments
9213  556101 static mutex yields warnings with g++
9214  556186 gpoll.h breaks gmain.h inclusion
9215  526456 Open addressing in GHashTable
9216  553426 cancellable clarifications
9217  545350 GAppInfo deletion
9218  545351 Reset associations for content type
9219  552168 volume's mount not mounted after g_volume_mount_finish
9220  554970 segfault when update-desktop-database is not available...
9221  554745 GFileAttributeInfoList should be boxed
9222  555121 Improved build-time handling of gio module-dir
9223  555711 Wrong fallback order of mimetype icons
9224  555331 Deprecate adoption of mounts
9225  556335 make check fails in abicheck.sh
9226  556334 Warning when building without selinux support
9227  556422 g_file_enumerator_next_file: unclear...
9228
9229 * Updated translations:
9230  Arabic (ar)
9231  Danish (da)
9232  Polish (pl)
9233  Brazilian Portugese (pt_BR)
9234  Romanian (ro)
9235  Russian (ru)
9236
9237
9238 Overview of Changes from GLib 2.18.0 to GLib 2.18.1
9239 ===================================================
9240
9241 * Bugs fixed:
9242  550433 g_test_init doesn't recognize --help
9243  523463 Core dump in gmain.c:2482:IA__g_main_context_check
9244  551228 G_STRFUNC on recent Sun compiler should be expanded...
9245  551410 gtestutils.c: using printf without prototype
9246  551731 g_date_set_time[_t] docs should mention what timezone
9247  548321 <string.h> is not included in gi18n-lib.h
9248  551149 xdgmime mem leak
9249  550647 synchronous pipe I/O when reading mount reply
9250  551887 Docs for g_desktop_app_info_new_from_filename aren't...
9251  551681 g_content_type_guess() too naive with filenames
9252  552352 g_app_info_launch doesn't work if "Path" key...
9253  551408 gmodule.def generated to builddir...
9254  552359 g_file_info_get_icon should return GThemedIcon, and...
9255
9256 * Updated translations:
9257  Arabic (ar)
9258  Bengali India (bn_IN)
9259  British English (en_GB)
9260  Hindi (hi)
9261  Croatian (hr)
9262  Korean (ko)
9263  Oriya (or)
9264  Turkish (tr)
9265  Telugu (te)
9266
9267
9268 Overview of Changes from GLib 2.17.7 to GLib 2.18.0
9269 ===================================================
9270
9271 * Win32:
9272   - rework the g_poll() implementation to match poll() semantics more closely
9273
9274 * Bugs fixed:
9275  324234 Using g_io_add_watch_full() to wait for connect() to return...
9276  548278 Async GETs connections are always terminated unexpectedly...
9277  500246 Bug fixes for giowin32
9278  523939 Example program for GValue
9279  550096 GBookmarkFile parser is not forward compatible
9280  550040 Move GString, rand and printf tests to the unit test framework
9281  550104 trivial documentation fix for g_get_home_dir
9282  548988 g_file_replace fails on Windows when the target file exists
9283  550059 Wrong docs for g_emblemed_icon_add_emblem
9284  548800 Missing a g_object_get_type function
9285  550056 Missing documentation for g_emblemed_icon_get_emblems
9286
9287 * Updated translations:
9288  Bulgarian (bg)
9289  Czech (cs)
9290  German (de)
9291  Estonian (et)
9292  Basque (eu)
9293  French (fr)
9294  Hebrew (he)
9295  Hungarian (hu)
9296  Italian (it)
9297  Japanese (ja)
9298  Lithuanian (lt)
9299  Maithili (mai)
9300  Dutch (nl)
9301  Swedish (sv)
9302  Thai (th)
9303  Ukrainian (uk)
9304  Vietnamese (vi)
9305
9306
9307 Overview of Changes from GLib 2.17.6 to GLib 2.17.7
9308 ===================================================
9309
9310 * More fixes for 64-bit Windows
9311
9312 * GIO
9313  - Add a vfs implementation for HTTP and HTTPS URIs on Windows
9314
9315 * Bugs fixed:
9316  546329 API docs for g_utf8_normalize() are incorrect
9317  546876 Modify GMarkup parser to accept &#x1; .. &#x1f;
9318  547200 g_utf8_find_next_char() issues
9319  547637 unconditional #include of sys/statfs.h in configure
9320  547337 G_DISABLE_DEPRECATED breaks tests build
9321  547832 gtk+-2.12.11 fails to build - AC_PROG_MMAP too strict
9322  502498 Test framework assertion failures should follow gcc
9323  546371 Improve docs re g_file_monitor
9324  546483 GThemedIcon:use-default-fallbacks is not readable without...
9325  546132 GFileIcon is bindings-unfriendly
9326  542156 zfs mount in home directory shown on nautilus desktop 
9327  535124 umask 002 not being applied for new directories...
9328  547080 g_file_copy leaks expected errors
9329  546582 Callbacks from GFileMonitor present a GFile...
9330  547262 Missing link in the docs
9331
9332 * Updated translations:
9333  Arabic (ar)
9334  Catalan (ca)
9335  Spanish (es)
9336  Basque (eu)
9337  Finnish (fi)
9338  Galician (gl)
9339  Hebrew (he)
9340  Marathi (mr)
9341  Norwegian bokmål (nb)
9342  Portugese (pt)
9343  Brazilian Portugese (pt_BR)
9344  Swedish (sv)
9345  Thai (th)
9346
9347
9348 Overview of Changes from GLib 2.17.4 to GLib 2.17.6
9349 ===================================================
9350
9351 * Fix problems on 64-bit Windows
9352
9353 * g_markup_context_get_user_data: New function to access
9354   the user_data outside of callbacks
9355
9356 * GIO
9357  - g_mount_guess_content_type_sync: synchronous version of
9358    g_mount_guess_content_type
9359  - GEmblem: A GIcon implementation that adds emblem-related
9360    metadata to icons
9361  - GEmblemedIcon: A GIcon implementation that can add emblems
9362    to icons
9363
9364 * Bugs fixed:
9365  544088 option_test_LDADD is left in tests/Makefile.am
9366  544465 gmarkup makes it hard to use pre-rolled parsers
9367  545485 Implicit declaration of utime()
9368  545798 "Since: 2.18" mark is missing in g_set_error_literal...
9369  544140 fam-helper 64-bit issue
9370  529694 SELinux context setting support
9371  545157 wrong/no list of "open with" applications for .cc...
9372  545203 gfile.c: argument is different type
9373  545457 gdmsetup crashed with SIGSEGV in g_unix_mount_guess...
9374  544177 Fix trivial cut and paste error in documentation
9375  545395 Language tweak for g_value_set_string* docs
9376  541036 Gnumeric crashes when trying to open Desktop...
9377  546079 leak in xdgmime
9378  545395 Language tweak for g_value_set_string* docs
9379  546017 Don't copy attributes when copying a symlink
9380
9381 * Updated translations:
9382  Arabic (ar)
9383  Estonian (et)
9384  Galician (gl)
9385  Italian (it)
9386  Japanese (ja)
9387  Korean (ko)
9388  Norwegian bokmål (nb)
9389  Pashto (ps)
9390  Portugese (pt)
9391
9392
9393 Overview of Changes from GLib 2.17.3 to GLib 2.17.4
9394 ===================================================
9395
9396 * GIO:
9397  - New API to handle content types: g_mount_guess_content_type,
9398    g_content_type_guess_for_tree.
9399  - Export the eject-button signal on the volume monitor class
9400  - New API to enable out-of-process volume monitors: 
9401    g_volume_get_activation_root
9402
9403 * GObject:
9404  - New API to handle signals without slots in the class structure:
9405    g_signal_new_class_handler, g_signal_override_class_handler   
9406
9407 * Internationalization:
9408  - Add an NC_ macro that is a no-op equivalent of C_
9409
9410 * GMarkup:
9411  - Add two new functions g_markup_parse_context_push,
9412    g_markup_parse_context_pop to support "subparsers"
9413
9414 * Bugs fixed:
9415  541208 Functions to easily install and use signals without...
9416  541507 Ambiguous description of assigned characters in the...
9417  543040 async reading on dummy file will crash on GIO_USE_VFS=local
9418  543560 enable gio-FEN back-end warnings on Solaris will crash...
9419  528317 GRegex does not allow recursion limit
9420  337518 GMarkup: Subparser support
9421  541794 drive-eject-button signal
9422  541793 activation root for volumes
9423  467707 test_iconv_state() in tests/convert-test.c fails on AIX 5.3
9424  428048 2 of 51 tests fail on Solaris
9425  542332 small fix for error message in GMarkup
9426  482413 get_contents_stdio -- overflow and memory corruption
9427  406120 g_ascii_strtod
9428  334234 "printf" format error
9429  536996 Missing noop i18n macro equivalent to C_
9430  540616 mem leak in filechooser button
9431  539229 gobject-query calls itself query
9432  521589 [RFC] gobject documentation should mention Vala
9433  543168 Description of G_SLICE=debug-blocks discourages its use
9434  543220 Case collision on gio-extension-points.html
9435  530759 update the gobject tutorial to the XXI century
9436  535223 gbookmark file inefficiency ...
9437  543504 crash in Epiphany Web Browser: Opening local file
9438
9439 * Updated translation:
9440  German (de)
9441  Estonian (et)
9442  Pashto (ps)
9443  Albanian (sq)
9444  Thai (th)
9445  Traditional Chinese (zh_HK)
9446  Traditional Chinese (zh_TW)
9447
9448
9449 Overview of Changes from GLib 2.17.1 to GLib 2.17.3
9450 ===================================================
9451
9452 * PCRE
9453  - fix for CVE-2008-2371 
9454
9455 * Bugs fixed:
9456  538119 glib's mainloop leaks a pipe to sub-processes
9457  537635 Corrections and improvements to g_time_val_{to,from}_iso8601
9458  539067 The document g_io_channel_win32_new_fd() says...
9459  535949 annotate g_strip_context and g_dpgettext with G_GNUC_FORMAT
9460  539123 annotate g_d[n]gettext with G_GNUC_FORMAT
9461  539074 Cannot get exit status with g_spawn_command_line_sync
9462  316221 G_LOCK warns about breaking strict-aliasing rules
9463  539770 migrate gstrfunc unit tests to gtest
9464  539626 Update docstrings for g_object_freeze_notify and g_object_thaw_notify
9465  538044 unconditional use of LC_MESSAGES
9466  540545 Monotonic time and timer offset
9467  535947 want g_set_error_literal
9468  539999 glibconfig.h: add GLIB_USING_SYSTEM_PRINTF 
9469  536252 GFileEnumerator should allow access to the containing GFile
9470  538362 Get Win32 icons back in the file chooser
9471  540802 g_list_prepend doesn't concat lists
9472  540423 unrecoverable error after g_seekable_truncate
9473  538836 make check failure on PPC and ALPHA: pltcheck.sh on g_atomic_pointer_get
9474  539090 g_content_type_from_mime_type() should unalias
9475  540331 g_file_append_to () documentation: can return NULL
9476  534639 add g_desktop_app_info_new_from_keyfile
9477  536733 gio build failure on Irix
9478  536160 Add g_file_monitor()
9479  538127 FileChooser broken on win32
9480  531476 /live-g-file/test_traverse_structure test fails on Mac HFS+
9481  538564 gio should have gio-types.h
9482  540047 glib-genmarshal.c: '#include <io.h>' is too before
9483
9484 Updated translations:
9485  Korean (ko)
9486  Occitan (oc)
9487
9488
9489 Overview of Changes from GLib 2.17.0 to GLib 2.17.1
9490 ===================================================
9491
9492 * New function: g_utime(), a gstdio wrapper for utime()
9493
9494 * New functions: g_dgettext() and g_dngettext(), wrappers
9495   for corresponding gettext functions with added functionaliy
9496
9497 * Support the latest version of the shared-mime spec, including
9498   icons for mime types 
9499
9500 * New function: g_themed_icon_prepend_name()
9501
9502 * Bugs fixed: 
9503  535418 Please document which glib version defines goffset
9504  528715 Misprint in the description of the interface g_type_class_add_private
9505  528714 Misprint in the description of the interface g_param_spec_flags
9506  537260 Doc bug in G_TYPE_INSTANCE_GET_CLASS()
9507  530527 Misprint in the description of the interface 
9508         g_cclosure_marshal_VOID__FLAGS
9509  530526 Misprint in the description of the fields 'class_init' and 
9510         'class_finalize' of the structure GTypeInfo
9511  528719 Improvement to the documentation of the "g_object_connect" interface
9512  528172 gtk_signal_handlers_unblock_* functions return value
9513         amount of matched signals, not amount of actually unblocked
9514  528717 Misprint in the description of the parameter 'type_id' for 
9515         the interface g_type_register_fundamental
9516  528716 Misprint in the description of the parameter 'iface_data' for 
9517         the callback types GInterfaceInitFunc and GInterfaceFinalizeFunc 
9518  537555 GObject instantiation not thread safe
9519  537546 'desktop' shortcut in file chooser looks like a generic folder
9520  537392 Additional colon in xattr name
9521  536641 Filesystem querying in gio does not list AFS and autofs file systems
9522  528600 g_dummy_file_get_parent("scheme://example.com/")
9523  503071 Application direction changes to right to left even if theres no 
9524         translation
9525  502511 g_assert_cmphex prints invalid message
9526  338162 Use po/LINGUAS
9527  314453 Nautilus crashes in Solaris when browsing the attached file
9528  529321 make check fails in glib/pcre
9529  455215 g_get_user_special_dir: no reference about G_USER_DIRECTORY_DOWNLOAD 
9530         fallback to $HOME/Desktop if xdg-user-dirs is not in use
9531  498732 g_key_file_to_data cannot fail
9532  511367 add g_file_make_directory_with_parents
9533  531900 Use __builtin_offsetof for G_STRUCT_OFFSET if building with 
9534         gcc 4.0 or newer
9535  536158 also bump GHashTable version when a node is removed via
9536         g_hash_table_iter_remove()/g_hash_table_iter_steal()
9537  531403 g_utf8_collate broken on Mac
9538  535628 test/patterntest.c still includes gpattern.h directly
9539  535625 alias.h:2648: error: 'utime' undeclared here (not in a function)
9540
9541 * Translation updates:
9542  Arabic (ar)
9543  German (de)
9544  Italian (it)
9545  Norwegian bokmål (nb)
9546  Thai (th)
9547
9548
9549 Overview of Changes from GLib 2.16.x to GLib 2.17.0
9550 ===================================================
9551
9552 * Update to Unicode 5.1
9553
9554 * Update included libcharset to the one shipped with libiconv 0.12
9555
9556 * Update included PCRE to 7.7
9557
9558 * Enforce that only toplevel headers are directly included.
9559   This is turned on by default for GObject and GIO. To turn
9560   it on for GLib, define G_DISABLE_SINGLE_INCLUDES.
9561
9562 * Fix library version of GIO.  GLib 2.16 shipped with libgio-2.0.so.0.0.0
9563
9564 * On Solaris, use FEN for file monitoring in GIO
9565
9566 * Use the GIO_EXTRA_MODULES environment variable to find
9567   additional GIO modules 
9568
9569 * G_GNUC_ALLOC_SIZE: New macro that wraps the gcc alloc_size
9570   function attribute
9571
9572 * g_checksum_reset: New function to reset the state of a GChecksum 
9573
9574 * g_unix_mount_monitor_set_rate_limit: New function to limit the 
9575   rate at which events are reported
9576
9577 * g_file_query_file_type: New utility function to query the type of
9578   a file
9579
9580 * g_memory_output_stream_get_data_size: New function to obtain the
9581   size of the written data.
9582
9583 * Bugs fixed:
9584  522292 Gives warnings in glib/gutils.h with GCC in C99 mode
9585  523298 win_iconv can't convert from UTF-8 to GB18030 (or vice versa)
9586  518160 replace two g_strdup_printf calls in GBookmarkFile
9587  523877 gbookmarkfile: avoid using g_string_append_printf() and
9588         other optimizations 
9589  525192 100% CPU if run main loop with no IO sources
9590  315437 extern inline -> static inline
9591  524314 g_convert() on Win32 implicitly converts full width
9592         alphanumerics into half width
9593  525732 Error in documentation for g_list_first
9594  525674 A typo in gmarkup.c
9595  448943 g_timeout_add_seconds() problems
9596  525972 UCS-4 not in the new win_iconv implementation
9597  526619 make test-report crash
9598  491554 Update to Unicode 5.1.0
9599  519137 g_slice_dup macro needs cast for 64-bit platform
9600  528752 Win32 build and SSL not working
9601  530457 G_USER_DIRECTORY_DOWNLOAD folder improperly mapped
9602  528667 Typos in testing module documentation
9603  459905 Bug in wcwidth data
9604  534085 g_unichar_iswide_cjk() has a totally wrong table
9605  501651 Update glib/libcharset
9606  519026 G_STMT_START/G_STMT_END test a non-existent preprocessor symbol
9607  534319 GLib's .pc files could use Libs.private
9608  534137 Typo in g_spawn_async_with_pipes doc
9609  517419 gio win32 directory monitor
9610  526796 Wrong order of arguments in g_file_copy's fallback
9611  530196 _g_local_file_has_trash_dir() doesn't handle st_dev == 0
9612  532965 Should not return filesystem::free for certain file systems
9613  525553 fix typo and nitpicking in GArray documentation
9614  526572 Missing * in declaration of parent_class in Object
9615         Destruction section of GObject Reference Manual
9616  528648 Extra >s in Object Construction section
9617  535021 g_param_spec_internal documentation should
9618         describe purpose of nick and blurb
9619  521513 Firefox crash when using file picker
9620  528433 gdesktopappinfo snafu ...
9621  533369 API g_file_info_get_attribute_string () unables to get "...
9622  521045 glib f_fstypename miscellany
9623  521672 compile error
9624  521946 control rate limit on GUnixMountMonitor
9625  522335 Fails to build: glib/gtester.c:276: error: 'ARG_MAX' unde...
9626  523015 Implement sliding window based upload operation
9627  523019 Use new GCC 4 feature
9628  523338 list nfs4 as a nfs mount type
9629  524350 Make glib build without NLS again
9630  524579 g_file_copy reports wrong total on progress callback for ...
9631  524742 A typo in gtestutils.c.
9632  524950 Minor documentation typos.
9633  525866 the user directory should not be considered as a mount to...
9634  526320 should not list mounts that the user doesn't have permiss...
9635  527132 nautilus crash when making ftp connection
9636  532852 CRITICAL **: totem_pl_parser_parse_with_base: assertion `...
9637  534759 Build failure in gio
9638  534764 Typo in error produced by g_file_make_directory
9639  521851 Redudant tests in gunixmounts.c
9640  524344 glib/gthread.h still use G_GNUC_PRETTY_FUNCTION
9641  525060 glib fails to build with -DG_DISABLE_ASSERT in CPPFLAGS o...
9642  534177 Invalid description of the interface g_cclosure_marshal_S...
9643  520715 Add GFile method g_file_query_file_type
9644  523039 nautilus can't access to trash/computer/network if gvfs i...
9645  
9646 * Updated translations:
9647  Arabic (ar)
9648  Bulgarian (bg)
9649  Catalan (ca) 
9650  Czech (cs)
9651  Greek (el)
9652  Candian English (en_CA)
9653  British English (en_GB)
9654  Spanish (es)
9655  Estonian (et)
9656  Basque (eu)
9657  Galician (gl)
9658  Hebrew (he)
9659  Hungarian (hu)
9660  Japanese (ja)
9661  Lithuanian (lt)
9662  Norwegian bokmål (nb)
9663  Dutch (nl)
9664  Occitan (oc)
9665  Portugese (pt)
9666  Russian (ru)
9667  Slovak (sk)
9668  Albanian (sq)
9669  Swedish (sv)
9670  Turkish (tr)
9671  Vietnamese (vi)
9672
9673
9674 Overview of Changes from GLib 2.16.0 to GLib 2.16.1
9675 ===================================================
9676
9677 * Fix a crash in g_themed_icon_new
9678
9679 * Update the included PCRE to 7.6
9680
9681
9682 Overview of Changes from GLib 2.15.6 to GLib 2.16.0
9683 ===================================================
9684
9685 * Fix the definition of G_INLINE_FUNC to work with gcc 4.3.0
9686
9687 * GIO:
9688  - Add missing GMountMountFlags argument to g_unix_volume_mount
9689  - Fix the adopt_orphan_mount vfunc to take a volume monitor 
9690    reference
9691  - Add properties to GThemedIcon for bindings sake
9692
9693 * Bugs fixed:
9694  520484 gvfsd-trash crashed with SIGSEGV in g_path_is_absolute()
9695  510855 g_checksum_update(): Take -1 for length.
9696  517676 g_themed_icon_new*() do more than call g_object_new().
9697  518816 should handle rmdir returning EEXIST correctly
9698  519352 g_[s]list_delete_link() docs
9699  519489 Fixes for sparse warnings in gio
9700  520169 add monitor argument to vfunc for GVolumeMonitor
9701  520700 Add type check in g_file_query_exists
9702  521145 FILE_READ_ONLY_VOLUME not present on Mingw32
9703  518720 No MIME type for empty files
9704  521013 in documentation, goffset doesn't say "Since 2.x"
9705  521028 Missleading error messages from g_io_channel_set_encoding()
9706  517484 GMainLoop could set the thread "Alertable" for APCs to be... 
9707
9708 * Updated translations:
9709  Assamese (as)
9710  Bengali India (bn_IN)
9711  Czech (cs)
9712  German (de)
9713  Spanish (es)
9714  Estonian (et)
9715  Finnish (fi)
9716  French (fr)
9717  Gujarati (gu)
9718  Italian (it)
9719  Lithuanian (lt)
9720  Malayalam (ml)
9721  Marathi (mr)
9722  Norwegian bokmål (nb)
9723  Romanian (ro)
9724  Russian (ru)
9725  Slovak (sk)
9726  Ukrainian (uk)
9727
9728  
9729 Overview of Changes from GLib 2.15.5 to GLib 2.15.6
9730 ===================================================
9731
9732 * GIO:
9733  - New file attributes: trash::item-count, filesystem::use-preview
9734  - Rename g_file_contains_file to g_file_has_prefix
9735  - g_file_query_filesystem_info grew async variants
9736  - g_themed_icon_append_name: new convenience function
9737  - g_content_type_get_icon is implemented now
9738  - Only show mounts in /media and ~
9739  - g_file_contains_file has been renamed to g_file_has_prefix
9740
9741 * Win32:
9742  - g_win32_get_package_installation_directory_of_module: new function
9743    which supersedes g_win32_get_package_installation_directory
9744  - Use alertable wait functions so that I/O completion routines or 
9745    user-mode Asynchronous Procedure Calls can be run
9746  - Fix race conditions in g_spawn implementation on win32
9747
9748 * Other:
9749  - g_uri_get_scheme has been renamed go g_uri_parse_scheme
9750
9751 * Updated translations:
9752  Arabic (ar)
9753  Belarusian Latin (be@latin)
9754  Catalan (ca) 
9755  British English (en_GB)
9756  Finnish (fi)
9757  Galician (gl)
9758  Hebrew (he)
9759  Italian (it)
9760  Kannada (kn)
9761  Norwegian bokmål (nb)
9762  Dutch (nl)
9763  Brazilian Portugese (pt_BR)
9764  Vietnamese (vi)
9765
9766
9767 Overview of Changes from GLib 2.15.4 to GLib 2.15.5
9768 ===================================================
9769
9770 * Update the included PCRE to 7.6
9771
9772 * GIO:
9773  - g_volume_should_automount: new function to determine if a volume
9774    should be mounted automatically
9775  - g_file_query_default_handler: new convenience function to get
9776    the default handler for a file
9777  - g_app_info_launch_default_for_uri new convenience function to
9778    launch the default handler for a URI
9779  - Use mimeapps.list and defaults.list as discussed on xdg list
9780    recently
9781  - g_app_info_get_default_for_uri_scheme has a real implementation
9782    now (gvfs provides a GConf-based implementation)
9783  - There is the beginning of a test suite
9784  - standard::description:  new file attribute
9785  - GMountMountFlags flags argument added to mount calls
9786
9787 * GObject:
9788  - class initialization is now threadsafe
9789
9790 * Updated translations:
9791   Arabic (ar)
9792   Catalan (ca)
9793   Spanish (es)
9794   Basque (eu)
9795   Italian (it)
9796   Japanese (ja)
9797   Kannada (kn)
9798   Korean (ko)
9799   Macedonian (mk)
9800   Occitan (oc)
9801   Portugese (pt)
9802   Brazilian Portugese (pt_BR)
9803   Swedish (sv)
9804   Thai (th)
9805
9806
9807 Overview of Changes from GLib 2.15.3 to GLib 2.15.4
9808 ===================================================
9809
9810 * G_GNUC_PRETTY_FUNCTION has been deprecated
9811
9812 * GIO:
9813  - g_file_copy has an async variant now
9814  - Drives and volumes now have API to get identifiers
9815    like Hal UDIs or UUIDs.
9816  - There is now a registration API to let modules register
9817    extensions they provide, such as volume monitor implementations
9818
9819 * Bugs fixed:
9820   511807 g_time_val_to_iso8601() uses MT-unsafe gmtime() function
9821   316260 [patch] Doc patches for gnode (2.8.1)
9822   385132 solaris gettext support fix
9823   484261 ./configure check for system PCRE unicode support fails w...
9824   510292 GOption main help not shown
9825   511580 Implement g_file_copy_async
9826   511654 Compile errors due to C99 constructs
9827   487909 g_utf8_strreverse and combining marks
9828   512381 unused variable 'is_main_group' 
9829
9830 * Updated translations:
9831   Arabic (ar)
9832   Belarusian (be)
9833   Czech (cz)
9834   Spanish (es)
9835   French (fr)
9836   Galician (gl)
9837   Portugese (pt)
9838   Russian (ru)
9839   Swedish (sv)
9840   Thai (th)
9841
9842
9843 Overview of Changes from GLib 2.15.2 to GLib 2.15.3
9844 ===================================================
9845
9846 * GChecksum:
9847  - g_checksum_update can accept nul-terminated strings
9848  - The MD5 implementation works correctly on buffers 
9849    that are longer than 64 bytes
9850
9851 * GIO:
9852  - Don't include a copy of the inotify headers, rely on system headers
9853  - g_file_find_enclosing_mount has an async variant now
9854  - Reduntant seek API on file streams has been removed
9855
9856 * Bugs fixed:
9857   508602 gmemory{in|out}putstream.c: unknown pointer size
9858   508771 There is no g_file_test/exists() for GFile
9859   508773 g_uri_escape_string() documentation unclear.
9860   509465 AM_PATH_GLIB_2_0 doesn't support gio
9861   509626 async functions: Document allowed NULL callback?
9862   509990 GSeekable documentation unclear
9863   510448 No inotify support on ARM or SH5
9864   510855 g_checksum_update(): Take -1 for length. 
9865
9866 * Updated translations:
9867   Basque (eu)
9868   Marathi (mr)
9869   Swedish (sv)
9870   Ukrainian (uk)
9871
9872
9873 Overview of Changes from GLib 2.15.1 to GLib 2.15.2
9874 ===================================================
9875
9876 * GIO:
9877  - Mount operation API change: unhandled methods get reported via 
9878    the reply, rather than by the signal emission return value
9879  - File monitor API change: Add a GError argument to g_file_monitor_file
9880  - g_unix_mount_guess_should_display(): new function
9881
9882 * Bugs fixed:
9883   508224 [PATCH] FAM backend crashes due to double free
9884   508074 GAsyncResult documentation suggests g_freeing it.
9885   508108 GFile documentation slightly unclear.
9886   508309 rpc_pipefs mount points should be hidden
9887   508378 GFileInfo documentation implies that it changes attribute...
9888   508719 g_file_get_relative_path fails if parent is root
9889   508773 g_uri_escape_string() documentation unclear.
9890
9891 * Updated translations:
9892   Arabic (ar)
9893   Spanish (es)
9894   Hebrew (he)
9895   Italian (it)
9896   Korean (ko)
9897   Turkish (tr)
9898
9899
9900 Overview of Changes from GLib 2.15.0 to GLib 2.15.1
9901 ===================================================
9902
9903  * Portability fixes:
9904  - Assertion functions are marked as noreturn again
9905  - Handling of inline functions has been fixed to work with gcc 4.3
9906  - C99 comments have been removed from headers
9907  - The nonportable sed -i option is no longer used
9908
9909  * GIO:
9910   - Clarified the semantics of g_app_info_get_all()
9911   - API for memory input and output streams has been changed a bit
9912   - GDirectoryMonitor has been removed; GFileMonitor can monitor
9913     files and directories now
9914
9915  * Bugs fixed:
9916    504829 Invalid environment passed to g_spawn_async in g_desktop_...
9917    505258 crash in Users and Groups: Adding a user
9918    505815 g_content_types_get_registered should not g_free keys
9919    491218 g_timer_new() doesn't initialize timer->end
9920    315437 extern inline -> static inline
9921    476856 Inconsistency between standard and implementation of the ...
9922    480122 g_module_open fails to open modules with ".la" extension
9923    495589 gspawn.c failing to set FD_CLOEXEC
9924    500273 doesn't build with --disable-visibility
9925    504142 Do not show empty groups in --help output
9926    504879 giofam incorrectly linked
9927    505042 add file attribute for actually used file size in bytes
9928    505058 xattr namespace docs
9929    505674 Misprint in the definition of the macro G_CCLOSURE_SWAP_DATA
9930    505730 Fails to build on OSX 10.4: _NSGetEnviron not declared
9931    505887 older darwin lacks lchown
9932    506374 gmemoryinputstream api
9933    506461 Conversion of g_assert_not_reached() and friends into fun...
9934    503051 Small bug in glib interface
9935    506395 Updates to GIO documentation
9936    507628 Missing .pc entry for gio linking against glib
9937    505195 [patch] typo in g_try_new0 docs 
9938    507822 g{file,directory}monitor changes signal problem
9939    506377 gmemoryoutputstream write implementation
9940    507835 bug in gunixinputstream 
9941
9942  * Updated translations:
9943    Arabic (ar)
9944    Belarusian Latin (be@latin)
9945    Spanish (es)
9946    Basque (eu)
9947    Irish (ga)
9948    Hebrew (he)
9949    Occitan (oc)
9950    Vietnamese (vi)
9951
9952
9953 Overview of Changes from GLib 2.14.x to GLib 2.15.0
9954 ===================================================
9955
9956 Major new features:
9957
9958  * GIO: a VFS API, designed to replace GnomeVFS. The GIO implementation 
9959    in GLib has support for local filesystems. The new, separate gvfs 
9960    module contains various backend implementations (cifs, ftp, sftp,
9961    http, ...)
9962
9963  * GChecksum: provides various hash algorithms, such as MD5, SHA-1
9964    and SHA-256
9965  
9966  * GTest: a test framework 
9967  
9968 Smaller additions:
9969
9970  * GHash:
9971  - GHash has iterators, as an alternative to g_hash_table_foreach
9972
9973  * GMarkup: 
9974  - g_markup_parse_context_get_element_stack: New function to
9975    get the stack of open elements
9976  - G_MARKUP_PREFIX_ERROR_POSITION: New flag to improve error
9977    reporting
9978  - g_markup_collect_attributes: Convenience function for handling
9979    attributes
9980
9981 * GKeyFile: 
9982  - Functions that take a GError now return a boolean to indicate 
9983    success, instead of void
9984  - Various performance improvements
9985
9986 * GAsyncQueue:
9987  - g_async_queue_new_full: new function that allows to specify
9988    a free function for leftover elements
9989  
9990 * GError:
9991  - g_prefix_error and g_propagate_prefixed_error: New functions
9992    to ease error propagation
9993
9994 * Internationalization:
9995  - C_: A new 2-argument variant of the Q_() macro 
9996  - Use native character set conversion API on Windows
9997
9998 * GLib builds with automake 1.10
9999
10000 * Bugs fixed:
10001  455725 specific combination of g_utf8_strlen and g_pattern_match...
10002  467537 g_convert_with_iconv() not resetting iconv() state correc...
10003  497033 Commandline option parser should warn about missing optio...
10004  504527 gchecksum: Conditional jump or move depends on uninitiali...
10005  445362 Non-numeric local labels in gatomic.c are causing linker ...
10006  482313 gregex: no way to tell why compilation failed
10007  317775 main loops continues to run after g_main_loop_quit() has ...
10008  418778 Insufficient pkg-config version requirement
10009  436293 g_option_context_new() doc should mention that the string...
10010  466557 glib-mkenums shifts ARGV[0] to undefined
10011  468882 GKeyFile doesn't accept "True" as a true boolean value
10012  469551 application --help messages are garbaged on none UTF-8 lo...
10013  479724 Memory leak upon calling "g_main_loop_run" in the seconda...
10014  490061 outptrs uninitialized after g_parse_long_long
10015  490637 gobject documentation patch
10016  495294 glib-genmarshal prints warnings but returns 0
10017  496046 option to prefix location of errors for GMarkup
10018  498113 tests/regex-test fails on 64bit environment
10019  500506 Fails to build on OSX 10.4
10020  500638 gkeyfile speedup ...
10021  500875 Make check fails as there is no "test" target for "build"...
10022  502511 g_assert_cmphex prints invalid message
10023  502927 g_array_index triggers cast aligment warning
10024  503029 g_time_val_from_iso8601 parse non-ISO8601 dates
10025  503222 Need context to translate
10026  503420 gkeyfile leaks a hash table
10027  503470 Fix build when builddir != srcdir
10028  504227 Inverse variant for g_test_trap_assert_stdout, g_test_tra...
10029  71704  file include order
10030  491957 Misprint in the specification of the interface "g_main_co...
10031  491959 Misprint in description of the structure "GThreadPool"
10032  491965 Mistype in the specification of the function "g_hook_list...
10033  491966 Misprint in the specification of the interface "g_main_co...
10034  491968 The documentation does not mention the restriction for th...
10035  491970 The documentation for the interface "g_date_clamp" is inc...
10036  491974 The documentation of the interface "g_main_context_iterat...
10037  491975 The documentation for the interfaces "g_io_channel_read_u...
10038  491979 Misprint in the description of the interfaces g_key_file_...
10039  491982 Misprint in the description of the interface "g_key_file_...
10040  501107 EXTRA_DIST automake warnings
10041  501997 g_utf8_normalize() returns NULL on invalid string
10042  502590 C_/g_dpgettext efficiency
10043  464259 g_set_application_name() docs should say "Since 2.2"
10044  496518 gbase64.c API doc clarification
10045  498728 g_key_file_get_*_list should set length to 0 when returni...
10046  500361 Improve docs for g_array_free() and g_ptr_array_free()
10047  501853 g_checksum_get_digest docs
10048  503862 Allow NULL strings in g_parse_debug_string()
10049  142676 Q_
10050  367550 Add g_async_queue_new_full() with GDestroyNotify function
10051  375651 Minor enhancements to GKeyFile API
10052  443648 MD5 digest support
10053  449937 Upgrade auto* sources to be clean under automake1.9
10054  452887 gmarkup context "get element" function is useless when ca...
10055  491549 [PATCH] Eliminate libiconv dependency on Windows
10056  500507 GHashTableIter API 
10057
10058 * Translation updates
10059  Belarusian Latin (be@latin)
10060  Czech (cs)
10061  German (de)
10062  Spanish (es)
10063  Esperanto (et)
10064  French (fr)
10065  Korean (ko)
10066  Marathi (mr)
10067  Norwegian bokmål (nb)
10068  Brazilian Portugese (pt_BR)
10069  Slovenian (sl)
10070  Swedish (sv)
10071
10072
10073 Overview of Changes from GLib 2.14.2 to GLib 2.14.3
10074 ===================================================
10075
10076 * Update PCRE to 7.4
10077
10078 * Bugs fixed:
10079  487491 Fix some warnings from sparse
10080  488068 Small (one-time) memory leak in glib_gettext initialization
10081  493688 TYPE macro "_get_type ()" is documented wrong
10082
10083 * Updated translations:
10084  Arabic (ar)
10085  Belarusian Latin (be@latin)
10086  Estonian (et)
10087  Irish (ga)
10088  Slovenian (sl)
10089
10090  
10091 Overview of Changes from GLib 2.14.1 to GLib 2.14.2
10092 ===================================================
10093
10094 * Bugs fixed:
10095  476849 Invocation of the interface "g_hook_free" fails in certai...
10096  359165 marshallers can throw warnings with -Wunused
10097  477957 more discussion on g_value_set_object vs. g_value_take_ob...
10098  478459 G_DEFINE_DYNAMIC_TYPE_EXTENDED doesn't work with G_IMPLEM...
10099  483337 inline is disabled for MSVC when compiling C code
10100  478349 Broken link to gettext website
10101  469231 g_spawn optimization for setting all open fds to CLOEXEC 
10102
10103 * Updated translations:
10104 Arabic (ar)
10105 Galician (gl)
10106 Hebrew (he)
10107 Korean (ko)
10108
10109
10110 Overview of Changes from GLib 2.14.0 to GLib 2.14.1
10111 ===================================================
10112
10113 * Bugs fixed:
10114  476840 Invocation of the interface "g_utf8_strreverse" crashes f...
10115  444765 Fix FIXME in gregex.c when new pcre is out
10116  464145 g_markup_escape_text Produces Invalid XML
10117  465625 g_type_default_interface_ref() does not ensure working g_...
10118  466768 Clearify that comments can be put anywhere in a Key-file.
10119  474229 The GError documentation should give convention for the G...
10120  474899 G_BREAKPOINT() docs inaccurate
10121  475854 Overuse of -lpcre when using system pcre
10122  473879 Incorrect includes in gregex.c
10123  468694 Typoes in documentation
10124  469051 g_snprintf () talks about characters where it probably me...
10125  457601 Missing arch specific atomic implementation
10126  475923 Missing pcre flags when static-linking against glib
10127  475619 glibthread-2.0.la does not list -lpthread
10128
10129 * Updated translations:
10130  Bulgarian (bg)
10131  Catalan (ca)
10132  Danish (da)
10133  German (de)
10134  Canadian English (en_CA)
10135  British English (en_GB)
10136  Spanish (es)
10137  Estonian (et)
10138  Finnish (fi)
10139  French (fr)
10140  Gujarati (gu)
10141  Hungarian (hu)
10142  Italian (it)
10143  Georgian (ka)
10144  Kannada (kn)
10145  Lithuanian (lt)
10146  Makedonian (mk)
10147  Norwegian (nb)
10148  Dutch (nl)
10149  Polish (pl)
10150  Portugese (pt)
10151  Brazilian Portugese (pt_BR)
10152  Romanian (ro)
10153  Russian (ru)
10154  Albanian (sq)
10155  Serbian (sr, sr@Latn)
10156  Swedish (sv)
10157  Tamil (ta)
10158  Thai (th)
10159  Ukrainian (uk)
10160  Vietnamese (vi)
10161
10162
10163 Overview of Changes from GLib 2.13.7 to GLib 2.14.0
10164 ===================================================
10165
10166 * Last-minute API additions:
10167  - Make g_unichar_combining_class public
10168  - Add goffset type, add G_MAXSSIZE and G_MINSSIZE
10169
10170 * Update PCRE to 7.2
10171
10172 * Bugs fixed:
10173  453998 Make _g_unichar_combining_class() public
10174  462549 gregex.c: variable is declared at middle of block
10175  417068 g_file_test doc inconsistency
10176
10177 * Updated translations:
10178  Assamese (as)
10179  Basque (eu)
10180  Kannada (kn)
10181  Malayalam (ml)
10182  Dutch (nl)
10183  Polish (pl)
10184  Brazilian Portugese (pt_BR)
10185  Turkish (tr)
10186
10187
10188 Overview of Changes from GLib 2.13.6 to GLib 2.13.7
10189 ===================================================
10190
10191 * The memory corruption warning from the slice allocator that
10192   occurred when threads were initialized after the slice allocator
10193   has been removed, as the slice allocator now works fine
10194   in this scenario.
10195
10196 * New functions g_once_init_enter() and g_once_init_leave() make
10197   it easier to write threadsafe one-time initialization functions 
10198  
10199 * Bugs fixed:
10200  454473 Simple XML Subset Parser terminates on invalid XML
10201  445813 g_module_open error, add file name
10202  453796 errno gets clobbered by g_filename_display_name
10203  341988 don't use "-c" with msgfmt in Makefile.in.in
10204  447048 Please produce slightly more output during long tests
10205  454785 GModule documentation lists same block of code twice.
10206  454786 GModule documentation lists same paragraph twice.
10207  383155 small docs quirks in gobject/closure API documentation
10208  65041  _get_type() functions aren't thread safe
10209
10210 * Updated translations
10211  Assamese (as)
10212  Spanish (es)
10213  Gujarati (gu)
10214  Japanese (ja)
10215  Korean (ko)
10216  Macedonian (mk)
10217
10218
10219 Overview of Changes from GLib 2.13.5 to GLib 2.13.6
10220 ===================================================
10221
10222 * Reintroduce a GType typedef whose removal in 2.13.5
10223   caused trouble for C++ bindings
10224
10225 * Bugs fixed:
10226  450216 docs not explicit enough about g_free()
10227  451459 g_type_register_static_simple calls g_type_register_static
10228
10229 * Updated translations
10230  Norwegian bokmål (nb)
10231  Sinhala (si)
10232
10233
10234 Overview of Changes from GLib 2.13.4 to GLib 2.13.5
10235 ===================================================
10236
10237 * xdg-user-dirs support: 
10238  - the Desktop directory is guaranteed to be defined
10239  - user-dirs.dirs is no longer reloaded on changes
10240
10241 * Slice allocator: 
10242  - new api to duplicate slices
10243
10244 * Regular expression support:
10245  - GRegex is a boxed type now
10246
10247 * Bugs fixed:
10248  44793 make check failing in trunk
10249  354522 Small problem with PLT hiding 6 symbols
10250  363986 glib 2.12.4 does not compile with SGI IDO cc
10251  443869 g_type_class_add_private doesn't warn when adding 0-sized...
10252  446859 Legitimately return 0 for g_quark_from_string(NULL)
10253  447534 Small typo in g_timeout_add_seconds() doc
10254  447583 GStaticRWLock
10255  447935 g_get_current_dir SIGSEGV on long path
10256  448260 CLAMP has surprising result if low > high
10257  57693  g_string_vprintf()
10258  442029 add g_slice_dup()
10259  445065 Add GRegex boxed type
10260  448819 Add full version of g_timeout_add_seconds()
10261
10262 * Updated translations: 
10263  Swedish (sv)
10264  Oriya (or)
10265  Hebrew (he)
10266  Spanish (es)
10267  Estonian (et)
10268
10269  
10270 Overview of Changes from GLib 2.13.3 to GLib 2.13.4
10271 ===================================================
10272
10273 * Bugs fixed:
10274  444121 g_get_user_special_dir deadlocks
10275  444161 invalid UTF8 in key name shows up as valgrind error in g_...
10276  444130 g_option_context_get_help() is broken when there's a desc...
10277
10278
10279 Overview of Changes from GLib 2.13.2 to GLib 2.13.3
10280 ===================================================
10281
10282 * GKeyFile:
10283  - Added defines for easier handling of desktop files
10284
10285 * Unicode support:
10286  - Update g_unichar_iswide_cjk for Unicode 5.0
10287
10288 * Regular expression support:
10289  - GRegex structs can now be ref-counted
10290  - Some new functions for dealing with incremental 
10291    replacement have been added
10292  - The GRegexEvalCallback signature has been changed
10293
10294 * g_get_user_special_dir() has been added to support
10295   xdg-user-dirs
10296
10297 * Bugs fixed:
10298  419376 Functions using named subpatterns behave inconsistently w...
10299  434358 g_regex_fetch_named() and g_regex_fetch_named_pos() are b...
10300  423708 typo in the README.win32 file see patch below
10301  339225 Add new defines for easier handling of .desktop files 
10302  442265 API additions/changes for GRegex
10303  432651 Add a glib-ish xdg_user_dir_lookup
10304
10305 * Updated translations:
10306  Estonian (et)
10307  Norwegian bokmål (nb)
10308
10309
10310 Overview of Changes from GLib 2.13.1 to GLib 2.13.2
10311 ===================================================
10312
10313 * Unicode support:
10314  - Add g_unichar_ismark()
10315
10316 * GOption:
10317  - Allow to use callbacks for remaining args
10318
10319 * Updated translations:
10320   Belarusian Latin (be@latin)
10321   British English (en_GB)
10322   Galician (gl)
10323   Norwegian bokmål (nb)
10324   Oriya (or)
10325   Spanish (es)
10326   Thai (th)
10327
10328
10329 Overview of Changes from GLib 2.13.0 to GLib 2.13.1
10330 ===================================================
10331
10332 * GRegex:
10333  - Portability fixes
10334  - Split into immutable GRegex and GMatchInfo
10335  - Add g_regex_get_max_backref() and g_regex_get_capture_count()
10336    to obtain information about the compiled regex
10337
10338 * GKeyFile:
10339  - Fix roundtrip problems
10340  - Add g_key_file_load_from_dirs()
10341
10342 * Unicode support:
10343  - Fix corner cases in case conversion routines
10344
10345 * GOption:
10346   - Add a function to get the formatted help string
10347
10348 * GHash:
10349  - Add new functions g_hash_table_get_keys() and
10350    g_hash_table_get_values() to retrieve the keys and
10351    values in list form
10352
10353 * Updated transations:
10354   Simplified Chinese (zh_CN)
10355   Arabic (ar)
10356
10357
10358 Overview of Changes from GLib 2.12 to GLib 2.13.0
10359 =================================================
10360
10361 * Add GSequence, a list that is implemented using
10362   a balanced binary tree.
10363
10364 * Add GRegex, an implementation of Perl regular expressions,
10365   based on PCRE.
10366  
10367 * Use Posix monotonic clocks instead of gettimeofday()
10368   for GTimer when available.
10369
10370 * Support static initialization of GQeues with G_QUEUE_INIT,
10371   g_queue_init() and g_queue_clear().
10372
10373 * Add g_string_chunk_clear() for clearing a 
10374   GStringChunk.
10375
10376 * Add g_unichar_get_script() to obtain Unicode
10377   script information.
10378
10379 * Add g_unichar_iszerowidth() to obtain information
10380   about zero-width characters.
10381
10382 * Add G_GNUC_MAY_ALIAS which wraps the gcc may_alias 
10383   type attribute.
10384
10385 * G_GNUC_INTERNAL has a working definition for the
10386   Sun Studio compiler. This requires the macro to
10387   be positioned before the function declaration.
10388
10389 * The slice allocator can produce detailed debugging
10390   information with G_SLICE=debug-blocks.
10391
10392 * Modules support G_DEBUG flags resident-modules and
10393   bind-now-modules.
10394
10395 * Add G_DEFINE_DYNAMIC_TYPE() to make it easier
10396   to define types in modules.
10397
10398 * Bug fixes: too many to list them in detail here.
10399
10400 * New and updated translations (be,bg,bn,ca,cs,de,
10401   en_CA,en_GB,et,fa,fr,he,hu,it,ja,ku,lt,mg,mk,ml,
10402   nb,ne,nn,pt,pt_BR,ro,sr,sr@Latn,sv,ta,uk,vi,zh_CN,
10403   zh_HK,zh_TW)
10404
10405
10406 Overview of Changes from GLib 2.12.1 to GLib 2.12.2
10407 ===================================================
10408
10409 * Unicode updates:
10410  - Normalization is following Unicode TR #29
10411  - g_unichar_isxdigit() only accept characters
10412    for which g_unichar_xdigit_value() returns a value
10413  - g_unichar_toupper and g_unichar_tolower leave
10414    unconvertable characters in place instead of
10415    replacing them by NUL
10416
10417 * Bugs fixed
10418  348491 g_utf8_strup() and g_utf8_strdown() returns 
10419         string with NUL bytes
10420  349825 GKeyFile always inserts a newline before a group
10421  347842 g_unichar_isxdigit() is too general about what 
10422         it considers a digit
10423  348694 g_utf8_normalize() hasn't been updated to PR #29
10424  348785 Hint about G_DEBUG in Message Logging docs
10425  349792 Wrong english string (UI)
10426  349952 gparamspecs.c uses gcc feature
10427
10428 * Translation updates (ca,cs,de,dz,es,eu,fi,gu,ko,
10429   nl,pl,tr,uk,zh_HK,zh_TW)
10430
10431
10432 Overview of Changes from GLib 2.12.0 to GLib 2.12.1
10433 ===================================================
10434
10435 * Update to final Unicode Character Database 5.0.0
10436
10437 * Bugs fixed:
10438  346660 issues with base64 api documentation / g_base64_decode_cl...
10439  348136 Coverity reports allocation of wrong size CID #2839
10440  336281 Update to UCD 5.0
10441  346197 g_date_strftime %F option doesnt work for win32
10442  348011 Small optimization to real_toupper()
10443  246494 prototype mismatch in glib/gconvert.c
10444
10445 * New and updated translations (bg,bn_IN,ca,dz,eu,fi,
10446   fr,he,it,ja,mk,or,pt)
10447
10448
10449 Overview of Changes from GLib 2.11.4 to GLib 2.12
10450 =================================================
10451
10452 * Bugs fixed:
10453  344905 leap-year bug in g_time_val_from_iso8601 w/o HAVE_TIMEGM
10454
10455 * Updated translations (cy,nb,nl)
10456
10457
10458 Overview of Changes from GLib 2.11.3 to GLib 2.11.4
10459 ===================================================
10460
10461 * GBookmarkFile:
10462  - g_bookmark_file_remove_item returns a boolean
10463  
10464 * g_mkstemp accepts the XXXXXX in the middle of
10465   the template
10466  
10467 * Bugs fixed:
10468  344868 g_key_file_to_data should separate groups 
10469
10470 * Updated translations (de,es,fr,gu,hi,ko,th)
10471
10472
10473 Overview of Changes from GLib 2.11.2 to GLib 2.11.3
10474 ===================================================
10475
10476 * GBookmarkFile:
10477   - g_bookmark_file_move_item: Return TRUE in case of
10478     an empty target
10479
10480 * Bugs fixed: 
10481  343919 gunicollate.c: strxfrm bug on VC8
10482
10483 * Updated translations (fi)
10484
10485 Overview of Changes from GLib 2.11.1 to GLib 2.11.2
10486 ===================================================
10487
10488 * Add g_ascii_stroll to parse signed 64bit integers
10489
10490 * GMarkup: add a flag to treat CDATA as text
10491
10492 * GHashTable: add functions to remove all entries
10493
10494 * GMainLoop: add functions to find the currently
10495   running source, and determine if it is destroyed
10496
10497 * Bug fixes:
10498  342563  g_atomic_thread_init() needs to be called before 
10499          other _g_*_thread_init() functions
10500  343548  Potential use after free in callers of g_string_free() 
10501  168538  Wish: Clearing contents of GHashTables
10502  321886  GTK+ cannot be reliably used in multi-threaded 
10503          applications
10504  341826  goption.c: 'strtoll' is C99's function
10505  343899  g_ascii_formatd dosn't work as expected for all 
10506          format strings
10507  317793  Make GEnumValue strings const
10508  337129  Compile warnings in G_IMPLEMENT_INTERFACE
10509  303622  What is G_TYPE_CHAR?
10510
10511 * Updated translations (bg,dz,eu,gl,ja,ko,nl,th,vi)
10512  
10513
10514 Overview of Changes from GLib 2.11.0 to GLib 2.11.1
10515 ===================================================
10516
10517 * GOption  
10518   - Support 64-bit integers 
10519   - Allow optional text before and after the options
10520     in help output
10521
10522 * Bug fixes:
10523  340538 gbase64-test writes OOB 
10524  340816 GKeyFile set_string_list invalid memory reads 
10525  339105 g_key_file_parse_value_as_double
10526  340434 convert-test.c fails (function test_one_half)
10527  311043 Memory leaks (and potential infinite loops) 
10528         when using G_ERRORCHECK_MUTEXES
10529  335198 Error checking mutexes are fubar  
10530  341237 Add a G_OPTION_ARG_INT64
10531  341192 g_io_channel_set_flags not implemented on win32
10532  336120 Allow adding description before/after GOption 
10533         --help output body
10534  341191 misplaced check in g_relation_delete
10535  340530 mismatched calloc / g_free in win32 threads
10536
10537 * Updated translation (es)
10538
10539 Overview of Changes from GLib 2.10.x to GLib 2.11.0
10540 ===================================================
10541
10542 * GBookmarkFile: a parser for files containing bookmarks
10543   stored using the Desktop Bookmark specification.
10544
10545 * Base64 encoding support
10546         
10547 * Unicode 5.0 support
10548
10549 * GOption supports floating point numbers 
10550
10551 * GKeyFile supports floating point numbers
10552
10553 * Bug fixes:
10554  155884 gatomic.c should be based on new SDK
10555  157877 update-desktop-database doesn't handle duplicate entries
10556  164719 keyfile parser doesn't support floats
10557  327662 Import BookmarkFile from libegg
10558  329548 Add G_OPTION_ARG_DOUBLE
10559  329789 option-test.c type confusion
10560  332841 Segmentation Fault when %llu is passed to vasnprintf and 
10561         HAVE_SNPRINTF is not defined
10562  333879 gthread/gthread-win32.c: IsDebuggerPresent needs '#define 
10563         _WIN32_WINDOWS 0x0401'
10564  333916 g_timer_elapsed docs should mention that microseconds 
10565         may be NULL
10566  334440 dlerror() portability issue causes crash on (old) a.out 
10567         NetBSD platform
10568  334646 goption + error out params
10569  334799 g_remove() must check return value of remove()
10570  334943 make check FAIL: threadpool-test
10571  335215 Some breakages with GThreadPool
10572  336085 g_option_context_new parameter lacks better explanation
10573  336677 Documentation for g_object_ref_sink() is incorrect
10574  337027 gbookmarkfile.c: sys/time.h include error
10575  337553 Wrong escaping of URIs
10576  338572 Dereferencing NULL value in g_key_file_get_group_comment
10577  338845 g_completion_complete_utf8 crashes when NULL is passed to it
10578  339337 g_bookmark_file_set_description
10579  339338 gbookmarkfile.c, function expand_exec_line
10580  339340 gbookmarkfile.c, function bookmark_app_info_dump
10581
10582 * Translation updates (bg,en_GB,et,gl,gu,he,hi,ka,nb,nl,nn,
10583                        or,pt_BR,ro,tr,vi,zh_CN)
10584
10585
10586 Overview of Changes from GLib 2.10.0 to GLib 2.10.1
10587 ===================================================
10588
10589 * Bugs fixed:
10590  314794 Broken pthread detection on Darwin [Gregor Riepl]
10591  322476 Missing check for .dylib [Vladimir Panov]
10592  333651 Inconsistent _g_charset_get_aliases prototype [Julio 
10593         M. Merino Vidal]
10594  333761 GInitiallyUnowned breaks application code [Sven Herzberg]
10595
10596 * Win32 changes:
10597  - Fix g_listenv() implementation.
10598  - Allow up to 100 GPrivate structs
10599
10600 * Translation updates (fr,hu,lt,pl,sv)
10601
10602
10603 Overview of Changes from GLib 2.9.6 to GLib 2.10.0
10604 ==================================================
10605
10606 * Bugs fixed:
10607  328997 64bit pointer trunction in glib slab-allocator
10608         [Pascal Hofstee]
10609  331110 g_cond_broadcast(inform_cond) without holding 
10610         inform_mutex [Chris Wilson, Sebastian Wilhelmi]
10611  332093 Fix some leaks in the tests [Kjartan Maraas]
10612  332435 g_utf8_strlen returns wrong value if a maximum 
10613         number of bytes to check is specified 
10614         [Matthias Clasen]
10615  331367 gslice requires more POSIX-like semantics for 
10616         GPrivate destructors [Tor Lillqvist]
10617
10618 * Documentation improvements [Matthias, Kang Jeong-Hee,
10619   Tor Lillqvist, Stefan Kost]
10620
10621 * Translation updates (el,eu,ka,uk)
10622
10623 Overview of Changes from GLib 2.9.5 to GLib 2.9.6
10624 =================================================
10625
10626 * Bugs fixed: 
10627  329124 distclean removes README [Kjartan Maraas, Tim Janik]
10628  317679 GRelation field type not documented [Behdad Esfahbod]
10629  329123 Typo in GTime docs [Kjartan Maraas]
10630
10631 * Documentation improvements [Sven Herzberg, David
10632   Schleef, Kjartan Maraas, Behdad Esfahbod]
10633
10634 * Translation updates (cs,cy,it,ko,pt,sq,sr,sr@Latn,ru
10635
10636 Overview of Changes from GLib 2.9.4 to GLib 2.9.5
10637 =================================================
10638
10639 * Memory management: 
10640   Runtime debugging support: The slice allocator
10641   can be turned off by setting G_SLICE=always-malloc
10642   in the environment. Zeroing of freed memory can
10643   now be turned on at runtime by setting
10644   G_DEBUG=gc-friendly in the environment. [Tim Janik]
10645
10646 * Bugs fixed:
10647  328253 HP-UX/IA-64 uses ".so" as default shared library 
10648         extension [Albert Chin]
10649  143380 unicode-encoding test fails converting to UTF-16 
10650         with libiconv [Marc Moorcroft]
10651  328254 Build breakage (GSlice) [Jens Ganseuer]
10652  328705 C99ism in glib/gmem.c [Kazuki Iwamoto]
10653
10654 * Translation updates (da,et,zh_CN)
10655
10656 Overview of Changes from GLib 2.9.3 to GLib 2.9.4
10657 =================================================
10658
10659 * Type system:
10660   Fix a problem with g_object_compat_control() which 
10661   can lead to segfaults in GTK+ applications on 64bit 
10662   platforms. 
10663
10664 * Thread suppport: 
10665   Unused threads now fall back to the global pool after 
10666   500 milliseconds, where they wait for another 
10667   max-idle-time milliseconds. [Sebastian Wilhelmi]
10668
10669 * Fix a memory allocation problem in GKeyFile. [Morten 
10670   Welinder]
10671
10672
10673 Overview of Changes from GLib 2.9.2 to GLib 2.9.3
10674 =================================================
10675
10676 * GTree:
10677  - Replace the simple recursive implementation by
10678    a nonrecursive, threaded one  [Maurizio Monge]
10679
10680 * Change g_filename_display_name and
10681   g_filename_display_basename to use the Unicode
10682   replacement character U+FFFD instead of a question
10683   mark, and don't append "(invalid encoding)"  [Matthias]
10684
10685 * Documentation improvements [Sven Herzberg, Federico
10686   Mena Quintero, Stefan Kost]
10687
10688 * Bugs fixed:
10689  323937 gslice.c in glib 2.9.1 doesn't build on Mac OS X 
10690         [Bogdan Nicula]
10691  326558 Some test failures on IRIX 6.5 [Daichi Kawahata]
10692  169285 "threaded" tree implementation for GTree 
10693         [Maurizio Monge]
10694  326747 g_filename_display_basename adds (invalid encoding) 
10695         [Alberto Ruiz]
10696
10697 Other contributors: Christian Kellner, Murray Cumming
10698
10699 New and updated translations (bg,ca,de,es,et,gu,ja,nl,th,vi)
10700
10701
10702 Overview of Changes from GLib 2.9.1 to GLib 2.9.2
10703 =================================================
10704
10705 * Memory management:
10706  - Add tests for cache colorization [Tim Janik]
10707  - Minimize space consumption if small amounts of differently
10708    sized slices are allocated, at a small performance cost.  [Tim]
10709
10710 * Thread support:
10711  - Add g_atomic_pointer_set() and g_atomic_int_set() [Tim Janik,
10712    Sebastian Wilhelmi]
10713  - Add g_thread_pool_set_sort_function() to allow sorting the 
10714    tasks of a threadpool.  [Martyn Russell]
10715  - Add g_thread_pool_set_idle_time() to allow unused threads
10716    to exit after a certain time.  [Martyn]
10717
10718 * Type system:
10719  - introduce a new type GInitiallyUnowned, which has an initial
10720    floating reference. [Tim]
10721  - Add support for GType parameters. [Matthias]
10722
10723 * Main loop:
10724  - Add g_main_context_is_owner() to determine if the current
10725    thread is the owner of the context.  [Michael Meeks]
10726
10727 * Provide g_access(), g_chdir(), g_unlink(), g_rmdir() as 
10728   wrapper functions instead of macros.  [Manish Singh]
10729
10730 * Documentation improvements [Tim, Matthias, Federico Mena Quintero,
10731   Stefan Kasal, Dan Williams]
10732
10733 * New and updated translations (en_CA,fi,fr,gl,ml,nb,no,zh_HK,zh_TW)
10734
10735 * Bugs fixed:
10736  324179 g_allocator_new() returns pointer to const dummy which Gtk+ 2.8 
10737         tries to modify [J. Ali Harlow]
10738  324332 g_option_context_parse() returns false without setting error 
10739         [Tim-Philipp Müller]
10740  324950 GLIB 2.9.1 testcase errors [Dan Yefimov]
10741  325015 gslice.c: process.h is needed on Windows [Kazuki Iwamoto]
10742  321978 G_DATALIST_GET_FLAGS() macro is not casting datalist to 
10743         gpointer [Andrew Paprocki]
10744  316221 G_LOCK warns about breaking strict-aliasing [Michal Benes, 
10745         Stanislav Brabec]
10746  325273 Error in documentation for glib_check_version () [Declan Naughton]
10747  325310 g_spawn_sync hangs when catching both stdout and 
10748         stderr [Tor Lillqvist]
10749  325249 gcc warning when using g_rmdir from <glib/gstdio.h> [Jani Monoses]
10750  325864 glib/gthreadpool.c:"#define debug(...)" is C99 [Kazuki Iwamoto]
10751  325874 Should say somewhere that source IDs are > 0 [Dan Williams]
10752  325438 a typo (compatability) [Stefan Kasal]
10753  323937 gslice.c in glib 2.9.1 doesn't build on Mac OS X [Bogdan Nicula]
10754
10755
10756 Overview of Changes from GLib 2.9.0 to GLib 2.9.1
10757 =================================================
10758
10759 * Memory management
10760  - The slice allocator is implemented [Tim Janik]
10761  - g_slice_free_chain() has been renamed to 
10762    g_slice_free_chain_with_offset()  [Tim, Behdad Esfahbod]
10763  - Mem chunks are deprecated [Matthias Clasen]
10764
10765 * Data structures
10766  - Hash tables are refcounted, and have a boxed type [Tim]
10767
10768 * Thread support
10769  - Support for Solaris threads has been removed 
10770    [Sebastian Wilhelmi, Andrew Paprocki]
10771  - g_async_queue_sort(), g_async_queue_push_sorted() have 
10772    been added to allow GAsyncQueue to be used as a priority 
10773    queue, together with the corresponding _unlocked 
10774    variants  [Martyn Russell]
10775
10776 * GObject:
10777  - The concept of a floating initial reference has been
10778    moved from GtkObject to GObject [Tim]
10779
10780 * Win32 changes:
10781  - Make g_rename() replace existing files [Tor Lillqvist]
10782
10783 * Misc new API:
10784  - G_GUINT64_CONSTANT macro to define guint64 
10785    constants [Andrew Paprocki]
10786  - G_GNUC_WARN_UNUSED_RESULT macro to instruct the 
10787    compiler to emit a warning if the value returned
10788    by a function is ignored. [Arjan van de Ven, Alex Larsson]
10789  - GList and GSList now have sort functions which take an
10790    extra user data argument [Martyn Russell]
10791  - g_param_spec_ref_sink() has been added for consistency [Tim]
10792
10793 * $LOGNAME is respected when determining user data. [Laszlo Peter]
10794
10795 * Other changes and bug fixes [Tim, Matthias, Behdad, 
10796   Christian Persch, Benedikt Meurer, Andrew Paprocki, 
10797   Kazuki Iwamoto, Alexis S. L. Carvalho, Stanislav Brabec,
10798   Andreas Schwab, Kalle Vahlman]
10799
10800 * Documentation
10801  - Deprecation warnings carry version information [Matthias]
10802  - The slice allocator has been documented [Matthias, Tim]
10803  - Other improvements [Morten Welinder]
10804
10805 Overview of Changes from GLib 2.8.x to GLib 2.9.0
10806 =================================================
10807 * Unicode support:
10808  - The Unicode tables have been updated to Unicode 4.1, 
10809    adding several new values to the GUnicodeBreakType 
10810    enumeration. This breaks Pango <= 1.10 
10811    [Behdad Esfahbod]
10812  - The various Unicode character predicate functions 
10813    (g_unichar_isalpha, g_unichar_isdigit,...) have
10814    been optimized
10815    [Behdad]
10816  - g_utf8_pointer_to_offset, g_utf8_offset_to_pointer:
10817    These functions handle negative offsets now, and
10818    going backwards in g_utf8_offset_to_pointer uses
10819    "stutter stepping".
10820    [Larry Ewing, Matthias Clasen]
10821
10822 * Memory management:
10823  - Mem chunks are no longer used internally in GLib and
10824    GObject. GMemChunk will be deprecated in GLib 2.10
10825  - All APIs based on GAllocator (g_list_push/pop_allocator,
10826    and similar push/pop_allocator functions for other
10827    data structures) have been deprecated, since they
10828    never worked as intended.
10829  - The g_slice_* functions have been added as a 
10830    new API for fast allocation of small memory blocks. 
10831    The implementation in GLib 2.9.0 is just a simple 
10832    wrapper around malloc. GLib 2.10 will have an
10833    efficient and scalable implementation. 
10834    [Tim Janik, Matthias]
10835
10836 * Pattern matching:
10837  - g_pattern_match has been optimized to avoid
10838    unnecessary recursion.
10839    [Tim, Matthias]
10840
10841 * g_intern_string, g_intern_static_string: 
10842  - New functions to intern strings. These are now used 
10843    by GObject to avoid duplicating static strings 
10844    [Matthias]
10845
10846 * g_thread_foreach: 
10847  - New function to iterate over all GThreads 
10848    [Tim, Matthias]
10849
10850 * g_date_set_time_t, g_date_set_time_val:
10851  - New functions to set a GDate from a time_t or
10852    GTimeVal value. g_date_set_time has been deprecated 
10853    in favor of these.
10854    [Roger Leigh]
10855
10856 * g_snprintf and g_vsnprintf:
10857  - These functions are no longer declared in gprintf.h, 
10858    since they are in glib.h
10859    [Matthias]
10860
10861 Overview of Changes from GLib 2.8.0 to GLib 2.8.1
10862 =================================================
10863 * Optimize single-character insertions in GString [Ross Burton]
10864 * Fix build problems on OS X
10865 * Fix build problems on Win32 [Tor Lillqvist, Hans Breuer]
10866 * Other bug fixes [Matthew F. Barnes, Stepan Kasal] 
10867 * Documentation improvements [Tristan van Berkom, Behnam
10868   Esfahbod, Gustavo Carneiro, Stepan Kasal, Matthias]
10869 * New and updated translations (ca,cy,ko,ro,uk)
10870
10871 Overview of Changes from GLib 2.7.7 to GLib 2.8.0
10872 =================================================
10873 * Make g_value_transform() handle enum values
10874   correctly on ppc64.  [Michael Lorenz]
10875   (Third-party code accessing enumeration values 
10876   in GValues should also be changed to access 
10877   v_long, not v_int, in order to work on bigendian 
10878   64bit machines.)
10879 * Make g_flags_get_first_value() handle a value
10880   of 0 meaningfully. [Tim-Philipp Müller] 
10881
10882 Overview of Changes from GLib 2.7.6 to GLib 2.7.7
10883 =================================================
10884 * Make atomic operations on s390 work [Matthias]
10885 * Fix C++ guards in gstdio.h [Tor Lillqvist]
10886
10887 Overview of Changes from GLib 2.7.5 to GLib 2.7.6
10888 =================================================
10889 * Add native implementations of atomic operations 
10890   on s390 [Matthias]
10891 * Make atomic reference counting of closures
10892   work on s390 [Matthias]
10893 * Avoid an infinite loop in g_convert_with_iconv().
10894   [Sebastian Bacher]
10895 * Documentation improvements [Ross Burton]
10896
10897 Overview of Changes from GLib 2.7.4 to GLib 2.7.5
10898 =================================================
10899 * Thread-related changes
10900  - Fix build issues on HP-UX [Paul Cornett]
10901  - Threadsafe access to flags stored in datasets [Tim Janik]
10902  - Fix several issues with atomic refcounting for 
10903    closures, objects and paramspecs [Tim]
10904  - Improve tests for atomic refcounting changes [Tim]
10905 * Fix handling of stateful encodings in g_convert_* [Matthias]
10906 * Fix translation of GOption help output [Dan Winship]
10907 * Catch format errors in translations. This may cause 
10908   "make check" to fail when using older versions
10909   of gettext [Matthias]
10910 * Win32 bug fixes [Tor Lillqvist]
10911 * Documentation improvements [Ross Burton, Jochen Baier, 
10912   Matthias, Tim]
10913 * New and updated translations (de,fi,gu,pl,pt,tr,zh_TW)
10914
10915 Overview of Changes from GLib 2.7.3 to GLib 2.7.4
10916 =================================================
10917 * Fix g_atomic_pointer_compare_and_exchange 
10918   on Sparc64 [Gert Doering]
10919 * Fix a hang in g_thread_pool_free. [Hong Jen Yee]
10920 * Win32 bug fixes [Tor Lillquist]
10921 * Other bug fixes [Benoit Dejean, Manish Singh]
10922 * Documentation improvements [Bryan Silverthorn,
10923   Callum McKenzie] 
10924 * New and updated translations (de,lt,sq,zh_CN)
10925
10926 Overview of Changes from GLib 2.7.2 to GLib 2.7.3
10927 =================================================
10928 * GOption
10929  - Allow callbacks with optional arguments [Pawel Sliwowski]
10930  - Allow to turn off the automatic long option name
10931    disambiguation  [Adam McLaurin]
10932  - Only allow printable ASCII as short option names [Matthias]
10933 * Win32
10934  - Build fixes [Tor Lillqvist]
10935  - Rewrite iochannel socket implementation [Tor]
10936 * GObject
10937  - Threadsafety improvements; in particular, refcounting
10938    of objects is done atomically now. [Wim Taymans, Tim Janik]
10939 * Bug fixes [Morten Welinder, Matthias, Wim Taymans]
10940 * Documentation improvements [Richard Laager, Matthias]
10941 * New and improved translations (bf,cs,hu,nb,nl,no)
10942
10943 Overview of Changes from GLib 2.7.1 to GLib 2.7.2
10944 =================================================
10945 * Win32 build fixes [Hans Breuer]
10946 * Bug fixes [Mikael Magnusson]
10947 * Documentation improvements [Matthias Clasen]
10948 * New and updated translations (en_CA,es,et,ja,sr,sr@Latn,zh_TW)
10949
10950 Overview of Changes from GLib 2.7.0 to GLib 2.7.1
10951 =================================================
10952 * GOption 
10953  - Allow callback arguments without parameters [Dan Winship]
10954 * GMappedFile: an mmap wrapper [David Schleef, Behdad Esfahbod]
10955 * Misc new functions:
10956  - g_get_host_name [Tor Lillqvist]
10957  - g_mkdir_with_parents [Tor]
10958  - g_build_pathv, g_build_filenamev [Todd A. Fisher, 
10959    Matthias Clasen]
10960 * Bug fixes [Roger Leigh, Masatake YAMATO, Kjartan Maraas,
10961   Manish Singh, Tor, Murray Cumming, Kian Duffy, Morten Welinder]
10962 * Documentation improvements [Hong Gang XU, Dan Winship, Matthias]
10963 * New and updated translations (bg,cs,da,en_CA,es,et,nb,nl,no,
10964   sk,th,zh_TW)
10965
10966 Overview of Changes from GLib 2.6.x to GLib 2.7.0
10967 =================================================
10968 * GKeyFile
10969  - Add unit tests [Matthias Clasen, Suren A. Chilingaryan]
10970  - Accept \r\n as line end [Bastian Nocera]
10971  - Don't interpret leading zeros as octal numbers. [Matthias]
10972  - Make key and group removal work [David Hoover, Matthias Hasselmann]
10973 * GOption
10974  - Improve formatting of --help output [Matthias, Noah Levitt]
10975  - Accept -? [Matthias]
10976  - Warn about duplicate main groups [Jeff Franks]
10977  - Treat '-' as non-option argument [Tim Musson, Thomas Leonard]
10978  - Report missing arguments as errors [Björn Lindqvist]
10979  - Add a boxed type for GDate [Tim-Philipp Müller]
10980 * GTree
10981  - g_tree_remove() and g_tree_steal() return status information [Matthew F. Barnes]
10982 * Stdio wrappers
10983  - Work regardless of large file support [Manish Singh]
10984  - Add g_access(), g_chmod(), g_creat(), g_chdir [Tor Lillqvist]
10985 * GObject
10986  - Implement "toggle references" to help language bindings [Owen Taylor]
10987  - Allow to mark names, nicks and blurbs of pspecs as static [Ben Maurer, Matthias]
10988  - Make pspec lookup a bit faster [Morten Welinder]
10989 * Add g_listenv() to list all set environment variables [Hans Petter Jansson]
10990 * Add g_file_set_contents() to atomically write a file.  [Søren Sandmann,
10991   Sven Neumann, Manish, Alexis S. L. Carvalho]
10992 * Add g_try_malloc(), g_try_new(), g_try_new0() and g_try_renew() [Stefan Kost]
10993 * Add g_utf8_collate_key_for_filename() to sort filenames taking
10994   extensions and numeric suffixes into account.  [Ole Laursen, Alex Larsson]
10995 * Add G_GNUC_NULL_TERMINATED to mark varargs function with 
10996   NULL-terminated argument lists. [Marc Meissner]
10997 * Win32 changes
10998  - Improved debugability [Ulf Lamping, Hans Breuer]
10999  - Make filename handling more robust [Tor, Billy Skaggs]
11000  - Improve g_get_system_data_dirs() [Tor]
11001  - Use more precise timers [Tor]
11002  - Build fixes [Kazuki Iwamoto, Hans, Tor, Robert Ögren]
11003 * Other bug fixes [Roger Leigh, Owen, Matthias, Morten, Kjartan Maraas, 
11004   Pawel Sakowski, Tor, Simon Budig, Ed Avis, Manish, Nicolas Laurent, 
11005   Bastien, Fabrício Barros Cabral, Michael Banck, Daniel Atallah, 
11006   J. Ali Harlow, Tim Janik, Hazael Maldonado Torres, Sven, Jon-Kare Hellan,
11007   Dave Benson, Tommi Komulainen, Benjamin Otte, Brian Cameron, Changwoo Ryu, 
11008   Christian Biere, Noah, Benoît Carpentier]
11009 * Documentation improvements [Vincent Untz, Matthias, Tim-Philipp Müller,
11010   Morten, Matthew, Federico Mena Quintero, Sebastian Bacher, Oliver Sessink, 
11011   Stefan, Jared Lash, Tor, Owen, Daniel Vaillard, Mathieu Lacage]
11012 * New and updated translations (ca,cs,da,el,en_CA,en_GB,es,et,eu,fa,fr,gl,
11013   hu,id,it,lt,mn,ne,nl,pl,pt,pt_BR,ro,rw,sk,sq,sr,sr@Latn,tl,uk,xh,zh_CN)
11014
11015 Overview of Changes from GLib 2.6.0 to GLib 2.6.1
11016 =================================================
11017 * GOption
11018  - Make gtk_init(NULL, NULL) work again [Marcin Krzyzanowski]
11019  - Improve handling of -- [Matthias Clasen]
11020  - Don't show G_OPTION_REMAINING in --help output [Matthew F. Barnes]
11021 * g_find_program_in_path() doesn't return directories [Tommi Komulainen]
11022 * Add gmodule-export-2.0.pc [Matthias]
11023 * Win32 changes
11024  - Improve hangling of UNC paths [Tor Lillqvist]
11025  - g_getenv(), g_setenv(), g_unsetenv(), g_find_program_in_path()
11026    take and return UTF-8 now [Tor] 
11027  - Make g_file_test() work more reliably, and use PATHEXT
11028    when check for executables [Tor]
11029  - Build and cross-compilation fixes [J. Ali Harlow]
11030 * Other bug fixes [Jens Hatlak, Morten Welinder, 
11031   Tor, Kalpesh Shah, Adrian Bunk]
11032 * Documentation improvements [Marcin Krzyzanowski, Tor, Crispin
11033   Flowerday, Mariano Suárez-Alvarez, Christian Biere, Danny Milo,
11034   Vincent Untz, Bastien Nocera]
11035 * New and updated translations (cy,de,nl,ru,sq,sv)
11036
11037 Overview of Changes from GLib 2.4.x to GLib 2.6.0
11038 =================================================
11039
11040 * Major new APIs
11041   - GOption, a commandline option parser
11042   - GKeyFile, a parser/editor for the .ini like files 
11043   - Functions to support the XDG basedir specification
11044   - Wrappers for common POSIX pathname functions to handle filename
11045     encodings consistently. On Windows, these use UTF-8.
11046
11047 * Miscellaneous new functions
11048   - g_filename_display_name() converts filenames in displayable UTF-8 strings
11049   - g_uri_list_extract_uris() splits uri lists
11050   - g_date_get_iso8601_week_of_year() gets ISO 8601 week numbers
11051   - g_log_set_default_handler() installs an alternate default log handler
11052   - g_get_language_names() obtains a list of applicable locale names
11053   - g_strv_length() calculates the length of NULL-terminated string arrays
11054   - g_win32_get_windows_version() determines the Windows version 
11055   - G_GNUC_INTERNAL marks functions as non-exported
11056   - glib_check_version() checks the GLib version at runtime
11057   - g_debug() completes the family of logging functions
11058
11059 * Performance improvements
11060   - Optimize g_utf8_validate()
11061   - Optimize g_markup_parse_context_parse()
11062   - Reduce signal connection complexity from O(n) to O(1) 
11063   - Get rid of many PLT entries for internally used exported symbols
11064   - Reduce code size by removing literal strings from g_return_if_fail()
11065
11066 * Other changes
11067   - On Windows, GLib functions that take file name arguments now require
11068     those to be in UTF-8. Functions that return file names return UTF-8.
11069   - Use higher precision for mathematical constants
11070   - Don't convert to/from UTF-8 in g_filename_to_uri/g_filename_from_uri
11071   - Support ll as printf format modifier for long long on all platforms
11072   - Clean up the ABI and enforce the list of exported symbols
11073   - Add a .pc file for using gmodule in libraries
11074   - Require ngettext
11075
11076 Overview of Changes from GLib 2.5.7 to GLib 2.6.0
11077 =================================================
11078 * GOption: Don't list help options if group-specific
11079   options have been requested [Glynn Foster]
11080 * Make g_get_language_names() track locale changes [Christian Persch]
11081 * Win32 bug fixes [Tor Lillqvist]
11082 * Bug fixes [Philippe Blain, Owen Taylor, Sebastian Wilhelmi]
11083 * New and updated translations (da,es,ja,lt,zh_CN)
11084 Bugs fixed: 159530,100697,160271,160645,157255
11085
11086 Overview of Changes from GLib 2.5.6 to GLib 2.5.7
11087 =================================================
11088 * Optimize g_utf8_validate() [Owen Taylor, Matthias Clasen]
11089 * Optimize g_markup_parse_context_parse() [Havoc Pennington, 
11090   Morten Welinder]
11091 * Reduce signal connection complexity from O(n) to O(1) 
11092   [Sven Neumann]
11093 * Add a .pc file for using gmodule in libraries [Owen]
11094 * Add G_GNUC_MALLOC to mark functions returning newly 
11095   allocated memory  [Matthias]
11096 * Win32 bug fixes [Hans Breuer, Tor Lillqvist, Robert Ögren,
11097   Bruce Hochstetler]
11098 * Bug fixes [Kazuki IWAMOTO, Matthias, Manish Singh, Morten,
11099   Frederic Crozat, Tor]
11100 * Documentation improvements [Matthias, Tor, Owen]
11101 * New and updated translations (cs,da,de,en_CA,en_GB,es,nb,nl,sq,zh_CN)
11102
11103 Overview of Changes from GLib 2.5.5 to GLib 2.5.6
11104 =================================================
11105 * GOption
11106   - Add G_OPTION_FLAG_REVERSE to allow options 
11107     which unset a  boolean variable [Tor Lillqvist]
11108 * GChildWatch
11109   - Use sigaction instead of signal [Jonas Jonnson, 
11110   Archana Shah]
11111   - Make the very first SIGCHLD work [Gustavo Carneiro]
11112 * Bug fixes [Morten Welinder, Tor, David MacLachlan,
11113   Manish Singh, J. Ali Harlow]
11114 * Documentation improvements [Matthias Clasen, Tor]
11115 * Updated translations (da,ja,tr,zh_CN)
11116
11117 Overview of Changes from GLib 2.5.4 to GLib 2.5.5
11118 =================================================
11119 * GKeyFile
11120   - Cleanups, add more error checking [Ray Strode]
11121   - Fall back to the untranslated string when getting 
11122     locale strings [Mark McLoughlin]
11123 * GOption
11124   - Document GOption [Matthias Clasen]
11125   - Better support for rest arguments [Owen Taylor, Matthias]
11126   - Handle conflicts between groups [Matthias]
11127 * Add g_lstat() to the stdio wrappers [Tor Lillqvist]
11128 * Add g_filename_display_name() to convert filenames
11129   in displayable UTF-8 strings  [Alex Larsson, Matthias]
11130 * Win32 bug fixes [Kazuki IWAMOTO, Hans Breuer, Tor]
11131 * Bug fixes [Christophe Fergeau, Morten Welinder, 
11132   Owen, Kjartan Maraas, Mark]
11133 * Documentation improvements [Matthias, Tor]
11134
11135 Overview of Changes from GLib 2.5.3 to GLib 2.5.4
11136 =================================================
11137 Add GKeyFile, a parser/editor for the .ini like files used in various
11138    freedesktop.org specifications. [Ray Strode]
11139 Make the handling of filename encodings consistent across all
11140    GLib functions, introduce wrappers for common POSIX 
11141    functions which accept the same filename encoding. [Tor Lillqvist, 
11142    Owen Taylor]
11143 GOption
11144  - Rename g_context_option_error_quark() to a more language-binding
11145    friendly name [Murray Cumming]
11146  - Accept backslashes in filenames on Win32 [Tor Lillqvist]
11147 * Strip the internal aliasing prefix IA__ from function names in 
11148   assertions [Matthias Clasen]
11149 * Add a function to split uri lists. [Matthias]
11150 * Win32 bug fixes 
11151  - Don't open console windows [Tor]
11152 * Other bug fixes [Philippe Blain, Robert Ögren, Hidetaka Iwai, Matthias,
11153  Morten Welinder, Mats-Ola Persson, Tor, Nickolay V. Shmyrev, Kjartan Maraas,
11154   Anders Carlsson, Tim-Philipp Müller, Lucas Rocha, Andrea Campi, Manish
11155   Singh, Thomas Fitzsimmons, Kazuki IWAMOTO]
11156 * Documentation improvements [Matthias, Linus Walleij, Nickolay, Philippe, 
11157  Adam Hooper, Gustavo Carneiro]
11158 * New and updated translations (cs,en_CA,en_GB,ja,nb,nl,or,sr,sr@Latn,sq)
11159
11160 Overview of Changes from GLib 2.5.2 to GLib 2.5.3
11161 =================================================
11162 * GOption
11163  - set the program name from argv[0] [Masatake YAMATO] 
11164  - make contexts work without a main group [Anders Carlsson]
11165 * Performance 
11166  - Get rid of many PLT entries for internally used exported symbols,
11167    and clean up the ABI at the same time and make make check check the
11168    list of exported symbols.  [Matthias Clasen]
11169 * Add API to get ISO 8601 week numbers [Niklas Lundell]
11170 * Add API to install an alternate default log handler [Darin Adler]
11171 * Add API to obtain a list of applicable locale names [Hidetoshi Tajima]
11172 * Reduce code size bloat by removing literal strings from
11173  the g_return_if_fail() macros [Owen Taylor]
11174 * Add g_strv_length [Tim-Philipp Müller]
11175 * Win32 changes
11176  - Add API to determine the Windows version [Tor Lillqvist]
11177 * Other bug fixes [Stepan Kasal, Anders, Tor, Kazuki Iwamoto,
11178   Manish Singh]
11179 * Documentation improvements [Morten Welinder, Matthias]
11180 * New and updated translations (es,nn,ro)
11181
11182 Overview of Changes from GLib 2.5.1 to GLib 2.5.2
11183 =================================================
11184 * Add G_GNUC_INTERNAL macro [Arjan van de Ven]
11185 * Add GOption, a commandline option parser [Anders Carlsson]
11186 * Add glib_check_version [Michael Natterer]
11187 * Add XDG basedir API [Ray Strode]
11188 * Require ngettext [Danilo Segan]
11189 * Bug fixes [Manish Singh, Ray Strode, Vincent Noel, 
11190   Jon-Kare Hellan, Jody Goldberg]
11191 * Win32 bug fixes [Tor Lillqvist, Hans Breuer, Peter Zelezny]
11192 * Documentation improvements [Matthias Clasen, Vincent Untz, Christian Persch]
11193 * New and updated translations (bs,eu,fi,gu,ne,pa)
11194
11195 Overview of Changes from GLib 2.5.0 to GLib 2.5.1
11196 =================================================
11197
11198 * Bug fixes [Oliver Guntermann, Sven Neumann, James 
11199   Henstridge, Hiroyuki Ikezoe, Matthias Clasen, Robert 
11200   Ögren, Tommi Komulainen]
11201 * Documentation improvements [Soeren Sandmann, 
11202   Christophe Fergeau, Danek Duvall]
11203 * New and updated translations (eu,hi)
11204   
11205 Overview of Changes from GLib 2.4.1 to GLib 2.5.0
11206 =================================================
11207
11208 * New functions g_debug [Sven Herzberg]
11209 * Use higher precision for mathematical constants [Morten 
11210  Welinder]
11211 * Don't convert to/from UTF-8 in g_filename_{to,from}_uri 
11212  [Federico Mena Quintero]
11213 * Win32
11214  - Handle empty digit string in printf() functions 
11215    correctly [Tor Lillqvist]
11216  - Support ll as format modifier for long long [Tor]
11217  - Be more careful about HOME [Tor, Ivan Wong]
11218  - Bug fixes [John Ehresman]
11219 * Miscellaneous bug and portability fixes [Danilo Segan, 
11220  Owen Taylor, Nikolai Weibull, Benoît Carpentier, Morten 
11221  Welinder, Manish Singh, Sven Neumann, Julio M. Merino Vidal,
11222  Kaz Sasayama, Murray Cumming, Federico, Mariano Suarez-Alvarez]
11223 * Documentation updates [Matthias Clasen, Crispin Flowerday,
11224  Tommi Komulainen, Federico Mena Quintero, Ed Griffiths]
11225 * New and updated translations (ja,ne,no,wa)
11226  
11227 Overview of Changes from GLib 2.4.0 to GLib 2.4.1
11228 =================================================
11229
11230 * Win32 bug fixes [Tor Lillqvist, Roger Leigh, John Ehresman]
11231 * Miscellaneous bug and portability fixes [Owen Taylor,
11232   Matthias Clasen, Jonas Jonsson, Christian Krause,
11233   Nickolay V. Shmyrev, Christophe Saout, Philippe Blain,
11234   Piotr Klaban]
11235 * Documentation updates [Matthias]
11236 * New and updated translations (ca,cs,cy,el,en_CA,en_GB,es,eu,fi,
11237   fr,gu,he,id,nl,pt,pl,ru,sr,sr@ije,sr@Latn,sv,uk)
11238
11239 Overview of Changes from GLib 2.3.6 to GLib 2.4.0
11240 =================================================
11241
11242 * Handle invalid-UTF-8 in g_log() properly [Matthias Clasen]
11243 * Win32 bug fixes [Tor Lillqvist, Bruce Hochstetler]
11244 * Miscellaneous bug and portability fixes [Olivier Biot, David L. Cooper II, 
11245   Kjartan Maraas, Frédéric L. W. Meunier, Christof Petig, Manish Singh, 
11246   Sebastian Wilhelmi]
11247 * Documentation updates [Owen]
11248 * Updated translations (hr,ro)
11249
11250 Overview of Changes from GLib 2.3.5 to GLib 2.3.6
11251 =================================================
11252
11253 * GAtomic bug fixes [Sebastian Wilhelmi, Mark McLoughlin]
11254 * GMain threading fixes and improvements [Sebastian]
11255 * Win32 [Tor Lillqvist]
11256  - restore some symbols extraneously exported from gobject to maintain ABI compatibility
11257  - Misc build improvements and fixes [Tor, Cedric Gustin, Hans Breuer]
11258 * Documentation updates [Sebastian, Takeshi AIHANA, Matthias, Sven Herzberg]
11259 * New and updated translations (be,es,fi,ga,pa,sr@ije,zh_CN)
11260
11261 Overview of Changes from GLib 2.3.3 to GLib 2.3.5
11262 =================================================
11263
11264 * Make glib-mkenums parse initializers with macros. [Matthias Clasen, muppet]
11265 * Respect locale era in g_date_set_parse(). [Theppitak Karoonboonyanan] 
11266 * Add atomic operations and use it for the async queue and
11267   gonce implementation. [Sebastian Wilhelmi]
11268 * Documentation improvements [Sebastian, Matthias, Sven Herzberg]
11269 * Add g_main_depth() for finding the recursion depth of the main
11270   loop [Owen Taylor, Tim Janik, Stefan Westerfeld]
11271 * Add g_spawn_close_pid(), needed on win32 [J. Ali]
11272 * Win32 fixes. [Hans Breuer, J. Ali Harlow]
11273 * Misc bugfixes [Sebastian, Matthias, Balazs Scheidler, Owen]
11274 * Updated translations (cy,et,ga,sq)
11275
11276 Overview of Changes from GLib 2.3.2 to GLib 2.3.3
11277 =================================================
11278
11279 * Add a native AIX gmodule implementation. [Laurent Vivier]
11280 * Add g_node_copy_deep().  [James M. Cape, Matthias Clasen]
11281 * Extend GQueue API to match the GList API. [Soeren Sandmann]
11282 * Add g_hash_table_find().  [Tim Janik]
11283 * Add a G_MODULE_BIND_LOCAL flag. [David Schleef]
11284 * Inline g_string_append_c() when possible. [Owen Taylor, Tim]
11285 * Wrap waitpid() as a GSource. [Jonathan R. Blandford]
11286 * Add g_completion_complete_utf8(). [Theppitak Karoonboonyanan, 
11287   Matthias]
11288 * Add g_strsplit_set(). [Soeren]
11289 * Documentation improvements. [Vincent Untz, Sebastian Wilhelmi, 
11290   Soeren, Matthias]
11291 * Win32 build fixes. [Tor Lillqvist]
11292 * Misc bugfixes [Manish Singh, Noah Levitt, Simon Josefsson, 
11293   Morten Welinder, Damien Carbery, Julio M. Merino Vidal, Sebastian, 
11294   Matthias]
11295 * Updated translations (nn,cs,it,ko,sq,ms,az,hr,uk,sr,sr@Latn,sq,ta)
11296
11297 Overview of Changes from GLib 2.3.1 to GLib 2.3.2
11298 =================================================
11299
11300 * Add G_MAXSIZE. [Manish Singh]
11301 * Add g_rand_new_with_seed_array(), g_rand_set_seed_array(),
11302   implementing the init-by-array functionality of the 
11303   original mersenne twister. Add g_rand_copy(). Improve seeding. 
11304   [George Lebl]
11305 * Add a lowercase_name option to glib-mkenums. [Murray Cumming]
11306 * Add g_ptr_array_foreach(). [Matthias Clasen]
11307 * Add g_timer_continue(). [Tim-Philipp Müller]
11308 * Fix a threadsafety issue in mem chunks. [Matthias, Balazs Scheidler]
11309 * Fix g_filename_{to,from}_utf8() on Win32 and improve 
11310   g_file_test() there too [Hans Breuer] 
11311 * Add a boxed type for NULL-terminated string arrays.  [Matthias]
11312 * Add G_DEFINE_TYPE() plus variants to ease the constuction
11313   of GObject boilerplate code.  [Tim Janik]
11314 * Support & in password GECOS field [Matthias, Soeren Boll Overgaard]
11315 * Documentation improvements [Matthias, Manish]
11316 * Win32 build fixes [Hans]
11317 * Misc bug fixes [Damien Carbery, Matthias, Manish, Olivier Poncet, 
11318   Zack Rusin]
11319 * Updated translations (ar,de,fa,ga,mn,nn,no,sq)
11320
11321 Overview of Changes from GLib 2.3.0 to GLib-2.3.1
11322 =================================================
11323
11324 * Add glib/gi18n.h and glib/gi18n-lib.h for common
11325   gettext support, including a Q_() macro for translation
11326   with context [Matthias Clasen]
11327 * Add a more flexible G_FILENAME_ENCODING variable
11328   as a replacement for G_BROKEN_FILENAMES [Matthias]
11329 * Fix the return value g_main_context_iterate() for
11330   newly ready sources [Padraig O'Briain]
11331 * Handle Hangul composition for normalization [Noah Levitt]
11332 * Add G_{MIN,MAX,MAXU}INT{8,16,32}. [Mark Jones, Matthias]
11333 * Add G_GSIZE_FORMAT/G_SSIZE_FORMAT [Manish Singh]
11334 * Add G_STRFUNC as a portable wrapper for __func__ [Tim Janik]
11335 * Documentation improvements [Matthias]
11336 * GObject [Tim Janik]
11337  - Support '-' in g_signal_connect()/disconnect() names
11338    like 'swapped-signal'.
11339  - Add g_type_class_peek_static() and use to optimize
11340    g_object_new() for static types [Tim]
11341  - Allow setting construct-only properties from within
11342    init() implementations
11343  - Enforce readability/writeability in g_object_set/get()
11344 * Fix bug with g_ascii_strtod and multi-byte separator.
11345   [Behdad Esfahbod, Roozbeh Pournader]  
11346 * Misc bug fixes [Matthias, John Ehresman, Andrew Lanoix,
11347   Tor Lillqvist, Mark McLoughlin, Tim-Philipp Müller, Manish, 
11348   Morten Welinder]
11349 * Updated translations (ca,cs,da,es,fr,ja,nn,no,pt,ru)
11350
11351 Overview of Changes from GLib 2.2.x to GLib-2.3.0
11352 =================================================
11353
11354 * Replace Trio printf by gnulib vasnprintf [Matthias Clasen]
11355 * Update Unicode data to Unicode 4.0 [Noah Levitt]
11356 * Support XML-safe formatted output with 
11357   g_markup_[v]printf_escaped [Owen Taylor]
11358 * Add g_file_read_link to read symbolic links [Matthias]
11359 * Add g_unichar_get_mirror_char to obtain the 
11360   mirrored variant of a character [Noah]
11361 * Support for one-time initialization functions. 
11362   [Sebastian Wilhelmi]
11363 * Miscellaneous API additions: g_vasprintf
11364   g_string_chunk_insert_len, g_setenv, g_unsetenv [Matthias]
11365 * Docs improvements [Matthias]
11366 * Add support instance-private data on classed types
11367   [Mark McLoughlin, Tim Janik, Owen]
11368 * Optimize signal emissions [Soeren Sandmann, Tim]
11369 * Support a "default vtable" per interface [Tim]
11370 * Add support for properties on interfaces [Owen, Tim]
11371 * Miscellaneous API additions: g_value_take_string(),
11372   g_value_take_param(), g_value_take_object(), 
11373   g_value_take_boxed(). [Matthias]
11374 * Win32 build fixes [Tor Lillqvist]
11375
11376 Overview of Changes from GLib 2.1.5 to GLib-2.2.0
11377 =================================================
11378
11379 * Fix a problem with g_thread_init() on 64-bit problems
11380   [Alceste Scalas, Sebastian Wilhelmi]
11381 * Add assembly implementations of byteswap macros
11382   for ia64 and x86_64. [Manish Singh]
11383 * IOChannel fixes for Win32 [Tor Lillqvist, Thorsten Maerz]
11384 * Updated translations (bg,ca,es,da,fi,lv,ru,sk)
11385
11386 Overview of Changes from GLib 2.1.4 to GLib-2.1.5
11387 =================================================
11388
11389 * Win32 bug fixes [Tor Lillqvist]
11390 * Various post-rewrite fixes for glib-gettext.m4 [Owen Taylor,
11391   Jody Goldberg, Kjartan Maraas, Johannes Stezenbach]
11392 * Ensure we have a GUINT64_FORMAT by pulling in Trio
11393   if necessary [Manish Singh]
11394 * Further Trio build fixes [Matthias Clasen, Owen]
11395 * Hack around gcc, libtool issues with -pthread [Owen]
11396 * Docs improvements [Matthias]
11397 * Bug and portability fixes 
11398 * Updated and new translations (bg,de,fi,fr,sq,fr)
11399
11400 Other contributors: Kai Poitschke, Morten Welinder
11401
11402 Overview of Changes from GLib 2.1.3 to GLib-2.1.4
11403 =================================================
11404
11405 * autoconf changes to make it possible to cross compile
11406   GLib. [Owen Taylor, Dan Kegel, Amy Lin, Dimi Shahbaz, 
11407   Johannes Stezenbach]
11408 * Use libintl when it has bind_textdomain_codeset() and
11409   GLib doesn't. [Owen]
11410 * Improve generation of pseudo-random integers [Morten Welinder, 
11411   Sebastian Wilhelmi]
11412 * Avoid literal UTF-8 in favor of octal escapes [Owen, Tomas Ogren]
11413 * Cleanup include order [Sven Neumann]
11414 * autoconf cleanups and bug fixes [Daniel, Matthias Clasen, Owen]
11415 * Doc fixes and additions [Matthias]
11416
11417 Other contributors: James M. Cape, Frederic Crozat, Martin Gansser,
11418   Phuc LeHong, Manish Singh, Joshua Weage, Morten Welinder
11419
11420 Overview of Changes from GLib 2.0.x to GLib-2.1.x
11421 =================================================
11422
11423 * Add copy of the Trio library to build and use for printf() when 
11424   system printf isn't good enough. Add g_printf()/etc. [Matthias Clasen]
11425 * Add g_str_has_suffix()/g_str_has_prefix() [Alex Larsson]
11426 * Add g_markup_parse_context_get_element() [Matthias]
11427 * Add g_utf8_strreverse [Matthias]
11428 * Add g_ascii_strtoull() [Tim Janik]
11429 * Support scanning of 64-bit values with GScanner [Tim]
11430 * Add g_set/get_application_name() [Havoc Pennington]
11431 * Add G_LIKELY()/G_UNLIKELY() macros for hinting branch probabilities. 
11432   Use for g_return_if_fail(). [Matthias Clasen]
11433 * Add G_GNUC_DEPRECATED macro [Tom Tromey]
11434 * Improve the seeding algorithm of GRandom to avoid problems
11435   with certain pathological seeds. Support G_RANDOM_VERSION=2.0
11436   environment variable. [Sebastian Wilhelmi]
11437 * Improve thread configure checks, use -pthread where applicable
11438   [Sebastian]
11439 * Improve handlng of thread priorities [Sebastian]
11440 * Fix up parameter names that might shadow functions from
11441   system headers [Soeren Sandmann]
11442 * Clean up usage of deprecated functions [Manish Singh]
11443 * Docs fixes and improvements. In particular, include "Since" information.
11444   [Matthias, Soeren, Martin Schulze, Daryll Strauss, Bill Janssen, 
11445   Owen Taylor, Morten Welinder]. 
11446
11447 Overview of Changes in GLib 2.0.7
11448 =================================
11449
11450 * Fix C++ warnings in gtype.h [Dom Lachowicz]
11451 * Fix g_type_fundamental_next() [Tim Janik]
11452 * Fix various missing includes of config.h [Morten Welinder]
11453 * Handle main loop initialization before g_thread_init [Sebastian Wilhelmi]
11454 * Various 64-bit fixes [Manish Singh]
11455 * Fix GPoll on Win32 [Tor Lillqvist, Herman Bloggs]
11456 * Fix bug with buffering on UTF-8 IOChannels [Daniel Elstner]
11457 * Misc bug and build fixes [Soren Andersen, Gustavo Carneiro, Tor,
11458      Tim, Havoc Pennington,  Matthias Clasen, Sebastian Rittau,
11459      Masahiro Sakai, Arvind Samptur, HideToshi Tajima, Owen Taylor]
11460 * Updated and new translations (be,cs,de,*fa,it,lv,pt_BR,tr)
11461
11462 Overview of Changes in GLib 2.0.6
11463 =================================
11464
11465 * Fix problem with interface prerequisites [Jon Trowbridge, Dave Camp]
11466 * Clean up debug spew from GObject [Anders Carlsson]
11467 * Compiler warning fixes [David L. Cooper II]
11468 * Fix some problems with g_build_path() [Guillaume Chazarain, Owen Taylor]
11469 * Fixes for --disable-debug [Sebastian Wilhelmi]
11470 * Threading fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann, 
11471   Rajkumar Sivasamy, Laurent Vivier]
11472 * Documentation fixes [Jacob Berkman, Manuel Clos, Jared Dukat, 
11473   Sebastian Rittau, Linus Welleij]
11474 * Misc bug fixes [Anders Carlsson, Sam Couter, Morten Welinder, Owen]
11475 * Updated translations (bg,ko,vi)
11476
11477 Overview of Changes in GLib 2.0.5
11478 =================================
11479
11480 * Fix problem with interface prerequisites [Jon Trowbridge, Dave Camp]
11481 * Clean up debug spew from GObject [Anders Carlsson]
11482 * Compiler warning fixes [David L. Cooper II]
11483 * Fix some problems with g_build_path() [Guillaume Chazarain, Owen Taylor]
11484 * Fixes for --disable-debug [Sebastian Wilhelmi]
11485 * Threading fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann, 
11486   Rajkumar Sivasamy, Laurent Vivier]
11487 * Documentation fixes [Jacob Berkman, Manuel Clos, Jared Dukat, 
11488   Sebastian Rittau, Linus Welleij]
11489 * Misc bug fixes [Anders Carlsson, Sam Couter, Morten Welinder, Owen]
11490 * Updated translations (bg,ko,vi)
11491
11492 Overview of Changes in GLib 2.0.4
11493 =================================
11494
11495 * Fix some 64-bit problems. (George Lebl, David L. Cooper II)
11496 * Add note about Tru64 iconv to INSTALL. (Manuel Op de Coul)
11497 * Fix problem with timouts > MAXINT. (Tim Janik, Owen Taylor)
11498 * Updated translations (ca,es,fr,ja,gl,ms,nl,pl,pt,ru)
11499
11500 Overview of Changes in GLib 2.0.3
11501 =================================
11502
11503 * Handle sorting 0-length arrays (Ron Arts)
11504 * Threading fixes (Sebastian Wilhelmi)
11505 * Portability fixes (Miroslaw Dobrzanski-Neumann, Jacob Berkman, Gareth Pierce, 
11506   Sebastian, Qingjiang Yuan)
11507 * Various fixes for glib-2.0.m4. (Jim Gettys, others.)
11508 * Locate right glib-genmarshal when cross-compiling. (Mitch Natterer)
11509 * Win32 fixes (Tor Lillqvist)
11510 * Try to fix g_get_charset() related segfaults. (Owen)
11511 * Fixes for gettext detection. (Dan Winship, HideToshi Tajima, Boyd Lynn Gerber,
11512   Andrew P. Lentvorski, Jr.)
11513 * Fix g_scanner_unexp_token() (Tim Janik, Sven Neumann)
11514 * g_markup fixes. (Matthias Clasen.)
11515 * Bug fixes and cleanups (Daniel Elstner, Matthias, Laszlo Peter, Morten Welinder,
11516   Wayne Schuller)
11517
11518 Overview of Changes in GLib 2.0.1
11519 =================================
11520
11521 * Portability fixes for Sun's Forte compiler [Erwann Chenede]
11522 * Performance improvements for GObject parameter lookup, 
11523   g_filename_to/from_utf8() [Alex Larsson]
11524 * Actually check interface prerequisites [Matthias Clasen,
11525   Miroslaw Dobrzanski-Neumann]
11526 * Fix problem with glib-mkenums taking huge amounts of stack. [Owen Taylor]
11527 * Fix g_signal_handlers_disconnect_by_func() for C++ [Damien Sandras]
11528 * Fixes for g_log() and threading.
11529   [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann, Tim Janik]
11530 * Make g_print(), g_printerr(), g_warning(), etc, convert from
11531   UTF-8 to the encoding of the locale [Sebastian Wilhelmi, Tim]
11532 * Fixes for GIOChannel on windows. [Tor Lillqvist]
11533 * Fix gsize/gint mismatches in giochannel.c [Miroslaw Dobrzanski-Neumann]
11534 * Fix file descriptor leak in g_file_get_contents() [Matthias]
11535 * Workaround iconv() problems on older Solaris [Lauri Alanko]
11536 * Fix warnings with gcc-3.1 about asm const [Cody Russel]
11537 * Minor bug fixes.
11538
11539 Other contributors: Hans Breuer, LEE Sau Dan, Sven Neumann, Salmaso Raffaele,
11540   Akira Tagoh, Morten Welinder
11541
11542
11543 Overview of Changes in GLib 2.0.0
11544 =================================
11545
11546 * Thread portability fixes [Sebastian Wilhelmi]
11547 * Documentation updates [Owen Taylor]
11548 * Make g_strerror(), g_strsignal() properly return UTF-8,
11549   call bind_text_domain_codeset() so that error strings
11550   are in UTF-8 as well. [Owen, Tor Lillqvist]
11551
11552 Overview of Changes in GLib 2.0.0 rc1:
11553 ======================================
11554
11555 * Win32 fixes [Tor Lillqvist]
11556 * Portability fixes [Finlay Dobbie, Miroslaw Dobrzanski-Neumann]
11557 * Fix up g_date_strftime [Daniel Elstner]
11558 * Add some structure padding [Tim Janik]
11559 * Make g_get_homedir() prefer the users home directory to $HOME
11560
11561 Other contributors: Matthias Clasen, Paolo Maggi, Christian Rose
11562
11563 Overview of Changes in GLib 1.3.15:
11564 ===================================
11565
11566 * Speed up marshalers by using private access to GValue 
11567   [Anders Carlsson, Tim Janik]
11568 * Reduce GValue to 2 elements [Tim]
11569 * Add G_DEBUG environment variable, G_DEBUG=fatal_warnings [Matthias Clasen]
11570 * Fixes for AIX compilation [Miroslaw Dobrzanski-Neumann]
11571 * Add padding to various structures [Owen Taylor, Tim]
11572 * Win32 fixes [Tor Lillqvist]
11573
11574 Other contributors: James Henstridge, Ryan Lovett, Morten Welinder,
11575   Daniel Elstner
11576
11577 Overview of Changes in GLib 1.3.14:
11578 ===================================
11579
11580 * Register value transformations for gint64, guint64 [Andy Wingo]
11581 * Build with large-file support [Sven Neumann, Owen Taylor]
11582 * Fix handling of hostnames in URI's [Darin Adler]
11583 * Main loop bug fixes [Havoc Pennington, Owen]
11584 * Doc fixes and improvements [Manish Singh, Tim Janik]
11585 * Support ' as attribute delimiters in GMarkup [Matthias Clasen]
11586 * Win32 fixes [Hans Breuer, Tor Lillqvist]
11587 * Threading bug and build fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann]
11588 * Miscellaneous bug fixes
11589
11590 Other contributors: Matthias Clasen, James Henstridge, Mitch Natterer, 
11591   Morten Welinder.
11592
11593 Overview of Changes in GLib 1.3.13:
11594 ===================================
11595
11596 * Fix g_filename_to/from_uri for Win32 [Tor Lillqvist, Darin Adler]
11597 * Miscellaneous win32 fixes [Tor, Hans Breuer]
11598 * Fix thread options for gcc on AIX [Jerome Zago, Sebastian Wilhelmi]
11599 * Documentation improvements [Ron Steinke, Matthias, Sebastian]
11600 * Cache iconv converters as used by g_convert() [Jeffrey Stedfast]
11601 * Bug fixes [Sven Neumann, Owen Taylor, Matthias Clasen, Jeffrey,
11602   Laszlo Peter, Havoc Pennington, Tim Janik]
11603
11604 Overview of Changes in GLib 1.3.12:
11605 ===================================
11606
11607 * Implement closure chaining, fixing up API (Tim Janik)
11608 * Closure chaining test case (James Henstridge)
11609 * Make GType long not int where both are equal width (Tim)
11610 * Win32 fixes and improvements (Hans Breuer, Tor Lillqvist)
11611 * Fixes for NetBSD. (Dan Winship)
11612 * Use snprintf() for g_printf_string_upper_bound() where possible. (Matthias Clasen)
11613 * Save space for GBSearchArray (Tim Janik)
11614 * Documentation improvements. (Matthias, Sven Neumann, Havoc Pennington)
11615
11616 Other contributors: Darin Adler, Chris Blizzard, Anders Carlson, Daniel Elstner, Michael Meeks, 
11617   Mark McLoughlin, Dave Neary, Manish Singh, Owen Taylor, HideToshi Tajima, 
11618   Sebastian Wilhelmi.
11619
11620
11621 Overview of Changes in GLib 1.3.11:
11622 ===================================
11623
11624 * Win32 fixes [Hans Breuer, Tor Lillqvist]
11625 * Documentation improvements [Matthias Clasen]
11626 * Portable directory handling API [Hans]
11627 * Threading fixes [Sebastian Wilhelmi, Havoc Pennington]
11628 * Fix excess relocations in Unicode tables [Andrew Taylor]
11629 * Fix gpattern for UTF-8 [Matthias Clasen]
11630 * Support overriding class closures [Tim Janik]
11631 * Support for derivation from G_TYPE_POINTER [Owen Taylor]
11632 * Hide pointers to type information inside GType to reduce locking
11633   [Alex Larsson, Tim]
11634 * Adds check for direct inclusion of gobject/*.h [Owen]
11635 * GObject API cleanups [Tim]
11636
11637 Other contributors: Darin Adler, Jacob Berkman, Daniel Egger, Eric Lemings, 
11638   Michael Meeks, Mark McLoughlin, Arkadiusz Miskiewicz, Dan Winship
11639
11640
11641 Overview of Changes in GLib 1.3.10:
11642 ===================================
11643
11644 * Many Win32 fixes and improvements [Tor Lillqvist]
11645 * Documentation improvements [Matthias Clasen]
11646 * g_string_printfa() renamed to g_string_append_printf()
11647 * Use libcharset from libiconv to implement charset detection
11648   more portably. [Owen Taylor, Hidetoshi Tajima]
11649 * Add 64 bit type support to GObject [Joshua Pritikin, Mathieu Lacage, Owen]
11650 * Make support for 64 bit integers a requirement [Joshua]
11651 * GPattern improvements [Tim Janik, Matthias]
11652 * Locale independent g_ascii_strtod / g_ascii_dtostr [Alex Larsson]
11653 * Many bug fixes and minor tweaks.
11654
11655 Other Contributors: Darin Adler, Jakub Jelinek, James Antill, Andrew Taylor,
11656   Ben Gertzfield, Elliot Lee, Manish Singh, Abel Cheung, Laszlo Peter,
11657   Sven Neumann, George Lebl, Raja Harinath, Sebastian Wilhelmi,
11658   Jacob Berkman
11659
11660
11661 Overview of Changes in GLib 1.3.9:
11662 ==================================
11663
11664 * Fixes for comparison of threads [Sebastian Wilhelmi]
11665 * Use vasprintf() when possible for g_strdup_printf [Matthias Clasen]
11666 * Win32 fixes [Tor Lillqvist, Hans Breuer]
11667 * Add a len argument to g_ascii_strup/strdown
11668 * Bug, portability fixes, cleanups.
11669
11670 Other Contributors: Darin Adler, Katsuhiro Okuno, Joshua N. Pritikin
11671
11672
11673 Overview of Changes in GLib 1.3.8:
11674 ==================================
11675
11676 * Documentation updates [Owen]
11677 * Made GType interfaces overridable in derived types
11678 * Many win32 fixes [Tor Lillqvist]
11679 * Miscellaneous cleanups and fixes
11680
11681 Other contributors:
11682   Darin Adler, Matthias Clasen, Ron Steinke, Hans Breuer, Alex Larsson
11683
11684
11685 Overview of Changes in GLib 1.3.7:
11686 ==================================
11687
11688 * Integrate GClosure support into the main loop [Owen Taylor]
11689 * More GSignal convenience functions (macros) [Sven Neumann, Tim Janik]
11690 * Introduced weak references for GObject [James Henstridge, Sven, Tim] 
11691 * Minor hash table optimizations
11692 * Main loop and threading improvements [Sebastian Wilhelmi]
11693 * Added g_ascii_* functions to be used for locale insensitive UTF-8
11694   compliant code instead of old string functions  [Darin Adler, Alex Larsson]
11695 * Add functions for Unicode case-conversion, normalization, and 
11696   collation [Owen]* GString improvements [Owen]
11697 * Reworked the GIOChannel code [Hidetoshi Tajima, Ron Steinke]
11698 * Removed glib-config-2.0 in favour of pkgconfig [Sebastian]
11699 * Make code 64bit clean [Mark Murnane]
11700 * More G_CONST_RETURN fixes
11701 * Many improvements to the win32 code [Tor Lillqvist, Hans Breuer]
11702 * Miscellaneous bug and API fixes
11703
11704 Other contributors:
11705   Michael Natterer, Christopher James Lahey, Padraig O'Briain,
11706   Matthias Clasen, Josh Pritikin, Steve Baker, Cesar Rincon, Garry R. Osgood,
11707   Michael Meeks, Laszlo Peter,  Martin Baulig, Kjartan Maraas, Andrew Lanoix,
11708   Peter Williams
11709
11710
11711 Overview of Changes in GLib 1.3.6:
11712 ==================================
11713
11714 * Threads have a "return value" from g_thread_join
11715 * Removed ability to adjust thread stack size
11716 * Prefix warnings with progname/PID by default, change toggle for this to 
11717   be an env variable G_MESSAGES_PREFIXED not a compile-time option
11718 * GMarkup speedups
11719 * GDate const, convenience fixups
11720 * Include test cases that headers are compilable by C++ compiler
11721 * Add ability to spawn processes with argv[0] != executable path.
11722 * g_strstr_len, g_strrstr, g_strrstr_len
11723 * Add length argument to g_utf8_strchr and g_utf8_strrchr.
11724 * Misc bug fixes
11725
11726
11727 Overview of Changes in GLib 1.3.5:
11728 ==================================
11729
11730 * Added an installed glib-mkenums Perl program for parsing enumeration
11731   declarations from header files.
11732 * Mark some additional deprecated functions.
11733 * Bug and Portability fixes
11734
11735
11736 Overview of Changes in GLib 1.3.4:
11737 ==================================
11738
11739 * Efficiency improvements for GThreadPool
11740 * A few bug fixes
11741 * Build fixes
11742 * Documentation improvements
11743
11744
11745 Overview of Changes in GLib 1.3.3:
11746 ==================================
11747
11748 GLib:
11749
11750 * More user_data support in various functions.
11751 * Main loop API revamps to support per-thread main loops.
11752 * Unicode handling improvements.
11753 * Implemented debugging traps.
11754 * G_CONST_RETURN specification all over the place.
11755 * Various new small utility functions.
11756 * Random number generator precision improvements.
11757 * New configure option --disable-mem-pools.
11758 * Many Win32 improvements.
11759 * Added g_try_malloc() friends varinats.
11760 * Many documentation improvements.
11761 * Many threading improvements, support for dynamic allocation
11762   of static mutexes.
11763 * GHookLIst API cleanups.
11764 * Improved format support of GDate parser.
11765 * String function speed improvements with new g_stpcpy().
11766 * Hashtable API additions.
11767 * New GPatternSpec for shell-style pattern matching (from GtkPatternSpec).
11768 * Optimizations, cleanups, bug fixes.
11769
11770 GObject:
11771
11772 * Added many convenience functions.
11773 * GClosure and GParamSpec use float/sink ref-counting scheme now.
11774 * Reworked property change notification.
11775 * Binary searchable array cleanups, so it's widely usable now.
11776 * Added static content keeping for some GValue types.
11777 * Support for statically scoped signal parameters.
11778 * Extinguished property trailer args in set/get interface.
11779 * Added support for abstract types.
11780 * G_CONST_RETURN specification all over the place.
11781 * Split parameter exchange functionality into value transforms
11782   and parameter conversions.
11783 * Added signal emission hooks and signal accumulators.
11784 * Added interface prerequisites to support is_a (interface, object)
11785   relations.
11786 * Implemented GValueArray.
11787 * New types, boxed: G_TYPE_VALUE, G_TYPE_CLOSURE, G_TYPE_GSTRING
11788   GParamSpecs: G_TYPE_PARAM_PARAM, G_TYPE_PARAM_POINTER, G_TYPE_PARAM_CLOSURE,
11789   G_TYPE_VALUE_ARRAY, G_TYPE_PARAM_UNICHAR, G_TYPE_PARAM_VALUE_ARRAY.
11790 * Varrags value collection improvements.
11791 * Implemented debugging traps.
11792 * Made things thread-safe.
11793 * Many documentation improvements.
11794 * Many cleanups, optimizations and bug fixes.
11795
11796
11797 Overview of Changes in GLib 1.3.2:
11798 ==================================
11799
11800 GLib:
11801
11802 * Win32 build improvements  [Tor]
11803 * Improvements to error reporting  
11804   (g_critical(), g_return_if_reached()) [Darin]
11805 * Add g_strlcpy/g_strlcat  [David Wheeler]
11806 * New IO channel implementation for Win32  [Tor] 
11807 * Make g_array_free, g_string_free return pointer to memory requested
11808   not to be freed.  [Darin]
11809 * Added GError based error reporting for thread functions.  [Sebastian]
11810 * Moved reference docs into GLib distribution. [Owen]
11811 * Added g_convert() for doing convenient character set conversions based
11812   on iconv. (GLib now requires libiconv or a native iconv.) [Havoc/Owen]
11813 * Various Unicode handling additions (g_ucs4_to_utf8, g_utf8_validate(),
11814   g_{locale,filename}_{to,from}_utf8)  [Robert/Havoc/Owen]
11815 * Portability fixes for threading.  [Sebastian]
11816 * Added convenient functions for launching new processes (g_spawn_*),
11817   and shell quoting/unquoting functions.  [Havoc]
11818 * Split glib.h into many headers.  [Sebastian]
11819 * Added a simple callback-based parser for XML-like files (GMarkup).  [Havoc]
11820 * Fixed confusions between comparison functions that return <0, 0, >0
11821   and equaility functions that return FALSE,TRUE.  [Sebastian]
11822 * Added safe/portable temporary file manipulation functions.  [Tor]
11823 * autoconf improvements.  [Raja]
11824 * Many documentation improvements.
11825 * Bug fixes.
11826
11827 GObject:
11828
11829 * Added boxed and pointer types.  [Tim/Jonathan]
11830 * Added callback abstraction (GClosure)  [Tim]
11831 * Added signal system (GSignal)  [Tim]
11832 * Make GTypePlugin an interface  [Tim]
11833 * Added GTypeModule - a simple GTypePlugin instantiation  [Owen]
11834 * Bug fixes.
11835
11836
11837 What's new in GLib 1.3.1:
11838 =========================
11839
11840 * New GObject library added including object system based on
11841   the GTK+ object system. 
11842 * Functions for getting the properties of Unicode characters, 
11843   computing the canonical decomposition and ordering combining
11844   characters aand manipulating UTF-8 string manipulation based
11845   on libunicode.
11846 * GString now properly handles embedded nuls.
11847 * Multiple fixes from the 1.2.x branch.
11848 * Upgrade to libtool 1.3.3
11849 * Full thread support (thread creation and destruction).
11850 * BeOS port, BeOS dynamic modules.
11851 * Many improvements to the Windows ports.
11852 * Improvements to the OS/2 port, OS/2 module support.
11853 * Double ended queue implementation.
11854 * GLib macros for printf() formatting, e.g. G_GULONG_FORMAT = "lu"
11855 * New configure option --enable-msg-prefix to prefix messages, warnings
11856   et ceteri with the program name and the process id.
11857 * New thread-safe random number generator Mersenne Twister.
11858 * g_strcompress() added, g_strescape() had a slight API change, and
11859   more tightly defined semantics.
11860 * the g_string(x) macro has been removed, #x may be used instead.
11861                                 
11862