Imported Upstream version 2.66.3
[platform/upstream/glib.git] / NEWS
1 Overview of changes in GLib 2.66.3
2 ==================================
3
4 * Fix awkward bug with `GPollFD` handling in some situations (work by Claudio
5   Saavedra and Eugene M) (#1592)
6
7 * Fix sending FDs attached to very large D-Bus messages (work by Simon McVittie
8   and Giovanni Campagna) (#2074)
9
10 * Bugs fixed:
11  - #1592 Main loop ignores GPollFD sources when there is at least one source ready with priority higher than default one
12  - !1720 Backport !1718 “gtrace: Add G_GNUC_PRINTF annotation” to glib-2-66
13  - !1721 Backport !1713 “gmain: g_main_context_check() can skip updating polled FD sources” to glib-2-66
14  - !1723 Backport !1711 “Fix race in socketclient-slow test” to glib-2-66
15  - !1727 Backport !1725 “gdbus: Cope with sending fds in a message that takes multiple writes” to glib-2-66
16  - !1736 Backport !1734 “glocalfileinfo: Use a single timeout source at a time for hidden file cache” to glib-2-66
17
18
19 Overview of changes in GLib 2.66.2
20 ==================================
21
22 * Important and time-critical fix to DST transitions which will happen in Europe
23   on 2020-10-25 on distributions which use the ‘slim’ tzdata format (which is
24   now the default in tzdata/tzcode 2020b) (work by Claudi M., LRN) (#2224)
25
26 * Further timezone handling changes to restore support for changing the timezone
27   when `/etc/localtime/` changes (work by António Fernandes, Sebastian Keller) (#2204)
28
29 * Fix deadlock on Windows when `G_SLICE` is set in the environment (diagnosis by
30   Christoph Reiter) (#2225)
31
32 * Fix UTF-8 validation when escaping URI components (thanks to Marc-André Lureau) (!1680)
33
34 * Bugs fixed:
35  - #2203 fstatat is available only on macOS 10.10+
36  - #2224 top bar time is incorrect, timezone map in control center is broken
37  - #2225 Setting G_SLICE makes Windows programs hang since 2.66
38  - !1682 Backport !1680 “guri: Fix UTF-8 validation when escaping URI components” to glib-2-66
39  - !1685 Backport !1684 “glocalfileinfo: Fix use of fstatat() on macOS < 10.10” to glib-2-66
40  - !1689 uri: add missing (not)nullable annotations
41  - !1693 Backport !1691 “gmain: Fix possible locking issue in source unref” to glib-2-66
42  - !1694 Backport !1692 “gsignal: Plug g_signal_connect_object leak” to glib-2-66
43  - !1700 Backport !1661 “Lookup fallback time zones in the cache to improve performance” to glib-2-66
44  - !1702 Backport !1698 “gslice: Inline win32 implementation of g_getenv() to avoid deadlock” to glib-2-66
45  - !1705 Backport !1683 “Fix the 6-days-until-the-end-of-the-month bug” to glib-2-66
46  - !1710 Backport !1706 “Add various missing nullable annotations” to glib-2-66
47
48 * Translation updates:
49  - Chinese (Taiwan)
50  - Portuguese
51  - Slovak
52
53
54 Overview of changes in GLib 2.66.1
55 ==================================
56
57 * A performance problem where timezones were reloaded from disk every time a
58   `GTimeZone` was created has been fixed (#2204), but this means that changes to
59   `/etc/localtime` will not take effect until a process restarts; future changes
60   in a subsequent 2.66.x release will improve this
61
62 * Security fix for incorrect scope/zone ID parsing in URIs (!1669)
63
64 * Bugs fixed:
65  - #2077 Invalid Pointer Arithmetic in g_path_get_basename
66  - #2164 GDBus DBUS_COOKIE_SHA1 mechanism may use too old a key
67  - #2194 gtk3/glib crash on gimp
68  - #2204 Time zone cache is constantly invalidated if TZ is NULL
69  - #2209 gthreadedresolver: faulty logic in parse_res_txt
70  - !1187 Define G_MSVC_SYMBOL_PREFIX correctly for ARM
71  - !1643 Minor Coverity fixes
72  - !1645 Fix various signedness warnings
73  - !1648 glocalfile: Never require G_LOCAL_FILE_STAT_FIELD_ATIME
74  - !1652 trash portal: Handle portal failures
75  - !1654 gio-tool-trash: Prevent recursion to speed up emptying trash
76  - !1657 glist: Clarify that g_list_free() and friends only free an entire list
77  - !1658 utils: Limit the scope of the variable `max`
78  - !1665 Fix g_module_symbol() under Windows sometimes not succeeding
79  - !1669 guri: Fix URI scope parsing
80  - !1671 gdatetime: Avoid integer overflow creating dates too far in the past
81
82 * Translation updates:
83  - Danish
84  - Greek, Modern (1453-)
85  - Hebrew
86  - Latvian
87  - Portuguese
88  - Russian
89
90
91 Overview of changes in GLib 2.66.0
92 ==================================
93
94 * Bugs fixed:
95  - #2200 missing tab in makefile rule
96  - !1639 guri: Fix user passed to g_uri_split_with_user() not being NULL'd
97
98 * Translation updates:
99  - Croatian
100  - Hungarian
101  - Italian
102  - Serbian
103  - Slovak
104  - Swedish
105
106
107 Overview of changes in GLib 2.65.3
108 ==================================
109
110 * Fixes to the new `statx()` calls — note that since GLib 2.65.2 uses `statx()`
111   (if available) instead of `stat()`/`fstat()`/`lstat()`/`fstatat()`, syscall
112   sandboxing for third party applications might need to be updated
113
114 * Bugs fixed:
115  - #2189 g_file_query_info on ro file system: Numerical result out of range
116  - #2191 Calling nice(20) can lead to thread related warnings
117  - #2197 Segfaulting Integer Overflow in g_option_group_add_entries
118  - !1025 Big o notations
119  - !1626 gio: Document g_settings_new() missing schema behaviour
120  - !1627 gthread: Add a sysprof mark for thread creation
121  - !1628 Replace a bunch of fallthrough comments with an attribute
122  - !1631 Fix splice behavior on cancellation
123  - !1632 Fixing signedness warning in glib/gfileutils.c
124  - !1635 gcancellable: Mark a variable as unused if built with G_DISABLE_ASSERT
125
126 * Translation updates:
127  - Basque
128  - Catalan
129  - Chinese (China)
130  - Czech
131  - English (United Kingdom)
132  - Friulian
133  - German
134  - Japanese
135  - Kazakh
136  - Korean
137  - Lithuanian
138  - Polish
139  - Portuguese (Brazil)
140  - Slovenian
141
142
143 Overview of changes in GLib 2.65.2
144 ==================================
145
146 * Support `statx()` and `G_FILE_ATTRIBUTE_TIME_CREATED` (work by Andre Miranda) (#1970)
147
148 * Fix deadlock in `g_subprocess_communicate_async()` (work by Alexander Larsson) (#2182)
149
150 * Add `%f`/microsecond placeholder support to `g_date_time_format()` (work by Johan Bjäreholt) (!1605)
151
152 * Bugs fixed:
153  - #5 g_new0 performance
154  - #1970 Make G_FILE_ATTRIBUTE_TIME_CREATED support stx_btime
155  - #2176 Inconsistent introspection annotations for g_input_stream_read and g_socket_receive
156  - #2182 g_subprocess_communicate_async() can deadlock when writing
157  - !1593 CI support for Coverity Scan
158  - !1605 gdatetime: Add %f format specifier and microsecond precision to g_date_time_format_iso8601
159  - !1613 gfile: Document TOCTTOU avoidance using g_file_delete()
160  - !1615 docs: glib-compile-resources: json-stripblanks
161  - !1616 gioerror: Map WSAENETRESET on Windows to G_IO_ERROR_CONNECTION_CLOSED
162  - !1619 Minor Coverity fixes
163  - !1620 gvariant: Ensure GVS.depth is initialised
164  - !1622 gdatetime: Widen a variable before multiplication
165  - !1623 gcancellable: Assert that make_pollfd() call succeeds
166  - !1624 gdbusaddress: Drop an unnecessary NULL check
167  - !1625 gdbusmessage: Drop redundant uint ≥ 0 checks
168
169 * Translation updates:
170  - French
171  - Galician
172  - Greek, Modern (1453-)
173  - Indonesian
174  - Romanian
175  - Spanish
176  - Turkish
177  - Ukrainian
178
179
180 Overview of changes in GLib 2.65.1
181 ==================================
182
183 * Add `GUri` API for parsing, building and representing URIs according to
184   [RFC 3986](https://tools.ietf.org/html/rfc3986) (work by Marc-André Lureau) (#110)
185
186 * Fix handling of xattr data with embedded nuls (#422)
187
188 * Add `g_file_set_contents_full()` which gives more control over fsyncs (#1302)
189
190 * Fix cross-compilation on iOS (work by Nirbheek Chauhan) (#1868)
191
192 * Add a `x-gvfs-notrash` option to disable trash on certain mounts (work by Ondrej Holy) (!1549)
193
194 * Support ‘slim’ TZif files generated with `zic -b slim` (work by Paul Eggert) (#2129)
195
196 * Support emitting profiling marks from `GMainContext` to sysprof capture files (!1551)
197
198 * Accept IPv6 zone IDs in `g_hostname_is_ip_address()` (work by Marc-André Lureau) (!1604)
199
200 * Bugs fixed:
201  - #4 Include a UTF-8 safe escaping function
202  - #110 Basic URI operations
203  - #137 display_name should be always available
204  - #250 GTestCase's setup/teardown functions appear pointless
205  - #272 allow thread pools to adjust the number of threads to the number of cpu's/cores
206  - #422 Wrong assumption in libgio GFileInfo on xattr/acl string: it may contain binary data.
207  - #858 glib2 @2.40.0 issues a "Got weird mach timebase info" error (Macports, PPC)
208  - #1022 g_object_new Should Mention That it Zeroes Out Private Struct
209  - #1200 Make g_assert_null/nonnull clang static analyzer friendly
210  - #1203 Add a variant of g_file_set_contents() which accepts file mode
211  - #1288 gmacros: Introduce non-public G_CLANG_ANALYZER_NORETURN macro
212  - #1302 g_file_set_contents() can fill target with NUL bytes if it did not previously exist
213  - #1670 ThreadSanitizer data races
214  - #1764 cancellable test: on_mock_operation_ready: assertion failed (iterations_requested > iterations_done): (10 > 10)
215  - #1868 iOS cross compile impossible due to frexpl check not supporting cross compilation
216  - #1869 iOS doesn't have Cocoa, which thankfully isn't a requirement of this code that supposedly requires it
217  - #1982 GSocketAddressEnumerator documentation is inconsistent with existing usage
218  - #2127 Spurious GIO module initialization on Fedora Silverblue (and other ostree-based systems?)
219  - #2129 date_time bugs after 2038, or with today's date and 'zic -b slim' TZif files
220  - #2132 Valgrind reports "still reachable" after g_thread_pool_new/free
221  - #2136 Valgrind reports "still reachable" after g_option_context_parse
222  - #2140 calling malloc in fork child is undefined-behaviour
223  - #2141 g_value_copy is was recently broken
224  - #2149 Make G_URI_FLAGS_PARSE_STRICT the default
225  - #2156 Merge _g_uri_parse_authority() into GUri
226  - #2159 Thread-unsafe initialization in gportalsupport.c
227  - #2160 More guri regressions
228  - #2165 More guri breakage
229  - #2166 g_uri_build() functions should accept a NULL scheme
230  - !1328 guri: new URI parsing and generating functions
231  - !1527 Add g_tls_connection_get_channel_binding_data call and enums
232  - !1534 Various GLocalFile fixes related to the filesystem::remote attribute
233  - !1546 tree: Fix various ableist language
234  - !1549 Add support to ignore trash for certain mounts
235  - !1551 Add initial sysprof support
236  - !1553 gtestutils: Mark that g_assert_whatever() macros do not normally return
237  - !1554 GUri build fixes
238  - !1555 Remove c-format from the string that is not c-formatted
239  - !1556 fuzzing: Another fix for g_uri_parse() test
240  - !1557 A few g_uri_parse_params() improvements
241  - !1559 Fix buffer read overflows in GUri
242  - !1561 gconvert: Use a pointer array in extract_uris
243  - !1563 gdesktopappinfo: Fix unnecessarily copied and leaked URI list
244  - !1564 tests: limit number of threads to something reasonable.
245  - !1570 Reduce CI bandwidth requirements
246  - !1572 Add GUriParamsIter
247  - !1576 gtask: Only override g_task_set_source_tag() for GLib ≥ 2.60
248  - !1577 uri: add illegal_characters argument to unescape_bytes
249  - !1578 tests: Add tests for RFC 8536 v3 parsing of time zones
250  - !1579 glib: Use g_getenv everywhere instead of getenv
251  - !1582 appinfo: Add properties
252  - !1583 gio: Remove broken support for XP
253  - !1590 Use CI schedules and DAGs
254  - !1591 gfileutils: Fix O_NOFOLLOW handling on BSD systems
255  - !1594 GFile: Document that G_FILE_CREATE_REPLACE_DESTINATION can only be used with...
256  - !1595 uri: add ENCODED_PATH & ENCODED_FRAGMENT flags
257  - !1599 uri: do not add ipv6 brackets on non-ip host
258  - !1600 uri: do not encode ':' and ';' from userinfo
259  - !1601 timezone: Fix an uninitialized use
260  - !1602 Revert "Merge branch 'appinfo-properties' into 'master'"
261  - !1604 Make g_hostname_is_ip_address() accept ipv6 zoneid
262  - !1609 Fix multiple typos in guri.c
263  - !1611 guri: Always prepend `//` to the host when building a URI
264  - !1612 guri: Document and check restrictions on path prefixes
265
266 * Translation updates:
267  - Catalan
268  - Kazakh
269  - Lithuanian
270  - Romanian
271  - Slovenian
272  - Spanish
273  - Ukrainian
274
275
276 Overview of changes in GLib 2.65.0
277 ==================================
278
279 * Fix memory monitor tests to only be installed if installed-tests are enabled,
280   and to be skipped if GObject-Introspection is too old (!1407)
281
282 * Stability improvements for various unit tests
283
284 * D-Bus credentials support on macOS (#507)
285
286 * MSVC support for the files generated by `glib-compile-resource` and `gdbus-codegen` (#1215, !1452)
287
288 * Year 2038 fixes involving new API in `GBookmarkFile` (#1931)
289
290 * SOCKS5 proxy authentication fixes (#1986, #1988)
291
292 * Support for more than `MAXIMUM_WAIT_OBJECTS` FDs for `g_poll()` on Windows (#2107)
293
294 * Add `g_assert_no_errno()` test macro for testing POSIX-style functions (!1204)
295
296 * Update Unicode Character Database to version 13.0.0 (!1422)
297
298 * Support storing interned strings in `GValue`s efficiently, via `g_value_set_interned_string()` (#2109)
299
300 * Bugs fixed:
301  - #2 g_filename_from_utf8() should normalize?
302  - #176 the behaviour of constructors for GLib data types is not specified if memory allocation fails
303  - #480 /gdbus/connection/signals test intermittently fails: assertion failed (count_name_owner_changed == 2): (1 == 2)
304  - #507 GDBus credentials don’t work on OS X
305  - #602 GLib.Thread not usable from GObject-Introspection
306  - #1154 Missing documentation how to set a value in a GArray
307  - #1215 MSVC cannot build glib-compile-resource's output resource file
308  - #1323 meson, autotools: figure out if mem barrier is needed for arm64 host variant aarch64
309  - #1398 gdate: Add error handling for GetDateFormatW calls
310  - #1841 Signal handler disconnection race when finalising GCancellableSource
311  - #1851 Meson Build Failure on Windows: Undefined Reference to libiconv
312  - #1911 Memory leak in g_param_spec_flags and/or g_param_spec_enum
313  - #1931 GBookmarkFile API involves time_t
314  - #1954 gdbus-server-auth intermittent failure
315  - #1957 gdbus-connection test failure on FreeBSD
316  - #1986 Socks5 Proxy: Authentication seems broken
317  - #1988 Socks5 Proxy: Wrong error returned when using no authentication
318  - #2038 Bindings: g_tls_connection_set_database() does not allow None as argument
319  - #2051 GUnixOutputStream can block on close()
320  - #2057 Call malloc_trim() under memory pressure
321  - #2067 Glib uses _Static_assert in C++17 mode
322  - #2081 gdbus error messages contains mixed up body and head signatures
323  - #2082 AM/PM - specific variation support needed to Hebrew language
324  - #2083 Memory monitor tests fail if dbusmock isn't installed
325  - #2092 FreeBSD CI timing out in gdbus-connection filter test
326  - #2094 Deprecation warnings when compiling with -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_28 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_28
327  - #2106 Duplicated if - else if conditions in gtranslit.c
328  - #2107 g_poll() implementation on Windows stall when more than MAXIMUM_WAIT_OBJECTS FDs have passed
329  - #2109 GValue: Add support for interned string
330  - #2124 g_file_info_get_content_type() may return NULL
331  - #2132 Valgrind reports "still reachable" after g_thread_pool_new/free
332  - #2134 Valgrind reports "still reachable" after `g_uuid_string_random()`.
333  - #2135 Valgrind reports "still reachable" after g_key_file_new/free
334  - #2136 Valgrind reports "still reachable" after g_option_context_parse
335  - !1204 gtestutils: Add a new g_assert_no_errno() test macro
336  - !1302 gobject: new g_param_is_valid_property_name() function.
337  - !1329 Support nanoseconds in stat timestamps on Windows
338  - !1341 MUI capabilities for GWin32RegistryKey
339  - !1360 CI: Show execution environment before we start
340  - !1395 tests: Move memory_monitor_tests under installed_tests_enabled
341  - !1396 macros: Define G_GNUC_FALLTHROUGH for more compilers
342  - !1397 tests: Skip MemoryMonitor test if GObject-Introspection is too old
343  - !1398 gcontenttype: Fix crash in _get_generic_icon_name()
344  - !1402 ci: Update Android Docker image for aarch64 CPU naming change
345  - !1405 tests: Disable link-time warning for mem-overflow
346  - !1406 Replace fallthrough comments with G_GNUC_FALLTHROUGH
347  - !1408 tests: Don't compare strings by pointer
348  - !1409 gdummytlsconnection: Add missing overrides for ALPN properties
349  - !1413 gapplication: Fix a minor typo in the documentation
350  - !1414 gstrutils: Set locale explicitly for search-utils test
351  - !1415 meson: Don't use assert in test code
352  - !1418 ginetaddress, ginetsocketaddress: Add missing (nullable) annotations
353  - !1422 glib: Update Unicode Character Database to version 13.0.0
354  - !1423 gobject: Clarify assertion failure on ref-after-finalize
355  - !1424 docs: Fix configuration with gtk_doc=true and installed_tests=false
356  - !1425 gdbusconnection: GDBusSignalCallback can have a NULL sender_name
357  - !1426 gunidecomp: Update and reformat Unicode version support history
358  - !1427 gicon: Clarify GVariant refcounting in docs
359  - !1428 Add missing 'extern' to the dllexport version of GLIB_VAR/GOBJECT_VAR
360  - !1429 Fix arch detection ifdefs in glib/valgrind.h
361  - !1430 Use __builtin_trap() on Clang on any platform
362  - !1431 glib-unix.c: fix heap corruption in g_unix_get_passwd_entry
363  - !1432 docs: Mention new gio tool options
364  - !1433 meson: Fix buildtype usage
365  - !1434 gdbusconnection: Clarify nullability of SignalInstance.sender
366  - !1436 glib: Update internal copy of valgrind.h from Valgrind 3.15 release
367  - !1437 gmarkup tests: tab character escape/unescape
368  - !1439 Don't misdetect stpcpy on windows platforms on clang
369  - !1440 Silence clang errors about -Wformat-nonliteral due to missing intermediate attributes
370  - !1441 Meson: Override every dependency glib provides
371  - !1442 gfile: Fallback to fast-content-type if content-type is not set
372  - !1443 gio: use TAPTestRunner in the memory monitor tests
373  - !1444 Meson: Add glib-checks and glib-asserts options
374  - !1452 Make symbols generated by gdbus-codegen exportable on Visual Studio-style builds
375  - !1455 gdesktopappinfo: Note that search results are not filtered
376  - !1456 GCredentials documentation fixes
377  - !1458 meson: Exclude gosxutils.m when building for iOS
378  - !1459 meson: Fix the gnulib checks for isnan* functions
379  - !1460 glib: Sync the local modification to glib/valgrind.h to what was upstreamed
380  - !1462 gvariant-core: Add a note about memory safety of children
381  - !1463 gdesktopappinfo: Add several nullable annotation to GAppInfo getters
382  - !1464 Update Fedora CI
383  - !1466 CI: Switch to new Windows runners
384  - !1469 goption: Treat an empty option context parameter string as NULL
385  - !1475 Improve documentation of g_tls_database_verify_chain()
386  - !1476 tests: Fix remaining race in gdbus-connection filter test
387  - !1479 Improve documentation of client connection validation flags
388  - !1480 CI: Make sure we use meson 0.49.2 in MSYS2
389  - !1481 array: fix corrupt state of GPtrArray after g_ptr_array_extend_and_steal()
390  - !1482 [th/g-ptr-array-variable-cleanups] minor cleanup of variables for GPtrArray
391  - !1487 glib: annotate static inline functions with G_AVAILABLE-type macros
392  - !1488 Rebuild Fedora CI image
393  - !1491 gdatetime: update annotations
394  - !1492 glib-mkenums: allow optional 'since' tag
395  - !1493 meson: Remove stray ] in O_DIRECTORY check
396  - !1496 Fix GLIB_UNAVAILABLE_STATIC_INLINE declaration
397  - !1498 array: add internal ptr_array_new() helper for creating GPtrArray
398  - !1503 docs: Add indexes for symbols added in 2.66
399  - !1505 gobject: Handle runtime checks as such
400  - !1506 tests: Speed up the cancellable test
401  - !1508 tests: Speed up the file test and make it more reliable
402  - !1512 Various fixes when building for iOS
403  - !1513 Initialize the visited time of a new GBookmarkFile
404  - !1515 meson: check for stpcpy using cc.links()
405  - !1516 gthreadedsocketservice: Mark source_object of run signal as nullable
406  - !1517 GWin32RegistryKey: Move assertions
407  - !1518 strfuncs: Use a GPtrArray in strsplit()
408  - !1522 meson: Fix gnulib printf checks
409  - !1524 meson: Fix gnulib build where isnan*() is needed
410  - !1525 Normalize C source files to end with exactly one newline
411  - !1528 gtlsconnection: Improve documentation of peer-certificate[-errors]
412  - !1530 tree: Fix various typos and outdated terminology
413  - !1531 gvariant: Fix documentation for g_variant_get_string() to match reality
414  - !1532 win32: spelling fix
415  - !1535 glib.supp improvements
416
417 * Translation updates:
418  - Bokmål, Norwegian
419  - Catalan
420  - Catalan (Valencia)
421  - Chinese (Taiwan)
422  - Dutch
423  - French
424  - Galician
425  - German
426  - Hebrew
427  - Indonesian
428  - Italian
429  - Japanese
430  - Latvian
431  - Lithuanian
432  - Malay
433  - Romanian
434  - Serbian
435  - Slovak
436  - Slovenian
437  - Spanish
438  - Turkish
439  - Ukrainian
440
441
442 Overview of changes in GLib 2.64.0
443 ==================================
444
445 * Use `posix_spawn()` to speed up launching test D-Bus instances (!1388)
446
447 * Bugs fixed:
448  - #1783 Document using glib-mkenums with meson
449  - #2049 Crash in g_array_copy
450  - !1384 Some minor clang warning fixes
451  - !1386 docs: Document generated headers caveats for genmarshal
452  - !1387 ci: Correctly propagate exit status in run-style-check-diff.sh
453  - !1388 gtestdbus: Use posix_spawn() to spawn dbus-daemon
454  - !1389 Update GError docs to use G_DEFINE_QUARK
455
456 * Translation updates:
457  - Czech
458  - Danish
459
460
461 Overview of changes in GLib 2.63.6
462 ==================================
463
464 * Fix potential relative read when calling g_printerr(), which could lead to a
465   denial of service from a setuid-root process being used to block access to the
466   TTY for another user (#1919)
467
468 * Fix SOCKS proxy resolver sometimes not being used when resolving addresses
469   via Happy Eyeballs (CVE-2020-6750) (#1989)
470
471 * Several other Happy Eyeballs fixes for address resolution (#1871, #1872, #1902)
472
473 * Various race fixes in `GDBusConnection` and its unit tests (#1515)
474
475 * Fix a race condition with D-Bus name ownership (#1517)
476
477 * Drop `gio-launch-desktop` helper application in favour of calling `sh` directly (#1633)
478
479 * Fix win32 exception handling with C# exceptions (#2025)
480
481 * Fix thread safety of `GUnixMountMonitor` (#2030)
482
483 * Additional fixes to new thread pool attribute behaviour from GLib 2.63.4 to
484   check if sched_setattr() is allowed by system policies before depending on it (#2039, !1356)
485
486 * Fix memory leaks and corruption when freeing `GSource`s while freeing a `GMainContext` (!1353)
487
488 * Drop inappropriate installation of object manager example documentation (!1359)
489
490 * Bugs fixed:
491  - #938 gdbus call -a doesn't support message bus connections
492  - #1515 gio/gdbus-threading test sometimes fails in CI
493  - #1517 g_bus_own_name does not always call name_lost_handler when _REPLACE and _ALLOW_REPLACEMENT are set
494  - #1633 should not install gio-launch-desktop into PATH
495  - #1919 read from relative path in g_printerr() in 2.58.3
496  - #1995 Tracker issue for Happy Eyeballs regressions
497  - #2002 g_io_channel_read_line does not honour the line_term symbols set
498  - #2025 W32 exception handling misbehaves when C# exceptions are thrown when running inside the Visual Studio debugger
499  - #2030 Random nautilus test suite failures involving GUnixMountMonitor
500  - #2039 sched_setattr() still can cause EPERM through natural causes
501  - #2043 Low memory monitor test failed in CI
502  - #2044 GApplication docs suggest invalid GVariant type
503  - !1185 gtimezone: Tidy up UTC timezone creation
504  - !1281 ci: Update Docker packages
505  - !1283 gmodule: change _g_module_close to only take a handle.
506  - !1298 tests: Speed up the GIO actions test
507  - !1299 gapplication: Fix a minor typo in the documentation
508  - !1339 gsocketclient: Refactor g_socket_client_connect_async()
509  - !1353 GMainContext - Fix memory leaks and memory corruption when freeing sources while freeing a context
510  - !1354 GThreadPool - Add test for !1340
511  - !1355 glist: Add docs examples of how to combine with g_steal_pointer()
512  - !1356 GThread - Check if sched_setattr is allowed by the system policies before depending on it
513  - !1359 docs: Don’t install object manager example separately
514  - !1363 Make tests pass if we are euid != 0 with capabilities
515  - !1366 Fix oss-fuzz coverage link
516  - !1372 gobject: Fix strict aliasing warnings with g_set_object()
517  - !1376 gitlab-ci: 64-bit ARM is aarch64, not arm64
518  - !1381 ghash: Document the iteration order over a hash table is not defined
519  - !1382 tests: Bump the refcount timeout in gdbus-threading
520  - !1383 ci: Enable parallelisation when running installed tests
521
522 * Translation updates:
523  - Basque
524  - English (United Kingdom)
525  - French
526  - Galician
527  - German
528  - Greek, Modern (1453-)
529  - Hungarian
530  - Indonesian
531  - Japanese
532  - Korean
533  - Lithuanian
534  - Polish
535  - Portuguese (Brazil)
536  - Spanish
537  - Swedish
538  - Turkish
539
540
541 Overview of changes in GLib 2.63.5
542 ==================================
543
544 * Fix behaviour of `g_file_move()` fallback code to not follow symlinks (#986)
545
546 * Rename `--glib-min-version` argument of `gdbus-codegen` to `--glib-min-required`
547   (this is not an API break as `--glib-min-version` was added earlier in the
548   2.63 cycle) (#1993)
549
550 * Add gtk-doc checks to CI and fix a number of documentation issues
551   (thanks to Xavier Claessens) (!978)
552
553 * Add `G_SIZEOF_MEMBER()` macro (!1333)
554
555 * Add a debug message if `g_setenv()` or `g_unsetenv()` are used after any
556   threads have been spawned — this will be upgraded to a warning in future (!1337, #715)
557
558 * Skip memory monitor tests if xdg-desktop-portal or dbusmock are not available (!1296, !1338)
559
560 * Change the `libmount` configure option from a boolean to a Meson `feature` (!1344)
561
562 * Do not return `target-uri` from `g_file_peek_path()` when called on trash/recent files (!1346)
563
564 * Drop new TLS certificate API for PKCS #11 backed certificates, as the implementation
565   is not ready yet (this is not an API break as the API was added earlier in the
566   2.63 cycle) (!1347)
567
568 * Bugs fixed:
569  - #986 g_file_move: remove G_FILE_COPY_NOFOLLOW_SYMLINKS section
570  - #1551 CI: Add checks for `TODO` in MRs
571  - #1925 Large number of routes installed into kernel cause high cpu usage
572  - #1993 Rename gdbus-codegen --glib-min-version argument to --glib-min-required and add --glib-max-allowed
573  - #2012 spawn_thread_queue not initialised in GThreadPool
574  - #2020 g_network_monitor_base_add_network() improperly unrefs GInetAddressMask
575  - !978 Various fixes to make gtkdoc-check pass on glib
576  - !1018 docs: tag enclose 'all' and 'help' values
577  - !1170 Avoid C++20 deprecated assignment to volatile
578  - !1296 tests: Skip GMemoryMonitor tests if the dbusmock template is not available
579  - !1307 Remove global declaration of GMemoryMonitor
580  - !1322 gmain: Mark G_SOURCE_FUNC as available in 2.58
581  - !1333 Add and use G_SIZEOF_MEMBER() macro
582  - !1337 genviron: Message if g_setenv()/g_unsetenv() are used after threads spawned
583  - !1338 tests: Skip GMemoryMonitor tests if xdg-desktop-portal is not available
584  - !1344 meson: libmount autodectection
585  - !1345 gio-tool-info: Print unix mount information where available
586  - !1346 gfile: Do not return target-uri from g_file_peek_path()
587  - !1347 Revert "gtlscertificate: Add support for PKCS #11 backed certificates"
588  - !1348 ghash: Clarify that g_hash_table_add() always consumes the key
589  - !1349 doc: Clarify that _locker_new() does not actually allocate memory
590  - !1351 glib.supp: update g-threaded-resolver-getaddrinfo-config
591
592 * Translation updates:
593  - Japanese
594  - Lithuanian
595  - Malay
596  - Portuguese (Brazil)
597  - Swedish
598
599
600 Overview of changes in GLib 2.63.4
601 ==================================
602
603 * Fix various race conditions on signal emission in GDBus (#604, #978, #1232)
604
605 * Change thread pools so that thread attributes (in particular, priority) are
606   inherited from the thread which created the `GThreadPool` initially, rather
607   than from the thread which is pushing a new job into the pool (#1834, #2007)
608
609 * Expand support for running Windows apps with
610   `g_app_info_launch_default_for_uri()` using rundll32 on Windows (#1932)
611
612 * Support multiple directories in `GSETTINGS_SCHEMA_DIR` environment variable (#1998)
613
614 * Support full Julian day range in `TZ` environment variable (#1999)
615
616 * Apply recursion depth limits to variants in D-Bus messages (!1201)
617
618 * Support adding call flags and timeouts to method calls generated by
619   `gdbus-codegen` through the new `--glib-min-version` option (!1286)
620
621 * Fully deprecate TLS rehandshakes; they are now ignored due to TLS protocol
622   changes (!1305)
623
624 * Bugs fixed:
625  - #198 g_fopen and friends: should also state how to close a stream
626  - #604 GDBus name watching dispatch is buggy/excessively-complicated
627  - #833 g_object_set: document the need to cast varargs
628  - #978 SIGSEGV in on_name_lost_or_acquired
629  - #1232 Insufficient thread safety around GDBusObjectManagerClient
630  - #1416 Re-add macOS CI
631  - #1834 Unwanted priority/etc inheritance with GThreadPool and GThread and the POSIX implementation
632  - #1932 Windows: Gio.AppInfo.launch_default_for_uri seems not to work for local files/folders
633  - #1983 glib:gio / dbus-appinfo test fails: GLib-GIO:ERROR:../../../../Projects/glib/gio/tests/dbus-appinfo.c:326:on_flatpak_open: 'g_file_equal (files[0], f)' should be TRUE
634  - #1997 Base64 encoding with "break_lines" claims to wrap at 72 characters but seems to wrap at 76
635  - #1998 support multiple directories in GSETTINGS_SCHEMA_DIR
636  - #1999 GTimeZone fails to accept full Julian day range when parsing the direct $TZ string format
637  - #2007 Thread scheduler attributes fail under valgrind
638  - !388 ci: Avoid downloading subprojects for each job
639  - !1111 gio: test that launch_uris() exports files with the document portal when launching a flatpak
640  - !1201 gdbusmessage: Limit recursion of variants in D-Bus messages
641  - !1279 tests: Fix an error message set by foo_set_property()
642  - !1286 gdbus-codegen: Add a GDBusCallFlags arg to method calls
643  - !1291 gio-tool-list: Add an option to print display names
644  - !1294 GMemoryMonitor docs fixes
645  - !1295 gio: Fix socket test
646  - !1301 GThread - Inherit parent thread priority by default for new Win32 threads
647  - !1303 gvariant-core: Don't pass NULL second argument to memcpy
648  - !1305 Fully deprecate TLS rehandshakes
649  - !1308 gsocketclient: run timeout source on the task's main context
650  - !1309 Fix crash in gutils when application is prevented access to passwd file
651  - !1317 gfdonotificationbackend: remove notifications when bus name vanishes
652  - !1320 subprojects: Temporarily avoid using wrapdb while it’s down
653  - !1324 ci: Add some documentation to the style check CI test
654  - !1325 Check for SYS_sched_getattr before using it unconditionally
655  - !1330 W32: Correctly set st_ino when doing private stat()
656  - !1334 gthread: Ensure GThreadSchedulerSettings is always defined
657
658 * Translation updates:
659  - Catalan
660  - Galician
661  - Hungarian
662  - Indonesian
663  - Polish
664  - Portuguese (Brazil)
665  - Spanish
666
667
668 Overview of changes in GLib 2.63.3
669 ==================================
670
671 * Add a `--glib-min-version` argument to `gdbus-codegen` which controls breaks in the API of generated code (#1726)
672
673 * Add `g_clear_list()` API to clear `GList`s to `NULL` (#1943)
674
675 * Add a `GMemoryMonitor` API to be notified of memory pressure situations using the low-memory-monitor project (!1005)
676
677 * Add support for dispose functions for `GSource` implementations (!1175)
678
679 * Tighten up validation of GObject signal and property names, allowing performance improvements (!1224)
680
681 * Fix installation path of GIO modules on MSVC to be the bindir (!1254)
682
683 * Bugs fixed:
684  - #650 g_signal_lookup gives too many warnings
685  - #1011 GListStore, easily find if the item is already inserted
686  - #1130 gdbus-codegen: Add an option to strictly generate markdown in source comments
687  - #1687 glocalvfs.c uses non-thread-safe getpwnam()
688  - #1726 Warn when method/signal uses type 'h' but lacks GDBus.C.UnixFD annotation
689  - #1935 Assert in _kqsub_free seems to be too strict
690  - #1943 Consider g_clear_list()
691  - #1947 Documentation clarification for g_uuid_string_random()
692  - #1953 Documentation for g_type_init() and others missing from online gtk-doc documentation
693  - #1961 A typo in the comment of `g_settings_schema_get_path`: threfore -> therefore
694  - !1005 gio: Add GMemoryMonitor to monitor for low-memory
695  - !1172 gptrarray: Add an example to the g_ptr_array_steal() docs
696  - !1175 Implement a dispose function for GSource
697  - !1223 Add additional valgrind suppressions
698  - !1224 Signal name handling improvements
699  - !1230 ci: Run installed-tests on Fedora
700  - !1235 Add sudo to Fedora docker image
701  - !1239 tests: Run "timeout tests" sequentially
702  - !1248 ci: Update all Debian CI runners to use v5 of the Dockerfile
703  - !1249 gio-tool-mount: Allow mounting by the given UUID
704  - !1252 ci: Fix running all jobs on merge requests
705  - !1253 gthread: Fix "zero as null pointer" warning
706  - !1254 giomodule: gio modules are no longer installed in bindir on MSVC
707  - !1255 ci: Build Docker images rather than OCI images if using podman
708  - !1256 gdate: Add autoptr support
709  - !1258 Minor CI fixups
710  - !1261 gtk-doc: Ensure we have recent enough version
711  - !1262 tests: Add tests for the gdbus-codegen executable
712  - !1265 build: don't check for protected visibility
713  - !1267 Revert "doc: Workaround gtkdoc-scan bug leading to undocumented symbols"
714  - !1268 ci: Work-around successful installed tests having no logs
715  - !1269 gvariant: Add guard to g_variant_get()
716  - !1271 tests: Enable GDBus debug for a number of unreliable tests
717  - !1274 trash portal: Don't follow symlinks
718  - !1275 Small doc correction
719  - !1277 Various gtk-doc improvements
720  - !1278 Update installed tests CI
721  - !1280 clang-format-diff: Output diff for multiple files, not just one
722  - !1282 Revert "Revert "docs: remove GDBusObjectManager example""
723  - !1284 Update POTFILES.in 191212
724  - !1287 atomic/tests: test g_atomic_pointer_compare_and_exchange() with const pointers
725  - !1289 gtype: Define auto-cleanup functions for Module class
726
727 * Translation updates:
728  - Spanish
729
730
731 Overview of changes in GLib 2.63.2
732 ==================================
733
734 * Use `lldb` rather than `gdb` on macOS for debugging (#1004)
735
736 * Switch the atomic builtins from `__sync_fetch_*()` to the slightly more modern
737   `__atomic_*()` (#1750)
738
739 * Fix calculation of `gsize` width on various platforms (including OpenBSD) (#1777)
740
741 * Fix undefined behaviour causing brokenness in `g_utf8_find_prev_char()` when
742   compiling with GCC ≥ 8 (#1917)
743
744 * Revert UNIX mode changes in `G_FILE_ATTRIBUTE_ID_UNIX_MODE` which broke OSTree (#1934)
745
746 * Slightly improve performance for signal emissions when no handlers are connected (!1083)
747
748 * Add `g_task_return_value()` and `g_task_propagate_value()` APIs to allow
749   `GTask` to be used from language bindings more easily (!1216)
750
751 * Fix a file monitoring crash on kqueue-based systems (BSD) (!1221)
752
753 * Bugs fixed:
754  - #1004 [PATCH] Make gbacktrace use lldb on Mac OS X
755  - #1552 CI: Add code style checks
756  - #1750 Switch from  __sync_fetch_*() to __atomic_*() in glib/gatomic.h
757  - #1777 gsize: improper typedef on (at least) OpenBSD
758  - #1895 Regression: glib does not compile on centos 6: "objcopy: unrecognized option '--add-symbol'"
759  - #1917 Test utf8-pointer fails with static build, LTO, optimisations, and new GCC
760  - #1930 glib/tests/bookmarkfile.c:385:test_modify: assertion failed: (stamp == now)
761  - #1934 ostree tests broken since bfdc5fc4fc84ef8518d2d1a328c8482cf5a38e98: File '/tmp/test-tmp-libostree_test-basic-user.sh.test-QB4SA0/diff-test2' is not empty
762  - #1938 GDateTime doesn't support leap seconds
763  - #1940 atomics test fails on FreeBSD CI since !1123
764  - !1039 Improve documentation for footgun function g_tls_client_connection_copy_session_state()
765  - !1083 Use the GObject hole on 64bit arches for some flags to improve performance
766  - !1202 CI updates after !1177
767  - !1208 gutils: Slightly improve docs formatting for g_get_os_info()
768  - !1209 Make ld executable configurable
769  - !1210 gdbus-server-auth test: Include gcredentialsprivate.h
770  - !1213 gsocket: Improve diagnostics on bind() failure
771  - !1214 gvariant, gbytes: Avoid memcmp (NULL, ., 0) or memcmp (., NULL, 0)
772  - !1216 Make GTask more binding-friendly
773  - !1218 gdb: Fix GHashTable pretty printer off-by-one error
774  - !1220 gparam: fix memory leak in g_param_value_defaults()
775  - !1221 Add NOTE_REVOKE to the list of the monitoring events
776  - !1225 gtlsconnection: clarify handshake() documentation
777  - !1227 Deprecate old GTlsConnection functionality even harder!
778  - !1231 Fix build on old libc that does not define _SC_HOST_NAME_MAX
779  - !1238 gstrfuncs: use gsize type internally for strv functions
780  - !1242 gfileinfo: Clarify the documentation for G_FILE_ATTRIBUTE_UNIX_MODE
781  - !1243 docs: Fix "occurred" typos in API documentation
782
783 * Translation updates:
784  - Spanish
785
786
787 Overview of changes in GLib 2.63.1
788 ==================================
789
790 * Several usability improvements to command line `gio` tool (!1153)
791
792 * Add `g_array_steal()`, `g_ptr_array_steal()` and `g_byte_array_steal()` APIs (#285)
793
794 * Add `g_get_os_info()` API (!1063, !1160)
795
796 * Add `g_warning_once()` API (!1028)
797
798 * Always resolve `localhost` to loopback address in `GResolver` (!616)
799
800 * Add `GMainContextPusher` API (!983)
801
802 * Limit recursion in `g_variant_parse()` (!1173)
803
804 * Fix crash in `g_spawn()` with high FD numbers due to use of `select()` rather
805   than `poll()` (#954)
806
807 * Allow passing empty `GValue`s to `g_param_value_set_default()` (!1186)
808
809 * Escape header guards generated by `gdbus-codegen` better (#1379)
810
811 * Bugs fixed:
812  - #285 [PATCH] add array steal and memdup functions
813  - #954 The g_spawn_sync() function uses select() which has limitations
814  - #1318 rare failure in gdbus-peer test: invalid uninstantiatable type '(null)' in cast to 'GDBusServer'
815  - #1379 gdbus-codegen generates invalid header guards when build directory contains a + character
816  - #1622 NULL pointer derefs on g_vasprintf() failure
817  - #1813 g_option_context_add_main_entries() is missing array annotation for entries parameter
818  - #1831 No reply on private socket due to auth problem
819  - #1836 gobject.c uses undefined annotation “(not optional)”
820  - #1858 docs/reference/gobject/tut_gobject.xml: object properties example uses deprecated API
821  - #1877 g_cancellable_source_new annotated with 'skip'
822  - #1896 Use after free when calling g_dbus_connection_flush_sync() in a dedicated thread
823  - #1897 glib 2.62.0 fails test 'test_writev_no_vectors' wih gcc7
824  - #1903 use-after-free in mimeapps test causes intermittent segfault during testing
825  - #1906 test_os_info fails on FreeBSD
826  - #1916 objcopy not used from cross-compilation file in GIO tests
827  - #1923 Recent Versions of GLib Break Dolphin File-Manager's Thumbnailing when Using 'gtk2' Style
828  - !616 Always resolve localhost to loopback address
829  - !983 gmain: Add GMainContextPusher convenience API
830  - !1014 tests: Add a test for g_assert_finalize_object()
831  - !1028 gmessages: Add g_warning_once()
832  - !1035 Switching from C gnu89 to C gnu99 standard
833  - !1063 gutils: Add g_get_os_info()
834  - !1082 gdatetime: Document RFC 3339 extensions when parsing ISO 8601
835  - !1105 syscall flood on every time*() function call
836  - !1120 Update documentation with FreeBSD build instructions
837  - !1135 gmain: use atomic operation instead of GMutex to access g_main_context_default()
838  - !1146 Solaris build fixes
839  - !1147 gmodule: fix typo in doc comment
840  - !1148 gio/gfileinfo: fix parameter references
841  - !1149 gio/gfile: fix parameter reference for value_p
842  - !1150 gio/gfile: fix parameter references to @contents
843  - !1151 gio/gfile: fix typo in doc comment
844  - !1152 gwinhttpvfs: Handle g_get_prgname() returning NULL
845  - !1153 Several gio-tool bash completion fixes and improvements
846  - !1155 Strict-aliasing fixes to new atomic built-ins
847  - !1157 Fix various compiler warnings on Android
848  - !1160 Add Windows support to g_get_os_info()
849  - !1161 hash: Remove an assertion from the hot path
850  - !1163 gcharset: Expand the documentation for g_get_locale_variants()
851  - !1165 Use uname as a fallback to get OS info
852  - !1167 Fix some minor leaks in testfilemonitor
853  - !1168 Fix gdatetime tests on toolbox
854  - !1171 Revert "gdbus-codegen: emit GUnixFDLists if an arg has type 'h'"
855  - !1173 gvariant: Limit recursion in g_variant_parse()
856  - !1177 ci: Add libdbus development files to CI Docker images
857  - !1179 Improve GPtrArray doc-comments
858  - !1180 array: Avoid use of memcpy(dest, NULL, 0)
859  - !1181 gmain: Clarify thread safety of some common GSource functions
860  - !1182 gio: Fix typo in URL
861  - !1186 Allow using an empty GValue with g_param_value_set_default()
862  - !1189 gparamspecs: Fix type class leaks on error handling paths
863  - !1197 Fix GDBus test failures on non-Linux (in particular FreeBSD)
864  - !1200 Minor fixes from a scan-build run
865
866 * Translation updates:
867  - Catalan
868  - Chinese (Taiwan)
869  - Spanish
870
871
872 Overview of changes in GLib 2.63.0
873 ==================================
874
875 * Add g_fsync() API (#35)
876
877 * Fix regression in g_file_copy() when passing
878   `G_FILE_COPY_TARGET_DEFAULT_PERMS` flag; the destination permissions would be
879   private rather than following the process’ umask (!1142)
880
881 * Several `GDateTime` parsing fixes (!1127)
882
883 * Always build the tests if installed-tests are enabled, so that the tests can
884   actually be installed (!1141)
885
886 * Rework atomic function implementations to use memory barrier in the correct
887   place (when compiler intrinsics aren’t providing the atomics), and fix
888   signedness issues (#1449, #1565)
889
890 * Use the OS’ `fdwalk()` function (if safe) to speed up `g_spawn_*()` on BSD (#1638)
891
892 * Remove the macOS `dyld` `GModule` implementation in favour of `dl` instead (!1093)
893
894 * Bump Python requirement to ≥ 3.5, which we implicitly relied on anyway through
895   our Meson dependency (!1132)
896
897 * Bugs fixed:
898  - #35 add g_fsync to API
899  - #174 g_file_copy always preserves  permissions, even if G_FILE_COPY_ALL_METADATA flag is not set
900  - #259 docs: fix a misunderstanding in g_type_add_interface_*
901  - #767 g_signal_lookup fails if class is not referenced
902  - #1052 g_io_write_chars calls abort when given a null byte as input
903  - #1449 glib fallback atomic int/ptr get/set have memory barrier in wrong place
904  - #1565 Signedness of atomic operations
905  - #1638 g_spawn_*() is extremely slow under certain circumstances
906  - #1809 Provide API for working with PKCS11 backed certificates
907  - #1843 TSAN false positive with g_atomic_pointer_get/g_atomic_pointer_set under Clang
908  - #1865 g_variant_get_data_as_bytes fails after serializing a variant
909  - #1875 Segfault and Overflow in __gio_xdg_cache_mime_type_subclass() with Wps-Office installed
910  - #1887 glib 2.62.0 breaks loading dylibs as modules
911  - #1888 2.62: docs build on Windows broken
912  - #1897 glib 2.62.0 fails test 'test_writev_no_vectors' wih gcc7
913  - !1020 docs: Remove priv pointers from the tutorial example
914  - !1062 gtype: mark the inline functions in G_DECLARE_*_TYPE() as UNUSED
915  - !1080 tests: Fix skipping mkdir-with-parents-permission test
916  - !1088 Various small scan-build fixes
917  - !1090 giochannel: Clarify type of GSource callback in documentation
918  - !1093 gmodule: remove macOS dyld implementation
919  - !1095 Define G_IOV_MAX to 512 on macOS/iOS
920  - !1099 gmem: clarify that g_malloc always uses the system allocator
921  - !1109 doc: fix typo in gio/gsettings.c
922  - !1110 gio: Add missing "gio remove" option to bash completion script
923  - !1112 Add version macros for GLib 2.64
924  - !1115 gdatetime: Fix error handling in g_date_time_new_ordinal()
925  - !1116 gmarkup: Add a limit on the number of attributes in an element
926  - !1119 Annotate the return value of various utility functions
927  - !1124 docs: Fix typo in GConverter{Input,Output}Stream section titles
928  - !1125 gdatetime: Fix error handling in g_date_time_new_week()
929  - !1126 fileinfo: Mention that usec mtimes are set
930  - !1129 gdate: Fix tautological comparison warnings on Android
931  - !1130 Improve GLIB_DEPRECATED_MACRO_FOR output
932  - !1131 gio/gfileinfo: fix param reference in doc comment
933  - !1132 build: Bump Python requirement to ≥ 3.5
934  - !1137 gregistrysettings: bump key name length to 2048
935  - !1138 Always build tests if we enabled installed-tests
936  - !1139 g_file_info_get_modification_date_time: Calculate in integer domain
937
938 * Translation updates:
939  - Danish
940  - Italian
941  - Panjabi
942  - Serbian
943  - Turkish
944
945
946 Overview of changes in GLib 2.62.0
947 ==================================
948
949 * Fix new `GFileInfo` APIs to work when `G_FILE_ATTRIBUTE_TIME_MODIFIED_USEC`
950   was not queried (!1087)
951
952 * Bugs fixed:
953  - #487 Add valgrind test runs to CI
954  - !1084 garray: Fix reference to GLIB_SIZEOF_INT
955  - !1086 glib.supp: make gobject_init() calloc also of the possible kind
956  - !1087 fileinfo: ignore USEC if not available
957
958 * Translation updates:
959  - Friulian
960  - Portuguese (Brazil)
961
962
963 Overview of changes in GLib 2.61.3
964 ==================================
965
966 * Support setting thread name on BSD systems (#1761)
967
968 * Install previously-uninstalled headers for public `GNativeSocketAddress`
969   object (#1854)
970
971 * Very initial support for Windows apps (UWP) (!1057)
972
973 * Add various new valgrind suppressions to `glib.supp` (#1879, !1075)
974
975 * Bugs fixed:
976  - #83 Optimisation for g_nearest_pow() in garray.c
977  - #512 GSignal: accumulator function not called to accumulate G_SIGNAL_RUN_CLEANUP object handler return values
978  - #873 allow NULL arguments to parse_strv
979  - #905 Patches from static analysis run on 2.40
980  - #1057 goption: add sanity check to input parameters
981  - #1309 GSettings object stops emitting "changed" signal on g_settings_reset after call to g_settings_delay
982  - #1620 GDBus criticals from GVfs with GLib master
983  - #1761 Setting thread-name on BSD systems
984  - #1803 GDK_SCALE=X is not respected when using "gio open"
985  - #1819 Invalid characters in Open Location dialog crashes GIMP
986  - #1852 Regression: g_mkdir_with_parents() returns 0 on failure
987  - #1854 glib/gio: GNativeSocketAddress headers not installed.
988  - #1860 g_clear_handle_id does not trigger GLIB_VERSION_MAX_ALLOWED warning
989  - #1863 Potential invalid writes on g_utf8_strreverse
990  - #1867 A couple of en_GBisms
991  - #1870 GSettingsBackend watches not thread-safe
992  - #1879 Incomplete valgrind suppressions - 16 KiB leak reported by valgrind from loading libglib-2.0.so
993  - #1880 glib/gbacktrace.c: If dup2 happened to return -1, don't call dup2 with same value
994  - #1881 GIO_USE_VOLUME_MONITOR and GIO_USE_FILE_MONITOR do not work as documented
995  - !1002 Remove mentions of mailing lists from the documentation
996  - !1011 gapplication: Fix a leaking GRemoteActionGroup member
997  - !1015 Post-release version bump
998  - !1016 gnetworkmonitornm fixups
999  - !1017 Improve ISO 8601 parsing by GDateTime
1000  - !1023 g_object_get_property: Improve documentation for use of G_VALUE_INIT
1001  - !1026 gutf8: Assert that written memory stays in bounds
1002  - !1027 gfileutils: Fix error propagation for other than ENOENT
1003  - !1031 meson: build gnulib if printf isn't good enough
1004  - !1032 meson: small printf check cleanups
1005  - !1033 win32: don't assume the format specifier for the stdlib printf/scanf like functions
1006  - !1034 glib/tests/fileutils: Add a reproducer for #1852
1007  - !1036 cond test: Don't make assumptions about struct sigaction member order
1008  - !1037 Meson: Override glib-compile-resources/schemas
1009  - !1044 Relax use of g_test_bug() to not require g_test_bug_base() to be called first
1010  - !1049 minor typos in the documentation
1011  - !1050 tests: Fix a pragma warning on FreeBSD
1012  - !1054 gerror: Add a docs paragraph about not displaying errors verbatim in UI
1013  - !1057 Some (probably) easy uwp patches
1014  - !1059 Update win32 readme, add myself to codeowners
1015  - !1066 libffi.wrap: Meson port has moved to FDO gitlab
1016  - !1068 gsubprocesslauncher.c: fix documentation
1017  - !1071 meson: Move libdl_dep to the top level
1018  - !1074 Adjust README formatting
1019  - !1075 glib.supp: add suppression for g_type_class_ref()
1020
1021 * Translation updates:
1022  - Basque
1023  - Catalan
1024  - Czech
1025  - English (United Kingdom)
1026  - French
1027  - Galician
1028  - German
1029  - Hungarian
1030  - Indonesian
1031  - Korean
1032  - Lithuanian
1033  - Polish
1034  - Romanian
1035  - Spanish
1036  - Swedish
1037
1038
1039 Overview of changes in GLib 2.61.2
1040 ==================================
1041
1042 * Add various new array functions (#236, #269, #373)
1043  - `g_array_copy()`
1044  - `g_ptr_array_copy()`
1045  - `g_ptr_array_extend()`
1046  - `g_ptr_array_extend_and_steal()`
1047  - `g_array_binary_search()`
1048
1049 * Add `g_assert_finalize_object()` helper function for writing tests (#488)
1050
1051 * Rework how D-Bus connections are closed/unreffed when `g_test_dbus_down()` is
1052   called. Tests which leak a `GDBusConnection` may now time out and abort,
1053   rather than silently leaking. (#787)
1054
1055 * Add a deprecation macro for GLib macros, and use it; third-party uses of
1056   long-deprecated GLib macros may now start causing warnings. (#1060)
1057
1058 * Deprecate `GTime` and `GTimeVal`, and various functions which use them.
1059   Use `GDateTime` and `guint64` UNIX timestamps instead. (#1438)
1060
1061 * Stop using `G_DISABLE_DEPRECATED` to allow disabling deprecation warnings;
1062   third-party code should now be using
1063   `GLIB_VERSION_{MIN_REQUIRED, MAX_ALLOWED}` to control symbol usage (!871)
1064
1065 * Improve support for running `ninja test` when GLib is built statically (#1648)
1066
1067 * Improve `GNetworkMonitor` detection of offline states (#1788)
1068
1069 * Fix build failure on macOS related to missing `_g_content_type_get_mime_dirs`
1070   function (#1791)
1071
1072 * Add various installed utilities’ paths to `gio-2.0.pc` (#1796)
1073
1074 * Fix keyfile `GSettings` backend and portal (especially relevant to any version
1075   of GLib included in a flatpak runtime) (#1822, !985)
1076
1077 * More IPv6 ‘Happy Eyeballs’ fixes in `GNetworkAddress` (!865)
1078
1079 * Fix CVE-2019-12450, wide permissions of files when copying using GIO (!876)
1080
1081 * Bump the Meson dependency from 0.48.0 to 0.49.2; we won’t depend on anything
1082   higher than this for a while, as Debian 10 ships 0.49 (!924)
1083
1084 * Various test fixes for Windows (!930, !931)
1085
1086 * Initial support for Universal Windows Platform (UWP): certification, and use
1087   of packaged libraries (!951)
1088
1089 * Add experimental clang-cl support on Windows, allowing `g_autoptr()` support
1090   on Windows (!979)
1091
1092 * Bugs fixed:
1093  - #77 G_STDIO_NO_WRAP_ON_UNIX wraps
1094  - #236 Add a function to copy an array
1095  - #269 Additional convenience functions for g_ptr_array
1096  - #373 GArray could use a binary search function
1097  - #436 running tests leaves lots of coredumps
1098  - #453 find-enclosing-mount docs confusing
1099  - #488 Add g_object_assert_last_unref() helper macro to detect object leaks in tests
1100  - #590 A reader lock can be obtained even if a writer is already waiting for a lock
1101  - #638 g_atexit is defined when not declared
1102  - #737 Initialize GValue in g_object_get_property()
1103  - #787 gtestdbus: Properly close server connections
1104  - #804 gdbusproxy prefixes unstripped error
1105  - #870 Fix and enhance GDatetime for Windows
1106  - #872 ucs4 functions have wrong return transfer
1107  - #887 gdusmessage.c mishandles bounds of GDBusMessageType and related enums
1108  - #894 gvalue: Avoid expensive checks where possible
1109  - #940 Docs for g_socket_listener_set_backlog are not very helpful
1110  - #943 G_DEFINE_TYPE_WITH_PRIVATE docs not helpful
1111  - #1018 Allow guid key in dbus addresses
1112  - #1060 Add deprecation macro for macros
1113  - #1169 Tools can display gibberish messages from translations
1114  - #1270 g_get_charset always returns 8-bit codepage on Windows, crippling UTF-8 output
1115  - #1438 Deprecate GTimeVal- and GTime-based APIs
1116  - #1635 g_socket_join_multicast_group iface parameter fails on win32/64
1117  - #1648 2.58.2: Assorted asserts fail in Arch Linux when built statically
1118  - #1729 g_content_type_guess segfaults when passed an empty data buffer on Mac OS
1119  - #1788 GNetworkMonitor claims I am offline
1120  - #1790 documentation on g_file_info_get_attribute_as_string
1121  - #1791 _g_content_type_get_mime_dirs missing from libgio-2.0.0.dylib on MacOS
1122  - #1792 glib-genmarshal generated valist marshal does not respect static scope for some types
1123  - #1793 glib-genmarshal generates wrong code for va marshaler for VARIANT type
1124  - #1794 API Proposal: g_timer_is_active
1125  - #1796 Add gio-querymodules variable to pkg-config file
1126  - #1797 glib/tests/win32 test failing on 64-bit Visual Studio builds
1127  - #1798 /contenttype/tree reliably fails on FreeBSD since !863
1128  - #1807 g_dbus_server_new_sync() documentation references nonexistent function
1129  - #1808 Stopping a GDBusServer should clean up Unix socket paths (if not abstract) and nonce-tcp nonce files
1130  - #1811 Introspection info for g_unichar_compose's 3rd arg should be OUT
1131  - #1822 keyfile gsettings backend not loading
1132  - #1823 Documentation for disabling selinux is incorrect
1133  - #1825 GKeyFileSettingsBackend created without filename construct property and unchecked assertion
1134  - #1828 Small typo in gio manpage
1135  - #1837 Specify for each (optional) parameter, whether it is OUT or INOUT
1136  - #1838 Reword documentation for G_DECLARE_FINAL_TYPE
1137  - #1847 Setting GLIB_VERSION_{MIN_REQUIRED, MAX_ALLOWED} to before 2.56 triggers warnings
1138  - !533 docs: Document pitfall of deprecation pragmas
1139  - !563 ci: Add scan-build job in a new ‘analysis’ pipeline stage
1140  - !678 glib-compile-schemas: Improve translatable strings
1141  - !817 gdate: Officially mark GTime as deprecated
1142  - !851 gsettings: Document that lists are returned in no defined order
1143  - !853 gobject: Fix apostrophe usage in a few small bits of documentation
1144  - !859 gobject: Add a g_assert_finalize_object() macro
1145  - !863 gunicollate/cygwin: Don't use __STDC_ISO_10646__ for wchar_t related checks
1146  - !865 gnetworkaddress: fix "happy eyeballs" logic
1147  - !867 Post-release version bump
1148  - !871 Drop G_DISABLE_DEPRECATED
1149  - !873 Use atomic reference counting for GSource
1150  - !874 Clamp number of vectors to IOV_MAX / UIO_MAXIOV for GOutputStream writev()...
1151  - !875 CI/msys2: disable coverage reporting, lcov doesn't support gcc9 yet
1152  - !876 CVE-2019-12450: gfile: Limit access to files when copying
1153  - !877 gio: specify proper c_marshaller and va_marshallers
1154  - !883 tests: Fix small race in GSubprocess tests
1155  - !884 garcbox.c: Fix typo atomit => atomic
1156  - !885 goption: Clarify G_OPTION_ARG_FILENAME documentation
1157  - !889 Include <sys/filio.h> for FIONREAD
1158  - !901 gmain: Clarify that g_source_destroy() doesn’t drop a reference
1159  - !904 Add glib-genmarshal tests and fix some valist marshaller bugs
1160  - !906 property action: Add state hints
1161  - !908 Improve testfilemonitor test repeatability and debuggability
1162  - !909 D-Bus auth mechanism improvements
1163  - !914 ci: Run scan-build in a different build directory
1164  - !915 docs: fix typo on arrays examples in gvariant-text
1165  - !917 docs: Fix name of IRC channel in CONTRIBUTING.md
1166  - !919 glib/tests/refcount.c: Fix tests on non-GCC-isque compilers
1167  - !920 gmacros: Only use deprecated attributes on enumerators with GCC ≥ 6.5
1168  - !923 Check if compiler symbols are defined before using them
1169  - !924 Bump the required version of Meson
1170  - !930 glib/tests/convert.c: Skip tests that aren't meaningful for Windows
1171  - !931 glib/tests/fileutils.c: Fix stdio Wrapper Test on Windows
1172  - !934 build: Increase the slow test timeout to 180s
1173  - !935 Ignore */__pycache__/* directories
1174  - !937 Fix module tests on Visual Studio builds
1175  - !939 gstdio: minor cleanups
1176  - !941 list model: Expand items-changed docs
1177  - !944 gutils: Don't limit the length of the host name to 99
1178  - !945 Avoid overrunning stack at the end of the varargs.
1179  - !947 gobject/tests/signals.c: Fix tests on Windows
1180  - !948 GObject: Fix mkenums.py and genmarshal.py tests on Windows
1181  - !950 ci: Enable CI on FreeBSD 12
1182  - !951 Preliminary patches for Universal Windows Platform support
1183  - !952 gio: Make minor docs improvements
1184  - !953 g_utf8_normalize: Doc comment return missing nullable annotation
1185  - !954 Fix the ISO 15924 code for Manichaean
1186  - !955 gmacros: Use _Static_assert when C11 is available
1187  - !958 gthread: fix minor errno problem in GCond
1188  - !961 gmain: Fix g_main_context_prepare priority annotation
1189  - !962 gmacros: Use _Static_assert only for non-expr static assert
1190  - !964 gmacros.h: Use static_assert on MSVC if possible
1191  - !968 Fix typo in request handle
1192  - !970 gdatetime: Unset LC_ALL for the test as well
1193  - !971 docs.c: Forward link from g_auto* → G_DEFINE_AUTO*
1194  - !973 doc: fix typo in gio/gresource.c
1195  - !979 Experimental clang-cl support
1196  - !980 gmacros.h: Add better support for clang-cl
1197  - !981 gio: fix typo in g_settings_reset documentation
1198  - !982 Various doc fixes
1199  - !985 Keyfile portal fixes
1200  - !987 gio/tests: Remove code and comments referring to libtool
1201  - !991 fix atomic detection on older gcc versions
1202  - !992 docs: Add example to g_test_summary() documentation
1203  - !994 gio: Fix minor docs mistakes
1204  - !996 Small array test fixes
1205  - !997 gdbusaddress: Add missing transfer annotation
1206  - !1007 Resubmission of !832 “Try to create the complete path right away and fall back”
1207  - !1009 gapplication: remove inactivity_timeout source on finalize
1208
1209 * Translation updates:
1210  - Hungarian
1211  - Indonesian
1212  - Portuguese (Brazil)
1213  - Spanish
1214
1215
1216 Overview of changes in GLib 2.61.1
1217 ==================================
1218
1219 * `g_unichar_isxdigit()` and `g_unichar_xdigit_value()` now handle full-width
1220   characters (U+FF21–U+FF26 and U+FF41–U+FF46) (#58)
1221
1222 * Deprecate `gtester` utility and its test reporting format and enable TAP
1223   output by default instead — the `--tap` option to tests is now a no-op
1224   (#1441, #1619)
1225
1226 * Add `g_test_summary()` to allow test authors to programmatically summarise
1227   what each unit test in a test suite does (#1450)
1228
1229 * Upgrade to Unicode Character Database v12.1 (#1713, !822)
1230
1231 * More IPv6 Happy Eyeballs fixes to `GNetworkAddress` and `GSocketClient`
1232   (#1747, #1771, #1774)
1233
1234 * Fix valgrind and gdb support for the new `GHashTable` changes (#1749, #1780)
1235
1236 * Fix GTask wait times growing faster than the number of task threads (#1683)
1237
1238 * Change `GApplication` to ignore `-psn_*` arguments on the macOS command line,
1239   as they are irrelevant (#1784)
1240
1241 * Add `g_autoqueue()` helper macros, similar to `g_autolist()` (!474)
1242
1243 * Add pre-allocated link helpers for `GList` and `GQueue`:
1244  - `g_list_insert_before_link()`
1245  - `g_queue_insert_before_link()`
1246  - `g_queue_insert_after_link()`
1247
1248 * Improve network availability detection with NetworkManager to treat lower
1249   levels of connectivity as having reduced availability (!781)
1250
1251 * Add `g_clear_signal_handler()` to allow disconnecting from a `GObject` signal
1252   and clearing the signal handler ID to zero in a single call (!819)
1253
1254 * Add `g_autoptr()` support for `GRWLock` (!825)
1255
1256 * Define `G_OS_UNIX`, not `G_OS_WIN32`, when GLib is built agains Cygwin (!862)
1257
1258 * Bugs fixed:
1259  - #29 GScanner: should explicitly document modifiable fields (value, next_value, ...)
1260  - #58 g_unichar_isxdigit() and g_unichar_xdigit_value() should deal with full-width a-fA-F
1261  - #106 Boxed types should be documented better
1262  - #135 g_unichar_totitle(0) returns 0x00001F88 instead of 0
1263  - #429 g_format_size() is broken on Windows
1264  - #1441 Deprecate gtester
1265  - #1450 Add API for tests to describe what they're checking
1266  - #1619 GTest should have a way to default to TAP
1267  - #1683 GTask: task_wait_time is increased constantly when the number of running thread is greather than 10
1268  - #1713 Upgrade to Unicode Character Database v12
1269  - #1739 meson build failure libdl
1270  - #1747 Critical in g_socket_client_async_connect_complete
1271  - #1749 New GHashTable implementation confuses valgrind
1272  - #1753 Remove memory leaks from gio/test/resolver.c
1273  - #1755 Please revert #535 gmacros: Try to use the standard __func__ first in G_STRFUNC
1274  - #1759 test_month_names: assertion failed
1275  - #1760 Document for g_resolver_lookup_records why it returns a list of list of gchar*.
1276  - #1763 tests: -p runs tests in the reverse of the specified order
1277  - #1768 g_strlcat(): Possible buffer overflow in implementation
1278  - #1771 GNetworkAddressAddressEnumerator unsafely modifies cache in GNetworkAddress
1279  - #1774 Leaks in gsocketclient.c connection code
1280  - #1776 glib/date test fails
1281  - #1780 GDB pretty-printer for GHashTable no longer works
1282  - #1782 Error in documentation for cross-compile.
1283  - #1784 MacOS adds a -psn_X_XXXXXX parameter to the command line
1284  - !474 Add g_autoqueue
1285  - !476 Add pre-allocated link helpers for GList and GQueue
1286  - !556 gtestutils: Make --tap compatible with -p and --GTestSkipCount
1287  - !732 gsocket: Clarify in docs that `flags` arguments can be platform specific
1288  - !766 W32: swap special g_get_prgname() for platform_get_argv0()
1289  - !774 Only build tests if certain conditions are met.
1290  - !780 Add copyright and licensing terms to test report generator
1291  - !781 gnetworkmonitornm: Fix network available detection
1292  - !782 build: Fix check for RTLD_NEXT
1293  - !785 Remove monitor test
1294  - !787 build: Remove */.gitignore files
1295  - !791 glib/gconstructor.h: Include stdlib.h for MSVC builds
1296  - !792 general: Remove a few unhelpful references to ‘master’
1297  - !795 gdesktopappinfo: Add support for MATE and Xfce4 terminals
1298  - !802 gio: tests, don't check for libdl on OpenBSD
1299  - !806 Get to 100% coverage on GQueue tests
1300  - !808 Update the Docker images used for CI
1301  - !809 Modified version of !784 — Adding tests cases for a better coverage of glib/tests/strfuncs.c
1302  - !813 gappinfo: Add precondition checks to GAppLaunchContext env methods
1303  - !814 gschema.dtd: Add target attribute to alias
1304  - !819 Clear signal handler
1305  - !820 ci: Keep JUnit report script working on Debian stable
1306  - !821 Various minor cleanups to autoptrs
1307  - !822 glib: Update Unicode Character Database to version 12.1.0
1308  - !825 Add autoptr support for GRWLock
1309  - !831 build: (Long time after) post-release version bump
1310  - !835 Fix typo in German translation
1311  - !836 Document the best practices for binding GInitiallyUnowned
1312  - !862 build: define G_OS_UNIX, not G_OS_WIN32 under cygwin
1313
1314 * Translation updates:
1315  - Basque
1316  - Catalan
1317  - German
1318  - Indonesian
1319  - Spanish
1320
1321
1322 Overview of changes in GLib 2.61.0
1323 ==================================
1324
1325 * Changes to `iconv` configure options, including the default iconv
1326   implementation on macOS — distributors may need to check their configure
1327   scripts (#1557)
1328
1329 * Build fixes when building GLib with `G_DISABLE_ASSERT` defined (#1708)
1330
1331 * Fix documentation for `gdbus-tool wait` to use correct units (#1737)
1332
1333 * Improvements to symlink handling on Windows (!269)
1334
1335 * Add exception handling for crashes on Windows (!582)
1336
1337 * Set `G_WITH_CYGWIN` again when GLib is built on Cygwin (this was a regression
1338   from the autotools build) (!736)
1339
1340 * Use `GCocoaNotificationBackend` by default on macOS, rather than
1341   `GGtkNotificationBackend` (!745)
1342
1343 * Use Windows symbol visibility when GLib is built on Cygwin, as PE binaries
1344   are subject to W32 visibility mechanics — this affects the definition of
1345   `_GLIB_EXTERN` (!752)
1346
1347 * Add coloured output support to `gdbus introspect` (!761)
1348
1349 * Bugs fixed:
1350  - #682 docs: advise not to use non-literal strings as qdata keys
1351  - #1177 gparted crashes due to g_quark_from_static_string used in global initialization
1352  - #1258 the buffer written to by g_input_stream_read is not marked as an out parameter
1353  - #1557 By default glib tries to use libc instead of native iconv on OSX
1354  - #1566 Meld Windows shows error on startup "There was a problem starting c:\Program"
1355  - #1614 GIO tests fail on FreeBSD CI with: Unexpected error from C library during 'pthread_mutex_lock': Invalid argument
1356  - #1708 Building GLib with G_DISABLE_ASSERT fails
1357  - #1709 GResource generation test incompatible with stable LLVM on Linux
1358  - #1710 Crash in g_cancellable_cancel
1359  - #1712 gdbus-proxy test is flaky
1360  - #1724 unconditional check in fuzzing/meson.build
1361  - #1725 gosxappinfo.h is not installed on macOS
1362  - #1727 Cannot use trash folder with an NFS mount using automount / autofs
1363  - #1728 GSocket does not support ENOTSOCK
1364  - #1732 Win32: lookup_by_name_async segfaults for not available domains
1365  - #1737 gdbus-tool wait command timeout argument incorrect unit reference
1366  - !67 glib: update internal gnulib from upstream
1367  - !269 Win32 symlink code refactoring
1368  - !493 tests: Check that cancelling g_file_replace don't overwrite existing file
1369  - !582 Basic W32 exception handling for glib
1370  - !680 Fix warnings glib
1371  - !690 Fix thread safety issues
1372  - !694 gvariant-parser: Fix pattern coalesce of M and *
1373  - !706 Fix data races in task test and gmenumodel test
1374  - !709 Bump release version for 2.62 series
1375  - !710 socket: Fix annotation for flags in g_socket_receive_message
1376  - !712 gwin32: Fix comment for g_win32_veh_handler
1377  - !716 Various minor documentation fixes
1378  - !717 Improve formatting of GCC attribute documentation
1379  - !718 GSocketClient - Free last error if a connection attempt fails and on retry the...
1380  - !719 Handle an UNKNOWN NetworkManager connectivity as NONE
1381  - !721 codegen: Fix use of uninitialised variable
1382  - !723 Provide examples for GNUC attribute macros
1383  - !724 meson: do a build-time check for strlcpy before attempting runtime check
1384  - !728 gsocket: Remove (type) annotation from flags arguments
1385  - !730 Improve gdbus-address parsing tests
1386  - !735 docs: Use the right g_autoptr function when using an auxiliary function
1387  - !736 Set G_WITH_CYGWIN again
1388  - !737 gresolver: Don’t use gai_strerror() on Windows, as it isn’t threadsafe
1389  - !741 Fix use-after-free triggered by gnome-session-binary
1390  - !745 gcocoanotificationbackend: give more priority than the gtk one
1391  - !749 gio: Add missing autocleanup definition for GSettingsSchema{Key,Source}
1392  - !750 Check for RTLD_NEXT
1393  - !752 Use W32 visibility for Cygwin
1394  - !754 Check for /proc/self/cmdline
1395  - !757 Fix gnulib build on older Visual Studio builds
1396  - !760 Properly ensure the cocoa notification backend type
1397  - !761 RFC: gdbus-tool: Add --color option for introspect
1398  - !762 gutils: Add (nullable) annotation to g_get_prgname()
1399  - !765 gslice: Use a convenience macro
1400  - !769 ci: Generate a cover report for the test suite
1401  - !772 tests: Check that option-argv0 test succeeds on Linux
1402  - !776 tests: Only run --external-data test on GNU ld/objcopy
1403  - !779 Fix 2.62 documentation symbols
1404
1405 * Translation updates:
1406  - Dutch
1407
1408
1409 Overview of changes in GLib 2.60.0
1410 ==================================
1411
1412 * Further fixes to the Happy Eyeballs (RFC 8305) implementation (#1653, #1679, #1693)
1413
1414 * Add support for the XDG trash portal (#1676, !276)
1415
1416 * Bugs fixed:
1417  - #1653 gsocketclient-slow test is flaky
1418  - #1658 keyfile settings backend: Consider tightening permissions
1419  - #1668 Fill in CODE-OWNERS file
1420  - #1675 glib-compile-resources: c_name generation issue
1421  - #1676 Trash portal tries to open files as read-only but D-Bus API documents against that
1422  - #1679 socket-service test is flaky
1423  - #1693 Happy Eyeballs failure in gsocketclient-slow test
1424  - #1697 gthreadresolver: do_lookup_records does res_ninit with an uninitialized state
1425  - #1698 g_base64_encode(NULL, 0) causes critical warnings
1426  - !276 Support the trash portal
1427  - !639 gvariant-parser: Fix error handling when type coalescing fails
1428  - !666 Socket fixes to W32 test suite
1429  - !674 Update gvdb submodule
1430  - !676 Initialize a variable
1431  - !677 gerror: Add a missing precondition assertion in documentation
1432  - !686 gio: Also support modules built with MSVC
1433  - !688 gsocketclient: Fix critical on cancellation
1434  - !689 glib-compile-resources: Fix a minor leak
1435  - !691 gtask: Separate GTask fields memory locations to avoid data races
1436  - !692 glib.supp: Add more variations of existing suppressions
1437  - !696 Move closures refcount test to gobject/tests/
1438  - !698 gthreadedresolver: Remove unused thread pool
1439  - !699 tests: Fix closure-refcount to preserve old semantics
1440  - !702 Rename gobjectenumtypes.[ch] to glib-enumtypes.[ch]
1441  - !703 Clean up gmarshal.[ch]
1442
1443 * Translation updates:
1444  - Catalan
1445  - Czech
1446  - French
1447  - Friulian
1448  - German
1449  - Italian
1450  - Korean
1451  - Romanian
1452  - Serbian
1453
1454
1455 Overview of changes in GLib 2.59.3
1456 ==================================
1457
1458 * Fix support for g_get_user_special_dir() on macOS, including support for the Downloads directory (#1048)
1459
1460 * Ensure that cancelling a GTask cannot cause its callback to be called synchronously (in the same call chain as the original *_async() call) (#1608)
1461
1462 * Further fixes to the Happy Eyeballs (RFC 8305) implementation (#1644, #1680)
1463
1464 * Various fixes for installation of installed tests (thanks to Iain Lane) (!649, !651)
1465
1466 * Various fixes for tests when run on Windows (thanks to LRN) (!665, !667)
1467
1468 * Bugs fixed:
1469  - #535 gmacros: Try to use the standard __func__ first in G_STRFUNC
1470  - #875 gio-gvfs on Windows: Don't mishandle other non-native URIs in gwinhttpvfs.c
1471  - #1048 "Desktop" shortcut appears twice in file chooser sidebar on OSX
1472  - #1608 Cancellation might not be asynchronous under certain circumstances
1473  - #1644 network-address test failure in CI: IPv6 Broken (g-io-error-quark, 24)
1474  - #1680 Regression: g_socket_client_connect_to_host_async() sometimes gets "Connection refused" when connecting to localhost
1475  - #1686 gdbus-peer test is sometimes timing out
1476  - !613 Use win32 io channel on windows for the protocol test
1477  - !634 Win32: gio/gsocket.c: Set WSAEWOULDBLOCK on G_POLLABLE_RETURN_WOULD_BLOCK
1478  - !638 gvariant-parser: Fix parsing of G_MININT* values in GVariant text format
1479  - !640 tests: Tag socket-service test as ‘flaky’
1480  - !641 Minor typo fixes to GSpawn documentation
1481  - !645 gsocketlistener: Fix multiple returns of GTask when accepting sockets
1482  - !647 gsocketclient: Ensure task is always returned on cancel
1483  - !648 gio/tests/task: Run the worker indefinitely until it's cancelled
1484  - !649 gio tests: Install test1.overlay file when building installed tests
1485  - !650 gstring: fully document semantics of @len for g_string_insert_len
1486  - !651 tests: Install the slow-connect-preload.so library and use it
1487  - !667 GSubprocess fixes for W32 test suite
1488  - !668 tests: Mark gdbus-peer test as flaky
1489  - !669 GWin32VolumeMonitor: Sort the volumes correctly
1490  - !670 gpollableoutputstream: Fix the description of the interface
1491  - !672 Fix some tests when running as root
1492
1493 * Translation updates:
1494  - Catalan
1495  - Danish
1496  - French
1497  - Indonesian
1498  - Kazakh
1499  - Portuguese (Brazil)
1500  - Slovenian
1501  - Turkish
1502
1503
1504 Overview of changes in GLib 2.59.2
1505 ==================================
1506
1507 * Fix check on GDBusMessage size when reading it. (#1642)
1508
1509 * Add async GIO API: g_file_query_default_handler_async(), g_app_info_launch_uris_async() (#1249, #1347)
1510
1511 * Fix some bugs in the Happy Eyeballs implementation. (#1646, #1649)
1512
1513 * Install a new generated header with enum types for Unicode enums. (!481)
1514
1515 * Support the XDG trash portal. (!276)
1516
1517 * Bugs fixed:
1518  - #1224 TSAN patches
1519  - #1249 xdg-open/gnome-open doesn't work if service isn't started
1520  - #1347 g_app_info_launch_default_for_uri_async  is not really async
1521  - #1376 gmarkup: Optimize g_markup_escape_text()
1522  - #1642 minor mismatch between error and code in g_dbus_message_bytes_needed
1523  - #1646 Criticals in g_socket_client_enumerator_callback()
1524  - #1649 Critical in g_socket_client_connected_callback
1525  - #1673 G_MININT constants broken in g-i
1526  - !276 Support the trash portal
1527  - !481 Define enum types for Unicode enums
1528  - !585 gio: do not pass O_PATH file descriptors to portal APIs
1529  - !593 Don't fail trash test if ~/.local doesn't exist or mount points can't be determined (master)
1530  - !609 Make `g_app_info_launch_uris_async()` really asynchronous
1531  - !619 gvariant: Fix a mistake in docs
1532  - !622 Fixing warnings
1533  - !626 gdbus: Avoid printing null strings
1534  - !627 gsocketclient: Fix criticals
1535  - !629 Various memory leak cleanups to GSettings tests (subset)
1536  - !630 docs: Ignore more version macros
1537
1538 * Translation updates:
1539  - Galician
1540  - Hungarian
1541  - Lithuanian
1542  - Polish
1543  - Spanish
1544
1545
1546 Overview of changes in GLib 2.59.1
1547 ==================================
1548
1549 * Autotools support is gone. (!580)
1550
1551 * g_format_size() now uses a no-break space to separate digits and units;
1552   translations will need to be updated accordingly. (#1625)
1553
1554 * New g_queue_clear_full() API. (#1464)
1555
1556 * Fix argument quoting on win32 when spawning subprocesses. (!419)
1557
1558 * Allow polling more than 64 handles on win32 using g_poll(). (#1071)
1559
1560 * Tag various tests as ‘flaky’. These are no longer run routinely on our
1561   upstream CI machines, and downstream packagers may want to not run them (or
1562   not treat those test failures as package build failures) on their test
1563   machines either. They are in the `flaky` test suite. (!579)
1564
1565 * Add overlay support to g_resources_get_info(). (#1445)
1566
1567 * Support defaults and locks in the keyfile GSettings backend. This will be
1568   used for flatpaks. (!450)
1569
1570 * Accept unquoted strings in the keyfile GSettings backend to simplify things
1571   for sysadmins. (!603)
1572
1573 * Update our contribution guidelines (`CONTRIBUTING.md`). (!590)
1574
1575 * Add writev() and writev_all() APIs to GOutputStream and GPollableOutputStream,
1576   and provide implementations of them for many subclasses. (#1431)
1577
1578 * Bugs fixed:
1579  - #424 Add 'proxy' debugging support
1580  - #1055 Provide alignment macros
1581  - #1071 Eliminate MAXIMUM_WAIT_OBJECTS limitation in g_poll() on Windows
1582  - #1445 g_resources_get_info doesn't respect resource overlays
1583  - #1464 Add g_queue_clear_full() API
1584  - #1500 GListStore needs double checking on some warnings
1585  - #1623 xdg-open: file with colon results in “The specified location is not supported”
1586  - #1625 Unbreakable space needed when showing size of folder/file
1587  - #1636 GTask getters don’t return TRUE/FALSE after bitfield changes
1588  - #1637 EXCEPTION_ACCESS_VIOLATION in g_clear_pointer
1589  - #1639 GListStore implementation of g_list_model_get_item() returns wrong results on integer overflow
1590  - #1655 gvariant-parser warnings
1591  - #1663 G_MININT32 triggers compiler warning C4146 with Visual C++
1592  - #1666 `G_DEFINE_DYNAMIC_TYPE_EXTENDED` causes warnings with -Wcast-function-type
1593  - !319 giomodule: Print the type of each default GIO module
1594  - !333 Add writev() API to GOutputStream and GPollableOutputStream
1595  - !419 gspawn, win32: qouted args - escape end backslash
1596  - !450 Settings portal
1597  - !512 gtype: Clarify type of GInterfaceInitFunc
1598  - !516 gthread: Add g_private_set_alloc0() convenience API
1599  - !535 win32 gpoll: overcome the 64 handles limit
1600  - !545 goption: Fix an annotation on g_option_context_parse_strv()
1601  - !560 docs: Fix dconf GSETTINGS_BACKEND name in gio overview
1602  - !564 gtype: Document type for iface_default_init() function
1603  - !568 Add separate definitions of g_assert_[non]null() for C++
1604  - !571 docs: Add note on how to check a gboolean condition
1605  - !575 gio: Update bad cert error in accept-certificate and GTlsError docs
1606  - !579 Temporarily disable flaky tests
1607  - !580 Drop autotools support
1608  - !583 gmacros: MSVC supports the noreturn function attribute
1609  - !587 Remove unused .pc.in files
1610  - !588 MSVC: Move dirent implementation to glib/dirent/
1611  - !590 Update contribution documentation
1612  - !591 gfileinfo: Fix annotation for g_file_info_set_attribute_stringv
1613  - !592 Remove leftover build/ directory
1614  - !595 gtestutils: pass open file descriptors to subprocess
1615  - !597 tests: Tag gsocketclient-slow test as ‘flaky’
1616  - !598 gdbus-proxy test fails with GLib-GIO:ERROR:glib/gio/tests/gdbus-proxy.c:832:fail_test: code should not be reached
1617  - !599 gdtlsconnection: do not return on a void method
1618  - !601 gio: Support "help" in extension point env vars
1619  - !602 Update POTFILES.in
1620  - !603 keyfile settings: Accept unquoted strings
1621  - !608 build: Add -Wno-pedantic flag to compiler arguments
1622  - !611 gnetworkaddress: fix use-after-free for network address
1623  - !612 gdir: shutup a warning when building with msvc
1624  - !615 Fix a couple of wrong compiler warnings
1625
1626 * Translation updates:
1627  - Spanish
1628  - Swedish
1629
1630
1631 Overview of changes in GLib 2.59.0
1632 ==================================
1633
1634 * This will be the last development release with autotools support. As our
1635   Meson support has been around since 2.56.x, and was used to release tarballs
1636   in 2.58.x, the next development release (2.59.1) will drop autotools as used
1637   to build GLib. The macros installed for other packages to use will remain.
1638
1639 * Add `G_TEST_OPTION_ISOLATE_DIRS` to redirect `XDG_*_HOME` to a temporary
1640   directory for each unit test. (#538)
1641
1642 * Support `Property.EmitsChangedSignal` annotations in `gdbus-codegen`. (#542)
1643
1644 * Add `g_assert_cmpvariant()` API for unit tests. (#1191)
1645
1646 * Hide bind mounts from GIO mount listings. (#1271)
1647
1648 * Automatically realign data passed to `g_variant_new_from_bytes()` or
1649   `g_variant_new_from_data()` if it is not correctly aligned. This prevents
1650   misaligned accesses on architectures which don’t support them. Callers should
1651   still aim to correctly align data to get higher performance. (#1342)
1652
1653 * Support `ld -b binary` (on platforms which support it; i.e. Linux) to provide
1654   large pre-compiled `GResource` resources with a fast compilation time. (#1489)
1655
1656 * Unconditionally install GLib m4 macros, so that projects which depend on GLib
1657   and which still build using autotools can continue to build even once GLib has
1658   ported entirely to Meson. (#1520)
1659
1660 * Various fixes to the Meson build.
1661
1662 * Drop Python 2 support and require Python 3.4+. See discussion on
1663   https://mail.gnome.org/archives/desktop-devel-list/2018-July/msg00004.html.
1664   (!196)
1665
1666 * `GHashTable` performance and memory improvements for common cases. See
1667   https://hpjansson.org/blag/2018/07/24/a-hash-table-re-hash/. (!208)
1668
1669 * Add flags that allow a `GApplication` to signal and replace a currently
1670   running other instance of the same `GApplication`. This will be used for app
1671   upgrades with flatpak. (!250)
1672
1673 * Autostart xdg-desktop-portal when using the network monitor and proxy monitor
1674   portal backends. (!317)
1675
1676 * Add a g_task_set_name() API to allow `GTask`s to be described; useful for
1677   debugging. (!384)
1678
1679 * Enable FreeBSD CI on every commit for upstream GLib. (!387)
1680
1681 * Various GVariant, GMarkup and GDBus fuzzing fixes, including buffer overflow
1682   fixes. (!411)
1683
1684 * Various fixes to eliminate thread races, found by thread sanitizer (tsan).
1685
1686 * Deprecate TLS/DTLS rehandshaking, as it has been removed from the protocol in
1687   TLS 1.3. (!478)
1688
1689 * Support reading arguments from a file with `glib-mkenums`, which is useful
1690   for long argument lists due to having deeply nested build directories, on
1691   systems with a low limit on the command line length. (!489)
1692
1693 * Make `g_environ_*()` case-insensitive on Windows, as the environment itself
1694   is case-insensitive on Windows. (!500)
1695
1696 * Add Application Layer Protocol Negotiation (ALPN) support to `GTlsConnection`
1697   and `GDtlsConnection`, so that higher layer protocols can be negotiated when
1698   setting up a TLS connection, without additional round trips and latency. This
1699   is needed for eventual HTTP/2 support. (!520)
1700
1701 * Add support for TPM keys in PEM files when loading TLS certificates. (!522)
1702
1703 * Add a `GRecMutexLocker` auto-pointer wrapper for `GRecMutex`. (!528)
1704
1705 * Bugs fixed:
1706  - #107 The "g_key_file_get_comment" interface returns comment with unexpected new line symbol at the end
1707  - #179 g_object_unref assert in debug code
1708  - #277 'destroy_data' in g_cclosure_new is registered as finalize notifier instread invalidate.
1709  - #538 Add helpers to redirect XDG_*_HOME to a temp dir for unit tests
1710  - #542 gdbus-codegen does not honor "Property.EmitsChangedSignal" annotations
1711  - #656 check for -Werror=format-security broken
1712  - #734 Provide a way to instantiate a GDBusProxy-derived class from a GDBusConnection and a object path without blocking
1713  - #827 gmain: Clarify that g_source_set_callback() is safe on attached sources
1714  - #1055 Provide alignment macros
1715  - #1119 GVolumeMonitor: Results don't reflect current state but state when application was launched
1716  - #1191 add g_assert_equal_variants
1717  - #1261 Add option to leave <default> in gschema empty
1718  - #1271 fstab binds appear as mounts (x-gvfs-hide is being ignored)
1719  - #1310 gdbusproxy: make g-name-owner property useful with unique names
1720  - #1313 Meson: Rework the config.h generation
1721  - #1342 Automatically realign data passed to g_variant_new_from_bytes() or g_variant_new_from_data()
1722  - #1343 g_date_set_parse: Parses "September" in Polish incorrectly
1723  - #1362 Incorrect documentation about GSettings child add/remove notifications
1724  - #1452 GFileInfo: unable to retrieve correct modification time of links and mounted volumes on Windows
1725  - #1471 Incorporate oss-fuzz fuzz targets into GLib
1726  - #1489 Use `ld -b binary` to speed up GResource generation for linking
1727  - #1498 distcheck fails in distclean
1728  - #1506 error: redefinition of typedef 'GKqueueFileMonitor'
1729  - #1509 test_timeval_to_iso8601_overflow: 'out' should be NULL
1730  - #1513 GIcon regression?
1731  - #1514 gio/appinfo test sometimes fails in CI
1732  - #1518 /network-monitor/create-in-thread fails in (LXC) containers on glib-2-56
1733  - #1520 Change conditions for installing m4 macros
1734  - #1522 Trash not working on NTFS folder accessed from symlink
1735  - #1523 GIO NetworkMonitor doesn't reflect the current network state
1736  - #1525 GTask allows (buggy) application code to cause callback to be called twice, without warning
1737  - #1527 Meson doesn't install data for installed-tests
1738  - #1528 Meson tests are hard to debug in an autobuilder environment
1739  - #1530 tests/mainloop-test appears to be flaky
1740  - #1535 meson: installed-test metadata not run in TAP mode
1741  - #1536 meson: spurious dependencies on convenience libraries in .pc files
1742  - #1537 meson: absolute paths to ${builddir} included in gtk-doc HTML
1743  - #1538 meson: G_HAVE_GROWING_STACK defined differently
1744  - #1539 meson: Some files are unnecessarily installed executable
1745  - #1541 meson: timeloop-closure test not installed
1746  - #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
1747  - #1544 meson: gtester-report #! not replaced with ${PYTHON}
1748  - #1546 Cross-compilation fails in 2.58
1749  - #1556 build: Too long file path issue with meson on Windows
1750  - #1562 GDate test suite fails with latest glibc
1751  - #1570 ghash.c:694:27: left shift of 1 by 31 places cannot be represented in type 'int'
1752  - #1572 Flags validation fails
1753  - #1575 g_date_time_format() should have format attribute
1754  - #1576 Fails to build with Meson on Debian armel (armv5te EABI softfloat little-endian)
1755  - #1580 glib-compile-resources using strings breaks building e.g. GTK+ on MS Visual C, which limits strings to 65535 chars
1756  - #1581 Memory used for reference counted data might be misaligned.
1757  - #1588 Moving a bookmark item to the same URI causes a crash
1758  - #1589 g_log_writer_is_journald memoizes a single result, even though it accepts a parameter
1759  - #1590 tests: g-file-info-filesystem-readonly fails if run more than once with fuse & bindfs installed
1760  - #1594 Return value of g_dbus_connection_get_unique_name not annotated as nullable
1761  - #1600 g_timeout_source_new_seconds overflows when given interval > (G_MAXUINT / 1000)
1762  - #1601 appinfo test fix is defective
1763  - #1605 g_date_time_format fails when used with non ASCII format string on POSIX locale
1764  - #1615 gdbus-codegen not generating nullable annotation
1765  - !196 [RFC] build: Drop Python 2 support and require Python 3.4+
1766  - !200 Add a new GTlsError to indicate protocol downgrade attacks
1767  - !208 GHashTable improvements
1768  - !219 glocalfilemonitor: Fallback to poll file monitor for NFS
1769  - !238 W32 GFileInfo improvements
1770  - !250 Application replace
1771  - !264 glib-compile-resources: encode data as string
1772  - !268 build: simplify alloca checks. See #1313
1773  - !272 dtrace: Add missing const attributes to types in glib_probes.d
1774  - !273 gtlsbackend: add support for setting the default TLS database
1775  - !277 Use "command -v" instead of "which"
1776  - !282 meson: Add macOS libtool versioning for ABI compatibility
1777  - !286 gspawn: Fix build on systems without O_CLOEXEC
1778  - !287 glib-compile-resources: Fix generated code compiling with C++ compilers
1779  - !289 tests: Add more tests to finish branch coverage of GHashTable
1780  - !290 build: fix installation dir of glib-gettextize
1781  - !292 Remove all ChangeLog files
1782  - !293 Document new volume class `loop`
1783  - !294 portal network monitor: Always emit changed signal on changed
1784  - !295 meson: fix typo
1785  - !296 Add G_GNUC_FALLTHROUGH for __attribute__(fallthrough))
1786  - !297 build: Drop AC_C_CONST from configure.ac
1787  - !302 Document that GTimeVal is subject to the year 2038 problem on 32-bit systems
1788  - !303 liststore: Simplify code
1789  - !304 Add more GListStore/GListModel tests
1790  - !309 codegen: Change pointer casting to remove type-punning warnings
1791  - !312 Enable GIO tests on Windows
1792  - !316 gdbus: Improve error when well-known name is unowned
1793  - !317 Autostart xdg-desktop-portal if needed
1794  - !322 gnetworkmonitornm: Set a GError properly on an error handling path
1795  - !332 gmarkup: Make the documentation even more explicit about untrusted input
1796  - !334 gio: automake: Add libgmodule dependency
1797  - !338 gcharset: fix leaking g_get_language_names_with_category
1798  - !339 Add g_desktop_app_info_get_string_list(); fix g_key_file_free()
1799  - !340 tests: Mark two more tests as slow
1800  - !345 Fix build failure on systems without POSIX spawn
1801  - !347 Use Meson 0.48.0 for CI
1802  - !348 Documentation tweaks for g_array_free
1803  - !353 Meson: Do not run tests/refcount with --tap
1804  - !354 Fix spelling mistakes detected by Debian's Lintian tool
1805  - !358 Autotools: Move libmount from Libs.private to Requires.private
1806  - !360 CI: Test static build on installed glib
1807  - !363 Tests: Mark printf wrappers with G_GNUC_PRINTF
1808  - !364 ci: Enable FreeBSD CI
1809  - !366 gunixmounts: Mark mounts as system internal instead of filtering out
1810  - !372 gmacros: Fix G_[UN]LIKELY to not mask -Wparentheses
1811  - !374 gthreadpool: Include prgname in thread name
1812  - !375 m4macros: Allow information from pkg-config to be overridden
1813  - !376 gthread: Clarify priority handling in GRWLock
1814  - !379 Ignore g_return_*if_fail() branches in lcov coverage report
1815  - !381 Add UTF-8 communication tests for GSubprocess
1816  - !384 gtask: Add a g_task_set_name() method
1817  - !387 ci: Enable FreeBSD CI in the official repository
1818  - !396 m4: Fix AM_PATH_GLIB_2_0 macro
1819  - !400 grefcount: add missing gatomic.h
1820  - !403 build-sys: Pass CFLAGS to $(DTRACE)
1821  - !405 ci/msys2: fix path to the lcov config file
1822  - !406 meson: Mark 1bit-emufutex test as slow
1823  - !407 meson: Increase test timeouts
1824  - !410 gfileutils: Add examples to g_path_get_dirname() documentation
1825  - !411 Various GVariant, GMarkup and GDBus fuzzing fixes
1826  - !412 Enable compile time check of g_date_time_format() format
1827  - !413 Add support for g_auto(s)list to G_DECLARE'd types
1828  - !414 gio, tests: ensure objectmanager sources are generated
1829  - !415 gseekable: fix 'attmepting' typo
1830  - !416 gdbus-peer: Make sure to not include objectmanager-gen.c source
1831  - !417 Fix ^*ay handling in g_variant_iter_loop()
1832  - !418 Meson: Cleanup a FIXME now that we have dict addition
1833  - !420 gdbus-codegen: add autocleanup for FooObject
1834  - !422 GMarkup buffer overflow fixes for error handling, round 2
1835  - !423 gutils: Check whether getauxval function exists
1836  - !424 ci: Fix Docker image version
1837  - !425 gdate: Reinitialize using_twodigit_years and locale_era_adjust.
1838  - !435 gdatetime: Fix formatting of time zones offsets in range -01:00 to +00:00
1839  - !436 valgrind: Add glib_init()-related suppressions
1840  - !440 Fix minor memory leaks in tests
1841  - !443 tests: Avoid multithreaded use of g_test_rand_int_range
1842  - !444 gvarianttypeinfo: Consistently use atomics to access ref_count
1843  - !446 gmain: Fix data races in GUnixSignalWatchSource and GChildWatchSource
1844  - !451 closures test: Avoid timeout on ARM64 CPUs
1845  - !452 Atomic reference count in GVariant, ContainerInfo and GDBus introspection
1846  - !453 tests: Fix some data races in tests
1847  - !454 gdbusproxy: make g-name-owner property useful with unique names
1848  - !458 glib-compile-resources: Fix size allocation for compressed streams
1849  - !460 gatomicrefcount: Make g_atomic_ref_count_init non-atomic
1850  - !461 Meson: Fix build error in gdbus-example-objectmanager
1851  - !462 meson: add aarch64 memory barrier handling
1852  - !463 gio, tests: fix leak of dbus connection.
1853  - !467 Update documentation of g_tls_connection_handshake() again
1854  - !469 docs: add index of new symbols for gio > 2.52
1855  - !470 docs: Clarify return/error behaviour of D-Bus signal subscriptions
1856  - !472 gdbusmessage: Gracefully handle message signatures with invalid types
1857  - !477 gthread: Remove unsynchronized access to g_once_init_list from assertion
1858  - !478 Deprecate TLS rehandshaking
1859  - !480 docs: add a missing semicolon
1860  - !482 Check for 'z' library before fallbacking to subproject
1861  - !483 meson: Turn selinux into a meson feature and make it auto by default
1862  - !484 Meson: Add 'nls' option to disable translation
1863  - !485 gdbus-codegen: Tag interfaces and properties so annotated with G_PARAM_DEPRECATED
1864  - !486 Check for zlib header
1865  - !489 glib-mkenums: Support reading @rspfiles for arguments
1866  - !490 gspawn: Fix g_spawn deadlock in a multi-threaded program on Linux
1867  - !491 Meson: Add missing include_directories when using glib as subproject
1868  - !492 g_value_get_variant: return value is transfer-none not transfer-full
1869  - !494 Resolve "Follow-up from "gunixmounts: Stop considering cifs/nfs as system file systems""
1870  - !500 genviron: make g_environ_* case-insensitive on Windows
1871  - !504 tests: Unset LANGUAGE when running gdatetime tests
1872  - !505 Support isolating directories for unit tests
1873  - !508 ci: Install additional locales used during tests
1874  - !510 Add new Linux Testing project version number to configure script
1875  - !511 gvariant: Fix error handling for parsing Unicode escapes
1876  - !514 fix gdbus-codegen --interface-info-{header,body}
1877  - !515 binding: Clarify the use of g_object_unref() to remove a binding
1878  - !517 Meson: Fix deprecation warning with upcoming 0.49.0 release
1879  - !518 Meson: Fix declare_dependency() calls
1880  - !520 GTlsConnection: add ALPN support
1881  - !521 tests: Rename macro to avoid conflict with encoding prefix
1882  - !522 gtlscertificate: Add support for TPM keys in PEM files
1883  - !524 gdatetime: Fix typo in the comment
1884  - !528 Add GRecMutexLocker
1885  - !530 tests: Minor improvements to mkenums.py and taptestrunner.py used by it
1886  - !534 gtlscertificate: Fix bug in PEM private key parser
1887  - !536 Various minor docs fixes
1888  - !541 gtimezone: Fallback to /etc/timezone on Gentoo
1889  - !546 spawn: add shebang line to script
1890  - !547 Do not check for NULL when calling free()
1891  - !549 Improve documentation of g_assert_error()
1892  - !551 Revert "tests: Fix GOptionContext leak in GSubprocess tests"
1893  - !554 Only subscribe to owner-changed signals on message bus connections
1894  - !555 Suppress -Wint-in-bool-context warning with G_DEFINE_INTERFACE and g++
1895
1896 * Translation updates:
1897  - Brazilian Portuguese
1898  - Czech
1899  - Danish
1900  - Greek
1901  - Hungarian
1902  - Lithuanian
1903  - Norwegian bokmål
1904  - Polish
1905  - Slovak
1906  - Slovenian
1907  - Spanish
1908  - Swedish
1909  - Turkish
1910
1911
1912 Overview of changes in GLib 2.58.0
1913 ==================================
1914
1915 * Tarball built with `ninja dist`, so if you want to build this release with
1916   autotools (which is supported), you will need to re-run autogen.sh. This
1917   release, and all micro releases in the 2.58.x series, support being built
1918   with Meson or autotools. See:
1919   https://mail.gnome.org/archives/gtk-devel-list/2018-June/msg00012.html
1920
1921 * Fix cancellation of g_subprocess_communicate_async() calls. See !266.
1922
1923 * Drop support for the __int64 type, which further breaks compilation on old
1924   MSVC versions (before VS2013). See #1313.
1925
1926 * Expose GSettings schema directory in gio-2.0.pc as `schemasdir`. See !274.
1927
1928 * Support v3 of the xdg-desktop-portal network monitor API. See !265, !279.
1929
1930 * Fix G_MODULE_SUFFIX on macOS when GLib is built with Meson — it should be `so`
1931   rather than `dylib`. Projects that use Meson and the `g_module_build_path()`
1932   API such as glib-networking should pass `name_suffix:` to `shared_module()` to
1933   ensure that plugins continue to be called libfoo.so on macOS. See !280.
1934
1935 Bugs fixed:
1936  !280 meson: Always set G_MODULE_SUFFIX to `so` on macOS
1937  !266 subprocess: Fix communicate_cancelled signature
1938  !279 Revert "Add a gnet utility" (see !265)
1939  !265 Network monitor again
1940  !274 gio: Provide schemas directory information in pkg-config file
1941  !239 gvariant: Fix more bounds checking in GVariant text format parser
1942  !195 garray: add overflow checks before expanding array
1943  #1497 g_strdup_printf warns on invalid format specifier with G_GUINT64_FORMAT on Win32
1944  !270 autotools: remove support for the __int64 type. See #1313
1945  !267 ci: Add an autotools job
1946
1947 * Translation updates:
1948  Czech
1949  Galician
1950  Indonesian
1951  Italian
1952  Kazakh
1953  Korean
1954  Turkish
1955
1956
1957 Overview of changes in GLib 2.57.3
1958 ==================================
1959
1960 * G_GNUC_MALLOC’s definition has been tightened up to match an updated
1961   definition from GCC. Many uses of G_GNUC_MALLOC which were previously
1962   appropriate may cause miscompilation with newer GCC versions. Check your uses
1963   of it against the updated documentation. See #1465.
1964
1965 * Many minor documentation fixes.
1966
1967 * Fix for gint64 and int64_t compatibility on macOS and BSD. See #972.
1968
1969 * Fix free space metadata on some file systems (notably FAT). See #328.
1970
1971 * Support installed-tests with our Meson build system. See #1444.
1972
1973 * Forbid @filename@/@basename@ in glib-mkenums templates, which is a change to
1974   its long-standing behaviour (which was long-standing nonsensical). See !241.
1975
1976 * Various stat() fixes on Windows. See #1452, #1476.
1977
1978 * MinGW-w64 ABI warning: In case you build 64 bit glib without LFS support by
1979   passing --disable-largefile (not the default) and use GStatBuf, you need to
1980   rebuild your application as the size of GStatBuf has changed for this case.
1981   See #1476.
1982
1983 * Improve TAP compatibility of g_test_incomplete(). See #1474.
1984
1985 * Change fallback preferences when loading icons. See !72.
1986
1987 Bugs fixed:
1988  !263 build: Clean files left behind after gio/tests/gresource.c test
1989  !262 gmem: Only evaluate pointer argument to g_clear_pointer() once
1990  #1465 Many uses of G_GNUC_MALLOC are incorrect
1991  #1448 g_error does not abort() as documented
1992  #1494 g_clear_pointer may not use the correct calling convention with its callback
1993  #972 Mismatch between gint64 and int64_t on 64-bit macOS/BSD
1994  !251 gtestdbus: Fix watcher crash on FreeBSD
1995  #1492 gcc-8: -Wcast-function-type: new warnings for g_list_copy_deep()
1996  !252 tests: fix gnotification tests broken due to the recent icon name fallback changes
1997  #328 filesystem::{free,size,used} not set for full FAT fs
1998  !248 network monitor portal: update properties initially
1999  #1373 Incorrect transfer annotation for g_binding_unbind.
2000  #1444 the meson build doesn't support installed tests
2001  #1027 Fix trashing on overlayfs
2002  #1454 gvdb does not treat corrupt files as empty as promised; dconf suffers
2003  !243 tests: Explicitly set TZ=UTC for g_time_val_from_iso8601() testing
2004  #1488 ‘O_CLOEXEC’ undeclared (first use in this function)
2005  !241 glib-mkenums: forbid @filename@/@basename@ in fhead and ftail
2006  !240 gtimer: Ensure arithmetic is correctly signed for ISO 8601 parsing
2007  #1452 GFileInfo: unable to retrieve correct modification time of links and mounted volumes on Windows
2008  !234 DOC: Documentation fix in GTask description
2009  #1363 Meson: Review cross compilation properties
2010  !225 gtimer: Add overflow checks to g_time_val_from_iso8601()
2011  !230 gbookmarkfile: Fix some more minor leaks when metadata elements are repeated
2012  !229 Fix up g_bytes_compare() documentation
2013  #1476 g_stat - possbile memory corruption causing SEGFAULT
2014  !199 Update TLS documentation
2015  #1474 g_test_incomplete() makes test_case_run() return FALSE
2016  #1475 glib/tests/atomic.c test_types() trips -Werror=bad-function-cast on Debian armel
2017  #1472 Test for BROKEN_IP_MREQ_SOURCE_STRUCT is broken on Windows / Mingw
2018  !220 date test: Use g_test_skip(), not g_test_incomplete()
2019  #1467 malloc difference causes refstring test to fail on FreeBSD
2020  !230 gbookmarkfile: Fix some more minor leaks when metadata elements are repeated
2021  #1466 Not Able to Build glib 2.57.2 in Mingw-w64 x64 bits
2022  #1433 test_posix_parse: assertion failed (g_time_zone_get_abbreviation (tz, 0) == "UTC"): ("LMT" == "UTC")
2023  #1446 Follow-up from "Document difference between g_assert() and g_assert_*() wrt G_DISABLE_ASSERT"
2024  !206 grefstring: Avoid an unnecessary NUL assignment
2025  #1458 g_volume_get_mount returns NULL value after g_volume_mount_finish is called with no error
2026  !72 gio: icons should fallback to non-preferred style appropriately.
2027
2028 * Translation updates:
2029  Brazilian
2030  Chinese (Taiwan)
2031  French
2032  German
2033  Lithuanian
2034  Polish
2035  Romanian
2036  Turkish
2037
2038
2039 Overview of changes in GLib 2.57.2
2040 ==================================
2041
2042 * Require pcre 8.31
2043 * Require meson 0.47.0
2044
2045 * Bugs fixed:
2046  742456 Add g_steal_pointer() convenience function to mark ownership...
2047  795569 MinGW CI: fix tests
2048  796341 gmem.h: Use typeof() in g_steal_pointer() macro
2049  #1013 Support for per-session overrides
2050  #1360 glib-mkenums breaks if option specified but no nick
2051  #1175 Add names and tags to various GSources and GTasks constructed in GLib
2052  #903 g_main_context_wait() not deprecated in API, but emits a g_critical()...
2053  #786 Fix memory leaks in libgio tests
2054  #927 gio/gresource.c:do_lookup check for terminating "/"
2055  #976 Document difference between g_assert() and g_assert_*()...
2056  #1447 glib 2.57.1: test_month_names: assertion failed...
2057  #1407 Update to Unicode Character Database 11
2058  #1455 glib python tools have full python path in shebang, limits to 128 characters
2059  #1459 Missing g_return_val_if_fail in g_async_queue_timeout_pop
2060
2061 * Translation updates:
2062  Friulian
2063  German
2064  Romanian
2065  Spanish
2066
2067
2068 Overview of changes in GLib 2.57.1
2069 ==================================
2070
2071 * New api:
2072  - g_hash_table_steal_extended
2073  - G_GNUC_NO_INLINE 
2074
2075 * Bug fixes:
2076  668132 Use libmount and expose mount options on GUnixMountEntry type
2077  736741 Update private copy of valgrind.h
2078  748620 g_regex_* utf-8 validity requirements are not stated clearly
2079  784995 meson: some Windows improvements
2080  788771 NODELETE missing when built with meson
2081  788773 meson does not install correct pc files
2082  789968 Add g_autoptr() support for GTypeClass
2083  794325 Various fixes to compile on OSX
2084  795152 gdesktopappinfo: Mark GDesktopAppInfo constructors as nullable.
2085  795165 Add g_date_time_get_timezone() and g_time_zone_get_identifier()
2086  795180 Investigate performance impacts of recent compiler features on hot functions
2087  795302 Add g_hash_table_steal_extended() API
2088  795376 Add g_ptr_array_steal()
2089  795544 Add binary/textfile/zero size detection
2090  795569 MinGW CI: fix tests
2091  795636 gitlab-ci: generate test coverage reports
2092  795735 Fix comparison for GVariant property values
2093  795802 gdbus-codegen doesn't accept --output-directory with --output for --body and --header
2094  795849 gwin32: Fix detection of MinGW32 vs MinGW-w64
2095  795876 meson: Fix checks for posix_memalign and stpcpy
2096  795960 g_format_size_for_display() is deprecated since 2.30
2097  796085 Meson: Many apps breaks on non-glibc because of missing libintl
2098  796138 Fix typo in g_file_info_set_attribute docs
2099  796139 Add g_autoptr() support for GParamSpec
2100  796164 Fix atomic ops check in meson.build
2101  796186 Typo: "instead off" in gsignal.c
2102  796213 Meson: Fail to build on macosx
2103  796220 meson: do not run atomic test with msvc
2104  796264 Add android CI
2105  796325 meson: Add exception for atomic ops test for Android
2106  796328 gengiotypefuncs.py: Read and parse files in binary mode 
2107
2108 * Translation updates:
2109  Czech
2110  Indonesian
2111
2112
2113 Overview of changes in GLib 2.57.0
2114 ==================================
2115
2116 * Bug fixes:
2117  739424 Rewrite kqueue GFileMonitor backend to drop threading
2118  751826 Use g_get_language_names() for other locale categories
2119  788773 meson does not install correct pc files
2120  793400 g_application_id_is_valid() not strict enough
2121  793578 gdatetime tests depend on Japanese translation of month names
2122  793645 test_month_names: Updated translations needed for el_GR, hr_HR, ru_RU
2123  793729 gitlab-ci: Add Windows MinGW support
2124  793994 GUnixVolumeMonitor doesn’t show user mounts when run as root
2125  794170 gdbus: hexdecode() and hexencode() do not return/use decoded/encoded s...
2126  794194 gobject_gdb.py: 'address' is a property of gdb.Value not a function
2127  794207 leak: g_socket_listener_add_inet_port increases ref-count on socket-li...
2128  794284 Support whitespace stripping for JSON resources
2129  794285 glib-compile-resources should not noisily g_printerr() when xmllint is...
2130  794473 Remove duplicated option in gio.xml
2131  794506 glib-mkenums: Enters infinite loop if using typedef enum SomeIdentifier
2132  794528 Fix segfault caused by use-after-free in GPollFileMonitor
2133  794555 glib meson build fails on MinGW due to misdetected functions
2134  794557 gtkdoc-scangobj fails on gio in meson builds
2135  794606 glib-2.56.0 fails to compile when res_nquery is not available
2136  794635 gmacros: Don't define bogus __has_* macros
2137  794636 G_HAVE_GNUC_VISIBILITY is defined in meson MinGW builds
2138  794686 Date (except weekday) displayed in English
2139  794732 Fix various compiler warnings 
2140
2141 * Translation updates
2142  Hungarian
2143  Slowak
2144  Slovenian
2145  Spanish
2146
2147
2148 Overview of changes in GLib 2.56.0
2149 ==================================
2150
2151 * Bugs fixed:
2152  672777 Error in gdummyfile.c
2153  732184 GObject: warn on use of deprecated properties
2154  733338 Don't segfault in GNetworkMonitor when IPv6 support is unavailable
2155  742124 g_data_input_stream_read_upto()'s documentation should say that the...
2156  749206 GDateTime: month names in the genitive case
2157  768507 simplify qguark functions
2158  791457 Slow transfer rate when writing to smb/cifs
2159  793272 fix GCC 8.0's -Wcast-function-type warnings
2160  793300 g_hash_table_add() return value change in 2.40 not mentioned in docs
2161  793399 Fix some cases of -Wduplicated-branches
2162  793555 -Wimplicit-function-declaration when using g_abort()
2163  793565 GLib does not compile on macOS 10.13 due to .m file naming
2164  793597 gdbus-tool: Make --dest optional for emit again
2165  793635 Enable CI for GLib
2166  793880 gnetworkmonitor: Minor fixes based on code review 
2167  793578 gdatetime tests depend on Japanese translation of month names 
2168  794180 test_month_names fails unless installed
2169
2170 * Translation updates:
2171  Brazilian Portuguese
2172  British English
2173  Catalan
2174  Czech
2175  Danish
2176  Dutch
2177  Finnish
2178  French
2179  Friulian
2180  Galician
2181  German
2182  Hungarian
2183  Indonesian
2184  Italian
2185  Kazakh
2186  Korean
2187  Lithuanian
2188  Polish
2189  Scottish Gaelic
2190  Serbian
2191  Serbian Latin
2192  Spanish
2193  Swedish
2194  Turkish
2195
2196
2197 Overview of changes in GLib 2.55.2
2198 ==================================
2199
2200 * GFile now has API to get the path without copying
2201
2202 * A network monitor implementation for Windows has been added
2203
2204 * Bugs fixed:
2205  520116 g_utf8_strlcpy()
2206  584284 g_data_input_stream_read_until_async behaves confusingly different f...
2207  605700 request for g_key_file_get_locale()
2208  658713 ngettext (plural forms) needed for "Message has %d file descriptors ...
2209  685442 windows GNetworkMonitor implementation
2210  723003 gsettings list-recursively reports some keys multiple times
2211  749583 GSequence performance improvements
2212  757284 Move G_DIR_SEPARATOR* and G_SEARCHPATH_SEPARATOR* into glibconfig.h
2213  760324 [PATCH] gkeyfile.c: find_file_in_data_dirs fails to return the path ...
2214  761102 Increase performance for main loop
2215  767976 GFile: Add g_file_peek_path()
2216  770335 gdbus-codegen: generated getter for 'ao' property is actually (trans...
2217  772989 Totem allows invalid urls that might cause segfault that's irrecover...
2218  790698 convert: test failure on NetBSD
2219  791015 gdbus-codegen: Split generation of header and source
2220  791622 Disable strict-aliasing in GLib
2221  792050 GResolver is not thread-safe
2222  792217 Deprecate GTlsClientConnection:use-ssl3
2223  792338 meson, autotools: figure out if mem barrier is needed for arm64 host...
2224  792351 gbookmarkfile: check length before dereferencing groups
2225  792364 gdbus-threading test method-calls-in-thread: assertion failed (elaps...
2226  792370 GNetworkMonitor: Rename "network-changed" signal argument
2227  792410 GDateTime new_from_iso8601 test broken in 2.55 on i386
2228  792432 flush stdout after logging (debug) messages
2229  792455 Improve docs of GSequence
2230  792499 deadlock on startup with TCP session bus
2231  792516 gconvert: More consistent handling of embedded NUL bytes
2232  792777 g_notification_set_urgent() unconditionally sets G_NOTIFICATION_PRIO...
2233  792780 gbytes should reference toplevel bytes when slicing with g_bytes_new...
2234  792856 off64_t isn't a part of C standard
2235  792862 gpollableoutputstream: document side effects of WOULD_BLOCK on D/TLS
2236  792903 Clarification between g_try_.. functions and their counterparts
2237  793006 High CPU load for GUnixMountsMonitor consumers
2238  793026 possible mem leak in g_mutex_impl_new
2239  793074 g_message() does not get -Wformat warnings when compiling with G_LOG...
2240
2241 * Translation updates:
2242  Hungarian
2243  Indonesian
2244  Polish
2245
2246
2247 Overview of changes in GLib 2.55.1
2248 ==================================
2249
2250 * Build:
2251  - The --enable-rebuilds configure option has been removed
2252  - The --with-charsetalias-dir configure option has been added
2253
2254 * GList and GSList now have autoptr support
2255
2256 * The gsettings list-schemas command has gained a --print-paths option
2257
2258 * Bugs fixed:
2259  346816 Refactor LIBDIR in libcharset Makefile
2260  508976 Does g_slist_sort preserve the order of equal elements?
2261  562334 2.18.2 break libglade on Solaris
2262  662802 systemtap multiarch issue
2263  684282 Add support static link of GIO modules
2264  692034 Install an invalidation notifier for GClosure in g_source_set_closure()
2265  694723 Get rid of REBUILD stuff in configure.ac
2266  697715 floating point precision problem in check test gst/gstvalue
2267  701156 testgobject assumes that the priv data follows the instance data
2268  720380 Segfault when using GDBusMenuModel on a peer-to-peer connection
2269  724383 glib: document restrictions on various foreach() functions
2270  724412 GLib mappedfile.c test uses g_get_user_runtime_dir instead of a tempo...
2271  724794 Fix "on on" typo in tap-driver.sh comment
2272  732003 gnode: Eliminate implicit signed-to-unsigned integer conversion
2273  734479 G_VALUE_HOLDS etc. cause -Wcast-qual warnings for a const GValue *
2274  737677 gmain: Make GSourceCallback thread-safe
2275  741167 gdbus-codegen fix for boxed out parameters
2276  748534 gtest: if a subprocess assertion fails, print its stdout and stderr
2277  749527 add weak pointer helpers similar to g_set_object
2278  749652 compilation errors with gcc 4.8
2279  754634 Update the list of Linux filesystem magic numbers used in get_fs_type
2280  756011 Fix up annotations for GBookmarkFile
2281  761102 Increase performance for main loop
2282  773980 GIR scanner doesn't interpret array type properly
2283  776147 gio/glocalfilemonitor.c doesn't handle case G_FILE_MONITOR_EVENT_MOVE...
2284  776195 -z nodelete configure check does not work on Solaris
2285  777075 Potential leak of memory pointed to by 'list'
2286  779413 Translated X-Geoclue-Reason string not used in a dialog window
2287  780309 gio/tests/appinfo build fails: gdesktopappinfo.c skipped on OS X
2288  780893 Reword licensing header for gdbus-codegen
2289  782057 Unit tests fail in run-assert-msg-test.sh
2290  784995 meson: some Windows improvements
2291  786796 gtk-doc build fails with meson
2292  788806 Impossible to build static glib via meson
2293  788936 Show mime type icons on OS X
2294  790416 g_date_time_format returns empty string on %r with German locale
2295  790588 Generated file missing from .gitignore
2296  790697 g_object_ref API should propagate parameter type
2297  790785 glib-tap: Add missing mkdir for .test generation rule
2298  790829 glib-genmarshal --body must not generate alias implementations
2299  790830 Mismatch between number of interface methods in text and example code
2300  790837 Meson: missing many configure options
2301  790839 GApplication command line: lacks parameter_string, summary and descri...
2302  790877 fix non-portable check in G_GNUC_CHECK_VERSION
2303  790894 Do not connect to the session bus when trying GProxyResolverPortal io...
2304  790896 docs/reference/README has broken link to http://www.gtk.org/rdp/
2305  790914 gdesktopappinfo: Downgrade a warning to a debug message
2306  790934 gtester doesn't handle skipped tests
2307  790948 GSourceFuncs documentation is confusing: when will dispatch be called?
2308  791036 Guard for g_output_stream_vprintf makes no sense
2309  791128 C runtime complains about bad arguments on each g_log() call
2310  791221 po/README.translators has no useful information in 2017
2311  791235 Fix gschema.dtd regarding flags.
2312  791267 Make gschema.dtd usable.
2313  791296 gtester-report: fix range usage when running as python3 app
2314  791318 GBytes: Improve documentation
2315  791325 Gio handling of thumbnail:: attribute namespace causes inconsistent b...
2316  791334 gbinding.c:898: The target object of type GNetworkAddress has no prop...
2317  791337 Crash opening URIs with g_desktop_app_info_launch_uris_with_spawn()
2318  791342 Add autoptr support for lists
2319  791460 meson: fixes for OSX
2320  791532 Implicit declaration of function ‘memcmp’ in gtestutils.h
2321  791622 Disable strict-aliasing in GLib
2322  791720 Criticals in gio/xdp-dbus.h leading to crash under flatpak
2323  791744 gmenumodel test sometimes fails: assertion failed (items_changed_coun...
2324  791745 not immediately clear whether g_test_slow() is in effect by default
2325  791906 GSocketListenerClass.event has wrong signature
2326  792064 gsettings list-schemas --print-paths
2327  792098 Binding: bind_property’s @notify func is nullable
2328  792099 gdbus-test-codegen: Cast to void* to printf "%p"
2329  792129 meson: skip optional linux/unix deps that default to true when buildi...
2330  792322 GLib-GIO:ERROR:gschema-compile.c:51:test_schema: child process (/gsch...
2331  792324 gkeyfile: Document need for KEEP_TRANSLATIONS with get_locale_string()
2332
2333 * Translation updates
2334  Hebrew
2335  Indonesian
2336
2337
2338 Overview of changes in GLib 2.55.0
2339 ==================================
2340
2341 * New API:
2342   - g_clear_handle_id, to simplify removing sources from the default mainloop
2343   - g_file_load_bytes, to make it more convenient to load files into GBytes
2344
2345 * Bugs fixed:
2346  330458 Sample code for the GLib Key-value parser
2347  483341 g_error and friends create warnings when not used in MSVC
2348  569375 g[u]intptr undocumented
2349  573251 documentation for g_seekable_truncate() needs some love
2350  629347 Missing annotations in GFile (was: Perf throws an exception in cur...
2351  630983 [PATCH] Type accuracy for result of strlen() in string utilities.
2352  632953 Clarify documentation of GValueTransform.
2353  636210 Document that pre-unmount is not guaranteed and backend-dependant
2354  656502 type information for GSettings::backend missing from .gir
2355  661442 Nautilus crashes when refreshing home folder after modifying ~/.co...
2356  668035 gtester-report broken with python 2.7.2 and glib 2.30.1
2357  670139 gbytes.c:try_steal_and_unref nit
2358  677233 (transfer full) annotation not correct for g_closure_new_simple re...
2359  679347 glocalfile seems to leak 'fstype'
2360  679467 Mention translation in g_warning() documentation
2361  689323 Variable scoping in gunixmounts.c
2362  691436 glib-mkenums output arch dependent
2363  695681 gsettings bash completion put error messages
2364  705331 AM_PATH_GLIB_2_0 macro fails with -Wstrict-prototypes -Werror
2365  706667 Fix permission denied error when installing from an nfs directory
2366  711809 gdbus-proxy: Fix erroneous timeout during following tests
2367  722256 gslist: Simplified node removal and got rid of some code duplication
2368  723655 Socket source is left in the poll after the socket is closed
2369  723743 g_child_watch_add() doesn't check for non-pids
2370  725014 g_settings_schema_source_ref should check for NULL pointer
2371  727346 docs: Escape some backslashes for markdown
2372  730296 gsignal: Fix a potential NULL pointer dereference
2373  731625 Improve test for darwin printf format-strings
2374  731705 gio/tests/desktop-app-info assumes /bin/true
2375  737278 Clarify relationship of g_application_quit() to hold count
2376  738176 Skip GSpawnChildSetupFunc closures in introspection
2377  740223 source_object for GAsyncResult should be nullable
2378  740791 gio: cannot specify the source when joining a multicast group (IGM...
2379  740826 glib doesn't know fuse filesystems
2380  742548 configure.ac: stay out of autoconf's namespace
2381  742997 Don't skip invalid enum values in schemas
2382  745723 -Wunused-but-set-variable work-around no longer sufficient
2383  749371 Use a GHashTable as a set when possible
2384  751738 Unused-variable warnings in glib/tests/autoptr.c
2385  752239 Missing dependency for python files in build file
2386  752240 Add DTLS support to GIO
2387  753459 GDateTime: Add conversion functions from/to ISO 8601 strings
2388  753521 g_subprocess_launcher_set_environ misses argument annotations
2389  754026 gfileutils: add some sanity checks
2390  756009 'const gchar* const *' gets incorrectly defaulted to utf8
2391  756103 Skip g_base64_decode_step() in introspection
2392  756128 Fix up annotations in gconvert
2393  756430 g_rw_lock_reader_lock() can return without locking, or error
2394  756470 Fix up annotations in gdataset.c
2395  756588 Fix up annotations on data/qdata API of GObject
2396  760022 Memory leak in gvariant-parser.c
2397  760109 [PATCH] Invalid GDate can't be g_boxed_copy()'d
2398  760716 Fix documentation regarding <glib/gprintf.h>
2399  765063 Update annotations for gio
2400  765552 Please set serial in .m4 files to prevent autoreconf failure on up...
2401  767215 GCC version number is interpreted as start of a list in docs for g...
2402  767239 Tautological comparisons in convert tests
2403  769674 some GIO tests' arbitrary timeouts are too short
2404  769846 gmessages: Add timestamp to g_log_writer_format_fields()
2405  770459 Tutorial article is slightly wrong
2406  773355 Incorrect documentation about stopping a signal emission from a hook
2407  774083 spelling mistakes in glib: charater
2408  776562 Add Intel C Compiler support for G_GNUC_BEGIN/END_IGNORE_DEPRECATI...
2409  777308 GModule win32: disable error dialog popup
2410  777310 gio/gasynchelper.c: fix cast from pointer to smaller int type on w...
2411  777956 gmessages: Update advice for G_LOG_DOMAIN
2412  779182 xdg-open fails with gio open for some uris
2413  779501 Type of GIConv given wrongly on web
2414  780202 introspection: Don't expose GValueArray.free
2415  780296 xdg-open/gnome-open doesn't work if service isn't started
2416  781598 gstdio.h should #include what it needs to work
2417  781867 various gvfsd-* wants to look in /boot/efi, causes unnecessary/ina...
2418  783210 build: Switch to sassc for generating style
2419  783270 Improve Visual Studio support for Meson builds
2420  783825 Suggest that asynchronous operations should invoke the callback in...
2421  786737 No g_variant_get() example for dicts
2422  786785 Commit #fe2a9887a8 breaks gdbus-codegen, cannot find its module so...
2423  787271 Make GListModel usable from G-I bindings
2424  787485 g_tls_backend_supports_dtls () returns true when the backend doesn't
2425  787551 Factor out some duplicated code in GParamSpec validation
2426  787581 tests: Add tests for g_slist_copy() and g_slist_copy_deep()
2427  787671 meson: Fix permissions of installed scripts
2428  787731 g_file_query_filesystem_info() wrongly reports "filesystem::readon...
2429  788138 glib-compile-resources: Fix leak of a GHashTable
2430  788180 G_FILE_ATTRIBUTE_ID_FILE is useless on W32
2431  788270 gmodule - failed to load symbol on Android 64bit
2432  788368 Race condition in GDbusObjectManagerClient
2433  788384 gtypes: Fix signedness of __builtin_bswap() usage
2434  788385 gtestutils: Explicitly cast args to g_assertion_message_cmpnum()
2435  788401 PATCH: MacOS build cannot detect content type from content - xdgmi...
2436  788467 Fatal errors and warnings should be reported as TAP
2437  788488 GFile-based API for g_build_filename()
2438  788489 gmain: add g_clear_source API
2439  788561 Document how to integrate GTest into your project
2440  788594 gdbus-tool doesn’t handle non-message-bus connections correctly
2441  788705 Allow building GLib on older Linux platforms
2442  788766 fixed a doc-typo in socket_get_remote_address
2443  788772 meson installs gdb scripts incorrectly
2444  788863 Add more filename type annotations for strings which can contain f...
2445  788880 gunixmounts: Update list of virtual file systems to ignore
2446  788927 Expose better API for detecting ‘system’ mounts
2447  788936 Show mime type icons on OS X
2448  788948 Document Autotools best practices for genmarshal/mkenums
2449  788975 Meson + Visual Studio: Can't find zlib.h with subprojects/zlib
2450  788978 Document XML has a syntax error
2451  788989 Use subdir-objects with Autotools
2452  788990 Include licensing information in output from glib-mkenums, glib-ge...
2453  789087 gint and guint misrepresented as functions
2454  789170 GFormatSizeFlags should have a value for bits
2455  789245 g_settings_bind() not conforming to lifecycle specification
2456  789444 Fix handling of length in g_utf8_make_valid
2457  789637 glib-mkenums: Fails when --ouput file does not exist
2458  789681 meson: Libmount support not built
2459  789723 [PATCH] gdbus-codegen: Call abspath() earlier
2460  789755 g_get_host_name: ensure return value is always UTF8 encoded
2461  789820 GPollFileMonitor is not cleaning up correctly
2462  790015 docs: Various linking and syntax fixes
2463  790030 GResource/GVariant fails to load from non-pointer aligned memory
2464  790093 gio-tool: fix inverted logic in monitor tool
2465  790126 gengiotypefuncs.py is missing from tarballs
2466  790147 build: Drop data-to-c.pl in favour of data-to-c.py
2467  790157 gmessages: Give examples of G_DEBUG with gdb in the documentation
2468  790272 file: add g_file_load_bytes()
2469  790275 avoid temporary string allocations in g_resources_enumerate_children
2470  790310 speedup path canonicalization in GResourceFile
2471
2472 * Translation updates:
2473  Catalan (Valencian)
2474  Czech
2475  German
2476  Nepali
2477  Norwegian bokmål
2478  Slovak
2479  Slovenian
2480  Spanish
2481
2482
2483 Overview of changes in GLib 2.54.0
2484 ==================================
2485
2486 * Bugs fixed:
2487  780861 Crash in GnomeWallClock
2488  786983 Please make the output of gio-querymodules deterministic
2489  787109 Valgrind false positive in ioctl() in btrfs file copy
2490  787123 glib: Slighty update GIOChannel documentation
2491  787146 GMainLoop: match of parameter pair of LOCK_CONTEXT/UNLOCK_CONTEXT
2492
2493 * Translation updates:
2494  Basque
2495  Catalan
2496  Romanian
2497  Swedish
2498
2499
2500 Overview of changes in GLib 2.53.7
2501 ==================================
2502
2503 * Bugs fixed:
2504  736710 remove unnecessary executions of libtool from configure
2505  785260 gio/tests/appmonitor fails if local dir not writeable
2506  786456 g_subprocess_wait[_check]_async() breaks when cancelled...
2507  786555 g_array_free() is not thread safe w.r.t. g_array_unref()
2508  786580 gdesktopappinfo.c: Add Tilix as a fallback terminal
2509  786807 g_uuid_string_random undefined when built with meson
2510
2511 * Translation updates:
2512  Brazilian Portuguese
2513  Catalan
2514  Czech
2515  Danish
2516  Finnish
2517  French
2518  Friulian
2519  German
2520  Italian
2521  Kazakh
2522  Korean
2523  Latvian
2524  Nepali
2525  Polish
2526  Spanish
2527  Turkish
2528
2529
2530 Overview of changes in GLib 2.53.6
2531 ==================================
2532
2533 * Bugs fixed:
2534  766358 glib doesn't respect XDG_* envvars on W32, ever
2535  783270 Improve Visual Studio support for Meson builds
2536  785955 pthread_setname_np misdetected with meson
2537  786060 Sequences documentation does not make it clear...
2538  786360 gobject: add autoptr support for GClosure
2539  786452 crash on Linux without stderr stream
2540  786460 gio-tool: Unify buffer sizes
2541  786462 Use g_output_stream_write_all instead of while
2542  786463 gio-tool-save: Prevent overwriting error
2543
2544 * Translation updates:
2545  Catalan
2546  Galician
2547  Hungarian
2548  Indonesian
2549  Lithuanian
2550  Nepali
2551  Serbian
2552
2553
2554 Overview of changes in GLib 2.53.5
2555 ==================================
2556
2557 * Bugs fixed:
2558  695573 Untranslatable strings in glib-compile-schemas
2559  725950 GApplication: call dbus_unregister only once, and before destruction
2560  731703 giomodule test misbuilds its test modules as libraries
2561  769135 External control for g_test_add/g_test_run
2562  779332 Rewrite mkenums in Python
2563  779607 Race between mounts-changed signal and g_unix_mounts_get() function
2564  784000 Improve strerror_r() detection
2565  784815 Map G_NOTIFICATION_PRIORITY_HIGH to NOTIFY_URGENCY_NORMAL
2566  784965 Use the glib preset for i18n in Meson
2567  784995 meson: some Windows improvements
2568  785113 glib-mkenums Python port fixes
2569  785130 G_LOG_DOMAIN shouldn't be left undefined for applications
2570  785438 Spurious -Wmaybe-uninitialized in gdatetime.c
2571  785468 glib/gpoll: Unnecessary if conditional included in the poll_rest() function
2572  785520 Replace advice to use removed gdk_spawn functions
2573  785577 clobbers errno while setting GError
2574
2575 * Translation updates:
2576  Slovenian
2577  Spanish
2578
2579
2580 Overview of changes in GLib 2.53.4
2581 ==================================
2582
2583 * Unicode support has been updated to Unicode 10.0.0
2584
2585 * glib-genmarshal and glib-mkenums have been rewritten in python.
2586   Every effort has been made to keep compatibility. Please report
2587   problems related to these tools
2588
2589 * GLib can now be built with meson. autotools are still supported
2590
2591 * Bugs fixed:
2592  722047 drop makefile.msc?
2593  733821 g_strerror() uses strerror(3) instead of strerror_r(3)
2594  773842 g_utf8_find_next_char() won't signal the end of a NUL-terminated string
2595  779332 Rewrite mkenums in Python
2596  780095 g_utf8_get_char_validated() stopping at nul byte even for length specified...
2597  780634 Remove remaining old codepage ABI comapt code
2598  783841 test_GDateTime_new_from_timeval_overflow fails on 32 bit systems
2599  784000 Improve strerror_r() detection
2600  784020 GKeyFile – Add array length annotations to to_data(), get_keys() and get_g...
2601  784037 gio: Mention the ALL_METADATA flag in g_file_copy()
2602  784433 gdbus-codegen with variant type parameters result in nested variant
2603  784456 Update to Unicode 10.0.0
2604  784528 Rewrite glib-genmarshal in Python
2605  784579 Calling g_dir_open on Missing Directory When Executable File Path Contains...
2606  784581 docs: Fix cut'n'paste error in g_resources_get_info() doc
2607  784739 Minor typo in configure error message
2608  784792 Just fixing a little typo in comments
2609
2610 * Translation updates:
2611  Hebrew
2612
2613
2614 Overview of changes in GLib 2.53.3
2615 ==================================
2616
2617 * Bugs fixed:
2618  658446 Add translation comment for wrong password notice string
2619  661926 Improve the default logging setup in GLib
2620  674885 type initialisation deadlock in GObject
2621  775593 GIO cannot write symlinks on FreeBSD and NetBSD
2622  776169 Various gio-tool fixes
2623  776333 Fix annotation on g_file_copy_async()
2624  776504 Upgrade license from LGPLv2+ to LGPLv2.1+
2625  777307 race condition between gdbus signal callback and g_bus_unwatch_name...
2626  778422 gsubprocesslauncher: Clarify the behavior of set_environ()
2627  781301 Stack pointer corrupted by incorrect call of NtNotifyChangeMultipleKeys
2628  782336 Add additional documentation of the GResource XML format
2629  782996 build: Use AM_TESTS_ENVIRONMENT rather than TESTS_ENVIRONMENT
2630  783061 GApplication: Remove some unused members
2631  783130 Make dbus activation sandbox-aware
2632  783193 Adapt to OpenURI api change
2633  783201 gdbus-codegen: Apply --output-directory to generated docs as well
2634  783340 win32: port monotonic times to use QPC
2635  783350 length parameter can be NULL g_data_input_stream_read_line
2636  783392 incorrect (out) annotation for g_dbus_interface_info_generate_xml
2637  783593 GGtkNotificationBackend should use /org/freedesktop/DBus to call Ge...
2638
2639 * Translation updates:
2640  Esperanto
2641  German
2642  Indonesian
2643  Kazakh
2644  Spanish
2645
2646
2647 Overview of changes in GLib 2.53.2
2648 ==================================
2649
2650 * A few new number parsing functions have been added:
2651   - g_ascii_string_to_signed
2652   - g_ascii_string_to_unsigned
2653   These have better error handling than the existing ones.
2654
2655 * glib-mkenums now supports /*< private >*/ and /*< public >*/
2656
2657 * GSettings now consider XDG_DATA_HOME in addition to XDG_DATA_DIRS.
2658
2659 * Bugs fixed:
2660  674885 type initialisation deadlock in GObject
2661  698064 Add g_ptr_array_contains()
2662  732000 gdatetime: Remove an unnecessary NULL pointer check
2663  734946 Implement GContentType on OSX
2664  741335 Possible differences in use of XDG_DATA_DIRS versus XDG base directory specification
2665  748263 Use-after-free in g_dbus_connection_call_internal()
2666  776876 gmodule – Various Android bug-fixes
2667  777030 build error where minor() and major() cant be resolved in gio/gdbusmessage.c
2668  780300 gio/gosxappinfo.c uses deprecated LSFindApplicationForInfo
2669  780309 gio/tests/appinfo build fails: gdesktopappinfo.c skipped on OS X
2670  781755 Avoid compiler warnings in generated marshallers code
2671  781826 portal support: Read /.flatpak-info
2672  781830 Fix some typos and errors in GVariant documentation
2673  781847 Use-after-free under send_message_with_reply_cleanup():gdbusconnection.c:1792
2674  781867 various gvfsd-* wants to look in /boot/efi, causes unnecessary/inappropriate auto...
2675  782068 doc: Trivial typo fixes
2676  782075 gtimer: Handle gmtime() failure in g_time_val_to_iso8601()
2677  782089 gdatetime: Fix overflow checks when constructing from timestamps
2678  782162 Support public/private trigraph in glib-mkenums
2679  782237 make check error
2680  782311 inode/directory is treated as a subclass of application/octet-stream
2681  782628 libmount build dependency check not requiring the right version?
2682
2683 * Translation updates:
2684  Hungarian
2685  Indonesian
2686  Spanish
2687
2688
2689 Overview of changes in GLib 2.53.1
2690 ==================================
2691
2692 * The gdbus tool gained a wait command
2693
2694 * g_unix_signal_source_new support SIGWINCH now
2695
2696 * There are now g_enum_to_string and g_flags_to_string functions
2697
2698 * A new function to instantiate objects: g_objet_new_with_properties
2699
2700 * GParameter and related APIs have been deprecated
2701
2702 * Bug fixes
2703  447907 enum/flags from string + type transform + tests
2704  668962 GUnixMountPoint/GUnixMountEntry not usable through gobject-introspection
2705  669355 gdbus-codegen output contains stray semicolons at file scope (forbidden in C99)
2706  674885 type initialisation deadlock in GObject
2707  698064 Add g_ptr_array_contains()
2708  709865 Add boxing to GParameter
2709  725894 build: Include gettext libraries for static compilation on Mac OS X
2710  734946 Implement GContentType on OSX
2711  741229 gio: Handle NULL cached properties in NetworkManager monitor
2712  745971 gdbus-tool: Add a command to wait for a well-known name on the bus
2713  755046 gfileutils: Add precondition checks to g_file_test()
2714  761102 Increase performance for main loop
2715  761889 GDateTime: %p does not always print AM/PM string
2716  766660 Please clarify the extent to which GInitable, GAsyncInitable must be idempotent
2717  769534 g_unix_signal_source_new does not support SIGWINCH
2718  772221 Take advantage of Unicode
2719  775879 g_log_default_handler should not check G_MESSAGES_DEBUG
2720  776169 various gio-tool fixes
2721  777961 Documentation for g_app_info_equals() could be clearer
2722  778049 race in gsource detected by TSan
2723  778207 gio-querymodules: fix memory leak
2724  778287 G_MODULE_EXPORT and -fvisibility=hidden
2725  779409 Fix false positive g_warning() in remove_filter()
2726  780066 g_base64_encode_close() in glib/gbase64.c produces invalid base64 encoding
2727  780095 g_utf8_get_char_validated() stopping at nul byte even for length specified buffers
2728  780306 Unused function in gunicollate.c for CARBON
2729  780310 g_tls_database_verify_chain doesn't set the GError for failures other than cancell...
2730  780384 gio/tests/contenttype fails on OS X: "public.directory" != "public.folder"
2731  780441 Make the portal implementation of g_app_info_launch() synchronous
2732  780634 Remove remaining old codepage ABI comapt code
2733  780908 gobject: remove duplicate GType sanity check
2734  780924 Memory leak in gdbusmethodinvocation.c
2735  781125 gio-tool: Fix errors format string
2736  781234 the buffer written to by g_input_stream_read is not marked as an out parameter
2737  781298 gfileutils.c:330:3: error: ISO C90 forbids mixed declarations and code
2738
2739 * Translation updates
2740  Catalan
2741  Friulian
2742  German
2743  Hebrew
2744  Indonesian
2745  Polish
2746  Russian
2747
2748
2749 Overview of changes in GLib 2.52.0
2750 ==================================
2751
2752 * Bug fixes:
2753  779799 gdatetime test fails with tzdata 2017a
2754  780032 Add missing attributes to two functions
2755  780144 gio/fam: Remove leftover debug print
2756
2757 * Translation updates:
2758  French
2759  Friulian
2760  Latvian
2761
2762
2763 Overview of changes in GLib 2.51.5
2764 ==================================
2765
2766 * OS X implementations of GContentType and GAppInfo
2767   have been added
2768
2769 * Bugs fixed:
2770  673047 gunicollate is broken on OS X (patch included!)
2771  734946 Implement GContentType on OSX
2772  747146 Implement GNotification on OSX
2773  769983 glib-mkenums generates non-reproducible Makefile snippets
2774  777203 gnulib license information is not correct in glib2.0
2775  778515 Crash in the gio kqueue backend
2776  779456 Make g_utf8_make_valid optionally take a length
2777
2778 * Translation updates:
2779  Danish
2780  Friulian
2781  German
2782  Hungarian
2783  Korean
2784  Lithuanian
2785
2786
2787 Overview of changes in GLib 2.51.4
2788 ==================================
2789
2790 * Memory leak fixes
2791 * Fix the released tarball
2792
2793
2794 Overview of changes in GLib 2.51.3
2795 ==================================
2796
2797 * Bugs fixed:
2798  771997 gchecksum: Add SHA-384 support
2799  778422 gsubprocesslauncher: Clarify the behavior of set_environ()
2800  778581 gdbus-codegen: Fix -Wconversion warning
2801  778801 gdbus-codegen: Add --outdir flag
2802  778991 Plug a mem leak in gdbusauth
2803  779183 g_io_extension_point_get_extensions should check for NULL pointer
2804
2805 * Translation updates:
2806  Basque
2807  Chinese (Taiwan)
2808  Danish
2809  Indonesian
2810  Italian
2811  Serbian
2812
2813
2814 Overview of changes in GLib 2.51.2
2815 ==================================
2816
2817 * Minimal support for UUIDs has been added
2818
2819 * A new file attribute, G_FILE_ATTRIBUTE_RECENT_MODIFIED has been added
2820   to improve sorting of recent files
2821
2822 * Bugs fixed:
2823  639078 UUID support feature request
2824  777135 gkeyfile: Be more specific about error codes in documentation
2825  777307 race condition between gdbus signal callback and g_bus_unwatch_name...
2826  777481 goutputstream: docs: fix typos
2827  777493 g_mkdtemp() not introspectable
2828  777507 Recent view sorting incorrectly
2829  777592 Add minor examples to GDBus and GVariant documentation
2830  778002 race in gdbusprivate.c detected by the ThreadSanitizer
2831  778096 race in gdbusconnection reported by TSan
2832
2833 * Translation updates:
2834  Norwegian bokmål
2835  Polish
2836  Simplified Chinese
2837  Slovak
2838  Spanish
2839  Swedish
2840
2841
2842 Overview of changes in GLib 2.51.1
2843 ==================================
2844
2845 * glib-compile-resources grew a --generate-phony-targets flag
2846
2847 * GLib now installs a valgrind suppressions file for GLib and GIO
2848
2849 * Bugs fixed:
2850  666114 should have infrastructure to run its tests under valgrind
2851  729730 GDBusMessage: Fix segfault if DEBUG_SERIALIZER is enabled
2852  730932 statically assert that reasonable assumptions about enums are true
2853  735731 gobject: Document behaviour of GType checking macros on NULL
2854  736810 gdbus: Fix leak in g_dbus_message_print()
2855  762283 GSocket – Fix race conditions on Win32 if multiple threads are waiting on cond...
2856  767609 Test suite problems
2857  767952 g_dbus_method_invocation_return_*, g_dbus_method_invocation_take_error: They d...
2858  769672 Assert threads for testcase 642026 are sucessfully created
2859  769745 gtask: Add guards for public functions
2860  770175 Add command line argument to mkenums and genmarshal to write output to a file
2861  770646 glib: Namespace global tapset variables by soname
2862  772160 Add g_unix_mount_for() support
2863  772989 Totem allows invalid urls that might cause segfault that's irrecoverable
2864  773823 gio: Bump copy buffer size to 256k by default
2865  774086 fix g_main_context_check declaration
2866  774368 Dependency file output of resource scanner breaks Ninja
2867  774421 Two minor patches
2868  774520 GSocket allocates and processes control messages even if not requested
2869  775309 Crash in gdbusauth
2870  775468 Improve log write supports color method on windows
2871  775510 testing with -fsanitize=undefined reports various undefined behaviour
2872  775517 Password input is echoed in the terminal
2873  775621 gmessages: Fix compilation on Android
2874  775765 FDO notification withdrawal backend sends wrong ID to the server
2875  775913 subprocesslauncher: potential infinite loop in verify_disposition()
2876  776198 Stray semicolon after g_variant_print() function in gvariant.c
2877  776586 License headers cleanup
2878  777077 Use of memory after it is freed
2879
2880 * Translation updates:
2881  Brazilian Portuguese
2882  Czech
2883  Galician
2884  German
2885  Hebrew
2886  Kazakh
2887  Lithuanian
2888  Spanish
2889  Swedish
2890
2891
2892 Overview of changes in GLib 2.51.0
2893 ==================================
2894
2895 * glib-genmarshal and glib-mkenums have gained --output options
2896   for better build system integration
2897
2898 * New API: g_utf8_make_valid
2899
2900 * Bugs fixed:
2901  591603 Make _g_utf8_make_valid public
2902  610969 Nice to have g_utf8_make_valid as public
2903  767882 Bit shift overflow (-Wshift-overflow) warning in gparam.h
2904  769135 External control for g_test_add/g_test_run
2905  769630 gfile: G_FILE_MONITOR_WATCH_MOVES was actually introduced in 2.46
2906  772160 Add g_unix_mount_for() support
2907  772221 Take advantage of Unicode
2908  773303 GApplication leaks option_strings 
2909
2910 * Translation updates:
2911  French
2912  Galician
2913  German
2914  Hungarian
2915  Lithuanian
2916  Norwegian bokmål
2917  Occitan
2918  Polish
2919  Slovak
2920  Turkish
2921
2922
2923 Overview of changes in GLib 2.50.1
2924 ==================================
2925
2926 * Update Unicode support to Unicode 9.0.0
2927
2928 * Bugs fixed:
2929  662946 gunixmounts monitoring doesn't work correctly with libmount
2930  771591 Update to Unicode 9.0.0
2931  772054 glib/gspawn-win32-helper.c: unexpected behavior re CommandLineToArgvW()
2932  772255 gresolver: Mark GResolver as an abstract class
2933  772269 Add --version options to glib-compile-resources and glib-compile-schemas
2934  772297 completion: Complete gsettings describe
2935  772511 g_log_default_handler crashes windows apps with "Unspecified fatal err...
2936
2937 * Translation updates:
2938  Brazilian Portuguese
2939  Catalan
2940  Croatian
2941  Czech
2942  Danish
2943  Hungarian
2944  Italian
2945  Latvian
2946  Polish
2947  Swedish
2948
2949
2950 Overview of changes in GLib 2.50.0
2951 ==================================
2952
2953 * Bugs fixed:
2954  771438 Turn on libmount by default on linux
2955         Fix the annotation for g_log_variant
2956
2957 * Translation updates:
2958  British English
2959  French
2960
2961
2962 Overview of changes in GLib 2.49.7
2963 ==================================
2964
2965 * Add g_log_variant, binding-friendly api for structured logging
2966
2967 Bugs fixed:
2968  646926 arg_data invalid after g_option_context_parse() fails
2969
2970 * Translation updates:
2971  Danish
2972  Finnish
2973  Galician
2974  German
2975  Hebrew
2976  Kazakh
2977  Korean
2978  Latvian
2979  Lithuanian
2980  Polish
2981  Portuguese
2982  Serbian
2983  Slovak
2984  Spanish
2985  Swedish
2986  Thai
2987
2988
2989 Overview of changes in GLib 2.49.6
2990 ==================================
2991
2992 * The gsettings commandline tool now has a describe command
2993
2994 Bugs fixed:
2995  745754 Add gcc-style dependency output to glib-compile-resources
2996  769076 Fix warning: attempt to override closure->va_marshal with new marshal
2997  770372 gdbus-codegen: Strip @since parameters before comparison
2998
2999 Translation updates:
3000  Brazilian Portuguese
3001  Czech
3002  German
3003  Hungarian
3004  Polish
3005  Portuguese
3006  Spanish
3007
3008
3009 Overview of changes in GLib 2.49.5
3010 ==================================
3011
3012 * Structured logging:
3013  - drop libsystemd dependency
3014  - document that g_test_expect_message does not work with structured logs
3015
3016 * Use libmount for unix mount support
3017
3018 * Add an async variant of g_app_info_launch_default_for_uri
3019
3020 Bugs fixed:
3021  522053 GUnixMountMonitor needs to use /proc/self/mountinfo on recent Linux
3022  682794 Add usage guidance to logging documentation
3023  744456 Structured logging API
3024  766370 Add a macro for initializing g_auto(GVariantBuilder)
3025  767240 Regex failures with pcre 8.38
3026  768198 Can't build glib with systemtap enabled
3027  768453 Gdbus test: compilation fails due to -Werror=format-y2k errors
3028  768752 Add async variant of g_app_info_launch_default_for_uri
3029  769027 Docs misleadingly imply G_CHECKSUM_SHA512 is available since 2.16
3030  769029 gmessage: compiler complains about -Wformat-nonliteral
3031  769042 'O_CLOEXEC' undeclared (first use in this function)
3032  769087 gmessages: support NULL log domain
3033  769089 Fix gsettings uint64 testcase
3034  769104 Build failure when using _GLIB_CHECKED_ADD_U32 with the Intel compiler
3035  769139 g_log_writer_journald uses non-standard 'htole64' function
3036  769238 memory increases every time I umount and mount my secondary hard disk.
3037  769245 is_valid_heap_iter define misses NULL pointer check
3038  769507 gmessages: Don’t require is_journald() call before writer_journald()
3039  769785 gmessages: Expand documentation further for structured logging
3040  769995 gdbus-codegen: Allow '@since: UNRELEASED' in documentation comments
3041
3042 Translation updates:
3043  Catalan
3044  Hebrew
3045  Lithuanian
3046  Slovak
3047  Spanish
3048
3049
3050 Overview of changes in GLib 2.49.4
3051 ==================================
3052
3053 * Change the just-introduced structured logging API. The arguments
3054   of g_log_structured() had to be reordered to enable an implementation
3055   within the limits of what the standards guarantee about var args.
3056
3057 Bugs fixed:
3058  744456 Structured logging API
3059  768936 gio doc build fails because of missing gio.xml in the tarballs
3060  768963 improper va_list use in g_log_structured()
3061  768968 gio/tests/socket-listener hangs since e4ee307
3062
3063 Translation updates:
3064  Spanish
3065
3066
3067 Overview of changes in GLib 2.49.3
3068 ==================================
3069
3070 * GLib has a structured logging API, g_log_structured, with support
3071   for writing to the systemd journal. It also supports colored output
3072   in terminals
3073
3074 * Some new GBytes API has been added:
3075  - g_key_file_load_from_bytes
3076  - g_compute_hmac_for_bytes
3077
3078 * Stack-allocated GVariantBuilder and GVariantDict objects can now be
3079   initialized with G_VARIANT_BUILDER_INIT and G_VARIANT_DICT_INIT
3080
3081 * gio:
3082  - Add a way to register handlers for custom uri schemes
3083  - Add a G_FILE_ATTRIBUTE_FILESYSTEM_REMOTE attribute to
3084    have these heuristics in a single place
3085  - Include a gio tool that makes the functionality of the
3086    various gvfs commandline tools available in a single place
3087  - Add portal support to g_app_info_launch_default_for_uri
3088  - Add portal support to GNetworkMonitor
3089  - Add portal support to GProxyResolver
3090  - Add portal support to g_application_send_notification
3091
3092 Bugs fixed:
3093  547200 g_utf8_find_next_char() issues
3094  662802 systemtap multiarch issue
3095  723506 fork/exec from non-main thread when autolaunching could be avoided...
3096  725902 build: simplify dtrace configuration
3097  728207 gsocketservice: Documentation does not mention that is already act...
3098  729914 instead of DEBUG_CODE and IF_DEBUG, provide a common macro to supp...
3099  744456 Structured logging API
3100  744678 Unable to delete relocatable schemas
3101  746685 clarify that g_variant_get_data() can be used instead of g_variant...
3102  747134 glib-compile-resources --generate should detect common C++ file ex...
3103  750257 GSettings changed signal should clearly state the order required
3104  753231 Memory is potentially used after free
3105  754012 missing filename in "Error loading css: Failed to import: Error op...
3106  760115 gtestutils: add missing dash in seed argument's --help documentation
3107  760423 gio-querymodules prints error messages as question marks on some l...
3108  761102 Increase performance for main loop
3109  765338 GLib.compute_hmac_for_data throws every time
3110  766370 Add a macro for initializing g_auto(GVariantBuilder)
3111  766899 Superflous HTML/XML comments in GDBusProxyTypeFunc documentation s...
3112  766933 GSocketAddress leaks in gnetworkmonitornetlink.c:read_netlink_mess...
3113  767765 Add names and tags to various GSources and GTasks constructed in GLib
3114  767880 gkeyfile: add g_key_file_load_from_bytes() API
3115  767887 vfs: add g_vfs_register_uri_scheme()
3116  767949 [patch] Typos in glib docs
3117  768029 infinite loop in parse_name_internal()
3118  768119 Fix fallout from get_supported_schemes() changes
3119  768357 Build the gio tool on Windows/MSVC
3120  768498 portal support for glib
3121  768504 keyfile: g_key_file_get_double behavior doesn't follow documentation
3122  768549 Test failure: test_ip_sync_dgram
3123  768551 Test failure: test_socket_address_to_string
3124  768560 gio/tests/gsettings: fix GSettings reference leaks in some tests
3125  768780 O_PATH is a non-standard flag which may be unavailable on non-Lin...
3126  768806 gdbus tool must swallow -- argument
3127
3128 Translation updates:
3129  Chinese (Taiwan)
3130  French
3131  Hebrew
3132  Indonesian
3133  Lithuanian
3134  Portuguese
3135  Spanish
3136
3137
3138 Overview of changes in GLib 2.49.2
3139 ==================================
3140
3141  * GMainContext and GTask have gained more systemtap probes
3142
3143 Bugs fixed:
3144  673101 resource compiler dependency generation not working for gen...
3145  700756 GFile.new_for_path arguments misses (type filename) annotation
3146  730187 glocalfileoutputstream: Fix an FD leak in an error path
3147  755439 Memory leak in gdbusproxy.c
3148  759813 Add more SystemTap/DTrace probes for main context and GTask
3149  761810 gio: Support using GDBusObjectManagerServer at path ‘/’
3150  767172 docs: Move GIO_USE_VFS to "okay for production" section
3151  767218 Remove a UTF-8 ellipsis from gsignal.h
3152  767245 Add filename type annotations
3153  767824 Some UTC timezones incorrectly recognized on Windows 7
3154
3155 Translation updates:
3156  Occitan
3157
3158
3159 Overview of changes in GLib 2.49.1
3160 ==================================
3161
3162  * GDesktopAppInfo now allows bus activation with dashes. This is
3163    not technically allowed per the Desktop Entry specification, but
3164    it happens in the wild. Rather than forcing people to go through
3165    another traumatic desktop file rename, accept it and translate - to _.
3166
3167  * The support for giving names to threads has been improved. Thread names
3168    are now supported on Solaris as well, and the Linux support no longer
3169    uses prctl() but the pthread api.
3170
3171  * GIO resources can now be overridden at runtime, using the G_RESOURCE_OVERLAYS
3172    environment variable.
3173
3174  * gdbus-codegen can now generate autocleanup definitions for the types
3175    it generates. Use the --c-generate-autocleanup option to control this
3176
3177 Bugs fixed:
3178  665446 Use g_abort() instead of abort()
3179  731988 glocalfile: Avoid a potential NULL pointer dereference
3180  742898 g_value_type_transformable() description differs from the code
3181  747107 GVariant varargs documentation: g_variant_get() example
3182  747478 g_system_thread_set_name() is not implemented for gthread-win32
3183  748474 g_get_language_names() is not thread-safe
3184  748530 gthread: W32 implementation of g_get_num_processors() has lame fallback
3185  748806 GVariant: Better introduction to the concepts and its uses
3186  749583 GSequence performance improvements
3187  749606 tests: always remove app.desktop
3188  755898 [PATCH] settings: add get/set uint64
3189  758174 Fix documentation typos
3190  758738 Usage of GType properties causes crashes due to gulong/gpointer mismatch
3191  760186 namespace clash with gdb pretty-printing code
3192  762994 Race condition in GIO/AppFileChooser crashes Firefox/Gtk3
3193  763379 codegen: Add support for g_autoptr to gdbus-codegen–generated objects
3194  763821 build: Also dist Systemtap files always for gobject/
3195  764092 gstrfuncs: Document the behaviour of g_strjoinv()
3196  764163 g_task_had_error doesn't remember the error after g_task_propagate_*
3197  764415 Very High CPU usage in g_poll() Windows implementation
3198  764574 build: Fix all statfs() tests failing
3199  764575 tests: Fix compilation errors due to Y2K format problems
3200  764685 GApplication documentation about handling command-line options is confusing
3201  764754 '-' in application id: unbreak bus activation and notifications
3202  765173 documentation of g_main_context_push_thread_default() regarding GIO...
3203  765668 GResources: add support for resource overlays
3204  765710 gdbus-tool: only print note about expected argument types if that...
3205  765712 tests: Fix compilation
3206  765861 task: avoid context lock when setting source name
3207  765900 Add g_drive_is_removable() support
3208  765924 Improve external drives detection
3209  765959 socket: set fd field to -1 after closing socket
3210  765990 Visual Studio: Define inline only when necessary
3211  765991 Compilation of gresource.c is broken due to S_ISDIR
3212  766092 Incorrect locale handling in g_date_time_format_locale()
3213  766211 Fix the upper bound in g_unichar_iswide_bsearch
3214  766407 Some build-related defects in glib testsuite
3215  766570 build: Fix a misnamed variable in glib-tap.mk
3216
3217 Translation updates:
3218  Basque
3219  Catalan
3220  Chinese
3221  Occitan
3222  Portuguese
3223  Turkish
3224  Vietnamese
3225
3226
3227 Overview of changes in GLib 2.48.0
3228 ==================================
3229
3230  * a minor build fix in the name of determinism
3231
3232  * a few coverity fixes
3233
3234 Bugs fixed:
3235  763617 giotypefuncs.c: Sort _get_type functions in the 'C' locale
3236
3237 Translations updated:
3238  Danish
3239  Italian
3240
3241 Overview of changes in GLib 2.47.92
3242 ===================================
3243
3244  * gdbus-codegen now supports g_autoptr()
3245
3246  * g_get_user_runtime_dir() now reliably returns an existing directory
3247
3248  * g_array_remove_range() can now remove 0 items from the end of an array
3249
3250  * Many fixes for Windows
3251    * build fixes
3252    * file monitoring
3253    * gsettings backend
3254    * streams
3255    * random numbers
3256    * wide character support
3257
3258  * documentation improvements
3259
3260  * other small bugfixes
3261
3262 Bugs fixed:
3263  724847 Segmentation fault on "gsettings list-recursively"
3264  743933 gapplication: add --app-id command line option
3265  756706 [PATCH] gio/gtestdbus.c: don't use non-standard %m printf modifier
3266  757506 gsettings: schema_list should use the passed schema's source
3267  760694 W32: Apps linked with -mwindows make cursor busy sometimes
3268  762202 g_win32_error_message improvements
3269  762637 build: Unconditionally dist tapset files
3270  762748 Undefined behavior
3271  762937 Mention that g_clear_error can be used with an "empty" GError
3272  763339 array: Support clearing an empty array with g_array_remove_range()
3273  763344 g_get_user_runtime_dir(): ensure directory exists
3274  763379 codegen: Add support for g_autoptr to gdbus-codegen–generated objects
3275
3276 Translations updated:
3277  Brazilian Portuguese
3278  Czech
3279  Finnish
3280  French
3281  Galician s
3282  German
3283  Greek
3284  Hebrew
3285  Hungarian
3286  Italian
3287  Kazakh
3288  Korean
3289  Latvian
3290  Lithuanian
3291  Occitan
3292  Polish
3293  Russian
3294  Serbian
3295  Slovak
3296  Slovenian
3297  Spanish
3298  Swedish
3299
3300 Overview of changes in GLib 2.47.6
3301 ==================================
3302
3303 * Windows usupport:
3304  - Fixes and improvements to the GSettings registry backend
3305  - Handle readability and writability of registry keys
3306  - Use Unicode registry APIs
3307
3308 * Bugs fixed:
3309 760852 744772 761126 747927 761337 744570 761504 761550 761843
3310  744570 GString is missing (transfer none) annotations on many of its methods
3311  744772 systemtap and gdb scripts install in wrong place
3312  747927 Documentation: various small improvements
3313  760852 gdbusobjectmanagerserver: Clarify recommended ObjectManager paths
3314  761126 winiconv: update to upstream version
3315  761337 Fix some annotations
3316  761504 W32 registry GSettings backend does not use Unicode
3317  761550 Cannot build with default flags under Fedora rawhide (-Werror=format-...
3318  761843 gmacros.h is testing attributes with __has_feature (when compiling wi...
3319
3320 * Translation updates:
3321  Brazilian Portuguese
3322  Bulagarian
3323  Chinese (Taiwan)
3324  Hungarian
3325  Polish
3326  Slovak
3327  Slovenian
3328  Spanish
3329  Swedish
3330
3331
3332 Overview of changes in GLib 2.47.5
3333 ==================================
3334
3335 * the system copy of PCRE is now used by default to implement GRegex.
3336   Configure with --with-pcre=internal if a system PCRE version
3337   is unavailable or undesired.
3338
3339 * interfaces for DTLS support have been added.  A new version of
3340   glib-networking will also be required.
3341
3342 * GDBusMethodInvocation now drops replies if the sender set the
3343   NO_REPLY_EXPECTED flag
3344
3345 * several GApplication fixes, including fixes for commandline arguments
3346   in interpreted languages on Windows
3347
3348 Bugs fixed:
3349  624186 Deprecate glib-gettext macros
3350  734095 gtk-demo.py of PyGObject fails to run on Windows (and likely other binding scripts using g_application_run())
3351  735754 Implement close on TLS GOutputStream
3352  748064 gnulib vfprintf returns desired (not actual) number of bytes, ignores errors
3353  752240 Add DTLS support to GIO
3354  755421 GDBus ignores NO_REPLY_EXPECTED flag in messages, leading to warnings on system bus
3355  756875 Include ntdef.h for NTSTATUS
3356  759554 g_application_run() calls g_main_context_default() repeatidly
3357  760199 gsettings: Install gettext ITS rules
3358  760215 G_LIKELY/_UNLIKELY macros need more parentheses
3359  760683 regex test: Check the expected PCRE exceptions at runtime
3360
3361 Translations updated:
3362  Brazilian Portuguese
3363  Czech
3364  German
3365  Lithuanian
3366  Swedish
3367
3368 Overview of changes in GLib 2.47.4
3369 ==================================
3370
3371 * The GApplication documentation has been improved in several areas.
3372
3373 * Bugs fixed:
3374  749092 gdb pretty-printers fail on Python 3 with a TypeError...
3375  757374 macros: clean up "inline" mess
3376  758641 Memory leak in g_dbus_proxy_new_for_bus_sync()
3377  759134 Add missing checks for gnulib vasnprintf()
3378  759408 Do not use uninitialized var 
3379  756475 Stop supporting non-POSIX getpwuid_r, getgrgid_r
3380  757372 GApplication: destroy the impl on shutdown
3381  728099 macros: add G_GNUC_CHECK_VERSION() for compiler checks
3382  757299 glib-compile-resources: do not leak c_name
3383  758553 Fix gettext use
3384  758823 file monitors: reorder some code to avoid segfault
3385  756214 gsettings: Don't translate ""
3386  710243 Add GParamSpec object ref management annotations
3387  735696 xdgmime: Finer handling for cases where mmap() is not available
3388  752983 gapplication: Acquire the main context before running
3389
3390 * Translation updates:
3391  Swedish
3392
3393
3394 Overview of changes in GLib 2.47.3
3395 ==================================
3396
3397 The inline cleanup in the last release accidentally removed three
3398 symbols from libglib-2.0.so.  It is unlikely that this will have caused
3399 any problems because these symbols were only backup symbols for
3400 definitions exported as inlines in the header files, but ABI is ABI.
3401
3402 This release corrects only this problem.
3403
3404 Overview of changes in GLib 2.47.2
3405 ==================================
3406
3407 * We have formalised the assumption that all compilers that are
3408   interested in support 'static inline' and simplified the macros around
3409   this considerably.  Please watch for and report unintentional fallout.
3410
3411 * New API: hardware-assisted helpers for overflow-checked integer math.
3412
3413 * other fixes
3414
3415 Bugs fixed:
3416  696324 gtester-report doesn't work with Python 3.x
3417  719966 glib: Add missing (nullable) and (optional) annotations
3418  752837 gobject and glib-compile-resources rely on .CRT$XCU section, no longer works with Win 10 UCRT (VS 2015)
3419  755364 make gtkdoc-check happy again
3420  756134 Segmentation fault on calling g_simple_action_group_add_action with bad action constructor call
3421  756179 gwin32.c: Replace VerifyVersionInfoW() with RtlGetVersion() due to API deprecation
3422  756988 GSequence should document each function's complexity
3423  757294 Move G_POLLFD_FORMAT to glibconfig.h
3424  757374 macros: clean up "inline" mess
3425  757451 doc: fix g_task_attach_source() example
3426  757628 gio tests fail to build when cross compiling 2.46.1
3427  757693 Invalid free in g_local_file_trash()
3428  757742 Fix up annotations in ghash.c
3429  758181 GTask: fix wrong example code
3430
3431 Translations updated:
3432  Greek
3433  Hebrew
3434  Hungarian
3435  Norwegian bokmål
3436  Portuguese
3437  Scottish Gaelic
3438  Simplified Chinese
3439  Spanish
3440
3441 Overview of changes in GLib 2.47.1
3442 ==================================
3443
3444 * The Unicode support has been updated to version 8.0 of the Unicode standard
3445
3446 * GDesktopAppInfo no longer sets the DISPLAY environment variable when
3447   launching apps. This is now done in the GAppLaunchContext implementations
3448   when appropriate
3449
3450 * Bug fixes:
3451  664740 Key-value file parser, space after integer
3452  687223 cleverer GThreadPool management
3453  692085 stderr and stdout are not always file descriptors 1 and 2
3454  697907 Add interface for socket-like things (GSocket, DTLS, etc)
3455  735754 Implement close on TLS GOutputStream
3456  737116 Add functions to print GSocketConnectables and addresses as strings
3457  743011 Minor additions to GError documentation
3458  749161 undefined reference to `__imp__stat32i64'
3459  749314 Cannot restore a just-trashed file
3460  751924 Add recvmmsg()-like API on GSocket
3461  752240 Add DTLS support to GIO
3462  752837 gobject and glib-compile-resources rely on .CRT$XCU section, no longer...
3463  753310 Remove `#pragma GCC system_header` from gmessages.h
3464  753935 Update example namespace and class names in GObject tutorial
3465  754855 Object instantiation documentation refers to example that no longer ex...
3466  754983 Wayland: g_desktop_app_info_launch_uris_with_spawn() forces DISPLAY va...
3467  754994 g_date_time_get_second () sometimes returns an off-by-one result
3468  755083 Clarify in G_ADD_PRIVATE that it is safe to call _get_instance_private...
3469  755351 Example still contains g_autoptr(gchar)
3470  755355 Move GStrv to glib.h so it can be used with g_auto()
3471  755374 g_variant_get_child(): flatten-first logic on '&'
3472  755496 glib 2.46 fails GStreamer test suite
3473  755609 glib 2.46.0 breaks Sun Java JVM 1.8.0.60
3474  755766 gvalue: The g_auto cleanup function assert if value is G_VALUE_INIT
3475  755795 2.46 considers empty files as octet-stream rather than text (leads to...
3476  755961 Fix up annotations in gbytes.c
3477  756053 MSVC doesn't understand the symbol 'msghdr'
3478  756054 MSVC linker error due to 'g_socket_send_message_with_timeout()'
3479  756077 testutils: remove internal ABI comment
3480  756099 g_main_context_query(): Annotate @n_fds as (in) parameter
3481  756139 musl: ctors called in the wrong order
3482  756179 gwin32.c: Replace VerifyVersionInfoW() with RtlGetVersion() due to AP...
3483  756251 The documentation of G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START is confusing
3484  756255 GOutputStream swallowing errors in splice with G_OUTPUT_STREAM_SPLICE...
3485  756316 GSequence should provide fast api to check if empty
3486  756382 snprintf used on Windows with VS2015 doesn't support %n
3487  756477 gio/gthreadedresolver.c has outdated copy of bionic headers (for android)
3488  756550 gtypes.h: Make G_MININTn literals negative
3489  756875 Include ntdef.h for NTSTATUS
3490  756952 giomodule: return a copy of module name
3491
3492 * Translation updates:
3493  Basque
3494  Czech
3495  Serbian
3496  Serbian Latin
3497  Vietnamese
3498
3499
3500 Overview of changes in GLib 2.46.0
3501 ==================================
3502
3503 * Disable runtime-deprecation warnings
3504
3505 * Fix marshalling of flags on bigendian 64bit architectures
3506
3507 * Translation updates
3508  Brazilian Portuguese
3509  Danish
3510  German
3511  Latvian
3512  Russian
3513  Turkish
3514
3515
3516 Overview of changes in GLib 2.45.8
3517 ==================================
3518
3519 * utf8 validation and utf8-to-ucs4 conversion are faster
3520
3521 * Small speedups to property change notification
3522
3523 * Various other small optimizations for GQuark, GData
3524
3525 * Bugs fixed:
3526  696426 GParamSpecTypeInfo do not need to be static
3527  735429 Cleanup MSVC Project Files Generation
3528  738504 Optimize UTF-8 decoding by unrolling branches and expressions
3529  742903 Add missing (transfer) annotation to GString
3530  748633 g_set_object order of operations
3531  754431 Fix build of glib/gstrfuncs.c on Windows
3532  754560 gioerror: Add more mappings for WinSock error codes
3533  754582 Glib cannot compile
3534  754601 Make g_strerror work with non-glibc POSIX systems
3535  754636 tests/unicode-encoding test fails for glib 2.45.7 on x86-64
3536  754788 more g_strerror stuff
3537  754831 autocleanups: Add GString type
3538  754924 Improve test coverage of g_utf8_validate() by added known-...
3539  754986 Avoid unnecessary signal emission during draw
3540
3541 * Translation updates:
3542  Italian
3543  Kazakh
3544  Korean
3545  Lithuanian
3546  Slovenian
3547  Swedish
3548
3549
3550 Overview of changes in GLib 2.45.7
3551 ==================================
3552
3553 * Add G_FILE_ATTRIBUTE_STANDARD_IS_VOLATILE for use by non-POSIX-like
3554   backends (e.g. cloud storage).
3555
3556 * GFileMonitor: Make the inotify backend work with atomic renames again
3557
3558 * GSettings: change notification is again working unconditionally
3559
3560 * GListStore has a sort function now
3561
3562 * Test infrastructure:
3563  - Tests are now required to have unique names
3564  - TAP support has been improved
3565  - A macro for asserting that two memory regions have identical content
3566    has been added
3567
3568 * Bugs fixed:
3569  708525 A "g_file_query_info" on the file path "/sys/kernel/debug/hid"...
3570  742849 inotify: send paired events to both sides
3571  744060 Update GObject tutorial documentation to use G_DECLARE_FINAL_T...
3572  747364 Fix GError leak in g_file_query_writable_namespaces()
3573  749492 Support file creation time on FreeBSD and NetBSD
3574  752769 (g_socket_receive_message | g_socket_send_message) performance
3575  753745 glib-genmarshal still needed for cross-compilation
3576  754152 Add g_list_store_sort
3577  754211 Memory leak in g_file_enumerator_iterate ()
3578  754264 GLib 2.44 certificate chain construction fails if the PEM incl...
3579  754283 gtestutils: add g_assert_cmpmem()
3580  754284 gtestutils: print the TAP test plan first, not last
3581  754286 misc gtestutils fixes
3582  754307 size of array '_GStaticAssertCompileTimeAssertion_3387' is neg...
3583
3584
3585 * Translation updates:
3586  Chinese (Taiwan)
3587  French
3588  Galician
3589  Greek
3590  Hebrew
3591  Hungarian
3592  Indonesian
3593  Polish
3594  Portuguese
3595
3596
3597 Overview of changes in GLib 2.45.6
3598 ==================================
3599
3600 * Fix a test failure and a build failure
3601
3602 Overview of changes in GLib 2.45.5
3603 ==================================
3604
3605 * GNetworkMonitor now provides information about metered networks
3606
3607 * g_mem_set_vtable has been deprecated; it has not been working for
3608   quite a while. The recommendation is to use valgrind, or replace
3609   malloc itself.
3610
3611 * Bugs fixed:
3612  656325 Make GDBusInterfaceVTable binding friendly
3613  741779 Documentation tweaks addressing real-world API misuses
3614  741822 Fails to build with VS 2015
3615  742386 gdbusconnection: Don't g_printerr() when exiting
3616  743018 gobject: Add more cross-links between documentation pages
3617  750282 Add g_network_monitor_get_network_metered() to get if the connection...
3618  751358 GFileMonitor doesn't react to "mv some-file watched-file"
3619  751592 Stop using GMemVtable
3620  751598 Stop 'handle-local-options' propagation when callback reports an err...
3621  751610 g_str_hash produces collisions with strings of length 2
3622  751751 Wrong docs of g_async_queue_remove
3623  752210 gdbus command crashes with SIGSEGV
3624  752656 gdbusconnection: Fix signal subscription documentation
3625  752767 Fix typo in g_hash_table_replace() documentation
3626  753278 gdbus: Don't use g_assert_no_error() GDBusObjectManagerServer
3627  753285 g_menu_item_set_icon fails if called with NULL icon
3628
3629 * Translation updates:
3630  Catalan
3631  Czech
3632  French
3633  Indonesian
3634  Lithuanian
3635  Norwegian bokmål
3636  Slovak
3637  Spanish
3638  Thai
3639  Turkish
3640
3641
3642 Overview of changes in GLib 2.45.4
3643 ==================================
3644
3645 * Bugs fixed:
3646  727829 win32: glibconfig.h.win32 updates
3647  741901 Clang cannot know that g_error don't return
3648  746339 GSocket kills process when fd is not a socket
3649  747676 gio/tests/socket fails: test_fd_roundtrip
3650  748610 Some tests fail with non-English locales
3651  749911 g_inet_address_to_string broken on XP/2003
3652  749912 g_inet_address_new_from_string broken on XP/2003
3653  750625 Should dismiss Software Updates Available notification after...
3654  750807 G_BREAKPOINT doesn't work as intended on Darwin
3655  751160 gtask does unnecessary work
3656  751672 -Wduplicate-decl-specifier in glib/tests/keyfile.c
3657  751731 GFile/DirectoryMonitor emit move events with other_file=NULL
3658  751737 gio/tests/appmonitor test fails in 2.45.3
3659  751798 Wrong enum type used in some test-cases
3660  752089 make gsocketservice::active a property
3661  752293 small cleanup: use list_free_full
3662
3663 * Translation updates:
3664  Greek
3665  Hebrew
3666  Portuguese
3667
3668
3669 Overview of changes in GLib 2.45.3
3670 ==================================
3671
3672 * Improve performance of g_signal_handler_disconnect for signals
3673   with many handlers
3674
3675 * GDBus has gained a new call flag to allow interactive authorization
3676
3677 * GSettings:
3678  - New API: g_settings_schema_list_keys
3679  - Deprecated: g_settings_list_keys
3680
3681 * OS X:
3682  - Implement GNotification
3683  - Bump the OS X requirement to 10.9
3684
3685 * Windows:
3686  - Add registry reading API
3687  - Reimplement GAppInfo using registry information
3688
3689 * Bugs fixed:
3690  666831 Support URI opening on W32
3691  728489 property action with inverted boolean state
3692  730168 Incorrect annotation on g_action_group_get_action_state_type return...
3693  733325 Several regex tests fail with pcre3 8.35
3694  734888 GLib has no helper functions to work with W32 Registry
3695  737009 signal handler lookup doesn't scale
3696  738185 Misleading language about "file name encoding" in the docs on g_env...
3697  738504 Optimize UTF-8 decoding by unrolling branches and expressions
3698  739122 glib not handling -1 return ("no limit") from sysconf (_SC_THREAD_S...
3699  739424 gnome-shell crashes when files are added, deleted, or modified in $...
3700  739616 DBus; Add new call flag to allow interactive authorization
3701  740308 Add g_settings_schema_list_keys() method
3702  740516 RFE: please provide an introspectible version of g_log_set_handler
3703  741788 Document GSettings build system integration
3704  745013 GBinding not thread safe
3705  747146 Implement GNotification on OSX
3706  747941 try XDG_RUNTIME_DIR/bus before falling back to X11 autolaunch (dbus...
3707  748727 Filechooser dialog shows no icons for directories on W32
3708  749693 GActionGroupExporter: flush queue on requests
3709  750203 GNetworkMonitorNetlink hangs in user namespace
3710  750322 gapplication: Make sure --help output is translated
3711  750344 GTlsInteractionClass is missing from doc
3712  750369 Various GBinding cleanups
3713  750386 Race condition in g_io_condition_get_type
3714  750399 Typo "equilalent" in glib documentation's glib-Error-Reporting.html...
3715  750573 GTlsDatabaseClass is not documented
3716  750918 genmarshal: silence register storage class warnings
3717  751122 gsocket: avoid unnecessary g_socket_cond_wait() in _send_messages()
3718  479730 The "g_key_file_set_comment" interface prepends '#' character to...
3719
3720 * Translation updates:
3721  Hungarian
3722  Spanish
3723
3724
3725 Overview of changes in GLib 2.45.2
3726 ==================================
3727
3728 * Improve error reporting in glib-compile-schemas.
3729
3730 * Add introspection annotations to GListStore.
3731
3732 * Bugs fixed:
3733  696749 win32 : failed to compile because of careless mistake in the code
3734  723394 const parameter to GtkPopover gtk_popover_set_pointing_to
3735  724113 gdbus-connection-loss test can fail on slow machines
3736  725981 tap-driver.sh: internal error getting exit status
3737  733325 Several regex tests fail with pcre3 8.35
3738  744895 Unknown or unsupported transport 'this-should-not-be-used-and-will...
3739  747882 gtype: Bump allowed number of children
3740  748534 gtest: if a subprocess assertion fails, print its stdout and stderr
3741  748612 de_DE locale used in option-context test is not supported by FreeBSD
3742  748614 Double unref in g_socket_listener_add_inet_port
3743  748834 glocalfilemonitor: Emit notification on rate limit change
3744  749079 gdbus-peer test: TCP tests can fail with ECONNRESET due to a race...
3745  749080 gdatetime test: fails if close to rollover between seconds
3746  749180 gnetworkaddress: add return type annotation to parse methods
3747  749352 g_binding_unbind() fails when source is also the target
3748  749353 GBinding does not connect to the detailed notify signal
3749
3750 * Translation updates:
3751  Catalan
3752  French
3753  Slovak
3754  Thai
3755
3756
3757 Overview of changes in GLib 2.45.1
3758 ==================================
3759
3760 * The GSettings schema compiler, glib-compile-schemas has been changed
3761   to reject schema xml that has duplicate <summary> or <description>
3762   elements. Such elements typically occur when translations are merged
3763   into the schema, with xml:lang attributes. This is not the correct
3764   way to translate schemas. Instead keep the translations in the .mo
3765   file and set the gettext-domain attribute on the <schemalist> element.
3766
3767 * The file monitoring infrastructure has been rewritten, and all backends
3768   have seen major improvements.
3769
3770   The inotify backend is reporting events with less delay (no event will
3771   be delayed more than 10ms) and wakeups due to file monitoring have been
3772   significantly reduced. A CHANGES_DONE event will also be sent when new
3773   files appear.
3774
3775   The poll implementation is now using the thread default main context.
3776
3777   The fam implmentation is now running in the worker thread.
3778
3779   The fen implementation has been removed, since it was unmaintained.
3780
3781 * The GSettings schema compiler, glib-compile-schemas, is more strict
3782   about rejecting schemas with xml:lang style merged translations.
3783   Schema translations should be done by specifying the gettext domain
3784   in the xml, and keeping the translations in gettext. To avoid breaking
3785   already-installed schemas, this change is only taking effect when
3786   you use the --strict option.
3787
3788 * The hardcoded 10-thread limit of GTask's thread pool has been removed,
3789   since it was prone to causing deadlocks. The thread pool is now allowed
3790   to grow dynamically and will shrink back over time.
3791
3792 * GSimpleAsyncResult has been deprecated in favor of GTask.
3793
3794 * The algorithm used by GAppInfo to find default handlers for mime types
3795   has been tweaked to prefer apps that handle the specific subtype over
3796   default handlers for a generic supertype.
3797
3798 * Bug fixes:
3799  627285 inotify file monitor hardwired delay
3800  631597 Segmentation fault in append_escaped_text
3801  661767 merge/improve various bits of run-in-thread functionality
3802  687223 cleverer GThreadPool management
3803  711547 win32: silence some build warnings
3804  719966 glib: Add missing (nullable) and (optional) annotations
3805  726447 Possibly an error in text string
3806  728663 W32: wrong stat struct is used when built with MinGW-w64
3807  728669 W32: GLocalFile can't measure size of files larger than 2^32...
3808  730188 gsocket: Document FD ownership with g_socket_new_from_fd()
3809  733325 Several regex tests fail with pcre3 8.35
3810  738207 Add a way to set SO_SENDBUF and SO_RECVBUF on listener (and...
3811  739850 GClosure: add valgrind hints
3812  741791 gmain: Save errno when handling unix signals
3813  744282 gvfs-open for application/x-virt-viewer changed behaviour bet...
3814  745255 Add support for copying sessions between GTlsClientConnections
3815  745745 gdbus: fix out-of-bound array access
3816  745821 Don't use __alloc_size__ attribute with clang
3817  746749 GLib-GIO:ERROR:inotify-kernel.c:327:ik_source_dispatch: ass...
3818  746753 Glib-compile-resources --generate-header not using ".h" as ...
3819  747209 glib-compile-schemas ought to reject repeated <summary> and...
3820  747349 Conversion of gdbus to use GTask causes deadlocks
3821  747363 gatomic: Add missing new line in API doc comment
3822  747472 Don't ignore already-installed schemas with multiple <summa...
3823  747541 gdbus segfaults with invalid --dest
3824  747772 Having hardcoded utf8 strings in the source code does not p...
3825  748019 gsocketconnection: Fix copy-pasto in documentation
3826  748177 not all test schemas are distributed, "make distcheck" fails
3827
3828 * Translation updates:
3829  Basque
3830  Czech
3831  Danish
3832  Finnish
3833  German
3834  Hebrew
3835  Icelandic
3836  Norwegian bokmål
3837  Russian
3838  Turkish
3839
3840
3841 Overview of changes in GLib 2.43.92
3842 ===================================
3843
3844 GLib is now considered frozen.  We do not expect any major changes
3845 before the release of 2.44.0.
3846
3847  * GUnixMountMonitor now properly supports multiple main contexts
3848
3849  * many documentation improvements and cleanups.  We are now
3850    approaching a point where the documentation is 100% complete and the
3851    xml will build without warnings.  This will probably be enabled by
3852    default in the next cycle.
3853
3854  * new support for HTTP proxies in GIO
3855
3856  * new GTask:completed property
3857
3858  * use "private" futexes in order to further improve the performance of
3859    the contended case of GMutex and g_bit_lock()
3860
3861 Bugs fixed:
3862  614684 Make various parts of GObject const-correct
3863  730352 Use inet_pton(), if_nametoindex() and if_indextoname() for newer versions of Windows
3864  733876 Proxy protocol 'http' is not supported.
3865  741442 threads: use FUTEX_WAIT_PRIVATE and FUTEX_WAKE_PRIVATE if possible
3866  742599 Clean up GUnixMountMonitor
3867  743636 gtask: Add a GTask:completed property
3868  743661 g_win32_check_windows_version() is missing from doc
3869  744722 docs: Expand introduction to mention using async calls over sync ones
3870  745589 [Patch] gio: add some missing autocleanup
3871  745634 [GNotifications] Use themed icon as icon-name
3872
3873 Translations updated:
3874  Bosnian
3875  Bulgarian
3876  Catalan
3877  Czech
3878  French
3879  German
3880  Greek
3881  Hungarian
3882  Italian
3883  Kazakh
3884  Korean
3885  Latvian
3886  Lithuanian
3887  POTFILESin
3888  Polish
3889  Russian
3890  Serbian
3891  Slovak
3892  Slovenian
3893  Spanish
3894  Swedish
3895  Vietnamese
3896  pa  for Gnome
3897
3898 Overview of changes in GLib 2.43.91
3899 ===================================
3900
3901 We have now added 'g_autofree' as a libgsystem-style autocleanup macro
3902 that calls g_free() on the content of a local variable when it leaves
3903 scope (working only on GCC and clang).
3904
3905 GApplication now has an "is-busy" property, allowing one to query the
3906 effective busy state.
3907
3908 There have been various other bugfixes and cleanups.
3909
3910 Bugs fixed:
3911  661554 GIO's use of GError is wrong
3912  744263 Fix format specifier for __LINE__ in G_OBJECT_WARN_INVALID_PSPEC
3913  744565 gapplication: add bind_busy_property()
3914  744747 Add g_autofree
3915  744756 Can't find out if gapplication is marked as busy
3916  744830 autocleanups: Add GArray and GPtrArray
3917  744876 Unclean exit from from g_application_run
3918  745239 g_property_action_new missing type annotation
3919
3920 Translations updated:
3921  Chinese (Taiwan)
3922  French
3923  Galician
3924  Lithuanian
3925  Slovak
3926
3927 Overview of changes in GLib 2.43.90
3928 ===================================
3929
3930 * new GSimpleIOStream class to construct a GIOStream from an arbitrary
3931   GInputStream and GOutputStream
3932
3933 * GApplication: new API for marking 'busy' state according to the value
3934   of a boolean property on another object
3935
3936 * GOptionGroup: add binding support (boxed type, annotation fixes, etc.)
3937
3938 Bugs fixed:
3939  739724 Test functions should have async scope
3940  741024 glist: Mention that g_list_length() is bad for checking list emptiness
3941  741630 Add GSimpleIOStream class
3942  743349 goption: Add boxed type for GOptionGroup
3943  743990 GDBus connection closing is broken
3944  744565 gapplication: add bind_busy_property()
3945
3946 Translations updated:
3947  Greek
3948  Italian
3949  Norwegian bokmål
3950  Russian
3951  Slovenian
3952  Swedish
3953
3954 Overview of changes in GLib 2.43.4
3955 ==================================
3956
3957 * GType now has type declaration macros G_DECLARE_DERIVABLE_TYPE,
3958   G_DECLARE_FINAL_TYPE and G_DECLARE_INTERFACE, which significantly reduce
3959   the boilerplate needed for GObject types and interfaces.
3960
3961 * g_autoptr and g_auto are macros for declaring variables with automatic
3962   cleanup. They only work with gcc and clang.
3963
3964 * GListModel is a new interface that represents a dynamic list of GObjects.
3965
3966 * GListStore is a GSequence-based implementation of GListModel.
3967
3968 * Support thread names on OS X
3969
3970 * g_simple_action_set_state_hint: New function to set the state hint
3971   of GSimpleActions
3972
3973 * g_win32_check_windows_version: New function to check Windows version
3974
3975 * g_settings_schema_list_children and g_settings_schema_key_get_name
3976   are new functions to complete the GSettingsSchema API.
3977
3978 * Bugs fixed:
3979  389585 G_DEFINE_TYPE hack for header files
3980  729351 Add GListModel
3981  736914 Docs: various fixes and improvements
3982  741807 Add thread name support on OS X and iOS
3983  741895 gwin32: Add Simple API to check whether we are on at least a v...
3984  742456 object: Add g_steal_pointer() convenience function to mark own...
3985  743508 polkitd fails to start: patch for gio/gcredentialsprivate.h
3986  743517 GSettings API is missing some introspection functions
3987  743521 GSimpleAction: add g_simple_action_set_state_hint
3988  743596 G_DECLARE_DERIVABLE_TYPE() should allow additional typedef for...
3989  743640 add __attribute__((cleanup)) support
3990  743827 Fix build of GListModel (on Visual Studio)
3991  743927 GListStore: add sorted insert function
3992  743936 glib: handle unsigned modifier for long long in internal printf
3993  744012 Add GMutexLocker
3994  744190 Fix build on Compilers That Do Not Use inline for Plain C Code
3995
3996
3997 Overview of changes in GLib 2.43.3
3998 ==================================
3999
4000 * add g_set_object() convenience function
4001
4002 * GNetworkMonitor: check if NM is not running and don't crash
4003
4004 * fix some races with g_mkdir_with_parents
4005
4006 * fix some warnings in MSVC
4007
4008 * avoid use of G_STRLOC in G_OBJECT_WARN_INVALID_PSPEC in order to save
4009   on static strings
4010
4011 * fix some content type vs. mime issues
4012
4013 * documentation improvements
4014
4015 * Bugs fixed:
4016  719455  g_file_make_directory_with_parents() can erroneously throw G_IO_ERROR_EXISTS
4017  732439  GSocket: avoid unnecessary g_socket_wait_condition() for blocking sockets
4018  734946  Implement GContentType on OSX
4019  741589  gobject: Add g_set_object() convenience function to set GObject pointers
4020  741653  gnetworkmonitornm: Check if network-manager is running
4021  741654  [patch] gobject: don't use G_STRLOC in G_OBJECT_WARN_INVALID_PSPEC() macro
4022  741707  Gsocket blocks trying to send data
4023  741788  Document GSettings build system integration
4024  742548  configure.ac: stay out of autoconf's namespace
4025  742851  avoid MSVC warnings in G_STMT_END
4026  742972  ggettext: Include an example of setlocale() and friends in the i18n docs
4027  743014  gtestutils: Add an example of using test fixtures 
4028
4029 * Translations updated:
4030  Basque
4031  Brazilian Portuguese
4032  Spanish
4033
4034 Overview of changes in GLib 2.43.2
4035 ==================================
4036
4037 * New function: g_strv_contains
4038
4039 * New function: g_network_address_new_loopback
4040
4041 * New function: g_socket_send_messages
4042
4043 * A new GNetworkMonitor implementation using NetworkManager provides
4044   more detailed connectivity information
4045
4046 * Bugs fixed:
4047   11059 Linux poll issue
4048  664562 captive wifi portal support for GNetworkMonitor
4049  685880 Add g_strv_contains()
4050  712570 Hang in g_threaded_socket_service_func
4051  719646 GSocket: add g_socket_send_messages() to send multiple messages...
4052  728928 Provide separate error code for "Connection reset by peer"
4053  732317 Support GSocketConnectable for loopback addresses
4054  740814 "make check" should ensure that every symbol is documented
4055  740848 Backend subscription fails when connecting to a signal with a d...
4056  741016 gio: add G_IO_ERROR_NOT_CONNECTED
4057  741226 keyfile: Add "in group" to GError message consistently
4058
4059 * Translation updates:
4060  Gujarati
4061  Hebrew
4062  Hungarian
4063  Kannada
4064  Turkish
4065  Vietnamese
4066
4067
4068 Overview of changes in GLib 2.43.1
4069 ==================================
4070
4071 * GQueue now accepts NULL as a sibling in g_queue_insert_before() and
4072   g_queue_insert_after()
4073
4074 * Bugs fixed:
4075   11059 Linux poll issue
4076  726037 Add G_PARAM_READWRITE value to the GParamFlags enumeration
4077  727988 GMemoryOutputStream hangs when writing more than 1GiB
4078  729739 tlscertificate: add support for loading certificate chains
4079  733791 GSettings: delay backend subscription
4080  736286 Clarify g_file_replace behavior with etags
4081  736620 GQueue: accept NULL sibling for insert_before() and insert_after()
4082  737150 GLib-GIO-WARNING **: Failed to parse translated string 'visible-name...
4083  737160 unhelpful error message
4084  738259 GDBusInterfaceVTable: clarify memory handling for the method() virt...
4085  738551 'interface' variable conflicts with Windows defines
4086  738633 Need to disable SSLv3 in glib-networking
4087  740157 <app> --help doesn't work even when options were added
4088  740309 Fix docs in g_strfreev
4089  740413 Fix the GSettings Registry Backend 
4090
4091 * Translation updates:
4092  Norwegian bokmål
4093
4094
4095 Overview of changes in GLib 2.43.0
4096 ==================================
4097
4098 * GObject gained a debug option to provide instance counts. To use it,
4099   set GOBJECT_DEBUG=instance-count and call g_type_get_instance_count().
4100
4101 * GOption now has a strict POSIX mode in which it stops parsing arguments
4102   as soon as a non-option argument is encountered.
4103
4104 * Bugs fixed:
4105  354457 Feature Proposal: Per-Type Statistics for Instantiable GTypes
4106  695082 g_hash_table_remove_all is not save against a call to g_hash_table_remove
4107  723160 GOption: add strict posix mode
4108  728256 gcredentials: add NetBSD support
4109  729739 tlscertificate: add support for loading certificate chains
4110  733338 Don't segfault in GNetworkMonitor when IPv6 support is unavailable
4111  736273 gdesktopappinfo: Use symbolic names in the code
4112  736284 Keep only one list of signal emissions
4113  736806 gtask: Fix reference count loop causing leaks
4114  736914 Docs: various fixes and improvements
4115  737143 Include <stdint.h> in glib/valgrind.h
4116  737259 gcancellable: Clarify that GSources hold references to GCancellables
4117  737338 gmain: Unref child sources when finalising a GSource
4118  737446 tests: Fix some minor leaks in the unit tests
4119  737451 Provide api to read_all_async
4120  737741 g_datalist_id_get_data assertion fails for non-existant keys
4121  737869 GApplication command line handling breaks --help
4122  738170 g_byte_array_new_take() doesn't initialize array->alloc
4123  738197 g_cond_timed_wait() doesn't time out on Mac OS X
4124  738374 gfile: g_file_equal (x, x) is TRUE
4125  738675 GSubprocessLauncher is missing some data on the docs 
4126
4127 * Translation updates:
4128  Bengali (India)
4129  Bulgarian
4130  Gujarati
4131  Italian
4132  Telugu
4133
4134
4135 Overview of changes in GLib 2.42.0
4136 ===================================
4137
4138 All changes in this release are trivial in nature.
4139
4140  - introspection warning fixes
4141
4142  - g_application_add_main_option now uses an enum instead of an 'int'
4143    for the type of a parameter
4144
4145  - added a G_OPTION_FLAG_NONE so that people don't need to use 0
4146
4147  - gresource: Use GError in more places
4148
4149  - gresource commandline tool: improve extraction from multiple sections
4150
4151  - GSource now takes the context lock (if any) in g_source_set_name()
4152
4153  - new documentation to clarify the use of some APIs related to
4154    GVariant, GSource, GApplication
4155
4156  - other minor updates to docs
4157
4158 * Bugs fixed
4159  736683 Thread safety issues with g_main_context_find_source_by_id
4160  736975 [patch] please document that GVariant serialization needs an
4161         out-of-band length field
4162
4163 * Translation updates
4164  Danish
4165  Hindi
4166  Marathi
4167  Punjabi
4168  Serbian
4169  Simplified Chinese
4170
4171 Overview of changes in GLib 2.41.5
4172 ==================================
4173
4174 * Bug fixes:
4175  735819 single native credential struct used for two purposes
4176  735915 glib-building.html uses --enable-gcov instead of --enable-coverage
4177  736350 GDesktopAppInfo: avoid polling on missing desktop dirs
4178  736351 Don't use issetugid() on Android
4179         Fix the default application logic in GDesktopAppInfo
4180  736458 Only use rand_s() when targetting Visual Studio >= 2005
4181
4182 * Translation updates
4183  Galician
4184  Hungarian
4185  Indonesian
4186  Kannada
4187  Latvian
4188  Polish
4189  Russian
4190  Slovenian
4191  Tamil
4192
4193
4194 Overview of changes in GLib 2.41.4
4195 ==================================
4196
4197 * GApplication now has binding-friendly API to handle
4198   commandline options: g_application_add_main_option
4199
4200 * G_GNUC_BEGIN_IGNORE_DEPRECATIONS works with clang
4201
4202 * Bugs fixed:
4203  583330 poll list of mounted file systems (no mtab support)
4204  727455 Command line option parsing from bindings
4205  734126 add G_GNUC_BEGIN_IGNORE_DEPRECATIONS macro for clang
4206  735179 gsocketclient: Handle cancellation between CONNECTING...
4207  735297 Docs claim that GThread struct is deprecated 
4208
4209 * Translation updates:
4210   Assamese
4211   Catalan
4212   Catalan (Valencian)
4213   Czech
4214   French
4215   German
4216   Greek
4217   Hebrew
4218   Korean
4219   Oriya
4220   Traditional Chinese
4221
4222
4223 Overview of changes in GLib 2.41.3
4224 ==================================
4225
4226 * g_clear_pointer and g_clear_object no longer use atomics
4227
4228 * Bugs fixed:
4229  711547 win32: silence some build warnings
4230  725511 Compiled resource files should have the same /-separators everywhere
4231  725513 Some tests fail to build on W32
4232  725514 W32: gfileutils does not preserve errno correctly
4233  725515 test-printf fails on W32
4234  728730 gsocket: Set SO_NOSIGPIPE on sockets on Darwin
4235  729703 Leaks a GError in g_file_move
4236  730932 statically assert that reasonable assumptions about enums are true
4237  732085 gtype: Fast-path for g_type_is_a
4238  732754 GDBusMessage: optimise (de)serialisation of fixed arrays
4239  733345 ginetaddress: Add a precondition to g_inet_address_new_from_string()
4240  733576 Patches from static analysis run on 2.40
4241  733715 glib's configure.ac makes accidentally use of nested function
4242  733934 win32: improve the package installation dir lookup
4243  733960 W32: spawning a console process creates a new window when stdout...
4244  733969 Remove atomic aspects of g_clear_pointer/object
4245  733982 Do not crash when checking whether an instance type is of a given...
4246  734035 gedit hangs up when there's no GSettings key in the registry 
4247
4248 * Translation updates:
4249  Basque
4250  Brazilian Portuguese
4251  Lithuanian
4252  Slovenian
4253  Spanish
4254
4255
4256 Overview of changes in GLib 2.41.2
4257 ==================================
4258
4259 * The Unicode support has been updated to version 7.0
4260   of the Unicode standard
4261
4262 * GNotification now supports priorities for notifications
4263
4264 * GCredentials has gained NetBSD support
4265
4266 * GMutex now uses a faster, native implementation on Linux
4267
4268 * Bugs fixed:
4269  699132 Pluggable event loop backends
4270  720708 g_assert_warning(): number of arguments doesn't match for...
4271  722092 Add GtkApplication resources support
4272  724986 Change gio/data-to-c.pl to /usr/bin/env perl.
4273  727974 Fix up failure-to-see-expected-message logging
4274  728256 gcredentials: add NetBSD support
4275  728401 GDateTime: Add guards to g_date_time_new()
4276  729825 Formatting of g_alloca documentation
4277  729914 instead of DEBUG_CODE and IF_DEBUG, provide a common macro...
4278  730293 clang++-3.4: error: 'register' storage class specifier is ...
4279  731339 giochannel: avoid setting uninitialised length
4280  731424 #ifdef spaghetti for load_user_special_dirs() implementations
4281  731623 GNotification: add support for a priority setting
4282  731929 update tables to unicode 7.0.0
4283  731950 gvalue: New g_value_from_instance
4284  731986 GLib: implement GMutex natively on Linux
4285  732184 GObject: warn on use of deprecated properties
4286  732357 Docs: various fixes and improvements
4287  732429 GActionEntry: improve documentation
4288  732465 Fix build on x64 Visual C++ builds
4289  732704 Docs: various fixes and improvements
4290  732739 ginetsocketaddress: Explicitly initialise flags for getaddr...
4291  732754 GDBusMessage: optimise (de)serialisation of fixed arrays
4292  732984 g_object_ref(NULL) in g_dbus_object_manager_client_finalize
4293  733084 Typos in g_bytes_hash() and g_time_zone_find_interval() docs
4294  733146 spawn helper does not use correctly the parameters 
4295
4296 * Translation updates:
4297  Lithuanian
4298
4299
4300 Overview of changes in GLib 2.41.1
4301 ==================================
4302
4303 * Bug fixes:
4304  697229 Custom Interface implementations will be broken with glib 2.37/38
4305  698614 GObject: prevent installing properties after init
4306  729269 gvariant: Fix confusion between type and format strings in the docs
4307  730198 broken valgrind.h leads to crashes in g_type_free_instance on mingw64
4308  730807 GMutex performance regression
4309  730963 gconvert: mention that the g_convert len should be in bytes
4310  730984 Faster instance type check for fundamentals
4311  731050 <structname> tags appear in documentation
4312  731200 unconditional 'notify' during g_object_set() is problematic
4313  731335 gtype: guard uses of new fundamental type check
4314  731341 gparam: change value of G_PARAM_EXPLICIT_NOTIFY
4315  731366 run-assert-msg-test.sh gdb leaves assert-msg-test zombie
4316  731425 giomodule protects function-call with different token than function...
4317  731513 clang: build failure: implicit declaration of function '__atomic_load_4'
4318  731584 gbookmarkfile: Cleaner error handling code to pacify static analysis
4319  731657 Prevent an invalid @CARBON_LIBS@ from appearing in the .pc files
4320  731979 docs: Correct param to interface's default_init()
4321  731996 Return folder as icon for directories
4322  732002 gwakeup: Clarify buffer sizing in g_wakeup_signal()
4323  732005 Remove unused assignments
4324  732019 gtestdbus: Don’t close stdout for dbus-daemon
4325  732068 gsignal: Add an example to the g_signal_connect_swapped() documentation
4326  732081 gsocket: Document that g_socket_create_source() holds a socket ref
4327  732107 gsocketlistener: Reconsider closing sockets on listener finalisation
4328
4329
4330 Overview of changes in GLib 2.41.0
4331 ===================================
4332
4333 * Many bugfixes found by static analysis, including potential fd leaks
4334   and NULL pointer dereferences.
4335
4336 * Increased use of (nullable) attribute on out values and return types
4337   now that it is supported (mostly from porting Vala metadata).
4338
4339 * use XDG_CURRENT_DESKTOP for OnlyShowIn/NotShowIn handling of desktop
4340   files, deprecating g_desktop_app_info_set_desktop_env()
4341
4342 * add support for g_desktop_app_info_get_implementations() to find
4343   desktop files that have an Implements= line for a given interface
4344
4345 * GHmac has gained SHA-512 support
4346
4347 * support the new mimeapps specification (most notably, moving the
4348   assoications/defaults configuration to ~/.config/mimeapps.list).
4349
4350 * libgobject is now linked -Wl,-z,nodelete when possible to avoid errors
4351   when gobject is used from a module for a program that does not itself
4352   use gobject and that module is unloaded/reloaded
4353
4354 * ... and many other bug fixes.
4355
4356  623552 glib warns if backtrace.py is not present
4357  667468 glib-2.30.2: ipv6 tests fail when no ipv6 support is available
4358  668152 -framework Carbon linker flag not passed to pkg-config .pc files
4359  707298 libgobject should be linked with -Wl,-z,nodelete
4360  712391 Add g_desktop_app_info_get_implementors()
4361  722723 Infinite recursion when calling g_io_stream_close_async() from libsoup
4362  724741 hmac: Fix support for SHA-512 in GHmac
4363  726040 networkaddress: fix parsing of uri with @ after authority
4364  726318 gio: Document that GSocket is not thread safe
4365  726611 socketclient: Leak on cancellation
4366  726872 gio: Add names to idles and timeouts
4367  727119 wrong IN6_IS_ADDR_MC_LINKLOCAL usage break android build
4368  727123 GNotification: Some small documentation fixes
4369  727320 docs: Remove escaping '\' from literals
4370  727551 Check use_count of GApplication in g_application_release()
4371  727559 g_file_copy: Don't set GError when we intend to ignore errors
4372  727692 gio/gtlscertificate.c -- broken PEM-file processing (affects local CA root stores, for starters)
4373  727890 soup_content_sniffer_real_sniff segfault
4374  727900 gio: Add newer dbus UnknownXxxx and PropertyReadOnly errors
4375  727928 gapplication-tool fixes
4376  727939 INTLLIBS are always appended in configure checks
4377  727964 g_io_extension_point_get_extension_by_name: Warn, but don't crash, for NULL inputs
4378  728040 Implement new mimeapps spec
4379  728066 Deal with startup notify id being NULL
4380  728280 platform_get_argv0: fix sysctl(3) use on OpenBSD
4381  728285 docs: Use markdown links in .h files, too
4382  728350 gaction: Minor clarifications in the GAction documentation
4383  728380 docs: Remove <!-- --> comment before plural s
4384  728565 gfile: More explicitly document the context for GFileProgressCallback
4385  728983 Docs: various fixes and improvements
4386  729167 gobject: Document that classes/objects/interfaces are zero-filled
4387  729563 GOption: A short option's value is included in G_OPTION_REMAINING
4388  729813 AppInfo: use XDG_CURRENT_DESKTOP for OnlyShowIn
4389  729875 gio: cleanup gdbusmessage.c file
4390  730045 Avoid overeager warning about deprecated properties
4391  730189 gtestutils: Fix a very unlikely FD leak in test fork handling
4392  730190 gsocket: Add missing preconditions to g_socket_send_message()
4393  730277 gthread: Fix use of a local variable after it went out of scope
4394  730278 gsubprocess: Add a missing va_end() call
4395  730295 gdbus-tool: Remove dead variables
4396  730493 Port annotations from Vala metadata
4397
4398 Translations updated:
4399  Basque
4400  Brazilian Portuguese
4401  Catalan
4402  Czech
4403  Danish
4404  Greek
4405  Hebrew
4406  Hungarian
4407  Punjabi
4408  Serbian
4409  Slovenian
4410  Spanish
4411  Ukrainian
4412
4413 Overview of changes from GLib 2.39.91 to GLib 2.39.92
4414 =====================================================
4415
4416 This is a release candidate for 2.40.0.
4417
4418 There are no major changes in this release, but a few serious bugs have
4419 been fixed.
4420
4421 * Bugs fixed:
4422  710367 Crash in g_settings_backend_dispatch_signal()
4423  723899 G_DEFINE_TYPE() causes compiler warnings with clang due to foo_get_instance_private
4424  724859 Let the test_wait_until() test also run on non-*nix
4425  724916 gio unmount code makes XFCE's Thunar crash
4426  725651 GSubprocessLauncher: Does not copy the calling process environment.
4427  725656 Unskip GVariantDict
4428  725891 gio tests: add codegen to BUILT_SOURCES
4429  726046 Recent commit created symbolic icons issues
4430
4431 * Translations:
4432  Chinese
4433  French
4434  Korean
4435  Latvian
4436  Norwegian bokmål
4437  Portuguese
4438  Russian
4439  Traditional Chinese
4440
4441 Overview of changes from GLib 2.39.90 to GLib 2.39.91
4442 =====================================================
4443
4444 This release introduces a hard dependency on present and functioning
4445 clock_gettime() and CLOCK_MONOTONIC.  It also introduces a dependency on
4446 pthread_condattr_setclock() unless your system happens to have
4447 pthread_cond_timedwait_relative_np() (as do Mac OS and Android).  This
4448 release is known to be broken with at least GNU/Hurd, pending addition
4449 of working pthread_condattr_setclock(CLOCK_MONOTONIC) there.
4450
4451 New API: g_str_to_ascii()
4452
4453 * Fixed bugs:
4454  670144 unconditional use of CLOCK_MONOTONIC is broken
4455  673607 invalid assumption in g_cond_wait_until() / g_get_monotonic_time() API
4456  710142 Add more impressive transliteration to GLib
4457  722360 make check fails
4458  722604 (partial) Various tests are failing with 2.39.3
4459  723316 g_hash_table_iter_remove() should be explicit whether or not it is safe while iterating the table
4460  724609 Fix build of GIO on Windows
4461  724687 gmain: make monotonic time really monotonic, everywhere
4462  724706 gsource: document priority of child sources
4463  724707 some GSocket source improvements
4464  724839 GMainContext: some source ID cleanups
4465  724858 Dist gtranslit-data.h
4466  724994 Missing icons for bookmarks in file chooser
4467  725023 Can no longer find apps by executable/desktop file name
4468
4469 * Translations:
4470  Lithuanian
4471  Polish
4472  Thai
4473
4474 Overview of changes from GLib 2.39.4 to GLib 2.39.90
4475 ====================================================
4476
4477 * Fixed bugs:
4478  625408 make GVariant dictionaries more useful
4479  660809 document that if you fail a precondition check, documented guarantees do not apply
4480  661576 fix handling of constructors that destroy half-constructed objects
4481  679957 g_inet_address_new_from_string is not able to handle dots and numbers IPv4 addresses
4482  712837 gvariant: Document the need to cast varargs when constructing GVariants
4483  721458 g_simple_async_result_is_valid has a NULL check for the wrong source_tag
4484  721977 improve split handling of command line arguments
4485  722033 win32: fixup lib.exe invocation
4486  723422 Fix g_socket_get_available() with TCP on Windows
4487  723616 gio/tests: fix race when generating code
4488  724001 gsubprocess: Fix a broken link in the documentation
4489  724124 glib/tests/collate.c fails if no en_US locale
4490  724126 intermittent GApplication test failure: /gapplication/local-actions: lines of output permuted
4491  724233 gsocketservice: Note g_socket_listener_close() for closing open sockets
4492  724239 soup_session_queue_message - Connection terminated unexpectedly
4493  724278 gsocketconnection: Document closing connections with g_io_stream_close()
4494  724330 configure.ac: tweak inotify check
4495  724385 gtestutils: make the new assert messages more detailed
4496  724401 gsubprocess: Mutex leak
4497  724417 glib master build broken on OpenBSD
4498  724434 Build failure in gio/gresolver.c
4499
4500 * Updated translations:
4501  Brazilian Portuguese
4502  Galician
4503  Indonesian
4504  Italian
4505  Kannada
4506  Norwegian bokmål
4507  Spanish
4508  Thai
4509
4510 Overview of changes from GLib 2.39.3 to GLib 2.39.4
4511 ===================================================
4512
4513 * Fixed Bugs:
4514  139699 Correction for g_main_context_unref()
4515  583036 g_strchomp and g_strchug are not declared const
4516  683388 improve documentation for application developers
4517  685204 ./configure fails to add the '-g' flag to CFLAGS
4518  688406 GStaticMutex broke ABI on at least ARM EABI during 2.31.x
4519  693299 cannot compile on Solaris: error in gbitlock.c
4520  707111 Clarify type transformability and compatibility
4521  711547 win32: silence some build warnings
4522  719344 Fix the various test programs (or GLib itself) on Windows
4523  722025 cleanup/clarify command line argument encoding on Windows
4524  722323 remove unused include 'gslist.h' in 'gbookmarkfile.c'
4525  722326 gstringchunk: Use g_slist_free_full() where possible
4526  722357 gio: fix small memory leak on local xattr
4527  722436 Adjust doc to Makefile.decl renaming
4528  722503 GSimpleAction: add default activate handler
4529  722526 glib/deprecated/gthread.h error on FreeBSD
4530  722591 [documentation] broken link to GtkAction from GAction.html
4531  722973 Broken example in GApplication reference
4532  723048 'network-access' test can fail to guess interface index
4533  723360 gmain: Note that g_source_destroy() can be called multiple times 
4534
4535 * Updated Translations:
4536  Assamese
4537  Tamil
4538  Traditional Chinese
4539
4540
4541 Overview of changes from GLib 2.39.2 to GLib 2.39.3
4542 ===================================================
4543
4544 No major changes this release -- mostly lots of small fixes and
4545 improvements in test coverage.
4546
4547  * fix a crasher in code from gdbus-codegen
4548
4549  * improvements to gobject gdb helper script
4550
4551  * portability:
4552
4553    - fix a deadlock issue with kqueue on FreeBSD
4554
4555    - work around a quirk in the sunstudio compiler
4556
4557    - rename a variable to avoid clashing with a macro definition of
4558      'environ' on some platforms (like mingw)
4559
4560    - use POSIX-specified <poll.h> over <sys/poll.h>
4561
4562    - many improvements to Visual Studio projects and and some build
4563      fixes for Windows
4564
4565  * tests
4566    - a very large number of improvements in test coverage
4567
4568    - don't report skipped tests as failures
4569
4570    - return 77 if we skip all tests in an executable
4571
4572    - improve gtest documentation and fix some minor issues
4573
4574    - fix g_test_trap_reached_timeout() return value
4575
4576    - remove some dead code uncovered during test coverage expansion
4577
4578    - Use tap mode for installed tests too, when using tap
4579
4580  * fix races in unix signal handling
4581
4582  * make our GVariant-based commandline tools (glib-compile-schemas,
4583    gdbus, gapplication) print out GVariant parse errors in context
4584
4585  * GApplication now has a --gapplication-service command line switch to
4586    turn any GApplication into a service
4587
4588  * improve compatibility of GApplication and GOptionContext
4589
4590  * fix gsettings.m4 wrt. builddir != srcdir with non-recursive make
4591
4592  * use a directory monitor in GKeyfileSettingsBackend
4593
4594  * improve robustness of some GIcon classes
4595
4596 Bugs fixed
4597  141251  poll(2) is in <poll.h>, not <sys/poll.h> per SUS standard
4598  613732  [PATCH] gobject.py: Don't install frame filters when GDB does not support them
4599  708212  g_variant_parser_error_get_quark() has unexpected name.
4600  710965  GApplication: add --gapplication-service switch
4601  711090  periodic failure of spawn-multithreaded async testcase
4602  712171  gsettings.m4: @GSETTINGS_RULES@: Support srcdir != builddir with nonrecursive make
4603  712630  Revert "gsettings m4: check for .xml in src/builddir"
4604  715028  GVariant: add way to print context of parse errors
4605  719344  Fix the various test programs (or GLib itself) on Windows
4606  720263  gtestutils: skipping a test should count as success, not failure
4607  720539  gdbus-codegen: Fix crasher in goa-using apps
4608  720635  Make gdb pretty-printers compatible with Python3
4609  720891  g_settings_get_child does not inherit the backend
4610  721034  glib 2.38.2 cannot be compiled with SunStudio Compiler under Solaris
4611  721059  g_subprocess_launcher_set_environ vs "environ"
4612  721074  kqueue: deadlock
4613  721087  Missing -lselinux in pkg-config --libs --static gio-2.0
4614  721324  Error message is printed to stdout
4615  721624  Regression in GTest framework reorders existing test cases
4616  721625  backwards NEWS entry about g_source_remove change
4617  721796  insufficient escaping in g_dbus_annotation_info_generate_xml()
4618  721947  Improve GApplication ⇔ GOptionContext compatibility 
4619
4620 Translations updated:
4621  Brazilian Portuguese
4622  Galician
4623  Greek
4624  Hebrew
4625
4626 Overview of changes from GLib 2.39.1 to GLib 2.39.2
4627 ===================================================
4628
4629 * Portability
4630
4631   - Remove alleged support for OS/2
4632
4633   - Remove alleged support for BeOS
4634
4635   - Remove alleged support for last-millennium Unixes
4636
4637   - Require C90 compliance
4638
4639   - Require POSIX.1 (1990) compliance on Unix
4640
4641   - Require GNU make
4642
4643 * Bugs fixed:
4644  113075 support "nonnull" attribute
4645  159528 g_ptr_array_remove_range()
4646  307947 The check for growing stack pointer in configure can fail
4647  607016 docs should mention property notification order
4648  671557 Fun with integers and g_key_file_load_from_data()
4649  676761 don't use g_critical for a runtime error
4650  690525 g_file_replace_contents_async doesn't copy its @conten...
4651  691608 Support compilation with clang 3.2
4652  697585 g_variant_builder_add's doc example is leaking
4653  697828 g_hash_table_add() should return a boolean
4654  702862 gdbus-codegen : look for deps in default install path
4655  703522 Reference leak in GvariantBuilder documentation
4656  705902 g_get_current_dir() should check PWD env var and retur...
4657  708274 Added GObject Introspection annotations to genums.c
4658  710519 Portability schmortability
4659  710741 some mainloop instrumentation
4660  710983 Test failures on powerpc
4661  711047 Enable the build of the various test programs on Windo...
4662  711051 Add basic test for the GNotification gtk backend
4663  711088 gbacktrace: Don't close stderr when running gdb
4664  711103 gmessages: Add g_info macro for G_LOG_LEVEL_INFO
4665  711178 appinfo test problems
4666  711546 utf8: report allocation error
4667  711640 gdesktopappinfo: Rank Keywords matches higher than Gen...
4668  711751 Fix memory leaks in libglib tests
4669  711753 gthread-posix: Don't use gslice allocated GRecMutex
4670  711796 glib-tap.mk: fix to actually use the TAP driver
4671  711800 fix g_test_set_nonfatal_assertions()
4672  711801 giomodule: Allow overriding source directory gio modul...
4673  711805 gdbus-connection: Fix race condition in test
4674  711806 gtestdbus: Don't destroy GSource twice
4675  711807 gtestdbus: Properly close server connections
4676  711871 Broken and misleading configure check for growing stack
4677  712136 'O_CLOEXEC' undeclared (first use in this function)
4678  712148 Add system bus support to GTestDBus
4679  712171 gsettings.m4: @GSETTINGS_RULES@: Support srcdir != bui...
4680  712314 AIX port: splice(); major()/minor(); libtool library order
4681  712315 GSettings: More docs for deprecated _list_schemas()
4682  712393 gobject: Box GMappedFile
4683  712547 GSocketClient "event" not useful for determining resol...
4684  715164 Clang static analysis fixes
4685  719395 GPtrArray add g_ptr_array_insert
4686  719402 Crashes when startup
4687  719472 leak in generated proxy-side property-setter
4688  719687 fix or remove g_trap_object_ref
4689  719809 Signal connection ids are always > 0 if successful
4690  719837 gdbus-connection: Work around race in connection tests
4691  719884 Fix documentation typos in GTask and GCancellable examples
4692  719979 g_settings_get: check validity of format string
4693  720080 Truncating a GMemoryOutputStream to a larger size cause...
4694  720210 gdataset: Remove unused define
4695  720236 Allow clean simple use of g_test_trap_subprocess() 
4696
4697 * Translations updates:
4698  Italian
4699  Lithuanian
4700  Simplified Chinese
4701  Spanish
4702
4703
4704 Overview of changes from GLib 2.39.0 to GLib 2.39.1
4705 ====================================================
4706
4707  * GSettings fixes/improvements
4708
4709    - GSettingsSchema API is now more powerful and consistent
4710
4711    - new GSettingsSchemaKey API allows accessing metadata for keys:
4712      type, default value, range and the long-awaited support for summary
4713      and description
4714
4715    - GSettingsSchemaSource gains support for listing schemas within a
4716      source.  Deprecate the global API that did this for the default
4717      source.
4718
4719    - 'gsettings list-schemas' now works properly with --schemadir
4720
4721    - deprecate a bunch of now-redundant functionality on GSettings
4722
4723    - add API to GSettings for getting the default value of a key (as set
4724      by the sysadmin)
4725
4726    - add API to GSettings for determining if the user has assigned a
4727      particular value to a key (ie: we are not just reading the default)
4728
4729    - ignore qualified tags and attributes appearing in schema files
4730
4731  * Applications/Actions
4732
4733    - make GSimpleAction a bit more strict with respect to state changes
4734      that would violate the interface (ie: by changing the state type
4735      after construction)
4736
4737    - throw an error when attempting to 'Describe' a non-existent action
4738      via D-Bus instead of returning a bogus description
4739
4740    - throw an error when attempting to invoke unsupported methods on an
4741      Application (eg: 'Open' on an app that doesn't HANDLES_OPEN)
4742      instead of emitting a g_critical() in context of the app (which is
4743      not itself at fault for the errant call)
4744
4745  * Appinfo
4746
4747    - substantially rework GDesktopAppInfo to reduce the amount of disk
4748      accesses that are performed in common situations
4749
4750    - add a new class: GAppInfoMonitor for discovering when applications
4751      are installed/removed
4752
4753    - add a new g_desktop_app_info_search() API for searching for
4754      installed applications by name, keywords, etc.
4755
4756  * GMarkup: add new G_MARKUP_IGNORE_QUALIFIED flag for skipping over
4757    "qualified" tags and attributes (those with a colon in the name, such
4758    as 'my:tag')
4759
4760  * GDBus
4761
4762    - ignore qualified tags, as above
4763
4764    - GTestDBus: unset all D-Bus addresses (such as STARTER) to ensure
4765      that test programs don't pick them up
4766
4767    - add new session_bus_run() convenience in the tests and use it
4768
4769  * GRand: use real random data as a seed on win32 and use the
4770    timestamp/pid/uid fallback only on UNIX machines where we can't open
4771    '/dev/urandom'.  This may cause issues with older mingw32 releases
4772    due to a missing prototype for the rand_s() API.
4773
4774  * Many win32 (and particularly MSVC) portability fixes.  Many
4775    additional tests are now runnable when building with MSVC.
4776
4777  * Due to early testing of the (soon to land) GCleanup framework, a very
4778    large number of memory errors have been found and fixed (mostly in
4779    the testcases, but some in glib itself).
4780
4781  * GIO:
4782
4783    - some more seeking cleanups: particularly on GLocalFileInputStream
4784
4785    - don't leave a .trashinfo file around if trashing a file fails
4786
4787    - Add a request_certificate virtual method to GTlsInteraction
4788
4789 Translations updated:
4790  Assamese
4791  Galician
4792  Greek
4793  Spanish
4794  Tamil
4795
4796 Bugs fixed:
4797  635641 schema compiler should ignore unknown attributes
4798  637257 g_tls_client_connection_gnutls_retrieve_function needs to be able to block
4799  637956 GKeyfileSettingsBackend should ignore file deletions
4800  645453 keys from base schema missing from extended schema
4801  665634 g_dbus_node_info_new_for_xml() errors on unknown attributes in XML files
4802  668232 Unable to get description and summary for a key
4803  668233 Unable to determine if a key is set to the default / what the default value is
4804  680838 Need g_settings_schema_source_get_schemas()
4805  683017 API for accessing GSettings Schema metadata
4806  687185 org.gtk.Actions.Describe doesn't return an error for non-existing action names
4807  687202 If trashing fails, the ".trashinfo" file is not removed
4808  695558 The --schemadir option has no effect
4809  696424 GSimpleAction.state property is not right
4810  697348 GTestDBus should unset DBUS_STARTER_ADDRESS, DBUS_STARTER_BUS_TYPE
4811  710133 Emit backward compatible code with gdbus-codegen
4812  710691 glib-networking: locking during implicit handshake
4813  710738 GRand has lame fallback for Windows
4814  710859 Typo in gio docs
4815  710885 Two fixes for GApplication
4816  710962 error: 'F_DUPFD_CLOEXEC' undeclared (first use in this function)
4817  710964 Add g_hash_table_get_key_array()
4818  710991 test: g_debug messages shouldn't affect g_assert_expected_messages
4819  711016 g_settings_list_keys () segfaults for empty schemas
4820  711048 glocalfileinputstream.c allows skip past end of file
4821  711049 Fix build of GLib-GIO 2.39.x on Windows/MSVC
4822  711064 Adding child source to blocked source can cause a segfault
4823  711070 Copying a symlink over another one segfaults
4824  711099 gapplication test failure
4825  711520 GDesktopAppInfo: allow more than one level of legacy folder prefixes
4826  711556 Add GAppInfoMonitor
4827  711557 Add g_desktop_app_info_search()
4828  711600 trivial portability fix
4829  711632 The desktop-app-info test fails during make check
4830  711754 gmain: Fix use of uninitialized memory in sigaction structure
4831  711755 private: Use threading primitives correctly in private test
4832  711756 gthreadpool: Don't pass bad data to GThreadPool sorter
4833  711768 Fix memory leaks in libgmodule tests
4834  711775 utils: Don't free memory owned by glib in test
4835  711782 boxed: Fix double free in boxed unit tests
4836  711803 gsubprocess: Fix a number of leaks and a segfault
4837  711808 gtestdbus: Fix leak of GMainLoop 
4838
4839 Overview of changes from GLib 2.38.0 to GLib 2.39.0
4840 ====================================================
4841
4842  * prep for the 2.40 series (version macros, docs index, etc.)
4843
4844  * GNotification
4845
4846    - new API for sending persistent notifications via the desktop shell
4847
4848    - notifications persist when the application has quit and clicking on
4849      them can restart the application with an action (via
4850      DBusActivatable)
4851
4852  * GSubprocess
4853
4854    - new API for launching subprocesses
4855
4856    - nice GIO integration like async functions, cancellability, etc.
4857
4858    - a convenient communicate() API inspired by the same API in Python
4859
4860    - related: the gspawn API now has a CLOEXEC flag for the created
4861      pipes for stdin/stdout/stderr
4862
4863  * New gapplication(1) commandline tool
4864
4865    - intended to be used with DBusActivatable apps
4866
4867    - can be used for launching apps, opening files, invoking application
4868      actions and listing apps and actions
4869
4870    - bash tab completion is supported
4871
4872  * GDesktopAppInfo changes:
4873
4874    - g_file_get_path() can implicitly cause a FUSE mount so don't call
4875      it until we know we need it (for an app that doesn't support URIs)
4876
4877    - don't crash when trying to load from a keyfile with
4878      DBusActivatable=true
4879
4880    - remove some dead code, refactor the search path handling a bit and
4881      do a large-scale whitespace cleanup (prep work for the pending
4882      desktop file index)
4883
4884  * File monitors
4885
4886    - fix broken handling of mount point monitoring
4887
4888    - remove some strange use of GObject::constructor() from the base
4889      class and inotify backend
4890
4891    - fix GFileMonitor to work in the non-default main context even when
4892      the main context is not running (or is blocked)
4893
4894    - add internal private API for easily creating a file monitor in the
4895      GLib worker thread
4896
4897  * GSettings
4898
4899    - g_settings_list_children: only list viable schemas.  This fixes a
4900      longstanding issue where 'gsettings list-recursively' will crash
4901      when there are invalid schemas installed
4902
4903    - don't accept invalid paths on g_settings_new_with_path, etc.
4904
4905  * GIO
4906
4907    - GFile now has a thumbnail::is-valid attribute to check if the
4908      thumbnail in thumbnail::path needs to be regenerated
4909
4910    - GDBusProxy now has a flag to control autostarting of services at
4911      construction time
4912
4913    - for GSeekable, properly introduce the concept of "resizable" vs.
4914      "fixed-sized" streams in the docs, explaining the expected
4915      semantics of the interface in each case
4916
4917    - fix some cases in GMemoryOutputStream that were violating the above
4918      expectations (which may cause a slight API incompatibility)
4919
4920    - clean up GCredentials code and add support for Hurd and Solaris
4921
4922    - improve splicing by using different codepaths for the case where we
4923      have real _read_async() and _write_async() implementations on the
4924      stream vs. the case where they are internally emulated (via
4925      dispatching the sync variant of the call in a thread)
4926
4927  * GKeyFile
4928
4929    - fix a leak in g_key_file_get_(u)int64 when we fail to parse the
4930      value as an integer
4931
4932    - add long-requested API g_key_file_save_to_file()
4933
4934  * Portability improvements
4935
4936    - avoid using O_DIRECTORY on platforms that don't have it
4937
4938    - be careful about systems that define SOCK_CLOEXEC but don't
4939      actually support it (like Hurd)
4940
4941    - only use SA_RESTART if it exists
4942
4943  * Other small API changes/additions
4944
4945    - a pair of functions to support matching strings for the type of
4946      search functionality that you'd expect to have with things like
4947      GtkSearchBar.  This will also be used by the desktop file index.
4948
4949    - g_str_is_ascii() with obvious purpose
4950
4951    - g_test_expect_message() no longer appears to allow you to catch
4952      G_LOG_ERROR messages
4953
4954  * GMainContext/GSource
4955
4956    - fix handling of overflowing the 'next source id' counter
4957
4958    - g_source_remove() will now throw a critical in the case that you
4959      try to remove a non-existent source.  We expect that there is some
4960      code in the wild that will fall afoul of this new critical but
4961      considering that we now reuse source IDs, this code is already
4962      broken and should probably be fixed.
4963
4964    - simplify handling of the 'current dispatching source' to not
4965      require use of a linked list
4966
4967  * GObject
4968
4969    - the long-broken (and leaky) pattern of destroying a just-allocated
4970      object from inside of a custom GObject::constructor is now
4971      officially completely illegal and will abort the program
4972
4973  * Unicode: update to 6.3.0
4974
4975  * Bug fixes
4976
4977    - g_file_copy() now falls back to pathname queryinfo.  This should
4978      clear up the bugs with copying from some GVfs backends (afp,
4979      gphoto, archive, at least).
4980
4981    - fix an out-of-bounds read in the xdgmime code
4982
4983    - fix a typo in the /org/freedesktop/DBus path on the object manager
4984      client
4985
4986    - skip emitting path_namespace='/' in match rules in order to
4987      workaround a bug in the D-Bus daemon and fix our own implementation
4988      (which shared exactly the same bug)
4989
4990    - fix crashes on precondition violations for GParamSpec constructors
4991
4992    - many other small fixups (see bug list)
4993
4994   * Many documentation improvements
4995
4996 Bugs fixed:
4997  309224 g_key_file_save_to_file missing
4998  583321 QNX: no SA_RESTART
4999  661576 fix handling of constructors that destroy half-constructed objects
5000  672102 GSubprocess class
5001  684842 Seeks on GMemoryOutputStream don't have opaque semantics
5002  688492 Add a notification API
5003  691581 g_output_stream_real_splice_async doesn't use overriden read/write_async functions
5004  702516 gfileutils: Make -Werror=format-nonliteral happy
5005  704218 New gapplication(1) tool
5006  704593 g_setenv: on some systems (BSD, OSX…), setting a variable to NULL crashes the system
5007  704882 GLocalDirectoryMonitorClass mount_notify field is useless
5008  704887 file monitoring improvements
5009  705029 Support for Solaris credentials
5010  705688 g_settings_list_children: only list viable schemas
5011  706254 Afp backend cannot copy files
5012  707887 Attempting to create GObject Property with underscore prefix segfaults
5013  708042 gapplication: don't rely on cmdline being finalized immediately
5014  708265 add support for GNU/Hurd in GLib D-Bus Library
5015  708266 fix error code checks when SOCK_CLOEXEC is defined but not supported
5016  708529 xdgmime: valgrind warns about invalid reads
5017  708677 incorrect object path 'deskop' used in gio/gdbusobjectmanagerclient.c
5018  708714 Typo in docs of GLIB_VERSION_2_40 macro.
5019  708753 gdesktopappinfo: Call g_file_get_path() on demand
5020  708793 glib build fails with clang < 3.1: error: expected ';' after top level declarator
5021  708828 GDBusProxy: add the ability to call methods on non autostarted proxies
5022  708860 glib-2.38.0 doesn't build on Solaris 10
5023  708972 gnetworking.h in tarball screws up out-of-source builds
5024  709113 [PATCH] Main loop dispatch path has needless linked list
5025  709227 Update to unicode 6.3.0
5026  709301 goutputstream: Add clear warning about short writes to _write_bytes() and async version
5027  709326 GDesktopAppInfo crashes creating a DBusActivatable app without a filename
5028  709440 Fix overloading of "source" and "target" terminology in GBinding
5029  709615 Cannot use g_test_expect_message with g_error
5030  709753 Add helpers for string matches when using GtkSearchBar-like widget
5031  709898 Expose thumbnail validity in GFile attributes
5032  709966 Remove outdated documentation
5033  709994 Minor fix for HACKERS doc to direct hackers to proper help file
5034  709995 Obsolete makefile rules
5035  710002 G_MAXUINT may be assigned as duplicate source id
5036  710313 Memory leak in g_key_file_get_(u)int64 with invalid integer values
5037  710345 [Patches] Fix some redundant-decls
5038  710496 g_locale_to/from_utf8() doc updated.
5039  710625 g_file_error_from_errno: Remove unneeded breaks
5040  710666 Frame clock related bug fixes
5041  710724 gmain: Warn when g_source_remove() fails
5042  710726 Work around D-Bus bug with path_namespace='/' match rules
5043
5044 Translations:
5045  Assamese
5046  Brazilian Portuguese
5047  Indonesian
5048  Russian
5049  Tamil
5050  Traditional Chinese
5051
5052 What's new in Glib 2.38
5053 ========================
5054
5055  * Application support
5056
5057   - GIO now provides an implementation of Desktop Actions from the
5058     desktop entry specification
5059
5060   - GApplication now implements the org.freedesktop.Application
5061     interface as per the desktop entry specification, allowing for
5062     standards-based D-Bus launching of GLib-based applications
5063
5064   - GDesktopAppInfo now supports DBusActivatable as per the desktop
5065     entry specification, allowing GLib-based applications to use D-Bus
5066     to launch other applications
5067
5068   - GApplication now has a "busy" flag that can be set on an application
5069     to allow the shell to show that it is busy
5070
5071  * GObject
5072
5073   - the private offset for a given class type is now always constant.
5074     This was done by reorganising the memory layout of instances so that
5075     the private data comes before the "official" pointer for the object
5076     (ie: at a negative offset).  Valgrind macros were added to mitigate
5077     any problems that this may have caused.
5078
5079   - a new G_DEFINE_TYPE_WITH_PRIVATE has been added along with a
5080     generated function *_get_instance_private() that can now serve as an
5081     equally-performing alternative to ->priv pointers in instances
5082     (allowing memory savings)
5083
5084   - new G_PRIVATE_FIELD, G_PRIVATE_FIELD_P and G_PRIVATE_OFFSET macros
5085     provide a convenient method of converting between named variables in
5086     private structures and their (now constant) offsets
5087
5088   - installing properties on a GObjectClass must now be done from
5089     class_init.  It is no longer valid to install them after class_init
5090     has returned.
5091
5092   - it is now possible to manually break a GObject property binding
5093     without destroying one of the objects involved
5094
5095  * Icons
5096
5097   - the requirements for implementing the GIcon interface have changed
5098     in order to make it possible to consume all implementations of GIcon
5099     with a finite number of cases
5100
5101   - a new GBytesIcon type was added for an icon represented by an
5102     in-memory binary blob in a known image format (ideally png).
5103
5104   - new APIs g_icon_serialize() and g_icon_deserialize() replace the old
5105     to/from_string APIs and will always work, irrespective of which
5106     types have been initialised in the calling process, allowing for a
5107     serialised GdkPixbuf to be deserialised in a process that doesn't
5108     have GdkPixbuf
5109
5110   - support for icons has been added to GMenuModel using the new APIs
5111
5112  * Actions and menus
5113
5114   - GPropertyAction provides a convenient way of creating a stateful
5115     property corresponding to a property on a GObject, such as the
5116     "visible-child-name" property of a GtkStack
5117
5118   - new API g_menu_remove_all()
5119
5120   - we now have established rules about what is a "valid" action name
5121     and an API to check them
5122
5123   - a new API for converting detailed action names to and from the
5124     split-out name and parameter value (as GVariant)
5125
5126   - for backwards compatibility, invalid action names can still be used
5127     with most functions, but this is not recommended
5128
5129  * Other GIO
5130
5131   - GDBus now supports services that wish to handle some of all
5132     properties on an interface asynchronously, without requiring the
5133     service to reimplement the entire org.freedesktop.DBus.Properties
5134     interface
5135
5136   - GFile now has a new _measure_disk_usage() (and async) API for
5137     recursively determining the amount of disk space used by a
5138     particular directory (akin to 'du').
5139
5140   - asynchronous version of g_file_trash() and g_file_make_directory()
5141     have been added
5142
5143  * Other new API
5144
5145   - GRegex has a new function to query the maximum lookbehind length to
5146     allow for regexp matching on streams
5147
5148   - GVariant has two new APIs for constructing strings that allow
5149     avoiding copies in some cases: g_variant_new_take_string() and
5150     g_variant_new_printf()
5151
5152  * Testing
5153
5154   - we can now generate TAP output
5155
5156   - new support functions for simplifying the process of dealing with
5157     data files for srcdir != builddir and installed test cases
5158
5159   - g_test_trap_subprocess() provides a portable alternative to
5160     g_test_trap_fork()
5161
5162  * Other
5163
5164   - GLib now builds on Android against the bionic C library
5165
5166 Overview of changes from GLib 2.37.93 to 2.38.0
5167 ================================================
5168
5169 * fix the documentation for GSourceFuncs
5170
5171 * fix compilation on OS X/ppc64
5172
5173 Bugs fixed: 708445, 647145
5174
5175 Translations updated:
5176  Danish
5177  French
5178  Portuguese
5179  Punjabi
5180
5181 Overview of changes from GLib 2.37.92 to 2.37.93
5182 ================================================
5183
5184 * a couple of bugfixes in the new g_file_measure_disk_usage() API
5185
5186 * updated Traditional Chinese translation
5187
5188 Overview of changes from GLib 2.37.7 to 2.37.92
5189 ===============================================
5190
5191 * new API g_file_measure_disk_usage() similar to du(1)
5192
5193 * minor fixes
5194
5195 * Translation updates:
5196  Assamese
5197  Belarusian
5198  Brazilian Portuguese
5199  Catalan
5200  Czech
5201  Galician
5202  German
5203  Hungarian
5204  Indonesian
5205  Italian
5206  Korean
5207  Korean
5208  Latvian
5209  Lithuanian
5210  Polish
5211  Serbian
5212  Slovenian
5213  Spanish
5214
5215 Overview of changes from GLib 2.37.6 to 2.37.7
5216 ==============================================
5217
5218 * GDateTime now supports %:z formatting variations
5219   for timezones. This is a GNU date extension.
5220
5221 * Bugs fixed:
5222  685387 Segfault with GObject.signal_handler_is_connected()...
5223  686786 g_socket_get_available_bytes() returns wrong value ...
5224  705027 GSocket GSource not threadsafe on Windows
5225  706469 Fix G_DEFINE_ABSTRACT_TYPE_WITH_PRIVATE documentation
5226  706706 Fix Gir annotations on g_loadable_icon_load_finish
5227  706888 gtype: fix a no-op assertion
5228  706958 configure.ac: fix atomic opts detection
5229  707092 "File Utilities" page for GLib documentation doesn'...
5230  707151 gdatetime: Extend the '%z' timezone format
5231
5232 * Translation updates:
5233  Catalan
5234  Hungarian
5235  Japanese
5236  Polish
5237  Slovak
5238  Tamil
5239
5240
5241 Overview of changes from GLib 2.37.5 to 2.37.6
5242 ==============================================
5243
5244 * Tests using the g_test facilities can now generate TAP output
5245
5246 * Bugs fixed:
5247  680926 generic type fallback logic is broken for -symbolic
5248  684327 setting null icon to icon list
5249  689245 GSocket unable to reuse (address,port) on Mac OS X
5250  692125 Support TAP as GTest output format
5251  693335 build: fix dtrace-related warnings
5252  696633 gdbus-codegen trips over unicode chars when using python 3.x
5253  696970 Compiling 2.36.0 for win64 fails
5254  697185 GSocket – Allow specifying the multicast interface from...
5255  700268 Add support for using the clang analyzer
5256  701318 Add G_SPAWN_DEFAULT to GSpawnFlags
5257  701529 glib/tests/gdatetime: use UTC time in test_GDateTime_diff()
5258  701800 a new approach to reporting critical errors
5259  702674 g_date_time_new_utc crash
5260  704165 GLib.IOChannel read_unichar() fails
5261  705075 Simplify g_get_tmp_dir()
5262  705152 Race in glib/task.test
5263  705398 gtype: Fix typo in g_type_class_add_private() error message
5264  705570 Check ref_count in g_object_notify_by_pspec
5265  705600 Deprecate GSimpleActionGroup functions?
5266
5267 * Updated translations:
5268  Assamese
5269  Brazilian Portuguese
5270  Czech
5271  Dutch
5272  Galician
5273  Gujarati
5274  Hebrew
5275  Italian
5276  Lithuanian
5277  Marathi
5278  Norwegian bokmål
5279  Russian
5280  Slovenian
5281  Spanish
5282  Thai
5283  Traditional Chinese
5284
5285
5286 Overview of changes from GLib 2.37.4 to 2.37.5
5287 ==============================================
5288
5289 * Implement the Desktop Action specification: In the case that the
5290   application is a GApplication and DBusActivatable, actions from the
5291   desktop file are translated into GActions that have been added to
5292   the  application with g_action_map_add_action().
5293
5294 * GPropertyAction is a new type of GAction that represents the value
5295   of a property on an object, and allows to change the value when
5296   activated.
5297
5298 * GNetworkMonitorNetlink can now handle default routes via a device.
5299
5300 * The gsettings tool now reports failure to write a key (e.g. because
5301   the key was locked down)
5302
5303 * Miscellaneous new api:
5304  - g_variant_new_printf
5305  - g_action_print_detailed_name
5306  - g_regex_get_max_lookbehind
5307
5308 * Bugs fixed:
5309  664444 Support additional application actions in .desktop files
5310  684123 glib build only tries -D_GNU_SOURCE if glibc is detected
5311  689794 support incremental matching
5312  699259 add org.freedesktop.Application support to GIO
5313  700460 rewrite tests to not rely on precise timing of timeouts
5314  701511 updates to various GSource types
5315  701609 gnetworkmonitornetlink: handle default route via device
5316  703270 add GPropertyAction
5317  704157 GAction: add function for printing detailed names
5318  704250 Doc: various fixes
5319  704267 regression gsourceclosure: segfault in gedit file chooser
5320  704322 glib-unix: fix handling of multiple signal source for the...
5321  704424 No error when failing to override a locked key
5322  704447 Fix build/use of g_child_watch_closure_callback on Windows
5323  704523 g_thread_create_full() can dereference NULL pointer
5324  704543 Add implementations for G_GNUC_*_IGNORE_DEPRECATIONS for ...
5325  704567 gdbusnameowning: Don't spew an error if we're releasing a...
5326  704585 libc printf can give mixed-case strings for NaN and Inf
5327  704587 FTBFS: statfs_result is undeclared for statvfs()
5328  704699 gmain: Reset signal handlers to default when source is
5329  704704 AI_NUMERICSERV cannot be used with ai_socktype = 0
5330  704873 inotify: don't assume mainloop is running
5331  704999 glib/convert.test crashing due to lack of iconv cache
5332  704931 GMenuModel: add annotations to virtual functions
5333
5334 * Translation updates:
5335  Assamese
5336  Czech
5337  German
5338  Gujarati
5339  Spanish
5340  Tamil
5341
5342
5343 Overview of changes from GLib 2.37.3 to 2.37.4
5344 ==============================================
5345
5346 * Bugs fixed:
5347  701283 g_source_add_child_source() segfault
5348  702147 inconsistency of G_STRFUNC
5349  703191 new private macros interact poorly with versioning macros
5350  703254 Doc: various fixes
5351  703407 g_spawn_async() keeps child_pid_report_pipe open in child process
5352  703437 GDBusConnection: be more careful with async GetAll
5353  703478 Missing G_BEGIN/END_DECLS in gsettingsschema.h
5354
5355 * Translation updates:
5356  Catalan
5357
5358 Overview of changes from GLib 2.37.2 to 2.37.3
5359 ==============================================
5360
5361 * add a new API for instance private data: G_DEFINE_TYPE_WITH_PRIVATE
5362
5363 * fix timestamps in tarball to prevent automake from being required to
5364   build the unmodified source
5365
5366 * add new D-Bus API for async property handling
5367
5368 * add back fsync() on ext4 for g_file_set_contents() after it was
5369   discovered that despite statements in the ext4 documentation
5370   suggesting that this is safe, it is not safe.
5371
5372 * Translations:
5373  Italian
5374  Norwegian bokmål
5375
5376 * Bugs fixed:
5377  698375 - D-Bus async properties
5378  700350 - timestamp issue
5379  701560 - fsync issue (fixed again)
5380  700035 - new API for instance private data
5381
5382 Overview of changes from GLib 2.37.1 to 2.37.2
5383 ==============================================
5384
5385 * The GLib test utilities have grown some file-related APIs
5386   to support tests that can be used installed and uninstalled.
5387
5388 * Installing properties after class initialization is deprecated,
5389   and will trigger a warning.
5390
5391 * GApplication:
5392  - Support org.freedesktop.Application, including D-Bus activation
5393    from desktop files
5394  - Set prgname to appid for services
5395
5396 * Bugs fixed:
5397  549783 gtester lacks framework for tests with data files
5398  692848 Fix property example in gobject tutorial
5399  698018 Add an explicit g_binding_release()
5400  698614 GObject: prevent installing properties after init
5401  699259 add org.freedesktop.Application support to GIO
5402  699959 g_file_copy(): Ensure we create private files by default
5403  700123 Test failure: g_inet_socket_address_get_scope_id
5404  700725 GIcon: NULLify the `type' out param in the sync methods too
5405  701401 gtest: add function for testing for WINE
5406  701456 Error in gnome/glib/gio/tests/file.c
5407  701474 Error building glibmm due to extra comma in glib/gtestutils.h
5408  701560 various improvements for g_file_set_contents()
5409  701680 GFileEnumerator: Add some documentation about ordering
5410  701878 Check wakeup() before iteration(TRUE) doesn't block
5411
5412 * Translations:
5413  Assamese
5414  Czech
5415  Galician
5416  Gujarati
5417  Kannada
5418  Marathi
5419  Odia
5420  Polish
5421  Slovenian
5422  Spanish
5423  Telugu
5424
5425
5426 Overview of changes from GLib 2.37.0 to 2.37.1
5427 ==============================================
5428
5429  * add support for installed tests:
5430    https://live.gnome.org/GnomeGoals/InstalledTests
5431
5432  * add a new g_test_trap_subprocess() that works on Windows as a
5433    replacement for the (now deprecated) g_test_trap_fork()
5434
5435  * support for explicitly cancelling a gobject property binding
5436
5437  * performance improvements for signal argument handling
5438
5439  * stop using `quotes' in very many log messages generated by GLib, for
5440    favour of 'this style'.  This may cause testcases in other packages
5441    to fail if they were matching on the previous text.
5442
5443  * improve manpages: add missing arguments and flags
5444
5445 Translations: 
5446  Aragonese
5447  Assamese
5448  Gujarati
5449  Hindi
5450  Kannada
5451  Norwegian bokmål
5452  Odia
5453  Slovenian
5454  Spanish
5455  Tamil
5456  Telugu
5457
5458 Bugs fixed:
5459  679683 replace g_test_trap_fork()
5460  694380 Improve signal argument collection performance
5461  695233 Strings require plural forms
5462  697849 spelling fixes in cross.xml and running.xml
5463  698877 GProxyAddressEnumerator calls g_network_address_parse_uri without port
5464  698981 [PATCH] test /gdbus/connection/large_message could hang forever
5465  699079 Prototype support for installed tests
5466  699485 [PATCH] tests/mappedfile: Also handle ENOMEM
5467  699493 SOCKS5 proxy code crashes if it cannot authenticate
5468  699500 gbitlock: fix this to not unconditionally use futex emulation
5469  699779 [PATCH] G_GNUC_FORMAT: documentation error
5470  700263 m4macros/glib-gettext.m4: Don't use AC_HEADER_STDC
5471  700714 [PATCH] gtestutils: Ensure test subprocesses don't dump core
5472  700746 Use 'dumb quotes' rather than `really dumb quotes'
5473
5474 Overview of changes fron GLib 2.36.0 to 2.37.0
5475 ==============================================
5476
5477 * The syntax for detailed action names has been documented,
5478   and a parser API for them is now provided
5479
5480 * GApplication has gained a busy state. This feature is intended for
5481   clients that want to signal a desktop shell their busy state, for
5482   instance because a long-running operation is pending.
5483
5484 * GLib can now be built with the bionic C library
5485
5486 * GIcon can now be serialized to a GVariant
5487
5488 * Bugs fixed:
5489  548353 Finish implementing GFile interface (mostly asynchron...
5490  645881 Full port of glib-2.28.1 onto Android-ARM
5491  665445 Glib mistakes nl_langinfo() from plibc for the real t...
5492  672018 Need API to set global application state (busy, count...
5493  687659 drop support for adding interfaces after class_init
5494  688820 GIcon is a bad interface
5495  688954 extend 'detailed action' syntax, provide parser
5496  689223 Fix compilation on Android with the bionic C library
5497  695156 Add support for arg0namespace matching in signal_subs...
5498  696108 gdbus-codegen: avoid warnings in generated code
5499  696629 fix sed(1) usage
5500  696652 GTask won't free its error member variable on finalize
5501  696857 GThreadedResolver: set an error if no records could b...
5502  696973 Compiling 2.36.0 for win64 fails in gdbusmessage.c
5503  697131 No --version
5504  697160 [PATCH] gmacros: Mark G_UNAVAILABLE() functions as de...
5505  697229 Custom Interface implementations will be broken with ...
5506  697250 Documentation glitch of G_DEFINE_TYPE_EXTENDED causes...
5507  697365 Fix usage of hasmntopt in gunixmounts.c
5508  697367 Remove warning on gio/gunixmounts.c
5509  697386 Except const argument with atomic is not lock free
5510  697595 g_main_context_unref unlocks a mutex twice
5511  697601 reduce GMenuModel D-Bus traffic
5512  697626 Allow posix threads to be used on w32
5513  697652 Help options generated even when help disabled
5514  697771 fix a typo of "fo" to "of" in building.xml
5515  697887 GVariant: fix transfer annotation
5516  697942 abicheck.sh fails on mips
5517  698056 rewrite g_object_new()
5518  698081 Pidgin hangs in g_spawn_command_line_sync
5519  698455 GVariant: add new g_variant_new_take_string() API
5520  698457 g_variant_get_data_as_bytes() always returns toplevel...
5521  698478 gactionmap: don't require GActionGroup
5522  698595 the valgrind/priv-before-instance bug
5523  698655 desktop-app-info test relies on true being in /usr/bin/
5524  698686 GUnixSocketAddress: fix construct parameter issue
5525  698716 Use of g_mem_set_vtable() breaks after gobject automa...
5526  698999 bytesicon: fix a memory leak
5527  699001 bytesicon: don't use g_object_unref() on GBytes
5528  699361 gio: fix small leak
5529
5530 * Translation updates:
5531  Assamese
5532  Gujarati
5533  Hungarian
5534  Italian
5535  Kannada
5536  Norwegian bokmål
5537  Polish
5538  Spanish
5539  Tamil
5540
5541
5542 Overview of changes fron GLib 2.35.9 to 2.36.0
5543 ==============================================
5544
5545 This release contains only small bugfixes and translations updates.
5546
5547  - g_file_copy(): fix bug where attributes were not applied properly to
5548    the destination file
5549
5550  - fix some 'available since' annotations
5551
5552  - fix gdbus-codegen to produce more pedantically-correct code
5553
5554 * Bugs fixed:
5555  696108 gdbus-codegen: avoid warnings in generated code
5556  696014 g_file_copy(): Ensure G_FILE_COPY_OVERWRITE preserves permissions
5557
5558 * Translations updated:
5559  Basque
5560  Czech
5561  Gujarati
5562  Hindi
5563  Hungarian
5564  Japanese
5565  Malayalam
5566  Marathi
5567  Odia
5568  Punjabi
5569  Russian
5570  Tadjik
5571  Tamil
5572  Telugu
5573
5574 Overview of changes from GLib 2.35.8 to 2.35.9
5575 ==============================================
5576
5577 This release drops the old codepage ABI from gutils.c. This is a
5578 source-compatible change and only breaks ABI with respect to truly
5579 ancient binaries (and those binaries are already broken for other
5580 reasons).  This change only affects Windows.
5581
5582 * Bugs fixed:
5583  682896 glib doesn't build on mingw32
5584  693204 split up g_get_{hostname,username,realname,home_dir} etc.
5585  694181 Handle GNetworkAddress better in g_network_monitor_base_...
5586  694253 occasional /gdbus/unref-pending test failure
5587  694350 Add type names to gsignal warnings
5588  694757 Use separate GLIB_WARN_CFLAGS that can be overridden ext...
5589  568405 Which is the correct replacement for g_strncasecmp, if...
5590  630284 g_hash_table_get_keys docs
5591  659428 docs: Small clean-up of howto subsection headers
5592  675333 Cannot forget association in Open With dialog: program...
5593  694669 consider unicode corrigendum #9
5594  694843 g_base64_decode_step () produces invalid data
5595  695147 Don't use PATH_MAX as it's not guaranteed to be defined
5596  695191 Commit f641699 broke /appinfo/mime/api test case
5597  695339 Swapped msgid plural forms for translation
5598  695376 GDBusMethodInvocation leak and potential crash
5599  695425 Untranslatable message in gsettings-tool
5600  695887 Improvements to GObject API documentation
5601  695925 GUINT32/64_SWAP_LE_BE macros do not enclose val argume...
5602  696015 PATCH Add doc warning to g_base64_decode()
5603
5604 * Translation updates:
5605  Assamese
5606  Belarusian
5607  Brazilian Portuguese
5608  Catalan
5609  Catalan (Valencian)
5610  Danish
5611  French
5612  Galician
5613  German
5614  Greek
5615  Gujarati
5616  Italian
5617  Korean
5618  Latvian
5619  Lithuanian
5620  Polish
5621  Portuguese
5622  Punjabi
5623  Serbian
5624  Simplified Chinese
5625  Slovak
5626  Slovenian
5627  Spanish
5628  Thai
5629  Traditional Chinese
5630  Uyghur
5631  Vietnamese
5632
5633
5634 Overview of changes from GLib 2.35.7 to 2.35.8
5635 ==============================================
5636
5637 This release contains one major change that may cause problems: type
5638 modules are now never unloaded.  This is implemented by (effectively)
5639 leaking the last reference on dynamic types.  Some testcases that check
5640 for unloading of types have been observed to be broken by this change,
5641 but we know of no actual cases of "real code" breaking.  Please report
5642 any problems.
5643
5644 Other changes:
5645  * A couple of build fixes for Solaris
5646  * Fix signal emission for GDBusObjectManagerClient
5647  * annotations fixes
5648  * new API: g_dbus_address_escape_value()
5649  * GSocketClient: add proxy-resolver property
5650  * GSimpleProxyResolver: new simple GProxyResolver class
5651  * documentation fixes
5652  * gnetworkaddress: preserve IPv6 scope ID in IP literals
5653
5654 Bugs fixed:
5655  691105 Allow GSocketClient to override GProxyResolver for per client proxy settings.
5656  692827 configure test fails for arpa_nameser.h
5657  692829 new Btrfs support causes build failure on Solaris
5658  693285 GDBusObjectManagerClient: won't emit object-added|removed if name-owner arrives later
5659  693502 Cross-compiling documentation: typo (np -> no)
5660  693673 add g_dbus_address_escape_value()
5661  693694 gio: Fix annotations on g_[async_]initable_new() and friends 
5662
5663 Translations:
5664  Dutch
5665  Galician
5666  Polish
5667  Serbian
5668
5669 Overview of changes from GLib 2.35.6 to 2.35.7
5670 ==============================================
5671
5672 This is a quick follow-up release with a few bug fixes.
5673
5674 * Fix the build on systems with strict linkers by adding -pthread back
5675   to the LDFLAGS for a testcase.
5676
5677 * Re-enable native atomic operations on some buggy versions of clang
5678   that ship as part of the MacOS X SDK.
5679
5680 * Make G_IO_FLAG_IS_WRITEABLE an enum again (the #define broke bindings)
5681
5682 * a small docs fix
5683
5684 * Bugs fixed:
5685  657045
5686  636683
5687  682818
5688  693105
5689
5690 * Translations:
5691  Italian
5692
5693 Overview of changes from GLib 2.35.4 to 2.35.6
5694 ==============================================
5695
5696 * GUnixFdSource is a new way to add file descriptors
5697   to the mainloop
5698
5699 * g_source_set_ready_time lets you mark a source to become
5700   ready at a specified monotonic time
5701
5702 * The internal visibility handling of GLib has been reworked
5703
5704 * GFileMonitor will now automatically use fam instead of inotify
5705   if $HOME is on NFS
5706
5707 * The file monitor implementation can now be overridden with
5708   the GIO_USE_FILE_MONITOR environment variable
5709
5710 * Bugs fixed:
5711  570572 2 make check errors on
5712  592211 No monitoring over NFS mounts
5713  625552 wrong behaviour of GVolume GVolumeMonitor related func...
5714  657729 modernise GMainLoop
5715  658020 GSource for a single GPollFD
5716  678223 g_mutex_free
5717  682560 leak fixes
5718  682819 EINTR-harden all the things
5719  684404 When using g_network_address_address_enumerator_next()...
5720  686853 new GSource fd API
5721  688169 G_DISABLE_DEPRECATED doesn't cover deprecated/gthread....
5722  688681 build: Make .symbols file canonical on all platforms
5723  690118 Crash when closing last tab of a window using Ctrl-w
5724  691624 glib/gtester.c: missing include
5725  691812 gioinputstream - give task as callback_data not task_data
5726  691866 fails out of source build directory - gnetwork.h not f...
5727  692029 Add new API checking utility
5728  692034 Install an invalidation notifier for GClosure in g_sou...
5729  692058 Broken makefile for gio tests
5730  692079 build failure in gmarkup.c when using gcc 4.8 and buil...
5731  692201 inotify: fix a memleak
5732  692202 gfile: don't report completion twice on g_file_load_co...
5733  692229 Incorrect string formatters in a translation string
5734  692332 GNetworkMonitorNetlink: make the netlink socket cloexec
5735  692360 possibly non-threadsafe code in g_content_type_guess()?
5736  692404 tester: Use FD_CLOEXEC when creating pipes
5737  692408 nautilus SIGSEGV in g_file_info_get_size()
5738  692544 [PATCH] gfile: Ensure we create internal pipe with FD_C...
5739  692583 atomic get doesn't accept a const argument on architect...
5740  692618 Use g_timeout_add_seconds
5741  692815 Using g_hash_table_insert() when using a hash table as ...
5742  692865 Invalid docbook generated by gdbus-codegen
5743  692928 Document G_MENU_{ATTRIBUTE,LINK}_*
5744
5745 * Translation updates:
5746  Hebrew
5747  Kannada
5748  Lithuanian
5749  Norwegian bokmål
5750  Polish
5751  Serbian
5752  Slovenian
5753  Spanish
5754  Uyghur
5755
5756
5757 Overview of changes from GLib 2.35.3 to 2.35.4
5758 ==============================================
5759
5760 * New features:
5761  - New API: g_get_num_processors
5762  - New API: g_application_command_line_get_stdin
5763  - New GFileMonitor flag: G_FILE_MONITOR_WATCH_HARD_LINKS
5764  - Parse more timezone offset formats
5765  - Better timezone support on Windows
5766  - Make GParamSpec constructors introspectable
5767
5768 * Removed or deprecated features:
5769  - Disallow adding interfaces after class_init
5770
5771 * Bug fixes:
5772  532815 gio + inotify support for hardlinks
5773  614930 add g_get_num_processors (), return the max concurrent...
5774  626497 Btrfs clone/reflink ioctl support in g_local_file_copy
5775  633117 glib fails stests if /etc/localtime is not properly set
5776  661767 merge/improve various bits of run-in-thread functionality
5777  668210 Add g_application_command_line_get_stdin()
5778  675856 Use GDbus via gobject-introspection instead dbus-python
5779  684103 make glib work with python3
5780  684723 run-assert-msg-test.sh fails
5781  686058 OpenBSD: disable ipv6_v4mapped test
5782  686128 GTimeZone should be able to parse POSIX format for...
5783  687223 cleverer GThreadPool management
5784  687659 drop support for adding interfaces after class_init
5785  687920 GCredentials should have an accessor for the process ID
5786  688681 build: Make .symbols file canonical on all platforms
5787  688829 Variable overflow in utils.c test on 32-bit machine
5788  689324 Variable scoping in gunixmounts.c
5789  689810 Include guard optimization
5790  690043 Broken link for gsettings tutorial: gnome-utils in...
5791  690084 gmarkup: Make GMarkupParseContext a boxed type
5792  690388 Check if CMSG_FIRSTHDR() returns NULL when there is...
5793  690538 gschema DTD is invalid
5794  690543 Add test coverage for testing in-tree DBus services...
5795  690670 local_command_line not introspectable/annotated
5796  690902 G_END_DECLS needs to be at the end of gutils.h
5797  690970 Unhelpful deprecation message for g_value_array_get_nth
5798  691001 building docs is broken on master branch
5799  691011 Automake-1.13 errors on obsolete AM_PROG_CC_STDC
5800  691077 gio-querymodules crashes with SIGSEGV
5801  691110 g_cond_wait() docs incomplete
5802  691489 Crash in Oscars 2013 page
5803  691558 Only check for .hidden files if standard::is-hidden...
5804  691608 Support compilation with clang 3.2
5805
5806 * Translation updates:
5807  Assamese
5808  Bulgarian
5809  Estonian
5810  Galician
5811  Greek
5812  Hebrew
5813  Norwegian bokmål
5814  Polish
5815  Slovak
5816  Slovenian
5817  Spanish
5818  Tamil
5819
5820
5821 Overview of changes from GLib 2.35.2 to 2.35.3
5822 ==============================================
5823
5824 * This release contains an incompatible change to the g_get_home_dir()
5825  function. Previously, this function would effectively ignore the HOME
5826  environment variable and always return the value from /etc/password.
5827  As of this version, the HOME variable is used if it is set and the
5828  value from /etc/passwd is only used as a fallback.
5829
5830 * We now install a public "gnetworking.h" header that can be used to
5831  include the relevant OS-dependent networking headers. This does not
5832  really abstract away unix-vs-windows however; error codes, in
5833  particular, are incompatible.
5834
5835 * Bugs fixed in this release:
5836  142568 Allow $HOME to override passwd entry if the user really wants
5837  587806 The file selector should honor .hidden files
5838  602715 [GChecksum] Please add support for SHA512
5839  623187 provide some support for arbitrary setsockopt()s?
5840  629301 .goutputstream files left behind when cancelling I/O
5841  652650 Optimize GDBusMessage serialization
5842  664627 /gapplication/basic test intermittently fails: cmdline re-or...
5843  675516 Win32: Don't start a DBus server when built as static library
5844  679683 replace g_test_trap_fork()
5845  684145 Current Git sources fails to cross-compile for Windows in Li...
5846  686895 file-info: catch thumbnail files in large directory as well
5847  687092 IPv6 <-> IPv4 mismatch when subscribing to multicast (send)
5848  688180 GObject: Minor error in description of floating reference
5849  688319 gthread: add missing AVAILABLE_IN_2_32 annotations
5850  688377 configure: add missing square bracket in AS_IF for memmove
5851  688419 gtask: source_object arguments and return values not annota...
5852  688497 AppInfo: Add sufficient api to port gnome-session from Egg...
5853  688681 build: Make .symbols file canonical on all platforms
5854  688704 Add boxed GType for GThread
5855  688886 Improve the i18n documentation
5856  688931 GMemoryOutputStream: Add new _resizable() constructor usab...
5857  689037 need helper for creating a GFile from a remote commandline...
5858  689377 Fix a compiler warning in GDBus
5859  689538 Source object tag set too late in gsocketlistener
5860  689800 Treat lost+found directory as a hidden file
5861  689847 Add fast repeated typename -> GType resolver
5862  689982 Make GChecksum more fully introspectable
5863  690069 g_unix_open_pipe: Add missing F_SETFD
5864  690083 gfileenumerator: Add a g_file_enumerator_get_child method
5865  690163 Add a pre-configured gio/gnetworking.h for Visual C++ builds
5866  690346 Remove an unneeded escaping in NAMESER_COMPAT_INCLUDE
5867  690348 Fix g_type_add_class_private() name in g_warning
5868
5869 * Translation updates:
5870  Assamese
5871  Galician
5872  Hebrew
5873  Hindi
5874  Kannada
5875  Odia
5876  Polish
5877  Spanish
5878
5879
5880 Overview of changes from GLib 2.35.1 to 2.35.2
5881 ==============================================
5882
5883 Note that the incompatible change to the ->constructed() vfunc that was
5884 made in the last unstable release (2.35.1) has been reverted due to
5885 causing regressions in applications.
5886
5887 A new incompatible change has been introduced in this version: it is no
5888 longer permitted to add interfaces to a class after the first
5889 instantiation (or more strictly: after g_type_class_ref()).  Bug #687659
5890 is tracking this.
5891
5892 Two private symbols (g_menu_{attribute,link}_hash_iter_get_type) which
5893 were accidentally exported have also been properly hidden.  This may
5894 cause some tools to issue warnings about ABI mismatch.
5895
5896 The remaining changes should be relatively harmless: 
5897
5898  * GIO now has kqueue support for GFileMonitor (BSDs, Mac OS)
5899
5900  * New g_variant_new_from_bytes() API
5901
5902  * UNIX signal sources now allow watching SIGUSR1 and SIGUSR2
5903
5904  * Many pedantic cleanups to adhere to a higher level of -W use
5905
5906  * GTask changes to avoid a deadlock
5907
5908  * many cleanups/fixes for Windows
5909
5910  * Boxing for GPollFD, GIOChannel, GBytes, GByteArray
5911
5912  * Fix URL-encoding of trashed files
5913
5914  * Many other docs and annotations fixes
5915
5916 Translations:
5917
5918  Galician
5919  Gujarati
5920  Lithuanian
5921  Serbian
5922  Slovak
5923  Slovenian
5924
5925 Bugs closed:
5926
5927  649302 Add support for GNU/FreeBSD
5928  668842 [GSocket] Add caching for the sender address in g_socket_receive_from()
5929  672924 Add annotations for g_filename_from_uri()
5930  673229 glib: Use Returns:, not @returns
5931  677062 (partial) GVariant: Make g_variant_new_from_bytes() public, add more GBytes API
5932  686185 g_date_time_format Transcoding Fails on OSX      
5933  686191 g_mutex_get_impl() should use g_atomic_pointer_get()
5934  686797 Box GPollFD to make it introspectable
5935  686810 [regression] Infinite wait in g_task_run_in_thread_sync()
5936  686822 possible dlopen()/dlclose() issue with automatic g_type_init()
5937  686839 mkinstalldirs: Move to glib-mkinstalldirs
5938  686895 file-info: catch thumbnail files in large directory as well
5939  686898 g_unix_signal_source_new: Allow SIGUSR1 and SIGUSR2
5940  686920 gdbus: Allow GDBusObjectManagerClient to work on peer connections
5941  686921 Remove some of the repetition from gio/tests/Makefile.am
5942  687075 g_spawn_sync diagnostic incorrectly complains about SIGCHLD
5943  687089 g_dbus_connection_export_menu_model(): fix a crash
5944  687098 Repeated g_timeout_add* use can lead to guint overflow
5945  687385 Add some stricter CFLAGS, fix up the code
5946  687441 ABI break in master: g_menu_attribute_hash_iter_get_type, g_menu_link_hash_iter_get_type removed
5947  687516 typo in string: KB should be kB
5948  687540 In Trash folder, Nautilus misinterprets "\n" in filename as a line break
5949  687541 GSignalQuery param_types field needs array annotation
5950  687600 gfileutils.c performs invalid cast of (varargs) open to non-vararg type
5951  687698 plural forms needed
5952  687700 ending spaces
5953  687742 Add support for internal linkage to glib-compile-resources
5954  687801 tests/buffered-input-stream: Fix size of parameter passed
5955  688109 win32 warning/error fixes
5956  688255 'make check' regressed in 138f4c1 because GMarkup error messages changed
5957  688338 [PATCH] gobject/gtype.c: Fix spelling of »exceed«
5958  688370 GDBusError documentation improvement for client-side
5959  688378 g_socket_join_multicast_group not working
5960  688518 gio-kqueue: use O_EVTONLY on MacOS
5961
5962
5963
5964 Overview of changes from GLib 2.34.0 to 2.35.1
5965 ==============================================
5966
5967 These two changes in particular may be slightly incompatible.  Please
5968 give feedback if they cause trouble:
5969
5970   * Signal handlers connected with g_signal_connect_object() are now
5971     automatically disconnected on target object destruction
5972
5973   * The ->constructed vfunc is now called after all properties are set
5974
5975 The remaining changes should not cause problems.
5976
5977   * g_type_init() is no longer necessary and has been deprecated
5978
5979   * GTask (the new GAsyncResult implementation) has landed 
5980
5981   * GLib version macros updated
5982
5983   * Update to Unicode 6.2
5984
5985   * Thread safety fixes for GFileMonitor in non-default main contexts
5986
5987   * GTimeZone support for old-format zoneinfo database (as on Mac OS)
5988
5989   * g_settings_bind() now works with non-canonical property names
5990
5991   * Fix crashes related to NULL connection passed to
5992     GBusNameVanishedCallback and document this situation
5993
5994 * Bugs fixed:
5995  118536 Make g_signal_connect_object'ed handlers disconnect when the data object is destroyed
5996  661767 merge/improve various bits of run-in-thread functionality
5997  682950 GFileMonitor crashing on high event count when running in different thread
5998  683642 Missing g_content_type_get_symbolic_icon
5999  684882 Gsettings should spaw a warning when binding against a low_underscored_property
6000  684909 codegen: Explicitly close output
6001  684912 Update to Unicode 6.2
6002  685037 g_strcmp0: Returns shall include values less and greater than zero
6003  685069 Leak in glib-compile-resources
6004  685208 missing g_return_if_fail
6005  685608 [Patch] Port gio tests from pygobject to pygi
6006  685697 Documentation typo in g_dbus_interface_skeleton_has_connection()
6007  685733 Call ->constructed() after all properties are set
6008  685787 gtestdbus: correct documentation typos
6009  685995 Crash in g_menu_exporter_name_vanished
6010  686091 Invalid reads in g_bytes_unref_to_data
6011  686119 dtrace, gobject_probes.d, the last three probes - semicolon missing
6012  686161 Deprecate g_type_init()
6013  686231 GBusNameVanishedCallback: document NULL connection
6014  686458 slightly increase poll duration in test_timed_wait 
6015
6016 * Translations updated
6017   Catalan (Valencian)
6018   Czech
6019   Danish
6020   Italian
6021   Lithuanian
6022   Norwegian bokmål
6023   Slovenian
6024
6025 Overview of changes from GLib 2.33.14 to 2.34.0
6026 ===============================================
6027
6028 * Bug fixes:
6029  654239 g_type_init()'s docs have no statement about how to...
6030  674620 Update GSettings migration guide for intltool updates
6031  676034 Fix doc annotation for g_ptr_array_ref()
6032  684278 Fix GIO build on Windows
6033
6034 * Translation updates:
6035  Brazilian Portuguese
6036  British English
6037  Bulgarian
6038  Catalan
6039  Galician
6040  German
6041  Hebrew
6042  Hindi
6043  Hungarian
6044  Kannada
6045  Latvian
6046  Marathi
6047  Spanish
6048  Telugu
6049
6050
6051 Overview of changes from GLib 2.33.12 to 2.33.14
6052 ================================================
6053
6054  * CVE-2012-3524: don't run dbus-launch from setuid binaries
6055
6056  * g_content_type_get_generic_icon_name():
6057      new API for getting the icon name for a mime type
6058
6059  * Introspection fixes:
6060   - GDBusConnection nullability fixes
6061   - give a box type to GTimeZone
6062
6063  * Drop GVFS_INOTIFY_DIAG
6064
6065  * Add a new "Writing GLib Applications" section to the reference
6066    documentation with general info on security, threads, etc.
6067
6068  * gwin32mount.c: Fix syntax error
6069
6070  * gresource tests: srcdir != builddir fixes
6071
6072  * tests/gvariant: Fix test on big endian architectures
6073
6074  * Fix regression in g_shell_parse_argv()
6075
6076 Bugs fixed:
6077  562907 g_shell_parse_argv() mishandles # (hash)
6078  683167 g_time_zone_new not introspectable
6079  683384 /gvariant/checksum-basic failure on big endian machines
6080  683641 Typo in gwin32mount.c
6081  683744 have a way to get the generic icon name for a mime type
6082
6083 Translation updates:
6084  Assamese
6085  Belarusian
6086  British English
6087  Czech
6088  Danish
6089  French
6090  Galician
6091  German
6092  Greek
6093  Hebrew
6094  Indonesian
6095  Indonesian
6096  Korean
6097  Lithuanian
6098  Marathi
6099  Marathi
6100  Polish
6101  Portuguese
6102  Punjabi
6103  Russian
6104  Serbian
6105  Slovenian
6106  Traditional Chinese
6107
6108 Overview of changes from GLib 2.33.10 to 2.33.12
6109 ================================================
6110
6111 * Add a G_DEFINE_QUARK macro
6112
6113 * Add symbolic icon support to drive, volume, and mount, file
6114   and content types
6115
6116 * Add API to allow thread-safe access to the same qdata item
6117
6118 * Bugs fixed:
6119  562907 g_shell_parse_argv() mishandles # (hash)
6120  627240 add G_DEFINE_QUARK
6121  672329 memory leaks in gutils.c and glib tests
6122  673012 Stable byte-level specification for normal form
6123  674805 gdbusproxy async test is broken
6124  679835 gvariant format string parsing (and assertions)...
6125  682075 gdbus: Fix double free and use after free of ob...
6126  682101 Provide a way to get a symbolic icon for a device
6127  682222 test_method_calls_on_proxy: assertion failed (e...
6128  682284 mount-op: use gint64 instead of guint64 for tim...
6129  682386 "make check" fails due to sys/resource.h not be...
6130  682560 leak fixes
6131  682586 gsettings-tool: make list-recursively really re...
6132  682819 EINTR-harden all the things
6133  682833 Handle EINTR for open()
6134  682849 drop the global lock for g_object_weak_ref
6135  682965 gdbus-tool: Check return value of strrchr()
6136  683088 gdbus-codegen: fix error when wrong interface n...
6137         Fix the build with gtk-doc-stub
6138         Don't crash if set_app_info is called before ad...
6139
6140 * Translation updates
6141  Assamese
6142  Galician
6143  Greek
6144  Indonesian
6145  Japanese
6146  Latvian
6147  Lithuanian
6148  Norwegian bokmål
6149  Polish
6150  Portuguese
6151  Punjabi
6152  Russian
6153  Spanish
6154  Traditional Chinese
6155  Vietnamese
6156
6157
6158 Overview of changes from GLib 2.33.8 to 2.33.10
6159 ===============================================
6160
6161 * New GTest API for testcases where log output is expected:
6162   g_test_expect_message()
6163
6164 * GMenuItem now has 'get' accessors and a construct-from-GMenuModel API
6165
6166 * GVariant now has a function to check a format-string for type
6167   compatibility
6168
6169 * win32: We now use overlapped IO to support multiple asynchronous
6170   operations (ie: reading and writing) at the same time.
6171
6172 * GMappedFile: Add g_mapped_file_get_bytes()
6173
6174 * The problems with g_file_make_directory_with_parents() should be
6175   resolved.
6176
6177 * The long-standing issues with placeholder generation of manpages are
6178   now resolved.
6179
6180 * gtlscertificate: Add GBytes based certificate and private-key props
6181
6182 * build: Switch back to using AS_IF for conditionals
6183
6184 * test coverage improvements, documentation improvements, leak fixes
6185
6186 * Bugs fixed
6187  326931 Better docs for G_GNUC_*
6188  550433 g_test_init doesn't recognize --help
6189  600751 GCompletion should better document if and how items memory is managed
6190  628193 Miscellaneous string fixes
6191  637460 man glib-genmarshal is hard to use
6192  674483 broken configure results when cross-compiling with gcc >= 4.5
6193  677065 GMappedFile: Add g_mapped_file_get_bytes()
6194  679288 win32: use overlapped events for streams
6195  679556 it's hard to use gtest when g_warning() is expected
6196  680823 g_file_make_directory_with_parents: Fix error propagation
6197  681319 gtlscertificate: Add certificate-bytes and private-key-bytes props
6198  681336 man pages not built if --enable-gtk-doc not specified
6199  681413 build: Switch back to using AS_IF for conditionals
6200  681501 gmem: array only partially filled with memcpy
6201  681854 Documentation fix for Howto compile a program with glib
6202  682025 Documentation correction
6203  682067 Fix problems with CLEANFILES and automake-1.11.1 
6204
6205 * Translations updated:
6206  Lithuanian
6207  Spanish
6208  Galician
6209  Telugu
6210  Serbian
6211  Assamese
6212  Marathi
6213  Indonesian
6214  Traditional Chinese
6215
6216 Overview of changes from GLib 2.33.6 to 2.33.8
6217 ==============================================
6218
6219 * GIO now has a g_file_delete_async function
6220
6221 * The defaults for GThreadPools max_unused_threads
6222   and max_idle_time values have been changed to
6223   2 and 15*1000, respectively.
6224
6225 * Bugs fixed:
6226  661767 merge/improve various bits of run-in-thread functionality
6227  680074 undefined symbol "get_C_locale"
6228  680121 g_cancellable_source_new: don't use a file descriptor
6229  680148 gthread: check for definition of PR_SET_NAME
6230  680310 Sorting of access points by strengh not working
6231  680704 g_utf8_strup() crash
6232  68076a0 GFile: Add g_file_delete_async()
6233  680787 Add .dir-locals.el to tell Emacs users not to use tabs...
6234  680823 g_file_make_directory_with_parents: Fix error propagation
6235  680994 STATIC_ASSERT in GDBusError docs don't have much utility
6236  681116 gtlscertificate: Add g_tls_certificate_equal() function
6237  681118 gtlsdatabase: Don't complain if no callbacks for async...
6238  669331 try to get gio tests working a little better on win32
6239  674314 Make gtk-doc not a hard dependency of GLib
6240  674800 gclosure: generic marshaller leaks return value
6241  675524 gsocket: FIONREAD undeclared (needs sys/filio.h)
6242  679509 use after free in g_dbus_action_group_describe_all_done()
6243  679996 gobject docs minor cleanup
6244  680459 Extra newline char in local implementation of g_applic...
6245  680505 object_path memory leak in gdbusobjectproxy.c
6246  680831 Deprecate and remove g_slice_[sg]et_config.*
6247  680912 gchecksum: Add g_compute_checksum_for_bytes()
6248  681151 checksum: Use functions instead of macros when buildin...
6249  681158 gtlscertificate: Don't confuse certificate and public ...
6250
6251 * Translation updates:
6252  Galician
6253  German
6254  Gujarati
6255  Hebrew
6256  Norwegian bokmål
6257  Serbian
6258  Slovenian
6259
6260
6261 Overview of changes from GLib 2.33.4 to 2.33.6
6262 ==============================================
6263
6264 * GAsyncInitable: partially revert the init_finish changes,
6265   some applications were found to rely on behaviour that
6266   was broken by these changes
6267
6268 * Bugs fixed:
6269  679617 win32: fix g_get_environ()
6270  679968 Add some annotations to GBytes, GVariantType...
6271  680111 GIOScheduler assumes GCancellable "cancelled...
6272
6273 * Translation updates:
6274  Spanish
6275
6276 Overview of changes from GLib 2.33.3 to 2.33.4
6277 ==============================================
6278
6279 * GMainContext: the source list has been reorganzied to
6280   avoid O(n) behaviour
6281
6282 * GRegex: Update included PCRE to 8.31 and expose new
6283   functionality in 8.x versions of PCRE
6284
6285 * GMountOperation gained a ::show-unmount-progress signal
6286   which provides information about slow unmount operations
6287
6288 * Bugs fixed:
6289  616892 gio: Add a boxed type for GFileAttributeMatcher
6290  619329 g_source_attach() O(n) in number of sources
6291  639771 g_dir_read_name() can also return NULL on error
6292  661767 merge/improve various bits of run-in-thread fun...
6293  667375 GAsyncInitable subclassing (and async subclassi...
6294  671545 Constify collect and lcopy strings in GTypeValu...
6295  674452 SEGFAULT in gio contenttype test
6296  674898 Deal with GLIB_VERSION_MIN_REQUIRED/MAX_ALLOWED...
6297  675504 Fix up GObject interface documentation
6298  677064 GString: Tweak documentation, add g_string_free...
6299  677578 error in PCRE error code conversion
6300  677579 update GRegexError for newer PCRE error codes
6301  678066 gdbus codegen does not work with python3
6302  678273 unicode othercasing is wrong in gregex
6303  678576 GIOScheduler performance enhancements
6304  678758 GTlsInteraction unlocks an unlocked mutex
6305  678808 GTestDBus issues
6306  678881 Test failures in /socket/timed_wait in some cas...
6307  678941 /contenttype/guess test case failure
6308  678944 gio returns the wrong default applications for ...
6309  678949 wrong definition of ulong_bool for 64 bit big e...
6310  678959 /mainloop/timeouts race condition: assertion fa...
6311  679193 update included pcre to 8.31
6312  679258 The 'Since' tag for G_SOURCE_CONTINUE and G_SOU...
6313  679473 Don't generate invalid property names
6314  679691 Add g_spawn_check_exit_status()
6315  679671 GDBusNodeInfo: the XML string must contain exac...
6316  676111 mount-operation: add show-unmount-progress signal
6317  679691 win32: fix build g_spawn_check_exit_status() wi...
6318  679813 Documentation bug on http://developer.gnome.org...
6319
6320 * Translation updates:
6321  Assamese
6322  Belarusian
6323  Bulgarian
6324  Galician
6325  Greek
6326  Norwegian bokmål
6327  Polish
6328  Spanish
6329  Traditional Chinese
6330  Vietnamese
6331
6332
6333 Overview of changes from GLib 2.33.2 to 2.33.3
6334 ==============================================
6335
6336 This release contains mostly bugfixes, cleanups and performance
6337 improvements (including many fixes contributed by Colin on the advice of
6338 Coverity).  There are a few notable externally-visible changes:
6339
6340 * Thumbnails are now in XDG_CACHE_HOME
6341
6342 * new GDBus API: per-thread g_dbus_connection_get_last_serial()
6343
6344 * GUnixOutputStream now has a can_poll() implementation
6345
6346 * New deep copy APIs for G(S)List: g_(s)list_copy_deep
6347
6348 * Bugs fixed:
6349  518309 Incorrect data*dir path in glib-gettextize output
6350  566994 Safer passing of -framework flag
6351  672889 GLib.utf8_validate does segfault
6352  673253 Not strict enough autconf test for libelf
6353  675024 adds g_list_copy_deep() and g_slist_copy_deep
6354  675168 prepare for thumbnails to move to XDG_CACHE_HOME
6355  675966 gresolver: More robust parsing of DNS responses
6356  676594 [Patch] fix g_reload_user_special_dirs_cache
6357  676825 Implement g_dbus_connection_get_last_serial ()
6358  677235 Clarify the comment at the top of gmarshal.list
6359  677527 OS X: gthread/spawn-async selftest failure
6360  677718 GDBusProxy: treat org.freedesktop.systemd1.Masked error as non-fatal
6361  677770 GUnixOutputStream does not implement can_poll
6362  677782 Install bash completion files in /usr/share
6363  677817 g_key_file_to_data adds extra blank lines in some cases
6364  677952 Missing annotation for GDBusConnection signal "closed"
6365  678052 g_wakeup_acknowledge is called too often.
6366  678273 unicode othercasing is wrong in gregex
6367  678333 gdbus-codegen code causes warnings under -Wfloat-equal
6368
6369 * Translations updated:
6370  Arabic
6371  Assamese
6372  Galecian
6373  Greek
6374  Spanish
6375  Telugu
6376
6377 Overview of changes from GLib 2.33.1 to 2.33.2
6378 ==============================================
6379
6380 * GLIB_VERSION_MIN_REQUIRED now defaults to the current stable version
6381
6382 * GIO input and output stream classes have grown GBytes-based methods
6383
6384 * GApplication now has hooks to register D-Bus objects before the bus
6385   name is taken
6386
6387 * Bugs fixed:
6388  605976 add g_type_ensure(), to ensure that a type has...
6389  660851 Breakage of code due to changes in the GThread...
6390  666386 Empathy doesn't open Redirect URI with particu...
6391  671139 need (transfer async) for io stream buffers
6392  672329 memory leaks in gutils.c and glib tests
6393  672548 g_utf8_validate: @str shouldn't end up annotat...
6394  674111 Provide an accessor for MimeType desktop entry...
6395  674483 broken configure results when cross-compiling ...
6396  674634 Add g_clear_pointer()
6397  674777 What's the (transfer) of g_variant_lookup()?
6398  675309 gkeyfile: Fix annotations for g_key_file_load_...
6399  675446 gfile: Plug memory leak in g_file_make_directo...
6400  675509 add extra dbus hooks
6401  675832 Incomplete gsettings bash auto-completion
6402  676208 The tmpl parameter to g_file_new_tmp can be NULL
6403  676265 GNetworkMonitor leaks a lot of memory
6404  676277 Document that g_app_info_create_from_commandli...
6405  676397 g_environ_* should work with NULL envp
6406  676398 g_spawn_* should take PATH from the passed env...
6407  676478 Broken gzip decoding
6408  676594 [Patch] fix g_reload_user_special_dirs_cache
6409  676816 Add more GLIB_AVAILABLE_IN_*
6410  676937 Document notify signal deduplication with free...
6411
6412 * Translation updates:
6413  Czech
6414  French
6415  German
6416  Greek
6417  Japanese
6418  Russian
6419  Slovenian
6420  Spanish
6421
6422
6423 Overview of changes from GLib 2.32.1 to 2.33.1
6424 ==============================================
6425
6426 * GApplication
6427  - can now have a NULL application ID
6428  - add accessors for determining dbus connection and object path
6429
6430 * g_clear_object: fix warnings when using it on C++ (due to lack of
6431   ability to implicitly cast void*)
6432 * add g_clear_pointer as a generic form of g_clear_object
6433
6434 * GDBus:
6435  - add our own implementation of the message bus for use on Windows only
6436  - fix up a few bugs that use of this bus uncovered in GDBus
6437  - escape nonce files in dbus addressess (think 'c:\')
6438  - support initial underscores in dbus codegen namespace (for private)
6439  - add GTestDBus for bringing up a session bus for testing purposes
6440  - gdbus-codegen: Avoid warnings in generated code
6441  - GDBusAuthObserver: Add a way to control what authentication mechanisms to use
6442  - 
6443
6444 * Fix misdetection of GNUstep as Cocoa (for the MacOS GSettings backend)
6445
6446 * make sure configure fails if AC_CHECK_ALIGNOF cannot detect the alignment
6447
6448 * GAppInfo
6449  - overwrite the DISPLAY only if it is set in the launch context
6450  - add accessor for StartupWMClass
6451
6452 * glib/tests/date: force US locale running the GDateTime tests
6453
6454 * Resources:
6455  - fix broken use of GVDB on big endian machines
6456  - set a 'display name' so that pretty file names appear in Gtk CSS
6457    warning messages
6458
6459 * GMainContext:
6460  - block child sources when blocking the parent
6461  - introduce more testcases for child sources
6462
6463 * GResolver: add support for MX, TXT, NS and SOA records
6464
6465 * GSocketControlMessage: Don't warn about unknown messages
6466
6467 * GIO:
6468  - implement GSeekable for the data and buffered stream classes
6469  - implement GPollable for many more classes as well
6470  - fix GConverterInputStream infinite loop when fill_buffer returns an error
6471  - fileinfo: document the correct type for trash::orig-path
6472
6473 * test coverage improvements and general fixes
6474
6475 * new 2.34 stuff: version macros, docs index section, etc.
6476
6477 * Build:
6478  - add --disable-modular-tests build option
6479  - don't require host binaries if tests are not enabled for cross-builds
6480
6481 * Translations updated
6482  Brazilian Portuguese
6483  Bulgarian
6484  Czech
6485  French
6486  Galician
6487  German
6488  Hebrew
6489  Hindi
6490  Italian
6491  Norwegian bokmål
6492  Polish
6493  Russian
6494  Russian
6495  Serbian
6496  Simplified Chinese
6497  Slovenian
6498  Spanish
6499  Telugu
6500
6501 Overview of changes from GLib 2.32.0 to 2.32.1
6502 ==============================================
6503
6504 * Bugs fixed:
6505  670254 glib-2.30.2: Fails /GDateTime/new_from_unix test
6506  672541 glib-compile-resources prepends --sourcedir to absolute paths
6507  673139 URL to mailing lists in README incorrect
6508  673174 g_input_stream_read[_finish]: document returning 0 on EOF
6509  673191 glib/gchecksum.c warning: dereferencing type-punned pointer...
6510  673216 [W32] gtestutils does not use path separators consistently
6511  673439 Properly deprecate g_value_{set,get}_char
6512  673612 Fails to decode dictionaries wrapped in two layers of array
6513  673803 gclosure: Support return values of GVariants
6514  669285 glib/tests/markup-parse fails under non-english locale
6515  673911 gio-2.0.pc lists full path to executables, breaking cross com..
6516  673762 gnextstepsettingsbackend.c:343: error: parse error before 'in'
6517
6518 * Updated translations:
6519  Belarusian
6520  British English
6521  Bulgarian
6522  Catalan
6523  Czech
6524  French
6525  German
6526  Hebrew
6527  Hindi
6528  Hungarian
6529  Italian
6530  Japanese
6531  Kannada
6532  Latvian
6533  Lithuanian
6534  Marathi
6535  Norwegian bokmål
6536  Odia
6537  Polish
6538  Serbian
6539  Slovenian
6540  Spanish
6541  Swedish
6542  Telugu
6543
6544
6545 Overview of changes from GLib 2.31.22 to 2.32.0
6546 ===============================================
6547
6548 * Bugs fixed:
6549  671988 Quickly registering / unregistering objects on bus...
6550  672095 glib needs stable sort function
6551  672406 glib/tests/include.c fails to build on FreeBSD
6552
6553 * Updated translations:
6554  Telugu
6555
6556
6557 Overview of changes from GLib 2.31.20 to 2.31.22
6558 ================================================
6559
6560 * Bugs fixed:
6561  531901 Use __builtin_bswap* for GUINT*_SWAP_LE_BE if building...
6562  653167 Out of tree build is broken on windows
6563  668973 Test /gvariant/parser fails on Solaris 10
6564  669797 gvfs now lists its fuse mounts
6565  670846 deadlock: GStreamer-WARNING **: wrong STREAM_LOCK count 0
6566  671664 gio-querymodules: unlink instead of writing empty cache
6567  671676 Glib can't be cross-compiled any more after merge of...
6568  671918 gnome-shell is inaccessible unless started while an AT...
6569  671942 GSocketMsgFlags: annotate as a flags
6570  671997 Unix signal handling assumes that volatile 1-byte writes...
6571  672013 GSimpleAsyncResult: support reliable cancellation
6572  672026 default log output should include pid and/or prgname
6573  672095 glib needs stable sort function
6574  672201 G_SPAWN_SEARCH_PATH should continue on ENODEV and ETIMEDOUT
6575  672239 request NO_REPLY from g_dbus_connection_call() with no as...
6576  672249 gdbusproxy leaks asyncresult in an error case instead of...
6577
6578 * Translation updates:
6579  Assamese
6580  British English
6581  Catalan
6582  Catalan (Valencian)
6583  Danish
6584  Esperanto
6585  Finnish
6586  French
6587  German
6588  Hungarian
6589  Korean
6590  Lithuanian
6591  Norwegian bokmål
6592  Polish
6593  Portuguese
6594  Russian
6595  Traditional Chinese
6596
6597
6598 Overview of changes from GLib 2.31.18 to 2.31.20
6599 ================================================
6600
6601 * Update to Unicode 6.1
6602
6603 * Update PCRE to 8.30
6604
6605 * Deprecations are now versioned, and new API is
6606   marked with the version it was introduced.
6607   Use these with GLIB_VERSION_{MIN,MAX}_REQUIRED
6608
6609 * The performance of signal emissions has been
6610   improved for simple cases
6611
6612 * Bugs fixed:
6613  529806 Cannot build in 64-bit Mac OS X due to libiconv
6614  580873 Documentation of register type functions incomplete
6615  592666 Document how to unset an attribute
6616  597785 g_type_class_add_private code snippet is a bad example
6617  621368 glib-2.24.1: FAIL: run-assert-msg-test.sh when updating...
6618  622149 --disable-regex breaks glib2 build
6619  639873 GBinding: Crash when binding two properties on the same...
6620  640202 For GLIB v. 2.23.6 and above: impossibility to build mu...
6621  668295 Need a way to classify GVolume instances
6622  669670 gasyncqueue: don't use deprecated g_cond_timed_wait()
6623  670542 Add version information for deprecations
6624  670557 gvaluetransform: Fix an infinite loop with GFlagsValue...
6625  670721 global variable for signal ID should be hidden
6626  670751 IceWM build fails due to the G_DEPRECATED_FOR macro
6627  670909 g_dbus_connection_call leaks when it receives an error...
6628  670922 Include path to gdbus-codegen in the pkgconfig file
6629  670969 GSequence lookup may fail if there was no sort prior to...
6630  671025 Constants and identifiers starting with a number are no...
6631  671270 make distclean failures
6632  671281 glib-compile-resources.xml is missing from the dist tar...
6633
6634 * Translation updates:
6635  Basque
6636  Belarusian
6637  Brazilian Portuguese
6638  Bulgarian
6639  Galician
6640  Hebrew
6641  Lithuanian
6642  Persian
6643  Punjabi
6644  Serbian
6645  Simplified Chinese
6646  Slovenian
6647  Telugu
6648  Traditional Chinese
6649  Uyghur
6650  Vietnamese
6651
6652
6653 Overview of changes from GLib 2.31.16 to 2.31.18
6654 ================================================
6655
6656 * GDBusProxy has now a flag, G_DBUS_PROXY_FLAGS_GET_INVALIDATED_PROPERTIES,
6657   which can be set to make GDBus automatically reload
6658   changed properties even if the propertychanged signal
6659   does not contain the new values.
6660
6661 * GApplication puts non-unique applications on the bus
6662
6663 * GApplication now has g_application_quit()
6664
6665 * g_async_queue_timed_pop has been deprecated in favor of
6666   the new g_async_queue_timeout_pop, which uses relative
6667   delays in microseconds instead of a GTimeVal.
6668
6669 * a huge number of API documentation fixes
6670
6671 * Bugs fixed:
6672  647986 put non-unique apps on D-Bus
6673  658484 vpn connection vs NetworkSecretDialog
6674  664237 GDateTime falls back to UTC if TZ is set
6675  669329 gthread-win32: update for g_get_monotonic_time() changes
6676  669330 glocalfile: fix error code when opening a directory on win32
6677  669372 glib/tests memory leaks.
6678  669412 mem leak in g_environ_unsetenv
6679  669538 Fix compilation of glib-compile-resources.c on Windows
6680  669544 gdbus-codegen example introspection XML is not complete
6681  669595 glib-mkenums: fix handling of forward enum declarations
6682  669670 gasyncqueue: don't use deprecated g_cond_timed_wait()
6683  669671 gobject: use #pragmas to avoid deprecated function warnings
6684  669689 Retrieve cwd and environ in local GApplicationCommandLine
6685  669810 socket/win32: flush pending read before signaling HUP
6686  669865 g_regex_fetch()
6687  670085 memory leak in g_output_stream_write_async
6688  670138 gbytes.h is missing the G_BEGIN/END_DECL guards
6689  670485 Simplify session API (shared bug with gtk+)
6690
6691 * Updated translations:
6692  Belarusian
6693  Danish
6694  Galician
6695  Serbian
6696  Telugu
6697  Hebrew
6698
6699
6700 Overview of changes from GLib 2.31.14 to 2.31.16
6701 ================================================
6702
6703 * GResource:
6704  - The resource compiler can now convert pngs into
6705    pixel data that can be used without parsing at runtime
6706    (requires gdk-pixbuf-pixdata to be present)
6707
6708 * Bugs fixed:
6709  669123 resource compiler: failing to-pixdata should...
6710  669173 resource: fix xml preprocess entity handling
6711  669224 Cross-compilation broken by data-to-c
6712  669253 gsettings set buggy on array values
6713  669334 fix memory leak in bookmark file parser
6714
6715 * Translation updates:
6716  Norwegian bokmål
6717  Spanish
6718
6719
6720 Overview of changes from GLib 2.31.12 to 2.31.14
6721 ================================================
6722
6723 * GResource:
6724  - GLib now includes a commandline utility, gresource,
6725    to explore resources in ELF files
6726  - The resource compiler can now optionally strip
6727    ignorable whitespace from XML resources
6728  - The resource compiler can now generate build dependencies
6729  - The resource compiler will now autoselect output formats
6730
6731 * GApplication:
6732  - The menu markup parser API has been dropped, the
6733    menu XML support lives in GTK+ now
6734
6735 * GValueArray has been deprecated
6736
6737 * Bugs fixed:
6738  626258 N-ary Trees - 'nodes' can be inserted before and after...
6739  634232 Core Dump / Aborted using g_key_file_to_data
6740  639099 schema compiler chokes on valid schema
6741  667228 Deprecate GValueArray
6742  667243 Add an element clear function to GArray
6743  667929 glib-compile-resources: xml resources doesn't need to...
6744  668250 g_date_time_format() produces a non-UTF8 string
6745  668468 'IP_ADD_SOURCE_MEMBERSHIP' undeclared
6746  668532 resources: add dependency generator to the resource compiler
6747  668539 resources: compiler should autoselect output format...
6748  668561 gresource-tool not internationalized
6749  668572 glib_cv_g_atomic_lock_free config.cache setting not honored...
6750  668650 GRealArray->clear_func should be initialized
6751  668756 GKeyFile: allow loading from empty strings
6752  668857 fix couple of typos in comments
6753  669024 goption: implement platform_get_argv0() for OpenBSD
6754
6755 * Updated translations:
6756  Galician
6757  Norwegian bokmål
6758  Spanish
6759  Traditional Chinese
6760
6761 Overview of changes from GLib 2.31.10 to 2.31.12
6762 ================================================
6763
6764 * GApplication:
6765  - Drop support for exporting menus - this functionality
6766    will be provided in GtkApplication
6767  - Add a way to create actions that change settings
6768
6769 * Bugs fixed:
6770  629503 Add async versions of g_unix_connection_{receive,send}_credentials
6771  656301 glib-compile-schemas should not create an empty file
6772  668071 mingw-gcc build fails on gio/gsocket.[c|h]
6773  668118 the big appmenu switcheroo
6774  668158 base64 encode and line termination
6775  668163 GDBusConnection: note that exit-on-close is sometimes TRUE
6776  668269 gsignal: add g_signal_handlers_disconnect_by_data
6777  668279 create GAction from GSettings
6778
6779 * Translation updates:
6780  Norwegian bokmål
6781
6782
6783 Overview of changes from GLib 2.31.8 to 2.31.10
6784 ===============================================
6785
6786 * GResource:
6787  - A new facility to allow linking data files into binaries
6788    and make them available as resources
6789  - Resources are compiled using glib-compile-resources
6790  - GIO supports resource:/// uris to access resources
6791
6792 * Bugs fixed:
6793  619126 Missing dependency libs
6794  658315 g_key_file_get_keys() should set length to 0...
6795  660371 is it ever valid to have 0 as a GError domain?
6796  666700 Add some missing (allow-none) annotations
6797  667375 GAsyncInitable subclassing (and async subclassing...
6798  667447 Missing many introspection annotations
6799  667790 Protect call to pthread_condattr_setclock with define
6800  667938 wrong gtypes generated for empty flags enums
6801
6802 * Translation updates:
6803  Hebrew
6804  Spanish
6805
6806
6807 Overview of changes from GLib 2.31.6 to 2.31.8
6808 ==============================================
6809
6810 * GObject:
6811  - The type checks for overriding properties have been loosened.
6812    In particular, it is now possible to add the CONSTRUCT flag
6813    to an overridden property
6814  - GWeakRef is a new API for weak references; unlike g_object_weak_ref
6815    and g_object_add_weak_pointer, it is thread-safe.
6816
6817 * GHashTable has grown new convenience api for use as a set:
6818   g_hash_table_add, g_hash_table_contains
6819
6820 * GSocketConnection has gained API for managing connection status
6821
6822 * GSettings: a native OS X backend has been added, under the
6823   name 'nexstep'
6824
6825 * Bugs fixed
6826  455640 Something fishy with GRegex and unicode
6827  548954 weak references are not threadsafe
6828  625751 Add G_FILE_ATTRIBUTE_FILESYSTEM_USED
6829  658871 gbacktrace: g_get_prgname () isn't called for a NULL argu...
6830  664069 gvariant: Never break out of g_variant_iter_loop
6831  664830 g_strescape doesn't natively handle \v (vertical tab)
6832  665211 GDBusConnection singleton access can race with disposal
6833  665805 Add GSocketClient::action, for tracking socket client status
6834  666116 some tests provoke undefined behaviour, which is undesira...
6835  666422 Unreachable code in gio gnetworkmonitornetlink.c
6836  666551 Crash in g_thread_xp_SleepConditionVariableSRW
6837  666595 menu parser disallows id='' on submenu and section
6838  666615 loosen property override flag restrictions
6839  666616 gobject: fix property override type checks
6840  666803 g_utf8_validate() fails to validate strings with known size
6841  666804 g_ateaxit deprecation warning in devhelp points in wrong ...
6842  666951 g_mkdtemp: Since version incorrect in docs
6843  666978 Fails to compile glib applications with ISO C90 compiler
6844  667098 ginetaddressmask leaks its address property
6845  667225 GSocket: add missing type checks to public methods
6846  667226 GSocket: fix an error return value
6847  667279 Sometimes crashes when launching commandline-crea...
6848  667285 Wrong keyname listed in documentation for g_deskt...
6849  667331 Use g_queue_free_full() convenience function
6850  667420 GHashTable GDB pretty printing is broken
6851
6852 * Updated translations
6853  Belarusian
6854  Bulgarian
6855  Hebrew
6856  Norwegian bokmål
6857  Norwegian Nynorsk
6858  Spanish
6859  Vietnamese
6860
6861
6862 Overview of changes from GLib 2.31.4 to 2.31.6
6863 ==============================================
6864
6865 * GApplication no longer has APIs for setting menus.  Those have been
6866   moved to GtkApplication.
6867
6868 * the GActionGroup import/export functionality has been decoupled from
6869   GApplication by the introduction of a new interface for the purpose of
6870   handling platform data: GRemoteActionGroup.  This allows Gtk to
6871   properly deal with platform data (and gdk threads) on window actions.
6872
6873 * lots of documentation improvements
6874
6875 * bug fixes and a huge number of memory leak fixes
6876
6877 * the test suite now passes on ARM and some of the GDBus testcase hangs
6878   we've been seeing have been resolved (although others could remain)
6879
6880 * g_bytes_get_data() API changed: now includes 'size' out parameter
6881
6882 * new g_queue_free_full() API similar to g_[s]list_free_full()
6883
6884 * desktop files: use standard "Keywords" now, not "X-GNOME-Keywords"
6885
6886 * gsettings commandline tool now has --schemadir option for schemas not
6887   installed in the usual place (ie: as part of plugins)
6888
6889 * Bugs fixed:
6890  643736 GApplication doesn't emit dbus signals on action updates
6891  657433 g_queue_free_full() missing
6892  664699 glib: documentation fixes
6893  665737 acquire/release gdk threads lock on incoming dbus
6894  665879 GBytes: add a size argument to g_bytes_get_data
6895  666113 various leaks in GLib, GIO are visible in the regression tests
6896  666115 various tests leak memory, obscuring real leaks in the library
6897  666145 Doc could be more explicite that g_thread_init calls can be droped
6898  666173 Configure warning - linux/netlink.h usability... no
6899  666296 Race condition in g_thread_xp_get_srwlock
6900  666415 Settings tools should allow specifying a schema directory 
6901
6902 * Translations updated:
6903  French
6904  Spanish
6905
6906 Overview of changes from GLib 2.31.2 to 2.31.4
6907 ==============================================
6908
6909 * EXPERIMENTAL: Menu support has been added to GApplication.  Menus
6910   are exported on the bus, alongside the actions that are already there.
6911   There have also been many related improvements to action group
6912   functionality.
6913
6914   These new APIs are subject to changes in the coming releases.  In
6915   particular, it seems somewhat likely that the APIs for registering
6916   menubars may change in order to accommodate windows with different
6917   types of menubars.
6918
6919 * GDBusConnection previously directly dispatched destroy notifies when
6920   unregistering objects if the current main context was the same context
6921   the object was exported on.  It now unconditionally dispatches these
6922   through an idle on the context.
6923
6924 * Clean up Requires in pc files. Linking against GIO no
6925   longer drags in gmodule. This may require dependency
6926   fixes here and there.
6927
6928 * Introduce GBytes, a data type for immutable, fixed-size
6929   byte sequences. This makes the pre-existing GBuffer
6930   API available outside GLib
6931
6932 * GDBusInterfaceSkeleton can now be exported on multiple
6933   connections
6934
6935 * Bugs fixed:
6936  600161 Do not use static GTypeInfo and GInterfaceInfo
6937  640077 GFileMonitor: Always send CHANGES_DONE_HINT after a move...
6938  641720 Misleading definition for local_command_line() in GApplic...
6939  648516 Little comment error and 2 useless lines of code
6940  651997 Dummy backend for gapplication
6941  652560 Test for g_ascii_strtod is failing
6942  662208 failure to initialize a GInitable should be considered...
6943  662718 GDBusInterfaceSkeleton should be able to export on multi...
6944  663291 GBytes: Immutable, refcounted sequence of bytes
6945  664406 Need context for a proper translation
6946  664455 Build fixes for GLib GIT master (2.31.x)
6947  664558 GDBusWorker.frozen has a value > 1 in a gboolean
6948  664559 sys/wait.h not available on windows
6949  664617 gdbus segfault error 4 in libgio-2.0.so.0.3102.0
6950  664635 GMemory{Out,In}putStream _async functions break sub-class...
6951  664809 Add command line option to gtester to allow skipping tests
6952  665067 cryptic assertion failure if nonsensical flag combinations...
6953  665184 Check ref. count before reffing/unreffing
6954  665298 Add 'Requires.private: libpcre' to glib-2.0.pc
6955  665391 update documentation around mainloops
6956  665607 ./configure is there for fiddling with cross-compile enviro...
6957  665634 g_dbus_node_info_new_for_xml() errors on unknown attributes...
6958  665685 Add a #define for the max length of a Unicode decomposition
6959  665733 GDBusConnection holds lock while calling destroynotify
6960
6961 * Translation updates:
6962  Norwegian bokmål
6963  Spanish
6964
6965
6966 Overview of changes from GLib 2.31.0 to 2.31.2
6967 ==============================================
6968
6969 * Monotonic time is now properly supported on Windows
6970
6971 * glib-mkenums: fix @ENUMPREFIX@ with /*< underscore_name=... >*/
6972
6973 * EXPERIMENTAL: introduce new GSettingsSchema and GSettingsSchemaSource
6974   APIs for the convenience of plugin system authors and those who wish
6975   to introspect the contents of schemas.  This API may change.
6976
6977 * Improve the performance of GObject property notifies.
6978
6979 * GDBus:
6980  - fix a race when unowning a name immediately after owning it
6981  - thread safety improvements on GDBusConnection
6982  - fixes for exit-on-close functionality
6983
6984 * Deprecations:
6985  - add G_SIGNAL_DEPRECATED
6986  - don't use G_DISABLE_DEPRECATED masking for functions anymore
6987
6988 * docs
6989  - tmpl/ is finally dead for glib
6990
6991 * GIO:
6992  - GInetAddressMask: new type for internet address range matching
6993  - various GIO file and stream fixes
6994  - improvements to attribute and fileinfo handling
6995
6996 Overview of changes from GLib 2.29/2.30 to 2.31.0
6997 =================================================
6998
6999 This release contains a huge number of changes (500 commits worth).  The
7000 list below attempts to summarise, but not every change is listed.
7001
7002 * Major changes to threading and synchronisation
7003  - threading is now always enabled in GLib
7004  - support for custom thread implementations (including our own internal
7005    support for errorcheck mutexes) has been removed
7006  - a whole lot of dead code (to deal with the non-threaded case) has
7007    been ripped out.  This includes the racy path of GMainContext that
7008    caused deadlocks with respect to child process exits in
7009    single-threaded programs (such as gtester).
7010  - libgthread is now an empty shell and g_thread_init() is no longer
7011    required (and has been deprecated)
7012  - GMutex and GCond can now be statically allocated without explicit
7013    initialisation.  Dynamic allocation for these types is deprecated.
7014  - new types GRecMutex and GRWLock can also be statically allocated
7015    without explicit initialisation.
7016  - GPrivate can now be statically allocated and has an improved API.
7017    Dynamic allocation of GPrivate is deprecated.
7018  - GStaticMutex, GStaticRecMutex, GStaticRwLock, GStaticPrivate are
7019    deprecated.
7020  - GCond now uses monotonic time internally and a new API takes
7021    monotonic time for timed waits, deprecating the wallclock API
7022  - removal of the insane macro indirection used in the previous
7023    implementation of threading and synchronisation APIs
7024  - use SRWLock and CONDITION_VARIABLE APIs when available on Windows
7025    (Vista and later) and emulate them on XP
7026  - leaks of G(Static)Private-allocated data on some cases of thread exit
7027    have been fixed
7028  - simplified new thread creation API with the old API deprecated.  The
7029    concept of joinability has disappeared (all threads are joinable) as
7030    have priority levels, 'bound'ness (ie: kernel vs. userspace threads)
7031    and ability to manipulate the stack size.
7032  - GThread is now a refcounted type
7033  - other implementation details changed
7034
7035 * Move headers for some deprecated functionality to a separate
7036   deprecated/ directory.
7037
7038 * New support for attribute-based deprecations to issue compiler
7039   warnings instead of breaking the build and/or giving warnings about
7040   implicit declarations (and possibly miscompiling).
7041
7042 * GCache has been deprecated (after its last use was removed from our
7043   platform over a year ago).
7044
7045 * It is no longer possible to include individual headers (like
7046   "ghash.h") -- you must #include <glib.h>.
7047
7048 * The misguided experiment of allowing the program to stumble along with
7049   missing GSettings schemas is now over -- the abort is back.
7050
7051 * Clarify that fork() is not valid while using GMainContext.  This is
7052   because the internal resources of the GMainContext end up being shared
7053   by both processes.  We had an assert here but it was breaking existing
7054   (valid) use cases as well, so it has been removed for now.
7055
7056 * GApplication
7057   - add ::shutdown signal as logical dual to ::startup
7058   - don't use a GMainLoop: iterate the GMainContext directly (improves
7059     quit logic)
7060
7061 * Several portability fixes for Windows, OpenBSD, Solaris
7062
7063 * Add new GValue API to specifically deal in signed chars (in case the
7064   platform defines 'char' as unsigned)
7065
7066 * some new API to mitigate the problems associated with calling setenv()
7067   in a multi-threaded program
7068
7069 * Use CLOCK_MONOTONIC unconditionally if the libc has support at compile
7070   time (ie: stop checking for kernel support at runtime).
7071
7072 * pkg-config files:
7073   - drop -uninstalled variants
7074   - remove gobject dependency on gthread
7075
7076 * New macro G_ATOMIC_LOCK_FREE is defined if the atomic operations are
7077   implemented without use of a mutex.  Cleaned up atomic-related
7078   compilation issues with mingw compilers on win32 systems.
7079
7080 * SOCKS proxy and resolver improvements
7081
7082 * Fix the spelling of G_IO_FLAG_IS_WRITABLE (was WRITEABLE) and
7083   introduce a macro for backwards compatibility.
7084
7085 * GDBus:
7086   - many code generation updates and improvements
7087   - some race condition fixes, including testcase hangs
7088
7089 * GVariant:
7090   - new g_variant_new_from_fixed_array() API
7091   - substantial docs improvements/clarifications
7092
7093 * GKeyFile is now refcounted and boxed
7094
7095 * mount monitoring is now based on /proc/mounts (where available)
7096   instead of mtab
7097
7098 * new macros G_SOURCE_CONTINUE and G_SOURCE_REMOVE for returning from
7099   GSourceFunc (so you don't have to remember what TRUE and FALSE mean)
7100
7101 * use xlocale functions where available to avoid too much heavy lifting
7102   in functions like g_ascii_strtod()
7103
7104 * GMappedFile can now be created from an fd
7105
7106 * error message strings grammar/i18n fixes
7107
7108 * many docs updates
7109
7110 * Partial list of bugs closed:
7111  70598  Unify GStaticMutex and GMutex.
7112  320888 optimization for g_main_context_wakeup
7113  398418 GChildWatch race condition?
7114  527214 g_timer_elapsed() returns random values
7115  580505 add a way to set/get name for a thread
7116  583511 race condition means g_main_loop_quit() does not work
7117  590808 GKeyFile should have a refcount and a boxed type in GObject
7118  592715 Document that g_str_hash() and g_int_hash() are not NULL safe
7119  631413 Add macros for GSourceFunc return values
7120  632049 not immediately clear what g_variant_get_fixed_array expects
7121  640212 "Error stating file" is not a friendly message
7122  640293 Use xlocale functions to implement g_ascii_strtod()
7123  640975 Check that error exists before trying to set it
7124  643934 GApplication lacking a logical dual for the ::startup signal
7125  651268 assertion failed in GDBus worker thread
7126  653987 g_key_file_get_integer cannot interpret trailing spaces
7127  654412 Documentation for g_variant_get_child_value unclear
7128  654563 info capplet: Failed to calculate disk space
7129  655366 missing GSettings schemas lead to obscure crashes
7130  656621 g_spawn_*() calls executables in current directory
7131  656679 [gi] Add two annotations to gio
7132  657992 Add glib__private__() API to share between glib,gio
7133  658188 _set_as_last_used_for_type generates a broken mimeapps.list
7134  658206 gsocks5proxy.c has invalid gettext use
7135  658207 glib-compile-schemas says "can not"
7136  658558 simpleaction: Fix documentation of :enabled
7137  658683 clean up charset/language threading issues
7138  658692 add introspection annotations to g_time_val_from_iso8601()
7139  658715 Duplicite strings
7140  658769 Invalid reuse of GError in GThreadedResolver
7141  658806 sign error in string hash implementation
7142  658976 gdbus-codegen's C namespace option needs to support Ugly_Case
7143  659070 gdbus-codegen generated code segfaults when property changes
7144  659082 gdbus-codegen: Single letter namespaces get dropped from names
7145  659212 GMappedFile should fail on non-regular files
7146  659324 _SPLICE_CLOSE_TARGET doesn't mark the output stream as closed
7147  659423 Use adaptive mutexes when available
7148  659427 Move deprecated code to a separate directory
7149  659646 gdbus-codegen produce code that warnings at build
7150  659690 Possible build warning in code generated by gdbus-codegen
7151  659699 property name collision when generating code for "Connection"
7152  659754 Add API to GMappedFile that allows to pass FD
7153  659838 incorrect types in introspection for g_object_bind_property
7154  659866 pthread_rwlock_t requires defined __USE_UNIX98
7155  659870 gvalue: Fix signedness of g_value_get_char()
7156  659889 glib-2.29.92/gio-2.0.pc.in has a wrong line.
7157  659916 GObject size of 64K is not actively enforced
7158  659920 Missing setter for read/write property 'closed' of GIOStream
7159  659923 Add g_variant_new_fixed_array() function
7160  660013 Remove old g_atomic configure cruft
7161  660096 glib/rwlock tests failure (tests asserted)
7162  660130 Possible loss of user data when updating mimeapps.list
7163  660147 tracker causes g_critical in "gsettings list-recursively"
7164  660413 Make G_ASSERT_STATIC work with clang
7165  660498 Generated test code fails when the codegen changes
7166  660511 Use /proc/mounts for monitoring mounts, not /etc/mtab
7167  660536 Expose options for /etc/fstab entries
7168  660635 Deprecate g_thread_foreach
7169  660637 Pending dbus method calls not canceled on connection loss
7170  660739 kill off g_{mutex,cond}_{new,free}()
7171  660740 make GThread more standard
7172  660741 g_cond_timedwait is a disaster
7173  660743 macro wrappers for g_once_init_enter/leave
7174  660744 finish killing g_thread_init()
7175  660745 GPrivate leaks on Windows
7176  660791 [gio] Improve doc for g_file_make_directory_with_parents()
7177  660843 asyncqueue-test is broken
7178  660849 Remove cruft from g_strerror and g_strsignal
7179  660886 GDBusProxy: don't drop/complain about unknown props/signals
7180  660887 g_slice_set_config() is broken
7181  660994 Add g_main_context_ref_thread_default()
7182  661255 gio: enable test_peer regression test for OpenBSD
7183  661257 giomodules.c uses ":" instead of G_SEARCHPATH_SEPARATOR_S
7184  661318 tests use pthread without appropriate compiler/linker flags
7185  661421 Applications fail to initialize on GNU Hurd - commit
7186  661438 Implement G_GNUC_DEPRECATED/G_GNUC_DEPRECATED_FOR on Visual C++
7187  661711 Sorting keys for GDrive, GVolume and GMount instances
7188  661763 desktop-app-info: Add support for X-GNOME-Keywords
7189  661896 /gdbus/connection/life-cycle is racy
7190  661914 Gstreamer/Totem locks up
7191  662100 regression: g_dbus_connection_close() triggers exit-on-close logic
7192
7193 * Translations updates:
7194  Belarusian 
7195  Brazilian Portuguese
7196  British English 
7197  Bulgarian 
7198  Catalan 
7199  Catalan (Valencian)
7200  Czech 
7201  Danish 
7202  Esperanto
7203  French 
7204  Gujarati
7205  Hebrew 
7206  Hungarian 
7207  Italian 
7208  Japanese
7209  Lithuanian
7210  Norwegian bokmål
7211  Oriya
7212  Polish 
7213  Russian 
7214  Serbian
7215  Simplified Chinese
7216  Slovak 
7217  Slovenian
7218  Spanish 
7219  Tamil
7220  Vietnamese
7221
7222 Overview of changes from GLib 2.29.18 to 2.29.90
7223 ================================================
7224
7225 * API/ABI changes:
7226  - unix signal watches now match the API of all of the other sources
7227  - revert the addition of g_date_time_source_new () from last release
7228
7229 * networking and other fixes for Solaris
7230  - we no longer support symbolic port names (ie: from /etc/services)
7231  - check if -lsocket is needed
7232  - fix g_socket_details_from_fd()
7233  - avoid getmntinfo
7234  - fix some harmless warnings
7235
7236 * GDateTime improvements:
7237  - generally improved standards compliance (with C99)
7238  - support C99-specified format strings: %g, %G, %V, %c, %C, %w
7239  - consult the locale for the preferred 12-hour time format (%r)
7240  - drop support for non-standard %N and broken %W
7241  - better support for formatting non-POSIX (eg: Arabic) numerals
7242  - locale-related test case fixups, and fix some leaks
7243
7244 * GTlsInteraction: add interaction method invocation guarantees
7245
7246 * gdbus-codegen: post-process all interfaces when parsing >1 file
7247
7248 * make GMainLoop, GMainContext and GSource boxed types
7249
7250 * fix a race condition in the first use of g_get_monotonic_time()
7251
7252 * lots gtk-doc cleanups
7253
7254 * better intltool compatibility when generating pot file
7255
7256 * avoid GCC-specific compiler options when not using GCC
7257
7258 * Translation updates:
7259  Belarusian
7260  Brazilian Portuguese
7261  Canadian English
7262  Galician
7263  Indonesian
7264  Korean
7265  Lithuanian
7266  Norwegian bokmål
7267  Portuguese
7268  Spanish
7269  Swedish
7270
7271 Overview of changes from GLib 2.29.16 to 2.29.18
7272 ================================================
7273
7274 * GDateTime is now respecting LC_TIME when formatting
7275
7276 * GTimeZoneMonitor has been removed again
7277
7278 * A new API for wallclock functionality has been added:
7279   g_date_time_source_new(). This API is still experimental
7280   and may be changed or removed before 2.30.
7281
7282 * Bugs fixed:
7283  628904 Add credential support for FreeBSD and fix a socket issue
7284  650763 gdbus-codegen is broken with python 2.7
7285  655129 GDateTime could provide api for implementing wall clocks
7286  656341 gtlsconsoleinteraction.c uses getpass() which isn't avail...
7287  656387 GCancellable can be used concurrently
7288  656443 Make GTlsInteraction ask_password cancellable
7289  656675 void functions should not return in glib 2.29.16
7290  656772 g_variant_compare for uint64 incorrect
7291  656914 Load GIO_EXTRA_MODULES first, and ignore duplicates
7292  657083 The header langinfo.h is not available on all systems
7293  657084 gfileutils: fix docs/annotations for temp file methods
7294  657138 Some files missing in POTFILES.in
7295  657206 GInputStream leaked in g_file_icon_load_async()
7296  657243 g_cancellable_set_error_if_cancelled() documentation
7297  657274 Use detected PYTHON variable as shebang for gdbus-codegen
7298  657336 Speling fixes for glib found with codespell
7299  657452 plural forms needed
7300  657454 Translation comment needed
7301  657540 Print out file:// URL to coverage HTML report after building
7302  657593 g_test_trap_fork calls close(-1)
7303  646082 Addresses from GSocket should be normalized before returning
7304  657517 fix gio/tests/gdbus-peer on bsd
7305
7306 * Translation updates:
7307  Brazilian Portuguese
7308  Galician
7309  Norwegian bokmål
7310  Punjabi
7311  Russian
7312  Serbian
7313  Spanish
7314  Swedish
7315  Traditional Chinese
7316  Uighur
7317
7318
7319 Overview of changes from GLib 2.29.14 to 2.29.16
7320 ================================================
7321
7322 * GTlsDatabase: an abstract class that provides support
7323   or certificate and key lookup. An implementation will
7324   be provided in glib-networking
7325
7326 * GHmac: Support or HMAC digests
7327
7328 * Misc new API:
7329  - g_ptr_array_add_full: creates a GPtrArray with
7330    a preallocated size and a destroy function
7331  - g_desktop_app_info_get_show_in: checks if a GDesktopAppInfo
7332    should be shown in a given desktop environment
7333  - g_mkdtemp, g_mkdtemp_full, g_dir_make_tmp: create
7334    temporary directories
7335
7336 * Unify thread wakeup implementations of GMainContext
7337   and GCancellable, and use eventfd for it when available
7338
7339 * Show mounts in $XDG_USER_DIR in addition to /media and $HOME
7340
7341 * Bugs fixed:
7342  636572 GTlsCertificateDB
7343  644601 Some tests need a running dbus session
7344  652284 deal with small key lengths
7345  652827 glib-2.29.8 no longer builds with mingw.org's toolchain
7346  653063 PEM parser fails parsing private key when put first
7347  654078 Fail to static linking with Glib library
7348  654450 New functions: g_ptr_array_new_full()
7349  654793 Add G_VALUE_INIT
7350  655044 GDesktopAppInfo: Add g_desktop_app_info_get_show_in()
7351  655148 gdbusconnection is broken when compiling with mingw
7352  655241 glocalfile.c no longer compiles with MinGW GCC
7353  655598 g_cancellable_get_fd: silently return -1 for NULL cancellable
7354  655664 gdbus should not abort if no dbus session is available
7355  655769 Use ZLIB_CFLAGS when compiling gio
7356  656031 Improve GVariant annotations
7357  656048 glib-codegen requires Python >= 2.5
7358  656151 configure test logic inverted, doesn't match comments
7359  656152 GCC only syntax used, yet other compilers allowed by configure.
7360  656162 allow use of lcov 1.9 for coverage
7361  656282 GDBusProxy: uninitialized local variables can be freed
7362  656283 Failing tls connection cause assertion
7363  118563 Add g_mkdtemp in the spirit of g_mkstemp
7364  636405 Add g_return_if_fail() to g_settings_bind_with_mapping()
7365  656039 race condition between GDBusProxy signals and public API
7366  656492 g_io_channel_new_file failure (open(2) behavior wrt POSIX)
7367
7368 * Translation updates:
7369  Bulgarian
7370  Esperanto
7371  French
7372  Galician
7373  German
7374  Hebrew
7375  Indonesian
7376  Italian
7377  Norwegian bokmål
7378  Russian
7379  Spanish
7380  Swedish
7381
7382
7383 Overview of changes from GLib 2.29.12 to 2.29.14
7384 ================================================
7385
7386 * Unicode improvements
7387  - add g_unicode_script_{to,from}_iso15924
7388  - add G_UNICODE_SPACING_MARK define
7389  - more normalisation improvements
7390  - stop using deprecated g_unicode_canonical_decomposition()
7391
7392 * GParamSpec:
7393  - mark the 'name' field as 'const' and add a comment to the header to
7394    help avoid future problems caused by bad hacks
7395
7396 * Merge some (modified) patches from Debian:
7397  - 03_blacklist-directories.patch
7398    - add some blacklisted mount directories
7399  - 60_wait-longer-for-threads-to-die.patch
7400    - sleep longer in a test case, if needed to avoid failing
7401
7402 * Units policy change: prefer use of SI units
7403  - deprecate g_format_size_for_display, add g_format_size(_full)
7404
7405 * GSettings: don't call g_error() when the schema is missing
7406
7407 * GVariant support for arrays of object paths:
7408  - new g_variant_{new,get,dup}_objv API
7409  - support for g_variant_{new,get} '^ao' and '^a&o' similar to '^as'
7410
7411 * GDBus:
7412  - use new improved array-of-objects support and pass 'ao' as char**
7413    instead of GVariant*
7414  - improve handling of 'h' type (Unix file descriptor index)
7415
7416 * GIO:
7417  - fix compilation without USE_STATFS and USE_STATVFS
7418
7419 * Documentation fixes
7420
7421 * Bugs fixed:
7422  622921 Migrate from dbus-glib to glib's GDBus
7423  648271 Add g_unicode_script_to_iso15924()
7424  654948 Stop using deprecated g_unicode_canonical_decomposition()
7425  654988 g_atomic_int_add should document behaviour change
7426  655025 #define G_UNICODE_SPACING_MARK G_UNICODE_COMBINING_MARK
7427  655076 normalization misses some Full_Composition_Exclusion=True. 
7428
7429 * Translations updated:
7430  Spanish
7431
7432 Overview of changes from GLib 2.29.10 to 2.29.12
7433 ================================================
7434
7435 * Add new API to do Unicode (de-)composition in atomic steps,
7436   for use in Harfbuzz.
7437
7438 * Bugs fixed:
7439  615895 (indirectly) support non-NULL-terminated regexes in GRegex
7440  617949 glib trunk fails to compile on Solaris w/ Studio 12...
7441  620423 Document the possibility to unset attributes
7442  627974 Floating reference headaches
7443  644687 Not finding cross-links in current doc set
7444  649246 g_output_stream_splice() cannot be used on 32-bit machines...
7445  653841 a helper script to build glib from git master on win32
7446  653935 g_slist_free_full/g_list_free_full iterates twice in the list
7447  654017 tests: fix glib_translations_work() in gsettings unit test
7448  654085 Don't needlessly use "echo -e" when creating .def files
7449  654195 Add g_unichar_compose() and g_unichar_decompose()
7450  654232 GCancellable eventfd problems
7451  654394 suspicious use of floating references in GDBusInterfaceSkeleton
7452  654536 GSettings: lift key name length restriction to 64
7453  654627 GParamSpec: intern property names
7454  654651 Better g_unicode_canonical_decomposition()
7455  654917 Make g_cclosure_marshal_generic the default signal handler
7456
7457 * Translation updates:
7458  Belarusian
7459  Finnish
7460  Korean
7461  Latvian
7462  Lithuanian
7463  Norwegian bokmål
7464  Turkish
7465
7466
7467 Overview of changes from GLib 2.29.8 to 2.29.10
7468 ===============================================
7469
7470 * New features:
7471  - g_desktop_app_info_get_nodisplay: a function that is required
7472    to port gnome-menus to GDesktopAppInfo
7473  - g_hash_Table_iter_replace: new function to replace a value
7474    while iterating over a hash table
7475  - g_utf8_substring: convenience API to extract substrings from
7476    UTF-8 strings
7477  - g_action_group_add_entries: convenience API for creating lots
7478    of actions quickly
7479  - Use eventfd instead of pipes for waking up main contexts and
7480    for cancellation when available
7481  - GMatchInfo is now a refcounted boxed type
7482
7483 * API changes in GAction:
7484  - the 'set_state' entry in the GActionInterface vtable has been
7485    renamed to 'change_state
7486  - g_action_set_state has been renamed to g_action_change_state
7487  - the 'state' property has been changed to read-only
7488  - GSimpleAction can no longer be subclassed
7489
7490 * Bug fixes
7491  647796 g_variant_new_variant is not marked as constructor
7492  652072 gmain: make use of signalfd()
7493  652168 Crosscompiling Fails if build<=2.24 and host >2.24
7494  652750 make dist fails
7495  652758 GDataInputStream: Clarify g_data_input_stream_read_line docs...
7496  652822 Add a g_hash_table_iter_replace
7497  652897 tiny docs clarification for g_utf8_to_ucs4_fast
7498  653140 gmain: use Linux eventfd() for main context wake up
7499  653429 drop AM_MAINTAINER_MODE or enable it by default
7500  653484 GAsyncCallbacks should default to allow-none
7501         Add missing fundamental types to the generic marshaller
7502
7503 * Translation updates
7504  Belarusian
7505  Galician
7506  Russian
7507
7508 Overview of changes from GLib 2.29.6 to 2.29.8
7509 ==============================================
7510
7511 * Bug fixes
7512  646608 export_symbols variable for gio dynamic library is wrong
7513  646635 Fix introspection of GLib
7514  647930 Documentation: GDataInputStream _read_upto() version
7515  651745 Switch to _ prefixing rather than G_GNUC_INTERNAL
7516  651920 Improve qsort_r detection
7517  651959 gbitlock: "asm goto" is not available in gcc < 4.5
7518  651998 gdbus-codegen: Use relative Python imports
7519  652000 Fix for gatomic.c on Windows/MSVC
7520  652002 Proposal to clean up gvaluetransform.c for MSVC
7521  652025 g_dbus_connection_register_object: error is not set...
7522  652081 Typos in a GBinding warning message
7523  652197 Improper handling of double values in GDBusMessage
7524         Fix a deadlock in gobject finalization
7525
7526 * Translation updates:
7527  Czech
7528  Galician
7529  German
7530  Hebrew
7531  Norwegian bokmål
7532  Spanish
7533  Uighur
7534
7535
7536 Overview of changes from GLib 2.29.4 to 2.29.6
7537 ==============================================
7538
7539 * Atomic operations have been rewritten from scratch to make use
7540   of gcc builtins where possible. As a side-effect of this, calls
7541   to g_atomic_ API with explicit casts may now be problematic; if
7542   that happens to you, try first to remove the casts. Another
7543   side-effect of the rewrite is that g_atomic_int_exchange_and_add
7544   has been deprecated in favor of g_atomic_int_add.
7545
7546 * A full set of atomic operations on pointers has been added,
7547   including bit locks in pointer-size locations.
7548
7549 * Access to quarks is now lockless
7550
7551 * GObject data scalability has been greatly improved
7552
7553 * g_data_time_format now supports alternative digits and padding
7554
7555 * Introspection improvements:
7556  - Add a boxed type for GVariantBuilder
7557  - Annotation fixes in GDBus, GVariant, g_base64_
7558
7559 * Bugs fixed:
7560  502560 g_rand_double_range returns 'inf'
7561  612729 g_mkdir_with_parents can fail if the directory already exists
7562  617491 g_once() implementation is inefficient
7563  619418 Add a performance test for UTF-8 decoding functions
7564  619435 Make g_utf8_to_ucs4_fast() yet faster
7565  626549 G_STATIC_ASSERT_EXPR
7566  631231 bitlock: Fix detection and usage of futexes with Bionic
7567  632294 g_queue_remove() should return a boolean
7568  640518 GMainLoop has quadratic complexity when all pollfd's...
7569  642026 Race condition in g_static_private_free
7570  646635 Fix introspection of GLib
7571  648678 g_date_time_format(): support %O flags for localized numbers
7572  649480 Use MSG_CMSG_CLOEXEC in recvmsg in gio/gsocket.c
7573  649506 GTestFunc et al lacking Since tag
7574  649657 Don't return gboolean for functions that throw
7575  649775 glib-gio-gdbuscodegen-Makefile.patch
7576  649915 gsettings accepts unquoted strings longer than two characters
7577  649973 gthread: build unix tests only on unix
7578  649988 gdbus-codegen: Drop dependency on argparse
7579  650078 forkbomb building glib/tests/protocol
7580  650211 Optimization in key file parsing
7581  650236 Application over DBus implements action state incorrectly
7582  650345 g_key_file_has_key_full: New function to fix g_key_file_has_key...
7583  650458 reduce overhead in g_object_set/get_data
7584  650459 hash table consistency while calling destroy notify funcs
7585  650688 enforce rules about hash table modification
7586  650823 expand the set of atomic ops
7587  650874 codegen chokes on docs
7588  650882 use stdout instead of stderr for informational messages
7589  650884 fix compilation with gcc2
7590  650885 implement glib credentials on OpenBSD (hackish)
7591  650935 G_GNUC_MAY_ALIAS and atomic ops
7592  651009 minor documentation fix
7593  651034 Regarding g_cond_wait after g_thread_pool_push in gthreadedresolver
7594  651133 race condition in GDBusConnection's emit_signal_instance_in_idle_cb
7595  651141 hashtable infinite loop
7596  651219 fix path to true(1) on OpenBSD
7597  651223 Fix some compile warnings on OpenBSD
7598  651327 Minor fixes for the gsocket API
7599  651467 Add pointer sized bitlocks
7600  651650 gdbus: Avoid busy wait loop
7601  651725 gmain: Cleanups and a new test case
7602  651745 Switch to _ prefixing rather than G_GNUC_INTERNAL
7603
7604 * Updated translations:
7605  Catalan (Valencian)
7606  Esperanto
7607  Hebrew
7608  Hungarian
7609  Russian
7610  Spanish
7611
7612
7613 Overview of changes from GLib 2.29.2 to 2.29.4
7614 ==============================================
7615
7616 * GDBus:
7617  - Includes several new types to support modeling D-Bus
7618    objects and interfaces more fully, and also introduces
7619    an 'object manager' pattern:
7620    GDBusInterface, GDBusObject, GDBusObjectManager
7621    These interfaces have client-side implementations:
7622    GDBusProxy, GDBusObjectProxy, GDBusObjectManagerClient
7623    And server-side implementations:
7624    GDBusInterfaceSkeleton, GDBusObjectSkeleton, GDBusObjectManagerServer
7625  - The new gdbus-codegen utility uses these new classes
7626    to generate C code and documentation from D-Bus interface
7627    descriptions in XML
7628
7629 * GTest:
7630  - There is now a g_test_fail() function to mark
7631    tests as failed
7632
7633 * GDesktopAppInfo
7634  - Now has a binding-friendly filename property
7635  - Other new API to more fully expose desktop file contents:
7636    g_desktop_app_info_get_categories(),
7637    g_desktop_app_info_get_generic_name()
7638
7639 * GHashTable:
7640  - Several optimizations to reduce space consumption of
7641    large hash tables, in particular tables that are used
7642    to store sets.
7643
7644 * Unix-specific APIs:
7645   GLib now installs a separate header, glib-unix.h, that is
7646   meant to collect Unix-specific APIs. For now, it contains
7647   g_unix_open_pipe(), g_unix_set_fd_non_blocking() for dealing
7648   with pipes and fds, as well as APIs to create mainloop
7649   sources which can trigger callbacks on certain Unix
7650   signals (SIGTERM, SIGHUP, SIGINT).
7651
7652 * Bugs fixed:
7653  631379 GDBus nonce-tcp test failing
7654  632631 GLib-CRITICAL **: g_variant_new_string: assertion `g_utf8_validate (string, -1, NULL)' failed
7655  635694 gdbus aborting due to unauthorized socket in DBUS_SESSION_BUS_ADDRESS
7656  637561 Crash when using G_DBUS_SERVER_FLAGS_RUN_IN_THREAD
7657  642935 g_date_time_format() prints wrong value for %z and timezone -0800
7658  643134 g_dbus_message_copy
7659  644941 glib-unix: New Unix-specific API
7660  646013 g_hash_table_remove_all_nodes optimization
7661  646309 glib cannot be cross-compilled for mingw32
7662  646435 GTimeZone doesn't seem to be thread-safe
7663  646957 GIO chained calls don't work with a thread default context
7664  647594 README link to mailing list is broken
7665  647602 Cannot connect to remote message bus via TCP
7666  647746 The GSocketService documentation is incomplete.
7667  647826 API: gtester: Add g_test_fail()
7668  647903 GDesktopAppInfo: Add g_desktop_app_info_get_categories()
7669  648416 g_app_info_create_from_commandline ignores SUPPORTS_STARTUP_NOTIFICATION
7670  648423 Support G_DEBUG=trap-warnings
7671  648425 GDesktopAppInfo: Add "filename" property for bindings
7672  648966 Update g_unichar_iswide and g_unichar_iswide_cjk
7673
7674 * Updated translations
7675  Norwegian bokmål
7676  Spanish
7677  Turkish
7678  Uighur
7679
7680
7681 Overview of Changes from GLib 2.28.0 to 2.29.2
7682 ==============================================
7683
7684 * GApplication
7685  - The documentation has been enhanced and clarified
7686  - An opt-out for uniqueness has been added: G_APPLICATION_NON_UNIQUE
7687  - GApplication now syncs settings before g_application_run() returns
7688
7689 * GDBus
7690  - Interface lookups are now happening in constant time
7691  - Signature checking and handling of various unexpected
7692    situations has been improved
7693
7694 * GVariant
7695  - The format accepted by the GVariant parser has beend documented
7696  - GVariant accepts G_VARIANT_TYPE_VARDICT for a{sv}
7697
7698 * GDateTime:
7699  - The return value of g_datetime_compare() has been fixed to
7700    match strcmp() semantics
7701  - In order to handle problems with changing timezones, a GTimeZoneMonitor
7702    has been added to GIO, and g_time_zone_refresh_local() can be
7703    called to update the cached information about the local timezone
7704
7705 * GOption now uses /proc/self/cmdline to set the program name instead
7706   and only falls back to "<unknown>" if that is unavailable
7707
7708 * GSettings:
7709  - The schema compiler now warns about references to non-existing schemas
7710
7711 * Commandline utilities are now fully translated
7712
7713 * Signals can now indicate that collecting their arguments must
7714   always happen, even in the absence of connected signal handlers,
7715   using the G_SIGNAL_MUST_COLLECT flag.
7716
7717 * Bugs fixed:
7718  635099 Memory leak in gdbus introspection when parsing xml
7719  640489 $ and ^ do not match lines if G_REGEX_MULTILINE|G_R...
7720  642042 Overriding GDBus org.freedesktop.DBus.Properties im...
7721  642052 g_timeout_add(_seconds) cannot handle large intervals
7722  642490 notify_desktop_launch() "g_variant_new_bytestring:...
7723  613269 g_type_get_qdata() doesn't work as I expected on subtypes
7724  624943 G_VALUE_NOCOPY_CONTENTS is undocumented
7725  637738 object_interface_check_properties never actually executes
7726  638185 GIOCondition should be annotated as "flags"
7727  639478 GDBusServer's g_dbus_server_new_sync() function should just...
7728  641755 Add g_settings_get/set_uint() helpers
7729  641768 dconf gsettings backend silently drops writes if it can't...
7730  642797 g_app_info_get_default_for_type() broken for subtypes
7731  642825 Unnecessary assertion failure in g_option_context_parse()
7732  642944 NULL key lookup using g_hash_table_lookup_extended()
7733  643074 Incorrect documentation for g_socket_receive() and g_socket...
7734  643197 g_application_id_is_valid docs imply no valid ids
7735  643468 GApplication docs: Warn that handling "command-line" means...
7736  643478 GApplication::local_command_line vfunc documentation seems wrong
7737  643624 Can g_variant_unref() on an already free'd variant
7738  643649 g_application_run() should say that argc/argv can be NULL
7739  643780 shouldn't need to create an action group to use actions...
7740  643795 g_timeout_add_seconds fires with intervals 1 second longer...
7741  644309 Program name is not set when using GtkApplication
7742  644428 Crash in failure section of g_markup_collect_attributes()
7743  644465 undefined reference to `_usleep'
7744  644552 g_timeout_add_seconds(1, ...) may have a latency of up to 2...
7745  644607 Correct internal definition of C_()
7746  645789 annotations for g_file_*_contents
7747  646039 g_settings_list_children() returns child that cannot be opened
7748  646310 Accept range with only min or max
7749  646420 g_dbus_method_invocation_get_parameters() docs should say...
7750  646843 occasional abort on autologin
7751  646985 add G_APPLICATION_NON_UNIQUE flag
7752  647579 gsettings: Implement reset-recursively
7753  647600 gsettings description has typo
7754
7755 * Translation updates
7756  Afrikaans
7757  Bulgarian
7758  Bengali India
7759  British English
7760  Bulgarian
7761  Catalan
7762  Czech
7763  Danish
7764  French
7765  Galician
7766  German
7767  Greek
7768  Gujarati
7769  Hebrew
7770  Hungarian
7771  Italian
7772  Japanese
7773  Korean
7774  Lithuanian
7775  Polish
7776  Portuguese
7777  Romanian
7778  Serbian
7779  Simplified Chinese
7780  Spanish
7781  Swedish
7782  Traditional Chinese
7783  Uighur
7784  Vietnamese
7785
7786
7787 Overview of Changes from GLib 2.27.93 to 2.28.0
7788 ===============================================
7789
7790 * Bugs fixed:
7791 641363 GInitable documentation isn't clear about that finalize...
7792 641395 Add more data about the origin application to the "Lau...
7793 641411 gdesktopappinfo signals lost if it's the session bus...
7794 641477 glib-mkenums uses unportable #! line
7795 641572 Add @EXEEXT@ to pkgconfig binary name
7796 641688 glib installs GSettings.html and gsettings.html
7797
7798 * Translation updates:
7799  Galician
7800  Italian
7801  Korean
7802  Punjabi
7803
7804
7805 Overview of Changes from GLib 2.27.92 to 2.27.93
7806 ================================================
7807
7808 * Bugs fixed:
7809  637013 gio/gdbusmessage.c fails to compile on Solaris
7810  640192 Error creating a Gio.Settings object through py...
7811  640261 Minimum version for external pcre needs to be..
7812  640262 GActionGroup contains redundant TYPE macros
7813  640436 Make load_user_special_dirs() resistant to non...
7814  640695 g_key_file_load_from_file() mishandles a CR-LF...
7815  640724 can't compile gio due to format string issues
7816  640725 can't compile tests due to format string issue
7817  640807 improve GVariant behaviour with invalid pointers
7818  640823 wrong documentation for g_source_add_child_source
7819
7820 * Translation updates:
7821  Bulgarian
7822  Galician
7823  Hebrew
7824  Norwegian bokmål
7825  Spanish
7826  Traditional Chinese
7827
7828
7829 Overview of Changes from GLib 2.27.91 to 2.27.92
7830 ================================================
7831
7832 * Update to Unicode 6.0
7833
7834 * Update PCRE to 8.12
7835
7836 * Bugs fixed:
7837  637696 g_unix_connection_send_fd() doesn't work
7838  638872 null settings backend bug
7839  640042 GtkApplication's warning about not connecting...
7840
7841 * Translation updates:
7842  Arabic
7843  Basque
7844  Estonian
7845  Greek
7846
7847 Overview of Changes from GLib 2.27.90 to 2.27.91
7848 ================================================
7849
7850 * Bugs fixed:
7851  638838 gdesktopappinfo: Don't crash if we don't have a desktop filename
7852  638894 Splitting on \s* gives no result
7853  639064 Update gschema.dtd
7854  639084 Copy/paste error in GSettings::writable-changed signal
7855  639177 SIGSEGV for GApplications with G_APPLICATION_IS_SERVICE
7856
7857 * Translation updates:
7858  Estonian
7859  Galician
7860  Indonesian
7861
7862
7863 Overview of Changes from GLib 2.27.5 to 2.27.90
7864 ===============================================
7865
7866 * Test reports created by gtester-report can now
7867   include revision information
7868
7869 * The g_desktop_app_info_launch_* family of functions
7870   now emit a DBus signal when an application is launched.
7871   Additionally, there is a new variant
7872   g_desktop_app_info_launch_uris_as_manager(), which
7873   gives more control over the launched process.
7874
7875 * The memory and null GSettings backends are now available
7876   as public API
7877
7878 * g_get_locale_variants() is a new function that returns a
7879   list of variants of a locale identifier
7880
7881 * Bugs fixed:
7882  587898 I/O timeouts for GSocket
7883  606960 gio: Add extension point for informing parties...
7884  631980 Handle an optional <revision> node in the report...
7885  634569 Document that g_variant_builder_add_value consumes...
7886  635998 Make _g_compute_locale_variants public
7887  636806 Add g_{memory,null}_settings_backend_get_default
7888  637262 Need a binary DER version of ::accepted-cas
7889  637544 Skip fsync() on btrfs
7890  637720 void functions should not return a value.
7891  637738 object_interface_check_properties never actually...
7892  637759 GIOChannel: fix a crash in g_io_channel_read_chars()
7893  637852 Updates to glib.vsprops file for MSVC 2008 builds...
7894  637858 Updates to test/testglib.c...
7895  638349 parameter name of g_variant_new_* may conflict...
7896
7897 * Translation updates:
7898  Hebrew
7899  Norwegian bokmål
7900  Simplified Chinese
7901  Spanish
7902  Swedish
7903  Uyghur
7904  Vietnamese
7905
7906
7907 Overview of Changes from GLib 2.27.4 to 2.27.5
7908 ==============================================
7909
7910 * Network support:
7911  - Add g_tls_certificate_verify() to verify a certificate
7912  - Add GTlsConnection:use-system-certdb
7913  - Other TLS api additions
7914
7915 * GIO:
7916  - Add g_io_stream_splice_async()/_finish() to splice two iostreams
7917  - Add g_emblemed_icon_clear_emblems() and make GEmblemedIcon derivable
7918  - Remove GPeriodic; it did not receive the necessary review and
7919    integration work to declare it stable
7920
7921 * GSequence:
7922  - New methods g_sequence_lookup() and g_sequence_lookup_iter()
7923
7924 * Bugs fixed:
7925  617254 Missing g_sequence_lookup
7926  632544 g_dbus_connection_send_message can not send a locked message...
7927  633350 g_hostname_to_ascii() ignores non-ascii dots
7928  634583 Better error reporting for g_variant_parse()
7929  635007 gsetting enum rule don't work for out-of-srcdir builds
7930  635626 GDBus message idle can execute while flushes are pending
7931  636100 Can't read GSettings:backend property
7932  636305 Typo on g_queue_remove_all() function description
7933  636311 appinfo: tweak application positioning for content-types
7934  636351 g_simple_async_result_is_valid lacks a version tag
7935  636387 gdb autoload files shadow the "dir" builtin
7936  636673 g_simple_async_report_error_in_idle should allow object...
7937  637147 Add a "delay-apply" property to GSettings
7938  637171 emblemedicon: add g_emblemed_icon_clear_emblems()
7939  637237 gapplication: plug a memory leak
7940
7941 * Translation updates:
7942  Estonian
7943  Galician
7944  Hebrew
7945  Norwegian bokmål
7946  Simplified Chinese
7947  Spanish
7948  Traditional Chinese
7949  Vietnamese
7950
7951
7952 Overview of Changes from GLib 2.27.3 to 2.27.4
7953 ==============================================
7954
7955 * GIO
7956  - Mounts are treated as hidden if they have a path element
7957    that starts with a dot
7958  - GAppInfo gained API to differentiate between recommended
7959    and fallback mime handlers
7960  - g_cancellable_create_source: creates a GSource that triggers
7961    when the GCancellable is canceled
7962  - GPollableInput/OutputStream: Interfaces for pollable streams
7963  - TLS support has landed, with an extension point that is
7964    implemented in glib-networking
7965
7966 * GLib
7967  - Mainloop sources can now have 'child sources'
7968  - g_get_runtime_dir: New function to return the XDG_RUNTIME_DIR
7969
7970 * Bugs fixed:
7971  530786 GFileMonitor "changed" signal underdocumented
7972  588189 TLS support for GSocket*
7973  630357 g_object_new_valist uses uninitialized memory
7974  630559 typo in public string in gsocks: 'The SOCKSv5 require...
7975  632445 Documentation refers to removed GNOME 2.0 porting guide
7976  634239 Child GSources
7977  634241 Add pollable input/output streams
7978  634504 allow passing a NULL emblem to g_emblemed_icon_new()
7979  634613 unsufficient g_get_user_runtime_dir() documentation
7980  635640 schema should inherit gettext-domain from schemalist
7981  635768 Protect g_file_monitor_set_rate_limit() against negative...
7982  635882 Fix the wrong-category schema test
7983  635187 Wrong type of GVariant received in an action...
7984
7985 * Updated translations:
7986  Galician
7987  Italian
7988  Norwegian bokmål
7989  Uyghur
7990
7991
7992 Overview of Changes from GLib 2.27.2 to 2.27.3
7993 ==============================================
7994
7995 * The GTimeSpec type that was introduced in the 2.27.2 has been
7996   dropped again in favour of APIs that return microseconds as
7997   64-bit integer.
7998   Affected functions:
7999   g_source_get_time
8000   g_periodic_unblock
8001   g_get_monotonic_time
8002   g_get_real_time
8003   The similar GTimeVal struct is still around, but its use is
8004   discouraged.
8005
8006 * GTimer is now using monotonic time unconditionally
8007
8008 * There are some new functions to facilitate error reporting
8009   in async GIO APIs:
8010   g_simple_async_result_take_error
8011   g_simple_async_result_new_take_error
8012   g_simple_async_report_take_gerror_in_idle
8013
8014 * There is new convenience API to us GVariant dictionaries:
8015   g_variant_lookup
8016
8017 * It is now possible to delay sending match rules to the
8018   D-Bus daemon in GDBus:
8019   G_DBUS_SIGNAL_FLAGS_NO_MATCH_RULE
8020
8021 * Support has been added for XDG_RUNTIME_DIR:
8022   g_get_user_runtime_dir
8023
8024 * Various fixes for Win64/MSVC builds have been committed
8025
8026 * Bugs fixed:
8027  620263 Add g_clear_object, g_clear_pointer, g_clear_boxed
8028  633075 update Project Files and sources for MSVC 2008/C89
8029  633381 gsettings Makefile rules should handle empty list...
8030  633685 Use g_simple_async_result_{new_,}take_error
8031  633686 Add g_simple_async_report_take_gerror_in_idle
8032
8033 * Translation updates:
8034   Belarusian
8035   Galician
8036   Hebrew
8037   Punjabi
8038   Spanish
8039
8040
8041 Overview of Changes from GLib 2.27.1 to 2.27.2
8042 ==============================================
8043
8044 * GApplication
8045  - Export actions over DBus and support activating them from remote instances
8046  - Support environment passing
8047
8048 * GSettings
8049  - The gsettings utility has a list-recursively command
8050  - The gsettings utility has commandline completion for enum values
8051
8052 * GLib is now linked against librt and uses monotonic time for
8053   timeouts and GPeriod sources. GSource has a new g_source_get_time()
8054   which returns monotonic time, and g_source_get_current_time() has
8055   been deprecated
8056
8057 * Bugs fixed:
8058  158725 free linked list with data
8059  626320 GVariant: Avoid locking in g_variant_get_child_value() if possible
8060  629247 add gsimpleasyncresult methods to take over a GError
8061  629274 GNetworkService does not do fallback when there is no SRV record
8062  631264 gsettings-tool choice/range support
8063  631482 g_date_time_from_instant: 1000000000000000000
8064  632169 docs for manual use of gsettings-data-convert
8065  632571 Add equivalent to gconftool-2's -R option
8066  633115 GSettings m4 doesn't fail the build for broken schemas
8067  633206 Default g_application_local_command_line() doesn't set exit_status...
8068  633339 support more complex gapplication setups
8069  633356 Make timeout G_MAXINT mean "no timeout"
8070
8071 * Translation updates:
8072  Catalan (Valencian)
8073  Indonesian
8074  Japanese
8075
8076
8077 Overview of Changes from GLib 2.27.0 to 2.27.1
8078 ==============================================
8079
8080 * GDateTime now has full week number support.
8081   New API: g_date_time_get_week_numbering_year
8082
8083 * The GSettings schema compiler will now skip over
8084   broken .xml schema files instead of aborting altogether
8085
8086 * GSettings now works properly on bigendian systems
8087
8088 * GSettings has more complete support for ranges
8089   New API:
8090     g_settings_get_range
8091     g_settings_range_check
8092   The gsettings commandline tool supports ranges too.
8093
8094 * GApplication has been rewritten; see the API docs for details
8095   and examples. The action support is not complete yet.
8096
8097 * The GLib mainloop has gained 'dispatch to context' functionality,
8098   which can replace manually created idles in many cases.
8099   New API:
8100     g_main_context_invoke
8101     g_main_context_invoke_full
8102
8103 * The gio-desktop-app-info-lookup extension point has been
8104   removed from GIO. GIO now uses x-scheme-handler mimetypes when
8105   looking for default applications.
8106
8107 * On win32, make g_get_user_data_dir() return the CSIDL_LOCAL_APPDATA
8108   folder on Windows, and not CSIDL_PERSONAL. This matches what Qt does,
8109   and has been widely requested. Also make g_get_user_config_dir() return
8110   this and not the (roaming) CSIDL_APPDATA folder.
8111
8112 * A periodic event clock has been added in GIO: GPeriodic. Note that this
8113   API is still experimental and expected to undergo changes before it
8114   will be incorporated into a stable GLib release. Use at your own risk.
8115
8116 Bug fixes:
8117  613822 gobject signal connect/disconnect not thread safe
8118  618737 "dispatch to context" functionality
8119  620710 g_get_user_data_dir() uses CSIDL_PERSONAL and not CSIDL_APPDATA
8120  623400 acquire context before dispatching
8121  627126 gsettings schema files don't get installed on FreeBSD
8122  627171 g_socket_new_from_fd() doesn't set the right protocol
8123  628876 Wrong error description
8124  628937 gracefully handle broken schemas
8125  629274 GNetworkService doesn't fallback when there is no SRV record
8126  629289 g_error() used wrong, produces core dump
8127  629687 leaks class refcount in gsocketcontrolmessage
8128  629849 GLib-CRITICAL **: g_source_get_context: assertion `!SOURCE_...
8129  629945 GDBus deadlock in g_bus_get_sync()
8130  630000 g_date_time_difference
8131  630077 GDateTime week number support
8132  630185 Allow NULL strings in g_quark_try_string()
8133  630797 docs mention non-existent g_object_dispose()
8134  630968 gschema-compile problems on power g5
8135  631263 GSettings needs range/choice APIs
8136  631264 gsettings-tool choice/range support
8137  631379 GDBus nonce-tcp test failing
8138  631410 Port gapplookupgconf.c to using x-scheme-handler/
8139  632884 Possible deadlock in g_object_remove_toggle_ref()
8140
8141 Transation updates:
8142  Basque
8143  Brazilian Portuguese
8144  British English
8145  Bulgarian
8146  Czech
8147  Dutch
8148  Estonian
8149  French
8150  Galician
8151  German
8152  Greek
8153  Hebrew
8154  Hungarian
8155  Japanese
8156  Lithuanian
8157  Polish
8158  Portuguese
8159  Romanian
8160  Simplified Chinese
8161  Slovenian
8162  Spanish
8163
8164
8165 Overview of Changes from GLib 2.25.15 to GLib 2.27.0
8166 ====================================================
8167
8168 Build:
8169   - massive restructuring to reduce #include abuse
8170   - tweaks to silence some harmless compiler warnings
8171   - rename gschema-compile.c to glib-compile-schemas.c
8172   - Windows fixes
8173   - fix building with zlib < 1.2.4 on win32
8174
8175 GDateTime:
8176   - better msgctxt for translating month and weekday names
8177   - API is changed quite a lot, implementation is improved
8178   - GTimeZone is now exposed
8179
8180 GObject:
8181   - make ordering for overridden interface properties consistent
8182   - ->priv structures are limited to 64k but this was not documented,
8183     and exceeding this limit produced bad results.  Add docs and enforce
8184     the limit properly.
8185   - add g_object_class_install_properties() to install multiple
8186     properties in one go
8187   - improve debugging output for GValue containing G_TYPE_STRV
8188
8189 GIO:
8190   - fix priority sorting of GIO extensions
8191   - add GCredentials support on FreeBSD
8192   - fix support for IPv6 addresses in URI parsing functions
8193   - GSocketClient fixes for when g_socket_connect succeeds immediately
8194   - clarify string encoding for GFile constructors in docs
8195   - new functions g_data_input_stream_read_upto{,async,finish}
8196   - tweak confusing documentation for g_output_stream_write()
8197
8198 GDBus:
8199   - GDBusMessage can now be locked and copied (like in libdbus)
8200   - GDBusConnection filter function API has changed again
8201   - GDBusServer: ::new-connection now declares if the connection was claimed
8202   - add a partial workaround for GObject bug 627724.
8203   - very many memory leaks fixed
8204
8205 GVariant:
8206   - check for size == 0 in g_variant_get_bytestring to avoid a crash
8207     when attempting to get_bytestring() from an empty array
8208   - improve gobject-introspection annotations
8209
8210 GSettings:
8211   - add GSettings Windows registry backend
8212   - some internal tweaks to the backend API
8213   - remove g_settings_list_items
8214   - add g_settings_list_children and _list_keys to replace it
8215   - add schema compiler restrictions for dealing with lists
8216   - don't automatically emit value changed signals on writability
8217     changes
8218
8219 Other:
8220   - constify the 'parser' vtable param to g_markup_parse_context_push()
8221   - plug many memory leaks in test cases
8222
8223 Bugs closed:
8224   50076 Time API to go with date API
8225  584284 g_data_input_stream_read_until_async different from sync version
8226  624546 Modification of GDBusMessage in filter function
8227  626919 Let g_object_class_install_property() return the installed GParamSpec*
8228  628029 GDateTime missing get_week_of_year method
8229  628253 Interface properties not listed in a consistent order
8230  628331 Plug lots of mem leaks in gio test suite
8231  628345 Plug a mem leak
8232  628436 Plug a mem leak
8233  628505 Fix building with zlib < 1.2.4 on win32
8234  628839 [PATCH] datetime: Rename shadowing variables
8235  628904 [PATCH] Add credential support for FreeBSD and fix a socket issue
8236  628952 incorrect glib_major_version and other variables on cygwin.
8237  629192 g_strdup_value_contents(): dump GStrv more usefully
8238  629251 g_socket_client_async_connect_complete: assertion failed
8239  629259 Failed to connect to "::1"
8240  629328 g_markup_parse_context_push doesn't respect const structs
8241  629429 month "May" short and full form same with "GDateTime" msgctxt
8242  629689 GDBusConnection leaks its GCredentials
8243  629698 Segfault in g_variant_get_bytestring() 
8244
8245 Updated translations:
8246   Arabic
8247   Armenian
8248   Basque
8249   British English
8250   Czech
8251   Finnish
8252   Galician
8253   German
8254   Hungarian
8255   Indonesian
8256   Japanese
8257   Lithuanian
8258   Norwegian bokmål
8259   Polish
8260   Portuguese
8261   Punjabi
8262   Simplified Chinese
8263   Slovenian
8264   Spanish
8265   Swedish
8266   Swedish
8267   Traditional Chinese
8268
8269 Overview of Changes from GLib 2.25.14 to GLib 2.25.15
8270 =====================================================
8271
8272  * GIO
8273   - Memory leak fixes
8274   - The GZip(De}Compressor can now process header information
8275   - Support for network proxies has been added, with the GProxy
8276     interface and the gio-proxy-resolver extension point. GIO
8277     includes SOCKSv4 and SOCKSv5 implementations, and libproxy
8278     is also going to provide an implementation of this extension
8279     point.
8280   - There are GAction and GActionGroup interfaces now, which will
8281     be used in GApplication in the near future.
8282
8283  * GObject
8284   - There are now convenience macros for defining boxed and
8285     pointer types
8286
8287  * GDBus
8288   - Memory leak fixes
8289   - GDBusProxy for well-known names can now auto-restart
8290     the service if the name owner disapperas
8291   - Filter functions are now allowed to modify messages
8292
8293  * GLib
8294   - GDateTime is a replacement for GDate that supports time
8295     and timezone information.
8296
8297  * Bugs fixed:
8298   50076 Time API to go with date API
8299  449565 Add G_DEFINE_BOXED_TYPE()
8300  617691 Add GZIP header processing to GZlibCompressor/GZlibDecompressor
8301  622184 add g_memory_output_stream_steal_data
8302  624546 Modification of GDBusMessage in filter function
8303  627088 Build failure in gdbus-peer.c on FreeBSD
8304  627181 save a memdup
8305  627182 Plug a mem leak in the gdbus-connection test
8306  627187 Plug some gdbus mem leaks
8307  627188 gdbus-non-socket test occasionally fails
8308  627252 G_OPTION_FLAG_NO_ARG is only for callback options
8309  627392 gdbus commit 8a3a4596 breaks win32 compile
8310  627407 FTBFS on !linux UNIX platforms
8311  627604 String error: 'that' twice in a row
8312  627969 ABR in g_file_open_tmp
8313  628084 gdbus-peer fails with assertion
8314  628193 Miscellaneous string fixes
8315  628296 abort() in gsocketconnection.c
8316  628309 Plug a mem leak in GConverterOutputStream
8317  628317 GEmblemedIcon:equal implementation is buggy
8318  628323 Fix invalid reads
8319  628327 Plug a mem leak
8320  628328 Plug a mem leak
8321  628329 Don't leak the FD list
8322  628324 Invalid reads in gdbus-export test
8323
8324  * Updated translations:
8325   British English
8326   Danish
8327   Galician
8328   Hebrew
8329   Punjabi
8330   Serbian
8331   Spanish
8332   Traditional Chinese
8333
8334
8335 Overview of Changes from GLib 2.25.13 to GLib 2.25.14
8336 =====================================================
8337
8338 * GDBus
8339  - Make the closure variants of GDBus apis work
8340  - Make error unregistration work
8341  - Use async IO in the IO thread (626748)
8342
8343 * GIO
8344  - Make g_simple_async_result_is_valid work without source (626208)
8345  - GSocketClient: add a timeout property
8346  - Fix memory leaks in GSocketClient
8347  - Handle async vs. sync correctly in GSocketConnection stream (616458)
8348  - Declare stream base classes as abstract
8349  - Clarify semantics of g_output_stream_write() (627071)
8350
8351 * Other
8352  - Improve test coverage for GDBus, GRegex, GAsyncResult
8353  - Drop dead code in pcre, xdgmime
8354  - Fix a race condition in gtester (578295)
8355  - Avoid an extra allocation in GAsyncQueue (626704)
8356  - Add test case for non-socket GIOStream (626841)
8357  - More explicit GVariant docs (622770)
8358  - Imroved docs for GAsyncInitable and GSimpleAsyncResult (602417)
8359
8360 * Translation updates:
8361  - Galician
8362  - Norwegian bokmål
8363  - Punjabi
8364  - Simplified Chinese
8365  - Swedish
8366
8367
8368 Overview of Changes from GLib 2.25.12 to GLib 2.25.13
8369 =====================================================
8370
8371 +-------------------------------------------------------------------+
8372 |   WARNING: There have been no breaks in API or ABI.  Weird, eh?   |
8373 +-------------------------------------------------------------------+
8374
8375 The primary purpose of this release is to fix a serious problem with
8376 glib 2.25.12: glibconfig.h (as generated on a Fedora amd64 system) was
8377 being distributed in the tarball.  It was being used to build some parts
8378 of glib on other systems (eg: 32bit ones).  This was causing some very
8379 serious problems.
8380
8381 There have been many other improvements, however:
8382
8383  Build and testing:
8384   - vastly improved test coverage
8385   - old tests moved to the gtester framework
8386   - gtester Makefile modified so that the tests only run once
8387   - cleanup of how we handle includes while building glib
8388
8389  GVariant:
8390   - add a g_return_if_fail (utf8) to g_variant_new_string()
8391
8392  GDBus:
8393   - perform extra sanity checks when serialising messages
8394   - add API to query and set the byteorder of a GDBusMessage
8395   - improve debug output, add some extra options
8396   - if exiting due to the bus disconnecting us, print an error message
8397     explaining why
8398   - sort property names correctly
8399   - don't bother sending RemoveMatch when we will close the connection
8400     anyway
8401   - use effective uid/gid for credential passing
8402
8403  GSettings:
8404   - add G_SETTINGS_BIND_INVERT_BOOLEAN for inverting boolean bindings
8405     without mapping functions
8406   - mark all strings in the schema compiler for translation
8407
8408  Binding:
8409   - improve closure support for bindings
8410   - copy GSettings INVERT_BOOLEAN flag
8411
8412  Other:
8413   - fix another complicated GCancellable deadlock possibility
8414
8415 Bugs closed:
8416  599590 glib build doesn't look for correct pkg-config
8417  619026 avoid warning in gutils.h when using gcc with -Wconversion
8418  624739 Please fix POTFILES.in
8419  625472 Valgrind claims uninitialized bytes used
8420  625500 g_date_set_time_val documentation doesn't mention local time
8421  625628 GDBusProxy: wrong property name sorting
8422  625753 Incorrect flags used in g_dbus_connection_call_sync()
8423  625827 Expand documentation about error quark naming
8424  625988 builddir != srcdir issues
8425  626107 glibconfig.h is being disted
8426
8427 Updated translations:
8428  French
8429  Galician
8430  Hebrew
8431  Norwegian bokmål
8432  Spanish
8433
8434
8435 Overview of Changes from GLib 2.25.11 to GLib 2.25.12
8436 =====================================================
8437
8438 +-------------------------------------------------------------------+
8439 | WARNING: There have been many API changes in GDBus -- sending     |
8440 | messages, subscribing to signals, closing connections and         |
8441 | registering subtrees are affected.  The ABI for GSettingsBackend  |
8442 | has also been changed.  For both reasons, a new dconf release is  |
8443 | required (and will be along soon).                                |
8444 +-------------------------------------------------------------------+
8445
8446 Build:
8447   - cleanup automake setup
8448   - rename configure.in to configure.ac
8449   - various docs fixups
8450   - move glibconfig.h to glib/
8451   - disable dtrace support on Mac OS (which has incompatible 'dtrace')
8452
8453 GSettings:
8454   - add support for vendor override files (to change the default values
8455     in a schema)
8456   - change GSettingsBackend vtable
8457   - add g_settings_reset()
8458   - support binding to G_TYPE_STRV properties
8459
8460 GDBus:
8461   - many bug fixes, including a serialisation fix
8462   - stop handling incoming connections as soon as stop() is called
8463   - proper support for file descriptor passing
8464   - new flags parameter for sending messages
8465   - new flags parameter for subscribing to signals
8466   - always reset the message serial when sending a message unless
8467     G_DBUS_SEND_MESSAGE_FLAGS_PRESERVE_SERIAL is given
8468   - constness fixes for introspection structures
8469   - clean ups to subtree registration API
8470
8471 Other:
8472   - fix divide by zero bug in g_malloc_n functions
8473   - GIO: don't blindly assume that SOCK_CLOEXEC is supported
8474   - make GObject property notify freezes threadsafe
8475   - GIO: clean up credentials passing
8476   - GApplication: make default-quit not apply if register=FALSE
8477   - GIO: add annotations for gobject-introspection
8478
8479 Bugs closed:
8480  166020 use GAtomic for refcounting
8481  617483 Credentials passing
8482  622005 [GApplication] no way to modify the "default-quit" property
8483  623293 vendor override files
8484  623810 Message serialization bug
8485  623815 Don't check sender for GDBusProxy objects where name is not set
8486  624473 GDBusSubtreeIntrospectFunc return type
8487  624483 GDBusSubtreeEnumerateFunc clarification
8488  624484 GDBusSubtreeDispatchFunc clarification
8489  624754 gdbusaddress.c missing sys/wait.h
8490  624968 div by zero in g_malloc_n family
8491  624991 GSettings mapping for G_TYPE_STRV 
8492  625383 Add missing GI annotations
8493
8494 Updated Translations:
8495  Armenian
8496  Galician
8497  German
8498  Hebrew
8499  Kazakh
8500  Romanian
8501  Simplified Chinese
8502  Spanish
8503
8504 Overview of Changes from GLib 2.25.10 to GLib 2.25.11
8505 =====================================================
8506
8507 +-------------------------------------------------------------------+
8508 | WARNING: There have been minor API changes in GDBus and GVariant. |
8509 | These API changes will not affect many users, but they do require |
8510 | a new version of GTK+ to be installed.                            |
8511 +-------------------------------------------------------------------+
8512
8513 Build:
8514   - add a --disable-Bsymbolic configure flag to disable linking with
8515     -Bsymbolic-functions
8516   - this release sees the complete removal of the old 'g*alias' hacks
8517   - honour the NOCONFIGURE environment variable from autogen.sh
8518   - use proper feature test macros for isnan
8519   - use pkg-config to check for zlib
8520   - add ACLOCAL_AMFLAGS to Makefile.am
8521
8522 GDBus:
8523   - hide Class and instance structures for all GDBus types except
8524     GDBusProxy.  This breaks API by preventing subclassing, but probably
8525     nobody was doing that.
8526   - add new GDBusConnection call to support flushing all pending
8527     outgoing messages
8528   - change the register_object API to add a reference to the
8529     GDBusInterfaceInfo object so the caller need not keep it alive
8530     themselves
8531   - don't rewrite the serial number when sending messages that already
8532     have a serial number
8533   - better error checking for DBUS_SESSION_BUS_ADDRESS environment
8534     variable
8535   - switch to g_parse_debug_string for G_DBUS_DEBUG and add a lot of new
8536     flags
8537   - add support for temporarily freezing a freshly created
8538     GDBusConnection.  Do this until after the ::new-connection signal
8539     has finished running on GDBus services.
8540   - never require non-closed connections (the user is incapable of doing
8541     this due to the obvious race)
8542   - remove weird/misleading redundant check on NameOwnerChanged signal
8543   - emit GDBusProxy::g-properties-changed on NameOwnerChanged
8544
8545 GVariant:
8546   - the 'g_variant_{new,get}_byte_array' APIs have been removed
8547   - g_variant_{new,get,dup}_bytestring has been added, with different
8548     arguments and different behaviour
8549   - g_variant_{new,get,dup}_bytestring_array has been added, doing
8550     essentially the same thing as the 'strv' functions, but with byte
8551     strings instead of utf8 strings
8552   - G_VARIANT_TYPE_BYTESTRING ('ay'), BYTESTRING_ARRAY ('aay') and
8553     STRING_ARRAY ('as') constants have been added
8554   - the undocumented behaviour that g_variant_get_strv() deserialised
8555     arrays of object paths or signature strings has been dropped
8556   - additional varargs support for converting bytestrings or bytestring
8557     arrays with ^ay ^aay ^&ay and ^a&ay
8558   - improved gobject-introspection annotation
8559   - fix a problem with GBuffer calling g_slice_free for the wrong type
8560   - fix leaks in the type inferencing code of the parser
8561
8562 GSettings:
8563   - improved documentation
8564   - updated schema XML DTD, now xincluded into the docs
8565   - added support for schemas that extend other schemas (using the
8566     'extends=' attribute).  Values of keys in the base schema can be
8567     overridden using <override>.
8568   - added theoretical support for lists (using the 'list-of=' attribute)
8569   - lots of new tests
8570   - add support for flags (implemented similarly to enums)
8571   - add support for generating .enums.xml files to gsettings.m4:
8572       gsettings_ENUM_NAMESPACE = org.example.myapp
8573       gsettings_ENUM_FILES = ../path/to/*.h
8574     will generate org.example.myapp.enums.xml with mappings for all
8575     enums and flags in the specified .h files.
8576   - warn with g_message() if the 'memory' backend is used by default
8577     (ie: because no other GSettings backends are installed)
8578   - fix get_property() for GSettings::schema
8579   - command line tool: fix a bug that prevented non-basic values from
8580     being set due to a premature free
8581   - command line tool: bash completion support
8582   - chain up in _finalize
8583   - add a new g_settings_get_mapped API to read settings that require
8584     post-processing
8585   - retry with the translated or schema default value if the
8586     GSettingsBindGetMapping function fails
8587   - schema compiler: never fail due to empty schema directories (but
8588     warn)
8589   - peek rather than ref/unref the GEnumClass in the mapping function
8590   - schema compiler: compile *.enums.xml before *.gschemas.xml to ensure
8591     that we have all the enums that the schemas may reference
8592   - schema compiler: improve accuracy of line numbers in error reports
8593   - fix crashes in the keyfile backend caused by invalid group names in
8594     the keyfile
8595
8596 Other:
8597   - always intern GBinding prop names
8598   - base64: remove asserts preventing conversion of empty strings
8599   - document NULL special-cases for GValueArray
8600   - GNode docs improvements
8601   - improve detection of 'system internal' mounts
8602   - fix leaks in the inotify GFileMonitor implementation
8603   - annotate all custom GIO GSources to improve debugging (e.g. using
8604     SystemTap)
8605
8606 Tests:
8607   - Turn on glibc malloc checking features for make check
8608   - improvements for GSettings tests, plus new tests
8609   - improved tests for GKeyfile
8610   - new tests for GDir, GSList, GSList, GAppLaunchContext,
8611     CharsetConverter, GIcon, ...
8612   - move some tests to GTester (tree tests, uri tests)
8613   - generally, really an awful lot of new tests
8614   - don't try to allocate 2gigs of memory anymore for the array test
8615
8616  552363 g_value_array_{insert,prepend,append}'s special cases for NULL
8617  561248 Improve return value description from g_node_prev/next_sibling()
8618  570036 Add ACLOCAL_AMFLAGS to Makefile.am
8619  576833 g_sprintf add a reference to g_strdup_printf
8620  576854 g_strconcat() documentation should provide a hint about bad l10n
8621  582227 reference: add other URI functions to 'URI Functions' section
8622  599223 should provide g_spawn_* variants that take a GAppLaunchContext
8623  610784 array test failing
8624  613057 Leak in inotify GFileMonitor implementation
8625  620536 Annotate all custom GIO GSource using g_source_set_name
8626  620913 More control with G_DBUS_DEBUG
8627  622124 implement flags
8628  622127 GSettings extended key validation
8629  622128 retry with default value for failed mapping
8630  622294 More annotations for GVariant
8631  622565 glib-compile-schemas fails when no schemas
8632  622600 Fix missing prototype warning
8633  622813 gsettings mapping & enum buglet
8634  623142 Ensure ::new-connection runs before processing D-Bus messages
8635  623143 Never require non-closed connections
8636  623319 use g_parse_debug_string for dbus debug flags
8637  623401 process enums first
8638  623402 schema compiler reports wrong line numbers
8639  623407 g_keyfile_settings_backend_new crashes with the key "/"
8640  623473 zlib should be checked with pkg-config
8641  623537 GDBusProxy has weird checking on NameOwnerChanged
8642  623538 GDBusProxy::g-properties-changed emission for corner cases
8643  623692 directory with file at multiple MLS levels may display empty
8644  623720 gschema.dtd does not contain enum definitions
8645  623770 quoting of expand_macro in gdesktopappinfo.c
8646  623772 gdesktopappinfo.c, function child_setup
8647  623780 g_unix_is_mount_path_system_internal
8648  623954 g_settings_finalize
8649  623955 Dubious return values
8650
8651 Updated translations:
8652  Galician
8653  Hebrew
8654  Norwegian bokmål
8655  Spanish
8656
8657 Overview of Changes from GLib 2.25.9 to GLib 2.25.10
8658 ====================================================
8659
8660 +----------------------------------------------------------------+
8661 | WARNING: There have been API changes in GDBus. Users of these  |
8662 | APIs will need to be adapted.  In particular, a new release of |
8663 | dconf is required to go along with this one.  There has also   |
8664 | been a change in the GSettings backend API used for keyfiles.  |
8665 +----------------------------------------------------------------+
8666
8667 * GDBus:
8668  - add direction parameter to filter functions (API change)
8669  - allow calling other interfaces with a GDBusProxy
8670  - padding added to class struct fields (ABI change)
8671  - fixes for closures-based functions
8672
8673 * GVariant:
8674  - new is_floating() call
8675  - add g_value_take_variant() call (required for marshallers)
8676
8677 * GSettings:
8678  - support for binding GParamSpecEnum properties
8679  - ifelse-style condition support for GLIB_GSETTINGS m4 macro
8680  - remove gsettings-schema-convert tool (now in GConf)
8681  - allow introspection of all installed schemas
8682  - allow introspection of the keys in a schema
8683  - rewrite keyfile backend (API change)
8684
8685 * GNIO:
8686  - don't implicitly close GSocket until it is destroyed
8687  - windows fixups
8688
8689 * Other:
8690  - allow GChecksum to take (NULL, 0) for data/length
8691  - GRelation and GCompletion are now deprecated
8692  - introduce G_PARAM_DEPRECATED and G_ENABLE_DIAGNOSTIC
8693  - add working directory to GApplication platform data
8694  - lots of documentation cleanups
8695  - PCRE updated to 8.02
8696
8697 * Build:
8698  - the IA__g_* style symbol aliasing has been disabled and replaced with
8699    the -Bsymbolic-functions linker flag on platforms that support it.
8700    Please be on the watch for portability issues and report them to us.
8701  - many test cases have been moved to the GTester framework
8702  - lcov support has been added for tests
8703  - many windows fixes
8704
8705 * Bugs fixed:
8706  501057  lcov coverage suite and GLib integration
8707  551271  deprecate GRelation
8708  601686  Implement diagnostic mode
8709  603309  GSocketOutputStream broken on Windows (?)
8710  616718  GLIB_GSETTINGS macro can't be used conditionally
8711  616855  GSocketConnection: don't close the socket if it's still reffed
8712  618866  g_ptr_array_remove_index_fast memory leak
8713  619878  keyfile backend calls keys_changed with invalid argument
8714  619879  keyfile backend doesn't make use of expected_type
8715  621092  Add with_closures() variants for bindings
8716  621172  Cross compiling fails
8717  621838  Actually add cwd to platform data
8718  621945  Filter outgoing messages in GDBusConnection
8719  621947  add g_value_take_variant
8720  622038  GSettings: "It is a programmer error" documentation is unclear
8721  622154  [patch] update documentation for g_application_new
8722  622281  binding: Add SYNC_CREATE to the flags
8723  622480  Improve documentation for g_strcmp0()
8724  622554  g_error called if schema not installed
8725  622601  Return interned strings from g_settings_list_keys
8726
8727 * Translation updates:
8728  - Galician
8729
8730 Overview of Changes from GLib 2.25.8 to GLib 2.25.9
8731 ===================================================
8732
8733 +----------------------------------------------------------------+
8734 | WARNING: There have been API changes in GDBus, GSettings and   |
8735 | GApplication. Users of these APIs will need to be adapted. In  |
8736 | particular, a new release of GTK+ is required to go along with |
8737 | this one.                                                      |
8738 +----------------------------------------------------------------+
8739
8740 * GDBus
8741  - Use Gio's default async implementation
8742  - Fix proxy construction for objects with no properties
8743  - Fix error handling in synchronous initialization
8744  - Do not dispatch calls to unregistered objects
8745  - Add _with_closures alternative functions
8746  - Allow constructing GDBusProxy with well-known names
8747  - Remove GType parameters from GDBusProxy constructors
8748  - Nuke g_bus_watch_proxy API
8749  - Add --xml to gdbus-tool to print raw introspected XML
8750
8751 * GSettings
8752  - schema file format change: store (default, options) in gvdb
8753  - Add g_settings_sync()
8754  - Add support for enums and ranges
8755  - 'context' support has been replaced by direct use of
8756    GSettingsBackend
8757
8758 * GApplication
8759  - Switch to using variants for timestamps
8760  - Use GInitable
8761
8762 * GObject
8763  - Introduce g_object_notify_by_pspec
8764  - Add GBinding
8765  - The GVariant gtype G_TYPE_VARIANT was changed from boxed
8766    to fundamental. We believe there were no existing users
8767    of the boxed type, so this should not cause any applications
8768    to break.
8769
8770 * Test framework
8771  - Add package and version to the test report XML
8772  - Use optparse to parse gtester-report commandline
8773  - Add subunit support to gtester-report
8774  - Prevent division by zero if no tests
8775
8776 * Bugs fixed:
8777  621782 Crash using gbinding
8778  619945 GConverterOutputStream triggers assertion and corrupts data
8779  621319 more leaked GVariants in GSettings
8780  621168 GKeyFile memory leak on Windows platform
8781  621002 Switch to using variants for timestamps, split out signals
8782  620953 tiny docs addition
8783  618904 Lies in gunixmounts documentation
8784  621702 Correctly initialize GError
8785  611778 minor cleanup of gtester-report
8786  621213 GDBusProxy and well-known names
8787  621034 Rewrite apps test to ensure children are killed
8788  620954 gapplication gvariant simplifications
8789  611869 add subunit out feature to gtester-report
8790  621119 GDBusProxy and objects with no properties
8791  620990 Use Gio's default async implementation again
8792  620952 g_application_register_with_data is an ugly API
8793  621252 GSettings leaks context
8794  618715 fork() in GSettings test cases is problematic 618715
8795  621905 Assume a ref when doing async work
8796  621266 GSettings "context" clarification
8797
8798 * Translation updates:
8799  Chinese
8800
8801
8802 Overview of Changes from GLib 2.25.7 to GLib 2.25.8
8803 ===================================================
8804
8805 * Initial support for dtrace and systemtap profiling:
8806  - mainloop sources can be named
8807  - probes for memory allocation with g_malloc and gslice
8808  - gquark name tracking
8809  - type creation
8810  - object life-cyle (creation, finalization, ref, unref)
8811  - signal creation and emission
8812
8813 * GVariant
8814  - has been fixed to work with the FreeBSD malloc
8815  - added introspection annotations
8816  - new function: g_variant_builder_add_parsed
8817
8818 * GSettings:
8819  - g_settings_set/get_strv functions have lost their length parameter
8820  - g_settings_set_strv accepts NULL
8821  - added introspection annotiations
8822
8823 * GPermission: an abstract interface for representing permissions,
8824   with a minimal implementation named GSimplePermission
8825
8826 * GApplication: a basic application support class, with a D-Bus based
8827   implementation
8828
8829 * Bugs fixed:
8830  619585 glib-compile-schemas asserts on FreeBSD
8831  620384 Annotate GVariant and GSettings _strv() functions
8832  606044 Add support for dtrace/systemtap static markers
8833  620350 add g_variant_builder_add_parsed() API
8834  620349 utf8ify GVariant printer
8835  620767 Typo in GSettings documentation: "INTLTOOL_NOMERGE_RULE"
8836  620312 Fix g_settings_[gs]et_strv() API
8837  620519 GPermission
8838  620582 GPermission needs a simple implementation
8839  620496 GSettings schema compiler should reject invalid paths
8840  620173 missing single header inclusion guards
8841  620265 g_assertion_message_error should take const GError *
8842
8843 * Translation updates:
8844  Esperanto
8845  Galician
8846  Hebrew
8847  Indonesian
8848  Norwegian bokmål
8849  Slovenian
8850  Spanish
8851
8852
8853 Overview of Changes from GLib 2.25.6 to GLib 2.25.7
8854 ===================================================
8855
8856 * NOTE: API/ABI breaks since 2.25.6 release:
8857   - g_dbus_connection_sync{,_sync} takes a new 'reply_type' argument
8858   - GSettingsBackendClass 'list' virtual function changed
8859
8860   GSettings backends and things using GDBus may need to be rebuilt.
8861
8862 * GDBus: many build-related fixes
8863
8864 * GDBus (service): return a DBus error when receiving a method call for
8865   an unknown interface.
8866
8867 * GSettings: fix 'make install' bug in gsettings.m4 for generated schema
8868   files
8869
8870 * GSettings: avoid non-portable use of LC_MESSAGES
8871
8872 * better approach to handling man pages
8873
8874
8875 * Bugs fixed:
8876  619527 please improve docs on g_file_make_symlink
8877  619391 send-with-reply should have expected result signature
8878  618616 Use stack-allocated GVariantBuilders
8879  617004 Build with "--disable-nls" fails under MinGW/Win32
8880  619142 Build fixes (GDBus)
8881
8882 * Updated translations:
8883  Estonian
8884  Galician
8885  Norwegian bokmål
8886
8887 Overview of Changes from GLib 2.25.5 to GLib 2.25.6
8888 ===================================================
8889
8890 * GDBus: introspection improvements
8891 * GDBus: build fixes
8892
8893 * GSettings: GSettingsBackend ABI changed               **** NOTE ****
8894 * GSettings: --uninstall option for schema compiler
8895 * GSettings: new m4 macro with more power
8896 * GSettings: thread support
8897
8898 * rework of file notification on Solaris
8899 * fixes for gold linker
8900
8901 * Bugs fixed:
8902  619038 increase gsettings.m4 power
8903  619031 method-calls-in-thread test failing
8904  618839 Typo at translation message
8905  616864 GSETTINGS_CHECK_RULE doesn't work with multiple files
8906  618730 gunixcredentialsmessage.c doesn't compile on GNU/kfreebsd
8907  616314 Make GSettings (partially) threadsafe
8908
8909 * Updated Translations:
8910  Indonesian
8911  Galician
8912  Spanish
8913
8914 Overview of Changes from GLib 2.25.4 to GLib 2.25.5
8915 ===================================================
8916
8917 * GDBus: Fix serialization of empty arrays
8918
8919 * GDBus: Plug various memory leaks
8920
8921 * GSettings: Fix problems with GSETTINGS_CHECK_RULE
8922
8923 * Bugs fixed:
8924  616731 GSETTINGS_CHECK_RULE doesn't work in non-srcdir builds
8925  616864 GSETTINGS_CHECK_RULE doesn't work with multiple files
8926  618615 mem leaks in parse_value_from_blob
8927  618622 Plug some mem leaks in gdbus
8928  618650 Plug a mem leak in gdbusauth
8929  618663 Plug mem leaks in gdbus tests & examples
8930
8931 * Updated translations:
8932  Spanish
8933
8934
8935 Overview of Changes from GLib 2.25.3 to GLib 2.25.4
8936 ===================================================
8937
8938 * GDBus D-Bus support has been merged. This provides an API
8939   to replace dbus-glib
8940
8941 * GVariant no requires strings to be UTF-8. You can use byte
8942   arrays for non-UTF-8 strings.
8943
8944 * GSettings allows to bind string properties to byte arrays
8945
8946 * The schema compiler supports range restrictions
8947
8948 * Bugs fixed:
8949  618051 socket-server|client.c fail to compile under AIX...
8950  616102 GSettings ignores <choice> and <range>
8951  616720 Chunked quark allocation
8952  616877 Several issues with g_socket_receive_message
8953  616892 gio: Add a boxed type for GFileAttributeMatcher
8954  616967 Add g_regex_get_compile_flags() and g_regex_get_match_flags()
8955  617767 g_settings_[gs]et_strv() 'length' argument has missing docs...
8956  617914 gtester-report: cope with binaries with no test cases
8957  617937 output_stream_close vs output_stream_close_async semantics
8958  615494 Connction timeouts produce partially invalid error messages
8959  617823 glib-compile-schemas problems with an out of source build
8960  617947 glib-mkenums: add @valuenum@ support
8961
8962 * Translation updates:
8963  Galicaian
8964  Norwegian bokmål
8965  Shavian
8966  Spanish
8967
8968
8969 Overview of Changes from GLib 2.25.2 to GLib 2.25.3
8970 ===================================================
8971
8972 * New macro: G_GNUC_DEPRECATED_FOR, a variant of G_GNUC_DEPRECATED
8973   that lets you add replacement information (requires gcc 4.5)
8974
8975 * Rename AM_GSETTINGS autoconf macro to GLIB_GSETTINGS
8976
8977 * Rename gschema-compile utility to glib-compile-schemas
8978
8979 * Add support for timeouts in GSocket
8980
8981 * Bugs fixed:
8982  589989 Compilation error on Solaris 9
8983  616648 Change AM_GSETTINGS macro to GLIB_GSETTINGS
8984  587898 I/O timeouts for GSocket
8985  614541 Add G_TYPE_ERROR boxed type for GError
8986
8987
8988 Overview of Changes from GLib 2.25.0 to GLib 2.25.2
8989 ===================================================
8990
8991 * Include a 'gsettings' utility, for commandline access to GSettings
8992
8993 * Install a AM_GSETTINGS autoconf macro similar to AM_GCONF
8994
8995 * GSettings can bind the writability of a key explicitly
8996
8997 * There is now a predefined boxed type for GError
8998
8999 * Bugs fixed:
9000  615379 g_new macros crash if sizeof(struct_type) == 0
9001  616312 Add m4 rule equivalent to GCONF_SCHEMAS_INSTALL
9002  616295 mapping bug for uint64
9003  616216 glib compile from remote directory fails
9004  615960 Fix size passed to connect() for abstract sockets
9005  616432 Crash in gschema-compile
9006  616331 gsettings-schema-convert uses imaginary types
9007  616309 gsettings-schema-convert should output gettext-domain
9008  616384 Add mention of GConfBridge in conversion docs
9009  616311 gschema-compile outputs in current directory
9010  616276 simplify gschema-compile test setup
9011  616156 keys with unnecessary empty options arrays
9012  616405 gsettings missing g_return_if_fail's
9013  616245 Use G_DEFINE_INTERFACE macro
9014  614541 Add G_TYPE_ERROR boxed type for GError
9015
9016 * Updated translations:
9017  Catalan (Valencian)
9018  Galician
9019  Kannada
9020  Spanish
9021
9022
9023 Overview of Changes from GLib 2.24.0 to GLib 2.25.0
9024 ===================================================
9025
9026 * The GSettings framework has been merged. This provides the API to
9027   replace GConf. DConf will provide a backend implementation for it.
9028   GConf will also provide a backend implementation to ease the
9029   transition. We provide utilities to assist with schema conversion
9030   and data migration, as well as a porting guide.
9031
9032 * Translation updates:
9033  Bengali
9034  Catalan
9035  Danish
9036  Gujarati
9037  Marathi
9038  Thai
9039  Traditional Chinese
9040
9041
9042 Overview of Changes from GLib 2.23.6 to GLib 2.24.0
9043 ===================================================
9044
9045 * Bug fixes:
9046  613601 buglet in dup_close_on_exec_fd
9047  584284 g_data_input_stream_read_until_async behaves confusingly
9048  613748 Write errors in middle of copy cause hang
9049  613923 splice_stream_with_progress: wrong error handling
9050  613667 Typo in GObject documentation
9051  613618 gvariant format string docs unclear
9052
9053 * Translation updates:
9054  Basque
9055  Ukrainian
9056  Vietnamese
9057
9058
9059 Overview of Changes from GLib 2.23.5 to GLib 2.23.6
9060 ===================================================
9061
9062 * Class private data:
9063   - support for private data associated with a GTypeClass
9064
9065 * GVariant merge is now complete:
9066   - loading functions and parser merged
9067
9068 * Windows improvements:
9069   - socket fixes
9070   - various build improvements
9071   - removal of GCC/C99isms in favour of portable code
9072   - drop unmaintained Visual Studio 8 support
9073
9074 * Minor API addition:
9075   - g_desktop_app_info_get_filename()
9076
9077 * Bugs fixed:
9078  521707 Class private data
9079  612502 build fails on glib/tests/gvariant.c
9080  612832 [GDesktopAppInfo] New function g_desktop_app_info_get_filename
9081  612702 [PATCH] Fix GSocket-related crash on Windows
9082  612736 Improve the documentation about single include
9083  610858 gvariant test fails sometimes
9084  612327 uninitialized variable
9085
9086 * New translations:
9087  Afrikaans
9088  LowGerman
9089
9090 * Updated translations:
9091  Czech
9092  Finnish
9093  Galician
9094  Greek
9095  Punjabi
9096  Romanian
9097  Serbian
9098
9099
9100 Overview of Changes from GLib 2.23.4 to GLib 2.23.5
9101 ===================================================
9102
9103 * New API addition: g_malloc_n() and friends used to implement an
9104   overflow-safe family of g_new() macros.
9105
9106 * GVariant:
9107  - GVariantBuilder and GVariantIter are now merged.
9108  - The variable arguments API is now merged.
9109  - The parser will be in a future release.
9110
9111 * GIO:
9112  - Remove GUtf8InputStream (which never appeared in a stable release)
9113    for now since it doesn't satisfy the needs of its main intended use
9114    case.  We hope to reimplement this feature in a better form in a
9115    future release.
9116
9117 * Bugs fixed:
9118  609531 missing licence headers
9119  612107 Missing G_FILE_ATTRIBUTE_TRASH_ORIG_PATH
9120  611897 g_io_modules_scan_all_in_directory leaks
9121  608196 Overflow-safe g_new family
9122  611696 gio uses GetAddrInfo which requires special handing on windows 2k
9123  605667 Don't use G_PARAM_SPEC_VALUE_TYPE when we know the pspec is valid
9124  610860 test_g_file_open_readwrite fails if $HOME is unwritable
9125  552912 glib-2.18 /live-g-file/test_copy_move failed when run as root
9126  609813 Renaming a file discards file notes
9127
9128 * Updated translations:
9129  Basque
9130  Brazilian Portuguese
9131  British English
9132  Bulgarian
9133  Catalan
9134  Danish
9135  Estonian
9136  French
9137  German
9138  Hungarian
9139  Italian
9140  Lithuanian
9141  Norwegian bokmål
9142  Portuguese
9143  Russian
9144  Slovenian
9145  Spanish
9146  Swedish
9147  Traditional Chinese
9148
9149
9150 Overview of Changes from GLib 2.23.3 to GLib 2.23.4
9151 ===================================================
9152
9153 * GVariant: The core of GVariant has been merged now, with some
9154  API still to follow.
9155
9156 * GIO:
9157  - There is a new interface GFileDescriptorBased for file descriptor
9158    based IO. GLocalFile{Input,Output}Stream implement it
9159  - Use splice(2) to transfer data between file descriptors without
9160    extraneous copies
9161  - Add a way to request move events from file monitors
9162
9163 * Bugs fixed:
9164  609143 *result_uncertain is never assigned in g_content_type_guess
9165  604086 Use splice(2) when doing local file copies
9166  547890 No move events for GFileMonitorEvent?
9167  568760 nautilus freezes due to a bug in garray.c:322
9168  609962 Add info about the use of G_DEFINE_INTERFACE
9169  609564 g_base64_encode_close docs should mention outbuf size...
9170  610484 g_variant_equal bug
9171  610131 libasyncns does not compile on Solaris 8
9172  609530 missing single header include guards
9173
9174 * Updated translations:
9175  Czech
9176  Estonian
9177  Galician
9178  German
9179  Korean
9180  Polish
9181  Slovenian
9182  Spanish
9183  Traditional Chinese
9184
9185
9186 Overview of Changes from GLib 2.23.2 to GLib 2.23.3
9187 ===================================================
9188
9189 * GLib now has a facility for locks that consume only one bit of
9190   storage inside an integer: g_bit_lock()
9191
9192 * GVariant: The serializer has been merged, with more API to follow
9193
9194 * Bugs fixed
9195  548967 1 bit mutex lock
9196  604967 2.22.3 libasyncns build fails on HP-UX 11.11
9197  608602 G_VALUE_COLLECT_INIT variables shadow those in G_VALUE_COLLECT
9198  608743 Crash in g_hostname_to_ascii visiting certain website in epiphany
9199  599197 array ref and unref functions crash on NULL array.
9200  608159 mem leak in g_io_modules_scan_all_in_directory
9201
9202 * Translation updates
9203  Brazilian Portuguese
9204  Czech
9205  French
9206  Norwegian bokmål
9207  Slovenian
9208  Spanish
9209  Thai
9210
9211
9212 Overview of Changes from GLib 2.23.1 to GLib 2.23.2
9213 ===================================================
9214
9215 * We are now using gcc builtins for atomic operations when available
9216
9217 * g_assert() grew the ability to store assertions in core dumps
9218
9219 * GIO supports lazy loading of GIO modules, and there is a new
9220   gio-querymodule utility that goes along with this.
9221   Packagers will need to adapt to this.
9222
9223 * Threading changes:
9224  - The requirements for g_thread_init() have been relaxed slightly,
9225    it can be called multiple times, and does not have to be the first
9226    call.
9227  - GObject now links to GThread and threads are enabled automatically
9228    when g_type_init() is called.
9229  - Thread-safety issues with boxed types in GObject have been fixed.
9230
9231 * GObject:
9232  - Another bunch of performance work has landed
9233
9234 * GVariant:
9235  - GVariantType has been merged, with the rest of the GVariant
9236    API to follow.
9237
9238 * Bugs fixed:
9239  568760 nautilus freezes due to a bug in garray.c:322
9240  602417 Document lifecycles of GSimpleAsyncResult and friends
9241  604824 crash in Epiphany: Selecting my Slashdot bo...
9242  448888 don't init g_slice for always-malloc
9243  531902 Use GCC atomic buildins for g_atomic*
9244  554887 boxed type registration is not thread safe
9245  586150 unresolved symbols when building glib 2.21.2 on OS X Tiger
9246  589176 row gvalue transform array exponentially
9247  594872 Support storing assertion messages into core dump
9248  602240 Upgrade libasyncns to 0.8
9249  603590 Speed up G_VALUE_COLLECT
9250  604457 gutf8inputstream.c: increasing unknown size pointer
9251  605686 GCharsetConverter doesn't flush
9252  605733 g_memory_output_stream_new violates GObject standards
9253  605883 g_object_new() processes varargs even when there are none
9254  605977 invalid utf-8 conversion in g_local_file_get_parse_name(...
9255  606775 Enable threads by default in gobject
9256
9257 * Translation updates:
9258  Asturian
9259  Basque
9260  Bengali
9261  Bulgarian
9262  Estonian
9263  Norwegian bokmål
9264  Spanish
9265  Thai
9266  Ukrainian
9267
9268
9269 Overview of Changes from GLib 2.23.0 to GLib 2.23.1
9270 ===================================================
9271
9272 * GObject performance work has landed:
9273  - Construction of simple objects is much faster
9274  - Interface lookup is lock-free and constant-time now
9275  - Reduced locking overhead when dealing with types
9276
9277 * GType now has a G_DEFINE_INTERFACE convenience macro
9278
9279 * GIO gained GUtf8InputStream, an input stream that
9280   performs utf-8 validation
9281
9282 * GLib now has byte-swap macros for gsize and gssize
9283
9284 * Bugs fixed:
9285 557151 Determining the newly_constructed boolean in gobject.c...
9286 557100 Performance improvements for GObjectClasses that don't...
9287 501166 Warning message says IA__g_type_init instead of g_type_init
9288 585375 Performance and Contention problems with g_type_class_ref...
9289 587892 Race in GType when instantiating the same class for the...
9290 603270 Input Stream validating utf8
9291 603476 gioenums.h:62: error: comma at end of enumerator list
9292 603540 g_time_val_from_iso8601 uses uninitialised variable
9293 603982 Stack overflow when reading file async with filter
9294 604645 G_DEFINE_INTERFACE_* documentation is not generated
9295 604875 Use of sa_len conflicts with system header
9296 320482 provide G_DEFINE_TYPE like macros for interfaces
9297
9298 * Updated translations:
9299  Estonian
9300  Hebrew
9301  Norwegian bokmål
9302  Vietnamese
9303  Welsh
9304
9305
9306 Overview of Changes from GLib 2.22.x to GLib 2.23.0
9307 ===================================================
9308
9309 * GIO:
9310  - GConverter: a generic interface for stateful conversions of data,
9311    suitable for charset conversion, compression, decompression, regexp
9312    replacement. Concrete implementations are GCharsetConverter,
9313    GZlibCompressor and GZlibDecompressor. GConverterInputStream,
9314    GConverterOutputStream are stream implementations that convert data
9315    while loading or saving it.
9316  - GMounts can now have a 'default location': a path that reflects
9317    the main entry point for the user (e.g. the home directory).
9318  - As a consequence of the compression support, GIO depends on zlib now.
9319
9320 * GObject:
9321  - G_IMPLEMENT_INTERFACE_DYNAMIC: a convenience macro for adding
9322    interfaces to dynamic types.
9323
9324 * GModule:
9325  - The -pthread flag has been added to all gmodule .pc files, because
9326    it is not generally permissible to load modules that are linked
9327    against libpthread if the program has not been compiled with threading
9328    support.
9329
9330 * Bugs fixed:
9331  601637 GUnixFDMessage should contain a GUnixFDList
9332  585566 GSocketListener API issues
9333  572252 Bug in g_file_test() function.
9334  600550 g_app_info_create_from_commandline doesn't treat arguments properly
9335  541236 not detecting exact content type
9336  350200 [PATCH] GTypeModule derived class unref does not unload plugin
9337  589631 Please enclose literal values with double quotes
9338  577711 cross compile check for g++ broken
9339  600620 Support X-GNOME-FullName in GAppInfo
9340  598899 GWin32DirectoryMonitor is broken
9341  593809 Nautilus does not restore the position of the icons on the desktop...
9342  563627 g_get_prgname() threadsafety
9343  600141 Add -pthread to gmodule pkg-config
9344  593856 file and directory monitors don't work when glib is compiled...
9345  324930 Nautilus should disallow copying of symlink to FAT drive early
9346  587300 Deadlock when calling g_cancellable_disconnect in a...
9347  595138 GFile not robust with invalid input
9348  591216 Warning building resolver.o
9349  590016 Does not compile under MinGW32 + Wine
9350  591214 Warnings building gcancellable.o
9351  561998 Have specific entry points (paths) for mounts...
9352  508157 Add G_IMPLEMENT_INTERFACE_DYNAMIC
9353  535159 g_file_has_parent
9354
9355 * Updated translations:
9356  Brazilian Portuguese
9357  Catalan
9358  Estonian
9359  Galician
9360  Norwegian bokmål
9361  Shavian
9362  Slovenian
9363  Spanish
9364  Swedish
9365
9366
9367 Overview of Changes from GLib 2.22.1 to GLib 2.22.2
9368 ===================================================
9369
9370 * GIO:
9371  - Support case-sensitive globs in the shared mime database,
9372    including support for the newer cache format that allows these.
9373    Case-sensitive globs have been introduced in shared-mime-info
9374    version 0.70
9375
9376 * GObject:
9377  - Speed up creation of simple objects
9378
9379 * Bugs fixed:
9380  597194 Typo in _G_TYPE_CVH macro
9381
9382 * Updated translations:
9383  Russian
9384
9385
9386 Overview of Changes from GLib 2.22.0 to GLib 2.22.1
9387 ===================================================
9388
9389 * Bugs fixed:
9390  596064 Test file marked for translation
9391  595972 possibly invalid search in mime_info_cache_dir_add_...
9392  596561 C99 style of declaration of variable in gmessages.c
9393  596314 g_utf16_to_utf8 returns an invalid UTF8 string
9394  596748 g_async_result_get_source_object returns a new ref
9395  593809 Nautilus does not restore the position of the icons...
9396  593775 uses inotify_init1 unconditionally
9397
9398 * Updated translations:
9399  Bengali
9400  Hebrew
9401
9402
9403 Overview of Changes from GLib 2.21.6 to GLib 2.22.0
9404 ===================================================
9405
9406 * Add gdb python macros to make gobject debugging more pleasant
9407
9408 * Bugs fixed:
9409  579050 Allow making selected critical and warning messages non-fatal
9410  594759 g_socket_send_message fails due to invalid sendmsg params
9411  593941 GNetworkAddress skipping addresses when enumerating
9412  594597 Fix build with srcdir != builddir
9413  595619 Include gdb pretty printers
9414
9415 * Changes that might affect bindings:
9416  - The error parameter of g_simple_async_result_set_from_error has been
9417    made const.
9418
9419 * Updated translations:
9420  Assamese
9421  Bengali India
9422  British English
9423  Bulgarian
9424  Catalan
9425  Czech
9426  Danish
9427  Finnish
9428  Galician
9429  Greek
9430  Gujarati
9431  Hindi
9432  Japanese
9433  Kannada
9434  Malayalam
9435  Marathi
9436  Norwegian bokmål
9437  Oriya
9438  Polish
9439  Punjabi
9440  Romanian
9441  Serbian
9442  Simplified Chinese
9443  Slovenian
9444  Spanish
9445  Tamil
9446  Telugu
9447  Thai
9448  Traditional Chinese
9449  Ukrainian
9450  Vietnamese
9451
9452
9453 Overview of Changes from GLib 2.21.5 to GLib 2.21.6
9454 ===================================================
9455
9456 * Minor API additions:
9457   g_mkstemp_full is a variant of g_mkstemp that allows to specify flags
9458   and permissions
9459
9460 * Bugs fixed:
9461  593232 g_rand_new: read no more than requested from /dev/urandom
9462  591995 use saved errno
9463  589491 g_time_val_from_iso8601 doesn't handle some cases
9464  593406 Permissions set to 777 after copying via Nautilus
9465  594034 Add g_mkstemp_full()
9466
9467 * Updated translations:
9468  Assamese
9469  Basque
9470  Brazilian Portuguese
9471  Czech
9472  Estonian
9473  French
9474  German
9475  Hungarian
9476  Italian
9477  Kannada
9478  Malayalam
9479  Marathi
9480  Norwegian bokmål
9481  Oriya
9482  Portuguese
9483  Swedish
9484  Tamil
9485  Turkish
9486
9487
9488 Overview of Changes from GLib 2.21.4 to GLib 2.21.5
9489 ===================================================
9490
9491 * A performance problem with trashing of many files has been fixed
9492
9493 * GResolver now invalidates the libc resolv.conf cache as needed
9494
9495 * Minor api additions:
9496  - g_cancellable_make_pollfd returns a boolean now. And there is a
9497    new function g_cancellable_release_fd that can be used to released
9498    the resources used by a GCancellable.
9499
9500 * Bugs fixed:
9501  589988 Compilation error on Solaris 9 (missing stdint.h)
9502  588901 gtcpconnection.c won't compile
9503  584246 GResolver needs to call res_init() when network state changes
9504  591714 Figure out failure handling for g_cancellable_make_pollfd()
9505  591532 redundent '/' returned from g_file_resolve_relative_path
9506  591378 Use MSG_NOSIGNAL in GSocket if it's available
9507  589649 API documentation migration for Base64 Encoding
9508  591840 configure fails with autoconf 2.64
9509
9510 * Updated translations:
9511  Basque
9512  Brazilian Portuguese
9513  Bulgarian
9514  Danish
9515  Estonian
9516  Finnish
9517  Galician
9518  Gujarati
9519  Hndi
9520  Irish
9521  Japanese
9522  Korean
9523  Norwegian bokmål
9524  Polish
9525  Portuguese
9526  Punjabi
9527  Spanish
9528  Swedish
9529  Telugu
9530  Traditional Chinese
9531  Thai
9532
9533
9534 Overview of Changes from GLib 2.21.3 to GLib 2.21.4
9535 ===================================================
9536
9537 * GTree is now refcounted
9538
9539 * Bugs fixed:
9540  587938 Undocumented limitation for g_str_equal
9541  587773 refcounts for GTree
9542
9543 * Updated translations:
9544  French
9545  Hebrew
9546  Norwegian bokmål
9547  Spanish
9548  Swedish
9549  Traditional Chinese
9550  Ukrainian
9551
9552
9553 Overview of Changes from GLib 2.21.2 to GLib 2.21.3
9554 ===================================================
9555
9556 * GMappedFile is refcounted now
9557
9558 * Mainloop: It is now possible to set per-thread default contexts,
9559   with g_main_context_push_thread_default.
9560
9561 * glib-mkenums supports a @basename@ substitution, in addition
9562   to @filename@.
9563
9564 * GIO:
9565  - Vfs implementations can support storing of per-file metadata.
9566  - GCancellable can now be subclassed.
9567  - Unmount and eject methods now optionally allow interaction, via
9568    variants that take a GMountOperation object.
9569
9570 * Bugs fixed:
9571  556706 Inconsistent help arguments -h, -?
9572  579449 FileChoosers no longer work if an idle handler is active
9573  579933 mainloop FD_CLOEXEC has a race condition
9574  579984 alternate GMainContext support
9575  585937 gio/gsocket.c (glib 2.21.2) does not compile (Windows/mingw)
9576  586675 Runtime library location
9577  586797 Add GCancellables to GSocket ops
9578  586868 g_filename_complete_get_completions doesn't always return...
9579  587415 g_resolver_lookup_by_name_finish returns a freed list
9580  587434 regression tests fail, at least on x86_64
9581  586928 Avoid g++ warning in g_error()
9582
9583 * Updated translations:
9584  Estonian
9585  Hebrew
9586
9587
9588 Overview of Changes from GLib 2.21.1 to GLib 2.21.2
9589 ===================================================
9590
9591 * GIO:
9592   - g_socket_speaks_ipv4 is a new function to check if a socket can
9593     speak IPv4.
9594   - g_socket_listener_add_address gained a new effective_address out
9595     parameter.
9596   - GIO now returns special icons for XDG user directories, by the
9597     name folder-music, folder-documents, etc.
9598   - GIO gained support for starting/stopping of drives, which can be used
9599     in connection with external hard disk enclosures, disk arrays, iSCSI
9600     devices, etc. See g_file_start/stop_mountable.
9601
9602 * GLib:
9603  - g_reload_user_special_dirs_cache is a new function to force GLib to
9604    reload the XDG user directory mapping from disk.
9605
9606 * Bug fixes:
9607  584574 glib compile failure on Mac OS X with gunixresolver.c and...
9608  585566 GSocketListener API issues
9609  584255 Incorrect freeing of thread pool in GThreadedSocketService
9610  585088 g_string_chunk_insert_len stops at nul bytes
9611  585360 Monitor fontconfig configuration files using gio causes m...
9612  580103 Terminal starts on Display :0.0 when started on :0.1 in D...
9613  580301 network: a few issues on old darwin
9614  583398 SRV weight sorting is incorrect
9615  584176 build fixes on FreeBSD
9616  585189 g_cancellable_reset() must be called in same thread as g_...
9617  585280 compilation dies on gio/gsocket.c, needs sys/uio.h to con...
9618  585281 gio/gunixfdmessage.c needs sys/types.h for platforms that...
9619  585478 don't leak the inotify fd
9620  585575 g_socket_listener_add_inet_port() doesn't do the right thing
9621  585599 g_socket_listener_add_socket() consumes the socket
9622  585676 GEmblem doesn't reference its 'icon' if that is set as a ...
9623  585717 "bytes" nautilus translation to french is not shown in th...
9624  541276 XDG directories should have their own icons
9625  585726 Grammatical error in GList documentation
9626  585520 Wrong warning option in documentation
9627  585673 GNOME Goal: Remove deprecated glib symbols
9628  585591 Starting/stopping drives
9629
9630 * Updated translations:
9631  Bengali India
9632  Norwegian bokmål
9633
9634
9635 Overview of Changes from GLib 2.21.0 to GLib 2.21.1
9636 ===================================================
9637
9638 * GIO:
9639  - Support for network IO has been added, including a low-level
9640    socket API and a high-level API for network connections and
9641    services.
9642  - Support for read-write access with GIOStream and its subclasses.
9643  - GMount gained a pre-unmount signal.
9644
9645 * Bug fixes:
9646  576104Implement GMount::pre-unmount
9647  578769 implement GWinHttpFileInputStream::close_fn
9648  582856 gsocket.c doesn't compile on Solaris
9649  569375 g[u]intptr undocumented
9650  573246 [FIX] g_desktop_app_info_dup() can access NULL pointer
9651  575013 g_cancellable_push_current() does not allow NULL
9652  577884 live-g-file.c:461: error: format ‘%d’ expects type ...
9653  578499 g_output_stream_splice and stream closing with gnio strea...
9654  579558 Application employing gvfs crashes with only libgvfscommo...
9655  583001 SIGPIPE (grr!)
9656  583061 Please add convenience function to connect to machines by...
9657  583198 typo in error message
9658  583206 use g_set_error_literal where appropriate
9659  583229 void function g_async_initable_init_async returns value
9660  583324 locking problem in g_main_context_iterate()
9661  583408 void function g_socket_control_message_serialize returns ...
9662  578786 wrong and confusing error message
9663  583205 g_inet_address_to_bytes has no length outparam
9664  583196 mem leak in keyfile test
9665  583663 GSocketType enum ends with a comma
9666  569024 Make g_error_new_valist public
9667  569376 missing G_G[U]INTPTR_FORMAT
9668  580347 off-by-1 bug in GWinHttpFile
9669
9670 * Updated translations:
9671  Oriya
9672  Spanish
9673  Valencian-Catalan
9674
9675
9676 Overview of Changes from GLib 2.20.x to GLib 2.21.0
9677 ===================================================
9678
9679 * GIO:
9680  - New helper functions g_cancellable_connect/disconnect to avoid
9681    race conditions when connecting to the "cancelled" signal on
9682    GCancellable.
9683  - New types and methods for dealing with IPv4 and IPv6 addresses (and
9684    UNIX domain socket addresses under UNIX). This does not include code
9685    for actual socket I/O.
9686  - GResolver provides asynchronous and cancellable APIs for resolving
9687    hostnames, reverse lookup of IP addresses and resolving SRV records.
9688
9689 * Glib now provides hash and comparison functions for int64 and double
9690   types, suitable for use with GHashTable.
9691
9692 * GArray, GPtrArray and GByteArray can be ref counted now, and have
9693   boxed types.
9694
9695 * Bugs fixed:
9696  572844 Helper for GCancellable::cancelled connect/disconnect
9697  578363 goption docs should be improved
9698  548466 async/cancellable DNS resolver
9699  579830 param spec strings should use P_()
9700  579862 requesting xattr::foo ends up calling getxattr(..., user...
9701  580453 Hash and equal functions for gint64 and gdouble
9702  580450 Reference counting and boxed types for arrays
9703  580194 gresolver doesn't build on Solaris
9704  580301 network: a few issues on old darwin
9705  580299 network: include sys/types.h before sys/socket.h to insur...
9706  572508 gmarkup speedup
9707  580546 g_strtoull() referenced in documentation...
9708  580656 g_key_file_set_string_list erroneously asserts list != NULL
9709  579272 leaks in g_simple_async_result_set_op_res_gpointer
9710
9711
9712 * Updated translations:
9713  Catalan (ca)
9714  Pashto (ps)
9715  Spanish (es)
9716
9717
9718 Overview of Changes from GLib 2.20.0 to GLib 2.20.1
9719 ===================================================
9720
9721 * Bug fixes:
9722  575555 Use fsync() when replacing files to avoid data loss on
9723  575708 runaway inotify madness
9724  575270 GVolumeMonitor::mount-pre-unmount not being emitted
9725  577128 glib make check Failed to execute child process...
9726  573673 Always show "backup" directories
9727  578369 g_time_val_from_iso8601() parses timezones incorrectly
9728  578002 Fix a small typo in GFile docs
9729  578017 G_DEFINE_TYPE_EXTENDED docs
9730
9731 * Updated translations:
9732  Arabic
9733  Assamese
9734  Basque
9735  Bularian
9736  Brazilian Portuguese
9737  British English
9738  Catalan
9739  Danish
9740  French
9741  Galician
9742  German
9743  Greek
9744  Hungarian
9745  Italian
9746  Japanese
9747  Kannada
9748  Lithuanian
9749  Malayalam
9750  Norwegian bokmål
9751  Oriya
9752  Polish
9753  Punjabi
9754  Russian
9755  Simplified Chinese
9756  Slovenian
9757  Spanish
9758  Swedish
9759  Tamil
9760
9761
9762 Overview of Changes from GLib 2.19.9 to GLib 2.20.0
9763 ===================================================
9764
9765 * Base64 support: Avoid integer overflows. CVE-2008-4316
9766
9767 * Bugs fixed:
9768  574019 GChecksum: document and guarantee hex characters in lower case
9769  573454 Unable copy/move files to directories symlinked to gvfs share
9770  561172 gnome-open fails on local URIs with anchors
9771  573970 crash in gunixvolumemonitor:update_mounts when unmounting
9772  573843 g_get_current_dir returns non-absolute path
9773
9774 * Updated translations:
9775  Assamese (as)
9776  Bengali (bn_IN)
9777  Czech (cs)
9778  Hindi (hi)
9779  Italian (it)
9780  Japanese (ja)
9781  Lithuanian (lt)
9782  Malayalam (ml)
9783  Marathi (mr)
9784  Oriya (or)
9785  Polish (pl)
9786  Romanian (ro)
9787  Telugu (te)
9788
9789
9790 Overview of Changes from GLib 2.19.8 to GLib 2.19.9
9791 ===================================================
9792
9793 * GMarkup:
9794  - Considerable speedup
9795
9796 * GIO
9797  - Add G_FILE_CREATE_REPLACE_DESTINATION flag to allow replacing
9798    the destination of a copying operation as if it did not exit before.
9799  - Be more careful when classifying files as desktop files
9800  - Support desktop file key X-GIO-NoFuse which disables the use
9801    of fuse pathnames for %u and %U arguments
9802
9803 * Bugs fixed:
9804  572672 glib/gthread.c: argument is different type
9805  572464 Doc for g_file_get_contents
9806  572151 “it's” and “its” confused in docs and comments
9807  570501 g_win32_get_system_data_dirs uses invalid conversion...
9808  167569 g_string_append_printf crashes on win32 when used...
9809  572508 gmarkup speedup
9810  560564 Replacing a symlink with its linked file truncates... 
9811  549298 impossible to copy files with p (pipe) flag
9812  543183 Clarify docs for g_file_has_prefix
9813  540461 g_memory_output_stream_get_data_size() doesn't behave...
9814  573462 GEmblemedIcon leak
9815  573421 Clarify message format in GMountOperation
9816  573658 Deadlock in giomodule.c
9817  556706 Inconsistent help arguments -h, -?
9818  573527 Wrong shell to run config.status in Makefile.in.in
9819  573128 A couple of typos in GObject documentation
9820
9821 * Updated translations:
9822  Catalan (ca)
9823  British English (en_GB)
9824  Spanish (es)
9825  Basque (eu)
9826  Finnish (fi)
9827  French (fr)
9828  Gujarati (gu)
9829  Hebrew (he)
9830  Hungarian (hu)
9831  Korean (ko)
9832  Maithili (mai)
9833  Norwegian bokmål (nb)
9834  Dutch (nl)
9835  Portugese (pt)
9836  Swedish (sv)
9837  Thai (th)
9838  Traditional Chinese (zh_HK)
9839  Traditional Chinese (zh_TW)
9840
9841
9842 Overview of Changes from GLib 2.19.7 to GLib 2.19.8
9843 ===================================================
9844
9845 * GIO: Fix missing exports of new API
9846
9847 * Fix strict aliasing warnings and violations to make Glib work
9848   with gcc 4.4
9849
9850
9851 Overview of Changes from GLib 2.19.6 to GLib 2.19.7
9852 ===================================================
9853
9854 * GIO
9855  - GFile gained an attribute for the actual file size in bytes
9856  - GMountOperation gained an "aborted' signal that allows to abort
9857    a mount operation from the backend side
9858
9859 * Bugs fixed:
9860  523742 Use noinst for non-installable libraries
9861  566747 URIs opened with firefox %u load as local files
9862  541225 Can't compile gio on AIX duplicate case value in gioerror.c
9863  571598 GAsyncResult with NULL gobject
9864  505042 add file attribute for actually used file size in bytes
9865
9866 * Updates translations:
9867  Basque (eu)
9868  Gujarati (gu)
9869  Italian (it)
9870  Japanese (ja)
9871  Norwegian bokmål (nb)
9872  Dutch (nl)
9873  Portugese (pt)
9874  Thai (th)
9875  Vietnamese (vi)
9876
9877
9878 Overview of Changes from GLib 2.19.5 to GLib 2.19.6
9879 ===================================================
9880
9881 * New format macro to print goffset data: G_OFFSET_FORMAT
9882
9883 * GIO: 
9884  - Add a GFilter{Input,Output}Stream::close-base-stream properties which
9885    determine whether the base stream will be closed when the filter stream
9886    is finalized.
9887  - g_data_input_stream_read_line and ..._read_until have asynchronous
9888    variants now.
9889
9890 * Bugs fixed:
9891  568294 A wrong reference in the description of g_bookmark_file_...
9892  563141 RFE: define G_OFFSET_FORMAT
9893  569105 g_time_val_to_iso8601() assumes time_t==long
9894  568394 dropping the last reference to a stream filter closes...
9895  568741 g_buffered_input_stream_fill_async doesn't work
9896  568723 g_buffered_input_stream_fill_async doesn't take count == -1
9897  568575 _async functions for GDataInputStream
9898
9899 * Updated translations:
9900  Bulgarian (bg)
9901  Finnish (fi)
9902  Hungarian (hu)
9903  Oriya (or)
9904  Swedish (sv)
9905  Traditional Chinese (zh_HK)
9906  Traditional Chinese (zy_TW)
9907
9908
9909 Overview of Changes from GLib 2.19.4 to GLib 2.19.5
9910 ===================================================
9911
9912 * Update included PCRE to 7.8
9913
9914 * g_base64_decode_inplace: New function to do base64 decoding in place
9915
9916 * Bugs fixed:
9917  567138 get_package_directory_from_module() does not free ...
9918  566569 gregex docs clarification
9919  566573 g_match_info_fetch_pos docs
9920  564728 Add function to decode base64 encoded data in place
9921  567838 G_STRUCT_OFFSETOF fails to compile under icc 9.1
9922  567977 textdomain() macro should not return NULL ...
9923  512779 --disable-regex breaks compilation
9924  566770 error code 0 for Too many open files is useless
9925  565484 g_content_type_guess passes non-UTF8 text to XDG ...
9926
9927 * Updated translations:
9928  Catalan (ca)
9929  Spanish (es)
9930  Italian (it)
9931  Swedish (sv)
9932
9933  
9934 Overview of Changes from GLib 2.19.3 to GLib 2.19.4
9935 ===================================================
9936
9937 * GIO:
9938   - Use O_NOATIME when sniffing mimetypes
9939   - Add a convenience method to check if a GSimpleAsyncResult
9940     is valid
9941
9942 * Bugs fixed:
9943  560676 function access for g_threads_supported
9944  565905 There is no g_context_group_set_translation_domain
9945  564210 SUN Studio 12 has supported visibility attribute
9946  565136 GObject's "notify" signal parameters are wrong in gtk-doc
9947  565831 error in interface creation sample
9948  566348 g_file_open_tmp uses the wrong g_mkstemp on win32
9949  566064 Add NOATIME flag to query_info_flags
9950  566170 g_async_result_verify_source_object
9951
9952 * Updated translations:
9953  Spanish (es)
9954  Norwegian bokmål (nb)
9955  Brazilian Portugese (pt_BR)
9956  Simplified Chinese (zh_CN)
9957
9958
9959 Overview of Changes from GLib 2.19.1 to GLib 2.19.3
9960 ===================================================
9961
9962 * Bugs fixed:
9963  508021 Add support for the CRIS and CRISv32 architectures
9964  526320 should not list mounts that the user doesn't have permission to use
9965  558458 Cannot build gio tests on Solaris using SUN cc
9966  555465 GUnix{Input,Output}Stream lacks fd/close_fd_at_close property
9967  558298 Hide ecryptfs mounts
9968  515777 incorrect date&time on copy
9969  562452 Ensure we return G_IO_ERROR_CANCELLED if cancelling
9970         g_simple_async_result_run_in_thread
9971  473150 g_type_module_use inconsistently increases the use
9972         counter in case of error
9973  563150 G_GU?INT*_MODIFIER/FORMAT docs
9974  563156 Document printing and scanning gunichar values
9975
9976 * Updated translations:
9977  Hebrew (he)
9978  Italian (it)
9979  
9980
9981 Overview of Changes from GLib 2.19.0 to GLib 2.19.1
9982 ===================================================
9983
9984 * GIO: 
9985   - g_icon_to_string, g_icon_new_for_string: GIcon serialization support
9986   - G_FILE_ATTRIBUTE_PREVIEW_ICON: new file attribute for preview images
9987   - g_app_info_get_commandline: new function to get the full commandline
9988   - g_mount_shadow, g_mount_unshadow, g_mount_is_shadowed: New functions 
9989     to 'shadow' mounts (i.e. hide them from the UI when they already
9990     have a different representation, like a bookmark) 
9991
9992 * Bugs fixed:
9993  556186 gpoll.h breaks gmain.h inclusion
9994  557087 mem leak in g_content_types_get_registered
9995  556921 gpoll.h breaks hal compilation
9996  557210 g_compute_checksum_for_* asserts with less than 2 bytes
9997  558381 Add support for compile time assertions
9998  558185 'parent' variable in g_local_file_get_child_for_display_name()
9999         hits g_object_unref(NULL) assertion
10000  558513 g_warn_if_fail FIXME in gtestutils
10001  558672 NULL key lookup using g_hash_table_lookup_extended() 
10002  555740 gicon serialization
10003  557182 preview functionality
10004  528320 Incorrect icons displayed for files with custom mimetype icons
10005  556910 Memory leak: sub
10006  557592 Missing include in gwinhttpfile.c
10007  556415 Crash on Windows 2000 in g_winhttp_vfs_init()
10008  555935 Clarify the mechanism of overwriting properties
10009  552776 ac_cv_func_posix_getgrgid_r not mentioned
10010  559448 GObject Reference Manual (typo)
10011  561212 GFileReadMoreCallback API doc refers to non-existant function
10012  560569 gkeyfile doesn't use the set list_separator in some cases
10013  560568 gkeyfile docs buglet
10014  559413 g_option_group_set_error_hook docs buglet
10015  562378 callback return value not respected for callback option
10016         with no arg
10017  559110 Do not include libintl.h after glibintl.h
10018  557603 carbon check output misplaced
10019  562544 g_key_file_get_string and g_key_file_get_value
10020         documentation does not explain the difference
10021  547264 Missing "no flags" flag
10022  562638 GDebugKey key member should be const
10023  562639 g_parse_debug_flags() parsing "help"
10024  562549 g_byte_array_free should tell how free data
10025  559452 GObject Reference Manual (typo)
10026  559462 GObject Reference Manual (typo)
10027  559517 GObject Reference Manual (typo)
10028  562538 GObject interface tutorial shouldn't finalise with
10029         "Please forget everything"
10030  561352 Leak of icon description
10031  561375 Leaks mountpoint description
10032  561807 inotify_sub.c: dup_dirname() fails to remove trailing '/'
10033  562393 g_buffered_input_stream_read_byte broken if data available
10034  541715 win32 : patch for warnings and signature problems in recent code
10035  547481 g_data_input_stream_read_line behaves not as stated in the docs
10036  548163 Nautilus displays wrong error message for too long file names
10037  559633 gtk_image_new_from_gicon does not always work for .desktop files
10038  555486 – No way to recover command line from GAppInfo
10039
10040 * Translation updates:
10041  Spanish (es)
10042  Ukrainian (uk)
10043
10044
10045 Overview of Changes from GLib 2.18.1 to GLib 2.19.0
10046 ===================================================
10047
10048 * Rewrite GHashTable to use open addressing with quadratic probing instead 
10049   of chaining. This has the potential to reduce memory fragmentation 
10050   significantly, while being slightly faster due to better locality and 
10051   no need to call alloc/free functions for nodes. Benchmarks suggest it 
10052   also uses less memory overall.
10053
10054 * Make g_poll available as public api
10055
10056 * New macros g_assert_error and g_assert_no_error to assert 
10057   that a GError is set or unset
10058
10059 * g_cancellable_make_pollfd: New method to make a GPollFD for a cancellable
10060
10061 * g_app_info_can_delete, g_app_info_delete, g_app_info_reset_type_associations:
10062   New functions to clean up app infos and content types
10063
10064 * When launching applications, always pass fuse file:// uris when possible,
10065   and let gio convert such uris back to gio uris.
10066
10067 * Bugs fixed:
10068  505361 gunixinputstream.c assumes poll() available
10069  509446 portable blocking gio cancellation
10070  553820 gpoll.c: undeclared identifier
10071  553724 python interpretter path not patched in correctly
10072  553857 gbacktrace.h requires signal.h
10073  553447 g_assert_no_error()
10074  554092 glib doesn't return G_FILE_ERROR_NOENT et al on OS X
10075  528670 Always pass file:/// uri's in GAppLaunchContext
10076  555224 Improve g_format_size_for_display doc
10077  555309 giochannel breaks on error
10078  554790 g_convert() misbehaves with winiconv versions
10079  555314 mem leak in gmarkup
10080  555313 GFileAttribute boxed type get_type function should...
10081  552861 glib-2.0.m4 calls system(3) without storing its result
10082  554557 Patch to fix gcc warnings about missing format specifiers
10083  552107 Small libtool fixes
10084  551355 Make glib build with libtool 2.2
10085  555311 format not a string literal and no format arguments
10086  556101 static mutex yields warnings with g++
10087  556186 gpoll.h breaks gmain.h inclusion
10088  526456 Open addressing in GHashTable
10089  553426 cancellable clarifications
10090  545350 GAppInfo deletion
10091  545351 Reset associations for content type
10092  552168 volume's mount not mounted after g_volume_mount_finish
10093  554970 segfault when update-desktop-database is not available...
10094  554745 GFileAttributeInfoList should be boxed
10095  555121 Improved build-time handling of gio module-dir
10096  555711 Wrong fallback order of mimetype icons
10097  555331 Deprecate adoption of mounts
10098  556335 make check fails in abicheck.sh
10099  556334 Warning when building without selinux support
10100  556422 g_file_enumerator_next_file: unclear...
10101
10102 * Updated translations:
10103  Arabic (ar)
10104  Danish (da)
10105  Polish (pl)
10106  Brazilian Portugese (pt_BR)
10107  Romanian (ro)
10108  Russian (ru)
10109
10110
10111 Overview of Changes from GLib 2.18.0 to GLib 2.18.1
10112 ===================================================
10113
10114 * Bugs fixed:
10115  550433 g_test_init doesn't recognize --help
10116  523463 Core dump in gmain.c:2482:IA__g_main_context_check
10117  551228 G_STRFUNC on recent Sun compiler should be expanded...
10118  551410 gtestutils.c: using printf without prototype
10119  551731 g_date_set_time[_t] docs should mention what timezone
10120  548321 <string.h> is not included in gi18n-lib.h
10121  551149 xdgmime mem leak
10122  550647 synchronous pipe I/O when reading mount reply
10123  551887 Docs for g_desktop_app_info_new_from_filename aren't...
10124  551681 g_content_type_guess() too naive with filenames
10125  552352 g_app_info_launch doesn't work if "Path" key...
10126  551408 gmodule.def generated to builddir...
10127  552359 g_file_info_get_icon should return GThemedIcon, and...
10128
10129 * Updated translations:
10130  Arabic (ar)
10131  Bengali India (bn_IN)
10132  British English (en_GB)
10133  Hindi (hi)
10134  Croatian (hr)
10135  Korean (ko)
10136  Oriya (or)
10137  Turkish (tr)
10138  Telugu (te)
10139
10140
10141 Overview of Changes from GLib 2.17.7 to GLib 2.18.0
10142 ===================================================
10143
10144 * Win32:
10145   - rework the g_poll() implementation to match poll() semantics more closely
10146
10147 * Bugs fixed:
10148  324234 Using g_io_add_watch_full() to wait for connect() to return...
10149  548278 Async GETs connections are always terminated unexpectedly...
10150  500246 Bug fixes for giowin32
10151  523939 Example program for GValue
10152  550096 GBookmarkFile parser is not forward compatible
10153  550040 Move GString, rand and printf tests to the unit test framework
10154  550104 trivial documentation fix for g_get_home_dir
10155  548988 g_file_replace fails on Windows when the target file exists
10156  550059 Wrong docs for g_emblemed_icon_add_emblem
10157  548800 Missing a g_object_get_type function
10158  550056 Missing documentation for g_emblemed_icon_get_emblems
10159
10160 * Updated translations:
10161  Bulgarian (bg)
10162  Czech (cs)
10163  German (de)
10164  Estonian (et)
10165  Basque (eu)
10166  French (fr)
10167  Hebrew (he)
10168  Hungarian (hu)
10169  Italian (it)
10170  Japanese (ja)
10171  Lithuanian (lt)
10172  Maithili (mai)
10173  Dutch (nl)
10174  Swedish (sv)
10175  Thai (th)
10176  Ukrainian (uk)
10177  Vietnamese (vi)
10178
10179
10180 Overview of Changes from GLib 2.17.6 to GLib 2.17.7
10181 ===================================================
10182
10183 * More fixes for 64-bit Windows
10184
10185 * GIO
10186  - Add a vfs implementation for HTTP and HTTPS URIs on Windows
10187
10188 * Bugs fixed:
10189  546329 API docs for g_utf8_normalize() are incorrect
10190  546876 Modify GMarkup parser to accept &#x1; .. &#x1f;
10191  547200 g_utf8_find_next_char() issues
10192  547637 unconditional #include of sys/statfs.h in configure
10193  547337 G_DISABLE_DEPRECATED breaks tests build
10194  547832 gtk+-2.12.11 fails to build - AC_PROG_MMAP too strict
10195  502498 Test framework assertion failures should follow gcc
10196  546371 Improve docs re g_file_monitor
10197  546483 GThemedIcon:use-default-fallbacks is not readable without...
10198  546132 GFileIcon is bindings-unfriendly
10199  542156 zfs mount in home directory shown on nautilus desktop 
10200  535124 umask 002 not being applied for new directories...
10201  547080 g_file_copy leaks expected errors
10202  546582 Callbacks from GFileMonitor present a GFile...
10203  547262 Missing link in the docs
10204
10205 * Updated translations:
10206  Arabic (ar)
10207  Catalan (ca)
10208  Spanish (es)
10209  Basque (eu)
10210  Finnish (fi)
10211  Galician (gl)
10212  Hebrew (he)
10213  Marathi (mr)
10214  Norwegian bokmål (nb)
10215  Portugese (pt)
10216  Brazilian Portugese (pt_BR)
10217  Swedish (sv)
10218  Thai (th)
10219
10220
10221 Overview of Changes from GLib 2.17.4 to GLib 2.17.6
10222 ===================================================
10223
10224 * Fix problems on 64-bit Windows
10225
10226 * g_markup_context_get_user_data: New function to access
10227   the user_data outside of callbacks
10228
10229 * GIO
10230  - g_mount_guess_content_type_sync: synchronous version of
10231    g_mount_guess_content_type
10232  - GEmblem: A GIcon implementation that adds emblem-related
10233    metadata to icons
10234  - GEmblemedIcon: A GIcon implementation that can add emblems
10235    to icons
10236
10237 * Bugs fixed:
10238  544088 option_test_LDADD is left in tests/Makefile.am
10239  544465 gmarkup makes it hard to use pre-rolled parsers
10240  545485 Implicit declaration of utime()
10241  545798 "Since: 2.18" mark is missing in g_set_error_literal...
10242  544140 fam-helper 64-bit issue
10243  529694 SELinux context setting support
10244  545157 wrong/no list of "open with" applications for .cc...
10245  545203 gfile.c: argument is different type
10246  545457 gdmsetup crashed with SIGSEGV in g_unix_mount_guess...
10247  544177 Fix trivial cut and paste error in documentation
10248  545395 Language tweak for g_value_set_string* docs
10249  541036 Gnumeric crashes when trying to open Desktop...
10250  546079 leak in xdgmime
10251  545395 Language tweak for g_value_set_string* docs
10252  546017 Don't copy attributes when copying a symlink
10253
10254 * Updated translations:
10255  Arabic (ar)
10256  Estonian (et)
10257  Galician (gl)
10258  Italian (it)
10259  Japanese (ja)
10260  Korean (ko)
10261  Norwegian bokmål (nb)
10262  Pashto (ps)
10263  Portugese (pt)
10264
10265
10266 Overview of Changes from GLib 2.17.3 to GLib 2.17.4
10267 ===================================================
10268
10269 * GIO:
10270  - New API to handle content types: g_mount_guess_content_type,
10271    g_content_type_guess_for_tree.
10272  - Export the eject-button signal on the volume monitor class
10273  - New API to enable out-of-process volume monitors: 
10274    g_volume_get_activation_root
10275
10276 * GObject:
10277  - New API to handle signals without slots in the class structure:
10278    g_signal_new_class_handler, g_signal_override_class_handler   
10279
10280 * Internationalization:
10281  - Add an NC_ macro that is a no-op equivalent of C_
10282
10283 * GMarkup:
10284  - Add two new functions g_markup_parse_context_push,
10285    g_markup_parse_context_pop to support "subparsers"
10286
10287 * Bugs fixed:
10288  541208 Functions to easily install and use signals without...
10289  541507 Ambiguous description of assigned characters in the...
10290  543040 async reading on dummy file will crash on GIO_USE_VFS=local
10291  543560 enable gio-FEN back-end warnings on Solaris will crash...
10292  528317 GRegex does not allow recursion limit
10293  337518 GMarkup: Subparser support
10294  541794 drive-eject-button signal
10295  541793 activation root for volumes
10296  467707 test_iconv_state() in tests/convert-test.c fails on AIX 5.3
10297  428048 2 of 51 tests fail on Solaris
10298  542332 small fix for error message in GMarkup
10299  482413 get_contents_stdio -- overflow and memory corruption
10300  406120 g_ascii_strtod
10301  334234 "printf" format error
10302  536996 Missing noop i18n macro equivalent to C_
10303  540616 mem leak in filechooser button
10304  539229 gobject-query calls itself query
10305  521589 [RFC] gobject documentation should mention Vala
10306  543168 Description of G_SLICE=debug-blocks discourages its use
10307  543220 Case collision on gio-extension-points.html
10308  530759 update the gobject tutorial to the XXI century
10309  535223 gbookmark file inefficiency ...
10310  543504 crash in Epiphany Web Browser: Opening local file
10311
10312 * Updated translation:
10313  German (de)
10314  Estonian (et)
10315  Pashto (ps)
10316  Albanian (sq)
10317  Thai (th)
10318  Traditional Chinese (zh_HK)
10319  Traditional Chinese (zh_TW)
10320
10321
10322 Overview of Changes from GLib 2.17.1 to GLib 2.17.3
10323 ===================================================
10324
10325 * PCRE
10326  - fix for CVE-2008-2371 
10327
10328 * Bugs fixed:
10329  538119 glib's mainloop leaks a pipe to sub-processes
10330  537635 Corrections and improvements to g_time_val_{to,from}_iso8601
10331  539067 The document g_io_channel_win32_new_fd() says...
10332  535949 annotate g_strip_context and g_dpgettext with G_GNUC_FORMAT
10333  539123 annotate g_d[n]gettext with G_GNUC_FORMAT
10334  539074 Cannot get exit status with g_spawn_command_line_sync
10335  316221 G_LOCK warns about breaking strict-aliasing rules
10336  539770 migrate gstrfunc unit tests to gtest
10337  539626 Update docstrings for g_object_freeze_notify and g_object_thaw_notify
10338  538044 unconditional use of LC_MESSAGES
10339  540545 Monotonic time and timer offset
10340  535947 want g_set_error_literal
10341  539999 glibconfig.h: add GLIB_USING_SYSTEM_PRINTF 
10342  536252 GFileEnumerator should allow access to the containing GFile
10343  538362 Get Win32 icons back in the file chooser
10344  540802 g_list_prepend doesn't concat lists
10345  540423 unrecoverable error after g_seekable_truncate
10346  538836 make check failure on PPC and ALPHA: pltcheck.sh on g_atomic_pointer_get
10347  539090 g_content_type_from_mime_type() should unalias
10348  540331 g_file_append_to () documentation: can return NULL
10349  534639 add g_desktop_app_info_new_from_keyfile
10350  536733 gio build failure on Irix
10351  536160 Add g_file_monitor()
10352  538127 FileChooser broken on win32
10353  531476 /live-g-file/test_traverse_structure test fails on Mac HFS+
10354  538564 gio should have gio-types.h
10355  540047 glib-genmarshal.c: '#include <io.h>' is too before
10356
10357 Updated translations:
10358  Korean (ko)
10359  Occitan (oc)
10360
10361
10362 Overview of Changes from GLib 2.17.0 to GLib 2.17.1
10363 ===================================================
10364
10365 * New function: g_utime(), a gstdio wrapper for utime()
10366
10367 * New functions: g_dgettext() and g_dngettext(), wrappers
10368   for corresponding gettext functions with added functionaliy
10369
10370 * Support the latest version of the shared-mime spec, including
10371   icons for mime types 
10372
10373 * New function: g_themed_icon_prepend_name()
10374
10375 * Bugs fixed: 
10376  535418 Please document which glib version defines goffset
10377  528715 Misprint in the description of the interface g_type_class_add_private
10378  528714 Misprint in the description of the interface g_param_spec_flags
10379  537260 Doc bug in G_TYPE_INSTANCE_GET_CLASS()
10380  530527 Misprint in the description of the interface 
10381         g_cclosure_marshal_VOID__FLAGS
10382  530526 Misprint in the description of the fields 'class_init' and 
10383         'class_finalize' of the structure GTypeInfo
10384  528719 Improvement to the documentation of the "g_object_connect" interface
10385  528172 gtk_signal_handlers_unblock_* functions return value
10386         amount of matched signals, not amount of actually unblocked
10387  528717 Misprint in the description of the parameter 'type_id' for 
10388         the interface g_type_register_fundamental
10389  528716 Misprint in the description of the parameter 'iface_data' for 
10390         the callback types GInterfaceInitFunc and GInterfaceFinalizeFunc 
10391  537555 GObject instantiation not thread safe
10392  537546 'desktop' shortcut in file chooser looks like a generic folder
10393  537392 Additional colon in xattr name
10394  536641 Filesystem querying in gio does not list AFS and autofs file systems
10395  528600 g_dummy_file_get_parent("scheme://example.com/")
10396  503071 Application direction changes to right to left even if theres no 
10397         translation
10398  502511 g_assert_cmphex prints invalid message
10399  338162 Use po/LINGUAS
10400  314453 Nautilus crashes in Solaris when browsing the attached file
10401  529321 make check fails in glib/pcre
10402  455215 g_get_user_special_dir: no reference about G_USER_DIRECTORY_DOWNLOAD 
10403         fallback to $HOME/Desktop if xdg-user-dirs is not in use
10404  498732 g_key_file_to_data cannot fail
10405  511367 add g_file_make_directory_with_parents
10406  531900 Use __builtin_offsetof for G_STRUCT_OFFSET if building with 
10407         gcc 4.0 or newer
10408  536158 also bump GHashTable version when a node is removed via
10409         g_hash_table_iter_remove()/g_hash_table_iter_steal()
10410  531403 g_utf8_collate broken on Mac
10411  535628 test/patterntest.c still includes gpattern.h directly
10412  535625 alias.h:2648: error: 'utime' undeclared here (not in a function)
10413
10414 * Translation updates:
10415  Arabic (ar)
10416  German (de)
10417  Italian (it)
10418  Norwegian bokmål (nb)
10419  Thai (th)
10420
10421
10422 Overview of Changes from GLib 2.16.x to GLib 2.17.0
10423 ===================================================
10424
10425 * Update to Unicode 5.1
10426
10427 * Update included libcharset to the one shipped with libiconv 0.12
10428
10429 * Update included PCRE to 7.7
10430
10431 * Enforce that only toplevel headers are directly included.
10432   This is turned on by default for GObject and GIO. To turn
10433   it on for GLib, define G_DISABLE_SINGLE_INCLUDES.
10434
10435 * Fix library version of GIO.  GLib 2.16 shipped with libgio-2.0.so.0.0.0
10436
10437 * On Solaris, use FEN for file monitoring in GIO
10438
10439 * Use the GIO_EXTRA_MODULES environment variable to find
10440   additional GIO modules 
10441
10442 * G_GNUC_ALLOC_SIZE: New macro that wraps the gcc alloc_size
10443   function attribute
10444
10445 * g_checksum_reset: New function to reset the state of a GChecksum 
10446
10447 * g_unix_mount_monitor_set_rate_limit: New function to limit the 
10448   rate at which events are reported
10449
10450 * g_file_query_file_type: New utility function to query the type of
10451   a file
10452
10453 * g_memory_output_stream_get_data_size: New function to obtain the
10454   size of the written data.
10455
10456 * Bugs fixed:
10457  522292 Gives warnings in glib/gutils.h with GCC in C99 mode
10458  523298 win_iconv can't convert from UTF-8 to GB18030 (or vice versa)
10459  518160 replace two g_strdup_printf calls in GBookmarkFile
10460  523877 gbookmarkfile: avoid using g_string_append_printf() and
10461         other optimizations 
10462  525192 100% CPU if run main loop with no IO sources
10463  315437 extern inline -> static inline
10464  524314 g_convert() on Win32 implicitly converts full width
10465         alphanumerics into half width
10466  525732 Error in documentation for g_list_first
10467  525674 A typo in gmarkup.c
10468  448943 g_timeout_add_seconds() problems
10469  525972 UCS-4 not in the new win_iconv implementation
10470  526619 make test-report crash
10471  491554 Update to Unicode 5.1.0
10472  519137 g_slice_dup macro needs cast for 64-bit platform
10473  528752 Win32 build and SSL not working
10474  530457 G_USER_DIRECTORY_DOWNLOAD folder improperly mapped
10475  528667 Typos in testing module documentation
10476  459905 Bug in wcwidth data
10477  534085 g_unichar_iswide_cjk() has a totally wrong table
10478  501651 Update glib/libcharset
10479  519026 G_STMT_START/G_STMT_END test a non-existent preprocessor symbol
10480  534319 GLib's .pc files could use Libs.private
10481  534137 Typo in g_spawn_async_with_pipes doc
10482  517419 gio win32 directory monitor
10483  526796 Wrong order of arguments in g_file_copy's fallback
10484  530196 _g_local_file_has_trash_dir() doesn't handle st_dev == 0
10485  532965 Should not return filesystem::free for certain file systems
10486  525553 fix typo and nitpicking in GArray documentation
10487  526572 Missing * in declaration of parent_class in Object
10488         Destruction section of GObject Reference Manual
10489  528648 Extra >s in Object Construction section
10490  535021 g_param_spec_internal documentation should
10491         describe purpose of nick and blurb
10492  521513 Firefox crash when using file picker
10493  528433 gdesktopappinfo snafu ...
10494  533369 API g_file_info_get_attribute_string () unables to get "...
10495  521045 glib f_fstypename miscellany
10496  521672 compile error
10497  521946 control rate limit on GUnixMountMonitor
10498  522335 Fails to build: glib/gtester.c:276: error: 'ARG_MAX' unde...
10499  523015 Implement sliding window based upload operation
10500  523019 Use new GCC 4 feature
10501  523338 list nfs4 as a nfs mount type
10502  524350 Make glib build without NLS again
10503  524579 g_file_copy reports wrong total on progress callback for ...
10504  524742 A typo in gtestutils.c.
10505  524950 Minor documentation typos.
10506  525866 the user directory should not be considered as a mount to...
10507  526320 should not list mounts that the user doesn't have permiss...
10508  527132 nautilus crash when making ftp connection
10509  532852 CRITICAL **: totem_pl_parser_parse_with_base: assertion `...
10510  534759 Build failure in gio
10511  534764 Typo in error produced by g_file_make_directory
10512  521851 Redudant tests in gunixmounts.c
10513  524344 glib/gthread.h still use G_GNUC_PRETTY_FUNCTION
10514  525060 glib fails to build with -DG_DISABLE_ASSERT in CPPFLAGS o...
10515  534177 Invalid description of the interface g_cclosure_marshal_S...
10516  520715 Add GFile method g_file_query_file_type
10517  523039 nautilus can't access to trash/computer/network if gvfs i...
10518  
10519 * Updated translations:
10520  Arabic (ar)
10521  Bulgarian (bg)
10522  Catalan (ca) 
10523  Czech (cs)
10524  Greek (el)
10525  Candian English (en_CA)
10526  British English (en_GB)
10527  Spanish (es)
10528  Estonian (et)
10529  Basque (eu)
10530  Galician (gl)
10531  Hebrew (he)
10532  Hungarian (hu)
10533  Japanese (ja)
10534  Lithuanian (lt)
10535  Norwegian bokmål (nb)
10536  Dutch (nl)
10537  Occitan (oc)
10538  Portugese (pt)
10539  Russian (ru)
10540  Slovak (sk)
10541  Albanian (sq)
10542  Swedish (sv)
10543  Turkish (tr)
10544  Vietnamese (vi)
10545
10546
10547 Overview of Changes from GLib 2.16.0 to GLib 2.16.1
10548 ===================================================
10549
10550 * Fix a crash in g_themed_icon_new
10551
10552 * Update the included PCRE to 7.6
10553
10554
10555 Overview of Changes from GLib 2.15.6 to GLib 2.16.0
10556 ===================================================
10557
10558 * Fix the definition of G_INLINE_FUNC to work with gcc 4.3.0
10559
10560 * GIO:
10561  - Add missing GMountMountFlags argument to g_unix_volume_mount
10562  - Fix the adopt_orphan_mount vfunc to take a volume monitor 
10563    reference
10564  - Add properties to GThemedIcon for bindings sake
10565
10566 * Bugs fixed:
10567  520484 gvfsd-trash crashed with SIGSEGV in g_path_is_absolute()
10568  510855 g_checksum_update(): Take -1 for length.
10569  517676 g_themed_icon_new*() do more than call g_object_new().
10570  518816 should handle rmdir returning EEXIST correctly
10571  519352 g_[s]list_delete_link() docs
10572  519489 Fixes for sparse warnings in gio
10573  520169 add monitor argument to vfunc for GVolumeMonitor
10574  520700 Add type check in g_file_query_exists
10575  521145 FILE_READ_ONLY_VOLUME not present on Mingw32
10576  518720 No MIME type for empty files
10577  521013 in documentation, goffset doesn't say "Since 2.x"
10578  521028 Missleading error messages from g_io_channel_set_encoding()
10579  517484 GMainLoop could set the thread "Alertable" for APCs to be... 
10580
10581 * Updated translations:
10582  Assamese (as)
10583  Bengali India (bn_IN)
10584  Czech (cs)
10585  German (de)
10586  Spanish (es)
10587  Estonian (et)
10588  Finnish (fi)
10589  French (fr)
10590  Gujarati (gu)
10591  Italian (it)
10592  Lithuanian (lt)
10593  Malayalam (ml)
10594  Marathi (mr)
10595  Norwegian bokmål (nb)
10596  Romanian (ro)
10597  Russian (ru)
10598  Slovak (sk)
10599  Ukrainian (uk)
10600
10601  
10602 Overview of Changes from GLib 2.15.5 to GLib 2.15.6
10603 ===================================================
10604
10605 * GIO:
10606  - New file attributes: trash::item-count, filesystem::use-preview
10607  - Rename g_file_contains_file to g_file_has_prefix
10608  - g_file_query_filesystem_info grew async variants
10609  - g_themed_icon_append_name: new convenience function
10610  - g_content_type_get_icon is implemented now
10611  - Only show mounts in /media and ~
10612  - g_file_contains_file has been renamed to g_file_has_prefix
10613
10614 * Win32:
10615  - g_win32_get_package_installation_directory_of_module: new function
10616    which supersedes g_win32_get_package_installation_directory
10617  - Use alertable wait functions so that I/O completion routines or 
10618    user-mode Asynchronous Procedure Calls can be run
10619  - Fix race conditions in g_spawn implementation on win32
10620
10621 * Other:
10622  - g_uri_get_scheme has been renamed go g_uri_parse_scheme
10623
10624 * Updated translations:
10625  Arabic (ar)
10626  Belarusian Latin (be@latin)
10627  Catalan (ca) 
10628  British English (en_GB)
10629  Finnish (fi)
10630  Galician (gl)
10631  Hebrew (he)
10632  Italian (it)
10633  Kannada (kn)
10634  Norwegian bokmål (nb)
10635  Dutch (nl)
10636  Brazilian Portugese (pt_BR)
10637  Vietnamese (vi)
10638
10639
10640 Overview of Changes from GLib 2.15.4 to GLib 2.15.5
10641 ===================================================
10642
10643 * Update the included PCRE to 7.6
10644
10645 * GIO:
10646  - g_volume_should_automount: new function to determine if a volume
10647    should be mounted automatically
10648  - g_file_query_default_handler: new convenience function to get
10649    the default handler for a file
10650  - g_app_info_launch_default_for_uri new convenience function to
10651    launch the default handler for a URI
10652  - Use mimeapps.list and defaults.list as discussed on xdg list
10653    recently
10654  - g_app_info_get_default_for_uri_scheme has a real implementation
10655    now (gvfs provides a GConf-based implementation)
10656  - There is the beginning of a test suite
10657  - standard::description:  new file attribute
10658  - GMountMountFlags flags argument added to mount calls
10659
10660 * GObject:
10661  - class initialization is now threadsafe
10662
10663 * Updated translations:
10664   Arabic (ar)
10665   Catalan (ca)
10666   Spanish (es)
10667   Basque (eu)
10668   Italian (it)
10669   Japanese (ja)
10670   Kannada (kn)
10671   Korean (ko)
10672   Macedonian (mk)
10673   Occitan (oc)
10674   Portugese (pt)
10675   Brazilian Portugese (pt_BR)
10676   Swedish (sv)
10677   Thai (th)
10678
10679
10680 Overview of Changes from GLib 2.15.3 to GLib 2.15.4
10681 ===================================================
10682
10683 * G_GNUC_PRETTY_FUNCTION has been deprecated
10684
10685 * GIO:
10686  - g_file_copy has an async variant now
10687  - Drives and volumes now have API to get identifiers
10688    like Hal UDIs or UUIDs.
10689  - There is now a registration API to let modules register
10690    extensions they provide, such as volume monitor implementations
10691
10692 * Bugs fixed:
10693   511807 g_time_val_to_iso8601() uses MT-unsafe gmtime() function
10694   316260 [patch] Doc patches for gnode (2.8.1)
10695   385132 solaris gettext support fix
10696   484261 ./configure check for system PCRE unicode support fails w...
10697   510292 GOption main help not shown
10698   511580 Implement g_file_copy_async
10699   511654 Compile errors due to C99 constructs
10700   487909 g_utf8_strreverse and combining marks
10701   512381 unused variable 'is_main_group' 
10702
10703 * Updated translations:
10704   Arabic (ar)
10705   Belarusian (be)
10706   Czech (cz)
10707   Spanish (es)
10708   French (fr)
10709   Galician (gl)
10710   Portugese (pt)
10711   Russian (ru)
10712   Swedish (sv)
10713   Thai (th)
10714
10715
10716 Overview of Changes from GLib 2.15.2 to GLib 2.15.3
10717 ===================================================
10718
10719 * GChecksum:
10720  - g_checksum_update can accept nul-terminated strings
10721  - The MD5 implementation works correctly on buffers 
10722    that are longer than 64 bytes
10723
10724 * GIO:
10725  - Don't include a copy of the inotify headers, rely on system headers
10726  - g_file_find_enclosing_mount has an async variant now
10727  - Reduntant seek API on file streams has been removed
10728
10729 * Bugs fixed:
10730   508602 gmemory{in|out}putstream.c: unknown pointer size
10731   508771 There is no g_file_test/exists() for GFile
10732   508773 g_uri_escape_string() documentation unclear.
10733   509465 AM_PATH_GLIB_2_0 doesn't support gio
10734   509626 async functions: Document allowed NULL callback?
10735   509990 GSeekable documentation unclear
10736   510448 No inotify support on ARM or SH5
10737   510855 g_checksum_update(): Take -1 for length. 
10738
10739 * Updated translations:
10740   Basque (eu)
10741   Marathi (mr)
10742   Swedish (sv)
10743   Ukrainian (uk)
10744
10745
10746 Overview of Changes from GLib 2.15.1 to GLib 2.15.2
10747 ===================================================
10748
10749 * GIO:
10750  - Mount operation API change: unhandled methods get reported via 
10751    the reply, rather than by the signal emission return value
10752  - File monitor API change: Add a GError argument to g_file_monitor_file
10753  - g_unix_mount_guess_should_display(): new function
10754
10755 * Bugs fixed:
10756   508224 [PATCH] FAM backend crashes due to double free
10757   508074 GAsyncResult documentation suggests g_freeing it.
10758   508108 GFile documentation slightly unclear.
10759   508309 rpc_pipefs mount points should be hidden
10760   508378 GFileInfo documentation implies that it changes attribute...
10761   508719 g_file_get_relative_path fails if parent is root
10762   508773 g_uri_escape_string() documentation unclear.
10763
10764 * Updated translations:
10765   Arabic (ar)
10766   Spanish (es)
10767   Hebrew (he)
10768   Italian (it)
10769   Korean (ko)
10770   Turkish (tr)
10771
10772
10773 Overview of Changes from GLib 2.15.0 to GLib 2.15.1
10774 ===================================================
10775
10776  * Portability fixes:
10777  - Assertion functions are marked as noreturn again
10778  - Handling of inline functions has been fixed to work with gcc 4.3
10779  - C99 comments have been removed from headers
10780  - The nonportable sed -i option is no longer used
10781
10782  * GIO:
10783   - Clarified the semantics of g_app_info_get_all()
10784   - API for memory input and output streams has been changed a bit
10785   - GDirectoryMonitor has been removed; GFileMonitor can monitor
10786     files and directories now
10787
10788  * Bugs fixed:
10789    504829 Invalid environment passed to g_spawn_async in g_desktop_...
10790    505258 crash in Users and Groups: Adding a user
10791    505815 g_content_types_get_registered should not g_free keys
10792    491218 g_timer_new() doesn't initialize timer->end
10793    315437 extern inline -> static inline
10794    476856 Inconsistency between standard and implementation of the ...
10795    480122 g_module_open fails to open modules with ".la" extension
10796    495589 gspawn.c failing to set FD_CLOEXEC
10797    500273 doesn't build with --disable-visibility
10798    504142 Do not show empty groups in --help output
10799    504879 giofam incorrectly linked
10800    505042 add file attribute for actually used file size in bytes
10801    505058 xattr namespace docs
10802    505674 Misprint in the definition of the macro G_CCLOSURE_SWAP_DATA
10803    505730 Fails to build on OSX 10.4: _NSGetEnviron not declared
10804    505887 older darwin lacks lchown
10805    506374 gmemoryinputstream api
10806    506461 Conversion of g_assert_not_reached() and friends into fun...
10807    503051 Small bug in glib interface
10808    506395 Updates to GIO documentation
10809    507628 Missing .pc entry for gio linking against glib
10810    505195 [patch] typo in g_try_new0 docs 
10811    507822 g{file,directory}monitor changes signal problem
10812    506377 gmemoryoutputstream write implementation
10813    507835 bug in gunixinputstream 
10814
10815  * Updated translations:
10816    Arabic (ar)
10817    Belarusian Latin (be@latin)
10818    Spanish (es)
10819    Basque (eu)
10820    Irish (ga)
10821    Hebrew (he)
10822    Occitan (oc)
10823    Vietnamese (vi)
10824
10825
10826 Overview of Changes from GLib 2.14.x to GLib 2.15.0
10827 ===================================================
10828
10829 Major new features:
10830
10831  * GIO: a VFS API, designed to replace GnomeVFS. The GIO implementation 
10832    in GLib has support for local filesystems. The new, separate gvfs 
10833    module contains various backend implementations (cifs, ftp, sftp,
10834    http, ...)
10835
10836  * GChecksum: provides various hash algorithms, such as MD5, SHA-1
10837    and SHA-256
10838  
10839  * GTest: a test framework 
10840  
10841 Smaller additions:
10842
10843  * GHash:
10844  - GHash has iterators, as an alternative to g_hash_table_foreach
10845
10846  * GMarkup: 
10847  - g_markup_parse_context_get_element_stack: New function to
10848    get the stack of open elements
10849  - G_MARKUP_PREFIX_ERROR_POSITION: New flag to improve error
10850    reporting
10851  - g_markup_collect_attributes: Convenience function for handling
10852    attributes
10853
10854 * GKeyFile: 
10855  - Functions that take a GError now return a boolean to indicate 
10856    success, instead of void
10857  - Various performance improvements
10858
10859 * GAsyncQueue:
10860  - g_async_queue_new_full: new function that allows to specify
10861    a free function for leftover elements
10862  
10863 * GError:
10864  - g_prefix_error and g_propagate_prefixed_error: New functions
10865    to ease error propagation
10866
10867 * Internationalization:
10868  - C_: A new 2-argument variant of the Q_() macro 
10869  - Use native character set conversion API on Windows
10870
10871 * GLib builds with automake 1.10
10872
10873 * Bugs fixed:
10874  455725 specific combination of g_utf8_strlen and g_pattern_match...
10875  467537 g_convert_with_iconv() not resetting iconv() state correc...
10876  497033 Commandline option parser should warn about missing optio...
10877  504527 gchecksum: Conditional jump or move depends on uninitiali...
10878  445362 Non-numeric local labels in gatomic.c are causing linker ...
10879  482313 gregex: no way to tell why compilation failed
10880  317775 main loops continues to run after g_main_loop_quit() has ...
10881  418778 Insufficient pkg-config version requirement
10882  436293 g_option_context_new() doc should mention that the string...
10883  466557 glib-mkenums shifts ARGV[0] to undefined
10884  468882 GKeyFile doesn't accept "True" as a true boolean value
10885  469551 application --help messages are garbaged on none UTF-8 lo...
10886  479724 Memory leak upon calling "g_main_loop_run" in the seconda...
10887  490061 outptrs uninitialized after g_parse_long_long
10888  490637 gobject documentation patch
10889  495294 glib-genmarshal prints warnings but returns 0
10890  496046 option to prefix location of errors for GMarkup
10891  498113 tests/regex-test fails on 64bit environment
10892  500506 Fails to build on OSX 10.4
10893  500638 gkeyfile speedup ...
10894  500875 Make check fails as there is no "test" target for "build"...
10895  502511 g_assert_cmphex prints invalid message
10896  502927 g_array_index triggers cast aligment warning
10897  503029 g_time_val_from_iso8601 parse non-ISO8601 dates
10898  503222 Need context to translate
10899  503420 gkeyfile leaks a hash table
10900  503470 Fix build when builddir != srcdir
10901  504227 Inverse variant for g_test_trap_assert_stdout, g_test_tra...
10902  71704  file include order
10903  491957 Misprint in the specification of the interface "g_main_co...
10904  491959 Misprint in description of the structure "GThreadPool"
10905  491965 Mistype in the specification of the function "g_hook_list...
10906  491966 Misprint in the specification of the interface "g_main_co...
10907  491968 The documentation does not mention the restriction for th...
10908  491970 The documentation for the interface "g_date_clamp" is inc...
10909  491974 The documentation of the interface "g_main_context_iterat...
10910  491975 The documentation for the interfaces "g_io_channel_read_u...
10911  491979 Misprint in the description of the interfaces g_key_file_...
10912  491982 Misprint in the description of the interface "g_key_file_...
10913  501107 EXTRA_DIST automake warnings
10914  501997 g_utf8_normalize() returns NULL on invalid string
10915  502590 C_/g_dpgettext efficiency
10916  464259 g_set_application_name() docs should say "Since 2.2"
10917  496518 gbase64.c API doc clarification
10918  498728 g_key_file_get_*_list should set length to 0 when returni...
10919  500361 Improve docs for g_array_free() and g_ptr_array_free()
10920  501853 g_checksum_get_digest docs
10921  503862 Allow NULL strings in g_parse_debug_string()
10922  142676 Q_
10923  367550 Add g_async_queue_new_full() with GDestroyNotify function
10924  375651 Minor enhancements to GKeyFile API
10925  443648 MD5 digest support
10926  449937 Upgrade auto* sources to be clean under automake1.9
10927  452887 gmarkup context "get element" function is useless when ca...
10928  491549 [PATCH] Eliminate libiconv dependency on Windows
10929  500507 GHashTableIter API 
10930
10931 * Translation updates
10932  Belarusian Latin (be@latin)
10933  Czech (cs)
10934  German (de)
10935  Spanish (es)
10936  Esperanto (et)
10937  French (fr)
10938  Korean (ko)
10939  Marathi (mr)
10940  Norwegian bokmål (nb)
10941  Brazilian Portugese (pt_BR)
10942  Slovenian (sl)
10943  Swedish (sv)
10944
10945
10946 Overview of Changes from GLib 2.14.2 to GLib 2.14.3
10947 ===================================================
10948
10949 * Update PCRE to 7.4
10950
10951 * Bugs fixed:
10952  487491 Fix some warnings from sparse
10953  488068 Small (one-time) memory leak in glib_gettext initialization
10954  493688 TYPE macro "_get_type ()" is documented wrong
10955
10956 * Updated translations:
10957  Arabic (ar)
10958  Belarusian Latin (be@latin)
10959  Estonian (et)
10960  Irish (ga)
10961  Slovenian (sl)
10962
10963  
10964 Overview of Changes from GLib 2.14.1 to GLib 2.14.2
10965 ===================================================
10966
10967 * Bugs fixed:
10968  476849 Invocation of the interface "g_hook_free" fails in certai...
10969  359165 marshallers can throw warnings with -Wunused
10970  477957 more discussion on g_value_set_object vs. g_value_take_ob...
10971  478459 G_DEFINE_DYNAMIC_TYPE_EXTENDED doesn't work with G_IMPLEM...
10972  483337 inline is disabled for MSVC when compiling C code
10973  478349 Broken link to gettext website
10974  469231 g_spawn optimization for setting all open fds to CLOEXEC 
10975
10976 * Updated translations:
10977 Arabic (ar)
10978 Galician (gl)
10979 Hebrew (he)
10980 Korean (ko)
10981
10982
10983 Overview of Changes from GLib 2.14.0 to GLib 2.14.1
10984 ===================================================
10985
10986 * Bugs fixed:
10987  476840 Invocation of the interface "g_utf8_strreverse" crashes f...
10988  444765 Fix FIXME in gregex.c when new pcre is out
10989  464145 g_markup_escape_text Produces Invalid XML
10990  465625 g_type_default_interface_ref() does not ensure working g_...
10991  466768 Clearify that comments can be put anywhere in a Key-file.
10992  474229 The GError documentation should give convention for the G...
10993  474899 G_BREAKPOINT() docs inaccurate
10994  475854 Overuse of -lpcre when using system pcre
10995  473879 Incorrect includes in gregex.c
10996  468694 Typoes in documentation
10997  469051 g_snprintf () talks about characters where it probably me...
10998  457601 Missing arch specific atomic implementation
10999  475923 Missing pcre flags when static-linking against glib
11000  475619 glibthread-2.0.la does not list -lpthread
11001
11002 * Updated translations:
11003  Bulgarian (bg)
11004  Catalan (ca)
11005  Danish (da)
11006  German (de)
11007  Canadian English (en_CA)
11008  British English (en_GB)
11009  Spanish (es)
11010  Estonian (et)
11011  Finnish (fi)
11012  French (fr)
11013  Gujarati (gu)
11014  Hungarian (hu)
11015  Italian (it)
11016  Georgian (ka)
11017  Kannada (kn)
11018  Lithuanian (lt)
11019  Makedonian (mk)
11020  Norwegian (nb)
11021  Dutch (nl)
11022  Polish (pl)
11023  Portugese (pt)
11024  Brazilian Portugese (pt_BR)
11025  Romanian (ro)
11026  Russian (ru)
11027  Albanian (sq)
11028  Serbian (sr, sr@Latn)
11029  Swedish (sv)
11030  Tamil (ta)
11031  Thai (th)
11032  Ukrainian (uk)
11033  Vietnamese (vi)
11034
11035
11036 Overview of Changes from GLib 2.13.7 to GLib 2.14.0
11037 ===================================================
11038
11039 * Last-minute API additions:
11040  - Make g_unichar_combining_class public
11041  - Add goffset type, add G_MAXSSIZE and G_MINSSIZE
11042
11043 * Update PCRE to 7.2
11044
11045 * Bugs fixed:
11046  453998 Make _g_unichar_combining_class() public
11047  462549 gregex.c: variable is declared at middle of block
11048  417068 g_file_test doc inconsistency
11049
11050 * Updated translations:
11051  Assamese (as)
11052  Basque (eu)
11053  Kannada (kn)
11054  Malayalam (ml)
11055  Dutch (nl)
11056  Polish (pl)
11057  Brazilian Portugese (pt_BR)
11058  Turkish (tr)
11059
11060
11061 Overview of Changes from GLib 2.13.6 to GLib 2.13.7
11062 ===================================================
11063
11064 * The memory corruption warning from the slice allocator that
11065   occurred when threads were initialized after the slice allocator
11066   has been removed, as the slice allocator now works fine
11067   in this scenario.
11068
11069 * New functions g_once_init_enter() and g_once_init_leave() make
11070   it easier to write threadsafe one-time initialization functions 
11071  
11072 * Bugs fixed:
11073  454473 Simple XML Subset Parser terminates on invalid XML
11074  445813 g_module_open error, add file name
11075  453796 errno gets clobbered by g_filename_display_name
11076  341988 don't use "-c" with msgfmt in Makefile.in.in
11077  447048 Please produce slightly more output during long tests
11078  454785 GModule documentation lists same block of code twice.
11079  454786 GModule documentation lists same paragraph twice.
11080  383155 small docs quirks in gobject/closure API documentation
11081  65041  _get_type() functions aren't thread safe
11082
11083 * Updated translations
11084  Assamese (as)
11085  Spanish (es)
11086  Gujarati (gu)
11087  Japanese (ja)
11088  Korean (ko)
11089  Macedonian (mk)
11090
11091
11092 Overview of Changes from GLib 2.13.5 to GLib 2.13.6
11093 ===================================================
11094
11095 * Reintroduce a GType typedef whose removal in 2.13.5
11096   caused trouble for C++ bindings
11097
11098 * Bugs fixed:
11099  450216 docs not explicit enough about g_free()
11100  451459 g_type_register_static_simple calls g_type_register_static
11101
11102 * Updated translations
11103  Norwegian bokmål (nb)
11104  Sinhala (si)
11105
11106
11107 Overview of Changes from GLib 2.13.4 to GLib 2.13.5
11108 ===================================================
11109
11110 * xdg-user-dirs support: 
11111  - the Desktop directory is guaranteed to be defined
11112  - user-dirs.dirs is no longer reloaded on changes
11113
11114 * Slice allocator: 
11115  - new api to duplicate slices
11116
11117 * Regular expression support:
11118  - GRegex is a boxed type now
11119
11120 * Bugs fixed:
11121  44793 make check failing in trunk
11122  354522 Small problem with PLT hiding 6 symbols
11123  363986 glib 2.12.4 does not compile with SGI IDO cc
11124  443869 g_type_class_add_private doesn't warn when adding 0-sized...
11125  446859 Legitimately return 0 for g_quark_from_string(NULL)
11126  447534 Small typo in g_timeout_add_seconds() doc
11127  447583 GStaticRWLock
11128  447935 g_get_current_dir SIGSEGV on long path
11129  448260 CLAMP has surprising result if low > high
11130  57693  g_string_vprintf()
11131  442029 add g_slice_dup()
11132  445065 Add GRegex boxed type
11133  448819 Add full version of g_timeout_add_seconds()
11134
11135 * Updated translations: 
11136  Swedish (sv)
11137  Oriya (or)
11138  Hebrew (he)
11139  Spanish (es)
11140  Estonian (et)
11141
11142  
11143 Overview of Changes from GLib 2.13.3 to GLib 2.13.4
11144 ===================================================
11145
11146 * Bugs fixed:
11147  444121 g_get_user_special_dir deadlocks
11148  444161 invalid UTF8 in key name shows up as valgrind error in g_...
11149  444130 g_option_context_get_help() is broken when there's a desc...
11150
11151
11152 Overview of Changes from GLib 2.13.2 to GLib 2.13.3
11153 ===================================================
11154
11155 * GKeyFile:
11156  - Added defines for easier handling of desktop files
11157
11158 * Unicode support:
11159  - Update g_unichar_iswide_cjk for Unicode 5.0
11160
11161 * Regular expression support:
11162  - GRegex structs can now be ref-counted
11163  - Some new functions for dealing with incremental 
11164    replacement have been added
11165  - The GRegexEvalCallback signature has been changed
11166
11167 * g_get_user_special_dir() has been added to support
11168   xdg-user-dirs
11169
11170 * Bugs fixed:
11171  419376 Functions using named subpatterns behave inconsistently w...
11172  434358 g_regex_fetch_named() and g_regex_fetch_named_pos() are b...
11173  423708 typo in the README.win32 file see patch below
11174  339225 Add new defines for easier handling of .desktop files 
11175  442265 API additions/changes for GRegex
11176  432651 Add a glib-ish xdg_user_dir_lookup
11177
11178 * Updated translations:
11179  Estonian (et)
11180  Norwegian bokmål (nb)
11181
11182
11183 Overview of Changes from GLib 2.13.1 to GLib 2.13.2
11184 ===================================================
11185
11186 * Unicode support:
11187  - Add g_unichar_ismark()
11188
11189 * GOption:
11190  - Allow to use callbacks for remaining args
11191
11192 * Updated translations:
11193   Belarusian Latin (be@latin)
11194   British English (en_GB)
11195   Galician (gl)
11196   Norwegian bokmål (nb)
11197   Oriya (or)
11198   Spanish (es)
11199   Thai (th)
11200
11201
11202 Overview of Changes from GLib 2.13.0 to GLib 2.13.1
11203 ===================================================
11204
11205 * GRegex:
11206  - Portability fixes
11207  - Split into immutable GRegex and GMatchInfo
11208  - Add g_regex_get_max_backref() and g_regex_get_capture_count()
11209    to obtain information about the compiled regex
11210
11211 * GKeyFile:
11212  - Fix roundtrip problems
11213  - Add g_key_file_load_from_dirs()
11214
11215 * Unicode support:
11216  - Fix corner cases in case conversion routines
11217
11218 * GOption:
11219   - Add a function to get the formatted help string
11220
11221 * GHash:
11222  - Add new functions g_hash_table_get_keys() and
11223    g_hash_table_get_values() to retrieve the keys and
11224    values in list form
11225
11226 * Updated transations:
11227   Simplified Chinese (zh_CN)
11228   Arabic (ar)
11229
11230
11231 Overview of Changes from GLib 2.12 to GLib 2.13.0
11232 =================================================
11233
11234 * Add GSequence, a list that is implemented using
11235   a balanced binary tree.
11236
11237 * Add GRegex, an implementation of Perl regular expressions,
11238   based on PCRE.
11239  
11240 * Use Posix monotonic clocks instead of gettimeofday()
11241   for GTimer when available.
11242
11243 * Support static initialization of GQeues with G_QUEUE_INIT,
11244   g_queue_init() and g_queue_clear().
11245
11246 * Add g_string_chunk_clear() for clearing a 
11247   GStringChunk.
11248
11249 * Add g_unichar_get_script() to obtain Unicode
11250   script information.
11251
11252 * Add g_unichar_iszerowidth() to obtain information
11253   about zero-width characters.
11254
11255 * Add G_GNUC_MAY_ALIAS which wraps the gcc may_alias 
11256   type attribute.
11257
11258 * G_GNUC_INTERNAL has a working definition for the
11259   Sun Studio compiler. This requires the macro to
11260   be positioned before the function declaration.
11261
11262 * The slice allocator can produce detailed debugging
11263   information with G_SLICE=debug-blocks.
11264
11265 * Modules support G_DEBUG flags resident-modules and
11266   bind-now-modules.
11267
11268 * Add G_DEFINE_DYNAMIC_TYPE() to make it easier
11269   to define types in modules.
11270
11271 * Bug fixes: too many to list them in detail here.
11272
11273 * New and updated translations (be,bg,bn,ca,cs,de,
11274   en_CA,en_GB,et,fa,fr,he,hu,it,ja,ku,lt,mg,mk,ml,
11275   nb,ne,nn,pt,pt_BR,ro,sr,sr@Latn,sv,ta,uk,vi,zh_CN,
11276   zh_HK,zh_TW)
11277
11278
11279 Overview of Changes from GLib 2.12.1 to GLib 2.12.2
11280 ===================================================
11281
11282 * Unicode updates:
11283  - Normalization is following Unicode TR #29
11284  - g_unichar_isxdigit() only accept characters
11285    for which g_unichar_xdigit_value() returns a value
11286  - g_unichar_toupper and g_unichar_tolower leave
11287    unconvertable characters in place instead of
11288    replacing them by NUL
11289
11290 * Bugs fixed
11291  348491 g_utf8_strup() and g_utf8_strdown() returns 
11292         string with NUL bytes
11293  349825 GKeyFile always inserts a newline before a group
11294  347842 g_unichar_isxdigit() is too general about what 
11295         it considers a digit
11296  348694 g_utf8_normalize() hasn't been updated to PR #29
11297  348785 Hint about G_DEBUG in Message Logging docs
11298  349792 Wrong english string (UI)
11299  349952 gparamspecs.c uses gcc feature
11300
11301 * Translation updates (ca,cs,de,dz,es,eu,fi,gu,ko,
11302   nl,pl,tr,uk,zh_HK,zh_TW)
11303
11304
11305 Overview of Changes from GLib 2.12.0 to GLib 2.12.1
11306 ===================================================
11307
11308 * Update to final Unicode Character Database 5.0.0
11309
11310 * Bugs fixed:
11311  346660 issues with base64 api documentation / g_base64_decode_cl...
11312  348136 Coverity reports allocation of wrong size CID #2839
11313  336281 Update to UCD 5.0
11314  346197 g_date_strftime %F option doesnt work for win32
11315  348011 Small optimization to real_toupper()
11316  246494 prototype mismatch in glib/gconvert.c
11317
11318 * New and updated translations (bg,bn_IN,ca,dz,eu,fi,
11319   fr,he,it,ja,mk,or,pt)
11320
11321
11322 Overview of Changes from GLib 2.11.4 to GLib 2.12
11323 =================================================
11324
11325 * Bugs fixed:
11326  344905 leap-year bug in g_time_val_from_iso8601 w/o HAVE_TIMEGM
11327
11328 * Updated translations (cy,nb,nl)
11329
11330
11331 Overview of Changes from GLib 2.11.3 to GLib 2.11.4
11332 ===================================================
11333
11334 * GBookmarkFile:
11335  - g_bookmark_file_remove_item returns a boolean
11336  
11337 * g_mkstemp accepts the XXXXXX in the middle of
11338   the template
11339  
11340 * Bugs fixed:
11341  344868 g_key_file_to_data should separate groups 
11342
11343 * Updated translations (de,es,fr,gu,hi,ko,th)
11344
11345
11346 Overview of Changes from GLib 2.11.2 to GLib 2.11.3
11347 ===================================================
11348
11349 * GBookmarkFile:
11350   - g_bookmark_file_move_item: Return TRUE in case of
11351     an empty target
11352
11353 * Bugs fixed: 
11354  343919 gunicollate.c: strxfrm bug on VC8
11355
11356 * Updated translations (fi)
11357
11358 Overview of Changes from GLib 2.11.1 to GLib 2.11.2
11359 ===================================================
11360
11361 * Add g_ascii_stroll to parse signed 64bit integers
11362
11363 * GMarkup: add a flag to treat CDATA as text
11364
11365 * GHashTable: add functions to remove all entries
11366
11367 * GMainLoop: add functions to find the currently
11368   running source, and determine if it is destroyed
11369
11370 * Bug fixes:
11371  342563  g_atomic_thread_init() needs to be called before 
11372          other _g_*_thread_init() functions
11373  343548  Potential use after free in callers of g_string_free() 
11374  168538  Wish: Clearing contents of GHashTables
11375  321886  GTK+ cannot be reliably used in multi-threaded 
11376          applications
11377  341826  goption.c: 'strtoll' is C99's function
11378  343899  g_ascii_formatd dosn't work as expected for all 
11379          format strings
11380  317793  Make GEnumValue strings const
11381  337129  Compile warnings in G_IMPLEMENT_INTERFACE
11382  303622  What is G_TYPE_CHAR?
11383
11384 * Updated translations (bg,dz,eu,gl,ja,ko,nl,th,vi)
11385  
11386
11387 Overview of Changes from GLib 2.11.0 to GLib 2.11.1
11388 ===================================================
11389
11390 * GOption  
11391   - Support 64-bit integers 
11392   - Allow optional text before and after the options
11393     in help output
11394
11395 * Bug fixes:
11396  340538 gbase64-test writes OOB 
11397  340816 GKeyFile set_string_list invalid memory reads 
11398  339105 g_key_file_parse_value_as_double
11399  340434 convert-test.c fails (function test_one_half)
11400  311043 Memory leaks (and potential infinite loops) 
11401         when using G_ERRORCHECK_MUTEXES
11402  335198 Error checking mutexes are fubar  
11403  341237 Add a G_OPTION_ARG_INT64
11404  341192 g_io_channel_set_flags not implemented on win32
11405  336120 Allow adding description before/after GOption 
11406         --help output body
11407  341191 misplaced check in g_relation_delete
11408  340530 mismatched calloc / g_free in win32 threads
11409
11410 * Updated translation (es)
11411
11412 Overview of Changes from GLib 2.10.x to GLib 2.11.0
11413 ===================================================
11414
11415 * GBookmarkFile: a parser for files containing bookmarks
11416   stored using the Desktop Bookmark specification.
11417
11418 * Base64 encoding support
11419         
11420 * Unicode 5.0 support
11421
11422 * GOption supports floating point numbers 
11423
11424 * GKeyFile supports floating point numbers
11425
11426 * Bug fixes:
11427  155884 gatomic.c should be based on new SDK
11428  157877 update-desktop-database doesn't handle duplicate entries
11429  164719 keyfile parser doesn't support floats
11430  327662 Import BookmarkFile from libegg
11431  329548 Add G_OPTION_ARG_DOUBLE
11432  329789 option-test.c type confusion
11433  332841 Segmentation Fault when %llu is passed to vasnprintf and 
11434         HAVE_SNPRINTF is not defined
11435  333879 gthread/gthread-win32.c: IsDebuggerPresent needs '#define 
11436         _WIN32_WINDOWS 0x0401'
11437  333916 g_timer_elapsed docs should mention that microseconds 
11438         may be NULL
11439  334440 dlerror() portability issue causes crash on (old) a.out 
11440         NetBSD platform
11441  334646 goption + error out params
11442  334799 g_remove() must check return value of remove()
11443  334943 make check FAIL: threadpool-test
11444  335215 Some breakages with GThreadPool
11445  336085 g_option_context_new parameter lacks better explanation
11446  336677 Documentation for g_object_ref_sink() is incorrect
11447  337027 gbookmarkfile.c: sys/time.h include error
11448  337553 Wrong escaping of URIs
11449  338572 Dereferencing NULL value in g_key_file_get_group_comment
11450  338845 g_completion_complete_utf8 crashes when NULL is passed to it
11451  339337 g_bookmark_file_set_description
11452  339338 gbookmarkfile.c, function expand_exec_line
11453  339340 gbookmarkfile.c, function bookmark_app_info_dump
11454
11455 * Translation updates (bg,en_GB,et,gl,gu,he,hi,ka,nb,nl,nn,
11456                        or,pt_BR,ro,tr,vi,zh_CN)
11457
11458
11459 Overview of Changes from GLib 2.10.0 to GLib 2.10.1
11460 ===================================================
11461
11462 * Bugs fixed:
11463  314794 Broken pthread detection on Darwin [Gregor Riepl]
11464  322476 Missing check for .dylib [Vladimir Panov]
11465  333651 Inconsistent _g_charset_get_aliases prototype [Julio 
11466         M. Merino Vidal]
11467  333761 GInitiallyUnowned breaks application code [Sven Herzberg]
11468
11469 * Win32 changes:
11470  - Fix g_listenv() implementation.
11471  - Allow up to 100 GPrivate structs
11472
11473 * Translation updates (fr,hu,lt,pl,sv)
11474
11475
11476 Overview of Changes from GLib 2.9.6 to GLib 2.10.0
11477 ==================================================
11478
11479 * Bugs fixed:
11480  328997 64bit pointer trunction in glib slab-allocator
11481         [Pascal Hofstee]
11482  331110 g_cond_broadcast(inform_cond) without holding 
11483         inform_mutex [Chris Wilson, Sebastian Wilhelmi]
11484  332093 Fix some leaks in the tests [Kjartan Maraas]
11485  332435 g_utf8_strlen returns wrong value if a maximum 
11486         number of bytes to check is specified 
11487         [Matthias Clasen]
11488  331367 gslice requires more POSIX-like semantics for 
11489         GPrivate destructors [Tor Lillqvist]
11490
11491 * Documentation improvements [Matthias, Kang Jeong-Hee,
11492   Tor Lillqvist, Stefan Kost]
11493
11494 * Translation updates (el,eu,ka,uk)
11495
11496 Overview of Changes from GLib 2.9.5 to GLib 2.9.6
11497 =================================================
11498
11499 * Bugs fixed: 
11500  329124 distclean removes README [Kjartan Maraas, Tim Janik]
11501  317679 GRelation field type not documented [Behdad Esfahbod]
11502  329123 Typo in GTime docs [Kjartan Maraas]
11503
11504 * Documentation improvements [Sven Herzberg, David
11505   Schleef, Kjartan Maraas, Behdad Esfahbod]
11506
11507 * Translation updates (cs,cy,it,ko,pt,sq,sr,sr@Latn,ru
11508
11509 Overview of Changes from GLib 2.9.4 to GLib 2.9.5
11510 =================================================
11511
11512 * Memory management: 
11513   Runtime debugging support: The slice allocator
11514   can be turned off by setting G_SLICE=always-malloc
11515   in the environment. Zeroing of freed memory can
11516   now be turned on at runtime by setting
11517   G_DEBUG=gc-friendly in the environment. [Tim Janik]
11518
11519 * Bugs fixed:
11520  328253 HP-UX/IA-64 uses ".so" as default shared library 
11521         extension [Albert Chin]
11522  143380 unicode-encoding test fails converting to UTF-16 
11523         with libiconv [Marc Moorcroft]
11524  328254 Build breakage (GSlice) [Jens Ganseuer]
11525  328705 C99ism in glib/gmem.c [Kazuki Iwamoto]
11526
11527 * Translation updates (da,et,zh_CN)
11528
11529 Overview of Changes from GLib 2.9.3 to GLib 2.9.4
11530 =================================================
11531
11532 * Type system:
11533   Fix a problem with g_object_compat_control() which 
11534   can lead to segfaults in GTK+ applications on 64bit 
11535   platforms. 
11536
11537 * Thread suppport: 
11538   Unused threads now fall back to the global pool after 
11539   500 milliseconds, where they wait for another 
11540   max-idle-time milliseconds. [Sebastian Wilhelmi]
11541
11542 * Fix a memory allocation problem in GKeyFile. [Morten 
11543   Welinder]
11544
11545
11546 Overview of Changes from GLib 2.9.2 to GLib 2.9.3
11547 =================================================
11548
11549 * GTree:
11550  - Replace the simple recursive implementation by
11551    a nonrecursive, threaded one  [Maurizio Monge]
11552
11553 * Change g_filename_display_name and
11554   g_filename_display_basename to use the Unicode
11555   replacement character U+FFFD instead of a question
11556   mark, and don't append "(invalid encoding)"  [Matthias]
11557
11558 * Documentation improvements [Sven Herzberg, Federico
11559   Mena Quintero, Stefan Kost]
11560
11561 * Bugs fixed:
11562  323937 gslice.c in glib 2.9.1 doesn't build on Mac OS X 
11563         [Bogdan Nicula]
11564  326558 Some test failures on IRIX 6.5 [Daichi Kawahata]
11565  169285 "threaded" tree implementation for GTree 
11566         [Maurizio Monge]
11567  326747 g_filename_display_basename adds (invalid encoding) 
11568         [Alberto Ruiz]
11569
11570 Other contributors: Christian Kellner, Murray Cumming
11571
11572 New and updated translations (bg,ca,de,es,et,gu,ja,nl,th,vi)
11573
11574
11575 Overview of Changes from GLib 2.9.1 to GLib 2.9.2
11576 =================================================
11577
11578 * Memory management:
11579  - Add tests for cache colorization [Tim Janik]
11580  - Minimize space consumption if small amounts of differently
11581    sized slices are allocated, at a small performance cost.  [Tim]
11582
11583 * Thread support:
11584  - Add g_atomic_pointer_set() and g_atomic_int_set() [Tim Janik,
11585    Sebastian Wilhelmi]
11586  - Add g_thread_pool_set_sort_function() to allow sorting the 
11587    tasks of a threadpool.  [Martyn Russell]
11588  - Add g_thread_pool_set_idle_time() to allow unused threads
11589    to exit after a certain time.  [Martyn]
11590
11591 * Type system:
11592  - introduce a new type GInitiallyUnowned, which has an initial
11593    floating reference. [Tim]
11594  - Add support for GType parameters. [Matthias]
11595
11596 * Main loop:
11597  - Add g_main_context_is_owner() to determine if the current
11598    thread is the owner of the context.  [Michael Meeks]
11599
11600 * Provide g_access(), g_chdir(), g_unlink(), g_rmdir() as 
11601   wrapper functions instead of macros.  [Manish Singh]
11602
11603 * Documentation improvements [Tim, Matthias, Federico Mena Quintero,
11604   Stefan Kasal, Dan Williams]
11605
11606 * New and updated translations (en_CA,fi,fr,gl,ml,nb,no,zh_HK,zh_TW)
11607
11608 * Bugs fixed:
11609  324179 g_allocator_new() returns pointer to const dummy which Gtk+ 2.8 
11610         tries to modify [J. Ali Harlow]
11611  324332 g_option_context_parse() returns false without setting error 
11612         [Tim-Philipp Müller]
11613  324950 GLIB 2.9.1 testcase errors [Dan Yefimov]
11614  325015 gslice.c: process.h is needed on Windows [Kazuki Iwamoto]
11615  321978 G_DATALIST_GET_FLAGS() macro is not casting datalist to 
11616         gpointer [Andrew Paprocki]
11617  316221 G_LOCK warns about breaking strict-aliasing [Michal Benes, 
11618         Stanislav Brabec]
11619  325273 Error in documentation for glib_check_version () [Declan Naughton]
11620  325310 g_spawn_sync hangs when catching both stdout and 
11621         stderr [Tor Lillqvist]
11622  325249 gcc warning when using g_rmdir from <glib/gstdio.h> [Jani Monoses]
11623  325864 glib/gthreadpool.c:"#define debug(...)" is C99 [Kazuki Iwamoto]
11624  325874 Should say somewhere that source IDs are > 0 [Dan Williams]
11625  325438 a typo (compatability) [Stefan Kasal]
11626  323937 gslice.c in glib 2.9.1 doesn't build on Mac OS X [Bogdan Nicula]
11627
11628
11629 Overview of Changes from GLib 2.9.0 to GLib 2.9.1
11630 =================================================
11631
11632 * Memory management
11633  - The slice allocator is implemented [Tim Janik]
11634  - g_slice_free_chain() has been renamed to 
11635    g_slice_free_chain_with_offset()  [Tim, Behdad Esfahbod]
11636  - Mem chunks are deprecated [Matthias Clasen]
11637
11638 * Data structures
11639  - Hash tables are refcounted, and have a boxed type [Tim]
11640
11641 * Thread support
11642  - Support for Solaris threads has been removed 
11643    [Sebastian Wilhelmi, Andrew Paprocki]
11644  - g_async_queue_sort(), g_async_queue_push_sorted() have 
11645    been added to allow GAsyncQueue to be used as a priority 
11646    queue, together with the corresponding _unlocked 
11647    variants  [Martyn Russell]
11648
11649 * GObject:
11650  - The concept of a floating initial reference has been
11651    moved from GtkObject to GObject [Tim]
11652
11653 * Win32 changes:
11654  - Make g_rename() replace existing files [Tor Lillqvist]
11655
11656 * Misc new API:
11657  - G_GUINT64_CONSTANT macro to define guint64 
11658    constants [Andrew Paprocki]
11659  - G_GNUC_WARN_UNUSED_RESULT macro to instruct the 
11660    compiler to emit a warning if the value returned
11661    by a function is ignored. [Arjan van de Ven, Alex Larsson]
11662  - GList and GSList now have sort functions which take an
11663    extra user data argument [Martyn Russell]
11664  - g_param_spec_ref_sink() has been added for consistency [Tim]
11665
11666 * $LOGNAME is respected when determining user data. [Laszlo Peter]
11667
11668 * Other changes and bug fixes [Tim, Matthias, Behdad, 
11669   Christian Persch, Benedikt Meurer, Andrew Paprocki, 
11670   Kazuki Iwamoto, Alexis S. L. Carvalho, Stanislav Brabec,
11671   Andreas Schwab, Kalle Vahlman]
11672
11673 * Documentation
11674  - Deprecation warnings carry version information [Matthias]
11675  - The slice allocator has been documented [Matthias, Tim]
11676  - Other improvements [Morten Welinder]
11677
11678 Overview of Changes from GLib 2.8.x to GLib 2.9.0
11679 =================================================
11680 * Unicode support:
11681  - The Unicode tables have been updated to Unicode 4.1, 
11682    adding several new values to the GUnicodeBreakType 
11683    enumeration. This breaks Pango <= 1.10 
11684    [Behdad Esfahbod]
11685  - The various Unicode character predicate functions 
11686    (g_unichar_isalpha, g_unichar_isdigit,...) have
11687    been optimized
11688    [Behdad]
11689  - g_utf8_pointer_to_offset, g_utf8_offset_to_pointer:
11690    These functions handle negative offsets now, and
11691    going backwards in g_utf8_offset_to_pointer uses
11692    "stutter stepping".
11693    [Larry Ewing, Matthias Clasen]
11694
11695 * Memory management:
11696  - Mem chunks are no longer used internally in GLib and
11697    GObject. GMemChunk will be deprecated in GLib 2.10
11698  - All APIs based on GAllocator (g_list_push/pop_allocator,
11699    and similar push/pop_allocator functions for other
11700    data structures) have been deprecated, since they
11701    never worked as intended.
11702  - The g_slice_* functions have been added as a 
11703    new API for fast allocation of small memory blocks. 
11704    The implementation in GLib 2.9.0 is just a simple 
11705    wrapper around malloc. GLib 2.10 will have an
11706    efficient and scalable implementation. 
11707    [Tim Janik, Matthias]
11708
11709 * Pattern matching:
11710  - g_pattern_match has been optimized to avoid
11711    unnecessary recursion.
11712    [Tim, Matthias]
11713
11714 * g_intern_string, g_intern_static_string: 
11715  - New functions to intern strings. These are now used 
11716    by GObject to avoid duplicating static strings 
11717    [Matthias]
11718
11719 * g_thread_foreach: 
11720  - New function to iterate over all GThreads 
11721    [Tim, Matthias]
11722
11723 * g_date_set_time_t, g_date_set_time_val:
11724  - New functions to set a GDate from a time_t or
11725    GTimeVal value. g_date_set_time has been deprecated 
11726    in favor of these.
11727    [Roger Leigh]
11728
11729 * g_snprintf and g_vsnprintf:
11730  - These functions are no longer declared in gprintf.h, 
11731    since they are in glib.h
11732    [Matthias]
11733
11734 Overview of Changes from GLib 2.8.0 to GLib 2.8.1
11735 =================================================
11736 * Optimize single-character insertions in GString [Ross Burton]
11737 * Fix build problems on OS X
11738 * Fix build problems on Win32 [Tor Lillqvist, Hans Breuer]
11739 * Other bug fixes [Matthew F. Barnes, Stepan Kasal] 
11740 * Documentation improvements [Tristan van Berkom, Behnam
11741   Esfahbod, Gustavo Carneiro, Stepan Kasal, Matthias]
11742 * New and updated translations (ca,cy,ko,ro,uk)
11743
11744 Overview of Changes from GLib 2.7.7 to GLib 2.8.0
11745 =================================================
11746 * Make g_value_transform() handle enum values
11747   correctly on ppc64.  [Michael Lorenz]
11748   (Third-party code accessing enumeration values 
11749   in GValues should also be changed to access 
11750   v_long, not v_int, in order to work on bigendian 
11751   64bit machines.)
11752 * Make g_flags_get_first_value() handle a value
11753   of 0 meaningfully. [Tim-Philipp Müller] 
11754
11755 Overview of Changes from GLib 2.7.6 to GLib 2.7.7
11756 =================================================
11757 * Make atomic operations on s390 work [Matthias]
11758 * Fix C++ guards in gstdio.h [Tor Lillqvist]
11759
11760 Overview of Changes from GLib 2.7.5 to GLib 2.7.6
11761 =================================================
11762 * Add native implementations of atomic operations 
11763   on s390 [Matthias]
11764 * Make atomic reference counting of closures
11765   work on s390 [Matthias]
11766 * Avoid an infinite loop in g_convert_with_iconv().
11767   [Sebastian Bacher]
11768 * Documentation improvements [Ross Burton]
11769
11770 Overview of Changes from GLib 2.7.4 to GLib 2.7.5
11771 =================================================
11772 * Thread-related changes
11773  - Fix build issues on HP-UX [Paul Cornett]
11774  - Threadsafe access to flags stored in datasets [Tim Janik]
11775  - Fix several issues with atomic refcounting for 
11776    closures, objects and paramspecs [Tim]
11777  - Improve tests for atomic refcounting changes [Tim]
11778 * Fix handling of stateful encodings in g_convert_* [Matthias]
11779 * Fix translation of GOption help output [Dan Winship]
11780 * Catch format errors in translations. This may cause 
11781   "make check" to fail when using older versions
11782   of gettext [Matthias]
11783 * Win32 bug fixes [Tor Lillqvist]
11784 * Documentation improvements [Ross Burton, Jochen Baier, 
11785   Matthias, Tim]
11786 * New and updated translations (de,fi,gu,pl,pt,tr,zh_TW)
11787
11788 Overview of Changes from GLib 2.7.3 to GLib 2.7.4
11789 =================================================
11790 * Fix g_atomic_pointer_compare_and_exchange 
11791   on Sparc64 [Gert Doering]
11792 * Fix a hang in g_thread_pool_free. [Hong Jen Yee]
11793 * Win32 bug fixes [Tor Lillquist]
11794 * Other bug fixes [Benoit Dejean, Manish Singh]
11795 * Documentation improvements [Bryan Silverthorn,
11796   Callum McKenzie] 
11797 * New and updated translations (de,lt,sq,zh_CN)
11798
11799 Overview of Changes from GLib 2.7.2 to GLib 2.7.3
11800 =================================================
11801 * GOption
11802  - Allow callbacks with optional arguments [Pawel Sliwowski]
11803  - Allow to turn off the automatic long option name
11804    disambiguation  [Adam McLaurin]
11805  - Only allow printable ASCII as short option names [Matthias]
11806 * Win32
11807  - Build fixes [Tor Lillqvist]
11808  - Rewrite iochannel socket implementation [Tor]
11809 * GObject
11810  - Threadsafety improvements; in particular, refcounting
11811    of objects is done atomically now. [Wim Taymans, Tim Janik]
11812 * Bug fixes [Morten Welinder, Matthias, Wim Taymans]
11813 * Documentation improvements [Richard Laager, Matthias]
11814 * New and improved translations (bf,cs,hu,nb,nl,no)
11815
11816 Overview of Changes from GLib 2.7.1 to GLib 2.7.2
11817 =================================================
11818 * Win32 build fixes [Hans Breuer]
11819 * Bug fixes [Mikael Magnusson]
11820 * Documentation improvements [Matthias Clasen]
11821 * New and updated translations (en_CA,es,et,ja,sr,sr@Latn,zh_TW)
11822
11823 Overview of Changes from GLib 2.7.0 to GLib 2.7.1
11824 =================================================
11825 * GOption 
11826  - Allow callback arguments without parameters [Dan Winship]
11827 * GMappedFile: an mmap wrapper [David Schleef, Behdad Esfahbod]
11828 * Misc new functions:
11829  - g_get_host_name [Tor Lillqvist]
11830  - g_mkdir_with_parents [Tor]
11831  - g_build_pathv, g_build_filenamev [Todd A. Fisher, 
11832    Matthias Clasen]
11833 * Bug fixes [Roger Leigh, Masatake YAMATO, Kjartan Maraas,
11834   Manish Singh, Tor, Murray Cumming, Kian Duffy, Morten Welinder]
11835 * Documentation improvements [Hong Gang XU, Dan Winship, Matthias]
11836 * New and updated translations (bg,cs,da,en_CA,es,et,nb,nl,no,
11837   sk,th,zh_TW)
11838
11839 Overview of Changes from GLib 2.6.x to GLib 2.7.0
11840 =================================================
11841 * GKeyFile
11842  - Add unit tests [Matthias Clasen, Suren A. Chilingaryan]
11843  - Accept \r\n as line end [Bastian Nocera]
11844  - Don't interpret leading zeros as octal numbers. [Matthias]
11845  - Make key and group removal work [David Hoover, Matthias Hasselmann]
11846 * GOption
11847  - Improve formatting of --help output [Matthias, Noah Levitt]
11848  - Accept -? [Matthias]
11849  - Warn about duplicate main groups [Jeff Franks]
11850  - Treat '-' as non-option argument [Tim Musson, Thomas Leonard]
11851  - Report missing arguments as errors [Björn Lindqvist]
11852  - Add a boxed type for GDate [Tim-Philipp Müller]
11853 * GTree
11854  - g_tree_remove() and g_tree_steal() return status information [Matthew F. Barnes]
11855 * Stdio wrappers
11856  - Work regardless of large file support [Manish Singh]
11857  - Add g_access(), g_chmod(), g_creat(), g_chdir [Tor Lillqvist]
11858 * GObject
11859  - Implement "toggle references" to help language bindings [Owen Taylor]
11860  - Allow to mark names, nicks and blurbs of pspecs as static [Ben Maurer, Matthias]
11861  - Make pspec lookup a bit faster [Morten Welinder]
11862 * Add g_listenv() to list all set environment variables [Hans Petter Jansson]
11863 * Add g_file_set_contents() to atomically write a file.  [Søren Sandmann,
11864   Sven Neumann, Manish, Alexis S. L. Carvalho]
11865 * Add g_try_malloc(), g_try_new(), g_try_new0() and g_try_renew() [Stefan Kost]
11866 * Add g_utf8_collate_key_for_filename() to sort filenames taking
11867   extensions and numeric suffixes into account.  [Ole Laursen, Alex Larsson]
11868 * Add G_GNUC_NULL_TERMINATED to mark varargs function with 
11869   NULL-terminated argument lists. [Marc Meissner]
11870 * Win32 changes
11871  - Improved debugability [Ulf Lamping, Hans Breuer]
11872  - Make filename handling more robust [Tor, Billy Skaggs]
11873  - Improve g_get_system_data_dirs() [Tor]
11874  - Use more precise timers [Tor]
11875  - Build fixes [Kazuki Iwamoto, Hans, Tor, Robert Ögren]
11876 * Other bug fixes [Roger Leigh, Owen, Matthias, Morten, Kjartan Maraas, 
11877   Pawel Sakowski, Tor, Simon Budig, Ed Avis, Manish, Nicolas Laurent, 
11878   Bastien, Fabrício Barros Cabral, Michael Banck, Daniel Atallah, 
11879   J. Ali Harlow, Tim Janik, Hazael Maldonado Torres, Sven, Jon-Kare Hellan,
11880   Dave Benson, Tommi Komulainen, Benjamin Otte, Brian Cameron, Changwoo Ryu, 
11881   Christian Biere, Noah, Benoît Carpentier]
11882 * Documentation improvements [Vincent Untz, Matthias, Tim-Philipp Müller,
11883   Morten, Matthew, Federico Mena Quintero, Sebastian Bacher, Oliver Sessink, 
11884   Stefan, Jared Lash, Tor, Owen, Daniel Vaillard, Mathieu Lacage]
11885 * New and updated translations (ca,cs,da,el,en_CA,en_GB,es,et,eu,fa,fr,gl,
11886   hu,id,it,lt,mn,ne,nl,pl,pt,pt_BR,ro,rw,sk,sq,sr,sr@Latn,tl,uk,xh,zh_CN)
11887
11888 Overview of Changes from GLib 2.6.0 to GLib 2.6.1
11889 =================================================
11890 * GOption
11891  - Make gtk_init(NULL, NULL) work again [Marcin Krzyzanowski]
11892  - Improve handling of -- [Matthias Clasen]
11893  - Don't show G_OPTION_REMAINING in --help output [Matthew F. Barnes]
11894 * g_find_program_in_path() doesn't return directories [Tommi Komulainen]
11895 * Add gmodule-export-2.0.pc [Matthias]
11896 * Win32 changes
11897  - Improve hangling of UNC paths [Tor Lillqvist]
11898  - g_getenv(), g_setenv(), g_unsetenv(), g_find_program_in_path()
11899    take and return UTF-8 now [Tor] 
11900  - Make g_file_test() work more reliably, and use PATHEXT
11901    when check for executables [Tor]
11902  - Build and cross-compilation fixes [J. Ali Harlow]
11903 * Other bug fixes [Jens Hatlak, Morten Welinder, 
11904   Tor, Kalpesh Shah, Adrian Bunk]
11905 * Documentation improvements [Marcin Krzyzanowski, Tor, Crispin
11906   Flowerday, Mariano Suárez-Alvarez, Christian Biere, Danny Milo,
11907   Vincent Untz, Bastien Nocera]
11908 * New and updated translations (cy,de,nl,ru,sq,sv)
11909
11910 Overview of Changes from GLib 2.4.x to GLib 2.6.0
11911 =================================================
11912
11913 * Major new APIs
11914   - GOption, a commandline option parser
11915   - GKeyFile, a parser/editor for the .ini like files 
11916   - Functions to support the XDG basedir specification
11917   - Wrappers for common POSIX pathname functions to handle filename
11918     encodings consistently. On Windows, these use UTF-8.
11919
11920 * Miscellaneous new functions
11921   - g_filename_display_name() converts filenames in displayable UTF-8 strings
11922   - g_uri_list_extract_uris() splits uri lists
11923   - g_date_get_iso8601_week_of_year() gets ISO 8601 week numbers
11924   - g_log_set_default_handler() installs an alternate default log handler
11925   - g_get_language_names() obtains a list of applicable locale names
11926   - g_strv_length() calculates the length of NULL-terminated string arrays
11927   - g_win32_get_windows_version() determines the Windows version 
11928   - G_GNUC_INTERNAL marks functions as non-exported
11929   - glib_check_version() checks the GLib version at runtime
11930   - g_debug() completes the family of logging functions
11931
11932 * Performance improvements
11933   - Optimize g_utf8_validate()
11934   - Optimize g_markup_parse_context_parse()
11935   - Reduce signal connection complexity from O(n) to O(1) 
11936   - Get rid of many PLT entries for internally used exported symbols
11937   - Reduce code size by removing literal strings from g_return_if_fail()
11938
11939 * Other changes
11940   - On Windows, GLib functions that take file name arguments now require
11941     those to be in UTF-8. Functions that return file names return UTF-8.
11942   - Use higher precision for mathematical constants
11943   - Don't convert to/from UTF-8 in g_filename_to_uri/g_filename_from_uri
11944   - Support ll as printf format modifier for long long on all platforms
11945   - Clean up the ABI and enforce the list of exported symbols
11946   - Add a .pc file for using gmodule in libraries
11947   - Require ngettext
11948
11949 Overview of Changes from GLib 2.5.7 to GLib 2.6.0
11950 =================================================
11951 * GOption: Don't list help options if group-specific
11952   options have been requested [Glynn Foster]
11953 * Make g_get_language_names() track locale changes [Christian Persch]
11954 * Win32 bug fixes [Tor Lillqvist]
11955 * Bug fixes [Philippe Blain, Owen Taylor, Sebastian Wilhelmi]
11956 * New and updated translations (da,es,ja,lt,zh_CN)
11957 Bugs fixed: 159530,100697,160271,160645,157255
11958
11959 Overview of Changes from GLib 2.5.6 to GLib 2.5.7
11960 =================================================
11961 * Optimize g_utf8_validate() [Owen Taylor, Matthias Clasen]
11962 * Optimize g_markup_parse_context_parse() [Havoc Pennington, 
11963   Morten Welinder]
11964 * Reduce signal connection complexity from O(n) to O(1) 
11965   [Sven Neumann]
11966 * Add a .pc file for using gmodule in libraries [Owen]
11967 * Add G_GNUC_MALLOC to mark functions returning newly 
11968   allocated memory  [Matthias]
11969 * Win32 bug fixes [Hans Breuer, Tor Lillqvist, Robert Ögren,
11970   Bruce Hochstetler]
11971 * Bug fixes [Kazuki IWAMOTO, Matthias, Manish Singh, Morten,
11972   Frederic Crozat, Tor]
11973 * Documentation improvements [Matthias, Tor, Owen]
11974 * New and updated translations (cs,da,de,en_CA,en_GB,es,nb,nl,sq,zh_CN)
11975
11976 Overview of Changes from GLib 2.5.5 to GLib 2.5.6
11977 =================================================
11978 * GOption
11979   - Add G_OPTION_FLAG_REVERSE to allow options 
11980     which unset a  boolean variable [Tor Lillqvist]
11981 * GChildWatch
11982   - Use sigaction instead of signal [Jonas Jonnson, 
11983   Archana Shah]
11984   - Make the very first SIGCHLD work [Gustavo Carneiro]
11985 * Bug fixes [Morten Welinder, Tor, David MacLachlan,
11986   Manish Singh, J. Ali Harlow]
11987 * Documentation improvements [Matthias Clasen, Tor]
11988 * Updated translations (da,ja,tr,zh_CN)
11989
11990 Overview of Changes from GLib 2.5.4 to GLib 2.5.5
11991 =================================================
11992 * GKeyFile
11993   - Cleanups, add more error checking [Ray Strode]
11994   - Fall back to the untranslated string when getting 
11995     locale strings [Mark McLoughlin]
11996 * GOption
11997   - Document GOption [Matthias Clasen]
11998   - Better support for rest arguments [Owen Taylor, Matthias]
11999   - Handle conflicts between groups [Matthias]
12000 * Add g_lstat() to the stdio wrappers [Tor Lillqvist]
12001 * Add g_filename_display_name() to convert filenames
12002   in displayable UTF-8 strings  [Alex Larsson, Matthias]
12003 * Win32 bug fixes [Kazuki IWAMOTO, Hans Breuer, Tor]
12004 * Bug fixes [Christophe Fergeau, Morten Welinder, 
12005   Owen, Kjartan Maraas, Mark]
12006 * Documentation improvements [Matthias, Tor]
12007
12008 Overview of Changes from GLib 2.5.3 to GLib 2.5.4
12009 =================================================
12010 Add GKeyFile, a parser/editor for the .ini like files used in various
12011    freedesktop.org specifications. [Ray Strode]
12012 Make the handling of filename encodings consistent across all
12013    GLib functions, introduce wrappers for common POSIX 
12014    functions which accept the same filename encoding. [Tor Lillqvist, 
12015    Owen Taylor]
12016 GOption
12017  - Rename g_context_option_error_quark() to a more language-binding
12018    friendly name [Murray Cumming]
12019  - Accept backslashes in filenames on Win32 [Tor Lillqvist]
12020 * Strip the internal aliasing prefix IA__ from function names in 
12021   assertions [Matthias Clasen]
12022 * Add a function to split uri lists. [Matthias]
12023 * Win32 bug fixes 
12024  - Don't open console windows [Tor]
12025 * Other bug fixes [Philippe Blain, Robert Ögren, Hidetaka Iwai, Matthias,
12026  Morten Welinder, Mats-Ola Persson, Tor, Nickolay V. Shmyrev, Kjartan Maraas,
12027   Anders Carlsson, Tim-Philipp Müller, Lucas Rocha, Andrea Campi, Manish
12028   Singh, Thomas Fitzsimmons, Kazuki IWAMOTO]
12029 * Documentation improvements [Matthias, Linus Walleij, Nickolay, Philippe, 
12030  Adam Hooper, Gustavo Carneiro]
12031 * New and updated translations (cs,en_CA,en_GB,ja,nb,nl,or,sr,sr@Latn,sq)
12032
12033 Overview of Changes from GLib 2.5.2 to GLib 2.5.3
12034 =================================================
12035 * GOption
12036  - set the program name from argv[0] [Masatake YAMATO] 
12037  - make contexts work without a main group [Anders Carlsson]
12038 * Performance 
12039  - Get rid of many PLT entries for internally used exported symbols,
12040    and clean up the ABI at the same time and make make check check the
12041    list of exported symbols.  [Matthias Clasen]
12042 * Add API to get ISO 8601 week numbers [Niklas Lundell]
12043 * Add API to install an alternate default log handler [Darin Adler]
12044 * Add API to obtain a list of applicable locale names [Hidetoshi Tajima]
12045 * Reduce code size bloat by removing literal strings from
12046  the g_return_if_fail() macros [Owen Taylor]
12047 * Add g_strv_length [Tim-Philipp Müller]
12048 * Win32 changes
12049  - Add API to determine the Windows version [Tor Lillqvist]
12050 * Other bug fixes [Stepan Kasal, Anders, Tor, Kazuki Iwamoto,
12051   Manish Singh]
12052 * Documentation improvements [Morten Welinder, Matthias]
12053 * New and updated translations (es,nn,ro)
12054
12055 Overview of Changes from GLib 2.5.1 to GLib 2.5.2
12056 =================================================
12057 * Add G_GNUC_INTERNAL macro [Arjan van de Ven]
12058 * Add GOption, a commandline option parser [Anders Carlsson]
12059 * Add glib_check_version [Michael Natterer]
12060 * Add XDG basedir API [Ray Strode]
12061 * Require ngettext [Danilo Segan]
12062 * Bug fixes [Manish Singh, Ray Strode, Vincent Noel, 
12063   Jon-Kare Hellan, Jody Goldberg]
12064 * Win32 bug fixes [Tor Lillqvist, Hans Breuer, Peter Zelezny]
12065 * Documentation improvements [Matthias Clasen, Vincent Untz, Christian Persch]
12066 * New and updated translations (bs,eu,fi,gu,ne,pa)
12067
12068 Overview of Changes from GLib 2.5.0 to GLib 2.5.1
12069 =================================================
12070
12071 * Bug fixes [Oliver Guntermann, Sven Neumann, James 
12072   Henstridge, Hiroyuki Ikezoe, Matthias Clasen, Robert 
12073   Ögren, Tommi Komulainen]
12074 * Documentation improvements [Soeren Sandmann, 
12075   Christophe Fergeau, Danek Duvall]
12076 * New and updated translations (eu,hi)
12077   
12078 Overview of Changes from GLib 2.4.1 to GLib 2.5.0
12079 =================================================
12080
12081 * New functions g_debug [Sven Herzberg]
12082 * Use higher precision for mathematical constants [Morten 
12083  Welinder]
12084 * Don't convert to/from UTF-8 in g_filename_{to,from}_uri 
12085  [Federico Mena Quintero]
12086 * Win32
12087  - Handle empty digit string in printf() functions 
12088    correctly [Tor Lillqvist]
12089  - Support ll as format modifier for long long [Tor]
12090  - Be more careful about HOME [Tor, Ivan Wong]
12091  - Bug fixes [John Ehresman]
12092 * Miscellaneous bug and portability fixes [Danilo Segan, 
12093  Owen Taylor, Nikolai Weibull, Benoît Carpentier, Morten 
12094  Welinder, Manish Singh, Sven Neumann, Julio M. Merino Vidal,
12095  Kaz Sasayama, Murray Cumming, Federico, Mariano Suarez-Alvarez]
12096 * Documentation updates [Matthias Clasen, Crispin Flowerday,
12097  Tommi Komulainen, Federico Mena Quintero, Ed Griffiths]
12098 * New and updated translations (ja,ne,no,wa)
12099  
12100 Overview of Changes from GLib 2.4.0 to GLib 2.4.1
12101 =================================================
12102
12103 * Win32 bug fixes [Tor Lillqvist, Roger Leigh, John Ehresman]
12104 * Miscellaneous bug and portability fixes [Owen Taylor,
12105   Matthias Clasen, Jonas Jonsson, Christian Krause,
12106   Nickolay V. Shmyrev, Christophe Saout, Philippe Blain,
12107   Piotr Klaban]
12108 * Documentation updates [Matthias]
12109 * New and updated translations (ca,cs,cy,el,en_CA,en_GB,es,eu,fi,
12110   fr,gu,he,id,nl,pt,pl,ru,sr,sr@ije,sr@Latn,sv,uk)
12111
12112 Overview of Changes from GLib 2.3.6 to GLib 2.4.0
12113 =================================================
12114
12115 * Handle invalid-UTF-8 in g_log() properly [Matthias Clasen]
12116 * Win32 bug fixes [Tor Lillqvist, Bruce Hochstetler]
12117 * Miscellaneous bug and portability fixes [Olivier Biot, David L. Cooper II, 
12118   Kjartan Maraas, Frédéric L. W. Meunier, Christof Petig, Manish Singh, 
12119   Sebastian Wilhelmi]
12120 * Documentation updates [Owen]
12121 * Updated translations (hr,ro)
12122
12123 Overview of Changes from GLib 2.3.5 to GLib 2.3.6
12124 =================================================
12125
12126 * GAtomic bug fixes [Sebastian Wilhelmi, Mark McLoughlin]
12127 * GMain threading fixes and improvements [Sebastian]
12128 * Win32 [Tor Lillqvist]
12129  - restore some symbols extraneously exported from gobject to maintain ABI compatibility
12130  - Misc build improvements and fixes [Tor, Cedric Gustin, Hans Breuer]
12131 * Documentation updates [Sebastian, Takeshi AIHANA, Matthias, Sven Herzberg]
12132 * New and updated translations (be,es,fi,ga,pa,sr@ije,zh_CN)
12133
12134 Overview of Changes from GLib 2.3.3 to GLib 2.3.5
12135 =================================================
12136
12137 * Make glib-mkenums parse initializers with macros. [Matthias Clasen, muppet]
12138 * Respect locale era in g_date_set_parse(). [Theppitak Karoonboonyanan] 
12139 * Add atomic operations and use it for the async queue and
12140   gonce implementation. [Sebastian Wilhelmi]
12141 * Documentation improvements [Sebastian, Matthias, Sven Herzberg]
12142 * Add g_main_depth() for finding the recursion depth of the main
12143   loop [Owen Taylor, Tim Janik, Stefan Westerfeld]
12144 * Add g_spawn_close_pid(), needed on win32 [J. Ali]
12145 * Win32 fixes. [Hans Breuer, J. Ali Harlow]
12146 * Misc bugfixes [Sebastian, Matthias, Balazs Scheidler, Owen]
12147 * Updated translations (cy,et,ga,sq)
12148
12149 Overview of Changes from GLib 2.3.2 to GLib 2.3.3
12150 =================================================
12151
12152 * Add a native AIX gmodule implementation. [Laurent Vivier]
12153 * Add g_node_copy_deep().  [James M. Cape, Matthias Clasen]
12154 * Extend GQueue API to match the GList API. [Soeren Sandmann]
12155 * Add g_hash_table_find().  [Tim Janik]
12156 * Add a G_MODULE_BIND_LOCAL flag. [David Schleef]
12157 * Inline g_string_append_c() when possible. [Owen Taylor, Tim]
12158 * Wrap waitpid() as a GSource. [Jonathan R. Blandford]
12159 * Add g_completion_complete_utf8(). [Theppitak Karoonboonyanan, 
12160   Matthias]
12161 * Add g_strsplit_set(). [Soeren]
12162 * Documentation improvements. [Vincent Untz, Sebastian Wilhelmi, 
12163   Soeren, Matthias]
12164 * Win32 build fixes. [Tor Lillqvist]
12165 * Misc bugfixes [Manish Singh, Noah Levitt, Simon Josefsson, 
12166   Morten Welinder, Damien Carbery, Julio M. Merino Vidal, Sebastian, 
12167   Matthias]
12168 * Updated translations (nn,cs,it,ko,sq,ms,az,hr,uk,sr,sr@Latn,sq,ta)
12169
12170 Overview of Changes from GLib 2.3.1 to GLib 2.3.2
12171 =================================================
12172
12173 * Add G_MAXSIZE. [Manish Singh]
12174 * Add g_rand_new_with_seed_array(), g_rand_set_seed_array(),
12175   implementing the init-by-array functionality of the 
12176   original mersenne twister. Add g_rand_copy(). Improve seeding. 
12177   [George Lebl]
12178 * Add a lowercase_name option to glib-mkenums. [Murray Cumming]
12179 * Add g_ptr_array_foreach(). [Matthias Clasen]
12180 * Add g_timer_continue(). [Tim-Philipp Müller]
12181 * Fix a threadsafety issue in mem chunks. [Matthias, Balazs Scheidler]
12182 * Fix g_filename_{to,from}_utf8() on Win32 and improve 
12183   g_file_test() there too [Hans Breuer] 
12184 * Add a boxed type for NULL-terminated string arrays.  [Matthias]
12185 * Add G_DEFINE_TYPE() plus variants to ease the constuction
12186   of GObject boilerplate code.  [Tim Janik]
12187 * Support & in password GECOS field [Matthias, Soeren Boll Overgaard]
12188 * Documentation improvements [Matthias, Manish]
12189 * Win32 build fixes [Hans]
12190 * Misc bug fixes [Damien Carbery, Matthias, Manish, Olivier Poncet, 
12191   Zack Rusin]
12192 * Updated translations (ar,de,fa,ga,mn,nn,no,sq)
12193
12194 Overview of Changes from GLib 2.3.0 to GLib-2.3.1
12195 =================================================
12196
12197 * Add glib/gi18n.h and glib/gi18n-lib.h for common
12198   gettext support, including a Q_() macro for translation
12199   with context [Matthias Clasen]
12200 * Add a more flexible G_FILENAME_ENCODING variable
12201   as a replacement for G_BROKEN_FILENAMES [Matthias]
12202 * Fix the return value g_main_context_iterate() for
12203   newly ready sources [Padraig O'Briain]
12204 * Handle Hangul composition for normalization [Noah Levitt]
12205 * Add G_{MIN,MAX,MAXU}INT{8,16,32}. [Mark Jones, Matthias]
12206 * Add G_GSIZE_FORMAT/G_SSIZE_FORMAT [Manish Singh]
12207 * Add G_STRFUNC as a portable wrapper for __func__ [Tim Janik]
12208 * Documentation improvements [Matthias]
12209 * GObject [Tim Janik]
12210  - Support '-' in g_signal_connect()/disconnect() names
12211    like 'swapped-signal'.
12212  - Add g_type_class_peek_static() and use to optimize
12213    g_object_new() for static types [Tim]
12214  - Allow setting construct-only properties from within
12215    init() implementations
12216  - Enforce readability/writeability in g_object_set/get()
12217 * Fix bug with g_ascii_strtod and multi-byte separator.
12218   [Behdad Esfahbod, Roozbeh Pournader]  
12219 * Misc bug fixes [Matthias, John Ehresman, Andrew Lanoix,
12220   Tor Lillqvist, Mark McLoughlin, Tim-Philipp Müller, Manish, 
12221   Morten Welinder]
12222 * Updated translations (ca,cs,da,es,fr,ja,nn,no,pt,ru)
12223
12224 Overview of Changes from GLib 2.2.x to GLib-2.3.0
12225 =================================================
12226
12227 * Replace Trio printf by gnulib vasnprintf [Matthias Clasen]
12228 * Update Unicode data to Unicode 4.0 [Noah Levitt]
12229 * Support XML-safe formatted output with 
12230   g_markup_[v]printf_escaped [Owen Taylor]
12231 * Add g_file_read_link to read symbolic links [Matthias]
12232 * Add g_unichar_get_mirror_char to obtain the 
12233   mirrored variant of a character [Noah]
12234 * Support for one-time initialization functions. 
12235   [Sebastian Wilhelmi]
12236 * Miscellaneous API additions: g_vasprintf
12237   g_string_chunk_insert_len, g_setenv, g_unsetenv [Matthias]
12238 * Docs improvements [Matthias]
12239 * Add support instance-private data on classed types
12240   [Mark McLoughlin, Tim Janik, Owen]
12241 * Optimize signal emissions [Soeren Sandmann, Tim]
12242 * Support a "default vtable" per interface [Tim]
12243 * Add support for properties on interfaces [Owen, Tim]
12244 * Miscellaneous API additions: g_value_take_string(),
12245   g_value_take_param(), g_value_take_object(), 
12246   g_value_take_boxed(). [Matthias]
12247 * Win32 build fixes [Tor Lillqvist]
12248
12249 Overview of Changes from GLib 2.1.5 to GLib-2.2.0
12250 =================================================
12251
12252 * Fix a problem with g_thread_init() on 64-bit problems
12253   [Alceste Scalas, Sebastian Wilhelmi]
12254 * Add assembly implementations of byteswap macros
12255   for ia64 and x86_64. [Manish Singh]
12256 * IOChannel fixes for Win32 [Tor Lillqvist, Thorsten Maerz]
12257 * Updated translations (bg,ca,es,da,fi,lv,ru,sk)
12258
12259 Overview of Changes from GLib 2.1.4 to GLib-2.1.5
12260 =================================================
12261
12262 * Win32 bug fixes [Tor Lillqvist]
12263 * Various post-rewrite fixes for glib-gettext.m4 [Owen Taylor,
12264   Jody Goldberg, Kjartan Maraas, Johannes Stezenbach]
12265 * Ensure we have a GUINT64_FORMAT by pulling in Trio
12266   if necessary [Manish Singh]
12267 * Further Trio build fixes [Matthias Clasen, Owen]
12268 * Hack around gcc, libtool issues with -pthread [Owen]
12269 * Docs improvements [Matthias]
12270 * Bug and portability fixes 
12271 * Updated and new translations (bg,de,fi,fr,sq,fr)
12272
12273 Other contributors: Kai Poitschke, Morten Welinder
12274
12275 Overview of Changes from GLib 2.1.3 to GLib-2.1.4
12276 =================================================
12277
12278 * autoconf changes to make it possible to cross compile
12279   GLib. [Owen Taylor, Dan Kegel, Amy Lin, Dimi Shahbaz, 
12280   Johannes Stezenbach]
12281 * Use libintl when it has bind_textdomain_codeset() and
12282   GLib doesn't. [Owen]
12283 * Improve generation of pseudo-random integers [Morten Welinder, 
12284   Sebastian Wilhelmi]
12285 * Avoid literal UTF-8 in favor of octal escapes [Owen, Tomas Ogren]
12286 * Cleanup include order [Sven Neumann]
12287 * autoconf cleanups and bug fixes [Daniel, Matthias Clasen, Owen]
12288 * Doc fixes and additions [Matthias]
12289
12290 Other contributors: James M. Cape, Frederic Crozat, Martin Gansser,
12291   Phuc LeHong, Manish Singh, Joshua Weage, Morten Welinder
12292
12293 Overview of Changes from GLib 2.0.x to GLib-2.1.x
12294 =================================================
12295
12296 * Add copy of the Trio library to build and use for printf() when 
12297   system printf isn't good enough. Add g_printf()/etc. [Matthias Clasen]
12298 * Add g_str_has_suffix()/g_str_has_prefix() [Alex Larsson]
12299 * Add g_markup_parse_context_get_element() [Matthias]
12300 * Add g_utf8_strreverse [Matthias]
12301 * Add g_ascii_strtoull() [Tim Janik]
12302 * Support scanning of 64-bit values with GScanner [Tim]
12303 * Add g_set/get_application_name() [Havoc Pennington]
12304 * Add G_LIKELY()/G_UNLIKELY() macros for hinting branch probabilities. 
12305   Use for g_return_if_fail(). [Matthias Clasen]
12306 * Add G_GNUC_DEPRECATED macro [Tom Tromey]
12307 * Improve the seeding algorithm of GRandom to avoid problems
12308   with certain pathological seeds. Support G_RANDOM_VERSION=2.0
12309   environment variable. [Sebastian Wilhelmi]
12310 * Improve thread configure checks, use -pthread where applicable
12311   [Sebastian]
12312 * Improve handlng of thread priorities [Sebastian]
12313 * Fix up parameter names that might shadow functions from
12314   system headers [Soeren Sandmann]
12315 * Clean up usage of deprecated functions [Manish Singh]
12316 * Docs fixes and improvements. In particular, include "Since" information.
12317   [Matthias, Soeren, Martin Schulze, Daryll Strauss, Bill Janssen, 
12318   Owen Taylor, Morten Welinder]. 
12319
12320 Overview of Changes in GLib 2.0.7
12321 =================================
12322
12323 * Fix C++ warnings in gtype.h [Dom Lachowicz]
12324 * Fix g_type_fundamental_next() [Tim Janik]
12325 * Fix various missing includes of config.h [Morten Welinder]
12326 * Handle main loop initialization before g_thread_init [Sebastian Wilhelmi]
12327 * Various 64-bit fixes [Manish Singh]
12328 * Fix GPoll on Win32 [Tor Lillqvist, Herman Bloggs]
12329 * Fix bug with buffering on UTF-8 IOChannels [Daniel Elstner]
12330 * Misc bug and build fixes [Soren Andersen, Gustavo Carneiro, Tor,
12331      Tim, Havoc Pennington,  Matthias Clasen, Sebastian Rittau,
12332      Masahiro Sakai, Arvind Samptur, HideToshi Tajima, Owen Taylor]
12333 * Updated and new translations (be,cs,de,*fa,it,lv,pt_BR,tr)
12334
12335 Overview of Changes in GLib 2.0.6
12336 =================================
12337
12338 * Fix problem with interface prerequisites [Jon Trowbridge, Dave Camp]
12339 * Clean up debug spew from GObject [Anders Carlsson]
12340 * Compiler warning fixes [David L. Cooper II]
12341 * Fix some problems with g_build_path() [Guillaume Chazarain, Owen Taylor]
12342 * Fixes for --disable-debug [Sebastian Wilhelmi]
12343 * Threading fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann, 
12344   Rajkumar Sivasamy, Laurent Vivier]
12345 * Documentation fixes [Jacob Berkman, Manuel Clos, Jared Dukat, 
12346   Sebastian Rittau, Linus Welleij]
12347 * Misc bug fixes [Anders Carlsson, Sam Couter, Morten Welinder, Owen]
12348 * Updated translations (bg,ko,vi)
12349
12350 Overview of Changes in GLib 2.0.5
12351 =================================
12352
12353 * Fix problem with interface prerequisites [Jon Trowbridge, Dave Camp]
12354 * Clean up debug spew from GObject [Anders Carlsson]
12355 * Compiler warning fixes [David L. Cooper II]
12356 * Fix some problems with g_build_path() [Guillaume Chazarain, Owen Taylor]
12357 * Fixes for --disable-debug [Sebastian Wilhelmi]
12358 * Threading fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann, 
12359   Rajkumar Sivasamy, Laurent Vivier]
12360 * Documentation fixes [Jacob Berkman, Manuel Clos, Jared Dukat, 
12361   Sebastian Rittau, Linus Welleij]
12362 * Misc bug fixes [Anders Carlsson, Sam Couter, Morten Welinder, Owen]
12363 * Updated translations (bg,ko,vi)
12364
12365 Overview of Changes in GLib 2.0.4
12366 =================================
12367
12368 * Fix some 64-bit problems. (George Lebl, David L. Cooper II)
12369 * Add note about Tru64 iconv to INSTALL. (Manuel Op de Coul)
12370 * Fix problem with timouts > MAXINT. (Tim Janik, Owen Taylor)
12371 * Updated translations (ca,es,fr,ja,gl,ms,nl,pl,pt,ru)
12372
12373 Overview of Changes in GLib 2.0.3
12374 =================================
12375
12376 * Handle sorting 0-length arrays (Ron Arts)
12377 * Threading fixes (Sebastian Wilhelmi)
12378 * Portability fixes (Miroslaw Dobrzanski-Neumann, Jacob Berkman, Gareth Pierce, 
12379   Sebastian, Qingjiang Yuan)
12380 * Various fixes for glib-2.0.m4. (Jim Gettys, others.)
12381 * Locate right glib-genmarshal when cross-compiling. (Mitch Natterer)
12382 * Win32 fixes (Tor Lillqvist)
12383 * Try to fix g_get_charset() related segfaults. (Owen)
12384 * Fixes for gettext detection. (Dan Winship, HideToshi Tajima, Boyd Lynn Gerber,
12385   Andrew P. Lentvorski, Jr.)
12386 * Fix g_scanner_unexp_token() (Tim Janik, Sven Neumann)
12387 * g_markup fixes. (Matthias Clasen.)
12388 * Bug fixes and cleanups (Daniel Elstner, Matthias, Laszlo Peter, Morten Welinder,
12389   Wayne Schuller)
12390
12391 Overview of Changes in GLib 2.0.1
12392 =================================
12393
12394 * Portability fixes for Sun's Forte compiler [Erwann Chenede]
12395 * Performance improvements for GObject parameter lookup, 
12396   g_filename_to/from_utf8() [Alex Larsson]
12397 * Actually check interface prerequisites [Matthias Clasen,
12398   Miroslaw Dobrzanski-Neumann]
12399 * Fix problem with glib-mkenums taking huge amounts of stack. [Owen Taylor]
12400 * Fix g_signal_handlers_disconnect_by_func() for C++ [Damien Sandras]
12401 * Fixes for g_log() and threading.
12402   [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann, Tim Janik]
12403 * Make g_print(), g_printerr(), g_warning(), etc, convert from
12404   UTF-8 to the encoding of the locale [Sebastian Wilhelmi, Tim]
12405 * Fixes for GIOChannel on windows. [Tor Lillqvist]
12406 * Fix gsize/gint mismatches in giochannel.c [Miroslaw Dobrzanski-Neumann]
12407 * Fix file descriptor leak in g_file_get_contents() [Matthias]
12408 * Workaround iconv() problems on older Solaris [Lauri Alanko]
12409 * Fix warnings with gcc-3.1 about asm const [Cody Russel]
12410 * Minor bug fixes.
12411
12412 Other contributors: Hans Breuer, LEE Sau Dan, Sven Neumann, Salmaso Raffaele,
12413   Akira Tagoh, Morten Welinder
12414
12415
12416 Overview of Changes in GLib 2.0.0
12417 =================================
12418
12419 * Thread portability fixes [Sebastian Wilhelmi]
12420 * Documentation updates [Owen Taylor]
12421 * Make g_strerror(), g_strsignal() properly return UTF-8,
12422   call bind_text_domain_codeset() so that error strings
12423   are in UTF-8 as well. [Owen, Tor Lillqvist]
12424
12425 Overview of Changes in GLib 2.0.0 rc1:
12426 ======================================
12427
12428 * Win32 fixes [Tor Lillqvist]
12429 * Portability fixes [Finlay Dobbie, Miroslaw Dobrzanski-Neumann]
12430 * Fix up g_date_strftime [Daniel Elstner]
12431 * Add some structure padding [Tim Janik]
12432 * Make g_get_homedir() prefer the users home directory to $HOME
12433
12434 Other contributors: Matthias Clasen, Paolo Maggi, Christian Rose
12435
12436 Overview of Changes in GLib 1.3.15:
12437 ===================================
12438
12439 * Speed up marshalers by using private access to GValue 
12440   [Anders Carlsson, Tim Janik]
12441 * Reduce GValue to 2 elements [Tim]
12442 * Add G_DEBUG environment variable, G_DEBUG=fatal_warnings [Matthias Clasen]
12443 * Fixes for AIX compilation [Miroslaw Dobrzanski-Neumann]
12444 * Add padding to various structures [Owen Taylor, Tim]
12445 * Win32 fixes [Tor Lillqvist]
12446
12447 Other contributors: James Henstridge, Ryan Lovett, Morten Welinder,
12448   Daniel Elstner
12449
12450 Overview of Changes in GLib 1.3.14:
12451 ===================================
12452
12453 * Register value transformations for gint64, guint64 [Andy Wingo]
12454 * Build with large-file support [Sven Neumann, Owen Taylor]
12455 * Fix handling of hostnames in URI's [Darin Adler]
12456 * Main loop bug fixes [Havoc Pennington, Owen]
12457 * Doc fixes and improvements [Manish Singh, Tim Janik]
12458 * Support ' as attribute delimiters in GMarkup [Matthias Clasen]
12459 * Win32 fixes [Hans Breuer, Tor Lillqvist]
12460 * Threading bug and build fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann]
12461 * Miscellaneous bug fixes
12462
12463 Other contributors: Matthias Clasen, James Henstridge, Mitch Natterer, 
12464   Morten Welinder.
12465
12466 Overview of Changes in GLib 1.3.13:
12467 ===================================
12468
12469 * Fix g_filename_to/from_uri for Win32 [Tor Lillqvist, Darin Adler]
12470 * Miscellaneous win32 fixes [Tor, Hans Breuer]
12471 * Fix thread options for gcc on AIX [Jerome Zago, Sebastian Wilhelmi]
12472 * Documentation improvements [Ron Steinke, Matthias, Sebastian]
12473 * Cache iconv converters as used by g_convert() [Jeffrey Stedfast]
12474 * Bug fixes [Sven Neumann, Owen Taylor, Matthias Clasen, Jeffrey,
12475   Laszlo Peter, Havoc Pennington, Tim Janik]
12476
12477 Overview of Changes in GLib 1.3.12:
12478 ===================================
12479
12480 * Implement closure chaining, fixing up API (Tim Janik)
12481 * Closure chaining test case (James Henstridge)
12482 * Make GType long not int where both are equal width (Tim)
12483 * Win32 fixes and improvements (Hans Breuer, Tor Lillqvist)
12484 * Fixes for NetBSD. (Dan Winship)
12485 * Use snprintf() for g_printf_string_upper_bound() where possible. (Matthias Clasen)
12486 * Save space for GBSearchArray (Tim Janik)
12487 * Documentation improvements. (Matthias, Sven Neumann, Havoc Pennington)
12488
12489 Other contributors: Darin Adler, Chris Blizzard, Anders Carlson, Daniel Elstner, Michael Meeks, 
12490   Mark McLoughlin, Dave Neary, Manish Singh, Owen Taylor, HideToshi Tajima, 
12491   Sebastian Wilhelmi.
12492
12493
12494 Overview of Changes in GLib 1.3.11:
12495 ===================================
12496
12497 * Win32 fixes [Hans Breuer, Tor Lillqvist]
12498 * Documentation improvements [Matthias Clasen]
12499 * Portable directory handling API [Hans]
12500 * Threading fixes [Sebastian Wilhelmi, Havoc Pennington]
12501 * Fix excess relocations in Unicode tables [Andrew Taylor]
12502 * Fix gpattern for UTF-8 [Matthias Clasen]
12503 * Support overriding class closures [Tim Janik]
12504 * Support for derivation from G_TYPE_POINTER [Owen Taylor]
12505 * Hide pointers to type information inside GType to reduce locking
12506   [Alex Larsson, Tim]
12507 * Adds check for direct inclusion of gobject/*.h [Owen]
12508 * GObject API cleanups [Tim]
12509
12510 Other contributors: Darin Adler, Jacob Berkman, Daniel Egger, Eric Lemings, 
12511   Michael Meeks, Mark McLoughlin, Arkadiusz Miskiewicz, Dan Winship
12512
12513
12514 Overview of Changes in GLib 1.3.10:
12515 ===================================
12516
12517 * Many Win32 fixes and improvements [Tor Lillqvist]
12518 * Documentation improvements [Matthias Clasen]
12519 * g_string_printfa() renamed to g_string_append_printf()
12520 * Use libcharset from libiconv to implement charset detection
12521   more portably. [Owen Taylor, Hidetoshi Tajima]
12522 * Add 64 bit type support to GObject [Joshua Pritikin, Mathieu Lacage, Owen]
12523 * Make support for 64 bit integers a requirement [Joshua]
12524 * GPattern improvements [Tim Janik, Matthias]
12525 * Locale independent g_ascii_strtod / g_ascii_dtostr [Alex Larsson]
12526 * Many bug fixes and minor tweaks.
12527
12528 Other Contributors: Darin Adler, Jakub Jelinek, James Antill, Andrew Taylor,
12529   Ben Gertzfield, Elliot Lee, Manish Singh, Abel Cheung, Laszlo Peter,
12530   Sven Neumann, George Lebl, Raja Harinath, Sebastian Wilhelmi,
12531   Jacob Berkman
12532
12533
12534 Overview of Changes in GLib 1.3.9:
12535 ==================================
12536
12537 * Fixes for comparison of threads [Sebastian Wilhelmi]
12538 * Use vasprintf() when possible for g_strdup_printf [Matthias Clasen]
12539 * Win32 fixes [Tor Lillqvist, Hans Breuer]
12540 * Add a len argument to g_ascii_strup/strdown
12541 * Bug, portability fixes, cleanups.
12542
12543 Other Contributors: Darin Adler, Katsuhiro Okuno, Joshua N. Pritikin
12544
12545
12546 Overview of Changes in GLib 1.3.8:
12547 ==================================
12548
12549 * Documentation updates [Owen]
12550 * Made GType interfaces overridable in derived types
12551 * Many win32 fixes [Tor Lillqvist]
12552 * Miscellaneous cleanups and fixes
12553
12554 Other contributors:
12555   Darin Adler, Matthias Clasen, Ron Steinke, Hans Breuer, Alex Larsson
12556
12557
12558 Overview of Changes in GLib 1.3.7:
12559 ==================================
12560
12561 * Integrate GClosure support into the main loop [Owen Taylor]
12562 * More GSignal convenience functions (macros) [Sven Neumann, Tim Janik]
12563 * Introduced weak references for GObject [James Henstridge, Sven, Tim] 
12564 * Minor hash table optimizations
12565 * Main loop and threading improvements [Sebastian Wilhelmi]
12566 * Added g_ascii_* functions to be used for locale insensitive UTF-8
12567   compliant code instead of old string functions  [Darin Adler, Alex Larsson]
12568 * Add functions for Unicode case-conversion, normalization, and 
12569   collation [Owen]* GString improvements [Owen]
12570 * Reworked the GIOChannel code [Hidetoshi Tajima, Ron Steinke]
12571 * Removed glib-config-2.0 in favour of pkgconfig [Sebastian]
12572 * Make code 64bit clean [Mark Murnane]
12573 * More G_CONST_RETURN fixes
12574 * Many improvements to the win32 code [Tor Lillqvist, Hans Breuer]
12575 * Miscellaneous bug and API fixes
12576
12577 Other contributors:
12578   Michael Natterer, Christopher James Lahey, Padraig O'Briain,
12579   Matthias Clasen, Josh Pritikin, Steve Baker, Cesar Rincon, Garry R. Osgood,
12580   Michael Meeks, Laszlo Peter,  Martin Baulig, Kjartan Maraas, Andrew Lanoix,
12581   Peter Williams
12582
12583
12584 Overview of Changes in GLib 1.3.6:
12585 ==================================
12586
12587 * Threads have a "return value" from g_thread_join
12588 * Removed ability to adjust thread stack size
12589 * Prefix warnings with progname/PID by default, change toggle for this to 
12590   be an env variable G_MESSAGES_PREFIXED not a compile-time option
12591 * GMarkup speedups
12592 * GDate const, convenience fixups
12593 * Include test cases that headers are compilable by C++ compiler
12594 * Add ability to spawn processes with argv[0] != executable path.
12595 * g_strstr_len, g_strrstr, g_strrstr_len
12596 * Add length argument to g_utf8_strchr and g_utf8_strrchr.
12597 * Misc bug fixes
12598
12599
12600 Overview of Changes in GLib 1.3.5:
12601 ==================================
12602
12603 * Added an installed glib-mkenums Perl program for parsing enumeration
12604   declarations from header files.
12605 * Mark some additional deprecated functions.
12606 * Bug and Portability fixes
12607
12608
12609 Overview of Changes in GLib 1.3.4:
12610 ==================================
12611
12612 * Efficiency improvements for GThreadPool
12613 * A few bug fixes
12614 * Build fixes
12615 * Documentation improvements
12616
12617
12618 Overview of Changes in GLib 1.3.3:
12619 ==================================
12620
12621 GLib:
12622
12623 * More user_data support in various functions.
12624 * Main loop API revamps to support per-thread main loops.
12625 * Unicode handling improvements.
12626 * Implemented debugging traps.
12627 * G_CONST_RETURN specification all over the place.
12628 * Various new small utility functions.
12629 * Random number generator precision improvements.
12630 * New configure option --disable-mem-pools.
12631 * Many Win32 improvements.
12632 * Added g_try_malloc() friends varinats.
12633 * Many documentation improvements.
12634 * Many threading improvements, support for dynamic allocation
12635   of static mutexes.
12636 * GHookLIst API cleanups.
12637 * Improved format support of GDate parser.
12638 * String function speed improvements with new g_stpcpy().
12639 * Hashtable API additions.
12640 * New GPatternSpec for shell-style pattern matching (from GtkPatternSpec).
12641 * Optimizations, cleanups, bug fixes.
12642
12643 GObject:
12644
12645 * Added many convenience functions.
12646 * GClosure and GParamSpec use float/sink ref-counting scheme now.
12647 * Reworked property change notification.
12648 * Binary searchable array cleanups, so it's widely usable now.
12649 * Added static content keeping for some GValue types.
12650 * Support for statically scoped signal parameters.
12651 * Extinguished property trailer args in set/get interface.
12652 * Added support for abstract types.
12653 * G_CONST_RETURN specification all over the place.
12654 * Split parameter exchange functionality into value transforms
12655   and parameter conversions.
12656 * Added signal emission hooks and signal accumulators.
12657 * Added interface prerequisites to support is_a (interface, object)
12658   relations.
12659 * Implemented GValueArray.
12660 * New types, boxed: G_TYPE_VALUE, G_TYPE_CLOSURE, G_TYPE_GSTRING
12661   GParamSpecs: G_TYPE_PARAM_PARAM, G_TYPE_PARAM_POINTER, G_TYPE_PARAM_CLOSURE,
12662   G_TYPE_VALUE_ARRAY, G_TYPE_PARAM_UNICHAR, G_TYPE_PARAM_VALUE_ARRAY.
12663 * Varrags value collection improvements.
12664 * Implemented debugging traps.
12665 * Made things thread-safe.
12666 * Many documentation improvements.
12667 * Many cleanups, optimizations and bug fixes.
12668
12669
12670 Overview of Changes in GLib 1.3.2:
12671 ==================================
12672
12673 GLib:
12674
12675 * Win32 build improvements  [Tor]
12676 * Improvements to error reporting  
12677   (g_critical(), g_return_if_reached()) [Darin]
12678 * Add g_strlcpy/g_strlcat  [David Wheeler]
12679 * New IO channel implementation for Win32  [Tor] 
12680 * Make g_array_free, g_string_free return pointer to memory requested
12681   not to be freed.  [Darin]
12682 * Added GError based error reporting for thread functions.  [Sebastian]
12683 * Moved reference docs into GLib distribution. [Owen]
12684 * Added g_convert() for doing convenient character set conversions based
12685   on iconv. (GLib now requires libiconv or a native iconv.) [Havoc/Owen]
12686 * Various Unicode handling additions (g_ucs4_to_utf8, g_utf8_validate(),
12687   g_{locale,filename}_{to,from}_utf8)  [Robert/Havoc/Owen]
12688 * Portability fixes for threading.  [Sebastian]
12689 * Added convenient functions for launching new processes (g_spawn_*),
12690   and shell quoting/unquoting functions.  [Havoc]
12691 * Split glib.h into many headers.  [Sebastian]
12692 * Added a simple callback-based parser for XML-like files (GMarkup).  [Havoc]
12693 * Fixed confusions between comparison functions that return <0, 0, >0
12694   and equaility functions that return FALSE,TRUE.  [Sebastian]
12695 * Added safe/portable temporary file manipulation functions.  [Tor]
12696 * autoconf improvements.  [Raja]
12697 * Many documentation improvements.
12698 * Bug fixes.
12699
12700 GObject:
12701
12702 * Added boxed and pointer types.  [Tim/Jonathan]
12703 * Added callback abstraction (GClosure)  [Tim]
12704 * Added signal system (GSignal)  [Tim]
12705 * Make GTypePlugin an interface  [Tim]
12706 * Added GTypeModule - a simple GTypePlugin instantiation  [Owen]
12707 * Bug fixes.
12708
12709
12710 What's new in GLib 1.3.1:
12711 =========================
12712
12713 * New GObject library added including object system based on
12714   the GTK+ object system. 
12715 * Functions for getting the properties of Unicode characters, 
12716   computing the canonical decomposition and ordering combining
12717   characters aand manipulating UTF-8 string manipulation based
12718   on libunicode.
12719 * GString now properly handles embedded nuls.
12720 * Multiple fixes from the 1.2.x branch.
12721 * Upgrade to libtool 1.3.3
12722 * Full thread support (thread creation and destruction).
12723 * BeOS port, BeOS dynamic modules.
12724 * Many improvements to the Windows ports.
12725 * Improvements to the OS/2 port, OS/2 module support.
12726 * Double ended queue implementation.
12727 * GLib macros for printf() formatting, e.g. G_GULONG_FORMAT = "lu"
12728 * New configure option --enable-msg-prefix to prefix messages, warnings
12729   et ceteri with the program name and the process id.
12730 * New thread-safe random number generator Mersenne Twister.
12731 * g_strcompress() added, g_strescape() had a slight API change, and
12732   more tightly defined semantics.
12733 * the g_string(x) macro has been removed, #x may be used instead.
12734                                 
12735