Imported Upstream version 2.67.0
[platform/upstream/glib.git] / NEWS
1 Overview of changes in GLib 2.67.0
2 ==================================
3
4 * Important and time-critical fix to DST transitions which will happen in Europe
5   on 2020-10-25 on distributions which use the ‘slim’ tzdata format (which is
6   now the default in tzdata/tzcode 2020b) (work by Claudi M., LRN) (#2224)
7
8 * Further timezone handling changes to improve performance of `GTimeZone` (work
9   by António Fernandes, Sebastian Keller) (#2204)
10
11 * Fix deadlock on Windows when `G_SLICE` is set in the environment (diagnosis by
12   Christoph Reiter) (#2225)
13
14 * Fix UTF-8 validation when escaping URI components (thanks to Marc-André Lureau) (!1680)
15
16 * Security fix for incorrect scope/zone ID parsing in URIs (!1669)
17
18 * Add `g_log_writer_default_set_use_stderr()` API for printing log messages to stderr (work by Simon McVittie) (#2087)
19
20 * Improve connection error reporting when IPv6 is available and disabled (work by Michael Catanzaro, debugging by Konstantin Kharlamov and Milan Crha) (#2211)
21
22 * Fix definition of `G_MSVC_SYMBOL_PREFIX` for ARM (work by Wolfgang Stöggl) (!1187)
23
24 * Add `GStrvBuilder` convenience API for building `NULL`-terminated string arrays (work by Robert Ancell) (!1417)
25
26 * Support appinfo verbs other than ‘open’ on Windows (work by LRN) (!1502)
27
28 * Expose node-based `GTree` APIs (work by Maciej S. Szmigiero) (!1509)
29
30 * Add `G_DBUS_METHOD_INVOCATION_HANDLED`/`_UNHANDLED` convenience constants (work by Simon McVittie) (!1603)
31
32 * Set `IP_BIND_ADDRESS_NO_PORT` on sockets when binding to local addresses (work by Cristian Rodríguez) (!1598)
33
34 * Add Meson option for libelf support (work by Niklas Gürtler) (!1650)
35
36 * Add support for PKCS #11-backed TLS certificates (work by Patrick Griffis) (!1663)
37
38 * Add `g_subprocess_launcher_close()` API to make `GSubprocessLauncher` more usable in bindings (work by Sergio Costas) (!1677)
39
40 * Bugs fixed:
41  - #1233 GType for GTree
42  - #2077 Invalid Pointer Arithmetic in g_path_get_basename
43  - #2087 Respecting G_MESSAGES_DEBUG in a custom log writer should be easy to do
44  - #2164 GDBus DBUS_COOKIE_SHA1 mechanism may use too old a key
45  - #2194 gtk3/glib crash on gimp
46  - #2203 fstatat is available only on macOS 10.10+
47  - #2204 Time zone cache is constantly invalidated if TZ is NULL
48  - #2209 gthreadedresolver: faulty logic in parse_res_txt
49  - #2210 g_private_replace ordering issue
50  - #2211 "Network is unreachable" error returned when IPv6 is disabled and network is reachable using IPv4
51  - #2215 DST incorrectly ends on wrong dates
52  - #2224 top bar time is incorrect, timezone map in control center is broken
53  - #2225 Setting G_SLICE makes Windows programs hang since 2.66
54  - !1187 Define G_MSVC_SYMBOL_PREFIX correctly for ARM
55  - !1417 gstrvbuilder: Add a new object to make NULL-terminated string arrays.
56  - !1449 gio: Expose g_file_query_info_for_copy()
57  - !1502 GWin32AppInfo: Support verbs other than "open"
58  - !1509 GTree: add an ability to iterate over a tree and a node-based API
59  - !1575 Use C++11 decltype where possible
60  - !1598 gsocketclient: set IP_BIND_ADDRESS_NO_PORT if binding to local address
61  - !1603 GDBus: Add G_DBUS_METHOD_INVOCATION_HANDLED, _UNHANDLED
62  - !1643 Minor Coverity fixes
63  - !1645 Fix various signedness warnings
64  - !1647 Fix warnings (keep going)
65  - !1648 glocalfile: Never require G_LOCAL_FILE_STAT_FIELD_ATIME
66  - !1650 Make libelf dependency optional via meson feature
67  - !1652 trash portal: Handle portal failures
68  - !1654 gio-tool-trash: Prevent recursion to speed up emptying trash
69  - !1657 glist: Clarify that g_list_free() and friends only free an entire list
70  - !1658 utils: Limit the scope of the variable `max`
71  - !1661 Lookup fallback time zones in the cache to improve performance
72  - !1663 gtlscertificate: Add support for PKCS #11 backed certificates
73  - !1665 Fix g_module_symbol() under Windows sometimes not succeeding
74  - !1669 guri: Fix URI scope parsing
75  - !1670 GSubprocessLauncher: Move cleanup to dispose()
76  - !1671 gdatetime: Avoid integer overflow creating dates too far in the past
77  - !1673 CI: Re-enable code coverage reporting for MSYS2 builds
78  - !1674 Add version macros for 2.68
79  - !1675 Make static assertions about standard types
80  - !1677 gsubprocesslauncher: Allow to close FDs
81  - !1678 gmessages: Document that using a custom log writer basically disables fatal handling
82  - !1679 gmain: Fix minor typo in documentation
83  - !1680 guri: Fix UTF-8 validation when escaping URI components
84  - !1681 gspawn: Handle error opening /dev/null
85  - !1686 Various improvements in GSocketClient
86  - !1687 uri: add missing (not)nullable annotations
87  - !1688 gspawn: Use close_range() if available to close FDs between fork/exec
88  - !1691 gmain: Fix possible locking issue in source unref
89  - !1692 gsignal: Plug g_signal_connect_object leak
90  - !1695 gfile: Clarify refcount handling for g_file_replace_contents_bytes_async()
91  - !1696 Fix various minor scan build warnings
92  - !1706 Add various missing nullable annotations
93  - !1712 Revert "Use C++11 decltype where possible"
94  - !1714 gmacros: Use __typeof__ when compiling with Clang
95  - !1718 gtrace: Add G_GNUC_PRINTF annotation
96
97 * Translation updates:
98  - Chinese (Taiwan)
99  - Danish
100  - Greek, Modern (1453-)
101  - Hebrew
102  - Latvian
103  - Portuguese
104  - Russian
105  - Slovak
106  - Ukrainian
107
108
109 Overview of changes in GLib 2.66.0
110 ==================================
111
112 * Bugs fixed:
113  - #2200 missing tab in makefile rule
114  - !1639 guri: Fix user passed to g_uri_split_with_user() not being NULL'd
115
116 * Translation updates:
117  - Croatian
118  - Hungarian
119  - Italian
120  - Serbian
121  - Slovak
122  - Swedish
123
124
125 Overview of changes in GLib 2.65.3
126 ==================================
127
128 * Fixes to the new `statx()` calls — note that since GLib 2.65.2 uses `statx()`
129   (if available) instead of `stat()`/`fstat()`/`lstat()`/`fstatat()`, syscall
130   sandboxing for third party applications might need to be updated
131
132 * Bugs fixed:
133  - #2189 g_file_query_info on ro file system: Numerical result out of range
134  - #2191 Calling nice(20) can lead to thread related warnings
135  - #2197 Segfaulting Integer Overflow in g_option_group_add_entries
136  - !1025 Big o notations
137  - !1626 gio: Document g_settings_new() missing schema behaviour
138  - !1627 gthread: Add a sysprof mark for thread creation
139  - !1628 Replace a bunch of fallthrough comments with an attribute
140  - !1631 Fix splice behavior on cancellation
141  - !1632 Fixing signedness warning in glib/gfileutils.c
142  - !1635 gcancellable: Mark a variable as unused if built with G_DISABLE_ASSERT
143
144 * Translation updates:
145  - Basque
146  - Catalan
147  - Chinese (China)
148  - Czech
149  - English (United Kingdom)
150  - Friulian
151  - German
152  - Japanese
153  - Kazakh
154  - Korean
155  - Lithuanian
156  - Polish
157  - Portuguese (Brazil)
158  - Slovenian
159
160
161 Overview of changes in GLib 2.65.2
162 ==================================
163
164 * Support `statx()` and `G_FILE_ATTRIBUTE_TIME_CREATED` (work by Andre Miranda) (#1970)
165
166 * Fix deadlock in `g_subprocess_communicate_async()` (work by Alexander Larsson) (#2182)
167
168 * Add `%f`/microsecond placeholder support to `g_date_time_format()` (work by Johan Bjäreholt) (!1605)
169
170 * Bugs fixed:
171  - #5 g_new0 performance
172  - #1970 Make G_FILE_ATTRIBUTE_TIME_CREATED support stx_btime
173  - #2176 Inconsistent introspection annotations for g_input_stream_read and g_socket_receive
174  - #2182 g_subprocess_communicate_async() can deadlock when writing
175  - !1593 CI support for Coverity Scan
176  - !1605 gdatetime: Add %f format specifier and microsecond precision to g_date_time_format_iso8601
177  - !1613 gfile: Document TOCTTOU avoidance using g_file_delete()
178  - !1615 docs: glib-compile-resources: json-stripblanks
179  - !1616 gioerror: Map WSAENETRESET on Windows to G_IO_ERROR_CONNECTION_CLOSED
180  - !1619 Minor Coverity fixes
181  - !1620 gvariant: Ensure GVS.depth is initialised
182  - !1622 gdatetime: Widen a variable before multiplication
183  - !1623 gcancellable: Assert that make_pollfd() call succeeds
184  - !1624 gdbusaddress: Drop an unnecessary NULL check
185  - !1625 gdbusmessage: Drop redundant uint ≥ 0 checks
186
187 * Translation updates:
188  - French
189  - Galician
190  - Greek, Modern (1453-)
191  - Indonesian
192  - Romanian
193  - Spanish
194  - Turkish
195  - Ukrainian
196
197
198 Overview of changes in GLib 2.65.1
199 ==================================
200
201 * Add `GUri` API for parsing, building and representing URIs according to
202   [RFC 3986](https://tools.ietf.org/html/rfc3986) (work by Marc-André Lureau) (#110)
203
204 * Fix handling of xattr data with embedded nuls (#422)
205
206 * Add `g_file_set_contents_full()` which gives more control over fsyncs (#1302)
207
208 * Fix cross-compilation on iOS (work by Nirbheek Chauhan) (#1868)
209
210 * Add a `x-gvfs-notrash` option to disable trash on certain mounts (work by Ondrej Holy) (!1549)
211
212 * Support ‘slim’ TZif files generated with `zic -b slim` (work by Paul Eggert) (#2129)
213
214 * Support emitting profiling marks from `GMainContext` to sysprof capture files (!1551)
215
216 * Accept IPv6 zone IDs in `g_hostname_is_ip_address()` (work by Marc-André Lureau) (!1604)
217
218 * Bugs fixed:
219  - #4 Include a UTF-8 safe escaping function
220  - #110 Basic URI operations
221  - #137 display_name should be always available
222  - #250 GTestCase's setup/teardown functions appear pointless
223  - #272 allow thread pools to adjust the number of threads to the number of cpu's/cores
224  - #422 Wrong assumption in libgio GFileInfo on xattr/acl string: it may contain binary data.
225  - #858 glib2 @2.40.0 issues a "Got weird mach timebase info" error (Macports, PPC)
226  - #1022 g_object_new Should Mention That it Zeroes Out Private Struct
227  - #1200 Make g_assert_null/nonnull clang static analyzer friendly
228  - #1203 Add a variant of g_file_set_contents() which accepts file mode
229  - #1288 gmacros: Introduce non-public G_CLANG_ANALYZER_NORETURN macro
230  - #1302 g_file_set_contents() can fill target with NUL bytes if it did not previously exist
231  - #1670 ThreadSanitizer data races
232  - #1764 cancellable test: on_mock_operation_ready: assertion failed (iterations_requested > iterations_done): (10 > 10)
233  - #1868 iOS cross compile impossible due to frexpl check not supporting cross compilation
234  - #1869 iOS doesn't have Cocoa, which thankfully isn't a requirement of this code that supposedly requires it
235  - #1982 GSocketAddressEnumerator documentation is inconsistent with existing usage
236  - #2127 Spurious GIO module initialization on Fedora Silverblue (and other ostree-based systems?)
237  - #2129 date_time bugs after 2038, or with today's date and 'zic -b slim' TZif files
238  - #2132 Valgrind reports "still reachable" after g_thread_pool_new/free
239  - #2136 Valgrind reports "still reachable" after g_option_context_parse
240  - #2140 calling malloc in fork child is undefined-behaviour
241  - #2141 g_value_copy is was recently broken
242  - #2149 Make G_URI_FLAGS_PARSE_STRICT the default
243  - #2156 Merge _g_uri_parse_authority() into GUri
244  - #2159 Thread-unsafe initialization in gportalsupport.c
245  - #2160 More guri regressions
246  - #2165 More guri breakage
247  - #2166 g_uri_build() functions should accept a NULL scheme
248  - !1328 guri: new URI parsing and generating functions
249  - !1527 Add g_tls_connection_get_channel_binding_data call and enums
250  - !1534 Various GLocalFile fixes related to the filesystem::remote attribute
251  - !1546 tree: Fix various ableist language
252  - !1549 Add support to ignore trash for certain mounts
253  - !1551 Add initial sysprof support
254  - !1553 gtestutils: Mark that g_assert_whatever() macros do not normally return
255  - !1554 GUri build fixes
256  - !1555 Remove c-format from the string that is not c-formatted
257  - !1556 fuzzing: Another fix for g_uri_parse() test
258  - !1557 A few g_uri_parse_params() improvements
259  - !1559 Fix buffer read overflows in GUri
260  - !1561 gconvert: Use a pointer array in extract_uris
261  - !1563 gdesktopappinfo: Fix unnecessarily copied and leaked URI list
262  - !1564 tests: limit number of threads to something reasonable.
263  - !1570 Reduce CI bandwidth requirements
264  - !1572 Add GUriParamsIter
265  - !1576 gtask: Only override g_task_set_source_tag() for GLib ≥ 2.60
266  - !1577 uri: add illegal_characters argument to unescape_bytes
267  - !1578 tests: Add tests for RFC 8536 v3 parsing of time zones
268  - !1579 glib: Use g_getenv everywhere instead of getenv
269  - !1582 appinfo: Add properties
270  - !1583 gio: Remove broken support for XP
271  - !1590 Use CI schedules and DAGs
272  - !1591 gfileutils: Fix O_NOFOLLOW handling on BSD systems
273  - !1594 GFile: Document that G_FILE_CREATE_REPLACE_DESTINATION can only be used with...
274  - !1595 uri: add ENCODED_PATH & ENCODED_FRAGMENT flags
275  - !1599 uri: do not add ipv6 brackets on non-ip host
276  - !1600 uri: do not encode ':' and ';' from userinfo
277  - !1601 timezone: Fix an uninitialized use
278  - !1602 Revert "Merge branch 'appinfo-properties' into 'master'"
279  - !1604 Make g_hostname_is_ip_address() accept ipv6 zoneid
280  - !1609 Fix multiple typos in guri.c
281  - !1611 guri: Always prepend `//` to the host when building a URI
282  - !1612 guri: Document and check restrictions on path prefixes
283
284 * Translation updates:
285  - Catalan
286  - Kazakh
287  - Lithuanian
288  - Romanian
289  - Slovenian
290  - Spanish
291  - Ukrainian
292
293
294 Overview of changes in GLib 2.65.0
295 ==================================
296
297 * Fix memory monitor tests to only be installed if installed-tests are enabled,
298   and to be skipped if GObject-Introspection is too old (!1407)
299
300 * Stability improvements for various unit tests
301
302 * D-Bus credentials support on macOS (#507)
303
304 * MSVC support for the files generated by `glib-compile-resource` and `gdbus-codegen` (#1215, !1452)
305
306 * Year 2038 fixes involving new API in `GBookmarkFile` (#1931)
307
308 * SOCKS5 proxy authentication fixes (#1986, #1988)
309
310 * Support for more than `MAXIMUM_WAIT_OBJECTS` FDs for `g_poll()` on Windows (#2107)
311
312 * Add `g_assert_no_errno()` test macro for testing POSIX-style functions (!1204)
313
314 * Update Unicode Character Database to version 13.0.0 (!1422)
315
316 * Support storing interned strings in `GValue`s efficiently, via `g_value_set_interned_string()` (#2109)
317
318 * Bugs fixed:
319  - #2 g_filename_from_utf8() should normalize?
320  - #176 the behaviour of constructors for GLib data types is not specified if memory allocation fails
321  - #480 /gdbus/connection/signals test intermittently fails: assertion failed (count_name_owner_changed == 2): (1 == 2)
322  - #507 GDBus credentials don’t work on OS X
323  - #602 GLib.Thread not usable from GObject-Introspection
324  - #1154 Missing documentation how to set a value in a GArray
325  - #1215 MSVC cannot build glib-compile-resource's output resource file
326  - #1323 meson, autotools: figure out if mem barrier is needed for arm64 host variant aarch64
327  - #1398 gdate: Add error handling for GetDateFormatW calls
328  - #1841 Signal handler disconnection race when finalising GCancellableSource
329  - #1851 Meson Build Failure on Windows: Undefined Reference to libiconv
330  - #1911 Memory leak in g_param_spec_flags and/or g_param_spec_enum
331  - #1931 GBookmarkFile API involves time_t
332  - #1954 gdbus-server-auth intermittent failure
333  - #1957 gdbus-connection test failure on FreeBSD
334  - #1986 Socks5 Proxy: Authentication seems broken
335  - #1988 Socks5 Proxy: Wrong error returned when using no authentication
336  - #2038 Bindings: g_tls_connection_set_database() does not allow None as argument
337  - #2051 GUnixOutputStream can block on close()
338  - #2057 Call malloc_trim() under memory pressure
339  - #2067 Glib uses _Static_assert in C++17 mode
340  - #2081 gdbus error messages contains mixed up body and head signatures
341  - #2082 AM/PM - specific variation support needed to Hebrew language
342  - #2083 Memory monitor tests fail if dbusmock isn't installed
343  - #2092 FreeBSD CI timing out in gdbus-connection filter test
344  - #2094 Deprecation warnings when compiling with -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_28 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_28
345  - #2106 Duplicated if - else if conditions in gtranslit.c
346  - #2107 g_poll() implementation on Windows stall when more than MAXIMUM_WAIT_OBJECTS FDs have passed
347  - #2109 GValue: Add support for interned string
348  - #2124 g_file_info_get_content_type() may return NULL
349  - #2132 Valgrind reports "still reachable" after g_thread_pool_new/free
350  - #2134 Valgrind reports "still reachable" after `g_uuid_string_random()`.
351  - #2135 Valgrind reports "still reachable" after g_key_file_new/free
352  - #2136 Valgrind reports "still reachable" after g_option_context_parse
353  - !1204 gtestutils: Add a new g_assert_no_errno() test macro
354  - !1302 gobject: new g_param_is_valid_property_name() function.
355  - !1329 Support nanoseconds in stat timestamps on Windows
356  - !1341 MUI capabilities for GWin32RegistryKey
357  - !1360 CI: Show execution environment before we start
358  - !1395 tests: Move memory_monitor_tests under installed_tests_enabled
359  - !1396 macros: Define G_GNUC_FALLTHROUGH for more compilers
360  - !1397 tests: Skip MemoryMonitor test if GObject-Introspection is too old
361  - !1398 gcontenttype: Fix crash in _get_generic_icon_name()
362  - !1402 ci: Update Android Docker image for aarch64 CPU naming change
363  - !1405 tests: Disable link-time warning for mem-overflow
364  - !1406 Replace fallthrough comments with G_GNUC_FALLTHROUGH
365  - !1408 tests: Don't compare strings by pointer
366  - !1409 gdummytlsconnection: Add missing overrides for ALPN properties
367  - !1413 gapplication: Fix a minor typo in the documentation
368  - !1414 gstrutils: Set locale explicitly for search-utils test
369  - !1415 meson: Don't use assert in test code
370  - !1418 ginetaddress, ginetsocketaddress: Add missing (nullable) annotations
371  - !1422 glib: Update Unicode Character Database to version 13.0.0
372  - !1423 gobject: Clarify assertion failure on ref-after-finalize
373  - !1424 docs: Fix configuration with gtk_doc=true and installed_tests=false
374  - !1425 gdbusconnection: GDBusSignalCallback can have a NULL sender_name
375  - !1426 gunidecomp: Update and reformat Unicode version support history
376  - !1427 gicon: Clarify GVariant refcounting in docs
377  - !1428 Add missing 'extern' to the dllexport version of GLIB_VAR/GOBJECT_VAR
378  - !1429 Fix arch detection ifdefs in glib/valgrind.h
379  - !1430 Use __builtin_trap() on Clang on any platform
380  - !1431 glib-unix.c: fix heap corruption in g_unix_get_passwd_entry
381  - !1432 docs: Mention new gio tool options
382  - !1433 meson: Fix buildtype usage
383  - !1434 gdbusconnection: Clarify nullability of SignalInstance.sender
384  - !1436 glib: Update internal copy of valgrind.h from Valgrind 3.15 release
385  - !1437 gmarkup tests: tab character escape/unescape
386  - !1439 Don't misdetect stpcpy on windows platforms on clang
387  - !1440 Silence clang errors about -Wformat-nonliteral due to missing intermediate attributes
388  - !1441 Meson: Override every dependency glib provides
389  - !1442 gfile: Fallback to fast-content-type if content-type is not set
390  - !1443 gio: use TAPTestRunner in the memory monitor tests
391  - !1444 Meson: Add glib-checks and glib-asserts options
392  - !1452 Make symbols generated by gdbus-codegen exportable on Visual Studio-style builds
393  - !1455 gdesktopappinfo: Note that search results are not filtered
394  - !1456 GCredentials documentation fixes
395  - !1458 meson: Exclude gosxutils.m when building for iOS
396  - !1459 meson: Fix the gnulib checks for isnan* functions
397  - !1460 glib: Sync the local modification to glib/valgrind.h to what was upstreamed
398  - !1462 gvariant-core: Add a note about memory safety of children
399  - !1463 gdesktopappinfo: Add several nullable annotation to GAppInfo getters
400  - !1464 Update Fedora CI
401  - !1466 CI: Switch to new Windows runners
402  - !1469 goption: Treat an empty option context parameter string as NULL
403  - !1475 Improve documentation of g_tls_database_verify_chain()
404  - !1476 tests: Fix remaining race in gdbus-connection filter test
405  - !1479 Improve documentation of client connection validation flags
406  - !1480 CI: Make sure we use meson 0.49.2 in MSYS2
407  - !1481 array: fix corrupt state of GPtrArray after g_ptr_array_extend_and_steal()
408  - !1482 [th/g-ptr-array-variable-cleanups] minor cleanup of variables for GPtrArray
409  - !1487 glib: annotate static inline functions with G_AVAILABLE-type macros
410  - !1488 Rebuild Fedora CI image
411  - !1491 gdatetime: update annotations
412  - !1492 glib-mkenums: allow optional 'since' tag
413  - !1493 meson: Remove stray ] in O_DIRECTORY check
414  - !1496 Fix GLIB_UNAVAILABLE_STATIC_INLINE declaration
415  - !1498 array: add internal ptr_array_new() helper for creating GPtrArray
416  - !1503 docs: Add indexes for symbols added in 2.66
417  - !1505 gobject: Handle runtime checks as such
418  - !1506 tests: Speed up the cancellable test
419  - !1508 tests: Speed up the file test and make it more reliable
420  - !1512 Various fixes when building for iOS
421  - !1513 Initialize the visited time of a new GBookmarkFile
422  - !1515 meson: check for stpcpy using cc.links()
423  - !1516 gthreadedsocketservice: Mark source_object of run signal as nullable
424  - !1517 GWin32RegistryKey: Move assertions
425  - !1518 strfuncs: Use a GPtrArray in strsplit()
426  - !1522 meson: Fix gnulib printf checks
427  - !1524 meson: Fix gnulib build where isnan*() is needed
428  - !1525 Normalize C source files to end with exactly one newline
429  - !1528 gtlsconnection: Improve documentation of peer-certificate[-errors]
430  - !1530 tree: Fix various typos and outdated terminology
431  - !1531 gvariant: Fix documentation for g_variant_get_string() to match reality
432  - !1532 win32: spelling fix
433  - !1535 glib.supp improvements
434
435 * Translation updates:
436  - Bokmål, Norwegian
437  - Catalan
438  - Catalan (Valencia)
439  - Chinese (Taiwan)
440  - Dutch
441  - French
442  - Galician
443  - German
444  - Hebrew
445  - Indonesian
446  - Italian
447  - Japanese
448  - Latvian
449  - Lithuanian
450  - Malay
451  - Romanian
452  - Serbian
453  - Slovak
454  - Slovenian
455  - Spanish
456  - Turkish
457  - Ukrainian
458
459
460 Overview of changes in GLib 2.64.0
461 ==================================
462
463 * Use `posix_spawn()` to speed up launching test D-Bus instances (!1388)
464
465 * Bugs fixed:
466  - #1783 Document using glib-mkenums with meson
467  - #2049 Crash in g_array_copy
468  - !1384 Some minor clang warning fixes
469  - !1386 docs: Document generated headers caveats for genmarshal
470  - !1387 ci: Correctly propagate exit status in run-style-check-diff.sh
471  - !1388 gtestdbus: Use posix_spawn() to spawn dbus-daemon
472  - !1389 Update GError docs to use G_DEFINE_QUARK
473
474 * Translation updates:
475  - Czech
476  - Danish
477
478
479 Overview of changes in GLib 2.63.6
480 ==================================
481
482 * Fix potential relative read when calling g_printerr(), which could lead to a
483   denial of service from a setuid-root process being used to block access to the
484   TTY for another user (#1919)
485
486 * Fix SOCKS proxy resolver sometimes not being used when resolving addresses
487   via Happy Eyeballs (CVE-2020-6750) (#1989)
488
489 * Several other Happy Eyeballs fixes for address resolution (#1871, #1872, #1902)
490
491 * Various race fixes in `GDBusConnection` and its unit tests (#1515)
492
493 * Fix a race condition with D-Bus name ownership (#1517)
494
495 * Drop `gio-launch-desktop` helper application in favour of calling `sh` directly (#1633)
496
497 * Fix win32 exception handling with C# exceptions (#2025)
498
499 * Fix thread safety of `GUnixMountMonitor` (#2030)
500
501 * Additional fixes to new thread pool attribute behaviour from GLib 2.63.4 to
502   check if sched_setattr() is allowed by system policies before depending on it (#2039, !1356)
503
504 * Fix memory leaks and corruption when freeing `GSource`s while freeing a `GMainContext` (!1353)
505
506 * Drop inappropriate installation of object manager example documentation (!1359)
507
508 * Bugs fixed:
509  - #938 gdbus call -a doesn't support message bus connections
510  - #1515 gio/gdbus-threading test sometimes fails in CI
511  - #1517 g_bus_own_name does not always call name_lost_handler when _REPLACE and _ALLOW_REPLACEMENT are set
512  - #1633 should not install gio-launch-desktop into PATH
513  - #1919 read from relative path in g_printerr() in 2.58.3
514  - #1995 Tracker issue for Happy Eyeballs regressions
515  - #2002 g_io_channel_read_line does not honour the line_term symbols set
516  - #2025 W32 exception handling misbehaves when C# exceptions are thrown when running inside the Visual Studio debugger
517  - #2030 Random nautilus test suite failures involving GUnixMountMonitor
518  - #2039 sched_setattr() still can cause EPERM through natural causes
519  - #2043 Low memory monitor test failed in CI
520  - #2044 GApplication docs suggest invalid GVariant type
521  - !1185 gtimezone: Tidy up UTC timezone creation
522  - !1281 ci: Update Docker packages
523  - !1283 gmodule: change _g_module_close to only take a handle.
524  - !1298 tests: Speed up the GIO actions test
525  - !1299 gapplication: Fix a minor typo in the documentation
526  - !1339 gsocketclient: Refactor g_socket_client_connect_async()
527  - !1353 GMainContext - Fix memory leaks and memory corruption when freeing sources while freeing a context
528  - !1354 GThreadPool - Add test for !1340
529  - !1355 glist: Add docs examples of how to combine with g_steal_pointer()
530  - !1356 GThread - Check if sched_setattr is allowed by the system policies before depending on it
531  - !1359 docs: Don’t install object manager example separately
532  - !1363 Make tests pass if we are euid != 0 with capabilities
533  - !1366 Fix oss-fuzz coverage link
534  - !1372 gobject: Fix strict aliasing warnings with g_set_object()
535  - !1376 gitlab-ci: 64-bit ARM is aarch64, not arm64
536  - !1381 ghash: Document the iteration order over a hash table is not defined
537  - !1382 tests: Bump the refcount timeout in gdbus-threading
538  - !1383 ci: Enable parallelisation when running installed tests
539
540 * Translation updates:
541  - Basque
542  - English (United Kingdom)
543  - French
544  - Galician
545  - German
546  - Greek, Modern (1453-)
547  - Hungarian
548  - Indonesian
549  - Japanese
550  - Korean
551  - Lithuanian
552  - Polish
553  - Portuguese (Brazil)
554  - Spanish
555  - Swedish
556  - Turkish
557
558
559 Overview of changes in GLib 2.63.5
560 ==================================
561
562 * Fix behaviour of `g_file_move()` fallback code to not follow symlinks (#986)
563
564 * Rename `--glib-min-version` argument of `gdbus-codegen` to `--glib-min-required`
565   (this is not an API break as `--glib-min-version` was added earlier in the
566   2.63 cycle) (#1993)
567
568 * Add gtk-doc checks to CI and fix a number of documentation issues
569   (thanks to Xavier Claessens) (!978)
570
571 * Add `G_SIZEOF_MEMBER()` macro (!1333)
572
573 * Add a debug message if `g_setenv()` or `g_unsetenv()` are used after any
574   threads have been spawned — this will be upgraded to a warning in future (!1337, #715)
575
576 * Skip memory monitor tests if xdg-desktop-portal or dbusmock are not available (!1296, !1338)
577
578 * Change the `libmount` configure option from a boolean to a Meson `feature` (!1344)
579
580 * Do not return `target-uri` from `g_file_peek_path()` when called on trash/recent files (!1346)
581
582 * Drop new TLS certificate API for PKCS #11 backed certificates, as the implementation
583   is not ready yet (this is not an API break as the API was added earlier in the
584   2.63 cycle) (!1347)
585
586 * Bugs fixed:
587  - #986 g_file_move: remove G_FILE_COPY_NOFOLLOW_SYMLINKS section
588  - #1551 CI: Add checks for `TODO` in MRs
589  - #1925 Large number of routes installed into kernel cause high cpu usage
590  - #1993 Rename gdbus-codegen --glib-min-version argument to --glib-min-required and add --glib-max-allowed
591  - #2012 spawn_thread_queue not initialised in GThreadPool
592  - #2020 g_network_monitor_base_add_network() improperly unrefs GInetAddressMask
593  - !978 Various fixes to make gtkdoc-check pass on glib
594  - !1018 docs: tag enclose 'all' and 'help' values
595  - !1170 Avoid C++20 deprecated assignment to volatile
596  - !1296 tests: Skip GMemoryMonitor tests if the dbusmock template is not available
597  - !1307 Remove global declaration of GMemoryMonitor
598  - !1322 gmain: Mark G_SOURCE_FUNC as available in 2.58
599  - !1333 Add and use G_SIZEOF_MEMBER() macro
600  - !1337 genviron: Message if g_setenv()/g_unsetenv() are used after threads spawned
601  - !1338 tests: Skip GMemoryMonitor tests if xdg-desktop-portal is not available
602  - !1344 meson: libmount autodectection
603  - !1345 gio-tool-info: Print unix mount information where available
604  - !1346 gfile: Do not return target-uri from g_file_peek_path()
605  - !1347 Revert "gtlscertificate: Add support for PKCS #11 backed certificates"
606  - !1348 ghash: Clarify that g_hash_table_add() always consumes the key
607  - !1349 doc: Clarify that _locker_new() does not actually allocate memory
608  - !1351 glib.supp: update g-threaded-resolver-getaddrinfo-config
609
610 * Translation updates:
611  - Japanese
612  - Lithuanian
613  - Malay
614  - Portuguese (Brazil)
615  - Swedish
616
617
618 Overview of changes in GLib 2.63.4
619 ==================================
620
621 * Fix various race conditions on signal emission in GDBus (#604, #978, #1232)
622
623 * Change thread pools so that thread attributes (in particular, priority) are
624   inherited from the thread which created the `GThreadPool` initially, rather
625   than from the thread which is pushing a new job into the pool (#1834, #2007)
626
627 * Expand support for running Windows apps with
628   `g_app_info_launch_default_for_uri()` using rundll32 on Windows (#1932)
629
630 * Support multiple directories in `GSETTINGS_SCHEMA_DIR` environment variable (#1998)
631
632 * Support full Julian day range in `TZ` environment variable (#1999)
633
634 * Apply recursion depth limits to variants in D-Bus messages (!1201)
635
636 * Support adding call flags and timeouts to method calls generated by
637   `gdbus-codegen` through the new `--glib-min-version` option (!1286)
638
639 * Fully deprecate TLS rehandshakes; they are now ignored due to TLS protocol
640   changes (!1305)
641
642 * Bugs fixed:
643  - #198 g_fopen and friends: should also state how to close a stream
644  - #604 GDBus name watching dispatch is buggy/excessively-complicated
645  - #833 g_object_set: document the need to cast varargs
646  - #978 SIGSEGV in on_name_lost_or_acquired
647  - #1232 Insufficient thread safety around GDBusObjectManagerClient
648  - #1416 Re-add macOS CI
649  - #1834 Unwanted priority/etc inheritance with GThreadPool and GThread and the POSIX implementation
650  - #1932 Windows: Gio.AppInfo.launch_default_for_uri seems not to work for local files/folders
651  - #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
652  - #1997 Base64 encoding with "break_lines" claims to wrap at 72 characters but seems to wrap at 76
653  - #1998 support multiple directories in GSETTINGS_SCHEMA_DIR
654  - #1999 GTimeZone fails to accept full Julian day range when parsing the direct $TZ string format
655  - #2007 Thread scheduler attributes fail under valgrind
656  - !388 ci: Avoid downloading subprojects for each job
657  - !1111 gio: test that launch_uris() exports files with the document portal when launching a flatpak
658  - !1201 gdbusmessage: Limit recursion of variants in D-Bus messages
659  - !1279 tests: Fix an error message set by foo_set_property()
660  - !1286 gdbus-codegen: Add a GDBusCallFlags arg to method calls
661  - !1291 gio-tool-list: Add an option to print display names
662  - !1294 GMemoryMonitor docs fixes
663  - !1295 gio: Fix socket test
664  - !1301 GThread - Inherit parent thread priority by default for new Win32 threads
665  - !1303 gvariant-core: Don't pass NULL second argument to memcpy
666  - !1305 Fully deprecate TLS rehandshakes
667  - !1308 gsocketclient: run timeout source on the task's main context
668  - !1309 Fix crash in gutils when application is prevented access to passwd file
669  - !1317 gfdonotificationbackend: remove notifications when bus name vanishes
670  - !1320 subprojects: Temporarily avoid using wrapdb while it’s down
671  - !1324 ci: Add some documentation to the style check CI test
672  - !1325 Check for SYS_sched_getattr before using it unconditionally
673  - !1330 W32: Correctly set st_ino when doing private stat()
674  - !1334 gthread: Ensure GThreadSchedulerSettings is always defined
675
676 * Translation updates:
677  - Catalan
678  - Galician
679  - Hungarian
680  - Indonesian
681  - Polish
682  - Portuguese (Brazil)
683  - Spanish
684
685
686 Overview of changes in GLib 2.63.3
687 ==================================
688
689 * Add a `--glib-min-version` argument to `gdbus-codegen` which controls breaks in the API of generated code (#1726)
690
691 * Add `g_clear_list()` API to clear `GList`s to `NULL` (#1943)
692
693 * Add a `GMemoryMonitor` API to be notified of memory pressure situations using the low-memory-monitor project (!1005)
694
695 * Add support for dispose functions for `GSource` implementations (!1175)
696
697 * Tighten up validation of GObject signal and property names, allowing performance improvements (!1224)
698
699 * Fix installation path of GIO modules on MSVC to be the bindir (!1254)
700
701 * Bugs fixed:
702  - #650 g_signal_lookup gives too many warnings
703  - #1011 GListStore, easily find if the item is already inserted
704  - #1130 gdbus-codegen: Add an option to strictly generate markdown in source comments
705  - #1687 glocalvfs.c uses non-thread-safe getpwnam()
706  - #1726 Warn when method/signal uses type 'h' but lacks GDBus.C.UnixFD annotation
707  - #1935 Assert in _kqsub_free seems to be too strict
708  - #1943 Consider g_clear_list()
709  - #1947 Documentation clarification for g_uuid_string_random()
710  - #1953 Documentation for g_type_init() and others missing from online gtk-doc documentation
711  - #1961 A typo in the comment of `g_settings_schema_get_path`: threfore -> therefore
712  - !1005 gio: Add GMemoryMonitor to monitor for low-memory
713  - !1172 gptrarray: Add an example to the g_ptr_array_steal() docs
714  - !1175 Implement a dispose function for GSource
715  - !1223 Add additional valgrind suppressions
716  - !1224 Signal name handling improvements
717  - !1230 ci: Run installed-tests on Fedora
718  - !1235 Add sudo to Fedora docker image
719  - !1239 tests: Run "timeout tests" sequentially
720  - !1248 ci: Update all Debian CI runners to use v5 of the Dockerfile
721  - !1249 gio-tool-mount: Allow mounting by the given UUID
722  - !1252 ci: Fix running all jobs on merge requests
723  - !1253 gthread: Fix "zero as null pointer" warning
724  - !1254 giomodule: gio modules are no longer installed in bindir on MSVC
725  - !1255 ci: Build Docker images rather than OCI images if using podman
726  - !1256 gdate: Add autoptr support
727  - !1258 Minor CI fixups
728  - !1261 gtk-doc: Ensure we have recent enough version
729  - !1262 tests: Add tests for the gdbus-codegen executable
730  - !1265 build: don't check for protected visibility
731  - !1267 Revert "doc: Workaround gtkdoc-scan bug leading to undocumented symbols"
732  - !1268 ci: Work-around successful installed tests having no logs
733  - !1269 gvariant: Add guard to g_variant_get()
734  - !1271 tests: Enable GDBus debug for a number of unreliable tests
735  - !1274 trash portal: Don't follow symlinks
736  - !1275 Small doc correction
737  - !1277 Various gtk-doc improvements
738  - !1278 Update installed tests CI
739  - !1280 clang-format-diff: Output diff for multiple files, not just one
740  - !1282 Revert "Revert "docs: remove GDBusObjectManager example""
741  - !1284 Update POTFILES.in 191212
742  - !1287 atomic/tests: test g_atomic_pointer_compare_and_exchange() with const pointers
743  - !1289 gtype: Define auto-cleanup functions for Module class
744
745 * Translation updates:
746  - Spanish
747
748
749 Overview of changes in GLib 2.63.2
750 ==================================
751
752 * Use `lldb` rather than `gdb` on macOS for debugging (#1004)
753
754 * Switch the atomic builtins from `__sync_fetch_*()` to the slightly more modern
755   `__atomic_*()` (#1750)
756
757 * Fix calculation of `gsize` width on various platforms (including OpenBSD) (#1777)
758
759 * Fix undefined behaviour causing brokenness in `g_utf8_find_prev_char()` when
760   compiling with GCC ≥ 8 (#1917)
761
762 * Revert UNIX mode changes in `G_FILE_ATTRIBUTE_ID_UNIX_MODE` which broke OSTree (#1934)
763
764 * Slightly improve performance for signal emissions when no handlers are connected (!1083)
765
766 * Add `g_task_return_value()` and `g_task_propagate_value()` APIs to allow
767   `GTask` to be used from language bindings more easily (!1216)
768
769 * Fix a file monitoring crash on kqueue-based systems (BSD) (!1221)
770
771 * Bugs fixed:
772  - #1004 [PATCH] Make gbacktrace use lldb on Mac OS X
773  - #1552 CI: Add code style checks
774  - #1750 Switch from  __sync_fetch_*() to __atomic_*() in glib/gatomic.h
775  - #1777 gsize: improper typedef on (at least) OpenBSD
776  - #1895 Regression: glib does not compile on centos 6: "objcopy: unrecognized option '--add-symbol'"
777  - #1917 Test utf8-pointer fails with static build, LTO, optimisations, and new GCC
778  - #1930 glib/tests/bookmarkfile.c:385:test_modify: assertion failed: (stamp == now)
779  - #1934 ostree tests broken since bfdc5fc4fc84ef8518d2d1a328c8482cf5a38e98: File '/tmp/test-tmp-libostree_test-basic-user.sh.test-QB4SA0/diff-test2' is not empty
780  - #1938 GDateTime doesn't support leap seconds
781  - #1940 atomics test fails on FreeBSD CI since !1123
782  - !1039 Improve documentation for footgun function g_tls_client_connection_copy_session_state()
783  - !1083 Use the GObject hole on 64bit arches for some flags to improve performance
784  - !1202 CI updates after !1177
785  - !1208 gutils: Slightly improve docs formatting for g_get_os_info()
786  - !1209 Make ld executable configurable
787  - !1210 gdbus-server-auth test: Include gcredentialsprivate.h
788  - !1213 gsocket: Improve diagnostics on bind() failure
789  - !1214 gvariant, gbytes: Avoid memcmp (NULL, ., 0) or memcmp (., NULL, 0)
790  - !1216 Make GTask more binding-friendly
791  - !1218 gdb: Fix GHashTable pretty printer off-by-one error
792  - !1220 gparam: fix memory leak in g_param_value_defaults()
793  - !1221 Add NOTE_REVOKE to the list of the monitoring events
794  - !1225 gtlsconnection: clarify handshake() documentation
795  - !1227 Deprecate old GTlsConnection functionality even harder!
796  - !1231 Fix build on old libc that does not define _SC_HOST_NAME_MAX
797  - !1238 gstrfuncs: use gsize type internally for strv functions
798  - !1242 gfileinfo: Clarify the documentation for G_FILE_ATTRIBUTE_UNIX_MODE
799  - !1243 docs: Fix "occurred" typos in API documentation
800
801 * Translation updates:
802  - Spanish
803
804
805 Overview of changes in GLib 2.63.1
806 ==================================
807
808 * Several usability improvements to command line `gio` tool (!1153)
809
810 * Add `g_array_steal()`, `g_ptr_array_steal()` and `g_byte_array_steal()` APIs (#285)
811
812 * Add `g_get_os_info()` API (!1063, !1160)
813
814 * Add `g_warning_once()` API (!1028)
815
816 * Always resolve `localhost` to loopback address in `GResolver` (!616)
817
818 * Add `GMainContextPusher` API (!983)
819
820 * Limit recursion in `g_variant_parse()` (!1173)
821
822 * Fix crash in `g_spawn()` with high FD numbers due to use of `select()` rather
823   than `poll()` (#954)
824
825 * Allow passing empty `GValue`s to `g_param_value_set_default()` (!1186)
826
827 * Escape header guards generated by `gdbus-codegen` better (#1379)
828
829 * Bugs fixed:
830  - #285 [PATCH] add array steal and memdup functions
831  - #954 The g_spawn_sync() function uses select() which has limitations
832  - #1318 rare failure in gdbus-peer test: invalid uninstantiatable type '(null)' in cast to 'GDBusServer'
833  - #1379 gdbus-codegen generates invalid header guards when build directory contains a + character
834  - #1622 NULL pointer derefs on g_vasprintf() failure
835  - #1813 g_option_context_add_main_entries() is missing array annotation for entries parameter
836  - #1831 No reply on private socket due to auth problem
837  - #1836 gobject.c uses undefined annotation “(not optional)”
838  - #1858 docs/reference/gobject/tut_gobject.xml: object properties example uses deprecated API
839  - #1877 g_cancellable_source_new annotated with 'skip'
840  - #1896 Use after free when calling g_dbus_connection_flush_sync() in a dedicated thread
841  - #1897 glib 2.62.0 fails test 'test_writev_no_vectors' wih gcc7
842  - #1903 use-after-free in mimeapps test causes intermittent segfault during testing
843  - #1906 test_os_info fails on FreeBSD
844  - #1916 objcopy not used from cross-compilation file in GIO tests
845  - #1923 Recent Versions of GLib Break Dolphin File-Manager's Thumbnailing when Using 'gtk2' Style
846  - !616 Always resolve localhost to loopback address
847  - !983 gmain: Add GMainContextPusher convenience API
848  - !1014 tests: Add a test for g_assert_finalize_object()
849  - !1028 gmessages: Add g_warning_once()
850  - !1035 Switching from C gnu89 to C gnu99 standard
851  - !1063 gutils: Add g_get_os_info()
852  - !1082 gdatetime: Document RFC 3339 extensions when parsing ISO 8601
853  - !1105 syscall flood on every time*() function call
854  - !1120 Update documentation with FreeBSD build instructions
855  - !1135 gmain: use atomic operation instead of GMutex to access g_main_context_default()
856  - !1146 Solaris build fixes
857  - !1147 gmodule: fix typo in doc comment
858  - !1148 gio/gfileinfo: fix parameter references
859  - !1149 gio/gfile: fix parameter reference for value_p
860  - !1150 gio/gfile: fix parameter references to @contents
861  - !1151 gio/gfile: fix typo in doc comment
862  - !1152 gwinhttpvfs: Handle g_get_prgname() returning NULL
863  - !1153 Several gio-tool bash completion fixes and improvements
864  - !1155 Strict-aliasing fixes to new atomic built-ins
865  - !1157 Fix various compiler warnings on Android
866  - !1160 Add Windows support to g_get_os_info()
867  - !1161 hash: Remove an assertion from the hot path
868  - !1163 gcharset: Expand the documentation for g_get_locale_variants()
869  - !1165 Use uname as a fallback to get OS info
870  - !1167 Fix some minor leaks in testfilemonitor
871  - !1168 Fix gdatetime tests on toolbox
872  - !1171 Revert "gdbus-codegen: emit GUnixFDLists if an arg has type 'h'"
873  - !1173 gvariant: Limit recursion in g_variant_parse()
874  - !1177 ci: Add libdbus development files to CI Docker images
875  - !1179 Improve GPtrArray doc-comments
876  - !1180 array: Avoid use of memcpy(dest, NULL, 0)
877  - !1181 gmain: Clarify thread safety of some common GSource functions
878  - !1182 gio: Fix typo in URL
879  - !1186 Allow using an empty GValue with g_param_value_set_default()
880  - !1189 gparamspecs: Fix type class leaks on error handling paths
881  - !1197 Fix GDBus test failures on non-Linux (in particular FreeBSD)
882  - !1200 Minor fixes from a scan-build run
883
884 * Translation updates:
885  - Catalan
886  - Chinese (Taiwan)
887  - Spanish
888
889
890 Overview of changes in GLib 2.63.0
891 ==================================
892
893 * Add g_fsync() API (#35)
894
895 * Fix regression in g_file_copy() when passing
896   `G_FILE_COPY_TARGET_DEFAULT_PERMS` flag; the destination permissions would be
897   private rather than following the process’ umask (!1142)
898
899 * Several `GDateTime` parsing fixes (!1127)
900
901 * Always build the tests if installed-tests are enabled, so that the tests can
902   actually be installed (!1141)
903
904 * Rework atomic function implementations to use memory barrier in the correct
905   place (when compiler intrinsics aren’t providing the atomics), and fix
906   signedness issues (#1449, #1565)
907
908 * Use the OS’ `fdwalk()` function (if safe) to speed up `g_spawn_*()` on BSD (#1638)
909
910 * Remove the macOS `dyld` `GModule` implementation in favour of `dl` instead (!1093)
911
912 * Bump Python requirement to ≥ 3.5, which we implicitly relied on anyway through
913   our Meson dependency (!1132)
914
915 * Bugs fixed:
916  - #35 add g_fsync to API
917  - #174 g_file_copy always preserves  permissions, even if G_FILE_COPY_ALL_METADATA flag is not set
918  - #259 docs: fix a misunderstanding in g_type_add_interface_*
919  - #767 g_signal_lookup fails if class is not referenced
920  - #1052 g_io_write_chars calls abort when given a null byte as input
921  - #1449 glib fallback atomic int/ptr get/set have memory barrier in wrong place
922  - #1565 Signedness of atomic operations
923  - #1638 g_spawn_*() is extremely slow under certain circumstances
924  - #1809 Provide API for working with PKCS11 backed certificates
925  - #1843 TSAN false positive with g_atomic_pointer_get/g_atomic_pointer_set under Clang
926  - #1865 g_variant_get_data_as_bytes fails after serializing a variant
927  - #1875 Segfault and Overflow in __gio_xdg_cache_mime_type_subclass() with Wps-Office installed
928  - #1887 glib 2.62.0 breaks loading dylibs as modules
929  - #1888 2.62: docs build on Windows broken
930  - #1897 glib 2.62.0 fails test 'test_writev_no_vectors' wih gcc7
931  - !1020 docs: Remove priv pointers from the tutorial example
932  - !1062 gtype: mark the inline functions in G_DECLARE_*_TYPE() as UNUSED
933  - !1080 tests: Fix skipping mkdir-with-parents-permission test
934  - !1088 Various small scan-build fixes
935  - !1090 giochannel: Clarify type of GSource callback in documentation
936  - !1093 gmodule: remove macOS dyld implementation
937  - !1095 Define G_IOV_MAX to 512 on macOS/iOS
938  - !1099 gmem: clarify that g_malloc always uses the system allocator
939  - !1109 doc: fix typo in gio/gsettings.c
940  - !1110 gio: Add missing "gio remove" option to bash completion script
941  - !1112 Add version macros for GLib 2.64
942  - !1115 gdatetime: Fix error handling in g_date_time_new_ordinal()
943  - !1116 gmarkup: Add a limit on the number of attributes in an element
944  - !1119 Annotate the return value of various utility functions
945  - !1124 docs: Fix typo in GConverter{Input,Output}Stream section titles
946  - !1125 gdatetime: Fix error handling in g_date_time_new_week()
947  - !1126 fileinfo: Mention that usec mtimes are set
948  - !1129 gdate: Fix tautological comparison warnings on Android
949  - !1130 Improve GLIB_DEPRECATED_MACRO_FOR output
950  - !1131 gio/gfileinfo: fix param reference in doc comment
951  - !1132 build: Bump Python requirement to ≥ 3.5
952  - !1137 gregistrysettings: bump key name length to 2048
953  - !1138 Always build tests if we enabled installed-tests
954  - !1139 g_file_info_get_modification_date_time: Calculate in integer domain
955
956 * Translation updates:
957  - Danish
958  - Italian
959  - Panjabi
960  - Serbian
961  - Turkish
962
963
964 Overview of changes in GLib 2.62.0
965 ==================================
966
967 * Fix new `GFileInfo` APIs to work when `G_FILE_ATTRIBUTE_TIME_MODIFIED_USEC`
968   was not queried (!1087)
969
970 * Bugs fixed:
971  - #487 Add valgrind test runs to CI
972  - !1084 garray: Fix reference to GLIB_SIZEOF_INT
973  - !1086 glib.supp: make gobject_init() calloc also of the possible kind
974  - !1087 fileinfo: ignore USEC if not available
975
976 * Translation updates:
977  - Friulian
978  - Portuguese (Brazil)
979
980
981 Overview of changes in GLib 2.61.3
982 ==================================
983
984 * Support setting thread name on BSD systems (#1761)
985
986 * Install previously-uninstalled headers for public `GNativeSocketAddress`
987   object (#1854)
988
989 * Very initial support for Windows apps (UWP) (!1057)
990
991 * Add various new valgrind suppressions to `glib.supp` (#1879, !1075)
992
993 * Bugs fixed:
994  - #83 Optimisation for g_nearest_pow() in garray.c
995  - #512 GSignal: accumulator function not called to accumulate G_SIGNAL_RUN_CLEANUP object handler return values
996  - #873 allow NULL arguments to parse_strv
997  - #905 Patches from static analysis run on 2.40
998  - #1057 goption: add sanity check to input parameters
999  - #1309 GSettings object stops emitting "changed" signal on g_settings_reset after call to g_settings_delay
1000  - #1620 GDBus criticals from GVfs with GLib master
1001  - #1761 Setting thread-name on BSD systems
1002  - #1803 GDK_SCALE=X is not respected when using "gio open"
1003  - #1819 Invalid characters in Open Location dialog crashes GIMP
1004  - #1852 Regression: g_mkdir_with_parents() returns 0 on failure
1005  - #1854 glib/gio: GNativeSocketAddress headers not installed.
1006  - #1860 g_clear_handle_id does not trigger GLIB_VERSION_MAX_ALLOWED warning
1007  - #1863 Potential invalid writes on g_utf8_strreverse
1008  - #1867 A couple of en_GBisms
1009  - #1870 GSettingsBackend watches not thread-safe
1010  - #1879 Incomplete valgrind suppressions - 16 KiB leak reported by valgrind from loading libglib-2.0.so
1011  - #1880 glib/gbacktrace.c: If dup2 happened to return -1, don't call dup2 with same value
1012  - #1881 GIO_USE_VOLUME_MONITOR and GIO_USE_FILE_MONITOR do not work as documented
1013  - !1002 Remove mentions of mailing lists from the documentation
1014  - !1011 gapplication: Fix a leaking GRemoteActionGroup member
1015  - !1015 Post-release version bump
1016  - !1016 gnetworkmonitornm fixups
1017  - !1017 Improve ISO 8601 parsing by GDateTime
1018  - !1023 g_object_get_property: Improve documentation for use of G_VALUE_INIT
1019  - !1026 gutf8: Assert that written memory stays in bounds
1020  - !1027 gfileutils: Fix error propagation for other than ENOENT
1021  - !1031 meson: build gnulib if printf isn't good enough
1022  - !1032 meson: small printf check cleanups
1023  - !1033 win32: don't assume the format specifier for the stdlib printf/scanf like functions
1024  - !1034 glib/tests/fileutils: Add a reproducer for #1852
1025  - !1036 cond test: Don't make assumptions about struct sigaction member order
1026  - !1037 Meson: Override glib-compile-resources/schemas
1027  - !1044 Relax use of g_test_bug() to not require g_test_bug_base() to be called first
1028  - !1049 minor typos in the documentation
1029  - !1050 tests: Fix a pragma warning on FreeBSD
1030  - !1054 gerror: Add a docs paragraph about not displaying errors verbatim in UI
1031  - !1057 Some (probably) easy uwp patches
1032  - !1059 Update win32 readme, add myself to codeowners
1033  - !1066 libffi.wrap: Meson port has moved to FDO gitlab
1034  - !1068 gsubprocesslauncher.c: fix documentation
1035  - !1071 meson: Move libdl_dep to the top level
1036  - !1074 Adjust README formatting
1037  - !1075 glib.supp: add suppression for g_type_class_ref()
1038
1039 * Translation updates:
1040  - Basque
1041  - Catalan
1042  - Czech
1043  - English (United Kingdom)
1044  - French
1045  - Galician
1046  - German
1047  - Hungarian
1048  - Indonesian
1049  - Korean
1050  - Lithuanian
1051  - Polish
1052  - Romanian
1053  - Spanish
1054  - Swedish
1055
1056
1057 Overview of changes in GLib 2.61.2
1058 ==================================
1059
1060 * Add various new array functions (#236, #269, #373)
1061  - `g_array_copy()`
1062  - `g_ptr_array_copy()`
1063  - `g_ptr_array_extend()`
1064  - `g_ptr_array_extend_and_steal()`
1065  - `g_array_binary_search()`
1066
1067 * Add `g_assert_finalize_object()` helper function for writing tests (#488)
1068
1069 * Rework how D-Bus connections are closed/unreffed when `g_test_dbus_down()` is
1070   called. Tests which leak a `GDBusConnection` may now time out and abort,
1071   rather than silently leaking. (#787)
1072
1073 * Add a deprecation macro for GLib macros, and use it; third-party uses of
1074   long-deprecated GLib macros may now start causing warnings. (#1060)
1075
1076 * Deprecate `GTime` and `GTimeVal`, and various functions which use them.
1077   Use `GDateTime` and `guint64` UNIX timestamps instead. (#1438)
1078
1079 * Stop using `G_DISABLE_DEPRECATED` to allow disabling deprecation warnings;
1080   third-party code should now be using
1081   `GLIB_VERSION_{MIN_REQUIRED, MAX_ALLOWED}` to control symbol usage (!871)
1082
1083 * Improve support for running `ninja test` when GLib is built statically (#1648)
1084
1085 * Improve `GNetworkMonitor` detection of offline states (#1788)
1086
1087 * Fix build failure on macOS related to missing `_g_content_type_get_mime_dirs`
1088   function (#1791)
1089
1090 * Add various installed utilities’ paths to `gio-2.0.pc` (#1796)
1091
1092 * Fix keyfile `GSettings` backend and portal (especially relevant to any version
1093   of GLib included in a flatpak runtime) (#1822, !985)
1094
1095 * More IPv6 ‘Happy Eyeballs’ fixes in `GNetworkAddress` (!865)
1096
1097 * Fix CVE-2019-12450, wide permissions of files when copying using GIO (!876)
1098
1099 * Bump the Meson dependency from 0.48.0 to 0.49.2; we won’t depend on anything
1100   higher than this for a while, as Debian 10 ships 0.49 (!924)
1101
1102 * Various test fixes for Windows (!930, !931)
1103
1104 * Initial support for Universal Windows Platform (UWP): certification, and use
1105   of packaged libraries (!951)
1106
1107 * Add experimental clang-cl support on Windows, allowing `g_autoptr()` support
1108   on Windows (!979)
1109
1110 * Bugs fixed:
1111  - #77 G_STDIO_NO_WRAP_ON_UNIX wraps
1112  - #236 Add a function to copy an array
1113  - #269 Additional convenience functions for g_ptr_array
1114  - #373 GArray could use a binary search function
1115  - #436 running tests leaves lots of coredumps
1116  - #453 find-enclosing-mount docs confusing
1117  - #488 Add g_object_assert_last_unref() helper macro to detect object leaks in tests
1118  - #590 A reader lock can be obtained even if a writer is already waiting for a lock
1119  - #638 g_atexit is defined when not declared
1120  - #737 Initialize GValue in g_object_get_property()
1121  - #787 gtestdbus: Properly close server connections
1122  - #804 gdbusproxy prefixes unstripped error
1123  - #870 Fix and enhance GDatetime for Windows
1124  - #872 ucs4 functions have wrong return transfer
1125  - #887 gdusmessage.c mishandles bounds of GDBusMessageType and related enums
1126  - #894 gvalue: Avoid expensive checks where possible
1127  - #940 Docs for g_socket_listener_set_backlog are not very helpful
1128  - #943 G_DEFINE_TYPE_WITH_PRIVATE docs not helpful
1129  - #1018 Allow guid key in dbus addresses
1130  - #1060 Add deprecation macro for macros
1131  - #1169 Tools can display gibberish messages from translations
1132  - #1270 g_get_charset always returns 8-bit codepage on Windows, crippling UTF-8 output
1133  - #1438 Deprecate GTimeVal- and GTime-based APIs
1134  - #1635 g_socket_join_multicast_group iface parameter fails on win32/64
1135  - #1648 2.58.2: Assorted asserts fail in Arch Linux when built statically
1136  - #1729 g_content_type_guess segfaults when passed an empty data buffer on Mac OS
1137  - #1788 GNetworkMonitor claims I am offline
1138  - #1790 documentation on g_file_info_get_attribute_as_string
1139  - #1791 _g_content_type_get_mime_dirs missing from libgio-2.0.0.dylib on MacOS
1140  - #1792 glib-genmarshal generated valist marshal does not respect static scope for some types
1141  - #1793 glib-genmarshal generates wrong code for va marshaler for VARIANT type
1142  - #1794 API Proposal: g_timer_is_active
1143  - #1796 Add gio-querymodules variable to pkg-config file
1144  - #1797 glib/tests/win32 test failing on 64-bit Visual Studio builds
1145  - #1798 /contenttype/tree reliably fails on FreeBSD since !863
1146  - #1807 g_dbus_server_new_sync() documentation references nonexistent function
1147  - #1808 Stopping a GDBusServer should clean up Unix socket paths (if not abstract) and nonce-tcp nonce files
1148  - #1811 Introspection info for g_unichar_compose's 3rd arg should be OUT
1149  - #1822 keyfile gsettings backend not loading
1150  - #1823 Documentation for disabling selinux is incorrect
1151  - #1825 GKeyFileSettingsBackend created without filename construct property and unchecked assertion
1152  - #1828 Small typo in gio manpage
1153  - #1837 Specify for each (optional) parameter, whether it is OUT or INOUT
1154  - #1838 Reword documentation for G_DECLARE_FINAL_TYPE
1155  - #1847 Setting GLIB_VERSION_{MIN_REQUIRED, MAX_ALLOWED} to before 2.56 triggers warnings
1156  - !533 docs: Document pitfall of deprecation pragmas
1157  - !563 ci: Add scan-build job in a new ‘analysis’ pipeline stage
1158  - !678 glib-compile-schemas: Improve translatable strings
1159  - !817 gdate: Officially mark GTime as deprecated
1160  - !851 gsettings: Document that lists are returned in no defined order
1161  - !853 gobject: Fix apostrophe usage in a few small bits of documentation
1162  - !859 gobject: Add a g_assert_finalize_object() macro
1163  - !863 gunicollate/cygwin: Don't use __STDC_ISO_10646__ for wchar_t related checks
1164  - !865 gnetworkaddress: fix "happy eyeballs" logic
1165  - !867 Post-release version bump
1166  - !871 Drop G_DISABLE_DEPRECATED
1167  - !873 Use atomic reference counting for GSource
1168  - !874 Clamp number of vectors to IOV_MAX / UIO_MAXIOV for GOutputStream writev()...
1169  - !875 CI/msys2: disable coverage reporting, lcov doesn't support gcc9 yet
1170  - !876 CVE-2019-12450: gfile: Limit access to files when copying
1171  - !877 gio: specify proper c_marshaller and va_marshallers
1172  - !883 tests: Fix small race in GSubprocess tests
1173  - !884 garcbox.c: Fix typo atomit => atomic
1174  - !885 goption: Clarify G_OPTION_ARG_FILENAME documentation
1175  - !889 Include <sys/filio.h> for FIONREAD
1176  - !901 gmain: Clarify that g_source_destroy() doesn’t drop a reference
1177  - !904 Add glib-genmarshal tests and fix some valist marshaller bugs
1178  - !906 property action: Add state hints
1179  - !908 Improve testfilemonitor test repeatability and debuggability
1180  - !909 D-Bus auth mechanism improvements
1181  - !914 ci: Run scan-build in a different build directory
1182  - !915 docs: fix typo on arrays examples in gvariant-text
1183  - !917 docs: Fix name of IRC channel in CONTRIBUTING.md
1184  - !919 glib/tests/refcount.c: Fix tests on non-GCC-isque compilers
1185  - !920 gmacros: Only use deprecated attributes on enumerators with GCC ≥ 6.5
1186  - !923 Check if compiler symbols are defined before using them
1187  - !924 Bump the required version of Meson
1188  - !930 glib/tests/convert.c: Skip tests that aren't meaningful for Windows
1189  - !931 glib/tests/fileutils.c: Fix stdio Wrapper Test on Windows
1190  - !934 build: Increase the slow test timeout to 180s
1191  - !935 Ignore */__pycache__/* directories
1192  - !937 Fix module tests on Visual Studio builds
1193  - !939 gstdio: minor cleanups
1194  - !941 list model: Expand items-changed docs
1195  - !944 gutils: Don't limit the length of the host name to 99
1196  - !945 Avoid overrunning stack at the end of the varargs.
1197  - !947 gobject/tests/signals.c: Fix tests on Windows
1198  - !948 GObject: Fix mkenums.py and genmarshal.py tests on Windows
1199  - !950 ci: Enable CI on FreeBSD 12
1200  - !951 Preliminary patches for Universal Windows Platform support
1201  - !952 gio: Make minor docs improvements
1202  - !953 g_utf8_normalize: Doc comment return missing nullable annotation
1203  - !954 Fix the ISO 15924 code for Manichaean
1204  - !955 gmacros: Use _Static_assert when C11 is available
1205  - !958 gthread: fix minor errno problem in GCond
1206  - !961 gmain: Fix g_main_context_prepare priority annotation
1207  - !962 gmacros: Use _Static_assert only for non-expr static assert
1208  - !964 gmacros.h: Use static_assert on MSVC if possible
1209  - !968 Fix typo in request handle
1210  - !970 gdatetime: Unset LC_ALL for the test as well
1211  - !971 docs.c: Forward link from g_auto* → G_DEFINE_AUTO*
1212  - !973 doc: fix typo in gio/gresource.c
1213  - !979 Experimental clang-cl support
1214  - !980 gmacros.h: Add better support for clang-cl
1215  - !981 gio: fix typo in g_settings_reset documentation
1216  - !982 Various doc fixes
1217  - !985 Keyfile portal fixes
1218  - !987 gio/tests: Remove code and comments referring to libtool
1219  - !991 fix atomic detection on older gcc versions
1220  - !992 docs: Add example to g_test_summary() documentation
1221  - !994 gio: Fix minor docs mistakes
1222  - !996 Small array test fixes
1223  - !997 gdbusaddress: Add missing transfer annotation
1224  - !1007 Resubmission of !832 “Try to create the complete path right away and fall back”
1225  - !1009 gapplication: remove inactivity_timeout source on finalize
1226
1227 * Translation updates:
1228  - Hungarian
1229  - Indonesian
1230  - Portuguese (Brazil)
1231  - Spanish
1232
1233
1234 Overview of changes in GLib 2.61.1
1235 ==================================
1236
1237 * `g_unichar_isxdigit()` and `g_unichar_xdigit_value()` now handle full-width
1238   characters (U+FF21–U+FF26 and U+FF41–U+FF46) (#58)
1239
1240 * Deprecate `gtester` utility and its test reporting format and enable TAP
1241   output by default instead — the `--tap` option to tests is now a no-op
1242   (#1441, #1619)
1243
1244 * Add `g_test_summary()` to allow test authors to programmatically summarise
1245   what each unit test in a test suite does (#1450)
1246
1247 * Upgrade to Unicode Character Database v12.1 (#1713, !822)
1248
1249 * More IPv6 Happy Eyeballs fixes to `GNetworkAddress` and `GSocketClient`
1250   (#1747, #1771, #1774)
1251
1252 * Fix valgrind and gdb support for the new `GHashTable` changes (#1749, #1780)
1253
1254 * Fix GTask wait times growing faster than the number of task threads (#1683)
1255
1256 * Change `GApplication` to ignore `-psn_*` arguments on the macOS command line,
1257   as they are irrelevant (#1784)
1258
1259 * Add `g_autoqueue()` helper macros, similar to `g_autolist()` (!474)
1260
1261 * Add pre-allocated link helpers for `GList` and `GQueue`:
1262  - `g_list_insert_before_link()`
1263  - `g_queue_insert_before_link()`
1264  - `g_queue_insert_after_link()`
1265
1266 * Improve network availability detection with NetworkManager to treat lower
1267   levels of connectivity as having reduced availability (!781)
1268
1269 * Add `g_clear_signal_handler()` to allow disconnecting from a `GObject` signal
1270   and clearing the signal handler ID to zero in a single call (!819)
1271
1272 * Add `g_autoptr()` support for `GRWLock` (!825)
1273
1274 * Define `G_OS_UNIX`, not `G_OS_WIN32`, when GLib is built agains Cygwin (!862)
1275
1276 * Bugs fixed:
1277  - #29 GScanner: should explicitly document modifiable fields (value, next_value, ...)
1278  - #58 g_unichar_isxdigit() and g_unichar_xdigit_value() should deal with full-width a-fA-F
1279  - #106 Boxed types should be documented better
1280  - #135 g_unichar_totitle(0) returns 0x00001F88 instead of 0
1281  - #429 g_format_size() is broken on Windows
1282  - #1441 Deprecate gtester
1283  - #1450 Add API for tests to describe what they're checking
1284  - #1619 GTest should have a way to default to TAP
1285  - #1683 GTask: task_wait_time is increased constantly when the number of running thread is greather than 10
1286  - #1713 Upgrade to Unicode Character Database v12
1287  - #1739 meson build failure libdl
1288  - #1747 Critical in g_socket_client_async_connect_complete
1289  - #1749 New GHashTable implementation confuses valgrind
1290  - #1753 Remove memory leaks from gio/test/resolver.c
1291  - #1755 Please revert #535 gmacros: Try to use the standard __func__ first in G_STRFUNC
1292  - #1759 test_month_names: assertion failed
1293  - #1760 Document for g_resolver_lookup_records why it returns a list of list of gchar*.
1294  - #1763 tests: -p runs tests in the reverse of the specified order
1295  - #1768 g_strlcat(): Possible buffer overflow in implementation
1296  - #1771 GNetworkAddressAddressEnumerator unsafely modifies cache in GNetworkAddress
1297  - #1774 Leaks in gsocketclient.c connection code
1298  - #1776 glib/date test fails
1299  - #1780 GDB pretty-printer for GHashTable no longer works
1300  - #1782 Error in documentation for cross-compile.
1301  - #1784 MacOS adds a -psn_X_XXXXXX parameter to the command line
1302  - !474 Add g_autoqueue
1303  - !476 Add pre-allocated link helpers for GList and GQueue
1304  - !556 gtestutils: Make --tap compatible with -p and --GTestSkipCount
1305  - !732 gsocket: Clarify in docs that `flags` arguments can be platform specific
1306  - !766 W32: swap special g_get_prgname() for platform_get_argv0()
1307  - !774 Only build tests if certain conditions are met.
1308  - !780 Add copyright and licensing terms to test report generator
1309  - !781 gnetworkmonitornm: Fix network available detection
1310  - !782 build: Fix check for RTLD_NEXT
1311  - !785 Remove monitor test
1312  - !787 build: Remove */.gitignore files
1313  - !791 glib/gconstructor.h: Include stdlib.h for MSVC builds
1314  - !792 general: Remove a few unhelpful references to ‘master’
1315  - !795 gdesktopappinfo: Add support for MATE and Xfce4 terminals
1316  - !802 gio: tests, don't check for libdl on OpenBSD
1317  - !806 Get to 100% coverage on GQueue tests
1318  - !808 Update the Docker images used for CI
1319  - !809 Modified version of !784 — Adding tests cases for a better coverage of glib/tests/strfuncs.c
1320  - !813 gappinfo: Add precondition checks to GAppLaunchContext env methods
1321  - !814 gschema.dtd: Add target attribute to alias
1322  - !819 Clear signal handler
1323  - !820 ci: Keep JUnit report script working on Debian stable
1324  - !821 Various minor cleanups to autoptrs
1325  - !822 glib: Update Unicode Character Database to version 12.1.0
1326  - !825 Add autoptr support for GRWLock
1327  - !831 build: (Long time after) post-release version bump
1328  - !835 Fix typo in German translation
1329  - !836 Document the best practices for binding GInitiallyUnowned
1330  - !862 build: define G_OS_UNIX, not G_OS_WIN32 under cygwin
1331
1332 * Translation updates:
1333  - Basque
1334  - Catalan
1335  - German
1336  - Indonesian
1337  - Spanish
1338
1339
1340 Overview of changes in GLib 2.61.0
1341 ==================================
1342
1343 * Changes to `iconv` configure options, including the default iconv
1344   implementation on macOS — distributors may need to check their configure
1345   scripts (#1557)
1346
1347 * Build fixes when building GLib with `G_DISABLE_ASSERT` defined (#1708)
1348
1349 * Fix documentation for `gdbus-tool wait` to use correct units (#1737)
1350
1351 * Improvements to symlink handling on Windows (!269)
1352
1353 * Add exception handling for crashes on Windows (!582)
1354
1355 * Set `G_WITH_CYGWIN` again when GLib is built on Cygwin (this was a regression
1356   from the autotools build) (!736)
1357
1358 * Use `GCocoaNotificationBackend` by default on macOS, rather than
1359   `GGtkNotificationBackend` (!745)
1360
1361 * Use Windows symbol visibility when GLib is built on Cygwin, as PE binaries
1362   are subject to W32 visibility mechanics — this affects the definition of
1363   `_GLIB_EXTERN` (!752)
1364
1365 * Add coloured output support to `gdbus introspect` (!761)
1366
1367 * Bugs fixed:
1368  - #682 docs: advise not to use non-literal strings as qdata keys
1369  - #1177 gparted crashes due to g_quark_from_static_string used in global initialization
1370  - #1258 the buffer written to by g_input_stream_read is not marked as an out parameter
1371  - #1557 By default glib tries to use libc instead of native iconv on OSX
1372  - #1566 Meld Windows shows error on startup "There was a problem starting c:\Program"
1373  - #1614 GIO tests fail on FreeBSD CI with: Unexpected error from C library during 'pthread_mutex_lock': Invalid argument
1374  - #1708 Building GLib with G_DISABLE_ASSERT fails
1375  - #1709 GResource generation test incompatible with stable LLVM on Linux
1376  - #1710 Crash in g_cancellable_cancel
1377  - #1712 gdbus-proxy test is flaky
1378  - #1724 unconditional check in fuzzing/meson.build
1379  - #1725 gosxappinfo.h is not installed on macOS
1380  - #1727 Cannot use trash folder with an NFS mount using automount / autofs
1381  - #1728 GSocket does not support ENOTSOCK
1382  - #1732 Win32: lookup_by_name_async segfaults for not available domains
1383  - #1737 gdbus-tool wait command timeout argument incorrect unit reference
1384  - !67 glib: update internal gnulib from upstream
1385  - !269 Win32 symlink code refactoring
1386  - !493 tests: Check that cancelling g_file_replace don't overwrite existing file
1387  - !582 Basic W32 exception handling for glib
1388  - !680 Fix warnings glib
1389  - !690 Fix thread safety issues
1390  - !694 gvariant-parser: Fix pattern coalesce of M and *
1391  - !706 Fix data races in task test and gmenumodel test
1392  - !709 Bump release version for 2.62 series
1393  - !710 socket: Fix annotation for flags in g_socket_receive_message
1394  - !712 gwin32: Fix comment for g_win32_veh_handler
1395  - !716 Various minor documentation fixes
1396  - !717 Improve formatting of GCC attribute documentation
1397  - !718 GSocketClient - Free last error if a connection attempt fails and on retry the...
1398  - !719 Handle an UNKNOWN NetworkManager connectivity as NONE
1399  - !721 codegen: Fix use of uninitialised variable
1400  - !723 Provide examples for GNUC attribute macros
1401  - !724 meson: do a build-time check for strlcpy before attempting runtime check
1402  - !728 gsocket: Remove (type) annotation from flags arguments
1403  - !730 Improve gdbus-address parsing tests
1404  - !735 docs: Use the right g_autoptr function when using an auxiliary function
1405  - !736 Set G_WITH_CYGWIN again
1406  - !737 gresolver: Don’t use gai_strerror() on Windows, as it isn’t threadsafe
1407  - !741 Fix use-after-free triggered by gnome-session-binary
1408  - !745 gcocoanotificationbackend: give more priority than the gtk one
1409  - !749 gio: Add missing autocleanup definition for GSettingsSchema{Key,Source}
1410  - !750 Check for RTLD_NEXT
1411  - !752 Use W32 visibility for Cygwin
1412  - !754 Check for /proc/self/cmdline
1413  - !757 Fix gnulib build on older Visual Studio builds
1414  - !760 Properly ensure the cocoa notification backend type
1415  - !761 RFC: gdbus-tool: Add --color option for introspect
1416  - !762 gutils: Add (nullable) annotation to g_get_prgname()
1417  - !765 gslice: Use a convenience macro
1418  - !769 ci: Generate a cover report for the test suite
1419  - !772 tests: Check that option-argv0 test succeeds on Linux
1420  - !776 tests: Only run --external-data test on GNU ld/objcopy
1421  - !779 Fix 2.62 documentation symbols
1422
1423 * Translation updates:
1424  - Dutch
1425
1426
1427 Overview of changes in GLib 2.60.0
1428 ==================================
1429
1430 * Further fixes to the Happy Eyeballs (RFC 8305) implementation (#1653, #1679, #1693)
1431
1432 * Add support for the XDG trash portal (#1676, !276)
1433
1434 * Bugs fixed:
1435  - #1653 gsocketclient-slow test is flaky
1436  - #1658 keyfile settings backend: Consider tightening permissions
1437  - #1668 Fill in CODE-OWNERS file
1438  - #1675 glib-compile-resources: c_name generation issue
1439  - #1676 Trash portal tries to open files as read-only but D-Bus API documents against that
1440  - #1679 socket-service test is flaky
1441  - #1693 Happy Eyeballs failure in gsocketclient-slow test
1442  - #1697 gthreadresolver: do_lookup_records does res_ninit with an uninitialized state
1443  - #1698 g_base64_encode(NULL, 0) causes critical warnings
1444  - !276 Support the trash portal
1445  - !639 gvariant-parser: Fix error handling when type coalescing fails
1446  - !666 Socket fixes to W32 test suite
1447  - !674 Update gvdb submodule
1448  - !676 Initialize a variable
1449  - !677 gerror: Add a missing precondition assertion in documentation
1450  - !686 gio: Also support modules built with MSVC
1451  - !688 gsocketclient: Fix critical on cancellation
1452  - !689 glib-compile-resources: Fix a minor leak
1453  - !691 gtask: Separate GTask fields memory locations to avoid data races
1454  - !692 glib.supp: Add more variations of existing suppressions
1455  - !696 Move closures refcount test to gobject/tests/
1456  - !698 gthreadedresolver: Remove unused thread pool
1457  - !699 tests: Fix closure-refcount to preserve old semantics
1458  - !702 Rename gobjectenumtypes.[ch] to glib-enumtypes.[ch]
1459  - !703 Clean up gmarshal.[ch]
1460
1461 * Translation updates:
1462  - Catalan
1463  - Czech
1464  - French
1465  - Friulian
1466  - German
1467  - Italian
1468  - Korean
1469  - Romanian
1470  - Serbian
1471
1472
1473 Overview of changes in GLib 2.59.3
1474 ==================================
1475
1476 * Fix support for g_get_user_special_dir() on macOS, including support for the Downloads directory (#1048)
1477
1478 * Ensure that cancelling a GTask cannot cause its callback to be called synchronously (in the same call chain as the original *_async() call) (#1608)
1479
1480 * Further fixes to the Happy Eyeballs (RFC 8305) implementation (#1644, #1680)
1481
1482 * Various fixes for installation of installed tests (thanks to Iain Lane) (!649, !651)
1483
1484 * Various fixes for tests when run on Windows (thanks to LRN) (!665, !667)
1485
1486 * Bugs fixed:
1487  - #535 gmacros: Try to use the standard __func__ first in G_STRFUNC
1488  - #875 gio-gvfs on Windows: Don't mishandle other non-native URIs in gwinhttpvfs.c
1489  - #1048 "Desktop" shortcut appears twice in file chooser sidebar on OSX
1490  - #1608 Cancellation might not be asynchronous under certain circumstances
1491  - #1644 network-address test failure in CI: IPv6 Broken (g-io-error-quark, 24)
1492  - #1680 Regression: g_socket_client_connect_to_host_async() sometimes gets "Connection refused" when connecting to localhost
1493  - #1686 gdbus-peer test is sometimes timing out
1494  - !613 Use win32 io channel on windows for the protocol test
1495  - !634 Win32: gio/gsocket.c: Set WSAEWOULDBLOCK on G_POLLABLE_RETURN_WOULD_BLOCK
1496  - !638 gvariant-parser: Fix parsing of G_MININT* values in GVariant text format
1497  - !640 tests: Tag socket-service test as ‘flaky’
1498  - !641 Minor typo fixes to GSpawn documentation
1499  - !645 gsocketlistener: Fix multiple returns of GTask when accepting sockets
1500  - !647 gsocketclient: Ensure task is always returned on cancel
1501  - !648 gio/tests/task: Run the worker indefinitely until it's cancelled
1502  - !649 gio tests: Install test1.overlay file when building installed tests
1503  - !650 gstring: fully document semantics of @len for g_string_insert_len
1504  - !651 tests: Install the slow-connect-preload.so library and use it
1505  - !667 GSubprocess fixes for W32 test suite
1506  - !668 tests: Mark gdbus-peer test as flaky
1507  - !669 GWin32VolumeMonitor: Sort the volumes correctly
1508  - !670 gpollableoutputstream: Fix the description of the interface
1509  - !672 Fix some tests when running as root
1510
1511 * Translation updates:
1512  - Catalan
1513  - Danish
1514  - French
1515  - Indonesian
1516  - Kazakh
1517  - Portuguese (Brazil)
1518  - Slovenian
1519  - Turkish
1520
1521
1522 Overview of changes in GLib 2.59.2
1523 ==================================
1524
1525 * Fix check on GDBusMessage size when reading it. (#1642)
1526
1527 * Add async GIO API: g_file_query_default_handler_async(), g_app_info_launch_uris_async() (#1249, #1347)
1528
1529 * Fix some bugs in the Happy Eyeballs implementation. (#1646, #1649)
1530
1531 * Install a new generated header with enum types for Unicode enums. (!481)
1532
1533 * Support the XDG trash portal. (!276)
1534
1535 * Bugs fixed:
1536  - #1224 TSAN patches
1537  - #1249 xdg-open/gnome-open doesn't work if service isn't started
1538  - #1347 g_app_info_launch_default_for_uri_async  is not really async
1539  - #1376 gmarkup: Optimize g_markup_escape_text()
1540  - #1642 minor mismatch between error and code in g_dbus_message_bytes_needed
1541  - #1646 Criticals in g_socket_client_enumerator_callback()
1542  - #1649 Critical in g_socket_client_connected_callback
1543  - #1673 G_MININT constants broken in g-i
1544  - !276 Support the trash portal
1545  - !481 Define enum types for Unicode enums
1546  - !585 gio: do not pass O_PATH file descriptors to portal APIs
1547  - !593 Don't fail trash test if ~/.local doesn't exist or mount points can't be determined (master)
1548  - !609 Make `g_app_info_launch_uris_async()` really asynchronous
1549  - !619 gvariant: Fix a mistake in docs
1550  - !622 Fixing warnings
1551  - !626 gdbus: Avoid printing null strings
1552  - !627 gsocketclient: Fix criticals
1553  - !629 Various memory leak cleanups to GSettings tests (subset)
1554  - !630 docs: Ignore more version macros
1555
1556 * Translation updates:
1557  - Galician
1558  - Hungarian
1559  - Lithuanian
1560  - Polish
1561  - Spanish
1562
1563
1564 Overview of changes in GLib 2.59.1
1565 ==================================
1566
1567 * Autotools support is gone. (!580)
1568
1569 * g_format_size() now uses a no-break space to separate digits and units;
1570   translations will need to be updated accordingly. (#1625)
1571
1572 * New g_queue_clear_full() API. (#1464)
1573
1574 * Fix argument quoting on win32 when spawning subprocesses. (!419)
1575
1576 * Allow polling more than 64 handles on win32 using g_poll(). (#1071)
1577
1578 * Tag various tests as ‘flaky’. These are no longer run routinely on our
1579   upstream CI machines, and downstream packagers may want to not run them (or
1580   not treat those test failures as package build failures) on their test
1581   machines either. They are in the `flaky` test suite. (!579)
1582
1583 * Add overlay support to g_resources_get_info(). (#1445)
1584
1585 * Support defaults and locks in the keyfile GSettings backend. This will be
1586   used for flatpaks. (!450)
1587
1588 * Accept unquoted strings in the keyfile GSettings backend to simplify things
1589   for sysadmins. (!603)
1590
1591 * Update our contribution guidelines (`CONTRIBUTING.md`). (!590)
1592
1593 * Add writev() and writev_all() APIs to GOutputStream and GPollableOutputStream,
1594   and provide implementations of them for many subclasses. (#1431)
1595
1596 * Bugs fixed:
1597  - #424 Add 'proxy' debugging support
1598  - #1055 Provide alignment macros
1599  - #1071 Eliminate MAXIMUM_WAIT_OBJECTS limitation in g_poll() on Windows
1600  - #1445 g_resources_get_info doesn't respect resource overlays
1601  - #1464 Add g_queue_clear_full() API
1602  - #1500 GListStore needs double checking on some warnings
1603  - #1623 xdg-open: file with colon results in “The specified location is not supported”
1604  - #1625 Unbreakable space needed when showing size of folder/file
1605  - #1636 GTask getters don’t return TRUE/FALSE after bitfield changes
1606  - #1637 EXCEPTION_ACCESS_VIOLATION in g_clear_pointer
1607  - #1639 GListStore implementation of g_list_model_get_item() returns wrong results on integer overflow
1608  - #1655 gvariant-parser warnings
1609  - #1663 G_MININT32 triggers compiler warning C4146 with Visual C++
1610  - #1666 `G_DEFINE_DYNAMIC_TYPE_EXTENDED` causes warnings with -Wcast-function-type
1611  - !319 giomodule: Print the type of each default GIO module
1612  - !333 Add writev() API to GOutputStream and GPollableOutputStream
1613  - !419 gspawn, win32: qouted args - escape end backslash
1614  - !450 Settings portal
1615  - !512 gtype: Clarify type of GInterfaceInitFunc
1616  - !516 gthread: Add g_private_set_alloc0() convenience API
1617  - !535 win32 gpoll: overcome the 64 handles limit
1618  - !545 goption: Fix an annotation on g_option_context_parse_strv()
1619  - !560 docs: Fix dconf GSETTINGS_BACKEND name in gio overview
1620  - !564 gtype: Document type for iface_default_init() function
1621  - !568 Add separate definitions of g_assert_[non]null() for C++
1622  - !571 docs: Add note on how to check a gboolean condition
1623  - !575 gio: Update bad cert error in accept-certificate and GTlsError docs
1624  - !579 Temporarily disable flaky tests
1625  - !580 Drop autotools support
1626  - !583 gmacros: MSVC supports the noreturn function attribute
1627  - !587 Remove unused .pc.in files
1628  - !588 MSVC: Move dirent implementation to glib/dirent/
1629  - !590 Update contribution documentation
1630  - !591 gfileinfo: Fix annotation for g_file_info_set_attribute_stringv
1631  - !592 Remove leftover build/ directory
1632  - !595 gtestutils: pass open file descriptors to subprocess
1633  - !597 tests: Tag gsocketclient-slow test as ‘flaky’
1634  - !598 gdbus-proxy test fails with GLib-GIO:ERROR:glib/gio/tests/gdbus-proxy.c:832:fail_test: code should not be reached
1635  - !599 gdtlsconnection: do not return on a void method
1636  - !601 gio: Support "help" in extension point env vars
1637  - !602 Update POTFILES.in
1638  - !603 keyfile settings: Accept unquoted strings
1639  - !608 build: Add -Wno-pedantic flag to compiler arguments
1640  - !611 gnetworkaddress: fix use-after-free for network address
1641  - !612 gdir: shutup a warning when building with msvc
1642  - !615 Fix a couple of wrong compiler warnings
1643
1644 * Translation updates:
1645  - Spanish
1646  - Swedish
1647
1648
1649 Overview of changes in GLib 2.59.0
1650 ==================================
1651
1652 * This will be the last development release with autotools support. As our
1653   Meson support has been around since 2.56.x, and was used to release tarballs
1654   in 2.58.x, the next development release (2.59.1) will drop autotools as used
1655   to build GLib. The macros installed for other packages to use will remain.
1656
1657 * Add `G_TEST_OPTION_ISOLATE_DIRS` to redirect `XDG_*_HOME` to a temporary
1658   directory for each unit test. (#538)
1659
1660 * Support `Property.EmitsChangedSignal` annotations in `gdbus-codegen`. (#542)
1661
1662 * Add `g_assert_cmpvariant()` API for unit tests. (#1191)
1663
1664 * Hide bind mounts from GIO mount listings. (#1271)
1665
1666 * Automatically realign data passed to `g_variant_new_from_bytes()` or
1667   `g_variant_new_from_data()` if it is not correctly aligned. This prevents
1668   misaligned accesses on architectures which don’t support them. Callers should
1669   still aim to correctly align data to get higher performance. (#1342)
1670
1671 * Support `ld -b binary` (on platforms which support it; i.e. Linux) to provide
1672   large pre-compiled `GResource` resources with a fast compilation time. (#1489)
1673
1674 * Unconditionally install GLib m4 macros, so that projects which depend on GLib
1675   and which still build using autotools can continue to build even once GLib has
1676   ported entirely to Meson. (#1520)
1677
1678 * Various fixes to the Meson build.
1679
1680 * Drop Python 2 support and require Python 3.4+. See discussion on
1681   https://mail.gnome.org/archives/desktop-devel-list/2018-July/msg00004.html.
1682   (!196)
1683
1684 * `GHashTable` performance and memory improvements for common cases. See
1685   https://hpjansson.org/blag/2018/07/24/a-hash-table-re-hash/. (!208)
1686
1687 * Add flags that allow a `GApplication` to signal and replace a currently
1688   running other instance of the same `GApplication`. This will be used for app
1689   upgrades with flatpak. (!250)
1690
1691 * Autostart xdg-desktop-portal when using the network monitor and proxy monitor
1692   portal backends. (!317)
1693
1694 * Add a g_task_set_name() API to allow `GTask`s to be described; useful for
1695   debugging. (!384)
1696
1697 * Enable FreeBSD CI on every commit for upstream GLib. (!387)
1698
1699 * Various GVariant, GMarkup and GDBus fuzzing fixes, including buffer overflow
1700   fixes. (!411)
1701
1702 * Various fixes to eliminate thread races, found by thread sanitizer (tsan).
1703
1704 * Deprecate TLS/DTLS rehandshaking, as it has been removed from the protocol in
1705   TLS 1.3. (!478)
1706
1707 * Support reading arguments from a file with `glib-mkenums`, which is useful
1708   for long argument lists due to having deeply nested build directories, on
1709   systems with a low limit on the command line length. (!489)
1710
1711 * Make `g_environ_*()` case-insensitive on Windows, as the environment itself
1712   is case-insensitive on Windows. (!500)
1713
1714 * Add Application Layer Protocol Negotiation (ALPN) support to `GTlsConnection`
1715   and `GDtlsConnection`, so that higher layer protocols can be negotiated when
1716   setting up a TLS connection, without additional round trips and latency. This
1717   is needed for eventual HTTP/2 support. (!520)
1718
1719 * Add support for TPM keys in PEM files when loading TLS certificates. (!522)
1720
1721 * Add a `GRecMutexLocker` auto-pointer wrapper for `GRecMutex`. (!528)
1722
1723 * Bugs fixed:
1724  - #107 The "g_key_file_get_comment" interface returns comment with unexpected new line symbol at the end
1725  - #179 g_object_unref assert in debug code
1726  - #277 'destroy_data' in g_cclosure_new is registered as finalize notifier instread invalidate.
1727  - #538 Add helpers to redirect XDG_*_HOME to a temp dir for unit tests
1728  - #542 gdbus-codegen does not honor "Property.EmitsChangedSignal" annotations
1729  - #656 check for -Werror=format-security broken
1730  - #734 Provide a way to instantiate a GDBusProxy-derived class from a GDBusConnection and a object path without blocking
1731  - #827 gmain: Clarify that g_source_set_callback() is safe on attached sources
1732  - #1055 Provide alignment macros
1733  - #1119 GVolumeMonitor: Results don't reflect current state but state when application was launched
1734  - #1191 add g_assert_equal_variants
1735  - #1261 Add option to leave <default> in gschema empty
1736  - #1271 fstab binds appear as mounts (x-gvfs-hide is being ignored)
1737  - #1310 gdbusproxy: make g-name-owner property useful with unique names
1738  - #1313 Meson: Rework the config.h generation
1739  - #1342 Automatically realign data passed to g_variant_new_from_bytes() or g_variant_new_from_data()
1740  - #1343 g_date_set_parse: Parses "September" in Polish incorrectly
1741  - #1362 Incorrect documentation about GSettings child add/remove notifications
1742  - #1452 GFileInfo: unable to retrieve correct modification time of links and mounted volumes on Windows
1743  - #1471 Incorporate oss-fuzz fuzz targets into GLib
1744  - #1489 Use `ld -b binary` to speed up GResource generation for linking
1745  - #1498 distcheck fails in distclean
1746  - #1506 error: redefinition of typedef 'GKqueueFileMonitor'
1747  - #1509 test_timeval_to_iso8601_overflow: 'out' should be NULL
1748  - #1513 GIcon regression?
1749  - #1514 gio/appinfo test sometimes fails in CI
1750  - #1518 /network-monitor/create-in-thread fails in (LXC) containers on glib-2-56
1751  - #1520 Change conditions for installing m4 macros
1752  - #1522 Trash not working on NTFS folder accessed from symlink
1753  - #1523 GIO NetworkMonitor doesn't reflect the current network state
1754  - #1525 GTask allows (buggy) application code to cause callback to be called twice, without warning
1755  - #1527 Meson doesn't install data for installed-tests
1756  - #1528 Meson tests are hard to debug in an autobuilder environment
1757  - #1530 tests/mainloop-test appears to be flaky
1758  - #1535 meson: installed-test metadata not run in TAP mode
1759  - #1536 meson: spurious dependencies on convenience libraries in .pc files
1760  - #1537 meson: absolute paths to ${builddir} included in gtk-doc HTML
1761  - #1538 meson: G_HAVE_GROWING_STACK defined differently
1762  - #1539 meson: Some files are unnecessarily installed executable
1763  - #1541 meson: timeloop-closure test not installed
1764  - #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
1765  - #1544 meson: gtester-report #! not replaced with ${PYTHON}
1766  - #1546 Cross-compilation fails in 2.58
1767  - #1556 build: Too long file path issue with meson on Windows
1768  - #1562 GDate test suite fails with latest glibc
1769  - #1570 ghash.c:694:27: left shift of 1 by 31 places cannot be represented in type 'int'
1770  - #1572 Flags validation fails
1771  - #1575 g_date_time_format() should have format attribute
1772  - #1576 Fails to build with Meson on Debian armel (armv5te EABI softfloat little-endian)
1773  - #1580 glib-compile-resources using strings breaks building e.g. GTK+ on MS Visual C, which limits strings to 65535 chars
1774  - #1581 Memory used for reference counted data might be misaligned.
1775  - #1588 Moving a bookmark item to the same URI causes a crash
1776  - #1589 g_log_writer_is_journald memoizes a single result, even though it accepts a parameter
1777  - #1590 tests: g-file-info-filesystem-readonly fails if run more than once with fuse & bindfs installed
1778  - #1594 Return value of g_dbus_connection_get_unique_name not annotated as nullable
1779  - #1600 g_timeout_source_new_seconds overflows when given interval > (G_MAXUINT / 1000)
1780  - #1601 appinfo test fix is defective
1781  - #1605 g_date_time_format fails when used with non ASCII format string on POSIX locale
1782  - #1615 gdbus-codegen not generating nullable annotation
1783  - !196 [RFC] build: Drop Python 2 support and require Python 3.4+
1784  - !200 Add a new GTlsError to indicate protocol downgrade attacks
1785  - !208 GHashTable improvements
1786  - !219 glocalfilemonitor: Fallback to poll file monitor for NFS
1787  - !238 W32 GFileInfo improvements
1788  - !250 Application replace
1789  - !264 glib-compile-resources: encode data as string
1790  - !268 build: simplify alloca checks. See #1313
1791  - !272 dtrace: Add missing const attributes to types in glib_probes.d
1792  - !273 gtlsbackend: add support for setting the default TLS database
1793  - !277 Use "command -v" instead of "which"
1794  - !282 meson: Add macOS libtool versioning for ABI compatibility
1795  - !286 gspawn: Fix build on systems without O_CLOEXEC
1796  - !287 glib-compile-resources: Fix generated code compiling with C++ compilers
1797  - !289 tests: Add more tests to finish branch coverage of GHashTable
1798  - !290 build: fix installation dir of glib-gettextize
1799  - !292 Remove all ChangeLog files
1800  - !293 Document new volume class `loop`
1801  - !294 portal network monitor: Always emit changed signal on changed
1802  - !295 meson: fix typo
1803  - !296 Add G_GNUC_FALLTHROUGH for __attribute__(fallthrough))
1804  - !297 build: Drop AC_C_CONST from configure.ac
1805  - !302 Document that GTimeVal is subject to the year 2038 problem on 32-bit systems
1806  - !303 liststore: Simplify code
1807  - !304 Add more GListStore/GListModel tests
1808  - !309 codegen: Change pointer casting to remove type-punning warnings
1809  - !312 Enable GIO tests on Windows
1810  - !316 gdbus: Improve error when well-known name is unowned
1811  - !317 Autostart xdg-desktop-portal if needed
1812  - !322 gnetworkmonitornm: Set a GError properly on an error handling path
1813  - !332 gmarkup: Make the documentation even more explicit about untrusted input
1814  - !334 gio: automake: Add libgmodule dependency
1815  - !338 gcharset: fix leaking g_get_language_names_with_category
1816  - !339 Add g_desktop_app_info_get_string_list(); fix g_key_file_free()
1817  - !340 tests: Mark two more tests as slow
1818  - !345 Fix build failure on systems without POSIX spawn
1819  - !347 Use Meson 0.48.0 for CI
1820  - !348 Documentation tweaks for g_array_free
1821  - !353 Meson: Do not run tests/refcount with --tap
1822  - !354 Fix spelling mistakes detected by Debian's Lintian tool
1823  - !358 Autotools: Move libmount from Libs.private to Requires.private
1824  - !360 CI: Test static build on installed glib
1825  - !363 Tests: Mark printf wrappers with G_GNUC_PRINTF
1826  - !364 ci: Enable FreeBSD CI
1827  - !366 gunixmounts: Mark mounts as system internal instead of filtering out
1828  - !372 gmacros: Fix G_[UN]LIKELY to not mask -Wparentheses
1829  - !374 gthreadpool: Include prgname in thread name
1830  - !375 m4macros: Allow information from pkg-config to be overridden
1831  - !376 gthread: Clarify priority handling in GRWLock
1832  - !379 Ignore g_return_*if_fail() branches in lcov coverage report
1833  - !381 Add UTF-8 communication tests for GSubprocess
1834  - !384 gtask: Add a g_task_set_name() method
1835  - !387 ci: Enable FreeBSD CI in the official repository
1836  - !396 m4: Fix AM_PATH_GLIB_2_0 macro
1837  - !400 grefcount: add missing gatomic.h
1838  - !403 build-sys: Pass CFLAGS to $(DTRACE)
1839  - !405 ci/msys2: fix path to the lcov config file
1840  - !406 meson: Mark 1bit-emufutex test as slow
1841  - !407 meson: Increase test timeouts
1842  - !410 gfileutils: Add examples to g_path_get_dirname() documentation
1843  - !411 Various GVariant, GMarkup and GDBus fuzzing fixes
1844  - !412 Enable compile time check of g_date_time_format() format
1845  - !413 Add support for g_auto(s)list to G_DECLARE'd types
1846  - !414 gio, tests: ensure objectmanager sources are generated
1847  - !415 gseekable: fix 'attmepting' typo
1848  - !416 gdbus-peer: Make sure to not include objectmanager-gen.c source
1849  - !417 Fix ^*ay handling in g_variant_iter_loop()
1850  - !418 Meson: Cleanup a FIXME now that we have dict addition
1851  - !420 gdbus-codegen: add autocleanup for FooObject
1852  - !422 GMarkup buffer overflow fixes for error handling, round 2
1853  - !423 gutils: Check whether getauxval function exists
1854  - !424 ci: Fix Docker image version
1855  - !425 gdate: Reinitialize using_twodigit_years and locale_era_adjust.
1856  - !435 gdatetime: Fix formatting of time zones offsets in range -01:00 to +00:00
1857  - !436 valgrind: Add glib_init()-related suppressions
1858  - !440 Fix minor memory leaks in tests
1859  - !443 tests: Avoid multithreaded use of g_test_rand_int_range
1860  - !444 gvarianttypeinfo: Consistently use atomics to access ref_count
1861  - !446 gmain: Fix data races in GUnixSignalWatchSource and GChildWatchSource
1862  - !451 closures test: Avoid timeout on ARM64 CPUs
1863  - !452 Atomic reference count in GVariant, ContainerInfo and GDBus introspection
1864  - !453 tests: Fix some data races in tests
1865  - !454 gdbusproxy: make g-name-owner property useful with unique names
1866  - !458 glib-compile-resources: Fix size allocation for compressed streams
1867  - !460 gatomicrefcount: Make g_atomic_ref_count_init non-atomic
1868  - !461 Meson: Fix build error in gdbus-example-objectmanager
1869  - !462 meson: add aarch64 memory barrier handling
1870  - !463 gio, tests: fix leak of dbus connection.
1871  - !467 Update documentation of g_tls_connection_handshake() again
1872  - !469 docs: add index of new symbols for gio > 2.52
1873  - !470 docs: Clarify return/error behaviour of D-Bus signal subscriptions
1874  - !472 gdbusmessage: Gracefully handle message signatures with invalid types
1875  - !477 gthread: Remove unsynchronized access to g_once_init_list from assertion
1876  - !478 Deprecate TLS rehandshaking
1877  - !480 docs: add a missing semicolon
1878  - !482 Check for 'z' library before fallbacking to subproject
1879  - !483 meson: Turn selinux into a meson feature and make it auto by default
1880  - !484 Meson: Add 'nls' option to disable translation
1881  - !485 gdbus-codegen: Tag interfaces and properties so annotated with G_PARAM_DEPRECATED
1882  - !486 Check for zlib header
1883  - !489 glib-mkenums: Support reading @rspfiles for arguments
1884  - !490 gspawn: Fix g_spawn deadlock in a multi-threaded program on Linux
1885  - !491 Meson: Add missing include_directories when using glib as subproject
1886  - !492 g_value_get_variant: return value is transfer-none not transfer-full
1887  - !494 Resolve "Follow-up from "gunixmounts: Stop considering cifs/nfs as system file systems""
1888  - !500 genviron: make g_environ_* case-insensitive on Windows
1889  - !504 tests: Unset LANGUAGE when running gdatetime tests
1890  - !505 Support isolating directories for unit tests
1891  - !508 ci: Install additional locales used during tests
1892  - !510 Add new Linux Testing project version number to configure script
1893  - !511 gvariant: Fix error handling for parsing Unicode escapes
1894  - !514 fix gdbus-codegen --interface-info-{header,body}
1895  - !515 binding: Clarify the use of g_object_unref() to remove a binding
1896  - !517 Meson: Fix deprecation warning with upcoming 0.49.0 release
1897  - !518 Meson: Fix declare_dependency() calls
1898  - !520 GTlsConnection: add ALPN support
1899  - !521 tests: Rename macro to avoid conflict with encoding prefix
1900  - !522 gtlscertificate: Add support for TPM keys in PEM files
1901  - !524 gdatetime: Fix typo in the comment
1902  - !528 Add GRecMutexLocker
1903  - !530 tests: Minor improvements to mkenums.py and taptestrunner.py used by it
1904  - !534 gtlscertificate: Fix bug in PEM private key parser
1905  - !536 Various minor docs fixes
1906  - !541 gtimezone: Fallback to /etc/timezone on Gentoo
1907  - !546 spawn: add shebang line to script
1908  - !547 Do not check for NULL when calling free()
1909  - !549 Improve documentation of g_assert_error()
1910  - !551 Revert "tests: Fix GOptionContext leak in GSubprocess tests"
1911  - !554 Only subscribe to owner-changed signals on message bus connections
1912  - !555 Suppress -Wint-in-bool-context warning with G_DEFINE_INTERFACE and g++
1913
1914 * Translation updates:
1915  - Brazilian Portuguese
1916  - Czech
1917  - Danish
1918  - Greek
1919  - Hungarian
1920  - Lithuanian
1921  - Norwegian bokmål
1922  - Polish
1923  - Slovak
1924  - Slovenian
1925  - Spanish
1926  - Swedish
1927  - Turkish
1928
1929
1930 Overview of changes in GLib 2.58.0
1931 ==================================
1932
1933 * Tarball built with `ninja dist`, so if you want to build this release with
1934   autotools (which is supported), you will need to re-run autogen.sh. This
1935   release, and all micro releases in the 2.58.x series, support being built
1936   with Meson or autotools. See:
1937   https://mail.gnome.org/archives/gtk-devel-list/2018-June/msg00012.html
1938
1939 * Fix cancellation of g_subprocess_communicate_async() calls. See !266.
1940
1941 * Drop support for the __int64 type, which further breaks compilation on old
1942   MSVC versions (before VS2013). See #1313.
1943
1944 * Expose GSettings schema directory in gio-2.0.pc as `schemasdir`. See !274.
1945
1946 * Support v3 of the xdg-desktop-portal network monitor API. See !265, !279.
1947
1948 * Fix G_MODULE_SUFFIX on macOS when GLib is built with Meson — it should be `so`
1949   rather than `dylib`. Projects that use Meson and the `g_module_build_path()`
1950   API such as glib-networking should pass `name_suffix:` to `shared_module()` to
1951   ensure that plugins continue to be called libfoo.so on macOS. See !280.
1952
1953 Bugs fixed:
1954  !280 meson: Always set G_MODULE_SUFFIX to `so` on macOS
1955  !266 subprocess: Fix communicate_cancelled signature
1956  !279 Revert "Add a gnet utility" (see !265)
1957  !265 Network monitor again
1958  !274 gio: Provide schemas directory information in pkg-config file
1959  !239 gvariant: Fix more bounds checking in GVariant text format parser
1960  !195 garray: add overflow checks before expanding array
1961  #1497 g_strdup_printf warns on invalid format specifier with G_GUINT64_FORMAT on Win32
1962  !270 autotools: remove support for the __int64 type. See #1313
1963  !267 ci: Add an autotools job
1964
1965 * Translation updates:
1966  Czech
1967  Galician
1968  Indonesian
1969  Italian
1970  Kazakh
1971  Korean
1972  Turkish
1973
1974
1975 Overview of changes in GLib 2.57.3
1976 ==================================
1977
1978 * G_GNUC_MALLOC’s definition has been tightened up to match an updated
1979   definition from GCC. Many uses of G_GNUC_MALLOC which were previously
1980   appropriate may cause miscompilation with newer GCC versions. Check your uses
1981   of it against the updated documentation. See #1465.
1982
1983 * Many minor documentation fixes.
1984
1985 * Fix for gint64 and int64_t compatibility on macOS and BSD. See #972.
1986
1987 * Fix free space metadata on some file systems (notably FAT). See #328.
1988
1989 * Support installed-tests with our Meson build system. See #1444.
1990
1991 * Forbid @filename@/@basename@ in glib-mkenums templates, which is a change to
1992   its long-standing behaviour (which was long-standing nonsensical). See !241.
1993
1994 * Various stat() fixes on Windows. See #1452, #1476.
1995
1996 * MinGW-w64 ABI warning: In case you build 64 bit glib without LFS support by
1997   passing --disable-largefile (not the default) and use GStatBuf, you need to
1998   rebuild your application as the size of GStatBuf has changed for this case.
1999   See #1476.
2000
2001 * Improve TAP compatibility of g_test_incomplete(). See #1474.
2002
2003 * Change fallback preferences when loading icons. See !72.
2004
2005 Bugs fixed:
2006  !263 build: Clean files left behind after gio/tests/gresource.c test
2007  !262 gmem: Only evaluate pointer argument to g_clear_pointer() once
2008  #1465 Many uses of G_GNUC_MALLOC are incorrect
2009  #1448 g_error does not abort() as documented
2010  #1494 g_clear_pointer may not use the correct calling convention with its callback
2011  #972 Mismatch between gint64 and int64_t on 64-bit macOS/BSD
2012  !251 gtestdbus: Fix watcher crash on FreeBSD
2013  #1492 gcc-8: -Wcast-function-type: new warnings for g_list_copy_deep()
2014  !252 tests: fix gnotification tests broken due to the recent icon name fallback changes
2015  #328 filesystem::{free,size,used} not set for full FAT fs
2016  !248 network monitor portal: update properties initially
2017  #1373 Incorrect transfer annotation for g_binding_unbind.
2018  #1444 the meson build doesn't support installed tests
2019  #1027 Fix trashing on overlayfs
2020  #1454 gvdb does not treat corrupt files as empty as promised; dconf suffers
2021  !243 tests: Explicitly set TZ=UTC for g_time_val_from_iso8601() testing
2022  #1488 ‘O_CLOEXEC’ undeclared (first use in this function)
2023  !241 glib-mkenums: forbid @filename@/@basename@ in fhead and ftail
2024  !240 gtimer: Ensure arithmetic is correctly signed for ISO 8601 parsing
2025  #1452 GFileInfo: unable to retrieve correct modification time of links and mounted volumes on Windows
2026  !234 DOC: Documentation fix in GTask description
2027  #1363 Meson: Review cross compilation properties
2028  !225 gtimer: Add overflow checks to g_time_val_from_iso8601()
2029  !230 gbookmarkfile: Fix some more minor leaks when metadata elements are repeated
2030  !229 Fix up g_bytes_compare() documentation
2031  #1476 g_stat - possbile memory corruption causing SEGFAULT
2032  !199 Update TLS documentation
2033  #1474 g_test_incomplete() makes test_case_run() return FALSE
2034  #1475 glib/tests/atomic.c test_types() trips -Werror=bad-function-cast on Debian armel
2035  #1472 Test for BROKEN_IP_MREQ_SOURCE_STRUCT is broken on Windows / Mingw
2036  !220 date test: Use g_test_skip(), not g_test_incomplete()
2037  #1467 malloc difference causes refstring test to fail on FreeBSD
2038  !230 gbookmarkfile: Fix some more minor leaks when metadata elements are repeated
2039  #1466 Not Able to Build glib 2.57.2 in Mingw-w64 x64 bits
2040  #1433 test_posix_parse: assertion failed (g_time_zone_get_abbreviation (tz, 0) == "UTC"): ("LMT" == "UTC")
2041  #1446 Follow-up from "Document difference between g_assert() and g_assert_*() wrt G_DISABLE_ASSERT"
2042  !206 grefstring: Avoid an unnecessary NUL assignment
2043  #1458 g_volume_get_mount returns NULL value after g_volume_mount_finish is called with no error
2044  !72 gio: icons should fallback to non-preferred style appropriately.
2045
2046 * Translation updates:
2047  Brazilian
2048  Chinese (Taiwan)
2049  French
2050  German
2051  Lithuanian
2052  Polish
2053  Romanian
2054  Turkish
2055
2056
2057 Overview of changes in GLib 2.57.2
2058 ==================================
2059
2060 * Require pcre 8.31
2061 * Require meson 0.47.0
2062
2063 * Bugs fixed:
2064  742456 Add g_steal_pointer() convenience function to mark ownership...
2065  795569 MinGW CI: fix tests
2066  796341 gmem.h: Use typeof() in g_steal_pointer() macro
2067  #1013 Support for per-session overrides
2068  #1360 glib-mkenums breaks if option specified but no nick
2069  #1175 Add names and tags to various GSources and GTasks constructed in GLib
2070  #903 g_main_context_wait() not deprecated in API, but emits a g_critical()...
2071  #786 Fix memory leaks in libgio tests
2072  #927 gio/gresource.c:do_lookup check for terminating "/"
2073  #976 Document difference between g_assert() and g_assert_*()...
2074  #1447 glib 2.57.1: test_month_names: assertion failed...
2075  #1407 Update to Unicode Character Database 11
2076  #1455 glib python tools have full python path in shebang, limits to 128 characters
2077  #1459 Missing g_return_val_if_fail in g_async_queue_timeout_pop
2078
2079 * Translation updates:
2080  Friulian
2081  German
2082  Romanian
2083  Spanish
2084
2085
2086 Overview of changes in GLib 2.57.1
2087 ==================================
2088
2089 * New api:
2090  - g_hash_table_steal_extended
2091  - G_GNUC_NO_INLINE 
2092
2093 * Bug fixes:
2094  668132 Use libmount and expose mount options on GUnixMountEntry type
2095  736741 Update private copy of valgrind.h
2096  748620 g_regex_* utf-8 validity requirements are not stated clearly
2097  784995 meson: some Windows improvements
2098  788771 NODELETE missing when built with meson
2099  788773 meson does not install correct pc files
2100  789968 Add g_autoptr() support for GTypeClass
2101  794325 Various fixes to compile on OSX
2102  795152 gdesktopappinfo: Mark GDesktopAppInfo constructors as nullable.
2103  795165 Add g_date_time_get_timezone() and g_time_zone_get_identifier()
2104  795180 Investigate performance impacts of recent compiler features on hot functions
2105  795302 Add g_hash_table_steal_extended() API
2106  795376 Add g_ptr_array_steal()
2107  795544 Add binary/textfile/zero size detection
2108  795569 MinGW CI: fix tests
2109  795636 gitlab-ci: generate test coverage reports
2110  795735 Fix comparison for GVariant property values
2111  795802 gdbus-codegen doesn't accept --output-directory with --output for --body and --header
2112  795849 gwin32: Fix detection of MinGW32 vs MinGW-w64
2113  795876 meson: Fix checks for posix_memalign and stpcpy
2114  795960 g_format_size_for_display() is deprecated since 2.30
2115  796085 Meson: Many apps breaks on non-glibc because of missing libintl
2116  796138 Fix typo in g_file_info_set_attribute docs
2117  796139 Add g_autoptr() support for GParamSpec
2118  796164 Fix atomic ops check in meson.build
2119  796186 Typo: "instead off" in gsignal.c
2120  796213 Meson: Fail to build on macosx
2121  796220 meson: do not run atomic test with msvc
2122  796264 Add android CI
2123  796325 meson: Add exception for atomic ops test for Android
2124  796328 gengiotypefuncs.py: Read and parse files in binary mode 
2125
2126 * Translation updates:
2127  Czech
2128  Indonesian
2129
2130
2131 Overview of changes in GLib 2.57.0
2132 ==================================
2133
2134 * Bug fixes:
2135  739424 Rewrite kqueue GFileMonitor backend to drop threading
2136  751826 Use g_get_language_names() for other locale categories
2137  788773 meson does not install correct pc files
2138  793400 g_application_id_is_valid() not strict enough
2139  793578 gdatetime tests depend on Japanese translation of month names
2140  793645 test_month_names: Updated translations needed for el_GR, hr_HR, ru_RU
2141  793729 gitlab-ci: Add Windows MinGW support
2142  793994 GUnixVolumeMonitor doesn’t show user mounts when run as root
2143  794170 gdbus: hexdecode() and hexencode() do not return/use decoded/encoded s...
2144  794194 gobject_gdb.py: 'address' is a property of gdb.Value not a function
2145  794207 leak: g_socket_listener_add_inet_port increases ref-count on socket-li...
2146  794284 Support whitespace stripping for JSON resources
2147  794285 glib-compile-resources should not noisily g_printerr() when xmllint is...
2148  794473 Remove duplicated option in gio.xml
2149  794506 glib-mkenums: Enters infinite loop if using typedef enum SomeIdentifier
2150  794528 Fix segfault caused by use-after-free in GPollFileMonitor
2151  794555 glib meson build fails on MinGW due to misdetected functions
2152  794557 gtkdoc-scangobj fails on gio in meson builds
2153  794606 glib-2.56.0 fails to compile when res_nquery is not available
2154  794635 gmacros: Don't define bogus __has_* macros
2155  794636 G_HAVE_GNUC_VISIBILITY is defined in meson MinGW builds
2156  794686 Date (except weekday) displayed in English
2157  794732 Fix various compiler warnings 
2158
2159 * Translation updates
2160  Hungarian
2161  Slowak
2162  Slovenian
2163  Spanish
2164
2165
2166 Overview of changes in GLib 2.56.0
2167 ==================================
2168
2169 * Bugs fixed:
2170  672777 Error in gdummyfile.c
2171  732184 GObject: warn on use of deprecated properties
2172  733338 Don't segfault in GNetworkMonitor when IPv6 support is unavailable
2173  742124 g_data_input_stream_read_upto()'s documentation should say that the...
2174  749206 GDateTime: month names in the genitive case
2175  768507 simplify qguark functions
2176  791457 Slow transfer rate when writing to smb/cifs
2177  793272 fix GCC 8.0's -Wcast-function-type warnings
2178  793300 g_hash_table_add() return value change in 2.40 not mentioned in docs
2179  793399 Fix some cases of -Wduplicated-branches
2180  793555 -Wimplicit-function-declaration when using g_abort()
2181  793565 GLib does not compile on macOS 10.13 due to .m file naming
2182  793597 gdbus-tool: Make --dest optional for emit again
2183  793635 Enable CI for GLib
2184  793880 gnetworkmonitor: Minor fixes based on code review 
2185  793578 gdatetime tests depend on Japanese translation of month names 
2186  794180 test_month_names fails unless installed
2187
2188 * Translation updates:
2189  Brazilian Portuguese
2190  British English
2191  Catalan
2192  Czech
2193  Danish
2194  Dutch
2195  Finnish
2196  French
2197  Friulian
2198  Galician
2199  German
2200  Hungarian
2201  Indonesian
2202  Italian
2203  Kazakh
2204  Korean
2205  Lithuanian
2206  Polish
2207  Scottish Gaelic
2208  Serbian
2209  Serbian Latin
2210  Spanish
2211  Swedish
2212  Turkish
2213
2214
2215 Overview of changes in GLib 2.55.2
2216 ==================================
2217
2218 * GFile now has API to get the path without copying
2219
2220 * A network monitor implementation for Windows has been added
2221
2222 * Bugs fixed:
2223  520116 g_utf8_strlcpy()
2224  584284 g_data_input_stream_read_until_async behaves confusingly different f...
2225  605700 request for g_key_file_get_locale()
2226  658713 ngettext (plural forms) needed for "Message has %d file descriptors ...
2227  685442 windows GNetworkMonitor implementation
2228  723003 gsettings list-recursively reports some keys multiple times
2229  749583 GSequence performance improvements
2230  757284 Move G_DIR_SEPARATOR* and G_SEARCHPATH_SEPARATOR* into glibconfig.h
2231  760324 [PATCH] gkeyfile.c: find_file_in_data_dirs fails to return the path ...
2232  761102 Increase performance for main loop
2233  767976 GFile: Add g_file_peek_path()
2234  770335 gdbus-codegen: generated getter for 'ao' property is actually (trans...
2235  772989 Totem allows invalid urls that might cause segfault that's irrecover...
2236  790698 convert: test failure on NetBSD
2237  791015 gdbus-codegen: Split generation of header and source
2238  791622 Disable strict-aliasing in GLib
2239  792050 GResolver is not thread-safe
2240  792217 Deprecate GTlsClientConnection:use-ssl3
2241  792338 meson, autotools: figure out if mem barrier is needed for arm64 host...
2242  792351 gbookmarkfile: check length before dereferencing groups
2243  792364 gdbus-threading test method-calls-in-thread: assertion failed (elaps...
2244  792370 GNetworkMonitor: Rename "network-changed" signal argument
2245  792410 GDateTime new_from_iso8601 test broken in 2.55 on i386
2246  792432 flush stdout after logging (debug) messages
2247  792455 Improve docs of GSequence
2248  792499 deadlock on startup with TCP session bus
2249  792516 gconvert: More consistent handling of embedded NUL bytes
2250  792777 g_notification_set_urgent() unconditionally sets G_NOTIFICATION_PRIO...
2251  792780 gbytes should reference toplevel bytes when slicing with g_bytes_new...
2252  792856 off64_t isn't a part of C standard
2253  792862 gpollableoutputstream: document side effects of WOULD_BLOCK on D/TLS
2254  792903 Clarification between g_try_.. functions and their counterparts
2255  793006 High CPU load for GUnixMountsMonitor consumers
2256  793026 possible mem leak in g_mutex_impl_new
2257  793074 g_message() does not get -Wformat warnings when compiling with G_LOG...
2258
2259 * Translation updates:
2260  Hungarian
2261  Indonesian
2262  Polish
2263
2264
2265 Overview of changes in GLib 2.55.1
2266 ==================================
2267
2268 * Build:
2269  - The --enable-rebuilds configure option has been removed
2270  - The --with-charsetalias-dir configure option has been added
2271
2272 * GList and GSList now have autoptr support
2273
2274 * The gsettings list-schemas command has gained a --print-paths option
2275
2276 * Bugs fixed:
2277  346816 Refactor LIBDIR in libcharset Makefile
2278  508976 Does g_slist_sort preserve the order of equal elements?
2279  562334 2.18.2 break libglade on Solaris
2280  662802 systemtap multiarch issue
2281  684282 Add support static link of GIO modules
2282  692034 Install an invalidation notifier for GClosure in g_source_set_closure()
2283  694723 Get rid of REBUILD stuff in configure.ac
2284  697715 floating point precision problem in check test gst/gstvalue
2285  701156 testgobject assumes that the priv data follows the instance data
2286  720380 Segfault when using GDBusMenuModel on a peer-to-peer connection
2287  724383 glib: document restrictions on various foreach() functions
2288  724412 GLib mappedfile.c test uses g_get_user_runtime_dir instead of a tempo...
2289  724794 Fix "on on" typo in tap-driver.sh comment
2290  732003 gnode: Eliminate implicit signed-to-unsigned integer conversion
2291  734479 G_VALUE_HOLDS etc. cause -Wcast-qual warnings for a const GValue *
2292  737677 gmain: Make GSourceCallback thread-safe
2293  741167 gdbus-codegen fix for boxed out parameters
2294  748534 gtest: if a subprocess assertion fails, print its stdout and stderr
2295  749527 add weak pointer helpers similar to g_set_object
2296  749652 compilation errors with gcc 4.8
2297  754634 Update the list of Linux filesystem magic numbers used in get_fs_type
2298  756011 Fix up annotations for GBookmarkFile
2299  761102 Increase performance for main loop
2300  773980 GIR scanner doesn't interpret array type properly
2301  776147 gio/glocalfilemonitor.c doesn't handle case G_FILE_MONITOR_EVENT_MOVE...
2302  776195 -z nodelete configure check does not work on Solaris
2303  777075 Potential leak of memory pointed to by 'list'
2304  779413 Translated X-Geoclue-Reason string not used in a dialog window
2305  780309 gio/tests/appinfo build fails: gdesktopappinfo.c skipped on OS X
2306  780893 Reword licensing header for gdbus-codegen
2307  782057 Unit tests fail in run-assert-msg-test.sh
2308  784995 meson: some Windows improvements
2309  786796 gtk-doc build fails with meson
2310  788806 Impossible to build static glib via meson
2311  788936 Show mime type icons on OS X
2312  790416 g_date_time_format returns empty string on %r with German locale
2313  790588 Generated file missing from .gitignore
2314  790697 g_object_ref API should propagate parameter type
2315  790785 glib-tap: Add missing mkdir for .test generation rule
2316  790829 glib-genmarshal --body must not generate alias implementations
2317  790830 Mismatch between number of interface methods in text and example code
2318  790837 Meson: missing many configure options
2319  790839 GApplication command line: lacks parameter_string, summary and descri...
2320  790877 fix non-portable check in G_GNUC_CHECK_VERSION
2321  790894 Do not connect to the session bus when trying GProxyResolverPortal io...
2322  790896 docs/reference/README has broken link to http://www.gtk.org/rdp/
2323  790914 gdesktopappinfo: Downgrade a warning to a debug message
2324  790934 gtester doesn't handle skipped tests
2325  790948 GSourceFuncs documentation is confusing: when will dispatch be called?
2326  791036 Guard for g_output_stream_vprintf makes no sense
2327  791128 C runtime complains about bad arguments on each g_log() call
2328  791221 po/README.translators has no useful information in 2017
2329  791235 Fix gschema.dtd regarding flags.
2330  791267 Make gschema.dtd usable.
2331  791296 gtester-report: fix range usage when running as python3 app
2332  791318 GBytes: Improve documentation
2333  791325 Gio handling of thumbnail:: attribute namespace causes inconsistent b...
2334  791334 gbinding.c:898: The target object of type GNetworkAddress has no prop...
2335  791337 Crash opening URIs with g_desktop_app_info_launch_uris_with_spawn()
2336  791342 Add autoptr support for lists
2337  791460 meson: fixes for OSX
2338  791532 Implicit declaration of function ‘memcmp’ in gtestutils.h
2339  791622 Disable strict-aliasing in GLib
2340  791720 Criticals in gio/xdp-dbus.h leading to crash under flatpak
2341  791744 gmenumodel test sometimes fails: assertion failed (items_changed_coun...
2342  791745 not immediately clear whether g_test_slow() is in effect by default
2343  791906 GSocketListenerClass.event has wrong signature
2344  792064 gsettings list-schemas --print-paths
2345  792098 Binding: bind_property’s @notify func is nullable
2346  792099 gdbus-test-codegen: Cast to void* to printf "%p"
2347  792129 meson: skip optional linux/unix deps that default to true when buildi...
2348  792322 GLib-GIO:ERROR:gschema-compile.c:51:test_schema: child process (/gsch...
2349  792324 gkeyfile: Document need for KEEP_TRANSLATIONS with get_locale_string()
2350
2351 * Translation updates
2352  Hebrew
2353  Indonesian
2354
2355
2356 Overview of changes in GLib 2.55.0
2357 ==================================
2358
2359 * New API:
2360   - g_clear_handle_id, to simplify removing sources from the default mainloop
2361   - g_file_load_bytes, to make it more convenient to load files into GBytes
2362
2363 * Bugs fixed:
2364  330458 Sample code for the GLib Key-value parser
2365  483341 g_error and friends create warnings when not used in MSVC
2366  569375 g[u]intptr undocumented
2367  573251 documentation for g_seekable_truncate() needs some love
2368  629347 Missing annotations in GFile (was: Perf throws an exception in cur...
2369  630983 [PATCH] Type accuracy for result of strlen() in string utilities.
2370  632953 Clarify documentation of GValueTransform.
2371  636210 Document that pre-unmount is not guaranteed and backend-dependant
2372  656502 type information for GSettings::backend missing from .gir
2373  661442 Nautilus crashes when refreshing home folder after modifying ~/.co...
2374  668035 gtester-report broken with python 2.7.2 and glib 2.30.1
2375  670139 gbytes.c:try_steal_and_unref nit
2376  677233 (transfer full) annotation not correct for g_closure_new_simple re...
2377  679347 glocalfile seems to leak 'fstype'
2378  679467 Mention translation in g_warning() documentation
2379  689323 Variable scoping in gunixmounts.c
2380  691436 glib-mkenums output arch dependent
2381  695681 gsettings bash completion put error messages
2382  705331 AM_PATH_GLIB_2_0 macro fails with -Wstrict-prototypes -Werror
2383  706667 Fix permission denied error when installing from an nfs directory
2384  711809 gdbus-proxy: Fix erroneous timeout during following tests
2385  722256 gslist: Simplified node removal and got rid of some code duplication
2386  723655 Socket source is left in the poll after the socket is closed
2387  723743 g_child_watch_add() doesn't check for non-pids
2388  725014 g_settings_schema_source_ref should check for NULL pointer
2389  727346 docs: Escape some backslashes for markdown
2390  730296 gsignal: Fix a potential NULL pointer dereference
2391  731625 Improve test for darwin printf format-strings
2392  731705 gio/tests/desktop-app-info assumes /bin/true
2393  737278 Clarify relationship of g_application_quit() to hold count
2394  738176 Skip GSpawnChildSetupFunc closures in introspection
2395  740223 source_object for GAsyncResult should be nullable
2396  740791 gio: cannot specify the source when joining a multicast group (IGM...
2397  740826 glib doesn't know fuse filesystems
2398  742548 configure.ac: stay out of autoconf's namespace
2399  742997 Don't skip invalid enum values in schemas
2400  745723 -Wunused-but-set-variable work-around no longer sufficient
2401  749371 Use a GHashTable as a set when possible
2402  751738 Unused-variable warnings in glib/tests/autoptr.c
2403  752239 Missing dependency for python files in build file
2404  752240 Add DTLS support to GIO
2405  753459 GDateTime: Add conversion functions from/to ISO 8601 strings
2406  753521 g_subprocess_launcher_set_environ misses argument annotations
2407  754026 gfileutils: add some sanity checks
2408  756009 'const gchar* const *' gets incorrectly defaulted to utf8
2409  756103 Skip g_base64_decode_step() in introspection
2410  756128 Fix up annotations in gconvert
2411  756430 g_rw_lock_reader_lock() can return without locking, or error
2412  756470 Fix up annotations in gdataset.c
2413  756588 Fix up annotations on data/qdata API of GObject
2414  760022 Memory leak in gvariant-parser.c
2415  760109 [PATCH] Invalid GDate can't be g_boxed_copy()'d
2416  760716 Fix documentation regarding <glib/gprintf.h>
2417  765063 Update annotations for gio
2418  765552 Please set serial in .m4 files to prevent autoreconf failure on up...
2419  767215 GCC version number is interpreted as start of a list in docs for g...
2420  767239 Tautological comparisons in convert tests
2421  769674 some GIO tests' arbitrary timeouts are too short
2422  769846 gmessages: Add timestamp to g_log_writer_format_fields()
2423  770459 Tutorial article is slightly wrong
2424  773355 Incorrect documentation about stopping a signal emission from a hook
2425  774083 spelling mistakes in glib: charater
2426  776562 Add Intel C Compiler support for G_GNUC_BEGIN/END_IGNORE_DEPRECATI...
2427  777308 GModule win32: disable error dialog popup
2428  777310 gio/gasynchelper.c: fix cast from pointer to smaller int type on w...
2429  777956 gmessages: Update advice for G_LOG_DOMAIN
2430  779182 xdg-open fails with gio open for some uris
2431  779501 Type of GIConv given wrongly on web
2432  780202 introspection: Don't expose GValueArray.free
2433  780296 xdg-open/gnome-open doesn't work if service isn't started
2434  781598 gstdio.h should #include what it needs to work
2435  781867 various gvfsd-* wants to look in /boot/efi, causes unnecessary/ina...
2436  783210 build: Switch to sassc for generating style
2437  783270 Improve Visual Studio support for Meson builds
2438  783825 Suggest that asynchronous operations should invoke the callback in...
2439  786737 No g_variant_get() example for dicts
2440  786785 Commit #fe2a9887a8 breaks gdbus-codegen, cannot find its module so...
2441  787271 Make GListModel usable from G-I bindings
2442  787485 g_tls_backend_supports_dtls () returns true when the backend doesn't
2443  787551 Factor out some duplicated code in GParamSpec validation
2444  787581 tests: Add tests for g_slist_copy() and g_slist_copy_deep()
2445  787671 meson: Fix permissions of installed scripts
2446  787731 g_file_query_filesystem_info() wrongly reports "filesystem::readon...
2447  788138 glib-compile-resources: Fix leak of a GHashTable
2448  788180 G_FILE_ATTRIBUTE_ID_FILE is useless on W32
2449  788270 gmodule - failed to load symbol on Android 64bit
2450  788368 Race condition in GDbusObjectManagerClient
2451  788384 gtypes: Fix signedness of __builtin_bswap() usage
2452  788385 gtestutils: Explicitly cast args to g_assertion_message_cmpnum()
2453  788401 PATCH: MacOS build cannot detect content type from content - xdgmi...
2454  788467 Fatal errors and warnings should be reported as TAP
2455  788488 GFile-based API for g_build_filename()
2456  788489 gmain: add g_clear_source API
2457  788561 Document how to integrate GTest into your project
2458  788594 gdbus-tool doesn’t handle non-message-bus connections correctly
2459  788705 Allow building GLib on older Linux platforms
2460  788766 fixed a doc-typo in socket_get_remote_address
2461  788772 meson installs gdb scripts incorrectly
2462  788863 Add more filename type annotations for strings which can contain f...
2463  788880 gunixmounts: Update list of virtual file systems to ignore
2464  788927 Expose better API for detecting ‘system’ mounts
2465  788936 Show mime type icons on OS X
2466  788948 Document Autotools best practices for genmarshal/mkenums
2467  788975 Meson + Visual Studio: Can't find zlib.h with subprojects/zlib
2468  788978 Document XML has a syntax error
2469  788989 Use subdir-objects with Autotools
2470  788990 Include licensing information in output from glib-mkenums, glib-ge...
2471  789087 gint and guint misrepresented as functions
2472  789170 GFormatSizeFlags should have a value for bits
2473  789245 g_settings_bind() not conforming to lifecycle specification
2474  789444 Fix handling of length in g_utf8_make_valid
2475  789637 glib-mkenums: Fails when --ouput file does not exist
2476  789681 meson: Libmount support not built
2477  789723 [PATCH] gdbus-codegen: Call abspath() earlier
2478  789755 g_get_host_name: ensure return value is always UTF8 encoded
2479  789820 GPollFileMonitor is not cleaning up correctly
2480  790015 docs: Various linking and syntax fixes
2481  790030 GResource/GVariant fails to load from non-pointer aligned memory
2482  790093 gio-tool: fix inverted logic in monitor tool
2483  790126 gengiotypefuncs.py is missing from tarballs
2484  790147 build: Drop data-to-c.pl in favour of data-to-c.py
2485  790157 gmessages: Give examples of G_DEBUG with gdb in the documentation
2486  790272 file: add g_file_load_bytes()
2487  790275 avoid temporary string allocations in g_resources_enumerate_children
2488  790310 speedup path canonicalization in GResourceFile
2489
2490 * Translation updates:
2491  Catalan (Valencian)
2492  Czech
2493  German
2494  Nepali
2495  Norwegian bokmål
2496  Slovak
2497  Slovenian
2498  Spanish
2499
2500
2501 Overview of changes in GLib 2.54.0
2502 ==================================
2503
2504 * Bugs fixed:
2505  780861 Crash in GnomeWallClock
2506  786983 Please make the output of gio-querymodules deterministic
2507  787109 Valgrind false positive in ioctl() in btrfs file copy
2508  787123 glib: Slighty update GIOChannel documentation
2509  787146 GMainLoop: match of parameter pair of LOCK_CONTEXT/UNLOCK_CONTEXT
2510
2511 * Translation updates:
2512  Basque
2513  Catalan
2514  Romanian
2515  Swedish
2516
2517
2518 Overview of changes in GLib 2.53.7
2519 ==================================
2520
2521 * Bugs fixed:
2522  736710 remove unnecessary executions of libtool from configure
2523  785260 gio/tests/appmonitor fails if local dir not writeable
2524  786456 g_subprocess_wait[_check]_async() breaks when cancelled...
2525  786555 g_array_free() is not thread safe w.r.t. g_array_unref()
2526  786580 gdesktopappinfo.c: Add Tilix as a fallback terminal
2527  786807 g_uuid_string_random undefined when built with meson
2528
2529 * Translation updates:
2530  Brazilian Portuguese
2531  Catalan
2532  Czech
2533  Danish
2534  Finnish
2535  French
2536  Friulian
2537  German
2538  Italian
2539  Kazakh
2540  Korean
2541  Latvian
2542  Nepali
2543  Polish
2544  Spanish
2545  Turkish
2546
2547
2548 Overview of changes in GLib 2.53.6
2549 ==================================
2550
2551 * Bugs fixed:
2552  766358 glib doesn't respect XDG_* envvars on W32, ever
2553  783270 Improve Visual Studio support for Meson builds
2554  785955 pthread_setname_np misdetected with meson
2555  786060 Sequences documentation does not make it clear...
2556  786360 gobject: add autoptr support for GClosure
2557  786452 crash on Linux without stderr stream
2558  786460 gio-tool: Unify buffer sizes
2559  786462 Use g_output_stream_write_all instead of while
2560  786463 gio-tool-save: Prevent overwriting error
2561
2562 * Translation updates:
2563  Catalan
2564  Galician
2565  Hungarian
2566  Indonesian
2567  Lithuanian
2568  Nepali
2569  Serbian
2570
2571
2572 Overview of changes in GLib 2.53.5
2573 ==================================
2574
2575 * Bugs fixed:
2576  695573 Untranslatable strings in glib-compile-schemas
2577  725950 GApplication: call dbus_unregister only once, and before destruction
2578  731703 giomodule test misbuilds its test modules as libraries
2579  769135 External control for g_test_add/g_test_run
2580  779332 Rewrite mkenums in Python
2581  779607 Race between mounts-changed signal and g_unix_mounts_get() function
2582  784000 Improve strerror_r() detection
2583  784815 Map G_NOTIFICATION_PRIORITY_HIGH to NOTIFY_URGENCY_NORMAL
2584  784965 Use the glib preset for i18n in Meson
2585  784995 meson: some Windows improvements
2586  785113 glib-mkenums Python port fixes
2587  785130 G_LOG_DOMAIN shouldn't be left undefined for applications
2588  785438 Spurious -Wmaybe-uninitialized in gdatetime.c
2589  785468 glib/gpoll: Unnecessary if conditional included in the poll_rest() function
2590  785520 Replace advice to use removed gdk_spawn functions
2591  785577 clobbers errno while setting GError
2592
2593 * Translation updates:
2594  Slovenian
2595  Spanish
2596
2597
2598 Overview of changes in GLib 2.53.4
2599 ==================================
2600
2601 * Unicode support has been updated to Unicode 10.0.0
2602
2603 * glib-genmarshal and glib-mkenums have been rewritten in python.
2604   Every effort has been made to keep compatibility. Please report
2605   problems related to these tools
2606
2607 * GLib can now be built with meson. autotools are still supported
2608
2609 * Bugs fixed:
2610  722047 drop makefile.msc?
2611  733821 g_strerror() uses strerror(3) instead of strerror_r(3)
2612  773842 g_utf8_find_next_char() won't signal the end of a NUL-terminated string
2613  779332 Rewrite mkenums in Python
2614  780095 g_utf8_get_char_validated() stopping at nul byte even for length specified...
2615  780634 Remove remaining old codepage ABI comapt code
2616  783841 test_GDateTime_new_from_timeval_overflow fails on 32 bit systems
2617  784000 Improve strerror_r() detection
2618  784020 GKeyFile – Add array length annotations to to_data(), get_keys() and get_g...
2619  784037 gio: Mention the ALL_METADATA flag in g_file_copy()
2620  784433 gdbus-codegen with variant type parameters result in nested variant
2621  784456 Update to Unicode 10.0.0
2622  784528 Rewrite glib-genmarshal in Python
2623  784579 Calling g_dir_open on Missing Directory When Executable File Path Contains...
2624  784581 docs: Fix cut'n'paste error in g_resources_get_info() doc
2625  784739 Minor typo in configure error message
2626  784792 Just fixing a little typo in comments
2627
2628 * Translation updates:
2629  Hebrew
2630
2631
2632 Overview of changes in GLib 2.53.3
2633 ==================================
2634
2635 * Bugs fixed:
2636  658446 Add translation comment for wrong password notice string
2637  661926 Improve the default logging setup in GLib
2638  674885 type initialisation deadlock in GObject
2639  775593 GIO cannot write symlinks on FreeBSD and NetBSD
2640  776169 Various gio-tool fixes
2641  776333 Fix annotation on g_file_copy_async()
2642  776504 Upgrade license from LGPLv2+ to LGPLv2.1+
2643  777307 race condition between gdbus signal callback and g_bus_unwatch_name...
2644  778422 gsubprocesslauncher: Clarify the behavior of set_environ()
2645  781301 Stack pointer corrupted by incorrect call of NtNotifyChangeMultipleKeys
2646  782336 Add additional documentation of the GResource XML format
2647  782996 build: Use AM_TESTS_ENVIRONMENT rather than TESTS_ENVIRONMENT
2648  783061 GApplication: Remove some unused members
2649  783130 Make dbus activation sandbox-aware
2650  783193 Adapt to OpenURI api change
2651  783201 gdbus-codegen: Apply --output-directory to generated docs as well
2652  783340 win32: port monotonic times to use QPC
2653  783350 length parameter can be NULL g_data_input_stream_read_line
2654  783392 incorrect (out) annotation for g_dbus_interface_info_generate_xml
2655  783593 GGtkNotificationBackend should use /org/freedesktop/DBus to call Ge...
2656
2657 * Translation updates:
2658  Esperanto
2659  German
2660  Indonesian
2661  Kazakh
2662  Spanish
2663
2664
2665 Overview of changes in GLib 2.53.2
2666 ==================================
2667
2668 * A few new number parsing functions have been added:
2669   - g_ascii_string_to_signed
2670   - g_ascii_string_to_unsigned
2671   These have better error handling than the existing ones.
2672
2673 * glib-mkenums now supports /*< private >*/ and /*< public >*/
2674
2675 * GSettings now consider XDG_DATA_HOME in addition to XDG_DATA_DIRS.
2676
2677 * Bugs fixed:
2678  674885 type initialisation deadlock in GObject
2679  698064 Add g_ptr_array_contains()
2680  732000 gdatetime: Remove an unnecessary NULL pointer check
2681  734946 Implement GContentType on OSX
2682  741335 Possible differences in use of XDG_DATA_DIRS versus XDG base directory specification
2683  748263 Use-after-free in g_dbus_connection_call_internal()
2684  776876 gmodule – Various Android bug-fixes
2685  777030 build error where minor() and major() cant be resolved in gio/gdbusmessage.c
2686  780300 gio/gosxappinfo.c uses deprecated LSFindApplicationForInfo
2687  780309 gio/tests/appinfo build fails: gdesktopappinfo.c skipped on OS X
2688  781755 Avoid compiler warnings in generated marshallers code
2689  781826 portal support: Read /.flatpak-info
2690  781830 Fix some typos and errors in GVariant documentation
2691  781847 Use-after-free under send_message_with_reply_cleanup():gdbusconnection.c:1792
2692  781867 various gvfsd-* wants to look in /boot/efi, causes unnecessary/inappropriate auto...
2693  782068 doc: Trivial typo fixes
2694  782075 gtimer: Handle gmtime() failure in g_time_val_to_iso8601()
2695  782089 gdatetime: Fix overflow checks when constructing from timestamps
2696  782162 Support public/private trigraph in glib-mkenums
2697  782237 make check error
2698  782311 inode/directory is treated as a subclass of application/octet-stream
2699  782628 libmount build dependency check not requiring the right version?
2700
2701 * Translation updates:
2702  Hungarian
2703  Indonesian
2704  Spanish
2705
2706
2707 Overview of changes in GLib 2.53.1
2708 ==================================
2709
2710 * The gdbus tool gained a wait command
2711
2712 * g_unix_signal_source_new support SIGWINCH now
2713
2714 * There are now g_enum_to_string and g_flags_to_string functions
2715
2716 * A new function to instantiate objects: g_objet_new_with_properties
2717
2718 * GParameter and related APIs have been deprecated
2719
2720 * Bug fixes
2721  447907 enum/flags from string + type transform + tests
2722  668962 GUnixMountPoint/GUnixMountEntry not usable through gobject-introspection
2723  669355 gdbus-codegen output contains stray semicolons at file scope (forbidden in C99)
2724  674885 type initialisation deadlock in GObject
2725  698064 Add g_ptr_array_contains()
2726  709865 Add boxing to GParameter
2727  725894 build: Include gettext libraries for static compilation on Mac OS X
2728  734946 Implement GContentType on OSX
2729  741229 gio: Handle NULL cached properties in NetworkManager monitor
2730  745971 gdbus-tool: Add a command to wait for a well-known name on the bus
2731  755046 gfileutils: Add precondition checks to g_file_test()
2732  761102 Increase performance for main loop
2733  761889 GDateTime: %p does not always print AM/PM string
2734  766660 Please clarify the extent to which GInitable, GAsyncInitable must be idempotent
2735  769534 g_unix_signal_source_new does not support SIGWINCH
2736  772221 Take advantage of Unicode
2737  775879 g_log_default_handler should not check G_MESSAGES_DEBUG
2738  776169 various gio-tool fixes
2739  777961 Documentation for g_app_info_equals() could be clearer
2740  778049 race in gsource detected by TSan
2741  778207 gio-querymodules: fix memory leak
2742  778287 G_MODULE_EXPORT and -fvisibility=hidden
2743  779409 Fix false positive g_warning() in remove_filter()
2744  780066 g_base64_encode_close() in glib/gbase64.c produces invalid base64 encoding
2745  780095 g_utf8_get_char_validated() stopping at nul byte even for length specified buffers
2746  780306 Unused function in gunicollate.c for CARBON
2747  780310 g_tls_database_verify_chain doesn't set the GError for failures other than cancell...
2748  780384 gio/tests/contenttype fails on OS X: "public.directory" != "public.folder"
2749  780441 Make the portal implementation of g_app_info_launch() synchronous
2750  780634 Remove remaining old codepage ABI comapt code
2751  780908 gobject: remove duplicate GType sanity check
2752  780924 Memory leak in gdbusmethodinvocation.c
2753  781125 gio-tool: Fix errors format string
2754  781234 the buffer written to by g_input_stream_read is not marked as an out parameter
2755  781298 gfileutils.c:330:3: error: ISO C90 forbids mixed declarations and code
2756
2757 * Translation updates
2758  Catalan
2759  Friulian
2760  German
2761  Hebrew
2762  Indonesian
2763  Polish
2764  Russian
2765
2766
2767 Overview of changes in GLib 2.52.0
2768 ==================================
2769
2770 * Bug fixes:
2771  779799 gdatetime test fails with tzdata 2017a
2772  780032 Add missing attributes to two functions
2773  780144 gio/fam: Remove leftover debug print
2774
2775 * Translation updates:
2776  French
2777  Friulian
2778  Latvian
2779
2780
2781 Overview of changes in GLib 2.51.5
2782 ==================================
2783
2784 * OS X implementations of GContentType and GAppInfo
2785   have been added
2786
2787 * Bugs fixed:
2788  673047 gunicollate is broken on OS X (patch included!)
2789  734946 Implement GContentType on OSX
2790  747146 Implement GNotification on OSX
2791  769983 glib-mkenums generates non-reproducible Makefile snippets
2792  777203 gnulib license information is not correct in glib2.0
2793  778515 Crash in the gio kqueue backend
2794  779456 Make g_utf8_make_valid optionally take a length
2795
2796 * Translation updates:
2797  Danish
2798  Friulian
2799  German
2800  Hungarian
2801  Korean
2802  Lithuanian
2803
2804
2805 Overview of changes in GLib 2.51.4
2806 ==================================
2807
2808 * Memory leak fixes
2809 * Fix the released tarball
2810
2811
2812 Overview of changes in GLib 2.51.3
2813 ==================================
2814
2815 * Bugs fixed:
2816  771997 gchecksum: Add SHA-384 support
2817  778422 gsubprocesslauncher: Clarify the behavior of set_environ()
2818  778581 gdbus-codegen: Fix -Wconversion warning
2819  778801 gdbus-codegen: Add --outdir flag
2820  778991 Plug a mem leak in gdbusauth
2821  779183 g_io_extension_point_get_extensions should check for NULL pointer
2822
2823 * Translation updates:
2824  Basque
2825  Chinese (Taiwan)
2826  Danish
2827  Indonesian
2828  Italian
2829  Serbian
2830
2831
2832 Overview of changes in GLib 2.51.2
2833 ==================================
2834
2835 * Minimal support for UUIDs has been added
2836
2837 * A new file attribute, G_FILE_ATTRIBUTE_RECENT_MODIFIED has been added
2838   to improve sorting of recent files
2839
2840 * Bugs fixed:
2841  639078 UUID support feature request
2842  777135 gkeyfile: Be more specific about error codes in documentation
2843  777307 race condition between gdbus signal callback and g_bus_unwatch_name...
2844  777481 goutputstream: docs: fix typos
2845  777493 g_mkdtemp() not introspectable
2846  777507 Recent view sorting incorrectly
2847  777592 Add minor examples to GDBus and GVariant documentation
2848  778002 race in gdbusprivate.c detected by the ThreadSanitizer
2849  778096 race in gdbusconnection reported by TSan
2850
2851 * Translation updates:
2852  Norwegian bokmål
2853  Polish
2854  Simplified Chinese
2855  Slovak
2856  Spanish
2857  Swedish
2858
2859
2860 Overview of changes in GLib 2.51.1
2861 ==================================
2862
2863 * glib-compile-resources grew a --generate-phony-targets flag
2864
2865 * GLib now installs a valgrind suppressions file for GLib and GIO
2866
2867 * Bugs fixed:
2868  666114 should have infrastructure to run its tests under valgrind
2869  729730 GDBusMessage: Fix segfault if DEBUG_SERIALIZER is enabled
2870  730932 statically assert that reasonable assumptions about enums are true
2871  735731 gobject: Document behaviour of GType checking macros on NULL
2872  736810 gdbus: Fix leak in g_dbus_message_print()
2873  762283 GSocket – Fix race conditions on Win32 if multiple threads are waiting on cond...
2874  767609 Test suite problems
2875  767952 g_dbus_method_invocation_return_*, g_dbus_method_invocation_take_error: They d...
2876  769672 Assert threads for testcase 642026 are sucessfully created
2877  769745 gtask: Add guards for public functions
2878  770175 Add command line argument to mkenums and genmarshal to write output to a file
2879  770646 glib: Namespace global tapset variables by soname
2880  772160 Add g_unix_mount_for() support
2881  772989 Totem allows invalid urls that might cause segfault that's irrecoverable
2882  773823 gio: Bump copy buffer size to 256k by default
2883  774086 fix g_main_context_check declaration
2884  774368 Dependency file output of resource scanner breaks Ninja
2885  774421 Two minor patches
2886  774520 GSocket allocates and processes control messages even if not requested
2887  775309 Crash in gdbusauth
2888  775468 Improve log write supports color method on windows
2889  775510 testing with -fsanitize=undefined reports various undefined behaviour
2890  775517 Password input is echoed in the terminal
2891  775621 gmessages: Fix compilation on Android
2892  775765 FDO notification withdrawal backend sends wrong ID to the server
2893  775913 subprocesslauncher: potential infinite loop in verify_disposition()
2894  776198 Stray semicolon after g_variant_print() function in gvariant.c
2895  776586 License headers cleanup
2896  777077 Use of memory after it is freed
2897
2898 * Translation updates:
2899  Brazilian Portuguese
2900  Czech
2901  Galician
2902  German
2903  Hebrew
2904  Kazakh
2905  Lithuanian
2906  Spanish
2907  Swedish
2908
2909
2910 Overview of changes in GLib 2.51.0
2911 ==================================
2912
2913 * glib-genmarshal and glib-mkenums have gained --output options
2914   for better build system integration
2915
2916 * New API: g_utf8_make_valid
2917
2918 * Bugs fixed:
2919  591603 Make _g_utf8_make_valid public
2920  610969 Nice to have g_utf8_make_valid as public
2921  767882 Bit shift overflow (-Wshift-overflow) warning in gparam.h
2922  769135 External control for g_test_add/g_test_run
2923  769630 gfile: G_FILE_MONITOR_WATCH_MOVES was actually introduced in 2.46
2924  772160 Add g_unix_mount_for() support
2925  772221 Take advantage of Unicode
2926  773303 GApplication leaks option_strings 
2927
2928 * Translation updates:
2929  French
2930  Galician
2931  German
2932  Hungarian
2933  Lithuanian
2934  Norwegian bokmål
2935  Occitan
2936  Polish
2937  Slovak
2938  Turkish
2939
2940
2941 Overview of changes in GLib 2.50.1
2942 ==================================
2943
2944 * Update Unicode support to Unicode 9.0.0
2945
2946 * Bugs fixed:
2947  662946 gunixmounts monitoring doesn't work correctly with libmount
2948  771591 Update to Unicode 9.0.0
2949  772054 glib/gspawn-win32-helper.c: unexpected behavior re CommandLineToArgvW()
2950  772255 gresolver: Mark GResolver as an abstract class
2951  772269 Add --version options to glib-compile-resources and glib-compile-schemas
2952  772297 completion: Complete gsettings describe
2953  772511 g_log_default_handler crashes windows apps with "Unspecified fatal err...
2954
2955 * Translation updates:
2956  Brazilian Portuguese
2957  Catalan
2958  Croatian
2959  Czech
2960  Danish
2961  Hungarian
2962  Italian
2963  Latvian
2964  Polish
2965  Swedish
2966
2967
2968 Overview of changes in GLib 2.50.0
2969 ==================================
2970
2971 * Bugs fixed:
2972  771438 Turn on libmount by default on linux
2973         Fix the annotation for g_log_variant
2974
2975 * Translation updates:
2976  British English
2977  French
2978
2979
2980 Overview of changes in GLib 2.49.7
2981 ==================================
2982
2983 * Add g_log_variant, binding-friendly api for structured logging
2984
2985 Bugs fixed:
2986  646926 arg_data invalid after g_option_context_parse() fails
2987
2988 * Translation updates:
2989  Danish
2990  Finnish
2991  Galician
2992  German
2993  Hebrew
2994  Kazakh
2995  Korean
2996  Latvian
2997  Lithuanian
2998  Polish
2999  Portuguese
3000  Serbian
3001  Slovak
3002  Spanish
3003  Swedish
3004  Thai
3005
3006
3007 Overview of changes in GLib 2.49.6
3008 ==================================
3009
3010 * The gsettings commandline tool now has a describe command
3011
3012 Bugs fixed:
3013  745754 Add gcc-style dependency output to glib-compile-resources
3014  769076 Fix warning: attempt to override closure->va_marshal with new marshal
3015  770372 gdbus-codegen: Strip @since parameters before comparison
3016
3017 Translation updates:
3018  Brazilian Portuguese
3019  Czech
3020  German
3021  Hungarian
3022  Polish
3023  Portuguese
3024  Spanish
3025
3026
3027 Overview of changes in GLib 2.49.5
3028 ==================================
3029
3030 * Structured logging:
3031  - drop libsystemd dependency
3032  - document that g_test_expect_message does not work with structured logs
3033
3034 * Use libmount for unix mount support
3035
3036 * Add an async variant of g_app_info_launch_default_for_uri
3037
3038 Bugs fixed:
3039  522053 GUnixMountMonitor needs to use /proc/self/mountinfo on recent Linux
3040  682794 Add usage guidance to logging documentation
3041  744456 Structured logging API
3042  766370 Add a macro for initializing g_auto(GVariantBuilder)
3043  767240 Regex failures with pcre 8.38
3044  768198 Can't build glib with systemtap enabled
3045  768453 Gdbus test: compilation fails due to -Werror=format-y2k errors
3046  768752 Add async variant of g_app_info_launch_default_for_uri
3047  769027 Docs misleadingly imply G_CHECKSUM_SHA512 is available since 2.16
3048  769029 gmessage: compiler complains about -Wformat-nonliteral
3049  769042 'O_CLOEXEC' undeclared (first use in this function)
3050  769087 gmessages: support NULL log domain
3051  769089 Fix gsettings uint64 testcase
3052  769104 Build failure when using _GLIB_CHECKED_ADD_U32 with the Intel compiler
3053  769139 g_log_writer_journald uses non-standard 'htole64' function
3054  769238 memory increases every time I umount and mount my secondary hard disk.
3055  769245 is_valid_heap_iter define misses NULL pointer check
3056  769507 gmessages: Don’t require is_journald() call before writer_journald()
3057  769785 gmessages: Expand documentation further for structured logging
3058  769995 gdbus-codegen: Allow '@since: UNRELEASED' in documentation comments
3059
3060 Translation updates:
3061  Catalan
3062  Hebrew
3063  Lithuanian
3064  Slovak
3065  Spanish
3066
3067
3068 Overview of changes in GLib 2.49.4
3069 ==================================
3070
3071 * Change the just-introduced structured logging API. The arguments
3072   of g_log_structured() had to be reordered to enable an implementation
3073   within the limits of what the standards guarantee about var args.
3074
3075 Bugs fixed:
3076  744456 Structured logging API
3077  768936 gio doc build fails because of missing gio.xml in the tarballs
3078  768963 improper va_list use in g_log_structured()
3079  768968 gio/tests/socket-listener hangs since e4ee307
3080
3081 Translation updates:
3082  Spanish
3083
3084
3085 Overview of changes in GLib 2.49.3
3086 ==================================
3087
3088 * GLib has a structured logging API, g_log_structured, with support
3089   for writing to the systemd journal. It also supports colored output
3090   in terminals
3091
3092 * Some new GBytes API has been added:
3093  - g_key_file_load_from_bytes
3094  - g_compute_hmac_for_bytes
3095
3096 * Stack-allocated GVariantBuilder and GVariantDict objects can now be
3097   initialized with G_VARIANT_BUILDER_INIT and G_VARIANT_DICT_INIT
3098
3099 * gio:
3100  - Add a way to register handlers for custom uri schemes
3101  - Add a G_FILE_ATTRIBUTE_FILESYSTEM_REMOTE attribute to
3102    have these heuristics in a single place
3103  - Include a gio tool that makes the functionality of the
3104    various gvfs commandline tools available in a single place
3105  - Add portal support to g_app_info_launch_default_for_uri
3106  - Add portal support to GNetworkMonitor
3107  - Add portal support to GProxyResolver
3108  - Add portal support to g_application_send_notification
3109
3110 Bugs fixed:
3111  547200 g_utf8_find_next_char() issues
3112  662802 systemtap multiarch issue
3113  723506 fork/exec from non-main thread when autolaunching could be avoided...
3114  725902 build: simplify dtrace configuration
3115  728207 gsocketservice: Documentation does not mention that is already act...
3116  729914 instead of DEBUG_CODE and IF_DEBUG, provide a common macro to supp...
3117  744456 Structured logging API
3118  744678 Unable to delete relocatable schemas
3119  746685 clarify that g_variant_get_data() can be used instead of g_variant...
3120  747134 glib-compile-resources --generate should detect common C++ file ex...
3121  750257 GSettings changed signal should clearly state the order required
3122  753231 Memory is potentially used after free
3123  754012 missing filename in "Error loading css: Failed to import: Error op...
3124  760115 gtestutils: add missing dash in seed argument's --help documentation
3125  760423 gio-querymodules prints error messages as question marks on some l...
3126  761102 Increase performance for main loop
3127  765338 GLib.compute_hmac_for_data throws every time
3128  766370 Add a macro for initializing g_auto(GVariantBuilder)
3129  766899 Superflous HTML/XML comments in GDBusProxyTypeFunc documentation s...
3130  766933 GSocketAddress leaks in gnetworkmonitornetlink.c:read_netlink_mess...
3131  767765 Add names and tags to various GSources and GTasks constructed in GLib
3132  767880 gkeyfile: add g_key_file_load_from_bytes() API
3133  767887 vfs: add g_vfs_register_uri_scheme()
3134  767949 [patch] Typos in glib docs
3135  768029 infinite loop in parse_name_internal()
3136  768119 Fix fallout from get_supported_schemes() changes
3137  768357 Build the gio tool on Windows/MSVC
3138  768498 portal support for glib
3139  768504 keyfile: g_key_file_get_double behavior doesn't follow documentation
3140  768549 Test failure: test_ip_sync_dgram
3141  768551 Test failure: test_socket_address_to_string
3142  768560 gio/tests/gsettings: fix GSettings reference leaks in some tests
3143  768780 O_PATH is a non-standard flag which may be unavailable on non-Lin...
3144  768806 gdbus tool must swallow -- argument
3145
3146 Translation updates:
3147  Chinese (Taiwan)
3148  French
3149  Hebrew
3150  Indonesian
3151  Lithuanian
3152  Portuguese
3153  Spanish
3154
3155
3156 Overview of changes in GLib 2.49.2
3157 ==================================
3158
3159  * GMainContext and GTask have gained more systemtap probes
3160
3161 Bugs fixed:
3162  673101 resource compiler dependency generation not working for gen...
3163  700756 GFile.new_for_path arguments misses (type filename) annotation
3164  730187 glocalfileoutputstream: Fix an FD leak in an error path
3165  755439 Memory leak in gdbusproxy.c
3166  759813 Add more SystemTap/DTrace probes for main context and GTask
3167  761810 gio: Support using GDBusObjectManagerServer at path ‘/’
3168  767172 docs: Move GIO_USE_VFS to "okay for production" section
3169  767218 Remove a UTF-8 ellipsis from gsignal.h
3170  767245 Add filename type annotations
3171  767824 Some UTC timezones incorrectly recognized on Windows 7
3172
3173 Translation updates:
3174  Occitan
3175
3176
3177 Overview of changes in GLib 2.49.1
3178 ==================================
3179
3180  * GDesktopAppInfo now allows bus activation with dashes. This is
3181    not technically allowed per the Desktop Entry specification, but
3182    it happens in the wild. Rather than forcing people to go through
3183    another traumatic desktop file rename, accept it and translate - to _.
3184
3185  * The support for giving names to threads has been improved. Thread names
3186    are now supported on Solaris as well, and the Linux support no longer
3187    uses prctl() but the pthread api.
3188
3189  * GIO resources can now be overridden at runtime, using the G_RESOURCE_OVERLAYS
3190    environment variable.
3191
3192  * gdbus-codegen can now generate autocleanup definitions for the types
3193    it generates. Use the --c-generate-autocleanup option to control this
3194
3195 Bugs fixed:
3196  665446 Use g_abort() instead of abort()
3197  731988 glocalfile: Avoid a potential NULL pointer dereference
3198  742898 g_value_type_transformable() description differs from the code
3199  747107 GVariant varargs documentation: g_variant_get() example
3200  747478 g_system_thread_set_name() is not implemented for gthread-win32
3201  748474 g_get_language_names() is not thread-safe
3202  748530 gthread: W32 implementation of g_get_num_processors() has lame fallback
3203  748806 GVariant: Better introduction to the concepts and its uses
3204  749583 GSequence performance improvements
3205  749606 tests: always remove app.desktop
3206  755898 [PATCH] settings: add get/set uint64
3207  758174 Fix documentation typos
3208  758738 Usage of GType properties causes crashes due to gulong/gpointer mismatch
3209  760186 namespace clash with gdb pretty-printing code
3210  762994 Race condition in GIO/AppFileChooser crashes Firefox/Gtk3
3211  763379 codegen: Add support for g_autoptr to gdbus-codegen–generated objects
3212  763821 build: Also dist Systemtap files always for gobject/
3213  764092 gstrfuncs: Document the behaviour of g_strjoinv()
3214  764163 g_task_had_error doesn't remember the error after g_task_propagate_*
3215  764415 Very High CPU usage in g_poll() Windows implementation
3216  764574 build: Fix all statfs() tests failing
3217  764575 tests: Fix compilation errors due to Y2K format problems
3218  764685 GApplication documentation about handling command-line options is confusing
3219  764754 '-' in application id: unbreak bus activation and notifications
3220  765173 documentation of g_main_context_push_thread_default() regarding GIO...
3221  765668 GResources: add support for resource overlays
3222  765710 gdbus-tool: only print note about expected argument types if that...
3223  765712 tests: Fix compilation
3224  765861 task: avoid context lock when setting source name
3225  765900 Add g_drive_is_removable() support
3226  765924 Improve external drives detection
3227  765959 socket: set fd field to -1 after closing socket
3228  765990 Visual Studio: Define inline only when necessary
3229  765991 Compilation of gresource.c is broken due to S_ISDIR
3230  766092 Incorrect locale handling in g_date_time_format_locale()
3231  766211 Fix the upper bound in g_unichar_iswide_bsearch
3232  766407 Some build-related defects in glib testsuite
3233  766570 build: Fix a misnamed variable in glib-tap.mk
3234
3235 Translation updates:
3236  Basque
3237  Catalan
3238  Chinese
3239  Occitan
3240  Portuguese
3241  Turkish
3242  Vietnamese
3243
3244
3245 Overview of changes in GLib 2.48.0
3246 ==================================
3247
3248  * a minor build fix in the name of determinism
3249
3250  * a few coverity fixes
3251
3252 Bugs fixed:
3253  763617 giotypefuncs.c: Sort _get_type functions in the 'C' locale
3254
3255 Translations updated:
3256  Danish
3257  Italian
3258
3259 Overview of changes in GLib 2.47.92
3260 ===================================
3261
3262  * gdbus-codegen now supports g_autoptr()
3263
3264  * g_get_user_runtime_dir() now reliably returns an existing directory
3265
3266  * g_array_remove_range() can now remove 0 items from the end of an array
3267
3268  * Many fixes for Windows
3269    * build fixes
3270    * file monitoring
3271    * gsettings backend
3272    * streams
3273    * random numbers
3274    * wide character support
3275
3276  * documentation improvements
3277
3278  * other small bugfixes
3279
3280 Bugs fixed:
3281  724847 Segmentation fault on "gsettings list-recursively"
3282  743933 gapplication: add --app-id command line option
3283  756706 [PATCH] gio/gtestdbus.c: don't use non-standard %m printf modifier
3284  757506 gsettings: schema_list should use the passed schema's source
3285  760694 W32: Apps linked with -mwindows make cursor busy sometimes
3286  762202 g_win32_error_message improvements
3287  762637 build: Unconditionally dist tapset files
3288  762748 Undefined behavior
3289  762937 Mention that g_clear_error can be used with an "empty" GError
3290  763339 array: Support clearing an empty array with g_array_remove_range()
3291  763344 g_get_user_runtime_dir(): ensure directory exists
3292  763379 codegen: Add support for g_autoptr to gdbus-codegen–generated objects
3293
3294 Translations updated:
3295  Brazilian Portuguese
3296  Czech
3297  Finnish
3298  French
3299  Galician s
3300  German
3301  Greek
3302  Hebrew
3303  Hungarian
3304  Italian
3305  Kazakh
3306  Korean
3307  Latvian
3308  Lithuanian
3309  Occitan
3310  Polish
3311  Russian
3312  Serbian
3313  Slovak
3314  Slovenian
3315  Spanish
3316  Swedish
3317
3318 Overview of changes in GLib 2.47.6
3319 ==================================
3320
3321 * Windows usupport:
3322  - Fixes and improvements to the GSettings registry backend
3323  - Handle readability and writability of registry keys
3324  - Use Unicode registry APIs
3325
3326 * Bugs fixed:
3327 760852 744772 761126 747927 761337 744570 761504 761550 761843
3328  744570 GString is missing (transfer none) annotations on many of its methods
3329  744772 systemtap and gdb scripts install in wrong place
3330  747927 Documentation: various small improvements
3331  760852 gdbusobjectmanagerserver: Clarify recommended ObjectManager paths
3332  761126 winiconv: update to upstream version
3333  761337 Fix some annotations
3334  761504 W32 registry GSettings backend does not use Unicode
3335  761550 Cannot build with default flags under Fedora rawhide (-Werror=format-...
3336  761843 gmacros.h is testing attributes with __has_feature (when compiling wi...
3337
3338 * Translation updates:
3339  Brazilian Portuguese
3340  Bulagarian
3341  Chinese (Taiwan)
3342  Hungarian
3343  Polish
3344  Slovak
3345  Slovenian
3346  Spanish
3347  Swedish
3348
3349
3350 Overview of changes in GLib 2.47.5
3351 ==================================
3352
3353 * the system copy of PCRE is now used by default to implement GRegex.
3354   Configure with --with-pcre=internal if a system PCRE version
3355   is unavailable or undesired.
3356
3357 * interfaces for DTLS support have been added.  A new version of
3358   glib-networking will also be required.
3359
3360 * GDBusMethodInvocation now drops replies if the sender set the
3361   NO_REPLY_EXPECTED flag
3362
3363 * several GApplication fixes, including fixes for commandline arguments
3364   in interpreted languages on Windows
3365
3366 Bugs fixed:
3367  624186 Deprecate glib-gettext macros
3368  734095 gtk-demo.py of PyGObject fails to run on Windows (and likely other binding scripts using g_application_run())
3369  735754 Implement close on TLS GOutputStream
3370  748064 gnulib vfprintf returns desired (not actual) number of bytes, ignores errors
3371  752240 Add DTLS support to GIO
3372  755421 GDBus ignores NO_REPLY_EXPECTED flag in messages, leading to warnings on system bus
3373  756875 Include ntdef.h for NTSTATUS
3374  759554 g_application_run() calls g_main_context_default() repeatidly
3375  760199 gsettings: Install gettext ITS rules
3376  760215 G_LIKELY/_UNLIKELY macros need more parentheses
3377  760683 regex test: Check the expected PCRE exceptions at runtime
3378
3379 Translations updated:
3380  Brazilian Portuguese
3381  Czech
3382  German
3383  Lithuanian
3384  Swedish
3385
3386 Overview of changes in GLib 2.47.4
3387 ==================================
3388
3389 * The GApplication documentation has been improved in several areas.
3390
3391 * Bugs fixed:
3392  749092 gdb pretty-printers fail on Python 3 with a TypeError...
3393  757374 macros: clean up "inline" mess
3394  758641 Memory leak in g_dbus_proxy_new_for_bus_sync()
3395  759134 Add missing checks for gnulib vasnprintf()
3396  759408 Do not use uninitialized var 
3397  756475 Stop supporting non-POSIX getpwuid_r, getgrgid_r
3398  757372 GApplication: destroy the impl on shutdown
3399  728099 macros: add G_GNUC_CHECK_VERSION() for compiler checks
3400  757299 glib-compile-resources: do not leak c_name
3401  758553 Fix gettext use
3402  758823 file monitors: reorder some code to avoid segfault
3403  756214 gsettings: Don't translate ""
3404  710243 Add GParamSpec object ref management annotations
3405  735696 xdgmime: Finer handling for cases where mmap() is not available
3406  752983 gapplication: Acquire the main context before running
3407
3408 * Translation updates:
3409  Swedish
3410
3411
3412 Overview of changes in GLib 2.47.3
3413 ==================================
3414
3415 The inline cleanup in the last release accidentally removed three
3416 symbols from libglib-2.0.so.  It is unlikely that this will have caused
3417 any problems because these symbols were only backup symbols for
3418 definitions exported as inlines in the header files, but ABI is ABI.
3419
3420 This release corrects only this problem.
3421
3422 Overview of changes in GLib 2.47.2
3423 ==================================
3424
3425 * We have formalised the assumption that all compilers that are
3426   interested in support 'static inline' and simplified the macros around
3427   this considerably.  Please watch for and report unintentional fallout.
3428
3429 * New API: hardware-assisted helpers for overflow-checked integer math.
3430
3431 * other fixes
3432
3433 Bugs fixed:
3434  696324 gtester-report doesn't work with Python 3.x
3435  719966 glib: Add missing (nullable) and (optional) annotations
3436  752837 gobject and glib-compile-resources rely on .CRT$XCU section, no longer works with Win 10 UCRT (VS 2015)
3437  755364 make gtkdoc-check happy again
3438  756134 Segmentation fault on calling g_simple_action_group_add_action with bad action constructor call
3439  756179 gwin32.c: Replace VerifyVersionInfoW() with RtlGetVersion() due to API deprecation
3440  756988 GSequence should document each function's complexity
3441  757294 Move G_POLLFD_FORMAT to glibconfig.h
3442  757374 macros: clean up "inline" mess
3443  757451 doc: fix g_task_attach_source() example
3444  757628 gio tests fail to build when cross compiling 2.46.1
3445  757693 Invalid free in g_local_file_trash()
3446  757742 Fix up annotations in ghash.c
3447  758181 GTask: fix wrong example code
3448
3449 Translations updated:
3450  Greek
3451  Hebrew
3452  Hungarian
3453  Norwegian bokmål
3454  Portuguese
3455  Scottish Gaelic
3456  Simplified Chinese
3457  Spanish
3458
3459 Overview of changes in GLib 2.47.1
3460 ==================================
3461
3462 * The Unicode support has been updated to version 8.0 of the Unicode standard
3463
3464 * GDesktopAppInfo no longer sets the DISPLAY environment variable when
3465   launching apps. This is now done in the GAppLaunchContext implementations
3466   when appropriate
3467
3468 * Bug fixes:
3469  664740 Key-value file parser, space after integer
3470  687223 cleverer GThreadPool management
3471  692085 stderr and stdout are not always file descriptors 1 and 2
3472  697907 Add interface for socket-like things (GSocket, DTLS, etc)
3473  735754 Implement close on TLS GOutputStream
3474  737116 Add functions to print GSocketConnectables and addresses as strings
3475  743011 Minor additions to GError documentation
3476  749161 undefined reference to `__imp__stat32i64'
3477  749314 Cannot restore a just-trashed file
3478  751924 Add recvmmsg()-like API on GSocket
3479  752240 Add DTLS support to GIO
3480  752837 gobject and glib-compile-resources rely on .CRT$XCU section, no longer...
3481  753310 Remove `#pragma GCC system_header` from gmessages.h
3482  753935 Update example namespace and class names in GObject tutorial
3483  754855 Object instantiation documentation refers to example that no longer ex...
3484  754983 Wayland: g_desktop_app_info_launch_uris_with_spawn() forces DISPLAY va...
3485  754994 g_date_time_get_second () sometimes returns an off-by-one result
3486  755083 Clarify in G_ADD_PRIVATE that it is safe to call _get_instance_private...
3487  755351 Example still contains g_autoptr(gchar)
3488  755355 Move GStrv to glib.h so it can be used with g_auto()
3489  755374 g_variant_get_child(): flatten-first logic on '&'
3490  755496 glib 2.46 fails GStreamer test suite
3491  755609 glib 2.46.0 breaks Sun Java JVM 1.8.0.60
3492  755766 gvalue: The g_auto cleanup function assert if value is G_VALUE_INIT
3493  755795 2.46 considers empty files as octet-stream rather than text (leads to...
3494  755961 Fix up annotations in gbytes.c
3495  756053 MSVC doesn't understand the symbol 'msghdr'
3496  756054 MSVC linker error due to 'g_socket_send_message_with_timeout()'
3497  756077 testutils: remove internal ABI comment
3498  756099 g_main_context_query(): Annotate @n_fds as (in) parameter
3499  756139 musl: ctors called in the wrong order
3500  756179 gwin32.c: Replace VerifyVersionInfoW() with RtlGetVersion() due to AP...
3501  756251 The documentation of G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START is confusing
3502  756255 GOutputStream swallowing errors in splice with G_OUTPUT_STREAM_SPLICE...
3503  756316 GSequence should provide fast api to check if empty
3504  756382 snprintf used on Windows with VS2015 doesn't support %n
3505  756477 gio/gthreadedresolver.c has outdated copy of bionic headers (for android)
3506  756550 gtypes.h: Make G_MININTn literals negative
3507  756875 Include ntdef.h for NTSTATUS
3508  756952 giomodule: return a copy of module name
3509
3510 * Translation updates:
3511  Basque
3512  Czech
3513  Serbian
3514  Serbian Latin
3515  Vietnamese
3516
3517
3518 Overview of changes in GLib 2.46.0
3519 ==================================
3520
3521 * Disable runtime-deprecation warnings
3522
3523 * Fix marshalling of flags on bigendian 64bit architectures
3524
3525 * Translation updates
3526  Brazilian Portuguese
3527  Danish
3528  German
3529  Latvian
3530  Russian
3531  Turkish
3532
3533
3534 Overview of changes in GLib 2.45.8
3535 ==================================
3536
3537 * utf8 validation and utf8-to-ucs4 conversion are faster
3538
3539 * Small speedups to property change notification
3540
3541 * Various other small optimizations for GQuark, GData
3542
3543 * Bugs fixed:
3544  696426 GParamSpecTypeInfo do not need to be static
3545  735429 Cleanup MSVC Project Files Generation
3546  738504 Optimize UTF-8 decoding by unrolling branches and expressions
3547  742903 Add missing (transfer) annotation to GString
3548  748633 g_set_object order of operations
3549  754431 Fix build of glib/gstrfuncs.c on Windows
3550  754560 gioerror: Add more mappings for WinSock error codes
3551  754582 Glib cannot compile
3552  754601 Make g_strerror work with non-glibc POSIX systems
3553  754636 tests/unicode-encoding test fails for glib 2.45.7 on x86-64
3554  754788 more g_strerror stuff
3555  754831 autocleanups: Add GString type
3556  754924 Improve test coverage of g_utf8_validate() by added known-...
3557  754986 Avoid unnecessary signal emission during draw
3558
3559 * Translation updates:
3560  Italian
3561  Kazakh
3562  Korean
3563  Lithuanian
3564  Slovenian
3565  Swedish
3566
3567
3568 Overview of changes in GLib 2.45.7
3569 ==================================
3570
3571 * Add G_FILE_ATTRIBUTE_STANDARD_IS_VOLATILE for use by non-POSIX-like
3572   backends (e.g. cloud storage).
3573
3574 * GFileMonitor: Make the inotify backend work with atomic renames again
3575
3576 * GSettings: change notification is again working unconditionally
3577
3578 * GListStore has a sort function now
3579
3580 * Test infrastructure:
3581  - Tests are now required to have unique names
3582  - TAP support has been improved
3583  - A macro for asserting that two memory regions have identical content
3584    has been added
3585
3586 * Bugs fixed:
3587  708525 A "g_file_query_info" on the file path "/sys/kernel/debug/hid"...
3588  742849 inotify: send paired events to both sides
3589  744060 Update GObject tutorial documentation to use G_DECLARE_FINAL_T...
3590  747364 Fix GError leak in g_file_query_writable_namespaces()
3591  749492 Support file creation time on FreeBSD and NetBSD
3592  752769 (g_socket_receive_message | g_socket_send_message) performance
3593  753745 glib-genmarshal still needed for cross-compilation
3594  754152 Add g_list_store_sort
3595  754211 Memory leak in g_file_enumerator_iterate ()
3596  754264 GLib 2.44 certificate chain construction fails if the PEM incl...
3597  754283 gtestutils: add g_assert_cmpmem()
3598  754284 gtestutils: print the TAP test plan first, not last
3599  754286 misc gtestutils fixes
3600  754307 size of array '_GStaticAssertCompileTimeAssertion_3387' is neg...
3601
3602
3603 * Translation updates:
3604  Chinese (Taiwan)
3605  French
3606  Galician
3607  Greek
3608  Hebrew
3609  Hungarian
3610  Indonesian
3611  Polish
3612  Portuguese
3613
3614
3615 Overview of changes in GLib 2.45.6
3616 ==================================
3617
3618 * Fix a test failure and a build failure
3619
3620 Overview of changes in GLib 2.45.5
3621 ==================================
3622
3623 * GNetworkMonitor now provides information about metered networks
3624
3625 * g_mem_set_vtable has been deprecated; it has not been working for
3626   quite a while. The recommendation is to use valgrind, or replace
3627   malloc itself.
3628
3629 * Bugs fixed:
3630  656325 Make GDBusInterfaceVTable binding friendly
3631  741779 Documentation tweaks addressing real-world API misuses
3632  741822 Fails to build with VS 2015
3633  742386 gdbusconnection: Don't g_printerr() when exiting
3634  743018 gobject: Add more cross-links between documentation pages
3635  750282 Add g_network_monitor_get_network_metered() to get if the connection...
3636  751358 GFileMonitor doesn't react to "mv some-file watched-file"
3637  751592 Stop using GMemVtable
3638  751598 Stop 'handle-local-options' propagation when callback reports an err...
3639  751610 g_str_hash produces collisions with strings of length 2
3640  751751 Wrong docs of g_async_queue_remove
3641  752210 gdbus command crashes with SIGSEGV
3642  752656 gdbusconnection: Fix signal subscription documentation
3643  752767 Fix typo in g_hash_table_replace() documentation
3644  753278 gdbus: Don't use g_assert_no_error() GDBusObjectManagerServer
3645  753285 g_menu_item_set_icon fails if called with NULL icon
3646
3647 * Translation updates:
3648  Catalan
3649  Czech
3650  French
3651  Indonesian
3652  Lithuanian
3653  Norwegian bokmål
3654  Slovak
3655  Spanish
3656  Thai
3657  Turkish
3658
3659
3660 Overview of changes in GLib 2.45.4
3661 ==================================
3662
3663 * Bugs fixed:
3664  727829 win32: glibconfig.h.win32 updates
3665  741901 Clang cannot know that g_error don't return
3666  746339 GSocket kills process when fd is not a socket
3667  747676 gio/tests/socket fails: test_fd_roundtrip
3668  748610 Some tests fail with non-English locales
3669  749911 g_inet_address_to_string broken on XP/2003
3670  749912 g_inet_address_new_from_string broken on XP/2003
3671  750625 Should dismiss Software Updates Available notification after...
3672  750807 G_BREAKPOINT doesn't work as intended on Darwin
3673  751160 gtask does unnecessary work
3674  751672 -Wduplicate-decl-specifier in glib/tests/keyfile.c
3675  751731 GFile/DirectoryMonitor emit move events with other_file=NULL
3676  751737 gio/tests/appmonitor test fails in 2.45.3
3677  751798 Wrong enum type used in some test-cases
3678  752089 make gsocketservice::active a property
3679  752293 small cleanup: use list_free_full
3680
3681 * Translation updates:
3682  Greek
3683  Hebrew
3684  Portuguese
3685
3686
3687 Overview of changes in GLib 2.45.3
3688 ==================================
3689
3690 * Improve performance of g_signal_handler_disconnect for signals
3691   with many handlers
3692
3693 * GDBus has gained a new call flag to allow interactive authorization
3694
3695 * GSettings:
3696  - New API: g_settings_schema_list_keys
3697  - Deprecated: g_settings_list_keys
3698
3699 * OS X:
3700  - Implement GNotification
3701  - Bump the OS X requirement to 10.9
3702
3703 * Windows:
3704  - Add registry reading API
3705  - Reimplement GAppInfo using registry information
3706
3707 * Bugs fixed:
3708  666831 Support URI opening on W32
3709  728489 property action with inverted boolean state
3710  730168 Incorrect annotation on g_action_group_get_action_state_type return...
3711  733325 Several regex tests fail with pcre3 8.35
3712  734888 GLib has no helper functions to work with W32 Registry
3713  737009 signal handler lookup doesn't scale
3714  738185 Misleading language about "file name encoding" in the docs on g_env...
3715  738504 Optimize UTF-8 decoding by unrolling branches and expressions
3716  739122 glib not handling -1 return ("no limit") from sysconf (_SC_THREAD_S...
3717  739424 gnome-shell crashes when files are added, deleted, or modified in $...
3718  739616 DBus; Add new call flag to allow interactive authorization
3719  740308 Add g_settings_schema_list_keys() method
3720  740516 RFE: please provide an introspectible version of g_log_set_handler
3721  741788 Document GSettings build system integration
3722  745013 GBinding not thread safe
3723  747146 Implement GNotification on OSX
3724  747941 try XDG_RUNTIME_DIR/bus before falling back to X11 autolaunch (dbus...
3725  748727 Filechooser dialog shows no icons for directories on W32
3726  749693 GActionGroupExporter: flush queue on requests
3727  750203 GNetworkMonitorNetlink hangs in user namespace
3728  750322 gapplication: Make sure --help output is translated
3729  750344 GTlsInteractionClass is missing from doc
3730  750369 Various GBinding cleanups
3731  750386 Race condition in g_io_condition_get_type
3732  750399 Typo "equilalent" in glib documentation's glib-Error-Reporting.html...
3733  750573 GTlsDatabaseClass is not documented
3734  750918 genmarshal: silence register storage class warnings
3735  751122 gsocket: avoid unnecessary g_socket_cond_wait() in _send_messages()
3736  479730 The "g_key_file_set_comment" interface prepends '#' character to...
3737
3738 * Translation updates:
3739  Hungarian
3740  Spanish
3741
3742
3743 Overview of changes in GLib 2.45.2
3744 ==================================
3745
3746 * Improve error reporting in glib-compile-schemas.
3747
3748 * Add introspection annotations to GListStore.
3749
3750 * Bugs fixed:
3751  696749 win32 : failed to compile because of careless mistake in the code
3752  723394 const parameter to GtkPopover gtk_popover_set_pointing_to
3753  724113 gdbus-connection-loss test can fail on slow machines
3754  725981 tap-driver.sh: internal error getting exit status
3755  733325 Several regex tests fail with pcre3 8.35
3756  744895 Unknown or unsupported transport 'this-should-not-be-used-and-will...
3757  747882 gtype: Bump allowed number of children
3758  748534 gtest: if a subprocess assertion fails, print its stdout and stderr
3759  748612 de_DE locale used in option-context test is not supported by FreeBSD
3760  748614 Double unref in g_socket_listener_add_inet_port
3761  748834 glocalfilemonitor: Emit notification on rate limit change
3762  749079 gdbus-peer test: TCP tests can fail with ECONNRESET due to a race...
3763  749080 gdatetime test: fails if close to rollover between seconds
3764  749180 gnetworkaddress: add return type annotation to parse methods
3765  749352 g_binding_unbind() fails when source is also the target
3766  749353 GBinding does not connect to the detailed notify signal
3767
3768 * Translation updates:
3769  Catalan
3770  French
3771  Slovak
3772  Thai
3773
3774
3775 Overview of changes in GLib 2.45.1
3776 ==================================
3777
3778 * The GSettings schema compiler, glib-compile-schemas has been changed
3779   to reject schema xml that has duplicate <summary> or <description>
3780   elements. Such elements typically occur when translations are merged
3781   into the schema, with xml:lang attributes. This is not the correct
3782   way to translate schemas. Instead keep the translations in the .mo
3783   file and set the gettext-domain attribute on the <schemalist> element.
3784
3785 * The file monitoring infrastructure has been rewritten, and all backends
3786   have seen major improvements.
3787
3788   The inotify backend is reporting events with less delay (no event will
3789   be delayed more than 10ms) and wakeups due to file monitoring have been
3790   significantly reduced. A CHANGES_DONE event will also be sent when new
3791   files appear.
3792
3793   The poll implementation is now using the thread default main context.
3794
3795   The fam implmentation is now running in the worker thread.
3796
3797   The fen implementation has been removed, since it was unmaintained.
3798
3799 * The GSettings schema compiler, glib-compile-schemas, is more strict
3800   about rejecting schemas with xml:lang style merged translations.
3801   Schema translations should be done by specifying the gettext domain
3802   in the xml, and keeping the translations in gettext. To avoid breaking
3803   already-installed schemas, this change is only taking effect when
3804   you use the --strict option.
3805
3806 * The hardcoded 10-thread limit of GTask's thread pool has been removed,
3807   since it was prone to causing deadlocks. The thread pool is now allowed
3808   to grow dynamically and will shrink back over time.
3809
3810 * GSimpleAsyncResult has been deprecated in favor of GTask.
3811
3812 * The algorithm used by GAppInfo to find default handlers for mime types
3813   has been tweaked to prefer apps that handle the specific subtype over
3814   default handlers for a generic supertype.
3815
3816 * Bug fixes:
3817  627285 inotify file monitor hardwired delay
3818  631597 Segmentation fault in append_escaped_text
3819  661767 merge/improve various bits of run-in-thread functionality
3820  687223 cleverer GThreadPool management
3821  711547 win32: silence some build warnings
3822  719966 glib: Add missing (nullable) and (optional) annotations
3823  726447 Possibly an error in text string
3824  728663 W32: wrong stat struct is used when built with MinGW-w64
3825  728669 W32: GLocalFile can't measure size of files larger than 2^32...
3826  730188 gsocket: Document FD ownership with g_socket_new_from_fd()
3827  733325 Several regex tests fail with pcre3 8.35
3828  738207 Add a way to set SO_SENDBUF and SO_RECVBUF on listener (and...
3829  739850 GClosure: add valgrind hints
3830  741791 gmain: Save errno when handling unix signals
3831  744282 gvfs-open for application/x-virt-viewer changed behaviour bet...
3832  745255 Add support for copying sessions between GTlsClientConnections
3833  745745 gdbus: fix out-of-bound array access
3834  745821 Don't use __alloc_size__ attribute with clang
3835  746749 GLib-GIO:ERROR:inotify-kernel.c:327:ik_source_dispatch: ass...
3836  746753 Glib-compile-resources --generate-header not using ".h" as ...
3837  747209 glib-compile-schemas ought to reject repeated <summary> and...
3838  747349 Conversion of gdbus to use GTask causes deadlocks
3839  747363 gatomic: Add missing new line in API doc comment
3840  747472 Don't ignore already-installed schemas with multiple <summa...
3841  747541 gdbus segfaults with invalid --dest
3842  747772 Having hardcoded utf8 strings in the source code does not p...
3843  748019 gsocketconnection: Fix copy-pasto in documentation
3844  748177 not all test schemas are distributed, "make distcheck" fails
3845
3846 * Translation updates:
3847  Basque
3848  Czech
3849  Danish
3850  Finnish
3851  German
3852  Hebrew
3853  Icelandic
3854  Norwegian bokmål
3855  Russian
3856  Turkish
3857
3858
3859 Overview of changes in GLib 2.43.92
3860 ===================================
3861
3862 GLib is now considered frozen.  We do not expect any major changes
3863 before the release of 2.44.0.
3864
3865  * GUnixMountMonitor now properly supports multiple main contexts
3866
3867  * many documentation improvements and cleanups.  We are now
3868    approaching a point where the documentation is 100% complete and the
3869    xml will build without warnings.  This will probably be enabled by
3870    default in the next cycle.
3871
3872  * new support for HTTP proxies in GIO
3873
3874  * new GTask:completed property
3875
3876  * use "private" futexes in order to further improve the performance of
3877    the contended case of GMutex and g_bit_lock()
3878
3879 Bugs fixed:
3880  614684 Make various parts of GObject const-correct
3881  730352 Use inet_pton(), if_nametoindex() and if_indextoname() for newer versions of Windows
3882  733876 Proxy protocol 'http' is not supported.
3883  741442 threads: use FUTEX_WAIT_PRIVATE and FUTEX_WAKE_PRIVATE if possible
3884  742599 Clean up GUnixMountMonitor
3885  743636 gtask: Add a GTask:completed property
3886  743661 g_win32_check_windows_version() is missing from doc
3887  744722 docs: Expand introduction to mention using async calls over sync ones
3888  745589 [Patch] gio: add some missing autocleanup
3889  745634 [GNotifications] Use themed icon as icon-name
3890
3891 Translations updated:
3892  Bosnian
3893  Bulgarian
3894  Catalan
3895  Czech
3896  French
3897  German
3898  Greek
3899  Hungarian
3900  Italian
3901  Kazakh
3902  Korean
3903  Latvian
3904  Lithuanian
3905  POTFILESin
3906  Polish
3907  Russian
3908  Serbian
3909  Slovak
3910  Slovenian
3911  Spanish
3912  Swedish
3913  Vietnamese
3914  pa  for Gnome
3915
3916 Overview of changes in GLib 2.43.91
3917 ===================================
3918
3919 We have now added 'g_autofree' as a libgsystem-style autocleanup macro
3920 that calls g_free() on the content of a local variable when it leaves
3921 scope (working only on GCC and clang).
3922
3923 GApplication now has an "is-busy" property, allowing one to query the
3924 effective busy state.
3925
3926 There have been various other bugfixes and cleanups.
3927
3928 Bugs fixed:
3929  661554 GIO's use of GError is wrong
3930  744263 Fix format specifier for __LINE__ in G_OBJECT_WARN_INVALID_PSPEC
3931  744565 gapplication: add bind_busy_property()
3932  744747 Add g_autofree
3933  744756 Can't find out if gapplication is marked as busy
3934  744830 autocleanups: Add GArray and GPtrArray
3935  744876 Unclean exit from from g_application_run
3936  745239 g_property_action_new missing type annotation
3937
3938 Translations updated:
3939  Chinese (Taiwan)
3940  French
3941  Galician
3942  Lithuanian
3943  Slovak
3944
3945 Overview of changes in GLib 2.43.90
3946 ===================================
3947
3948 * new GSimpleIOStream class to construct a GIOStream from an arbitrary
3949   GInputStream and GOutputStream
3950
3951 * GApplication: new API for marking 'busy' state according to the value
3952   of a boolean property on another object
3953
3954 * GOptionGroup: add binding support (boxed type, annotation fixes, etc.)
3955
3956 Bugs fixed:
3957  739724 Test functions should have async scope
3958  741024 glist: Mention that g_list_length() is bad for checking list emptiness
3959  741630 Add GSimpleIOStream class
3960  743349 goption: Add boxed type for GOptionGroup
3961  743990 GDBus connection closing is broken
3962  744565 gapplication: add bind_busy_property()
3963
3964 Translations updated:
3965  Greek
3966  Italian
3967  Norwegian bokmål
3968  Russian
3969  Slovenian
3970  Swedish
3971
3972 Overview of changes in GLib 2.43.4
3973 ==================================
3974
3975 * GType now has type declaration macros G_DECLARE_DERIVABLE_TYPE,
3976   G_DECLARE_FINAL_TYPE and G_DECLARE_INTERFACE, which significantly reduce
3977   the boilerplate needed for GObject types and interfaces.
3978
3979 * g_autoptr and g_auto are macros for declaring variables with automatic
3980   cleanup. They only work with gcc and clang.
3981
3982 * GListModel is a new interface that represents a dynamic list of GObjects.
3983
3984 * GListStore is a GSequence-based implementation of GListModel.
3985
3986 * Support thread names on OS X
3987
3988 * g_simple_action_set_state_hint: New function to set the state hint
3989   of GSimpleActions
3990
3991 * g_win32_check_windows_version: New function to check Windows version
3992
3993 * g_settings_schema_list_children and g_settings_schema_key_get_name
3994   are new functions to complete the GSettingsSchema API.
3995
3996 * Bugs fixed:
3997  389585 G_DEFINE_TYPE hack for header files
3998  729351 Add GListModel
3999  736914 Docs: various fixes and improvements
4000  741807 Add thread name support on OS X and iOS
4001  741895 gwin32: Add Simple API to check whether we are on at least a v...
4002  742456 object: Add g_steal_pointer() convenience function to mark own...
4003  743508 polkitd fails to start: patch for gio/gcredentialsprivate.h
4004  743517 GSettings API is missing some introspection functions
4005  743521 GSimpleAction: add g_simple_action_set_state_hint
4006  743596 G_DECLARE_DERIVABLE_TYPE() should allow additional typedef for...
4007  743640 add __attribute__((cleanup)) support
4008  743827 Fix build of GListModel (on Visual Studio)
4009  743927 GListStore: add sorted insert function
4010  743936 glib: handle unsigned modifier for long long in internal printf
4011  744012 Add GMutexLocker
4012  744190 Fix build on Compilers That Do Not Use inline for Plain C Code
4013
4014
4015 Overview of changes in GLib 2.43.3
4016 ==================================
4017
4018 * add g_set_object() convenience function
4019
4020 * GNetworkMonitor: check if NM is not running and don't crash
4021
4022 * fix some races with g_mkdir_with_parents
4023
4024 * fix some warnings in MSVC
4025
4026 * avoid use of G_STRLOC in G_OBJECT_WARN_INVALID_PSPEC in order to save
4027   on static strings
4028
4029 * fix some content type vs. mime issues
4030
4031 * documentation improvements
4032
4033 * Bugs fixed:
4034  719455  g_file_make_directory_with_parents() can erroneously throw G_IO_ERROR_EXISTS
4035  732439  GSocket: avoid unnecessary g_socket_wait_condition() for blocking sockets
4036  734946  Implement GContentType on OSX
4037  741589  gobject: Add g_set_object() convenience function to set GObject pointers
4038  741653  gnetworkmonitornm: Check if network-manager is running
4039  741654  [patch] gobject: don't use G_STRLOC in G_OBJECT_WARN_INVALID_PSPEC() macro
4040  741707  Gsocket blocks trying to send data
4041  741788  Document GSettings build system integration
4042  742548  configure.ac: stay out of autoconf's namespace
4043  742851  avoid MSVC warnings in G_STMT_END
4044  742972  ggettext: Include an example of setlocale() and friends in the i18n docs
4045  743014  gtestutils: Add an example of using test fixtures 
4046
4047 * Translations updated:
4048  Basque
4049  Brazilian Portuguese
4050  Spanish
4051
4052 Overview of changes in GLib 2.43.2
4053 ==================================
4054
4055 * New function: g_strv_contains
4056
4057 * New function: g_network_address_new_loopback
4058
4059 * New function: g_socket_send_messages
4060
4061 * A new GNetworkMonitor implementation using NetworkManager provides
4062   more detailed connectivity information
4063
4064 * Bugs fixed:
4065   11059 Linux poll issue
4066  664562 captive wifi portal support for GNetworkMonitor
4067  685880 Add g_strv_contains()
4068  712570 Hang in g_threaded_socket_service_func
4069  719646 GSocket: add g_socket_send_messages() to send multiple messages...
4070  728928 Provide separate error code for "Connection reset by peer"
4071  732317 Support GSocketConnectable for loopback addresses
4072  740814 "make check" should ensure that every symbol is documented
4073  740848 Backend subscription fails when connecting to a signal with a d...
4074  741016 gio: add G_IO_ERROR_NOT_CONNECTED
4075  741226 keyfile: Add "in group" to GError message consistently
4076
4077 * Translation updates:
4078  Gujarati
4079  Hebrew
4080  Hungarian
4081  Kannada
4082  Turkish
4083  Vietnamese
4084
4085
4086 Overview of changes in GLib 2.43.1
4087 ==================================
4088
4089 * GQueue now accepts NULL as a sibling in g_queue_insert_before() and
4090   g_queue_insert_after()
4091
4092 * Bugs fixed:
4093   11059 Linux poll issue
4094  726037 Add G_PARAM_READWRITE value to the GParamFlags enumeration
4095  727988 GMemoryOutputStream hangs when writing more than 1GiB
4096  729739 tlscertificate: add support for loading certificate chains
4097  733791 GSettings: delay backend subscription
4098  736286 Clarify g_file_replace behavior with etags
4099  736620 GQueue: accept NULL sibling for insert_before() and insert_after()
4100  737150 GLib-GIO-WARNING **: Failed to parse translated string 'visible-name...
4101  737160 unhelpful error message
4102  738259 GDBusInterfaceVTable: clarify memory handling for the method() virt...
4103  738551 'interface' variable conflicts with Windows defines
4104  738633 Need to disable SSLv3 in glib-networking
4105  740157 <app> --help doesn't work even when options were added
4106  740309 Fix docs in g_strfreev
4107  740413 Fix the GSettings Registry Backend 
4108
4109 * Translation updates:
4110  Norwegian bokmål
4111
4112
4113 Overview of changes in GLib 2.43.0
4114 ==================================
4115
4116 * GObject gained a debug option to provide instance counts. To use it,
4117   set GOBJECT_DEBUG=instance-count and call g_type_get_instance_count().
4118
4119 * GOption now has a strict POSIX mode in which it stops parsing arguments
4120   as soon as a non-option argument is encountered.
4121
4122 * Bugs fixed:
4123  354457 Feature Proposal: Per-Type Statistics for Instantiable GTypes
4124  695082 g_hash_table_remove_all is not save against a call to g_hash_table_remove
4125  723160 GOption: add strict posix mode
4126  728256 gcredentials: add NetBSD support
4127  729739 tlscertificate: add support for loading certificate chains
4128  733338 Don't segfault in GNetworkMonitor when IPv6 support is unavailable
4129  736273 gdesktopappinfo: Use symbolic names in the code
4130  736284 Keep only one list of signal emissions
4131  736806 gtask: Fix reference count loop causing leaks
4132  736914 Docs: various fixes and improvements
4133  737143 Include <stdint.h> in glib/valgrind.h
4134  737259 gcancellable: Clarify that GSources hold references to GCancellables
4135  737338 gmain: Unref child sources when finalising a GSource
4136  737446 tests: Fix some minor leaks in the unit tests
4137  737451 Provide api to read_all_async
4138  737741 g_datalist_id_get_data assertion fails for non-existant keys
4139  737869 GApplication command line handling breaks --help
4140  738170 g_byte_array_new_take() doesn't initialize array->alloc
4141  738197 g_cond_timed_wait() doesn't time out on Mac OS X
4142  738374 gfile: g_file_equal (x, x) is TRUE
4143  738675 GSubprocessLauncher is missing some data on the docs 
4144
4145 * Translation updates:
4146  Bengali (India)
4147  Bulgarian
4148  Gujarati
4149  Italian
4150  Telugu
4151
4152
4153 Overview of changes in GLib 2.42.0
4154 ===================================
4155
4156 All changes in this release are trivial in nature.
4157
4158  - introspection warning fixes
4159
4160  - g_application_add_main_option now uses an enum instead of an 'int'
4161    for the type of a parameter
4162
4163  - added a G_OPTION_FLAG_NONE so that people don't need to use 0
4164
4165  - gresource: Use GError in more places
4166
4167  - gresource commandline tool: improve extraction from multiple sections
4168
4169  - GSource now takes the context lock (if any) in g_source_set_name()
4170
4171  - new documentation to clarify the use of some APIs related to
4172    GVariant, GSource, GApplication
4173
4174  - other minor updates to docs
4175
4176 * Bugs fixed
4177  736683 Thread safety issues with g_main_context_find_source_by_id
4178  736975 [patch] please document that GVariant serialization needs an
4179         out-of-band length field
4180
4181 * Translation updates
4182  Danish
4183  Hindi
4184  Marathi
4185  Punjabi
4186  Serbian
4187  Simplified Chinese
4188
4189 Overview of changes in GLib 2.41.5
4190 ==================================
4191
4192 * Bug fixes:
4193  735819 single native credential struct used for two purposes
4194  735915 glib-building.html uses --enable-gcov instead of --enable-coverage
4195  736350 GDesktopAppInfo: avoid polling on missing desktop dirs
4196  736351 Don't use issetugid() on Android
4197         Fix the default application logic in GDesktopAppInfo
4198  736458 Only use rand_s() when targetting Visual Studio >= 2005
4199
4200 * Translation updates
4201  Galician
4202  Hungarian
4203  Indonesian
4204  Kannada
4205  Latvian
4206  Polish
4207  Russian
4208  Slovenian
4209  Tamil
4210
4211
4212 Overview of changes in GLib 2.41.4
4213 ==================================
4214
4215 * GApplication now has binding-friendly API to handle
4216   commandline options: g_application_add_main_option
4217
4218 * G_GNUC_BEGIN_IGNORE_DEPRECATIONS works with clang
4219
4220 * Bugs fixed:
4221  583330 poll list of mounted file systems (no mtab support)
4222  727455 Command line option parsing from bindings
4223  734126 add G_GNUC_BEGIN_IGNORE_DEPRECATIONS macro for clang
4224  735179 gsocketclient: Handle cancellation between CONNECTING...
4225  735297 Docs claim that GThread struct is deprecated 
4226
4227 * Translation updates:
4228   Assamese
4229   Catalan
4230   Catalan (Valencian)
4231   Czech
4232   French
4233   German
4234   Greek
4235   Hebrew
4236   Korean
4237   Oriya
4238   Traditional Chinese
4239
4240
4241 Overview of changes in GLib 2.41.3
4242 ==================================
4243
4244 * g_clear_pointer and g_clear_object no longer use atomics
4245
4246 * Bugs fixed:
4247  711547 win32: silence some build warnings
4248  725511 Compiled resource files should have the same /-separators everywhere
4249  725513 Some tests fail to build on W32
4250  725514 W32: gfileutils does not preserve errno correctly
4251  725515 test-printf fails on W32
4252  728730 gsocket: Set SO_NOSIGPIPE on sockets on Darwin
4253  729703 Leaks a GError in g_file_move
4254  730932 statically assert that reasonable assumptions about enums are true
4255  732085 gtype: Fast-path for g_type_is_a
4256  732754 GDBusMessage: optimise (de)serialisation of fixed arrays
4257  733345 ginetaddress: Add a precondition to g_inet_address_new_from_string()
4258  733576 Patches from static analysis run on 2.40
4259  733715 glib's configure.ac makes accidentally use of nested function
4260  733934 win32: improve the package installation dir lookup
4261  733960 W32: spawning a console process creates a new window when stdout...
4262  733969 Remove atomic aspects of g_clear_pointer/object
4263  733982 Do not crash when checking whether an instance type is of a given...
4264  734035 gedit hangs up when there's no GSettings key in the registry 
4265
4266 * Translation updates:
4267  Basque
4268  Brazilian Portuguese
4269  Lithuanian
4270  Slovenian
4271  Spanish
4272
4273
4274 Overview of changes in GLib 2.41.2
4275 ==================================
4276
4277 * The Unicode support has been updated to version 7.0
4278   of the Unicode standard
4279
4280 * GNotification now supports priorities for notifications
4281
4282 * GCredentials has gained NetBSD support
4283
4284 * GMutex now uses a faster, native implementation on Linux
4285
4286 * Bugs fixed:
4287  699132 Pluggable event loop backends
4288  720708 g_assert_warning(): number of arguments doesn't match for...
4289  722092 Add GtkApplication resources support
4290  724986 Change gio/data-to-c.pl to /usr/bin/env perl.
4291  727974 Fix up failure-to-see-expected-message logging
4292  728256 gcredentials: add NetBSD support
4293  728401 GDateTime: Add guards to g_date_time_new()
4294  729825 Formatting of g_alloca documentation
4295  729914 instead of DEBUG_CODE and IF_DEBUG, provide a common macro...
4296  730293 clang++-3.4: error: 'register' storage class specifier is ...
4297  731339 giochannel: avoid setting uninitialised length
4298  731424 #ifdef spaghetti for load_user_special_dirs() implementations
4299  731623 GNotification: add support for a priority setting
4300  731929 update tables to unicode 7.0.0
4301  731950 gvalue: New g_value_from_instance
4302  731986 GLib: implement GMutex natively on Linux
4303  732184 GObject: warn on use of deprecated properties
4304  732357 Docs: various fixes and improvements
4305  732429 GActionEntry: improve documentation
4306  732465 Fix build on x64 Visual C++ builds
4307  732704 Docs: various fixes and improvements
4308  732739 ginetsocketaddress: Explicitly initialise flags for getaddr...
4309  732754 GDBusMessage: optimise (de)serialisation of fixed arrays
4310  732984 g_object_ref(NULL) in g_dbus_object_manager_client_finalize
4311  733084 Typos in g_bytes_hash() and g_time_zone_find_interval() docs
4312  733146 spawn helper does not use correctly the parameters 
4313
4314 * Translation updates:
4315  Lithuanian
4316
4317
4318 Overview of changes in GLib 2.41.1
4319 ==================================
4320
4321 * Bug fixes:
4322  697229 Custom Interface implementations will be broken with glib 2.37/38
4323  698614 GObject: prevent installing properties after init
4324  729269 gvariant: Fix confusion between type and format strings in the docs
4325  730198 broken valgrind.h leads to crashes in g_type_free_instance on mingw64
4326  730807 GMutex performance regression
4327  730963 gconvert: mention that the g_convert len should be in bytes
4328  730984 Faster instance type check for fundamentals
4329  731050 <structname> tags appear in documentation
4330  731200 unconditional 'notify' during g_object_set() is problematic
4331  731335 gtype: guard uses of new fundamental type check
4332  731341 gparam: change value of G_PARAM_EXPLICIT_NOTIFY
4333  731366 run-assert-msg-test.sh gdb leaves assert-msg-test zombie
4334  731425 giomodule protects function-call with different token than function...
4335  731513 clang: build failure: implicit declaration of function '__atomic_load_4'
4336  731584 gbookmarkfile: Cleaner error handling code to pacify static analysis
4337  731657 Prevent an invalid @CARBON_LIBS@ from appearing in the .pc files
4338  731979 docs: Correct param to interface's default_init()
4339  731996 Return folder as icon for directories
4340  732002 gwakeup: Clarify buffer sizing in g_wakeup_signal()
4341  732005 Remove unused assignments
4342  732019 gtestdbus: Don’t close stdout for dbus-daemon
4343  732068 gsignal: Add an example to the g_signal_connect_swapped() documentation
4344  732081 gsocket: Document that g_socket_create_source() holds a socket ref
4345  732107 gsocketlistener: Reconsider closing sockets on listener finalisation
4346
4347
4348 Overview of changes in GLib 2.41.0
4349 ===================================
4350
4351 * Many bugfixes found by static analysis, including potential fd leaks
4352   and NULL pointer dereferences.
4353
4354 * Increased use of (nullable) attribute on out values and return types
4355   now that it is supported (mostly from porting Vala metadata).
4356
4357 * use XDG_CURRENT_DESKTOP for OnlyShowIn/NotShowIn handling of desktop
4358   files, deprecating g_desktop_app_info_set_desktop_env()
4359
4360 * add support for g_desktop_app_info_get_implementations() to find
4361   desktop files that have an Implements= line for a given interface
4362
4363 * GHmac has gained SHA-512 support
4364
4365 * support the new mimeapps specification (most notably, moving the
4366   assoications/defaults configuration to ~/.config/mimeapps.list).
4367
4368 * libgobject is now linked -Wl,-z,nodelete when possible to avoid errors
4369   when gobject is used from a module for a program that does not itself
4370   use gobject and that module is unloaded/reloaded
4371
4372 * ... and many other bug fixes.
4373
4374  623552 glib warns if backtrace.py is not present
4375  667468 glib-2.30.2: ipv6 tests fail when no ipv6 support is available
4376  668152 -framework Carbon linker flag not passed to pkg-config .pc files
4377  707298 libgobject should be linked with -Wl,-z,nodelete
4378  712391 Add g_desktop_app_info_get_implementors()
4379  722723 Infinite recursion when calling g_io_stream_close_async() from libsoup
4380  724741 hmac: Fix support for SHA-512 in GHmac
4381  726040 networkaddress: fix parsing of uri with @ after authority
4382  726318 gio: Document that GSocket is not thread safe
4383  726611 socketclient: Leak on cancellation
4384  726872 gio: Add names to idles and timeouts
4385  727119 wrong IN6_IS_ADDR_MC_LINKLOCAL usage break android build
4386  727123 GNotification: Some small documentation fixes
4387  727320 docs: Remove escaping '\' from literals
4388  727551 Check use_count of GApplication in g_application_release()
4389  727559 g_file_copy: Don't set GError when we intend to ignore errors
4390  727692 gio/gtlscertificate.c -- broken PEM-file processing (affects local CA root stores, for starters)
4391  727890 soup_content_sniffer_real_sniff segfault
4392  727900 gio: Add newer dbus UnknownXxxx and PropertyReadOnly errors
4393  727928 gapplication-tool fixes
4394  727939 INTLLIBS are always appended in configure checks
4395  727964 g_io_extension_point_get_extension_by_name: Warn, but don't crash, for NULL inputs
4396  728040 Implement new mimeapps spec
4397  728066 Deal with startup notify id being NULL
4398  728280 platform_get_argv0: fix sysctl(3) use on OpenBSD
4399  728285 docs: Use markdown links in .h files, too
4400  728350 gaction: Minor clarifications in the GAction documentation
4401  728380 docs: Remove <!-- --> comment before plural s
4402  728565 gfile: More explicitly document the context for GFileProgressCallback
4403  728983 Docs: various fixes and improvements
4404  729167 gobject: Document that classes/objects/interfaces are zero-filled
4405  729563 GOption: A short option's value is included in G_OPTION_REMAINING
4406  729813 AppInfo: use XDG_CURRENT_DESKTOP for OnlyShowIn
4407  729875 gio: cleanup gdbusmessage.c file
4408  730045 Avoid overeager warning about deprecated properties
4409  730189 gtestutils: Fix a very unlikely FD leak in test fork handling
4410  730190 gsocket: Add missing preconditions to g_socket_send_message()
4411  730277 gthread: Fix use of a local variable after it went out of scope
4412  730278 gsubprocess: Add a missing va_end() call
4413  730295 gdbus-tool: Remove dead variables
4414  730493 Port annotations from Vala metadata
4415
4416 Translations updated:
4417  Basque
4418  Brazilian Portuguese
4419  Catalan
4420  Czech
4421  Danish
4422  Greek
4423  Hebrew
4424  Hungarian
4425  Punjabi
4426  Serbian
4427  Slovenian
4428  Spanish
4429  Ukrainian
4430
4431 Overview of changes from GLib 2.39.91 to GLib 2.39.92
4432 =====================================================
4433
4434 This is a release candidate for 2.40.0.
4435
4436 There are no major changes in this release, but a few serious bugs have
4437 been fixed.
4438
4439 * Bugs fixed:
4440  710367 Crash in g_settings_backend_dispatch_signal()
4441  723899 G_DEFINE_TYPE() causes compiler warnings with clang due to foo_get_instance_private
4442  724859 Let the test_wait_until() test also run on non-*nix
4443  724916 gio unmount code makes XFCE's Thunar crash
4444  725651 GSubprocessLauncher: Does not copy the calling process environment.
4445  725656 Unskip GVariantDict
4446  725891 gio tests: add codegen to BUILT_SOURCES
4447  726046 Recent commit created symbolic icons issues
4448
4449 * Translations:
4450  Chinese
4451  French
4452  Korean
4453  Latvian
4454  Norwegian bokmål
4455  Portuguese
4456  Russian
4457  Traditional Chinese
4458
4459 Overview of changes from GLib 2.39.90 to GLib 2.39.91
4460 =====================================================
4461
4462 This release introduces a hard dependency on present and functioning
4463 clock_gettime() and CLOCK_MONOTONIC.  It also introduces a dependency on
4464 pthread_condattr_setclock() unless your system happens to have
4465 pthread_cond_timedwait_relative_np() (as do Mac OS and Android).  This
4466 release is known to be broken with at least GNU/Hurd, pending addition
4467 of working pthread_condattr_setclock(CLOCK_MONOTONIC) there.
4468
4469 New API: g_str_to_ascii()
4470
4471 * Fixed bugs:
4472  670144 unconditional use of CLOCK_MONOTONIC is broken
4473  673607 invalid assumption in g_cond_wait_until() / g_get_monotonic_time() API
4474  710142 Add more impressive transliteration to GLib
4475  722360 make check fails
4476  722604 (partial) Various tests are failing with 2.39.3
4477  723316 g_hash_table_iter_remove() should be explicit whether or not it is safe while iterating the table
4478  724609 Fix build of GIO on Windows
4479  724687 gmain: make monotonic time really monotonic, everywhere
4480  724706 gsource: document priority of child sources
4481  724707 some GSocket source improvements
4482  724839 GMainContext: some source ID cleanups
4483  724858 Dist gtranslit-data.h
4484  724994 Missing icons for bookmarks in file chooser
4485  725023 Can no longer find apps by executable/desktop file name
4486
4487 * Translations:
4488  Lithuanian
4489  Polish
4490  Thai
4491
4492 Overview of changes from GLib 2.39.4 to GLib 2.39.90
4493 ====================================================
4494
4495 * Fixed bugs:
4496  625408 make GVariant dictionaries more useful
4497  660809 document that if you fail a precondition check, documented guarantees do not apply
4498  661576 fix handling of constructors that destroy half-constructed objects
4499  679957 g_inet_address_new_from_string is not able to handle dots and numbers IPv4 addresses
4500  712837 gvariant: Document the need to cast varargs when constructing GVariants
4501  721458 g_simple_async_result_is_valid has a NULL check for the wrong source_tag
4502  721977 improve split handling of command line arguments
4503  722033 win32: fixup lib.exe invocation
4504  723422 Fix g_socket_get_available() with TCP on Windows
4505  723616 gio/tests: fix race when generating code
4506  724001 gsubprocess: Fix a broken link in the documentation
4507  724124 glib/tests/collate.c fails if no en_US locale
4508  724126 intermittent GApplication test failure: /gapplication/local-actions: lines of output permuted
4509  724233 gsocketservice: Note g_socket_listener_close() for closing open sockets
4510  724239 soup_session_queue_message - Connection terminated unexpectedly
4511  724278 gsocketconnection: Document closing connections with g_io_stream_close()
4512  724330 configure.ac: tweak inotify check
4513  724385 gtestutils: make the new assert messages more detailed
4514  724401 gsubprocess: Mutex leak
4515  724417 glib master build broken on OpenBSD
4516  724434 Build failure in gio/gresolver.c
4517
4518 * Updated translations:
4519  Brazilian Portuguese
4520  Galician
4521  Indonesian
4522  Italian
4523  Kannada
4524  Norwegian bokmål
4525  Spanish
4526  Thai
4527
4528 Overview of changes from GLib 2.39.3 to GLib 2.39.4
4529 ===================================================
4530
4531 * Fixed Bugs:
4532  139699 Correction for g_main_context_unref()
4533  583036 g_strchomp and g_strchug are not declared const
4534  683388 improve documentation for application developers
4535  685204 ./configure fails to add the '-g' flag to CFLAGS
4536  688406 GStaticMutex broke ABI on at least ARM EABI during 2.31.x
4537  693299 cannot compile on Solaris: error in gbitlock.c
4538  707111 Clarify type transformability and compatibility
4539  711547 win32: silence some build warnings
4540  719344 Fix the various test programs (or GLib itself) on Windows
4541  722025 cleanup/clarify command line argument encoding on Windows
4542  722323 remove unused include 'gslist.h' in 'gbookmarkfile.c'
4543  722326 gstringchunk: Use g_slist_free_full() where possible
4544  722357 gio: fix small memory leak on local xattr
4545  722436 Adjust doc to Makefile.decl renaming
4546  722503 GSimpleAction: add default activate handler
4547  722526 glib/deprecated/gthread.h error on FreeBSD
4548  722591 [documentation] broken link to GtkAction from GAction.html
4549  722973 Broken example in GApplication reference
4550  723048 'network-access' test can fail to guess interface index
4551  723360 gmain: Note that g_source_destroy() can be called multiple times 
4552
4553 * Updated Translations:
4554  Assamese
4555  Tamil
4556  Traditional Chinese
4557
4558
4559 Overview of changes from GLib 2.39.2 to GLib 2.39.3
4560 ===================================================
4561
4562 No major changes this release -- mostly lots of small fixes and
4563 improvements in test coverage.
4564
4565  * fix a crasher in code from gdbus-codegen
4566
4567  * improvements to gobject gdb helper script
4568
4569  * portability:
4570
4571    - fix a deadlock issue with kqueue on FreeBSD
4572
4573    - work around a quirk in the sunstudio compiler
4574
4575    - rename a variable to avoid clashing with a macro definition of
4576      'environ' on some platforms (like mingw)
4577
4578    - use POSIX-specified <poll.h> over <sys/poll.h>
4579
4580    - many improvements to Visual Studio projects and and some build
4581      fixes for Windows
4582
4583  * tests
4584    - a very large number of improvements in test coverage
4585
4586    - don't report skipped tests as failures
4587
4588    - return 77 if we skip all tests in an executable
4589
4590    - improve gtest documentation and fix some minor issues
4591
4592    - fix g_test_trap_reached_timeout() return value
4593
4594    - remove some dead code uncovered during test coverage expansion
4595
4596    - Use tap mode for installed tests too, when using tap
4597
4598  * fix races in unix signal handling
4599
4600  * make our GVariant-based commandline tools (glib-compile-schemas,
4601    gdbus, gapplication) print out GVariant parse errors in context
4602
4603  * GApplication now has a --gapplication-service command line switch to
4604    turn any GApplication into a service
4605
4606  * improve compatibility of GApplication and GOptionContext
4607
4608  * fix gsettings.m4 wrt. builddir != srcdir with non-recursive make
4609
4610  * use a directory monitor in GKeyfileSettingsBackend
4611
4612  * improve robustness of some GIcon classes
4613
4614 Bugs fixed
4615  141251  poll(2) is in <poll.h>, not <sys/poll.h> per SUS standard
4616  613732  [PATCH] gobject.py: Don't install frame filters when GDB does not support them
4617  708212  g_variant_parser_error_get_quark() has unexpected name.
4618  710965  GApplication: add --gapplication-service switch
4619  711090  periodic failure of spawn-multithreaded async testcase
4620  712171  gsettings.m4: @GSETTINGS_RULES@: Support srcdir != builddir with nonrecursive make
4621  712630  Revert "gsettings m4: check for .xml in src/builddir"
4622  715028  GVariant: add way to print context of parse errors
4623  719344  Fix the various test programs (or GLib itself) on Windows
4624  720263  gtestutils: skipping a test should count as success, not failure
4625  720539  gdbus-codegen: Fix crasher in goa-using apps
4626  720635  Make gdb pretty-printers compatible with Python3
4627  720891  g_settings_get_child does not inherit the backend
4628  721034  glib 2.38.2 cannot be compiled with SunStudio Compiler under Solaris
4629  721059  g_subprocess_launcher_set_environ vs "environ"
4630  721074  kqueue: deadlock
4631  721087  Missing -lselinux in pkg-config --libs --static gio-2.0
4632  721324  Error message is printed to stdout
4633  721624  Regression in GTest framework reorders existing test cases
4634  721625  backwards NEWS entry about g_source_remove change
4635  721796  insufficient escaping in g_dbus_annotation_info_generate_xml()
4636  721947  Improve GApplication ⇔ GOptionContext compatibility 
4637
4638 Translations updated:
4639  Brazilian Portuguese
4640  Galician
4641  Greek
4642  Hebrew
4643
4644 Overview of changes from GLib 2.39.1 to GLib 2.39.2
4645 ===================================================
4646
4647 * Portability
4648
4649   - Remove alleged support for OS/2
4650
4651   - Remove alleged support for BeOS
4652
4653   - Remove alleged support for last-millennium Unixes
4654
4655   - Require C90 compliance
4656
4657   - Require POSIX.1 (1990) compliance on Unix
4658
4659   - Require GNU make
4660
4661 * Bugs fixed:
4662  113075 support "nonnull" attribute
4663  159528 g_ptr_array_remove_range()
4664  307947 The check for growing stack pointer in configure can fail
4665  607016 docs should mention property notification order
4666  671557 Fun with integers and g_key_file_load_from_data()
4667  676761 don't use g_critical for a runtime error
4668  690525 g_file_replace_contents_async doesn't copy its @conten...
4669  691608 Support compilation with clang 3.2
4670  697585 g_variant_builder_add's doc example is leaking
4671  697828 g_hash_table_add() should return a boolean
4672  702862 gdbus-codegen : look for deps in default install path
4673  703522 Reference leak in GvariantBuilder documentation
4674  705902 g_get_current_dir() should check PWD env var and retur...
4675  708274 Added GObject Introspection annotations to genums.c
4676  710519 Portability schmortability
4677  710741 some mainloop instrumentation
4678  710983 Test failures on powerpc
4679  711047 Enable the build of the various test programs on Windo...
4680  711051 Add basic test for the GNotification gtk backend
4681  711088 gbacktrace: Don't close stderr when running gdb
4682  711103 gmessages: Add g_info macro for G_LOG_LEVEL_INFO
4683  711178 appinfo test problems
4684  711546 utf8: report allocation error
4685  711640 gdesktopappinfo: Rank Keywords matches higher than Gen...
4686  711751 Fix memory leaks in libglib tests
4687  711753 gthread-posix: Don't use gslice allocated GRecMutex
4688  711796 glib-tap.mk: fix to actually use the TAP driver
4689  711800 fix g_test_set_nonfatal_assertions()
4690  711801 giomodule: Allow overriding source directory gio modul...
4691  711805 gdbus-connection: Fix race condition in test
4692  711806 gtestdbus: Don't destroy GSource twice
4693  711807 gtestdbus: Properly close server connections
4694  711871 Broken and misleading configure check for growing stack
4695  712136 'O_CLOEXEC' undeclared (first use in this function)
4696  712148 Add system bus support to GTestDBus
4697  712171 gsettings.m4: @GSETTINGS_RULES@: Support srcdir != bui...
4698  712314 AIX port: splice(); major()/minor(); libtool library order
4699  712315 GSettings: More docs for deprecated _list_schemas()
4700  712393 gobject: Box GMappedFile
4701  712547 GSocketClient "event" not useful for determining resol...
4702  715164 Clang static analysis fixes
4703  719395 GPtrArray add g_ptr_array_insert
4704  719402 Crashes when startup
4705  719472 leak in generated proxy-side property-setter
4706  719687 fix or remove g_trap_object_ref
4707  719809 Signal connection ids are always > 0 if successful
4708  719837 gdbus-connection: Work around race in connection tests
4709  719884 Fix documentation typos in GTask and GCancellable examples
4710  719979 g_settings_get: check validity of format string
4711  720080 Truncating a GMemoryOutputStream to a larger size cause...
4712  720210 gdataset: Remove unused define
4713  720236 Allow clean simple use of g_test_trap_subprocess() 
4714
4715 * Translations updates:
4716  Italian
4717  Lithuanian
4718  Simplified Chinese
4719  Spanish
4720
4721
4722 Overview of changes from GLib 2.39.0 to GLib 2.39.1
4723 ====================================================
4724
4725  * GSettings fixes/improvements
4726
4727    - GSettingsSchema API is now more powerful and consistent
4728
4729    - new GSettingsSchemaKey API allows accessing metadata for keys:
4730      type, default value, range and the long-awaited support for summary
4731      and description
4732
4733    - GSettingsSchemaSource gains support for listing schemas within a
4734      source.  Deprecate the global API that did this for the default
4735      source.
4736
4737    - 'gsettings list-schemas' now works properly with --schemadir
4738
4739    - deprecate a bunch of now-redundant functionality on GSettings
4740
4741    - add API to GSettings for getting the default value of a key (as set
4742      by the sysadmin)
4743
4744    - add API to GSettings for determining if the user has assigned a
4745      particular value to a key (ie: we are not just reading the default)
4746
4747    - ignore qualified tags and attributes appearing in schema files
4748
4749  * Applications/Actions
4750
4751    - make GSimpleAction a bit more strict with respect to state changes
4752      that would violate the interface (ie: by changing the state type
4753      after construction)
4754
4755    - throw an error when attempting to 'Describe' a non-existent action
4756      via D-Bus instead of returning a bogus description
4757
4758    - throw an error when attempting to invoke unsupported methods on an
4759      Application (eg: 'Open' on an app that doesn't HANDLES_OPEN)
4760      instead of emitting a g_critical() in context of the app (which is
4761      not itself at fault for the errant call)
4762
4763  * Appinfo
4764
4765    - substantially rework GDesktopAppInfo to reduce the amount of disk
4766      accesses that are performed in common situations
4767
4768    - add a new class: GAppInfoMonitor for discovering when applications
4769      are installed/removed
4770
4771    - add a new g_desktop_app_info_search() API for searching for
4772      installed applications by name, keywords, etc.
4773
4774  * GMarkup: add new G_MARKUP_IGNORE_QUALIFIED flag for skipping over
4775    "qualified" tags and attributes (those with a colon in the name, such
4776    as 'my:tag')
4777
4778  * GDBus
4779
4780    - ignore qualified tags, as above
4781
4782    - GTestDBus: unset all D-Bus addresses (such as STARTER) to ensure
4783      that test programs don't pick them up
4784
4785    - add new session_bus_run() convenience in the tests and use it
4786
4787  * GRand: use real random data as a seed on win32 and use the
4788    timestamp/pid/uid fallback only on UNIX machines where we can't open
4789    '/dev/urandom'.  This may cause issues with older mingw32 releases
4790    due to a missing prototype for the rand_s() API.
4791
4792  * Many win32 (and particularly MSVC) portability fixes.  Many
4793    additional tests are now runnable when building with MSVC.
4794
4795  * Due to early testing of the (soon to land) GCleanup framework, a very
4796    large number of memory errors have been found and fixed (mostly in
4797    the testcases, but some in glib itself).
4798
4799  * GIO:
4800
4801    - some more seeking cleanups: particularly on GLocalFileInputStream
4802
4803    - don't leave a .trashinfo file around if trashing a file fails
4804
4805    - Add a request_certificate virtual method to GTlsInteraction
4806
4807 Translations updated:
4808  Assamese
4809  Galician
4810  Greek
4811  Spanish
4812  Tamil
4813
4814 Bugs fixed:
4815  635641 schema compiler should ignore unknown attributes
4816  637257 g_tls_client_connection_gnutls_retrieve_function needs to be able to block
4817  637956 GKeyfileSettingsBackend should ignore file deletions
4818  645453 keys from base schema missing from extended schema
4819  665634 g_dbus_node_info_new_for_xml() errors on unknown attributes in XML files
4820  668232 Unable to get description and summary for a key
4821  668233 Unable to determine if a key is set to the default / what the default value is
4822  680838 Need g_settings_schema_source_get_schemas()
4823  683017 API for accessing GSettings Schema metadata
4824  687185 org.gtk.Actions.Describe doesn't return an error for non-existing action names
4825  687202 If trashing fails, the ".trashinfo" file is not removed
4826  695558 The --schemadir option has no effect
4827  696424 GSimpleAction.state property is not right
4828  697348 GTestDBus should unset DBUS_STARTER_ADDRESS, DBUS_STARTER_BUS_TYPE
4829  710133 Emit backward compatible code with gdbus-codegen
4830  710691 glib-networking: locking during implicit handshake
4831  710738 GRand has lame fallback for Windows
4832  710859 Typo in gio docs
4833  710885 Two fixes for GApplication
4834  710962 error: 'F_DUPFD_CLOEXEC' undeclared (first use in this function)
4835  710964 Add g_hash_table_get_key_array()
4836  710991 test: g_debug messages shouldn't affect g_assert_expected_messages
4837  711016 g_settings_list_keys () segfaults for empty schemas
4838  711048 glocalfileinputstream.c allows skip past end of file
4839  711049 Fix build of GLib-GIO 2.39.x on Windows/MSVC
4840  711064 Adding child source to blocked source can cause a segfault
4841  711070 Copying a symlink over another one segfaults
4842  711099 gapplication test failure
4843  711520 GDesktopAppInfo: allow more than one level of legacy folder prefixes
4844  711556 Add GAppInfoMonitor
4845  711557 Add g_desktop_app_info_search()
4846  711600 trivial portability fix
4847  711632 The desktop-app-info test fails during make check
4848  711754 gmain: Fix use of uninitialized memory in sigaction structure
4849  711755 private: Use threading primitives correctly in private test
4850  711756 gthreadpool: Don't pass bad data to GThreadPool sorter
4851  711768 Fix memory leaks in libgmodule tests
4852  711775 utils: Don't free memory owned by glib in test
4853  711782 boxed: Fix double free in boxed unit tests
4854  711803 gsubprocess: Fix a number of leaks and a segfault
4855  711808 gtestdbus: Fix leak of GMainLoop 
4856
4857 Overview of changes from GLib 2.38.0 to GLib 2.39.0
4858 ====================================================
4859
4860  * prep for the 2.40 series (version macros, docs index, etc.)
4861
4862  * GNotification
4863
4864    - new API for sending persistent notifications via the desktop shell
4865
4866    - notifications persist when the application has quit and clicking on
4867      them can restart the application with an action (via
4868      DBusActivatable)
4869
4870  * GSubprocess
4871
4872    - new API for launching subprocesses
4873
4874    - nice GIO integration like async functions, cancellability, etc.
4875
4876    - a convenient communicate() API inspired by the same API in Python
4877
4878    - related: the gspawn API now has a CLOEXEC flag for the created
4879      pipes for stdin/stdout/stderr
4880
4881  * New gapplication(1) commandline tool
4882
4883    - intended to be used with DBusActivatable apps
4884
4885    - can be used for launching apps, opening files, invoking application
4886      actions and listing apps and actions
4887
4888    - bash tab completion is supported
4889
4890  * GDesktopAppInfo changes:
4891
4892    - g_file_get_path() can implicitly cause a FUSE mount so don't call
4893      it until we know we need it (for an app that doesn't support URIs)
4894
4895    - don't crash when trying to load from a keyfile with
4896      DBusActivatable=true
4897
4898    - remove some dead code, refactor the search path handling a bit and
4899      do a large-scale whitespace cleanup (prep work for the pending
4900      desktop file index)
4901
4902  * File monitors
4903
4904    - fix broken handling of mount point monitoring
4905
4906    - remove some strange use of GObject::constructor() from the base
4907      class and inotify backend
4908
4909    - fix GFileMonitor to work in the non-default main context even when
4910      the main context is not running (or is blocked)
4911
4912    - add internal private API for easily creating a file monitor in the
4913      GLib worker thread
4914
4915  * GSettings
4916
4917    - g_settings_list_children: only list viable schemas.  This fixes a
4918      longstanding issue where 'gsettings list-recursively' will crash
4919      when there are invalid schemas installed
4920
4921    - don't accept invalid paths on g_settings_new_with_path, etc.
4922
4923  * GIO
4924
4925    - GFile now has a thumbnail::is-valid attribute to check if the
4926      thumbnail in thumbnail::path needs to be regenerated
4927
4928    - GDBusProxy now has a flag to control autostarting of services at
4929      construction time
4930
4931    - for GSeekable, properly introduce the concept of "resizable" vs.
4932      "fixed-sized" streams in the docs, explaining the expected
4933      semantics of the interface in each case
4934
4935    - fix some cases in GMemoryOutputStream that were violating the above
4936      expectations (which may cause a slight API incompatibility)
4937
4938    - clean up GCredentials code and add support for Hurd and Solaris
4939
4940    - improve splicing by using different codepaths for the case where we
4941      have real _read_async() and _write_async() implementations on the
4942      stream vs. the case where they are internally emulated (via
4943      dispatching the sync variant of the call in a thread)
4944
4945  * GKeyFile
4946
4947    - fix a leak in g_key_file_get_(u)int64 when we fail to parse the
4948      value as an integer
4949
4950    - add long-requested API g_key_file_save_to_file()
4951
4952  * Portability improvements
4953
4954    - avoid using O_DIRECTORY on platforms that don't have it
4955
4956    - be careful about systems that define SOCK_CLOEXEC but don't
4957      actually support it (like Hurd)
4958
4959    - only use SA_RESTART if it exists
4960
4961  * Other small API changes/additions
4962
4963    - a pair of functions to support matching strings for the type of
4964      search functionality that you'd expect to have with things like
4965      GtkSearchBar.  This will also be used by the desktop file index.
4966
4967    - g_str_is_ascii() with obvious purpose
4968
4969    - g_test_expect_message() no longer appears to allow you to catch
4970      G_LOG_ERROR messages
4971
4972  * GMainContext/GSource
4973
4974    - fix handling of overflowing the 'next source id' counter
4975
4976    - g_source_remove() will now throw a critical in the case that you
4977      try to remove a non-existent source.  We expect that there is some
4978      code in the wild that will fall afoul of this new critical but
4979      considering that we now reuse source IDs, this code is already
4980      broken and should probably be fixed.
4981
4982    - simplify handling of the 'current dispatching source' to not
4983      require use of a linked list
4984
4985  * GObject
4986
4987    - the long-broken (and leaky) pattern of destroying a just-allocated
4988      object from inside of a custom GObject::constructor is now
4989      officially completely illegal and will abort the program
4990
4991  * Unicode: update to 6.3.0
4992
4993  * Bug fixes
4994
4995    - g_file_copy() now falls back to pathname queryinfo.  This should
4996      clear up the bugs with copying from some GVfs backends (afp,
4997      gphoto, archive, at least).
4998
4999    - fix an out-of-bounds read in the xdgmime code
5000
5001    - fix a typo in the /org/freedesktop/DBus path on the object manager
5002      client
5003
5004    - skip emitting path_namespace='/' in match rules in order to
5005      workaround a bug in the D-Bus daemon and fix our own implementation
5006      (which shared exactly the same bug)
5007
5008    - fix crashes on precondition violations for GParamSpec constructors
5009
5010    - many other small fixups (see bug list)
5011
5012   * Many documentation improvements
5013
5014 Bugs fixed:
5015  309224 g_key_file_save_to_file missing
5016  583321 QNX: no SA_RESTART
5017  661576 fix handling of constructors that destroy half-constructed objects
5018  672102 GSubprocess class
5019  684842 Seeks on GMemoryOutputStream don't have opaque semantics
5020  688492 Add a notification API
5021  691581 g_output_stream_real_splice_async doesn't use overriden read/write_async functions
5022  702516 gfileutils: Make -Werror=format-nonliteral happy
5023  704218 New gapplication(1) tool
5024  704593 g_setenv: on some systems (BSD, OSX…), setting a variable to NULL crashes the system
5025  704882 GLocalDirectoryMonitorClass mount_notify field is useless
5026  704887 file monitoring improvements
5027  705029 Support for Solaris credentials
5028  705688 g_settings_list_children: only list viable schemas
5029  706254 Afp backend cannot copy files
5030  707887 Attempting to create GObject Property with underscore prefix segfaults
5031  708042 gapplication: don't rely on cmdline being finalized immediately
5032  708265 add support for GNU/Hurd in GLib D-Bus Library
5033  708266 fix error code checks when SOCK_CLOEXEC is defined but not supported
5034  708529 xdgmime: valgrind warns about invalid reads
5035  708677 incorrect object path 'deskop' used in gio/gdbusobjectmanagerclient.c
5036  708714 Typo in docs of GLIB_VERSION_2_40 macro.
5037  708753 gdesktopappinfo: Call g_file_get_path() on demand
5038  708793 glib build fails with clang < 3.1: error: expected ';' after top level declarator
5039  708828 GDBusProxy: add the ability to call methods on non autostarted proxies
5040  708860 glib-2.38.0 doesn't build on Solaris 10
5041  708972 gnetworking.h in tarball screws up out-of-source builds
5042  709113 [PATCH] Main loop dispatch path has needless linked list
5043  709227 Update to unicode 6.3.0
5044  709301 goutputstream: Add clear warning about short writes to _write_bytes() and async version
5045  709326 GDesktopAppInfo crashes creating a DBusActivatable app without a filename
5046  709440 Fix overloading of "source" and "target" terminology in GBinding
5047  709615 Cannot use g_test_expect_message with g_error
5048  709753 Add helpers for string matches when using GtkSearchBar-like widget
5049  709898 Expose thumbnail validity in GFile attributes
5050  709966 Remove outdated documentation
5051  709994 Minor fix for HACKERS doc to direct hackers to proper help file
5052  709995 Obsolete makefile rules
5053  710002 G_MAXUINT may be assigned as duplicate source id
5054  710313 Memory leak in g_key_file_get_(u)int64 with invalid integer values
5055  710345 [Patches] Fix some redundant-decls
5056  710496 g_locale_to/from_utf8() doc updated.
5057  710625 g_file_error_from_errno: Remove unneeded breaks
5058  710666 Frame clock related bug fixes
5059  710724 gmain: Warn when g_source_remove() fails
5060  710726 Work around D-Bus bug with path_namespace='/' match rules
5061
5062 Translations:
5063  Assamese
5064  Brazilian Portuguese
5065  Indonesian
5066  Russian
5067  Tamil
5068  Traditional Chinese
5069
5070 What's new in Glib 2.38
5071 ========================
5072
5073  * Application support
5074
5075   - GIO now provides an implementation of Desktop Actions from the
5076     desktop entry specification
5077
5078   - GApplication now implements the org.freedesktop.Application
5079     interface as per the desktop entry specification, allowing for
5080     standards-based D-Bus launching of GLib-based applications
5081
5082   - GDesktopAppInfo now supports DBusActivatable as per the desktop
5083     entry specification, allowing GLib-based applications to use D-Bus
5084     to launch other applications
5085
5086   - GApplication now has a "busy" flag that can be set on an application
5087     to allow the shell to show that it is busy
5088
5089  * GObject
5090
5091   - the private offset for a given class type is now always constant.
5092     This was done by reorganising the memory layout of instances so that
5093     the private data comes before the "official" pointer for the object
5094     (ie: at a negative offset).  Valgrind macros were added to mitigate
5095     any problems that this may have caused.
5096
5097   - a new G_DEFINE_TYPE_WITH_PRIVATE has been added along with a
5098     generated function *_get_instance_private() that can now serve as an
5099     equally-performing alternative to ->priv pointers in instances
5100     (allowing memory savings)
5101
5102   - new G_PRIVATE_FIELD, G_PRIVATE_FIELD_P and G_PRIVATE_OFFSET macros
5103     provide a convenient method of converting between named variables in
5104     private structures and their (now constant) offsets
5105
5106   - installing properties on a GObjectClass must now be done from
5107     class_init.  It is no longer valid to install them after class_init
5108     has returned.
5109
5110   - it is now possible to manually break a GObject property binding
5111     without destroying one of the objects involved
5112
5113  * Icons
5114
5115   - the requirements for implementing the GIcon interface have changed
5116     in order to make it possible to consume all implementations of GIcon
5117     with a finite number of cases
5118
5119   - a new GBytesIcon type was added for an icon represented by an
5120     in-memory binary blob in a known image format (ideally png).
5121
5122   - new APIs g_icon_serialize() and g_icon_deserialize() replace the old
5123     to/from_string APIs and will always work, irrespective of which
5124     types have been initialised in the calling process, allowing for a
5125     serialised GdkPixbuf to be deserialised in a process that doesn't
5126     have GdkPixbuf
5127
5128   - support for icons has been added to GMenuModel using the new APIs
5129
5130  * Actions and menus
5131
5132   - GPropertyAction provides a convenient way of creating a stateful
5133     property corresponding to a property on a GObject, such as the
5134     "visible-child-name" property of a GtkStack
5135
5136   - new API g_menu_remove_all()
5137
5138   - we now have established rules about what is a "valid" action name
5139     and an API to check them
5140
5141   - a new API for converting detailed action names to and from the
5142     split-out name and parameter value (as GVariant)
5143
5144   - for backwards compatibility, invalid action names can still be used
5145     with most functions, but this is not recommended
5146
5147  * Other GIO
5148
5149   - GDBus now supports services that wish to handle some of all
5150     properties on an interface asynchronously, without requiring the
5151     service to reimplement the entire org.freedesktop.DBus.Properties
5152     interface
5153
5154   - GFile now has a new _measure_disk_usage() (and async) API for
5155     recursively determining the amount of disk space used by a
5156     particular directory (akin to 'du').
5157
5158   - asynchronous version of g_file_trash() and g_file_make_directory()
5159     have been added
5160
5161  * Other new API
5162
5163   - GRegex has a new function to query the maximum lookbehind length to
5164     allow for regexp matching on streams
5165
5166   - GVariant has two new APIs for constructing strings that allow
5167     avoiding copies in some cases: g_variant_new_take_string() and
5168     g_variant_new_printf()
5169
5170  * Testing
5171
5172   - we can now generate TAP output
5173
5174   - new support functions for simplifying the process of dealing with
5175     data files for srcdir != builddir and installed test cases
5176
5177   - g_test_trap_subprocess() provides a portable alternative to
5178     g_test_trap_fork()
5179
5180  * Other
5181
5182   - GLib now builds on Android against the bionic C library
5183
5184 Overview of changes from GLib 2.37.93 to 2.38.0
5185 ================================================
5186
5187 * fix the documentation for GSourceFuncs
5188
5189 * fix compilation on OS X/ppc64
5190
5191 Bugs fixed: 708445, 647145
5192
5193 Translations updated:
5194  Danish
5195  French
5196  Portuguese
5197  Punjabi
5198
5199 Overview of changes from GLib 2.37.92 to 2.37.93
5200 ================================================
5201
5202 * a couple of bugfixes in the new g_file_measure_disk_usage() API
5203
5204 * updated Traditional Chinese translation
5205
5206 Overview of changes from GLib 2.37.7 to 2.37.92
5207 ===============================================
5208
5209 * new API g_file_measure_disk_usage() similar to du(1)
5210
5211 * minor fixes
5212
5213 * Translation updates:
5214  Assamese
5215  Belarusian
5216  Brazilian Portuguese
5217  Catalan
5218  Czech
5219  Galician
5220  German
5221  Hungarian
5222  Indonesian
5223  Italian
5224  Korean
5225  Korean
5226  Latvian
5227  Lithuanian
5228  Polish
5229  Serbian
5230  Slovenian
5231  Spanish
5232
5233 Overview of changes from GLib 2.37.6 to 2.37.7
5234 ==============================================
5235
5236 * GDateTime now supports %:z formatting variations
5237   for timezones. This is a GNU date extension.
5238
5239 * Bugs fixed:
5240  685387 Segfault with GObject.signal_handler_is_connected()...
5241  686786 g_socket_get_available_bytes() returns wrong value ...
5242  705027 GSocket GSource not threadsafe on Windows
5243  706469 Fix G_DEFINE_ABSTRACT_TYPE_WITH_PRIVATE documentation
5244  706706 Fix Gir annotations on g_loadable_icon_load_finish
5245  706888 gtype: fix a no-op assertion
5246  706958 configure.ac: fix atomic opts detection
5247  707092 "File Utilities" page for GLib documentation doesn'...
5248  707151 gdatetime: Extend the '%z' timezone format
5249
5250 * Translation updates:
5251  Catalan
5252  Hungarian
5253  Japanese
5254  Polish
5255  Slovak
5256  Tamil
5257
5258
5259 Overview of changes from GLib 2.37.5 to 2.37.6
5260 ==============================================
5261
5262 * Tests using the g_test facilities can now generate TAP output
5263
5264 * Bugs fixed:
5265  680926 generic type fallback logic is broken for -symbolic
5266  684327 setting null icon to icon list
5267  689245 GSocket unable to reuse (address,port) on Mac OS X
5268  692125 Support TAP as GTest output format
5269  693335 build: fix dtrace-related warnings
5270  696633 gdbus-codegen trips over unicode chars when using python 3.x
5271  696970 Compiling 2.36.0 for win64 fails
5272  697185 GSocket – Allow specifying the multicast interface from...
5273  700268 Add support for using the clang analyzer
5274  701318 Add G_SPAWN_DEFAULT to GSpawnFlags
5275  701529 glib/tests/gdatetime: use UTC time in test_GDateTime_diff()
5276  701800 a new approach to reporting critical errors
5277  702674 g_date_time_new_utc crash
5278  704165 GLib.IOChannel read_unichar() fails
5279  705075 Simplify g_get_tmp_dir()
5280  705152 Race in glib/task.test
5281  705398 gtype: Fix typo in g_type_class_add_private() error message
5282  705570 Check ref_count in g_object_notify_by_pspec
5283  705600 Deprecate GSimpleActionGroup functions?
5284
5285 * Updated translations:
5286  Assamese
5287  Brazilian Portuguese
5288  Czech
5289  Dutch
5290  Galician
5291  Gujarati
5292  Hebrew
5293  Italian
5294  Lithuanian
5295  Marathi
5296  Norwegian bokmål
5297  Russian
5298  Slovenian
5299  Spanish
5300  Thai
5301  Traditional Chinese
5302
5303
5304 Overview of changes from GLib 2.37.4 to 2.37.5
5305 ==============================================
5306
5307 * Implement the Desktop Action specification: In the case that the
5308   application is a GApplication and DBusActivatable, actions from the
5309   desktop file are translated into GActions that have been added to
5310   the  application with g_action_map_add_action().
5311
5312 * GPropertyAction is a new type of GAction that represents the value
5313   of a property on an object, and allows to change the value when
5314   activated.
5315
5316 * GNetworkMonitorNetlink can now handle default routes via a device.
5317
5318 * The gsettings tool now reports failure to write a key (e.g. because
5319   the key was locked down)
5320
5321 * Miscellaneous new api:
5322  - g_variant_new_printf
5323  - g_action_print_detailed_name
5324  - g_regex_get_max_lookbehind
5325
5326 * Bugs fixed:
5327  664444 Support additional application actions in .desktop files
5328  684123 glib build only tries -D_GNU_SOURCE if glibc is detected
5329  689794 support incremental matching
5330  699259 add org.freedesktop.Application support to GIO
5331  700460 rewrite tests to not rely on precise timing of timeouts
5332  701511 updates to various GSource types
5333  701609 gnetworkmonitornetlink: handle default route via device
5334  703270 add GPropertyAction
5335  704157 GAction: add function for printing detailed names
5336  704250 Doc: various fixes
5337  704267 regression gsourceclosure: segfault in gedit file chooser
5338  704322 glib-unix: fix handling of multiple signal source for the...
5339  704424 No error when failing to override a locked key
5340  704447 Fix build/use of g_child_watch_closure_callback on Windows
5341  704523 g_thread_create_full() can dereference NULL pointer
5342  704543 Add implementations for G_GNUC_*_IGNORE_DEPRECATIONS for ...
5343  704567 gdbusnameowning: Don't spew an error if we're releasing a...
5344  704585 libc printf can give mixed-case strings for NaN and Inf
5345  704587 FTBFS: statfs_result is undeclared for statvfs()
5346  704699 gmain: Reset signal handlers to default when source is
5347  704704 AI_NUMERICSERV cannot be used with ai_socktype = 0
5348  704873 inotify: don't assume mainloop is running
5349  704999 glib/convert.test crashing due to lack of iconv cache
5350  704931 GMenuModel: add annotations to virtual functions
5351
5352 * Translation updates:
5353  Assamese
5354  Czech
5355  German
5356  Gujarati
5357  Spanish
5358  Tamil
5359
5360
5361 Overview of changes from GLib 2.37.3 to 2.37.4
5362 ==============================================
5363
5364 * Bugs fixed:
5365  701283 g_source_add_child_source() segfault
5366  702147 inconsistency of G_STRFUNC
5367  703191 new private macros interact poorly with versioning macros
5368  703254 Doc: various fixes
5369  703407 g_spawn_async() keeps child_pid_report_pipe open in child process
5370  703437 GDBusConnection: be more careful with async GetAll
5371  703478 Missing G_BEGIN/END_DECLS in gsettingsschema.h
5372
5373 * Translation updates:
5374  Catalan
5375
5376 Overview of changes from GLib 2.37.2 to 2.37.3
5377 ==============================================
5378
5379 * add a new API for instance private data: G_DEFINE_TYPE_WITH_PRIVATE
5380
5381 * fix timestamps in tarball to prevent automake from being required to
5382   build the unmodified source
5383
5384 * add new D-Bus API for async property handling
5385
5386 * add back fsync() on ext4 for g_file_set_contents() after it was
5387   discovered that despite statements in the ext4 documentation
5388   suggesting that this is safe, it is not safe.
5389
5390 * Translations:
5391  Italian
5392  Norwegian bokmål
5393
5394 * Bugs fixed:
5395  698375 - D-Bus async properties
5396  700350 - timestamp issue
5397  701560 - fsync issue (fixed again)
5398  700035 - new API for instance private data
5399
5400 Overview of changes from GLib 2.37.1 to 2.37.2
5401 ==============================================
5402
5403 * The GLib test utilities have grown some file-related APIs
5404   to support tests that can be used installed and uninstalled.
5405
5406 * Installing properties after class initialization is deprecated,
5407   and will trigger a warning.
5408
5409 * GApplication:
5410  - Support org.freedesktop.Application, including D-Bus activation
5411    from desktop files
5412  - Set prgname to appid for services
5413
5414 * Bugs fixed:
5415  549783 gtester lacks framework for tests with data files
5416  692848 Fix property example in gobject tutorial
5417  698018 Add an explicit g_binding_release()
5418  698614 GObject: prevent installing properties after init
5419  699259 add org.freedesktop.Application support to GIO
5420  699959 g_file_copy(): Ensure we create private files by default
5421  700123 Test failure: g_inet_socket_address_get_scope_id
5422  700725 GIcon: NULLify the `type' out param in the sync methods too
5423  701401 gtest: add function for testing for WINE
5424  701456 Error in gnome/glib/gio/tests/file.c
5425  701474 Error building glibmm due to extra comma in glib/gtestutils.h
5426  701560 various improvements for g_file_set_contents()
5427  701680 GFileEnumerator: Add some documentation about ordering
5428  701878 Check wakeup() before iteration(TRUE) doesn't block
5429
5430 * Translations:
5431  Assamese
5432  Czech
5433  Galician
5434  Gujarati
5435  Kannada
5436  Marathi
5437  Odia
5438  Polish
5439  Slovenian
5440  Spanish
5441  Telugu
5442
5443
5444 Overview of changes from GLib 2.37.0 to 2.37.1
5445 ==============================================
5446
5447  * add support for installed tests:
5448    https://live.gnome.org/GnomeGoals/InstalledTests
5449
5450  * add a new g_test_trap_subprocess() that works on Windows as a
5451    replacement for the (now deprecated) g_test_trap_fork()
5452
5453  * support for explicitly cancelling a gobject property binding
5454
5455  * performance improvements for signal argument handling
5456
5457  * stop using `quotes' in very many log messages generated by GLib, for
5458    favour of 'this style'.  This may cause testcases in other packages
5459    to fail if they were matching on the previous text.
5460
5461  * improve manpages: add missing arguments and flags
5462
5463 Translations: 
5464  Aragonese
5465  Assamese
5466  Gujarati
5467  Hindi
5468  Kannada
5469  Norwegian bokmål
5470  Odia
5471  Slovenian
5472  Spanish
5473  Tamil
5474  Telugu
5475
5476 Bugs fixed:
5477  679683 replace g_test_trap_fork()
5478  694380 Improve signal argument collection performance
5479  695233 Strings require plural forms
5480  697849 spelling fixes in cross.xml and running.xml
5481  698877 GProxyAddressEnumerator calls g_network_address_parse_uri without port
5482  698981 [PATCH] test /gdbus/connection/large_message could hang forever
5483  699079 Prototype support for installed tests
5484  699485 [PATCH] tests/mappedfile: Also handle ENOMEM
5485  699493 SOCKS5 proxy code crashes if it cannot authenticate
5486  699500 gbitlock: fix this to not unconditionally use futex emulation
5487  699779 [PATCH] G_GNUC_FORMAT: documentation error
5488  700263 m4macros/glib-gettext.m4: Don't use AC_HEADER_STDC
5489  700714 [PATCH] gtestutils: Ensure test subprocesses don't dump core
5490  700746 Use 'dumb quotes' rather than `really dumb quotes'
5491
5492 Overview of changes fron GLib 2.36.0 to 2.37.0
5493 ==============================================
5494
5495 * The syntax for detailed action names has been documented,
5496   and a parser API for them is now provided
5497
5498 * GApplication has gained a busy state. This feature is intended for
5499   clients that want to signal a desktop shell their busy state, for
5500   instance because a long-running operation is pending.
5501
5502 * GLib can now be built with the bionic C library
5503
5504 * GIcon can now be serialized to a GVariant
5505
5506 * Bugs fixed:
5507  548353 Finish implementing GFile interface (mostly asynchron...
5508  645881 Full port of glib-2.28.1 onto Android-ARM
5509  665445 Glib mistakes nl_langinfo() from plibc for the real t...
5510  672018 Need API to set global application state (busy, count...
5511  687659 drop support for adding interfaces after class_init
5512  688820 GIcon is a bad interface
5513  688954 extend 'detailed action' syntax, provide parser
5514  689223 Fix compilation on Android with the bionic C library
5515  695156 Add support for arg0namespace matching in signal_subs...
5516  696108 gdbus-codegen: avoid warnings in generated code
5517  696629 fix sed(1) usage
5518  696652 GTask won't free its error member variable on finalize
5519  696857 GThreadedResolver: set an error if no records could b...
5520  696973 Compiling 2.36.0 for win64 fails in gdbusmessage.c
5521  697131 No --version
5522  697160 [PATCH] gmacros: Mark G_UNAVAILABLE() functions as de...
5523  697229 Custom Interface implementations will be broken with ...
5524  697250 Documentation glitch of G_DEFINE_TYPE_EXTENDED causes...
5525  697365 Fix usage of hasmntopt in gunixmounts.c
5526  697367 Remove warning on gio/gunixmounts.c
5527  697386 Except const argument with atomic is not lock free
5528  697595 g_main_context_unref unlocks a mutex twice
5529  697601 reduce GMenuModel D-Bus traffic
5530  697626 Allow posix threads to be used on w32
5531  697652 Help options generated even when help disabled
5532  697771 fix a typo of "fo" to "of" in building.xml
5533  697887 GVariant: fix transfer annotation
5534  697942 abicheck.sh fails on mips
5535  698056 rewrite g_object_new()
5536  698081 Pidgin hangs in g_spawn_command_line_sync
5537  698455 GVariant: add new g_variant_new_take_string() API
5538  698457 g_variant_get_data_as_bytes() always returns toplevel...
5539  698478 gactionmap: don't require GActionGroup
5540  698595 the valgrind/priv-before-instance bug
5541  698655 desktop-app-info test relies on true being in /usr/bin/
5542  698686 GUnixSocketAddress: fix construct parameter issue
5543  698716 Use of g_mem_set_vtable() breaks after gobject automa...
5544  698999 bytesicon: fix a memory leak
5545  699001 bytesicon: don't use g_object_unref() on GBytes
5546  699361 gio: fix small leak
5547
5548 * Translation updates:
5549  Assamese
5550  Gujarati
5551  Hungarian
5552  Italian
5553  Kannada
5554  Norwegian bokmål
5555  Polish
5556  Spanish
5557  Tamil
5558
5559
5560 Overview of changes fron GLib 2.35.9 to 2.36.0
5561 ==============================================
5562
5563 This release contains only small bugfixes and translations updates.
5564
5565  - g_file_copy(): fix bug where attributes were not applied properly to
5566    the destination file
5567
5568  - fix some 'available since' annotations
5569
5570  - fix gdbus-codegen to produce more pedantically-correct code
5571
5572 * Bugs fixed:
5573  696108 gdbus-codegen: avoid warnings in generated code
5574  696014 g_file_copy(): Ensure G_FILE_COPY_OVERWRITE preserves permissions
5575
5576 * Translations updated:
5577  Basque
5578  Czech
5579  Gujarati
5580  Hindi
5581  Hungarian
5582  Japanese
5583  Malayalam
5584  Marathi
5585  Odia
5586  Punjabi
5587  Russian
5588  Tadjik
5589  Tamil
5590  Telugu
5591
5592 Overview of changes from GLib 2.35.8 to 2.35.9
5593 ==============================================
5594
5595 This release drops the old codepage ABI from gutils.c. This is a
5596 source-compatible change and only breaks ABI with respect to truly
5597 ancient binaries (and those binaries are already broken for other
5598 reasons).  This change only affects Windows.
5599
5600 * Bugs fixed:
5601  682896 glib doesn't build on mingw32
5602  693204 split up g_get_{hostname,username,realname,home_dir} etc.
5603  694181 Handle GNetworkAddress better in g_network_monitor_base_...
5604  694253 occasional /gdbus/unref-pending test failure
5605  694350 Add type names to gsignal warnings
5606  694757 Use separate GLIB_WARN_CFLAGS that can be overridden ext...
5607  568405 Which is the correct replacement for g_strncasecmp, if...
5608  630284 g_hash_table_get_keys docs
5609  659428 docs: Small clean-up of howto subsection headers
5610  675333 Cannot forget association in Open With dialog: program...
5611  694669 consider unicode corrigendum #9
5612  694843 g_base64_decode_step () produces invalid data
5613  695147 Don't use PATH_MAX as it's not guaranteed to be defined
5614  695191 Commit f641699 broke /appinfo/mime/api test case
5615  695339 Swapped msgid plural forms for translation
5616  695376 GDBusMethodInvocation leak and potential crash
5617  695425 Untranslatable message in gsettings-tool
5618  695887 Improvements to GObject API documentation
5619  695925 GUINT32/64_SWAP_LE_BE macros do not enclose val argume...
5620  696015 PATCH Add doc warning to g_base64_decode()
5621
5622 * Translation updates:
5623  Assamese
5624  Belarusian
5625  Brazilian Portuguese
5626  Catalan
5627  Catalan (Valencian)
5628  Danish
5629  French
5630  Galician
5631  German
5632  Greek
5633  Gujarati
5634  Italian
5635  Korean
5636  Latvian
5637  Lithuanian
5638  Polish
5639  Portuguese
5640  Punjabi
5641  Serbian
5642  Simplified Chinese
5643  Slovak
5644  Slovenian
5645  Spanish
5646  Thai
5647  Traditional Chinese
5648  Uyghur
5649  Vietnamese
5650
5651
5652 Overview of changes from GLib 2.35.7 to 2.35.8
5653 ==============================================
5654
5655 This release contains one major change that may cause problems: type
5656 modules are now never unloaded.  This is implemented by (effectively)
5657 leaking the last reference on dynamic types.  Some testcases that check
5658 for unloading of types have been observed to be broken by this change,
5659 but we know of no actual cases of "real code" breaking.  Please report
5660 any problems.
5661
5662 Other changes:
5663  * A couple of build fixes for Solaris
5664  * Fix signal emission for GDBusObjectManagerClient
5665  * annotations fixes
5666  * new API: g_dbus_address_escape_value()
5667  * GSocketClient: add proxy-resolver property
5668  * GSimpleProxyResolver: new simple GProxyResolver class
5669  * documentation fixes
5670  * gnetworkaddress: preserve IPv6 scope ID in IP literals
5671
5672 Bugs fixed:
5673  691105 Allow GSocketClient to override GProxyResolver for per client proxy settings.
5674  692827 configure test fails for arpa_nameser.h
5675  692829 new Btrfs support causes build failure on Solaris
5676  693285 GDBusObjectManagerClient: won't emit object-added|removed if name-owner arrives later
5677  693502 Cross-compiling documentation: typo (np -> no)
5678  693673 add g_dbus_address_escape_value()
5679  693694 gio: Fix annotations on g_[async_]initable_new() and friends 
5680
5681 Translations:
5682  Dutch
5683  Galician
5684  Polish
5685  Serbian
5686
5687 Overview of changes from GLib 2.35.6 to 2.35.7
5688 ==============================================
5689
5690 This is a quick follow-up release with a few bug fixes.
5691
5692 * Fix the build on systems with strict linkers by adding -pthread back
5693   to the LDFLAGS for a testcase.
5694
5695 * Re-enable native atomic operations on some buggy versions of clang
5696   that ship as part of the MacOS X SDK.
5697
5698 * Make G_IO_FLAG_IS_WRITEABLE an enum again (the #define broke bindings)
5699
5700 * a small docs fix
5701
5702 * Bugs fixed:
5703  657045
5704  636683
5705  682818
5706  693105
5707
5708 * Translations:
5709  Italian
5710
5711 Overview of changes from GLib 2.35.4 to 2.35.6
5712 ==============================================
5713
5714 * GUnixFdSource is a new way to add file descriptors
5715   to the mainloop
5716
5717 * g_source_set_ready_time lets you mark a source to become
5718   ready at a specified monotonic time
5719
5720 * The internal visibility handling of GLib has been reworked
5721
5722 * GFileMonitor will now automatically use fam instead of inotify
5723   if $HOME is on NFS
5724
5725 * The file monitor implementation can now be overridden with
5726   the GIO_USE_FILE_MONITOR environment variable
5727
5728 * Bugs fixed:
5729  570572 2 make check errors on
5730  592211 No monitoring over NFS mounts
5731  625552 wrong behaviour of GVolume GVolumeMonitor related func...
5732  657729 modernise GMainLoop
5733  658020 GSource for a single GPollFD
5734  678223 g_mutex_free
5735  682560 leak fixes
5736  682819 EINTR-harden all the things
5737  684404 When using g_network_address_address_enumerator_next()...
5738  686853 new GSource fd API
5739  688169 G_DISABLE_DEPRECATED doesn't cover deprecated/gthread....
5740  688681 build: Make .symbols file canonical on all platforms
5741  690118 Crash when closing last tab of a window using Ctrl-w
5742  691624 glib/gtester.c: missing include
5743  691812 gioinputstream - give task as callback_data not task_data
5744  691866 fails out of source build directory - gnetwork.h not f...
5745  692029 Add new API checking utility
5746  692034 Install an invalidation notifier for GClosure in g_sou...
5747  692058 Broken makefile for gio tests
5748  692079 build failure in gmarkup.c when using gcc 4.8 and buil...
5749  692201 inotify: fix a memleak
5750  692202 gfile: don't report completion twice on g_file_load_co...
5751  692229 Incorrect string formatters in a translation string
5752  692332 GNetworkMonitorNetlink: make the netlink socket cloexec
5753  692360 possibly non-threadsafe code in g_content_type_guess()?
5754  692404 tester: Use FD_CLOEXEC when creating pipes
5755  692408 nautilus SIGSEGV in g_file_info_get_size()
5756  692544 [PATCH] gfile: Ensure we create internal pipe with FD_C...
5757  692583 atomic get doesn't accept a const argument on architect...
5758  692618 Use g_timeout_add_seconds
5759  692815 Using g_hash_table_insert() when using a hash table as ...
5760  692865 Invalid docbook generated by gdbus-codegen
5761  692928 Document G_MENU_{ATTRIBUTE,LINK}_*
5762
5763 * Translation updates:
5764  Hebrew
5765  Kannada
5766  Lithuanian
5767  Norwegian bokmål
5768  Polish
5769  Serbian
5770  Slovenian
5771  Spanish
5772  Uyghur
5773
5774
5775 Overview of changes from GLib 2.35.3 to 2.35.4
5776 ==============================================
5777
5778 * New features:
5779  - New API: g_get_num_processors
5780  - New API: g_application_command_line_get_stdin
5781  - New GFileMonitor flag: G_FILE_MONITOR_WATCH_HARD_LINKS
5782  - Parse more timezone offset formats
5783  - Better timezone support on Windows
5784  - Make GParamSpec constructors introspectable
5785
5786 * Removed or deprecated features:
5787  - Disallow adding interfaces after class_init
5788
5789 * Bug fixes:
5790  532815 gio + inotify support for hardlinks
5791  614930 add g_get_num_processors (), return the max concurrent...
5792  626497 Btrfs clone/reflink ioctl support in g_local_file_copy
5793  633117 glib fails stests if /etc/localtime is not properly set
5794  661767 merge/improve various bits of run-in-thread functionality
5795  668210 Add g_application_command_line_get_stdin()
5796  675856 Use GDbus via gobject-introspection instead dbus-python
5797  684103 make glib work with python3
5798  684723 run-assert-msg-test.sh fails
5799  686058 OpenBSD: disable ipv6_v4mapped test
5800  686128 GTimeZone should be able to parse POSIX format for...
5801  687223 cleverer GThreadPool management
5802  687659 drop support for adding interfaces after class_init
5803  687920 GCredentials should have an accessor for the process ID
5804  688681 build: Make .symbols file canonical on all platforms
5805  688829 Variable overflow in utils.c test on 32-bit machine
5806  689324 Variable scoping in gunixmounts.c
5807  689810 Include guard optimization
5808  690043 Broken link for gsettings tutorial: gnome-utils in...
5809  690084 gmarkup: Make GMarkupParseContext a boxed type
5810  690388 Check if CMSG_FIRSTHDR() returns NULL when there is...
5811  690538 gschema DTD is invalid
5812  690543 Add test coverage for testing in-tree DBus services...
5813  690670 local_command_line not introspectable/annotated
5814  690902 G_END_DECLS needs to be at the end of gutils.h
5815  690970 Unhelpful deprecation message for g_value_array_get_nth
5816  691001 building docs is broken on master branch
5817  691011 Automake-1.13 errors on obsolete AM_PROG_CC_STDC
5818  691077 gio-querymodules crashes with SIGSEGV
5819  691110 g_cond_wait() docs incomplete
5820  691489 Crash in Oscars 2013 page
5821  691558 Only check for .hidden files if standard::is-hidden...
5822  691608 Support compilation with clang 3.2
5823
5824 * Translation updates:
5825  Assamese
5826  Bulgarian
5827  Estonian
5828  Galician
5829  Greek
5830  Hebrew
5831  Norwegian bokmål
5832  Polish
5833  Slovak
5834  Slovenian
5835  Spanish
5836  Tamil
5837
5838
5839 Overview of changes from GLib 2.35.2 to 2.35.3
5840 ==============================================
5841
5842 * This release contains an incompatible change to the g_get_home_dir()
5843  function. Previously, this function would effectively ignore the HOME
5844  environment variable and always return the value from /etc/password.
5845  As of this version, the HOME variable is used if it is set and the
5846  value from /etc/passwd is only used as a fallback.
5847
5848 * We now install a public "gnetworking.h" header that can be used to
5849  include the relevant OS-dependent networking headers. This does not
5850  really abstract away unix-vs-windows however; error codes, in
5851  particular, are incompatible.
5852
5853 * Bugs fixed in this release:
5854  142568 Allow $HOME to override passwd entry if the user really wants
5855  587806 The file selector should honor .hidden files
5856  602715 [GChecksum] Please add support for SHA512
5857  623187 provide some support for arbitrary setsockopt()s?
5858  629301 .goutputstream files left behind when cancelling I/O
5859  652650 Optimize GDBusMessage serialization
5860  664627 /gapplication/basic test intermittently fails: cmdline re-or...
5861  675516 Win32: Don't start a DBus server when built as static library
5862  679683 replace g_test_trap_fork()
5863  684145 Current Git sources fails to cross-compile for Windows in Li...
5864  686895 file-info: catch thumbnail files in large directory as well
5865  687092 IPv6 <-> IPv4 mismatch when subscribing to multicast (send)
5866  688180 GObject: Minor error in description of floating reference
5867  688319 gthread: add missing AVAILABLE_IN_2_32 annotations
5868  688377 configure: add missing square bracket in AS_IF for memmove
5869  688419 gtask: source_object arguments and return values not annota...
5870  688497 AppInfo: Add sufficient api to port gnome-session from Egg...
5871  688681 build: Make .symbols file canonical on all platforms
5872  688704 Add boxed GType for GThread
5873  688886 Improve the i18n documentation
5874  688931 GMemoryOutputStream: Add new _resizable() constructor usab...
5875  689037 need helper for creating a GFile from a remote commandline...
5876  689377 Fix a compiler warning in GDBus
5877  689538 Source object tag set too late in gsocketlistener
5878  689800 Treat lost+found directory as a hidden file
5879  689847 Add fast repeated typename -> GType resolver
5880  689982 Make GChecksum more fully introspectable
5881  690069 g_unix_open_pipe: Add missing F_SETFD
5882  690083 gfileenumerator: Add a g_file_enumerator_get_child method
5883  690163 Add a pre-configured gio/gnetworking.h for Visual C++ builds
5884  690346 Remove an unneeded escaping in NAMESER_COMPAT_INCLUDE
5885  690348 Fix g_type_add_class_private() name in g_warning
5886
5887 * Translation updates:
5888  Assamese
5889  Galician
5890  Hebrew
5891  Hindi
5892  Kannada
5893  Odia
5894  Polish
5895  Spanish
5896
5897
5898 Overview of changes from GLib 2.35.1 to 2.35.2
5899 ==============================================
5900
5901 Note that the incompatible change to the ->constructed() vfunc that was
5902 made in the last unstable release (2.35.1) has been reverted due to
5903 causing regressions in applications.
5904
5905 A new incompatible change has been introduced in this version: it is no
5906 longer permitted to add interfaces to a class after the first
5907 instantiation (or more strictly: after g_type_class_ref()).  Bug #687659
5908 is tracking this.
5909
5910 Two private symbols (g_menu_{attribute,link}_hash_iter_get_type) which
5911 were accidentally exported have also been properly hidden.  This may
5912 cause some tools to issue warnings about ABI mismatch.
5913
5914 The remaining changes should be relatively harmless: 
5915
5916  * GIO now has kqueue support for GFileMonitor (BSDs, Mac OS)
5917
5918  * New g_variant_new_from_bytes() API
5919
5920  * UNIX signal sources now allow watching SIGUSR1 and SIGUSR2
5921
5922  * Many pedantic cleanups to adhere to a higher level of -W use
5923
5924  * GTask changes to avoid a deadlock
5925
5926  * many cleanups/fixes for Windows
5927
5928  * Boxing for GPollFD, GIOChannel, GBytes, GByteArray
5929
5930  * Fix URL-encoding of trashed files
5931
5932  * Many other docs and annotations fixes
5933
5934 Translations:
5935
5936  Galician
5937  Gujarati
5938  Lithuanian
5939  Serbian
5940  Slovak
5941  Slovenian
5942
5943 Bugs closed:
5944
5945  649302 Add support for GNU/FreeBSD
5946  668842 [GSocket] Add caching for the sender address in g_socket_receive_from()
5947  672924 Add annotations for g_filename_from_uri()
5948  673229 glib: Use Returns:, not @returns
5949  677062 (partial) GVariant: Make g_variant_new_from_bytes() public, add more GBytes API
5950  686185 g_date_time_format Transcoding Fails on OSX      
5951  686191 g_mutex_get_impl() should use g_atomic_pointer_get()
5952  686797 Box GPollFD to make it introspectable
5953  686810 [regression] Infinite wait in g_task_run_in_thread_sync()
5954  686822 possible dlopen()/dlclose() issue with automatic g_type_init()
5955  686839 mkinstalldirs: Move to glib-mkinstalldirs
5956  686895 file-info: catch thumbnail files in large directory as well
5957  686898 g_unix_signal_source_new: Allow SIGUSR1 and SIGUSR2
5958  686920 gdbus: Allow GDBusObjectManagerClient to work on peer connections
5959  686921 Remove some of the repetition from gio/tests/Makefile.am
5960  687075 g_spawn_sync diagnostic incorrectly complains about SIGCHLD
5961  687089 g_dbus_connection_export_menu_model(): fix a crash
5962  687098 Repeated g_timeout_add* use can lead to guint overflow
5963  687385 Add some stricter CFLAGS, fix up the code
5964  687441 ABI break in master: g_menu_attribute_hash_iter_get_type, g_menu_link_hash_iter_get_type removed
5965  687516 typo in string: KB should be kB
5966  687540 In Trash folder, Nautilus misinterprets "\n" in filename as a line break
5967  687541 GSignalQuery param_types field needs array annotation
5968  687600 gfileutils.c performs invalid cast of (varargs) open to non-vararg type
5969  687698 plural forms needed
5970  687700 ending spaces
5971  687742 Add support for internal linkage to glib-compile-resources
5972  687801 tests/buffered-input-stream: Fix size of parameter passed
5973  688109 win32 warning/error fixes
5974  688255 'make check' regressed in 138f4c1 because GMarkup error messages changed
5975  688338 [PATCH] gobject/gtype.c: Fix spelling of »exceed«
5976  688370 GDBusError documentation improvement for client-side
5977  688378 g_socket_join_multicast_group not working
5978  688518 gio-kqueue: use O_EVTONLY on MacOS
5979
5980
5981
5982 Overview of changes from GLib 2.34.0 to 2.35.1
5983 ==============================================
5984
5985 These two changes in particular may be slightly incompatible.  Please
5986 give feedback if they cause trouble:
5987
5988   * Signal handlers connected with g_signal_connect_object() are now
5989     automatically disconnected on target object destruction
5990
5991   * The ->constructed vfunc is now called after all properties are set
5992
5993 The remaining changes should not cause problems.
5994
5995   * g_type_init() is no longer necessary and has been deprecated
5996
5997   * GTask (the new GAsyncResult implementation) has landed 
5998
5999   * GLib version macros updated
6000
6001   * Update to Unicode 6.2
6002
6003   * Thread safety fixes for GFileMonitor in non-default main contexts
6004
6005   * GTimeZone support for old-format zoneinfo database (as on Mac OS)
6006
6007   * g_settings_bind() now works with non-canonical property names
6008
6009   * Fix crashes related to NULL connection passed to
6010     GBusNameVanishedCallback and document this situation
6011
6012 * Bugs fixed:
6013  118536 Make g_signal_connect_object'ed handlers disconnect when the data object is destroyed
6014  661767 merge/improve various bits of run-in-thread functionality
6015  682950 GFileMonitor crashing on high event count when running in different thread
6016  683642 Missing g_content_type_get_symbolic_icon
6017  684882 Gsettings should spaw a warning when binding against a low_underscored_property
6018  684909 codegen: Explicitly close output
6019  684912 Update to Unicode 6.2
6020  685037 g_strcmp0: Returns shall include values less and greater than zero
6021  685069 Leak in glib-compile-resources
6022  685208 missing g_return_if_fail
6023  685608 [Patch] Port gio tests from pygobject to pygi
6024  685697 Documentation typo in g_dbus_interface_skeleton_has_connection()
6025  685733 Call ->constructed() after all properties are set
6026  685787 gtestdbus: correct documentation typos
6027  685995 Crash in g_menu_exporter_name_vanished
6028  686091 Invalid reads in g_bytes_unref_to_data
6029  686119 dtrace, gobject_probes.d, the last three probes - semicolon missing
6030  686161 Deprecate g_type_init()
6031  686231 GBusNameVanishedCallback: document NULL connection
6032  686458 slightly increase poll duration in test_timed_wait 
6033
6034 * Translations updated
6035   Catalan (Valencian)
6036   Czech
6037   Danish
6038   Italian
6039   Lithuanian
6040   Norwegian bokmål
6041   Slovenian
6042
6043 Overview of changes from GLib 2.33.14 to 2.34.0
6044 ===============================================
6045
6046 * Bug fixes:
6047  654239 g_type_init()'s docs have no statement about how to...
6048  674620 Update GSettings migration guide for intltool updates
6049  676034 Fix doc annotation for g_ptr_array_ref()
6050  684278 Fix GIO build on Windows
6051
6052 * Translation updates:
6053  Brazilian Portuguese
6054  British English
6055  Bulgarian
6056  Catalan
6057  Galician
6058  German
6059  Hebrew
6060  Hindi
6061  Hungarian
6062  Kannada
6063  Latvian
6064  Marathi
6065  Spanish
6066  Telugu
6067
6068
6069 Overview of changes from GLib 2.33.12 to 2.33.14
6070 ================================================
6071
6072  * CVE-2012-3524: don't run dbus-launch from setuid binaries
6073
6074  * g_content_type_get_generic_icon_name():
6075      new API for getting the icon name for a mime type
6076
6077  * Introspection fixes:
6078   - GDBusConnection nullability fixes
6079   - give a box type to GTimeZone
6080
6081  * Drop GVFS_INOTIFY_DIAG
6082
6083  * Add a new "Writing GLib Applications" section to the reference
6084    documentation with general info on security, threads, etc.
6085
6086  * gwin32mount.c: Fix syntax error
6087
6088  * gresource tests: srcdir != builddir fixes
6089
6090  * tests/gvariant: Fix test on big endian architectures
6091
6092  * Fix regression in g_shell_parse_argv()
6093
6094 Bugs fixed:
6095  562907 g_shell_parse_argv() mishandles # (hash)
6096  683167 g_time_zone_new not introspectable
6097  683384 /gvariant/checksum-basic failure on big endian machines
6098  683641 Typo in gwin32mount.c
6099  683744 have a way to get the generic icon name for a mime type
6100
6101 Translation updates:
6102  Assamese
6103  Belarusian
6104  British English
6105  Czech
6106  Danish
6107  French
6108  Galician
6109  German
6110  Greek
6111  Hebrew
6112  Indonesian
6113  Indonesian
6114  Korean
6115  Lithuanian
6116  Marathi
6117  Marathi
6118  Polish
6119  Portuguese
6120  Punjabi
6121  Russian
6122  Serbian
6123  Slovenian
6124  Traditional Chinese
6125
6126 Overview of changes from GLib 2.33.10 to 2.33.12
6127 ================================================
6128
6129 * Add a G_DEFINE_QUARK macro
6130
6131 * Add symbolic icon support to drive, volume, and mount, file
6132   and content types
6133
6134 * Add API to allow thread-safe access to the same qdata item
6135
6136 * Bugs fixed:
6137  562907 g_shell_parse_argv() mishandles # (hash)
6138  627240 add G_DEFINE_QUARK
6139  672329 memory leaks in gutils.c and glib tests
6140  673012 Stable byte-level specification for normal form
6141  674805 gdbusproxy async test is broken
6142  679835 gvariant format string parsing (and assertions)...
6143  682075 gdbus: Fix double free and use after free of ob...
6144  682101 Provide a way to get a symbolic icon for a device
6145  682222 test_method_calls_on_proxy: assertion failed (e...
6146  682284 mount-op: use gint64 instead of guint64 for tim...
6147  682386 "make check" fails due to sys/resource.h not be...
6148  682560 leak fixes
6149  682586 gsettings-tool: make list-recursively really re...
6150  682819 EINTR-harden all the things
6151  682833 Handle EINTR for open()
6152  682849 drop the global lock for g_object_weak_ref
6153  682965 gdbus-tool: Check return value of strrchr()
6154  683088 gdbus-codegen: fix error when wrong interface n...
6155         Fix the build with gtk-doc-stub
6156         Don't crash if set_app_info is called before ad...
6157
6158 * Translation updates
6159  Assamese
6160  Galician
6161  Greek
6162  Indonesian
6163  Japanese
6164  Latvian
6165  Lithuanian
6166  Norwegian bokmål
6167  Polish
6168  Portuguese
6169  Punjabi
6170  Russian
6171  Spanish
6172  Traditional Chinese
6173  Vietnamese
6174
6175
6176 Overview of changes from GLib 2.33.8 to 2.33.10
6177 ===============================================
6178
6179 * New GTest API for testcases where log output is expected:
6180   g_test_expect_message()
6181
6182 * GMenuItem now has 'get' accessors and a construct-from-GMenuModel API
6183
6184 * GVariant now has a function to check a format-string for type
6185   compatibility
6186
6187 * win32: We now use overlapped IO to support multiple asynchronous
6188   operations (ie: reading and writing) at the same time.
6189
6190 * GMappedFile: Add g_mapped_file_get_bytes()
6191
6192 * The problems with g_file_make_directory_with_parents() should be
6193   resolved.
6194
6195 * The long-standing issues with placeholder generation of manpages are
6196   now resolved.
6197
6198 * gtlscertificate: Add GBytes based certificate and private-key props
6199
6200 * build: Switch back to using AS_IF for conditionals
6201
6202 * test coverage improvements, documentation improvements, leak fixes
6203
6204 * Bugs fixed
6205  326931 Better docs for G_GNUC_*
6206  550433 g_test_init doesn't recognize --help
6207  600751 GCompletion should better document if and how items memory is managed
6208  628193 Miscellaneous string fixes
6209  637460 man glib-genmarshal is hard to use
6210  674483 broken configure results when cross-compiling with gcc >= 4.5
6211  677065 GMappedFile: Add g_mapped_file_get_bytes()
6212  679288 win32: use overlapped events for streams
6213  679556 it's hard to use gtest when g_warning() is expected
6214  680823 g_file_make_directory_with_parents: Fix error propagation
6215  681319 gtlscertificate: Add certificate-bytes and private-key-bytes props
6216  681336 man pages not built if --enable-gtk-doc not specified
6217  681413 build: Switch back to using AS_IF for conditionals
6218  681501 gmem: array only partially filled with memcpy
6219  681854 Documentation fix for Howto compile a program with glib
6220  682025 Documentation correction
6221  682067 Fix problems with CLEANFILES and automake-1.11.1 
6222
6223 * Translations updated:
6224  Lithuanian
6225  Spanish
6226  Galician
6227  Telugu
6228  Serbian
6229  Assamese
6230  Marathi
6231  Indonesian
6232  Traditional Chinese
6233
6234 Overview of changes from GLib 2.33.6 to 2.33.8
6235 ==============================================
6236
6237 * GIO now has a g_file_delete_async function
6238
6239 * The defaults for GThreadPools max_unused_threads
6240   and max_idle_time values have been changed to
6241   2 and 15*1000, respectively.
6242
6243 * Bugs fixed:
6244  661767 merge/improve various bits of run-in-thread functionality
6245  680074 undefined symbol "get_C_locale"
6246  680121 g_cancellable_source_new: don't use a file descriptor
6247  680148 gthread: check for definition of PR_SET_NAME
6248  680310 Sorting of access points by strengh not working
6249  680704 g_utf8_strup() crash
6250  68076a0 GFile: Add g_file_delete_async()
6251  680787 Add .dir-locals.el to tell Emacs users not to use tabs...
6252  680823 g_file_make_directory_with_parents: Fix error propagation
6253  680994 STATIC_ASSERT in GDBusError docs don't have much utility
6254  681116 gtlscertificate: Add g_tls_certificate_equal() function
6255  681118 gtlsdatabase: Don't complain if no callbacks for async...
6256  669331 try to get gio tests working a little better on win32
6257  674314 Make gtk-doc not a hard dependency of GLib
6258  674800 gclosure: generic marshaller leaks return value
6259  675524 gsocket: FIONREAD undeclared (needs sys/filio.h)
6260  679509 use after free in g_dbus_action_group_describe_all_done()
6261  679996 gobject docs minor cleanup
6262  680459 Extra newline char in local implementation of g_applic...
6263  680505 object_path memory leak in gdbusobjectproxy.c
6264  680831 Deprecate and remove g_slice_[sg]et_config.*
6265  680912 gchecksum: Add g_compute_checksum_for_bytes()
6266  681151 checksum: Use functions instead of macros when buildin...
6267  681158 gtlscertificate: Don't confuse certificate and public ...
6268
6269 * Translation updates:
6270  Galician
6271  German
6272  Gujarati
6273  Hebrew
6274  Norwegian bokmål
6275  Serbian
6276  Slovenian
6277
6278
6279 Overview of changes from GLib 2.33.4 to 2.33.6
6280 ==============================================
6281
6282 * GAsyncInitable: partially revert the init_finish changes,
6283   some applications were found to rely on behaviour that
6284   was broken by these changes
6285
6286 * Bugs fixed:
6287  679617 win32: fix g_get_environ()
6288  679968 Add some annotations to GBytes, GVariantType...
6289  680111 GIOScheduler assumes GCancellable "cancelled...
6290
6291 * Translation updates:
6292  Spanish
6293
6294 Overview of changes from GLib 2.33.3 to 2.33.4
6295 ==============================================
6296
6297 * GMainContext: the source list has been reorganzied to
6298   avoid O(n) behaviour
6299
6300 * GRegex: Update included PCRE to 8.31 and expose new
6301   functionality in 8.x versions of PCRE
6302
6303 * GMountOperation gained a ::show-unmount-progress signal
6304   which provides information about slow unmount operations
6305
6306 * Bugs fixed:
6307  616892 gio: Add a boxed type for GFileAttributeMatcher
6308  619329 g_source_attach() O(n) in number of sources
6309  639771 g_dir_read_name() can also return NULL on error
6310  661767 merge/improve various bits of run-in-thread fun...
6311  667375 GAsyncInitable subclassing (and async subclassi...
6312  671545 Constify collect and lcopy strings in GTypeValu...
6313  674452 SEGFAULT in gio contenttype test
6314  674898 Deal with GLIB_VERSION_MIN_REQUIRED/MAX_ALLOWED...
6315  675504 Fix up GObject interface documentation
6316  677064 GString: Tweak documentation, add g_string_free...
6317  677578 error in PCRE error code conversion
6318  677579 update GRegexError for newer PCRE error codes
6319  678066 gdbus codegen does not work with python3
6320  678273 unicode othercasing is wrong in gregex
6321  678576 GIOScheduler performance enhancements
6322  678758 GTlsInteraction unlocks an unlocked mutex
6323  678808 GTestDBus issues
6324  678881 Test failures in /socket/timed_wait in some cas...
6325  678941 /contenttype/guess test case failure
6326  678944 gio returns the wrong default applications for ...
6327  678949 wrong definition of ulong_bool for 64 bit big e...
6328  678959 /mainloop/timeouts race condition: assertion fa...
6329  679193 update included pcre to 8.31
6330  679258 The 'Since' tag for G_SOURCE_CONTINUE and G_SOU...
6331  679473 Don't generate invalid property names
6332  679691 Add g_spawn_check_exit_status()
6333  679671 GDBusNodeInfo: the XML string must contain exac...
6334  676111 mount-operation: add show-unmount-progress signal
6335  679691 win32: fix build g_spawn_check_exit_status() wi...
6336  679813 Documentation bug on http://developer.gnome.org...
6337
6338 * Translation updates:
6339  Assamese
6340  Belarusian
6341  Bulgarian
6342  Galician
6343  Greek
6344  Norwegian bokmål
6345  Polish
6346  Spanish
6347  Traditional Chinese
6348  Vietnamese
6349
6350
6351 Overview of changes from GLib 2.33.2 to 2.33.3
6352 ==============================================
6353
6354 This release contains mostly bugfixes, cleanups and performance
6355 improvements (including many fixes contributed by Colin on the advice of
6356 Coverity).  There are a few notable externally-visible changes:
6357
6358 * Thumbnails are now in XDG_CACHE_HOME
6359
6360 * new GDBus API: per-thread g_dbus_connection_get_last_serial()
6361
6362 * GUnixOutputStream now has a can_poll() implementation
6363
6364 * New deep copy APIs for G(S)List: g_(s)list_copy_deep
6365
6366 * Bugs fixed:
6367  518309 Incorrect data*dir path in glib-gettextize output
6368  566994 Safer passing of -framework flag
6369  672889 GLib.utf8_validate does segfault
6370  673253 Not strict enough autconf test for libelf
6371  675024 adds g_list_copy_deep() and g_slist_copy_deep
6372  675168 prepare for thumbnails to move to XDG_CACHE_HOME
6373  675966 gresolver: More robust parsing of DNS responses
6374  676594 [Patch] fix g_reload_user_special_dirs_cache
6375  676825 Implement g_dbus_connection_get_last_serial ()
6376  677235 Clarify the comment at the top of gmarshal.list
6377  677527 OS X: gthread/spawn-async selftest failure
6378  677718 GDBusProxy: treat org.freedesktop.systemd1.Masked error as non-fatal
6379  677770 GUnixOutputStream does not implement can_poll
6380  677782 Install bash completion files in /usr/share
6381  677817 g_key_file_to_data adds extra blank lines in some cases
6382  677952 Missing annotation for GDBusConnection signal "closed"
6383  678052 g_wakeup_acknowledge is called too often.
6384  678273 unicode othercasing is wrong in gregex
6385  678333 gdbus-codegen code causes warnings under -Wfloat-equal
6386
6387 * Translations updated:
6388  Arabic
6389  Assamese
6390  Galecian
6391  Greek
6392  Spanish
6393  Telugu
6394
6395 Overview of changes from GLib 2.33.1 to 2.33.2
6396 ==============================================
6397
6398 * GLIB_VERSION_MIN_REQUIRED now defaults to the current stable version
6399
6400 * GIO input and output stream classes have grown GBytes-based methods
6401
6402 * GApplication now has hooks to register D-Bus objects before the bus
6403   name is taken
6404
6405 * Bugs fixed:
6406  605976 add g_type_ensure(), to ensure that a type has...
6407  660851 Breakage of code due to changes in the GThread...
6408  666386 Empathy doesn't open Redirect URI with particu...
6409  671139 need (transfer async) for io stream buffers
6410  672329 memory leaks in gutils.c and glib tests
6411  672548 g_utf8_validate: @str shouldn't end up annotat...
6412  674111 Provide an accessor for MimeType desktop entry...
6413  674483 broken configure results when cross-compiling ...
6414  674634 Add g_clear_pointer()
6415  674777 What's the (transfer) of g_variant_lookup()?
6416  675309 gkeyfile: Fix annotations for g_key_file_load_...
6417  675446 gfile: Plug memory leak in g_file_make_directo...
6418  675509 add extra dbus hooks
6419  675832 Incomplete gsettings bash auto-completion
6420  676208 The tmpl parameter to g_file_new_tmp can be NULL
6421  676265 GNetworkMonitor leaks a lot of memory
6422  676277 Document that g_app_info_create_from_commandli...
6423  676397 g_environ_* should work with NULL envp
6424  676398 g_spawn_* should take PATH from the passed env...
6425  676478 Broken gzip decoding
6426  676594 [Patch] fix g_reload_user_special_dirs_cache
6427  676816 Add more GLIB_AVAILABLE_IN_*
6428  676937 Document notify signal deduplication with free...
6429
6430 * Translation updates:
6431  Czech
6432  French
6433  German
6434  Greek
6435  Japanese
6436  Russian
6437  Slovenian
6438  Spanish
6439
6440
6441 Overview of changes from GLib 2.32.1 to 2.33.1
6442 ==============================================
6443
6444 * GApplication
6445  - can now have a NULL application ID
6446  - add accessors for determining dbus connection and object path
6447
6448 * g_clear_object: fix warnings when using it on C++ (due to lack of
6449   ability to implicitly cast void*)
6450 * add g_clear_pointer as a generic form of g_clear_object
6451
6452 * GDBus:
6453  - add our own implementation of the message bus for use on Windows only
6454  - fix up a few bugs that use of this bus uncovered in GDBus
6455  - escape nonce files in dbus addressess (think 'c:\')
6456  - support initial underscores in dbus codegen namespace (for private)
6457  - add GTestDBus for bringing up a session bus for testing purposes
6458  - gdbus-codegen: Avoid warnings in generated code
6459  - GDBusAuthObserver: Add a way to control what authentication mechanisms to use
6460  - 
6461
6462 * Fix misdetection of GNUstep as Cocoa (for the MacOS GSettings backend)
6463
6464 * make sure configure fails if AC_CHECK_ALIGNOF cannot detect the alignment
6465
6466 * GAppInfo
6467  - overwrite the DISPLAY only if it is set in the launch context
6468  - add accessor for StartupWMClass
6469
6470 * glib/tests/date: force US locale running the GDateTime tests
6471
6472 * Resources:
6473  - fix broken use of GVDB on big endian machines
6474  - set a 'display name' so that pretty file names appear in Gtk CSS
6475    warning messages
6476
6477 * GMainContext:
6478  - block child sources when blocking the parent
6479  - introduce more testcases for child sources
6480
6481 * GResolver: add support for MX, TXT, NS and SOA records
6482
6483 * GSocketControlMessage: Don't warn about unknown messages
6484
6485 * GIO:
6486  - implement GSeekable for the data and buffered stream classes
6487  - implement GPollable for many more classes as well
6488  - fix GConverterInputStream infinite loop when fill_buffer returns an error
6489  - fileinfo: document the correct type for trash::orig-path
6490
6491 * test coverage improvements and general fixes
6492
6493 * new 2.34 stuff: version macros, docs index section, etc.
6494
6495 * Build:
6496  - add --disable-modular-tests build option
6497  - don't require host binaries if tests are not enabled for cross-builds
6498
6499 * Translations updated
6500  Brazilian Portuguese
6501  Bulgarian
6502  Czech
6503  French
6504  Galician
6505  German
6506  Hebrew
6507  Hindi
6508  Italian
6509  Norwegian bokmål
6510  Polish
6511  Russian
6512  Russian
6513  Serbian
6514  Simplified Chinese
6515  Slovenian
6516  Spanish
6517  Telugu
6518
6519 Overview of changes from GLib 2.32.0 to 2.32.1
6520 ==============================================
6521
6522 * Bugs fixed:
6523  670254 glib-2.30.2: Fails /GDateTime/new_from_unix test
6524  672541 glib-compile-resources prepends --sourcedir to absolute paths
6525  673139 URL to mailing lists in README incorrect
6526  673174 g_input_stream_read[_finish]: document returning 0 on EOF
6527  673191 glib/gchecksum.c warning: dereferencing type-punned pointer...
6528  673216 [W32] gtestutils does not use path separators consistently
6529  673439 Properly deprecate g_value_{set,get}_char
6530  673612 Fails to decode dictionaries wrapped in two layers of array
6531  673803 gclosure: Support return values of GVariants
6532  669285 glib/tests/markup-parse fails under non-english locale
6533  673911 gio-2.0.pc lists full path to executables, breaking cross com..
6534  673762 gnextstepsettingsbackend.c:343: error: parse error before 'in'
6535
6536 * Updated translations:
6537  Belarusian
6538  British English
6539  Bulgarian
6540  Catalan
6541  Czech
6542  French
6543  German
6544  Hebrew
6545  Hindi
6546  Hungarian
6547  Italian
6548  Japanese
6549  Kannada
6550  Latvian
6551  Lithuanian
6552  Marathi
6553  Norwegian bokmål
6554  Odia
6555  Polish
6556  Serbian
6557  Slovenian
6558  Spanish
6559  Swedish
6560  Telugu
6561
6562
6563 Overview of changes from GLib 2.31.22 to 2.32.0
6564 ===============================================
6565
6566 * Bugs fixed:
6567  671988 Quickly registering / unregistering objects on bus...
6568  672095 glib needs stable sort function
6569  672406 glib/tests/include.c fails to build on FreeBSD
6570
6571 * Updated translations:
6572  Telugu
6573
6574
6575 Overview of changes from GLib 2.31.20 to 2.31.22
6576 ================================================
6577
6578 * Bugs fixed:
6579  531901 Use __builtin_bswap* for GUINT*_SWAP_LE_BE if building...
6580  653167 Out of tree build is broken on windows
6581  668973 Test /gvariant/parser fails on Solaris 10
6582  669797 gvfs now lists its fuse mounts
6583  670846 deadlock: GStreamer-WARNING **: wrong STREAM_LOCK count 0
6584  671664 gio-querymodules: unlink instead of writing empty cache
6585  671676 Glib can't be cross-compiled any more after merge of...
6586  671918 gnome-shell is inaccessible unless started while an AT...
6587  671942 GSocketMsgFlags: annotate as a flags
6588  671997 Unix signal handling assumes that volatile 1-byte writes...
6589  672013 GSimpleAsyncResult: support reliable cancellation
6590  672026 default log output should include pid and/or prgname
6591  672095 glib needs stable sort function
6592  672201 G_SPAWN_SEARCH_PATH should continue on ENODEV and ETIMEDOUT
6593  672239 request NO_REPLY from g_dbus_connection_call() with no as...
6594  672249 gdbusproxy leaks asyncresult in an error case instead of...
6595
6596 * Translation updates:
6597  Assamese
6598  British English
6599  Catalan
6600  Catalan (Valencian)
6601  Danish
6602  Esperanto
6603  Finnish
6604  French
6605  German
6606  Hungarian
6607  Korean
6608  Lithuanian
6609  Norwegian bokmål
6610  Polish
6611  Portuguese
6612  Russian
6613  Traditional Chinese
6614
6615
6616 Overview of changes from GLib 2.31.18 to 2.31.20
6617 ================================================
6618
6619 * Update to Unicode 6.1
6620
6621 * Update PCRE to 8.30
6622
6623 * Deprecations are now versioned, and new API is
6624   marked with the version it was introduced.
6625   Use these with GLIB_VERSION_{MIN,MAX}_REQUIRED
6626
6627 * The performance of signal emissions has been
6628   improved for simple cases
6629
6630 * Bugs fixed:
6631  529806 Cannot build in 64-bit Mac OS X due to libiconv
6632  580873 Documentation of register type functions incomplete
6633  592666 Document how to unset an attribute
6634  597785 g_type_class_add_private code snippet is a bad example
6635  621368 glib-2.24.1: FAIL: run-assert-msg-test.sh when updating...
6636  622149 --disable-regex breaks glib2 build
6637  639873 GBinding: Crash when binding two properties on the same...
6638  640202 For GLIB v. 2.23.6 and above: impossibility to build mu...
6639  668295 Need a way to classify GVolume instances
6640  669670 gasyncqueue: don't use deprecated g_cond_timed_wait()
6641  670542 Add version information for deprecations
6642  670557 gvaluetransform: Fix an infinite loop with GFlagsValue...
6643  670721 global variable for signal ID should be hidden
6644  670751 IceWM build fails due to the G_DEPRECATED_FOR macro
6645  670909 g_dbus_connection_call leaks when it receives an error...
6646  670922 Include path to gdbus-codegen in the pkgconfig file
6647  670969 GSequence lookup may fail if there was no sort prior to...
6648  671025 Constants and identifiers starting with a number are no...
6649  671270 make distclean failures
6650  671281 glib-compile-resources.xml is missing from the dist tar...
6651
6652 * Translation updates:
6653  Basque
6654  Belarusian
6655  Brazilian Portuguese
6656  Bulgarian
6657  Galician
6658  Hebrew
6659  Lithuanian
6660  Persian
6661  Punjabi
6662  Serbian
6663  Simplified Chinese
6664  Slovenian
6665  Telugu
6666  Traditional Chinese
6667  Uyghur
6668  Vietnamese
6669
6670
6671 Overview of changes from GLib 2.31.16 to 2.31.18
6672 ================================================
6673
6674 * GDBusProxy has now a flag, G_DBUS_PROXY_FLAGS_GET_INVALIDATED_PROPERTIES,
6675   which can be set to make GDBus automatically reload
6676   changed properties even if the propertychanged signal
6677   does not contain the new values.
6678
6679 * GApplication puts non-unique applications on the bus
6680
6681 * GApplication now has g_application_quit()
6682
6683 * g_async_queue_timed_pop has been deprecated in favor of
6684   the new g_async_queue_timeout_pop, which uses relative
6685   delays in microseconds instead of a GTimeVal.
6686
6687 * a huge number of API documentation fixes
6688
6689 * Bugs fixed:
6690  647986 put non-unique apps on D-Bus
6691  658484 vpn connection vs NetworkSecretDialog
6692  664237 GDateTime falls back to UTC if TZ is set
6693  669329 gthread-win32: update for g_get_monotonic_time() changes
6694  669330 glocalfile: fix error code when opening a directory on win32
6695  669372 glib/tests memory leaks.
6696  669412 mem leak in g_environ_unsetenv
6697  669538 Fix compilation of glib-compile-resources.c on Windows
6698  669544 gdbus-codegen example introspection XML is not complete
6699  669595 glib-mkenums: fix handling of forward enum declarations
6700  669670 gasyncqueue: don't use deprecated g_cond_timed_wait()
6701  669671 gobject: use #pragmas to avoid deprecated function warnings
6702  669689 Retrieve cwd and environ in local GApplicationCommandLine
6703  669810 socket/win32: flush pending read before signaling HUP
6704  669865 g_regex_fetch()
6705  670085 memory leak in g_output_stream_write_async
6706  670138 gbytes.h is missing the G_BEGIN/END_DECL guards
6707  670485 Simplify session API (shared bug with gtk+)
6708
6709 * Updated translations:
6710  Belarusian
6711  Danish
6712  Galician
6713  Serbian
6714  Telugu
6715  Hebrew
6716
6717
6718 Overview of changes from GLib 2.31.14 to 2.31.16
6719 ================================================
6720
6721 * GResource:
6722  - The resource compiler can now convert pngs into
6723    pixel data that can be used without parsing at runtime
6724    (requires gdk-pixbuf-pixdata to be present)
6725
6726 * Bugs fixed:
6727  669123 resource compiler: failing to-pixdata should...
6728  669173 resource: fix xml preprocess entity handling
6729  669224 Cross-compilation broken by data-to-c
6730  669253 gsettings set buggy on array values
6731  669334 fix memory leak in bookmark file parser
6732
6733 * Translation updates:
6734  Norwegian bokmål
6735  Spanish
6736
6737
6738 Overview of changes from GLib 2.31.12 to 2.31.14
6739 ================================================
6740
6741 * GResource:
6742  - GLib now includes a commandline utility, gresource,
6743    to explore resources in ELF files
6744  - The resource compiler can now optionally strip
6745    ignorable whitespace from XML resources
6746  - The resource compiler can now generate build dependencies
6747  - The resource compiler will now autoselect output formats
6748
6749 * GApplication:
6750  - The menu markup parser API has been dropped, the
6751    menu XML support lives in GTK+ now
6752
6753 * GValueArray has been deprecated
6754
6755 * Bugs fixed:
6756  626258 N-ary Trees - 'nodes' can be inserted before and after...
6757  634232 Core Dump / Aborted using g_key_file_to_data
6758  639099 schema compiler chokes on valid schema
6759  667228 Deprecate GValueArray
6760  667243 Add an element clear function to GArray
6761  667929 glib-compile-resources: xml resources doesn't need to...
6762  668250 g_date_time_format() produces a non-UTF8 string
6763  668468 'IP_ADD_SOURCE_MEMBERSHIP' undeclared
6764  668532 resources: add dependency generator to the resource compiler
6765  668539 resources: compiler should autoselect output format...
6766  668561 gresource-tool not internationalized
6767  668572 glib_cv_g_atomic_lock_free config.cache setting not honored...
6768  668650 GRealArray->clear_func should be initialized
6769  668756 GKeyFile: allow loading from empty strings
6770  668857 fix couple of typos in comments
6771  669024 goption: implement platform_get_argv0() for OpenBSD
6772
6773 * Updated translations:
6774  Galician
6775  Norwegian bokmål
6776  Spanish
6777  Traditional Chinese
6778
6779 Overview of changes from GLib 2.31.10 to 2.31.12
6780 ================================================
6781
6782 * GApplication:
6783  - Drop support for exporting menus - this functionality
6784    will be provided in GtkApplication
6785  - Add a way to create actions that change settings
6786
6787 * Bugs fixed:
6788  629503 Add async versions of g_unix_connection_{receive,send}_credentials
6789  656301 glib-compile-schemas should not create an empty file
6790  668071 mingw-gcc build fails on gio/gsocket.[c|h]
6791  668118 the big appmenu switcheroo
6792  668158 base64 encode and line termination
6793  668163 GDBusConnection: note that exit-on-close is sometimes TRUE
6794  668269 gsignal: add g_signal_handlers_disconnect_by_data
6795  668279 create GAction from GSettings
6796
6797 * Translation updates:
6798  Norwegian bokmål
6799
6800
6801 Overview of changes from GLib 2.31.8 to 2.31.10
6802 ===============================================
6803
6804 * GResource:
6805  - A new facility to allow linking data files into binaries
6806    and make them available as resources
6807  - Resources are compiled using glib-compile-resources
6808  - GIO supports resource:/// uris to access resources
6809
6810 * Bugs fixed:
6811  619126 Missing dependency libs
6812  658315 g_key_file_get_keys() should set length to 0...
6813  660371 is it ever valid to have 0 as a GError domain?
6814  666700 Add some missing (allow-none) annotations
6815  667375 GAsyncInitable subclassing (and async subclassing...
6816  667447 Missing many introspection annotations
6817  667790 Protect call to pthread_condattr_setclock with define
6818  667938 wrong gtypes generated for empty flags enums
6819
6820 * Translation updates:
6821  Hebrew
6822  Spanish
6823
6824
6825 Overview of changes from GLib 2.31.6 to 2.31.8
6826 ==============================================
6827
6828 * GObject:
6829  - The type checks for overriding properties have been loosened.
6830    In particular, it is now possible to add the CONSTRUCT flag
6831    to an overridden property
6832  - GWeakRef is a new API for weak references; unlike g_object_weak_ref
6833    and g_object_add_weak_pointer, it is thread-safe.
6834
6835 * GHashTable has grown new convenience api for use as a set:
6836   g_hash_table_add, g_hash_table_contains
6837
6838 * GSocketConnection has gained API for managing connection status
6839
6840 * GSettings: a native OS X backend has been added, under the
6841   name 'nexstep'
6842
6843 * Bugs fixed
6844  455640 Something fishy with GRegex and unicode
6845  548954 weak references are not threadsafe
6846  625751 Add G_FILE_ATTRIBUTE_FILESYSTEM_USED
6847  658871 gbacktrace: g_get_prgname () isn't called for a NULL argu...
6848  664069 gvariant: Never break out of g_variant_iter_loop
6849  664830 g_strescape doesn't natively handle \v (vertical tab)
6850  665211 GDBusConnection singleton access can race with disposal
6851  665805 Add GSocketClient::action, for tracking socket client status
6852  666116 some tests provoke undefined behaviour, which is undesira...
6853  666422 Unreachable code in gio gnetworkmonitornetlink.c
6854  666551 Crash in g_thread_xp_SleepConditionVariableSRW
6855  666595 menu parser disallows id='' on submenu and section
6856  666615 loosen property override flag restrictions
6857  666616 gobject: fix property override type checks
6858  666803 g_utf8_validate() fails to validate strings with known size
6859  666804 g_ateaxit deprecation warning in devhelp points in wrong ...
6860  666951 g_mkdtemp: Since version incorrect in docs
6861  666978 Fails to compile glib applications with ISO C90 compiler
6862  667098 ginetaddressmask leaks its address property
6863  667225 GSocket: add missing type checks to public methods
6864  667226 GSocket: fix an error return value
6865  667279 Sometimes crashes when launching commandline-crea...
6866  667285 Wrong keyname listed in documentation for g_deskt...
6867  667331 Use g_queue_free_full() convenience function
6868  667420 GHashTable GDB pretty printing is broken
6869
6870 * Updated translations
6871  Belarusian
6872  Bulgarian
6873  Hebrew
6874  Norwegian bokmål
6875  Norwegian Nynorsk
6876  Spanish
6877  Vietnamese
6878
6879
6880 Overview of changes from GLib 2.31.4 to 2.31.6
6881 ==============================================
6882
6883 * GApplication no longer has APIs for setting menus.  Those have been
6884   moved to GtkApplication.
6885
6886 * the GActionGroup import/export functionality has been decoupled from
6887   GApplication by the introduction of a new interface for the purpose of
6888   handling platform data: GRemoteActionGroup.  This allows Gtk to
6889   properly deal with platform data (and gdk threads) on window actions.
6890
6891 * lots of documentation improvements
6892
6893 * bug fixes and a huge number of memory leak fixes
6894
6895 * the test suite now passes on ARM and some of the GDBus testcase hangs
6896   we've been seeing have been resolved (although others could remain)
6897
6898 * g_bytes_get_data() API changed: now includes 'size' out parameter
6899
6900 * new g_queue_free_full() API similar to g_[s]list_free_full()
6901
6902 * desktop files: use standard "Keywords" now, not "X-GNOME-Keywords"
6903
6904 * gsettings commandline tool now has --schemadir option for schemas not
6905   installed in the usual place (ie: as part of plugins)
6906
6907 * Bugs fixed:
6908  643736 GApplication doesn't emit dbus signals on action updates
6909  657433 g_queue_free_full() missing
6910  664699 glib: documentation fixes
6911  665737 acquire/release gdk threads lock on incoming dbus
6912  665879 GBytes: add a size argument to g_bytes_get_data
6913  666113 various leaks in GLib, GIO are visible in the regression tests
6914  666115 various tests leak memory, obscuring real leaks in the library
6915  666145 Doc could be more explicite that g_thread_init calls can be droped
6916  666173 Configure warning - linux/netlink.h usability... no
6917  666296 Race condition in g_thread_xp_get_srwlock
6918  666415 Settings tools should allow specifying a schema directory 
6919
6920 * Translations updated:
6921  French
6922  Spanish
6923
6924 Overview of changes from GLib 2.31.2 to 2.31.4
6925 ==============================================
6926
6927 * EXPERIMENTAL: Menu support has been added to GApplication.  Menus
6928   are exported on the bus, alongside the actions that are already there.
6929   There have also been many related improvements to action group
6930   functionality.
6931
6932   These new APIs are subject to changes in the coming releases.  In
6933   particular, it seems somewhat likely that the APIs for registering
6934   menubars may change in order to accommodate windows with different
6935   types of menubars.
6936
6937 * GDBusConnection previously directly dispatched destroy notifies when
6938   unregistering objects if the current main context was the same context
6939   the object was exported on.  It now unconditionally dispatches these
6940   through an idle on the context.
6941
6942 * Clean up Requires in pc files. Linking against GIO no
6943   longer drags in gmodule. This may require dependency
6944   fixes here and there.
6945
6946 * Introduce GBytes, a data type for immutable, fixed-size
6947   byte sequences. This makes the pre-existing GBuffer
6948   API available outside GLib
6949
6950 * GDBusInterfaceSkeleton can now be exported on multiple
6951   connections
6952
6953 * Bugs fixed:
6954  600161 Do not use static GTypeInfo and GInterfaceInfo
6955  640077 GFileMonitor: Always send CHANGES_DONE_HINT after a move...
6956  641720 Misleading definition for local_command_line() in GApplic...
6957  648516 Little comment error and 2 useless lines of code
6958  651997 Dummy backend for gapplication
6959  652560 Test for g_ascii_strtod is failing
6960  662208 failure to initialize a GInitable should be considered...
6961  662718 GDBusInterfaceSkeleton should be able to export on multi...
6962  663291 GBytes: Immutable, refcounted sequence of bytes
6963  664406 Need context for a proper translation
6964  664455 Build fixes for GLib GIT master (2.31.x)
6965  664558 GDBusWorker.frozen has a value > 1 in a gboolean
6966  664559 sys/wait.h not available on windows
6967  664617 gdbus segfault error 4 in libgio-2.0.so.0.3102.0
6968  664635 GMemory{Out,In}putStream _async functions break sub-class...
6969  664809 Add command line option to gtester to allow skipping tests
6970  665067 cryptic assertion failure if nonsensical flag combinations...
6971  665184 Check ref. count before reffing/unreffing
6972  665298 Add 'Requires.private: libpcre' to glib-2.0.pc
6973  665391 update documentation around mainloops
6974  665607 ./configure is there for fiddling with cross-compile enviro...
6975  665634 g_dbus_node_info_new_for_xml() errors on unknown attributes...
6976  665685 Add a #define for the max length of a Unicode decomposition
6977  665733 GDBusConnection holds lock while calling destroynotify
6978
6979 * Translation updates:
6980  Norwegian bokmål
6981  Spanish
6982
6983
6984 Overview of changes from GLib 2.31.0 to 2.31.2
6985 ==============================================
6986
6987 * Monotonic time is now properly supported on Windows
6988
6989 * glib-mkenums: fix @ENUMPREFIX@ with /*< underscore_name=... >*/
6990
6991 * EXPERIMENTAL: introduce new GSettingsSchema and GSettingsSchemaSource
6992   APIs for the convenience of plugin system authors and those who wish
6993   to introspect the contents of schemas.  This API may change.
6994
6995 * Improve the performance of GObject property notifies.
6996
6997 * GDBus:
6998  - fix a race when unowning a name immediately after owning it
6999  - thread safety improvements on GDBusConnection
7000  - fixes for exit-on-close functionality
7001
7002 * Deprecations:
7003  - add G_SIGNAL_DEPRECATED
7004  - don't use G_DISABLE_DEPRECATED masking for functions anymore
7005
7006 * docs
7007  - tmpl/ is finally dead for glib
7008
7009 * GIO:
7010  - GInetAddressMask: new type for internet address range matching
7011  - various GIO file and stream fixes
7012  - improvements to attribute and fileinfo handling
7013
7014 Overview of changes from GLib 2.29/2.30 to 2.31.0
7015 =================================================
7016
7017 This release contains a huge number of changes (500 commits worth).  The
7018 list below attempts to summarise, but not every change is listed.
7019
7020 * Major changes to threading and synchronisation
7021  - threading is now always enabled in GLib
7022  - support for custom thread implementations (including our own internal
7023    support for errorcheck mutexes) has been removed
7024  - a whole lot of dead code (to deal with the non-threaded case) has
7025    been ripped out.  This includes the racy path of GMainContext that
7026    caused deadlocks with respect to child process exits in
7027    single-threaded programs (such as gtester).
7028  - libgthread is now an empty shell and g_thread_init() is no longer
7029    required (and has been deprecated)
7030  - GMutex and GCond can now be statically allocated without explicit
7031    initialisation.  Dynamic allocation for these types is deprecated.
7032  - new types GRecMutex and GRWLock can also be statically allocated
7033    without explicit initialisation.
7034  - GPrivate can now be statically allocated and has an improved API.
7035    Dynamic allocation of GPrivate is deprecated.
7036  - GStaticMutex, GStaticRecMutex, GStaticRwLock, GStaticPrivate are
7037    deprecated.
7038  - GCond now uses monotonic time internally and a new API takes
7039    monotonic time for timed waits, deprecating the wallclock API
7040  - removal of the insane macro indirection used in the previous
7041    implementation of threading and synchronisation APIs
7042  - use SRWLock and CONDITION_VARIABLE APIs when available on Windows
7043    (Vista and later) and emulate them on XP
7044  - leaks of G(Static)Private-allocated data on some cases of thread exit
7045    have been fixed
7046  - simplified new thread creation API with the old API deprecated.  The
7047    concept of joinability has disappeared (all threads are joinable) as
7048    have priority levels, 'bound'ness (ie: kernel vs. userspace threads)
7049    and ability to manipulate the stack size.
7050  - GThread is now a refcounted type
7051  - other implementation details changed
7052
7053 * Move headers for some deprecated functionality to a separate
7054   deprecated/ directory.
7055
7056 * New support for attribute-based deprecations to issue compiler
7057   warnings instead of breaking the build and/or giving warnings about
7058   implicit declarations (and possibly miscompiling).
7059
7060 * GCache has been deprecated (after its last use was removed from our
7061   platform over a year ago).
7062
7063 * It is no longer possible to include individual headers (like
7064   "ghash.h") -- you must #include <glib.h>.
7065
7066 * The misguided experiment of allowing the program to stumble along with
7067   missing GSettings schemas is now over -- the abort is back.
7068
7069 * Clarify that fork() is not valid while using GMainContext.  This is
7070   because the internal resources of the GMainContext end up being shared
7071   by both processes.  We had an assert here but it was breaking existing
7072   (valid) use cases as well, so it has been removed for now.
7073
7074 * GApplication
7075   - add ::shutdown signal as logical dual to ::startup
7076   - don't use a GMainLoop: iterate the GMainContext directly (improves
7077     quit logic)
7078
7079 * Several portability fixes for Windows, OpenBSD, Solaris
7080
7081 * Add new GValue API to specifically deal in signed chars (in case the
7082   platform defines 'char' as unsigned)
7083
7084 * some new API to mitigate the problems associated with calling setenv()
7085   in a multi-threaded program
7086
7087 * Use CLOCK_MONOTONIC unconditionally if the libc has support at compile
7088   time (ie: stop checking for kernel support at runtime).
7089
7090 * pkg-config files:
7091   - drop -uninstalled variants
7092   - remove gobject dependency on gthread
7093
7094 * New macro G_ATOMIC_LOCK_FREE is defined if the atomic operations are
7095   implemented without use of a mutex.  Cleaned up atomic-related
7096   compilation issues with mingw compilers on win32 systems.
7097
7098 * SOCKS proxy and resolver improvements
7099
7100 * Fix the spelling of G_IO_FLAG_IS_WRITABLE (was WRITEABLE) and
7101   introduce a macro for backwards compatibility.
7102
7103 * GDBus:
7104   - many code generation updates and improvements
7105   - some race condition fixes, including testcase hangs
7106
7107 * GVariant:
7108   - new g_variant_new_from_fixed_array() API
7109   - substantial docs improvements/clarifications
7110
7111 * GKeyFile is now refcounted and boxed
7112
7113 * mount monitoring is now based on /proc/mounts (where available)
7114   instead of mtab
7115
7116 * new macros G_SOURCE_CONTINUE and G_SOURCE_REMOVE for returning from
7117   GSourceFunc (so you don't have to remember what TRUE and FALSE mean)
7118
7119 * use xlocale functions where available to avoid too much heavy lifting
7120   in functions like g_ascii_strtod()
7121
7122 * GMappedFile can now be created from an fd
7123
7124 * error message strings grammar/i18n fixes
7125
7126 * many docs updates
7127
7128 * Partial list of bugs closed:
7129  70598  Unify GStaticMutex and GMutex.
7130  320888 optimization for g_main_context_wakeup
7131  398418 GChildWatch race condition?
7132  527214 g_timer_elapsed() returns random values
7133  580505 add a way to set/get name for a thread
7134  583511 race condition means g_main_loop_quit() does not work
7135  590808 GKeyFile should have a refcount and a boxed type in GObject
7136  592715 Document that g_str_hash() and g_int_hash() are not NULL safe
7137  631413 Add macros for GSourceFunc return values
7138  632049 not immediately clear what g_variant_get_fixed_array expects
7139  640212 "Error stating file" is not a friendly message
7140  640293 Use xlocale functions to implement g_ascii_strtod()
7141  640975 Check that error exists before trying to set it
7142  643934 GApplication lacking a logical dual for the ::startup signal
7143  651268 assertion failed in GDBus worker thread
7144  653987 g_key_file_get_integer cannot interpret trailing spaces
7145  654412 Documentation for g_variant_get_child_value unclear
7146  654563 info capplet: Failed to calculate disk space
7147  655366 missing GSettings schemas lead to obscure crashes
7148  656621 g_spawn_*() calls executables in current directory
7149  656679 [gi] Add two annotations to gio
7150  657992 Add glib__private__() API to share between glib,gio
7151  658188 _set_as_last_used_for_type generates a broken mimeapps.list
7152  658206 gsocks5proxy.c has invalid gettext use
7153  658207 glib-compile-schemas says "can not"
7154  658558 simpleaction: Fix documentation of :enabled
7155  658683 clean up charset/language threading issues
7156  658692 add introspection annotations to g_time_val_from_iso8601()
7157  658715 Duplicite strings
7158  658769 Invalid reuse of GError in GThreadedResolver
7159  658806 sign error in string hash implementation
7160  658976 gdbus-codegen's C namespace option needs to support Ugly_Case
7161  659070 gdbus-codegen generated code segfaults when property changes
7162  659082 gdbus-codegen: Single letter namespaces get dropped from names
7163  659212 GMappedFile should fail on non-regular files
7164  659324 _SPLICE_CLOSE_TARGET doesn't mark the output stream as closed
7165  659423 Use adaptive mutexes when available
7166  659427 Move deprecated code to a separate directory
7167  659646 gdbus-codegen produce code that warnings at build
7168  659690 Possible build warning in code generated by gdbus-codegen
7169  659699 property name collision when generating code for "Connection"
7170  659754 Add API to GMappedFile that allows to pass FD
7171  659838 incorrect types in introspection for g_object_bind_property
7172  659866 pthread_rwlock_t requires defined __USE_UNIX98
7173  659870 gvalue: Fix signedness of g_value_get_char()
7174  659889 glib-2.29.92/gio-2.0.pc.in has a wrong line.
7175  659916 GObject size of 64K is not actively enforced
7176  659920 Missing setter for read/write property 'closed' of GIOStream
7177  659923 Add g_variant_new_fixed_array() function
7178  660013 Remove old g_atomic configure cruft
7179  660096 glib/rwlock tests failure (tests asserted)
7180  660130 Possible loss of user data when updating mimeapps.list
7181  660147 tracker causes g_critical in "gsettings list-recursively"
7182  660413 Make G_ASSERT_STATIC work with clang
7183  660498 Generated test code fails when the codegen changes
7184  660511 Use /proc/mounts for monitoring mounts, not /etc/mtab
7185  660536 Expose options for /etc/fstab entries
7186  660635 Deprecate g_thread_foreach
7187  660637 Pending dbus method calls not canceled on connection loss
7188  660739 kill off g_{mutex,cond}_{new,free}()
7189  660740 make GThread more standard
7190  660741 g_cond_timedwait is a disaster
7191  660743 macro wrappers for g_once_init_enter/leave
7192  660744 finish killing g_thread_init()
7193  660745 GPrivate leaks on Windows
7194  660791 [gio] Improve doc for g_file_make_directory_with_parents()
7195  660843 asyncqueue-test is broken
7196  660849 Remove cruft from g_strerror and g_strsignal
7197  660886 GDBusProxy: don't drop/complain about unknown props/signals
7198  660887 g_slice_set_config() is broken
7199  660994 Add g_main_context_ref_thread_default()
7200  661255 gio: enable test_peer regression test for OpenBSD
7201  661257 giomodules.c uses ":" instead of G_SEARCHPATH_SEPARATOR_S
7202  661318 tests use pthread without appropriate compiler/linker flags
7203  661421 Applications fail to initialize on GNU Hurd - commit
7204  661438 Implement G_GNUC_DEPRECATED/G_GNUC_DEPRECATED_FOR on Visual C++
7205  661711 Sorting keys for GDrive, GVolume and GMount instances
7206  661763 desktop-app-info: Add support for X-GNOME-Keywords
7207  661896 /gdbus/connection/life-cycle is racy
7208  661914 Gstreamer/Totem locks up
7209  662100 regression: g_dbus_connection_close() triggers exit-on-close logic
7210
7211 * Translations updates:
7212  Belarusian 
7213  Brazilian Portuguese
7214  British English 
7215  Bulgarian 
7216  Catalan 
7217  Catalan (Valencian)
7218  Czech 
7219  Danish 
7220  Esperanto
7221  French 
7222  Gujarati
7223  Hebrew 
7224  Hungarian 
7225  Italian 
7226  Japanese
7227  Lithuanian
7228  Norwegian bokmål
7229  Oriya
7230  Polish 
7231  Russian 
7232  Serbian
7233  Simplified Chinese
7234  Slovak 
7235  Slovenian
7236  Spanish 
7237  Tamil
7238  Vietnamese
7239
7240 Overview of changes from GLib 2.29.18 to 2.29.90
7241 ================================================
7242
7243 * API/ABI changes:
7244  - unix signal watches now match the API of all of the other sources
7245  - revert the addition of g_date_time_source_new () from last release
7246
7247 * networking and other fixes for Solaris
7248  - we no longer support symbolic port names (ie: from /etc/services)
7249  - check if -lsocket is needed
7250  - fix g_socket_details_from_fd()
7251  - avoid getmntinfo
7252  - fix some harmless warnings
7253
7254 * GDateTime improvements:
7255  - generally improved standards compliance (with C99)
7256  - support C99-specified format strings: %g, %G, %V, %c, %C, %w
7257  - consult the locale for the preferred 12-hour time format (%r)
7258  - drop support for non-standard %N and broken %W
7259  - better support for formatting non-POSIX (eg: Arabic) numerals
7260  - locale-related test case fixups, and fix some leaks
7261
7262 * GTlsInteraction: add interaction method invocation guarantees
7263
7264 * gdbus-codegen: post-process all interfaces when parsing >1 file
7265
7266 * make GMainLoop, GMainContext and GSource boxed types
7267
7268 * fix a race condition in the first use of g_get_monotonic_time()
7269
7270 * lots gtk-doc cleanups
7271
7272 * better intltool compatibility when generating pot file
7273
7274 * avoid GCC-specific compiler options when not using GCC
7275
7276 * Translation updates:
7277  Belarusian
7278  Brazilian Portuguese
7279  Canadian English
7280  Galician
7281  Indonesian
7282  Korean
7283  Lithuanian
7284  Norwegian bokmål
7285  Portuguese
7286  Spanish
7287  Swedish
7288
7289 Overview of changes from GLib 2.29.16 to 2.29.18
7290 ================================================
7291
7292 * GDateTime is now respecting LC_TIME when formatting
7293
7294 * GTimeZoneMonitor has been removed again
7295
7296 * A new API for wallclock functionality has been added:
7297   g_date_time_source_new(). This API is still experimental
7298   and may be changed or removed before 2.30.
7299
7300 * Bugs fixed:
7301  628904 Add credential support for FreeBSD and fix a socket issue
7302  650763 gdbus-codegen is broken with python 2.7
7303  655129 GDateTime could provide api for implementing wall clocks
7304  656341 gtlsconsoleinteraction.c uses getpass() which isn't avail...
7305  656387 GCancellable can be used concurrently
7306  656443 Make GTlsInteraction ask_password cancellable
7307  656675 void functions should not return in glib 2.29.16
7308  656772 g_variant_compare for uint64 incorrect
7309  656914 Load GIO_EXTRA_MODULES first, and ignore duplicates
7310  657083 The header langinfo.h is not available on all systems
7311  657084 gfileutils: fix docs/annotations for temp file methods
7312  657138 Some files missing in POTFILES.in
7313  657206 GInputStream leaked in g_file_icon_load_async()
7314  657243 g_cancellable_set_error_if_cancelled() documentation
7315  657274 Use detected PYTHON variable as shebang for gdbus-codegen
7316  657336 Speling fixes for glib found with codespell
7317  657452 plural forms needed
7318  657454 Translation comment needed
7319  657540 Print out file:// URL to coverage HTML report after building
7320  657593 g_test_trap_fork calls close(-1)
7321  646082 Addresses from GSocket should be normalized before returning
7322  657517 fix gio/tests/gdbus-peer on bsd
7323
7324 * Translation updates:
7325  Brazilian Portuguese
7326  Galician
7327  Norwegian bokmål
7328  Punjabi
7329  Russian
7330  Serbian
7331  Spanish
7332  Swedish
7333  Traditional Chinese
7334  Uighur
7335
7336
7337 Overview of changes from GLib 2.29.14 to 2.29.16
7338 ================================================
7339
7340 * GTlsDatabase: an abstract class that provides support
7341   or certificate and key lookup. An implementation will
7342   be provided in glib-networking
7343
7344 * GHmac: Support or HMAC digests
7345
7346 * Misc new API:
7347  - g_ptr_array_add_full: creates a GPtrArray with
7348    a preallocated size and a destroy function
7349  - g_desktop_app_info_get_show_in: checks if a GDesktopAppInfo
7350    should be shown in a given desktop environment
7351  - g_mkdtemp, g_mkdtemp_full, g_dir_make_tmp: create
7352    temporary directories
7353
7354 * Unify thread wakeup implementations of GMainContext
7355   and GCancellable, and use eventfd for it when available
7356
7357 * Show mounts in $XDG_USER_DIR in addition to /media and $HOME
7358
7359 * Bugs fixed:
7360  636572 GTlsCertificateDB
7361  644601 Some tests need a running dbus session
7362  652284 deal with small key lengths
7363  652827 glib-2.29.8 no longer builds with mingw.org's toolchain
7364  653063 PEM parser fails parsing private key when put first
7365  654078 Fail to static linking with Glib library
7366  654450 New functions: g_ptr_array_new_full()
7367  654793 Add G_VALUE_INIT
7368  655044 GDesktopAppInfo: Add g_desktop_app_info_get_show_in()
7369  655148 gdbusconnection is broken when compiling with mingw
7370  655241 glocalfile.c no longer compiles with MinGW GCC
7371  655598 g_cancellable_get_fd: silently return -1 for NULL cancellable
7372  655664 gdbus should not abort if no dbus session is available
7373  655769 Use ZLIB_CFLAGS when compiling gio
7374  656031 Improve GVariant annotations
7375  656048 glib-codegen requires Python >= 2.5
7376  656151 configure test logic inverted, doesn't match comments
7377  656152 GCC only syntax used, yet other compilers allowed by configure.
7378  656162 allow use of lcov 1.9 for coverage
7379  656282 GDBusProxy: uninitialized local variables can be freed
7380  656283 Failing tls connection cause assertion
7381  118563 Add g_mkdtemp in the spirit of g_mkstemp
7382  636405 Add g_return_if_fail() to g_settings_bind_with_mapping()
7383  656039 race condition between GDBusProxy signals and public API
7384  656492 g_io_channel_new_file failure (open(2) behavior wrt POSIX)
7385
7386 * Translation updates:
7387  Bulgarian
7388  Esperanto
7389  French
7390  Galician
7391  German
7392  Hebrew
7393  Indonesian
7394  Italian
7395  Norwegian bokmål
7396  Russian
7397  Spanish
7398  Swedish
7399
7400
7401 Overview of changes from GLib 2.29.12 to 2.29.14
7402 ================================================
7403
7404 * Unicode improvements
7405  - add g_unicode_script_{to,from}_iso15924
7406  - add G_UNICODE_SPACING_MARK define
7407  - more normalisation improvements
7408  - stop using deprecated g_unicode_canonical_decomposition()
7409
7410 * GParamSpec:
7411  - mark the 'name' field as 'const' and add a comment to the header to
7412    help avoid future problems caused by bad hacks
7413
7414 * Merge some (modified) patches from Debian:
7415  - 03_blacklist-directories.patch
7416    - add some blacklisted mount directories
7417  - 60_wait-longer-for-threads-to-die.patch
7418    - sleep longer in a test case, if needed to avoid failing
7419
7420 * Units policy change: prefer use of SI units
7421  - deprecate g_format_size_for_display, add g_format_size(_full)
7422
7423 * GSettings: don't call g_error() when the schema is missing
7424
7425 * GVariant support for arrays of object paths:
7426  - new g_variant_{new,get,dup}_objv API
7427  - support for g_variant_{new,get} '^ao' and '^a&o' similar to '^as'
7428
7429 * GDBus:
7430  - use new improved array-of-objects support and pass 'ao' as char**
7431    instead of GVariant*
7432  - improve handling of 'h' type (Unix file descriptor index)
7433
7434 * GIO:
7435  - fix compilation without USE_STATFS and USE_STATVFS
7436
7437 * Documentation fixes
7438
7439 * Bugs fixed:
7440  622921 Migrate from dbus-glib to glib's GDBus
7441  648271 Add g_unicode_script_to_iso15924()
7442  654948 Stop using deprecated g_unicode_canonical_decomposition()
7443  654988 g_atomic_int_add should document behaviour change
7444  655025 #define G_UNICODE_SPACING_MARK G_UNICODE_COMBINING_MARK
7445  655076 normalization misses some Full_Composition_Exclusion=True. 
7446
7447 * Translations updated:
7448  Spanish
7449
7450 Overview of changes from GLib 2.29.10 to 2.29.12
7451 ================================================
7452
7453 * Add new API to do Unicode (de-)composition in atomic steps,
7454   for use in Harfbuzz.
7455
7456 * Bugs fixed:
7457  615895 (indirectly) support non-NULL-terminated regexes in GRegex
7458  617949 glib trunk fails to compile on Solaris w/ Studio 12...
7459  620423 Document the possibility to unset attributes
7460  627974 Floating reference headaches
7461  644687 Not finding cross-links in current doc set
7462  649246 g_output_stream_splice() cannot be used on 32-bit machines...
7463  653841 a helper script to build glib from git master on win32
7464  653935 g_slist_free_full/g_list_free_full iterates twice in the list
7465  654017 tests: fix glib_translations_work() in gsettings unit test
7466  654085 Don't needlessly use "echo -e" when creating .def files
7467  654195 Add g_unichar_compose() and g_unichar_decompose()
7468  654232 GCancellable eventfd problems
7469  654394 suspicious use of floating references in GDBusInterfaceSkeleton
7470  654536 GSettings: lift key name length restriction to 64
7471  654627 GParamSpec: intern property names
7472  654651 Better g_unicode_canonical_decomposition()
7473  654917 Make g_cclosure_marshal_generic the default signal handler
7474
7475 * Translation updates:
7476  Belarusian
7477  Finnish
7478  Korean
7479  Latvian
7480  Lithuanian
7481  Norwegian bokmål
7482  Turkish
7483
7484
7485 Overview of changes from GLib 2.29.8 to 2.29.10
7486 ===============================================
7487
7488 * New features:
7489  - g_desktop_app_info_get_nodisplay: a function that is required
7490    to port gnome-menus to GDesktopAppInfo
7491  - g_hash_Table_iter_replace: new function to replace a value
7492    while iterating over a hash table
7493  - g_utf8_substring: convenience API to extract substrings from
7494    UTF-8 strings
7495  - g_action_group_add_entries: convenience API for creating lots
7496    of actions quickly
7497  - Use eventfd instead of pipes for waking up main contexts and
7498    for cancellation when available
7499  - GMatchInfo is now a refcounted boxed type
7500
7501 * API changes in GAction:
7502  - the 'set_state' entry in the GActionInterface vtable has been
7503    renamed to 'change_state
7504  - g_action_set_state has been renamed to g_action_change_state
7505  - the 'state' property has been changed to read-only
7506  - GSimpleAction can no longer be subclassed
7507
7508 * Bug fixes
7509  647796 g_variant_new_variant is not marked as constructor
7510  652072 gmain: make use of signalfd()
7511  652168 Crosscompiling Fails if build<=2.24 and host >2.24
7512  652750 make dist fails
7513  652758 GDataInputStream: Clarify g_data_input_stream_read_line docs...
7514  652822 Add a g_hash_table_iter_replace
7515  652897 tiny docs clarification for g_utf8_to_ucs4_fast
7516  653140 gmain: use Linux eventfd() for main context wake up
7517  653429 drop AM_MAINTAINER_MODE or enable it by default
7518  653484 GAsyncCallbacks should default to allow-none
7519         Add missing fundamental types to the generic marshaller
7520
7521 * Translation updates
7522  Belarusian
7523  Galician
7524  Russian
7525
7526 Overview of changes from GLib 2.29.6 to 2.29.8
7527 ==============================================
7528
7529 * Bug fixes
7530  646608 export_symbols variable for gio dynamic library is wrong
7531  646635 Fix introspection of GLib
7532  647930 Documentation: GDataInputStream _read_upto() version
7533  651745 Switch to _ prefixing rather than G_GNUC_INTERNAL
7534  651920 Improve qsort_r detection
7535  651959 gbitlock: "asm goto" is not available in gcc < 4.5
7536  651998 gdbus-codegen: Use relative Python imports
7537  652000 Fix for gatomic.c on Windows/MSVC
7538  652002 Proposal to clean up gvaluetransform.c for MSVC
7539  652025 g_dbus_connection_register_object: error is not set...
7540  652081 Typos in a GBinding warning message
7541  652197 Improper handling of double values in GDBusMessage
7542         Fix a deadlock in gobject finalization
7543
7544 * Translation updates:
7545  Czech
7546  Galician
7547  German
7548  Hebrew
7549  Norwegian bokmål
7550  Spanish
7551  Uighur
7552
7553
7554 Overview of changes from GLib 2.29.4 to 2.29.6
7555 ==============================================
7556
7557 * Atomic operations have been rewritten from scratch to make use
7558   of gcc builtins where possible. As a side-effect of this, calls
7559   to g_atomic_ API with explicit casts may now be problematic; if
7560   that happens to you, try first to remove the casts. Another
7561   side-effect of the rewrite is that g_atomic_int_exchange_and_add
7562   has been deprecated in favor of g_atomic_int_add.
7563
7564 * A full set of atomic operations on pointers has been added,
7565   including bit locks in pointer-size locations.
7566
7567 * Access to quarks is now lockless
7568
7569 * GObject data scalability has been greatly improved
7570
7571 * g_data_time_format now supports alternative digits and padding
7572
7573 * Introspection improvements:
7574  - Add a boxed type for GVariantBuilder
7575  - Annotation fixes in GDBus, GVariant, g_base64_
7576
7577 * Bugs fixed:
7578  502560 g_rand_double_range returns 'inf'
7579  612729 g_mkdir_with_parents can fail if the directory already exists
7580  617491 g_once() implementation is inefficient
7581  619418 Add a performance test for UTF-8 decoding functions
7582  619435 Make g_utf8_to_ucs4_fast() yet faster
7583  626549 G_STATIC_ASSERT_EXPR
7584  631231 bitlock: Fix detection and usage of futexes with Bionic
7585  632294 g_queue_remove() should return a boolean
7586  640518 GMainLoop has quadratic complexity when all pollfd's...
7587  642026 Race condition in g_static_private_free
7588  646635 Fix introspection of GLib
7589  648678 g_date_time_format(): support %O flags for localized numbers
7590  649480 Use MSG_CMSG_CLOEXEC in recvmsg in gio/gsocket.c
7591  649506 GTestFunc et al lacking Since tag
7592  649657 Don't return gboolean for functions that throw
7593  649775 glib-gio-gdbuscodegen-Makefile.patch
7594  649915 gsettings accepts unquoted strings longer than two characters
7595  649973 gthread: build unix tests only on unix
7596  649988 gdbus-codegen: Drop dependency on argparse
7597  650078 forkbomb building glib/tests/protocol
7598  650211 Optimization in key file parsing
7599  650236 Application over DBus implements action state incorrectly
7600  650345 g_key_file_has_key_full: New function to fix g_key_file_has_key...
7601  650458 reduce overhead in g_object_set/get_data
7602  650459 hash table consistency while calling destroy notify funcs
7603  650688 enforce rules about hash table modification
7604  650823 expand the set of atomic ops
7605  650874 codegen chokes on docs
7606  650882 use stdout instead of stderr for informational messages
7607  650884 fix compilation with gcc2
7608  650885 implement glib credentials on OpenBSD (hackish)
7609  650935 G_GNUC_MAY_ALIAS and atomic ops
7610  651009 minor documentation fix
7611  651034 Regarding g_cond_wait after g_thread_pool_push in gthreadedresolver
7612  651133 race condition in GDBusConnection's emit_signal_instance_in_idle_cb
7613  651141 hashtable infinite loop
7614  651219 fix path to true(1) on OpenBSD
7615  651223 Fix some compile warnings on OpenBSD
7616  651327 Minor fixes for the gsocket API
7617  651467 Add pointer sized bitlocks
7618  651650 gdbus: Avoid busy wait loop
7619  651725 gmain: Cleanups and a new test case
7620  651745 Switch to _ prefixing rather than G_GNUC_INTERNAL
7621
7622 * Updated translations:
7623  Catalan (Valencian)
7624  Esperanto
7625  Hebrew
7626  Hungarian
7627  Russian
7628  Spanish
7629
7630
7631 Overview of changes from GLib 2.29.2 to 2.29.4
7632 ==============================================
7633
7634 * GDBus:
7635  - Includes several new types to support modeling D-Bus
7636    objects and interfaces more fully, and also introduces
7637    an 'object manager' pattern:
7638    GDBusInterface, GDBusObject, GDBusObjectManager
7639    These interfaces have client-side implementations:
7640    GDBusProxy, GDBusObjectProxy, GDBusObjectManagerClient
7641    And server-side implementations:
7642    GDBusInterfaceSkeleton, GDBusObjectSkeleton, GDBusObjectManagerServer
7643  - The new gdbus-codegen utility uses these new classes
7644    to generate C code and documentation from D-Bus interface
7645    descriptions in XML
7646
7647 * GTest:
7648  - There is now a g_test_fail() function to mark
7649    tests as failed
7650
7651 * GDesktopAppInfo
7652  - Now has a binding-friendly filename property
7653  - Other new API to more fully expose desktop file contents:
7654    g_desktop_app_info_get_categories(),
7655    g_desktop_app_info_get_generic_name()
7656
7657 * GHashTable:
7658  - Several optimizations to reduce space consumption of
7659    large hash tables, in particular tables that are used
7660    to store sets.
7661
7662 * Unix-specific APIs:
7663   GLib now installs a separate header, glib-unix.h, that is
7664   meant to collect Unix-specific APIs. For now, it contains
7665   g_unix_open_pipe(), g_unix_set_fd_non_blocking() for dealing
7666   with pipes and fds, as well as APIs to create mainloop
7667   sources which can trigger callbacks on certain Unix
7668   signals (SIGTERM, SIGHUP, SIGINT).
7669
7670 * Bugs fixed:
7671  631379 GDBus nonce-tcp test failing
7672  632631 GLib-CRITICAL **: g_variant_new_string: assertion `g_utf8_validate (string, -1, NULL)' failed
7673  635694 gdbus aborting due to unauthorized socket in DBUS_SESSION_BUS_ADDRESS
7674  637561 Crash when using G_DBUS_SERVER_FLAGS_RUN_IN_THREAD
7675  642935 g_date_time_format() prints wrong value for %z and timezone -0800
7676  643134 g_dbus_message_copy
7677  644941 glib-unix: New Unix-specific API
7678  646013 g_hash_table_remove_all_nodes optimization
7679  646309 glib cannot be cross-compilled for mingw32
7680  646435 GTimeZone doesn't seem to be thread-safe
7681  646957 GIO chained calls don't work with a thread default context
7682  647594 README link to mailing list is broken
7683  647602 Cannot connect to remote message bus via TCP
7684  647746 The GSocketService documentation is incomplete.
7685  647826 API: gtester: Add g_test_fail()
7686  647903 GDesktopAppInfo: Add g_desktop_app_info_get_categories()
7687  648416 g_app_info_create_from_commandline ignores SUPPORTS_STARTUP_NOTIFICATION
7688  648423 Support G_DEBUG=trap-warnings
7689  648425 GDesktopAppInfo: Add "filename" property for bindings
7690  648966 Update g_unichar_iswide and g_unichar_iswide_cjk
7691
7692 * Updated translations
7693  Norwegian bokmål
7694  Spanish
7695  Turkish
7696  Uighur
7697
7698
7699 Overview of Changes from GLib 2.28.0 to 2.29.2
7700 ==============================================
7701
7702 * GApplication
7703  - The documentation has been enhanced and clarified
7704  - An opt-out for uniqueness has been added: G_APPLICATION_NON_UNIQUE
7705  - GApplication now syncs settings before g_application_run() returns
7706
7707 * GDBus
7708  - Interface lookups are now happening in constant time
7709  - Signature checking and handling of various unexpected
7710    situations has been improved
7711
7712 * GVariant
7713  - The format accepted by the GVariant parser has beend documented
7714  - GVariant accepts G_VARIANT_TYPE_VARDICT for a{sv}
7715
7716 * GDateTime:
7717  - The return value of g_datetime_compare() has been fixed to
7718    match strcmp() semantics
7719  - In order to handle problems with changing timezones, a GTimeZoneMonitor
7720    has been added to GIO, and g_time_zone_refresh_local() can be
7721    called to update the cached information about the local timezone
7722
7723 * GOption now uses /proc/self/cmdline to set the program name instead
7724   and only falls back to "<unknown>" if that is unavailable
7725
7726 * GSettings:
7727  - The schema compiler now warns about references to non-existing schemas
7728
7729 * Commandline utilities are now fully translated
7730
7731 * Signals can now indicate that collecting their arguments must
7732   always happen, even in the absence of connected signal handlers,
7733   using the G_SIGNAL_MUST_COLLECT flag.
7734
7735 * Bugs fixed:
7736  635099 Memory leak in gdbus introspection when parsing xml
7737  640489 $ and ^ do not match lines if G_REGEX_MULTILINE|G_R...
7738  642042 Overriding GDBus org.freedesktop.DBus.Properties im...
7739  642052 g_timeout_add(_seconds) cannot handle large intervals
7740  642490 notify_desktop_launch() "g_variant_new_bytestring:...
7741  613269 g_type_get_qdata() doesn't work as I expected on subtypes
7742  624943 G_VALUE_NOCOPY_CONTENTS is undocumented
7743  637738 object_interface_check_properties never actually executes
7744  638185 GIOCondition should be annotated as "flags"
7745  639478 GDBusServer's g_dbus_server_new_sync() function should just...
7746  641755 Add g_settings_get/set_uint() helpers
7747  641768 dconf gsettings backend silently drops writes if it can't...
7748  642797 g_app_info_get_default_for_type() broken for subtypes
7749  642825 Unnecessary assertion failure in g_option_context_parse()
7750  642944 NULL key lookup using g_hash_table_lookup_extended()
7751  643074 Incorrect documentation for g_socket_receive() and g_socket...
7752  643197 g_application_id_is_valid docs imply no valid ids
7753  643468 GApplication docs: Warn that handling "command-line" means...
7754  643478 GApplication::local_command_line vfunc documentation seems wrong
7755  643624 Can g_variant_unref() on an already free'd variant
7756  643649 g_application_run() should say that argc/argv can be NULL
7757  643780 shouldn't need to create an action group to use actions...
7758  643795 g_timeout_add_seconds fires with intervals 1 second longer...
7759  644309 Program name is not set when using GtkApplication
7760  644428 Crash in failure section of g_markup_collect_attributes()
7761  644465 undefined reference to `_usleep'
7762  644552 g_timeout_add_seconds(1, ...) may have a latency of up to 2...
7763  644607 Correct internal definition of C_()
7764  645789 annotations for g_file_*_contents
7765  646039 g_settings_list_children() returns child that cannot be opened
7766  646310 Accept range with only min or max
7767  646420 g_dbus_method_invocation_get_parameters() docs should say...
7768  646843 occasional abort on autologin
7769  646985 add G_APPLICATION_NON_UNIQUE flag
7770  647579 gsettings: Implement reset-recursively
7771  647600 gsettings description has typo
7772
7773 * Translation updates
7774  Afrikaans
7775  Bulgarian
7776  Bengali India
7777  British English
7778  Bulgarian
7779  Catalan
7780  Czech
7781  Danish
7782  French
7783  Galician
7784  German
7785  Greek
7786  Gujarati
7787  Hebrew
7788  Hungarian
7789  Italian
7790  Japanese
7791  Korean
7792  Lithuanian
7793  Polish
7794  Portuguese
7795  Romanian
7796  Serbian
7797  Simplified Chinese
7798  Spanish
7799  Swedish
7800  Traditional Chinese
7801  Uighur
7802  Vietnamese
7803
7804
7805 Overview of Changes from GLib 2.27.93 to 2.28.0
7806 ===============================================
7807
7808 * Bugs fixed:
7809 641363 GInitable documentation isn't clear about that finalize...
7810 641395 Add more data about the origin application to the "Lau...
7811 641411 gdesktopappinfo signals lost if it's the session bus...
7812 641477 glib-mkenums uses unportable #! line
7813 641572 Add @EXEEXT@ to pkgconfig binary name
7814 641688 glib installs GSettings.html and gsettings.html
7815
7816 * Translation updates:
7817  Galician
7818  Italian
7819  Korean
7820  Punjabi
7821
7822
7823 Overview of Changes from GLib 2.27.92 to 2.27.93
7824 ================================================
7825
7826 * Bugs fixed:
7827  637013 gio/gdbusmessage.c fails to compile on Solaris
7828  640192 Error creating a Gio.Settings object through py...
7829  640261 Minimum version for external pcre needs to be..
7830  640262 GActionGroup contains redundant TYPE macros
7831  640436 Make load_user_special_dirs() resistant to non...
7832  640695 g_key_file_load_from_file() mishandles a CR-LF...
7833  640724 can't compile gio due to format string issues
7834  640725 can't compile tests due to format string issue
7835  640807 improve GVariant behaviour with invalid pointers
7836  640823 wrong documentation for g_source_add_child_source
7837
7838 * Translation updates:
7839  Bulgarian
7840  Galician
7841  Hebrew
7842  Norwegian bokmål
7843  Spanish
7844  Traditional Chinese
7845
7846
7847 Overview of Changes from GLib 2.27.91 to 2.27.92
7848 ================================================
7849
7850 * Update to Unicode 6.0
7851
7852 * Update PCRE to 8.12
7853
7854 * Bugs fixed:
7855  637696 g_unix_connection_send_fd() doesn't work
7856  638872 null settings backend bug
7857  640042 GtkApplication's warning about not connecting...
7858
7859 * Translation updates:
7860  Arabic
7861  Basque
7862  Estonian
7863  Greek
7864
7865 Overview of Changes from GLib 2.27.90 to 2.27.91
7866 ================================================
7867
7868 * Bugs fixed:
7869  638838 gdesktopappinfo: Don't crash if we don't have a desktop filename
7870  638894 Splitting on \s* gives no result
7871  639064 Update gschema.dtd
7872  639084 Copy/paste error in GSettings::writable-changed signal
7873  639177 SIGSEGV for GApplications with G_APPLICATION_IS_SERVICE
7874
7875 * Translation updates:
7876  Estonian
7877  Galician
7878  Indonesian
7879
7880
7881 Overview of Changes from GLib 2.27.5 to 2.27.90
7882 ===============================================
7883
7884 * Test reports created by gtester-report can now
7885   include revision information
7886
7887 * The g_desktop_app_info_launch_* family of functions
7888   now emit a DBus signal when an application is launched.
7889   Additionally, there is a new variant
7890   g_desktop_app_info_launch_uris_as_manager(), which
7891   gives more control over the launched process.
7892
7893 * The memory and null GSettings backends are now available
7894   as public API
7895
7896 * g_get_locale_variants() is a new function that returns a
7897   list of variants of a locale identifier
7898
7899 * Bugs fixed:
7900  587898 I/O timeouts for GSocket
7901  606960 gio: Add extension point for informing parties...
7902  631980 Handle an optional <revision> node in the report...
7903  634569 Document that g_variant_builder_add_value consumes...
7904  635998 Make _g_compute_locale_variants public
7905  636806 Add g_{memory,null}_settings_backend_get_default
7906  637262 Need a binary DER version of ::accepted-cas
7907  637544 Skip fsync() on btrfs
7908  637720 void functions should not return a value.
7909  637738 object_interface_check_properties never actually...
7910  637759 GIOChannel: fix a crash in g_io_channel_read_chars()
7911  637852 Updates to glib.vsprops file for MSVC 2008 builds...
7912  637858 Updates to test/testglib.c...
7913  638349 parameter name of g_variant_new_* may conflict...
7914
7915 * Translation updates:
7916  Hebrew
7917  Norwegian bokmål
7918  Simplified Chinese
7919  Spanish
7920  Swedish
7921  Uyghur
7922  Vietnamese
7923
7924
7925 Overview of Changes from GLib 2.27.4 to 2.27.5
7926 ==============================================
7927
7928 * Network support:
7929  - Add g_tls_certificate_verify() to verify a certificate
7930  - Add GTlsConnection:use-system-certdb
7931  - Other TLS api additions
7932
7933 * GIO:
7934  - Add g_io_stream_splice_async()/_finish() to splice two iostreams
7935  - Add g_emblemed_icon_clear_emblems() and make GEmblemedIcon derivable
7936  - Remove GPeriodic; it did not receive the necessary review and
7937    integration work to declare it stable
7938
7939 * GSequence:
7940  - New methods g_sequence_lookup() and g_sequence_lookup_iter()
7941
7942 * Bugs fixed:
7943  617254 Missing g_sequence_lookup
7944  632544 g_dbus_connection_send_message can not send a locked message...
7945  633350 g_hostname_to_ascii() ignores non-ascii dots
7946  634583 Better error reporting for g_variant_parse()
7947  635007 gsetting enum rule don't work for out-of-srcdir builds
7948  635626 GDBus message idle can execute while flushes are pending
7949  636100 Can't read GSettings:backend property
7950  636305 Typo on g_queue_remove_all() function description
7951  636311 appinfo: tweak application positioning for content-types
7952  636351 g_simple_async_result_is_valid lacks a version tag
7953  636387 gdb autoload files shadow the "dir" builtin
7954  636673 g_simple_async_report_error_in_idle should allow object...
7955  637147 Add a "delay-apply" property to GSettings
7956  637171 emblemedicon: add g_emblemed_icon_clear_emblems()
7957  637237 gapplication: plug a memory leak
7958
7959 * Translation updates:
7960  Estonian
7961  Galician
7962  Hebrew
7963  Norwegian bokmål
7964  Simplified Chinese
7965  Spanish
7966  Traditional Chinese
7967  Vietnamese
7968
7969
7970 Overview of Changes from GLib 2.27.3 to 2.27.4
7971 ==============================================
7972
7973 * GIO
7974  - Mounts are treated as hidden if they have a path element
7975    that starts with a dot
7976  - GAppInfo gained API to differentiate between recommended
7977    and fallback mime handlers
7978  - g_cancellable_create_source: creates a GSource that triggers
7979    when the GCancellable is canceled
7980  - GPollableInput/OutputStream: Interfaces for pollable streams
7981  - TLS support has landed, with an extension point that is
7982    implemented in glib-networking
7983
7984 * GLib
7985  - Mainloop sources can now have 'child sources'
7986  - g_get_runtime_dir: New function to return the XDG_RUNTIME_DIR
7987
7988 * Bugs fixed:
7989  530786 GFileMonitor "changed" signal underdocumented
7990  588189 TLS support for GSocket*
7991  630357 g_object_new_valist uses uninitialized memory
7992  630559 typo in public string in gsocks: 'The SOCKSv5 require...
7993  632445 Documentation refers to removed GNOME 2.0 porting guide
7994  634239 Child GSources
7995  634241 Add pollable input/output streams
7996  634504 allow passing a NULL emblem to g_emblemed_icon_new()
7997  634613 unsufficient g_get_user_runtime_dir() documentation
7998  635640 schema should inherit gettext-domain from schemalist
7999  635768 Protect g_file_monitor_set_rate_limit() against negative...
8000  635882 Fix the wrong-category schema test
8001  635187 Wrong type of GVariant received in an action...
8002
8003 * Updated translations:
8004  Galician
8005  Italian
8006  Norwegian bokmål
8007  Uyghur
8008
8009
8010 Overview of Changes from GLib 2.27.2 to 2.27.3
8011 ==============================================
8012
8013 * The GTimeSpec type that was introduced in the 2.27.2 has been
8014   dropped again in favour of APIs that return microseconds as
8015   64-bit integer.
8016   Affected functions:
8017   g_source_get_time
8018   g_periodic_unblock
8019   g_get_monotonic_time
8020   g_get_real_time
8021   The similar GTimeVal struct is still around, but its use is
8022   discouraged.
8023
8024 * GTimer is now using monotonic time unconditionally
8025
8026 * There are some new functions to facilitate error reporting
8027   in async GIO APIs:
8028   g_simple_async_result_take_error
8029   g_simple_async_result_new_take_error
8030   g_simple_async_report_take_gerror_in_idle
8031
8032 * There is new convenience API to us GVariant dictionaries:
8033   g_variant_lookup
8034
8035 * It is now possible to delay sending match rules to the
8036   D-Bus daemon in GDBus:
8037   G_DBUS_SIGNAL_FLAGS_NO_MATCH_RULE
8038
8039 * Support has been added for XDG_RUNTIME_DIR:
8040   g_get_user_runtime_dir
8041
8042 * Various fixes for Win64/MSVC builds have been committed
8043
8044 * Bugs fixed:
8045  620263 Add g_clear_object, g_clear_pointer, g_clear_boxed
8046  633075 update Project Files and sources for MSVC 2008/C89
8047  633381 gsettings Makefile rules should handle empty list...
8048  633685 Use g_simple_async_result_{new_,}take_error
8049  633686 Add g_simple_async_report_take_gerror_in_idle
8050
8051 * Translation updates:
8052   Belarusian
8053   Galician
8054   Hebrew
8055   Punjabi
8056   Spanish
8057
8058
8059 Overview of Changes from GLib 2.27.1 to 2.27.2
8060 ==============================================
8061
8062 * GApplication
8063  - Export actions over DBus and support activating them from remote instances
8064  - Support environment passing
8065
8066 * GSettings
8067  - The gsettings utility has a list-recursively command
8068  - The gsettings utility has commandline completion for enum values
8069
8070 * GLib is now linked against librt and uses monotonic time for
8071   timeouts and GPeriod sources. GSource has a new g_source_get_time()
8072   which returns monotonic time, and g_source_get_current_time() has
8073   been deprecated
8074
8075 * Bugs fixed:
8076  158725 free linked list with data
8077  626320 GVariant: Avoid locking in g_variant_get_child_value() if possible
8078  629247 add gsimpleasyncresult methods to take over a GError
8079  629274 GNetworkService does not do fallback when there is no SRV record
8080  631264 gsettings-tool choice/range support
8081  631482 g_date_time_from_instant: 1000000000000000000
8082  632169 docs for manual use of gsettings-data-convert
8083  632571 Add equivalent to gconftool-2's -R option
8084  633115 GSettings m4 doesn't fail the build for broken schemas
8085  633206 Default g_application_local_command_line() doesn't set exit_status...
8086  633339 support more complex gapplication setups
8087  633356 Make timeout G_MAXINT mean "no timeout"
8088
8089 * Translation updates:
8090  Catalan (Valencian)
8091  Indonesian
8092  Japanese
8093
8094
8095 Overview of Changes from GLib 2.27.0 to 2.27.1
8096 ==============================================
8097
8098 * GDateTime now has full week number support.
8099   New API: g_date_time_get_week_numbering_year
8100
8101 * The GSettings schema compiler will now skip over
8102   broken .xml schema files instead of aborting altogether
8103
8104 * GSettings now works properly on bigendian systems
8105
8106 * GSettings has more complete support for ranges
8107   New API:
8108     g_settings_get_range
8109     g_settings_range_check
8110   The gsettings commandline tool supports ranges too.
8111
8112 * GApplication has been rewritten; see the API docs for details
8113   and examples. The action support is not complete yet.
8114
8115 * The GLib mainloop has gained 'dispatch to context' functionality,
8116   which can replace manually created idles in many cases.
8117   New API:
8118     g_main_context_invoke
8119     g_main_context_invoke_full
8120
8121 * The gio-desktop-app-info-lookup extension point has been
8122   removed from GIO. GIO now uses x-scheme-handler mimetypes when
8123   looking for default applications.
8124
8125 * On win32, make g_get_user_data_dir() return the CSIDL_LOCAL_APPDATA
8126   folder on Windows, and not CSIDL_PERSONAL. This matches what Qt does,
8127   and has been widely requested. Also make g_get_user_config_dir() return
8128   this and not the (roaming) CSIDL_APPDATA folder.
8129
8130 * A periodic event clock has been added in GIO: GPeriodic. Note that this
8131   API is still experimental and expected to undergo changes before it
8132   will be incorporated into a stable GLib release. Use at your own risk.
8133
8134 Bug fixes:
8135  613822 gobject signal connect/disconnect not thread safe
8136  618737 "dispatch to context" functionality
8137  620710 g_get_user_data_dir() uses CSIDL_PERSONAL and not CSIDL_APPDATA
8138  623400 acquire context before dispatching
8139  627126 gsettings schema files don't get installed on FreeBSD
8140  627171 g_socket_new_from_fd() doesn't set the right protocol
8141  628876 Wrong error description
8142  628937 gracefully handle broken schemas
8143  629274 GNetworkService doesn't fallback when there is no SRV record
8144  629289 g_error() used wrong, produces core dump
8145  629687 leaks class refcount in gsocketcontrolmessage
8146  629849 GLib-CRITICAL **: g_source_get_context: assertion `!SOURCE_...
8147  629945 GDBus deadlock in g_bus_get_sync()
8148  630000 g_date_time_difference
8149  630077 GDateTime week number support
8150  630185 Allow NULL strings in g_quark_try_string()
8151  630797 docs mention non-existent g_object_dispose()
8152  630968 gschema-compile problems on power g5
8153  631263 GSettings needs range/choice APIs
8154  631264 gsettings-tool choice/range support
8155  631379 GDBus nonce-tcp test failing
8156  631410 Port gapplookupgconf.c to using x-scheme-handler/
8157  632884 Possible deadlock in g_object_remove_toggle_ref()
8158
8159 Transation updates:
8160  Basque
8161  Brazilian Portuguese
8162  British English
8163  Bulgarian
8164  Czech
8165  Dutch
8166  Estonian
8167  French
8168  Galician
8169  German
8170  Greek
8171  Hebrew
8172  Hungarian
8173  Japanese
8174  Lithuanian
8175  Polish
8176  Portuguese
8177  Romanian
8178  Simplified Chinese
8179  Slovenian
8180  Spanish
8181
8182
8183 Overview of Changes from GLib 2.25.15 to GLib 2.27.0
8184 ====================================================
8185
8186 Build:
8187   - massive restructuring to reduce #include abuse
8188   - tweaks to silence some harmless compiler warnings
8189   - rename gschema-compile.c to glib-compile-schemas.c
8190   - Windows fixes
8191   - fix building with zlib < 1.2.4 on win32
8192
8193 GDateTime:
8194   - better msgctxt for translating month and weekday names
8195   - API is changed quite a lot, implementation is improved
8196   - GTimeZone is now exposed
8197
8198 GObject:
8199   - make ordering for overridden interface properties consistent
8200   - ->priv structures are limited to 64k but this was not documented,
8201     and exceeding this limit produced bad results.  Add docs and enforce
8202     the limit properly.
8203   - add g_object_class_install_properties() to install multiple
8204     properties in one go
8205   - improve debugging output for GValue containing G_TYPE_STRV
8206
8207 GIO:
8208   - fix priority sorting of GIO extensions
8209   - add GCredentials support on FreeBSD
8210   - fix support for IPv6 addresses in URI parsing functions
8211   - GSocketClient fixes for when g_socket_connect succeeds immediately
8212   - clarify string encoding for GFile constructors in docs
8213   - new functions g_data_input_stream_read_upto{,async,finish}
8214   - tweak confusing documentation for g_output_stream_write()
8215
8216 GDBus:
8217   - GDBusMessage can now be locked and copied (like in libdbus)
8218   - GDBusConnection filter function API has changed again
8219   - GDBusServer: ::new-connection now declares if the connection was claimed
8220   - add a partial workaround for GObject bug 627724.
8221   - very many memory leaks fixed
8222
8223 GVariant:
8224   - check for size == 0 in g_variant_get_bytestring to avoid a crash
8225     when attempting to get_bytestring() from an empty array
8226   - improve gobject-introspection annotations
8227
8228 GSettings:
8229   - add GSettings Windows registry backend
8230   - some internal tweaks to the backend API
8231   - remove g_settings_list_items
8232   - add g_settings_list_children and _list_keys to replace it
8233   - add schema compiler restrictions for dealing with lists
8234   - don't automatically emit value changed signals on writability
8235     changes
8236
8237 Other:
8238   - constify the 'parser' vtable param to g_markup_parse_context_push()
8239   - plug many memory leaks in test cases
8240
8241 Bugs closed:
8242   50076 Time API to go with date API
8243  584284 g_data_input_stream_read_until_async different from sync version
8244  624546 Modification of GDBusMessage in filter function
8245  626919 Let g_object_class_install_property() return the installed GParamSpec*
8246  628029 GDateTime missing get_week_of_year method
8247  628253 Interface properties not listed in a consistent order
8248  628331 Plug lots of mem leaks in gio test suite
8249  628345 Plug a mem leak
8250  628436 Plug a mem leak
8251  628505 Fix building with zlib < 1.2.4 on win32
8252  628839 [PATCH] datetime: Rename shadowing variables
8253  628904 [PATCH] Add credential support for FreeBSD and fix a socket issue
8254  628952 incorrect glib_major_version and other variables on cygwin.
8255  629192 g_strdup_value_contents(): dump GStrv more usefully
8256  629251 g_socket_client_async_connect_complete: assertion failed
8257  629259 Failed to connect to "::1"
8258  629328 g_markup_parse_context_push doesn't respect const structs
8259  629429 month "May" short and full form same with "GDateTime" msgctxt
8260  629689 GDBusConnection leaks its GCredentials
8261  629698 Segfault in g_variant_get_bytestring() 
8262
8263 Updated translations:
8264   Arabic
8265   Armenian
8266   Basque
8267   British English
8268   Czech
8269   Finnish
8270   Galician
8271   German
8272   Hungarian
8273   Indonesian
8274   Japanese
8275   Lithuanian
8276   Norwegian bokmål
8277   Polish
8278   Portuguese
8279   Punjabi
8280   Simplified Chinese
8281   Slovenian
8282   Spanish
8283   Swedish
8284   Swedish
8285   Traditional Chinese
8286
8287 Overview of Changes from GLib 2.25.14 to GLib 2.25.15
8288 =====================================================
8289
8290  * GIO
8291   - Memory leak fixes
8292   - The GZip(De}Compressor can now process header information
8293   - Support for network proxies has been added, with the GProxy
8294     interface and the gio-proxy-resolver extension point. GIO
8295     includes SOCKSv4 and SOCKSv5 implementations, and libproxy
8296     is also going to provide an implementation of this extension
8297     point.
8298   - There are GAction and GActionGroup interfaces now, which will
8299     be used in GApplication in the near future.
8300
8301  * GObject
8302   - There are now convenience macros for defining boxed and
8303     pointer types
8304
8305  * GDBus
8306   - Memory leak fixes
8307   - GDBusProxy for well-known names can now auto-restart
8308     the service if the name owner disapperas
8309   - Filter functions are now allowed to modify messages
8310
8311  * GLib
8312   - GDateTime is a replacement for GDate that supports time
8313     and timezone information.
8314
8315  * Bugs fixed:
8316   50076 Time API to go with date API
8317  449565 Add G_DEFINE_BOXED_TYPE()
8318  617691 Add GZIP header processing to GZlibCompressor/GZlibDecompressor
8319  622184 add g_memory_output_stream_steal_data
8320  624546 Modification of GDBusMessage in filter function
8321  627088 Build failure in gdbus-peer.c on FreeBSD
8322  627181 save a memdup
8323  627182 Plug a mem leak in the gdbus-connection test
8324  627187 Plug some gdbus mem leaks
8325  627188 gdbus-non-socket test occasionally fails
8326  627252 G_OPTION_FLAG_NO_ARG is only for callback options
8327  627392 gdbus commit 8a3a4596 breaks win32 compile
8328  627407 FTBFS on !linux UNIX platforms
8329  627604 String error: 'that' twice in a row
8330  627969 ABR in g_file_open_tmp
8331  628084 gdbus-peer fails with assertion
8332  628193 Miscellaneous string fixes
8333  628296 abort() in gsocketconnection.c
8334  628309 Plug a mem leak in GConverterOutputStream
8335  628317 GEmblemedIcon:equal implementation is buggy
8336  628323 Fix invalid reads
8337  628327 Plug a mem leak
8338  628328 Plug a mem leak
8339  628329 Don't leak the FD list
8340  628324 Invalid reads in gdbus-export test
8341
8342  * Updated translations:
8343   British English
8344   Danish
8345   Galician
8346   Hebrew
8347   Punjabi
8348   Serbian
8349   Spanish
8350   Traditional Chinese
8351
8352
8353 Overview of Changes from GLib 2.25.13 to GLib 2.25.14
8354 =====================================================
8355
8356 * GDBus
8357  - Make the closure variants of GDBus apis work
8358  - Make error unregistration work
8359  - Use async IO in the IO thread (626748)
8360
8361 * GIO
8362  - Make g_simple_async_result_is_valid work without source (626208)
8363  - GSocketClient: add a timeout property
8364  - Fix memory leaks in GSocketClient
8365  - Handle async vs. sync correctly in GSocketConnection stream (616458)
8366  - Declare stream base classes as abstract
8367  - Clarify semantics of g_output_stream_write() (627071)
8368
8369 * Other
8370  - Improve test coverage for GDBus, GRegex, GAsyncResult
8371  - Drop dead code in pcre, xdgmime
8372  - Fix a race condition in gtester (578295)
8373  - Avoid an extra allocation in GAsyncQueue (626704)
8374  - Add test case for non-socket GIOStream (626841)
8375  - More explicit GVariant docs (622770)
8376  - Imroved docs for GAsyncInitable and GSimpleAsyncResult (602417)
8377
8378 * Translation updates:
8379  - Galician
8380  - Norwegian bokmål
8381  - Punjabi
8382  - Simplified Chinese
8383  - Swedish
8384
8385
8386 Overview of Changes from GLib 2.25.12 to GLib 2.25.13
8387 =====================================================
8388
8389 +-------------------------------------------------------------------+
8390 |   WARNING: There have been no breaks in API or ABI.  Weird, eh?   |
8391 +-------------------------------------------------------------------+
8392
8393 The primary purpose of this release is to fix a serious problem with
8394 glib 2.25.12: glibconfig.h (as generated on a Fedora amd64 system) was
8395 being distributed in the tarball.  It was being used to build some parts
8396 of glib on other systems (eg: 32bit ones).  This was causing some very
8397 serious problems.
8398
8399 There have been many other improvements, however:
8400
8401  Build and testing:
8402   - vastly improved test coverage
8403   - old tests moved to the gtester framework
8404   - gtester Makefile modified so that the tests only run once
8405   - cleanup of how we handle includes while building glib
8406
8407  GVariant:
8408   - add a g_return_if_fail (utf8) to g_variant_new_string()
8409
8410  GDBus:
8411   - perform extra sanity checks when serialising messages
8412   - add API to query and set the byteorder of a GDBusMessage
8413   - improve debug output, add some extra options
8414   - if exiting due to the bus disconnecting us, print an error message
8415     explaining why
8416   - sort property names correctly
8417   - don't bother sending RemoveMatch when we will close the connection
8418     anyway
8419   - use effective uid/gid for credential passing
8420
8421  GSettings:
8422   - add G_SETTINGS_BIND_INVERT_BOOLEAN for inverting boolean bindings
8423     without mapping functions
8424   - mark all strings in the schema compiler for translation
8425
8426  Binding:
8427   - improve closure support for bindings
8428   - copy GSettings INVERT_BOOLEAN flag
8429
8430  Other:
8431   - fix another complicated GCancellable deadlock possibility
8432
8433 Bugs closed:
8434  599590 glib build doesn't look for correct pkg-config
8435  619026 avoid warning in gutils.h when using gcc with -Wconversion
8436  624739 Please fix POTFILES.in
8437  625472 Valgrind claims uninitialized bytes used
8438  625500 g_date_set_time_val documentation doesn't mention local time
8439  625628 GDBusProxy: wrong property name sorting
8440  625753 Incorrect flags used in g_dbus_connection_call_sync()
8441  625827 Expand documentation about error quark naming
8442  625988 builddir != srcdir issues
8443  626107 glibconfig.h is being disted
8444
8445 Updated translations:
8446  French
8447  Galician
8448  Hebrew
8449  Norwegian bokmål
8450  Spanish
8451
8452
8453 Overview of Changes from GLib 2.25.11 to GLib 2.25.12
8454 =====================================================
8455
8456 +-------------------------------------------------------------------+
8457 | WARNING: There have been many API changes in GDBus -- sending     |
8458 | messages, subscribing to signals, closing connections and         |
8459 | registering subtrees are affected.  The ABI for GSettingsBackend  |
8460 | has also been changed.  For both reasons, a new dconf release is  |
8461 | required (and will be along soon).                                |
8462 +-------------------------------------------------------------------+
8463
8464 Build:
8465   - cleanup automake setup
8466   - rename configure.in to configure.ac
8467   - various docs fixups
8468   - move glibconfig.h to glib/
8469   - disable dtrace support on Mac OS (which has incompatible 'dtrace')
8470
8471 GSettings:
8472   - add support for vendor override files (to change the default values
8473     in a schema)
8474   - change GSettingsBackend vtable
8475   - add g_settings_reset()
8476   - support binding to G_TYPE_STRV properties
8477
8478 GDBus:
8479   - many bug fixes, including a serialisation fix
8480   - stop handling incoming connections as soon as stop() is called
8481   - proper support for file descriptor passing
8482   - new flags parameter for sending messages
8483   - new flags parameter for subscribing to signals
8484   - always reset the message serial when sending a message unless
8485     G_DBUS_SEND_MESSAGE_FLAGS_PRESERVE_SERIAL is given
8486   - constness fixes for introspection structures
8487   - clean ups to subtree registration API
8488
8489 Other:
8490   - fix divide by zero bug in g_malloc_n functions
8491   - GIO: don't blindly assume that SOCK_CLOEXEC is supported
8492   - make GObject property notify freezes threadsafe
8493   - GIO: clean up credentials passing
8494   - GApplication: make default-quit not apply if register=FALSE
8495   - GIO: add annotations for gobject-introspection
8496
8497 Bugs closed:
8498  166020 use GAtomic for refcounting
8499  617483 Credentials passing
8500  622005 [GApplication] no way to modify the "default-quit" property
8501  623293 vendor override files
8502  623810 Message serialization bug
8503  623815 Don't check sender for GDBusProxy objects where name is not set
8504  624473 GDBusSubtreeIntrospectFunc return type
8505  624483 GDBusSubtreeEnumerateFunc clarification
8506  624484 GDBusSubtreeDispatchFunc clarification
8507  624754 gdbusaddress.c missing sys/wait.h
8508  624968 div by zero in g_malloc_n family
8509  624991 GSettings mapping for G_TYPE_STRV 
8510  625383 Add missing GI annotations
8511
8512 Updated Translations:
8513  Armenian
8514  Galician
8515  German
8516  Hebrew
8517  Kazakh
8518  Romanian
8519  Simplified Chinese
8520  Spanish
8521
8522 Overview of Changes from GLib 2.25.10 to GLib 2.25.11
8523 =====================================================
8524
8525 +-------------------------------------------------------------------+
8526 | WARNING: There have been minor API changes in GDBus and GVariant. |
8527 | These API changes will not affect many users, but they do require |
8528 | a new version of GTK+ to be installed.                            |
8529 +-------------------------------------------------------------------+
8530
8531 Build:
8532   - add a --disable-Bsymbolic configure flag to disable linking with
8533     -Bsymbolic-functions
8534   - this release sees the complete removal of the old 'g*alias' hacks
8535   - honour the NOCONFIGURE environment variable from autogen.sh
8536   - use proper feature test macros for isnan
8537   - use pkg-config to check for zlib
8538   - add ACLOCAL_AMFLAGS to Makefile.am
8539
8540 GDBus:
8541   - hide Class and instance structures for all GDBus types except
8542     GDBusProxy.  This breaks API by preventing subclassing, but probably
8543     nobody was doing that.
8544   - add new GDBusConnection call to support flushing all pending
8545     outgoing messages
8546   - change the register_object API to add a reference to the
8547     GDBusInterfaceInfo object so the caller need not keep it alive
8548     themselves
8549   - don't rewrite the serial number when sending messages that already
8550     have a serial number
8551   - better error checking for DBUS_SESSION_BUS_ADDRESS environment
8552     variable
8553   - switch to g_parse_debug_string for G_DBUS_DEBUG and add a lot of new
8554     flags
8555   - add support for temporarily freezing a freshly created
8556     GDBusConnection.  Do this until after the ::new-connection signal
8557     has finished running on GDBus services.
8558   - never require non-closed connections (the user is incapable of doing
8559     this due to the obvious race)
8560   - remove weird/misleading redundant check on NameOwnerChanged signal
8561   - emit GDBusProxy::g-properties-changed on NameOwnerChanged
8562
8563 GVariant:
8564   - the 'g_variant_{new,get}_byte_array' APIs have been removed
8565   - g_variant_{new,get,dup}_bytestring has been added, with different
8566     arguments and different behaviour
8567   - g_variant_{new,get,dup}_bytestring_array has been added, doing
8568     essentially the same thing as the 'strv' functions, but with byte
8569     strings instead of utf8 strings
8570   - G_VARIANT_TYPE_BYTESTRING ('ay'), BYTESTRING_ARRAY ('aay') and
8571     STRING_ARRAY ('as') constants have been added
8572   - the undocumented behaviour that g_variant_get_strv() deserialised
8573     arrays of object paths or signature strings has been dropped
8574   - additional varargs support for converting bytestrings or bytestring
8575     arrays with ^ay ^aay ^&ay and ^a&ay
8576   - improved gobject-introspection annotation
8577   - fix a problem with GBuffer calling g_slice_free for the wrong type
8578   - fix leaks in the type inferencing code of the parser
8579
8580 GSettings:
8581   - improved documentation
8582   - updated schema XML DTD, now xincluded into the docs
8583   - added support for schemas that extend other schemas (using the
8584     'extends=' attribute).  Values of keys in the base schema can be
8585     overridden using <override>.
8586   - added theoretical support for lists (using the 'list-of=' attribute)
8587   - lots of new tests
8588   - add support for flags (implemented similarly to enums)
8589   - add support for generating .enums.xml files to gsettings.m4:
8590       gsettings_ENUM_NAMESPACE = org.example.myapp
8591       gsettings_ENUM_FILES = ../path/to/*.h
8592     will generate org.example.myapp.enums.xml with mappings for all
8593     enums and flags in the specified .h files.
8594   - warn with g_message() if the 'memory' backend is used by default
8595     (ie: because no other GSettings backends are installed)
8596   - fix get_property() for GSettings::schema
8597   - command line tool: fix a bug that prevented non-basic values from
8598     being set due to a premature free
8599   - command line tool: bash completion support
8600   - chain up in _finalize
8601   - add a new g_settings_get_mapped API to read settings that require
8602     post-processing
8603   - retry with the translated or schema default value if the
8604     GSettingsBindGetMapping function fails
8605   - schema compiler: never fail due to empty schema directories (but
8606     warn)
8607   - peek rather than ref/unref the GEnumClass in the mapping function
8608   - schema compiler: compile *.enums.xml before *.gschemas.xml to ensure
8609     that we have all the enums that the schemas may reference
8610   - schema compiler: improve accuracy of line numbers in error reports
8611   - fix crashes in the keyfile backend caused by invalid group names in
8612     the keyfile
8613
8614 Other:
8615   - always intern GBinding prop names
8616   - base64: remove asserts preventing conversion of empty strings
8617   - document NULL special-cases for GValueArray
8618   - GNode docs improvements
8619   - improve detection of 'system internal' mounts
8620   - fix leaks in the inotify GFileMonitor implementation
8621   - annotate all custom GIO GSources to improve debugging (e.g. using
8622     SystemTap)
8623
8624 Tests:
8625   - Turn on glibc malloc checking features for make check
8626   - improvements for GSettings tests, plus new tests
8627   - improved tests for GKeyfile
8628   - new tests for GDir, GSList, GSList, GAppLaunchContext,
8629     CharsetConverter, GIcon, ...
8630   - move some tests to GTester (tree tests, uri tests)
8631   - generally, really an awful lot of new tests
8632   - don't try to allocate 2gigs of memory anymore for the array test
8633
8634  552363 g_value_array_{insert,prepend,append}'s special cases for NULL
8635  561248 Improve return value description from g_node_prev/next_sibling()
8636  570036 Add ACLOCAL_AMFLAGS to Makefile.am
8637  576833 g_sprintf add a reference to g_strdup_printf
8638  576854 g_strconcat() documentation should provide a hint about bad l10n
8639  582227 reference: add other URI functions to 'URI Functions' section
8640  599223 should provide g_spawn_* variants that take a GAppLaunchContext
8641  610784 array test failing
8642  613057 Leak in inotify GFileMonitor implementation
8643  620536 Annotate all custom GIO GSource using g_source_set_name
8644  620913 More control with G_DBUS_DEBUG
8645  622124 implement flags
8646  622127 GSettings extended key validation
8647  622128 retry with default value for failed mapping
8648  622294 More annotations for GVariant
8649  622565 glib-compile-schemas fails when no schemas
8650  622600 Fix missing prototype warning
8651  622813 gsettings mapping & enum buglet
8652  623142 Ensure ::new-connection runs before processing D-Bus messages
8653  623143 Never require non-closed connections
8654  623319 use g_parse_debug_string for dbus debug flags
8655  623401 process enums first
8656  623402 schema compiler reports wrong line numbers
8657  623407 g_keyfile_settings_backend_new crashes with the key "/"
8658  623473 zlib should be checked with pkg-config
8659  623537 GDBusProxy has weird checking on NameOwnerChanged
8660  623538 GDBusProxy::g-properties-changed emission for corner cases
8661  623692 directory with file at multiple MLS levels may display empty
8662  623720 gschema.dtd does not contain enum definitions
8663  623770 quoting of expand_macro in gdesktopappinfo.c
8664  623772 gdesktopappinfo.c, function child_setup
8665  623780 g_unix_is_mount_path_system_internal
8666  623954 g_settings_finalize
8667  623955 Dubious return values
8668
8669 Updated translations:
8670  Galician
8671  Hebrew
8672  Norwegian bokmål
8673  Spanish
8674
8675 Overview of Changes from GLib 2.25.9 to GLib 2.25.10
8676 ====================================================
8677
8678 +----------------------------------------------------------------+
8679 | WARNING: There have been API changes in GDBus. Users of these  |
8680 | APIs will need to be adapted.  In particular, a new release of |
8681 | dconf is required to go along with this one.  There has also   |
8682 | been a change in the GSettings backend API used for keyfiles.  |
8683 +----------------------------------------------------------------+
8684
8685 * GDBus:
8686  - add direction parameter to filter functions (API change)
8687  - allow calling other interfaces with a GDBusProxy
8688  - padding added to class struct fields (ABI change)
8689  - fixes for closures-based functions
8690
8691 * GVariant:
8692  - new is_floating() call
8693  - add g_value_take_variant() call (required for marshallers)
8694
8695 * GSettings:
8696  - support for binding GParamSpecEnum properties
8697  - ifelse-style condition support for GLIB_GSETTINGS m4 macro
8698  - remove gsettings-schema-convert tool (now in GConf)
8699  - allow introspection of all installed schemas
8700  - allow introspection of the keys in a schema
8701  - rewrite keyfile backend (API change)
8702
8703 * GNIO:
8704  - don't implicitly close GSocket until it is destroyed
8705  - windows fixups
8706
8707 * Other:
8708  - allow GChecksum to take (NULL, 0) for data/length
8709  - GRelation and GCompletion are now deprecated
8710  - introduce G_PARAM_DEPRECATED and G_ENABLE_DIAGNOSTIC
8711  - add working directory to GApplication platform data
8712  - lots of documentation cleanups
8713  - PCRE updated to 8.02
8714
8715 * Build:
8716  - the IA__g_* style symbol aliasing has been disabled and replaced with
8717    the -Bsymbolic-functions linker flag on platforms that support it.
8718    Please be on the watch for portability issues and report them to us.
8719  - many test cases have been moved to the GTester framework
8720  - lcov support has been added for tests
8721  - many windows fixes
8722
8723 * Bugs fixed:
8724  501057  lcov coverage suite and GLib integration
8725  551271  deprecate GRelation
8726  601686  Implement diagnostic mode
8727  603309  GSocketOutputStream broken on Windows (?)
8728  616718  GLIB_GSETTINGS macro can't be used conditionally
8729  616855  GSocketConnection: don't close the socket if it's still reffed
8730  618866  g_ptr_array_remove_index_fast memory leak
8731  619878  keyfile backend calls keys_changed with invalid argument
8732  619879  keyfile backend doesn't make use of expected_type
8733  621092  Add with_closures() variants for bindings
8734  621172  Cross compiling fails
8735  621838  Actually add cwd to platform data
8736  621945  Filter outgoing messages in GDBusConnection
8737  621947  add g_value_take_variant
8738  622038  GSettings: "It is a programmer error" documentation is unclear
8739  622154  [patch] update documentation for g_application_new
8740  622281  binding: Add SYNC_CREATE to the flags
8741  622480  Improve documentation for g_strcmp0()
8742  622554  g_error called if schema not installed
8743  622601  Return interned strings from g_settings_list_keys
8744
8745 * Translation updates:
8746  - Galician
8747
8748 Overview of Changes from GLib 2.25.8 to GLib 2.25.9
8749 ===================================================
8750
8751 +----------------------------------------------------------------+
8752 | WARNING: There have been API changes in GDBus, GSettings and   |
8753 | GApplication. Users of these APIs will need to be adapted. In  |
8754 | particular, a new release of GTK+ is required to go along with |
8755 | this one.                                                      |
8756 +----------------------------------------------------------------+
8757
8758 * GDBus
8759  - Use Gio's default async implementation
8760  - Fix proxy construction for objects with no properties
8761  - Fix error handling in synchronous initialization
8762  - Do not dispatch calls to unregistered objects
8763  - Add _with_closures alternative functions
8764  - Allow constructing GDBusProxy with well-known names
8765  - Remove GType parameters from GDBusProxy constructors
8766  - Nuke g_bus_watch_proxy API
8767  - Add --xml to gdbus-tool to print raw introspected XML
8768
8769 * GSettings
8770  - schema file format change: store (default, options) in gvdb
8771  - Add g_settings_sync()
8772  - Add support for enums and ranges
8773  - 'context' support has been replaced by direct use of
8774    GSettingsBackend
8775
8776 * GApplication
8777  - Switch to using variants for timestamps
8778  - Use GInitable
8779
8780 * GObject
8781  - Introduce g_object_notify_by_pspec
8782  - Add GBinding
8783  - The GVariant gtype G_TYPE_VARIANT was changed from boxed
8784    to fundamental. We believe there were no existing users
8785    of the boxed type, so this should not cause any applications
8786    to break.
8787
8788 * Test framework
8789  - Add package and version to the test report XML
8790  - Use optparse to parse gtester-report commandline
8791  - Add subunit support to gtester-report
8792  - Prevent division by zero if no tests
8793
8794 * Bugs fixed:
8795  621782 Crash using gbinding
8796  619945 GConverterOutputStream triggers assertion and corrupts data
8797  621319 more leaked GVariants in GSettings
8798  621168 GKeyFile memory leak on Windows platform
8799  621002 Switch to using variants for timestamps, split out signals
8800  620953 tiny docs addition
8801  618904 Lies in gunixmounts documentation
8802  621702 Correctly initialize GError
8803  611778 minor cleanup of gtester-report
8804  621213 GDBusProxy and well-known names
8805  621034 Rewrite apps test to ensure children are killed
8806  620954 gapplication gvariant simplifications
8807  611869 add subunit out feature to gtester-report
8808  621119 GDBusProxy and objects with no properties
8809  620990 Use Gio's default async implementation again
8810  620952 g_application_register_with_data is an ugly API
8811  621252 GSettings leaks context
8812  618715 fork() in GSettings test cases is problematic 618715
8813  621905 Assume a ref when doing async work
8814  621266 GSettings "context" clarification
8815
8816 * Translation updates:
8817  Chinese
8818
8819
8820 Overview of Changes from GLib 2.25.7 to GLib 2.25.8
8821 ===================================================
8822
8823 * Initial support for dtrace and systemtap profiling:
8824  - mainloop sources can be named
8825  - probes for memory allocation with g_malloc and gslice
8826  - gquark name tracking
8827  - type creation
8828  - object life-cyle (creation, finalization, ref, unref)
8829  - signal creation and emission
8830
8831 * GVariant
8832  - has been fixed to work with the FreeBSD malloc
8833  - added introspection annotations
8834  - new function: g_variant_builder_add_parsed
8835
8836 * GSettings:
8837  - g_settings_set/get_strv functions have lost their length parameter
8838  - g_settings_set_strv accepts NULL
8839  - added introspection annotiations
8840
8841 * GPermission: an abstract interface for representing permissions,
8842   with a minimal implementation named GSimplePermission
8843
8844 * GApplication: a basic application support class, with a D-Bus based
8845   implementation
8846
8847 * Bugs fixed:
8848  619585 glib-compile-schemas asserts on FreeBSD
8849  620384 Annotate GVariant and GSettings _strv() functions
8850  606044 Add support for dtrace/systemtap static markers
8851  620350 add g_variant_builder_add_parsed() API
8852  620349 utf8ify GVariant printer
8853  620767 Typo in GSettings documentation: "INTLTOOL_NOMERGE_RULE"
8854  620312 Fix g_settings_[gs]et_strv() API
8855  620519 GPermission
8856  620582 GPermission needs a simple implementation
8857  620496 GSettings schema compiler should reject invalid paths
8858  620173 missing single header inclusion guards
8859  620265 g_assertion_message_error should take const GError *
8860
8861 * Translation updates:
8862  Esperanto
8863  Galician
8864  Hebrew
8865  Indonesian
8866  Norwegian bokmål
8867  Slovenian
8868  Spanish
8869
8870
8871 Overview of Changes from GLib 2.25.6 to GLib 2.25.7
8872 ===================================================
8873
8874 * NOTE: API/ABI breaks since 2.25.6 release:
8875   - g_dbus_connection_sync{,_sync} takes a new 'reply_type' argument
8876   - GSettingsBackendClass 'list' virtual function changed
8877
8878   GSettings backends and things using GDBus may need to be rebuilt.
8879
8880 * GDBus: many build-related fixes
8881
8882 * GDBus (service): return a DBus error when receiving a method call for
8883   an unknown interface.
8884
8885 * GSettings: fix 'make install' bug in gsettings.m4 for generated schema
8886   files
8887
8888 * GSettings: avoid non-portable use of LC_MESSAGES
8889
8890 * better approach to handling man pages
8891
8892
8893 * Bugs fixed:
8894  619527 please improve docs on g_file_make_symlink
8895  619391 send-with-reply should have expected result signature
8896  618616 Use stack-allocated GVariantBuilders
8897  617004 Build with "--disable-nls" fails under MinGW/Win32
8898  619142 Build fixes (GDBus)
8899
8900 * Updated translations:
8901  Estonian
8902  Galician
8903  Norwegian bokmål
8904
8905 Overview of Changes from GLib 2.25.5 to GLib 2.25.6
8906 ===================================================
8907
8908 * GDBus: introspection improvements
8909 * GDBus: build fixes
8910
8911 * GSettings: GSettingsBackend ABI changed               **** NOTE ****
8912 * GSettings: --uninstall option for schema compiler
8913 * GSettings: new m4 macro with more power
8914 * GSettings: thread support
8915
8916 * rework of file notification on Solaris
8917 * fixes for gold linker
8918
8919 * Bugs fixed:
8920  619038 increase gsettings.m4 power
8921  619031 method-calls-in-thread test failing
8922  618839 Typo at translation message
8923  616864 GSETTINGS_CHECK_RULE doesn't work with multiple files
8924  618730 gunixcredentialsmessage.c doesn't compile on GNU/kfreebsd
8925  616314 Make GSettings (partially) threadsafe
8926
8927 * Updated Translations:
8928  Indonesian
8929  Galician
8930  Spanish
8931
8932 Overview of Changes from GLib 2.25.4 to GLib 2.25.5
8933 ===================================================
8934
8935 * GDBus: Fix serialization of empty arrays
8936
8937 * GDBus: Plug various memory leaks
8938
8939 * GSettings: Fix problems with GSETTINGS_CHECK_RULE
8940
8941 * Bugs fixed:
8942  616731 GSETTINGS_CHECK_RULE doesn't work in non-srcdir builds
8943  616864 GSETTINGS_CHECK_RULE doesn't work with multiple files
8944  618615 mem leaks in parse_value_from_blob
8945  618622 Plug some mem leaks in gdbus
8946  618650 Plug a mem leak in gdbusauth
8947  618663 Plug mem leaks in gdbus tests & examples
8948
8949 * Updated translations:
8950  Spanish
8951
8952
8953 Overview of Changes from GLib 2.25.3 to GLib 2.25.4
8954 ===================================================
8955
8956 * GDBus D-Bus support has been merged. This provides an API
8957   to replace dbus-glib
8958
8959 * GVariant no requires strings to be UTF-8. You can use byte
8960   arrays for non-UTF-8 strings.
8961
8962 * GSettings allows to bind string properties to byte arrays
8963
8964 * The schema compiler supports range restrictions
8965
8966 * Bugs fixed:
8967  618051 socket-server|client.c fail to compile under AIX...
8968  616102 GSettings ignores <choice> and <range>
8969  616720 Chunked quark allocation
8970  616877 Several issues with g_socket_receive_message
8971  616892 gio: Add a boxed type for GFileAttributeMatcher
8972  616967 Add g_regex_get_compile_flags() and g_regex_get_match_flags()
8973  617767 g_settings_[gs]et_strv() 'length' argument has missing docs...
8974  617914 gtester-report: cope with binaries with no test cases
8975  617937 output_stream_close vs output_stream_close_async semantics
8976  615494 Connction timeouts produce partially invalid error messages
8977  617823 glib-compile-schemas problems with an out of source build
8978  617947 glib-mkenums: add @valuenum@ support
8979
8980 * Translation updates:
8981  Galicaian
8982  Norwegian bokmål
8983  Shavian
8984  Spanish
8985
8986
8987 Overview of Changes from GLib 2.25.2 to GLib 2.25.3
8988 ===================================================
8989
8990 * New macro: G_GNUC_DEPRECATED_FOR, a variant of G_GNUC_DEPRECATED
8991   that lets you add replacement information (requires gcc 4.5)
8992
8993 * Rename AM_GSETTINGS autoconf macro to GLIB_GSETTINGS
8994
8995 * Rename gschema-compile utility to glib-compile-schemas
8996
8997 * Add support for timeouts in GSocket
8998
8999 * Bugs fixed:
9000  589989 Compilation error on Solaris 9
9001  616648 Change AM_GSETTINGS macro to GLIB_GSETTINGS
9002  587898 I/O timeouts for GSocket
9003  614541 Add G_TYPE_ERROR boxed type for GError
9004
9005
9006 Overview of Changes from GLib 2.25.0 to GLib 2.25.2
9007 ===================================================
9008
9009 * Include a 'gsettings' utility, for commandline access to GSettings
9010
9011 * Install a AM_GSETTINGS autoconf macro similar to AM_GCONF
9012
9013 * GSettings can bind the writability of a key explicitly
9014
9015 * There is now a predefined boxed type for GError
9016
9017 * Bugs fixed:
9018  615379 g_new macros crash if sizeof(struct_type) == 0
9019  616312 Add m4 rule equivalent to GCONF_SCHEMAS_INSTALL
9020  616295 mapping bug for uint64
9021  616216 glib compile from remote directory fails
9022  615960 Fix size passed to connect() for abstract sockets
9023  616432 Crash in gschema-compile
9024  616331 gsettings-schema-convert uses imaginary types
9025  616309 gsettings-schema-convert should output gettext-domain
9026  616384 Add mention of GConfBridge in conversion docs
9027  616311 gschema-compile outputs in current directory
9028  616276 simplify gschema-compile test setup
9029  616156 keys with unnecessary empty options arrays
9030  616405 gsettings missing g_return_if_fail's
9031  616245 Use G_DEFINE_INTERFACE macro
9032  614541 Add G_TYPE_ERROR boxed type for GError
9033
9034 * Updated translations:
9035  Catalan (Valencian)
9036  Galician
9037  Kannada
9038  Spanish
9039
9040
9041 Overview of Changes from GLib 2.24.0 to GLib 2.25.0
9042 ===================================================
9043
9044 * The GSettings framework has been merged. This provides the API to
9045   replace GConf. DConf will provide a backend implementation for it.
9046   GConf will also provide a backend implementation to ease the
9047   transition. We provide utilities to assist with schema conversion
9048   and data migration, as well as a porting guide.
9049
9050 * Translation updates:
9051  Bengali
9052  Catalan
9053  Danish
9054  Gujarati
9055  Marathi
9056  Thai
9057  Traditional Chinese
9058
9059
9060 Overview of Changes from GLib 2.23.6 to GLib 2.24.0
9061 ===================================================
9062
9063 * Bug fixes:
9064  613601 buglet in dup_close_on_exec_fd
9065  584284 g_data_input_stream_read_until_async behaves confusingly
9066  613748 Write errors in middle of copy cause hang
9067  613923 splice_stream_with_progress: wrong error handling
9068  613667 Typo in GObject documentation
9069  613618 gvariant format string docs unclear
9070
9071 * Translation updates:
9072  Basque
9073  Ukrainian
9074  Vietnamese
9075
9076
9077 Overview of Changes from GLib 2.23.5 to GLib 2.23.6
9078 ===================================================
9079
9080 * Class private data:
9081   - support for private data associated with a GTypeClass
9082
9083 * GVariant merge is now complete:
9084   - loading functions and parser merged
9085
9086 * Windows improvements:
9087   - socket fixes
9088   - various build improvements
9089   - removal of GCC/C99isms in favour of portable code
9090   - drop unmaintained Visual Studio 8 support
9091
9092 * Minor API addition:
9093   - g_desktop_app_info_get_filename()
9094
9095 * Bugs fixed:
9096  521707 Class private data
9097  612502 build fails on glib/tests/gvariant.c
9098  612832 [GDesktopAppInfo] New function g_desktop_app_info_get_filename
9099  612702 [PATCH] Fix GSocket-related crash on Windows
9100  612736 Improve the documentation about single include
9101  610858 gvariant test fails sometimes
9102  612327 uninitialized variable
9103
9104 * New translations:
9105  Afrikaans
9106  LowGerman
9107
9108 * Updated translations:
9109  Czech
9110  Finnish
9111  Galician
9112  Greek
9113  Punjabi
9114  Romanian
9115  Serbian
9116
9117
9118 Overview of Changes from GLib 2.23.4 to GLib 2.23.5
9119 ===================================================
9120
9121 * New API addition: g_malloc_n() and friends used to implement an
9122   overflow-safe family of g_new() macros.
9123
9124 * GVariant:
9125  - GVariantBuilder and GVariantIter are now merged.
9126  - The variable arguments API is now merged.
9127  - The parser will be in a future release.
9128
9129 * GIO:
9130  - Remove GUtf8InputStream (which never appeared in a stable release)
9131    for now since it doesn't satisfy the needs of its main intended use
9132    case.  We hope to reimplement this feature in a better form in a
9133    future release.
9134
9135 * Bugs fixed:
9136  609531 missing licence headers
9137  612107 Missing G_FILE_ATTRIBUTE_TRASH_ORIG_PATH
9138  611897 g_io_modules_scan_all_in_directory leaks
9139  608196 Overflow-safe g_new family
9140  611696 gio uses GetAddrInfo which requires special handing on windows 2k
9141  605667 Don't use G_PARAM_SPEC_VALUE_TYPE when we know the pspec is valid
9142  610860 test_g_file_open_readwrite fails if $HOME is unwritable
9143  552912 glib-2.18 /live-g-file/test_copy_move failed when run as root
9144  609813 Renaming a file discards file notes
9145
9146 * Updated translations:
9147  Basque
9148  Brazilian Portuguese
9149  British English
9150  Bulgarian
9151  Catalan
9152  Danish
9153  Estonian
9154  French
9155  German
9156  Hungarian
9157  Italian
9158  Lithuanian
9159  Norwegian bokmål
9160  Portuguese
9161  Russian
9162  Slovenian
9163  Spanish
9164  Swedish
9165  Traditional Chinese
9166
9167
9168 Overview of Changes from GLib 2.23.3 to GLib 2.23.4
9169 ===================================================
9170
9171 * GVariant: The core of GVariant has been merged now, with some
9172  API still to follow.
9173
9174 * GIO:
9175  - There is a new interface GFileDescriptorBased for file descriptor
9176    based IO. GLocalFile{Input,Output}Stream implement it
9177  - Use splice(2) to transfer data between file descriptors without
9178    extraneous copies
9179  - Add a way to request move events from file monitors
9180
9181 * Bugs fixed:
9182  609143 *result_uncertain is never assigned in g_content_type_guess
9183  604086 Use splice(2) when doing local file copies
9184  547890 No move events for GFileMonitorEvent?
9185  568760 nautilus freezes due to a bug in garray.c:322
9186  609962 Add info about the use of G_DEFINE_INTERFACE
9187  609564 g_base64_encode_close docs should mention outbuf size...
9188  610484 g_variant_equal bug
9189  610131 libasyncns does not compile on Solaris 8
9190  609530 missing single header include guards
9191
9192 * Updated translations:
9193  Czech
9194  Estonian
9195  Galician
9196  German
9197  Korean
9198  Polish
9199  Slovenian
9200  Spanish
9201  Traditional Chinese
9202
9203
9204 Overview of Changes from GLib 2.23.2 to GLib 2.23.3
9205 ===================================================
9206
9207 * GLib now has a facility for locks that consume only one bit of
9208   storage inside an integer: g_bit_lock()
9209
9210 * GVariant: The serializer has been merged, with more API to follow
9211
9212 * Bugs fixed
9213  548967 1 bit mutex lock
9214  604967 2.22.3 libasyncns build fails on HP-UX 11.11
9215  608602 G_VALUE_COLLECT_INIT variables shadow those in G_VALUE_COLLECT
9216  608743 Crash in g_hostname_to_ascii visiting certain website in epiphany
9217  599197 array ref and unref functions crash on NULL array.
9218  608159 mem leak in g_io_modules_scan_all_in_directory
9219
9220 * Translation updates
9221  Brazilian Portuguese
9222  Czech
9223  French
9224  Norwegian bokmål
9225  Slovenian
9226  Spanish
9227  Thai
9228
9229
9230 Overview of Changes from GLib 2.23.1 to GLib 2.23.2
9231 ===================================================
9232
9233 * We are now using gcc builtins for atomic operations when available
9234
9235 * g_assert() grew the ability to store assertions in core dumps
9236
9237 * GIO supports lazy loading of GIO modules, and there is a new
9238   gio-querymodule utility that goes along with this.
9239   Packagers will need to adapt to this.
9240
9241 * Threading changes:
9242  - The requirements for g_thread_init() have been relaxed slightly,
9243    it can be called multiple times, and does not have to be the first
9244    call.
9245  - GObject now links to GThread and threads are enabled automatically
9246    when g_type_init() is called.
9247  - Thread-safety issues with boxed types in GObject have been fixed.
9248
9249 * GObject:
9250  - Another bunch of performance work has landed
9251
9252 * GVariant:
9253  - GVariantType has been merged, with the rest of the GVariant
9254    API to follow.
9255
9256 * Bugs fixed:
9257  568760 nautilus freezes due to a bug in garray.c:322
9258  602417 Document lifecycles of GSimpleAsyncResult and friends
9259  604824 crash in Epiphany: Selecting my Slashdot bo...
9260  448888 don't init g_slice for always-malloc
9261  531902 Use GCC atomic buildins for g_atomic*
9262  554887 boxed type registration is not thread safe
9263  586150 unresolved symbols when building glib 2.21.2 on OS X Tiger
9264  589176 row gvalue transform array exponentially
9265  594872 Support storing assertion messages into core dump
9266  602240 Upgrade libasyncns to 0.8
9267  603590 Speed up G_VALUE_COLLECT
9268  604457 gutf8inputstream.c: increasing unknown size pointer
9269  605686 GCharsetConverter doesn't flush
9270  605733 g_memory_output_stream_new violates GObject standards
9271  605883 g_object_new() processes varargs even when there are none
9272  605977 invalid utf-8 conversion in g_local_file_get_parse_name(...
9273  606775 Enable threads by default in gobject
9274
9275 * Translation updates:
9276  Asturian
9277  Basque
9278  Bengali
9279  Bulgarian
9280  Estonian
9281  Norwegian bokmål
9282  Spanish
9283  Thai
9284  Ukrainian
9285
9286
9287 Overview of Changes from GLib 2.23.0 to GLib 2.23.1
9288 ===================================================
9289
9290 * GObject performance work has landed:
9291  - Construction of simple objects is much faster
9292  - Interface lookup is lock-free and constant-time now
9293  - Reduced locking overhead when dealing with types
9294
9295 * GType now has a G_DEFINE_INTERFACE convenience macro
9296
9297 * GIO gained GUtf8InputStream, an input stream that
9298   performs utf-8 validation
9299
9300 * GLib now has byte-swap macros for gsize and gssize
9301
9302 * Bugs fixed:
9303 557151 Determining the newly_constructed boolean in gobject.c...
9304 557100 Performance improvements for GObjectClasses that don't...
9305 501166 Warning message says IA__g_type_init instead of g_type_init
9306 585375 Performance and Contention problems with g_type_class_ref...
9307 587892 Race in GType when instantiating the same class for the...
9308 603270 Input Stream validating utf8
9309 603476 gioenums.h:62: error: comma at end of enumerator list
9310 603540 g_time_val_from_iso8601 uses uninitialised variable
9311 603982 Stack overflow when reading file async with filter
9312 604645 G_DEFINE_INTERFACE_* documentation is not generated
9313 604875 Use of sa_len conflicts with system header
9314 320482 provide G_DEFINE_TYPE like macros for interfaces
9315
9316 * Updated translations:
9317  Estonian
9318  Hebrew
9319  Norwegian bokmål
9320  Vietnamese
9321  Welsh
9322
9323
9324 Overview of Changes from GLib 2.22.x to GLib 2.23.0
9325 ===================================================
9326
9327 * GIO:
9328  - GConverter: a generic interface for stateful conversions of data,
9329    suitable for charset conversion, compression, decompression, regexp
9330    replacement. Concrete implementations are GCharsetConverter,
9331    GZlibCompressor and GZlibDecompressor. GConverterInputStream,
9332    GConverterOutputStream are stream implementations that convert data
9333    while loading or saving it.
9334  - GMounts can now have a 'default location': a path that reflects
9335    the main entry point for the user (e.g. the home directory).
9336  - As a consequence of the compression support, GIO depends on zlib now.
9337
9338 * GObject:
9339  - G_IMPLEMENT_INTERFACE_DYNAMIC: a convenience macro for adding
9340    interfaces to dynamic types.
9341
9342 * GModule:
9343  - The -pthread flag has been added to all gmodule .pc files, because
9344    it is not generally permissible to load modules that are linked
9345    against libpthread if the program has not been compiled with threading
9346    support.
9347
9348 * Bugs fixed:
9349  601637 GUnixFDMessage should contain a GUnixFDList
9350  585566 GSocketListener API issues
9351  572252 Bug in g_file_test() function.
9352  600550 g_app_info_create_from_commandline doesn't treat arguments properly
9353  541236 not detecting exact content type
9354  350200 [PATCH] GTypeModule derived class unref does not unload plugin
9355  589631 Please enclose literal values with double quotes
9356  577711 cross compile check for g++ broken
9357  600620 Support X-GNOME-FullName in GAppInfo
9358  598899 GWin32DirectoryMonitor is broken
9359  593809 Nautilus does not restore the position of the icons on the desktop...
9360  563627 g_get_prgname() threadsafety
9361  600141 Add -pthread to gmodule pkg-config
9362  593856 file and directory monitors don't work when glib is compiled...
9363  324930 Nautilus should disallow copying of symlink to FAT drive early
9364  587300 Deadlock when calling g_cancellable_disconnect in a...
9365  595138 GFile not robust with invalid input
9366  591216 Warning building resolver.o
9367  590016 Does not compile under MinGW32 + Wine
9368  591214 Warnings building gcancellable.o
9369  561998 Have specific entry points (paths) for mounts...
9370  508157 Add G_IMPLEMENT_INTERFACE_DYNAMIC
9371  535159 g_file_has_parent
9372
9373 * Updated translations:
9374  Brazilian Portuguese
9375  Catalan
9376  Estonian
9377  Galician
9378  Norwegian bokmål
9379  Shavian
9380  Slovenian
9381  Spanish
9382  Swedish
9383
9384
9385 Overview of Changes from GLib 2.22.1 to GLib 2.22.2
9386 ===================================================
9387
9388 * GIO:
9389  - Support case-sensitive globs in the shared mime database,
9390    including support for the newer cache format that allows these.
9391    Case-sensitive globs have been introduced in shared-mime-info
9392    version 0.70
9393
9394 * GObject:
9395  - Speed up creation of simple objects
9396
9397 * Bugs fixed:
9398  597194 Typo in _G_TYPE_CVH macro
9399
9400 * Updated translations:
9401  Russian
9402
9403
9404 Overview of Changes from GLib 2.22.0 to GLib 2.22.1
9405 ===================================================
9406
9407 * Bugs fixed:
9408  596064 Test file marked for translation
9409  595972 possibly invalid search in mime_info_cache_dir_add_...
9410  596561 C99 style of declaration of variable in gmessages.c
9411  596314 g_utf16_to_utf8 returns an invalid UTF8 string
9412  596748 g_async_result_get_source_object returns a new ref
9413  593809 Nautilus does not restore the position of the icons...
9414  593775 uses inotify_init1 unconditionally
9415
9416 * Updated translations:
9417  Bengali
9418  Hebrew
9419
9420
9421 Overview of Changes from GLib 2.21.6 to GLib 2.22.0
9422 ===================================================
9423
9424 * Add gdb python macros to make gobject debugging more pleasant
9425
9426 * Bugs fixed:
9427  579050 Allow making selected critical and warning messages non-fatal
9428  594759 g_socket_send_message fails due to invalid sendmsg params
9429  593941 GNetworkAddress skipping addresses when enumerating
9430  594597 Fix build with srcdir != builddir
9431  595619 Include gdb pretty printers
9432
9433 * Changes that might affect bindings:
9434  - The error parameter of g_simple_async_result_set_from_error has been
9435    made const.
9436
9437 * Updated translations:
9438  Assamese
9439  Bengali India
9440  British English
9441  Bulgarian
9442  Catalan
9443  Czech
9444  Danish
9445  Finnish
9446  Galician
9447  Greek
9448  Gujarati
9449  Hindi
9450  Japanese
9451  Kannada
9452  Malayalam
9453  Marathi
9454  Norwegian bokmål
9455  Oriya
9456  Polish
9457  Punjabi
9458  Romanian
9459  Serbian
9460  Simplified Chinese
9461  Slovenian
9462  Spanish
9463  Tamil
9464  Telugu
9465  Thai
9466  Traditional Chinese
9467  Ukrainian
9468  Vietnamese
9469
9470
9471 Overview of Changes from GLib 2.21.5 to GLib 2.21.6
9472 ===================================================
9473
9474 * Minor API additions:
9475   g_mkstemp_full is a variant of g_mkstemp that allows to specify flags
9476   and permissions
9477
9478 * Bugs fixed:
9479  593232 g_rand_new: read no more than requested from /dev/urandom
9480  591995 use saved errno
9481  589491 g_time_val_from_iso8601 doesn't handle some cases
9482  593406 Permissions set to 777 after copying via Nautilus
9483  594034 Add g_mkstemp_full()
9484
9485 * Updated translations:
9486  Assamese
9487  Basque
9488  Brazilian Portuguese
9489  Czech
9490  Estonian
9491  French
9492  German
9493  Hungarian
9494  Italian
9495  Kannada
9496  Malayalam
9497  Marathi
9498  Norwegian bokmål
9499  Oriya
9500  Portuguese
9501  Swedish
9502  Tamil
9503  Turkish
9504
9505
9506 Overview of Changes from GLib 2.21.4 to GLib 2.21.5
9507 ===================================================
9508
9509 * A performance problem with trashing of many files has been fixed
9510
9511 * GResolver now invalidates the libc resolv.conf cache as needed
9512
9513 * Minor api additions:
9514  - g_cancellable_make_pollfd returns a boolean now. And there is a
9515    new function g_cancellable_release_fd that can be used to released
9516    the resources used by a GCancellable.
9517
9518 * Bugs fixed:
9519  589988 Compilation error on Solaris 9 (missing stdint.h)
9520  588901 gtcpconnection.c won't compile
9521  584246 GResolver needs to call res_init() when network state changes
9522  591714 Figure out failure handling for g_cancellable_make_pollfd()
9523  591532 redundent '/' returned from g_file_resolve_relative_path
9524  591378 Use MSG_NOSIGNAL in GSocket if it's available
9525  589649 API documentation migration for Base64 Encoding
9526  591840 configure fails with autoconf 2.64
9527
9528 * Updated translations:
9529  Basque
9530  Brazilian Portuguese
9531  Bulgarian
9532  Danish
9533  Estonian
9534  Finnish
9535  Galician
9536  Gujarati
9537  Hndi
9538  Irish
9539  Japanese
9540  Korean
9541  Norwegian bokmål
9542  Polish
9543  Portuguese
9544  Punjabi
9545  Spanish
9546  Swedish
9547  Telugu
9548  Traditional Chinese
9549  Thai
9550
9551
9552 Overview of Changes from GLib 2.21.3 to GLib 2.21.4
9553 ===================================================
9554
9555 * GTree is now refcounted
9556
9557 * Bugs fixed:
9558  587938 Undocumented limitation for g_str_equal
9559  587773 refcounts for GTree
9560
9561 * Updated translations:
9562  French
9563  Hebrew
9564  Norwegian bokmål
9565  Spanish
9566  Swedish
9567  Traditional Chinese
9568  Ukrainian
9569
9570
9571 Overview of Changes from GLib 2.21.2 to GLib 2.21.3
9572 ===================================================
9573
9574 * GMappedFile is refcounted now
9575
9576 * Mainloop: It is now possible to set per-thread default contexts,
9577   with g_main_context_push_thread_default.
9578
9579 * glib-mkenums supports a @basename@ substitution, in addition
9580   to @filename@.
9581
9582 * GIO:
9583  - Vfs implementations can support storing of per-file metadata.
9584  - GCancellable can now be subclassed.
9585  - Unmount and eject methods now optionally allow interaction, via
9586    variants that take a GMountOperation object.
9587
9588 * Bugs fixed:
9589  556706 Inconsistent help arguments -h, -?
9590  579449 FileChoosers no longer work if an idle handler is active
9591  579933 mainloop FD_CLOEXEC has a race condition
9592  579984 alternate GMainContext support
9593  585937 gio/gsocket.c (glib 2.21.2) does not compile (Windows/mingw)
9594  586675 Runtime library location
9595  586797 Add GCancellables to GSocket ops
9596  586868 g_filename_complete_get_completions doesn't always return...
9597  587415 g_resolver_lookup_by_name_finish returns a freed list
9598  587434 regression tests fail, at least on x86_64
9599  586928 Avoid g++ warning in g_error()
9600
9601 * Updated translations:
9602  Estonian
9603  Hebrew
9604
9605
9606 Overview of Changes from GLib 2.21.1 to GLib 2.21.2
9607 ===================================================
9608
9609 * GIO:
9610   - g_socket_speaks_ipv4 is a new function to check if a socket can
9611     speak IPv4.
9612   - g_socket_listener_add_address gained a new effective_address out
9613     parameter.
9614   - GIO now returns special icons for XDG user directories, by the
9615     name folder-music, folder-documents, etc.
9616   - GIO gained support for starting/stopping of drives, which can be used
9617     in connection with external hard disk enclosures, disk arrays, iSCSI
9618     devices, etc. See g_file_start/stop_mountable.
9619
9620 * GLib:
9621  - g_reload_user_special_dirs_cache is a new function to force GLib to
9622    reload the XDG user directory mapping from disk.
9623
9624 * Bug fixes:
9625  584574 glib compile failure on Mac OS X with gunixresolver.c and...
9626  585566 GSocketListener API issues
9627  584255 Incorrect freeing of thread pool in GThreadedSocketService
9628  585088 g_string_chunk_insert_len stops at nul bytes
9629  585360 Monitor fontconfig configuration files using gio causes m...
9630  580103 Terminal starts on Display :0.0 when started on :0.1 in D...
9631  580301 network: a few issues on old darwin
9632  583398 SRV weight sorting is incorrect
9633  584176 build fixes on FreeBSD
9634  585189 g_cancellable_reset() must be called in same thread as g_...
9635  585280 compilation dies on gio/gsocket.c, needs sys/uio.h to con...
9636  585281 gio/gunixfdmessage.c needs sys/types.h for platforms that...
9637  585478 don't leak the inotify fd
9638  585575 g_socket_listener_add_inet_port() doesn't do the right thing
9639  585599 g_socket_listener_add_socket() consumes the socket
9640  585676 GEmblem doesn't reference its 'icon' if that is set as a ...
9641  585717 "bytes" nautilus translation to french is not shown in th...
9642  541276 XDG directories should have their own icons
9643  585726 Grammatical error in GList documentation
9644  585520 Wrong warning option in documentation
9645  585673 GNOME Goal: Remove deprecated glib symbols
9646  585591 Starting/stopping drives
9647
9648 * Updated translations:
9649  Bengali India
9650  Norwegian bokmål
9651
9652
9653 Overview of Changes from GLib 2.21.0 to GLib 2.21.1
9654 ===================================================
9655
9656 * GIO:
9657  - Support for network IO has been added, including a low-level
9658    socket API and a high-level API for network connections and
9659    services.
9660  - Support for read-write access with GIOStream and its subclasses.
9661  - GMount gained a pre-unmount signal.
9662
9663 * Bug fixes:
9664  576104Implement GMount::pre-unmount
9665  578769 implement GWinHttpFileInputStream::close_fn
9666  582856 gsocket.c doesn't compile on Solaris
9667  569375 g[u]intptr undocumented
9668  573246 [FIX] g_desktop_app_info_dup() can access NULL pointer
9669  575013 g_cancellable_push_current() does not allow NULL
9670  577884 live-g-file.c:461: error: format ‘%d’ expects type ...
9671  578499 g_output_stream_splice and stream closing with gnio strea...
9672  579558 Application employing gvfs crashes with only libgvfscommo...
9673  583001 SIGPIPE (grr!)
9674  583061 Please add convenience function to connect to machines by...
9675  583198 typo in error message
9676  583206 use g_set_error_literal where appropriate
9677  583229 void function g_async_initable_init_async returns value
9678  583324 locking problem in g_main_context_iterate()
9679  583408 void function g_socket_control_message_serialize returns ...
9680  578786 wrong and confusing error message
9681  583205 g_inet_address_to_bytes has no length outparam
9682  583196 mem leak in keyfile test
9683  583663 GSocketType enum ends with a comma
9684  569024 Make g_error_new_valist public
9685  569376 missing G_G[U]INTPTR_FORMAT
9686  580347 off-by-1 bug in GWinHttpFile
9687
9688 * Updated translations:
9689  Oriya
9690  Spanish
9691  Valencian-Catalan
9692
9693
9694 Overview of Changes from GLib 2.20.x to GLib 2.21.0
9695 ===================================================
9696
9697 * GIO:
9698  - New helper functions g_cancellable_connect/disconnect to avoid
9699    race conditions when connecting to the "cancelled" signal on
9700    GCancellable.
9701  - New types and methods for dealing with IPv4 and IPv6 addresses (and
9702    UNIX domain socket addresses under UNIX). This does not include code
9703    for actual socket I/O.
9704  - GResolver provides asynchronous and cancellable APIs for resolving
9705    hostnames, reverse lookup of IP addresses and resolving SRV records.
9706
9707 * Glib now provides hash and comparison functions for int64 and double
9708   types, suitable for use with GHashTable.
9709
9710 * GArray, GPtrArray and GByteArray can be ref counted now, and have
9711   boxed types.
9712
9713 * Bugs fixed:
9714  572844 Helper for GCancellable::cancelled connect/disconnect
9715  578363 goption docs should be improved
9716  548466 async/cancellable DNS resolver
9717  579830 param spec strings should use P_()
9718  579862 requesting xattr::foo ends up calling getxattr(..., user...
9719  580453 Hash and equal functions for gint64 and gdouble
9720  580450 Reference counting and boxed types for arrays
9721  580194 gresolver doesn't build on Solaris
9722  580301 network: a few issues on old darwin
9723  580299 network: include sys/types.h before sys/socket.h to insur...
9724  572508 gmarkup speedup
9725  580546 g_strtoull() referenced in documentation...
9726  580656 g_key_file_set_string_list erroneously asserts list != NULL
9727  579272 leaks in g_simple_async_result_set_op_res_gpointer
9728
9729
9730 * Updated translations:
9731  Catalan (ca)
9732  Pashto (ps)
9733  Spanish (es)
9734
9735
9736 Overview of Changes from GLib 2.20.0 to GLib 2.20.1
9737 ===================================================
9738
9739 * Bug fixes:
9740  575555 Use fsync() when replacing files to avoid data loss on
9741  575708 runaway inotify madness
9742  575270 GVolumeMonitor::mount-pre-unmount not being emitted
9743  577128 glib make check Failed to execute child process...
9744  573673 Always show "backup" directories
9745  578369 g_time_val_from_iso8601() parses timezones incorrectly
9746  578002 Fix a small typo in GFile docs
9747  578017 G_DEFINE_TYPE_EXTENDED docs
9748
9749 * Updated translations:
9750  Arabic
9751  Assamese
9752  Basque
9753  Bularian
9754  Brazilian Portuguese
9755  British English
9756  Catalan
9757  Danish
9758  French
9759  Galician
9760  German
9761  Greek
9762  Hungarian
9763  Italian
9764  Japanese
9765  Kannada
9766  Lithuanian
9767  Malayalam
9768  Norwegian bokmål
9769  Oriya
9770  Polish
9771  Punjabi
9772  Russian
9773  Simplified Chinese
9774  Slovenian
9775  Spanish
9776  Swedish
9777  Tamil
9778
9779
9780 Overview of Changes from GLib 2.19.9 to GLib 2.20.0
9781 ===================================================
9782
9783 * Base64 support: Avoid integer overflows. CVE-2008-4316
9784
9785 * Bugs fixed:
9786  574019 GChecksum: document and guarantee hex characters in lower case
9787  573454 Unable copy/move files to directories symlinked to gvfs share
9788  561172 gnome-open fails on local URIs with anchors
9789  573970 crash in gunixvolumemonitor:update_mounts when unmounting
9790  573843 g_get_current_dir returns non-absolute path
9791
9792 * Updated translations:
9793  Assamese (as)
9794  Bengali (bn_IN)
9795  Czech (cs)
9796  Hindi (hi)
9797  Italian (it)
9798  Japanese (ja)
9799  Lithuanian (lt)
9800  Malayalam (ml)
9801  Marathi (mr)
9802  Oriya (or)
9803  Polish (pl)
9804  Romanian (ro)
9805  Telugu (te)
9806
9807
9808 Overview of Changes from GLib 2.19.8 to GLib 2.19.9
9809 ===================================================
9810
9811 * GMarkup:
9812  - Considerable speedup
9813
9814 * GIO
9815  - Add G_FILE_CREATE_REPLACE_DESTINATION flag to allow replacing
9816    the destination of a copying operation as if it did not exit before.
9817  - Be more careful when classifying files as desktop files
9818  - Support desktop file key X-GIO-NoFuse which disables the use
9819    of fuse pathnames for %u and %U arguments
9820
9821 * Bugs fixed:
9822  572672 glib/gthread.c: argument is different type
9823  572464 Doc for g_file_get_contents
9824  572151 “it's” and “its” confused in docs and comments
9825  570501 g_win32_get_system_data_dirs uses invalid conversion...
9826  167569 g_string_append_printf crashes on win32 when used...
9827  572508 gmarkup speedup
9828  560564 Replacing a symlink with its linked file truncates... 
9829  549298 impossible to copy files with p (pipe) flag
9830  543183 Clarify docs for g_file_has_prefix
9831  540461 g_memory_output_stream_get_data_size() doesn't behave...
9832  573462 GEmblemedIcon leak
9833  573421 Clarify message format in GMountOperation
9834  573658 Deadlock in giomodule.c
9835  556706 Inconsistent help arguments -h, -?
9836  573527 Wrong shell to run config.status in Makefile.in.in
9837  573128 A couple of typos in GObject documentation
9838
9839 * Updated translations:
9840  Catalan (ca)
9841  British English (en_GB)
9842  Spanish (es)
9843  Basque (eu)
9844  Finnish (fi)
9845  French (fr)
9846  Gujarati (gu)
9847  Hebrew (he)
9848  Hungarian (hu)
9849  Korean (ko)
9850  Maithili (mai)
9851  Norwegian bokmål (nb)
9852  Dutch (nl)
9853  Portugese (pt)
9854  Swedish (sv)
9855  Thai (th)
9856  Traditional Chinese (zh_HK)
9857  Traditional Chinese (zh_TW)
9858
9859
9860 Overview of Changes from GLib 2.19.7 to GLib 2.19.8
9861 ===================================================
9862
9863 * GIO: Fix missing exports of new API
9864
9865 * Fix strict aliasing warnings and violations to make Glib work
9866   with gcc 4.4
9867
9868
9869 Overview of Changes from GLib 2.19.6 to GLib 2.19.7
9870 ===================================================
9871
9872 * GIO
9873  - GFile gained an attribute for the actual file size in bytes
9874  - GMountOperation gained an "aborted' signal that allows to abort
9875    a mount operation from the backend side
9876
9877 * Bugs fixed:
9878  523742 Use noinst for non-installable libraries
9879  566747 URIs opened with firefox %u load as local files
9880  541225 Can't compile gio on AIX duplicate case value in gioerror.c
9881  571598 GAsyncResult with NULL gobject
9882  505042 add file attribute for actually used file size in bytes
9883
9884 * Updates translations:
9885  Basque (eu)
9886  Gujarati (gu)
9887  Italian (it)
9888  Japanese (ja)
9889  Norwegian bokmål (nb)
9890  Dutch (nl)
9891  Portugese (pt)
9892  Thai (th)
9893  Vietnamese (vi)
9894
9895
9896 Overview of Changes from GLib 2.19.5 to GLib 2.19.6
9897 ===================================================
9898
9899 * New format macro to print goffset data: G_OFFSET_FORMAT
9900
9901 * GIO: 
9902  - Add a GFilter{Input,Output}Stream::close-base-stream properties which
9903    determine whether the base stream will be closed when the filter stream
9904    is finalized.
9905  - g_data_input_stream_read_line and ..._read_until have asynchronous
9906    variants now.
9907
9908 * Bugs fixed:
9909  568294 A wrong reference in the description of g_bookmark_file_...
9910  563141 RFE: define G_OFFSET_FORMAT
9911  569105 g_time_val_to_iso8601() assumes time_t==long
9912  568394 dropping the last reference to a stream filter closes...
9913  568741 g_buffered_input_stream_fill_async doesn't work
9914  568723 g_buffered_input_stream_fill_async doesn't take count == -1
9915  568575 _async functions for GDataInputStream
9916
9917 * Updated translations:
9918  Bulgarian (bg)
9919  Finnish (fi)
9920  Hungarian (hu)
9921  Oriya (or)
9922  Swedish (sv)
9923  Traditional Chinese (zh_HK)
9924  Traditional Chinese (zy_TW)
9925
9926
9927 Overview of Changes from GLib 2.19.4 to GLib 2.19.5
9928 ===================================================
9929
9930 * Update included PCRE to 7.8
9931
9932 * g_base64_decode_inplace: New function to do base64 decoding in place
9933
9934 * Bugs fixed:
9935  567138 get_package_directory_from_module() does not free ...
9936  566569 gregex docs clarification
9937  566573 g_match_info_fetch_pos docs
9938  564728 Add function to decode base64 encoded data in place
9939  567838 G_STRUCT_OFFSETOF fails to compile under icc 9.1
9940  567977 textdomain() macro should not return NULL ...
9941  512779 --disable-regex breaks compilation
9942  566770 error code 0 for Too many open files is useless
9943  565484 g_content_type_guess passes non-UTF8 text to XDG ...
9944
9945 * Updated translations:
9946  Catalan (ca)
9947  Spanish (es)
9948  Italian (it)
9949  Swedish (sv)
9950
9951  
9952 Overview of Changes from GLib 2.19.3 to GLib 2.19.4
9953 ===================================================
9954
9955 * GIO:
9956   - Use O_NOATIME when sniffing mimetypes
9957   - Add a convenience method to check if a GSimpleAsyncResult
9958     is valid
9959
9960 * Bugs fixed:
9961  560676 function access for g_threads_supported
9962  565905 There is no g_context_group_set_translation_domain
9963  564210 SUN Studio 12 has supported visibility attribute
9964  565136 GObject's "notify" signal parameters are wrong in gtk-doc
9965  565831 error in interface creation sample
9966  566348 g_file_open_tmp uses the wrong g_mkstemp on win32
9967  566064 Add NOATIME flag to query_info_flags
9968  566170 g_async_result_verify_source_object
9969
9970 * Updated translations:
9971  Spanish (es)
9972  Norwegian bokmål (nb)
9973  Brazilian Portugese (pt_BR)
9974  Simplified Chinese (zh_CN)
9975
9976
9977 Overview of Changes from GLib 2.19.1 to GLib 2.19.3
9978 ===================================================
9979
9980 * Bugs fixed:
9981  508021 Add support for the CRIS and CRISv32 architectures
9982  526320 should not list mounts that the user doesn't have permission to use
9983  558458 Cannot build gio tests on Solaris using SUN cc
9984  555465 GUnix{Input,Output}Stream lacks fd/close_fd_at_close property
9985  558298 Hide ecryptfs mounts
9986  515777 incorrect date&time on copy
9987  562452 Ensure we return G_IO_ERROR_CANCELLED if cancelling
9988         g_simple_async_result_run_in_thread
9989  473150 g_type_module_use inconsistently increases the use
9990         counter in case of error
9991  563150 G_GU?INT*_MODIFIER/FORMAT docs
9992  563156 Document printing and scanning gunichar values
9993
9994 * Updated translations:
9995  Hebrew (he)
9996  Italian (it)
9997  
9998
9999 Overview of Changes from GLib 2.19.0 to GLib 2.19.1
10000 ===================================================
10001
10002 * GIO: 
10003   - g_icon_to_string, g_icon_new_for_string: GIcon serialization support
10004   - G_FILE_ATTRIBUTE_PREVIEW_ICON: new file attribute for preview images
10005   - g_app_info_get_commandline: new function to get the full commandline
10006   - g_mount_shadow, g_mount_unshadow, g_mount_is_shadowed: New functions 
10007     to 'shadow' mounts (i.e. hide them from the UI when they already
10008     have a different representation, like a bookmark) 
10009
10010 * Bugs fixed:
10011  556186 gpoll.h breaks gmain.h inclusion
10012  557087 mem leak in g_content_types_get_registered
10013  556921 gpoll.h breaks hal compilation
10014  557210 g_compute_checksum_for_* asserts with less than 2 bytes
10015  558381 Add support for compile time assertions
10016  558185 'parent' variable in g_local_file_get_child_for_display_name()
10017         hits g_object_unref(NULL) assertion
10018  558513 g_warn_if_fail FIXME in gtestutils
10019  558672 NULL key lookup using g_hash_table_lookup_extended() 
10020  555740 gicon serialization
10021  557182 preview functionality
10022  528320 Incorrect icons displayed for files with custom mimetype icons
10023  556910 Memory leak: sub
10024  557592 Missing include in gwinhttpfile.c
10025  556415 Crash on Windows 2000 in g_winhttp_vfs_init()
10026  555935 Clarify the mechanism of overwriting properties
10027  552776 ac_cv_func_posix_getgrgid_r not mentioned
10028  559448 GObject Reference Manual (typo)
10029  561212 GFileReadMoreCallback API doc refers to non-existant function
10030  560569 gkeyfile doesn't use the set list_separator in some cases
10031  560568 gkeyfile docs buglet
10032  559413 g_option_group_set_error_hook docs buglet
10033  562378 callback return value not respected for callback option
10034         with no arg
10035  559110 Do not include libintl.h after glibintl.h
10036  557603 carbon check output misplaced
10037  562544 g_key_file_get_string and g_key_file_get_value
10038         documentation does not explain the difference
10039  547264 Missing "no flags" flag
10040  562638 GDebugKey key member should be const
10041  562639 g_parse_debug_flags() parsing "help"
10042  562549 g_byte_array_free should tell how free data
10043  559452 GObject Reference Manual (typo)
10044  559462 GObject Reference Manual (typo)
10045  559517 GObject Reference Manual (typo)
10046  562538 GObject interface tutorial shouldn't finalise with
10047         "Please forget everything"
10048  561352 Leak of icon description
10049  561375 Leaks mountpoint description
10050  561807 inotify_sub.c: dup_dirname() fails to remove trailing '/'
10051  562393 g_buffered_input_stream_read_byte broken if data available
10052  541715 win32 : patch for warnings and signature problems in recent code
10053  547481 g_data_input_stream_read_line behaves not as stated in the docs
10054  548163 Nautilus displays wrong error message for too long file names
10055  559633 gtk_image_new_from_gicon does not always work for .desktop files
10056  555486 – No way to recover command line from GAppInfo
10057
10058 * Translation updates:
10059  Spanish (es)
10060  Ukrainian (uk)
10061
10062
10063 Overview of Changes from GLib 2.18.1 to GLib 2.19.0
10064 ===================================================
10065
10066 * Rewrite GHashTable to use open addressing with quadratic probing instead 
10067   of chaining. This has the potential to reduce memory fragmentation 
10068   significantly, while being slightly faster due to better locality and 
10069   no need to call alloc/free functions for nodes. Benchmarks suggest it 
10070   also uses less memory overall.
10071
10072 * Make g_poll available as public api
10073
10074 * New macros g_assert_error and g_assert_no_error to assert 
10075   that a GError is set or unset
10076
10077 * g_cancellable_make_pollfd: New method to make a GPollFD for a cancellable
10078
10079 * g_app_info_can_delete, g_app_info_delete, g_app_info_reset_type_associations:
10080   New functions to clean up app infos and content types
10081
10082 * When launching applications, always pass fuse file:// uris when possible,
10083   and let gio convert such uris back to gio uris.
10084
10085 * Bugs fixed:
10086  505361 gunixinputstream.c assumes poll() available
10087  509446 portable blocking gio cancellation
10088  553820 gpoll.c: undeclared identifier
10089  553724 python interpretter path not patched in correctly
10090  553857 gbacktrace.h requires signal.h
10091  553447 g_assert_no_error()
10092  554092 glib doesn't return G_FILE_ERROR_NOENT et al on OS X
10093  528670 Always pass file:/// uri's in GAppLaunchContext
10094  555224 Improve g_format_size_for_display doc
10095  555309 giochannel breaks on error
10096  554790 g_convert() misbehaves with winiconv versions
10097  555314 mem leak in gmarkup
10098  555313 GFileAttribute boxed type get_type function should...
10099  552861 glib-2.0.m4 calls system(3) without storing its result
10100  554557 Patch to fix gcc warnings about missing format specifiers
10101  552107 Small libtool fixes
10102  551355 Make glib build with libtool 2.2
10103  555311 format not a string literal and no format arguments
10104  556101 static mutex yields warnings with g++
10105  556186 gpoll.h breaks gmain.h inclusion
10106  526456 Open addressing in GHashTable
10107  553426 cancellable clarifications
10108  545350 GAppInfo deletion
10109  545351 Reset associations for content type
10110  552168 volume's mount not mounted after g_volume_mount_finish
10111  554970 segfault when update-desktop-database is not available...
10112  554745 GFileAttributeInfoList should be boxed
10113  555121 Improved build-time handling of gio module-dir
10114  555711 Wrong fallback order of mimetype icons
10115  555331 Deprecate adoption of mounts
10116  556335 make check fails in abicheck.sh
10117  556334 Warning when building without selinux support
10118  556422 g_file_enumerator_next_file: unclear...
10119
10120 * Updated translations:
10121  Arabic (ar)
10122  Danish (da)
10123  Polish (pl)
10124  Brazilian Portugese (pt_BR)
10125  Romanian (ro)
10126  Russian (ru)
10127
10128
10129 Overview of Changes from GLib 2.18.0 to GLib 2.18.1
10130 ===================================================
10131
10132 * Bugs fixed:
10133  550433 g_test_init doesn't recognize --help
10134  523463 Core dump in gmain.c:2482:IA__g_main_context_check
10135  551228 G_STRFUNC on recent Sun compiler should be expanded...
10136  551410 gtestutils.c: using printf without prototype
10137  551731 g_date_set_time[_t] docs should mention what timezone
10138  548321 <string.h> is not included in gi18n-lib.h
10139  551149 xdgmime mem leak
10140  550647 synchronous pipe I/O when reading mount reply
10141  551887 Docs for g_desktop_app_info_new_from_filename aren't...
10142  551681 g_content_type_guess() too naive with filenames
10143  552352 g_app_info_launch doesn't work if "Path" key...
10144  551408 gmodule.def generated to builddir...
10145  552359 g_file_info_get_icon should return GThemedIcon, and...
10146
10147 * Updated translations:
10148  Arabic (ar)
10149  Bengali India (bn_IN)
10150  British English (en_GB)
10151  Hindi (hi)
10152  Croatian (hr)
10153  Korean (ko)
10154  Oriya (or)
10155  Turkish (tr)
10156  Telugu (te)
10157
10158
10159 Overview of Changes from GLib 2.17.7 to GLib 2.18.0
10160 ===================================================
10161
10162 * Win32:
10163   - rework the g_poll() implementation to match poll() semantics more closely
10164
10165 * Bugs fixed:
10166  324234 Using g_io_add_watch_full() to wait for connect() to return...
10167  548278 Async GETs connections are always terminated unexpectedly...
10168  500246 Bug fixes for giowin32
10169  523939 Example program for GValue
10170  550096 GBookmarkFile parser is not forward compatible
10171  550040 Move GString, rand and printf tests to the unit test framework
10172  550104 trivial documentation fix for g_get_home_dir
10173  548988 g_file_replace fails on Windows when the target file exists
10174  550059 Wrong docs for g_emblemed_icon_add_emblem
10175  548800 Missing a g_object_get_type function
10176  550056 Missing documentation for g_emblemed_icon_get_emblems
10177
10178 * Updated translations:
10179  Bulgarian (bg)
10180  Czech (cs)
10181  German (de)
10182  Estonian (et)
10183  Basque (eu)
10184  French (fr)
10185  Hebrew (he)
10186  Hungarian (hu)
10187  Italian (it)
10188  Japanese (ja)
10189  Lithuanian (lt)
10190  Maithili (mai)
10191  Dutch (nl)
10192  Swedish (sv)
10193  Thai (th)
10194  Ukrainian (uk)
10195  Vietnamese (vi)
10196
10197
10198 Overview of Changes from GLib 2.17.6 to GLib 2.17.7
10199 ===================================================
10200
10201 * More fixes for 64-bit Windows
10202
10203 * GIO
10204  - Add a vfs implementation for HTTP and HTTPS URIs on Windows
10205
10206 * Bugs fixed:
10207  546329 API docs for g_utf8_normalize() are incorrect
10208  546876 Modify GMarkup parser to accept &#x1; .. &#x1f;
10209  547200 g_utf8_find_next_char() issues
10210  547637 unconditional #include of sys/statfs.h in configure
10211  547337 G_DISABLE_DEPRECATED breaks tests build
10212  547832 gtk+-2.12.11 fails to build - AC_PROG_MMAP too strict
10213  502498 Test framework assertion failures should follow gcc
10214  546371 Improve docs re g_file_monitor
10215  546483 GThemedIcon:use-default-fallbacks is not readable without...
10216  546132 GFileIcon is bindings-unfriendly
10217  542156 zfs mount in home directory shown on nautilus desktop 
10218  535124 umask 002 not being applied for new directories...
10219  547080 g_file_copy leaks expected errors
10220  546582 Callbacks from GFileMonitor present a GFile...
10221  547262 Missing link in the docs
10222
10223 * Updated translations:
10224  Arabic (ar)
10225  Catalan (ca)
10226  Spanish (es)
10227  Basque (eu)
10228  Finnish (fi)
10229  Galician (gl)
10230  Hebrew (he)
10231  Marathi (mr)
10232  Norwegian bokmål (nb)
10233  Portugese (pt)
10234  Brazilian Portugese (pt_BR)
10235  Swedish (sv)
10236  Thai (th)
10237
10238
10239 Overview of Changes from GLib 2.17.4 to GLib 2.17.6
10240 ===================================================
10241
10242 * Fix problems on 64-bit Windows
10243
10244 * g_markup_context_get_user_data: New function to access
10245   the user_data outside of callbacks
10246
10247 * GIO
10248  - g_mount_guess_content_type_sync: synchronous version of
10249    g_mount_guess_content_type
10250  - GEmblem: A GIcon implementation that adds emblem-related
10251    metadata to icons
10252  - GEmblemedIcon: A GIcon implementation that can add emblems
10253    to icons
10254
10255 * Bugs fixed:
10256  544088 option_test_LDADD is left in tests/Makefile.am
10257  544465 gmarkup makes it hard to use pre-rolled parsers
10258  545485 Implicit declaration of utime()
10259  545798 "Since: 2.18" mark is missing in g_set_error_literal...
10260  544140 fam-helper 64-bit issue
10261  529694 SELinux context setting support
10262  545157 wrong/no list of "open with" applications for .cc...
10263  545203 gfile.c: argument is different type
10264  545457 gdmsetup crashed with SIGSEGV in g_unix_mount_guess...
10265  544177 Fix trivial cut and paste error in documentation
10266  545395 Language tweak for g_value_set_string* docs
10267  541036 Gnumeric crashes when trying to open Desktop...
10268  546079 leak in xdgmime
10269  545395 Language tweak for g_value_set_string* docs
10270  546017 Don't copy attributes when copying a symlink
10271
10272 * Updated translations:
10273  Arabic (ar)
10274  Estonian (et)
10275  Galician (gl)
10276  Italian (it)
10277  Japanese (ja)
10278  Korean (ko)
10279  Norwegian bokmål (nb)
10280  Pashto (ps)
10281  Portugese (pt)
10282
10283
10284 Overview of Changes from GLib 2.17.3 to GLib 2.17.4
10285 ===================================================
10286
10287 * GIO:
10288  - New API to handle content types: g_mount_guess_content_type,
10289    g_content_type_guess_for_tree.
10290  - Export the eject-button signal on the volume monitor class
10291  - New API to enable out-of-process volume monitors: 
10292    g_volume_get_activation_root
10293
10294 * GObject:
10295  - New API to handle signals without slots in the class structure:
10296    g_signal_new_class_handler, g_signal_override_class_handler   
10297
10298 * Internationalization:
10299  - Add an NC_ macro that is a no-op equivalent of C_
10300
10301 * GMarkup:
10302  - Add two new functions g_markup_parse_context_push,
10303    g_markup_parse_context_pop to support "subparsers"
10304
10305 * Bugs fixed:
10306  541208 Functions to easily install and use signals without...
10307  541507 Ambiguous description of assigned characters in the...
10308  543040 async reading on dummy file will crash on GIO_USE_VFS=local
10309  543560 enable gio-FEN back-end warnings on Solaris will crash...
10310  528317 GRegex does not allow recursion limit
10311  337518 GMarkup: Subparser support
10312  541794 drive-eject-button signal
10313  541793 activation root for volumes
10314  467707 test_iconv_state() in tests/convert-test.c fails on AIX 5.3
10315  428048 2 of 51 tests fail on Solaris
10316  542332 small fix for error message in GMarkup
10317  482413 get_contents_stdio -- overflow and memory corruption
10318  406120 g_ascii_strtod
10319  334234 "printf" format error
10320  536996 Missing noop i18n macro equivalent to C_
10321  540616 mem leak in filechooser button
10322  539229 gobject-query calls itself query
10323  521589 [RFC] gobject documentation should mention Vala
10324  543168 Description of G_SLICE=debug-blocks discourages its use
10325  543220 Case collision on gio-extension-points.html
10326  530759 update the gobject tutorial to the XXI century
10327  535223 gbookmark file inefficiency ...
10328  543504 crash in Epiphany Web Browser: Opening local file
10329
10330 * Updated translation:
10331  German (de)
10332  Estonian (et)
10333  Pashto (ps)
10334  Albanian (sq)
10335  Thai (th)
10336  Traditional Chinese (zh_HK)
10337  Traditional Chinese (zh_TW)
10338
10339
10340 Overview of Changes from GLib 2.17.1 to GLib 2.17.3
10341 ===================================================
10342
10343 * PCRE
10344  - fix for CVE-2008-2371 
10345
10346 * Bugs fixed:
10347  538119 glib's mainloop leaks a pipe to sub-processes
10348  537635 Corrections and improvements to g_time_val_{to,from}_iso8601
10349  539067 The document g_io_channel_win32_new_fd() says...
10350  535949 annotate g_strip_context and g_dpgettext with G_GNUC_FORMAT
10351  539123 annotate g_d[n]gettext with G_GNUC_FORMAT
10352  539074 Cannot get exit status with g_spawn_command_line_sync
10353  316221 G_LOCK warns about breaking strict-aliasing rules
10354  539770 migrate gstrfunc unit tests to gtest
10355  539626 Update docstrings for g_object_freeze_notify and g_object_thaw_notify
10356  538044 unconditional use of LC_MESSAGES
10357  540545 Monotonic time and timer offset
10358  535947 want g_set_error_literal
10359  539999 glibconfig.h: add GLIB_USING_SYSTEM_PRINTF 
10360  536252 GFileEnumerator should allow access to the containing GFile
10361  538362 Get Win32 icons back in the file chooser
10362  540802 g_list_prepend doesn't concat lists
10363  540423 unrecoverable error after g_seekable_truncate
10364  538836 make check failure on PPC and ALPHA: pltcheck.sh on g_atomic_pointer_get
10365  539090 g_content_type_from_mime_type() should unalias
10366  540331 g_file_append_to () documentation: can return NULL
10367  534639 add g_desktop_app_info_new_from_keyfile
10368  536733 gio build failure on Irix
10369  536160 Add g_file_monitor()
10370  538127 FileChooser broken on win32
10371  531476 /live-g-file/test_traverse_structure test fails on Mac HFS+
10372  538564 gio should have gio-types.h
10373  540047 glib-genmarshal.c: '#include <io.h>' is too before
10374
10375 Updated translations:
10376  Korean (ko)
10377  Occitan (oc)
10378
10379
10380 Overview of Changes from GLib 2.17.0 to GLib 2.17.1
10381 ===================================================
10382
10383 * New function: g_utime(), a gstdio wrapper for utime()
10384
10385 * New functions: g_dgettext() and g_dngettext(), wrappers
10386   for corresponding gettext functions with added functionaliy
10387
10388 * Support the latest version of the shared-mime spec, including
10389   icons for mime types 
10390
10391 * New function: g_themed_icon_prepend_name()
10392
10393 * Bugs fixed: 
10394  535418 Please document which glib version defines goffset
10395  528715 Misprint in the description of the interface g_type_class_add_private
10396  528714 Misprint in the description of the interface g_param_spec_flags
10397  537260 Doc bug in G_TYPE_INSTANCE_GET_CLASS()
10398  530527 Misprint in the description of the interface 
10399         g_cclosure_marshal_VOID__FLAGS
10400  530526 Misprint in the description of the fields 'class_init' and 
10401         'class_finalize' of the structure GTypeInfo
10402  528719 Improvement to the documentation of the "g_object_connect" interface
10403  528172 gtk_signal_handlers_unblock_* functions return value
10404         amount of matched signals, not amount of actually unblocked
10405  528717 Misprint in the description of the parameter 'type_id' for 
10406         the interface g_type_register_fundamental
10407  528716 Misprint in the description of the parameter 'iface_data' for 
10408         the callback types GInterfaceInitFunc and GInterfaceFinalizeFunc 
10409  537555 GObject instantiation not thread safe
10410  537546 'desktop' shortcut in file chooser looks like a generic folder
10411  537392 Additional colon in xattr name
10412  536641 Filesystem querying in gio does not list AFS and autofs file systems
10413  528600 g_dummy_file_get_parent("scheme://example.com/")
10414  503071 Application direction changes to right to left even if theres no 
10415         translation
10416  502511 g_assert_cmphex prints invalid message
10417  338162 Use po/LINGUAS
10418  314453 Nautilus crashes in Solaris when browsing the attached file
10419  529321 make check fails in glib/pcre
10420  455215 g_get_user_special_dir: no reference about G_USER_DIRECTORY_DOWNLOAD 
10421         fallback to $HOME/Desktop if xdg-user-dirs is not in use
10422  498732 g_key_file_to_data cannot fail
10423  511367 add g_file_make_directory_with_parents
10424  531900 Use __builtin_offsetof for G_STRUCT_OFFSET if building with 
10425         gcc 4.0 or newer
10426  536158 also bump GHashTable version when a node is removed via
10427         g_hash_table_iter_remove()/g_hash_table_iter_steal()
10428  531403 g_utf8_collate broken on Mac
10429  535628 test/patterntest.c still includes gpattern.h directly
10430  535625 alias.h:2648: error: 'utime' undeclared here (not in a function)
10431
10432 * Translation updates:
10433  Arabic (ar)
10434  German (de)
10435  Italian (it)
10436  Norwegian bokmål (nb)
10437  Thai (th)
10438
10439
10440 Overview of Changes from GLib 2.16.x to GLib 2.17.0
10441 ===================================================
10442
10443 * Update to Unicode 5.1
10444
10445 * Update included libcharset to the one shipped with libiconv 0.12
10446
10447 * Update included PCRE to 7.7
10448
10449 * Enforce that only toplevel headers are directly included.
10450   This is turned on by default for GObject and GIO. To turn
10451   it on for GLib, define G_DISABLE_SINGLE_INCLUDES.
10452
10453 * Fix library version of GIO.  GLib 2.16 shipped with libgio-2.0.so.0.0.0
10454
10455 * On Solaris, use FEN for file monitoring in GIO
10456
10457 * Use the GIO_EXTRA_MODULES environment variable to find
10458   additional GIO modules 
10459
10460 * G_GNUC_ALLOC_SIZE: New macro that wraps the gcc alloc_size
10461   function attribute
10462
10463 * g_checksum_reset: New function to reset the state of a GChecksum 
10464
10465 * g_unix_mount_monitor_set_rate_limit: New function to limit the 
10466   rate at which events are reported
10467
10468 * g_file_query_file_type: New utility function to query the type of
10469   a file
10470
10471 * g_memory_output_stream_get_data_size: New function to obtain the
10472   size of the written data.
10473
10474 * Bugs fixed:
10475  522292 Gives warnings in glib/gutils.h with GCC in C99 mode
10476  523298 win_iconv can't convert from UTF-8 to GB18030 (or vice versa)
10477  518160 replace two g_strdup_printf calls in GBookmarkFile
10478  523877 gbookmarkfile: avoid using g_string_append_printf() and
10479         other optimizations 
10480  525192 100% CPU if run main loop with no IO sources
10481  315437 extern inline -> static inline
10482  524314 g_convert() on Win32 implicitly converts full width
10483         alphanumerics into half width
10484  525732 Error in documentation for g_list_first
10485  525674 A typo in gmarkup.c
10486  448943 g_timeout_add_seconds() problems
10487  525972 UCS-4 not in the new win_iconv implementation
10488  526619 make test-report crash
10489  491554 Update to Unicode 5.1.0
10490  519137 g_slice_dup macro needs cast for 64-bit platform
10491  528752 Win32 build and SSL not working
10492  530457 G_USER_DIRECTORY_DOWNLOAD folder improperly mapped
10493  528667 Typos in testing module documentation
10494  459905 Bug in wcwidth data
10495  534085 g_unichar_iswide_cjk() has a totally wrong table
10496  501651 Update glib/libcharset
10497  519026 G_STMT_START/G_STMT_END test a non-existent preprocessor symbol
10498  534319 GLib's .pc files could use Libs.private
10499  534137 Typo in g_spawn_async_with_pipes doc
10500  517419 gio win32 directory monitor
10501  526796 Wrong order of arguments in g_file_copy's fallback
10502  530196 _g_local_file_has_trash_dir() doesn't handle st_dev == 0
10503  532965 Should not return filesystem::free for certain file systems
10504  525553 fix typo and nitpicking in GArray documentation
10505  526572 Missing * in declaration of parent_class in Object
10506         Destruction section of GObject Reference Manual
10507  528648 Extra >s in Object Construction section
10508  535021 g_param_spec_internal documentation should
10509         describe purpose of nick and blurb
10510  521513 Firefox crash when using file picker
10511  528433 gdesktopappinfo snafu ...
10512  533369 API g_file_info_get_attribute_string () unables to get "...
10513  521045 glib f_fstypename miscellany
10514  521672 compile error
10515  521946 control rate limit on GUnixMountMonitor
10516  522335 Fails to build: glib/gtester.c:276: error: 'ARG_MAX' unde...
10517  523015 Implement sliding window based upload operation
10518  523019 Use new GCC 4 feature
10519  523338 list nfs4 as a nfs mount type
10520  524350 Make glib build without NLS again
10521  524579 g_file_copy reports wrong total on progress callback for ...
10522  524742 A typo in gtestutils.c.
10523  524950 Minor documentation typos.
10524  525866 the user directory should not be considered as a mount to...
10525  526320 should not list mounts that the user doesn't have permiss...
10526  527132 nautilus crash when making ftp connection
10527  532852 CRITICAL **: totem_pl_parser_parse_with_base: assertion `...
10528  534759 Build failure in gio
10529  534764 Typo in error produced by g_file_make_directory
10530  521851 Redudant tests in gunixmounts.c
10531  524344 glib/gthread.h still use G_GNUC_PRETTY_FUNCTION
10532  525060 glib fails to build with -DG_DISABLE_ASSERT in CPPFLAGS o...
10533  534177 Invalid description of the interface g_cclosure_marshal_S...
10534  520715 Add GFile method g_file_query_file_type
10535  523039 nautilus can't access to trash/computer/network if gvfs i...
10536  
10537 * Updated translations:
10538  Arabic (ar)
10539  Bulgarian (bg)
10540  Catalan (ca) 
10541  Czech (cs)
10542  Greek (el)
10543  Candian English (en_CA)
10544  British English (en_GB)
10545  Spanish (es)
10546  Estonian (et)
10547  Basque (eu)
10548  Galician (gl)
10549  Hebrew (he)
10550  Hungarian (hu)
10551  Japanese (ja)
10552  Lithuanian (lt)
10553  Norwegian bokmål (nb)
10554  Dutch (nl)
10555  Occitan (oc)
10556  Portugese (pt)
10557  Russian (ru)
10558  Slovak (sk)
10559  Albanian (sq)
10560  Swedish (sv)
10561  Turkish (tr)
10562  Vietnamese (vi)
10563
10564
10565 Overview of Changes from GLib 2.16.0 to GLib 2.16.1
10566 ===================================================
10567
10568 * Fix a crash in g_themed_icon_new
10569
10570 * Update the included PCRE to 7.6
10571
10572
10573 Overview of Changes from GLib 2.15.6 to GLib 2.16.0
10574 ===================================================
10575
10576 * Fix the definition of G_INLINE_FUNC to work with gcc 4.3.0
10577
10578 * GIO:
10579  - Add missing GMountMountFlags argument to g_unix_volume_mount
10580  - Fix the adopt_orphan_mount vfunc to take a volume monitor 
10581    reference
10582  - Add properties to GThemedIcon for bindings sake
10583
10584 * Bugs fixed:
10585  520484 gvfsd-trash crashed with SIGSEGV in g_path_is_absolute()
10586  510855 g_checksum_update(): Take -1 for length.
10587  517676 g_themed_icon_new*() do more than call g_object_new().
10588  518816 should handle rmdir returning EEXIST correctly
10589  519352 g_[s]list_delete_link() docs
10590  519489 Fixes for sparse warnings in gio
10591  520169 add monitor argument to vfunc for GVolumeMonitor
10592  520700 Add type check in g_file_query_exists
10593  521145 FILE_READ_ONLY_VOLUME not present on Mingw32
10594  518720 No MIME type for empty files
10595  521013 in documentation, goffset doesn't say "Since 2.x"
10596  521028 Missleading error messages from g_io_channel_set_encoding()
10597  517484 GMainLoop could set the thread "Alertable" for APCs to be... 
10598
10599 * Updated translations:
10600  Assamese (as)
10601  Bengali India (bn_IN)
10602  Czech (cs)
10603  German (de)
10604  Spanish (es)
10605  Estonian (et)
10606  Finnish (fi)
10607  French (fr)
10608  Gujarati (gu)
10609  Italian (it)
10610  Lithuanian (lt)
10611  Malayalam (ml)
10612  Marathi (mr)
10613  Norwegian bokmål (nb)
10614  Romanian (ro)
10615  Russian (ru)
10616  Slovak (sk)
10617  Ukrainian (uk)
10618
10619  
10620 Overview of Changes from GLib 2.15.5 to GLib 2.15.6
10621 ===================================================
10622
10623 * GIO:
10624  - New file attributes: trash::item-count, filesystem::use-preview
10625  - Rename g_file_contains_file to g_file_has_prefix
10626  - g_file_query_filesystem_info grew async variants
10627  - g_themed_icon_append_name: new convenience function
10628  - g_content_type_get_icon is implemented now
10629  - Only show mounts in /media and ~
10630  - g_file_contains_file has been renamed to g_file_has_prefix
10631
10632 * Win32:
10633  - g_win32_get_package_installation_directory_of_module: new function
10634    which supersedes g_win32_get_package_installation_directory
10635  - Use alertable wait functions so that I/O completion routines or 
10636    user-mode Asynchronous Procedure Calls can be run
10637  - Fix race conditions in g_spawn implementation on win32
10638
10639 * Other:
10640  - g_uri_get_scheme has been renamed go g_uri_parse_scheme
10641
10642 * Updated translations:
10643  Arabic (ar)
10644  Belarusian Latin (be@latin)
10645  Catalan (ca) 
10646  British English (en_GB)
10647  Finnish (fi)
10648  Galician (gl)
10649  Hebrew (he)
10650  Italian (it)
10651  Kannada (kn)
10652  Norwegian bokmål (nb)
10653  Dutch (nl)
10654  Brazilian Portugese (pt_BR)
10655  Vietnamese (vi)
10656
10657
10658 Overview of Changes from GLib 2.15.4 to GLib 2.15.5
10659 ===================================================
10660
10661 * Update the included PCRE to 7.6
10662
10663 * GIO:
10664  - g_volume_should_automount: new function to determine if a volume
10665    should be mounted automatically
10666  - g_file_query_default_handler: new convenience function to get
10667    the default handler for a file
10668  - g_app_info_launch_default_for_uri new convenience function to
10669    launch the default handler for a URI
10670  - Use mimeapps.list and defaults.list as discussed on xdg list
10671    recently
10672  - g_app_info_get_default_for_uri_scheme has a real implementation
10673    now (gvfs provides a GConf-based implementation)
10674  - There is the beginning of a test suite
10675  - standard::description:  new file attribute
10676  - GMountMountFlags flags argument added to mount calls
10677
10678 * GObject:
10679  - class initialization is now threadsafe
10680
10681 * Updated translations:
10682   Arabic (ar)
10683   Catalan (ca)
10684   Spanish (es)
10685   Basque (eu)
10686   Italian (it)
10687   Japanese (ja)
10688   Kannada (kn)
10689   Korean (ko)
10690   Macedonian (mk)
10691   Occitan (oc)
10692   Portugese (pt)
10693   Brazilian Portugese (pt_BR)
10694   Swedish (sv)
10695   Thai (th)
10696
10697
10698 Overview of Changes from GLib 2.15.3 to GLib 2.15.4
10699 ===================================================
10700
10701 * G_GNUC_PRETTY_FUNCTION has been deprecated
10702
10703 * GIO:
10704  - g_file_copy has an async variant now
10705  - Drives and volumes now have API to get identifiers
10706    like Hal UDIs or UUIDs.
10707  - There is now a registration API to let modules register
10708    extensions they provide, such as volume monitor implementations
10709
10710 * Bugs fixed:
10711   511807 g_time_val_to_iso8601() uses MT-unsafe gmtime() function
10712   316260 [patch] Doc patches for gnode (2.8.1)
10713   385132 solaris gettext support fix
10714   484261 ./configure check for system PCRE unicode support fails w...
10715   510292 GOption main help not shown
10716   511580 Implement g_file_copy_async
10717   511654 Compile errors due to C99 constructs
10718   487909 g_utf8_strreverse and combining marks
10719   512381 unused variable 'is_main_group' 
10720
10721 * Updated translations:
10722   Arabic (ar)
10723   Belarusian (be)
10724   Czech (cz)
10725   Spanish (es)
10726   French (fr)
10727   Galician (gl)
10728   Portugese (pt)
10729   Russian (ru)
10730   Swedish (sv)
10731   Thai (th)
10732
10733
10734 Overview of Changes from GLib 2.15.2 to GLib 2.15.3
10735 ===================================================
10736
10737 * GChecksum:
10738  - g_checksum_update can accept nul-terminated strings
10739  - The MD5 implementation works correctly on buffers 
10740    that are longer than 64 bytes
10741
10742 * GIO:
10743  - Don't include a copy of the inotify headers, rely on system headers
10744  - g_file_find_enclosing_mount has an async variant now
10745  - Reduntant seek API on file streams has been removed
10746
10747 * Bugs fixed:
10748   508602 gmemory{in|out}putstream.c: unknown pointer size
10749   508771 There is no g_file_test/exists() for GFile
10750   508773 g_uri_escape_string() documentation unclear.
10751   509465 AM_PATH_GLIB_2_0 doesn't support gio
10752   509626 async functions: Document allowed NULL callback?
10753   509990 GSeekable documentation unclear
10754   510448 No inotify support on ARM or SH5
10755   510855 g_checksum_update(): Take -1 for length. 
10756
10757 * Updated translations:
10758   Basque (eu)
10759   Marathi (mr)
10760   Swedish (sv)
10761   Ukrainian (uk)
10762
10763
10764 Overview of Changes from GLib 2.15.1 to GLib 2.15.2
10765 ===================================================
10766
10767 * GIO:
10768  - Mount operation API change: unhandled methods get reported via 
10769    the reply, rather than by the signal emission return value
10770  - File monitor API change: Add a GError argument to g_file_monitor_file
10771  - g_unix_mount_guess_should_display(): new function
10772
10773 * Bugs fixed:
10774   508224 [PATCH] FAM backend crashes due to double free
10775   508074 GAsyncResult documentation suggests g_freeing it.
10776   508108 GFile documentation slightly unclear.
10777   508309 rpc_pipefs mount points should be hidden
10778   508378 GFileInfo documentation implies that it changes attribute...
10779   508719 g_file_get_relative_path fails if parent is root
10780   508773 g_uri_escape_string() documentation unclear.
10781
10782 * Updated translations:
10783   Arabic (ar)
10784   Spanish (es)
10785   Hebrew (he)
10786   Italian (it)
10787   Korean (ko)
10788   Turkish (tr)
10789
10790
10791 Overview of Changes from GLib 2.15.0 to GLib 2.15.1
10792 ===================================================
10793
10794  * Portability fixes:
10795  - Assertion functions are marked as noreturn again
10796  - Handling of inline functions has been fixed to work with gcc 4.3
10797  - C99 comments have been removed from headers
10798  - The nonportable sed -i option is no longer used
10799
10800  * GIO:
10801   - Clarified the semantics of g_app_info_get_all()
10802   - API for memory input and output streams has been changed a bit
10803   - GDirectoryMonitor has been removed; GFileMonitor can monitor
10804     files and directories now
10805
10806  * Bugs fixed:
10807    504829 Invalid environment passed to g_spawn_async in g_desktop_...
10808    505258 crash in Users and Groups: Adding a user
10809    505815 g_content_types_get_registered should not g_free keys
10810    491218 g_timer_new() doesn't initialize timer->end
10811    315437 extern inline -> static inline
10812    476856 Inconsistency between standard and implementation of the ...
10813    480122 g_module_open fails to open modules with ".la" extension
10814    495589 gspawn.c failing to set FD_CLOEXEC
10815    500273 doesn't build with --disable-visibility
10816    504142 Do not show empty groups in --help output
10817    504879 giofam incorrectly linked
10818    505042 add file attribute for actually used file size in bytes
10819    505058 xattr namespace docs
10820    505674 Misprint in the definition of the macro G_CCLOSURE_SWAP_DATA
10821    505730 Fails to build on OSX 10.4: _NSGetEnviron not declared
10822    505887 older darwin lacks lchown
10823    506374 gmemoryinputstream api
10824    506461 Conversion of g_assert_not_reached() and friends into fun...
10825    503051 Small bug in glib interface
10826    506395 Updates to GIO documentation
10827    507628 Missing .pc entry for gio linking against glib
10828    505195 [patch] typo in g_try_new0 docs 
10829    507822 g{file,directory}monitor changes signal problem
10830    506377 gmemoryoutputstream write implementation
10831    507835 bug in gunixinputstream 
10832
10833  * Updated translations:
10834    Arabic (ar)
10835    Belarusian Latin (be@latin)
10836    Spanish (es)
10837    Basque (eu)
10838    Irish (ga)
10839    Hebrew (he)
10840    Occitan (oc)
10841    Vietnamese (vi)
10842
10843
10844 Overview of Changes from GLib 2.14.x to GLib 2.15.0
10845 ===================================================
10846
10847 Major new features:
10848
10849  * GIO: a VFS API, designed to replace GnomeVFS. The GIO implementation 
10850    in GLib has support for local filesystems. The new, separate gvfs 
10851    module contains various backend implementations (cifs, ftp, sftp,
10852    http, ...)
10853
10854  * GChecksum: provides various hash algorithms, such as MD5, SHA-1
10855    and SHA-256
10856  
10857  * GTest: a test framework 
10858  
10859 Smaller additions:
10860
10861  * GHash:
10862  - GHash has iterators, as an alternative to g_hash_table_foreach
10863
10864  * GMarkup: 
10865  - g_markup_parse_context_get_element_stack: New function to
10866    get the stack of open elements
10867  - G_MARKUP_PREFIX_ERROR_POSITION: New flag to improve error
10868    reporting
10869  - g_markup_collect_attributes: Convenience function for handling
10870    attributes
10871
10872 * GKeyFile: 
10873  - Functions that take a GError now return a boolean to indicate 
10874    success, instead of void
10875  - Various performance improvements
10876
10877 * GAsyncQueue:
10878  - g_async_queue_new_full: new function that allows to specify
10879    a free function for leftover elements
10880  
10881 * GError:
10882  - g_prefix_error and g_propagate_prefixed_error: New functions
10883    to ease error propagation
10884
10885 * Internationalization:
10886  - C_: A new 2-argument variant of the Q_() macro 
10887  - Use native character set conversion API on Windows
10888
10889 * GLib builds with automake 1.10
10890
10891 * Bugs fixed:
10892  455725 specific combination of g_utf8_strlen and g_pattern_match...
10893  467537 g_convert_with_iconv() not resetting iconv() state correc...
10894  497033 Commandline option parser should warn about missing optio...
10895  504527 gchecksum: Conditional jump or move depends on uninitiali...
10896  445362 Non-numeric local labels in gatomic.c are causing linker ...
10897  482313 gregex: no way to tell why compilation failed
10898  317775 main loops continues to run after g_main_loop_quit() has ...
10899  418778 Insufficient pkg-config version requirement
10900  436293 g_option_context_new() doc should mention that the string...
10901  466557 glib-mkenums shifts ARGV[0] to undefined
10902  468882 GKeyFile doesn't accept "True" as a true boolean value
10903  469551 application --help messages are garbaged on none UTF-8 lo...
10904  479724 Memory leak upon calling "g_main_loop_run" in the seconda...
10905  490061 outptrs uninitialized after g_parse_long_long
10906  490637 gobject documentation patch
10907  495294 glib-genmarshal prints warnings but returns 0
10908  496046 option to prefix location of errors for GMarkup
10909  498113 tests/regex-test fails on 64bit environment
10910  500506 Fails to build on OSX 10.4
10911  500638 gkeyfile speedup ...
10912  500875 Make check fails as there is no "test" target for "build"...
10913  502511 g_assert_cmphex prints invalid message
10914  502927 g_array_index triggers cast aligment warning
10915  503029 g_time_val_from_iso8601 parse non-ISO8601 dates
10916  503222 Need context to translate
10917  503420 gkeyfile leaks a hash table
10918  503470 Fix build when builddir != srcdir
10919  504227 Inverse variant for g_test_trap_assert_stdout, g_test_tra...
10920  71704  file include order
10921  491957 Misprint in the specification of the interface "g_main_co...
10922  491959 Misprint in description of the structure "GThreadPool"
10923  491965 Mistype in the specification of the function "g_hook_list...
10924  491966 Misprint in the specification of the interface "g_main_co...
10925  491968 The documentation does not mention the restriction for th...
10926  491970 The documentation for the interface "g_date_clamp" is inc...
10927  491974 The documentation of the interface "g_main_context_iterat...
10928  491975 The documentation for the interfaces "g_io_channel_read_u...
10929  491979 Misprint in the description of the interfaces g_key_file_...
10930  491982 Misprint in the description of the interface "g_key_file_...
10931  501107 EXTRA_DIST automake warnings
10932  501997 g_utf8_normalize() returns NULL on invalid string
10933  502590 C_/g_dpgettext efficiency
10934  464259 g_set_application_name() docs should say "Since 2.2"
10935  496518 gbase64.c API doc clarification
10936  498728 g_key_file_get_*_list should set length to 0 when returni...
10937  500361 Improve docs for g_array_free() and g_ptr_array_free()
10938  501853 g_checksum_get_digest docs
10939  503862 Allow NULL strings in g_parse_debug_string()
10940  142676 Q_
10941  367550 Add g_async_queue_new_full() with GDestroyNotify function
10942  375651 Minor enhancements to GKeyFile API
10943  443648 MD5 digest support
10944  449937 Upgrade auto* sources to be clean under automake1.9
10945  452887 gmarkup context "get element" function is useless when ca...
10946  491549 [PATCH] Eliminate libiconv dependency on Windows
10947  500507 GHashTableIter API 
10948
10949 * Translation updates
10950  Belarusian Latin (be@latin)
10951  Czech (cs)
10952  German (de)
10953  Spanish (es)
10954  Esperanto (et)
10955  French (fr)
10956  Korean (ko)
10957  Marathi (mr)
10958  Norwegian bokmål (nb)
10959  Brazilian Portugese (pt_BR)
10960  Slovenian (sl)
10961  Swedish (sv)
10962
10963
10964 Overview of Changes from GLib 2.14.2 to GLib 2.14.3
10965 ===================================================
10966
10967 * Update PCRE to 7.4
10968
10969 * Bugs fixed:
10970  487491 Fix some warnings from sparse
10971  488068 Small (one-time) memory leak in glib_gettext initialization
10972  493688 TYPE macro "_get_type ()" is documented wrong
10973
10974 * Updated translations:
10975  Arabic (ar)
10976  Belarusian Latin (be@latin)
10977  Estonian (et)
10978  Irish (ga)
10979  Slovenian (sl)
10980
10981  
10982 Overview of Changes from GLib 2.14.1 to GLib 2.14.2
10983 ===================================================
10984
10985 * Bugs fixed:
10986  476849 Invocation of the interface "g_hook_free" fails in certai...
10987  359165 marshallers can throw warnings with -Wunused
10988  477957 more discussion on g_value_set_object vs. g_value_take_ob...
10989  478459 G_DEFINE_DYNAMIC_TYPE_EXTENDED doesn't work with G_IMPLEM...
10990  483337 inline is disabled for MSVC when compiling C code
10991  478349 Broken link to gettext website
10992  469231 g_spawn optimization for setting all open fds to CLOEXEC 
10993
10994 * Updated translations:
10995 Arabic (ar)
10996 Galician (gl)
10997 Hebrew (he)
10998 Korean (ko)
10999
11000
11001 Overview of Changes from GLib 2.14.0 to GLib 2.14.1
11002 ===================================================
11003
11004 * Bugs fixed:
11005  476840 Invocation of the interface "g_utf8_strreverse" crashes f...
11006  444765 Fix FIXME in gregex.c when new pcre is out
11007  464145 g_markup_escape_text Produces Invalid XML
11008  465625 g_type_default_interface_ref() does not ensure working g_...
11009  466768 Clearify that comments can be put anywhere in a Key-file.
11010  474229 The GError documentation should give convention for the G...
11011  474899 G_BREAKPOINT() docs inaccurate
11012  475854 Overuse of -lpcre when using system pcre
11013  473879 Incorrect includes in gregex.c
11014  468694 Typoes in documentation
11015  469051 g_snprintf () talks about characters where it probably me...
11016  457601 Missing arch specific atomic implementation
11017  475923 Missing pcre flags when static-linking against glib
11018  475619 glibthread-2.0.la does not list -lpthread
11019
11020 * Updated translations:
11021  Bulgarian (bg)
11022  Catalan (ca)
11023  Danish (da)
11024  German (de)
11025  Canadian English (en_CA)
11026  British English (en_GB)
11027  Spanish (es)
11028  Estonian (et)
11029  Finnish (fi)
11030  French (fr)
11031  Gujarati (gu)
11032  Hungarian (hu)
11033  Italian (it)
11034  Georgian (ka)
11035  Kannada (kn)
11036  Lithuanian (lt)
11037  Makedonian (mk)
11038  Norwegian (nb)
11039  Dutch (nl)
11040  Polish (pl)
11041  Portugese (pt)
11042  Brazilian Portugese (pt_BR)
11043  Romanian (ro)
11044  Russian (ru)
11045  Albanian (sq)
11046  Serbian (sr, sr@Latn)
11047  Swedish (sv)
11048  Tamil (ta)
11049  Thai (th)
11050  Ukrainian (uk)
11051  Vietnamese (vi)
11052
11053
11054 Overview of Changes from GLib 2.13.7 to GLib 2.14.0
11055 ===================================================
11056
11057 * Last-minute API additions:
11058  - Make g_unichar_combining_class public
11059  - Add goffset type, add G_MAXSSIZE and G_MINSSIZE
11060
11061 * Update PCRE to 7.2
11062
11063 * Bugs fixed:
11064  453998 Make _g_unichar_combining_class() public
11065  462549 gregex.c: variable is declared at middle of block
11066  417068 g_file_test doc inconsistency
11067
11068 * Updated translations:
11069  Assamese (as)
11070  Basque (eu)
11071  Kannada (kn)
11072  Malayalam (ml)
11073  Dutch (nl)
11074  Polish (pl)
11075  Brazilian Portugese (pt_BR)
11076  Turkish (tr)
11077
11078
11079 Overview of Changes from GLib 2.13.6 to GLib 2.13.7
11080 ===================================================
11081
11082 * The memory corruption warning from the slice allocator that
11083   occurred when threads were initialized after the slice allocator
11084   has been removed, as the slice allocator now works fine
11085   in this scenario.
11086
11087 * New functions g_once_init_enter() and g_once_init_leave() make
11088   it easier to write threadsafe one-time initialization functions 
11089  
11090 * Bugs fixed:
11091  454473 Simple XML Subset Parser terminates on invalid XML
11092  445813 g_module_open error, add file name
11093  453796 errno gets clobbered by g_filename_display_name
11094  341988 don't use "-c" with msgfmt in Makefile.in.in
11095  447048 Please produce slightly more output during long tests
11096  454785 GModule documentation lists same block of code twice.
11097  454786 GModule documentation lists same paragraph twice.
11098  383155 small docs quirks in gobject/closure API documentation
11099  65041  _get_type() functions aren't thread safe
11100
11101 * Updated translations
11102  Assamese (as)
11103  Spanish (es)
11104  Gujarati (gu)
11105  Japanese (ja)
11106  Korean (ko)
11107  Macedonian (mk)
11108
11109
11110 Overview of Changes from GLib 2.13.5 to GLib 2.13.6
11111 ===================================================
11112
11113 * Reintroduce a GType typedef whose removal in 2.13.5
11114   caused trouble for C++ bindings
11115
11116 * Bugs fixed:
11117  450216 docs not explicit enough about g_free()
11118  451459 g_type_register_static_simple calls g_type_register_static
11119
11120 * Updated translations
11121  Norwegian bokmål (nb)
11122  Sinhala (si)
11123
11124
11125 Overview of Changes from GLib 2.13.4 to GLib 2.13.5
11126 ===================================================
11127
11128 * xdg-user-dirs support: 
11129  - the Desktop directory is guaranteed to be defined
11130  - user-dirs.dirs is no longer reloaded on changes
11131
11132 * Slice allocator: 
11133  - new api to duplicate slices
11134
11135 * Regular expression support:
11136  - GRegex is a boxed type now
11137
11138 * Bugs fixed:
11139  44793 make check failing in trunk
11140  354522 Small problem with PLT hiding 6 symbols
11141  363986 glib 2.12.4 does not compile with SGI IDO cc
11142  443869 g_type_class_add_private doesn't warn when adding 0-sized...
11143  446859 Legitimately return 0 for g_quark_from_string(NULL)
11144  447534 Small typo in g_timeout_add_seconds() doc
11145  447583 GStaticRWLock
11146  447935 g_get_current_dir SIGSEGV on long path
11147  448260 CLAMP has surprising result if low > high
11148  57693  g_string_vprintf()
11149  442029 add g_slice_dup()
11150  445065 Add GRegex boxed type
11151  448819 Add full version of g_timeout_add_seconds()
11152
11153 * Updated translations: 
11154  Swedish (sv)
11155  Oriya (or)
11156  Hebrew (he)
11157  Spanish (es)
11158  Estonian (et)
11159
11160  
11161 Overview of Changes from GLib 2.13.3 to GLib 2.13.4
11162 ===================================================
11163
11164 * Bugs fixed:
11165  444121 g_get_user_special_dir deadlocks
11166  444161 invalid UTF8 in key name shows up as valgrind error in g_...
11167  444130 g_option_context_get_help() is broken when there's a desc...
11168
11169
11170 Overview of Changes from GLib 2.13.2 to GLib 2.13.3
11171 ===================================================
11172
11173 * GKeyFile:
11174  - Added defines for easier handling of desktop files
11175
11176 * Unicode support:
11177  - Update g_unichar_iswide_cjk for Unicode 5.0
11178
11179 * Regular expression support:
11180  - GRegex structs can now be ref-counted
11181  - Some new functions for dealing with incremental 
11182    replacement have been added
11183  - The GRegexEvalCallback signature has been changed
11184
11185 * g_get_user_special_dir() has been added to support
11186   xdg-user-dirs
11187
11188 * Bugs fixed:
11189  419376 Functions using named subpatterns behave inconsistently w...
11190  434358 g_regex_fetch_named() and g_regex_fetch_named_pos() are b...
11191  423708 typo in the README.win32 file see patch below
11192  339225 Add new defines for easier handling of .desktop files 
11193  442265 API additions/changes for GRegex
11194  432651 Add a glib-ish xdg_user_dir_lookup
11195
11196 * Updated translations:
11197  Estonian (et)
11198  Norwegian bokmål (nb)
11199
11200
11201 Overview of Changes from GLib 2.13.1 to GLib 2.13.2
11202 ===================================================
11203
11204 * Unicode support:
11205  - Add g_unichar_ismark()
11206
11207 * GOption:
11208  - Allow to use callbacks for remaining args
11209
11210 * Updated translations:
11211   Belarusian Latin (be@latin)
11212   British English (en_GB)
11213   Galician (gl)
11214   Norwegian bokmål (nb)
11215   Oriya (or)
11216   Spanish (es)
11217   Thai (th)
11218
11219
11220 Overview of Changes from GLib 2.13.0 to GLib 2.13.1
11221 ===================================================
11222
11223 * GRegex:
11224  - Portability fixes
11225  - Split into immutable GRegex and GMatchInfo
11226  - Add g_regex_get_max_backref() and g_regex_get_capture_count()
11227    to obtain information about the compiled regex
11228
11229 * GKeyFile:
11230  - Fix roundtrip problems
11231  - Add g_key_file_load_from_dirs()
11232
11233 * Unicode support:
11234  - Fix corner cases in case conversion routines
11235
11236 * GOption:
11237   - Add a function to get the formatted help string
11238
11239 * GHash:
11240  - Add new functions g_hash_table_get_keys() and
11241    g_hash_table_get_values() to retrieve the keys and
11242    values in list form
11243
11244 * Updated transations:
11245   Simplified Chinese (zh_CN)
11246   Arabic (ar)
11247
11248
11249 Overview of Changes from GLib 2.12 to GLib 2.13.0
11250 =================================================
11251
11252 * Add GSequence, a list that is implemented using
11253   a balanced binary tree.
11254
11255 * Add GRegex, an implementation of Perl regular expressions,
11256   based on PCRE.
11257  
11258 * Use Posix monotonic clocks instead of gettimeofday()
11259   for GTimer when available.
11260
11261 * Support static initialization of GQeues with G_QUEUE_INIT,
11262   g_queue_init() and g_queue_clear().
11263
11264 * Add g_string_chunk_clear() for clearing a 
11265   GStringChunk.
11266
11267 * Add g_unichar_get_script() to obtain Unicode
11268   script information.
11269
11270 * Add g_unichar_iszerowidth() to obtain information
11271   about zero-width characters.
11272
11273 * Add G_GNUC_MAY_ALIAS which wraps the gcc may_alias 
11274   type attribute.
11275
11276 * G_GNUC_INTERNAL has a working definition for the
11277   Sun Studio compiler. This requires the macro to
11278   be positioned before the function declaration.
11279
11280 * The slice allocator can produce detailed debugging
11281   information with G_SLICE=debug-blocks.
11282
11283 * Modules support G_DEBUG flags resident-modules and
11284   bind-now-modules.
11285
11286 * Add G_DEFINE_DYNAMIC_TYPE() to make it easier
11287   to define types in modules.
11288
11289 * Bug fixes: too many to list them in detail here.
11290
11291 * New and updated translations (be,bg,bn,ca,cs,de,
11292   en_CA,en_GB,et,fa,fr,he,hu,it,ja,ku,lt,mg,mk,ml,
11293   nb,ne,nn,pt,pt_BR,ro,sr,sr@Latn,sv,ta,uk,vi,zh_CN,
11294   zh_HK,zh_TW)
11295
11296
11297 Overview of Changes from GLib 2.12.1 to GLib 2.12.2
11298 ===================================================
11299
11300 * Unicode updates:
11301  - Normalization is following Unicode TR #29
11302  - g_unichar_isxdigit() only accept characters
11303    for which g_unichar_xdigit_value() returns a value
11304  - g_unichar_toupper and g_unichar_tolower leave
11305    unconvertable characters in place instead of
11306    replacing them by NUL
11307
11308 * Bugs fixed
11309  348491 g_utf8_strup() and g_utf8_strdown() returns 
11310         string with NUL bytes
11311  349825 GKeyFile always inserts a newline before a group
11312  347842 g_unichar_isxdigit() is too general about what 
11313         it considers a digit
11314  348694 g_utf8_normalize() hasn't been updated to PR #29
11315  348785 Hint about G_DEBUG in Message Logging docs
11316  349792 Wrong english string (UI)
11317  349952 gparamspecs.c uses gcc feature
11318
11319 * Translation updates (ca,cs,de,dz,es,eu,fi,gu,ko,
11320   nl,pl,tr,uk,zh_HK,zh_TW)
11321
11322
11323 Overview of Changes from GLib 2.12.0 to GLib 2.12.1
11324 ===================================================
11325
11326 * Update to final Unicode Character Database 5.0.0
11327
11328 * Bugs fixed:
11329  346660 issues with base64 api documentation / g_base64_decode_cl...
11330  348136 Coverity reports allocation of wrong size CID #2839
11331  336281 Update to UCD 5.0
11332  346197 g_date_strftime %F option doesnt work for win32
11333  348011 Small optimization to real_toupper()
11334  246494 prototype mismatch in glib/gconvert.c
11335
11336 * New and updated translations (bg,bn_IN,ca,dz,eu,fi,
11337   fr,he,it,ja,mk,or,pt)
11338
11339
11340 Overview of Changes from GLib 2.11.4 to GLib 2.12
11341 =================================================
11342
11343 * Bugs fixed:
11344  344905 leap-year bug in g_time_val_from_iso8601 w/o HAVE_TIMEGM
11345
11346 * Updated translations (cy,nb,nl)
11347
11348
11349 Overview of Changes from GLib 2.11.3 to GLib 2.11.4
11350 ===================================================
11351
11352 * GBookmarkFile:
11353  - g_bookmark_file_remove_item returns a boolean
11354  
11355 * g_mkstemp accepts the XXXXXX in the middle of
11356   the template
11357  
11358 * Bugs fixed:
11359  344868 g_key_file_to_data should separate groups 
11360
11361 * Updated translations (de,es,fr,gu,hi,ko,th)
11362
11363
11364 Overview of Changes from GLib 2.11.2 to GLib 2.11.3
11365 ===================================================
11366
11367 * GBookmarkFile:
11368   - g_bookmark_file_move_item: Return TRUE in case of
11369     an empty target
11370
11371 * Bugs fixed: 
11372  343919 gunicollate.c: strxfrm bug on VC8
11373
11374 * Updated translations (fi)
11375
11376 Overview of Changes from GLib 2.11.1 to GLib 2.11.2
11377 ===================================================
11378
11379 * Add g_ascii_stroll to parse signed 64bit integers
11380
11381 * GMarkup: add a flag to treat CDATA as text
11382
11383 * GHashTable: add functions to remove all entries
11384
11385 * GMainLoop: add functions to find the currently
11386   running source, and determine if it is destroyed
11387
11388 * Bug fixes:
11389  342563  g_atomic_thread_init() needs to be called before 
11390          other _g_*_thread_init() functions
11391  343548  Potential use after free in callers of g_string_free() 
11392  168538  Wish: Clearing contents of GHashTables
11393  321886  GTK+ cannot be reliably used in multi-threaded 
11394          applications
11395  341826  goption.c: 'strtoll' is C99's function
11396  343899  g_ascii_formatd dosn't work as expected for all 
11397          format strings
11398  317793  Make GEnumValue strings const
11399  337129  Compile warnings in G_IMPLEMENT_INTERFACE
11400  303622  What is G_TYPE_CHAR?
11401
11402 * Updated translations (bg,dz,eu,gl,ja,ko,nl,th,vi)
11403  
11404
11405 Overview of Changes from GLib 2.11.0 to GLib 2.11.1
11406 ===================================================
11407
11408 * GOption  
11409   - Support 64-bit integers 
11410   - Allow optional text before and after the options
11411     in help output
11412
11413 * Bug fixes:
11414  340538 gbase64-test writes OOB 
11415  340816 GKeyFile set_string_list invalid memory reads 
11416  339105 g_key_file_parse_value_as_double
11417  340434 convert-test.c fails (function test_one_half)
11418  311043 Memory leaks (and potential infinite loops) 
11419         when using G_ERRORCHECK_MUTEXES
11420  335198 Error checking mutexes are fubar  
11421  341237 Add a G_OPTION_ARG_INT64
11422  341192 g_io_channel_set_flags not implemented on win32
11423  336120 Allow adding description before/after GOption 
11424         --help output body
11425  341191 misplaced check in g_relation_delete
11426  340530 mismatched calloc / g_free in win32 threads
11427
11428 * Updated translation (es)
11429
11430 Overview of Changes from GLib 2.10.x to GLib 2.11.0
11431 ===================================================
11432
11433 * GBookmarkFile: a parser for files containing bookmarks
11434   stored using the Desktop Bookmark specification.
11435
11436 * Base64 encoding support
11437         
11438 * Unicode 5.0 support
11439
11440 * GOption supports floating point numbers 
11441
11442 * GKeyFile supports floating point numbers
11443
11444 * Bug fixes:
11445  155884 gatomic.c should be based on new SDK
11446  157877 update-desktop-database doesn't handle duplicate entries
11447  164719 keyfile parser doesn't support floats
11448  327662 Import BookmarkFile from libegg
11449  329548 Add G_OPTION_ARG_DOUBLE
11450  329789 option-test.c type confusion
11451  332841 Segmentation Fault when %llu is passed to vasnprintf and 
11452         HAVE_SNPRINTF is not defined
11453  333879 gthread/gthread-win32.c: IsDebuggerPresent needs '#define 
11454         _WIN32_WINDOWS 0x0401'
11455  333916 g_timer_elapsed docs should mention that microseconds 
11456         may be NULL
11457  334440 dlerror() portability issue causes crash on (old) a.out 
11458         NetBSD platform
11459  334646 goption + error out params
11460  334799 g_remove() must check return value of remove()
11461  334943 make check FAIL: threadpool-test
11462  335215 Some breakages with GThreadPool
11463  336085 g_option_context_new parameter lacks better explanation
11464  336677 Documentation for g_object_ref_sink() is incorrect
11465  337027 gbookmarkfile.c: sys/time.h include error
11466  337553 Wrong escaping of URIs
11467  338572 Dereferencing NULL value in g_key_file_get_group_comment
11468  338845 g_completion_complete_utf8 crashes when NULL is passed to it
11469  339337 g_bookmark_file_set_description
11470  339338 gbookmarkfile.c, function expand_exec_line
11471  339340 gbookmarkfile.c, function bookmark_app_info_dump
11472
11473 * Translation updates (bg,en_GB,et,gl,gu,he,hi,ka,nb,nl,nn,
11474                        or,pt_BR,ro,tr,vi,zh_CN)
11475
11476
11477 Overview of Changes from GLib 2.10.0 to GLib 2.10.1
11478 ===================================================
11479
11480 * Bugs fixed:
11481  314794 Broken pthread detection on Darwin [Gregor Riepl]
11482  322476 Missing check for .dylib [Vladimir Panov]
11483  333651 Inconsistent _g_charset_get_aliases prototype [Julio 
11484         M. Merino Vidal]
11485  333761 GInitiallyUnowned breaks application code [Sven Herzberg]
11486
11487 * Win32 changes:
11488  - Fix g_listenv() implementation.
11489  - Allow up to 100 GPrivate structs
11490
11491 * Translation updates (fr,hu,lt,pl,sv)
11492
11493
11494 Overview of Changes from GLib 2.9.6 to GLib 2.10.0
11495 ==================================================
11496
11497 * Bugs fixed:
11498  328997 64bit pointer trunction in glib slab-allocator
11499         [Pascal Hofstee]
11500  331110 g_cond_broadcast(inform_cond) without holding 
11501         inform_mutex [Chris Wilson, Sebastian Wilhelmi]
11502  332093 Fix some leaks in the tests [Kjartan Maraas]
11503  332435 g_utf8_strlen returns wrong value if a maximum 
11504         number of bytes to check is specified 
11505         [Matthias Clasen]
11506  331367 gslice requires more POSIX-like semantics for 
11507         GPrivate destructors [Tor Lillqvist]
11508
11509 * Documentation improvements [Matthias, Kang Jeong-Hee,
11510   Tor Lillqvist, Stefan Kost]
11511
11512 * Translation updates (el,eu,ka,uk)
11513
11514 Overview of Changes from GLib 2.9.5 to GLib 2.9.6
11515 =================================================
11516
11517 * Bugs fixed: 
11518  329124 distclean removes README [Kjartan Maraas, Tim Janik]
11519  317679 GRelation field type not documented [Behdad Esfahbod]
11520  329123 Typo in GTime docs [Kjartan Maraas]
11521
11522 * Documentation improvements [Sven Herzberg, David
11523   Schleef, Kjartan Maraas, Behdad Esfahbod]
11524
11525 * Translation updates (cs,cy,it,ko,pt,sq,sr,sr@Latn,ru
11526
11527 Overview of Changes from GLib 2.9.4 to GLib 2.9.5
11528 =================================================
11529
11530 * Memory management: 
11531   Runtime debugging support: The slice allocator
11532   can be turned off by setting G_SLICE=always-malloc
11533   in the environment. Zeroing of freed memory can
11534   now be turned on at runtime by setting
11535   G_DEBUG=gc-friendly in the environment. [Tim Janik]
11536
11537 * Bugs fixed:
11538  328253 HP-UX/IA-64 uses ".so" as default shared library 
11539         extension [Albert Chin]
11540  143380 unicode-encoding test fails converting to UTF-16 
11541         with libiconv [Marc Moorcroft]
11542  328254 Build breakage (GSlice) [Jens Ganseuer]
11543  328705 C99ism in glib/gmem.c [Kazuki Iwamoto]
11544
11545 * Translation updates (da,et,zh_CN)
11546
11547 Overview of Changes from GLib 2.9.3 to GLib 2.9.4
11548 =================================================
11549
11550 * Type system:
11551   Fix a problem with g_object_compat_control() which 
11552   can lead to segfaults in GTK+ applications on 64bit 
11553   platforms. 
11554
11555 * Thread suppport: 
11556   Unused threads now fall back to the global pool after 
11557   500 milliseconds, where they wait for another 
11558   max-idle-time milliseconds. [Sebastian Wilhelmi]
11559
11560 * Fix a memory allocation problem in GKeyFile. [Morten 
11561   Welinder]
11562
11563
11564 Overview of Changes from GLib 2.9.2 to GLib 2.9.3
11565 =================================================
11566
11567 * GTree:
11568  - Replace the simple recursive implementation by
11569    a nonrecursive, threaded one  [Maurizio Monge]
11570
11571 * Change g_filename_display_name and
11572   g_filename_display_basename to use the Unicode
11573   replacement character U+FFFD instead of a question
11574   mark, and don't append "(invalid encoding)"  [Matthias]
11575
11576 * Documentation improvements [Sven Herzberg, Federico
11577   Mena Quintero, Stefan Kost]
11578
11579 * Bugs fixed:
11580  323937 gslice.c in glib 2.9.1 doesn't build on Mac OS X 
11581         [Bogdan Nicula]
11582  326558 Some test failures on IRIX 6.5 [Daichi Kawahata]
11583  169285 "threaded" tree implementation for GTree 
11584         [Maurizio Monge]
11585  326747 g_filename_display_basename adds (invalid encoding) 
11586         [Alberto Ruiz]
11587
11588 Other contributors: Christian Kellner, Murray Cumming
11589
11590 New and updated translations (bg,ca,de,es,et,gu,ja,nl,th,vi)
11591
11592
11593 Overview of Changes from GLib 2.9.1 to GLib 2.9.2
11594 =================================================
11595
11596 * Memory management:
11597  - Add tests for cache colorization [Tim Janik]
11598  - Minimize space consumption if small amounts of differently
11599    sized slices are allocated, at a small performance cost.  [Tim]
11600
11601 * Thread support:
11602  - Add g_atomic_pointer_set() and g_atomic_int_set() [Tim Janik,
11603    Sebastian Wilhelmi]
11604  - Add g_thread_pool_set_sort_function() to allow sorting the 
11605    tasks of a threadpool.  [Martyn Russell]
11606  - Add g_thread_pool_set_idle_time() to allow unused threads
11607    to exit after a certain time.  [Martyn]
11608
11609 * Type system:
11610  - introduce a new type GInitiallyUnowned, which has an initial
11611    floating reference. [Tim]
11612  - Add support for GType parameters. [Matthias]
11613
11614 * Main loop:
11615  - Add g_main_context_is_owner() to determine if the current
11616    thread is the owner of the context.  [Michael Meeks]
11617
11618 * Provide g_access(), g_chdir(), g_unlink(), g_rmdir() as 
11619   wrapper functions instead of macros.  [Manish Singh]
11620
11621 * Documentation improvements [Tim, Matthias, Federico Mena Quintero,
11622   Stefan Kasal, Dan Williams]
11623
11624 * New and updated translations (en_CA,fi,fr,gl,ml,nb,no,zh_HK,zh_TW)
11625
11626 * Bugs fixed:
11627  324179 g_allocator_new() returns pointer to const dummy which Gtk+ 2.8 
11628         tries to modify [J. Ali Harlow]
11629  324332 g_option_context_parse() returns false without setting error 
11630         [Tim-Philipp Müller]
11631  324950 GLIB 2.9.1 testcase errors [Dan Yefimov]
11632  325015 gslice.c: process.h is needed on Windows [Kazuki Iwamoto]
11633  321978 G_DATALIST_GET_FLAGS() macro is not casting datalist to 
11634         gpointer [Andrew Paprocki]
11635  316221 G_LOCK warns about breaking strict-aliasing [Michal Benes, 
11636         Stanislav Brabec]
11637  325273 Error in documentation for glib_check_version () [Declan Naughton]
11638  325310 g_spawn_sync hangs when catching both stdout and 
11639         stderr [Tor Lillqvist]
11640  325249 gcc warning when using g_rmdir from <glib/gstdio.h> [Jani Monoses]
11641  325864 glib/gthreadpool.c:"#define debug(...)" is C99 [Kazuki Iwamoto]
11642  325874 Should say somewhere that source IDs are > 0 [Dan Williams]
11643  325438 a typo (compatability) [Stefan Kasal]
11644  323937 gslice.c in glib 2.9.1 doesn't build on Mac OS X [Bogdan Nicula]
11645
11646
11647 Overview of Changes from GLib 2.9.0 to GLib 2.9.1
11648 =================================================
11649
11650 * Memory management
11651  - The slice allocator is implemented [Tim Janik]
11652  - g_slice_free_chain() has been renamed to 
11653    g_slice_free_chain_with_offset()  [Tim, Behdad Esfahbod]
11654  - Mem chunks are deprecated [Matthias Clasen]
11655
11656 * Data structures
11657  - Hash tables are refcounted, and have a boxed type [Tim]
11658
11659 * Thread support
11660  - Support for Solaris threads has been removed 
11661    [Sebastian Wilhelmi, Andrew Paprocki]
11662  - g_async_queue_sort(), g_async_queue_push_sorted() have 
11663    been added to allow GAsyncQueue to be used as a priority 
11664    queue, together with the corresponding _unlocked 
11665    variants  [Martyn Russell]
11666
11667 * GObject:
11668  - The concept of a floating initial reference has been
11669    moved from GtkObject to GObject [Tim]
11670
11671 * Win32 changes:
11672  - Make g_rename() replace existing files [Tor Lillqvist]
11673
11674 * Misc new API:
11675  - G_GUINT64_CONSTANT macro to define guint64 
11676    constants [Andrew Paprocki]
11677  - G_GNUC_WARN_UNUSED_RESULT macro to instruct the 
11678    compiler to emit a warning if the value returned
11679    by a function is ignored. [Arjan van de Ven, Alex Larsson]
11680  - GList and GSList now have sort functions which take an
11681    extra user data argument [Martyn Russell]
11682  - g_param_spec_ref_sink() has been added for consistency [Tim]
11683
11684 * $LOGNAME is respected when determining user data. [Laszlo Peter]
11685
11686 * Other changes and bug fixes [Tim, Matthias, Behdad, 
11687   Christian Persch, Benedikt Meurer, Andrew Paprocki, 
11688   Kazuki Iwamoto, Alexis S. L. Carvalho, Stanislav Brabec,
11689   Andreas Schwab, Kalle Vahlman]
11690
11691 * Documentation
11692  - Deprecation warnings carry version information [Matthias]
11693  - The slice allocator has been documented [Matthias, Tim]
11694  - Other improvements [Morten Welinder]
11695
11696 Overview of Changes from GLib 2.8.x to GLib 2.9.0
11697 =================================================
11698 * Unicode support:
11699  - The Unicode tables have been updated to Unicode 4.1, 
11700    adding several new values to the GUnicodeBreakType 
11701    enumeration. This breaks Pango <= 1.10 
11702    [Behdad Esfahbod]
11703  - The various Unicode character predicate functions 
11704    (g_unichar_isalpha, g_unichar_isdigit,...) have
11705    been optimized
11706    [Behdad]
11707  - g_utf8_pointer_to_offset, g_utf8_offset_to_pointer:
11708    These functions handle negative offsets now, and
11709    going backwards in g_utf8_offset_to_pointer uses
11710    "stutter stepping".
11711    [Larry Ewing, Matthias Clasen]
11712
11713 * Memory management:
11714  - Mem chunks are no longer used internally in GLib and
11715    GObject. GMemChunk will be deprecated in GLib 2.10
11716  - All APIs based on GAllocator (g_list_push/pop_allocator,
11717    and similar push/pop_allocator functions for other
11718    data structures) have been deprecated, since they
11719    never worked as intended.
11720  - The g_slice_* functions have been added as a 
11721    new API for fast allocation of small memory blocks. 
11722    The implementation in GLib 2.9.0 is just a simple 
11723    wrapper around malloc. GLib 2.10 will have an
11724    efficient and scalable implementation. 
11725    [Tim Janik, Matthias]
11726
11727 * Pattern matching:
11728  - g_pattern_match has been optimized to avoid
11729    unnecessary recursion.
11730    [Tim, Matthias]
11731
11732 * g_intern_string, g_intern_static_string: 
11733  - New functions to intern strings. These are now used 
11734    by GObject to avoid duplicating static strings 
11735    [Matthias]
11736
11737 * g_thread_foreach: 
11738  - New function to iterate over all GThreads 
11739    [Tim, Matthias]
11740
11741 * g_date_set_time_t, g_date_set_time_val:
11742  - New functions to set a GDate from a time_t or
11743    GTimeVal value. g_date_set_time has been deprecated 
11744    in favor of these.
11745    [Roger Leigh]
11746
11747 * g_snprintf and g_vsnprintf:
11748  - These functions are no longer declared in gprintf.h, 
11749    since they are in glib.h
11750    [Matthias]
11751
11752 Overview of Changes from GLib 2.8.0 to GLib 2.8.1
11753 =================================================
11754 * Optimize single-character insertions in GString [Ross Burton]
11755 * Fix build problems on OS X
11756 * Fix build problems on Win32 [Tor Lillqvist, Hans Breuer]
11757 * Other bug fixes [Matthew F. Barnes, Stepan Kasal] 
11758 * Documentation improvements [Tristan van Berkom, Behnam
11759   Esfahbod, Gustavo Carneiro, Stepan Kasal, Matthias]
11760 * New and updated translations (ca,cy,ko,ro,uk)
11761
11762 Overview of Changes from GLib 2.7.7 to GLib 2.8.0
11763 =================================================
11764 * Make g_value_transform() handle enum values
11765   correctly on ppc64.  [Michael Lorenz]
11766   (Third-party code accessing enumeration values 
11767   in GValues should also be changed to access 
11768   v_long, not v_int, in order to work on bigendian 
11769   64bit machines.)
11770 * Make g_flags_get_first_value() handle a value
11771   of 0 meaningfully. [Tim-Philipp Müller] 
11772
11773 Overview of Changes from GLib 2.7.6 to GLib 2.7.7
11774 =================================================
11775 * Make atomic operations on s390 work [Matthias]
11776 * Fix C++ guards in gstdio.h [Tor Lillqvist]
11777
11778 Overview of Changes from GLib 2.7.5 to GLib 2.7.6
11779 =================================================
11780 * Add native implementations of atomic operations 
11781   on s390 [Matthias]
11782 * Make atomic reference counting of closures
11783   work on s390 [Matthias]
11784 * Avoid an infinite loop in g_convert_with_iconv().
11785   [Sebastian Bacher]
11786 * Documentation improvements [Ross Burton]
11787
11788 Overview of Changes from GLib 2.7.4 to GLib 2.7.5
11789 =================================================
11790 * Thread-related changes
11791  - Fix build issues on HP-UX [Paul Cornett]
11792  - Threadsafe access to flags stored in datasets [Tim Janik]
11793  - Fix several issues with atomic refcounting for 
11794    closures, objects and paramspecs [Tim]
11795  - Improve tests for atomic refcounting changes [Tim]
11796 * Fix handling of stateful encodings in g_convert_* [Matthias]
11797 * Fix translation of GOption help output [Dan Winship]
11798 * Catch format errors in translations. This may cause 
11799   "make check" to fail when using older versions
11800   of gettext [Matthias]
11801 * Win32 bug fixes [Tor Lillqvist]
11802 * Documentation improvements [Ross Burton, Jochen Baier, 
11803   Matthias, Tim]
11804 * New and updated translations (de,fi,gu,pl,pt,tr,zh_TW)
11805
11806 Overview of Changes from GLib 2.7.3 to GLib 2.7.4
11807 =================================================
11808 * Fix g_atomic_pointer_compare_and_exchange 
11809   on Sparc64 [Gert Doering]
11810 * Fix a hang in g_thread_pool_free. [Hong Jen Yee]
11811 * Win32 bug fixes [Tor Lillquist]
11812 * Other bug fixes [Benoit Dejean, Manish Singh]
11813 * Documentation improvements [Bryan Silverthorn,
11814   Callum McKenzie] 
11815 * New and updated translations (de,lt,sq,zh_CN)
11816
11817 Overview of Changes from GLib 2.7.2 to GLib 2.7.3
11818 =================================================
11819 * GOption
11820  - Allow callbacks with optional arguments [Pawel Sliwowski]
11821  - Allow to turn off the automatic long option name
11822    disambiguation  [Adam McLaurin]
11823  - Only allow printable ASCII as short option names [Matthias]
11824 * Win32
11825  - Build fixes [Tor Lillqvist]
11826  - Rewrite iochannel socket implementation [Tor]
11827 * GObject
11828  - Threadsafety improvements; in particular, refcounting
11829    of objects is done atomically now. [Wim Taymans, Tim Janik]
11830 * Bug fixes [Morten Welinder, Matthias, Wim Taymans]
11831 * Documentation improvements [Richard Laager, Matthias]
11832 * New and improved translations (bf,cs,hu,nb,nl,no)
11833
11834 Overview of Changes from GLib 2.7.1 to GLib 2.7.2
11835 =================================================
11836 * Win32 build fixes [Hans Breuer]
11837 * Bug fixes [Mikael Magnusson]
11838 * Documentation improvements [Matthias Clasen]
11839 * New and updated translations (en_CA,es,et,ja,sr,sr@Latn,zh_TW)
11840
11841 Overview of Changes from GLib 2.7.0 to GLib 2.7.1
11842 =================================================
11843 * GOption 
11844  - Allow callback arguments without parameters [Dan Winship]
11845 * GMappedFile: an mmap wrapper [David Schleef, Behdad Esfahbod]
11846 * Misc new functions:
11847  - g_get_host_name [Tor Lillqvist]
11848  - g_mkdir_with_parents [Tor]
11849  - g_build_pathv, g_build_filenamev [Todd A. Fisher, 
11850    Matthias Clasen]
11851 * Bug fixes [Roger Leigh, Masatake YAMATO, Kjartan Maraas,
11852   Manish Singh, Tor, Murray Cumming, Kian Duffy, Morten Welinder]
11853 * Documentation improvements [Hong Gang XU, Dan Winship, Matthias]
11854 * New and updated translations (bg,cs,da,en_CA,es,et,nb,nl,no,
11855   sk,th,zh_TW)
11856
11857 Overview of Changes from GLib 2.6.x to GLib 2.7.0
11858 =================================================
11859 * GKeyFile
11860  - Add unit tests [Matthias Clasen, Suren A. Chilingaryan]
11861  - Accept \r\n as line end [Bastian Nocera]
11862  - Don't interpret leading zeros as octal numbers. [Matthias]
11863  - Make key and group removal work [David Hoover, Matthias Hasselmann]
11864 * GOption
11865  - Improve formatting of --help output [Matthias, Noah Levitt]
11866  - Accept -? [Matthias]
11867  - Warn about duplicate main groups [Jeff Franks]
11868  - Treat '-' as non-option argument [Tim Musson, Thomas Leonard]
11869  - Report missing arguments as errors [Björn Lindqvist]
11870  - Add a boxed type for GDate [Tim-Philipp Müller]
11871 * GTree
11872  - g_tree_remove() and g_tree_steal() return status information [Matthew F. Barnes]
11873 * Stdio wrappers
11874  - Work regardless of large file support [Manish Singh]
11875  - Add g_access(), g_chmod(), g_creat(), g_chdir [Tor Lillqvist]
11876 * GObject
11877  - Implement "toggle references" to help language bindings [Owen Taylor]
11878  - Allow to mark names, nicks and blurbs of pspecs as static [Ben Maurer, Matthias]
11879  - Make pspec lookup a bit faster [Morten Welinder]
11880 * Add g_listenv() to list all set environment variables [Hans Petter Jansson]
11881 * Add g_file_set_contents() to atomically write a file.  [Søren Sandmann,
11882   Sven Neumann, Manish, Alexis S. L. Carvalho]
11883 * Add g_try_malloc(), g_try_new(), g_try_new0() and g_try_renew() [Stefan Kost]
11884 * Add g_utf8_collate_key_for_filename() to sort filenames taking
11885   extensions and numeric suffixes into account.  [Ole Laursen, Alex Larsson]
11886 * Add G_GNUC_NULL_TERMINATED to mark varargs function with 
11887   NULL-terminated argument lists. [Marc Meissner]
11888 * Win32 changes
11889  - Improved debugability [Ulf Lamping, Hans Breuer]
11890  - Make filename handling more robust [Tor, Billy Skaggs]
11891  - Improve g_get_system_data_dirs() [Tor]
11892  - Use more precise timers [Tor]
11893  - Build fixes [Kazuki Iwamoto, Hans, Tor, Robert Ögren]
11894 * Other bug fixes [Roger Leigh, Owen, Matthias, Morten, Kjartan Maraas, 
11895   Pawel Sakowski, Tor, Simon Budig, Ed Avis, Manish, Nicolas Laurent, 
11896   Bastien, Fabrício Barros Cabral, Michael Banck, Daniel Atallah, 
11897   J. Ali Harlow, Tim Janik, Hazael Maldonado Torres, Sven, Jon-Kare Hellan,
11898   Dave Benson, Tommi Komulainen, Benjamin Otte, Brian Cameron, Changwoo Ryu, 
11899   Christian Biere, Noah, Benoît Carpentier]
11900 * Documentation improvements [Vincent Untz, Matthias, Tim-Philipp Müller,
11901   Morten, Matthew, Federico Mena Quintero, Sebastian Bacher, Oliver Sessink, 
11902   Stefan, Jared Lash, Tor, Owen, Daniel Vaillard, Mathieu Lacage]
11903 * New and updated translations (ca,cs,da,el,en_CA,en_GB,es,et,eu,fa,fr,gl,
11904   hu,id,it,lt,mn,ne,nl,pl,pt,pt_BR,ro,rw,sk,sq,sr,sr@Latn,tl,uk,xh,zh_CN)
11905
11906 Overview of Changes from GLib 2.6.0 to GLib 2.6.1
11907 =================================================
11908 * GOption
11909  - Make gtk_init(NULL, NULL) work again [Marcin Krzyzanowski]
11910  - Improve handling of -- [Matthias Clasen]
11911  - Don't show G_OPTION_REMAINING in --help output [Matthew F. Barnes]
11912 * g_find_program_in_path() doesn't return directories [Tommi Komulainen]
11913 * Add gmodule-export-2.0.pc [Matthias]
11914 * Win32 changes
11915  - Improve hangling of UNC paths [Tor Lillqvist]
11916  - g_getenv(), g_setenv(), g_unsetenv(), g_find_program_in_path()
11917    take and return UTF-8 now [Tor] 
11918  - Make g_file_test() work more reliably, and use PATHEXT
11919    when check for executables [Tor]
11920  - Build and cross-compilation fixes [J. Ali Harlow]
11921 * Other bug fixes [Jens Hatlak, Morten Welinder, 
11922   Tor, Kalpesh Shah, Adrian Bunk]
11923 * Documentation improvements [Marcin Krzyzanowski, Tor, Crispin
11924   Flowerday, Mariano Suárez-Alvarez, Christian Biere, Danny Milo,
11925   Vincent Untz, Bastien Nocera]
11926 * New and updated translations (cy,de,nl,ru,sq,sv)
11927
11928 Overview of Changes from GLib 2.4.x to GLib 2.6.0
11929 =================================================
11930
11931 * Major new APIs
11932   - GOption, a commandline option parser
11933   - GKeyFile, a parser/editor for the .ini like files 
11934   - Functions to support the XDG basedir specification
11935   - Wrappers for common POSIX pathname functions to handle filename
11936     encodings consistently. On Windows, these use UTF-8.
11937
11938 * Miscellaneous new functions
11939   - g_filename_display_name() converts filenames in displayable UTF-8 strings
11940   - g_uri_list_extract_uris() splits uri lists
11941   - g_date_get_iso8601_week_of_year() gets ISO 8601 week numbers
11942   - g_log_set_default_handler() installs an alternate default log handler
11943   - g_get_language_names() obtains a list of applicable locale names
11944   - g_strv_length() calculates the length of NULL-terminated string arrays
11945   - g_win32_get_windows_version() determines the Windows version 
11946   - G_GNUC_INTERNAL marks functions as non-exported
11947   - glib_check_version() checks the GLib version at runtime
11948   - g_debug() completes the family of logging functions
11949
11950 * Performance improvements
11951   - Optimize g_utf8_validate()
11952   - Optimize g_markup_parse_context_parse()
11953   - Reduce signal connection complexity from O(n) to O(1) 
11954   - Get rid of many PLT entries for internally used exported symbols
11955   - Reduce code size by removing literal strings from g_return_if_fail()
11956
11957 * Other changes
11958   - On Windows, GLib functions that take file name arguments now require
11959     those to be in UTF-8. Functions that return file names return UTF-8.
11960   - Use higher precision for mathematical constants
11961   - Don't convert to/from UTF-8 in g_filename_to_uri/g_filename_from_uri
11962   - Support ll as printf format modifier for long long on all platforms
11963   - Clean up the ABI and enforce the list of exported symbols
11964   - Add a .pc file for using gmodule in libraries
11965   - Require ngettext
11966
11967 Overview of Changes from GLib 2.5.7 to GLib 2.6.0
11968 =================================================
11969 * GOption: Don't list help options if group-specific
11970   options have been requested [Glynn Foster]
11971 * Make g_get_language_names() track locale changes [Christian Persch]
11972 * Win32 bug fixes [Tor Lillqvist]
11973 * Bug fixes [Philippe Blain, Owen Taylor, Sebastian Wilhelmi]
11974 * New and updated translations (da,es,ja,lt,zh_CN)
11975 Bugs fixed: 159530,100697,160271,160645,157255
11976
11977 Overview of Changes from GLib 2.5.6 to GLib 2.5.7
11978 =================================================
11979 * Optimize g_utf8_validate() [Owen Taylor, Matthias Clasen]
11980 * Optimize g_markup_parse_context_parse() [Havoc Pennington, 
11981   Morten Welinder]
11982 * Reduce signal connection complexity from O(n) to O(1) 
11983   [Sven Neumann]
11984 * Add a .pc file for using gmodule in libraries [Owen]
11985 * Add G_GNUC_MALLOC to mark functions returning newly 
11986   allocated memory  [Matthias]
11987 * Win32 bug fixes [Hans Breuer, Tor Lillqvist, Robert Ögren,
11988   Bruce Hochstetler]
11989 * Bug fixes [Kazuki IWAMOTO, Matthias, Manish Singh, Morten,
11990   Frederic Crozat, Tor]
11991 * Documentation improvements [Matthias, Tor, Owen]
11992 * New and updated translations (cs,da,de,en_CA,en_GB,es,nb,nl,sq,zh_CN)
11993
11994 Overview of Changes from GLib 2.5.5 to GLib 2.5.6
11995 =================================================
11996 * GOption
11997   - Add G_OPTION_FLAG_REVERSE to allow options 
11998     which unset a  boolean variable [Tor Lillqvist]
11999 * GChildWatch
12000   - Use sigaction instead of signal [Jonas Jonnson, 
12001   Archana Shah]
12002   - Make the very first SIGCHLD work [Gustavo Carneiro]
12003 * Bug fixes [Morten Welinder, Tor, David MacLachlan,
12004   Manish Singh, J. Ali Harlow]
12005 * Documentation improvements [Matthias Clasen, Tor]
12006 * Updated translations (da,ja,tr,zh_CN)
12007
12008 Overview of Changes from GLib 2.5.4 to GLib 2.5.5
12009 =================================================
12010 * GKeyFile
12011   - Cleanups, add more error checking [Ray Strode]
12012   - Fall back to the untranslated string when getting 
12013     locale strings [Mark McLoughlin]
12014 * GOption
12015   - Document GOption [Matthias Clasen]
12016   - Better support for rest arguments [Owen Taylor, Matthias]
12017   - Handle conflicts between groups [Matthias]
12018 * Add g_lstat() to the stdio wrappers [Tor Lillqvist]
12019 * Add g_filename_display_name() to convert filenames
12020   in displayable UTF-8 strings  [Alex Larsson, Matthias]
12021 * Win32 bug fixes [Kazuki IWAMOTO, Hans Breuer, Tor]
12022 * Bug fixes [Christophe Fergeau, Morten Welinder, 
12023   Owen, Kjartan Maraas, Mark]
12024 * Documentation improvements [Matthias, Tor]
12025
12026 Overview of Changes from GLib 2.5.3 to GLib 2.5.4
12027 =================================================
12028 Add GKeyFile, a parser/editor for the .ini like files used in various
12029    freedesktop.org specifications. [Ray Strode]
12030 Make the handling of filename encodings consistent across all
12031    GLib functions, introduce wrappers for common POSIX 
12032    functions which accept the same filename encoding. [Tor Lillqvist, 
12033    Owen Taylor]
12034 GOption
12035  - Rename g_context_option_error_quark() to a more language-binding
12036    friendly name [Murray Cumming]
12037  - Accept backslashes in filenames on Win32 [Tor Lillqvist]
12038 * Strip the internal aliasing prefix IA__ from function names in 
12039   assertions [Matthias Clasen]
12040 * Add a function to split uri lists. [Matthias]
12041 * Win32 bug fixes 
12042  - Don't open console windows [Tor]
12043 * Other bug fixes [Philippe Blain, Robert Ögren, Hidetaka Iwai, Matthias,
12044  Morten Welinder, Mats-Ola Persson, Tor, Nickolay V. Shmyrev, Kjartan Maraas,
12045   Anders Carlsson, Tim-Philipp Müller, Lucas Rocha, Andrea Campi, Manish
12046   Singh, Thomas Fitzsimmons, Kazuki IWAMOTO]
12047 * Documentation improvements [Matthias, Linus Walleij, Nickolay, Philippe, 
12048  Adam Hooper, Gustavo Carneiro]
12049 * New and updated translations (cs,en_CA,en_GB,ja,nb,nl,or,sr,sr@Latn,sq)
12050
12051 Overview of Changes from GLib 2.5.2 to GLib 2.5.3
12052 =================================================
12053 * GOption
12054  - set the program name from argv[0] [Masatake YAMATO] 
12055  - make contexts work without a main group [Anders Carlsson]
12056 * Performance 
12057  - Get rid of many PLT entries for internally used exported symbols,
12058    and clean up the ABI at the same time and make make check check the
12059    list of exported symbols.  [Matthias Clasen]
12060 * Add API to get ISO 8601 week numbers [Niklas Lundell]
12061 * Add API to install an alternate default log handler [Darin Adler]
12062 * Add API to obtain a list of applicable locale names [Hidetoshi Tajima]
12063 * Reduce code size bloat by removing literal strings from
12064  the g_return_if_fail() macros [Owen Taylor]
12065 * Add g_strv_length [Tim-Philipp Müller]
12066 * Win32 changes
12067  - Add API to determine the Windows version [Tor Lillqvist]
12068 * Other bug fixes [Stepan Kasal, Anders, Tor, Kazuki Iwamoto,
12069   Manish Singh]
12070 * Documentation improvements [Morten Welinder, Matthias]
12071 * New and updated translations (es,nn,ro)
12072
12073 Overview of Changes from GLib 2.5.1 to GLib 2.5.2
12074 =================================================
12075 * Add G_GNUC_INTERNAL macro [Arjan van de Ven]
12076 * Add GOption, a commandline option parser [Anders Carlsson]
12077 * Add glib_check_version [Michael Natterer]
12078 * Add XDG basedir API [Ray Strode]
12079 * Require ngettext [Danilo Segan]
12080 * Bug fixes [Manish Singh, Ray Strode, Vincent Noel, 
12081   Jon-Kare Hellan, Jody Goldberg]
12082 * Win32 bug fixes [Tor Lillqvist, Hans Breuer, Peter Zelezny]
12083 * Documentation improvements [Matthias Clasen, Vincent Untz, Christian Persch]
12084 * New and updated translations (bs,eu,fi,gu,ne,pa)
12085
12086 Overview of Changes from GLib 2.5.0 to GLib 2.5.1
12087 =================================================
12088
12089 * Bug fixes [Oliver Guntermann, Sven Neumann, James 
12090   Henstridge, Hiroyuki Ikezoe, Matthias Clasen, Robert 
12091   Ögren, Tommi Komulainen]
12092 * Documentation improvements [Soeren Sandmann, 
12093   Christophe Fergeau, Danek Duvall]
12094 * New and updated translations (eu,hi)
12095   
12096 Overview of Changes from GLib 2.4.1 to GLib 2.5.0
12097 =================================================
12098
12099 * New functions g_debug [Sven Herzberg]
12100 * Use higher precision for mathematical constants [Morten 
12101  Welinder]
12102 * Don't convert to/from UTF-8 in g_filename_{to,from}_uri 
12103  [Federico Mena Quintero]
12104 * Win32
12105  - Handle empty digit string in printf() functions 
12106    correctly [Tor Lillqvist]
12107  - Support ll as format modifier for long long [Tor]
12108  - Be more careful about HOME [Tor, Ivan Wong]
12109  - Bug fixes [John Ehresman]
12110 * Miscellaneous bug and portability fixes [Danilo Segan, 
12111  Owen Taylor, Nikolai Weibull, Benoît Carpentier, Morten 
12112  Welinder, Manish Singh, Sven Neumann, Julio M. Merino Vidal,
12113  Kaz Sasayama, Murray Cumming, Federico, Mariano Suarez-Alvarez]
12114 * Documentation updates [Matthias Clasen, Crispin Flowerday,
12115  Tommi Komulainen, Federico Mena Quintero, Ed Griffiths]
12116 * New and updated translations (ja,ne,no,wa)
12117  
12118 Overview of Changes from GLib 2.4.0 to GLib 2.4.1
12119 =================================================
12120
12121 * Win32 bug fixes [Tor Lillqvist, Roger Leigh, John Ehresman]
12122 * Miscellaneous bug and portability fixes [Owen Taylor,
12123   Matthias Clasen, Jonas Jonsson, Christian Krause,
12124   Nickolay V. Shmyrev, Christophe Saout, Philippe Blain,
12125   Piotr Klaban]
12126 * Documentation updates [Matthias]
12127 * New and updated translations (ca,cs,cy,el,en_CA,en_GB,es,eu,fi,
12128   fr,gu,he,id,nl,pt,pl,ru,sr,sr@ije,sr@Latn,sv,uk)
12129
12130 Overview of Changes from GLib 2.3.6 to GLib 2.4.0
12131 =================================================
12132
12133 * Handle invalid-UTF-8 in g_log() properly [Matthias Clasen]
12134 * Win32 bug fixes [Tor Lillqvist, Bruce Hochstetler]
12135 * Miscellaneous bug and portability fixes [Olivier Biot, David L. Cooper II, 
12136   Kjartan Maraas, Frédéric L. W. Meunier, Christof Petig, Manish Singh, 
12137   Sebastian Wilhelmi]
12138 * Documentation updates [Owen]
12139 * Updated translations (hr,ro)
12140
12141 Overview of Changes from GLib 2.3.5 to GLib 2.3.6
12142 =================================================
12143
12144 * GAtomic bug fixes [Sebastian Wilhelmi, Mark McLoughlin]
12145 * GMain threading fixes and improvements [Sebastian]
12146 * Win32 [Tor Lillqvist]
12147  - restore some symbols extraneously exported from gobject to maintain ABI compatibility
12148  - Misc build improvements and fixes [Tor, Cedric Gustin, Hans Breuer]
12149 * Documentation updates [Sebastian, Takeshi AIHANA, Matthias, Sven Herzberg]
12150 * New and updated translations (be,es,fi,ga,pa,sr@ije,zh_CN)
12151
12152 Overview of Changes from GLib 2.3.3 to GLib 2.3.5
12153 =================================================
12154
12155 * Make glib-mkenums parse initializers with macros. [Matthias Clasen, muppet]
12156 * Respect locale era in g_date_set_parse(). [Theppitak Karoonboonyanan] 
12157 * Add atomic operations and use it for the async queue and
12158   gonce implementation. [Sebastian Wilhelmi]
12159 * Documentation improvements [Sebastian, Matthias, Sven Herzberg]
12160 * Add g_main_depth() for finding the recursion depth of the main
12161   loop [Owen Taylor, Tim Janik, Stefan Westerfeld]
12162 * Add g_spawn_close_pid(), needed on win32 [J. Ali]
12163 * Win32 fixes. [Hans Breuer, J. Ali Harlow]
12164 * Misc bugfixes [Sebastian, Matthias, Balazs Scheidler, Owen]
12165 * Updated translations (cy,et,ga,sq)
12166
12167 Overview of Changes from GLib 2.3.2 to GLib 2.3.3
12168 =================================================
12169
12170 * Add a native AIX gmodule implementation. [Laurent Vivier]
12171 * Add g_node_copy_deep().  [James M. Cape, Matthias Clasen]
12172 * Extend GQueue API to match the GList API. [Soeren Sandmann]
12173 * Add g_hash_table_find().  [Tim Janik]
12174 * Add a G_MODULE_BIND_LOCAL flag. [David Schleef]
12175 * Inline g_string_append_c() when possible. [Owen Taylor, Tim]
12176 * Wrap waitpid() as a GSource. [Jonathan R. Blandford]
12177 * Add g_completion_complete_utf8(). [Theppitak Karoonboonyanan, 
12178   Matthias]
12179 * Add g_strsplit_set(). [Soeren]
12180 * Documentation improvements. [Vincent Untz, Sebastian Wilhelmi, 
12181   Soeren, Matthias]
12182 * Win32 build fixes. [Tor Lillqvist]
12183 * Misc bugfixes [Manish Singh, Noah Levitt, Simon Josefsson, 
12184   Morten Welinder, Damien Carbery, Julio M. Merino Vidal, Sebastian, 
12185   Matthias]
12186 * Updated translations (nn,cs,it,ko,sq,ms,az,hr,uk,sr,sr@Latn,sq,ta)
12187
12188 Overview of Changes from GLib 2.3.1 to GLib 2.3.2
12189 =================================================
12190
12191 * Add G_MAXSIZE. [Manish Singh]
12192 * Add g_rand_new_with_seed_array(), g_rand_set_seed_array(),
12193   implementing the init-by-array functionality of the 
12194   original mersenne twister. Add g_rand_copy(). Improve seeding. 
12195   [George Lebl]
12196 * Add a lowercase_name option to glib-mkenums. [Murray Cumming]
12197 * Add g_ptr_array_foreach(). [Matthias Clasen]
12198 * Add g_timer_continue(). [Tim-Philipp Müller]
12199 * Fix a threadsafety issue in mem chunks. [Matthias, Balazs Scheidler]
12200 * Fix g_filename_{to,from}_utf8() on Win32 and improve 
12201   g_file_test() there too [Hans Breuer] 
12202 * Add a boxed type for NULL-terminated string arrays.  [Matthias]
12203 * Add G_DEFINE_TYPE() plus variants to ease the constuction
12204   of GObject boilerplate code.  [Tim Janik]
12205 * Support & in password GECOS field [Matthias, Soeren Boll Overgaard]
12206 * Documentation improvements [Matthias, Manish]
12207 * Win32 build fixes [Hans]
12208 * Misc bug fixes [Damien Carbery, Matthias, Manish, Olivier Poncet, 
12209   Zack Rusin]
12210 * Updated translations (ar,de,fa,ga,mn,nn,no,sq)
12211
12212 Overview of Changes from GLib 2.3.0 to GLib-2.3.1
12213 =================================================
12214
12215 * Add glib/gi18n.h and glib/gi18n-lib.h for common
12216   gettext support, including a Q_() macro for translation
12217   with context [Matthias Clasen]
12218 * Add a more flexible G_FILENAME_ENCODING variable
12219   as a replacement for G_BROKEN_FILENAMES [Matthias]
12220 * Fix the return value g_main_context_iterate() for
12221   newly ready sources [Padraig O'Briain]
12222 * Handle Hangul composition for normalization [Noah Levitt]
12223 * Add G_{MIN,MAX,MAXU}INT{8,16,32}. [Mark Jones, Matthias]
12224 * Add G_GSIZE_FORMAT/G_SSIZE_FORMAT [Manish Singh]
12225 * Add G_STRFUNC as a portable wrapper for __func__ [Tim Janik]
12226 * Documentation improvements [Matthias]
12227 * GObject [Tim Janik]
12228  - Support '-' in g_signal_connect()/disconnect() names
12229    like 'swapped-signal'.
12230  - Add g_type_class_peek_static() and use to optimize
12231    g_object_new() for static types [Tim]
12232  - Allow setting construct-only properties from within
12233    init() implementations
12234  - Enforce readability/writeability in g_object_set/get()
12235 * Fix bug with g_ascii_strtod and multi-byte separator.
12236   [Behdad Esfahbod, Roozbeh Pournader]  
12237 * Misc bug fixes [Matthias, John Ehresman, Andrew Lanoix,
12238   Tor Lillqvist, Mark McLoughlin, Tim-Philipp Müller, Manish, 
12239   Morten Welinder]
12240 * Updated translations (ca,cs,da,es,fr,ja,nn,no,pt,ru)
12241
12242 Overview of Changes from GLib 2.2.x to GLib-2.3.0
12243 =================================================
12244
12245 * Replace Trio printf by gnulib vasnprintf [Matthias Clasen]
12246 * Update Unicode data to Unicode 4.0 [Noah Levitt]
12247 * Support XML-safe formatted output with 
12248   g_markup_[v]printf_escaped [Owen Taylor]
12249 * Add g_file_read_link to read symbolic links [Matthias]
12250 * Add g_unichar_get_mirror_char to obtain the 
12251   mirrored variant of a character [Noah]
12252 * Support for one-time initialization functions. 
12253   [Sebastian Wilhelmi]
12254 * Miscellaneous API additions: g_vasprintf
12255   g_string_chunk_insert_len, g_setenv, g_unsetenv [Matthias]
12256 * Docs improvements [Matthias]
12257 * Add support instance-private data on classed types
12258   [Mark McLoughlin, Tim Janik, Owen]
12259 * Optimize signal emissions [Soeren Sandmann, Tim]
12260 * Support a "default vtable" per interface [Tim]
12261 * Add support for properties on interfaces [Owen, Tim]
12262 * Miscellaneous API additions: g_value_take_string(),
12263   g_value_take_param(), g_value_take_object(), 
12264   g_value_take_boxed(). [Matthias]
12265 * Win32 build fixes [Tor Lillqvist]
12266
12267 Overview of Changes from GLib 2.1.5 to GLib-2.2.0
12268 =================================================
12269
12270 * Fix a problem with g_thread_init() on 64-bit problems
12271   [Alceste Scalas, Sebastian Wilhelmi]
12272 * Add assembly implementations of byteswap macros
12273   for ia64 and x86_64. [Manish Singh]
12274 * IOChannel fixes for Win32 [Tor Lillqvist, Thorsten Maerz]
12275 * Updated translations (bg,ca,es,da,fi,lv,ru,sk)
12276
12277 Overview of Changes from GLib 2.1.4 to GLib-2.1.5
12278 =================================================
12279
12280 * Win32 bug fixes [Tor Lillqvist]
12281 * Various post-rewrite fixes for glib-gettext.m4 [Owen Taylor,
12282   Jody Goldberg, Kjartan Maraas, Johannes Stezenbach]
12283 * Ensure we have a GUINT64_FORMAT by pulling in Trio
12284   if necessary [Manish Singh]
12285 * Further Trio build fixes [Matthias Clasen, Owen]
12286 * Hack around gcc, libtool issues with -pthread [Owen]
12287 * Docs improvements [Matthias]
12288 * Bug and portability fixes 
12289 * Updated and new translations (bg,de,fi,fr,sq,fr)
12290
12291 Other contributors: Kai Poitschke, Morten Welinder
12292
12293 Overview of Changes from GLib 2.1.3 to GLib-2.1.4
12294 =================================================
12295
12296 * autoconf changes to make it possible to cross compile
12297   GLib. [Owen Taylor, Dan Kegel, Amy Lin, Dimi Shahbaz, 
12298   Johannes Stezenbach]
12299 * Use libintl when it has bind_textdomain_codeset() and
12300   GLib doesn't. [Owen]
12301 * Improve generation of pseudo-random integers [Morten Welinder, 
12302   Sebastian Wilhelmi]
12303 * Avoid literal UTF-8 in favor of octal escapes [Owen, Tomas Ogren]
12304 * Cleanup include order [Sven Neumann]
12305 * autoconf cleanups and bug fixes [Daniel, Matthias Clasen, Owen]
12306 * Doc fixes and additions [Matthias]
12307
12308 Other contributors: James M. Cape, Frederic Crozat, Martin Gansser,
12309   Phuc LeHong, Manish Singh, Joshua Weage, Morten Welinder
12310
12311 Overview of Changes from GLib 2.0.x to GLib-2.1.x
12312 =================================================
12313
12314 * Add copy of the Trio library to build and use for printf() when 
12315   system printf isn't good enough. Add g_printf()/etc. [Matthias Clasen]
12316 * Add g_str_has_suffix()/g_str_has_prefix() [Alex Larsson]
12317 * Add g_markup_parse_context_get_element() [Matthias]
12318 * Add g_utf8_strreverse [Matthias]
12319 * Add g_ascii_strtoull() [Tim Janik]
12320 * Support scanning of 64-bit values with GScanner [Tim]
12321 * Add g_set/get_application_name() [Havoc Pennington]
12322 * Add G_LIKELY()/G_UNLIKELY() macros for hinting branch probabilities. 
12323   Use for g_return_if_fail(). [Matthias Clasen]
12324 * Add G_GNUC_DEPRECATED macro [Tom Tromey]
12325 * Improve the seeding algorithm of GRandom to avoid problems
12326   with certain pathological seeds. Support G_RANDOM_VERSION=2.0
12327   environment variable. [Sebastian Wilhelmi]
12328 * Improve thread configure checks, use -pthread where applicable
12329   [Sebastian]
12330 * Improve handlng of thread priorities [Sebastian]
12331 * Fix up parameter names that might shadow functions from
12332   system headers [Soeren Sandmann]
12333 * Clean up usage of deprecated functions [Manish Singh]
12334 * Docs fixes and improvements. In particular, include "Since" information.
12335   [Matthias, Soeren, Martin Schulze, Daryll Strauss, Bill Janssen, 
12336   Owen Taylor, Morten Welinder]. 
12337
12338 Overview of Changes in GLib 2.0.7
12339 =================================
12340
12341 * Fix C++ warnings in gtype.h [Dom Lachowicz]
12342 * Fix g_type_fundamental_next() [Tim Janik]
12343 * Fix various missing includes of config.h [Morten Welinder]
12344 * Handle main loop initialization before g_thread_init [Sebastian Wilhelmi]
12345 * Various 64-bit fixes [Manish Singh]
12346 * Fix GPoll on Win32 [Tor Lillqvist, Herman Bloggs]
12347 * Fix bug with buffering on UTF-8 IOChannels [Daniel Elstner]
12348 * Misc bug and build fixes [Soren Andersen, Gustavo Carneiro, Tor,
12349      Tim, Havoc Pennington,  Matthias Clasen, Sebastian Rittau,
12350      Masahiro Sakai, Arvind Samptur, HideToshi Tajima, Owen Taylor]
12351 * Updated and new translations (be,cs,de,*fa,it,lv,pt_BR,tr)
12352
12353 Overview of Changes in GLib 2.0.6
12354 =================================
12355
12356 * Fix problem with interface prerequisites [Jon Trowbridge, Dave Camp]
12357 * Clean up debug spew from GObject [Anders Carlsson]
12358 * Compiler warning fixes [David L. Cooper II]
12359 * Fix some problems with g_build_path() [Guillaume Chazarain, Owen Taylor]
12360 * Fixes for --disable-debug [Sebastian Wilhelmi]
12361 * Threading fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann, 
12362   Rajkumar Sivasamy, Laurent Vivier]
12363 * Documentation fixes [Jacob Berkman, Manuel Clos, Jared Dukat, 
12364   Sebastian Rittau, Linus Welleij]
12365 * Misc bug fixes [Anders Carlsson, Sam Couter, Morten Welinder, Owen]
12366 * Updated translations (bg,ko,vi)
12367
12368 Overview of Changes in GLib 2.0.5
12369 =================================
12370
12371 * Fix problem with interface prerequisites [Jon Trowbridge, Dave Camp]
12372 * Clean up debug spew from GObject [Anders Carlsson]
12373 * Compiler warning fixes [David L. Cooper II]
12374 * Fix some problems with g_build_path() [Guillaume Chazarain, Owen Taylor]
12375 * Fixes for --disable-debug [Sebastian Wilhelmi]
12376 * Threading fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann, 
12377   Rajkumar Sivasamy, Laurent Vivier]
12378 * Documentation fixes [Jacob Berkman, Manuel Clos, Jared Dukat, 
12379   Sebastian Rittau, Linus Welleij]
12380 * Misc bug fixes [Anders Carlsson, Sam Couter, Morten Welinder, Owen]
12381 * Updated translations (bg,ko,vi)
12382
12383 Overview of Changes in GLib 2.0.4
12384 =================================
12385
12386 * Fix some 64-bit problems. (George Lebl, David L. Cooper II)
12387 * Add note about Tru64 iconv to INSTALL. (Manuel Op de Coul)
12388 * Fix problem with timouts > MAXINT. (Tim Janik, Owen Taylor)
12389 * Updated translations (ca,es,fr,ja,gl,ms,nl,pl,pt,ru)
12390
12391 Overview of Changes in GLib 2.0.3
12392 =================================
12393
12394 * Handle sorting 0-length arrays (Ron Arts)
12395 * Threading fixes (Sebastian Wilhelmi)
12396 * Portability fixes (Miroslaw Dobrzanski-Neumann, Jacob Berkman, Gareth Pierce, 
12397   Sebastian, Qingjiang Yuan)
12398 * Various fixes for glib-2.0.m4. (Jim Gettys, others.)
12399 * Locate right glib-genmarshal when cross-compiling. (Mitch Natterer)
12400 * Win32 fixes (Tor Lillqvist)
12401 * Try to fix g_get_charset() related segfaults. (Owen)
12402 * Fixes for gettext detection. (Dan Winship, HideToshi Tajima, Boyd Lynn Gerber,
12403   Andrew P. Lentvorski, Jr.)
12404 * Fix g_scanner_unexp_token() (Tim Janik, Sven Neumann)
12405 * g_markup fixes. (Matthias Clasen.)
12406 * Bug fixes and cleanups (Daniel Elstner, Matthias, Laszlo Peter, Morten Welinder,
12407   Wayne Schuller)
12408
12409 Overview of Changes in GLib 2.0.1
12410 =================================
12411
12412 * Portability fixes for Sun's Forte compiler [Erwann Chenede]
12413 * Performance improvements for GObject parameter lookup, 
12414   g_filename_to/from_utf8() [Alex Larsson]
12415 * Actually check interface prerequisites [Matthias Clasen,
12416   Miroslaw Dobrzanski-Neumann]
12417 * Fix problem with glib-mkenums taking huge amounts of stack. [Owen Taylor]
12418 * Fix g_signal_handlers_disconnect_by_func() for C++ [Damien Sandras]
12419 * Fixes for g_log() and threading.
12420   [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann, Tim Janik]
12421 * Make g_print(), g_printerr(), g_warning(), etc, convert from
12422   UTF-8 to the encoding of the locale [Sebastian Wilhelmi, Tim]
12423 * Fixes for GIOChannel on windows. [Tor Lillqvist]
12424 * Fix gsize/gint mismatches in giochannel.c [Miroslaw Dobrzanski-Neumann]
12425 * Fix file descriptor leak in g_file_get_contents() [Matthias]
12426 * Workaround iconv() problems on older Solaris [Lauri Alanko]
12427 * Fix warnings with gcc-3.1 about asm const [Cody Russel]
12428 * Minor bug fixes.
12429
12430 Other contributors: Hans Breuer, LEE Sau Dan, Sven Neumann, Salmaso Raffaele,
12431   Akira Tagoh, Morten Welinder
12432
12433
12434 Overview of Changes in GLib 2.0.0
12435 =================================
12436
12437 * Thread portability fixes [Sebastian Wilhelmi]
12438 * Documentation updates [Owen Taylor]
12439 * Make g_strerror(), g_strsignal() properly return UTF-8,
12440   call bind_text_domain_codeset() so that error strings
12441   are in UTF-8 as well. [Owen, Tor Lillqvist]
12442
12443 Overview of Changes in GLib 2.0.0 rc1:
12444 ======================================
12445
12446 * Win32 fixes [Tor Lillqvist]
12447 * Portability fixes [Finlay Dobbie, Miroslaw Dobrzanski-Neumann]
12448 * Fix up g_date_strftime [Daniel Elstner]
12449 * Add some structure padding [Tim Janik]
12450 * Make g_get_homedir() prefer the users home directory to $HOME
12451
12452 Other contributors: Matthias Clasen, Paolo Maggi, Christian Rose
12453
12454 Overview of Changes in GLib 1.3.15:
12455 ===================================
12456
12457 * Speed up marshalers by using private access to GValue 
12458   [Anders Carlsson, Tim Janik]
12459 * Reduce GValue to 2 elements [Tim]
12460 * Add G_DEBUG environment variable, G_DEBUG=fatal_warnings [Matthias Clasen]
12461 * Fixes for AIX compilation [Miroslaw Dobrzanski-Neumann]
12462 * Add padding to various structures [Owen Taylor, Tim]
12463 * Win32 fixes [Tor Lillqvist]
12464
12465 Other contributors: James Henstridge, Ryan Lovett, Morten Welinder,
12466   Daniel Elstner
12467
12468 Overview of Changes in GLib 1.3.14:
12469 ===================================
12470
12471 * Register value transformations for gint64, guint64 [Andy Wingo]
12472 * Build with large-file support [Sven Neumann, Owen Taylor]
12473 * Fix handling of hostnames in URI's [Darin Adler]
12474 * Main loop bug fixes [Havoc Pennington, Owen]
12475 * Doc fixes and improvements [Manish Singh, Tim Janik]
12476 * Support ' as attribute delimiters in GMarkup [Matthias Clasen]
12477 * Win32 fixes [Hans Breuer, Tor Lillqvist]
12478 * Threading bug and build fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann]
12479 * Miscellaneous bug fixes
12480
12481 Other contributors: Matthias Clasen, James Henstridge, Mitch Natterer, 
12482   Morten Welinder.
12483
12484 Overview of Changes in GLib 1.3.13:
12485 ===================================
12486
12487 * Fix g_filename_to/from_uri for Win32 [Tor Lillqvist, Darin Adler]
12488 * Miscellaneous win32 fixes [Tor, Hans Breuer]
12489 * Fix thread options for gcc on AIX [Jerome Zago, Sebastian Wilhelmi]
12490 * Documentation improvements [Ron Steinke, Matthias, Sebastian]
12491 * Cache iconv converters as used by g_convert() [Jeffrey Stedfast]
12492 * Bug fixes [Sven Neumann, Owen Taylor, Matthias Clasen, Jeffrey,
12493   Laszlo Peter, Havoc Pennington, Tim Janik]
12494
12495 Overview of Changes in GLib 1.3.12:
12496 ===================================
12497
12498 * Implement closure chaining, fixing up API (Tim Janik)
12499 * Closure chaining test case (James Henstridge)
12500 * Make GType long not int where both are equal width (Tim)
12501 * Win32 fixes and improvements (Hans Breuer, Tor Lillqvist)
12502 * Fixes for NetBSD. (Dan Winship)
12503 * Use snprintf() for g_printf_string_upper_bound() where possible. (Matthias Clasen)
12504 * Save space for GBSearchArray (Tim Janik)
12505 * Documentation improvements. (Matthias, Sven Neumann, Havoc Pennington)
12506
12507 Other contributors: Darin Adler, Chris Blizzard, Anders Carlson, Daniel Elstner, Michael Meeks, 
12508   Mark McLoughlin, Dave Neary, Manish Singh, Owen Taylor, HideToshi Tajima, 
12509   Sebastian Wilhelmi.
12510
12511
12512 Overview of Changes in GLib 1.3.11:
12513 ===================================
12514
12515 * Win32 fixes [Hans Breuer, Tor Lillqvist]
12516 * Documentation improvements [Matthias Clasen]
12517 * Portable directory handling API [Hans]
12518 * Threading fixes [Sebastian Wilhelmi, Havoc Pennington]
12519 * Fix excess relocations in Unicode tables [Andrew Taylor]
12520 * Fix gpattern for UTF-8 [Matthias Clasen]
12521 * Support overriding class closures [Tim Janik]
12522 * Support for derivation from G_TYPE_POINTER [Owen Taylor]
12523 * Hide pointers to type information inside GType to reduce locking
12524   [Alex Larsson, Tim]
12525 * Adds check for direct inclusion of gobject/*.h [Owen]
12526 * GObject API cleanups [Tim]
12527
12528 Other contributors: Darin Adler, Jacob Berkman, Daniel Egger, Eric Lemings, 
12529   Michael Meeks, Mark McLoughlin, Arkadiusz Miskiewicz, Dan Winship
12530
12531
12532 Overview of Changes in GLib 1.3.10:
12533 ===================================
12534
12535 * Many Win32 fixes and improvements [Tor Lillqvist]
12536 * Documentation improvements [Matthias Clasen]
12537 * g_string_printfa() renamed to g_string_append_printf()
12538 * Use libcharset from libiconv to implement charset detection
12539   more portably. [Owen Taylor, Hidetoshi Tajima]
12540 * Add 64 bit type support to GObject [Joshua Pritikin, Mathieu Lacage, Owen]
12541 * Make support for 64 bit integers a requirement [Joshua]
12542 * GPattern improvements [Tim Janik, Matthias]
12543 * Locale independent g_ascii_strtod / g_ascii_dtostr [Alex Larsson]
12544 * Many bug fixes and minor tweaks.
12545
12546 Other Contributors: Darin Adler, Jakub Jelinek, James Antill, Andrew Taylor,
12547   Ben Gertzfield, Elliot Lee, Manish Singh, Abel Cheung, Laszlo Peter,
12548   Sven Neumann, George Lebl, Raja Harinath, Sebastian Wilhelmi,
12549   Jacob Berkman
12550
12551
12552 Overview of Changes in GLib 1.3.9:
12553 ==================================
12554
12555 * Fixes for comparison of threads [Sebastian Wilhelmi]
12556 * Use vasprintf() when possible for g_strdup_printf [Matthias Clasen]
12557 * Win32 fixes [Tor Lillqvist, Hans Breuer]
12558 * Add a len argument to g_ascii_strup/strdown
12559 * Bug, portability fixes, cleanups.
12560
12561 Other Contributors: Darin Adler, Katsuhiro Okuno, Joshua N. Pritikin
12562
12563
12564 Overview of Changes in GLib 1.3.8:
12565 ==================================
12566
12567 * Documentation updates [Owen]
12568 * Made GType interfaces overridable in derived types
12569 * Many win32 fixes [Tor Lillqvist]
12570 * Miscellaneous cleanups and fixes
12571
12572 Other contributors:
12573   Darin Adler, Matthias Clasen, Ron Steinke, Hans Breuer, Alex Larsson
12574
12575
12576 Overview of Changes in GLib 1.3.7:
12577 ==================================
12578
12579 * Integrate GClosure support into the main loop [Owen Taylor]
12580 * More GSignal convenience functions (macros) [Sven Neumann, Tim Janik]
12581 * Introduced weak references for GObject [James Henstridge, Sven, Tim] 
12582 * Minor hash table optimizations
12583 * Main loop and threading improvements [Sebastian Wilhelmi]
12584 * Added g_ascii_* functions to be used for locale insensitive UTF-8
12585   compliant code instead of old string functions  [Darin Adler, Alex Larsson]
12586 * Add functions for Unicode case-conversion, normalization, and 
12587   collation [Owen]* GString improvements [Owen]
12588 * Reworked the GIOChannel code [Hidetoshi Tajima, Ron Steinke]
12589 * Removed glib-config-2.0 in favour of pkgconfig [Sebastian]
12590 * Make code 64bit clean [Mark Murnane]
12591 * More G_CONST_RETURN fixes
12592 * Many improvements to the win32 code [Tor Lillqvist, Hans Breuer]
12593 * Miscellaneous bug and API fixes
12594
12595 Other contributors:
12596   Michael Natterer, Christopher James Lahey, Padraig O'Briain,
12597   Matthias Clasen, Josh Pritikin, Steve Baker, Cesar Rincon, Garry R. Osgood,
12598   Michael Meeks, Laszlo Peter,  Martin Baulig, Kjartan Maraas, Andrew Lanoix,
12599   Peter Williams
12600
12601
12602 Overview of Changes in GLib 1.3.6:
12603 ==================================
12604
12605 * Threads have a "return value" from g_thread_join
12606 * Removed ability to adjust thread stack size
12607 * Prefix warnings with progname/PID by default, change toggle for this to 
12608   be an env variable G_MESSAGES_PREFIXED not a compile-time option
12609 * GMarkup speedups
12610 * GDate const, convenience fixups
12611 * Include test cases that headers are compilable by C++ compiler
12612 * Add ability to spawn processes with argv[0] != executable path.
12613 * g_strstr_len, g_strrstr, g_strrstr_len
12614 * Add length argument to g_utf8_strchr and g_utf8_strrchr.
12615 * Misc bug fixes
12616
12617
12618 Overview of Changes in GLib 1.3.5:
12619 ==================================
12620
12621 * Added an installed glib-mkenums Perl program for parsing enumeration
12622   declarations from header files.
12623 * Mark some additional deprecated functions.
12624 * Bug and Portability fixes
12625
12626
12627 Overview of Changes in GLib 1.3.4:
12628 ==================================
12629
12630 * Efficiency improvements for GThreadPool
12631 * A few bug fixes
12632 * Build fixes
12633 * Documentation improvements
12634
12635
12636 Overview of Changes in GLib 1.3.3:
12637 ==================================
12638
12639 GLib:
12640
12641 * More user_data support in various functions.
12642 * Main loop API revamps to support per-thread main loops.
12643 * Unicode handling improvements.
12644 * Implemented debugging traps.
12645 * G_CONST_RETURN specification all over the place.
12646 * Various new small utility functions.
12647 * Random number generator precision improvements.
12648 * New configure option --disable-mem-pools.
12649 * Many Win32 improvements.
12650 * Added g_try_malloc() friends varinats.
12651 * Many documentation improvements.
12652 * Many threading improvements, support for dynamic allocation
12653   of static mutexes.
12654 * GHookLIst API cleanups.
12655 * Improved format support of GDate parser.
12656 * String function speed improvements with new g_stpcpy().
12657 * Hashtable API additions.
12658 * New GPatternSpec for shell-style pattern matching (from GtkPatternSpec).
12659 * Optimizations, cleanups, bug fixes.
12660
12661 GObject:
12662
12663 * Added many convenience functions.
12664 * GClosure and GParamSpec use float/sink ref-counting scheme now.
12665 * Reworked property change notification.
12666 * Binary searchable array cleanups, so it's widely usable now.
12667 * Added static content keeping for some GValue types.
12668 * Support for statically scoped signal parameters.
12669 * Extinguished property trailer args in set/get interface.
12670 * Added support for abstract types.
12671 * G_CONST_RETURN specification all over the place.
12672 * Split parameter exchange functionality into value transforms
12673   and parameter conversions.
12674 * Added signal emission hooks and signal accumulators.
12675 * Added interface prerequisites to support is_a (interface, object)
12676   relations.
12677 * Implemented GValueArray.
12678 * New types, boxed: G_TYPE_VALUE, G_TYPE_CLOSURE, G_TYPE_GSTRING
12679   GParamSpecs: G_TYPE_PARAM_PARAM, G_TYPE_PARAM_POINTER, G_TYPE_PARAM_CLOSURE,
12680   G_TYPE_VALUE_ARRAY, G_TYPE_PARAM_UNICHAR, G_TYPE_PARAM_VALUE_ARRAY.
12681 * Varrags value collection improvements.
12682 * Implemented debugging traps.
12683 * Made things thread-safe.
12684 * Many documentation improvements.
12685 * Many cleanups, optimizations and bug fixes.
12686
12687
12688 Overview of Changes in GLib 1.3.2:
12689 ==================================
12690
12691 GLib:
12692
12693 * Win32 build improvements  [Tor]
12694 * Improvements to error reporting  
12695   (g_critical(), g_return_if_reached()) [Darin]
12696 * Add g_strlcpy/g_strlcat  [David Wheeler]
12697 * New IO channel implementation for Win32  [Tor] 
12698 * Make g_array_free, g_string_free return pointer to memory requested
12699   not to be freed.  [Darin]
12700 * Added GError based error reporting for thread functions.  [Sebastian]
12701 * Moved reference docs into GLib distribution. [Owen]
12702 * Added g_convert() for doing convenient character set conversions based
12703   on iconv. (GLib now requires libiconv or a native iconv.) [Havoc/Owen]
12704 * Various Unicode handling additions (g_ucs4_to_utf8, g_utf8_validate(),
12705   g_{locale,filename}_{to,from}_utf8)  [Robert/Havoc/Owen]
12706 * Portability fixes for threading.  [Sebastian]
12707 * Added convenient functions for launching new processes (g_spawn_*),
12708   and shell quoting/unquoting functions.  [Havoc]
12709 * Split glib.h into many headers.  [Sebastian]
12710 * Added a simple callback-based parser for XML-like files (GMarkup).  [Havoc]
12711 * Fixed confusions between comparison functions that return <0, 0, >0
12712   and equaility functions that return FALSE,TRUE.  [Sebastian]
12713 * Added safe/portable temporary file manipulation functions.  [Tor]
12714 * autoconf improvements.  [Raja]
12715 * Many documentation improvements.
12716 * Bug fixes.
12717
12718 GObject:
12719
12720 * Added boxed and pointer types.  [Tim/Jonathan]
12721 * Added callback abstraction (GClosure)  [Tim]
12722 * Added signal system (GSignal)  [Tim]
12723 * Make GTypePlugin an interface  [Tim]
12724 * Added GTypeModule - a simple GTypePlugin instantiation  [Owen]
12725 * Bug fixes.
12726
12727
12728 What's new in GLib 1.3.1:
12729 =========================
12730
12731 * New GObject library added including object system based on
12732   the GTK+ object system. 
12733 * Functions for getting the properties of Unicode characters, 
12734   computing the canonical decomposition and ordering combining
12735   characters aand manipulating UTF-8 string manipulation based
12736   on libunicode.
12737 * GString now properly handles embedded nuls.
12738 * Multiple fixes from the 1.2.x branch.
12739 * Upgrade to libtool 1.3.3
12740 * Full thread support (thread creation and destruction).
12741 * BeOS port, BeOS dynamic modules.
12742 * Many improvements to the Windows ports.
12743 * Improvements to the OS/2 port, OS/2 module support.
12744 * Double ended queue implementation.
12745 * GLib macros for printf() formatting, e.g. G_GULONG_FORMAT = "lu"
12746 * New configure option --enable-msg-prefix to prefix messages, warnings
12747   et ceteri with the program name and the process id.
12748 * New thread-safe random number generator Mersenne Twister.
12749 * g_strcompress() added, g_strescape() had a slight API change, and
12750   more tightly defined semantics.
12751 * the g_string(x) macro has been removed, #x may be used instead.
12752                                 
12753