Imported Upstream version 2.62.0
[platform/upstream/glib.git] / NEWS
1 Overview of changes in GLib 2.62.0
2 ==================================
3
4 * Fix new `GFileInfo` APIs to work when `G_FILE_ATTRIBUTE_TIME_MODIFIED_USEC`
5   was not queried (!1087)
6
7 * Bugs fixed:
8  - #487 Add valgrind test runs to CI
9  - !1084 garray: Fix reference to GLIB_SIZEOF_INT
10  - !1086 glib.supp: make gobject_init() calloc also of the possible kind
11  - !1087 fileinfo: ignore USEC if not available
12
13 * Translation updates:
14  - Friulian
15  - Portuguese (Brazil)
16
17
18 Overview of changes in GLib 2.61.3
19 ==================================
20
21 * Support setting thread name on BSD systems (#1761)
22
23 * Install previously-uninstalled headers for public `GNativeSocketAddress`
24   object (#1854)
25
26 * Very initial support for Windows apps (UWP) (!1057)
27
28 * Add various new valgrind suppressions to `glib.supp` (#1879, !1075)
29
30 * Bugs fixed:
31  - #83 Optimisation for g_nearest_pow() in garray.c
32  - #512 GSignal: accumulator function not called to accumulate G_SIGNAL_RUN_CLEANUP object handler return values
33  - #873 allow NULL arguments to parse_strv
34  - #905 Patches from static analysis run on 2.40
35  - #1057 goption: add sanity check to input parameters
36  - #1309 GSettings object stops emitting "changed" signal on g_settings_reset after call to g_settings_delay
37  - #1620 GDBus criticals from GVfs with GLib master
38  - #1761 Setting thread-name on BSD systems
39  - #1803 GDK_SCALE=X is not respected when using "gio open"
40  - #1819 Invalid characters in Open Location dialog crashes GIMP
41  - #1852 Regression: g_mkdir_with_parents() returns 0 on failure
42  - #1854 glib/gio: GNativeSocketAddress headers not installed.
43  - #1860 g_clear_handle_id does not trigger GLIB_VERSION_MAX_ALLOWED warning
44  - #1863 Potential invalid writes on g_utf8_strreverse
45  - #1867 A couple of en_GBisms
46  - #1870 GSettingsBackend watches not thread-safe
47  - #1879 Incomplete valgrind suppressions - 16 KiB leak reported by valgrind from loading libglib-2.0.so
48  - #1880 glib/gbacktrace.c: If dup2 happened to return -1, don't call dup2 with same value
49  - #1881 GIO_USE_VOLUME_MONITOR and GIO_USE_FILE_MONITOR do not work as documented
50  - !1002 Remove mentions of mailing lists from the documentation
51  - !1011 gapplication: Fix a leaking GRemoteActionGroup member
52  - !1015 Post-release version bump
53  - !1016 gnetworkmonitornm fixups
54  - !1017 Improve ISO 8601 parsing by GDateTime
55  - !1023 g_object_get_property: Improve documentation for use of G_VALUE_INIT
56  - !1026 gutf8: Assert that written memory stays in bounds
57  - !1027 gfileutils: Fix error propagation for other than ENOENT
58  - !1031 meson: build gnulib if printf isn't good enough
59  - !1032 meson: small printf check cleanups
60  - !1033 win32: don't assume the format specifier for the stdlib printf/scanf like functions
61  - !1034 glib/tests/fileutils: Add a reproducer for #1852
62  - !1036 cond test: Don't make assumptions about struct sigaction member order
63  - !1037 Meson: Override glib-compile-resources/schemas
64  - !1044 Relax use of g_test_bug() to not require g_test_bug_base() to be called first
65  - !1049 minor typos in the documentation
66  - !1050 tests: Fix a pragma warning on FreeBSD
67  - !1054 gerror: Add a docs paragraph about not displaying errors verbatim in UI
68  - !1057 Some (probably) easy uwp patches
69  - !1059 Update win32 readme, add myself to codeowners
70  - !1066 libffi.wrap: Meson port has moved to FDO gitlab
71  - !1068 gsubprocesslauncher.c: fix documentation
72  - !1071 meson: Move libdl_dep to the top level
73  - !1074 Adjust README formatting
74  - !1075 glib.supp: add suppression for g_type_class_ref()
75
76 * Translation updates:
77  - Basque
78  - Catalan
79  - Czech
80  - English (United Kingdom)
81  - French
82  - Galician
83  - German
84  - Hungarian
85  - Indonesian
86  - Korean
87  - Lithuanian
88  - Polish
89  - Romanian
90  - Spanish
91  - Swedish
92
93
94 Overview of changes in GLib 2.61.2
95 ==================================
96
97 * Add various new array functions (#236, #269, #373)
98  - `g_array_copy()`
99  - `g_ptr_array_copy()`
100  - `g_ptr_array_extend()`
101  - `g_ptr_array_extend_and_steal()`
102  - `g_array_binary_search()`
103
104 * Add `g_assert_finalize_object()` helper function for writing tests (#488)
105
106 * Rework how D-Bus connections are closed/unreffed when `g_test_dbus_down()` is
107   called. Tests which leak a `GDBusConnection` may now time out and abort,
108   rather than silently leaking. (#787)
109
110 * Add a deprecation macro for GLib macros, and use it; third-party uses of
111   long-deprecated GLib macros may now start causing warnings. (#1060)
112
113 * Deprecate `GTime` and `GTimeVal`, and various functions which use them.
114   Use `GDateTime` and `guint64` UNIX timestamps instead. (#1438)
115
116 * Stop using `G_DISABLE_DEPRECATED` to allow disabling deprecation warnings;
117   third-party code should now be using
118   `GLIB_VERSION_{MIN_REQUIRED, MAX_ALLOWED}` to control symbol usage (!871)
119
120 * Improve support for running `ninja test` when GLib is built statically (#1648)
121
122 * Improve `GNetworkMonitor` detection of offline states (#1788)
123
124 * Fix build failure on macOS related to missing `_g_content_type_get_mime_dirs`
125   function (#1791)
126
127 * Add various installed utilities’ paths to `gio-2.0.pc` (#1796)
128
129 * Fix keyfile `GSettings` backend and portal (especially relevant to any version
130   of GLib included in a flatpak runtime) (#1822, !985)
131
132 * More IPv6 ‘Happy Eyeballs’ fixes in `GNetworkAddress` (!865)
133
134 * Fix CVE-2019-12450, wide permissions of files when copying using GIO (!876)
135
136 * Bump the Meson dependency from 0.48.0 to 0.49.2; we won’t depend on anything
137   higher than this for a while, as Debian 10 ships 0.49 (!924)
138
139 * Various test fixes for Windows (!930, !931)
140
141 * Initial support for Universal Windows Platform (UWP): certification, and use
142   of packaged libraries (!951)
143
144 * Add experimental clang-cl support on Windows, allowing `g_autoptr()` support
145   on Windows (!979)
146
147 * Bugs fixed:
148  - #77 G_STDIO_NO_WRAP_ON_UNIX wraps
149  - #236 Add a function to copy an array
150  - #269 Additional convenience functions for g_ptr_array
151  - #373 GArray could use a binary search function
152  - #436 running tests leaves lots of coredumps
153  - #453 find-enclosing-mount docs confusing
154  - #488 Add g_object_assert_last_unref() helper macro to detect object leaks in tests
155  - #590 A reader lock can be obtained even if a writer is already waiting for a lock
156  - #638 g_atexit is defined when not declared
157  - #737 Initialize GValue in g_object_get_property()
158  - #787 gtestdbus: Properly close server connections
159  - #804 gdbusproxy prefixes unstripped error
160  - #870 Fix and enhance GDatetime for Windows
161  - #872 ucs4 functions have wrong return transfer
162  - #887 gdusmessage.c mishandles bounds of GDBusMessageType and related enums
163  - #894 gvalue: Avoid expensive checks where possible
164  - #940 Docs for g_socket_listener_set_backlog are not very helpful
165  - #943 G_DEFINE_TYPE_WITH_PRIVATE docs not helpful
166  - #1018 Allow guid key in dbus addresses
167  - #1060 Add deprecation macro for macros
168  - #1169 Tools can display gibberish messages from translations
169  - #1270 g_get_charset always returns 8-bit codepage on Windows, crippling UTF-8 output
170  - #1438 Deprecate GTimeVal- and GTime-based APIs
171  - #1635 g_socket_join_multicast_group iface parameter fails on win32/64
172  - #1648 2.58.2: Assorted asserts fail in Arch Linux when built statically
173  - #1729 g_content_type_guess segfaults when passed an empty data buffer on Mac OS
174  - #1788 GNetworkMonitor claims I am offline
175  - #1790 documentation on g_file_info_get_attribute_as_string
176  - #1791 _g_content_type_get_mime_dirs missing from libgio-2.0.0.dylib on MacOS
177  - #1792 glib-genmarshal generated valist marshal does not respect static scope for some types
178  - #1793 glib-genmarshal generates wrong code for va marshaler for VARIANT type
179  - #1794 API Proposal: g_timer_is_active
180  - #1796 Add gio-querymodules variable to pkg-config file
181  - #1797 glib/tests/win32 test failing on 64-bit Visual Studio builds
182  - #1798 /contenttype/tree reliably fails on FreeBSD since !863
183  - #1807 g_dbus_server_new_sync() documentation references nonexistent function
184  - #1808 Stopping a GDBusServer should clean up Unix socket paths (if not abstract) and nonce-tcp nonce files
185  - #1811 Introspection info for g_unichar_compose's 3rd arg should be OUT
186  - #1822 keyfile gsettings backend not loading
187  - #1823 Documentation for disabling selinux is incorrect
188  - #1825 GKeyFileSettingsBackend created without filename construct property and unchecked assertion
189  - #1828 Small typo in gio manpage
190  - #1837 Specify for each (optional) parameter, whether it is OUT or INOUT
191  - #1838 Reword documentation for G_DECLARE_FINAL_TYPE
192  - #1847 Setting GLIB_VERSION_{MIN_REQUIRED, MAX_ALLOWED} to before 2.56 triggers warnings
193  - !533 docs: Document pitfall of deprecation pragmas
194  - !563 ci: Add scan-build job in a new ‘analysis’ pipeline stage
195  - !678 glib-compile-schemas: Improve translatable strings
196  - !817 gdate: Officially mark GTime as deprecated
197  - !851 gsettings: Document that lists are returned in no defined order
198  - !853 gobject: Fix apostrophe usage in a few small bits of documentation
199  - !859 gobject: Add a g_assert_finalize_object() macro
200  - !863 gunicollate/cygwin: Don't use __STDC_ISO_10646__ for wchar_t related checks
201  - !865 gnetworkaddress: fix "happy eyeballs" logic
202  - !867 Post-release version bump
203  - !871 Drop G_DISABLE_DEPRECATED
204  - !873 Use atomic reference counting for GSource
205  - !874 Clamp number of vectors to IOV_MAX / UIO_MAXIOV for GOutputStream writev()...
206  - !875 CI/msys2: disable coverage reporting, lcov doesn't support gcc9 yet
207  - !876 CVE-2019-12450: gfile: Limit access to files when copying
208  - !877 gio: specify proper c_marshaller and va_marshallers
209  - !883 tests: Fix small race in GSubprocess tests
210  - !884 garcbox.c: Fix typo atomit => atomic
211  - !885 goption: Clarify G_OPTION_ARG_FILENAME documentation
212  - !889 Include <sys/filio.h> for FIONREAD
213  - !901 gmain: Clarify that g_source_destroy() doesn’t drop a reference
214  - !904 Add glib-genmarshal tests and fix some valist marshaller bugs
215  - !906 property action: Add state hints
216  - !908 Improve testfilemonitor test repeatability and debuggability
217  - !909 D-Bus auth mechanism improvements
218  - !914 ci: Run scan-build in a different build directory
219  - !915 docs: fix typo on arrays examples in gvariant-text
220  - !917 docs: Fix name of IRC channel in CONTRIBUTING.md
221  - !919 glib/tests/refcount.c: Fix tests on non-GCC-isque compilers
222  - !920 gmacros: Only use deprecated attributes on enumerators with GCC ≥ 6.5
223  - !923 Check if compiler symbols are defined before using them
224  - !924 Bump the required version of Meson
225  - !930 glib/tests/convert.c: Skip tests that aren't meaningful for Windows
226  - !931 glib/tests/fileutils.c: Fix stdio Wrapper Test on Windows
227  - !934 build: Increase the slow test timeout to 180s
228  - !935 Ignore */__pycache__/* directories
229  - !937 Fix module tests on Visual Studio builds
230  - !939 gstdio: minor cleanups
231  - !941 list model: Expand items-changed docs
232  - !944 gutils: Don't limit the length of the host name to 99
233  - !945 Avoid overrunning stack at the end of the varargs.
234  - !947 gobject/tests/signals.c: Fix tests on Windows
235  - !948 GObject: Fix mkenums.py and genmarshal.py tests on Windows
236  - !950 ci: Enable CI on FreeBSD 12
237  - !951 Preliminary patches for Universal Windows Platform support
238  - !952 gio: Make minor docs improvements
239  - !953 g_utf8_normalize: Doc comment return missing nullable annotation
240  - !954 Fix the ISO 15924 code for Manichaean
241  - !955 gmacros: Use _Static_assert when C11 is available
242  - !958 gthread: fix minor errno problem in GCond
243  - !961 gmain: Fix g_main_context_prepare priority annotation
244  - !962 gmacros: Use _Static_assert only for non-expr static assert
245  - !964 gmacros.h: Use static_assert on MSVC if possible
246  - !968 Fix typo in request handle
247  - !970 gdatetime: Unset LC_ALL for the test as well
248  - !971 docs.c: Forward link from g_auto* → G_DEFINE_AUTO*
249  - !973 doc: fix typo in gio/gresource.c
250  - !979 Experimental clang-cl support
251  - !980 gmacros.h: Add better support for clang-cl
252  - !981 gio: fix typo in g_settings_reset documentation
253  - !982 Various doc fixes
254  - !985 Keyfile portal fixes
255  - !987 gio/tests: Remove code and comments referring to libtool
256  - !991 fix atomic detection on older gcc versions
257  - !992 docs: Add example to g_test_summary() documentation
258  - !994 gio: Fix minor docs mistakes
259  - !996 Small array test fixes
260  - !997 gdbusaddress: Add missing transfer annotation
261  - !1007 Resubmission of !832 “Try to create the complete path right away and fall back”
262  - !1009 gapplication: remove inactivity_timeout source on finalize
263
264 * Translation updates:
265  - Hungarian
266  - Indonesian
267  - Portuguese (Brazil)
268  - Spanish
269
270
271 Overview of changes in GLib 2.61.1
272 ==================================
273
274 * `g_unichar_isxdigit()` and `g_unichar_xdigit_value()` now handle full-width
275   characters (U+FF21–U+FF26 and U+FF41–U+FF46) (#58)
276
277 * Deprecate `gtester` utility and its test reporting format and enable TAP
278   output by default instead — the `--tap` option to tests is now a no-op
279   (#1441, #1619)
280
281 * Add `g_test_summary()` to allow test authors to programmatically summarise
282   what each unit test in a test suite does (#1450)
283
284 * Upgrade to Unicode Character Database v12.1 (#1713, !822)
285
286 * More IPv6 Happy Eyeballs fixes to `GNetworkAddress` and `GSocketClient`
287   (#1747, #1771, #1774)
288
289 * Fix valgrind and gdb support for the new `GHashTable` changes (#1749, #1780)
290
291 * Fix GTask wait times growing faster than the number of task threads (#1683)
292
293 * Change `GApplication` to ignore `-psn_*` arguments on the macOS command line,
294   as they are irrelevant (#1784)
295
296 * Add `g_autoqueue()` helper macros, similar to `g_autolist()` (!474)
297
298 * Add pre-allocated link helpers for `GList` and `GQueue`:
299  - `g_list_insert_before_link()`
300  - `g_queue_insert_before_link()`
301  - `g_queue_insert_after_link()`
302
303 * Improve network availability detection with NetworkManager to treat lower
304   levels of connectivity as having reduced availability (!781)
305
306 * Add `g_clear_signal_handler()` to allow disconnecting from a `GObject` signal
307   and clearing the signal handler ID to zero in a single call (!819)
308
309 * Add `g_autoptr()` support for `GRWLock` (!825)
310
311 * Define `G_OS_UNIX`, not `G_OS_WIN32`, when GLib is built agains Cygwin (!862)
312
313 * Bugs fixed:
314  - #29 GScanner: should explicitly document modifiable fields (value, next_value, ...)
315  - #58 g_unichar_isxdigit() and g_unichar_xdigit_value() should deal with full-width a-fA-F
316  - #106 Boxed types should be documented better
317  - #135 g_unichar_totitle(0) returns 0x00001F88 instead of 0
318  - #429 g_format_size() is broken on Windows
319  - #1441 Deprecate gtester
320  - #1450 Add API for tests to describe what they're checking
321  - #1619 GTest should have a way to default to TAP
322  - #1683 GTask: task_wait_time is increased constantly when the number of running thread is greather than 10
323  - #1713 Upgrade to Unicode Character Database v12
324  - #1739 meson build failure libdl
325  - #1747 Critical in g_socket_client_async_connect_complete
326  - #1749 New GHashTable implementation confuses valgrind
327  - #1753 Remove memory leaks from gio/test/resolver.c
328  - #1755 Please revert #535 gmacros: Try to use the standard __func__ first in G_STRFUNC
329  - #1759 test_month_names: assertion failed
330  - #1760 Document for g_resolver_lookup_records why it returns a list of list of gchar*.
331  - #1763 tests: -p runs tests in the reverse of the specified order
332  - #1768 g_strlcat(): Possible buffer overflow in implementation
333  - #1771 GNetworkAddressAddressEnumerator unsafely modifies cache in GNetworkAddress
334  - #1774 Leaks in gsocketclient.c connection code
335  - #1776 glib/date test fails
336  - #1780 GDB pretty-printer for GHashTable no longer works
337  - #1782 Error in documentation for cross-compile.
338  - #1784 MacOS adds a -psn_X_XXXXXX parameter to the command line
339  - !474 Add g_autoqueue
340  - !476 Add pre-allocated link helpers for GList and GQueue
341  - !556 gtestutils: Make --tap compatible with -p and --GTestSkipCount
342  - !732 gsocket: Clarify in docs that `flags` arguments can be platform specific
343  - !766 W32: swap special g_get_prgname() for platform_get_argv0()
344  - !774 Only build tests if certain conditions are met.
345  - !780 Add copyright and licensing terms to test report generator
346  - !781 gnetworkmonitornm: Fix network available detection
347  - !782 build: Fix check for RTLD_NEXT
348  - !785 Remove monitor test
349  - !787 build: Remove */.gitignore files
350  - !791 glib/gconstructor.h: Include stdlib.h for MSVC builds
351  - !792 general: Remove a few unhelpful references to ‘master’
352  - !795 gdesktopappinfo: Add support for MATE and Xfce4 terminals
353  - !802 gio: tests, don't check for libdl on OpenBSD
354  - !806 Get to 100% coverage on GQueue tests
355  - !808 Update the Docker images used for CI
356  - !809 Modified version of !784 — Adding tests cases for a better coverage of glib/tests/strfuncs.c
357  - !813 gappinfo: Add precondition checks to GAppLaunchContext env methods
358  - !814 gschema.dtd: Add target attribute to alias
359  - !819 Clear signal handler
360  - !820 ci: Keep JUnit report script working on Debian stable
361  - !821 Various minor cleanups to autoptrs
362  - !822 glib: Update Unicode Character Database to version 12.1.0
363  - !825 Add autoptr support for GRWLock
364  - !831 build: (Long time after) post-release version bump
365  - !835 Fix typo in German translation
366  - !836 Document the best practices for binding GInitiallyUnowned
367  - !862 build: define G_OS_UNIX, not G_OS_WIN32 under cygwin
368
369 * Translation updates:
370  - Basque
371  - Catalan
372  - German
373  - Indonesian
374  - Spanish
375
376
377 Overview of changes in GLib 2.61.0
378 ==================================
379
380 * Changes to `iconv` configure options, including the default iconv
381   implementation on macOS — distributors may need to check their configure
382   scripts (#1557)
383
384 * Build fixes when building GLib with `G_DISABLE_ASSERT` defined (#1708)
385
386 * Fix documentation for `gdbus-tool wait` to use correct units (#1737)
387
388 * Improvements to symlink handling on Windows (!269)
389
390 * Add exception handling for crashes on Windows (!582)
391
392 * Set `G_WITH_CYGWIN` again when GLib is built on Cygwin (this was a regression
393   from the autotools build) (!736)
394
395 * Use `GCocoaNotificationBackend` by default on macOS, rather than
396   `GGtkNotificationBackend` (!745)
397
398 * Use Windows symbol visibility when GLib is built on Cygwin, as PE binaries
399   are subject to W32 visibility mechanics — this affects the definition of
400   `_GLIB_EXTERN` (!752)
401
402 * Add coloured output support to `gdbus introspect` (!761)
403
404 * Bugs fixed:
405  - #682 docs: advise not to use non-literal strings as qdata keys
406  - #1177 gparted crashes due to g_quark_from_static_string used in global initialization
407  - #1258 the buffer written to by g_input_stream_read is not marked as an out parameter
408  - #1557 By default glib tries to use libc instead of native iconv on OSX
409  - #1566 Meld Windows shows error on startup "There was a problem starting c:\Program"
410  - #1614 GIO tests fail on FreeBSD CI with: Unexpected error from C library during 'pthread_mutex_lock': Invalid argument
411  - #1708 Building GLib with G_DISABLE_ASSERT fails
412  - #1709 GResource generation test incompatible with stable LLVM on Linux
413  - #1710 Crash in g_cancellable_cancel
414  - #1712 gdbus-proxy test is flaky
415  - #1724 unconditional check in fuzzing/meson.build
416  - #1725 gosxappinfo.h is not installed on macOS
417  - #1727 Cannot use trash folder with an NFS mount using automount / autofs
418  - #1728 GSocket does not support ENOTSOCK
419  - #1732 Win32: lookup_by_name_async segfaults for not available domains
420  - #1737 gdbus-tool wait command timeout argument incorrect unit reference
421  - !67 glib: update internal gnulib from upstream
422  - !269 Win32 symlink code refactoring
423  - !493 tests: Check that cancelling g_file_replace don't overwrite existing file
424  - !582 Basic W32 exception handling for glib
425  - !680 Fix warnings glib
426  - !690 Fix thread safety issues
427  - !694 gvariant-parser: Fix pattern coalesce of M and *
428  - !706 Fix data races in task test and gmenumodel test
429  - !709 Bump release version for 2.62 series
430  - !710 socket: Fix annotation for flags in g_socket_receive_message
431  - !712 gwin32: Fix comment for g_win32_veh_handler
432  - !716 Various minor documentation fixes
433  - !717 Improve formatting of GCC attribute documentation
434  - !718 GSocketClient - Free last error if a connection attempt fails and on retry the...
435  - !719 Handle an UNKNOWN NetworkManager connectivity as NONE
436  - !721 codegen: Fix use of uninitialised variable
437  - !723 Provide examples for GNUC attribute macros
438  - !724 meson: do a build-time check for strlcpy before attempting runtime check
439  - !728 gsocket: Remove (type) annotation from flags arguments
440  - !730 Improve gdbus-address parsing tests
441  - !735 docs: Use the right g_autoptr function when using an auxiliary function
442  - !736 Set G_WITH_CYGWIN again
443  - !737 gresolver: Don’t use gai_strerror() on Windows, as it isn’t threadsafe
444  - !741 Fix use-after-free triggered by gnome-session-binary
445  - !745 gcocoanotificationbackend: give more priority than the gtk one
446  - !749 gio: Add missing autocleanup definition for GSettingsSchema{Key,Source}
447  - !750 Check for RTLD_NEXT
448  - !752 Use W32 visibility for Cygwin
449  - !754 Check for /proc/self/cmdline
450  - !757 Fix gnulib build on older Visual Studio builds
451  - !760 Properly ensure the cocoa notification backend type
452  - !761 RFC: gdbus-tool: Add --color option for introspect
453  - !762 gutils: Add (nullable) annotation to g_get_prgname()
454  - !765 gslice: Use a convenience macro
455  - !769 ci: Generate a cover report for the test suite
456  - !772 tests: Check that option-argv0 test succeeds on Linux
457  - !776 tests: Only run --external-data test on GNU ld/objcopy
458  - !779 Fix 2.62 documentation symbols
459
460 * Translation updates:
461  - Dutch
462
463
464 Overview of changes in GLib 2.60.0
465 ==================================
466
467 * Further fixes to the Happy Eyeballs (RFC 8305) implementation (#1653, #1679, #1693)
468
469 * Add support for the XDG trash portal (#1676, !276)
470
471 * Bugs fixed:
472  - #1653 gsocketclient-slow test is flaky
473  - #1658 keyfile settings backend: Consider tightening permissions
474  - #1668 Fill in CODE-OWNERS file
475  - #1675 glib-compile-resources: c_name generation issue
476  - #1676 Trash portal tries to open files as read-only but D-Bus API documents against that
477  - #1679 socket-service test is flaky
478  - #1693 Happy Eyeballs failure in gsocketclient-slow test
479  - #1697 gthreadresolver: do_lookup_records does res_ninit with an uninitialized state
480  - #1698 g_base64_encode(NULL, 0) causes critical warnings
481  - !276 Support the trash portal
482  - !639 gvariant-parser: Fix error handling when type coalescing fails
483  - !666 Socket fixes to W32 test suite
484  - !674 Update gvdb submodule
485  - !676 Initialize a variable
486  - !677 gerror: Add a missing precondition assertion in documentation
487  - !686 gio: Also support modules built with MSVC
488  - !688 gsocketclient: Fix critical on cancellation
489  - !689 glib-compile-resources: Fix a minor leak
490  - !691 gtask: Separate GTask fields memory locations to avoid data races
491  - !692 glib.supp: Add more variations of existing suppressions
492  - !696 Move closures refcount test to gobject/tests/
493  - !698 gthreadedresolver: Remove unused thread pool
494  - !699 tests: Fix closure-refcount to preserve old semantics
495  - !702 Rename gobjectenumtypes.[ch] to glib-enumtypes.[ch]
496  - !703 Clean up gmarshal.[ch]
497
498 * Translation updates:
499  - Catalan
500  - Czech
501  - French
502  - Friulian
503  - German
504  - Italian
505  - Korean
506  - Romanian
507  - Serbian
508
509
510 Overview of changes in GLib 2.59.3
511 ==================================
512
513 * Fix support for g_get_user_special_dir() on macOS, including support for the Downloads directory (#1048)
514
515 * Ensure that cancelling a GTask cannot cause its callback to be called synchronously (in the same call chain as the original *_async() call) (#1608)
516
517 * Further fixes to the Happy Eyeballs (RFC 8305) implementation (#1644, #1680)
518
519 * Various fixes for installation of installed tests (thanks to Iain Lane) (!649, !651)
520
521 * Various fixes for tests when run on Windows (thanks to LRN) (!665, !667)
522
523 * Bugs fixed:
524  - #535 gmacros: Try to use the standard __func__ first in G_STRFUNC
525  - #875 gio-gvfs on Windows: Don't mishandle other non-native URIs in gwinhttpvfs.c
526  - #1048 "Desktop" shortcut appears twice in file chooser sidebar on OSX
527  - #1608 Cancellation might not be asynchronous under certain circumstances
528  - #1644 network-address test failure in CI: IPv6 Broken (g-io-error-quark, 24)
529  - #1680 Regression: g_socket_client_connect_to_host_async() sometimes gets "Connection refused" when connecting to localhost
530  - #1686 gdbus-peer test is sometimes timing out
531  - !613 Use win32 io channel on windows for the protocol test
532  - !634 Win32: gio/gsocket.c: Set WSAEWOULDBLOCK on G_POLLABLE_RETURN_WOULD_BLOCK
533  - !638 gvariant-parser: Fix parsing of G_MININT* values in GVariant text format
534  - !640 tests: Tag socket-service test as ‘flaky’
535  - !641 Minor typo fixes to GSpawn documentation
536  - !645 gsocketlistener: Fix multiple returns of GTask when accepting sockets
537  - !647 gsocketclient: Ensure task is always returned on cancel
538  - !648 gio/tests/task: Run the worker indefinitely until it's cancelled
539  - !649 gio tests: Install test1.overlay file when building installed tests
540  - !650 gstring: fully document semantics of @len for g_string_insert_len
541  - !651 tests: Install the slow-connect-preload.so library and use it
542  - !667 GSubprocess fixes for W32 test suite
543  - !668 tests: Mark gdbus-peer test as flaky
544  - !669 GWin32VolumeMonitor: Sort the volumes correctly
545  - !670 gpollableoutputstream: Fix the description of the interface
546  - !672 Fix some tests when running as root
547
548 * Translation updates:
549  - Catalan
550  - Danish
551  - French
552  - Indonesian
553  - Kazakh
554  - Portuguese (Brazil)
555  - Slovenian
556  - Turkish
557
558
559 Overview of changes in GLib 2.59.2
560 ==================================
561
562 * Fix check on GDBusMessage size when reading it. (#1642)
563
564 * Add async GIO API: g_file_query_default_handler_async(), g_app_info_launch_uris_async() (#1249, #1347)
565
566 * Fix some bugs in the Happy Eyeballs implementation. (#1646, #1649)
567
568 * Install a new generated header with enum types for Unicode enums. (!481)
569
570 * Support the XDG trash portal. (!276)
571
572 * Bugs fixed:
573  - #1224 TSAN patches
574  - #1249 xdg-open/gnome-open doesn't work if service isn't started
575  - #1347 g_app_info_launch_default_for_uri_async  is not really async
576  - #1376 gmarkup: Optimize g_markup_escape_text()
577  - #1642 minor mismatch between error and code in g_dbus_message_bytes_needed
578  - #1646 Criticals in g_socket_client_enumerator_callback()
579  - #1649 Critical in g_socket_client_connected_callback
580  - #1673 G_MININT constants broken in g-i
581  - !276 Support the trash portal
582  - !481 Define enum types for Unicode enums
583  - !585 gio: do not pass O_PATH file descriptors to portal APIs
584  - !593 Don't fail trash test if ~/.local doesn't exist or mount points can't be determined (master)
585  - !609 Make `g_app_info_launch_uris_async()` really asynchronous
586  - !619 gvariant: Fix a mistake in docs
587  - !622 Fixing warnings
588  - !626 gdbus: Avoid printing null strings
589  - !627 gsocketclient: Fix criticals
590  - !629 Various memory leak cleanups to GSettings tests (subset)
591  - !630 docs: Ignore more version macros
592
593 * Translation updates:
594  - Galician
595  - Hungarian
596  - Lithuanian
597  - Polish
598  - Spanish
599
600
601 Overview of changes in GLib 2.59.1
602 ==================================
603
604 * Autotools support is gone. (!580)
605
606 * g_format_size() now uses a no-break space to separate digits and units;
607   translations will need to be updated accordingly. (#1625)
608
609 * New g_queue_clear_full() API. (#1464)
610
611 * Fix argument quoting on win32 when spawning subprocesses. (!419)
612
613 * Allow polling more than 64 handles on win32 using g_poll(). (#1071)
614
615 * Tag various tests as ‘flaky’. These are no longer run routinely on our
616   upstream CI machines, and downstream packagers may want to not run them (or
617   not treat those test failures as package build failures) on their test
618   machines either. They are in the `flaky` test suite. (!579)
619
620 * Add overlay support to g_resources_get_info(). (#1445)
621
622 * Support defaults and locks in the keyfile GSettings backend. This will be
623   used for flatpaks. (!450)
624
625 * Accept unquoted strings in the keyfile GSettings backend to simplify things
626   for sysadmins. (!603)
627
628 * Update our contribution guidelines (`CONTRIBUTING.md`). (!590)
629
630 * Add writev() and writev_all() APIs to GOutputStream and GPollableOutputStream,
631   and provide implementations of them for many subclasses. (#1431)
632
633 * Bugs fixed:
634  - #424 Add 'proxy' debugging support
635  - #1055 Provide alignment macros
636  - #1071 Eliminate MAXIMUM_WAIT_OBJECTS limitation in g_poll() on Windows
637  - #1445 g_resources_get_info doesn't respect resource overlays
638  - #1464 Add g_queue_clear_full() API
639  - #1500 GListStore needs double checking on some warnings
640  - #1623 xdg-open: file with colon results in “The specified location is not supported”
641  - #1625 Unbreakable space needed when showing size of folder/file
642  - #1636 GTask getters don’t return TRUE/FALSE after bitfield changes
643  - #1637 EXCEPTION_ACCESS_VIOLATION in g_clear_pointer
644  - #1639 GListStore implementation of g_list_model_get_item() returns wrong results on integer overflow
645  - #1655 gvariant-parser warnings
646  - #1663 G_MININT32 triggers compiler warning C4146 with Visual C++
647  - #1666 `G_DEFINE_DYNAMIC_TYPE_EXTENDED` causes warnings with -Wcast-function-type
648  - !319 giomodule: Print the type of each default GIO module
649  - !333 Add writev() API to GOutputStream and GPollableOutputStream
650  - !419 gspawn, win32: qouted args - escape end backslash
651  - !450 Settings portal
652  - !512 gtype: Clarify type of GInterfaceInitFunc
653  - !516 gthread: Add g_private_set_alloc0() convenience API
654  - !535 win32 gpoll: overcome the 64 handles limit
655  - !545 goption: Fix an annotation on g_option_context_parse_strv()
656  - !560 docs: Fix dconf GSETTINGS_BACKEND name in gio overview
657  - !564 gtype: Document type for iface_default_init() function
658  - !568 Add separate definitions of g_assert_[non]null() for C++
659  - !571 docs: Add note on how to check a gboolean condition
660  - !575 gio: Update bad cert error in accept-certificate and GTlsError docs
661  - !579 Temporarily disable flaky tests
662  - !580 Drop autotools support
663  - !583 gmacros: MSVC supports the noreturn function attribute
664  - !587 Remove unused .pc.in files
665  - !588 MSVC: Move dirent implementation to glib/dirent/
666  - !590 Update contribution documentation
667  - !591 gfileinfo: Fix annotation for g_file_info_set_attribute_stringv
668  - !592 Remove leftover build/ directory
669  - !595 gtestutils: pass open file descriptors to subprocess
670  - !597 tests: Tag gsocketclient-slow test as ‘flaky’
671  - !598 gdbus-proxy test fails with GLib-GIO:ERROR:glib/gio/tests/gdbus-proxy.c:832:fail_test: code should not be reached
672  - !599 gdtlsconnection: do not return on a void method
673  - !601 gio: Support "help" in extension point env vars
674  - !602 Update POTFILES.in
675  - !603 keyfile settings: Accept unquoted strings
676  - !608 build: Add -Wno-pedantic flag to compiler arguments
677  - !611 gnetworkaddress: fix use-after-free for network address
678  - !612 gdir: shutup a warning when building with msvc
679  - !615 Fix a couple of wrong compiler warnings
680
681 * Translation updates:
682  - Spanish
683  - Swedish
684
685
686 Overview of changes in GLib 2.59.0
687 ==================================
688
689 * This will be the last development release with autotools support. As our
690   Meson support has been around since 2.56.x, and was used to release tarballs
691   in 2.58.x, the next development release (2.59.1) will drop autotools as used
692   to build GLib. The macros installed for other packages to use will remain.
693
694 * Add `G_TEST_OPTION_ISOLATE_DIRS` to redirect `XDG_*_HOME` to a temporary
695   directory for each unit test. (#538)
696
697 * Support `Property.EmitsChangedSignal` annotations in `gdbus-codegen`. (#542)
698
699 * Add `g_assert_cmpvariant()` API for unit tests. (#1191)
700
701 * Hide bind mounts from GIO mount listings. (#1271)
702
703 * Automatically realign data passed to `g_variant_new_from_bytes()` or
704   `g_variant_new_from_data()` if it is not correctly aligned. This prevents
705   misaligned accesses on architectures which don’t support them. Callers should
706   still aim to correctly align data to get higher performance. (#1342)
707
708 * Support `ld -b binary` (on platforms which support it; i.e. Linux) to provide
709   large pre-compiled `GResource` resources with a fast compilation time. (#1489)
710
711 * Unconditionally install GLib m4 macros, so that projects which depend on GLib
712   and which still build using autotools can continue to build even once GLib has
713   ported entirely to Meson. (#1520)
714
715 * Various fixes to the Meson build.
716
717 * Drop Python 2 support and require Python 3.4+. See discussion on
718   https://mail.gnome.org/archives/desktop-devel-list/2018-July/msg00004.html.
719   (!196)
720
721 * `GHashTable` performance and memory improvements for common cases. See
722   https://hpjansson.org/blag/2018/07/24/a-hash-table-re-hash/. (!208)
723
724 * Add flags that allow a `GApplication` to signal and replace a currently
725   running other instance of the same `GApplication`. This will be used for app
726   upgrades with flatpak. (!250)
727
728 * Autostart xdg-desktop-portal when using the network monitor and proxy monitor
729   portal backends. (!317)
730
731 * Add a g_task_set_name() API to allow `GTask`s to be described; useful for
732   debugging. (!384)
733
734 * Enable FreeBSD CI on every commit for upstream GLib. (!387)
735
736 * Various GVariant, GMarkup and GDBus fuzzing fixes, including buffer overflow
737   fixes. (!411)
738
739 * Various fixes to eliminate thread races, found by thread sanitizer (tsan).
740
741 * Deprecate TLS/DTLS rehandshaking, as it has been removed from the protocol in
742   TLS 1.3. (!478)
743
744 * Support reading arguments from a file with `glib-mkenums`, which is useful
745   for long argument lists due to having deeply nested build directories, on
746   systems with a low limit on the command line length. (!489)
747
748 * Make `g_environ_*()` case-insensitive on Windows, as the environment itself
749   is case-insensitive on Windows. (!500)
750
751 * Add Application Layer Protocol Negotiation (ALPN) support to `GTlsConnection`
752   and `GDtlsConnection`, so that higher layer protocols can be negotiated when
753   setting up a TLS connection, without additional round trips and latency. This
754   is needed for eventual HTTP/2 support. (!520)
755
756 * Add support for TPM keys in PEM files when loading TLS certificates. (!522)
757
758 * Add a `GRecMutexLocker` auto-pointer wrapper for `GRecMutex`. (!528)
759
760 * Bugs fixed:
761  - #107 The "g_key_file_get_comment" interface returns comment with unexpected new line symbol at the end
762  - #179 g_object_unref assert in debug code
763  - #277 'destroy_data' in g_cclosure_new is registered as finalize notifier instread invalidate.
764  - #538 Add helpers to redirect XDG_*_HOME to a temp dir for unit tests
765  - #542 gdbus-codegen does not honor "Property.EmitsChangedSignal" annotations
766  - #656 check for -Werror=format-security broken
767  - #734 Provide a way to instantiate a GDBusProxy-derived class from a GDBusConnection and a object path without blocking
768  - #827 gmain: Clarify that g_source_set_callback() is safe on attached sources
769  - #1055 Provide alignment macros
770  - #1119 GVolumeMonitor: Results don't reflect current state but state when application was launched
771  - #1191 add g_assert_equal_variants
772  - #1261 Add option to leave <default> in gschema empty
773  - #1271 fstab binds appear as mounts (x-gvfs-hide is being ignored)
774  - #1310 gdbusproxy: make g-name-owner property useful with unique names
775  - #1313 Meson: Rework the config.h generation
776  - #1342 Automatically realign data passed to g_variant_new_from_bytes() or g_variant_new_from_data()
777  - #1343 g_date_set_parse: Parses "September" in Polish incorrectly
778  - #1362 Incorrect documentation about GSettings child add/remove notifications
779  - #1452 GFileInfo: unable to retrieve correct modification time of links and mounted volumes on Windows
780  - #1471 Incorporate oss-fuzz fuzz targets into GLib
781  - #1489 Use `ld -b binary` to speed up GResource generation for linking
782  - #1498 distcheck fails in distclean
783  - #1506 error: redefinition of typedef 'GKqueueFileMonitor'
784  - #1509 test_timeval_to_iso8601_overflow: 'out' should be NULL
785  - #1513 GIcon regression?
786  - #1514 gio/appinfo test sometimes fails in CI
787  - #1518 /network-monitor/create-in-thread fails in (LXC) containers on glib-2-56
788  - #1520 Change conditions for installing m4 macros
789  - #1522 Trash not working on NTFS folder accessed from symlink
790  - #1523 GIO NetworkMonitor doesn't reflect the current network state
791  - #1525 GTask allows (buggy) application code to cause callback to be called twice, without warning
792  - #1527 Meson doesn't install data for installed-tests
793  - #1528 Meson tests are hard to debug in an autobuilder environment
794  - #1530 tests/mainloop-test appears to be flaky
795  - #1535 meson: installed-test metadata not run in TAP mode
796  - #1536 meson: spurious dependencies on convenience libraries in .pc files
797  - #1537 meson: absolute paths to ${builddir} included in gtk-doc HTML
798  - #1538 meson: G_HAVE_GROWING_STACK defined differently
799  - #1539 meson: Some files are unnecessarily installed executable
800  - #1541 meson: timeloop-closure test not installed
801  - #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
802  - #1544 meson: gtester-report #! not replaced with ${PYTHON}
803  - #1546 Cross-compilation fails in 2.58
804  - #1556 build: Too long file path issue with meson on Windows
805  - #1562 GDate test suite fails with latest glibc
806  - #1570 ghash.c:694:27: left shift of 1 by 31 places cannot be represented in type 'int'
807  - #1572 Flags validation fails
808  - #1575 g_date_time_format() should have format attribute
809  - #1576 Fails to build with Meson on Debian armel (armv5te EABI softfloat little-endian)
810  - #1580 glib-compile-resources using strings breaks building e.g. GTK+ on MS Visual C, which limits strings to 65535 chars
811  - #1581 Memory used for reference counted data might be misaligned.
812  - #1588 Moving a bookmark item to the same URI causes a crash
813  - #1589 g_log_writer_is_journald memoizes a single result, even though it accepts a parameter
814  - #1590 tests: g-file-info-filesystem-readonly fails if run more than once with fuse & bindfs installed
815  - #1594 Return value of g_dbus_connection_get_unique_name not annotated as nullable
816  - #1600 g_timeout_source_new_seconds overflows when given interval > (G_MAXUINT / 1000)
817  - #1601 appinfo test fix is defective
818  - #1605 g_date_time_format fails when used with non ASCII format string on POSIX locale
819  - #1615 gdbus-codegen not generating nullable annotation
820  - !196 [RFC] build: Drop Python 2 support and require Python 3.4+
821  - !200 Add a new GTlsError to indicate protocol downgrade attacks
822  - !208 GHashTable improvements
823  - !219 glocalfilemonitor: Fallback to poll file monitor for NFS
824  - !238 W32 GFileInfo improvements
825  - !250 Application replace
826  - !264 glib-compile-resources: encode data as string
827  - !268 build: simplify alloca checks. See #1313
828  - !272 dtrace: Add missing const attributes to types in glib_probes.d
829  - !273 gtlsbackend: add support for setting the default TLS database
830  - !277 Use "command -v" instead of "which"
831  - !282 meson: Add macOS libtool versioning for ABI compatibility
832  - !286 gspawn: Fix build on systems without O_CLOEXEC
833  - !287 glib-compile-resources: Fix generated code compiling with C++ compilers
834  - !289 tests: Add more tests to finish branch coverage of GHashTable
835  - !290 build: fix installation dir of glib-gettextize
836  - !292 Remove all ChangeLog files
837  - !293 Document new volume class `loop`
838  - !294 portal network monitor: Always emit changed signal on changed
839  - !295 meson: fix typo
840  - !296 Add G_GNUC_FALLTHROUGH for __attribute__(fallthrough))
841  - !297 build: Drop AC_C_CONST from configure.ac
842  - !302 Document that GTimeVal is subject to the year 2038 problem on 32-bit systems
843  - !303 liststore: Simplify code
844  - !304 Add more GListStore/GListModel tests
845  - !309 codegen: Change pointer casting to remove type-punning warnings
846  - !312 Enable GIO tests on Windows
847  - !316 gdbus: Improve error when well-known name is unowned
848  - !317 Autostart xdg-desktop-portal if needed
849  - !322 gnetworkmonitornm: Set a GError properly on an error handling path
850  - !332 gmarkup: Make the documentation even more explicit about untrusted input
851  - !334 gio: automake: Add libgmodule dependency
852  - !338 gcharset: fix leaking g_get_language_names_with_category
853  - !339 Add g_desktop_app_info_get_string_list(); fix g_key_file_free()
854  - !340 tests: Mark two more tests as slow
855  - !345 Fix build failure on systems without POSIX spawn
856  - !347 Use Meson 0.48.0 for CI
857  - !348 Documentation tweaks for g_array_free
858  - !353 Meson: Do not run tests/refcount with --tap
859  - !354 Fix spelling mistakes detected by Debian's Lintian tool
860  - !358 Autotools: Move libmount from Libs.private to Requires.private
861  - !360 CI: Test static build on installed glib
862  - !363 Tests: Mark printf wrappers with G_GNUC_PRINTF
863  - !364 ci: Enable FreeBSD CI
864  - !366 gunixmounts: Mark mounts as system internal instead of filtering out
865  - !372 gmacros: Fix G_[UN]LIKELY to not mask -Wparentheses
866  - !374 gthreadpool: Include prgname in thread name
867  - !375 m4macros: Allow information from pkg-config to be overridden
868  - !376 gthread: Clarify priority handling in GRWLock
869  - !379 Ignore g_return_*if_fail() branches in lcov coverage report
870  - !381 Add UTF-8 communication tests for GSubprocess
871  - !384 gtask: Add a g_task_set_name() method
872  - !387 ci: Enable FreeBSD CI in the official repository
873  - !396 m4: Fix AM_PATH_GLIB_2_0 macro
874  - !400 grefcount: add missing gatomic.h
875  - !403 build-sys: Pass CFLAGS to $(DTRACE)
876  - !405 ci/msys2: fix path to the lcov config file
877  - !406 meson: Mark 1bit-emufutex test as slow
878  - !407 meson: Increase test timeouts
879  - !410 gfileutils: Add examples to g_path_get_dirname() documentation
880  - !411 Various GVariant, GMarkup and GDBus fuzzing fixes
881  - !412 Enable compile time check of g_date_time_format() format
882  - !413 Add support for g_auto(s)list to G_DECLARE'd types
883  - !414 gio, tests: ensure objectmanager sources are generated
884  - !415 gseekable: fix 'attmepting' typo
885  - !416 gdbus-peer: Make sure to not include objectmanager-gen.c source
886  - !417 Fix ^*ay handling in g_variant_iter_loop()
887  - !418 Meson: Cleanup a FIXME now that we have dict addition
888  - !420 gdbus-codegen: add autocleanup for FooObject
889  - !422 GMarkup buffer overflow fixes for error handling, round 2
890  - !423 gutils: Check whether getauxval function exists
891  - !424 ci: Fix Docker image version
892  - !425 gdate: Reinitialize using_twodigit_years and locale_era_adjust.
893  - !435 gdatetime: Fix formatting of time zones offsets in range -01:00 to +00:00
894  - !436 valgrind: Add glib_init()-related suppressions
895  - !440 Fix minor memory leaks in tests
896  - !443 tests: Avoid multithreaded use of g_test_rand_int_range
897  - !444 gvarianttypeinfo: Consistently use atomics to access ref_count
898  - !446 gmain: Fix data races in GUnixSignalWatchSource and GChildWatchSource
899  - !451 closures test: Avoid timeout on ARM64 CPUs
900  - !452 Atomic reference count in GVariant, ContainerInfo and GDBus introspection
901  - !453 tests: Fix some data races in tests
902  - !454 gdbusproxy: make g-name-owner property useful with unique names
903  - !458 glib-compile-resources: Fix size allocation for compressed streams
904  - !460 gatomicrefcount: Make g_atomic_ref_count_init non-atomic
905  - !461 Meson: Fix build error in gdbus-example-objectmanager
906  - !462 meson: add aarch64 memory barrier handling
907  - !463 gio, tests: fix leak of dbus connection.
908  - !467 Update documentation of g_tls_connection_handshake() again
909  - !469 docs: add index of new symbols for gio > 2.52
910  - !470 docs: Clarify return/error behaviour of D-Bus signal subscriptions
911  - !472 gdbusmessage: Gracefully handle message signatures with invalid types
912  - !477 gthread: Remove unsynchronized access to g_once_init_list from assertion
913  - !478 Deprecate TLS rehandshaking
914  - !480 docs: add a missing semicolon
915  - !482 Check for 'z' library before fallbacking to subproject
916  - !483 meson: Turn selinux into a meson feature and make it auto by default
917  - !484 Meson: Add 'nls' option to disable translation
918  - !485 gdbus-codegen: Tag interfaces and properties so annotated with G_PARAM_DEPRECATED
919  - !486 Check for zlib header
920  - !489 glib-mkenums: Support reading @rspfiles for arguments
921  - !490 gspawn: Fix g_spawn deadlock in a multi-threaded program on Linux
922  - !491 Meson: Add missing include_directories when using glib as subproject
923  - !492 g_value_get_variant: return value is transfer-none not transfer-full
924  - !494 Resolve "Follow-up from "gunixmounts: Stop considering cifs/nfs as system file systems""
925  - !500 genviron: make g_environ_* case-insensitive on Windows
926  - !504 tests: Unset LANGUAGE when running gdatetime tests
927  - !505 Support isolating directories for unit tests
928  - !508 ci: Install additional locales used during tests
929  - !510 Add new Linux Testing project version number to configure script
930  - !511 gvariant: Fix error handling for parsing Unicode escapes
931  - !514 fix gdbus-codegen --interface-info-{header,body}
932  - !515 binding: Clarify the use of g_object_unref() to remove a binding
933  - !517 Meson: Fix deprecation warning with upcoming 0.49.0 release
934  - !518 Meson: Fix declare_dependency() calls
935  - !520 GTlsConnection: add ALPN support
936  - !521 tests: Rename macro to avoid conflict with encoding prefix
937  - !522 gtlscertificate: Add support for TPM keys in PEM files
938  - !524 gdatetime: Fix typo in the comment
939  - !528 Add GRecMutexLocker
940  - !530 tests: Minor improvements to mkenums.py and taptestrunner.py used by it
941  - !534 gtlscertificate: Fix bug in PEM private key parser
942  - !536 Various minor docs fixes
943  - !541 gtimezone: Fallback to /etc/timezone on Gentoo
944  - !546 spawn: add shebang line to script
945  - !547 Do not check for NULL when calling free()
946  - !549 Improve documentation of g_assert_error()
947  - !551 Revert "tests: Fix GOptionContext leak in GSubprocess tests"
948  - !554 Only subscribe to owner-changed signals on message bus connections
949  - !555 Suppress -Wint-in-bool-context warning with G_DEFINE_INTERFACE and g++
950
951 * Translation updates:
952  - Brazilian Portuguese
953  - Czech
954  - Danish
955  - Greek
956  - Hungarian
957  - Lithuanian
958  - Norwegian bokmål
959  - Polish
960  - Slovak
961  - Slovenian
962  - Spanish
963  - Swedish
964  - Turkish
965
966
967 Overview of changes in GLib 2.58.0
968 ==================================
969
970 * Tarball built with `ninja dist`, so if you want to build this release with
971   autotools (which is supported), you will need to re-run autogen.sh. This
972   release, and all micro releases in the 2.58.x series, support being built
973   with Meson or autotools. See:
974   https://mail.gnome.org/archives/gtk-devel-list/2018-June/msg00012.html
975
976 * Fix cancellation of g_subprocess_communicate_async() calls. See !266.
977
978 * Drop support for the __int64 type, which further breaks compilation on old
979   MSVC versions (before VS2013). See #1313.
980
981 * Expose GSettings schema directory in gio-2.0.pc as `schemasdir`. See !274.
982
983 * Support v3 of the xdg-desktop-portal network monitor API. See !265, !279.
984
985 * Fix G_MODULE_SUFFIX on macOS when GLib is built with Meson — it should be `so`
986   rather than `dylib`. Projects that use Meson and the `g_module_build_path()`
987   API such as glib-networking should pass `name_suffix:` to `shared_module()` to
988   ensure that plugins continue to be called libfoo.so on macOS. See !280.
989
990 Bugs fixed:
991  !280 meson: Always set G_MODULE_SUFFIX to `so` on macOS
992  !266 subprocess: Fix communicate_cancelled signature
993  !279 Revert "Add a gnet utility" (see !265)
994  !265 Network monitor again
995  !274 gio: Provide schemas directory information in pkg-config file
996  !239 gvariant: Fix more bounds checking in GVariant text format parser
997  !195 garray: add overflow checks before expanding array
998  #1497 g_strdup_printf warns on invalid format specifier with G_GUINT64_FORMAT on Win32
999  !270 autotools: remove support for the __int64 type. See #1313
1000  !267 ci: Add an autotools job
1001
1002 * Translation updates:
1003  Czech
1004  Galician
1005  Indonesian
1006  Italian
1007  Kazakh
1008  Korean
1009  Turkish
1010
1011
1012 Overview of changes in GLib 2.57.3
1013 ==================================
1014
1015 * G_GNUC_MALLOC’s definition has been tightened up to match an updated
1016   definition from GCC. Many uses of G_GNUC_MALLOC which were previously
1017   appropriate may cause miscompilation with newer GCC versions. Check your uses
1018   of it against the updated documentation. See #1465.
1019
1020 * Many minor documentation fixes.
1021
1022 * Fix for gint64 and int64_t compatibility on macOS and BSD. See #972.
1023
1024 * Fix free space metadata on some file systems (notably FAT). See #328.
1025
1026 * Support installed-tests with our Meson build system. See #1444.
1027
1028 * Forbid @filename@/@basename@ in glib-mkenums templates, which is a change to
1029   its long-standing behaviour (which was long-standing nonsensical). See !241.
1030
1031 * Various stat() fixes on Windows. See #1452, #1476.
1032
1033 * MinGW-w64 ABI warning: In case you build 64 bit glib without LFS support by
1034   passing --disable-largefile (not the default) and use GStatBuf, you need to
1035   rebuild your application as the size of GStatBuf has changed for this case.
1036   See #1476.
1037
1038 * Improve TAP compatibility of g_test_incomplete(). See #1474.
1039
1040 * Change fallback preferences when loading icons. See !72.
1041
1042 Bugs fixed:
1043  !263 build: Clean files left behind after gio/tests/gresource.c test
1044  !262 gmem: Only evaluate pointer argument to g_clear_pointer() once
1045  #1465 Many uses of G_GNUC_MALLOC are incorrect
1046  #1448 g_error does not abort() as documented
1047  #1494 g_clear_pointer may not use the correct calling convention with its callback
1048  #972 Mismatch between gint64 and int64_t on 64-bit macOS/BSD
1049  !251 gtestdbus: Fix watcher crash on FreeBSD
1050  #1492 gcc-8: -Wcast-function-type: new warnings for g_list_copy_deep()
1051  !252 tests: fix gnotification tests broken due to the recent icon name fallback changes
1052  #328 filesystem::{free,size,used} not set for full FAT fs
1053  !248 network monitor portal: update properties initially
1054  #1373 Incorrect transfer annotation for g_binding_unbind.
1055  #1444 the meson build doesn't support installed tests
1056  #1027 Fix trashing on overlayfs
1057  #1454 gvdb does not treat corrupt files as empty as promised; dconf suffers
1058  !243 tests: Explicitly set TZ=UTC for g_time_val_from_iso8601() testing
1059  #1488 ‘O_CLOEXEC’ undeclared (first use in this function)
1060  !241 glib-mkenums: forbid @filename@/@basename@ in fhead and ftail
1061  !240 gtimer: Ensure arithmetic is correctly signed for ISO 8601 parsing
1062  #1452 GFileInfo: unable to retrieve correct modification time of links and mounted volumes on Windows
1063  !234 DOC: Documentation fix in GTask description
1064  #1363 Meson: Review cross compilation properties
1065  !225 gtimer: Add overflow checks to g_time_val_from_iso8601()
1066  !230 gbookmarkfile: Fix some more minor leaks when metadata elements are repeated
1067  !229 Fix up g_bytes_compare() documentation
1068  #1476 g_stat - possbile memory corruption causing SEGFAULT
1069  !199 Update TLS documentation
1070  #1474 g_test_incomplete() makes test_case_run() return FALSE
1071  #1475 glib/tests/atomic.c test_types() trips -Werror=bad-function-cast on Debian armel
1072  #1472 Test for BROKEN_IP_MREQ_SOURCE_STRUCT is broken on Windows / Mingw
1073  !220 date test: Use g_test_skip(), not g_test_incomplete()
1074  #1467 malloc difference causes refstring test to fail on FreeBSD
1075  !230 gbookmarkfile: Fix some more minor leaks when metadata elements are repeated
1076  #1466 Not Able to Build glib 2.57.2 in Mingw-w64 x64 bits
1077  #1433 test_posix_parse: assertion failed (g_time_zone_get_abbreviation (tz, 0) == "UTC"): ("LMT" == "UTC")
1078  #1446 Follow-up from "Document difference between g_assert() and g_assert_*() wrt G_DISABLE_ASSERT"
1079  !206 grefstring: Avoid an unnecessary NUL assignment
1080  #1458 g_volume_get_mount returns NULL value after g_volume_mount_finish is called with no error
1081  !72 gio: icons should fallback to non-preferred style appropriately.
1082
1083 * Translation updates:
1084  Brazilian
1085  Chinese (Taiwan)
1086  French
1087  German
1088  Lithuanian
1089  Polish
1090  Romanian
1091  Turkish
1092
1093
1094 Overview of changes in GLib 2.57.2
1095 ==================================
1096
1097 * Require pcre 8.31
1098 * Require meson 0.47.0
1099
1100 * Bugs fixed:
1101  742456 Add g_steal_pointer() convenience function to mark ownership...
1102  795569 MinGW CI: fix tests
1103  796341 gmem.h: Use typeof() in g_steal_pointer() macro
1104  #1013 Support for per-session overrides
1105  #1360 glib-mkenums breaks if option specified but no nick
1106  #1175 Add names and tags to various GSources and GTasks constructed in GLib
1107  #903 g_main_context_wait() not deprecated in API, but emits a g_critical()...
1108  #786 Fix memory leaks in libgio tests
1109  #927 gio/gresource.c:do_lookup check for terminating "/"
1110  #976 Document difference between g_assert() and g_assert_*()...
1111  #1447 glib 2.57.1: test_month_names: assertion failed...
1112  #1407 Update to Unicode Character Database 11
1113  #1455 glib python tools have full python path in shebang, limits to 128 characters
1114  #1459 Missing g_return_val_if_fail in g_async_queue_timeout_pop
1115
1116 * Translation updates:
1117  Friulian
1118  German
1119  Romanian
1120  Spanish
1121
1122
1123 Overview of changes in GLib 2.57.1
1124 ==================================
1125
1126 * New api:
1127  - g_hash_table_steal_extended
1128  - G_GNUC_NO_INLINE 
1129
1130 * Bug fixes:
1131  668132 Use libmount and expose mount options on GUnixMountEntry type
1132  736741 Update private copy of valgrind.h
1133  748620 g_regex_* utf-8 validity requirements are not stated clearly
1134  784995 meson: some Windows improvements
1135  788771 NODELETE missing when built with meson
1136  788773 meson does not install correct pc files
1137  789968 Add g_autoptr() support for GTypeClass
1138  794325 Various fixes to compile on OSX
1139  795152 gdesktopappinfo: Mark GDesktopAppInfo constructors as nullable.
1140  795165 Add g_date_time_get_timezone() and g_time_zone_get_identifier()
1141  795180 Investigate performance impacts of recent compiler features on hot functions
1142  795302 Add g_hash_table_steal_extended() API
1143  795376 Add g_ptr_array_steal()
1144  795544 Add binary/textfile/zero size detection
1145  795569 MinGW CI: fix tests
1146  795636 gitlab-ci: generate test coverage reports
1147  795735 Fix comparison for GVariant property values
1148  795802 gdbus-codegen doesn't accept --output-directory with --output for --body and --header
1149  795849 gwin32: Fix detection of MinGW32 vs MinGW-w64
1150  795876 meson: Fix checks for posix_memalign and stpcpy
1151  795960 g_format_size_for_display() is deprecated since 2.30
1152  796085 Meson: Many apps breaks on non-glibc because of missing libintl
1153  796138 Fix typo in g_file_info_set_attribute docs
1154  796139 Add g_autoptr() support for GParamSpec
1155  796164 Fix atomic ops check in meson.build
1156  796186 Typo: "instead off" in gsignal.c
1157  796213 Meson: Fail to build on macosx
1158  796220 meson: do not run atomic test with msvc
1159  796264 Add android CI
1160  796325 meson: Add exception for atomic ops test for Android
1161  796328 gengiotypefuncs.py: Read and parse files in binary mode 
1162
1163 * Translation updates:
1164  Czech
1165  Indonesian
1166
1167
1168 Overview of changes in GLib 2.57.0
1169 ==================================
1170
1171 * Bug fixes:
1172  739424 Rewrite kqueue GFileMonitor backend to drop threading
1173  751826 Use g_get_language_names() for other locale categories
1174  788773 meson does not install correct pc files
1175  793400 g_application_id_is_valid() not strict enough
1176  793578 gdatetime tests depend on Japanese translation of month names
1177  793645 test_month_names: Updated translations needed for el_GR, hr_HR, ru_RU
1178  793729 gitlab-ci: Add Windows MinGW support
1179  793994 GUnixVolumeMonitor doesn’t show user mounts when run as root
1180  794170 gdbus: hexdecode() and hexencode() do not return/use decoded/encoded s...
1181  794194 gobject_gdb.py: 'address' is a property of gdb.Value not a function
1182  794207 leak: g_socket_listener_add_inet_port increases ref-count on socket-li...
1183  794284 Support whitespace stripping for JSON resources
1184  794285 glib-compile-resources should not noisily g_printerr() when xmllint is...
1185  794473 Remove duplicated option in gio.xml
1186  794506 glib-mkenums: Enters infinite loop if using typedef enum SomeIdentifier
1187  794528 Fix segfault caused by use-after-free in GPollFileMonitor
1188  794555 glib meson build fails on MinGW due to misdetected functions
1189  794557 gtkdoc-scangobj fails on gio in meson builds
1190  794606 glib-2.56.0 fails to compile when res_nquery is not available
1191  794635 gmacros: Don't define bogus __has_* macros
1192  794636 G_HAVE_GNUC_VISIBILITY is defined in meson MinGW builds
1193  794686 Date (except weekday) displayed in English
1194  794732 Fix various compiler warnings 
1195
1196 * Translation updates
1197  Hungarian
1198  Slowak
1199  Slovenian
1200  Spanish
1201
1202
1203 Overview of changes in GLib 2.56.0
1204 ==================================
1205
1206 * Bugs fixed:
1207  672777 Error in gdummyfile.c
1208  732184 GObject: warn on use of deprecated properties
1209  733338 Don't segfault in GNetworkMonitor when IPv6 support is unavailable
1210  742124 g_data_input_stream_read_upto()'s documentation should say that the...
1211  749206 GDateTime: month names in the genitive case
1212  768507 simplify qguark functions
1213  791457 Slow transfer rate when writing to smb/cifs
1214  793272 fix GCC 8.0's -Wcast-function-type warnings
1215  793300 g_hash_table_add() return value change in 2.40 not mentioned in docs
1216  793399 Fix some cases of -Wduplicated-branches
1217  793555 -Wimplicit-function-declaration when using g_abort()
1218  793565 GLib does not compile on macOS 10.13 due to .m file naming
1219  793597 gdbus-tool: Make --dest optional for emit again
1220  793635 Enable CI for GLib
1221  793880 gnetworkmonitor: Minor fixes based on code review 
1222  793578 gdatetime tests depend on Japanese translation of month names 
1223  794180 test_month_names fails unless installed
1224
1225 * Translation updates:
1226  Brazilian Portuguese
1227  British English
1228  Catalan
1229  Czech
1230  Danish
1231  Dutch
1232  Finnish
1233  French
1234  Friulian
1235  Galician
1236  German
1237  Hungarian
1238  Indonesian
1239  Italian
1240  Kazakh
1241  Korean
1242  Lithuanian
1243  Polish
1244  Scottish Gaelic
1245  Serbian
1246  Serbian Latin
1247  Spanish
1248  Swedish
1249  Turkish
1250
1251
1252 Overview of changes in GLib 2.55.2
1253 ==================================
1254
1255 * GFile now has API to get the path without copying
1256
1257 * A network monitor implementation for Windows has been added
1258
1259 * Bugs fixed:
1260  520116 g_utf8_strlcpy()
1261  584284 g_data_input_stream_read_until_async behaves confusingly different f...
1262  605700 request for g_key_file_get_locale()
1263  658713 ngettext (plural forms) needed for "Message has %d file descriptors ...
1264  685442 windows GNetworkMonitor implementation
1265  723003 gsettings list-recursively reports some keys multiple times
1266  749583 GSequence performance improvements
1267  757284 Move G_DIR_SEPARATOR* and G_SEARCHPATH_SEPARATOR* into glibconfig.h
1268  760324 [PATCH] gkeyfile.c: find_file_in_data_dirs fails to return the path ...
1269  761102 Increase performance for main loop
1270  767976 GFile: Add g_file_peek_path()
1271  770335 gdbus-codegen: generated getter for 'ao' property is actually (trans...
1272  772989 Totem allows invalid urls that might cause segfault that's irrecover...
1273  790698 convert: test failure on NetBSD
1274  791015 gdbus-codegen: Split generation of header and source
1275  791622 Disable strict-aliasing in GLib
1276  792050 GResolver is not thread-safe
1277  792217 Deprecate GTlsClientConnection:use-ssl3
1278  792338 meson, autotools: figure out if mem barrier is needed for arm64 host...
1279  792351 gbookmarkfile: check length before dereferencing groups
1280  792364 gdbus-threading test method-calls-in-thread: assertion failed (elaps...
1281  792370 GNetworkMonitor: Rename "network-changed" signal argument
1282  792410 GDateTime new_from_iso8601 test broken in 2.55 on i386
1283  792432 flush stdout after logging (debug) messages
1284  792455 Improve docs of GSequence
1285  792499 deadlock on startup with TCP session bus
1286  792516 gconvert: More consistent handling of embedded NUL bytes
1287  792777 g_notification_set_urgent() unconditionally sets G_NOTIFICATION_PRIO...
1288  792780 gbytes should reference toplevel bytes when slicing with g_bytes_new...
1289  792856 off64_t isn't a part of C standard
1290  792862 gpollableoutputstream: document side effects of WOULD_BLOCK on D/TLS
1291  792903 Clarification between g_try_.. functions and their counterparts
1292  793006 High CPU load for GUnixMountsMonitor consumers
1293  793026 possible mem leak in g_mutex_impl_new
1294  793074 g_message() does not get -Wformat warnings when compiling with G_LOG...
1295
1296 * Translation updates:
1297  Hungarian
1298  Indonesian
1299  Polish
1300
1301
1302 Overview of changes in GLib 2.55.1
1303 ==================================
1304
1305 * Build:
1306  - The --enable-rebuilds configure option has been removed
1307  - The --with-charsetalias-dir configure option has been added
1308
1309 * GList and GSList now have autoptr support
1310
1311 * The gsettings list-schemas command has gained a --print-paths option
1312
1313 * Bugs fixed:
1314  346816 Refactor LIBDIR in libcharset Makefile
1315  508976 Does g_slist_sort preserve the order of equal elements?
1316  562334 2.18.2 break libglade on Solaris
1317  662802 systemtap multiarch issue
1318  684282 Add support static link of GIO modules
1319  692034 Install an invalidation notifier for GClosure in g_source_set_closure()
1320  694723 Get rid of REBUILD stuff in configure.ac
1321  697715 floating point precision problem in check test gst/gstvalue
1322  701156 testgobject assumes that the priv data follows the instance data
1323  720380 Segfault when using GDBusMenuModel on a peer-to-peer connection
1324  724383 glib: document restrictions on various foreach() functions
1325  724412 GLib mappedfile.c test uses g_get_user_runtime_dir instead of a tempo...
1326  724794 Fix "on on" typo in tap-driver.sh comment
1327  732003 gnode: Eliminate implicit signed-to-unsigned integer conversion
1328  734479 G_VALUE_HOLDS etc. cause -Wcast-qual warnings for a const GValue *
1329  737677 gmain: Make GSourceCallback thread-safe
1330  741167 gdbus-codegen fix for boxed out parameters
1331  748534 gtest: if a subprocess assertion fails, print its stdout and stderr
1332  749527 add weak pointer helpers similar to g_set_object
1333  749652 compilation errors with gcc 4.8
1334  754634 Update the list of Linux filesystem magic numbers used in get_fs_type
1335  756011 Fix up annotations for GBookmarkFile
1336  761102 Increase performance for main loop
1337  773980 GIR scanner doesn't interpret array type properly
1338  776147 gio/glocalfilemonitor.c doesn't handle case G_FILE_MONITOR_EVENT_MOVE...
1339  776195 -z nodelete configure check does not work on Solaris
1340  777075 Potential leak of memory pointed to by 'list'
1341  779413 Translated X-Geoclue-Reason string not used in a dialog window
1342  780309 gio/tests/appinfo build fails: gdesktopappinfo.c skipped on OS X
1343  780893 Reword licensing header for gdbus-codegen
1344  782057 Unit tests fail in run-assert-msg-test.sh
1345  784995 meson: some Windows improvements
1346  786796 gtk-doc build fails with meson
1347  788806 Impossible to build static glib via meson
1348  788936 Show mime type icons on OS X
1349  790416 g_date_time_format returns empty string on %r with German locale
1350  790588 Generated file missing from .gitignore
1351  790697 g_object_ref API should propagate parameter type
1352  790785 glib-tap: Add missing mkdir for .test generation rule
1353  790829 glib-genmarshal --body must not generate alias implementations
1354  790830 Mismatch between number of interface methods in text and example code
1355  790837 Meson: missing many configure options
1356  790839 GApplication command line: lacks parameter_string, summary and descri...
1357  790877 fix non-portable check in G_GNUC_CHECK_VERSION
1358  790894 Do not connect to the session bus when trying GProxyResolverPortal io...
1359  790896 docs/reference/README has broken link to http://www.gtk.org/rdp/
1360  790914 gdesktopappinfo: Downgrade a warning to a debug message
1361  790934 gtester doesn't handle skipped tests
1362  790948 GSourceFuncs documentation is confusing: when will dispatch be called?
1363  791036 Guard for g_output_stream_vprintf makes no sense
1364  791128 C runtime complains about bad arguments on each g_log() call
1365  791221 po/README.translators has no useful information in 2017
1366  791235 Fix gschema.dtd regarding flags.
1367  791267 Make gschema.dtd usable.
1368  791296 gtester-report: fix range usage when running as python3 app
1369  791318 GBytes: Improve documentation
1370  791325 Gio handling of thumbnail:: attribute namespace causes inconsistent b...
1371  791334 gbinding.c:898: The target object of type GNetworkAddress has no prop...
1372  791337 Crash opening URIs with g_desktop_app_info_launch_uris_with_spawn()
1373  791342 Add autoptr support for lists
1374  791460 meson: fixes for OSX
1375  791532 Implicit declaration of function ‘memcmp’ in gtestutils.h
1376  791622 Disable strict-aliasing in GLib
1377  791720 Criticals in gio/xdp-dbus.h leading to crash under flatpak
1378  791744 gmenumodel test sometimes fails: assertion failed (items_changed_coun...
1379  791745 not immediately clear whether g_test_slow() is in effect by default
1380  791906 GSocketListenerClass.event has wrong signature
1381  792064 gsettings list-schemas --print-paths
1382  792098 Binding: bind_property’s @notify func is nullable
1383  792099 gdbus-test-codegen: Cast to void* to printf "%p"
1384  792129 meson: skip optional linux/unix deps that default to true when buildi...
1385  792322 GLib-GIO:ERROR:gschema-compile.c:51:test_schema: child process (/gsch...
1386  792324 gkeyfile: Document need for KEEP_TRANSLATIONS with get_locale_string()
1387
1388 * Translation updates
1389  Hebrew
1390  Indonesian
1391
1392
1393 Overview of changes in GLib 2.55.0
1394 ==================================
1395
1396 * New API:
1397   - g_clear_handle_id, to simplify removing sources from the default mainloop
1398   - g_file_load_bytes, to make it more convenient to load files into GBytes
1399
1400 * Bugs fixed:
1401  330458 Sample code for the GLib Key-value parser
1402  483341 g_error and friends create warnings when not used in MSVC
1403  569375 g[u]intptr undocumented
1404  573251 documentation for g_seekable_truncate() needs some love
1405  629347 Missing annotations in GFile (was: Perf throws an exception in cur...
1406  630983 [PATCH] Type accuracy for result of strlen() in string utilities.
1407  632953 Clarify documentation of GValueTransform.
1408  636210 Document that pre-unmount is not guaranteed and backend-dependant
1409  656502 type information for GSettings::backend missing from .gir
1410  661442 Nautilus crashes when refreshing home folder after modifying ~/.co...
1411  668035 gtester-report broken with python 2.7.2 and glib 2.30.1
1412  670139 gbytes.c:try_steal_and_unref nit
1413  677233 (transfer full) annotation not correct for g_closure_new_simple re...
1414  679347 glocalfile seems to leak 'fstype'
1415  679467 Mention translation in g_warning() documentation
1416  689323 Variable scoping in gunixmounts.c
1417  691436 glib-mkenums output arch dependent
1418  695681 gsettings bash completion put error messages
1419  705331 AM_PATH_GLIB_2_0 macro fails with -Wstrict-prototypes -Werror
1420  706667 Fix permission denied error when installing from an nfs directory
1421  711809 gdbus-proxy: Fix erroneous timeout during following tests
1422  722256 gslist: Simplified node removal and got rid of some code duplication
1423  723655 Socket source is left in the poll after the socket is closed
1424  723743 g_child_watch_add() doesn't check for non-pids
1425  725014 g_settings_schema_source_ref should check for NULL pointer
1426  727346 docs: Escape some backslashes for markdown
1427  730296 gsignal: Fix a potential NULL pointer dereference
1428  731625 Improve test for darwin printf format-strings
1429  731705 gio/tests/desktop-app-info assumes /bin/true
1430  737278 Clarify relationship of g_application_quit() to hold count
1431  738176 Skip GSpawnChildSetupFunc closures in introspection
1432  740223 source_object for GAsyncResult should be nullable
1433  740791 gio: cannot specify the source when joining a multicast group (IGM...
1434  740826 glib doesn't know fuse filesystems
1435  742548 configure.ac: stay out of autoconf's namespace
1436  742997 Don't skip invalid enum values in schemas
1437  745723 -Wunused-but-set-variable work-around no longer sufficient
1438  749371 Use a GHashTable as a set when possible
1439  751738 Unused-variable warnings in glib/tests/autoptr.c
1440  752239 Missing dependency for python files in build file
1441  752240 Add DTLS support to GIO
1442  753459 GDateTime: Add conversion functions from/to ISO 8601 strings
1443  753521 g_subprocess_launcher_set_environ misses argument annotations
1444  754026 gfileutils: add some sanity checks
1445  756009 'const gchar* const *' gets incorrectly defaulted to utf8
1446  756103 Skip g_base64_decode_step() in introspection
1447  756128 Fix up annotations in gconvert
1448  756430 g_rw_lock_reader_lock() can return without locking, or error
1449  756470 Fix up annotations in gdataset.c
1450  756588 Fix up annotations on data/qdata API of GObject
1451  760022 Memory leak in gvariant-parser.c
1452  760109 [PATCH] Invalid GDate can't be g_boxed_copy()'d
1453  760716 Fix documentation regarding <glib/gprintf.h>
1454  765063 Update annotations for gio
1455  765552 Please set serial in .m4 files to prevent autoreconf failure on up...
1456  767215 GCC version number is interpreted as start of a list in docs for g...
1457  767239 Tautological comparisons in convert tests
1458  769674 some GIO tests' arbitrary timeouts are too short
1459  769846 gmessages: Add timestamp to g_log_writer_format_fields()
1460  770459 Tutorial article is slightly wrong
1461  773355 Incorrect documentation about stopping a signal emission from a hook
1462  774083 spelling mistakes in glib: charater
1463  776562 Add Intel C Compiler support for G_GNUC_BEGIN/END_IGNORE_DEPRECATI...
1464  777308 GModule win32: disable error dialog popup
1465  777310 gio/gasynchelper.c: fix cast from pointer to smaller int type on w...
1466  777956 gmessages: Update advice for G_LOG_DOMAIN
1467  779182 xdg-open fails with gio open for some uris
1468  779501 Type of GIConv given wrongly on web
1469  780202 introspection: Don't expose GValueArray.free
1470  780296 xdg-open/gnome-open doesn't work if service isn't started
1471  781598 gstdio.h should #include what it needs to work
1472  781867 various gvfsd-* wants to look in /boot/efi, causes unnecessary/ina...
1473  783210 build: Switch to sassc for generating style
1474  783270 Improve Visual Studio support for Meson builds
1475  783825 Suggest that asynchronous operations should invoke the callback in...
1476  786737 No g_variant_get() example for dicts
1477  786785 Commit #fe2a9887a8 breaks gdbus-codegen, cannot find its module so...
1478  787271 Make GListModel usable from G-I bindings
1479  787485 g_tls_backend_supports_dtls () returns true when the backend doesn't
1480  787551 Factor out some duplicated code in GParamSpec validation
1481  787581 tests: Add tests for g_slist_copy() and g_slist_copy_deep()
1482  787671 meson: Fix permissions of installed scripts
1483  787731 g_file_query_filesystem_info() wrongly reports "filesystem::readon...
1484  788138 glib-compile-resources: Fix leak of a GHashTable
1485  788180 G_FILE_ATTRIBUTE_ID_FILE is useless on W32
1486  788270 gmodule - failed to load symbol on Android 64bit
1487  788368 Race condition in GDbusObjectManagerClient
1488  788384 gtypes: Fix signedness of __builtin_bswap() usage
1489  788385 gtestutils: Explicitly cast args to g_assertion_message_cmpnum()
1490  788401 PATCH: MacOS build cannot detect content type from content - xdgmi...
1491  788467 Fatal errors and warnings should be reported as TAP
1492  788488 GFile-based API for g_build_filename()
1493  788489 gmain: add g_clear_source API
1494  788561 Document how to integrate GTest into your project
1495  788594 gdbus-tool doesn’t handle non-message-bus connections correctly
1496  788705 Allow building GLib on older Linux platforms
1497  788766 fixed a doc-typo in socket_get_remote_address
1498  788772 meson installs gdb scripts incorrectly
1499  788863 Add more filename type annotations for strings which can contain f...
1500  788880 gunixmounts: Update list of virtual file systems to ignore
1501  788927 Expose better API for detecting ‘system’ mounts
1502  788936 Show mime type icons on OS X
1503  788948 Document Autotools best practices for genmarshal/mkenums
1504  788975 Meson + Visual Studio: Can't find zlib.h with subprojects/zlib
1505  788978 Document XML has a syntax error
1506  788989 Use subdir-objects with Autotools
1507  788990 Include licensing information in output from glib-mkenums, glib-ge...
1508  789087 gint and guint misrepresented as functions
1509  789170 GFormatSizeFlags should have a value for bits
1510  789245 g_settings_bind() not conforming to lifecycle specification
1511  789444 Fix handling of length in g_utf8_make_valid
1512  789637 glib-mkenums: Fails when --ouput file does not exist
1513  789681 meson: Libmount support not built
1514  789723 [PATCH] gdbus-codegen: Call abspath() earlier
1515  789755 g_get_host_name: ensure return value is always UTF8 encoded
1516  789820 GPollFileMonitor is not cleaning up correctly
1517  790015 docs: Various linking and syntax fixes
1518  790030 GResource/GVariant fails to load from non-pointer aligned memory
1519  790093 gio-tool: fix inverted logic in monitor tool
1520  790126 gengiotypefuncs.py is missing from tarballs
1521  790147 build: Drop data-to-c.pl in favour of data-to-c.py
1522  790157 gmessages: Give examples of G_DEBUG with gdb in the documentation
1523  790272 file: add g_file_load_bytes()
1524  790275 avoid temporary string allocations in g_resources_enumerate_children
1525  790310 speedup path canonicalization in GResourceFile
1526
1527 * Translation updates:
1528  Catalan (Valencian)
1529  Czech
1530  German
1531  Nepali
1532  Norwegian bokmål
1533  Slovak
1534  Slovenian
1535  Spanish
1536
1537
1538 Overview of changes in GLib 2.54.0
1539 ==================================
1540
1541 * Bugs fixed:
1542  780861 Crash in GnomeWallClock
1543  786983 Please make the output of gio-querymodules deterministic
1544  787109 Valgrind false positive in ioctl() in btrfs file copy
1545  787123 glib: Slighty update GIOChannel documentation
1546  787146 GMainLoop: match of parameter pair of LOCK_CONTEXT/UNLOCK_CONTEXT
1547
1548 * Translation updates:
1549  Basque
1550  Catalan
1551  Romanian
1552  Swedish
1553
1554
1555 Overview of changes in GLib 2.53.7
1556 ==================================
1557
1558 * Bugs fixed:
1559  736710 remove unnecessary executions of libtool from configure
1560  785260 gio/tests/appmonitor fails if local dir not writeable
1561  786456 g_subprocess_wait[_check]_async() breaks when cancelled...
1562  786555 g_array_free() is not thread safe w.r.t. g_array_unref()
1563  786580 gdesktopappinfo.c: Add Tilix as a fallback terminal
1564  786807 g_uuid_string_random undefined when built with meson
1565
1566 * Translation updates:
1567  Brazilian Portuguese
1568  Catalan
1569  Czech
1570  Danish
1571  Finnish
1572  French
1573  Friulian
1574  German
1575  Italian
1576  Kazakh
1577  Korean
1578  Latvian
1579  Nepali
1580  Polish
1581  Spanish
1582  Turkish
1583
1584
1585 Overview of changes in GLib 2.53.6
1586 ==================================
1587
1588 * Bugs fixed:
1589  766358 glib doesn't respect XDG_* envvars on W32, ever
1590  783270 Improve Visual Studio support for Meson builds
1591  785955 pthread_setname_np misdetected with meson
1592  786060 Sequences documentation does not make it clear...
1593  786360 gobject: add autoptr support for GClosure
1594  786452 crash on Linux without stderr stream
1595  786460 gio-tool: Unify buffer sizes
1596  786462 Use g_output_stream_write_all instead of while
1597  786463 gio-tool-save: Prevent overwriting error
1598
1599 * Translation updates:
1600  Catalan
1601  Galician
1602  Hungarian
1603  Indonesian
1604  Lithuanian
1605  Nepali
1606  Serbian
1607
1608
1609 Overview of changes in GLib 2.53.5
1610 ==================================
1611
1612 * Bugs fixed:
1613  695573 Untranslatable strings in glib-compile-schemas
1614  725950 GApplication: call dbus_unregister only once, and before destruction
1615  731703 giomodule test misbuilds its test modules as libraries
1616  769135 External control for g_test_add/g_test_run
1617  779332 Rewrite mkenums in Python
1618  779607 Race between mounts-changed signal and g_unix_mounts_get() function
1619  784000 Improve strerror_r() detection
1620  784815 Map G_NOTIFICATION_PRIORITY_HIGH to NOTIFY_URGENCY_NORMAL
1621  784965 Use the glib preset for i18n in Meson
1622  784995 meson: some Windows improvements
1623  785113 glib-mkenums Python port fixes
1624  785130 G_LOG_DOMAIN shouldn't be left undefined for applications
1625  785438 Spurious -Wmaybe-uninitialized in gdatetime.c
1626  785468 glib/gpoll: Unnecessary if conditional included in the poll_rest() function
1627  785520 Replace advice to use removed gdk_spawn functions
1628  785577 clobbers errno while setting GError
1629
1630 * Translation updates:
1631  Slovenian
1632  Spanish
1633
1634
1635 Overview of changes in GLib 2.53.4
1636 ==================================
1637
1638 * Unicode support has been updated to Unicode 10.0.0
1639
1640 * glib-genmarshal and glib-mkenums have been rewritten in python.
1641   Every effort has been made to keep compatibility. Please report
1642   problems related to these tools
1643
1644 * GLib can now be built with meson. autotools are still supported
1645
1646 * Bugs fixed:
1647  722047 drop makefile.msc?
1648  733821 g_strerror() uses strerror(3) instead of strerror_r(3)
1649  773842 g_utf8_find_next_char() won't signal the end of a NUL-terminated string
1650  779332 Rewrite mkenums in Python
1651  780095 g_utf8_get_char_validated() stopping at nul byte even for length specified...
1652  780634 Remove remaining old codepage ABI comapt code
1653  783841 test_GDateTime_new_from_timeval_overflow fails on 32 bit systems
1654  784000 Improve strerror_r() detection
1655  784020 GKeyFile – Add array length annotations to to_data(), get_keys() and get_g...
1656  784037 gio: Mention the ALL_METADATA flag in g_file_copy()
1657  784433 gdbus-codegen with variant type parameters result in nested variant
1658  784456 Update to Unicode 10.0.0
1659  784528 Rewrite glib-genmarshal in Python
1660  784579 Calling g_dir_open on Missing Directory When Executable File Path Contains...
1661  784581 docs: Fix cut'n'paste error in g_resources_get_info() doc
1662  784739 Minor typo in configure error message
1663  784792 Just fixing a little typo in comments
1664
1665 * Translation updates:
1666  Hebrew
1667
1668
1669 Overview of changes in GLib 2.53.3
1670 ==================================
1671
1672 * Bugs fixed:
1673  658446 Add translation comment for wrong password notice string
1674  661926 Improve the default logging setup in GLib
1675  674885 type initialisation deadlock in GObject
1676  775593 GIO cannot write symlinks on FreeBSD and NetBSD
1677  776169 Various gio-tool fixes
1678  776333 Fix annotation on g_file_copy_async()
1679  776504 Upgrade license from LGPLv2+ to LGPLv2.1+
1680  777307 race condition between gdbus signal callback and g_bus_unwatch_name...
1681  778422 gsubprocesslauncher: Clarify the behavior of set_environ()
1682  781301 Stack pointer corrupted by incorrect call of NtNotifyChangeMultipleKeys
1683  782336 Add additional documentation of the GResource XML format
1684  782996 build: Use AM_TESTS_ENVIRONMENT rather than TESTS_ENVIRONMENT
1685  783061 GApplication: Remove some unused members
1686  783130 Make dbus activation sandbox-aware
1687  783193 Adapt to OpenURI api change
1688  783201 gdbus-codegen: Apply --output-directory to generated docs as well
1689  783340 win32: port monotonic times to use QPC
1690  783350 length parameter can be NULL g_data_input_stream_read_line
1691  783392 incorrect (out) annotation for g_dbus_interface_info_generate_xml
1692  783593 GGtkNotificationBackend should use /org/freedesktop/DBus to call Ge...
1693
1694 * Translation updates:
1695  Esperanto
1696  German
1697  Indonesian
1698  Kazakh
1699  Spanish
1700
1701
1702 Overview of changes in GLib 2.53.2
1703 ==================================
1704
1705 * A few new number parsing functions have been added:
1706   - g_ascii_string_to_signed
1707   - g_ascii_string_to_unsigned
1708   These have better error handling than the existing ones.
1709
1710 * glib-mkenums now supports /*< private >*/ and /*< public >*/
1711
1712 * GSettings now consider XDG_DATA_HOME in addition to XDG_DATA_DIRS.
1713
1714 * Bugs fixed:
1715  674885 type initialisation deadlock in GObject
1716  698064 Add g_ptr_array_contains()
1717  732000 gdatetime: Remove an unnecessary NULL pointer check
1718  734946 Implement GContentType on OSX
1719  741335 Possible differences in use of XDG_DATA_DIRS versus XDG base directory specification
1720  748263 Use-after-free in g_dbus_connection_call_internal()
1721  776876 gmodule – Various Android bug-fixes
1722  777030 build error where minor() and major() cant be resolved in gio/gdbusmessage.c
1723  780300 gio/gosxappinfo.c uses deprecated LSFindApplicationForInfo
1724  780309 gio/tests/appinfo build fails: gdesktopappinfo.c skipped on OS X
1725  781755 Avoid compiler warnings in generated marshallers code
1726  781826 portal support: Read /.flatpak-info
1727  781830 Fix some typos and errors in GVariant documentation
1728  781847 Use-after-free under send_message_with_reply_cleanup():gdbusconnection.c:1792
1729  781867 various gvfsd-* wants to look in /boot/efi, causes unnecessary/inappropriate auto...
1730  782068 doc: Trivial typo fixes
1731  782075 gtimer: Handle gmtime() failure in g_time_val_to_iso8601()
1732  782089 gdatetime: Fix overflow checks when constructing from timestamps
1733  782162 Support public/private trigraph in glib-mkenums
1734  782237 make check error
1735  782311 inode/directory is treated as a subclass of application/octet-stream
1736  782628 libmount build dependency check not requiring the right version?
1737
1738 * Translation updates:
1739  Hungarian
1740  Indonesian
1741  Spanish
1742
1743
1744 Overview of changes in GLib 2.53.1
1745 ==================================
1746
1747 * The gdbus tool gained a wait command
1748
1749 * g_unix_signal_source_new support SIGWINCH now
1750
1751 * There are now g_enum_to_string and g_flags_to_string functions
1752
1753 * A new function to instantiate objects: g_objet_new_with_properties
1754
1755 * GParameter and related APIs have been deprecated
1756
1757 * Bug fixes
1758  447907 enum/flags from string + type transform + tests
1759  668962 GUnixMountPoint/GUnixMountEntry not usable through gobject-introspection
1760  669355 gdbus-codegen output contains stray semicolons at file scope (forbidden in C99)
1761  674885 type initialisation deadlock in GObject
1762  698064 Add g_ptr_array_contains()
1763  709865 Add boxing to GParameter
1764  725894 build: Include gettext libraries for static compilation on Mac OS X
1765  734946 Implement GContentType on OSX
1766  741229 gio: Handle NULL cached properties in NetworkManager monitor
1767  745971 gdbus-tool: Add a command to wait for a well-known name on the bus
1768  755046 gfileutils: Add precondition checks to g_file_test()
1769  761102 Increase performance for main loop
1770  761889 GDateTime: %p does not always print AM/PM string
1771  766660 Please clarify the extent to which GInitable, GAsyncInitable must be idempotent
1772  769534 g_unix_signal_source_new does not support SIGWINCH
1773  772221 Take advantage of Unicode
1774  775879 g_log_default_handler should not check G_MESSAGES_DEBUG
1775  776169 various gio-tool fixes
1776  777961 Documentation for g_app_info_equals() could be clearer
1777  778049 race in gsource detected by TSan
1778  778207 gio-querymodules: fix memory leak
1779  778287 G_MODULE_EXPORT and -fvisibility=hidden
1780  779409 Fix false positive g_warning() in remove_filter()
1781  780066 g_base64_encode_close() in glib/gbase64.c produces invalid base64 encoding
1782  780095 g_utf8_get_char_validated() stopping at nul byte even for length specified buffers
1783  780306 Unused function in gunicollate.c for CARBON
1784  780310 g_tls_database_verify_chain doesn't set the GError for failures other than cancell...
1785  780384 gio/tests/contenttype fails on OS X: "public.directory" != "public.folder"
1786  780441 Make the portal implementation of g_app_info_launch() synchronous
1787  780634 Remove remaining old codepage ABI comapt code
1788  780908 gobject: remove duplicate GType sanity check
1789  780924 Memory leak in gdbusmethodinvocation.c
1790  781125 gio-tool: Fix errors format string
1791  781234 the buffer written to by g_input_stream_read is not marked as an out parameter
1792  781298 gfileutils.c:330:3: error: ISO C90 forbids mixed declarations and code
1793
1794 * Translation updates
1795  Catalan
1796  Friulian
1797  German
1798  Hebrew
1799  Indonesian
1800  Polish
1801  Russian
1802
1803
1804 Overview of changes in GLib 2.52.0
1805 ==================================
1806
1807 * Bug fixes:
1808  779799 gdatetime test fails with tzdata 2017a
1809  780032 Add missing attributes to two functions
1810  780144 gio/fam: Remove leftover debug print
1811
1812 * Translation updates:
1813  French
1814  Friulian
1815  Latvian
1816
1817
1818 Overview of changes in GLib 2.51.5
1819 ==================================
1820
1821 * OS X implementations of GContentType and GAppInfo
1822   have been added
1823
1824 * Bugs fixed:
1825  673047 gunicollate is broken on OS X (patch included!)
1826  734946 Implement GContentType on OSX
1827  747146 Implement GNotification on OSX
1828  769983 glib-mkenums generates non-reproducible Makefile snippets
1829  777203 gnulib license information is not correct in glib2.0
1830  778515 Crash in the gio kqueue backend
1831  779456 Make g_utf8_make_valid optionally take a length
1832
1833 * Translation updates:
1834  Danish
1835  Friulian
1836  German
1837  Hungarian
1838  Korean
1839  Lithuanian
1840
1841
1842 Overview of changes in GLib 2.51.4
1843 ==================================
1844
1845 * Memory leak fixes
1846 * Fix the released tarball
1847
1848
1849 Overview of changes in GLib 2.51.3
1850 ==================================
1851
1852 * Bugs fixed:
1853  771997 gchecksum: Add SHA-384 support
1854  778422 gsubprocesslauncher: Clarify the behavior of set_environ()
1855  778581 gdbus-codegen: Fix -Wconversion warning
1856  778801 gdbus-codegen: Add --outdir flag
1857  778991 Plug a mem leak in gdbusauth
1858  779183 g_io_extension_point_get_extensions should check for NULL pointer
1859
1860 * Translation updates:
1861  Basque
1862  Chinese (Taiwan)
1863  Danish
1864  Indonesian
1865  Italian
1866  Serbian
1867
1868
1869 Overview of changes in GLib 2.51.2
1870 ==================================
1871
1872 * Minimal support for UUIDs has been added
1873
1874 * A new file attribute, G_FILE_ATTRIBUTE_RECENT_MODIFIED has been added
1875   to improve sorting of recent files
1876
1877 * Bugs fixed:
1878  639078 UUID support feature request
1879  777135 gkeyfile: Be more specific about error codes in documentation
1880  777307 race condition between gdbus signal callback and g_bus_unwatch_name...
1881  777481 goutputstream: docs: fix typos
1882  777493 g_mkdtemp() not introspectable
1883  777507 Recent view sorting incorrectly
1884  777592 Add minor examples to GDBus and GVariant documentation
1885  778002 race in gdbusprivate.c detected by the ThreadSanitizer
1886  778096 race in gdbusconnection reported by TSan
1887
1888 * Translation updates:
1889  Norwegian bokmål
1890  Polish
1891  Simplified Chinese
1892  Slovak
1893  Spanish
1894  Swedish
1895
1896
1897 Overview of changes in GLib 2.51.1
1898 ==================================
1899
1900 * glib-compile-resources grew a --generate-phony-targets flag
1901
1902 * GLib now installs a valgrind suppressions file for GLib and GIO
1903
1904 * Bugs fixed:
1905  666114 should have infrastructure to run its tests under valgrind
1906  729730 GDBusMessage: Fix segfault if DEBUG_SERIALIZER is enabled
1907  730932 statically assert that reasonable assumptions about enums are true
1908  735731 gobject: Document behaviour of GType checking macros on NULL
1909  736810 gdbus: Fix leak in g_dbus_message_print()
1910  762283 GSocket – Fix race conditions on Win32 if multiple threads are waiting on cond...
1911  767609 Test suite problems
1912  767952 g_dbus_method_invocation_return_*, g_dbus_method_invocation_take_error: They d...
1913  769672 Assert threads for testcase 642026 are sucessfully created
1914  769745 gtask: Add guards for public functions
1915  770175 Add command line argument to mkenums and genmarshal to write output to a file
1916  770646 glib: Namespace global tapset variables by soname
1917  772160 Add g_unix_mount_for() support
1918  772989 Totem allows invalid urls that might cause segfault that's irrecoverable
1919  773823 gio: Bump copy buffer size to 256k by default
1920  774086 fix g_main_context_check declaration
1921  774368 Dependency file output of resource scanner breaks Ninja
1922  774421 Two minor patches
1923  774520 GSocket allocates and processes control messages even if not requested
1924  775309 Crash in gdbusauth
1925  775468 Improve log write supports color method on windows
1926  775510 testing with -fsanitize=undefined reports various undefined behaviour
1927  775517 Password input is echoed in the terminal
1928  775621 gmessages: Fix compilation on Android
1929  775765 FDO notification withdrawal backend sends wrong ID to the server
1930  775913 subprocesslauncher: potential infinite loop in verify_disposition()
1931  776198 Stray semicolon after g_variant_print() function in gvariant.c
1932  776586 License headers cleanup
1933  777077 Use of memory after it is freed
1934
1935 * Translation updates:
1936  Brazilian Portuguese
1937  Czech
1938  Galician
1939  German
1940  Hebrew
1941  Kazakh
1942  Lithuanian
1943  Spanish
1944  Swedish
1945
1946
1947 Overview of changes in GLib 2.51.0
1948 ==================================
1949
1950 * glib-genmarshal and glib-mkenums have gained --output options
1951   for better build system integration
1952
1953 * New API: g_utf8_make_valid
1954
1955 * Bugs fixed:
1956  591603 Make _g_utf8_make_valid public
1957  610969 Nice to have g_utf8_make_valid as public
1958  767882 Bit shift overflow (-Wshift-overflow) warning in gparam.h
1959  769135 External control for g_test_add/g_test_run
1960  769630 gfile: G_FILE_MONITOR_WATCH_MOVES was actually introduced in 2.46
1961  772160 Add g_unix_mount_for() support
1962  772221 Take advantage of Unicode
1963  773303 GApplication leaks option_strings 
1964
1965 * Translation updates:
1966  French
1967  Galician
1968  German
1969  Hungarian
1970  Lithuanian
1971  Norwegian bokmål
1972  Occitan
1973  Polish
1974  Slovak
1975  Turkish
1976
1977
1978 Overview of changes in GLib 2.50.1
1979 ==================================
1980
1981 * Update Unicode support to Unicode 9.0.0
1982
1983 * Bugs fixed:
1984  662946 gunixmounts monitoring doesn't work correctly with libmount
1985  771591 Update to Unicode 9.0.0
1986  772054 glib/gspawn-win32-helper.c: unexpected behavior re CommandLineToArgvW()
1987  772255 gresolver: Mark GResolver as an abstract class
1988  772269 Add --version options to glib-compile-resources and glib-compile-schemas
1989  772297 completion: Complete gsettings describe
1990  772511 g_log_default_handler crashes windows apps with "Unspecified fatal err...
1991
1992 * Translation updates:
1993  Brazilian Portuguese
1994  Catalan
1995  Croatian
1996  Czech
1997  Danish
1998  Hungarian
1999  Italian
2000  Latvian
2001  Polish
2002  Swedish
2003
2004
2005 Overview of changes in GLib 2.50.0
2006 ==================================
2007
2008 * Bugs fixed:
2009  771438 Turn on libmount by default on linux
2010         Fix the annotation for g_log_variant
2011
2012 * Translation updates:
2013  British English
2014  French
2015
2016
2017 Overview of changes in GLib 2.49.7
2018 ==================================
2019
2020 * Add g_log_variant, binding-friendly api for structured logging
2021
2022 Bugs fixed:
2023  646926 arg_data invalid after g_option_context_parse() fails
2024
2025 * Translation updates:
2026  Danish
2027  Finnish
2028  Galician
2029  German
2030  Hebrew
2031  Kazakh
2032  Korean
2033  Latvian
2034  Lithuanian
2035  Polish
2036  Portuguese
2037  Serbian
2038  Slovak
2039  Spanish
2040  Swedish
2041  Thai
2042
2043
2044 Overview of changes in GLib 2.49.6
2045 ==================================
2046
2047 * The gsettings commandline tool now has a describe command
2048
2049 Bugs fixed:
2050  745754 Add gcc-style dependency output to glib-compile-resources
2051  769076 Fix warning: attempt to override closure->va_marshal with new marshal
2052  770372 gdbus-codegen: Strip @since parameters before comparison
2053
2054 Translation updates:
2055  Brazilian Portuguese
2056  Czech
2057  German
2058  Hungarian
2059  Polish
2060  Portuguese
2061  Spanish
2062
2063
2064 Overview of changes in GLib 2.49.5
2065 ==================================
2066
2067 * Structured logging:
2068  - drop libsystemd dependency
2069  - document that g_test_expect_message does not work with structured logs
2070
2071 * Use libmount for unix mount support
2072
2073 * Add an async variant of g_app_info_launch_default_for_uri
2074
2075 Bugs fixed:
2076  522053 GUnixMountMonitor needs to use /proc/self/mountinfo on recent Linux
2077  682794 Add usage guidance to logging documentation
2078  744456 Structured logging API
2079  766370 Add a macro for initializing g_auto(GVariantBuilder)
2080  767240 Regex failures with pcre 8.38
2081  768198 Can't build glib with systemtap enabled
2082  768453 Gdbus test: compilation fails due to -Werror=format-y2k errors
2083  768752 Add async variant of g_app_info_launch_default_for_uri
2084  769027 Docs misleadingly imply G_CHECKSUM_SHA512 is available since 2.16
2085  769029 gmessage: compiler complains about -Wformat-nonliteral
2086  769042 'O_CLOEXEC' undeclared (first use in this function)
2087  769087 gmessages: support NULL log domain
2088  769089 Fix gsettings uint64 testcase
2089  769104 Build failure when using _GLIB_CHECKED_ADD_U32 with the Intel compiler
2090  769139 g_log_writer_journald uses non-standard 'htole64' function
2091  769238 memory increases every time I umount and mount my secondary hard disk.
2092  769245 is_valid_heap_iter define misses NULL pointer check
2093  769507 gmessages: Don’t require is_journald() call before writer_journald()
2094  769785 gmessages: Expand documentation further for structured logging
2095  769995 gdbus-codegen: Allow '@since: UNRELEASED' in documentation comments
2096
2097 Translation updates:
2098  Catalan
2099  Hebrew
2100  Lithuanian
2101  Slovak
2102  Spanish
2103
2104
2105 Overview of changes in GLib 2.49.4
2106 ==================================
2107
2108 * Change the just-introduced structured logging API. The arguments
2109   of g_log_structured() had to be reordered to enable an implementation
2110   within the limits of what the standards guarantee about var args.
2111
2112 Bugs fixed:
2113  744456 Structured logging API
2114  768936 gio doc build fails because of missing gio.xml in the tarballs
2115  768963 improper va_list use in g_log_structured()
2116  768968 gio/tests/socket-listener hangs since e4ee307
2117
2118 Translation updates:
2119  Spanish
2120
2121
2122 Overview of changes in GLib 2.49.3
2123 ==================================
2124
2125 * GLib has a structured logging API, g_log_structured, with support
2126   for writing to the systemd journal. It also supports colored output
2127   in terminals
2128
2129 * Some new GBytes API has been added:
2130  - g_key_file_load_from_bytes
2131  - g_compute_hmac_for_bytes
2132
2133 * Stack-allocated GVariantBuilder and GVariantDict objects can now be
2134   initialized with G_VARIANT_BUILDER_INIT and G_VARIANT_DICT_INIT
2135
2136 * gio:
2137  - Add a way to register handlers for custom uri schemes
2138  - Add a G_FILE_ATTRIBUTE_FILESYSTEM_REMOTE attribute to
2139    have these heuristics in a single place
2140  - Include a gio tool that makes the functionality of the
2141    various gvfs commandline tools available in a single place
2142  - Add portal support to g_app_info_launch_default_for_uri
2143  - Add portal support to GNetworkMonitor
2144  - Add portal support to GProxyResolver
2145  - Add portal support to g_application_send_notification
2146
2147 Bugs fixed:
2148  547200 g_utf8_find_next_char() issues
2149  662802 systemtap multiarch issue
2150  723506 fork/exec from non-main thread when autolaunching could be avoided...
2151  725902 build: simplify dtrace configuration
2152  728207 gsocketservice: Documentation does not mention that is already act...
2153  729914 instead of DEBUG_CODE and IF_DEBUG, provide a common macro to supp...
2154  744456 Structured logging API
2155  744678 Unable to delete relocatable schemas
2156  746685 clarify that g_variant_get_data() can be used instead of g_variant...
2157  747134 glib-compile-resources --generate should detect common C++ file ex...
2158  750257 GSettings changed signal should clearly state the order required
2159  753231 Memory is potentially used after free
2160  754012 missing filename in "Error loading css: Failed to import: Error op...
2161  760115 gtestutils: add missing dash in seed argument's --help documentation
2162  760423 gio-querymodules prints error messages as question marks on some l...
2163  761102 Increase performance for main loop
2164  765338 GLib.compute_hmac_for_data throws every time
2165  766370 Add a macro for initializing g_auto(GVariantBuilder)
2166  766899 Superflous HTML/XML comments in GDBusProxyTypeFunc documentation s...
2167  766933 GSocketAddress leaks in gnetworkmonitornetlink.c:read_netlink_mess...
2168  767765 Add names and tags to various GSources and GTasks constructed in GLib
2169  767880 gkeyfile: add g_key_file_load_from_bytes() API
2170  767887 vfs: add g_vfs_register_uri_scheme()
2171  767949 [patch] Typos in glib docs
2172  768029 infinite loop in parse_name_internal()
2173  768119 Fix fallout from get_supported_schemes() changes
2174  768357 Build the gio tool on Windows/MSVC
2175  768498 portal support for glib
2176  768504 keyfile: g_key_file_get_double behavior doesn't follow documentation
2177  768549 Test failure: test_ip_sync_dgram
2178  768551 Test failure: test_socket_address_to_string
2179  768560 gio/tests/gsettings: fix GSettings reference leaks in some tests
2180  768780 O_PATH is a non-standard flag which may be unavailable on non-Lin...
2181  768806 gdbus tool must swallow -- argument
2182
2183 Translation updates:
2184  Chinese (Taiwan)
2185  French
2186  Hebrew
2187  Indonesian
2188  Lithuanian
2189  Portuguese
2190  Spanish
2191
2192
2193 Overview of changes in GLib 2.49.2
2194 ==================================
2195
2196  * GMainContext and GTask have gained more systemtap probes
2197
2198 Bugs fixed:
2199  673101 resource compiler dependency generation not working for gen...
2200  700756 GFile.new_for_path arguments misses (type filename) annotation
2201  730187 glocalfileoutputstream: Fix an FD leak in an error path
2202  755439 Memory leak in gdbusproxy.c
2203  759813 Add more SystemTap/DTrace probes for main context and GTask
2204  761810 gio: Support using GDBusObjectManagerServer at path ‘/’
2205  767172 docs: Move GIO_USE_VFS to "okay for production" section
2206  767218 Remove a UTF-8 ellipsis from gsignal.h
2207  767245 Add filename type annotations
2208  767824 Some UTC timezones incorrectly recognized on Windows 7
2209
2210 Translation updates:
2211  Occitan
2212
2213
2214 Overview of changes in GLib 2.49.1
2215 ==================================
2216
2217  * GDesktopAppInfo now allows bus activation with dashes. This is
2218    not technically allowed per the Desktop Entry specification, but
2219    it happens in the wild. Rather than forcing people to go through
2220    another traumatic desktop file rename, accept it and translate - to _.
2221
2222  * The support for giving names to threads has been improved. Thread names
2223    are now supported on Solaris as well, and the Linux support no longer
2224    uses prctl() but the pthread api.
2225
2226  * GIO resources can now be overridden at runtime, using the G_RESOURCE_OVERLAYS
2227    environment variable.
2228
2229  * gdbus-codegen can now generate autocleanup definitions for the types
2230    it generates. Use the --c-generate-autocleanup option to control this
2231
2232 Bugs fixed:
2233  665446 Use g_abort() instead of abort()
2234  731988 glocalfile: Avoid a potential NULL pointer dereference
2235  742898 g_value_type_transformable() description differs from the code
2236  747107 GVariant varargs documentation: g_variant_get() example
2237  747478 g_system_thread_set_name() is not implemented for gthread-win32
2238  748474 g_get_language_names() is not thread-safe
2239  748530 gthread: W32 implementation of g_get_num_processors() has lame fallback
2240  748806 GVariant: Better introduction to the concepts and its uses
2241  749583 GSequence performance improvements
2242  749606 tests: always remove app.desktop
2243  755898 [PATCH] settings: add get/set uint64
2244  758174 Fix documentation typos
2245  758738 Usage of GType properties causes crashes due to gulong/gpointer mismatch
2246  760186 namespace clash with gdb pretty-printing code
2247  762994 Race condition in GIO/AppFileChooser crashes Firefox/Gtk3
2248  763379 codegen: Add support for g_autoptr to gdbus-codegen–generated objects
2249  763821 build: Also dist Systemtap files always for gobject/
2250  764092 gstrfuncs: Document the behaviour of g_strjoinv()
2251  764163 g_task_had_error doesn't remember the error after g_task_propagate_*
2252  764415 Very High CPU usage in g_poll() Windows implementation
2253  764574 build: Fix all statfs() tests failing
2254  764575 tests: Fix compilation errors due to Y2K format problems
2255  764685 GApplication documentation about handling command-line options is confusing
2256  764754 '-' in application id: unbreak bus activation and notifications
2257  765173 documentation of g_main_context_push_thread_default() regarding GIO...
2258  765668 GResources: add support for resource overlays
2259  765710 gdbus-tool: only print note about expected argument types if that...
2260  765712 tests: Fix compilation
2261  765861 task: avoid context lock when setting source name
2262  765900 Add g_drive_is_removable() support
2263  765924 Improve external drives detection
2264  765959 socket: set fd field to -1 after closing socket
2265  765990 Visual Studio: Define inline only when necessary
2266  765991 Compilation of gresource.c is broken due to S_ISDIR
2267  766092 Incorrect locale handling in g_date_time_format_locale()
2268  766211 Fix the upper bound in g_unichar_iswide_bsearch
2269  766407 Some build-related defects in glib testsuite
2270  766570 build: Fix a misnamed variable in glib-tap.mk
2271
2272 Translation updates:
2273  Basque
2274  Catalan
2275  Chinese
2276  Occitan
2277  Portuguese
2278  Turkish
2279  Vietnamese
2280
2281
2282 Overview of changes in GLib 2.48.0
2283 ==================================
2284
2285  * a minor build fix in the name of determinism
2286
2287  * a few coverity fixes
2288
2289 Bugs fixed:
2290  763617 giotypefuncs.c: Sort _get_type functions in the 'C' locale
2291
2292 Translations updated:
2293  Danish
2294  Italian
2295
2296 Overview of changes in GLib 2.47.92
2297 ===================================
2298
2299  * gdbus-codegen now supports g_autoptr()
2300
2301  * g_get_user_runtime_dir() now reliably returns an existing directory
2302
2303  * g_array_remove_range() can now remove 0 items from the end of an array
2304
2305  * Many fixes for Windows
2306    * build fixes
2307    * file monitoring
2308    * gsettings backend
2309    * streams
2310    * random numbers
2311    * wide character support
2312
2313  * documentation improvements
2314
2315  * other small bugfixes
2316
2317 Bugs fixed:
2318  724847 Segmentation fault on "gsettings list-recursively"
2319  743933 gapplication: add --app-id command line option
2320  756706 [PATCH] gio/gtestdbus.c: don't use non-standard %m printf modifier
2321  757506 gsettings: schema_list should use the passed schema's source
2322  760694 W32: Apps linked with -mwindows make cursor busy sometimes
2323  762202 g_win32_error_message improvements
2324  762637 build: Unconditionally dist tapset files
2325  762748 Undefined behavior
2326  762937 Mention that g_clear_error can be used with an "empty" GError
2327  763339 array: Support clearing an empty array with g_array_remove_range()
2328  763344 g_get_user_runtime_dir(): ensure directory exists
2329  763379 codegen: Add support for g_autoptr to gdbus-codegen–generated objects
2330
2331 Translations updated:
2332  Brazilian Portuguese
2333  Czech
2334  Finnish
2335  French
2336  Galician s
2337  German
2338  Greek
2339  Hebrew
2340  Hungarian
2341  Italian
2342  Kazakh
2343  Korean
2344  Latvian
2345  Lithuanian
2346  Occitan
2347  Polish
2348  Russian
2349  Serbian
2350  Slovak
2351  Slovenian
2352  Spanish
2353  Swedish
2354
2355 Overview of changes in GLib 2.47.6
2356 ==================================
2357
2358 * Windows usupport:
2359  - Fixes and improvements to the GSettings registry backend
2360  - Handle readability and writability of registry keys
2361  - Use Unicode registry APIs
2362
2363 * Bugs fixed:
2364 760852 744772 761126 747927 761337 744570 761504 761550 761843
2365  744570 GString is missing (transfer none) annotations on many of its methods
2366  744772 systemtap and gdb scripts install in wrong place
2367  747927 Documentation: various small improvements
2368  760852 gdbusobjectmanagerserver: Clarify recommended ObjectManager paths
2369  761126 winiconv: update to upstream version
2370  761337 Fix some annotations
2371  761504 W32 registry GSettings backend does not use Unicode
2372  761550 Cannot build with default flags under Fedora rawhide (-Werror=format-...
2373  761843 gmacros.h is testing attributes with __has_feature (when compiling wi...
2374
2375 * Translation updates:
2376  Brazilian Portuguese
2377  Bulagarian
2378  Chinese (Taiwan)
2379  Hungarian
2380  Polish
2381  Slovak
2382  Slovenian
2383  Spanish
2384  Swedish
2385
2386
2387 Overview of changes in GLib 2.47.5
2388 ==================================
2389
2390 * the system copy of PCRE is now used by default to implement GRegex.
2391   Configure with --with-pcre=internal if a system PCRE version
2392   is unavailable or undesired.
2393
2394 * interfaces for DTLS support have been added.  A new version of
2395   glib-networking will also be required.
2396
2397 * GDBusMethodInvocation now drops replies if the sender set the
2398   NO_REPLY_EXPECTED flag
2399
2400 * several GApplication fixes, including fixes for commandline arguments
2401   in interpreted languages on Windows
2402
2403 Bugs fixed:
2404  624186 Deprecate glib-gettext macros
2405  734095 gtk-demo.py of PyGObject fails to run on Windows (and likely other binding scripts using g_application_run())
2406  735754 Implement close on TLS GOutputStream
2407  748064 gnulib vfprintf returns desired (not actual) number of bytes, ignores errors
2408  752240 Add DTLS support to GIO
2409  755421 GDBus ignores NO_REPLY_EXPECTED flag in messages, leading to warnings on system bus
2410  756875 Include ntdef.h for NTSTATUS
2411  759554 g_application_run() calls g_main_context_default() repeatidly
2412  760199 gsettings: Install gettext ITS rules
2413  760215 G_LIKELY/_UNLIKELY macros need more parentheses
2414  760683 regex test: Check the expected PCRE exceptions at runtime
2415
2416 Translations updated:
2417  Brazilian Portuguese
2418  Czech
2419  German
2420  Lithuanian
2421  Swedish
2422
2423 Overview of changes in GLib 2.47.4
2424 ==================================
2425
2426 * The GApplication documentation has been improved in several areas.
2427
2428 * Bugs fixed:
2429  749092 gdb pretty-printers fail on Python 3 with a TypeError...
2430  757374 macros: clean up "inline" mess
2431  758641 Memory leak in g_dbus_proxy_new_for_bus_sync()
2432  759134 Add missing checks for gnulib vasnprintf()
2433  759408 Do not use uninitialized var 
2434  756475 Stop supporting non-POSIX getpwuid_r, getgrgid_r
2435  757372 GApplication: destroy the impl on shutdown
2436  728099 macros: add G_GNUC_CHECK_VERSION() for compiler checks
2437  757299 glib-compile-resources: do not leak c_name
2438  758553 Fix gettext use
2439  758823 file monitors: reorder some code to avoid segfault
2440  756214 gsettings: Don't translate ""
2441  710243 Add GParamSpec object ref management annotations
2442  735696 xdgmime: Finer handling for cases where mmap() is not available
2443  752983 gapplication: Acquire the main context before running
2444
2445 * Translation updates:
2446  Swedish
2447
2448
2449 Overview of changes in GLib 2.47.3
2450 ==================================
2451
2452 The inline cleanup in the last release accidentally removed three
2453 symbols from libglib-2.0.so.  It is unlikely that this will have caused
2454 any problems because these symbols were only backup symbols for
2455 definitions exported as inlines in the header files, but ABI is ABI.
2456
2457 This release corrects only this problem.
2458
2459 Overview of changes in GLib 2.47.2
2460 ==================================
2461
2462 * We have formalised the assumption that all compilers that are
2463   interested in support 'static inline' and simplified the macros around
2464   this considerably.  Please watch for and report unintentional fallout.
2465
2466 * New API: hardware-assisted helpers for overflow-checked integer math.
2467
2468 * other fixes
2469
2470 Bugs fixed:
2471  696324 gtester-report doesn't work with Python 3.x
2472  719966 glib: Add missing (nullable) and (optional) annotations
2473  752837 gobject and glib-compile-resources rely on .CRT$XCU section, no longer works with Win 10 UCRT (VS 2015)
2474  755364 make gtkdoc-check happy again
2475  756134 Segmentation fault on calling g_simple_action_group_add_action with bad action constructor call
2476  756179 gwin32.c: Replace VerifyVersionInfoW() with RtlGetVersion() due to API deprecation
2477  756988 GSequence should document each function's complexity
2478  757294 Move G_POLLFD_FORMAT to glibconfig.h
2479  757374 macros: clean up "inline" mess
2480  757451 doc: fix g_task_attach_source() example
2481  757628 gio tests fail to build when cross compiling 2.46.1
2482  757693 Invalid free in g_local_file_trash()
2483  757742 Fix up annotations in ghash.c
2484  758181 GTask: fix wrong example code
2485
2486 Translations updated:
2487  Greek
2488  Hebrew
2489  Hungarian
2490  Norwegian bokmål
2491  Portuguese
2492  Scottish Gaelic
2493  Simplified Chinese
2494  Spanish
2495
2496 Overview of changes in GLib 2.47.1
2497 ==================================
2498
2499 * The Unicode support has been updated to version 8.0 of the Unicode standard
2500
2501 * GDesktopAppInfo no longer sets the DISPLAY environment variable when
2502   launching apps. This is now done in the GAppLaunchContext implementations
2503   when appropriate
2504
2505 * Bug fixes:
2506  664740 Key-value file parser, space after integer
2507  687223 cleverer GThreadPool management
2508  692085 stderr and stdout are not always file descriptors 1 and 2
2509  697907 Add interface for socket-like things (GSocket, DTLS, etc)
2510  735754 Implement close on TLS GOutputStream
2511  737116 Add functions to print GSocketConnectables and addresses as strings
2512  743011 Minor additions to GError documentation
2513  749161 undefined reference to `__imp__stat32i64'
2514  749314 Cannot restore a just-trashed file
2515  751924 Add recvmmsg()-like API on GSocket
2516  752240 Add DTLS support to GIO
2517  752837 gobject and glib-compile-resources rely on .CRT$XCU section, no longer...
2518  753310 Remove `#pragma GCC system_header` from gmessages.h
2519  753935 Update example namespace and class names in GObject tutorial
2520  754855 Object instantiation documentation refers to example that no longer ex...
2521  754983 Wayland: g_desktop_app_info_launch_uris_with_spawn() forces DISPLAY va...
2522  754994 g_date_time_get_second () sometimes returns an off-by-one result
2523  755083 Clarify in G_ADD_PRIVATE that it is safe to call _get_instance_private...
2524  755351 Example still contains g_autoptr(gchar)
2525  755355 Move GStrv to glib.h so it can be used with g_auto()
2526  755374 g_variant_get_child(): flatten-first logic on '&'
2527  755496 glib 2.46 fails GStreamer test suite
2528  755609 glib 2.46.0 breaks Sun Java JVM 1.8.0.60
2529  755766 gvalue: The g_auto cleanup function assert if value is G_VALUE_INIT
2530  755795 2.46 considers empty files as octet-stream rather than text (leads to...
2531  755961 Fix up annotations in gbytes.c
2532  756053 MSVC doesn't understand the symbol 'msghdr'
2533  756054 MSVC linker error due to 'g_socket_send_message_with_timeout()'
2534  756077 testutils: remove internal ABI comment
2535  756099 g_main_context_query(): Annotate @n_fds as (in) parameter
2536  756139 musl: ctors called in the wrong order
2537  756179 gwin32.c: Replace VerifyVersionInfoW() with RtlGetVersion() due to AP...
2538  756251 The documentation of G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START is confusing
2539  756255 GOutputStream swallowing errors in splice with G_OUTPUT_STREAM_SPLICE...
2540  756316 GSequence should provide fast api to check if empty
2541  756382 snprintf used on Windows with VS2015 doesn't support %n
2542  756477 gio/gthreadedresolver.c has outdated copy of bionic headers (for android)
2543  756550 gtypes.h: Make G_MININTn literals negative
2544  756875 Include ntdef.h for NTSTATUS
2545  756952 giomodule: return a copy of module name
2546
2547 * Translation updates:
2548  Basque
2549  Czech
2550  Serbian
2551  Serbian Latin
2552  Vietnamese
2553
2554
2555 Overview of changes in GLib 2.46.0
2556 ==================================
2557
2558 * Disable runtime-deprecation warnings
2559
2560 * Fix marshalling of flags on bigendian 64bit architectures
2561
2562 * Translation updates
2563  Brazilian Portuguese
2564  Danish
2565  German
2566  Latvian
2567  Russian
2568  Turkish
2569
2570
2571 Overview of changes in GLib 2.45.8
2572 ==================================
2573
2574 * utf8 validation and utf8-to-ucs4 conversion are faster
2575
2576 * Small speedups to property change notification
2577
2578 * Various other small optimizations for GQuark, GData
2579
2580 * Bugs fixed:
2581  696426 GParamSpecTypeInfo do not need to be static
2582  735429 Cleanup MSVC Project Files Generation
2583  738504 Optimize UTF-8 decoding by unrolling branches and expressions
2584  742903 Add missing (transfer) annotation to GString
2585  748633 g_set_object order of operations
2586  754431 Fix build of glib/gstrfuncs.c on Windows
2587  754560 gioerror: Add more mappings for WinSock error codes
2588  754582 Glib cannot compile
2589  754601 Make g_strerror work with non-glibc POSIX systems
2590  754636 tests/unicode-encoding test fails for glib 2.45.7 on x86-64
2591  754788 more g_strerror stuff
2592  754831 autocleanups: Add GString type
2593  754924 Improve test coverage of g_utf8_validate() by added known-...
2594  754986 Avoid unnecessary signal emission during draw
2595
2596 * Translation updates:
2597  Italian
2598  Kazakh
2599  Korean
2600  Lithuanian
2601  Slovenian
2602  Swedish
2603
2604
2605 Overview of changes in GLib 2.45.7
2606 ==================================
2607
2608 * Add G_FILE_ATTRIBUTE_STANDARD_IS_VOLATILE for use by non-POSIX-like
2609   backends (e.g. cloud storage).
2610
2611 * GFileMonitor: Make the inotify backend work with atomic renames again
2612
2613 * GSettings: change notification is again working unconditionally
2614
2615 * GListStore has a sort function now
2616
2617 * Test infrastructure:
2618  - Tests are now required to have unique names
2619  - TAP support has been improved
2620  - A macro for asserting that two memory regions have identical content
2621    has been added
2622
2623 * Bugs fixed:
2624  708525 A "g_file_query_info" on the file path "/sys/kernel/debug/hid"...
2625  742849 inotify: send paired events to both sides
2626  744060 Update GObject tutorial documentation to use G_DECLARE_FINAL_T...
2627  747364 Fix GError leak in g_file_query_writable_namespaces()
2628  749492 Support file creation time on FreeBSD and NetBSD
2629  752769 (g_socket_receive_message | g_socket_send_message) performance
2630  753745 glib-genmarshal still needed for cross-compilation
2631  754152 Add g_list_store_sort
2632  754211 Memory leak in g_file_enumerator_iterate ()
2633  754264 GLib 2.44 certificate chain construction fails if the PEM incl...
2634  754283 gtestutils: add g_assert_cmpmem()
2635  754284 gtestutils: print the TAP test plan first, not last
2636  754286 misc gtestutils fixes
2637  754307 size of array '_GStaticAssertCompileTimeAssertion_3387' is neg...
2638
2639
2640 * Translation updates:
2641  Chinese (Taiwan)
2642  French
2643  Galician
2644  Greek
2645  Hebrew
2646  Hungarian
2647  Indonesian
2648  Polish
2649  Portuguese
2650
2651
2652 Overview of changes in GLib 2.45.6
2653 ==================================
2654
2655 * Fix a test failure and a build failure
2656
2657 Overview of changes in GLib 2.45.5
2658 ==================================
2659
2660 * GNetworkMonitor now provides information about metered networks
2661
2662 * g_mem_set_vtable has been deprecated; it has not been working for
2663   quite a while. The recommendation is to use valgrind, or replace
2664   malloc itself.
2665
2666 * Bugs fixed:
2667  656325 Make GDBusInterfaceVTable binding friendly
2668  741779 Documentation tweaks addressing real-world API misuses
2669  741822 Fails to build with VS 2015
2670  742386 gdbusconnection: Don't g_printerr() when exiting
2671  743018 gobject: Add more cross-links between documentation pages
2672  750282 Add g_network_monitor_get_network_metered() to get if the connection...
2673  751358 GFileMonitor doesn't react to "mv some-file watched-file"
2674  751592 Stop using GMemVtable
2675  751598 Stop 'handle-local-options' propagation when callback reports an err...
2676  751610 g_str_hash produces collisions with strings of length 2
2677  751751 Wrong docs of g_async_queue_remove
2678  752210 gdbus command crashes with SIGSEGV
2679  752656 gdbusconnection: Fix signal subscription documentation
2680  752767 Fix typo in g_hash_table_replace() documentation
2681  753278 gdbus: Don't use g_assert_no_error() GDBusObjectManagerServer
2682  753285 g_menu_item_set_icon fails if called with NULL icon
2683
2684 * Translation updates:
2685  Catalan
2686  Czech
2687  French
2688  Indonesian
2689  Lithuanian
2690  Norwegian bokmål
2691  Slovak
2692  Spanish
2693  Thai
2694  Turkish
2695
2696
2697 Overview of changes in GLib 2.45.4
2698 ==================================
2699
2700 * Bugs fixed:
2701  727829 win32: glibconfig.h.win32 updates
2702  741901 Clang cannot know that g_error don't return
2703  746339 GSocket kills process when fd is not a socket
2704  747676 gio/tests/socket fails: test_fd_roundtrip
2705  748610 Some tests fail with non-English locales
2706  749911 g_inet_address_to_string broken on XP/2003
2707  749912 g_inet_address_new_from_string broken on XP/2003
2708  750625 Should dismiss Software Updates Available notification after...
2709  750807 G_BREAKPOINT doesn't work as intended on Darwin
2710  751160 gtask does unnecessary work
2711  751672 -Wduplicate-decl-specifier in glib/tests/keyfile.c
2712  751731 GFile/DirectoryMonitor emit move events with other_file=NULL
2713  751737 gio/tests/appmonitor test fails in 2.45.3
2714  751798 Wrong enum type used in some test-cases
2715  752089 make gsocketservice::active a property
2716  752293 small cleanup: use list_free_full
2717
2718 * Translation updates:
2719  Greek
2720  Hebrew
2721  Portuguese
2722
2723
2724 Overview of changes in GLib 2.45.3
2725 ==================================
2726
2727 * Improve performance of g_signal_handler_disconnect for signals
2728   with many handlers
2729
2730 * GDBus has gained a new call flag to allow interactive authorization
2731
2732 * GSettings:
2733  - New API: g_settings_schema_list_keys
2734  - Deprecated: g_settings_list_keys
2735
2736 * OS X:
2737  - Implement GNotification
2738  - Bump the OS X requirement to 10.9
2739
2740 * Windows:
2741  - Add registry reading API
2742  - Reimplement GAppInfo using registry information
2743
2744 * Bugs fixed:
2745  666831 Support URI opening on W32
2746  728489 property action with inverted boolean state
2747  730168 Incorrect annotation on g_action_group_get_action_state_type return...
2748  733325 Several regex tests fail with pcre3 8.35
2749  734888 GLib has no helper functions to work with W32 Registry
2750  737009 signal handler lookup doesn't scale
2751  738185 Misleading language about "file name encoding" in the docs on g_env...
2752  738504 Optimize UTF-8 decoding by unrolling branches and expressions
2753  739122 glib not handling -1 return ("no limit") from sysconf (_SC_THREAD_S...
2754  739424 gnome-shell crashes when files are added, deleted, or modified in $...
2755  739616 DBus; Add new call flag to allow interactive authorization
2756  740308 Add g_settings_schema_list_keys() method
2757  740516 RFE: please provide an introspectible version of g_log_set_handler
2758  741788 Document GSettings build system integration
2759  745013 GBinding not thread safe
2760  747146 Implement GNotification on OSX
2761  747941 try XDG_RUNTIME_DIR/bus before falling back to X11 autolaunch (dbus...
2762  748727 Filechooser dialog shows no icons for directories on W32
2763  749693 GActionGroupExporter: flush queue on requests
2764  750203 GNetworkMonitorNetlink hangs in user namespace
2765  750322 gapplication: Make sure --help output is translated
2766  750344 GTlsInteractionClass is missing from doc
2767  750369 Various GBinding cleanups
2768  750386 Race condition in g_io_condition_get_type
2769  750399 Typo "equilalent" in glib documentation's glib-Error-Reporting.html...
2770  750573 GTlsDatabaseClass is not documented
2771  750918 genmarshal: silence register storage class warnings
2772  751122 gsocket: avoid unnecessary g_socket_cond_wait() in _send_messages()
2773  479730 The "g_key_file_set_comment" interface prepends '#' character to...
2774
2775 * Translation updates:
2776  Hungarian
2777  Spanish
2778
2779
2780 Overview of changes in GLib 2.45.2
2781 ==================================
2782
2783 * Improve error reporting in glib-compile-schemas.
2784
2785 * Add introspection annotations to GListStore.
2786
2787 * Bugs fixed:
2788  696749 win32 : failed to compile because of careless mistake in the code
2789  723394 const parameter to GtkPopover gtk_popover_set_pointing_to
2790  724113 gdbus-connection-loss test can fail on slow machines
2791  725981 tap-driver.sh: internal error getting exit status
2792  733325 Several regex tests fail with pcre3 8.35
2793  744895 Unknown or unsupported transport 'this-should-not-be-used-and-will...
2794  747882 gtype: Bump allowed number of children
2795  748534 gtest: if a subprocess assertion fails, print its stdout and stderr
2796  748612 de_DE locale used in option-context test is not supported by FreeBSD
2797  748614 Double unref in g_socket_listener_add_inet_port
2798  748834 glocalfilemonitor: Emit notification on rate limit change
2799  749079 gdbus-peer test: TCP tests can fail with ECONNRESET due to a race...
2800  749080 gdatetime test: fails if close to rollover between seconds
2801  749180 gnetworkaddress: add return type annotation to parse methods
2802  749352 g_binding_unbind() fails when source is also the target
2803  749353 GBinding does not connect to the detailed notify signal
2804
2805 * Translation updates:
2806  Catalan
2807  French
2808  Slovak
2809  Thai
2810
2811
2812 Overview of changes in GLib 2.45.1
2813 ==================================
2814
2815 * The GSettings schema compiler, glib-compile-schemas has been changed
2816   to reject schema xml that has duplicate <summary> or <description>
2817   elements. Such elements typically occur when translations are merged
2818   into the schema, with xml:lang attributes. This is not the correct
2819   way to translate schemas. Instead keep the translations in the .mo
2820   file and set the gettext-domain attribute on the <schemalist> element.
2821
2822 * The file monitoring infrastructure has been rewritten, and all backends
2823   have seen major improvements.
2824
2825   The inotify backend is reporting events with less delay (no event will
2826   be delayed more than 10ms) and wakeups due to file monitoring have been
2827   significantly reduced. A CHANGES_DONE event will also be sent when new
2828   files appear.
2829
2830   The poll implementation is now using the thread default main context.
2831
2832   The fam implmentation is now running in the worker thread.
2833
2834   The fen implementation has been removed, since it was unmaintained.
2835
2836 * The GSettings schema compiler, glib-compile-schemas, is more strict
2837   about rejecting schemas with xml:lang style merged translations.
2838   Schema translations should be done by specifying the gettext domain
2839   in the xml, and keeping the translations in gettext. To avoid breaking
2840   already-installed schemas, this change is only taking effect when
2841   you use the --strict option.
2842
2843 * The hardcoded 10-thread limit of GTask's thread pool has been removed,
2844   since it was prone to causing deadlocks. The thread pool is now allowed
2845   to grow dynamically and will shrink back over time.
2846
2847 * GSimpleAsyncResult has been deprecated in favor of GTask.
2848
2849 * The algorithm used by GAppInfo to find default handlers for mime types
2850   has been tweaked to prefer apps that handle the specific subtype over
2851   default handlers for a generic supertype.
2852
2853 * Bug fixes:
2854  627285 inotify file monitor hardwired delay
2855  631597 Segmentation fault in append_escaped_text
2856  661767 merge/improve various bits of run-in-thread functionality
2857  687223 cleverer GThreadPool management
2858  711547 win32: silence some build warnings
2859  719966 glib: Add missing (nullable) and (optional) annotations
2860  726447 Possibly an error in text string
2861  728663 W32: wrong stat struct is used when built with MinGW-w64
2862  728669 W32: GLocalFile can't measure size of files larger than 2^32...
2863  730188 gsocket: Document FD ownership with g_socket_new_from_fd()
2864  733325 Several regex tests fail with pcre3 8.35
2865  738207 Add a way to set SO_SENDBUF and SO_RECVBUF on listener (and...
2866  739850 GClosure: add valgrind hints
2867  741791 gmain: Save errno when handling unix signals
2868  744282 gvfs-open for application/x-virt-viewer changed behaviour bet...
2869  745255 Add support for copying sessions between GTlsClientConnections
2870  745745 gdbus: fix out-of-bound array access
2871  745821 Don't use __alloc_size__ attribute with clang
2872  746749 GLib-GIO:ERROR:inotify-kernel.c:327:ik_source_dispatch: ass...
2873  746753 Glib-compile-resources --generate-header not using ".h" as ...
2874  747209 glib-compile-schemas ought to reject repeated <summary> and...
2875  747349 Conversion of gdbus to use GTask causes deadlocks
2876  747363 gatomic: Add missing new line in API doc comment
2877  747472 Don't ignore already-installed schemas with multiple <summa...
2878  747541 gdbus segfaults with invalid --dest
2879  747772 Having hardcoded utf8 strings in the source code does not p...
2880  748019 gsocketconnection: Fix copy-pasto in documentation
2881  748177 not all test schemas are distributed, "make distcheck" fails
2882
2883 * Translation updates:
2884  Basque
2885  Czech
2886  Danish
2887  Finnish
2888  German
2889  Hebrew
2890  Icelandic
2891  Norwegian bokmål
2892  Russian
2893  Turkish
2894
2895
2896 Overview of changes in GLib 2.43.92
2897 ===================================
2898
2899 GLib is now considered frozen.  We do not expect any major changes
2900 before the release of 2.44.0.
2901
2902  * GUnixMountMonitor now properly supports multiple main contexts
2903
2904  * many documentation improvements and cleanups.  We are now
2905    approaching a point where the documentation is 100% complete and the
2906    xml will build without warnings.  This will probably be enabled by
2907    default in the next cycle.
2908
2909  * new support for HTTP proxies in GIO
2910
2911  * new GTask:completed property
2912
2913  * use "private" futexes in order to further improve the performance of
2914    the contended case of GMutex and g_bit_lock()
2915
2916 Bugs fixed:
2917  614684 Make various parts of GObject const-correct
2918  730352 Use inet_pton(), if_nametoindex() and if_indextoname() for newer versions of Windows
2919  733876 Proxy protocol 'http' is not supported.
2920  741442 threads: use FUTEX_WAIT_PRIVATE and FUTEX_WAKE_PRIVATE if possible
2921  742599 Clean up GUnixMountMonitor
2922  743636 gtask: Add a GTask:completed property
2923  743661 g_win32_check_windows_version() is missing from doc
2924  744722 docs: Expand introduction to mention using async calls over sync ones
2925  745589 [Patch] gio: add some missing autocleanup
2926  745634 [GNotifications] Use themed icon as icon-name
2927
2928 Translations updated:
2929  Bosnian
2930  Bulgarian
2931  Catalan
2932  Czech
2933  French
2934  German
2935  Greek
2936  Hungarian
2937  Italian
2938  Kazakh
2939  Korean
2940  Latvian
2941  Lithuanian
2942  POTFILESin
2943  Polish
2944  Russian
2945  Serbian
2946  Slovak
2947  Slovenian
2948  Spanish
2949  Swedish
2950  Vietnamese
2951  pa  for Gnome
2952
2953 Overview of changes in GLib 2.43.91
2954 ===================================
2955
2956 We have now added 'g_autofree' as a libgsystem-style autocleanup macro
2957 that calls g_free() on the content of a local variable when it leaves
2958 scope (working only on GCC and clang).
2959
2960 GApplication now has an "is-busy" property, allowing one to query the
2961 effective busy state.
2962
2963 There have been various other bugfixes and cleanups.
2964
2965 Bugs fixed:
2966  661554 GIO's use of GError is wrong
2967  744263 Fix format specifier for __LINE__ in G_OBJECT_WARN_INVALID_PSPEC
2968  744565 gapplication: add bind_busy_property()
2969  744747 Add g_autofree
2970  744756 Can't find out if gapplication is marked as busy
2971  744830 autocleanups: Add GArray and GPtrArray
2972  744876 Unclean exit from from g_application_run
2973  745239 g_property_action_new missing type annotation
2974
2975 Translations updated:
2976  Chinese (Taiwan)
2977  French
2978  Galician
2979  Lithuanian
2980  Slovak
2981
2982 Overview of changes in GLib 2.43.90
2983 ===================================
2984
2985 * new GSimpleIOStream class to construct a GIOStream from an arbitrary
2986   GInputStream and GOutputStream
2987
2988 * GApplication: new API for marking 'busy' state according to the value
2989   of a boolean property on another object
2990
2991 * GOptionGroup: add binding support (boxed type, annotation fixes, etc.)
2992
2993 Bugs fixed:
2994  739724 Test functions should have async scope
2995  741024 glist: Mention that g_list_length() is bad for checking list emptiness
2996  741630 Add GSimpleIOStream class
2997  743349 goption: Add boxed type for GOptionGroup
2998  743990 GDBus connection closing is broken
2999  744565 gapplication: add bind_busy_property()
3000
3001 Translations updated:
3002  Greek
3003  Italian
3004  Norwegian bokmål
3005  Russian
3006  Slovenian
3007  Swedish
3008
3009 Overview of changes in GLib 2.43.4
3010 ==================================
3011
3012 * GType now has type declaration macros G_DECLARE_DERIVABLE_TYPE,
3013   G_DECLARE_FINAL_TYPE and G_DECLARE_INTERFACE, which significantly reduce
3014   the boilerplate needed for GObject types and interfaces.
3015
3016 * g_autoptr and g_auto are macros for declaring variables with automatic
3017   cleanup. They only work with gcc and clang.
3018
3019 * GListModel is a new interface that represents a dynamic list of GObjects.
3020
3021 * GListStore is a GSequence-based implementation of GListModel.
3022
3023 * Support thread names on OS X
3024
3025 * g_simple_action_set_state_hint: New function to set the state hint
3026   of GSimpleActions
3027
3028 * g_win32_check_windows_version: New function to check Windows version
3029
3030 * g_settings_schema_list_children and g_settings_schema_key_get_name
3031   are new functions to complete the GSettingsSchema API.
3032
3033 * Bugs fixed:
3034  389585 G_DEFINE_TYPE hack for header files
3035  729351 Add GListModel
3036  736914 Docs: various fixes and improvements
3037  741807 Add thread name support on OS X and iOS
3038  741895 gwin32: Add Simple API to check whether we are on at least a v...
3039  742456 object: Add g_steal_pointer() convenience function to mark own...
3040  743508 polkitd fails to start: patch for gio/gcredentialsprivate.h
3041  743517 GSettings API is missing some introspection functions
3042  743521 GSimpleAction: add g_simple_action_set_state_hint
3043  743596 G_DECLARE_DERIVABLE_TYPE() should allow additional typedef for...
3044  743640 add __attribute__((cleanup)) support
3045  743827 Fix build of GListModel (on Visual Studio)
3046  743927 GListStore: add sorted insert function
3047  743936 glib: handle unsigned modifier for long long in internal printf
3048  744012 Add GMutexLocker
3049  744190 Fix build on Compilers That Do Not Use inline for Plain C Code
3050
3051
3052 Overview of changes in GLib 2.43.3
3053 ==================================
3054
3055 * add g_set_object() convenience function
3056
3057 * GNetworkMonitor: check if NM is not running and don't crash
3058
3059 * fix some races with g_mkdir_with_parents
3060
3061 * fix some warnings in MSVC
3062
3063 * avoid use of G_STRLOC in G_OBJECT_WARN_INVALID_PSPEC in order to save
3064   on static strings
3065
3066 * fix some content type vs. mime issues
3067
3068 * documentation improvements
3069
3070 * Bugs fixed:
3071  719455  g_file_make_directory_with_parents() can erroneously throw G_IO_ERROR_EXISTS
3072  732439  GSocket: avoid unnecessary g_socket_wait_condition() for blocking sockets
3073  734946  Implement GContentType on OSX
3074  741589  gobject: Add g_set_object() convenience function to set GObject pointers
3075  741653  gnetworkmonitornm: Check if network-manager is running
3076  741654  [patch] gobject: don't use G_STRLOC in G_OBJECT_WARN_INVALID_PSPEC() macro
3077  741707  Gsocket blocks trying to send data
3078  741788  Document GSettings build system integration
3079  742548  configure.ac: stay out of autoconf's namespace
3080  742851  avoid MSVC warnings in G_STMT_END
3081  742972  ggettext: Include an example of setlocale() and friends in the i18n docs
3082  743014  gtestutils: Add an example of using test fixtures 
3083
3084 * Translations updated:
3085  Basque
3086  Brazilian Portuguese
3087  Spanish
3088
3089 Overview of changes in GLib 2.43.2
3090 ==================================
3091
3092 * New function: g_strv_contains
3093
3094 * New function: g_network_address_new_loopback
3095
3096 * New function: g_socket_send_messages
3097
3098 * A new GNetworkMonitor implementation using NetworkManager provides
3099   more detailed connectivity information
3100
3101 * Bugs fixed:
3102   11059 Linux poll issue
3103  664562 captive wifi portal support for GNetworkMonitor
3104  685880 Add g_strv_contains()
3105  712570 Hang in g_threaded_socket_service_func
3106  719646 GSocket: add g_socket_send_messages() to send multiple messages...
3107  728928 Provide separate error code for "Connection reset by peer"
3108  732317 Support GSocketConnectable for loopback addresses
3109  740814 "make check" should ensure that every symbol is documented
3110  740848 Backend subscription fails when connecting to a signal with a d...
3111  741016 gio: add G_IO_ERROR_NOT_CONNECTED
3112  741226 keyfile: Add "in group" to GError message consistently
3113
3114 * Translation updates:
3115  Gujarati
3116  Hebrew
3117  Hungarian
3118  Kannada
3119  Turkish
3120  Vietnamese
3121
3122
3123 Overview of changes in GLib 2.43.1
3124 ==================================
3125
3126 * GQueue now accepts NULL as a sibling in g_queue_insert_before() and
3127   g_queue_insert_after()
3128
3129 * Bugs fixed:
3130   11059 Linux poll issue
3131  726037 Add G_PARAM_READWRITE value to the GParamFlags enumeration
3132  727988 GMemoryOutputStream hangs when writing more than 1GiB
3133  729739 tlscertificate: add support for loading certificate chains
3134  733791 GSettings: delay backend subscription
3135  736286 Clarify g_file_replace behavior with etags
3136  736620 GQueue: accept NULL sibling for insert_before() and insert_after()
3137  737150 GLib-GIO-WARNING **: Failed to parse translated string 'visible-name...
3138  737160 unhelpful error message
3139  738259 GDBusInterfaceVTable: clarify memory handling for the method() virt...
3140  738551 'interface' variable conflicts with Windows defines
3141  738633 Need to disable SSLv3 in glib-networking
3142  740157 <app> --help doesn't work even when options were added
3143  740309 Fix docs in g_strfreev
3144  740413 Fix the GSettings Registry Backend 
3145
3146 * Translation updates:
3147  Norwegian bokmål
3148
3149
3150 Overview of changes in GLib 2.43.0
3151 ==================================
3152
3153 * GObject gained a debug option to provide instance counts. To use it,
3154   set GOBJECT_DEBUG=instance-count and call g_type_get_instance_count().
3155
3156 * GOption now has a strict POSIX mode in which it stops parsing arguments
3157   as soon as a non-option argument is encountered.
3158
3159 * Bugs fixed:
3160  354457 Feature Proposal: Per-Type Statistics for Instantiable GTypes
3161  695082 g_hash_table_remove_all is not save against a call to g_hash_table_remove
3162  723160 GOption: add strict posix mode
3163  728256 gcredentials: add NetBSD support
3164  729739 tlscertificate: add support for loading certificate chains
3165  733338 Don't segfault in GNetworkMonitor when IPv6 support is unavailable
3166  736273 gdesktopappinfo: Use symbolic names in the code
3167  736284 Keep only one list of signal emissions
3168  736806 gtask: Fix reference count loop causing leaks
3169  736914 Docs: various fixes and improvements
3170  737143 Include <stdint.h> in glib/valgrind.h
3171  737259 gcancellable: Clarify that GSources hold references to GCancellables
3172  737338 gmain: Unref child sources when finalising a GSource
3173  737446 tests: Fix some minor leaks in the unit tests
3174  737451 Provide api to read_all_async
3175  737741 g_datalist_id_get_data assertion fails for non-existant keys
3176  737869 GApplication command line handling breaks --help
3177  738170 g_byte_array_new_take() doesn't initialize array->alloc
3178  738197 g_cond_timed_wait() doesn't time out on Mac OS X
3179  738374 gfile: g_file_equal (x, x) is TRUE
3180  738675 GSubprocessLauncher is missing some data on the docs 
3181
3182 * Translation updates:
3183  Bengali (India)
3184  Bulgarian
3185  Gujarati
3186  Italian
3187  Telugu
3188
3189
3190 Overview of changes in GLib 2.42.0
3191 ===================================
3192
3193 All changes in this release are trivial in nature.
3194
3195  - introspection warning fixes
3196
3197  - g_application_add_main_option now uses an enum instead of an 'int'
3198    for the type of a parameter
3199
3200  - added a G_OPTION_FLAG_NONE so that people don't need to use 0
3201
3202  - gresource: Use GError in more places
3203
3204  - gresource commandline tool: improve extraction from multiple sections
3205
3206  - GSource now takes the context lock (if any) in g_source_set_name()
3207
3208  - new documentation to clarify the use of some APIs related to
3209    GVariant, GSource, GApplication
3210
3211  - other minor updates to docs
3212
3213 * Bugs fixed
3214  736683 Thread safety issues with g_main_context_find_source_by_id
3215  736975 [patch] please document that GVariant serialization needs an
3216         out-of-band length field
3217
3218 * Translation updates
3219  Danish
3220  Hindi
3221  Marathi
3222  Punjabi
3223  Serbian
3224  Simplified Chinese
3225
3226 Overview of changes in GLib 2.41.5
3227 ==================================
3228
3229 * Bug fixes:
3230  735819 single native credential struct used for two purposes
3231  735915 glib-building.html uses --enable-gcov instead of --enable-coverage
3232  736350 GDesktopAppInfo: avoid polling on missing desktop dirs
3233  736351 Don't use issetugid() on Android
3234         Fix the default application logic in GDesktopAppInfo
3235  736458 Only use rand_s() when targetting Visual Studio >= 2005
3236
3237 * Translation updates
3238  Galician
3239  Hungarian
3240  Indonesian
3241  Kannada
3242  Latvian
3243  Polish
3244  Russian
3245  Slovenian
3246  Tamil
3247
3248
3249 Overview of changes in GLib 2.41.4
3250 ==================================
3251
3252 * GApplication now has binding-friendly API to handle
3253   commandline options: g_application_add_main_option
3254
3255 * G_GNUC_BEGIN_IGNORE_DEPRECATIONS works with clang
3256
3257 * Bugs fixed:
3258  583330 poll list of mounted file systems (no mtab support)
3259  727455 Command line option parsing from bindings
3260  734126 add G_GNUC_BEGIN_IGNORE_DEPRECATIONS macro for clang
3261  735179 gsocketclient: Handle cancellation between CONNECTING...
3262  735297 Docs claim that GThread struct is deprecated 
3263
3264 * Translation updates:
3265   Assamese
3266   Catalan
3267   Catalan (Valencian)
3268   Czech
3269   French
3270   German
3271   Greek
3272   Hebrew
3273   Korean
3274   Oriya
3275   Traditional Chinese
3276
3277
3278 Overview of changes in GLib 2.41.3
3279 ==================================
3280
3281 * g_clear_pointer and g_clear_object no longer use atomics
3282
3283 * Bugs fixed:
3284  711547 win32: silence some build warnings
3285  725511 Compiled resource files should have the same /-separators everywhere
3286  725513 Some tests fail to build on W32
3287  725514 W32: gfileutils does not preserve errno correctly
3288  725515 test-printf fails on W32
3289  728730 gsocket: Set SO_NOSIGPIPE on sockets on Darwin
3290  729703 Leaks a GError in g_file_move
3291  730932 statically assert that reasonable assumptions about enums are true
3292  732085 gtype: Fast-path for g_type_is_a
3293  732754 GDBusMessage: optimise (de)serialisation of fixed arrays
3294  733345 ginetaddress: Add a precondition to g_inet_address_new_from_string()
3295  733576 Patches from static analysis run on 2.40
3296  733715 glib's configure.ac makes accidentally use of nested function
3297  733934 win32: improve the package installation dir lookup
3298  733960 W32: spawning a console process creates a new window when stdout...
3299  733969 Remove atomic aspects of g_clear_pointer/object
3300  733982 Do not crash when checking whether an instance type is of a given...
3301  734035 gedit hangs up when there's no GSettings key in the registry 
3302
3303 * Translation updates:
3304  Basque
3305  Brazilian Portuguese
3306  Lithuanian
3307  Slovenian
3308  Spanish
3309
3310
3311 Overview of changes in GLib 2.41.2
3312 ==================================
3313
3314 * The Unicode support has been updated to version 7.0
3315   of the Unicode standard
3316
3317 * GNotification now supports priorities for notifications
3318
3319 * GCredentials has gained NetBSD support
3320
3321 * GMutex now uses a faster, native implementation on Linux
3322
3323 * Bugs fixed:
3324  699132 Pluggable event loop backends
3325  720708 g_assert_warning(): number of arguments doesn't match for...
3326  722092 Add GtkApplication resources support
3327  724986 Change gio/data-to-c.pl to /usr/bin/env perl.
3328  727974 Fix up failure-to-see-expected-message logging
3329  728256 gcredentials: add NetBSD support
3330  728401 GDateTime: Add guards to g_date_time_new()
3331  729825 Formatting of g_alloca documentation
3332  729914 instead of DEBUG_CODE and IF_DEBUG, provide a common macro...
3333  730293 clang++-3.4: error: 'register' storage class specifier is ...
3334  731339 giochannel: avoid setting uninitialised length
3335  731424 #ifdef spaghetti for load_user_special_dirs() implementations
3336  731623 GNotification: add support for a priority setting
3337  731929 update tables to unicode 7.0.0
3338  731950 gvalue: New g_value_from_instance
3339  731986 GLib: implement GMutex natively on Linux
3340  732184 GObject: warn on use of deprecated properties
3341  732357 Docs: various fixes and improvements
3342  732429 GActionEntry: improve documentation
3343  732465 Fix build on x64 Visual C++ builds
3344  732704 Docs: various fixes and improvements
3345  732739 ginetsocketaddress: Explicitly initialise flags for getaddr...
3346  732754 GDBusMessage: optimise (de)serialisation of fixed arrays
3347  732984 g_object_ref(NULL) in g_dbus_object_manager_client_finalize
3348  733084 Typos in g_bytes_hash() and g_time_zone_find_interval() docs
3349  733146 spawn helper does not use correctly the parameters 
3350
3351 * Translation updates:
3352  Lithuanian
3353
3354
3355 Overview of changes in GLib 2.41.1
3356 ==================================
3357
3358 * Bug fixes:
3359  697229 Custom Interface implementations will be broken with glib 2.37/38
3360  698614 GObject: prevent installing properties after init
3361  729269 gvariant: Fix confusion between type and format strings in the docs
3362  730198 broken valgrind.h leads to crashes in g_type_free_instance on mingw64
3363  730807 GMutex performance regression
3364  730963 gconvert: mention that the g_convert len should be in bytes
3365  730984 Faster instance type check for fundamentals
3366  731050 <structname> tags appear in documentation
3367  731200 unconditional 'notify' during g_object_set() is problematic
3368  731335 gtype: guard uses of new fundamental type check
3369  731341 gparam: change value of G_PARAM_EXPLICIT_NOTIFY
3370  731366 run-assert-msg-test.sh gdb leaves assert-msg-test zombie
3371  731425 giomodule protects function-call with different token than function...
3372  731513 clang: build failure: implicit declaration of function '__atomic_load_4'
3373  731584 gbookmarkfile: Cleaner error handling code to pacify static analysis
3374  731657 Prevent an invalid @CARBON_LIBS@ from appearing in the .pc files
3375  731979 docs: Correct param to interface's default_init()
3376  731996 Return folder as icon for directories
3377  732002 gwakeup: Clarify buffer sizing in g_wakeup_signal()
3378  732005 Remove unused assignments
3379  732019 gtestdbus: Don’t close stdout for dbus-daemon
3380  732068 gsignal: Add an example to the g_signal_connect_swapped() documentation
3381  732081 gsocket: Document that g_socket_create_source() holds a socket ref
3382  732107 gsocketlistener: Reconsider closing sockets on listener finalisation
3383
3384
3385 Overview of changes in GLib 2.41.0
3386 ===================================
3387
3388 * Many bugfixes found by static analysis, including potential fd leaks
3389   and NULL pointer dereferences.
3390
3391 * Increased use of (nullable) attribute on out values and return types
3392   now that it is supported (mostly from porting Vala metadata).
3393
3394 * use XDG_CURRENT_DESKTOP for OnlyShowIn/NotShowIn handling of desktop
3395   files, deprecating g_desktop_app_info_set_desktop_env()
3396
3397 * add support for g_desktop_app_info_get_implementations() to find
3398   desktop files that have an Implements= line for a given interface
3399
3400 * GHmac has gained SHA-512 support
3401
3402 * support the new mimeapps specification (most notably, moving the
3403   assoications/defaults configuration to ~/.config/mimeapps.list).
3404
3405 * libgobject is now linked -Wl,-z,nodelete when possible to avoid errors
3406   when gobject is used from a module for a program that does not itself
3407   use gobject and that module is unloaded/reloaded
3408
3409 * ... and many other bug fixes.
3410
3411  623552 glib warns if backtrace.py is not present
3412  667468 glib-2.30.2: ipv6 tests fail when no ipv6 support is available
3413  668152 -framework Carbon linker flag not passed to pkg-config .pc files
3414  707298 libgobject should be linked with -Wl,-z,nodelete
3415  712391 Add g_desktop_app_info_get_implementors()
3416  722723 Infinite recursion when calling g_io_stream_close_async() from libsoup
3417  724741 hmac: Fix support for SHA-512 in GHmac
3418  726040 networkaddress: fix parsing of uri with @ after authority
3419  726318 gio: Document that GSocket is not thread safe
3420  726611 socketclient: Leak on cancellation
3421  726872 gio: Add names to idles and timeouts
3422  727119 wrong IN6_IS_ADDR_MC_LINKLOCAL usage break android build
3423  727123 GNotification: Some small documentation fixes
3424  727320 docs: Remove escaping '\' from literals
3425  727551 Check use_count of GApplication in g_application_release()
3426  727559 g_file_copy: Don't set GError when we intend to ignore errors
3427  727692 gio/gtlscertificate.c -- broken PEM-file processing (affects local CA root stores, for starters)
3428  727890 soup_content_sniffer_real_sniff segfault
3429  727900 gio: Add newer dbus UnknownXxxx and PropertyReadOnly errors
3430  727928 gapplication-tool fixes
3431  727939 INTLLIBS are always appended in configure checks
3432  727964 g_io_extension_point_get_extension_by_name: Warn, but don't crash, for NULL inputs
3433  728040 Implement new mimeapps spec
3434  728066 Deal with startup notify id being NULL
3435  728280 platform_get_argv0: fix sysctl(3) use on OpenBSD
3436  728285 docs: Use markdown links in .h files, too
3437  728350 gaction: Minor clarifications in the GAction documentation
3438  728380 docs: Remove <!-- --> comment before plural s
3439  728565 gfile: More explicitly document the context for GFileProgressCallback
3440  728983 Docs: various fixes and improvements
3441  729167 gobject: Document that classes/objects/interfaces are zero-filled
3442  729563 GOption: A short option's value is included in G_OPTION_REMAINING
3443  729813 AppInfo: use XDG_CURRENT_DESKTOP for OnlyShowIn
3444  729875 gio: cleanup gdbusmessage.c file
3445  730045 Avoid overeager warning about deprecated properties
3446  730189 gtestutils: Fix a very unlikely FD leak in test fork handling
3447  730190 gsocket: Add missing preconditions to g_socket_send_message()
3448  730277 gthread: Fix use of a local variable after it went out of scope
3449  730278 gsubprocess: Add a missing va_end() call
3450  730295 gdbus-tool: Remove dead variables
3451  730493 Port annotations from Vala metadata
3452
3453 Translations updated:
3454  Basque
3455  Brazilian Portuguese
3456  Catalan
3457  Czech
3458  Danish
3459  Greek
3460  Hebrew
3461  Hungarian
3462  Punjabi
3463  Serbian
3464  Slovenian
3465  Spanish
3466  Ukrainian
3467
3468 Overview of changes from GLib 2.39.91 to GLib 2.39.92
3469 =====================================================
3470
3471 This is a release candidate for 2.40.0.
3472
3473 There are no major changes in this release, but a few serious bugs have
3474 been fixed.
3475
3476 * Bugs fixed:
3477  710367 Crash in g_settings_backend_dispatch_signal()
3478  723899 G_DEFINE_TYPE() causes compiler warnings with clang due to foo_get_instance_private
3479  724859 Let the test_wait_until() test also run on non-*nix
3480  724916 gio unmount code makes XFCE's Thunar crash
3481  725651 GSubprocessLauncher: Does not copy the calling process environment.
3482  725656 Unskip GVariantDict
3483  725891 gio tests: add codegen to BUILT_SOURCES
3484  726046 Recent commit created symbolic icons issues
3485
3486 * Translations:
3487  Chinese
3488  French
3489  Korean
3490  Latvian
3491  Norwegian bokmål
3492  Portuguese
3493  Russian
3494  Traditional Chinese
3495
3496 Overview of changes from GLib 2.39.90 to GLib 2.39.91
3497 =====================================================
3498
3499 This release introduces a hard dependency on present and functioning
3500 clock_gettime() and CLOCK_MONOTONIC.  It also introduces a dependency on
3501 pthread_condattr_setclock() unless your system happens to have
3502 pthread_cond_timedwait_relative_np() (as do Mac OS and Android).  This
3503 release is known to be broken with at least GNU/Hurd, pending addition
3504 of working pthread_condattr_setclock(CLOCK_MONOTONIC) there.
3505
3506 New API: g_str_to_ascii()
3507
3508 * Fixed bugs:
3509  670144 unconditional use of CLOCK_MONOTONIC is broken
3510  673607 invalid assumption in g_cond_wait_until() / g_get_monotonic_time() API
3511  710142 Add more impressive transliteration to GLib
3512  722360 make check fails
3513  722604 (partial) Various tests are failing with 2.39.3
3514  723316 g_hash_table_iter_remove() should be explicit whether or not it is safe while iterating the table
3515  724609 Fix build of GIO on Windows
3516  724687 gmain: make monotonic time really monotonic, everywhere
3517  724706 gsource: document priority of child sources
3518  724707 some GSocket source improvements
3519  724839 GMainContext: some source ID cleanups
3520  724858 Dist gtranslit-data.h
3521  724994 Missing icons for bookmarks in file chooser
3522  725023 Can no longer find apps by executable/desktop file name
3523
3524 * Translations:
3525  Lithuanian
3526  Polish
3527  Thai
3528
3529 Overview of changes from GLib 2.39.4 to GLib 2.39.90
3530 ====================================================
3531
3532 * Fixed bugs:
3533  625408 make GVariant dictionaries more useful
3534  660809 document that if you fail a precondition check, documented guarantees do not apply
3535  661576 fix handling of constructors that destroy half-constructed objects
3536  679957 g_inet_address_new_from_string is not able to handle dots and numbers IPv4 addresses
3537  712837 gvariant: Document the need to cast varargs when constructing GVariants
3538  721458 g_simple_async_result_is_valid has a NULL check for the wrong source_tag
3539  721977 improve split handling of command line arguments
3540  722033 win32: fixup lib.exe invocation
3541  723422 Fix g_socket_get_available() with TCP on Windows
3542  723616 gio/tests: fix race when generating code
3543  724001 gsubprocess: Fix a broken link in the documentation
3544  724124 glib/tests/collate.c fails if no en_US locale
3545  724126 intermittent GApplication test failure: /gapplication/local-actions: lines of output permuted
3546  724233 gsocketservice: Note g_socket_listener_close() for closing open sockets
3547  724239 soup_session_queue_message - Connection terminated unexpectedly
3548  724278 gsocketconnection: Document closing connections with g_io_stream_close()
3549  724330 configure.ac: tweak inotify check
3550  724385 gtestutils: make the new assert messages more detailed
3551  724401 gsubprocess: Mutex leak
3552  724417 glib master build broken on OpenBSD
3553  724434 Build failure in gio/gresolver.c
3554
3555 * Updated translations:
3556  Brazilian Portuguese
3557  Galician
3558  Indonesian
3559  Italian
3560  Kannada
3561  Norwegian bokmål
3562  Spanish
3563  Thai
3564
3565 Overview of changes from GLib 2.39.3 to GLib 2.39.4
3566 ===================================================
3567
3568 * Fixed Bugs:
3569  139699 Correction for g_main_context_unref()
3570  583036 g_strchomp and g_strchug are not declared const
3571  683388 improve documentation for application developers
3572  685204 ./configure fails to add the '-g' flag to CFLAGS
3573  688406 GStaticMutex broke ABI on at least ARM EABI during 2.31.x
3574  693299 cannot compile on Solaris: error in gbitlock.c
3575  707111 Clarify type transformability and compatibility
3576  711547 win32: silence some build warnings
3577  719344 Fix the various test programs (or GLib itself) on Windows
3578  722025 cleanup/clarify command line argument encoding on Windows
3579  722323 remove unused include 'gslist.h' in 'gbookmarkfile.c'
3580  722326 gstringchunk: Use g_slist_free_full() where possible
3581  722357 gio: fix small memory leak on local xattr
3582  722436 Adjust doc to Makefile.decl renaming
3583  722503 GSimpleAction: add default activate handler
3584  722526 glib/deprecated/gthread.h error on FreeBSD
3585  722591 [documentation] broken link to GtkAction from GAction.html
3586  722973 Broken example in GApplication reference
3587  723048 'network-access' test can fail to guess interface index
3588  723360 gmain: Note that g_source_destroy() can be called multiple times 
3589
3590 * Updated Translations:
3591  Assamese
3592  Tamil
3593  Traditional Chinese
3594
3595
3596 Overview of changes from GLib 2.39.2 to GLib 2.39.3
3597 ===================================================
3598
3599 No major changes this release -- mostly lots of small fixes and
3600 improvements in test coverage.
3601
3602  * fix a crasher in code from gdbus-codegen
3603
3604  * improvements to gobject gdb helper script
3605
3606  * portability:
3607
3608    - fix a deadlock issue with kqueue on FreeBSD
3609
3610    - work around a quirk in the sunstudio compiler
3611
3612    - rename a variable to avoid clashing with a macro definition of
3613      'environ' on some platforms (like mingw)
3614
3615    - use POSIX-specified <poll.h> over <sys/poll.h>
3616
3617    - many improvements to Visual Studio projects and and some build
3618      fixes for Windows
3619
3620  * tests
3621    - a very large number of improvements in test coverage
3622
3623    - don't report skipped tests as failures
3624
3625    - return 77 if we skip all tests in an executable
3626
3627    - improve gtest documentation and fix some minor issues
3628
3629    - fix g_test_trap_reached_timeout() return value
3630
3631    - remove some dead code uncovered during test coverage expansion
3632
3633    - Use tap mode for installed tests too, when using tap
3634
3635  * fix races in unix signal handling
3636
3637  * make our GVariant-based commandline tools (glib-compile-schemas,
3638    gdbus, gapplication) print out GVariant parse errors in context
3639
3640  * GApplication now has a --gapplication-service command line switch to
3641    turn any GApplication into a service
3642
3643  * improve compatibility of GApplication and GOptionContext
3644
3645  * fix gsettings.m4 wrt. builddir != srcdir with non-recursive make
3646
3647  * use a directory monitor in GKeyfileSettingsBackend
3648
3649  * improve robustness of some GIcon classes
3650
3651 Bugs fixed
3652  141251  poll(2) is in <poll.h>, not <sys/poll.h> per SUS standard
3653  613732  [PATCH] gobject.py: Don't install frame filters when GDB does not support them
3654  708212  g_variant_parser_error_get_quark() has unexpected name.
3655  710965  GApplication: add --gapplication-service switch
3656  711090  periodic failure of spawn-multithreaded async testcase
3657  712171  gsettings.m4: @GSETTINGS_RULES@: Support srcdir != builddir with nonrecursive make
3658  712630  Revert "gsettings m4: check for .xml in src/builddir"
3659  715028  GVariant: add way to print context of parse errors
3660  719344  Fix the various test programs (or GLib itself) on Windows
3661  720263  gtestutils: skipping a test should count as success, not failure
3662  720539  gdbus-codegen: Fix crasher in goa-using apps
3663  720635  Make gdb pretty-printers compatible with Python3
3664  720891  g_settings_get_child does not inherit the backend
3665  721034  glib 2.38.2 cannot be compiled with SunStudio Compiler under Solaris
3666  721059  g_subprocess_launcher_set_environ vs "environ"
3667  721074  kqueue: deadlock
3668  721087  Missing -lselinux in pkg-config --libs --static gio-2.0
3669  721324  Error message is printed to stdout
3670  721624  Regression in GTest framework reorders existing test cases
3671  721625  backwards NEWS entry about g_source_remove change
3672  721796  insufficient escaping in g_dbus_annotation_info_generate_xml()
3673  721947  Improve GApplication ⇔ GOptionContext compatibility 
3674
3675 Translations updated:
3676  Brazilian Portuguese
3677  Galician
3678  Greek
3679  Hebrew
3680
3681 Overview of changes from GLib 2.39.1 to GLib 2.39.2
3682 ===================================================
3683
3684 * Portability
3685
3686   - Remove alleged support for OS/2
3687
3688   - Remove alleged support for BeOS
3689
3690   - Remove alleged support for last-millennium Unixes
3691
3692   - Require C90 compliance
3693
3694   - Require POSIX.1 (1990) compliance on Unix
3695
3696   - Require GNU make
3697
3698 * Bugs fixed:
3699  113075 support "nonnull" attribute
3700  159528 g_ptr_array_remove_range()
3701  307947 The check for growing stack pointer in configure can fail
3702  607016 docs should mention property notification order
3703  671557 Fun with integers and g_key_file_load_from_data()
3704  676761 don't use g_critical for a runtime error
3705  690525 g_file_replace_contents_async doesn't copy its @conten...
3706  691608 Support compilation with clang 3.2
3707  697585 g_variant_builder_add's doc example is leaking
3708  697828 g_hash_table_add() should return a boolean
3709  702862 gdbus-codegen : look for deps in default install path
3710  703522 Reference leak in GvariantBuilder documentation
3711  705902 g_get_current_dir() should check PWD env var and retur...
3712  708274 Added GObject Introspection annotations to genums.c
3713  710519 Portability schmortability
3714  710741 some mainloop instrumentation
3715  710983 Test failures on powerpc
3716  711047 Enable the build of the various test programs on Windo...
3717  711051 Add basic test for the GNotification gtk backend
3718  711088 gbacktrace: Don't close stderr when running gdb
3719  711103 gmessages: Add g_info macro for G_LOG_LEVEL_INFO
3720  711178 appinfo test problems
3721  711546 utf8: report allocation error
3722  711640 gdesktopappinfo: Rank Keywords matches higher than Gen...
3723  711751 Fix memory leaks in libglib tests
3724  711753 gthread-posix: Don't use gslice allocated GRecMutex
3725  711796 glib-tap.mk: fix to actually use the TAP driver
3726  711800 fix g_test_set_nonfatal_assertions()
3727  711801 giomodule: Allow overriding source directory gio modul...
3728  711805 gdbus-connection: Fix race condition in test
3729  711806 gtestdbus: Don't destroy GSource twice
3730  711807 gtestdbus: Properly close server connections
3731  711871 Broken and misleading configure check for growing stack
3732  712136 'O_CLOEXEC' undeclared (first use in this function)
3733  712148 Add system bus support to GTestDBus
3734  712171 gsettings.m4: @GSETTINGS_RULES@: Support srcdir != bui...
3735  712314 AIX port: splice(); major()/minor(); libtool library order
3736  712315 GSettings: More docs for deprecated _list_schemas()
3737  712393 gobject: Box GMappedFile
3738  712547 GSocketClient "event" not useful for determining resol...
3739  715164 Clang static analysis fixes
3740  719395 GPtrArray add g_ptr_array_insert
3741  719402 Crashes when startup
3742  719472 leak in generated proxy-side property-setter
3743  719687 fix or remove g_trap_object_ref
3744  719809 Signal connection ids are always > 0 if successful
3745  719837 gdbus-connection: Work around race in connection tests
3746  719884 Fix documentation typos in GTask and GCancellable examples
3747  719979 g_settings_get: check validity of format string
3748  720080 Truncating a GMemoryOutputStream to a larger size cause...
3749  720210 gdataset: Remove unused define
3750  720236 Allow clean simple use of g_test_trap_subprocess() 
3751
3752 * Translations updates:
3753  Italian
3754  Lithuanian
3755  Simplified Chinese
3756  Spanish
3757
3758
3759 Overview of changes from GLib 2.39.0 to GLib 2.39.1
3760 ====================================================
3761
3762  * GSettings fixes/improvements
3763
3764    - GSettingsSchema API is now more powerful and consistent
3765
3766    - new GSettingsSchemaKey API allows accessing metadata for keys:
3767      type, default value, range and the long-awaited support for summary
3768      and description
3769
3770    - GSettingsSchemaSource gains support for listing schemas within a
3771      source.  Deprecate the global API that did this for the default
3772      source.
3773
3774    - 'gsettings list-schemas' now works properly with --schemadir
3775
3776    - deprecate a bunch of now-redundant functionality on GSettings
3777
3778    - add API to GSettings for getting the default value of a key (as set
3779      by the sysadmin)
3780
3781    - add API to GSettings for determining if the user has assigned a
3782      particular value to a key (ie: we are not just reading the default)
3783
3784    - ignore qualified tags and attributes appearing in schema files
3785
3786  * Applications/Actions
3787
3788    - make GSimpleAction a bit more strict with respect to state changes
3789      that would violate the interface (ie: by changing the state type
3790      after construction)
3791
3792    - throw an error when attempting to 'Describe' a non-existent action
3793      via D-Bus instead of returning a bogus description
3794
3795    - throw an error when attempting to invoke unsupported methods on an
3796      Application (eg: 'Open' on an app that doesn't HANDLES_OPEN)
3797      instead of emitting a g_critical() in context of the app (which is
3798      not itself at fault for the errant call)
3799
3800  * Appinfo
3801
3802    - substantially rework GDesktopAppInfo to reduce the amount of disk
3803      accesses that are performed in common situations
3804
3805    - add a new class: GAppInfoMonitor for discovering when applications
3806      are installed/removed
3807
3808    - add a new g_desktop_app_info_search() API for searching for
3809      installed applications by name, keywords, etc.
3810
3811  * GMarkup: add new G_MARKUP_IGNORE_QUALIFIED flag for skipping over
3812    "qualified" tags and attributes (those with a colon in the name, such
3813    as 'my:tag')
3814
3815  * GDBus
3816
3817    - ignore qualified tags, as above
3818
3819    - GTestDBus: unset all D-Bus addresses (such as STARTER) to ensure
3820      that test programs don't pick them up
3821
3822    - add new session_bus_run() convenience in the tests and use it
3823
3824  * GRand: use real random data as a seed on win32 and use the
3825    timestamp/pid/uid fallback only on UNIX machines where we can't open
3826    '/dev/urandom'.  This may cause issues with older mingw32 releases
3827    due to a missing prototype for the rand_s() API.
3828
3829  * Many win32 (and particularly MSVC) portability fixes.  Many
3830    additional tests are now runnable when building with MSVC.
3831
3832  * Due to early testing of the (soon to land) GCleanup framework, a very
3833    large number of memory errors have been found and fixed (mostly in
3834    the testcases, but some in glib itself).
3835
3836  * GIO:
3837
3838    - some more seeking cleanups: particularly on GLocalFileInputStream
3839
3840    - don't leave a .trashinfo file around if trashing a file fails
3841
3842    - Add a request_certificate virtual method to GTlsInteraction
3843
3844 Translations updated:
3845  Assamese
3846  Galician
3847  Greek
3848  Spanish
3849  Tamil
3850
3851 Bugs fixed:
3852  635641 schema compiler should ignore unknown attributes
3853  637257 g_tls_client_connection_gnutls_retrieve_function needs to be able to block
3854  637956 GKeyfileSettingsBackend should ignore file deletions
3855  645453 keys from base schema missing from extended schema
3856  665634 g_dbus_node_info_new_for_xml() errors on unknown attributes in XML files
3857  668232 Unable to get description and summary for a key
3858  668233 Unable to determine if a key is set to the default / what the default value is
3859  680838 Need g_settings_schema_source_get_schemas()
3860  683017 API for accessing GSettings Schema metadata
3861  687185 org.gtk.Actions.Describe doesn't return an error for non-existing action names
3862  687202 If trashing fails, the ".trashinfo" file is not removed
3863  695558 The --schemadir option has no effect
3864  696424 GSimpleAction.state property is not right
3865  697348 GTestDBus should unset DBUS_STARTER_ADDRESS, DBUS_STARTER_BUS_TYPE
3866  710133 Emit backward compatible code with gdbus-codegen
3867  710691 glib-networking: locking during implicit handshake
3868  710738 GRand has lame fallback for Windows
3869  710859 Typo in gio docs
3870  710885 Two fixes for GApplication
3871  710962 error: 'F_DUPFD_CLOEXEC' undeclared (first use in this function)
3872  710964 Add g_hash_table_get_key_array()
3873  710991 test: g_debug messages shouldn't affect g_assert_expected_messages
3874  711016 g_settings_list_keys () segfaults for empty schemas
3875  711048 glocalfileinputstream.c allows skip past end of file
3876  711049 Fix build of GLib-GIO 2.39.x on Windows/MSVC
3877  711064 Adding child source to blocked source can cause a segfault
3878  711070 Copying a symlink over another one segfaults
3879  711099 gapplication test failure
3880  711520 GDesktopAppInfo: allow more than one level of legacy folder prefixes
3881  711556 Add GAppInfoMonitor
3882  711557 Add g_desktop_app_info_search()
3883  711600 trivial portability fix
3884  711632 The desktop-app-info test fails during make check
3885  711754 gmain: Fix use of uninitialized memory in sigaction structure
3886  711755 private: Use threading primitives correctly in private test
3887  711756 gthreadpool: Don't pass bad data to GThreadPool sorter
3888  711768 Fix memory leaks in libgmodule tests
3889  711775 utils: Don't free memory owned by glib in test
3890  711782 boxed: Fix double free in boxed unit tests
3891  711803 gsubprocess: Fix a number of leaks and a segfault
3892  711808 gtestdbus: Fix leak of GMainLoop 
3893
3894 Overview of changes from GLib 2.38.0 to GLib 2.39.0
3895 ====================================================
3896
3897  * prep for the 2.40 series (version macros, docs index, etc.)
3898
3899  * GNotification
3900
3901    - new API for sending persistent notifications via the desktop shell
3902
3903    - notifications persist when the application has quit and clicking on
3904      them can restart the application with an action (via
3905      DBusActivatable)
3906
3907  * GSubprocess
3908
3909    - new API for launching subprocesses
3910
3911    - nice GIO integration like async functions, cancellability, etc.
3912
3913    - a convenient communicate() API inspired by the same API in Python
3914
3915    - related: the gspawn API now has a CLOEXEC flag for the created
3916      pipes for stdin/stdout/stderr
3917
3918  * New gapplication(1) commandline tool
3919
3920    - intended to be used with DBusActivatable apps
3921
3922    - can be used for launching apps, opening files, invoking application
3923      actions and listing apps and actions
3924
3925    - bash tab completion is supported
3926
3927  * GDesktopAppInfo changes:
3928
3929    - g_file_get_path() can implicitly cause a FUSE mount so don't call
3930      it until we know we need it (for an app that doesn't support URIs)
3931
3932    - don't crash when trying to load from a keyfile with
3933      DBusActivatable=true
3934
3935    - remove some dead code, refactor the search path handling a bit and
3936      do a large-scale whitespace cleanup (prep work for the pending
3937      desktop file index)
3938
3939  * File monitors
3940
3941    - fix broken handling of mount point monitoring
3942
3943    - remove some strange use of GObject::constructor() from the base
3944      class and inotify backend
3945
3946    - fix GFileMonitor to work in the non-default main context even when
3947      the main context is not running (or is blocked)
3948
3949    - add internal private API for easily creating a file monitor in the
3950      GLib worker thread
3951
3952  * GSettings
3953
3954    - g_settings_list_children: only list viable schemas.  This fixes a
3955      longstanding issue where 'gsettings list-recursively' will crash
3956      when there are invalid schemas installed
3957
3958    - don't accept invalid paths on g_settings_new_with_path, etc.
3959
3960  * GIO
3961
3962    - GFile now has a thumbnail::is-valid attribute to check if the
3963      thumbnail in thumbnail::path needs to be regenerated
3964
3965    - GDBusProxy now has a flag to control autostarting of services at
3966      construction time
3967
3968    - for GSeekable, properly introduce the concept of "resizable" vs.
3969      "fixed-sized" streams in the docs, explaining the expected
3970      semantics of the interface in each case
3971
3972    - fix some cases in GMemoryOutputStream that were violating the above
3973      expectations (which may cause a slight API incompatibility)
3974
3975    - clean up GCredentials code and add support for Hurd and Solaris
3976
3977    - improve splicing by using different codepaths for the case where we
3978      have real _read_async() and _write_async() implementations on the
3979      stream vs. the case where they are internally emulated (via
3980      dispatching the sync variant of the call in a thread)
3981
3982  * GKeyFile
3983
3984    - fix a leak in g_key_file_get_(u)int64 when we fail to parse the
3985      value as an integer
3986
3987    - add long-requested API g_key_file_save_to_file()
3988
3989  * Portability improvements
3990
3991    - avoid using O_DIRECTORY on platforms that don't have it
3992
3993    - be careful about systems that define SOCK_CLOEXEC but don't
3994      actually support it (like Hurd)
3995
3996    - only use SA_RESTART if it exists
3997
3998  * Other small API changes/additions
3999
4000    - a pair of functions to support matching strings for the type of
4001      search functionality that you'd expect to have with things like
4002      GtkSearchBar.  This will also be used by the desktop file index.
4003
4004    - g_str_is_ascii() with obvious purpose
4005
4006    - g_test_expect_message() no longer appears to allow you to catch
4007      G_LOG_ERROR messages
4008
4009  * GMainContext/GSource
4010
4011    - fix handling of overflowing the 'next source id' counter
4012
4013    - g_source_remove() will now throw a critical in the case that you
4014      try to remove a non-existent source.  We expect that there is some
4015      code in the wild that will fall afoul of this new critical but
4016      considering that we now reuse source IDs, this code is already
4017      broken and should probably be fixed.
4018
4019    - simplify handling of the 'current dispatching source' to not
4020      require use of a linked list
4021
4022  * GObject
4023
4024    - the long-broken (and leaky) pattern of destroying a just-allocated
4025      object from inside of a custom GObject::constructor is now
4026      officially completely illegal and will abort the program
4027
4028  * Unicode: update to 6.3.0
4029
4030  * Bug fixes
4031
4032    - g_file_copy() now falls back to pathname queryinfo.  This should
4033      clear up the bugs with copying from some GVfs backends (afp,
4034      gphoto, archive, at least).
4035
4036    - fix an out-of-bounds read in the xdgmime code
4037
4038    - fix a typo in the /org/freedesktop/DBus path on the object manager
4039      client
4040
4041    - skip emitting path_namespace='/' in match rules in order to
4042      workaround a bug in the D-Bus daemon and fix our own implementation
4043      (which shared exactly the same bug)
4044
4045    - fix crashes on precondition violations for GParamSpec constructors
4046
4047    - many other small fixups (see bug list)
4048
4049   * Many documentation improvements
4050
4051 Bugs fixed:
4052  309224 g_key_file_save_to_file missing
4053  583321 QNX: no SA_RESTART
4054  661576 fix handling of constructors that destroy half-constructed objects
4055  672102 GSubprocess class
4056  684842 Seeks on GMemoryOutputStream don't have opaque semantics
4057  688492 Add a notification API
4058  691581 g_output_stream_real_splice_async doesn't use overriden read/write_async functions
4059  702516 gfileutils: Make -Werror=format-nonliteral happy
4060  704218 New gapplication(1) tool
4061  704593 g_setenv: on some systems (BSD, OSX…), setting a variable to NULL crashes the system
4062  704882 GLocalDirectoryMonitorClass mount_notify field is useless
4063  704887 file monitoring improvements
4064  705029 Support for Solaris credentials
4065  705688 g_settings_list_children: only list viable schemas
4066  706254 Afp backend cannot copy files
4067  707887 Attempting to create GObject Property with underscore prefix segfaults
4068  708042 gapplication: don't rely on cmdline being finalized immediately
4069  708265 add support for GNU/Hurd in GLib D-Bus Library
4070  708266 fix error code checks when SOCK_CLOEXEC is defined but not supported
4071  708529 xdgmime: valgrind warns about invalid reads
4072  708677 incorrect object path 'deskop' used in gio/gdbusobjectmanagerclient.c
4073  708714 Typo in docs of GLIB_VERSION_2_40 macro.
4074  708753 gdesktopappinfo: Call g_file_get_path() on demand
4075  708793 glib build fails with clang < 3.1: error: expected ';' after top level declarator
4076  708828 GDBusProxy: add the ability to call methods on non autostarted proxies
4077  708860 glib-2.38.0 doesn't build on Solaris 10
4078  708972 gnetworking.h in tarball screws up out-of-source builds
4079  709113 [PATCH] Main loop dispatch path has needless linked list
4080  709227 Update to unicode 6.3.0
4081  709301 goutputstream: Add clear warning about short writes to _write_bytes() and async version
4082  709326 GDesktopAppInfo crashes creating a DBusActivatable app without a filename
4083  709440 Fix overloading of "source" and "target" terminology in GBinding
4084  709615 Cannot use g_test_expect_message with g_error
4085  709753 Add helpers for string matches when using GtkSearchBar-like widget
4086  709898 Expose thumbnail validity in GFile attributes
4087  709966 Remove outdated documentation
4088  709994 Minor fix for HACKERS doc to direct hackers to proper help file
4089  709995 Obsolete makefile rules
4090  710002 G_MAXUINT may be assigned as duplicate source id
4091  710313 Memory leak in g_key_file_get_(u)int64 with invalid integer values
4092  710345 [Patches] Fix some redundant-decls
4093  710496 g_locale_to/from_utf8() doc updated.
4094  710625 g_file_error_from_errno: Remove unneeded breaks
4095  710666 Frame clock related bug fixes
4096  710724 gmain: Warn when g_source_remove() fails
4097  710726 Work around D-Bus bug with path_namespace='/' match rules
4098
4099 Translations:
4100  Assamese
4101  Brazilian Portuguese
4102  Indonesian
4103  Russian
4104  Tamil
4105  Traditional Chinese
4106
4107 What's new in Glib 2.38
4108 ========================
4109
4110  * Application support
4111
4112   - GIO now provides an implementation of Desktop Actions from the
4113     desktop entry specification
4114
4115   - GApplication now implements the org.freedesktop.Application
4116     interface as per the desktop entry specification, allowing for
4117     standards-based D-Bus launching of GLib-based applications
4118
4119   - GDesktopAppInfo now supports DBusActivatable as per the desktop
4120     entry specification, allowing GLib-based applications to use D-Bus
4121     to launch other applications
4122
4123   - GApplication now has a "busy" flag that can be set on an application
4124     to allow the shell to show that it is busy
4125
4126  * GObject
4127
4128   - the private offset for a given class type is now always constant.
4129     This was done by reorganising the memory layout of instances so that
4130     the private data comes before the "official" pointer for the object
4131     (ie: at a negative offset).  Valgrind macros were added to mitigate
4132     any problems that this may have caused.
4133
4134   - a new G_DEFINE_TYPE_WITH_PRIVATE has been added along with a
4135     generated function *_get_instance_private() that can now serve as an
4136     equally-performing alternative to ->priv pointers in instances
4137     (allowing memory savings)
4138
4139   - new G_PRIVATE_FIELD, G_PRIVATE_FIELD_P and G_PRIVATE_OFFSET macros
4140     provide a convenient method of converting between named variables in
4141     private structures and their (now constant) offsets
4142
4143   - installing properties on a GObjectClass must now be done from
4144     class_init.  It is no longer valid to install them after class_init
4145     has returned.
4146
4147   - it is now possible to manually break a GObject property binding
4148     without destroying one of the objects involved
4149
4150  * Icons
4151
4152   - the requirements for implementing the GIcon interface have changed
4153     in order to make it possible to consume all implementations of GIcon
4154     with a finite number of cases
4155
4156   - a new GBytesIcon type was added for an icon represented by an
4157     in-memory binary blob in a known image format (ideally png).
4158
4159   - new APIs g_icon_serialize() and g_icon_deserialize() replace the old
4160     to/from_string APIs and will always work, irrespective of which
4161     types have been initialised in the calling process, allowing for a
4162     serialised GdkPixbuf to be deserialised in a process that doesn't
4163     have GdkPixbuf
4164
4165   - support for icons has been added to GMenuModel using the new APIs
4166
4167  * Actions and menus
4168
4169   - GPropertyAction provides a convenient way of creating a stateful
4170     property corresponding to a property on a GObject, such as the
4171     "visible-child-name" property of a GtkStack
4172
4173   - new API g_menu_remove_all()
4174
4175   - we now have established rules about what is a "valid" action name
4176     and an API to check them
4177
4178   - a new API for converting detailed action names to and from the
4179     split-out name and parameter value (as GVariant)
4180
4181   - for backwards compatibility, invalid action names can still be used
4182     with most functions, but this is not recommended
4183
4184  * Other GIO
4185
4186   - GDBus now supports services that wish to handle some of all
4187     properties on an interface asynchronously, without requiring the
4188     service to reimplement the entire org.freedesktop.DBus.Properties
4189     interface
4190
4191   - GFile now has a new _measure_disk_usage() (and async) API for
4192     recursively determining the amount of disk space used by a
4193     particular directory (akin to 'du').
4194
4195   - asynchronous version of g_file_trash() and g_file_make_directory()
4196     have been added
4197
4198  * Other new API
4199
4200   - GRegex has a new function to query the maximum lookbehind length to
4201     allow for regexp matching on streams
4202
4203   - GVariant has two new APIs for constructing strings that allow
4204     avoiding copies in some cases: g_variant_new_take_string() and
4205     g_variant_new_printf()
4206
4207  * Testing
4208
4209   - we can now generate TAP output
4210
4211   - new support functions for simplifying the process of dealing with
4212     data files for srcdir != builddir and installed test cases
4213
4214   - g_test_trap_subprocess() provides a portable alternative to
4215     g_test_trap_fork()
4216
4217  * Other
4218
4219   - GLib now builds on Android against the bionic C library
4220
4221 Overview of changes from GLib 2.37.93 to 2.38.0
4222 ================================================
4223
4224 * fix the documentation for GSourceFuncs
4225
4226 * fix compilation on OS X/ppc64
4227
4228 Bugs fixed: 708445, 647145
4229
4230 Translations updated:
4231  Danish
4232  French
4233  Portuguese
4234  Punjabi
4235
4236 Overview of changes from GLib 2.37.92 to 2.37.93
4237 ================================================
4238
4239 * a couple of bugfixes in the new g_file_measure_disk_usage() API
4240
4241 * updated Traditional Chinese translation
4242
4243 Overview of changes from GLib 2.37.7 to 2.37.92
4244 ===============================================
4245
4246 * new API g_file_measure_disk_usage() similar to du(1)
4247
4248 * minor fixes
4249
4250 * Translation updates:
4251  Assamese
4252  Belarusian
4253  Brazilian Portuguese
4254  Catalan
4255  Czech
4256  Galician
4257  German
4258  Hungarian
4259  Indonesian
4260  Italian
4261  Korean
4262  Korean
4263  Latvian
4264  Lithuanian
4265  Polish
4266  Serbian
4267  Slovenian
4268  Spanish
4269
4270 Overview of changes from GLib 2.37.6 to 2.37.7
4271 ==============================================
4272
4273 * GDateTime now supports %:z formatting variations
4274   for timezones. This is a GNU date extension.
4275
4276 * Bugs fixed:
4277  685387 Segfault with GObject.signal_handler_is_connected()...
4278  686786 g_socket_get_available_bytes() returns wrong value ...
4279  705027 GSocket GSource not threadsafe on Windows
4280  706469 Fix G_DEFINE_ABSTRACT_TYPE_WITH_PRIVATE documentation
4281  706706 Fix Gir annotations on g_loadable_icon_load_finish
4282  706888 gtype: fix a no-op assertion
4283  706958 configure.ac: fix atomic opts detection
4284  707092 "File Utilities" page for GLib documentation doesn'...
4285  707151 gdatetime: Extend the '%z' timezone format
4286
4287 * Translation updates:
4288  Catalan
4289  Hungarian
4290  Japanese
4291  Polish
4292  Slovak
4293  Tamil
4294
4295
4296 Overview of changes from GLib 2.37.5 to 2.37.6
4297 ==============================================
4298
4299 * Tests using the g_test facilities can now generate TAP output
4300
4301 * Bugs fixed:
4302  680926 generic type fallback logic is broken for -symbolic
4303  684327 setting null icon to icon list
4304  689245 GSocket unable to reuse (address,port) on Mac OS X
4305  692125 Support TAP as GTest output format
4306  693335 build: fix dtrace-related warnings
4307  696633 gdbus-codegen trips over unicode chars when using python 3.x
4308  696970 Compiling 2.36.0 for win64 fails
4309  697185 GSocket – Allow specifying the multicast interface from...
4310  700268 Add support for using the clang analyzer
4311  701318 Add G_SPAWN_DEFAULT to GSpawnFlags
4312  701529 glib/tests/gdatetime: use UTC time in test_GDateTime_diff()
4313  701800 a new approach to reporting critical errors
4314  702674 g_date_time_new_utc crash
4315  704165 GLib.IOChannel read_unichar() fails
4316  705075 Simplify g_get_tmp_dir()
4317  705152 Race in glib/task.test
4318  705398 gtype: Fix typo in g_type_class_add_private() error message
4319  705570 Check ref_count in g_object_notify_by_pspec
4320  705600 Deprecate GSimpleActionGroup functions?
4321
4322 * Updated translations:
4323  Assamese
4324  Brazilian Portuguese
4325  Czech
4326  Dutch
4327  Galician
4328  Gujarati
4329  Hebrew
4330  Italian
4331  Lithuanian
4332  Marathi
4333  Norwegian bokmål
4334  Russian
4335  Slovenian
4336  Spanish
4337  Thai
4338  Traditional Chinese
4339
4340
4341 Overview of changes from GLib 2.37.4 to 2.37.5
4342 ==============================================
4343
4344 * Implement the Desktop Action specification: In the case that the
4345   application is a GApplication and DBusActivatable, actions from the
4346   desktop file are translated into GActions that have been added to
4347   the  application with g_action_map_add_action().
4348
4349 * GPropertyAction is a new type of GAction that represents the value
4350   of a property on an object, and allows to change the value when
4351   activated.
4352
4353 * GNetworkMonitorNetlink can now handle default routes via a device.
4354
4355 * The gsettings tool now reports failure to write a key (e.g. because
4356   the key was locked down)
4357
4358 * Miscellaneous new api:
4359  - g_variant_new_printf
4360  - g_action_print_detailed_name
4361  - g_regex_get_max_lookbehind
4362
4363 * Bugs fixed:
4364  664444 Support additional application actions in .desktop files
4365  684123 glib build only tries -D_GNU_SOURCE if glibc is detected
4366  689794 support incremental matching
4367  699259 add org.freedesktop.Application support to GIO
4368  700460 rewrite tests to not rely on precise timing of timeouts
4369  701511 updates to various GSource types
4370  701609 gnetworkmonitornetlink: handle default route via device
4371  703270 add GPropertyAction
4372  704157 GAction: add function for printing detailed names
4373  704250 Doc: various fixes
4374  704267 regression gsourceclosure: segfault in gedit file chooser
4375  704322 glib-unix: fix handling of multiple signal source for the...
4376  704424 No error when failing to override a locked key
4377  704447 Fix build/use of g_child_watch_closure_callback on Windows
4378  704523 g_thread_create_full() can dereference NULL pointer
4379  704543 Add implementations for G_GNUC_*_IGNORE_DEPRECATIONS for ...
4380  704567 gdbusnameowning: Don't spew an error if we're releasing a...
4381  704585 libc printf can give mixed-case strings for NaN and Inf
4382  704587 FTBFS: statfs_result is undeclared for statvfs()
4383  704699 gmain: Reset signal handlers to default when source is
4384  704704 AI_NUMERICSERV cannot be used with ai_socktype = 0
4385  704873 inotify: don't assume mainloop is running
4386  704999 glib/convert.test crashing due to lack of iconv cache
4387  704931 GMenuModel: add annotations to virtual functions
4388
4389 * Translation updates:
4390  Assamese
4391  Czech
4392  German
4393  Gujarati
4394  Spanish
4395  Tamil
4396
4397
4398 Overview of changes from GLib 2.37.3 to 2.37.4
4399 ==============================================
4400
4401 * Bugs fixed:
4402  701283 g_source_add_child_source() segfault
4403  702147 inconsistency of G_STRFUNC
4404  703191 new private macros interact poorly with versioning macros
4405  703254 Doc: various fixes
4406  703407 g_spawn_async() keeps child_pid_report_pipe open in child process
4407  703437 GDBusConnection: be more careful with async GetAll
4408  703478 Missing G_BEGIN/END_DECLS in gsettingsschema.h
4409
4410 * Translation updates:
4411  Catalan
4412
4413 Overview of changes from GLib 2.37.2 to 2.37.3
4414 ==============================================
4415
4416 * add a new API for instance private data: G_DEFINE_TYPE_WITH_PRIVATE
4417
4418 * fix timestamps in tarball to prevent automake from being required to
4419   build the unmodified source
4420
4421 * add new D-Bus API for async property handling
4422
4423 * add back fsync() on ext4 for g_file_set_contents() after it was
4424   discovered that despite statements in the ext4 documentation
4425   suggesting that this is safe, it is not safe.
4426
4427 * Translations:
4428  Italian
4429  Norwegian bokmål
4430
4431 * Bugs fixed:
4432  698375 - D-Bus async properties
4433  700350 - timestamp issue
4434  701560 - fsync issue (fixed again)
4435  700035 - new API for instance private data
4436
4437 Overview of changes from GLib 2.37.1 to 2.37.2
4438 ==============================================
4439
4440 * The GLib test utilities have grown some file-related APIs
4441   to support tests that can be used installed and uninstalled.
4442
4443 * Installing properties after class initialization is deprecated,
4444   and will trigger a warning.
4445
4446 * GApplication:
4447  - Support org.freedesktop.Application, including D-Bus activation
4448    from desktop files
4449  - Set prgname to appid for services
4450
4451 * Bugs fixed:
4452  549783 gtester lacks framework for tests with data files
4453  692848 Fix property example in gobject tutorial
4454  698018 Add an explicit g_binding_release()
4455  698614 GObject: prevent installing properties after init
4456  699259 add org.freedesktop.Application support to GIO
4457  699959 g_file_copy(): Ensure we create private files by default
4458  700123 Test failure: g_inet_socket_address_get_scope_id
4459  700725 GIcon: NULLify the `type' out param in the sync methods too
4460  701401 gtest: add function for testing for WINE
4461  701456 Error in gnome/glib/gio/tests/file.c
4462  701474 Error building glibmm due to extra comma in glib/gtestutils.h
4463  701560 various improvements for g_file_set_contents()
4464  701680 GFileEnumerator: Add some documentation about ordering
4465  701878 Check wakeup() before iteration(TRUE) doesn't block
4466
4467 * Translations:
4468  Assamese
4469  Czech
4470  Galician
4471  Gujarati
4472  Kannada
4473  Marathi
4474  Odia
4475  Polish
4476  Slovenian
4477  Spanish
4478  Telugu
4479
4480
4481 Overview of changes from GLib 2.37.0 to 2.37.1
4482 ==============================================
4483
4484  * add support for installed tests:
4485    https://live.gnome.org/GnomeGoals/InstalledTests
4486
4487  * add a new g_test_trap_subprocess() that works on Windows as a
4488    replacement for the (now deprecated) g_test_trap_fork()
4489
4490  * support for explicitly cancelling a gobject property binding
4491
4492  * performance improvements for signal argument handling
4493
4494  * stop using `quotes' in very many log messages generated by GLib, for
4495    favour of 'this style'.  This may cause testcases in other packages
4496    to fail if they were matching on the previous text.
4497
4498  * improve manpages: add missing arguments and flags
4499
4500 Translations: 
4501  Aragonese
4502  Assamese
4503  Gujarati
4504  Hindi
4505  Kannada
4506  Norwegian bokmål
4507  Odia
4508  Slovenian
4509  Spanish
4510  Tamil
4511  Telugu
4512
4513 Bugs fixed:
4514  679683 replace g_test_trap_fork()
4515  694380 Improve signal argument collection performance
4516  695233 Strings require plural forms
4517  697849 spelling fixes in cross.xml and running.xml
4518  698877 GProxyAddressEnumerator calls g_network_address_parse_uri without port
4519  698981 [PATCH] test /gdbus/connection/large_message could hang forever
4520  699079 Prototype support for installed tests
4521  699485 [PATCH] tests/mappedfile: Also handle ENOMEM
4522  699493 SOCKS5 proxy code crashes if it cannot authenticate
4523  699500 gbitlock: fix this to not unconditionally use futex emulation
4524  699779 [PATCH] G_GNUC_FORMAT: documentation error
4525  700263 m4macros/glib-gettext.m4: Don't use AC_HEADER_STDC
4526  700714 [PATCH] gtestutils: Ensure test subprocesses don't dump core
4527  700746 Use 'dumb quotes' rather than `really dumb quotes'
4528
4529 Overview of changes fron GLib 2.36.0 to 2.37.0
4530 ==============================================
4531
4532 * The syntax for detailed action names has been documented,
4533   and a parser API for them is now provided
4534
4535 * GApplication has gained a busy state. This feature is intended for
4536   clients that want to signal a desktop shell their busy state, for
4537   instance because a long-running operation is pending.
4538
4539 * GLib can now be built with the bionic C library
4540
4541 * GIcon can now be serialized to a GVariant
4542
4543 * Bugs fixed:
4544  548353 Finish implementing GFile interface (mostly asynchron...
4545  645881 Full port of glib-2.28.1 onto Android-ARM
4546  665445 Glib mistakes nl_langinfo() from plibc for the real t...
4547  672018 Need API to set global application state (busy, count...
4548  687659 drop support for adding interfaces after class_init
4549  688820 GIcon is a bad interface
4550  688954 extend 'detailed action' syntax, provide parser
4551  689223 Fix compilation on Android with the bionic C library
4552  695156 Add support for arg0namespace matching in signal_subs...
4553  696108 gdbus-codegen: avoid warnings in generated code
4554  696629 fix sed(1) usage
4555  696652 GTask won't free its error member variable on finalize
4556  696857 GThreadedResolver: set an error if no records could b...
4557  696973 Compiling 2.36.0 for win64 fails in gdbusmessage.c
4558  697131 No --version
4559  697160 [PATCH] gmacros: Mark G_UNAVAILABLE() functions as de...
4560  697229 Custom Interface implementations will be broken with ...
4561  697250 Documentation glitch of G_DEFINE_TYPE_EXTENDED causes...
4562  697365 Fix usage of hasmntopt in gunixmounts.c
4563  697367 Remove warning on gio/gunixmounts.c
4564  697386 Except const argument with atomic is not lock free
4565  697595 g_main_context_unref unlocks a mutex twice
4566  697601 reduce GMenuModel D-Bus traffic
4567  697626 Allow posix threads to be used on w32
4568  697652 Help options generated even when help disabled
4569  697771 fix a typo of "fo" to "of" in building.xml
4570  697887 GVariant: fix transfer annotation
4571  697942 abicheck.sh fails on mips
4572  698056 rewrite g_object_new()
4573  698081 Pidgin hangs in g_spawn_command_line_sync
4574  698455 GVariant: add new g_variant_new_take_string() API
4575  698457 g_variant_get_data_as_bytes() always returns toplevel...
4576  698478 gactionmap: don't require GActionGroup
4577  698595 the valgrind/priv-before-instance bug
4578  698655 desktop-app-info test relies on true being in /usr/bin/
4579  698686 GUnixSocketAddress: fix construct parameter issue
4580  698716 Use of g_mem_set_vtable() breaks after gobject automa...
4581  698999 bytesicon: fix a memory leak
4582  699001 bytesicon: don't use g_object_unref() on GBytes
4583  699361 gio: fix small leak
4584
4585 * Translation updates:
4586  Assamese
4587  Gujarati
4588  Hungarian
4589  Italian
4590  Kannada
4591  Norwegian bokmål
4592  Polish
4593  Spanish
4594  Tamil
4595
4596
4597 Overview of changes fron GLib 2.35.9 to 2.36.0
4598 ==============================================
4599
4600 This release contains only small bugfixes and translations updates.
4601
4602  - g_file_copy(): fix bug where attributes were not applied properly to
4603    the destination file
4604
4605  - fix some 'available since' annotations
4606
4607  - fix gdbus-codegen to produce more pedantically-correct code
4608
4609 * Bugs fixed:
4610  696108 gdbus-codegen: avoid warnings in generated code
4611  696014 g_file_copy(): Ensure G_FILE_COPY_OVERWRITE preserves permissions
4612
4613 * Translations updated:
4614  Basque
4615  Czech
4616  Gujarati
4617  Hindi
4618  Hungarian
4619  Japanese
4620  Malayalam
4621  Marathi
4622  Odia
4623  Punjabi
4624  Russian
4625  Tadjik
4626  Tamil
4627  Telugu
4628
4629 Overview of changes from GLib 2.35.8 to 2.35.9
4630 ==============================================
4631
4632 This release drops the old codepage ABI from gutils.c. This is a
4633 source-compatible change and only breaks ABI with respect to truly
4634 ancient binaries (and those binaries are already broken for other
4635 reasons).  This change only affects Windows.
4636
4637 * Bugs fixed:
4638  682896 glib doesn't build on mingw32
4639  693204 split up g_get_{hostname,username,realname,home_dir} etc.
4640  694181 Handle GNetworkAddress better in g_network_monitor_base_...
4641  694253 occasional /gdbus/unref-pending test failure
4642  694350 Add type names to gsignal warnings
4643  694757 Use separate GLIB_WARN_CFLAGS that can be overridden ext...
4644  568405 Which is the correct replacement for g_strncasecmp, if...
4645  630284 g_hash_table_get_keys docs
4646  659428 docs: Small clean-up of howto subsection headers
4647  675333 Cannot forget association in Open With dialog: program...
4648  694669 consider unicode corrigendum #9
4649  694843 g_base64_decode_step () produces invalid data
4650  695147 Don't use PATH_MAX as it's not guaranteed to be defined
4651  695191 Commit f641699 broke /appinfo/mime/api test case
4652  695339 Swapped msgid plural forms for translation
4653  695376 GDBusMethodInvocation leak and potential crash
4654  695425 Untranslatable message in gsettings-tool
4655  695887 Improvements to GObject API documentation
4656  695925 GUINT32/64_SWAP_LE_BE macros do not enclose val argume...
4657  696015 PATCH Add doc warning to g_base64_decode()
4658
4659 * Translation updates:
4660  Assamese
4661  Belarusian
4662  Brazilian Portuguese
4663  Catalan
4664  Catalan (Valencian)
4665  Danish
4666  French
4667  Galician
4668  German
4669  Greek
4670  Gujarati
4671  Italian
4672  Korean
4673  Latvian
4674  Lithuanian
4675  Polish
4676  Portuguese
4677  Punjabi
4678  Serbian
4679  Simplified Chinese
4680  Slovak
4681  Slovenian
4682  Spanish
4683  Thai
4684  Traditional Chinese
4685  Uyghur
4686  Vietnamese
4687
4688
4689 Overview of changes from GLib 2.35.7 to 2.35.8
4690 ==============================================
4691
4692 This release contains one major change that may cause problems: type
4693 modules are now never unloaded.  This is implemented by (effectively)
4694 leaking the last reference on dynamic types.  Some testcases that check
4695 for unloading of types have been observed to be broken by this change,
4696 but we know of no actual cases of "real code" breaking.  Please report
4697 any problems.
4698
4699 Other changes:
4700  * A couple of build fixes for Solaris
4701  * Fix signal emission for GDBusObjectManagerClient
4702  * annotations fixes
4703  * new API: g_dbus_address_escape_value()
4704  * GSocketClient: add proxy-resolver property
4705  * GSimpleProxyResolver: new simple GProxyResolver class
4706  * documentation fixes
4707  * gnetworkaddress: preserve IPv6 scope ID in IP literals
4708
4709 Bugs fixed:
4710  691105 Allow GSocketClient to override GProxyResolver for per client proxy settings.
4711  692827 configure test fails for arpa_nameser.h
4712  692829 new Btrfs support causes build failure on Solaris
4713  693285 GDBusObjectManagerClient: won't emit object-added|removed if name-owner arrives later
4714  693502 Cross-compiling documentation: typo (np -> no)
4715  693673 add g_dbus_address_escape_value()
4716  693694 gio: Fix annotations on g_[async_]initable_new() and friends 
4717
4718 Translations:
4719  Dutch
4720  Galician
4721  Polish
4722  Serbian
4723
4724 Overview of changes from GLib 2.35.6 to 2.35.7
4725 ==============================================
4726
4727 This is a quick follow-up release with a few bug fixes.
4728
4729 * Fix the build on systems with strict linkers by adding -pthread back
4730   to the LDFLAGS for a testcase.
4731
4732 * Re-enable native atomic operations on some buggy versions of clang
4733   that ship as part of the MacOS X SDK.
4734
4735 * Make G_IO_FLAG_IS_WRITEABLE an enum again (the #define broke bindings)
4736
4737 * a small docs fix
4738
4739 * Bugs fixed:
4740  657045
4741  636683
4742  682818
4743  693105
4744
4745 * Translations:
4746  Italian
4747
4748 Overview of changes from GLib 2.35.4 to 2.35.6
4749 ==============================================
4750
4751 * GUnixFdSource is a new way to add file descriptors
4752   to the mainloop
4753
4754 * g_source_set_ready_time lets you mark a source to become
4755   ready at a specified monotonic time
4756
4757 * The internal visibility handling of GLib has been reworked
4758
4759 * GFileMonitor will now automatically use fam instead of inotify
4760   if $HOME is on NFS
4761
4762 * The file monitor implementation can now be overridden with
4763   the GIO_USE_FILE_MONITOR environment variable
4764
4765 * Bugs fixed:
4766  570572 2 make check errors on
4767  592211 No monitoring over NFS mounts
4768  625552 wrong behaviour of GVolume GVolumeMonitor related func...
4769  657729 modernise GMainLoop
4770  658020 GSource for a single GPollFD
4771  678223 g_mutex_free
4772  682560 leak fixes
4773  682819 EINTR-harden all the things
4774  684404 When using g_network_address_address_enumerator_next()...
4775  686853 new GSource fd API
4776  688169 G_DISABLE_DEPRECATED doesn't cover deprecated/gthread....
4777  688681 build: Make .symbols file canonical on all platforms
4778  690118 Crash when closing last tab of a window using Ctrl-w
4779  691624 glib/gtester.c: missing include
4780  691812 gioinputstream - give task as callback_data not task_data
4781  691866 fails out of source build directory - gnetwork.h not f...
4782  692029 Add new API checking utility
4783  692034 Install an invalidation notifier for GClosure in g_sou...
4784  692058 Broken makefile for gio tests
4785  692079 build failure in gmarkup.c when using gcc 4.8 and buil...
4786  692201 inotify: fix a memleak
4787  692202 gfile: don't report completion twice on g_file_load_co...
4788  692229 Incorrect string formatters in a translation string
4789  692332 GNetworkMonitorNetlink: make the netlink socket cloexec
4790  692360 possibly non-threadsafe code in g_content_type_guess()?
4791  692404 tester: Use FD_CLOEXEC when creating pipes
4792  692408 nautilus SIGSEGV in g_file_info_get_size()
4793  692544 [PATCH] gfile: Ensure we create internal pipe with FD_C...
4794  692583 atomic get doesn't accept a const argument on architect...
4795  692618 Use g_timeout_add_seconds
4796  692815 Using g_hash_table_insert() when using a hash table as ...
4797  692865 Invalid docbook generated by gdbus-codegen
4798  692928 Document G_MENU_{ATTRIBUTE,LINK}_*
4799
4800 * Translation updates:
4801  Hebrew
4802  Kannada
4803  Lithuanian
4804  Norwegian bokmål
4805  Polish
4806  Serbian
4807  Slovenian
4808  Spanish
4809  Uyghur
4810
4811
4812 Overview of changes from GLib 2.35.3 to 2.35.4
4813 ==============================================
4814
4815 * New features:
4816  - New API: g_get_num_processors
4817  - New API: g_application_command_line_get_stdin
4818  - New GFileMonitor flag: G_FILE_MONITOR_WATCH_HARD_LINKS
4819  - Parse more timezone offset formats
4820  - Better timezone support on Windows
4821  - Make GParamSpec constructors introspectable
4822
4823 * Removed or deprecated features:
4824  - Disallow adding interfaces after class_init
4825
4826 * Bug fixes:
4827  532815 gio + inotify support for hardlinks
4828  614930 add g_get_num_processors (), return the max concurrent...
4829  626497 Btrfs clone/reflink ioctl support in g_local_file_copy
4830  633117 glib fails stests if /etc/localtime is not properly set
4831  661767 merge/improve various bits of run-in-thread functionality
4832  668210 Add g_application_command_line_get_stdin()
4833  675856 Use GDbus via gobject-introspection instead dbus-python
4834  684103 make glib work with python3
4835  684723 run-assert-msg-test.sh fails
4836  686058 OpenBSD: disable ipv6_v4mapped test
4837  686128 GTimeZone should be able to parse POSIX format for...
4838  687223 cleverer GThreadPool management
4839  687659 drop support for adding interfaces after class_init
4840  687920 GCredentials should have an accessor for the process ID
4841  688681 build: Make .symbols file canonical on all platforms
4842  688829 Variable overflow in utils.c test on 32-bit machine
4843  689324 Variable scoping in gunixmounts.c
4844  689810 Include guard optimization
4845  690043 Broken link for gsettings tutorial: gnome-utils in...
4846  690084 gmarkup: Make GMarkupParseContext a boxed type
4847  690388 Check if CMSG_FIRSTHDR() returns NULL when there is...
4848  690538 gschema DTD is invalid
4849  690543 Add test coverage for testing in-tree DBus services...
4850  690670 local_command_line not introspectable/annotated
4851  690902 G_END_DECLS needs to be at the end of gutils.h
4852  690970 Unhelpful deprecation message for g_value_array_get_nth
4853  691001 building docs is broken on master branch
4854  691011 Automake-1.13 errors on obsolete AM_PROG_CC_STDC
4855  691077 gio-querymodules crashes with SIGSEGV
4856  691110 g_cond_wait() docs incomplete
4857  691489 Crash in Oscars 2013 page
4858  691558 Only check for .hidden files if standard::is-hidden...
4859  691608 Support compilation with clang 3.2
4860
4861 * Translation updates:
4862  Assamese
4863  Bulgarian
4864  Estonian
4865  Galician
4866  Greek
4867  Hebrew
4868  Norwegian bokmål
4869  Polish
4870  Slovak
4871  Slovenian
4872  Spanish
4873  Tamil
4874
4875
4876 Overview of changes from GLib 2.35.2 to 2.35.3
4877 ==============================================
4878
4879 * This release contains an incompatible change to the g_get_home_dir()
4880  function. Previously, this function would effectively ignore the HOME
4881  environment variable and always return the value from /etc/password.
4882  As of this version, the HOME variable is used if it is set and the
4883  value from /etc/passwd is only used as a fallback.
4884
4885 * We now install a public "gnetworking.h" header that can be used to
4886  include the relevant OS-dependent networking headers. This does not
4887  really abstract away unix-vs-windows however; error codes, in
4888  particular, are incompatible.
4889
4890 * Bugs fixed in this release:
4891  142568 Allow $HOME to override passwd entry if the user really wants
4892  587806 The file selector should honor .hidden files
4893  602715 [GChecksum] Please add support for SHA512
4894  623187 provide some support for arbitrary setsockopt()s?
4895  629301 .goutputstream files left behind when cancelling I/O
4896  652650 Optimize GDBusMessage serialization
4897  664627 /gapplication/basic test intermittently fails: cmdline re-or...
4898  675516 Win32: Don't start a DBus server when built as static library
4899  679683 replace g_test_trap_fork()
4900  684145 Current Git sources fails to cross-compile for Windows in Li...
4901  686895 file-info: catch thumbnail files in large directory as well
4902  687092 IPv6 <-> IPv4 mismatch when subscribing to multicast (send)
4903  688180 GObject: Minor error in description of floating reference
4904  688319 gthread: add missing AVAILABLE_IN_2_32 annotations
4905  688377 configure: add missing square bracket in AS_IF for memmove
4906  688419 gtask: source_object arguments and return values not annota...
4907  688497 AppInfo: Add sufficient api to port gnome-session from Egg...
4908  688681 build: Make .symbols file canonical on all platforms
4909  688704 Add boxed GType for GThread
4910  688886 Improve the i18n documentation
4911  688931 GMemoryOutputStream: Add new _resizable() constructor usab...
4912  689037 need helper for creating a GFile from a remote commandline...
4913  689377 Fix a compiler warning in GDBus
4914  689538 Source object tag set too late in gsocketlistener
4915  689800 Treat lost+found directory as a hidden file
4916  689847 Add fast repeated typename -> GType resolver
4917  689982 Make GChecksum more fully introspectable
4918  690069 g_unix_open_pipe: Add missing F_SETFD
4919  690083 gfileenumerator: Add a g_file_enumerator_get_child method
4920  690163 Add a pre-configured gio/gnetworking.h for Visual C++ builds
4921  690346 Remove an unneeded escaping in NAMESER_COMPAT_INCLUDE
4922  690348 Fix g_type_add_class_private() name in g_warning
4923
4924 * Translation updates:
4925  Assamese
4926  Galician
4927  Hebrew
4928  Hindi
4929  Kannada
4930  Odia
4931  Polish
4932  Spanish
4933
4934
4935 Overview of changes from GLib 2.35.1 to 2.35.2
4936 ==============================================
4937
4938 Note that the incompatible change to the ->constructed() vfunc that was
4939 made in the last unstable release (2.35.1) has been reverted due to
4940 causing regressions in applications.
4941
4942 A new incompatible change has been introduced in this version: it is no
4943 longer permitted to add interfaces to a class after the first
4944 instantiation (or more strictly: after g_type_class_ref()).  Bug #687659
4945 is tracking this.
4946
4947 Two private symbols (g_menu_{attribute,link}_hash_iter_get_type) which
4948 were accidentally exported have also been properly hidden.  This may
4949 cause some tools to issue warnings about ABI mismatch.
4950
4951 The remaining changes should be relatively harmless: 
4952
4953  * GIO now has kqueue support for GFileMonitor (BSDs, Mac OS)
4954
4955  * New g_variant_new_from_bytes() API
4956
4957  * UNIX signal sources now allow watching SIGUSR1 and SIGUSR2
4958
4959  * Many pedantic cleanups to adhere to a higher level of -W use
4960
4961  * GTask changes to avoid a deadlock
4962
4963  * many cleanups/fixes for Windows
4964
4965  * Boxing for GPollFD, GIOChannel, GBytes, GByteArray
4966
4967  * Fix URL-encoding of trashed files
4968
4969  * Many other docs and annotations fixes
4970
4971 Translations:
4972
4973  Galician
4974  Gujarati
4975  Lithuanian
4976  Serbian
4977  Slovak
4978  Slovenian
4979
4980 Bugs closed:
4981
4982  649302 Add support for GNU/FreeBSD
4983  668842 [GSocket] Add caching for the sender address in g_socket_receive_from()
4984  672924 Add annotations for g_filename_from_uri()
4985  673229 glib: Use Returns:, not @returns
4986  677062 (partial) GVariant: Make g_variant_new_from_bytes() public, add more GBytes API
4987  686185 g_date_time_format Transcoding Fails on OSX      
4988  686191 g_mutex_get_impl() should use g_atomic_pointer_get()
4989  686797 Box GPollFD to make it introspectable
4990  686810 [regression] Infinite wait in g_task_run_in_thread_sync()
4991  686822 possible dlopen()/dlclose() issue with automatic g_type_init()
4992  686839 mkinstalldirs: Move to glib-mkinstalldirs
4993  686895 file-info: catch thumbnail files in large directory as well
4994  686898 g_unix_signal_source_new: Allow SIGUSR1 and SIGUSR2
4995  686920 gdbus: Allow GDBusObjectManagerClient to work on peer connections
4996  686921 Remove some of the repetition from gio/tests/Makefile.am
4997  687075 g_spawn_sync diagnostic incorrectly complains about SIGCHLD
4998  687089 g_dbus_connection_export_menu_model(): fix a crash
4999  687098 Repeated g_timeout_add* use can lead to guint overflow
5000  687385 Add some stricter CFLAGS, fix up the code
5001  687441 ABI break in master: g_menu_attribute_hash_iter_get_type, g_menu_link_hash_iter_get_type removed
5002  687516 typo in string: KB should be kB
5003  687540 In Trash folder, Nautilus misinterprets "\n" in filename as a line break
5004  687541 GSignalQuery param_types field needs array annotation
5005  687600 gfileutils.c performs invalid cast of (varargs) open to non-vararg type
5006  687698 plural forms needed
5007  687700 ending spaces
5008  687742 Add support for internal linkage to glib-compile-resources
5009  687801 tests/buffered-input-stream: Fix size of parameter passed
5010  688109 win32 warning/error fixes
5011  688255 'make check' regressed in 138f4c1 because GMarkup error messages changed
5012  688338 [PATCH] gobject/gtype.c: Fix spelling of »exceed«
5013  688370 GDBusError documentation improvement for client-side
5014  688378 g_socket_join_multicast_group not working
5015  688518 gio-kqueue: use O_EVTONLY on MacOS
5016
5017
5018
5019 Overview of changes from GLib 2.34.0 to 2.35.1
5020 ==============================================
5021
5022 These two changes in particular may be slightly incompatible.  Please
5023 give feedback if they cause trouble:
5024
5025   * Signal handlers connected with g_signal_connect_object() are now
5026     automatically disconnected on target object destruction
5027
5028   * The ->constructed vfunc is now called after all properties are set
5029
5030 The remaining changes should not cause problems.
5031
5032   * g_type_init() is no longer necessary and has been deprecated
5033
5034   * GTask (the new GAsyncResult implementation) has landed 
5035
5036   * GLib version macros updated
5037
5038   * Update to Unicode 6.2
5039
5040   * Thread safety fixes for GFileMonitor in non-default main contexts
5041
5042   * GTimeZone support for old-format zoneinfo database (as on Mac OS)
5043
5044   * g_settings_bind() now works with non-canonical property names
5045
5046   * Fix crashes related to NULL connection passed to
5047     GBusNameVanishedCallback and document this situation
5048
5049 * Bugs fixed:
5050  118536 Make g_signal_connect_object'ed handlers disconnect when the data object is destroyed
5051  661767 merge/improve various bits of run-in-thread functionality
5052  682950 GFileMonitor crashing on high event count when running in different thread
5053  683642 Missing g_content_type_get_symbolic_icon
5054  684882 Gsettings should spaw a warning when binding against a low_underscored_property
5055  684909 codegen: Explicitly close output
5056  684912 Update to Unicode 6.2
5057  685037 g_strcmp0: Returns shall include values less and greater than zero
5058  685069 Leak in glib-compile-resources
5059  685208 missing g_return_if_fail
5060  685608 [Patch] Port gio tests from pygobject to pygi
5061  685697 Documentation typo in g_dbus_interface_skeleton_has_connection()
5062  685733 Call ->constructed() after all properties are set
5063  685787 gtestdbus: correct documentation typos
5064  685995 Crash in g_menu_exporter_name_vanished
5065  686091 Invalid reads in g_bytes_unref_to_data
5066  686119 dtrace, gobject_probes.d, the last three probes - semicolon missing
5067  686161 Deprecate g_type_init()
5068  686231 GBusNameVanishedCallback: document NULL connection
5069  686458 slightly increase poll duration in test_timed_wait 
5070
5071 * Translations updated
5072   Catalan (Valencian)
5073   Czech
5074   Danish
5075   Italian
5076   Lithuanian
5077   Norwegian bokmål
5078   Slovenian
5079
5080 Overview of changes from GLib 2.33.14 to 2.34.0
5081 ===============================================
5082
5083 * Bug fixes:
5084  654239 g_type_init()'s docs have no statement about how to...
5085  674620 Update GSettings migration guide for intltool updates
5086  676034 Fix doc annotation for g_ptr_array_ref()
5087  684278 Fix GIO build on Windows
5088
5089 * Translation updates:
5090  Brazilian Portuguese
5091  British English
5092  Bulgarian
5093  Catalan
5094  Galician
5095  German
5096  Hebrew
5097  Hindi
5098  Hungarian
5099  Kannada
5100  Latvian
5101  Marathi
5102  Spanish
5103  Telugu
5104
5105
5106 Overview of changes from GLib 2.33.12 to 2.33.14
5107 ================================================
5108
5109  * CVE-2012-3524: don't run dbus-launch from setuid binaries
5110
5111  * g_content_type_get_generic_icon_name():
5112      new API for getting the icon name for a mime type
5113
5114  * Introspection fixes:
5115   - GDBusConnection nullability fixes
5116   - give a box type to GTimeZone
5117
5118  * Drop GVFS_INOTIFY_DIAG
5119
5120  * Add a new "Writing GLib Applications" section to the reference
5121    documentation with general info on security, threads, etc.
5122
5123  * gwin32mount.c: Fix syntax error
5124
5125  * gresource tests: srcdir != builddir fixes
5126
5127  * tests/gvariant: Fix test on big endian architectures
5128
5129  * Fix regression in g_shell_parse_argv()
5130
5131 Bugs fixed:
5132  562907 g_shell_parse_argv() mishandles # (hash)
5133  683167 g_time_zone_new not introspectable
5134  683384 /gvariant/checksum-basic failure on big endian machines
5135  683641 Typo in gwin32mount.c
5136  683744 have a way to get the generic icon name for a mime type
5137
5138 Translation updates:
5139  Assamese
5140  Belarusian
5141  British English
5142  Czech
5143  Danish
5144  French
5145  Galician
5146  German
5147  Greek
5148  Hebrew
5149  Indonesian
5150  Indonesian
5151  Korean
5152  Lithuanian
5153  Marathi
5154  Marathi
5155  Polish
5156  Portuguese
5157  Punjabi
5158  Russian
5159  Serbian
5160  Slovenian
5161  Traditional Chinese
5162
5163 Overview of changes from GLib 2.33.10 to 2.33.12
5164 ================================================
5165
5166 * Add a G_DEFINE_QUARK macro
5167
5168 * Add symbolic icon support to drive, volume, and mount, file
5169   and content types
5170
5171 * Add API to allow thread-safe access to the same qdata item
5172
5173 * Bugs fixed:
5174  562907 g_shell_parse_argv() mishandles # (hash)
5175  627240 add G_DEFINE_QUARK
5176  672329 memory leaks in gutils.c and glib tests
5177  673012 Stable byte-level specification for normal form
5178  674805 gdbusproxy async test is broken
5179  679835 gvariant format string parsing (and assertions)...
5180  682075 gdbus: Fix double free and use after free of ob...
5181  682101 Provide a way to get a symbolic icon for a device
5182  682222 test_method_calls_on_proxy: assertion failed (e...
5183  682284 mount-op: use gint64 instead of guint64 for tim...
5184  682386 "make check" fails due to sys/resource.h not be...
5185  682560 leak fixes
5186  682586 gsettings-tool: make list-recursively really re...
5187  682819 EINTR-harden all the things
5188  682833 Handle EINTR for open()
5189  682849 drop the global lock for g_object_weak_ref
5190  682965 gdbus-tool: Check return value of strrchr()
5191  683088 gdbus-codegen: fix error when wrong interface n...
5192         Fix the build with gtk-doc-stub
5193         Don't crash if set_app_info is called before ad...
5194
5195 * Translation updates
5196  Assamese
5197  Galician
5198  Greek
5199  Indonesian
5200  Japanese
5201  Latvian
5202  Lithuanian
5203  Norwegian bokmål
5204  Polish
5205  Portuguese
5206  Punjabi
5207  Russian
5208  Spanish
5209  Traditional Chinese
5210  Vietnamese
5211
5212
5213 Overview of changes from GLib 2.33.8 to 2.33.10
5214 ===============================================
5215
5216 * New GTest API for testcases where log output is expected:
5217   g_test_expect_message()
5218
5219 * GMenuItem now has 'get' accessors and a construct-from-GMenuModel API
5220
5221 * GVariant now has a function to check a format-string for type
5222   compatibility
5223
5224 * win32: We now use overlapped IO to support multiple asynchronous
5225   operations (ie: reading and writing) at the same time.
5226
5227 * GMappedFile: Add g_mapped_file_get_bytes()
5228
5229 * The problems with g_file_make_directory_with_parents() should be
5230   resolved.
5231
5232 * The long-standing issues with placeholder generation of manpages are
5233   now resolved.
5234
5235 * gtlscertificate: Add GBytes based certificate and private-key props
5236
5237 * build: Switch back to using AS_IF for conditionals
5238
5239 * test coverage improvements, documentation improvements, leak fixes
5240
5241 * Bugs fixed
5242  326931 Better docs for G_GNUC_*
5243  550433 g_test_init doesn't recognize --help
5244  600751 GCompletion should better document if and how items memory is managed
5245  628193 Miscellaneous string fixes
5246  637460 man glib-genmarshal is hard to use
5247  674483 broken configure results when cross-compiling with gcc >= 4.5
5248  677065 GMappedFile: Add g_mapped_file_get_bytes()
5249  679288 win32: use overlapped events for streams
5250  679556 it's hard to use gtest when g_warning() is expected
5251  680823 g_file_make_directory_with_parents: Fix error propagation
5252  681319 gtlscertificate: Add certificate-bytes and private-key-bytes props
5253  681336 man pages not built if --enable-gtk-doc not specified
5254  681413 build: Switch back to using AS_IF for conditionals
5255  681501 gmem: array only partially filled with memcpy
5256  681854 Documentation fix for Howto compile a program with glib
5257  682025 Documentation correction
5258  682067 Fix problems with CLEANFILES and automake-1.11.1 
5259
5260 * Translations updated:
5261  Lithuanian
5262  Spanish
5263  Galician
5264  Telugu
5265  Serbian
5266  Assamese
5267  Marathi
5268  Indonesian
5269  Traditional Chinese
5270
5271 Overview of changes from GLib 2.33.6 to 2.33.8
5272 ==============================================
5273
5274 * GIO now has a g_file_delete_async function
5275
5276 * The defaults for GThreadPools max_unused_threads
5277   and max_idle_time values have been changed to
5278   2 and 15*1000, respectively.
5279
5280 * Bugs fixed:
5281  661767 merge/improve various bits of run-in-thread functionality
5282  680074 undefined symbol "get_C_locale"
5283  680121 g_cancellable_source_new: don't use a file descriptor
5284  680148 gthread: check for definition of PR_SET_NAME
5285  680310 Sorting of access points by strengh not working
5286  680704 g_utf8_strup() crash
5287  68076a0 GFile: Add g_file_delete_async()
5288  680787 Add .dir-locals.el to tell Emacs users not to use tabs...
5289  680823 g_file_make_directory_with_parents: Fix error propagation
5290  680994 STATIC_ASSERT in GDBusError docs don't have much utility
5291  681116 gtlscertificate: Add g_tls_certificate_equal() function
5292  681118 gtlsdatabase: Don't complain if no callbacks for async...
5293  669331 try to get gio tests working a little better on win32
5294  674314 Make gtk-doc not a hard dependency of GLib
5295  674800 gclosure: generic marshaller leaks return value
5296  675524 gsocket: FIONREAD undeclared (needs sys/filio.h)
5297  679509 use after free in g_dbus_action_group_describe_all_done()
5298  679996 gobject docs minor cleanup
5299  680459 Extra newline char in local implementation of g_applic...
5300  680505 object_path memory leak in gdbusobjectproxy.c
5301  680831 Deprecate and remove g_slice_[sg]et_config.*
5302  680912 gchecksum: Add g_compute_checksum_for_bytes()
5303  681151 checksum: Use functions instead of macros when buildin...
5304  681158 gtlscertificate: Don't confuse certificate and public ...
5305
5306 * Translation updates:
5307  Galician
5308  German
5309  Gujarati
5310  Hebrew
5311  Norwegian bokmål
5312  Serbian
5313  Slovenian
5314
5315
5316 Overview of changes from GLib 2.33.4 to 2.33.6
5317 ==============================================
5318
5319 * GAsyncInitable: partially revert the init_finish changes,
5320   some applications were found to rely on behaviour that
5321   was broken by these changes
5322
5323 * Bugs fixed:
5324  679617 win32: fix g_get_environ()
5325  679968 Add some annotations to GBytes, GVariantType...
5326  680111 GIOScheduler assumes GCancellable "cancelled...
5327
5328 * Translation updates:
5329  Spanish
5330
5331 Overview of changes from GLib 2.33.3 to 2.33.4
5332 ==============================================
5333
5334 * GMainContext: the source list has been reorganzied to
5335   avoid O(n) behaviour
5336
5337 * GRegex: Update included PCRE to 8.31 and expose new
5338   functionality in 8.x versions of PCRE
5339
5340 * GMountOperation gained a ::show-unmount-progress signal
5341   which provides information about slow unmount operations
5342
5343 * Bugs fixed:
5344  616892 gio: Add a boxed type for GFileAttributeMatcher
5345  619329 g_source_attach() O(n) in number of sources
5346  639771 g_dir_read_name() can also return NULL on error
5347  661767 merge/improve various bits of run-in-thread fun...
5348  667375 GAsyncInitable subclassing (and async subclassi...
5349  671545 Constify collect and lcopy strings in GTypeValu...
5350  674452 SEGFAULT in gio contenttype test
5351  674898 Deal with GLIB_VERSION_MIN_REQUIRED/MAX_ALLOWED...
5352  675504 Fix up GObject interface documentation
5353  677064 GString: Tweak documentation, add g_string_free...
5354  677578 error in PCRE error code conversion
5355  677579 update GRegexError for newer PCRE error codes
5356  678066 gdbus codegen does not work with python3
5357  678273 unicode othercasing is wrong in gregex
5358  678576 GIOScheduler performance enhancements
5359  678758 GTlsInteraction unlocks an unlocked mutex
5360  678808 GTestDBus issues
5361  678881 Test failures in /socket/timed_wait in some cas...
5362  678941 /contenttype/guess test case failure
5363  678944 gio returns the wrong default applications for ...
5364  678949 wrong definition of ulong_bool for 64 bit big e...
5365  678959 /mainloop/timeouts race condition: assertion fa...
5366  679193 update included pcre to 8.31
5367  679258 The 'Since' tag for G_SOURCE_CONTINUE and G_SOU...
5368  679473 Don't generate invalid property names
5369  679691 Add g_spawn_check_exit_status()
5370  679671 GDBusNodeInfo: the XML string must contain exac...
5371  676111 mount-operation: add show-unmount-progress signal
5372  679691 win32: fix build g_spawn_check_exit_status() wi...
5373  679813 Documentation bug on http://developer.gnome.org...
5374
5375 * Translation updates:
5376  Assamese
5377  Belarusian
5378  Bulgarian
5379  Galician
5380  Greek
5381  Norwegian bokmål
5382  Polish
5383  Spanish
5384  Traditional Chinese
5385  Vietnamese
5386
5387
5388 Overview of changes from GLib 2.33.2 to 2.33.3
5389 ==============================================
5390
5391 This release contains mostly bugfixes, cleanups and performance
5392 improvements (including many fixes contributed by Colin on the advice of
5393 Coverity).  There are a few notable externally-visible changes:
5394
5395 * Thumbnails are now in XDG_CACHE_HOME
5396
5397 * new GDBus API: per-thread g_dbus_connection_get_last_serial()
5398
5399 * GUnixOutputStream now has a can_poll() implementation
5400
5401 * New deep copy APIs for G(S)List: g_(s)list_copy_deep
5402
5403 * Bugs fixed:
5404  518309 Incorrect data*dir path in glib-gettextize output
5405  566994 Safer passing of -framework flag
5406  672889 GLib.utf8_validate does segfault
5407  673253 Not strict enough autconf test for libelf
5408  675024 adds g_list_copy_deep() and g_slist_copy_deep
5409  675168 prepare for thumbnails to move to XDG_CACHE_HOME
5410  675966 gresolver: More robust parsing of DNS responses
5411  676594 [Patch] fix g_reload_user_special_dirs_cache
5412  676825 Implement g_dbus_connection_get_last_serial ()
5413  677235 Clarify the comment at the top of gmarshal.list
5414  677527 OS X: gthread/spawn-async selftest failure
5415  677718 GDBusProxy: treat org.freedesktop.systemd1.Masked error as non-fatal
5416  677770 GUnixOutputStream does not implement can_poll
5417  677782 Install bash completion files in /usr/share
5418  677817 g_key_file_to_data adds extra blank lines in some cases
5419  677952 Missing annotation for GDBusConnection signal "closed"
5420  678052 g_wakeup_acknowledge is called too often.
5421  678273 unicode othercasing is wrong in gregex
5422  678333 gdbus-codegen code causes warnings under -Wfloat-equal
5423
5424 * Translations updated:
5425  Arabic
5426  Assamese
5427  Galecian
5428  Greek
5429  Spanish
5430  Telugu
5431
5432 Overview of changes from GLib 2.33.1 to 2.33.2
5433 ==============================================
5434
5435 * GLIB_VERSION_MIN_REQUIRED now defaults to the current stable version
5436
5437 * GIO input and output stream classes have grown GBytes-based methods
5438
5439 * GApplication now has hooks to register D-Bus objects before the bus
5440   name is taken
5441
5442 * Bugs fixed:
5443  605976 add g_type_ensure(), to ensure that a type has...
5444  660851 Breakage of code due to changes in the GThread...
5445  666386 Empathy doesn't open Redirect URI with particu...
5446  671139 need (transfer async) for io stream buffers
5447  672329 memory leaks in gutils.c and glib tests
5448  672548 g_utf8_validate: @str shouldn't end up annotat...
5449  674111 Provide an accessor for MimeType desktop entry...
5450  674483 broken configure results when cross-compiling ...
5451  674634 Add g_clear_pointer()
5452  674777 What's the (transfer) of g_variant_lookup()?
5453  675309 gkeyfile: Fix annotations for g_key_file_load_...
5454  675446 gfile: Plug memory leak in g_file_make_directo...
5455  675509 add extra dbus hooks
5456  675832 Incomplete gsettings bash auto-completion
5457  676208 The tmpl parameter to g_file_new_tmp can be NULL
5458  676265 GNetworkMonitor leaks a lot of memory
5459  676277 Document that g_app_info_create_from_commandli...
5460  676397 g_environ_* should work with NULL envp
5461  676398 g_spawn_* should take PATH from the passed env...
5462  676478 Broken gzip decoding
5463  676594 [Patch] fix g_reload_user_special_dirs_cache
5464  676816 Add more GLIB_AVAILABLE_IN_*
5465  676937 Document notify signal deduplication with free...
5466
5467 * Translation updates:
5468  Czech
5469  French
5470  German
5471  Greek
5472  Japanese
5473  Russian
5474  Slovenian
5475  Spanish
5476
5477
5478 Overview of changes from GLib 2.32.1 to 2.33.1
5479 ==============================================
5480
5481 * GApplication
5482  - can now have a NULL application ID
5483  - add accessors for determining dbus connection and object path
5484
5485 * g_clear_object: fix warnings when using it on C++ (due to lack of
5486   ability to implicitly cast void*)
5487 * add g_clear_pointer as a generic form of g_clear_object
5488
5489 * GDBus:
5490  - add our own implementation of the message bus for use on Windows only
5491  - fix up a few bugs that use of this bus uncovered in GDBus
5492  - escape nonce files in dbus addressess (think 'c:\')
5493  - support initial underscores in dbus codegen namespace (for private)
5494  - add GTestDBus for bringing up a session bus for testing purposes
5495  - gdbus-codegen: Avoid warnings in generated code
5496  - GDBusAuthObserver: Add a way to control what authentication mechanisms to use
5497  - 
5498
5499 * Fix misdetection of GNUstep as Cocoa (for the MacOS GSettings backend)
5500
5501 * make sure configure fails if AC_CHECK_ALIGNOF cannot detect the alignment
5502
5503 * GAppInfo
5504  - overwrite the DISPLAY only if it is set in the launch context
5505  - add accessor for StartupWMClass
5506
5507 * glib/tests/date: force US locale running the GDateTime tests
5508
5509 * Resources:
5510  - fix broken use of GVDB on big endian machines
5511  - set a 'display name' so that pretty file names appear in Gtk CSS
5512    warning messages
5513
5514 * GMainContext:
5515  - block child sources when blocking the parent
5516  - introduce more testcases for child sources
5517
5518 * GResolver: add support for MX, TXT, NS and SOA records
5519
5520 * GSocketControlMessage: Don't warn about unknown messages
5521
5522 * GIO:
5523  - implement GSeekable for the data and buffered stream classes
5524  - implement GPollable for many more classes as well
5525  - fix GConverterInputStream infinite loop when fill_buffer returns an error
5526  - fileinfo: document the correct type for trash::orig-path
5527
5528 * test coverage improvements and general fixes
5529
5530 * new 2.34 stuff: version macros, docs index section, etc.
5531
5532 * Build:
5533  - add --disable-modular-tests build option
5534  - don't require host binaries if tests are not enabled for cross-builds
5535
5536 * Translations updated
5537  Brazilian Portuguese
5538  Bulgarian
5539  Czech
5540  French
5541  Galician
5542  German
5543  Hebrew
5544  Hindi
5545  Italian
5546  Norwegian bokmål
5547  Polish
5548  Russian
5549  Russian
5550  Serbian
5551  Simplified Chinese
5552  Slovenian
5553  Spanish
5554  Telugu
5555
5556 Overview of changes from GLib 2.32.0 to 2.32.1
5557 ==============================================
5558
5559 * Bugs fixed:
5560  670254 glib-2.30.2: Fails /GDateTime/new_from_unix test
5561  672541 glib-compile-resources prepends --sourcedir to absolute paths
5562  673139 URL to mailing lists in README incorrect
5563  673174 g_input_stream_read[_finish]: document returning 0 on EOF
5564  673191 glib/gchecksum.c warning: dereferencing type-punned pointer...
5565  673216 [W32] gtestutils does not use path separators consistently
5566  673439 Properly deprecate g_value_{set,get}_char
5567  673612 Fails to decode dictionaries wrapped in two layers of array
5568  673803 gclosure: Support return values of GVariants
5569  669285 glib/tests/markup-parse fails under non-english locale
5570  673911 gio-2.0.pc lists full path to executables, breaking cross com..
5571  673762 gnextstepsettingsbackend.c:343: error: parse error before 'in'
5572
5573 * Updated translations:
5574  Belarusian
5575  British English
5576  Bulgarian
5577  Catalan
5578  Czech
5579  French
5580  German
5581  Hebrew
5582  Hindi
5583  Hungarian
5584  Italian
5585  Japanese
5586  Kannada
5587  Latvian
5588  Lithuanian
5589  Marathi
5590  Norwegian bokmål
5591  Odia
5592  Polish
5593  Serbian
5594  Slovenian
5595  Spanish
5596  Swedish
5597  Telugu
5598
5599
5600 Overview of changes from GLib 2.31.22 to 2.32.0
5601 ===============================================
5602
5603 * Bugs fixed:
5604  671988 Quickly registering / unregistering objects on bus...
5605  672095 glib needs stable sort function
5606  672406 glib/tests/include.c fails to build on FreeBSD
5607
5608 * Updated translations:
5609  Telugu
5610
5611
5612 Overview of changes from GLib 2.31.20 to 2.31.22
5613 ================================================
5614
5615 * Bugs fixed:
5616  531901 Use __builtin_bswap* for GUINT*_SWAP_LE_BE if building...
5617  653167 Out of tree build is broken on windows
5618  668973 Test /gvariant/parser fails on Solaris 10
5619  669797 gvfs now lists its fuse mounts
5620  670846 deadlock: GStreamer-WARNING **: wrong STREAM_LOCK count 0
5621  671664 gio-querymodules: unlink instead of writing empty cache
5622  671676 Glib can't be cross-compiled any more after merge of...
5623  671918 gnome-shell is inaccessible unless started while an AT...
5624  671942 GSocketMsgFlags: annotate as a flags
5625  671997 Unix signal handling assumes that volatile 1-byte writes...
5626  672013 GSimpleAsyncResult: support reliable cancellation
5627  672026 default log output should include pid and/or prgname
5628  672095 glib needs stable sort function
5629  672201 G_SPAWN_SEARCH_PATH should continue on ENODEV and ETIMEDOUT
5630  672239 request NO_REPLY from g_dbus_connection_call() with no as...
5631  672249 gdbusproxy leaks asyncresult in an error case instead of...
5632
5633 * Translation updates:
5634  Assamese
5635  British English
5636  Catalan
5637  Catalan (Valencian)
5638  Danish
5639  Esperanto
5640  Finnish
5641  French
5642  German
5643  Hungarian
5644  Korean
5645  Lithuanian
5646  Norwegian bokmål
5647  Polish
5648  Portuguese
5649  Russian
5650  Traditional Chinese
5651
5652
5653 Overview of changes from GLib 2.31.18 to 2.31.20
5654 ================================================
5655
5656 * Update to Unicode 6.1
5657
5658 * Update PCRE to 8.30
5659
5660 * Deprecations are now versioned, and new API is
5661   marked with the version it was introduced.
5662   Use these with GLIB_VERSION_{MIN,MAX}_REQUIRED
5663
5664 * The performance of signal emissions has been
5665   improved for simple cases
5666
5667 * Bugs fixed:
5668  529806 Cannot build in 64-bit Mac OS X due to libiconv
5669  580873 Documentation of register type functions incomplete
5670  592666 Document how to unset an attribute
5671  597785 g_type_class_add_private code snippet is a bad example
5672  621368 glib-2.24.1: FAIL: run-assert-msg-test.sh when updating...
5673  622149 --disable-regex breaks glib2 build
5674  639873 GBinding: Crash when binding two properties on the same...
5675  640202 For GLIB v. 2.23.6 and above: impossibility to build mu...
5676  668295 Need a way to classify GVolume instances
5677  669670 gasyncqueue: don't use deprecated g_cond_timed_wait()
5678  670542 Add version information for deprecations
5679  670557 gvaluetransform: Fix an infinite loop with GFlagsValue...
5680  670721 global variable for signal ID should be hidden
5681  670751 IceWM build fails due to the G_DEPRECATED_FOR macro
5682  670909 g_dbus_connection_call leaks when it receives an error...
5683  670922 Include path to gdbus-codegen in the pkgconfig file
5684  670969 GSequence lookup may fail if there was no sort prior to...
5685  671025 Constants and identifiers starting with a number are no...
5686  671270 make distclean failures
5687  671281 glib-compile-resources.xml is missing from the dist tar...
5688
5689 * Translation updates:
5690  Basque
5691  Belarusian
5692  Brazilian Portuguese
5693  Bulgarian
5694  Galician
5695  Hebrew
5696  Lithuanian
5697  Persian
5698  Punjabi
5699  Serbian
5700  Simplified Chinese
5701  Slovenian
5702  Telugu
5703  Traditional Chinese
5704  Uyghur
5705  Vietnamese
5706
5707
5708 Overview of changes from GLib 2.31.16 to 2.31.18
5709 ================================================
5710
5711 * GDBusProxy has now a flag, G_DBUS_PROXY_FLAGS_GET_INVALIDATED_PROPERTIES,
5712   which can be set to make GDBus automatically reload
5713   changed properties even if the propertychanged signal
5714   does not contain the new values.
5715
5716 * GApplication puts non-unique applications on the bus
5717
5718 * GApplication now has g_application_quit()
5719
5720 * g_async_queue_timed_pop has been deprecated in favor of
5721   the new g_async_queue_timeout_pop, which uses relative
5722   delays in microseconds instead of a GTimeVal.
5723
5724 * a huge number of API documentation fixes
5725
5726 * Bugs fixed:
5727  647986 put non-unique apps on D-Bus
5728  658484 vpn connection vs NetworkSecretDialog
5729  664237 GDateTime falls back to UTC if TZ is set
5730  669329 gthread-win32: update for g_get_monotonic_time() changes
5731  669330 glocalfile: fix error code when opening a directory on win32
5732  669372 glib/tests memory leaks.
5733  669412 mem leak in g_environ_unsetenv
5734  669538 Fix compilation of glib-compile-resources.c on Windows
5735  669544 gdbus-codegen example introspection XML is not complete
5736  669595 glib-mkenums: fix handling of forward enum declarations
5737  669670 gasyncqueue: don't use deprecated g_cond_timed_wait()
5738  669671 gobject: use #pragmas to avoid deprecated function warnings
5739  669689 Retrieve cwd and environ in local GApplicationCommandLine
5740  669810 socket/win32: flush pending read before signaling HUP
5741  669865 g_regex_fetch()
5742  670085 memory leak in g_output_stream_write_async
5743  670138 gbytes.h is missing the G_BEGIN/END_DECL guards
5744  670485 Simplify session API (shared bug with gtk+)
5745
5746 * Updated translations:
5747  Belarusian
5748  Danish
5749  Galician
5750  Serbian
5751  Telugu
5752  Hebrew
5753
5754
5755 Overview of changes from GLib 2.31.14 to 2.31.16
5756 ================================================
5757
5758 * GResource:
5759  - The resource compiler can now convert pngs into
5760    pixel data that can be used without parsing at runtime
5761    (requires gdk-pixbuf-pixdata to be present)
5762
5763 * Bugs fixed:
5764  669123 resource compiler: failing to-pixdata should...
5765  669173 resource: fix xml preprocess entity handling
5766  669224 Cross-compilation broken by data-to-c
5767  669253 gsettings set buggy on array values
5768  669334 fix memory leak in bookmark file parser
5769
5770 * Translation updates:
5771  Norwegian bokmål
5772  Spanish
5773
5774
5775 Overview of changes from GLib 2.31.12 to 2.31.14
5776 ================================================
5777
5778 * GResource:
5779  - GLib now includes a commandline utility, gresource,
5780    to explore resources in ELF files
5781  - The resource compiler can now optionally strip
5782    ignorable whitespace from XML resources
5783  - The resource compiler can now generate build dependencies
5784  - The resource compiler will now autoselect output formats
5785
5786 * GApplication:
5787  - The menu markup parser API has been dropped, the
5788    menu XML support lives in GTK+ now
5789
5790 * GValueArray has been deprecated
5791
5792 * Bugs fixed:
5793  626258 N-ary Trees - 'nodes' can be inserted before and after...
5794  634232 Core Dump / Aborted using g_key_file_to_data
5795  639099 schema compiler chokes on valid schema
5796  667228 Deprecate GValueArray
5797  667243 Add an element clear function to GArray
5798  667929 glib-compile-resources: xml resources doesn't need to...
5799  668250 g_date_time_format() produces a non-UTF8 string
5800  668468 'IP_ADD_SOURCE_MEMBERSHIP' undeclared
5801  668532 resources: add dependency generator to the resource compiler
5802  668539 resources: compiler should autoselect output format...
5803  668561 gresource-tool not internationalized
5804  668572 glib_cv_g_atomic_lock_free config.cache setting not honored...
5805  668650 GRealArray->clear_func should be initialized
5806  668756 GKeyFile: allow loading from empty strings
5807  668857 fix couple of typos in comments
5808  669024 goption: implement platform_get_argv0() for OpenBSD
5809
5810 * Updated translations:
5811  Galician
5812  Norwegian bokmål
5813  Spanish
5814  Traditional Chinese
5815
5816 Overview of changes from GLib 2.31.10 to 2.31.12
5817 ================================================
5818
5819 * GApplication:
5820  - Drop support for exporting menus - this functionality
5821    will be provided in GtkApplication
5822  - Add a way to create actions that change settings
5823
5824 * Bugs fixed:
5825  629503 Add async versions of g_unix_connection_{receive,send}_credentials
5826  656301 glib-compile-schemas should not create an empty file
5827  668071 mingw-gcc build fails on gio/gsocket.[c|h]
5828  668118 the big appmenu switcheroo
5829  668158 base64 encode and line termination
5830  668163 GDBusConnection: note that exit-on-close is sometimes TRUE
5831  668269 gsignal: add g_signal_handlers_disconnect_by_data
5832  668279 create GAction from GSettings
5833
5834 * Translation updates:
5835  Norwegian bokmål
5836
5837
5838 Overview of changes from GLib 2.31.8 to 2.31.10
5839 ===============================================
5840
5841 * GResource:
5842  - A new facility to allow linking data files into binaries
5843    and make them available as resources
5844  - Resources are compiled using glib-compile-resources
5845  - GIO supports resource:/// uris to access resources
5846
5847 * Bugs fixed:
5848  619126 Missing dependency libs
5849  658315 g_key_file_get_keys() should set length to 0...
5850  660371 is it ever valid to have 0 as a GError domain?
5851  666700 Add some missing (allow-none) annotations
5852  667375 GAsyncInitable subclassing (and async subclassing...
5853  667447 Missing many introspection annotations
5854  667790 Protect call to pthread_condattr_setclock with define
5855  667938 wrong gtypes generated for empty flags enums
5856
5857 * Translation updates:
5858  Hebrew
5859  Spanish
5860
5861
5862 Overview of changes from GLib 2.31.6 to 2.31.8
5863 ==============================================
5864
5865 * GObject:
5866  - The type checks for overriding properties have been loosened.
5867    In particular, it is now possible to add the CONSTRUCT flag
5868    to an overridden property
5869  - GWeakRef is a new API for weak references; unlike g_object_weak_ref
5870    and g_object_add_weak_pointer, it is thread-safe.
5871
5872 * GHashTable has grown new convenience api for use as a set:
5873   g_hash_table_add, g_hash_table_contains
5874
5875 * GSocketConnection has gained API for managing connection status
5876
5877 * GSettings: a native OS X backend has been added, under the
5878   name 'nexstep'
5879
5880 * Bugs fixed
5881  455640 Something fishy with GRegex and unicode
5882  548954 weak references are not threadsafe
5883  625751 Add G_FILE_ATTRIBUTE_FILESYSTEM_USED
5884  658871 gbacktrace: g_get_prgname () isn't called for a NULL argu...
5885  664069 gvariant: Never break out of g_variant_iter_loop
5886  664830 g_strescape doesn't natively handle \v (vertical tab)
5887  665211 GDBusConnection singleton access can race with disposal
5888  665805 Add GSocketClient::action, for tracking socket client status
5889  666116 some tests provoke undefined behaviour, which is undesira...
5890  666422 Unreachable code in gio gnetworkmonitornetlink.c
5891  666551 Crash in g_thread_xp_SleepConditionVariableSRW
5892  666595 menu parser disallows id='' on submenu and section
5893  666615 loosen property override flag restrictions
5894  666616 gobject: fix property override type checks
5895  666803 g_utf8_validate() fails to validate strings with known size
5896  666804 g_ateaxit deprecation warning in devhelp points in wrong ...
5897  666951 g_mkdtemp: Since version incorrect in docs
5898  666978 Fails to compile glib applications with ISO C90 compiler
5899  667098 ginetaddressmask leaks its address property
5900  667225 GSocket: add missing type checks to public methods
5901  667226 GSocket: fix an error return value
5902  667279 Sometimes crashes when launching commandline-crea...
5903  667285 Wrong keyname listed in documentation for g_deskt...
5904  667331 Use g_queue_free_full() convenience function
5905  667420 GHashTable GDB pretty printing is broken
5906
5907 * Updated translations
5908  Belarusian
5909  Bulgarian
5910  Hebrew
5911  Norwegian bokmål
5912  Norwegian Nynorsk
5913  Spanish
5914  Vietnamese
5915
5916
5917 Overview of changes from GLib 2.31.4 to 2.31.6
5918 ==============================================
5919
5920 * GApplication no longer has APIs for setting menus.  Those have been
5921   moved to GtkApplication.
5922
5923 * the GActionGroup import/export functionality has been decoupled from
5924   GApplication by the introduction of a new interface for the purpose of
5925   handling platform data: GRemoteActionGroup.  This allows Gtk to
5926   properly deal with platform data (and gdk threads) on window actions.
5927
5928 * lots of documentation improvements
5929
5930 * bug fixes and a huge number of memory leak fixes
5931
5932 * the test suite now passes on ARM and some of the GDBus testcase hangs
5933   we've been seeing have been resolved (although others could remain)
5934
5935 * g_bytes_get_data() API changed: now includes 'size' out parameter
5936
5937 * new g_queue_free_full() API similar to g_[s]list_free_full()
5938
5939 * desktop files: use standard "Keywords" now, not "X-GNOME-Keywords"
5940
5941 * gsettings commandline tool now has --schemadir option for schemas not
5942   installed in the usual place (ie: as part of plugins)
5943
5944 * Bugs fixed:
5945  643736 GApplication doesn't emit dbus signals on action updates
5946  657433 g_queue_free_full() missing
5947  664699 glib: documentation fixes
5948  665737 acquire/release gdk threads lock on incoming dbus
5949  665879 GBytes: add a size argument to g_bytes_get_data
5950  666113 various leaks in GLib, GIO are visible in the regression tests
5951  666115 various tests leak memory, obscuring real leaks in the library
5952  666145 Doc could be more explicite that g_thread_init calls can be droped
5953  666173 Configure warning - linux/netlink.h usability... no
5954  666296 Race condition in g_thread_xp_get_srwlock
5955  666415 Settings tools should allow specifying a schema directory 
5956
5957 * Translations updated:
5958  French
5959  Spanish
5960
5961 Overview of changes from GLib 2.31.2 to 2.31.4
5962 ==============================================
5963
5964 * EXPERIMENTAL: Menu support has been added to GApplication.  Menus
5965   are exported on the bus, alongside the actions that are already there.
5966   There have also been many related improvements to action group
5967   functionality.
5968
5969   These new APIs are subject to changes in the coming releases.  In
5970   particular, it seems somewhat likely that the APIs for registering
5971   menubars may change in order to accommodate windows with different
5972   types of menubars.
5973
5974 * GDBusConnection previously directly dispatched destroy notifies when
5975   unregistering objects if the current main context was the same context
5976   the object was exported on.  It now unconditionally dispatches these
5977   through an idle on the context.
5978
5979 * Clean up Requires in pc files. Linking against GIO no
5980   longer drags in gmodule. This may require dependency
5981   fixes here and there.
5982
5983 * Introduce GBytes, a data type for immutable, fixed-size
5984   byte sequences. This makes the pre-existing GBuffer
5985   API available outside GLib
5986
5987 * GDBusInterfaceSkeleton can now be exported on multiple
5988   connections
5989
5990 * Bugs fixed:
5991  600161 Do not use static GTypeInfo and GInterfaceInfo
5992  640077 GFileMonitor: Always send CHANGES_DONE_HINT after a move...
5993  641720 Misleading definition for local_command_line() in GApplic...
5994  648516 Little comment error and 2 useless lines of code
5995  651997 Dummy backend for gapplication
5996  652560 Test for g_ascii_strtod is failing
5997  662208 failure to initialize a GInitable should be considered...
5998  662718 GDBusInterfaceSkeleton should be able to export on multi...
5999  663291 GBytes: Immutable, refcounted sequence of bytes
6000  664406 Need context for a proper translation
6001  664455 Build fixes for GLib GIT master (2.31.x)
6002  664558 GDBusWorker.frozen has a value > 1 in a gboolean
6003  664559 sys/wait.h not available on windows
6004  664617 gdbus segfault error 4 in libgio-2.0.so.0.3102.0
6005  664635 GMemory{Out,In}putStream _async functions break sub-class...
6006  664809 Add command line option to gtester to allow skipping tests
6007  665067 cryptic assertion failure if nonsensical flag combinations...
6008  665184 Check ref. count before reffing/unreffing
6009  665298 Add 'Requires.private: libpcre' to glib-2.0.pc
6010  665391 update documentation around mainloops
6011  665607 ./configure is there for fiddling with cross-compile enviro...
6012  665634 g_dbus_node_info_new_for_xml() errors on unknown attributes...
6013  665685 Add a #define for the max length of a Unicode decomposition
6014  665733 GDBusConnection holds lock while calling destroynotify
6015
6016 * Translation updates:
6017  Norwegian bokmål
6018  Spanish
6019
6020
6021 Overview of changes from GLib 2.31.0 to 2.31.2
6022 ==============================================
6023
6024 * Monotonic time is now properly supported on Windows
6025
6026 * glib-mkenums: fix @ENUMPREFIX@ with /*< underscore_name=... >*/
6027
6028 * EXPERIMENTAL: introduce new GSettingsSchema and GSettingsSchemaSource
6029   APIs for the convenience of plugin system authors and those who wish
6030   to introspect the contents of schemas.  This API may change.
6031
6032 * Improve the performance of GObject property notifies.
6033
6034 * GDBus:
6035  - fix a race when unowning a name immediately after owning it
6036  - thread safety improvements on GDBusConnection
6037  - fixes for exit-on-close functionality
6038
6039 * Deprecations:
6040  - add G_SIGNAL_DEPRECATED
6041  - don't use G_DISABLE_DEPRECATED masking for functions anymore
6042
6043 * docs
6044  - tmpl/ is finally dead for glib
6045
6046 * GIO:
6047  - GInetAddressMask: new type for internet address range matching
6048  - various GIO file and stream fixes
6049  - improvements to attribute and fileinfo handling
6050
6051 Overview of changes from GLib 2.29/2.30 to 2.31.0
6052 =================================================
6053
6054 This release contains a huge number of changes (500 commits worth).  The
6055 list below attempts to summarise, but not every change is listed.
6056
6057 * Major changes to threading and synchronisation
6058  - threading is now always enabled in GLib
6059  - support for custom thread implementations (including our own internal
6060    support for errorcheck mutexes) has been removed
6061  - a whole lot of dead code (to deal with the non-threaded case) has
6062    been ripped out.  This includes the racy path of GMainContext that
6063    caused deadlocks with respect to child process exits in
6064    single-threaded programs (such as gtester).
6065  - libgthread is now an empty shell and g_thread_init() is no longer
6066    required (and has been deprecated)
6067  - GMutex and GCond can now be statically allocated without explicit
6068    initialisation.  Dynamic allocation for these types is deprecated.
6069  - new types GRecMutex and GRWLock can also be statically allocated
6070    without explicit initialisation.
6071  - GPrivate can now be statically allocated and has an improved API.
6072    Dynamic allocation of GPrivate is deprecated.
6073  - GStaticMutex, GStaticRecMutex, GStaticRwLock, GStaticPrivate are
6074    deprecated.
6075  - GCond now uses monotonic time internally and a new API takes
6076    monotonic time for timed waits, deprecating the wallclock API
6077  - removal of the insane macro indirection used in the previous
6078    implementation of threading and synchronisation APIs
6079  - use SRWLock and CONDITION_VARIABLE APIs when available on Windows
6080    (Vista and later) and emulate them on XP
6081  - leaks of G(Static)Private-allocated data on some cases of thread exit
6082    have been fixed
6083  - simplified new thread creation API with the old API deprecated.  The
6084    concept of joinability has disappeared (all threads are joinable) as
6085    have priority levels, 'bound'ness (ie: kernel vs. userspace threads)
6086    and ability to manipulate the stack size.
6087  - GThread is now a refcounted type
6088  - other implementation details changed
6089
6090 * Move headers for some deprecated functionality to a separate
6091   deprecated/ directory.
6092
6093 * New support for attribute-based deprecations to issue compiler
6094   warnings instead of breaking the build and/or giving warnings about
6095   implicit declarations (and possibly miscompiling).
6096
6097 * GCache has been deprecated (after its last use was removed from our
6098   platform over a year ago).
6099
6100 * It is no longer possible to include individual headers (like
6101   "ghash.h") -- you must #include <glib.h>.
6102
6103 * The misguided experiment of allowing the program to stumble along with
6104   missing GSettings schemas is now over -- the abort is back.
6105
6106 * Clarify that fork() is not valid while using GMainContext.  This is
6107   because the internal resources of the GMainContext end up being shared
6108   by both processes.  We had an assert here but it was breaking existing
6109   (valid) use cases as well, so it has been removed for now.
6110
6111 * GApplication
6112   - add ::shutdown signal as logical dual to ::startup
6113   - don't use a GMainLoop: iterate the GMainContext directly (improves
6114     quit logic)
6115
6116 * Several portability fixes for Windows, OpenBSD, Solaris
6117
6118 * Add new GValue API to specifically deal in signed chars (in case the
6119   platform defines 'char' as unsigned)
6120
6121 * some new API to mitigate the problems associated with calling setenv()
6122   in a multi-threaded program
6123
6124 * Use CLOCK_MONOTONIC unconditionally if the libc has support at compile
6125   time (ie: stop checking for kernel support at runtime).
6126
6127 * pkg-config files:
6128   - drop -uninstalled variants
6129   - remove gobject dependency on gthread
6130
6131 * New macro G_ATOMIC_LOCK_FREE is defined if the atomic operations are
6132   implemented without use of a mutex.  Cleaned up atomic-related
6133   compilation issues with mingw compilers on win32 systems.
6134
6135 * SOCKS proxy and resolver improvements
6136
6137 * Fix the spelling of G_IO_FLAG_IS_WRITABLE (was WRITEABLE) and
6138   introduce a macro for backwards compatibility.
6139
6140 * GDBus:
6141   - many code generation updates and improvements
6142   - some race condition fixes, including testcase hangs
6143
6144 * GVariant:
6145   - new g_variant_new_from_fixed_array() API
6146   - substantial docs improvements/clarifications
6147
6148 * GKeyFile is now refcounted and boxed
6149
6150 * mount monitoring is now based on /proc/mounts (where available)
6151   instead of mtab
6152
6153 * new macros G_SOURCE_CONTINUE and G_SOURCE_REMOVE for returning from
6154   GSourceFunc (so you don't have to remember what TRUE and FALSE mean)
6155
6156 * use xlocale functions where available to avoid too much heavy lifting
6157   in functions like g_ascii_strtod()
6158
6159 * GMappedFile can now be created from an fd
6160
6161 * error message strings grammar/i18n fixes
6162
6163 * many docs updates
6164
6165 * Partial list of bugs closed:
6166  70598  Unify GStaticMutex and GMutex.
6167  320888 optimization for g_main_context_wakeup
6168  398418 GChildWatch race condition?
6169  527214 g_timer_elapsed() returns random values
6170  580505 add a way to set/get name for a thread
6171  583511 race condition means g_main_loop_quit() does not work
6172  590808 GKeyFile should have a refcount and a boxed type in GObject
6173  592715 Document that g_str_hash() and g_int_hash() are not NULL safe
6174  631413 Add macros for GSourceFunc return values
6175  632049 not immediately clear what g_variant_get_fixed_array expects
6176  640212 "Error stating file" is not a friendly message
6177  640293 Use xlocale functions to implement g_ascii_strtod()
6178  640975 Check that error exists before trying to set it
6179  643934 GApplication lacking a logical dual for the ::startup signal
6180  651268 assertion failed in GDBus worker thread
6181  653987 g_key_file_get_integer cannot interpret trailing spaces
6182  654412 Documentation for g_variant_get_child_value unclear
6183  654563 info capplet: Failed to calculate disk space
6184  655366 missing GSettings schemas lead to obscure crashes
6185  656621 g_spawn_*() calls executables in current directory
6186  656679 [gi] Add two annotations to gio
6187  657992 Add glib__private__() API to share between glib,gio
6188  658188 _set_as_last_used_for_type generates a broken mimeapps.list
6189  658206 gsocks5proxy.c has invalid gettext use
6190  658207 glib-compile-schemas says "can not"
6191  658558 simpleaction: Fix documentation of :enabled
6192  658683 clean up charset/language threading issues
6193  658692 add introspection annotations to g_time_val_from_iso8601()
6194  658715 Duplicite strings
6195  658769 Invalid reuse of GError in GThreadedResolver
6196  658806 sign error in string hash implementation
6197  658976 gdbus-codegen's C namespace option needs to support Ugly_Case
6198  659070 gdbus-codegen generated code segfaults when property changes
6199  659082 gdbus-codegen: Single letter namespaces get dropped from names
6200  659212 GMappedFile should fail on non-regular files
6201  659324 _SPLICE_CLOSE_TARGET doesn't mark the output stream as closed
6202  659423 Use adaptive mutexes when available
6203  659427 Move deprecated code to a separate directory
6204  659646 gdbus-codegen produce code that warnings at build
6205  659690 Possible build warning in code generated by gdbus-codegen
6206  659699 property name collision when generating code for "Connection"
6207  659754 Add API to GMappedFile that allows to pass FD
6208  659838 incorrect types in introspection for g_object_bind_property
6209  659866 pthread_rwlock_t requires defined __USE_UNIX98
6210  659870 gvalue: Fix signedness of g_value_get_char()
6211  659889 glib-2.29.92/gio-2.0.pc.in has a wrong line.
6212  659916 GObject size of 64K is not actively enforced
6213  659920 Missing setter for read/write property 'closed' of GIOStream
6214  659923 Add g_variant_new_fixed_array() function
6215  660013 Remove old g_atomic configure cruft
6216  660096 glib/rwlock tests failure (tests asserted)
6217  660130 Possible loss of user data when updating mimeapps.list
6218  660147 tracker causes g_critical in "gsettings list-recursively"
6219  660413 Make G_ASSERT_STATIC work with clang
6220  660498 Generated test code fails when the codegen changes
6221  660511 Use /proc/mounts for monitoring mounts, not /etc/mtab
6222  660536 Expose options for /etc/fstab entries
6223  660635 Deprecate g_thread_foreach
6224  660637 Pending dbus method calls not canceled on connection loss
6225  660739 kill off g_{mutex,cond}_{new,free}()
6226  660740 make GThread more standard
6227  660741 g_cond_timedwait is a disaster
6228  660743 macro wrappers for g_once_init_enter/leave
6229  660744 finish killing g_thread_init()
6230  660745 GPrivate leaks on Windows
6231  660791 [gio] Improve doc for g_file_make_directory_with_parents()
6232  660843 asyncqueue-test is broken
6233  660849 Remove cruft from g_strerror and g_strsignal
6234  660886 GDBusProxy: don't drop/complain about unknown props/signals
6235  660887 g_slice_set_config() is broken
6236  660994 Add g_main_context_ref_thread_default()
6237  661255 gio: enable test_peer regression test for OpenBSD
6238  661257 giomodules.c uses ":" instead of G_SEARCHPATH_SEPARATOR_S
6239  661318 tests use pthread without appropriate compiler/linker flags
6240  661421 Applications fail to initialize on GNU Hurd - commit
6241  661438 Implement G_GNUC_DEPRECATED/G_GNUC_DEPRECATED_FOR on Visual C++
6242  661711 Sorting keys for GDrive, GVolume and GMount instances
6243  661763 desktop-app-info: Add support for X-GNOME-Keywords
6244  661896 /gdbus/connection/life-cycle is racy
6245  661914 Gstreamer/Totem locks up
6246  662100 regression: g_dbus_connection_close() triggers exit-on-close logic
6247
6248 * Translations updates:
6249  Belarusian 
6250  Brazilian Portuguese
6251  British English 
6252  Bulgarian 
6253  Catalan 
6254  Catalan (Valencian)
6255  Czech 
6256  Danish 
6257  Esperanto
6258  French 
6259  Gujarati
6260  Hebrew 
6261  Hungarian 
6262  Italian 
6263  Japanese
6264  Lithuanian
6265  Norwegian bokmål
6266  Oriya
6267  Polish 
6268  Russian 
6269  Serbian
6270  Simplified Chinese
6271  Slovak 
6272  Slovenian
6273  Spanish 
6274  Tamil
6275  Vietnamese
6276
6277 Overview of changes from GLib 2.29.18 to 2.29.90
6278 ================================================
6279
6280 * API/ABI changes:
6281  - unix signal watches now match the API of all of the other sources
6282  - revert the addition of g_date_time_source_new () from last release
6283
6284 * networking and other fixes for Solaris
6285  - we no longer support symbolic port names (ie: from /etc/services)
6286  - check if -lsocket is needed
6287  - fix g_socket_details_from_fd()
6288  - avoid getmntinfo
6289  - fix some harmless warnings
6290
6291 * GDateTime improvements:
6292  - generally improved standards compliance (with C99)
6293  - support C99-specified format strings: %g, %G, %V, %c, %C, %w
6294  - consult the locale for the preferred 12-hour time format (%r)
6295  - drop support for non-standard %N and broken %W
6296  - better support for formatting non-POSIX (eg: Arabic) numerals
6297  - locale-related test case fixups, and fix some leaks
6298
6299 * GTlsInteraction: add interaction method invocation guarantees
6300
6301 * gdbus-codegen: post-process all interfaces when parsing >1 file
6302
6303 * make GMainLoop, GMainContext and GSource boxed types
6304
6305 * fix a race condition in the first use of g_get_monotonic_time()
6306
6307 * lots gtk-doc cleanups
6308
6309 * better intltool compatibility when generating pot file
6310
6311 * avoid GCC-specific compiler options when not using GCC
6312
6313 * Translation updates:
6314  Belarusian
6315  Brazilian Portuguese
6316  Canadian English
6317  Galician
6318  Indonesian
6319  Korean
6320  Lithuanian
6321  Norwegian bokmål
6322  Portuguese
6323  Spanish
6324  Swedish
6325
6326 Overview of changes from GLib 2.29.16 to 2.29.18
6327 ================================================
6328
6329 * GDateTime is now respecting LC_TIME when formatting
6330
6331 * GTimeZoneMonitor has been removed again
6332
6333 * A new API for wallclock functionality has been added:
6334   g_date_time_source_new(). This API is still experimental
6335   and may be changed or removed before 2.30.
6336
6337 * Bugs fixed:
6338  628904 Add credential support for FreeBSD and fix a socket issue
6339  650763 gdbus-codegen is broken with python 2.7
6340  655129 GDateTime could provide api for implementing wall clocks
6341  656341 gtlsconsoleinteraction.c uses getpass() which isn't avail...
6342  656387 GCancellable can be used concurrently
6343  656443 Make GTlsInteraction ask_password cancellable
6344  656675 void functions should not return in glib 2.29.16
6345  656772 g_variant_compare for uint64 incorrect
6346  656914 Load GIO_EXTRA_MODULES first, and ignore duplicates
6347  657083 The header langinfo.h is not available on all systems
6348  657084 gfileutils: fix docs/annotations for temp file methods
6349  657138 Some files missing in POTFILES.in
6350  657206 GInputStream leaked in g_file_icon_load_async()
6351  657243 g_cancellable_set_error_if_cancelled() documentation
6352  657274 Use detected PYTHON variable as shebang for gdbus-codegen
6353  657336 Speling fixes for glib found with codespell
6354  657452 plural forms needed
6355  657454 Translation comment needed
6356  657540 Print out file:// URL to coverage HTML report after building
6357  657593 g_test_trap_fork calls close(-1)
6358  646082 Addresses from GSocket should be normalized before returning
6359  657517 fix gio/tests/gdbus-peer on bsd
6360
6361 * Translation updates:
6362  Brazilian Portuguese
6363  Galician
6364  Norwegian bokmål
6365  Punjabi
6366  Russian
6367  Serbian
6368  Spanish
6369  Swedish
6370  Traditional Chinese
6371  Uighur
6372
6373
6374 Overview of changes from GLib 2.29.14 to 2.29.16
6375 ================================================
6376
6377 * GTlsDatabase: an abstract class that provides support
6378   or certificate and key lookup. An implementation will
6379   be provided in glib-networking
6380
6381 * GHmac: Support or HMAC digests
6382
6383 * Misc new API:
6384  - g_ptr_array_add_full: creates a GPtrArray with
6385    a preallocated size and a destroy function
6386  - g_desktop_app_info_get_show_in: checks if a GDesktopAppInfo
6387    should be shown in a given desktop environment
6388  - g_mkdtemp, g_mkdtemp_full, g_dir_make_tmp: create
6389    temporary directories
6390
6391 * Unify thread wakeup implementations of GMainContext
6392   and GCancellable, and use eventfd for it when available
6393
6394 * Show mounts in $XDG_USER_DIR in addition to /media and $HOME
6395
6396 * Bugs fixed:
6397  636572 GTlsCertificateDB
6398  644601 Some tests need a running dbus session
6399  652284 deal with small key lengths
6400  652827 glib-2.29.8 no longer builds with mingw.org's toolchain
6401  653063 PEM parser fails parsing private key when put first
6402  654078 Fail to static linking with Glib library
6403  654450 New functions: g_ptr_array_new_full()
6404  654793 Add G_VALUE_INIT
6405  655044 GDesktopAppInfo: Add g_desktop_app_info_get_show_in()
6406  655148 gdbusconnection is broken when compiling with mingw
6407  655241 glocalfile.c no longer compiles with MinGW GCC
6408  655598 g_cancellable_get_fd: silently return -1 for NULL cancellable
6409  655664 gdbus should not abort if no dbus session is available
6410  655769 Use ZLIB_CFLAGS when compiling gio
6411  656031 Improve GVariant annotations
6412  656048 glib-codegen requires Python >= 2.5
6413  656151 configure test logic inverted, doesn't match comments
6414  656152 GCC only syntax used, yet other compilers allowed by configure.
6415  656162 allow use of lcov 1.9 for coverage
6416  656282 GDBusProxy: uninitialized local variables can be freed
6417  656283 Failing tls connection cause assertion
6418  118563 Add g_mkdtemp in the spirit of g_mkstemp
6419  636405 Add g_return_if_fail() to g_settings_bind_with_mapping()
6420  656039 race condition between GDBusProxy signals and public API
6421  656492 g_io_channel_new_file failure (open(2) behavior wrt POSIX)
6422
6423 * Translation updates:
6424  Bulgarian
6425  Esperanto
6426  French
6427  Galician
6428  German
6429  Hebrew
6430  Indonesian
6431  Italian
6432  Norwegian bokmål
6433  Russian
6434  Spanish
6435  Swedish
6436
6437
6438 Overview of changes from GLib 2.29.12 to 2.29.14
6439 ================================================
6440
6441 * Unicode improvements
6442  - add g_unicode_script_{to,from}_iso15924
6443  - add G_UNICODE_SPACING_MARK define
6444  - more normalisation improvements
6445  - stop using deprecated g_unicode_canonical_decomposition()
6446
6447 * GParamSpec:
6448  - mark the 'name' field as 'const' and add a comment to the header to
6449    help avoid future problems caused by bad hacks
6450
6451 * Merge some (modified) patches from Debian:
6452  - 03_blacklist-directories.patch
6453    - add some blacklisted mount directories
6454  - 60_wait-longer-for-threads-to-die.patch
6455    - sleep longer in a test case, if needed to avoid failing
6456
6457 * Units policy change: prefer use of SI units
6458  - deprecate g_format_size_for_display, add g_format_size(_full)
6459
6460 * GSettings: don't call g_error() when the schema is missing
6461
6462 * GVariant support for arrays of object paths:
6463  - new g_variant_{new,get,dup}_objv API
6464  - support for g_variant_{new,get} '^ao' and '^a&o' similar to '^as'
6465
6466 * GDBus:
6467  - use new improved array-of-objects support and pass 'ao' as char**
6468    instead of GVariant*
6469  - improve handling of 'h' type (Unix file descriptor index)
6470
6471 * GIO:
6472  - fix compilation without USE_STATFS and USE_STATVFS
6473
6474 * Documentation fixes
6475
6476 * Bugs fixed:
6477  622921 Migrate from dbus-glib to glib's GDBus
6478  648271 Add g_unicode_script_to_iso15924()
6479  654948 Stop using deprecated g_unicode_canonical_decomposition()
6480  654988 g_atomic_int_add should document behaviour change
6481  655025 #define G_UNICODE_SPACING_MARK G_UNICODE_COMBINING_MARK
6482  655076 normalization misses some Full_Composition_Exclusion=True. 
6483
6484 * Translations updated:
6485  Spanish
6486
6487 Overview of changes from GLib 2.29.10 to 2.29.12
6488 ================================================
6489
6490 * Add new API to do Unicode (de-)composition in atomic steps,
6491   for use in Harfbuzz.
6492
6493 * Bugs fixed:
6494  615895 (indirectly) support non-NULL-terminated regexes in GRegex
6495  617949 glib trunk fails to compile on Solaris w/ Studio 12...
6496  620423 Document the possibility to unset attributes
6497  627974 Floating reference headaches
6498  644687 Not finding cross-links in current doc set
6499  649246 g_output_stream_splice() cannot be used on 32-bit machines...
6500  653841 a helper script to build glib from git master on win32
6501  653935 g_slist_free_full/g_list_free_full iterates twice in the list
6502  654017 tests: fix glib_translations_work() in gsettings unit test
6503  654085 Don't needlessly use "echo -e" when creating .def files
6504  654195 Add g_unichar_compose() and g_unichar_decompose()
6505  654232 GCancellable eventfd problems
6506  654394 suspicious use of floating references in GDBusInterfaceSkeleton
6507  654536 GSettings: lift key name length restriction to 64
6508  654627 GParamSpec: intern property names
6509  654651 Better g_unicode_canonical_decomposition()
6510  654917 Make g_cclosure_marshal_generic the default signal handler
6511
6512 * Translation updates:
6513  Belarusian
6514  Finnish
6515  Korean
6516  Latvian
6517  Lithuanian
6518  Norwegian bokmål
6519  Turkish
6520
6521
6522 Overview of changes from GLib 2.29.8 to 2.29.10
6523 ===============================================
6524
6525 * New features:
6526  - g_desktop_app_info_get_nodisplay: a function that is required
6527    to port gnome-menus to GDesktopAppInfo
6528  - g_hash_Table_iter_replace: new function to replace a value
6529    while iterating over a hash table
6530  - g_utf8_substring: convenience API to extract substrings from
6531    UTF-8 strings
6532  - g_action_group_add_entries: convenience API for creating lots
6533    of actions quickly
6534  - Use eventfd instead of pipes for waking up main contexts and
6535    for cancellation when available
6536  - GMatchInfo is now a refcounted boxed type
6537
6538 * API changes in GAction:
6539  - the 'set_state' entry in the GActionInterface vtable has been
6540    renamed to 'change_state
6541  - g_action_set_state has been renamed to g_action_change_state
6542  - the 'state' property has been changed to read-only
6543  - GSimpleAction can no longer be subclassed
6544
6545 * Bug fixes
6546  647796 g_variant_new_variant is not marked as constructor
6547  652072 gmain: make use of signalfd()
6548  652168 Crosscompiling Fails if build<=2.24 and host >2.24
6549  652750 make dist fails
6550  652758 GDataInputStream: Clarify g_data_input_stream_read_line docs...
6551  652822 Add a g_hash_table_iter_replace
6552  652897 tiny docs clarification for g_utf8_to_ucs4_fast
6553  653140 gmain: use Linux eventfd() for main context wake up
6554  653429 drop AM_MAINTAINER_MODE or enable it by default
6555  653484 GAsyncCallbacks should default to allow-none
6556         Add missing fundamental types to the generic marshaller
6557
6558 * Translation updates
6559  Belarusian
6560  Galician
6561  Russian
6562
6563 Overview of changes from GLib 2.29.6 to 2.29.8
6564 ==============================================
6565
6566 * Bug fixes
6567  646608 export_symbols variable for gio dynamic library is wrong
6568  646635 Fix introspection of GLib
6569  647930 Documentation: GDataInputStream _read_upto() version
6570  651745 Switch to _ prefixing rather than G_GNUC_INTERNAL
6571  651920 Improve qsort_r detection
6572  651959 gbitlock: "asm goto" is not available in gcc < 4.5
6573  651998 gdbus-codegen: Use relative Python imports
6574  652000 Fix for gatomic.c on Windows/MSVC
6575  652002 Proposal to clean up gvaluetransform.c for MSVC
6576  652025 g_dbus_connection_register_object: error is not set...
6577  652081 Typos in a GBinding warning message
6578  652197 Improper handling of double values in GDBusMessage
6579         Fix a deadlock in gobject finalization
6580
6581 * Translation updates:
6582  Czech
6583  Galician
6584  German
6585  Hebrew
6586  Norwegian bokmål
6587  Spanish
6588  Uighur
6589
6590
6591 Overview of changes from GLib 2.29.4 to 2.29.6
6592 ==============================================
6593
6594 * Atomic operations have been rewritten from scratch to make use
6595   of gcc builtins where possible. As a side-effect of this, calls
6596   to g_atomic_ API with explicit casts may now be problematic; if
6597   that happens to you, try first to remove the casts. Another
6598   side-effect of the rewrite is that g_atomic_int_exchange_and_add
6599   has been deprecated in favor of g_atomic_int_add.
6600
6601 * A full set of atomic operations on pointers has been added,
6602   including bit locks in pointer-size locations.
6603
6604 * Access to quarks is now lockless
6605
6606 * GObject data scalability has been greatly improved
6607
6608 * g_data_time_format now supports alternative digits and padding
6609
6610 * Introspection improvements:
6611  - Add a boxed type for GVariantBuilder
6612  - Annotation fixes in GDBus, GVariant, g_base64_
6613
6614 * Bugs fixed:
6615  502560 g_rand_double_range returns 'inf'
6616  612729 g_mkdir_with_parents can fail if the directory already exists
6617  617491 g_once() implementation is inefficient
6618  619418 Add a performance test for UTF-8 decoding functions
6619  619435 Make g_utf8_to_ucs4_fast() yet faster
6620  626549 G_STATIC_ASSERT_EXPR
6621  631231 bitlock: Fix detection and usage of futexes with Bionic
6622  632294 g_queue_remove() should return a boolean
6623  640518 GMainLoop has quadratic complexity when all pollfd's...
6624  642026 Race condition in g_static_private_free
6625  646635 Fix introspection of GLib
6626  648678 g_date_time_format(): support %O flags for localized numbers
6627  649480 Use MSG_CMSG_CLOEXEC in recvmsg in gio/gsocket.c
6628  649506 GTestFunc et al lacking Since tag
6629  649657 Don't return gboolean for functions that throw
6630  649775 glib-gio-gdbuscodegen-Makefile.patch
6631  649915 gsettings accepts unquoted strings longer than two characters
6632  649973 gthread: build unix tests only on unix
6633  649988 gdbus-codegen: Drop dependency on argparse
6634  650078 forkbomb building glib/tests/protocol
6635  650211 Optimization in key file parsing
6636  650236 Application over DBus implements action state incorrectly
6637  650345 g_key_file_has_key_full: New function to fix g_key_file_has_key...
6638  650458 reduce overhead in g_object_set/get_data
6639  650459 hash table consistency while calling destroy notify funcs
6640  650688 enforce rules about hash table modification
6641  650823 expand the set of atomic ops
6642  650874 codegen chokes on docs
6643  650882 use stdout instead of stderr for informational messages
6644  650884 fix compilation with gcc2
6645  650885 implement glib credentials on OpenBSD (hackish)
6646  650935 G_GNUC_MAY_ALIAS and atomic ops
6647  651009 minor documentation fix
6648  651034 Regarding g_cond_wait after g_thread_pool_push in gthreadedresolver
6649  651133 race condition in GDBusConnection's emit_signal_instance_in_idle_cb
6650  651141 hashtable infinite loop
6651  651219 fix path to true(1) on OpenBSD
6652  651223 Fix some compile warnings on OpenBSD
6653  651327 Minor fixes for the gsocket API
6654  651467 Add pointer sized bitlocks
6655  651650 gdbus: Avoid busy wait loop
6656  651725 gmain: Cleanups and a new test case
6657  651745 Switch to _ prefixing rather than G_GNUC_INTERNAL
6658
6659 * Updated translations:
6660  Catalan (Valencian)
6661  Esperanto
6662  Hebrew
6663  Hungarian
6664  Russian
6665  Spanish
6666
6667
6668 Overview of changes from GLib 2.29.2 to 2.29.4
6669 ==============================================
6670
6671 * GDBus:
6672  - Includes several new types to support modeling D-Bus
6673    objects and interfaces more fully, and also introduces
6674    an 'object manager' pattern:
6675    GDBusInterface, GDBusObject, GDBusObjectManager
6676    These interfaces have client-side implementations:
6677    GDBusProxy, GDBusObjectProxy, GDBusObjectManagerClient
6678    And server-side implementations:
6679    GDBusInterfaceSkeleton, GDBusObjectSkeleton, GDBusObjectManagerServer
6680  - The new gdbus-codegen utility uses these new classes
6681    to generate C code and documentation from D-Bus interface
6682    descriptions in XML
6683
6684 * GTest:
6685  - There is now a g_test_fail() function to mark
6686    tests as failed
6687
6688 * GDesktopAppInfo
6689  - Now has a binding-friendly filename property
6690  - Other new API to more fully expose desktop file contents:
6691    g_desktop_app_info_get_categories(),
6692    g_desktop_app_info_get_generic_name()
6693
6694 * GHashTable:
6695  - Several optimizations to reduce space consumption of
6696    large hash tables, in particular tables that are used
6697    to store sets.
6698
6699 * Unix-specific APIs:
6700   GLib now installs a separate header, glib-unix.h, that is
6701   meant to collect Unix-specific APIs. For now, it contains
6702   g_unix_open_pipe(), g_unix_set_fd_non_blocking() for dealing
6703   with pipes and fds, as well as APIs to create mainloop
6704   sources which can trigger callbacks on certain Unix
6705   signals (SIGTERM, SIGHUP, SIGINT).
6706
6707 * Bugs fixed:
6708  631379 GDBus nonce-tcp test failing
6709  632631 GLib-CRITICAL **: g_variant_new_string: assertion `g_utf8_validate (string, -1, NULL)' failed
6710  635694 gdbus aborting due to unauthorized socket in DBUS_SESSION_BUS_ADDRESS
6711  637561 Crash when using G_DBUS_SERVER_FLAGS_RUN_IN_THREAD
6712  642935 g_date_time_format() prints wrong value for %z and timezone -0800
6713  643134 g_dbus_message_copy
6714  644941 glib-unix: New Unix-specific API
6715  646013 g_hash_table_remove_all_nodes optimization
6716  646309 glib cannot be cross-compilled for mingw32
6717  646435 GTimeZone doesn't seem to be thread-safe
6718  646957 GIO chained calls don't work with a thread default context
6719  647594 README link to mailing list is broken
6720  647602 Cannot connect to remote message bus via TCP
6721  647746 The GSocketService documentation is incomplete.
6722  647826 API: gtester: Add g_test_fail()
6723  647903 GDesktopAppInfo: Add g_desktop_app_info_get_categories()
6724  648416 g_app_info_create_from_commandline ignores SUPPORTS_STARTUP_NOTIFICATION
6725  648423 Support G_DEBUG=trap-warnings
6726  648425 GDesktopAppInfo: Add "filename" property for bindings
6727  648966 Update g_unichar_iswide and g_unichar_iswide_cjk
6728
6729 * Updated translations
6730  Norwegian bokmål
6731  Spanish
6732  Turkish
6733  Uighur
6734
6735
6736 Overview of Changes from GLib 2.28.0 to 2.29.2
6737 ==============================================
6738
6739 * GApplication
6740  - The documentation has been enhanced and clarified
6741  - An opt-out for uniqueness has been added: G_APPLICATION_NON_UNIQUE
6742  - GApplication now syncs settings before g_application_run() returns
6743
6744 * GDBus
6745  - Interface lookups are now happening in constant time
6746  - Signature checking and handling of various unexpected
6747    situations has been improved
6748
6749 * GVariant
6750  - The format accepted by the GVariant parser has beend documented
6751  - GVariant accepts G_VARIANT_TYPE_VARDICT for a{sv}
6752
6753 * GDateTime:
6754  - The return value of g_datetime_compare() has been fixed to
6755    match strcmp() semantics
6756  - In order to handle problems with changing timezones, a GTimeZoneMonitor
6757    has been added to GIO, and g_time_zone_refresh_local() can be
6758    called to update the cached information about the local timezone
6759
6760 * GOption now uses /proc/self/cmdline to set the program name instead
6761   and only falls back to "<unknown>" if that is unavailable
6762
6763 * GSettings:
6764  - The schema compiler now warns about references to non-existing schemas
6765
6766 * Commandline utilities are now fully translated
6767
6768 * Signals can now indicate that collecting their arguments must
6769   always happen, even in the absence of connected signal handlers,
6770   using the G_SIGNAL_MUST_COLLECT flag.
6771
6772 * Bugs fixed:
6773  635099 Memory leak in gdbus introspection when parsing xml
6774  640489 $ and ^ do not match lines if G_REGEX_MULTILINE|G_R...
6775  642042 Overriding GDBus org.freedesktop.DBus.Properties im...
6776  642052 g_timeout_add(_seconds) cannot handle large intervals
6777  642490 notify_desktop_launch() "g_variant_new_bytestring:...
6778  613269 g_type_get_qdata() doesn't work as I expected on subtypes
6779  624943 G_VALUE_NOCOPY_CONTENTS is undocumented
6780  637738 object_interface_check_properties never actually executes
6781  638185 GIOCondition should be annotated as "flags"
6782  639478 GDBusServer's g_dbus_server_new_sync() function should just...
6783  641755 Add g_settings_get/set_uint() helpers
6784  641768 dconf gsettings backend silently drops writes if it can't...
6785  642797 g_app_info_get_default_for_type() broken for subtypes
6786  642825 Unnecessary assertion failure in g_option_context_parse()
6787  642944 NULL key lookup using g_hash_table_lookup_extended()
6788  643074 Incorrect documentation for g_socket_receive() and g_socket...
6789  643197 g_application_id_is_valid docs imply no valid ids
6790  643468 GApplication docs: Warn that handling "command-line" means...
6791  643478 GApplication::local_command_line vfunc documentation seems wrong
6792  643624 Can g_variant_unref() on an already free'd variant
6793  643649 g_application_run() should say that argc/argv can be NULL
6794  643780 shouldn't need to create an action group to use actions...
6795  643795 g_timeout_add_seconds fires with intervals 1 second longer...
6796  644309 Program name is not set when using GtkApplication
6797  644428 Crash in failure section of g_markup_collect_attributes()
6798  644465 undefined reference to `_usleep'
6799  644552 g_timeout_add_seconds(1, ...) may have a latency of up to 2...
6800  644607 Correct internal definition of C_()
6801  645789 annotations for g_file_*_contents
6802  646039 g_settings_list_children() returns child that cannot be opened
6803  646310 Accept range with only min or max
6804  646420 g_dbus_method_invocation_get_parameters() docs should say...
6805  646843 occasional abort on autologin
6806  646985 add G_APPLICATION_NON_UNIQUE flag
6807  647579 gsettings: Implement reset-recursively
6808  647600 gsettings description has typo
6809
6810 * Translation updates
6811  Afrikaans
6812  Bulgarian
6813  Bengali India
6814  British English
6815  Bulgarian
6816  Catalan
6817  Czech
6818  Danish
6819  French
6820  Galician
6821  German
6822  Greek
6823  Gujarati
6824  Hebrew
6825  Hungarian
6826  Italian
6827  Japanese
6828  Korean
6829  Lithuanian
6830  Polish
6831  Portuguese
6832  Romanian
6833  Serbian
6834  Simplified Chinese
6835  Spanish
6836  Swedish
6837  Traditional Chinese
6838  Uighur
6839  Vietnamese
6840
6841
6842 Overview of Changes from GLib 2.27.93 to 2.28.0
6843 ===============================================
6844
6845 * Bugs fixed:
6846 641363 GInitable documentation isn't clear about that finalize...
6847 641395 Add more data about the origin application to the "Lau...
6848 641411 gdesktopappinfo signals lost if it's the session bus...
6849 641477 glib-mkenums uses unportable #! line
6850 641572 Add @EXEEXT@ to pkgconfig binary name
6851 641688 glib installs GSettings.html and gsettings.html
6852
6853 * Translation updates:
6854  Galician
6855  Italian
6856  Korean
6857  Punjabi
6858
6859
6860 Overview of Changes from GLib 2.27.92 to 2.27.93
6861 ================================================
6862
6863 * Bugs fixed:
6864  637013 gio/gdbusmessage.c fails to compile on Solaris
6865  640192 Error creating a Gio.Settings object through py...
6866  640261 Minimum version for external pcre needs to be..
6867  640262 GActionGroup contains redundant TYPE macros
6868  640436 Make load_user_special_dirs() resistant to non...
6869  640695 g_key_file_load_from_file() mishandles a CR-LF...
6870  640724 can't compile gio due to format string issues
6871  640725 can't compile tests due to format string issue
6872  640807 improve GVariant behaviour with invalid pointers
6873  640823 wrong documentation for g_source_add_child_source
6874
6875 * Translation updates:
6876  Bulgarian
6877  Galician
6878  Hebrew
6879  Norwegian bokmål
6880  Spanish
6881  Traditional Chinese
6882
6883
6884 Overview of Changes from GLib 2.27.91 to 2.27.92
6885 ================================================
6886
6887 * Update to Unicode 6.0
6888
6889 * Update PCRE to 8.12
6890
6891 * Bugs fixed:
6892  637696 g_unix_connection_send_fd() doesn't work
6893  638872 null settings backend bug
6894  640042 GtkApplication's warning about not connecting...
6895
6896 * Translation updates:
6897  Arabic
6898  Basque
6899  Estonian
6900  Greek
6901
6902 Overview of Changes from GLib 2.27.90 to 2.27.91
6903 ================================================
6904
6905 * Bugs fixed:
6906  638838 gdesktopappinfo: Don't crash if we don't have a desktop filename
6907  638894 Splitting on \s* gives no result
6908  639064 Update gschema.dtd
6909  639084 Copy/paste error in GSettings::writable-changed signal
6910  639177 SIGSEGV for GApplications with G_APPLICATION_IS_SERVICE
6911
6912 * Translation updates:
6913  Estonian
6914  Galician
6915  Indonesian
6916
6917
6918 Overview of Changes from GLib 2.27.5 to 2.27.90
6919 ===============================================
6920
6921 * Test reports created by gtester-report can now
6922   include revision information
6923
6924 * The g_desktop_app_info_launch_* family of functions
6925   now emit a DBus signal when an application is launched.
6926   Additionally, there is a new variant
6927   g_desktop_app_info_launch_uris_as_manager(), which
6928   gives more control over the launched process.
6929
6930 * The memory and null GSettings backends are now available
6931   as public API
6932
6933 * g_get_locale_variants() is a new function that returns a
6934   list of variants of a locale identifier
6935
6936 * Bugs fixed:
6937  587898 I/O timeouts for GSocket
6938  606960 gio: Add extension point for informing parties...
6939  631980 Handle an optional <revision> node in the report...
6940  634569 Document that g_variant_builder_add_value consumes...
6941  635998 Make _g_compute_locale_variants public
6942  636806 Add g_{memory,null}_settings_backend_get_default
6943  637262 Need a binary DER version of ::accepted-cas
6944  637544 Skip fsync() on btrfs
6945  637720 void functions should not return a value.
6946  637738 object_interface_check_properties never actually...
6947  637759 GIOChannel: fix a crash in g_io_channel_read_chars()
6948  637852 Updates to glib.vsprops file for MSVC 2008 builds...
6949  637858 Updates to test/testglib.c...
6950  638349 parameter name of g_variant_new_* may conflict...
6951
6952 * Translation updates:
6953  Hebrew
6954  Norwegian bokmål
6955  Simplified Chinese
6956  Spanish
6957  Swedish
6958  Uyghur
6959  Vietnamese
6960
6961
6962 Overview of Changes from GLib 2.27.4 to 2.27.5
6963 ==============================================
6964
6965 * Network support:
6966  - Add g_tls_certificate_verify() to verify a certificate
6967  - Add GTlsConnection:use-system-certdb
6968  - Other TLS api additions
6969
6970 * GIO:
6971  - Add g_io_stream_splice_async()/_finish() to splice two iostreams
6972  - Add g_emblemed_icon_clear_emblems() and make GEmblemedIcon derivable
6973  - Remove GPeriodic; it did not receive the necessary review and
6974    integration work to declare it stable
6975
6976 * GSequence:
6977  - New methods g_sequence_lookup() and g_sequence_lookup_iter()
6978
6979 * Bugs fixed:
6980  617254 Missing g_sequence_lookup
6981  632544 g_dbus_connection_send_message can not send a locked message...
6982  633350 g_hostname_to_ascii() ignores non-ascii dots
6983  634583 Better error reporting for g_variant_parse()
6984  635007 gsetting enum rule don't work for out-of-srcdir builds
6985  635626 GDBus message idle can execute while flushes are pending
6986  636100 Can't read GSettings:backend property
6987  636305 Typo on g_queue_remove_all() function description
6988  636311 appinfo: tweak application positioning for content-types
6989  636351 g_simple_async_result_is_valid lacks a version tag
6990  636387 gdb autoload files shadow the "dir" builtin
6991  636673 g_simple_async_report_error_in_idle should allow object...
6992  637147 Add a "delay-apply" property to GSettings
6993  637171 emblemedicon: add g_emblemed_icon_clear_emblems()
6994  637237 gapplication: plug a memory leak
6995
6996 * Translation updates:
6997  Estonian
6998  Galician
6999  Hebrew
7000  Norwegian bokmål
7001  Simplified Chinese
7002  Spanish
7003  Traditional Chinese
7004  Vietnamese
7005
7006
7007 Overview of Changes from GLib 2.27.3 to 2.27.4
7008 ==============================================
7009
7010 * GIO
7011  - Mounts are treated as hidden if they have a path element
7012    that starts with a dot
7013  - GAppInfo gained API to differentiate between recommended
7014    and fallback mime handlers
7015  - g_cancellable_create_source: creates a GSource that triggers
7016    when the GCancellable is canceled
7017  - GPollableInput/OutputStream: Interfaces for pollable streams
7018  - TLS support has landed, with an extension point that is
7019    implemented in glib-networking
7020
7021 * GLib
7022  - Mainloop sources can now have 'child sources'
7023  - g_get_runtime_dir: New function to return the XDG_RUNTIME_DIR
7024
7025 * Bugs fixed:
7026  530786 GFileMonitor "changed" signal underdocumented
7027  588189 TLS support for GSocket*
7028  630357 g_object_new_valist uses uninitialized memory
7029  630559 typo in public string in gsocks: 'The SOCKSv5 require...
7030  632445 Documentation refers to removed GNOME 2.0 porting guide
7031  634239 Child GSources
7032  634241 Add pollable input/output streams
7033  634504 allow passing a NULL emblem to g_emblemed_icon_new()
7034  634613 unsufficient g_get_user_runtime_dir() documentation
7035  635640 schema should inherit gettext-domain from schemalist
7036  635768 Protect g_file_monitor_set_rate_limit() against negative...
7037  635882 Fix the wrong-category schema test
7038  635187 Wrong type of GVariant received in an action...
7039
7040 * Updated translations:
7041  Galician
7042  Italian
7043  Norwegian bokmål
7044  Uyghur
7045
7046
7047 Overview of Changes from GLib 2.27.2 to 2.27.3
7048 ==============================================
7049
7050 * The GTimeSpec type that was introduced in the 2.27.2 has been
7051   dropped again in favour of APIs that return microseconds as
7052   64-bit integer.
7053   Affected functions:
7054   g_source_get_time
7055   g_periodic_unblock
7056   g_get_monotonic_time
7057   g_get_real_time
7058   The similar GTimeVal struct is still around, but its use is
7059   discouraged.
7060
7061 * GTimer is now using monotonic time unconditionally
7062
7063 * There are some new functions to facilitate error reporting
7064   in async GIO APIs:
7065   g_simple_async_result_take_error
7066   g_simple_async_result_new_take_error
7067   g_simple_async_report_take_gerror_in_idle
7068
7069 * There is new convenience API to us GVariant dictionaries:
7070   g_variant_lookup
7071
7072 * It is now possible to delay sending match rules to the
7073   D-Bus daemon in GDBus:
7074   G_DBUS_SIGNAL_FLAGS_NO_MATCH_RULE
7075
7076 * Support has been added for XDG_RUNTIME_DIR:
7077   g_get_user_runtime_dir
7078
7079 * Various fixes for Win64/MSVC builds have been committed
7080
7081 * Bugs fixed:
7082  620263 Add g_clear_object, g_clear_pointer, g_clear_boxed
7083  633075 update Project Files and sources for MSVC 2008/C89
7084  633381 gsettings Makefile rules should handle empty list...
7085  633685 Use g_simple_async_result_{new_,}take_error
7086  633686 Add g_simple_async_report_take_gerror_in_idle
7087
7088 * Translation updates:
7089   Belarusian
7090   Galician
7091   Hebrew
7092   Punjabi
7093   Spanish
7094
7095
7096 Overview of Changes from GLib 2.27.1 to 2.27.2
7097 ==============================================
7098
7099 * GApplication
7100  - Export actions over DBus and support activating them from remote instances
7101  - Support environment passing
7102
7103 * GSettings
7104  - The gsettings utility has a list-recursively command
7105  - The gsettings utility has commandline completion for enum values
7106
7107 * GLib is now linked against librt and uses monotonic time for
7108   timeouts and GPeriod sources. GSource has a new g_source_get_time()
7109   which returns monotonic time, and g_source_get_current_time() has
7110   been deprecated
7111
7112 * Bugs fixed:
7113  158725 free linked list with data
7114  626320 GVariant: Avoid locking in g_variant_get_child_value() if possible
7115  629247 add gsimpleasyncresult methods to take over a GError
7116  629274 GNetworkService does not do fallback when there is no SRV record
7117  631264 gsettings-tool choice/range support
7118  631482 g_date_time_from_instant: 1000000000000000000
7119  632169 docs for manual use of gsettings-data-convert
7120  632571 Add equivalent to gconftool-2's -R option
7121  633115 GSettings m4 doesn't fail the build for broken schemas
7122  633206 Default g_application_local_command_line() doesn't set exit_status...
7123  633339 support more complex gapplication setups
7124  633356 Make timeout G_MAXINT mean "no timeout"
7125
7126 * Translation updates:
7127  Catalan (Valencian)
7128  Indonesian
7129  Japanese
7130
7131
7132 Overview of Changes from GLib 2.27.0 to 2.27.1
7133 ==============================================
7134
7135 * GDateTime now has full week number support.
7136   New API: g_date_time_get_week_numbering_year
7137
7138 * The GSettings schema compiler will now skip over
7139   broken .xml schema files instead of aborting altogether
7140
7141 * GSettings now works properly on bigendian systems
7142
7143 * GSettings has more complete support for ranges
7144   New API:
7145     g_settings_get_range
7146     g_settings_range_check
7147   The gsettings commandline tool supports ranges too.
7148
7149 * GApplication has been rewritten; see the API docs for details
7150   and examples. The action support is not complete yet.
7151
7152 * The GLib mainloop has gained 'dispatch to context' functionality,
7153   which can replace manually created idles in many cases.
7154   New API:
7155     g_main_context_invoke
7156     g_main_context_invoke_full
7157
7158 * The gio-desktop-app-info-lookup extension point has been
7159   removed from GIO. GIO now uses x-scheme-handler mimetypes when
7160   looking for default applications.
7161
7162 * On win32, make g_get_user_data_dir() return the CSIDL_LOCAL_APPDATA
7163   folder on Windows, and not CSIDL_PERSONAL. This matches what Qt does,
7164   and has been widely requested. Also make g_get_user_config_dir() return
7165   this and not the (roaming) CSIDL_APPDATA folder.
7166
7167 * A periodic event clock has been added in GIO: GPeriodic. Note that this
7168   API is still experimental and expected to undergo changes before it
7169   will be incorporated into a stable GLib release. Use at your own risk.
7170
7171 Bug fixes:
7172  613822 gobject signal connect/disconnect not thread safe
7173  618737 "dispatch to context" functionality
7174  620710 g_get_user_data_dir() uses CSIDL_PERSONAL and not CSIDL_APPDATA
7175  623400 acquire context before dispatching
7176  627126 gsettings schema files don't get installed on FreeBSD
7177  627171 g_socket_new_from_fd() doesn't set the right protocol
7178  628876 Wrong error description
7179  628937 gracefully handle broken schemas
7180  629274 GNetworkService doesn't fallback when there is no SRV record
7181  629289 g_error() used wrong, produces core dump
7182  629687 leaks class refcount in gsocketcontrolmessage
7183  629849 GLib-CRITICAL **: g_source_get_context: assertion `!SOURCE_...
7184  629945 GDBus deadlock in g_bus_get_sync()
7185  630000 g_date_time_difference
7186  630077 GDateTime week number support
7187  630185 Allow NULL strings in g_quark_try_string()
7188  630797 docs mention non-existent g_object_dispose()
7189  630968 gschema-compile problems on power g5
7190  631263 GSettings needs range/choice APIs
7191  631264 gsettings-tool choice/range support
7192  631379 GDBus nonce-tcp test failing
7193  631410 Port gapplookupgconf.c to using x-scheme-handler/
7194  632884 Possible deadlock in g_object_remove_toggle_ref()
7195
7196 Transation updates:
7197  Basque
7198  Brazilian Portuguese
7199  British English
7200  Bulgarian
7201  Czech
7202  Dutch
7203  Estonian
7204  French
7205  Galician
7206  German
7207  Greek
7208  Hebrew
7209  Hungarian
7210  Japanese
7211  Lithuanian
7212  Polish
7213  Portuguese
7214  Romanian
7215  Simplified Chinese
7216  Slovenian
7217  Spanish
7218
7219
7220 Overview of Changes from GLib 2.25.15 to GLib 2.27.0
7221 ====================================================
7222
7223 Build:
7224   - massive restructuring to reduce #include abuse
7225   - tweaks to silence some harmless compiler warnings
7226   - rename gschema-compile.c to glib-compile-schemas.c
7227   - Windows fixes
7228   - fix building with zlib < 1.2.4 on win32
7229
7230 GDateTime:
7231   - better msgctxt for translating month and weekday names
7232   - API is changed quite a lot, implementation is improved
7233   - GTimeZone is now exposed
7234
7235 GObject:
7236   - make ordering for overridden interface properties consistent
7237   - ->priv structures are limited to 64k but this was not documented,
7238     and exceeding this limit produced bad results.  Add docs and enforce
7239     the limit properly.
7240   - add g_object_class_install_properties() to install multiple
7241     properties in one go
7242   - improve debugging output for GValue containing G_TYPE_STRV
7243
7244 GIO:
7245   - fix priority sorting of GIO extensions
7246   - add GCredentials support on FreeBSD
7247   - fix support for IPv6 addresses in URI parsing functions
7248   - GSocketClient fixes for when g_socket_connect succeeds immediately
7249   - clarify string encoding for GFile constructors in docs
7250   - new functions g_data_input_stream_read_upto{,async,finish}
7251   - tweak confusing documentation for g_output_stream_write()
7252
7253 GDBus:
7254   - GDBusMessage can now be locked and copied (like in libdbus)
7255   - GDBusConnection filter function API has changed again
7256   - GDBusServer: ::new-connection now declares if the connection was claimed
7257   - add a partial workaround for GObject bug 627724.
7258   - very many memory leaks fixed
7259
7260 GVariant:
7261   - check for size == 0 in g_variant_get_bytestring to avoid a crash
7262     when attempting to get_bytestring() from an empty array
7263   - improve gobject-introspection annotations
7264
7265 GSettings:
7266   - add GSettings Windows registry backend
7267   - some internal tweaks to the backend API
7268   - remove g_settings_list_items
7269   - add g_settings_list_children and _list_keys to replace it
7270   - add schema compiler restrictions for dealing with lists
7271   - don't automatically emit value changed signals on writability
7272     changes
7273
7274 Other:
7275   - constify the 'parser' vtable param to g_markup_parse_context_push()
7276   - plug many memory leaks in test cases
7277
7278 Bugs closed:
7279   50076 Time API to go with date API
7280  584284 g_data_input_stream_read_until_async different from sync version
7281  624546 Modification of GDBusMessage in filter function
7282  626919 Let g_object_class_install_property() return the installed GParamSpec*
7283  628029 GDateTime missing get_week_of_year method
7284  628253 Interface properties not listed in a consistent order
7285  628331 Plug lots of mem leaks in gio test suite
7286  628345 Plug a mem leak
7287  628436 Plug a mem leak
7288  628505 Fix building with zlib < 1.2.4 on win32
7289  628839 [PATCH] datetime: Rename shadowing variables
7290  628904 [PATCH] Add credential support for FreeBSD and fix a socket issue
7291  628952 incorrect glib_major_version and other variables on cygwin.
7292  629192 g_strdup_value_contents(): dump GStrv more usefully
7293  629251 g_socket_client_async_connect_complete: assertion failed
7294  629259 Failed to connect to "::1"
7295  629328 g_markup_parse_context_push doesn't respect const structs
7296  629429 month "May" short and full form same with "GDateTime" msgctxt
7297  629689 GDBusConnection leaks its GCredentials
7298  629698 Segfault in g_variant_get_bytestring() 
7299
7300 Updated translations:
7301   Arabic
7302   Armenian
7303   Basque
7304   British English
7305   Czech
7306   Finnish
7307   Galician
7308   German
7309   Hungarian
7310   Indonesian
7311   Japanese
7312   Lithuanian
7313   Norwegian bokmål
7314   Polish
7315   Portuguese
7316   Punjabi
7317   Simplified Chinese
7318   Slovenian
7319   Spanish
7320   Swedish
7321   Swedish
7322   Traditional Chinese
7323
7324 Overview of Changes from GLib 2.25.14 to GLib 2.25.15
7325 =====================================================
7326
7327  * GIO
7328   - Memory leak fixes
7329   - The GZip(De}Compressor can now process header information
7330   - Support for network proxies has been added, with the GProxy
7331     interface and the gio-proxy-resolver extension point. GIO
7332     includes SOCKSv4 and SOCKSv5 implementations, and libproxy
7333     is also going to provide an implementation of this extension
7334     point.
7335   - There are GAction and GActionGroup interfaces now, which will
7336     be used in GApplication in the near future.
7337
7338  * GObject
7339   - There are now convenience macros for defining boxed and
7340     pointer types
7341
7342  * GDBus
7343   - Memory leak fixes
7344   - GDBusProxy for well-known names can now auto-restart
7345     the service if the name owner disapperas
7346   - Filter functions are now allowed to modify messages
7347
7348  * GLib
7349   - GDateTime is a replacement for GDate that supports time
7350     and timezone information.
7351
7352  * Bugs fixed:
7353   50076 Time API to go with date API
7354  449565 Add G_DEFINE_BOXED_TYPE()
7355  617691 Add GZIP header processing to GZlibCompressor/GZlibDecompressor
7356  622184 add g_memory_output_stream_steal_data
7357  624546 Modification of GDBusMessage in filter function
7358  627088 Build failure in gdbus-peer.c on FreeBSD
7359  627181 save a memdup
7360  627182 Plug a mem leak in the gdbus-connection test
7361  627187 Plug some gdbus mem leaks
7362  627188 gdbus-non-socket test occasionally fails
7363  627252 G_OPTION_FLAG_NO_ARG is only for callback options
7364  627392 gdbus commit 8a3a4596 breaks win32 compile
7365  627407 FTBFS on !linux UNIX platforms
7366  627604 String error: 'that' twice in a row
7367  627969 ABR in g_file_open_tmp
7368  628084 gdbus-peer fails with assertion
7369  628193 Miscellaneous string fixes
7370  628296 abort() in gsocketconnection.c
7371  628309 Plug a mem leak in GConverterOutputStream
7372  628317 GEmblemedIcon:equal implementation is buggy
7373  628323 Fix invalid reads
7374  628327 Plug a mem leak
7375  628328 Plug a mem leak
7376  628329 Don't leak the FD list
7377  628324 Invalid reads in gdbus-export test
7378
7379  * Updated translations:
7380   British English
7381   Danish
7382   Galician
7383   Hebrew
7384   Punjabi
7385   Serbian
7386   Spanish
7387   Traditional Chinese
7388
7389
7390 Overview of Changes from GLib 2.25.13 to GLib 2.25.14
7391 =====================================================
7392
7393 * GDBus
7394  - Make the closure variants of GDBus apis work
7395  - Make error unregistration work
7396  - Use async IO in the IO thread (626748)
7397
7398 * GIO
7399  - Make g_simple_async_result_is_valid work without source (626208)
7400  - GSocketClient: add a timeout property
7401  - Fix memory leaks in GSocketClient
7402  - Handle async vs. sync correctly in GSocketConnection stream (616458)
7403  - Declare stream base classes as abstract
7404  - Clarify semantics of g_output_stream_write() (627071)
7405
7406 * Other
7407  - Improve test coverage for GDBus, GRegex, GAsyncResult
7408  - Drop dead code in pcre, xdgmime
7409  - Fix a race condition in gtester (578295)
7410  - Avoid an extra allocation in GAsyncQueue (626704)
7411  - Add test case for non-socket GIOStream (626841)
7412  - More explicit GVariant docs (622770)
7413  - Imroved docs for GAsyncInitable and GSimpleAsyncResult (602417)
7414
7415 * Translation updates:
7416  - Galician
7417  - Norwegian bokmål
7418  - Punjabi
7419  - Simplified Chinese
7420  - Swedish
7421
7422
7423 Overview of Changes from GLib 2.25.12 to GLib 2.25.13
7424 =====================================================
7425
7426 +-------------------------------------------------------------------+
7427 |   WARNING: There have been no breaks in API or ABI.  Weird, eh?   |
7428 +-------------------------------------------------------------------+
7429
7430 The primary purpose of this release is to fix a serious problem with
7431 glib 2.25.12: glibconfig.h (as generated on a Fedora amd64 system) was
7432 being distributed in the tarball.  It was being used to build some parts
7433 of glib on other systems (eg: 32bit ones).  This was causing some very
7434 serious problems.
7435
7436 There have been many other improvements, however:
7437
7438  Build and testing:
7439   - vastly improved test coverage
7440   - old tests moved to the gtester framework
7441   - gtester Makefile modified so that the tests only run once
7442   - cleanup of how we handle includes while building glib
7443
7444  GVariant:
7445   - add a g_return_if_fail (utf8) to g_variant_new_string()
7446
7447  GDBus:
7448   - perform extra sanity checks when serialising messages
7449   - add API to query and set the byteorder of a GDBusMessage
7450   - improve debug output, add some extra options
7451   - if exiting due to the bus disconnecting us, print an error message
7452     explaining why
7453   - sort property names correctly
7454   - don't bother sending RemoveMatch when we will close the connection
7455     anyway
7456   - use effective uid/gid for credential passing
7457
7458  GSettings:
7459   - add G_SETTINGS_BIND_INVERT_BOOLEAN for inverting boolean bindings
7460     without mapping functions
7461   - mark all strings in the schema compiler for translation
7462
7463  Binding:
7464   - improve closure support for bindings
7465   - copy GSettings INVERT_BOOLEAN flag
7466
7467  Other:
7468   - fix another complicated GCancellable deadlock possibility
7469
7470 Bugs closed:
7471  599590 glib build doesn't look for correct pkg-config
7472  619026 avoid warning in gutils.h when using gcc with -Wconversion
7473  624739 Please fix POTFILES.in
7474  625472 Valgrind claims uninitialized bytes used
7475  625500 g_date_set_time_val documentation doesn't mention local time
7476  625628 GDBusProxy: wrong property name sorting
7477  625753 Incorrect flags used in g_dbus_connection_call_sync()
7478  625827 Expand documentation about error quark naming
7479  625988 builddir != srcdir issues
7480  626107 glibconfig.h is being disted
7481
7482 Updated translations:
7483  French
7484  Galician
7485  Hebrew
7486  Norwegian bokmål
7487  Spanish
7488
7489
7490 Overview of Changes from GLib 2.25.11 to GLib 2.25.12
7491 =====================================================
7492
7493 +-------------------------------------------------------------------+
7494 | WARNING: There have been many API changes in GDBus -- sending     |
7495 | messages, subscribing to signals, closing connections and         |
7496 | registering subtrees are affected.  The ABI for GSettingsBackend  |
7497 | has also been changed.  For both reasons, a new dconf release is  |
7498 | required (and will be along soon).                                |
7499 +-------------------------------------------------------------------+
7500
7501 Build:
7502   - cleanup automake setup
7503   - rename configure.in to configure.ac
7504   - various docs fixups
7505   - move glibconfig.h to glib/
7506   - disable dtrace support on Mac OS (which has incompatible 'dtrace')
7507
7508 GSettings:
7509   - add support for vendor override files (to change the default values
7510     in a schema)
7511   - change GSettingsBackend vtable
7512   - add g_settings_reset()
7513   - support binding to G_TYPE_STRV properties
7514
7515 GDBus:
7516   - many bug fixes, including a serialisation fix
7517   - stop handling incoming connections as soon as stop() is called
7518   - proper support for file descriptor passing
7519   - new flags parameter for sending messages
7520   - new flags parameter for subscribing to signals
7521   - always reset the message serial when sending a message unless
7522     G_DBUS_SEND_MESSAGE_FLAGS_PRESERVE_SERIAL is given
7523   - constness fixes for introspection structures
7524   - clean ups to subtree registration API
7525
7526 Other:
7527   - fix divide by zero bug in g_malloc_n functions
7528   - GIO: don't blindly assume that SOCK_CLOEXEC is supported
7529   - make GObject property notify freezes threadsafe
7530   - GIO: clean up credentials passing
7531   - GApplication: make default-quit not apply if register=FALSE
7532   - GIO: add annotations for gobject-introspection
7533
7534 Bugs closed:
7535  166020 use GAtomic for refcounting
7536  617483 Credentials passing
7537  622005 [GApplication] no way to modify the "default-quit" property
7538  623293 vendor override files
7539  623810 Message serialization bug
7540  623815 Don't check sender for GDBusProxy objects where name is not set
7541  624473 GDBusSubtreeIntrospectFunc return type
7542  624483 GDBusSubtreeEnumerateFunc clarification
7543  624484 GDBusSubtreeDispatchFunc clarification
7544  624754 gdbusaddress.c missing sys/wait.h
7545  624968 div by zero in g_malloc_n family
7546  624991 GSettings mapping for G_TYPE_STRV 
7547  625383 Add missing GI annotations
7548
7549 Updated Translations:
7550  Armenian
7551  Galician
7552  German
7553  Hebrew
7554  Kazakh
7555  Romanian
7556  Simplified Chinese
7557  Spanish
7558
7559 Overview of Changes from GLib 2.25.10 to GLib 2.25.11
7560 =====================================================
7561
7562 +-------------------------------------------------------------------+
7563 | WARNING: There have been minor API changes in GDBus and GVariant. |
7564 | These API changes will not affect many users, but they do require |
7565 | a new version of GTK+ to be installed.                            |
7566 +-------------------------------------------------------------------+
7567
7568 Build:
7569   - add a --disable-Bsymbolic configure flag to disable linking with
7570     -Bsymbolic-functions
7571   - this release sees the complete removal of the old 'g*alias' hacks
7572   - honour the NOCONFIGURE environment variable from autogen.sh
7573   - use proper feature test macros for isnan
7574   - use pkg-config to check for zlib
7575   - add ACLOCAL_AMFLAGS to Makefile.am
7576
7577 GDBus:
7578   - hide Class and instance structures for all GDBus types except
7579     GDBusProxy.  This breaks API by preventing subclassing, but probably
7580     nobody was doing that.
7581   - add new GDBusConnection call to support flushing all pending
7582     outgoing messages
7583   - change the register_object API to add a reference to the
7584     GDBusInterfaceInfo object so the caller need not keep it alive
7585     themselves
7586   - don't rewrite the serial number when sending messages that already
7587     have a serial number
7588   - better error checking for DBUS_SESSION_BUS_ADDRESS environment
7589     variable
7590   - switch to g_parse_debug_string for G_DBUS_DEBUG and add a lot of new
7591     flags
7592   - add support for temporarily freezing a freshly created
7593     GDBusConnection.  Do this until after the ::new-connection signal
7594     has finished running on GDBus services.
7595   - never require non-closed connections (the user is incapable of doing
7596     this due to the obvious race)
7597   - remove weird/misleading redundant check on NameOwnerChanged signal
7598   - emit GDBusProxy::g-properties-changed on NameOwnerChanged
7599
7600 GVariant:
7601   - the 'g_variant_{new,get}_byte_array' APIs have been removed
7602   - g_variant_{new,get,dup}_bytestring has been added, with different
7603     arguments and different behaviour
7604   - g_variant_{new,get,dup}_bytestring_array has been added, doing
7605     essentially the same thing as the 'strv' functions, but with byte
7606     strings instead of utf8 strings
7607   - G_VARIANT_TYPE_BYTESTRING ('ay'), BYTESTRING_ARRAY ('aay') and
7608     STRING_ARRAY ('as') constants have been added
7609   - the undocumented behaviour that g_variant_get_strv() deserialised
7610     arrays of object paths or signature strings has been dropped
7611   - additional varargs support for converting bytestrings or bytestring
7612     arrays with ^ay ^aay ^&ay and ^a&ay
7613   - improved gobject-introspection annotation
7614   - fix a problem with GBuffer calling g_slice_free for the wrong type
7615   - fix leaks in the type inferencing code of the parser
7616
7617 GSettings:
7618   - improved documentation
7619   - updated schema XML DTD, now xincluded into the docs
7620   - added support for schemas that extend other schemas (using the
7621     'extends=' attribute).  Values of keys in the base schema can be
7622     overridden using <override>.
7623   - added theoretical support for lists (using the 'list-of=' attribute)
7624   - lots of new tests
7625   - add support for flags (implemented similarly to enums)
7626   - add support for generating .enums.xml files to gsettings.m4:
7627       gsettings_ENUM_NAMESPACE = org.example.myapp
7628       gsettings_ENUM_FILES = ../path/to/*.h
7629     will generate org.example.myapp.enums.xml with mappings for all
7630     enums and flags in the specified .h files.
7631   - warn with g_message() if the 'memory' backend is used by default
7632     (ie: because no other GSettings backends are installed)
7633   - fix get_property() for GSettings::schema
7634   - command line tool: fix a bug that prevented non-basic values from
7635     being set due to a premature free
7636   - command line tool: bash completion support
7637   - chain up in _finalize
7638   - add a new g_settings_get_mapped API to read settings that require
7639     post-processing
7640   - retry with the translated or schema default value if the
7641     GSettingsBindGetMapping function fails
7642   - schema compiler: never fail due to empty schema directories (but
7643     warn)
7644   - peek rather than ref/unref the GEnumClass in the mapping function
7645   - schema compiler: compile *.enums.xml before *.gschemas.xml to ensure
7646     that we have all the enums that the schemas may reference
7647   - schema compiler: improve accuracy of line numbers in error reports
7648   - fix crashes in the keyfile backend caused by invalid group names in
7649     the keyfile
7650
7651 Other:
7652   - always intern GBinding prop names
7653   - base64: remove asserts preventing conversion of empty strings
7654   - document NULL special-cases for GValueArray
7655   - GNode docs improvements
7656   - improve detection of 'system internal' mounts
7657   - fix leaks in the inotify GFileMonitor implementation
7658   - annotate all custom GIO GSources to improve debugging (e.g. using
7659     SystemTap)
7660
7661 Tests:
7662   - Turn on glibc malloc checking features for make check
7663   - improvements for GSettings tests, plus new tests
7664   - improved tests for GKeyfile
7665   - new tests for GDir, GSList, GSList, GAppLaunchContext,
7666     CharsetConverter, GIcon, ...
7667   - move some tests to GTester (tree tests, uri tests)
7668   - generally, really an awful lot of new tests
7669   - don't try to allocate 2gigs of memory anymore for the array test
7670
7671  552363 g_value_array_{insert,prepend,append}'s special cases for NULL
7672  561248 Improve return value description from g_node_prev/next_sibling()
7673  570036 Add ACLOCAL_AMFLAGS to Makefile.am
7674  576833 g_sprintf add a reference to g_strdup_printf
7675  576854 g_strconcat() documentation should provide a hint about bad l10n
7676  582227 reference: add other URI functions to 'URI Functions' section
7677  599223 should provide g_spawn_* variants that take a GAppLaunchContext
7678  610784 array test failing
7679  613057 Leak in inotify GFileMonitor implementation
7680  620536 Annotate all custom GIO GSource using g_source_set_name
7681  620913 More control with G_DBUS_DEBUG
7682  622124 implement flags
7683  622127 GSettings extended key validation
7684  622128 retry with default value for failed mapping
7685  622294 More annotations for GVariant
7686  622565 glib-compile-schemas fails when no schemas
7687  622600 Fix missing prototype warning
7688  622813 gsettings mapping & enum buglet
7689  623142 Ensure ::new-connection runs before processing D-Bus messages
7690  623143 Never require non-closed connections
7691  623319 use g_parse_debug_string for dbus debug flags
7692  623401 process enums first
7693  623402 schema compiler reports wrong line numbers
7694  623407 g_keyfile_settings_backend_new crashes with the key "/"
7695  623473 zlib should be checked with pkg-config
7696  623537 GDBusProxy has weird checking on NameOwnerChanged
7697  623538 GDBusProxy::g-properties-changed emission for corner cases
7698  623692 directory with file at multiple MLS levels may display empty
7699  623720 gschema.dtd does not contain enum definitions
7700  623770 quoting of expand_macro in gdesktopappinfo.c
7701  623772 gdesktopappinfo.c, function child_setup
7702  623780 g_unix_is_mount_path_system_internal
7703  623954 g_settings_finalize
7704  623955 Dubious return values
7705
7706 Updated translations:
7707  Galician
7708  Hebrew
7709  Norwegian bokmål
7710  Spanish
7711
7712 Overview of Changes from GLib 2.25.9 to GLib 2.25.10
7713 ====================================================
7714
7715 +----------------------------------------------------------------+
7716 | WARNING: There have been API changes in GDBus. Users of these  |
7717 | APIs will need to be adapted.  In particular, a new release of |
7718 | dconf is required to go along with this one.  There has also   |
7719 | been a change in the GSettings backend API used for keyfiles.  |
7720 +----------------------------------------------------------------+
7721
7722 * GDBus:
7723  - add direction parameter to filter functions (API change)
7724  - allow calling other interfaces with a GDBusProxy
7725  - padding added to class struct fields (ABI change)
7726  - fixes for closures-based functions
7727
7728 * GVariant:
7729  - new is_floating() call
7730  - add g_value_take_variant() call (required for marshallers)
7731
7732 * GSettings:
7733  - support for binding GParamSpecEnum properties
7734  - ifelse-style condition support for GLIB_GSETTINGS m4 macro
7735  - remove gsettings-schema-convert tool (now in GConf)
7736  - allow introspection of all installed schemas
7737  - allow introspection of the keys in a schema
7738  - rewrite keyfile backend (API change)
7739
7740 * GNIO:
7741  - don't implicitly close GSocket until it is destroyed
7742  - windows fixups
7743
7744 * Other:
7745  - allow GChecksum to take (NULL, 0) for data/length
7746  - GRelation and GCompletion are now deprecated
7747  - introduce G_PARAM_DEPRECATED and G_ENABLE_DIAGNOSTIC
7748  - add working directory to GApplication platform data
7749  - lots of documentation cleanups
7750  - PCRE updated to 8.02
7751
7752 * Build:
7753  - the IA__g_* style symbol aliasing has been disabled and replaced with
7754    the -Bsymbolic-functions linker flag on platforms that support it.
7755    Please be on the watch for portability issues and report them to us.
7756  - many test cases have been moved to the GTester framework
7757  - lcov support has been added for tests
7758  - many windows fixes
7759
7760 * Bugs fixed:
7761  501057  lcov coverage suite and GLib integration
7762  551271  deprecate GRelation
7763  601686  Implement diagnostic mode
7764  603309  GSocketOutputStream broken on Windows (?)
7765  616718  GLIB_GSETTINGS macro can't be used conditionally
7766  616855  GSocketConnection: don't close the socket if it's still reffed
7767  618866  g_ptr_array_remove_index_fast memory leak
7768  619878  keyfile backend calls keys_changed with invalid argument
7769  619879  keyfile backend doesn't make use of expected_type
7770  621092  Add with_closures() variants for bindings
7771  621172  Cross compiling fails
7772  621838  Actually add cwd to platform data
7773  621945  Filter outgoing messages in GDBusConnection
7774  621947  add g_value_take_variant
7775  622038  GSettings: "It is a programmer error" documentation is unclear
7776  622154  [patch] update documentation for g_application_new
7777  622281  binding: Add SYNC_CREATE to the flags
7778  622480  Improve documentation for g_strcmp0()
7779  622554  g_error called if schema not installed
7780  622601  Return interned strings from g_settings_list_keys
7781
7782 * Translation updates:
7783  - Galician
7784
7785 Overview of Changes from GLib 2.25.8 to GLib 2.25.9
7786 ===================================================
7787
7788 +----------------------------------------------------------------+
7789 | WARNING: There have been API changes in GDBus, GSettings and   |
7790 | GApplication. Users of these APIs will need to be adapted. In  |
7791 | particular, a new release of GTK+ is required to go along with |
7792 | this one.                                                      |
7793 +----------------------------------------------------------------+
7794
7795 * GDBus
7796  - Use Gio's default async implementation
7797  - Fix proxy construction for objects with no properties
7798  - Fix error handling in synchronous initialization
7799  - Do not dispatch calls to unregistered objects
7800  - Add _with_closures alternative functions
7801  - Allow constructing GDBusProxy with well-known names
7802  - Remove GType parameters from GDBusProxy constructors
7803  - Nuke g_bus_watch_proxy API
7804  - Add --xml to gdbus-tool to print raw introspected XML
7805
7806 * GSettings
7807  - schema file format change: store (default, options) in gvdb
7808  - Add g_settings_sync()
7809  - Add support for enums and ranges
7810  - 'context' support has been replaced by direct use of
7811    GSettingsBackend
7812
7813 * GApplication
7814  - Switch to using variants for timestamps
7815  - Use GInitable
7816
7817 * GObject
7818  - Introduce g_object_notify_by_pspec
7819  - Add GBinding
7820  - The GVariant gtype G_TYPE_VARIANT was changed from boxed
7821    to fundamental. We believe there were no existing users
7822    of the boxed type, so this should not cause any applications
7823    to break.
7824
7825 * Test framework
7826  - Add package and version to the test report XML
7827  - Use optparse to parse gtester-report commandline
7828  - Add subunit support to gtester-report
7829  - Prevent division by zero if no tests
7830
7831 * Bugs fixed:
7832  621782 Crash using gbinding
7833  619945 GConverterOutputStream triggers assertion and corrupts data
7834  621319 more leaked GVariants in GSettings
7835  621168 GKeyFile memory leak on Windows platform
7836  621002 Switch to using variants for timestamps, split out signals
7837  620953 tiny docs addition
7838  618904 Lies in gunixmounts documentation
7839  621702 Correctly initialize GError
7840  611778 minor cleanup of gtester-report
7841  621213 GDBusProxy and well-known names
7842  621034 Rewrite apps test to ensure children are killed
7843  620954 gapplication gvariant simplifications
7844  611869 add subunit out feature to gtester-report
7845  621119 GDBusProxy and objects with no properties
7846  620990 Use Gio's default async implementation again
7847  620952 g_application_register_with_data is an ugly API
7848  621252 GSettings leaks context
7849  618715 fork() in GSettings test cases is problematic 618715
7850  621905 Assume a ref when doing async work
7851  621266 GSettings "context" clarification
7852
7853 * Translation updates:
7854  Chinese
7855
7856
7857 Overview of Changes from GLib 2.25.7 to GLib 2.25.8
7858 ===================================================
7859
7860 * Initial support for dtrace and systemtap profiling:
7861  - mainloop sources can be named
7862  - probes for memory allocation with g_malloc and gslice
7863  - gquark name tracking
7864  - type creation
7865  - object life-cyle (creation, finalization, ref, unref)
7866  - signal creation and emission
7867
7868 * GVariant
7869  - has been fixed to work with the FreeBSD malloc
7870  - added introspection annotations
7871  - new function: g_variant_builder_add_parsed
7872
7873 * GSettings:
7874  - g_settings_set/get_strv functions have lost their length parameter
7875  - g_settings_set_strv accepts NULL
7876  - added introspection annotiations
7877
7878 * GPermission: an abstract interface for representing permissions,
7879   with a minimal implementation named GSimplePermission
7880
7881 * GApplication: a basic application support class, with a D-Bus based
7882   implementation
7883
7884 * Bugs fixed:
7885  619585 glib-compile-schemas asserts on FreeBSD
7886  620384 Annotate GVariant and GSettings _strv() functions
7887  606044 Add support for dtrace/systemtap static markers
7888  620350 add g_variant_builder_add_parsed() API
7889  620349 utf8ify GVariant printer
7890  620767 Typo in GSettings documentation: "INTLTOOL_NOMERGE_RULE"
7891  620312 Fix g_settings_[gs]et_strv() API
7892  620519 GPermission
7893  620582 GPermission needs a simple implementation
7894  620496 GSettings schema compiler should reject invalid paths
7895  620173 missing single header inclusion guards
7896  620265 g_assertion_message_error should take const GError *
7897
7898 * Translation updates:
7899  Esperanto
7900  Galician
7901  Hebrew
7902  Indonesian
7903  Norwegian bokmål
7904  Slovenian
7905  Spanish
7906
7907
7908 Overview of Changes from GLib 2.25.6 to GLib 2.25.7
7909 ===================================================
7910
7911 * NOTE: API/ABI breaks since 2.25.6 release:
7912   - g_dbus_connection_sync{,_sync} takes a new 'reply_type' argument
7913   - GSettingsBackendClass 'list' virtual function changed
7914
7915   GSettings backends and things using GDBus may need to be rebuilt.
7916
7917 * GDBus: many build-related fixes
7918
7919 * GDBus (service): return a DBus error when receiving a method call for
7920   an unknown interface.
7921
7922 * GSettings: fix 'make install' bug in gsettings.m4 for generated schema
7923   files
7924
7925 * GSettings: avoid non-portable use of LC_MESSAGES
7926
7927 * better approach to handling man pages
7928
7929
7930 * Bugs fixed:
7931  619527 please improve docs on g_file_make_symlink
7932  619391 send-with-reply should have expected result signature
7933  618616 Use stack-allocated GVariantBuilders
7934  617004 Build with "--disable-nls" fails under MinGW/Win32
7935  619142 Build fixes (GDBus)
7936
7937 * Updated translations:
7938  Estonian
7939  Galician
7940  Norwegian bokmål
7941
7942 Overview of Changes from GLib 2.25.5 to GLib 2.25.6
7943 ===================================================
7944
7945 * GDBus: introspection improvements
7946 * GDBus: build fixes
7947
7948 * GSettings: GSettingsBackend ABI changed               **** NOTE ****
7949 * GSettings: --uninstall option for schema compiler
7950 * GSettings: new m4 macro with more power
7951 * GSettings: thread support
7952
7953 * rework of file notification on Solaris
7954 * fixes for gold linker
7955
7956 * Bugs fixed:
7957  619038 increase gsettings.m4 power
7958  619031 method-calls-in-thread test failing
7959  618839 Typo at translation message
7960  616864 GSETTINGS_CHECK_RULE doesn't work with multiple files
7961  618730 gunixcredentialsmessage.c doesn't compile on GNU/kfreebsd
7962  616314 Make GSettings (partially) threadsafe
7963
7964 * Updated Translations:
7965  Indonesian
7966  Galician
7967  Spanish
7968
7969 Overview of Changes from GLib 2.25.4 to GLib 2.25.5
7970 ===================================================
7971
7972 * GDBus: Fix serialization of empty arrays
7973
7974 * GDBus: Plug various memory leaks
7975
7976 * GSettings: Fix problems with GSETTINGS_CHECK_RULE
7977
7978 * Bugs fixed:
7979  616731 GSETTINGS_CHECK_RULE doesn't work in non-srcdir builds
7980  616864 GSETTINGS_CHECK_RULE doesn't work with multiple files
7981  618615 mem leaks in parse_value_from_blob
7982  618622 Plug some mem leaks in gdbus
7983  618650 Plug a mem leak in gdbusauth
7984  618663 Plug mem leaks in gdbus tests & examples
7985
7986 * Updated translations:
7987  Spanish
7988
7989
7990 Overview of Changes from GLib 2.25.3 to GLib 2.25.4
7991 ===================================================
7992
7993 * GDBus D-Bus support has been merged. This provides an API
7994   to replace dbus-glib
7995
7996 * GVariant no requires strings to be UTF-8. You can use byte
7997   arrays for non-UTF-8 strings.
7998
7999 * GSettings allows to bind string properties to byte arrays
8000
8001 * The schema compiler supports range restrictions
8002
8003 * Bugs fixed:
8004  618051 socket-server|client.c fail to compile under AIX...
8005  616102 GSettings ignores <choice> and <range>
8006  616720 Chunked quark allocation
8007  616877 Several issues with g_socket_receive_message
8008  616892 gio: Add a boxed type for GFileAttributeMatcher
8009  616967 Add g_regex_get_compile_flags() and g_regex_get_match_flags()
8010  617767 g_settings_[gs]et_strv() 'length' argument has missing docs...
8011  617914 gtester-report: cope with binaries with no test cases
8012  617937 output_stream_close vs output_stream_close_async semantics
8013  615494 Connction timeouts produce partially invalid error messages
8014  617823 glib-compile-schemas problems with an out of source build
8015  617947 glib-mkenums: add @valuenum@ support
8016
8017 * Translation updates:
8018  Galicaian
8019  Norwegian bokmål
8020  Shavian
8021  Spanish
8022
8023
8024 Overview of Changes from GLib 2.25.2 to GLib 2.25.3
8025 ===================================================
8026
8027 * New macro: G_GNUC_DEPRECATED_FOR, a variant of G_GNUC_DEPRECATED
8028   that lets you add replacement information (requires gcc 4.5)
8029
8030 * Rename AM_GSETTINGS autoconf macro to GLIB_GSETTINGS
8031
8032 * Rename gschema-compile utility to glib-compile-schemas
8033
8034 * Add support for timeouts in GSocket
8035
8036 * Bugs fixed:
8037  589989 Compilation error on Solaris 9
8038  616648 Change AM_GSETTINGS macro to GLIB_GSETTINGS
8039  587898 I/O timeouts for GSocket
8040  614541 Add G_TYPE_ERROR boxed type for GError
8041
8042
8043 Overview of Changes from GLib 2.25.0 to GLib 2.25.2
8044 ===================================================
8045
8046 * Include a 'gsettings' utility, for commandline access to GSettings
8047
8048 * Install a AM_GSETTINGS autoconf macro similar to AM_GCONF
8049
8050 * GSettings can bind the writability of a key explicitly
8051
8052 * There is now a predefined boxed type for GError
8053
8054 * Bugs fixed:
8055  615379 g_new macros crash if sizeof(struct_type) == 0
8056  616312 Add m4 rule equivalent to GCONF_SCHEMAS_INSTALL
8057  616295 mapping bug for uint64
8058  616216 glib compile from remote directory fails
8059  615960 Fix size passed to connect() for abstract sockets
8060  616432 Crash in gschema-compile
8061  616331 gsettings-schema-convert uses imaginary types
8062  616309 gsettings-schema-convert should output gettext-domain
8063  616384 Add mention of GConfBridge in conversion docs
8064  616311 gschema-compile outputs in current directory
8065  616276 simplify gschema-compile test setup
8066  616156 keys with unnecessary empty options arrays
8067  616405 gsettings missing g_return_if_fail's
8068  616245 Use G_DEFINE_INTERFACE macro
8069  614541 Add G_TYPE_ERROR boxed type for GError
8070
8071 * Updated translations:
8072  Catalan (Valencian)
8073  Galician
8074  Kannada
8075  Spanish
8076
8077
8078 Overview of Changes from GLib 2.24.0 to GLib 2.25.0
8079 ===================================================
8080
8081 * The GSettings framework has been merged. This provides the API to
8082   replace GConf. DConf will provide a backend implementation for it.
8083   GConf will also provide a backend implementation to ease the
8084   transition. We provide utilities to assist with schema conversion
8085   and data migration, as well as a porting guide.
8086
8087 * Translation updates:
8088  Bengali
8089  Catalan
8090  Danish
8091  Gujarati
8092  Marathi
8093  Thai
8094  Traditional Chinese
8095
8096
8097 Overview of Changes from GLib 2.23.6 to GLib 2.24.0
8098 ===================================================
8099
8100 * Bug fixes:
8101  613601 buglet in dup_close_on_exec_fd
8102  584284 g_data_input_stream_read_until_async behaves confusingly
8103  613748 Write errors in middle of copy cause hang
8104  613923 splice_stream_with_progress: wrong error handling
8105  613667 Typo in GObject documentation
8106  613618 gvariant format string docs unclear
8107
8108 * Translation updates:
8109  Basque
8110  Ukrainian
8111  Vietnamese
8112
8113
8114 Overview of Changes from GLib 2.23.5 to GLib 2.23.6
8115 ===================================================
8116
8117 * Class private data:
8118   - support for private data associated with a GTypeClass
8119
8120 * GVariant merge is now complete:
8121   - loading functions and parser merged
8122
8123 * Windows improvements:
8124   - socket fixes
8125   - various build improvements
8126   - removal of GCC/C99isms in favour of portable code
8127   - drop unmaintained Visual Studio 8 support
8128
8129 * Minor API addition:
8130   - g_desktop_app_info_get_filename()
8131
8132 * Bugs fixed:
8133  521707 Class private data
8134  612502 build fails on glib/tests/gvariant.c
8135  612832 [GDesktopAppInfo] New function g_desktop_app_info_get_filename
8136  612702 [PATCH] Fix GSocket-related crash on Windows
8137  612736 Improve the documentation about single include
8138  610858 gvariant test fails sometimes
8139  612327 uninitialized variable
8140
8141 * New translations:
8142  Afrikaans
8143  LowGerman
8144
8145 * Updated translations:
8146  Czech
8147  Finnish
8148  Galician
8149  Greek
8150  Punjabi
8151  Romanian
8152  Serbian
8153
8154
8155 Overview of Changes from GLib 2.23.4 to GLib 2.23.5
8156 ===================================================
8157
8158 * New API addition: g_malloc_n() and friends used to implement an
8159   overflow-safe family of g_new() macros.
8160
8161 * GVariant:
8162  - GVariantBuilder and GVariantIter are now merged.
8163  - The variable arguments API is now merged.
8164  - The parser will be in a future release.
8165
8166 * GIO:
8167  - Remove GUtf8InputStream (which never appeared in a stable release)
8168    for now since it doesn't satisfy the needs of its main intended use
8169    case.  We hope to reimplement this feature in a better form in a
8170    future release.
8171
8172 * Bugs fixed:
8173  609531 missing licence headers
8174  612107 Missing G_FILE_ATTRIBUTE_TRASH_ORIG_PATH
8175  611897 g_io_modules_scan_all_in_directory leaks
8176  608196 Overflow-safe g_new family
8177  611696 gio uses GetAddrInfo which requires special handing on windows 2k
8178  605667 Don't use G_PARAM_SPEC_VALUE_TYPE when we know the pspec is valid
8179  610860 test_g_file_open_readwrite fails if $HOME is unwritable
8180  552912 glib-2.18 /live-g-file/test_copy_move failed when run as root
8181  609813 Renaming a file discards file notes
8182
8183 * Updated translations:
8184  Basque
8185  Brazilian Portuguese
8186  British English
8187  Bulgarian
8188  Catalan
8189  Danish
8190  Estonian
8191  French
8192  German
8193  Hungarian
8194  Italian
8195  Lithuanian
8196  Norwegian bokmål
8197  Portuguese
8198  Russian
8199  Slovenian
8200  Spanish
8201  Swedish
8202  Traditional Chinese
8203
8204
8205 Overview of Changes from GLib 2.23.3 to GLib 2.23.4
8206 ===================================================
8207
8208 * GVariant: The core of GVariant has been merged now, with some
8209  API still to follow.
8210
8211 * GIO:
8212  - There is a new interface GFileDescriptorBased for file descriptor
8213    based IO. GLocalFile{Input,Output}Stream implement it
8214  - Use splice(2) to transfer data between file descriptors without
8215    extraneous copies
8216  - Add a way to request move events from file monitors
8217
8218 * Bugs fixed:
8219  609143 *result_uncertain is never assigned in g_content_type_guess
8220  604086 Use splice(2) when doing local file copies
8221  547890 No move events for GFileMonitorEvent?
8222  568760 nautilus freezes due to a bug in garray.c:322
8223  609962 Add info about the use of G_DEFINE_INTERFACE
8224  609564 g_base64_encode_close docs should mention outbuf size...
8225  610484 g_variant_equal bug
8226  610131 libasyncns does not compile on Solaris 8
8227  609530 missing single header include guards
8228
8229 * Updated translations:
8230  Czech
8231  Estonian
8232  Galician
8233  German
8234  Korean
8235  Polish
8236  Slovenian
8237  Spanish
8238  Traditional Chinese
8239
8240
8241 Overview of Changes from GLib 2.23.2 to GLib 2.23.3
8242 ===================================================
8243
8244 * GLib now has a facility for locks that consume only one bit of
8245   storage inside an integer: g_bit_lock()
8246
8247 * GVariant: The serializer has been merged, with more API to follow
8248
8249 * Bugs fixed
8250  548967 1 bit mutex lock
8251  604967 2.22.3 libasyncns build fails on HP-UX 11.11
8252  608602 G_VALUE_COLLECT_INIT variables shadow those in G_VALUE_COLLECT
8253  608743 Crash in g_hostname_to_ascii visiting certain website in epiphany
8254  599197 array ref and unref functions crash on NULL array.
8255  608159 mem leak in g_io_modules_scan_all_in_directory
8256
8257 * Translation updates
8258  Brazilian Portuguese
8259  Czech
8260  French
8261  Norwegian bokmål
8262  Slovenian
8263  Spanish
8264  Thai
8265
8266
8267 Overview of Changes from GLib 2.23.1 to GLib 2.23.2
8268 ===================================================
8269
8270 * We are now using gcc builtins for atomic operations when available
8271
8272 * g_assert() grew the ability to store assertions in core dumps
8273
8274 * GIO supports lazy loading of GIO modules, and there is a new
8275   gio-querymodule utility that goes along with this.
8276   Packagers will need to adapt to this.
8277
8278 * Threading changes:
8279  - The requirements for g_thread_init() have been relaxed slightly,
8280    it can be called multiple times, and does not have to be the first
8281    call.
8282  - GObject now links to GThread and threads are enabled automatically
8283    when g_type_init() is called.
8284  - Thread-safety issues with boxed types in GObject have been fixed.
8285
8286 * GObject:
8287  - Another bunch of performance work has landed
8288
8289 * GVariant:
8290  - GVariantType has been merged, with the rest of the GVariant
8291    API to follow.
8292
8293 * Bugs fixed:
8294  568760 nautilus freezes due to a bug in garray.c:322
8295  602417 Document lifecycles of GSimpleAsyncResult and friends
8296  604824 crash in Epiphany: Selecting my Slashdot bo...
8297  448888 don't init g_slice for always-malloc
8298  531902 Use GCC atomic buildins for g_atomic*
8299  554887 boxed type registration is not thread safe
8300  586150 unresolved symbols when building glib 2.21.2 on OS X Tiger
8301  589176 row gvalue transform array exponentially
8302  594872 Support storing assertion messages into core dump
8303  602240 Upgrade libasyncns to 0.8
8304  603590 Speed up G_VALUE_COLLECT
8305  604457 gutf8inputstream.c: increasing unknown size pointer
8306  605686 GCharsetConverter doesn't flush
8307  605733 g_memory_output_stream_new violates GObject standards
8308  605883 g_object_new() processes varargs even when there are none
8309  605977 invalid utf-8 conversion in g_local_file_get_parse_name(...
8310  606775 Enable threads by default in gobject
8311
8312 * Translation updates:
8313  Asturian
8314  Basque
8315  Bengali
8316  Bulgarian
8317  Estonian
8318  Norwegian bokmål
8319  Spanish
8320  Thai
8321  Ukrainian
8322
8323
8324 Overview of Changes from GLib 2.23.0 to GLib 2.23.1
8325 ===================================================
8326
8327 * GObject performance work has landed:
8328  - Construction of simple objects is much faster
8329  - Interface lookup is lock-free and constant-time now
8330  - Reduced locking overhead when dealing with types
8331
8332 * GType now has a G_DEFINE_INTERFACE convenience macro
8333
8334 * GIO gained GUtf8InputStream, an input stream that
8335   performs utf-8 validation
8336
8337 * GLib now has byte-swap macros for gsize and gssize
8338
8339 * Bugs fixed:
8340 557151 Determining the newly_constructed boolean in gobject.c...
8341 557100 Performance improvements for GObjectClasses that don't...
8342 501166 Warning message says IA__g_type_init instead of g_type_init
8343 585375 Performance and Contention problems with g_type_class_ref...
8344 587892 Race in GType when instantiating the same class for the...
8345 603270 Input Stream validating utf8
8346 603476 gioenums.h:62: error: comma at end of enumerator list
8347 603540 g_time_val_from_iso8601 uses uninitialised variable
8348 603982 Stack overflow when reading file async with filter
8349 604645 G_DEFINE_INTERFACE_* documentation is not generated
8350 604875 Use of sa_len conflicts with system header
8351 320482 provide G_DEFINE_TYPE like macros for interfaces
8352
8353 * Updated translations:
8354  Estonian
8355  Hebrew
8356  Norwegian bokmål
8357  Vietnamese
8358  Welsh
8359
8360
8361 Overview of Changes from GLib 2.22.x to GLib 2.23.0
8362 ===================================================
8363
8364 * GIO:
8365  - GConverter: a generic interface for stateful conversions of data,
8366    suitable for charset conversion, compression, decompression, regexp
8367    replacement. Concrete implementations are GCharsetConverter,
8368    GZlibCompressor and GZlibDecompressor. GConverterInputStream,
8369    GConverterOutputStream are stream implementations that convert data
8370    while loading or saving it.
8371  - GMounts can now have a 'default location': a path that reflects
8372    the main entry point for the user (e.g. the home directory).
8373  - As a consequence of the compression support, GIO depends on zlib now.
8374
8375 * GObject:
8376  - G_IMPLEMENT_INTERFACE_DYNAMIC: a convenience macro for adding
8377    interfaces to dynamic types.
8378
8379 * GModule:
8380  - The -pthread flag has been added to all gmodule .pc files, because
8381    it is not generally permissible to load modules that are linked
8382    against libpthread if the program has not been compiled with threading
8383    support.
8384
8385 * Bugs fixed:
8386  601637 GUnixFDMessage should contain a GUnixFDList
8387  585566 GSocketListener API issues
8388  572252 Bug in g_file_test() function.
8389  600550 g_app_info_create_from_commandline doesn't treat arguments properly
8390  541236 not detecting exact content type
8391  350200 [PATCH] GTypeModule derived class unref does not unload plugin
8392  589631 Please enclose literal values with double quotes
8393  577711 cross compile check for g++ broken
8394  600620 Support X-GNOME-FullName in GAppInfo
8395  598899 GWin32DirectoryMonitor is broken
8396  593809 Nautilus does not restore the position of the icons on the desktop...
8397  563627 g_get_prgname() threadsafety
8398  600141 Add -pthread to gmodule pkg-config
8399  593856 file and directory monitors don't work when glib is compiled...
8400  324930 Nautilus should disallow copying of symlink to FAT drive early
8401  587300 Deadlock when calling g_cancellable_disconnect in a...
8402  595138 GFile not robust with invalid input
8403  591216 Warning building resolver.o
8404  590016 Does not compile under MinGW32 + Wine
8405  591214 Warnings building gcancellable.o
8406  561998 Have specific entry points (paths) for mounts...
8407  508157 Add G_IMPLEMENT_INTERFACE_DYNAMIC
8408  535159 g_file_has_parent
8409
8410 * Updated translations:
8411  Brazilian Portuguese
8412  Catalan
8413  Estonian
8414  Galician
8415  Norwegian bokmål
8416  Shavian
8417  Slovenian
8418  Spanish
8419  Swedish
8420
8421
8422 Overview of Changes from GLib 2.22.1 to GLib 2.22.2
8423 ===================================================
8424
8425 * GIO:
8426  - Support case-sensitive globs in the shared mime database,
8427    including support for the newer cache format that allows these.
8428    Case-sensitive globs have been introduced in shared-mime-info
8429    version 0.70
8430
8431 * GObject:
8432  - Speed up creation of simple objects
8433
8434 * Bugs fixed:
8435  597194 Typo in _G_TYPE_CVH macro
8436
8437 * Updated translations:
8438  Russian
8439
8440
8441 Overview of Changes from GLib 2.22.0 to GLib 2.22.1
8442 ===================================================
8443
8444 * Bugs fixed:
8445  596064 Test file marked for translation
8446  595972 possibly invalid search in mime_info_cache_dir_add_...
8447  596561 C99 style of declaration of variable in gmessages.c
8448  596314 g_utf16_to_utf8 returns an invalid UTF8 string
8449  596748 g_async_result_get_source_object returns a new ref
8450  593809 Nautilus does not restore the position of the icons...
8451  593775 uses inotify_init1 unconditionally
8452
8453 * Updated translations:
8454  Bengali
8455  Hebrew
8456
8457
8458 Overview of Changes from GLib 2.21.6 to GLib 2.22.0
8459 ===================================================
8460
8461 * Add gdb python macros to make gobject debugging more pleasant
8462
8463 * Bugs fixed:
8464  579050 Allow making selected critical and warning messages non-fatal
8465  594759 g_socket_send_message fails due to invalid sendmsg params
8466  593941 GNetworkAddress skipping addresses when enumerating
8467  594597 Fix build with srcdir != builddir
8468  595619 Include gdb pretty printers
8469
8470 * Changes that might affect bindings:
8471  - The error parameter of g_simple_async_result_set_from_error has been
8472    made const.
8473
8474 * Updated translations:
8475  Assamese
8476  Bengali India
8477  British English
8478  Bulgarian
8479  Catalan
8480  Czech
8481  Danish
8482  Finnish
8483  Galician
8484  Greek
8485  Gujarati
8486  Hindi
8487  Japanese
8488  Kannada
8489  Malayalam
8490  Marathi
8491  Norwegian bokmål
8492  Oriya
8493  Polish
8494  Punjabi
8495  Romanian
8496  Serbian
8497  Simplified Chinese
8498  Slovenian
8499  Spanish
8500  Tamil
8501  Telugu
8502  Thai
8503  Traditional Chinese
8504  Ukrainian
8505  Vietnamese
8506
8507
8508 Overview of Changes from GLib 2.21.5 to GLib 2.21.6
8509 ===================================================
8510
8511 * Minor API additions:
8512   g_mkstemp_full is a variant of g_mkstemp that allows to specify flags
8513   and permissions
8514
8515 * Bugs fixed:
8516  593232 g_rand_new: read no more than requested from /dev/urandom
8517  591995 use saved errno
8518  589491 g_time_val_from_iso8601 doesn't handle some cases
8519  593406 Permissions set to 777 after copying via Nautilus
8520  594034 Add g_mkstemp_full()
8521
8522 * Updated translations:
8523  Assamese
8524  Basque
8525  Brazilian Portuguese
8526  Czech
8527  Estonian
8528  French
8529  German
8530  Hungarian
8531  Italian
8532  Kannada
8533  Malayalam
8534  Marathi
8535  Norwegian bokmål
8536  Oriya
8537  Portuguese
8538  Swedish
8539  Tamil
8540  Turkish
8541
8542
8543 Overview of Changes from GLib 2.21.4 to GLib 2.21.5
8544 ===================================================
8545
8546 * A performance problem with trashing of many files has been fixed
8547
8548 * GResolver now invalidates the libc resolv.conf cache as needed
8549
8550 * Minor api additions:
8551  - g_cancellable_make_pollfd returns a boolean now. And there is a
8552    new function g_cancellable_release_fd that can be used to released
8553    the resources used by a GCancellable.
8554
8555 * Bugs fixed:
8556  589988 Compilation error on Solaris 9 (missing stdint.h)
8557  588901 gtcpconnection.c won't compile
8558  584246 GResolver needs to call res_init() when network state changes
8559  591714 Figure out failure handling for g_cancellable_make_pollfd()
8560  591532 redundent '/' returned from g_file_resolve_relative_path
8561  591378 Use MSG_NOSIGNAL in GSocket if it's available
8562  589649 API documentation migration for Base64 Encoding
8563  591840 configure fails with autoconf 2.64
8564
8565 * Updated translations:
8566  Basque
8567  Brazilian Portuguese
8568  Bulgarian
8569  Danish
8570  Estonian
8571  Finnish
8572  Galician
8573  Gujarati
8574  Hndi
8575  Irish
8576  Japanese
8577  Korean
8578  Norwegian bokmål
8579  Polish
8580  Portuguese
8581  Punjabi
8582  Spanish
8583  Swedish
8584  Telugu
8585  Traditional Chinese
8586  Thai
8587
8588
8589 Overview of Changes from GLib 2.21.3 to GLib 2.21.4
8590 ===================================================
8591
8592 * GTree is now refcounted
8593
8594 * Bugs fixed:
8595  587938 Undocumented limitation for g_str_equal
8596  587773 refcounts for GTree
8597
8598 * Updated translations:
8599  French
8600  Hebrew
8601  Norwegian bokmål
8602  Spanish
8603  Swedish
8604  Traditional Chinese
8605  Ukrainian
8606
8607
8608 Overview of Changes from GLib 2.21.2 to GLib 2.21.3
8609 ===================================================
8610
8611 * GMappedFile is refcounted now
8612
8613 * Mainloop: It is now possible to set per-thread default contexts,
8614   with g_main_context_push_thread_default.
8615
8616 * glib-mkenums supports a @basename@ substitution, in addition
8617   to @filename@.
8618
8619 * GIO:
8620  - Vfs implementations can support storing of per-file metadata.
8621  - GCancellable can now be subclassed.
8622  - Unmount and eject methods now optionally allow interaction, via
8623    variants that take a GMountOperation object.
8624
8625 * Bugs fixed:
8626  556706 Inconsistent help arguments -h, -?
8627  579449 FileChoosers no longer work if an idle handler is active
8628  579933 mainloop FD_CLOEXEC has a race condition
8629  579984 alternate GMainContext support
8630  585937 gio/gsocket.c (glib 2.21.2) does not compile (Windows/mingw)
8631  586675 Runtime library location
8632  586797 Add GCancellables to GSocket ops
8633  586868 g_filename_complete_get_completions doesn't always return...
8634  587415 g_resolver_lookup_by_name_finish returns a freed list
8635  587434 regression tests fail, at least on x86_64
8636  586928 Avoid g++ warning in g_error()
8637
8638 * Updated translations:
8639  Estonian
8640  Hebrew
8641
8642
8643 Overview of Changes from GLib 2.21.1 to GLib 2.21.2
8644 ===================================================
8645
8646 * GIO:
8647   - g_socket_speaks_ipv4 is a new function to check if a socket can
8648     speak IPv4.
8649   - g_socket_listener_add_address gained a new effective_address out
8650     parameter.
8651   - GIO now returns special icons for XDG user directories, by the
8652     name folder-music, folder-documents, etc.
8653   - GIO gained support for starting/stopping of drives, which can be used
8654     in connection with external hard disk enclosures, disk arrays, iSCSI
8655     devices, etc. See g_file_start/stop_mountable.
8656
8657 * GLib:
8658  - g_reload_user_special_dirs_cache is a new function to force GLib to
8659    reload the XDG user directory mapping from disk.
8660
8661 * Bug fixes:
8662  584574 glib compile failure on Mac OS X with gunixresolver.c and...
8663  585566 GSocketListener API issues
8664  584255 Incorrect freeing of thread pool in GThreadedSocketService
8665  585088 g_string_chunk_insert_len stops at nul bytes
8666  585360 Monitor fontconfig configuration files using gio causes m...
8667  580103 Terminal starts on Display :0.0 when started on :0.1 in D...
8668  580301 network: a few issues on old darwin
8669  583398 SRV weight sorting is incorrect
8670  584176 build fixes on FreeBSD
8671  585189 g_cancellable_reset() must be called in same thread as g_...
8672  585280 compilation dies on gio/gsocket.c, needs sys/uio.h to con...
8673  585281 gio/gunixfdmessage.c needs sys/types.h for platforms that...
8674  585478 don't leak the inotify fd
8675  585575 g_socket_listener_add_inet_port() doesn't do the right thing
8676  585599 g_socket_listener_add_socket() consumes the socket
8677  585676 GEmblem doesn't reference its 'icon' if that is set as a ...
8678  585717 "bytes" nautilus translation to french is not shown in th...
8679  541276 XDG directories should have their own icons
8680  585726 Grammatical error in GList documentation
8681  585520 Wrong warning option in documentation
8682  585673 GNOME Goal: Remove deprecated glib symbols
8683  585591 Starting/stopping drives
8684
8685 * Updated translations:
8686  Bengali India
8687  Norwegian bokmål
8688
8689
8690 Overview of Changes from GLib 2.21.0 to GLib 2.21.1
8691 ===================================================
8692
8693 * GIO:
8694  - Support for network IO has been added, including a low-level
8695    socket API and a high-level API for network connections and
8696    services.
8697  - Support for read-write access with GIOStream and its subclasses.
8698  - GMount gained a pre-unmount signal.
8699
8700 * Bug fixes:
8701  576104Implement GMount::pre-unmount
8702  578769 implement GWinHttpFileInputStream::close_fn
8703  582856 gsocket.c doesn't compile on Solaris
8704  569375 g[u]intptr undocumented
8705  573246 [FIX] g_desktop_app_info_dup() can access NULL pointer
8706  575013 g_cancellable_push_current() does not allow NULL
8707  577884 live-g-file.c:461: error: format ‘%d’ expects type ...
8708  578499 g_output_stream_splice and stream closing with gnio strea...
8709  579558 Application employing gvfs crashes with only libgvfscommo...
8710  583001 SIGPIPE (grr!)
8711  583061 Please add convenience function to connect to machines by...
8712  583198 typo in error message
8713  583206 use g_set_error_literal where appropriate
8714  583229 void function g_async_initable_init_async returns value
8715  583324 locking problem in g_main_context_iterate()
8716  583408 void function g_socket_control_message_serialize returns ...
8717  578786 wrong and confusing error message
8718  583205 g_inet_address_to_bytes has no length outparam
8719  583196 mem leak in keyfile test
8720  583663 GSocketType enum ends with a comma
8721  569024 Make g_error_new_valist public
8722  569376 missing G_G[U]INTPTR_FORMAT
8723  580347 off-by-1 bug in GWinHttpFile
8724
8725 * Updated translations:
8726  Oriya
8727  Spanish
8728  Valencian-Catalan
8729
8730
8731 Overview of Changes from GLib 2.20.x to GLib 2.21.0
8732 ===================================================
8733
8734 * GIO:
8735  - New helper functions g_cancellable_connect/disconnect to avoid
8736    race conditions when connecting to the "cancelled" signal on
8737    GCancellable.
8738  - New types and methods for dealing with IPv4 and IPv6 addresses (and
8739    UNIX domain socket addresses under UNIX). This does not include code
8740    for actual socket I/O.
8741  - GResolver provides asynchronous and cancellable APIs for resolving
8742    hostnames, reverse lookup of IP addresses and resolving SRV records.
8743
8744 * Glib now provides hash and comparison functions for int64 and double
8745   types, suitable for use with GHashTable.
8746
8747 * GArray, GPtrArray and GByteArray can be ref counted now, and have
8748   boxed types.
8749
8750 * Bugs fixed:
8751  572844 Helper for GCancellable::cancelled connect/disconnect
8752  578363 goption docs should be improved
8753  548466 async/cancellable DNS resolver
8754  579830 param spec strings should use P_()
8755  579862 requesting xattr::foo ends up calling getxattr(..., user...
8756  580453 Hash and equal functions for gint64 and gdouble
8757  580450 Reference counting and boxed types for arrays
8758  580194 gresolver doesn't build on Solaris
8759  580301 network: a few issues on old darwin
8760  580299 network: include sys/types.h before sys/socket.h to insur...
8761  572508 gmarkup speedup
8762  580546 g_strtoull() referenced in documentation...
8763  580656 g_key_file_set_string_list erroneously asserts list != NULL
8764  579272 leaks in g_simple_async_result_set_op_res_gpointer
8765
8766
8767 * Updated translations:
8768  Catalan (ca)
8769  Pashto (ps)
8770  Spanish (es)
8771
8772
8773 Overview of Changes from GLib 2.20.0 to GLib 2.20.1
8774 ===================================================
8775
8776 * Bug fixes:
8777  575555 Use fsync() when replacing files to avoid data loss on
8778  575708 runaway inotify madness
8779  575270 GVolumeMonitor::mount-pre-unmount not being emitted
8780  577128 glib make check Failed to execute child process...
8781  573673 Always show "backup" directories
8782  578369 g_time_val_from_iso8601() parses timezones incorrectly
8783  578002 Fix a small typo in GFile docs
8784  578017 G_DEFINE_TYPE_EXTENDED docs
8785
8786 * Updated translations:
8787  Arabic
8788  Assamese
8789  Basque
8790  Bularian
8791  Brazilian Portuguese
8792  British English
8793  Catalan
8794  Danish
8795  French
8796  Galician
8797  German
8798  Greek
8799  Hungarian
8800  Italian
8801  Japanese
8802  Kannada
8803  Lithuanian
8804  Malayalam
8805  Norwegian bokmål
8806  Oriya
8807  Polish
8808  Punjabi
8809  Russian
8810  Simplified Chinese
8811  Slovenian
8812  Spanish
8813  Swedish
8814  Tamil
8815
8816
8817 Overview of Changes from GLib 2.19.9 to GLib 2.20.0
8818 ===================================================
8819
8820 * Base64 support: Avoid integer overflows. CVE-2008-4316
8821
8822 * Bugs fixed:
8823  574019 GChecksum: document and guarantee hex characters in lower case
8824  573454 Unable copy/move files to directories symlinked to gvfs share
8825  561172 gnome-open fails on local URIs with anchors
8826  573970 crash in gunixvolumemonitor:update_mounts when unmounting
8827  573843 g_get_current_dir returns non-absolute path
8828
8829 * Updated translations:
8830  Assamese (as)
8831  Bengali (bn_IN)
8832  Czech (cs)
8833  Hindi (hi)
8834  Italian (it)
8835  Japanese (ja)
8836  Lithuanian (lt)
8837  Malayalam (ml)
8838  Marathi (mr)
8839  Oriya (or)
8840  Polish (pl)
8841  Romanian (ro)
8842  Telugu (te)
8843
8844
8845 Overview of Changes from GLib 2.19.8 to GLib 2.19.9
8846 ===================================================
8847
8848 * GMarkup:
8849  - Considerable speedup
8850
8851 * GIO
8852  - Add G_FILE_CREATE_REPLACE_DESTINATION flag to allow replacing
8853    the destination of a copying operation as if it did not exit before.
8854  - Be more careful when classifying files as desktop files
8855  - Support desktop file key X-GIO-NoFuse which disables the use
8856    of fuse pathnames for %u and %U arguments
8857
8858 * Bugs fixed:
8859  572672 glib/gthread.c: argument is different type
8860  572464 Doc for g_file_get_contents
8861  572151 “it's” and “its” confused in docs and comments
8862  570501 g_win32_get_system_data_dirs uses invalid conversion...
8863  167569 g_string_append_printf crashes on win32 when used...
8864  572508 gmarkup speedup
8865  560564 Replacing a symlink with its linked file truncates... 
8866  549298 impossible to copy files with p (pipe) flag
8867  543183 Clarify docs for g_file_has_prefix
8868  540461 g_memory_output_stream_get_data_size() doesn't behave...
8869  573462 GEmblemedIcon leak
8870  573421 Clarify message format in GMountOperation
8871  573658 Deadlock in giomodule.c
8872  556706 Inconsistent help arguments -h, -?
8873  573527 Wrong shell to run config.status in Makefile.in.in
8874  573128 A couple of typos in GObject documentation
8875
8876 * Updated translations:
8877  Catalan (ca)
8878  British English (en_GB)
8879  Spanish (es)
8880  Basque (eu)
8881  Finnish (fi)
8882  French (fr)
8883  Gujarati (gu)
8884  Hebrew (he)
8885  Hungarian (hu)
8886  Korean (ko)
8887  Maithili (mai)
8888  Norwegian bokmål (nb)
8889  Dutch (nl)
8890  Portugese (pt)
8891  Swedish (sv)
8892  Thai (th)
8893  Traditional Chinese (zh_HK)
8894  Traditional Chinese (zh_TW)
8895
8896
8897 Overview of Changes from GLib 2.19.7 to GLib 2.19.8
8898 ===================================================
8899
8900 * GIO: Fix missing exports of new API
8901
8902 * Fix strict aliasing warnings and violations to make Glib work
8903   with gcc 4.4
8904
8905
8906 Overview of Changes from GLib 2.19.6 to GLib 2.19.7
8907 ===================================================
8908
8909 * GIO
8910  - GFile gained an attribute for the actual file size in bytes
8911  - GMountOperation gained an "aborted' signal that allows to abort
8912    a mount operation from the backend side
8913
8914 * Bugs fixed:
8915  523742 Use noinst for non-installable libraries
8916  566747 URIs opened with firefox %u load as local files
8917  541225 Can't compile gio on AIX duplicate case value in gioerror.c
8918  571598 GAsyncResult with NULL gobject
8919  505042 add file attribute for actually used file size in bytes
8920
8921 * Updates translations:
8922  Basque (eu)
8923  Gujarati (gu)
8924  Italian (it)
8925  Japanese (ja)
8926  Norwegian bokmål (nb)
8927  Dutch (nl)
8928  Portugese (pt)
8929  Thai (th)
8930  Vietnamese (vi)
8931
8932
8933 Overview of Changes from GLib 2.19.5 to GLib 2.19.6
8934 ===================================================
8935
8936 * New format macro to print goffset data: G_OFFSET_FORMAT
8937
8938 * GIO: 
8939  - Add a GFilter{Input,Output}Stream::close-base-stream properties which
8940    determine whether the base stream will be closed when the filter stream
8941    is finalized.
8942  - g_data_input_stream_read_line and ..._read_until have asynchronous
8943    variants now.
8944
8945 * Bugs fixed:
8946  568294 A wrong reference in the description of g_bookmark_file_...
8947  563141 RFE: define G_OFFSET_FORMAT
8948  569105 g_time_val_to_iso8601() assumes time_t==long
8949  568394 dropping the last reference to a stream filter closes...
8950  568741 g_buffered_input_stream_fill_async doesn't work
8951  568723 g_buffered_input_stream_fill_async doesn't take count == -1
8952  568575 _async functions for GDataInputStream
8953
8954 * Updated translations:
8955  Bulgarian (bg)
8956  Finnish (fi)
8957  Hungarian (hu)
8958  Oriya (or)
8959  Swedish (sv)
8960  Traditional Chinese (zh_HK)
8961  Traditional Chinese (zy_TW)
8962
8963
8964 Overview of Changes from GLib 2.19.4 to GLib 2.19.5
8965 ===================================================
8966
8967 * Update included PCRE to 7.8
8968
8969 * g_base64_decode_inplace: New function to do base64 decoding in place
8970
8971 * Bugs fixed:
8972  567138 get_package_directory_from_module() does not free ...
8973  566569 gregex docs clarification
8974  566573 g_match_info_fetch_pos docs
8975  564728 Add function to decode base64 encoded data in place
8976  567838 G_STRUCT_OFFSETOF fails to compile under icc 9.1
8977  567977 textdomain() macro should not return NULL ...
8978  512779 --disable-regex breaks compilation
8979  566770 error code 0 for Too many open files is useless
8980  565484 g_content_type_guess passes non-UTF8 text to XDG ...
8981
8982 * Updated translations:
8983  Catalan (ca)
8984  Spanish (es)
8985  Italian (it)
8986  Swedish (sv)
8987
8988  
8989 Overview of Changes from GLib 2.19.3 to GLib 2.19.4
8990 ===================================================
8991
8992 * GIO:
8993   - Use O_NOATIME when sniffing mimetypes
8994   - Add a convenience method to check if a GSimpleAsyncResult
8995     is valid
8996
8997 * Bugs fixed:
8998  560676 function access for g_threads_supported
8999  565905 There is no g_context_group_set_translation_domain
9000  564210 SUN Studio 12 has supported visibility attribute
9001  565136 GObject's "notify" signal parameters are wrong in gtk-doc
9002  565831 error in interface creation sample
9003  566348 g_file_open_tmp uses the wrong g_mkstemp on win32
9004  566064 Add NOATIME flag to query_info_flags
9005  566170 g_async_result_verify_source_object
9006
9007 * Updated translations:
9008  Spanish (es)
9009  Norwegian bokmål (nb)
9010  Brazilian Portugese (pt_BR)
9011  Simplified Chinese (zh_CN)
9012
9013
9014 Overview of Changes from GLib 2.19.1 to GLib 2.19.3
9015 ===================================================
9016
9017 * Bugs fixed:
9018  508021 Add support for the CRIS and CRISv32 architectures
9019  526320 should not list mounts that the user doesn't have permission to use
9020  558458 Cannot build gio tests on Solaris using SUN cc
9021  555465 GUnix{Input,Output}Stream lacks fd/close_fd_at_close property
9022  558298 Hide ecryptfs mounts
9023  515777 incorrect date&time on copy
9024  562452 Ensure we return G_IO_ERROR_CANCELLED if cancelling
9025         g_simple_async_result_run_in_thread
9026  473150 g_type_module_use inconsistently increases the use
9027         counter in case of error
9028  563150 G_GU?INT*_MODIFIER/FORMAT docs
9029  563156 Document printing and scanning gunichar values
9030
9031 * Updated translations:
9032  Hebrew (he)
9033  Italian (it)
9034  
9035
9036 Overview of Changes from GLib 2.19.0 to GLib 2.19.1
9037 ===================================================
9038
9039 * GIO: 
9040   - g_icon_to_string, g_icon_new_for_string: GIcon serialization support
9041   - G_FILE_ATTRIBUTE_PREVIEW_ICON: new file attribute for preview images
9042   - g_app_info_get_commandline: new function to get the full commandline
9043   - g_mount_shadow, g_mount_unshadow, g_mount_is_shadowed: New functions 
9044     to 'shadow' mounts (i.e. hide them from the UI when they already
9045     have a different representation, like a bookmark) 
9046
9047 * Bugs fixed:
9048  556186 gpoll.h breaks gmain.h inclusion
9049  557087 mem leak in g_content_types_get_registered
9050  556921 gpoll.h breaks hal compilation
9051  557210 g_compute_checksum_for_* asserts with less than 2 bytes
9052  558381 Add support for compile time assertions
9053  558185 'parent' variable in g_local_file_get_child_for_display_name()
9054         hits g_object_unref(NULL) assertion
9055  558513 g_warn_if_fail FIXME in gtestutils
9056  558672 NULL key lookup using g_hash_table_lookup_extended() 
9057  555740 gicon serialization
9058  557182 preview functionality
9059  528320 Incorrect icons displayed for files with custom mimetype icons
9060  556910 Memory leak: sub
9061  557592 Missing include in gwinhttpfile.c
9062  556415 Crash on Windows 2000 in g_winhttp_vfs_init()
9063  555935 Clarify the mechanism of overwriting properties
9064  552776 ac_cv_func_posix_getgrgid_r not mentioned
9065  559448 GObject Reference Manual (typo)
9066  561212 GFileReadMoreCallback API doc refers to non-existant function
9067  560569 gkeyfile doesn't use the set list_separator in some cases
9068  560568 gkeyfile docs buglet
9069  559413 g_option_group_set_error_hook docs buglet
9070  562378 callback return value not respected for callback option
9071         with no arg
9072  559110 Do not include libintl.h after glibintl.h
9073  557603 carbon check output misplaced
9074  562544 g_key_file_get_string and g_key_file_get_value
9075         documentation does not explain the difference
9076  547264 Missing "no flags" flag
9077  562638 GDebugKey key member should be const
9078  562639 g_parse_debug_flags() parsing "help"
9079  562549 g_byte_array_free should tell how free data
9080  559452 GObject Reference Manual (typo)
9081  559462 GObject Reference Manual (typo)
9082  559517 GObject Reference Manual (typo)
9083  562538 GObject interface tutorial shouldn't finalise with
9084         "Please forget everything"
9085  561352 Leak of icon description
9086  561375 Leaks mountpoint description
9087  561807 inotify_sub.c: dup_dirname() fails to remove trailing '/'
9088  562393 g_buffered_input_stream_read_byte broken if data available
9089  541715 win32 : patch for warnings and signature problems in recent code
9090  547481 g_data_input_stream_read_line behaves not as stated in the docs
9091  548163 Nautilus displays wrong error message for too long file names
9092  559633 gtk_image_new_from_gicon does not always work for .desktop files
9093  555486 – No way to recover command line from GAppInfo
9094
9095 * Translation updates:
9096  Spanish (es)
9097  Ukrainian (uk)
9098
9099
9100 Overview of Changes from GLib 2.18.1 to GLib 2.19.0
9101 ===================================================
9102
9103 * Rewrite GHashTable to use open addressing with quadratic probing instead 
9104   of chaining. This has the potential to reduce memory fragmentation 
9105   significantly, while being slightly faster due to better locality and 
9106   no need to call alloc/free functions for nodes. Benchmarks suggest it 
9107   also uses less memory overall.
9108
9109 * Make g_poll available as public api
9110
9111 * New macros g_assert_error and g_assert_no_error to assert 
9112   that a GError is set or unset
9113
9114 * g_cancellable_make_pollfd: New method to make a GPollFD for a cancellable
9115
9116 * g_app_info_can_delete, g_app_info_delete, g_app_info_reset_type_associations:
9117   New functions to clean up app infos and content types
9118
9119 * When launching applications, always pass fuse file:// uris when possible,
9120   and let gio convert such uris back to gio uris.
9121
9122 * Bugs fixed:
9123  505361 gunixinputstream.c assumes poll() available
9124  509446 portable blocking gio cancellation
9125  553820 gpoll.c: undeclared identifier
9126  553724 python interpretter path not patched in correctly
9127  553857 gbacktrace.h requires signal.h
9128  553447 g_assert_no_error()
9129  554092 glib doesn't return G_FILE_ERROR_NOENT et al on OS X
9130  528670 Always pass file:/// uri's in GAppLaunchContext
9131  555224 Improve g_format_size_for_display doc
9132  555309 giochannel breaks on error
9133  554790 g_convert() misbehaves with winiconv versions
9134  555314 mem leak in gmarkup
9135  555313 GFileAttribute boxed type get_type function should...
9136  552861 glib-2.0.m4 calls system(3) without storing its result
9137  554557 Patch to fix gcc warnings about missing format specifiers
9138  552107 Small libtool fixes
9139  551355 Make glib build with libtool 2.2
9140  555311 format not a string literal and no format arguments
9141  556101 static mutex yields warnings with g++
9142  556186 gpoll.h breaks gmain.h inclusion
9143  526456 Open addressing in GHashTable
9144  553426 cancellable clarifications
9145  545350 GAppInfo deletion
9146  545351 Reset associations for content type
9147  552168 volume's mount not mounted after g_volume_mount_finish
9148  554970 segfault when update-desktop-database is not available...
9149  554745 GFileAttributeInfoList should be boxed
9150  555121 Improved build-time handling of gio module-dir
9151  555711 Wrong fallback order of mimetype icons
9152  555331 Deprecate adoption of mounts
9153  556335 make check fails in abicheck.sh
9154  556334 Warning when building without selinux support
9155  556422 g_file_enumerator_next_file: unclear...
9156
9157 * Updated translations:
9158  Arabic (ar)
9159  Danish (da)
9160  Polish (pl)
9161  Brazilian Portugese (pt_BR)
9162  Romanian (ro)
9163  Russian (ru)
9164
9165
9166 Overview of Changes from GLib 2.18.0 to GLib 2.18.1
9167 ===================================================
9168
9169 * Bugs fixed:
9170  550433 g_test_init doesn't recognize --help
9171  523463 Core dump in gmain.c:2482:IA__g_main_context_check
9172  551228 G_STRFUNC on recent Sun compiler should be expanded...
9173  551410 gtestutils.c: using printf without prototype
9174  551731 g_date_set_time[_t] docs should mention what timezone
9175  548321 <string.h> is not included in gi18n-lib.h
9176  551149 xdgmime mem leak
9177  550647 synchronous pipe I/O when reading mount reply
9178  551887 Docs for g_desktop_app_info_new_from_filename aren't...
9179  551681 g_content_type_guess() too naive with filenames
9180  552352 g_app_info_launch doesn't work if "Path" key...
9181  551408 gmodule.def generated to builddir...
9182  552359 g_file_info_get_icon should return GThemedIcon, and...
9183
9184 * Updated translations:
9185  Arabic (ar)
9186  Bengali India (bn_IN)
9187  British English (en_GB)
9188  Hindi (hi)
9189  Croatian (hr)
9190  Korean (ko)
9191  Oriya (or)
9192  Turkish (tr)
9193  Telugu (te)
9194
9195
9196 Overview of Changes from GLib 2.17.7 to GLib 2.18.0
9197 ===================================================
9198
9199 * Win32:
9200   - rework the g_poll() implementation to match poll() semantics more closely
9201
9202 * Bugs fixed:
9203  324234 Using g_io_add_watch_full() to wait for connect() to return...
9204  548278 Async GETs connections are always terminated unexpectedly...
9205  500246 Bug fixes for giowin32
9206  523939 Example program for GValue
9207  550096 GBookmarkFile parser is not forward compatible
9208  550040 Move GString, rand and printf tests to the unit test framework
9209  550104 trivial documentation fix for g_get_home_dir
9210  548988 g_file_replace fails on Windows when the target file exists
9211  550059 Wrong docs for g_emblemed_icon_add_emblem
9212  548800 Missing a g_object_get_type function
9213  550056 Missing documentation for g_emblemed_icon_get_emblems
9214
9215 * Updated translations:
9216  Bulgarian (bg)
9217  Czech (cs)
9218  German (de)
9219  Estonian (et)
9220  Basque (eu)
9221  French (fr)
9222  Hebrew (he)
9223  Hungarian (hu)
9224  Italian (it)
9225  Japanese (ja)
9226  Lithuanian (lt)
9227  Maithili (mai)
9228  Dutch (nl)
9229  Swedish (sv)
9230  Thai (th)
9231  Ukrainian (uk)
9232  Vietnamese (vi)
9233
9234
9235 Overview of Changes from GLib 2.17.6 to GLib 2.17.7
9236 ===================================================
9237
9238 * More fixes for 64-bit Windows
9239
9240 * GIO
9241  - Add a vfs implementation for HTTP and HTTPS URIs on Windows
9242
9243 * Bugs fixed:
9244  546329 API docs for g_utf8_normalize() are incorrect
9245  546876 Modify GMarkup parser to accept &#x1; .. &#x1f;
9246  547200 g_utf8_find_next_char() issues
9247  547637 unconditional #include of sys/statfs.h in configure
9248  547337 G_DISABLE_DEPRECATED breaks tests build
9249  547832 gtk+-2.12.11 fails to build - AC_PROG_MMAP too strict
9250  502498 Test framework assertion failures should follow gcc
9251  546371 Improve docs re g_file_monitor
9252  546483 GThemedIcon:use-default-fallbacks is not readable without...
9253  546132 GFileIcon is bindings-unfriendly
9254  542156 zfs mount in home directory shown on nautilus desktop 
9255  535124 umask 002 not being applied for new directories...
9256  547080 g_file_copy leaks expected errors
9257  546582 Callbacks from GFileMonitor present a GFile...
9258  547262 Missing link in the docs
9259
9260 * Updated translations:
9261  Arabic (ar)
9262  Catalan (ca)
9263  Spanish (es)
9264  Basque (eu)
9265  Finnish (fi)
9266  Galician (gl)
9267  Hebrew (he)
9268  Marathi (mr)
9269  Norwegian bokmål (nb)
9270  Portugese (pt)
9271  Brazilian Portugese (pt_BR)
9272  Swedish (sv)
9273  Thai (th)
9274
9275
9276 Overview of Changes from GLib 2.17.4 to GLib 2.17.6
9277 ===================================================
9278
9279 * Fix problems on 64-bit Windows
9280
9281 * g_markup_context_get_user_data: New function to access
9282   the user_data outside of callbacks
9283
9284 * GIO
9285  - g_mount_guess_content_type_sync: synchronous version of
9286    g_mount_guess_content_type
9287  - GEmblem: A GIcon implementation that adds emblem-related
9288    metadata to icons
9289  - GEmblemedIcon: A GIcon implementation that can add emblems
9290    to icons
9291
9292 * Bugs fixed:
9293  544088 option_test_LDADD is left in tests/Makefile.am
9294  544465 gmarkup makes it hard to use pre-rolled parsers
9295  545485 Implicit declaration of utime()
9296  545798 "Since: 2.18" mark is missing in g_set_error_literal...
9297  544140 fam-helper 64-bit issue
9298  529694 SELinux context setting support
9299  545157 wrong/no list of "open with" applications for .cc...
9300  545203 gfile.c: argument is different type
9301  545457 gdmsetup crashed with SIGSEGV in g_unix_mount_guess...
9302  544177 Fix trivial cut and paste error in documentation
9303  545395 Language tweak for g_value_set_string* docs
9304  541036 Gnumeric crashes when trying to open Desktop...
9305  546079 leak in xdgmime
9306  545395 Language tweak for g_value_set_string* docs
9307  546017 Don't copy attributes when copying a symlink
9308
9309 * Updated translations:
9310  Arabic (ar)
9311  Estonian (et)
9312  Galician (gl)
9313  Italian (it)
9314  Japanese (ja)
9315  Korean (ko)
9316  Norwegian bokmål (nb)
9317  Pashto (ps)
9318  Portugese (pt)
9319
9320
9321 Overview of Changes from GLib 2.17.3 to GLib 2.17.4
9322 ===================================================
9323
9324 * GIO:
9325  - New API to handle content types: g_mount_guess_content_type,
9326    g_content_type_guess_for_tree.
9327  - Export the eject-button signal on the volume monitor class
9328  - New API to enable out-of-process volume monitors: 
9329    g_volume_get_activation_root
9330
9331 * GObject:
9332  - New API to handle signals without slots in the class structure:
9333    g_signal_new_class_handler, g_signal_override_class_handler   
9334
9335 * Internationalization:
9336  - Add an NC_ macro that is a no-op equivalent of C_
9337
9338 * GMarkup:
9339  - Add two new functions g_markup_parse_context_push,
9340    g_markup_parse_context_pop to support "subparsers"
9341
9342 * Bugs fixed:
9343  541208 Functions to easily install and use signals without...
9344  541507 Ambiguous description of assigned characters in the...
9345  543040 async reading on dummy file will crash on GIO_USE_VFS=local
9346  543560 enable gio-FEN back-end warnings on Solaris will crash...
9347  528317 GRegex does not allow recursion limit
9348  337518 GMarkup: Subparser support
9349  541794 drive-eject-button signal
9350  541793 activation root for volumes
9351  467707 test_iconv_state() in tests/convert-test.c fails on AIX 5.3
9352  428048 2 of 51 tests fail on Solaris
9353  542332 small fix for error message in GMarkup
9354  482413 get_contents_stdio -- overflow and memory corruption
9355  406120 g_ascii_strtod
9356  334234 "printf" format error
9357  536996 Missing noop i18n macro equivalent to C_
9358  540616 mem leak in filechooser button
9359  539229 gobject-query calls itself query
9360  521589 [RFC] gobject documentation should mention Vala
9361  543168 Description of G_SLICE=debug-blocks discourages its use
9362  543220 Case collision on gio-extension-points.html
9363  530759 update the gobject tutorial to the XXI century
9364  535223 gbookmark file inefficiency ...
9365  543504 crash in Epiphany Web Browser: Opening local file
9366
9367 * Updated translation:
9368  German (de)
9369  Estonian (et)
9370  Pashto (ps)
9371  Albanian (sq)
9372  Thai (th)
9373  Traditional Chinese (zh_HK)
9374  Traditional Chinese (zh_TW)
9375
9376
9377 Overview of Changes from GLib 2.17.1 to GLib 2.17.3
9378 ===================================================
9379
9380 * PCRE
9381  - fix for CVE-2008-2371 
9382
9383 * Bugs fixed:
9384  538119 glib's mainloop leaks a pipe to sub-processes
9385  537635 Corrections and improvements to g_time_val_{to,from}_iso8601
9386  539067 The document g_io_channel_win32_new_fd() says...
9387  535949 annotate g_strip_context and g_dpgettext with G_GNUC_FORMAT
9388  539123 annotate g_d[n]gettext with G_GNUC_FORMAT
9389  539074 Cannot get exit status with g_spawn_command_line_sync
9390  316221 G_LOCK warns about breaking strict-aliasing rules
9391  539770 migrate gstrfunc unit tests to gtest
9392  539626 Update docstrings for g_object_freeze_notify and g_object_thaw_notify
9393  538044 unconditional use of LC_MESSAGES
9394  540545 Monotonic time and timer offset
9395  535947 want g_set_error_literal
9396  539999 glibconfig.h: add GLIB_USING_SYSTEM_PRINTF 
9397  536252 GFileEnumerator should allow access to the containing GFile
9398  538362 Get Win32 icons back in the file chooser
9399  540802 g_list_prepend doesn't concat lists
9400  540423 unrecoverable error after g_seekable_truncate
9401  538836 make check failure on PPC and ALPHA: pltcheck.sh on g_atomic_pointer_get
9402  539090 g_content_type_from_mime_type() should unalias
9403  540331 g_file_append_to () documentation: can return NULL
9404  534639 add g_desktop_app_info_new_from_keyfile
9405  536733 gio build failure on Irix
9406  536160 Add g_file_monitor()
9407  538127 FileChooser broken on win32
9408  531476 /live-g-file/test_traverse_structure test fails on Mac HFS+
9409  538564 gio should have gio-types.h
9410  540047 glib-genmarshal.c: '#include <io.h>' is too before
9411
9412 Updated translations:
9413  Korean (ko)
9414  Occitan (oc)
9415
9416
9417 Overview of Changes from GLib 2.17.0 to GLib 2.17.1
9418 ===================================================
9419
9420 * New function: g_utime(), a gstdio wrapper for utime()
9421
9422 * New functions: g_dgettext() and g_dngettext(), wrappers
9423   for corresponding gettext functions with added functionaliy
9424
9425 * Support the latest version of the shared-mime spec, including
9426   icons for mime types 
9427
9428 * New function: g_themed_icon_prepend_name()
9429
9430 * Bugs fixed: 
9431  535418 Please document which glib version defines goffset
9432  528715 Misprint in the description of the interface g_type_class_add_private
9433  528714 Misprint in the description of the interface g_param_spec_flags
9434  537260 Doc bug in G_TYPE_INSTANCE_GET_CLASS()
9435  530527 Misprint in the description of the interface 
9436         g_cclosure_marshal_VOID__FLAGS
9437  530526 Misprint in the description of the fields 'class_init' and 
9438         'class_finalize' of the structure GTypeInfo
9439  528719 Improvement to the documentation of the "g_object_connect" interface
9440  528172 gtk_signal_handlers_unblock_* functions return value
9441         amount of matched signals, not amount of actually unblocked
9442  528717 Misprint in the description of the parameter 'type_id' for 
9443         the interface g_type_register_fundamental
9444  528716 Misprint in the description of the parameter 'iface_data' for 
9445         the callback types GInterfaceInitFunc and GInterfaceFinalizeFunc 
9446  537555 GObject instantiation not thread safe
9447  537546 'desktop' shortcut in file chooser looks like a generic folder
9448  537392 Additional colon in xattr name
9449  536641 Filesystem querying in gio does not list AFS and autofs file systems
9450  528600 g_dummy_file_get_parent("scheme://example.com/")
9451  503071 Application direction changes to right to left even if theres no 
9452         translation
9453  502511 g_assert_cmphex prints invalid message
9454  338162 Use po/LINGUAS
9455  314453 Nautilus crashes in Solaris when browsing the attached file
9456  529321 make check fails in glib/pcre
9457  455215 g_get_user_special_dir: no reference about G_USER_DIRECTORY_DOWNLOAD 
9458         fallback to $HOME/Desktop if xdg-user-dirs is not in use
9459  498732 g_key_file_to_data cannot fail
9460  511367 add g_file_make_directory_with_parents
9461  531900 Use __builtin_offsetof for G_STRUCT_OFFSET if building with 
9462         gcc 4.0 or newer
9463  536158 also bump GHashTable version when a node is removed via
9464         g_hash_table_iter_remove()/g_hash_table_iter_steal()
9465  531403 g_utf8_collate broken on Mac
9466  535628 test/patterntest.c still includes gpattern.h directly
9467  535625 alias.h:2648: error: 'utime' undeclared here (not in a function)
9468
9469 * Translation updates:
9470  Arabic (ar)
9471  German (de)
9472  Italian (it)
9473  Norwegian bokmål (nb)
9474  Thai (th)
9475
9476
9477 Overview of Changes from GLib 2.16.x to GLib 2.17.0
9478 ===================================================
9479
9480 * Update to Unicode 5.1
9481
9482 * Update included libcharset to the one shipped with libiconv 0.12
9483
9484 * Update included PCRE to 7.7
9485
9486 * Enforce that only toplevel headers are directly included.
9487   This is turned on by default for GObject and GIO. To turn
9488   it on for GLib, define G_DISABLE_SINGLE_INCLUDES.
9489
9490 * Fix library version of GIO.  GLib 2.16 shipped with libgio-2.0.so.0.0.0
9491
9492 * On Solaris, use FEN for file monitoring in GIO
9493
9494 * Use the GIO_EXTRA_MODULES environment variable to find
9495   additional GIO modules 
9496
9497 * G_GNUC_ALLOC_SIZE: New macro that wraps the gcc alloc_size
9498   function attribute
9499
9500 * g_checksum_reset: New function to reset the state of a GChecksum 
9501
9502 * g_unix_mount_monitor_set_rate_limit: New function to limit the 
9503   rate at which events are reported
9504
9505 * g_file_query_file_type: New utility function to query the type of
9506   a file
9507
9508 * g_memory_output_stream_get_data_size: New function to obtain the
9509   size of the written data.
9510
9511 * Bugs fixed:
9512  522292 Gives warnings in glib/gutils.h with GCC in C99 mode
9513  523298 win_iconv can't convert from UTF-8 to GB18030 (or vice versa)
9514  518160 replace two g_strdup_printf calls in GBookmarkFile
9515  523877 gbookmarkfile: avoid using g_string_append_printf() and
9516         other optimizations 
9517  525192 100% CPU if run main loop with no IO sources
9518  315437 extern inline -> static inline
9519  524314 g_convert() on Win32 implicitly converts full width
9520         alphanumerics into half width
9521  525732 Error in documentation for g_list_first
9522  525674 A typo in gmarkup.c
9523  448943 g_timeout_add_seconds() problems
9524  525972 UCS-4 not in the new win_iconv implementation
9525  526619 make test-report crash
9526  491554 Update to Unicode 5.1.0
9527  519137 g_slice_dup macro needs cast for 64-bit platform
9528  528752 Win32 build and SSL not working
9529  530457 G_USER_DIRECTORY_DOWNLOAD folder improperly mapped
9530  528667 Typos in testing module documentation
9531  459905 Bug in wcwidth data
9532  534085 g_unichar_iswide_cjk() has a totally wrong table
9533  501651 Update glib/libcharset
9534  519026 G_STMT_START/G_STMT_END test a non-existent preprocessor symbol
9535  534319 GLib's .pc files could use Libs.private
9536  534137 Typo in g_spawn_async_with_pipes doc
9537  517419 gio win32 directory monitor
9538  526796 Wrong order of arguments in g_file_copy's fallback
9539  530196 _g_local_file_has_trash_dir() doesn't handle st_dev == 0
9540  532965 Should not return filesystem::free for certain file systems
9541  525553 fix typo and nitpicking in GArray documentation
9542  526572 Missing * in declaration of parent_class in Object
9543         Destruction section of GObject Reference Manual
9544  528648 Extra >s in Object Construction section
9545  535021 g_param_spec_internal documentation should
9546         describe purpose of nick and blurb
9547  521513 Firefox crash when using file picker
9548  528433 gdesktopappinfo snafu ...
9549  533369 API g_file_info_get_attribute_string () unables to get "...
9550  521045 glib f_fstypename miscellany
9551  521672 compile error
9552  521946 control rate limit on GUnixMountMonitor
9553  522335 Fails to build: glib/gtester.c:276: error: 'ARG_MAX' unde...
9554  523015 Implement sliding window based upload operation
9555  523019 Use new GCC 4 feature
9556  523338 list nfs4 as a nfs mount type
9557  524350 Make glib build without NLS again
9558  524579 g_file_copy reports wrong total on progress callback for ...
9559  524742 A typo in gtestutils.c.
9560  524950 Minor documentation typos.
9561  525866 the user directory should not be considered as a mount to...
9562  526320 should not list mounts that the user doesn't have permiss...
9563  527132 nautilus crash when making ftp connection
9564  532852 CRITICAL **: totem_pl_parser_parse_with_base: assertion `...
9565  534759 Build failure in gio
9566  534764 Typo in error produced by g_file_make_directory
9567  521851 Redudant tests in gunixmounts.c
9568  524344 glib/gthread.h still use G_GNUC_PRETTY_FUNCTION
9569  525060 glib fails to build with -DG_DISABLE_ASSERT in CPPFLAGS o...
9570  534177 Invalid description of the interface g_cclosure_marshal_S...
9571  520715 Add GFile method g_file_query_file_type
9572  523039 nautilus can't access to trash/computer/network if gvfs i...
9573  
9574 * Updated translations:
9575  Arabic (ar)
9576  Bulgarian (bg)
9577  Catalan (ca) 
9578  Czech (cs)
9579  Greek (el)
9580  Candian English (en_CA)
9581  British English (en_GB)
9582  Spanish (es)
9583  Estonian (et)
9584  Basque (eu)
9585  Galician (gl)
9586  Hebrew (he)
9587  Hungarian (hu)
9588  Japanese (ja)
9589  Lithuanian (lt)
9590  Norwegian bokmål (nb)
9591  Dutch (nl)
9592  Occitan (oc)
9593  Portugese (pt)
9594  Russian (ru)
9595  Slovak (sk)
9596  Albanian (sq)
9597  Swedish (sv)
9598  Turkish (tr)
9599  Vietnamese (vi)
9600
9601
9602 Overview of Changes from GLib 2.16.0 to GLib 2.16.1
9603 ===================================================
9604
9605 * Fix a crash in g_themed_icon_new
9606
9607 * Update the included PCRE to 7.6
9608
9609
9610 Overview of Changes from GLib 2.15.6 to GLib 2.16.0
9611 ===================================================
9612
9613 * Fix the definition of G_INLINE_FUNC to work with gcc 4.3.0
9614
9615 * GIO:
9616  - Add missing GMountMountFlags argument to g_unix_volume_mount
9617  - Fix the adopt_orphan_mount vfunc to take a volume monitor 
9618    reference
9619  - Add properties to GThemedIcon for bindings sake
9620
9621 * Bugs fixed:
9622  520484 gvfsd-trash crashed with SIGSEGV in g_path_is_absolute()
9623  510855 g_checksum_update(): Take -1 for length.
9624  517676 g_themed_icon_new*() do more than call g_object_new().
9625  518816 should handle rmdir returning EEXIST correctly
9626  519352 g_[s]list_delete_link() docs
9627  519489 Fixes for sparse warnings in gio
9628  520169 add monitor argument to vfunc for GVolumeMonitor
9629  520700 Add type check in g_file_query_exists
9630  521145 FILE_READ_ONLY_VOLUME not present on Mingw32
9631  518720 No MIME type for empty files
9632  521013 in documentation, goffset doesn't say "Since 2.x"
9633  521028 Missleading error messages from g_io_channel_set_encoding()
9634  517484 GMainLoop could set the thread "Alertable" for APCs to be... 
9635
9636 * Updated translations:
9637  Assamese (as)
9638  Bengali India (bn_IN)
9639  Czech (cs)
9640  German (de)
9641  Spanish (es)
9642  Estonian (et)
9643  Finnish (fi)
9644  French (fr)
9645  Gujarati (gu)
9646  Italian (it)
9647  Lithuanian (lt)
9648  Malayalam (ml)
9649  Marathi (mr)
9650  Norwegian bokmål (nb)
9651  Romanian (ro)
9652  Russian (ru)
9653  Slovak (sk)
9654  Ukrainian (uk)
9655
9656  
9657 Overview of Changes from GLib 2.15.5 to GLib 2.15.6
9658 ===================================================
9659
9660 * GIO:
9661  - New file attributes: trash::item-count, filesystem::use-preview
9662  - Rename g_file_contains_file to g_file_has_prefix
9663  - g_file_query_filesystem_info grew async variants
9664  - g_themed_icon_append_name: new convenience function
9665  - g_content_type_get_icon is implemented now
9666  - Only show mounts in /media and ~
9667  - g_file_contains_file has been renamed to g_file_has_prefix
9668
9669 * Win32:
9670  - g_win32_get_package_installation_directory_of_module: new function
9671    which supersedes g_win32_get_package_installation_directory
9672  - Use alertable wait functions so that I/O completion routines or 
9673    user-mode Asynchronous Procedure Calls can be run
9674  - Fix race conditions in g_spawn implementation on win32
9675
9676 * Other:
9677  - g_uri_get_scheme has been renamed go g_uri_parse_scheme
9678
9679 * Updated translations:
9680  Arabic (ar)
9681  Belarusian Latin (be@latin)
9682  Catalan (ca) 
9683  British English (en_GB)
9684  Finnish (fi)
9685  Galician (gl)
9686  Hebrew (he)
9687  Italian (it)
9688  Kannada (kn)
9689  Norwegian bokmål (nb)
9690  Dutch (nl)
9691  Brazilian Portugese (pt_BR)
9692  Vietnamese (vi)
9693
9694
9695 Overview of Changes from GLib 2.15.4 to GLib 2.15.5
9696 ===================================================
9697
9698 * Update the included PCRE to 7.6
9699
9700 * GIO:
9701  - g_volume_should_automount: new function to determine if a volume
9702    should be mounted automatically
9703  - g_file_query_default_handler: new convenience function to get
9704    the default handler for a file
9705  - g_app_info_launch_default_for_uri new convenience function to
9706    launch the default handler for a URI
9707  - Use mimeapps.list and defaults.list as discussed on xdg list
9708    recently
9709  - g_app_info_get_default_for_uri_scheme has a real implementation
9710    now (gvfs provides a GConf-based implementation)
9711  - There is the beginning of a test suite
9712  - standard::description:  new file attribute
9713  - GMountMountFlags flags argument added to mount calls
9714
9715 * GObject:
9716  - class initialization is now threadsafe
9717
9718 * Updated translations:
9719   Arabic (ar)
9720   Catalan (ca)
9721   Spanish (es)
9722   Basque (eu)
9723   Italian (it)
9724   Japanese (ja)
9725   Kannada (kn)
9726   Korean (ko)
9727   Macedonian (mk)
9728   Occitan (oc)
9729   Portugese (pt)
9730   Brazilian Portugese (pt_BR)
9731   Swedish (sv)
9732   Thai (th)
9733
9734
9735 Overview of Changes from GLib 2.15.3 to GLib 2.15.4
9736 ===================================================
9737
9738 * G_GNUC_PRETTY_FUNCTION has been deprecated
9739
9740 * GIO:
9741  - g_file_copy has an async variant now
9742  - Drives and volumes now have API to get identifiers
9743    like Hal UDIs or UUIDs.
9744  - There is now a registration API to let modules register
9745    extensions they provide, such as volume monitor implementations
9746
9747 * Bugs fixed:
9748   511807 g_time_val_to_iso8601() uses MT-unsafe gmtime() function
9749   316260 [patch] Doc patches for gnode (2.8.1)
9750   385132 solaris gettext support fix
9751   484261 ./configure check for system PCRE unicode support fails w...
9752   510292 GOption main help not shown
9753   511580 Implement g_file_copy_async
9754   511654 Compile errors due to C99 constructs
9755   487909 g_utf8_strreverse and combining marks
9756   512381 unused variable 'is_main_group' 
9757
9758 * Updated translations:
9759   Arabic (ar)
9760   Belarusian (be)
9761   Czech (cz)
9762   Spanish (es)
9763   French (fr)
9764   Galician (gl)
9765   Portugese (pt)
9766   Russian (ru)
9767   Swedish (sv)
9768   Thai (th)
9769
9770
9771 Overview of Changes from GLib 2.15.2 to GLib 2.15.3
9772 ===================================================
9773
9774 * GChecksum:
9775  - g_checksum_update can accept nul-terminated strings
9776  - The MD5 implementation works correctly on buffers 
9777    that are longer than 64 bytes
9778
9779 * GIO:
9780  - Don't include a copy of the inotify headers, rely on system headers
9781  - g_file_find_enclosing_mount has an async variant now
9782  - Reduntant seek API on file streams has been removed
9783
9784 * Bugs fixed:
9785   508602 gmemory{in|out}putstream.c: unknown pointer size
9786   508771 There is no g_file_test/exists() for GFile
9787   508773 g_uri_escape_string() documentation unclear.
9788   509465 AM_PATH_GLIB_2_0 doesn't support gio
9789   509626 async functions: Document allowed NULL callback?
9790   509990 GSeekable documentation unclear
9791   510448 No inotify support on ARM or SH5
9792   510855 g_checksum_update(): Take -1 for length. 
9793
9794 * Updated translations:
9795   Basque (eu)
9796   Marathi (mr)
9797   Swedish (sv)
9798   Ukrainian (uk)
9799
9800
9801 Overview of Changes from GLib 2.15.1 to GLib 2.15.2
9802 ===================================================
9803
9804 * GIO:
9805  - Mount operation API change: unhandled methods get reported via 
9806    the reply, rather than by the signal emission return value
9807  - File monitor API change: Add a GError argument to g_file_monitor_file
9808  - g_unix_mount_guess_should_display(): new function
9809
9810 * Bugs fixed:
9811   508224 [PATCH] FAM backend crashes due to double free
9812   508074 GAsyncResult documentation suggests g_freeing it.
9813   508108 GFile documentation slightly unclear.
9814   508309 rpc_pipefs mount points should be hidden
9815   508378 GFileInfo documentation implies that it changes attribute...
9816   508719 g_file_get_relative_path fails if parent is root
9817   508773 g_uri_escape_string() documentation unclear.
9818
9819 * Updated translations:
9820   Arabic (ar)
9821   Spanish (es)
9822   Hebrew (he)
9823   Italian (it)
9824   Korean (ko)
9825   Turkish (tr)
9826
9827
9828 Overview of Changes from GLib 2.15.0 to GLib 2.15.1
9829 ===================================================
9830
9831  * Portability fixes:
9832  - Assertion functions are marked as noreturn again
9833  - Handling of inline functions has been fixed to work with gcc 4.3
9834  - C99 comments have been removed from headers
9835  - The nonportable sed -i option is no longer used
9836
9837  * GIO:
9838   - Clarified the semantics of g_app_info_get_all()
9839   - API for memory input and output streams has been changed a bit
9840   - GDirectoryMonitor has been removed; GFileMonitor can monitor
9841     files and directories now
9842
9843  * Bugs fixed:
9844    504829 Invalid environment passed to g_spawn_async in g_desktop_...
9845    505258 crash in Users and Groups: Adding a user
9846    505815 g_content_types_get_registered should not g_free keys
9847    491218 g_timer_new() doesn't initialize timer->end
9848    315437 extern inline -> static inline
9849    476856 Inconsistency between standard and implementation of the ...
9850    480122 g_module_open fails to open modules with ".la" extension
9851    495589 gspawn.c failing to set FD_CLOEXEC
9852    500273 doesn't build with --disable-visibility
9853    504142 Do not show empty groups in --help output
9854    504879 giofam incorrectly linked
9855    505042 add file attribute for actually used file size in bytes
9856    505058 xattr namespace docs
9857    505674 Misprint in the definition of the macro G_CCLOSURE_SWAP_DATA
9858    505730 Fails to build on OSX 10.4: _NSGetEnviron not declared
9859    505887 older darwin lacks lchown
9860    506374 gmemoryinputstream api
9861    506461 Conversion of g_assert_not_reached() and friends into fun...
9862    503051 Small bug in glib interface
9863    506395 Updates to GIO documentation
9864    507628 Missing .pc entry for gio linking against glib
9865    505195 [patch] typo in g_try_new0 docs 
9866    507822 g{file,directory}monitor changes signal problem
9867    506377 gmemoryoutputstream write implementation
9868    507835 bug in gunixinputstream 
9869
9870  * Updated translations:
9871    Arabic (ar)
9872    Belarusian Latin (be@latin)
9873    Spanish (es)
9874    Basque (eu)
9875    Irish (ga)
9876    Hebrew (he)
9877    Occitan (oc)
9878    Vietnamese (vi)
9879
9880
9881 Overview of Changes from GLib 2.14.x to GLib 2.15.0
9882 ===================================================
9883
9884 Major new features:
9885
9886  * GIO: a VFS API, designed to replace GnomeVFS. The GIO implementation 
9887    in GLib has support for local filesystems. The new, separate gvfs 
9888    module contains various backend implementations (cifs, ftp, sftp,
9889    http, ...)
9890
9891  * GChecksum: provides various hash algorithms, such as MD5, SHA-1
9892    and SHA-256
9893  
9894  * GTest: a test framework 
9895  
9896 Smaller additions:
9897
9898  * GHash:
9899  - GHash has iterators, as an alternative to g_hash_table_foreach
9900
9901  * GMarkup: 
9902  - g_markup_parse_context_get_element_stack: New function to
9903    get the stack of open elements
9904  - G_MARKUP_PREFIX_ERROR_POSITION: New flag to improve error
9905    reporting
9906  - g_markup_collect_attributes: Convenience function for handling
9907    attributes
9908
9909 * GKeyFile: 
9910  - Functions that take a GError now return a boolean to indicate 
9911    success, instead of void
9912  - Various performance improvements
9913
9914 * GAsyncQueue:
9915  - g_async_queue_new_full: new function that allows to specify
9916    a free function for leftover elements
9917  
9918 * GError:
9919  - g_prefix_error and g_propagate_prefixed_error: New functions
9920    to ease error propagation
9921
9922 * Internationalization:
9923  - C_: A new 2-argument variant of the Q_() macro 
9924  - Use native character set conversion API on Windows
9925
9926 * GLib builds with automake 1.10
9927
9928 * Bugs fixed:
9929  455725 specific combination of g_utf8_strlen and g_pattern_match...
9930  467537 g_convert_with_iconv() not resetting iconv() state correc...
9931  497033 Commandline option parser should warn about missing optio...
9932  504527 gchecksum: Conditional jump or move depends on uninitiali...
9933  445362 Non-numeric local labels in gatomic.c are causing linker ...
9934  482313 gregex: no way to tell why compilation failed
9935  317775 main loops continues to run after g_main_loop_quit() has ...
9936  418778 Insufficient pkg-config version requirement
9937  436293 g_option_context_new() doc should mention that the string...
9938  466557 glib-mkenums shifts ARGV[0] to undefined
9939  468882 GKeyFile doesn't accept "True" as a true boolean value
9940  469551 application --help messages are garbaged on none UTF-8 lo...
9941  479724 Memory leak upon calling "g_main_loop_run" in the seconda...
9942  490061 outptrs uninitialized after g_parse_long_long
9943  490637 gobject documentation patch
9944  495294 glib-genmarshal prints warnings but returns 0
9945  496046 option to prefix location of errors for GMarkup
9946  498113 tests/regex-test fails on 64bit environment
9947  500506 Fails to build on OSX 10.4
9948  500638 gkeyfile speedup ...
9949  500875 Make check fails as there is no "test" target for "build"...
9950  502511 g_assert_cmphex prints invalid message
9951  502927 g_array_index triggers cast aligment warning
9952  503029 g_time_val_from_iso8601 parse non-ISO8601 dates
9953  503222 Need context to translate
9954  503420 gkeyfile leaks a hash table
9955  503470 Fix build when builddir != srcdir
9956  504227 Inverse variant for g_test_trap_assert_stdout, g_test_tra...
9957  71704  file include order
9958  491957 Misprint in the specification of the interface "g_main_co...
9959  491959 Misprint in description of the structure "GThreadPool"
9960  491965 Mistype in the specification of the function "g_hook_list...
9961  491966 Misprint in the specification of the interface "g_main_co...
9962  491968 The documentation does not mention the restriction for th...
9963  491970 The documentation for the interface "g_date_clamp" is inc...
9964  491974 The documentation of the interface "g_main_context_iterat...
9965  491975 The documentation for the interfaces "g_io_channel_read_u...
9966  491979 Misprint in the description of the interfaces g_key_file_...
9967  491982 Misprint in the description of the interface "g_key_file_...
9968  501107 EXTRA_DIST automake warnings
9969  501997 g_utf8_normalize() returns NULL on invalid string
9970  502590 C_/g_dpgettext efficiency
9971  464259 g_set_application_name() docs should say "Since 2.2"
9972  496518 gbase64.c API doc clarification
9973  498728 g_key_file_get_*_list should set length to 0 when returni...
9974  500361 Improve docs for g_array_free() and g_ptr_array_free()
9975  501853 g_checksum_get_digest docs
9976  503862 Allow NULL strings in g_parse_debug_string()
9977  142676 Q_
9978  367550 Add g_async_queue_new_full() with GDestroyNotify function
9979  375651 Minor enhancements to GKeyFile API
9980  443648 MD5 digest support
9981  449937 Upgrade auto* sources to be clean under automake1.9
9982  452887 gmarkup context "get element" function is useless when ca...
9983  491549 [PATCH] Eliminate libiconv dependency on Windows
9984  500507 GHashTableIter API 
9985
9986 * Translation updates
9987  Belarusian Latin (be@latin)
9988  Czech (cs)
9989  German (de)
9990  Spanish (es)
9991  Esperanto (et)
9992  French (fr)
9993  Korean (ko)
9994  Marathi (mr)
9995  Norwegian bokmål (nb)
9996  Brazilian Portugese (pt_BR)
9997  Slovenian (sl)
9998  Swedish (sv)
9999
10000
10001 Overview of Changes from GLib 2.14.2 to GLib 2.14.3
10002 ===================================================
10003
10004 * Update PCRE to 7.4
10005
10006 * Bugs fixed:
10007  487491 Fix some warnings from sparse
10008  488068 Small (one-time) memory leak in glib_gettext initialization
10009  493688 TYPE macro "_get_type ()" is documented wrong
10010
10011 * Updated translations:
10012  Arabic (ar)
10013  Belarusian Latin (be@latin)
10014  Estonian (et)
10015  Irish (ga)
10016  Slovenian (sl)
10017
10018  
10019 Overview of Changes from GLib 2.14.1 to GLib 2.14.2
10020 ===================================================
10021
10022 * Bugs fixed:
10023  476849 Invocation of the interface "g_hook_free" fails in certai...
10024  359165 marshallers can throw warnings with -Wunused
10025  477957 more discussion on g_value_set_object vs. g_value_take_ob...
10026  478459 G_DEFINE_DYNAMIC_TYPE_EXTENDED doesn't work with G_IMPLEM...
10027  483337 inline is disabled for MSVC when compiling C code
10028  478349 Broken link to gettext website
10029  469231 g_spawn optimization for setting all open fds to CLOEXEC 
10030
10031 * Updated translations:
10032 Arabic (ar)
10033 Galician (gl)
10034 Hebrew (he)
10035 Korean (ko)
10036
10037
10038 Overview of Changes from GLib 2.14.0 to GLib 2.14.1
10039 ===================================================
10040
10041 * Bugs fixed:
10042  476840 Invocation of the interface "g_utf8_strreverse" crashes f...
10043  444765 Fix FIXME in gregex.c when new pcre is out
10044  464145 g_markup_escape_text Produces Invalid XML
10045  465625 g_type_default_interface_ref() does not ensure working g_...
10046  466768 Clearify that comments can be put anywhere in a Key-file.
10047  474229 The GError documentation should give convention for the G...
10048  474899 G_BREAKPOINT() docs inaccurate
10049  475854 Overuse of -lpcre when using system pcre
10050  473879 Incorrect includes in gregex.c
10051  468694 Typoes in documentation
10052  469051 g_snprintf () talks about characters where it probably me...
10053  457601 Missing arch specific atomic implementation
10054  475923 Missing pcre flags when static-linking against glib
10055  475619 glibthread-2.0.la does not list -lpthread
10056
10057 * Updated translations:
10058  Bulgarian (bg)
10059  Catalan (ca)
10060  Danish (da)
10061  German (de)
10062  Canadian English (en_CA)
10063  British English (en_GB)
10064  Spanish (es)
10065  Estonian (et)
10066  Finnish (fi)
10067  French (fr)
10068  Gujarati (gu)
10069  Hungarian (hu)
10070  Italian (it)
10071  Georgian (ka)
10072  Kannada (kn)
10073  Lithuanian (lt)
10074  Makedonian (mk)
10075  Norwegian (nb)
10076  Dutch (nl)
10077  Polish (pl)
10078  Portugese (pt)
10079  Brazilian Portugese (pt_BR)
10080  Romanian (ro)
10081  Russian (ru)
10082  Albanian (sq)
10083  Serbian (sr, sr@Latn)
10084  Swedish (sv)
10085  Tamil (ta)
10086  Thai (th)
10087  Ukrainian (uk)
10088  Vietnamese (vi)
10089
10090
10091 Overview of Changes from GLib 2.13.7 to GLib 2.14.0
10092 ===================================================
10093
10094 * Last-minute API additions:
10095  - Make g_unichar_combining_class public
10096  - Add goffset type, add G_MAXSSIZE and G_MINSSIZE
10097
10098 * Update PCRE to 7.2
10099
10100 * Bugs fixed:
10101  453998 Make _g_unichar_combining_class() public
10102  462549 gregex.c: variable is declared at middle of block
10103  417068 g_file_test doc inconsistency
10104
10105 * Updated translations:
10106  Assamese (as)
10107  Basque (eu)
10108  Kannada (kn)
10109  Malayalam (ml)
10110  Dutch (nl)
10111  Polish (pl)
10112  Brazilian Portugese (pt_BR)
10113  Turkish (tr)
10114
10115
10116 Overview of Changes from GLib 2.13.6 to GLib 2.13.7
10117 ===================================================
10118
10119 * The memory corruption warning from the slice allocator that
10120   occurred when threads were initialized after the slice allocator
10121   has been removed, as the slice allocator now works fine
10122   in this scenario.
10123
10124 * New functions g_once_init_enter() and g_once_init_leave() make
10125   it easier to write threadsafe one-time initialization functions 
10126  
10127 * Bugs fixed:
10128  454473 Simple XML Subset Parser terminates on invalid XML
10129  445813 g_module_open error, add file name
10130  453796 errno gets clobbered by g_filename_display_name
10131  341988 don't use "-c" with msgfmt in Makefile.in.in
10132  447048 Please produce slightly more output during long tests
10133  454785 GModule documentation lists same block of code twice.
10134  454786 GModule documentation lists same paragraph twice.
10135  383155 small docs quirks in gobject/closure API documentation
10136  65041  _get_type() functions aren't thread safe
10137
10138 * Updated translations
10139  Assamese (as)
10140  Spanish (es)
10141  Gujarati (gu)
10142  Japanese (ja)
10143  Korean (ko)
10144  Macedonian (mk)
10145
10146
10147 Overview of Changes from GLib 2.13.5 to GLib 2.13.6
10148 ===================================================
10149
10150 * Reintroduce a GType typedef whose removal in 2.13.5
10151   caused trouble for C++ bindings
10152
10153 * Bugs fixed:
10154  450216 docs not explicit enough about g_free()
10155  451459 g_type_register_static_simple calls g_type_register_static
10156
10157 * Updated translations
10158  Norwegian bokmål (nb)
10159  Sinhala (si)
10160
10161
10162 Overview of Changes from GLib 2.13.4 to GLib 2.13.5
10163 ===================================================
10164
10165 * xdg-user-dirs support: 
10166  - the Desktop directory is guaranteed to be defined
10167  - user-dirs.dirs is no longer reloaded on changes
10168
10169 * Slice allocator: 
10170  - new api to duplicate slices
10171
10172 * Regular expression support:
10173  - GRegex is a boxed type now
10174
10175 * Bugs fixed:
10176  44793 make check failing in trunk
10177  354522 Small problem with PLT hiding 6 symbols
10178  363986 glib 2.12.4 does not compile with SGI IDO cc
10179  443869 g_type_class_add_private doesn't warn when adding 0-sized...
10180  446859 Legitimately return 0 for g_quark_from_string(NULL)
10181  447534 Small typo in g_timeout_add_seconds() doc
10182  447583 GStaticRWLock
10183  447935 g_get_current_dir SIGSEGV on long path
10184  448260 CLAMP has surprising result if low > high
10185  57693  g_string_vprintf()
10186  442029 add g_slice_dup()
10187  445065 Add GRegex boxed type
10188  448819 Add full version of g_timeout_add_seconds()
10189
10190 * Updated translations: 
10191  Swedish (sv)
10192  Oriya (or)
10193  Hebrew (he)
10194  Spanish (es)
10195  Estonian (et)
10196
10197  
10198 Overview of Changes from GLib 2.13.3 to GLib 2.13.4
10199 ===================================================
10200
10201 * Bugs fixed:
10202  444121 g_get_user_special_dir deadlocks
10203  444161 invalid UTF8 in key name shows up as valgrind error in g_...
10204  444130 g_option_context_get_help() is broken when there's a desc...
10205
10206
10207 Overview of Changes from GLib 2.13.2 to GLib 2.13.3
10208 ===================================================
10209
10210 * GKeyFile:
10211  - Added defines for easier handling of desktop files
10212
10213 * Unicode support:
10214  - Update g_unichar_iswide_cjk for Unicode 5.0
10215
10216 * Regular expression support:
10217  - GRegex structs can now be ref-counted
10218  - Some new functions for dealing with incremental 
10219    replacement have been added
10220  - The GRegexEvalCallback signature has been changed
10221
10222 * g_get_user_special_dir() has been added to support
10223   xdg-user-dirs
10224
10225 * Bugs fixed:
10226  419376 Functions using named subpatterns behave inconsistently w...
10227  434358 g_regex_fetch_named() and g_regex_fetch_named_pos() are b...
10228  423708 typo in the README.win32 file see patch below
10229  339225 Add new defines for easier handling of .desktop files 
10230  442265 API additions/changes for GRegex
10231  432651 Add a glib-ish xdg_user_dir_lookup
10232
10233 * Updated translations:
10234  Estonian (et)
10235  Norwegian bokmål (nb)
10236
10237
10238 Overview of Changes from GLib 2.13.1 to GLib 2.13.2
10239 ===================================================
10240
10241 * Unicode support:
10242  - Add g_unichar_ismark()
10243
10244 * GOption:
10245  - Allow to use callbacks for remaining args
10246
10247 * Updated translations:
10248   Belarusian Latin (be@latin)
10249   British English (en_GB)
10250   Galician (gl)
10251   Norwegian bokmål (nb)
10252   Oriya (or)
10253   Spanish (es)
10254   Thai (th)
10255
10256
10257 Overview of Changes from GLib 2.13.0 to GLib 2.13.1
10258 ===================================================
10259
10260 * GRegex:
10261  - Portability fixes
10262  - Split into immutable GRegex and GMatchInfo
10263  - Add g_regex_get_max_backref() and g_regex_get_capture_count()
10264    to obtain information about the compiled regex
10265
10266 * GKeyFile:
10267  - Fix roundtrip problems
10268  - Add g_key_file_load_from_dirs()
10269
10270 * Unicode support:
10271  - Fix corner cases in case conversion routines
10272
10273 * GOption:
10274   - Add a function to get the formatted help string
10275
10276 * GHash:
10277  - Add new functions g_hash_table_get_keys() and
10278    g_hash_table_get_values() to retrieve the keys and
10279    values in list form
10280
10281 * Updated transations:
10282   Simplified Chinese (zh_CN)
10283   Arabic (ar)
10284
10285
10286 Overview of Changes from GLib 2.12 to GLib 2.13.0
10287 =================================================
10288
10289 * Add GSequence, a list that is implemented using
10290   a balanced binary tree.
10291
10292 * Add GRegex, an implementation of Perl regular expressions,
10293   based on PCRE.
10294  
10295 * Use Posix monotonic clocks instead of gettimeofday()
10296   for GTimer when available.
10297
10298 * Support static initialization of GQeues with G_QUEUE_INIT,
10299   g_queue_init() and g_queue_clear().
10300
10301 * Add g_string_chunk_clear() for clearing a 
10302   GStringChunk.
10303
10304 * Add g_unichar_get_script() to obtain Unicode
10305   script information.
10306
10307 * Add g_unichar_iszerowidth() to obtain information
10308   about zero-width characters.
10309
10310 * Add G_GNUC_MAY_ALIAS which wraps the gcc may_alias 
10311   type attribute.
10312
10313 * G_GNUC_INTERNAL has a working definition for the
10314   Sun Studio compiler. This requires the macro to
10315   be positioned before the function declaration.
10316
10317 * The slice allocator can produce detailed debugging
10318   information with G_SLICE=debug-blocks.
10319
10320 * Modules support G_DEBUG flags resident-modules and
10321   bind-now-modules.
10322
10323 * Add G_DEFINE_DYNAMIC_TYPE() to make it easier
10324   to define types in modules.
10325
10326 * Bug fixes: too many to list them in detail here.
10327
10328 * New and updated translations (be,bg,bn,ca,cs,de,
10329   en_CA,en_GB,et,fa,fr,he,hu,it,ja,ku,lt,mg,mk,ml,
10330   nb,ne,nn,pt,pt_BR,ro,sr,sr@Latn,sv,ta,uk,vi,zh_CN,
10331   zh_HK,zh_TW)
10332
10333
10334 Overview of Changes from GLib 2.12.1 to GLib 2.12.2
10335 ===================================================
10336
10337 * Unicode updates:
10338  - Normalization is following Unicode TR #29
10339  - g_unichar_isxdigit() only accept characters
10340    for which g_unichar_xdigit_value() returns a value
10341  - g_unichar_toupper and g_unichar_tolower leave
10342    unconvertable characters in place instead of
10343    replacing them by NUL
10344
10345 * Bugs fixed
10346  348491 g_utf8_strup() and g_utf8_strdown() returns 
10347         string with NUL bytes
10348  349825 GKeyFile always inserts a newline before a group
10349  347842 g_unichar_isxdigit() is too general about what 
10350         it considers a digit
10351  348694 g_utf8_normalize() hasn't been updated to PR #29
10352  348785 Hint about G_DEBUG in Message Logging docs
10353  349792 Wrong english string (UI)
10354  349952 gparamspecs.c uses gcc feature
10355
10356 * Translation updates (ca,cs,de,dz,es,eu,fi,gu,ko,
10357   nl,pl,tr,uk,zh_HK,zh_TW)
10358
10359
10360 Overview of Changes from GLib 2.12.0 to GLib 2.12.1
10361 ===================================================
10362
10363 * Update to final Unicode Character Database 5.0.0
10364
10365 * Bugs fixed:
10366  346660 issues with base64 api documentation / g_base64_decode_cl...
10367  348136 Coverity reports allocation of wrong size CID #2839
10368  336281 Update to UCD 5.0
10369  346197 g_date_strftime %F option doesnt work for win32
10370  348011 Small optimization to real_toupper()
10371  246494 prototype mismatch in glib/gconvert.c
10372
10373 * New and updated translations (bg,bn_IN,ca,dz,eu,fi,
10374   fr,he,it,ja,mk,or,pt)
10375
10376
10377 Overview of Changes from GLib 2.11.4 to GLib 2.12
10378 =================================================
10379
10380 * Bugs fixed:
10381  344905 leap-year bug in g_time_val_from_iso8601 w/o HAVE_TIMEGM
10382
10383 * Updated translations (cy,nb,nl)
10384
10385
10386 Overview of Changes from GLib 2.11.3 to GLib 2.11.4
10387 ===================================================
10388
10389 * GBookmarkFile:
10390  - g_bookmark_file_remove_item returns a boolean
10391  
10392 * g_mkstemp accepts the XXXXXX in the middle of
10393   the template
10394  
10395 * Bugs fixed:
10396  344868 g_key_file_to_data should separate groups 
10397
10398 * Updated translations (de,es,fr,gu,hi,ko,th)
10399
10400
10401 Overview of Changes from GLib 2.11.2 to GLib 2.11.3
10402 ===================================================
10403
10404 * GBookmarkFile:
10405   - g_bookmark_file_move_item: Return TRUE in case of
10406     an empty target
10407
10408 * Bugs fixed: 
10409  343919 gunicollate.c: strxfrm bug on VC8
10410
10411 * Updated translations (fi)
10412
10413 Overview of Changes from GLib 2.11.1 to GLib 2.11.2
10414 ===================================================
10415
10416 * Add g_ascii_stroll to parse signed 64bit integers
10417
10418 * GMarkup: add a flag to treat CDATA as text
10419
10420 * GHashTable: add functions to remove all entries
10421
10422 * GMainLoop: add functions to find the currently
10423   running source, and determine if it is destroyed
10424
10425 * Bug fixes:
10426  342563  g_atomic_thread_init() needs to be called before 
10427          other _g_*_thread_init() functions
10428  343548  Potential use after free in callers of g_string_free() 
10429  168538  Wish: Clearing contents of GHashTables
10430  321886  GTK+ cannot be reliably used in multi-threaded 
10431          applications
10432  341826  goption.c: 'strtoll' is C99's function
10433  343899  g_ascii_formatd dosn't work as expected for all 
10434          format strings
10435  317793  Make GEnumValue strings const
10436  337129  Compile warnings in G_IMPLEMENT_INTERFACE
10437  303622  What is G_TYPE_CHAR?
10438
10439 * Updated translations (bg,dz,eu,gl,ja,ko,nl,th,vi)
10440  
10441
10442 Overview of Changes from GLib 2.11.0 to GLib 2.11.1
10443 ===================================================
10444
10445 * GOption  
10446   - Support 64-bit integers 
10447   - Allow optional text before and after the options
10448     in help output
10449
10450 * Bug fixes:
10451  340538 gbase64-test writes OOB 
10452  340816 GKeyFile set_string_list invalid memory reads 
10453  339105 g_key_file_parse_value_as_double
10454  340434 convert-test.c fails (function test_one_half)
10455  311043 Memory leaks (and potential infinite loops) 
10456         when using G_ERRORCHECK_MUTEXES
10457  335198 Error checking mutexes are fubar  
10458  341237 Add a G_OPTION_ARG_INT64
10459  341192 g_io_channel_set_flags not implemented on win32
10460  336120 Allow adding description before/after GOption 
10461         --help output body
10462  341191 misplaced check in g_relation_delete
10463  340530 mismatched calloc / g_free in win32 threads
10464
10465 * Updated translation (es)
10466
10467 Overview of Changes from GLib 2.10.x to GLib 2.11.0
10468 ===================================================
10469
10470 * GBookmarkFile: a parser for files containing bookmarks
10471   stored using the Desktop Bookmark specification.
10472
10473 * Base64 encoding support
10474         
10475 * Unicode 5.0 support
10476
10477 * GOption supports floating point numbers 
10478
10479 * GKeyFile supports floating point numbers
10480
10481 * Bug fixes:
10482  155884 gatomic.c should be based on new SDK
10483  157877 update-desktop-database doesn't handle duplicate entries
10484  164719 keyfile parser doesn't support floats
10485  327662 Import BookmarkFile from libegg
10486  329548 Add G_OPTION_ARG_DOUBLE
10487  329789 option-test.c type confusion
10488  332841 Segmentation Fault when %llu is passed to vasnprintf and 
10489         HAVE_SNPRINTF is not defined
10490  333879 gthread/gthread-win32.c: IsDebuggerPresent needs '#define 
10491         _WIN32_WINDOWS 0x0401'
10492  333916 g_timer_elapsed docs should mention that microseconds 
10493         may be NULL
10494  334440 dlerror() portability issue causes crash on (old) a.out 
10495         NetBSD platform
10496  334646 goption + error out params
10497  334799 g_remove() must check return value of remove()
10498  334943 make check FAIL: threadpool-test
10499  335215 Some breakages with GThreadPool
10500  336085 g_option_context_new parameter lacks better explanation
10501  336677 Documentation for g_object_ref_sink() is incorrect
10502  337027 gbookmarkfile.c: sys/time.h include error
10503  337553 Wrong escaping of URIs
10504  338572 Dereferencing NULL value in g_key_file_get_group_comment
10505  338845 g_completion_complete_utf8 crashes when NULL is passed to it
10506  339337 g_bookmark_file_set_description
10507  339338 gbookmarkfile.c, function expand_exec_line
10508  339340 gbookmarkfile.c, function bookmark_app_info_dump
10509
10510 * Translation updates (bg,en_GB,et,gl,gu,he,hi,ka,nb,nl,nn,
10511                        or,pt_BR,ro,tr,vi,zh_CN)
10512
10513
10514 Overview of Changes from GLib 2.10.0 to GLib 2.10.1
10515 ===================================================
10516
10517 * Bugs fixed:
10518  314794 Broken pthread detection on Darwin [Gregor Riepl]
10519  322476 Missing check for .dylib [Vladimir Panov]
10520  333651 Inconsistent _g_charset_get_aliases prototype [Julio 
10521         M. Merino Vidal]
10522  333761 GInitiallyUnowned breaks application code [Sven Herzberg]
10523
10524 * Win32 changes:
10525  - Fix g_listenv() implementation.
10526  - Allow up to 100 GPrivate structs
10527
10528 * Translation updates (fr,hu,lt,pl,sv)
10529
10530
10531 Overview of Changes from GLib 2.9.6 to GLib 2.10.0
10532 ==================================================
10533
10534 * Bugs fixed:
10535  328997 64bit pointer trunction in glib slab-allocator
10536         [Pascal Hofstee]
10537  331110 g_cond_broadcast(inform_cond) without holding 
10538         inform_mutex [Chris Wilson, Sebastian Wilhelmi]
10539  332093 Fix some leaks in the tests [Kjartan Maraas]
10540  332435 g_utf8_strlen returns wrong value if a maximum 
10541         number of bytes to check is specified 
10542         [Matthias Clasen]
10543  331367 gslice requires more POSIX-like semantics for 
10544         GPrivate destructors [Tor Lillqvist]
10545
10546 * Documentation improvements [Matthias, Kang Jeong-Hee,
10547   Tor Lillqvist, Stefan Kost]
10548
10549 * Translation updates (el,eu,ka,uk)
10550
10551 Overview of Changes from GLib 2.9.5 to GLib 2.9.6
10552 =================================================
10553
10554 * Bugs fixed: 
10555  329124 distclean removes README [Kjartan Maraas, Tim Janik]
10556  317679 GRelation field type not documented [Behdad Esfahbod]
10557  329123 Typo in GTime docs [Kjartan Maraas]
10558
10559 * Documentation improvements [Sven Herzberg, David
10560   Schleef, Kjartan Maraas, Behdad Esfahbod]
10561
10562 * Translation updates (cs,cy,it,ko,pt,sq,sr,sr@Latn,ru
10563
10564 Overview of Changes from GLib 2.9.4 to GLib 2.9.5
10565 =================================================
10566
10567 * Memory management: 
10568   Runtime debugging support: The slice allocator
10569   can be turned off by setting G_SLICE=always-malloc
10570   in the environment. Zeroing of freed memory can
10571   now be turned on at runtime by setting
10572   G_DEBUG=gc-friendly in the environment. [Tim Janik]
10573
10574 * Bugs fixed:
10575  328253 HP-UX/IA-64 uses ".so" as default shared library 
10576         extension [Albert Chin]
10577  143380 unicode-encoding test fails converting to UTF-16 
10578         with libiconv [Marc Moorcroft]
10579  328254 Build breakage (GSlice) [Jens Ganseuer]
10580  328705 C99ism in glib/gmem.c [Kazuki Iwamoto]
10581
10582 * Translation updates (da,et,zh_CN)
10583
10584 Overview of Changes from GLib 2.9.3 to GLib 2.9.4
10585 =================================================
10586
10587 * Type system:
10588   Fix a problem with g_object_compat_control() which 
10589   can lead to segfaults in GTK+ applications on 64bit 
10590   platforms. 
10591
10592 * Thread suppport: 
10593   Unused threads now fall back to the global pool after 
10594   500 milliseconds, where they wait for another 
10595   max-idle-time milliseconds. [Sebastian Wilhelmi]
10596
10597 * Fix a memory allocation problem in GKeyFile. [Morten 
10598   Welinder]
10599
10600
10601 Overview of Changes from GLib 2.9.2 to GLib 2.9.3
10602 =================================================
10603
10604 * GTree:
10605  - Replace the simple recursive implementation by
10606    a nonrecursive, threaded one  [Maurizio Monge]
10607
10608 * Change g_filename_display_name and
10609   g_filename_display_basename to use the Unicode
10610   replacement character U+FFFD instead of a question
10611   mark, and don't append "(invalid encoding)"  [Matthias]
10612
10613 * Documentation improvements [Sven Herzberg, Federico
10614   Mena Quintero, Stefan Kost]
10615
10616 * Bugs fixed:
10617  323937 gslice.c in glib 2.9.1 doesn't build on Mac OS X 
10618         [Bogdan Nicula]
10619  326558 Some test failures on IRIX 6.5 [Daichi Kawahata]
10620  169285 "threaded" tree implementation for GTree 
10621         [Maurizio Monge]
10622  326747 g_filename_display_basename adds (invalid encoding) 
10623         [Alberto Ruiz]
10624
10625 Other contributors: Christian Kellner, Murray Cumming
10626
10627 New and updated translations (bg,ca,de,es,et,gu,ja,nl,th,vi)
10628
10629
10630 Overview of Changes from GLib 2.9.1 to GLib 2.9.2
10631 =================================================
10632
10633 * Memory management:
10634  - Add tests for cache colorization [Tim Janik]
10635  - Minimize space consumption if small amounts of differently
10636    sized slices are allocated, at a small performance cost.  [Tim]
10637
10638 * Thread support:
10639  - Add g_atomic_pointer_set() and g_atomic_int_set() [Tim Janik,
10640    Sebastian Wilhelmi]
10641  - Add g_thread_pool_set_sort_function() to allow sorting the 
10642    tasks of a threadpool.  [Martyn Russell]
10643  - Add g_thread_pool_set_idle_time() to allow unused threads
10644    to exit after a certain time.  [Martyn]
10645
10646 * Type system:
10647  - introduce a new type GInitiallyUnowned, which has an initial
10648    floating reference. [Tim]
10649  - Add support for GType parameters. [Matthias]
10650
10651 * Main loop:
10652  - Add g_main_context_is_owner() to determine if the current
10653    thread is the owner of the context.  [Michael Meeks]
10654
10655 * Provide g_access(), g_chdir(), g_unlink(), g_rmdir() as 
10656   wrapper functions instead of macros.  [Manish Singh]
10657
10658 * Documentation improvements [Tim, Matthias, Federico Mena Quintero,
10659   Stefan Kasal, Dan Williams]
10660
10661 * New and updated translations (en_CA,fi,fr,gl,ml,nb,no,zh_HK,zh_TW)
10662
10663 * Bugs fixed:
10664  324179 g_allocator_new() returns pointer to const dummy which Gtk+ 2.8 
10665         tries to modify [J. Ali Harlow]
10666  324332 g_option_context_parse() returns false without setting error 
10667         [Tim-Philipp Müller]
10668  324950 GLIB 2.9.1 testcase errors [Dan Yefimov]
10669  325015 gslice.c: process.h is needed on Windows [Kazuki Iwamoto]
10670  321978 G_DATALIST_GET_FLAGS() macro is not casting datalist to 
10671         gpointer [Andrew Paprocki]
10672  316221 G_LOCK warns about breaking strict-aliasing [Michal Benes, 
10673         Stanislav Brabec]
10674  325273 Error in documentation for glib_check_version () [Declan Naughton]
10675  325310 g_spawn_sync hangs when catching both stdout and 
10676         stderr [Tor Lillqvist]
10677  325249 gcc warning when using g_rmdir from <glib/gstdio.h> [Jani Monoses]
10678  325864 glib/gthreadpool.c:"#define debug(...)" is C99 [Kazuki Iwamoto]
10679  325874 Should say somewhere that source IDs are > 0 [Dan Williams]
10680  325438 a typo (compatability) [Stefan Kasal]
10681  323937 gslice.c in glib 2.9.1 doesn't build on Mac OS X [Bogdan Nicula]
10682
10683
10684 Overview of Changes from GLib 2.9.0 to GLib 2.9.1
10685 =================================================
10686
10687 * Memory management
10688  - The slice allocator is implemented [Tim Janik]
10689  - g_slice_free_chain() has been renamed to 
10690    g_slice_free_chain_with_offset()  [Tim, Behdad Esfahbod]
10691  - Mem chunks are deprecated [Matthias Clasen]
10692
10693 * Data structures
10694  - Hash tables are refcounted, and have a boxed type [Tim]
10695
10696 * Thread support
10697  - Support for Solaris threads has been removed 
10698    [Sebastian Wilhelmi, Andrew Paprocki]
10699  - g_async_queue_sort(), g_async_queue_push_sorted() have 
10700    been added to allow GAsyncQueue to be used as a priority 
10701    queue, together with the corresponding _unlocked 
10702    variants  [Martyn Russell]
10703
10704 * GObject:
10705  - The concept of a floating initial reference has been
10706    moved from GtkObject to GObject [Tim]
10707
10708 * Win32 changes:
10709  - Make g_rename() replace existing files [Tor Lillqvist]
10710
10711 * Misc new API:
10712  - G_GUINT64_CONSTANT macro to define guint64 
10713    constants [Andrew Paprocki]
10714  - G_GNUC_WARN_UNUSED_RESULT macro to instruct the 
10715    compiler to emit a warning if the value returned
10716    by a function is ignored. [Arjan van de Ven, Alex Larsson]
10717  - GList and GSList now have sort functions which take an
10718    extra user data argument [Martyn Russell]
10719  - g_param_spec_ref_sink() has been added for consistency [Tim]
10720
10721 * $LOGNAME is respected when determining user data. [Laszlo Peter]
10722
10723 * Other changes and bug fixes [Tim, Matthias, Behdad, 
10724   Christian Persch, Benedikt Meurer, Andrew Paprocki, 
10725   Kazuki Iwamoto, Alexis S. L. Carvalho, Stanislav Brabec,
10726   Andreas Schwab, Kalle Vahlman]
10727
10728 * Documentation
10729  - Deprecation warnings carry version information [Matthias]
10730  - The slice allocator has been documented [Matthias, Tim]
10731  - Other improvements [Morten Welinder]
10732
10733 Overview of Changes from GLib 2.8.x to GLib 2.9.0
10734 =================================================
10735 * Unicode support:
10736  - The Unicode tables have been updated to Unicode 4.1, 
10737    adding several new values to the GUnicodeBreakType 
10738    enumeration. This breaks Pango <= 1.10 
10739    [Behdad Esfahbod]
10740  - The various Unicode character predicate functions 
10741    (g_unichar_isalpha, g_unichar_isdigit,...) have
10742    been optimized
10743    [Behdad]
10744  - g_utf8_pointer_to_offset, g_utf8_offset_to_pointer:
10745    These functions handle negative offsets now, and
10746    going backwards in g_utf8_offset_to_pointer uses
10747    "stutter stepping".
10748    [Larry Ewing, Matthias Clasen]
10749
10750 * Memory management:
10751  - Mem chunks are no longer used internally in GLib and
10752    GObject. GMemChunk will be deprecated in GLib 2.10
10753  - All APIs based on GAllocator (g_list_push/pop_allocator,
10754    and similar push/pop_allocator functions for other
10755    data structures) have been deprecated, since they
10756    never worked as intended.
10757  - The g_slice_* functions have been added as a 
10758    new API for fast allocation of small memory blocks. 
10759    The implementation in GLib 2.9.0 is just a simple 
10760    wrapper around malloc. GLib 2.10 will have an
10761    efficient and scalable implementation. 
10762    [Tim Janik, Matthias]
10763
10764 * Pattern matching:
10765  - g_pattern_match has been optimized to avoid
10766    unnecessary recursion.
10767    [Tim, Matthias]
10768
10769 * g_intern_string, g_intern_static_string: 
10770  - New functions to intern strings. These are now used 
10771    by GObject to avoid duplicating static strings 
10772    [Matthias]
10773
10774 * g_thread_foreach: 
10775  - New function to iterate over all GThreads 
10776    [Tim, Matthias]
10777
10778 * g_date_set_time_t, g_date_set_time_val:
10779  - New functions to set a GDate from a time_t or
10780    GTimeVal value. g_date_set_time has been deprecated 
10781    in favor of these.
10782    [Roger Leigh]
10783
10784 * g_snprintf and g_vsnprintf:
10785  - These functions are no longer declared in gprintf.h, 
10786    since they are in glib.h
10787    [Matthias]
10788
10789 Overview of Changes from GLib 2.8.0 to GLib 2.8.1
10790 =================================================
10791 * Optimize single-character insertions in GString [Ross Burton]
10792 * Fix build problems on OS X
10793 * Fix build problems on Win32 [Tor Lillqvist, Hans Breuer]
10794 * Other bug fixes [Matthew F. Barnes, Stepan Kasal] 
10795 * Documentation improvements [Tristan van Berkom, Behnam
10796   Esfahbod, Gustavo Carneiro, Stepan Kasal, Matthias]
10797 * New and updated translations (ca,cy,ko,ro,uk)
10798
10799 Overview of Changes from GLib 2.7.7 to GLib 2.8.0
10800 =================================================
10801 * Make g_value_transform() handle enum values
10802   correctly on ppc64.  [Michael Lorenz]
10803   (Third-party code accessing enumeration values 
10804   in GValues should also be changed to access 
10805   v_long, not v_int, in order to work on bigendian 
10806   64bit machines.)
10807 * Make g_flags_get_first_value() handle a value
10808   of 0 meaningfully. [Tim-Philipp Müller] 
10809
10810 Overview of Changes from GLib 2.7.6 to GLib 2.7.7
10811 =================================================
10812 * Make atomic operations on s390 work [Matthias]
10813 * Fix C++ guards in gstdio.h [Tor Lillqvist]
10814
10815 Overview of Changes from GLib 2.7.5 to GLib 2.7.6
10816 =================================================
10817 * Add native implementations of atomic operations 
10818   on s390 [Matthias]
10819 * Make atomic reference counting of closures
10820   work on s390 [Matthias]
10821 * Avoid an infinite loop in g_convert_with_iconv().
10822   [Sebastian Bacher]
10823 * Documentation improvements [Ross Burton]
10824
10825 Overview of Changes from GLib 2.7.4 to GLib 2.7.5
10826 =================================================
10827 * Thread-related changes
10828  - Fix build issues on HP-UX [Paul Cornett]
10829  - Threadsafe access to flags stored in datasets [Tim Janik]
10830  - Fix several issues with atomic refcounting for 
10831    closures, objects and paramspecs [Tim]
10832  - Improve tests for atomic refcounting changes [Tim]
10833 * Fix handling of stateful encodings in g_convert_* [Matthias]
10834 * Fix translation of GOption help output [Dan Winship]
10835 * Catch format errors in translations. This may cause 
10836   "make check" to fail when using older versions
10837   of gettext [Matthias]
10838 * Win32 bug fixes [Tor Lillqvist]
10839 * Documentation improvements [Ross Burton, Jochen Baier, 
10840   Matthias, Tim]
10841 * New and updated translations (de,fi,gu,pl,pt,tr,zh_TW)
10842
10843 Overview of Changes from GLib 2.7.3 to GLib 2.7.4
10844 =================================================
10845 * Fix g_atomic_pointer_compare_and_exchange 
10846   on Sparc64 [Gert Doering]
10847 * Fix a hang in g_thread_pool_free. [Hong Jen Yee]
10848 * Win32 bug fixes [Tor Lillquist]
10849 * Other bug fixes [Benoit Dejean, Manish Singh]
10850 * Documentation improvements [Bryan Silverthorn,
10851   Callum McKenzie] 
10852 * New and updated translations (de,lt,sq,zh_CN)
10853
10854 Overview of Changes from GLib 2.7.2 to GLib 2.7.3
10855 =================================================
10856 * GOption
10857  - Allow callbacks with optional arguments [Pawel Sliwowski]
10858  - Allow to turn off the automatic long option name
10859    disambiguation  [Adam McLaurin]
10860  - Only allow printable ASCII as short option names [Matthias]
10861 * Win32
10862  - Build fixes [Tor Lillqvist]
10863  - Rewrite iochannel socket implementation [Tor]
10864 * GObject
10865  - Threadsafety improvements; in particular, refcounting
10866    of objects is done atomically now. [Wim Taymans, Tim Janik]
10867 * Bug fixes [Morten Welinder, Matthias, Wim Taymans]
10868 * Documentation improvements [Richard Laager, Matthias]
10869 * New and improved translations (bf,cs,hu,nb,nl,no)
10870
10871 Overview of Changes from GLib 2.7.1 to GLib 2.7.2
10872 =================================================
10873 * Win32 build fixes [Hans Breuer]
10874 * Bug fixes [Mikael Magnusson]
10875 * Documentation improvements [Matthias Clasen]
10876 * New and updated translations (en_CA,es,et,ja,sr,sr@Latn,zh_TW)
10877
10878 Overview of Changes from GLib 2.7.0 to GLib 2.7.1
10879 =================================================
10880 * GOption 
10881  - Allow callback arguments without parameters [Dan Winship]
10882 * GMappedFile: an mmap wrapper [David Schleef, Behdad Esfahbod]
10883 * Misc new functions:
10884  - g_get_host_name [Tor Lillqvist]
10885  - g_mkdir_with_parents [Tor]
10886  - g_build_pathv, g_build_filenamev [Todd A. Fisher, 
10887    Matthias Clasen]
10888 * Bug fixes [Roger Leigh, Masatake YAMATO, Kjartan Maraas,
10889   Manish Singh, Tor, Murray Cumming, Kian Duffy, Morten Welinder]
10890 * Documentation improvements [Hong Gang XU, Dan Winship, Matthias]
10891 * New and updated translations (bg,cs,da,en_CA,es,et,nb,nl,no,
10892   sk,th,zh_TW)
10893
10894 Overview of Changes from GLib 2.6.x to GLib 2.7.0
10895 =================================================
10896 * GKeyFile
10897  - Add unit tests [Matthias Clasen, Suren A. Chilingaryan]
10898  - Accept \r\n as line end [Bastian Nocera]
10899  - Don't interpret leading zeros as octal numbers. [Matthias]
10900  - Make key and group removal work [David Hoover, Matthias Hasselmann]
10901 * GOption
10902  - Improve formatting of --help output [Matthias, Noah Levitt]
10903  - Accept -? [Matthias]
10904  - Warn about duplicate main groups [Jeff Franks]
10905  - Treat '-' as non-option argument [Tim Musson, Thomas Leonard]
10906  - Report missing arguments as errors [Björn Lindqvist]
10907  - Add a boxed type for GDate [Tim-Philipp Müller]
10908 * GTree
10909  - g_tree_remove() and g_tree_steal() return status information [Matthew F. Barnes]
10910 * Stdio wrappers
10911  - Work regardless of large file support [Manish Singh]
10912  - Add g_access(), g_chmod(), g_creat(), g_chdir [Tor Lillqvist]
10913 * GObject
10914  - Implement "toggle references" to help language bindings [Owen Taylor]
10915  - Allow to mark names, nicks and blurbs of pspecs as static [Ben Maurer, Matthias]
10916  - Make pspec lookup a bit faster [Morten Welinder]
10917 * Add g_listenv() to list all set environment variables [Hans Petter Jansson]
10918 * Add g_file_set_contents() to atomically write a file.  [Søren Sandmann,
10919   Sven Neumann, Manish, Alexis S. L. Carvalho]
10920 * Add g_try_malloc(), g_try_new(), g_try_new0() and g_try_renew() [Stefan Kost]
10921 * Add g_utf8_collate_key_for_filename() to sort filenames taking
10922   extensions and numeric suffixes into account.  [Ole Laursen, Alex Larsson]
10923 * Add G_GNUC_NULL_TERMINATED to mark varargs function with 
10924   NULL-terminated argument lists. [Marc Meissner]
10925 * Win32 changes
10926  - Improved debugability [Ulf Lamping, Hans Breuer]
10927  - Make filename handling more robust [Tor, Billy Skaggs]
10928  - Improve g_get_system_data_dirs() [Tor]
10929  - Use more precise timers [Tor]
10930  - Build fixes [Kazuki Iwamoto, Hans, Tor, Robert Ögren]
10931 * Other bug fixes [Roger Leigh, Owen, Matthias, Morten, Kjartan Maraas, 
10932   Pawel Sakowski, Tor, Simon Budig, Ed Avis, Manish, Nicolas Laurent, 
10933   Bastien, Fabrício Barros Cabral, Michael Banck, Daniel Atallah, 
10934   J. Ali Harlow, Tim Janik, Hazael Maldonado Torres, Sven, Jon-Kare Hellan,
10935   Dave Benson, Tommi Komulainen, Benjamin Otte, Brian Cameron, Changwoo Ryu, 
10936   Christian Biere, Noah, Benoît Carpentier]
10937 * Documentation improvements [Vincent Untz, Matthias, Tim-Philipp Müller,
10938   Morten, Matthew, Federico Mena Quintero, Sebastian Bacher, Oliver Sessink, 
10939   Stefan, Jared Lash, Tor, Owen, Daniel Vaillard, Mathieu Lacage]
10940 * New and updated translations (ca,cs,da,el,en_CA,en_GB,es,et,eu,fa,fr,gl,
10941   hu,id,it,lt,mn,ne,nl,pl,pt,pt_BR,ro,rw,sk,sq,sr,sr@Latn,tl,uk,xh,zh_CN)
10942
10943 Overview of Changes from GLib 2.6.0 to GLib 2.6.1
10944 =================================================
10945 * GOption
10946  - Make gtk_init(NULL, NULL) work again [Marcin Krzyzanowski]
10947  - Improve handling of -- [Matthias Clasen]
10948  - Don't show G_OPTION_REMAINING in --help output [Matthew F. Barnes]
10949 * g_find_program_in_path() doesn't return directories [Tommi Komulainen]
10950 * Add gmodule-export-2.0.pc [Matthias]
10951 * Win32 changes
10952  - Improve hangling of UNC paths [Tor Lillqvist]
10953  - g_getenv(), g_setenv(), g_unsetenv(), g_find_program_in_path()
10954    take and return UTF-8 now [Tor] 
10955  - Make g_file_test() work more reliably, and use PATHEXT
10956    when check for executables [Tor]
10957  - Build and cross-compilation fixes [J. Ali Harlow]
10958 * Other bug fixes [Jens Hatlak, Morten Welinder, 
10959   Tor, Kalpesh Shah, Adrian Bunk]
10960 * Documentation improvements [Marcin Krzyzanowski, Tor, Crispin
10961   Flowerday, Mariano Suárez-Alvarez, Christian Biere, Danny Milo,
10962   Vincent Untz, Bastien Nocera]
10963 * New and updated translations (cy,de,nl,ru,sq,sv)
10964
10965 Overview of Changes from GLib 2.4.x to GLib 2.6.0
10966 =================================================
10967
10968 * Major new APIs
10969   - GOption, a commandline option parser
10970   - GKeyFile, a parser/editor for the .ini like files 
10971   - Functions to support the XDG basedir specification
10972   - Wrappers for common POSIX pathname functions to handle filename
10973     encodings consistently. On Windows, these use UTF-8.
10974
10975 * Miscellaneous new functions
10976   - g_filename_display_name() converts filenames in displayable UTF-8 strings
10977   - g_uri_list_extract_uris() splits uri lists
10978   - g_date_get_iso8601_week_of_year() gets ISO 8601 week numbers
10979   - g_log_set_default_handler() installs an alternate default log handler
10980   - g_get_language_names() obtains a list of applicable locale names
10981   - g_strv_length() calculates the length of NULL-terminated string arrays
10982   - g_win32_get_windows_version() determines the Windows version 
10983   - G_GNUC_INTERNAL marks functions as non-exported
10984   - glib_check_version() checks the GLib version at runtime
10985   - g_debug() completes the family of logging functions
10986
10987 * Performance improvements
10988   - Optimize g_utf8_validate()
10989   - Optimize g_markup_parse_context_parse()
10990   - Reduce signal connection complexity from O(n) to O(1) 
10991   - Get rid of many PLT entries for internally used exported symbols
10992   - Reduce code size by removing literal strings from g_return_if_fail()
10993
10994 * Other changes
10995   - On Windows, GLib functions that take file name arguments now require
10996     those to be in UTF-8. Functions that return file names return UTF-8.
10997   - Use higher precision for mathematical constants
10998   - Don't convert to/from UTF-8 in g_filename_to_uri/g_filename_from_uri
10999   - Support ll as printf format modifier for long long on all platforms
11000   - Clean up the ABI and enforce the list of exported symbols
11001   - Add a .pc file for using gmodule in libraries
11002   - Require ngettext
11003
11004 Overview of Changes from GLib 2.5.7 to GLib 2.6.0
11005 =================================================
11006 * GOption: Don't list help options if group-specific
11007   options have been requested [Glynn Foster]
11008 * Make g_get_language_names() track locale changes [Christian Persch]
11009 * Win32 bug fixes [Tor Lillqvist]
11010 * Bug fixes [Philippe Blain, Owen Taylor, Sebastian Wilhelmi]
11011 * New and updated translations (da,es,ja,lt,zh_CN)
11012 Bugs fixed: 159530,100697,160271,160645,157255
11013
11014 Overview of Changes from GLib 2.5.6 to GLib 2.5.7
11015 =================================================
11016 * Optimize g_utf8_validate() [Owen Taylor, Matthias Clasen]
11017 * Optimize g_markup_parse_context_parse() [Havoc Pennington, 
11018   Morten Welinder]
11019 * Reduce signal connection complexity from O(n) to O(1) 
11020   [Sven Neumann]
11021 * Add a .pc file for using gmodule in libraries [Owen]
11022 * Add G_GNUC_MALLOC to mark functions returning newly 
11023   allocated memory  [Matthias]
11024 * Win32 bug fixes [Hans Breuer, Tor Lillqvist, Robert Ögren,
11025   Bruce Hochstetler]
11026 * Bug fixes [Kazuki IWAMOTO, Matthias, Manish Singh, Morten,
11027   Frederic Crozat, Tor]
11028 * Documentation improvements [Matthias, Tor, Owen]
11029 * New and updated translations (cs,da,de,en_CA,en_GB,es,nb,nl,sq,zh_CN)
11030
11031 Overview of Changes from GLib 2.5.5 to GLib 2.5.6
11032 =================================================
11033 * GOption
11034   - Add G_OPTION_FLAG_REVERSE to allow options 
11035     which unset a  boolean variable [Tor Lillqvist]
11036 * GChildWatch
11037   - Use sigaction instead of signal [Jonas Jonnson, 
11038   Archana Shah]
11039   - Make the very first SIGCHLD work [Gustavo Carneiro]
11040 * Bug fixes [Morten Welinder, Tor, David MacLachlan,
11041   Manish Singh, J. Ali Harlow]
11042 * Documentation improvements [Matthias Clasen, Tor]
11043 * Updated translations (da,ja,tr,zh_CN)
11044
11045 Overview of Changes from GLib 2.5.4 to GLib 2.5.5
11046 =================================================
11047 * GKeyFile
11048   - Cleanups, add more error checking [Ray Strode]
11049   - Fall back to the untranslated string when getting 
11050     locale strings [Mark McLoughlin]
11051 * GOption
11052   - Document GOption [Matthias Clasen]
11053   - Better support for rest arguments [Owen Taylor, Matthias]
11054   - Handle conflicts between groups [Matthias]
11055 * Add g_lstat() to the stdio wrappers [Tor Lillqvist]
11056 * Add g_filename_display_name() to convert filenames
11057   in displayable UTF-8 strings  [Alex Larsson, Matthias]
11058 * Win32 bug fixes [Kazuki IWAMOTO, Hans Breuer, Tor]
11059 * Bug fixes [Christophe Fergeau, Morten Welinder, 
11060   Owen, Kjartan Maraas, Mark]
11061 * Documentation improvements [Matthias, Tor]
11062
11063 Overview of Changes from GLib 2.5.3 to GLib 2.5.4
11064 =================================================
11065 Add GKeyFile, a parser/editor for the .ini like files used in various
11066    freedesktop.org specifications. [Ray Strode]
11067 Make the handling of filename encodings consistent across all
11068    GLib functions, introduce wrappers for common POSIX 
11069    functions which accept the same filename encoding. [Tor Lillqvist, 
11070    Owen Taylor]
11071 GOption
11072  - Rename g_context_option_error_quark() to a more language-binding
11073    friendly name [Murray Cumming]
11074  - Accept backslashes in filenames on Win32 [Tor Lillqvist]
11075 * Strip the internal aliasing prefix IA__ from function names in 
11076   assertions [Matthias Clasen]
11077 * Add a function to split uri lists. [Matthias]
11078 * Win32 bug fixes 
11079  - Don't open console windows [Tor]
11080 * Other bug fixes [Philippe Blain, Robert Ögren, Hidetaka Iwai, Matthias,
11081  Morten Welinder, Mats-Ola Persson, Tor, Nickolay V. Shmyrev, Kjartan Maraas,
11082   Anders Carlsson, Tim-Philipp Müller, Lucas Rocha, Andrea Campi, Manish
11083   Singh, Thomas Fitzsimmons, Kazuki IWAMOTO]
11084 * Documentation improvements [Matthias, Linus Walleij, Nickolay, Philippe, 
11085  Adam Hooper, Gustavo Carneiro]
11086 * New and updated translations (cs,en_CA,en_GB,ja,nb,nl,or,sr,sr@Latn,sq)
11087
11088 Overview of Changes from GLib 2.5.2 to GLib 2.5.3
11089 =================================================
11090 * GOption
11091  - set the program name from argv[0] [Masatake YAMATO] 
11092  - make contexts work without a main group [Anders Carlsson]
11093 * Performance 
11094  - Get rid of many PLT entries for internally used exported symbols,
11095    and clean up the ABI at the same time and make make check check the
11096    list of exported symbols.  [Matthias Clasen]
11097 * Add API to get ISO 8601 week numbers [Niklas Lundell]
11098 * Add API to install an alternate default log handler [Darin Adler]
11099 * Add API to obtain a list of applicable locale names [Hidetoshi Tajima]
11100 * Reduce code size bloat by removing literal strings from
11101  the g_return_if_fail() macros [Owen Taylor]
11102 * Add g_strv_length [Tim-Philipp Müller]
11103 * Win32 changes
11104  - Add API to determine the Windows version [Tor Lillqvist]
11105 * Other bug fixes [Stepan Kasal, Anders, Tor, Kazuki Iwamoto,
11106   Manish Singh]
11107 * Documentation improvements [Morten Welinder, Matthias]
11108 * New and updated translations (es,nn,ro)
11109
11110 Overview of Changes from GLib 2.5.1 to GLib 2.5.2
11111 =================================================
11112 * Add G_GNUC_INTERNAL macro [Arjan van de Ven]
11113 * Add GOption, a commandline option parser [Anders Carlsson]
11114 * Add glib_check_version [Michael Natterer]
11115 * Add XDG basedir API [Ray Strode]
11116 * Require ngettext [Danilo Segan]
11117 * Bug fixes [Manish Singh, Ray Strode, Vincent Noel, 
11118   Jon-Kare Hellan, Jody Goldberg]
11119 * Win32 bug fixes [Tor Lillqvist, Hans Breuer, Peter Zelezny]
11120 * Documentation improvements [Matthias Clasen, Vincent Untz, Christian Persch]
11121 * New and updated translations (bs,eu,fi,gu,ne,pa)
11122
11123 Overview of Changes from GLib 2.5.0 to GLib 2.5.1
11124 =================================================
11125
11126 * Bug fixes [Oliver Guntermann, Sven Neumann, James 
11127   Henstridge, Hiroyuki Ikezoe, Matthias Clasen, Robert 
11128   Ögren, Tommi Komulainen]
11129 * Documentation improvements [Soeren Sandmann, 
11130   Christophe Fergeau, Danek Duvall]
11131 * New and updated translations (eu,hi)
11132   
11133 Overview of Changes from GLib 2.4.1 to GLib 2.5.0
11134 =================================================
11135
11136 * New functions g_debug [Sven Herzberg]
11137 * Use higher precision for mathematical constants [Morten 
11138  Welinder]
11139 * Don't convert to/from UTF-8 in g_filename_{to,from}_uri 
11140  [Federico Mena Quintero]
11141 * Win32
11142  - Handle empty digit string in printf() functions 
11143    correctly [Tor Lillqvist]
11144  - Support ll as format modifier for long long [Tor]
11145  - Be more careful about HOME [Tor, Ivan Wong]
11146  - Bug fixes [John Ehresman]
11147 * Miscellaneous bug and portability fixes [Danilo Segan, 
11148  Owen Taylor, Nikolai Weibull, Benoît Carpentier, Morten 
11149  Welinder, Manish Singh, Sven Neumann, Julio M. Merino Vidal,
11150  Kaz Sasayama, Murray Cumming, Federico, Mariano Suarez-Alvarez]
11151 * Documentation updates [Matthias Clasen, Crispin Flowerday,
11152  Tommi Komulainen, Federico Mena Quintero, Ed Griffiths]
11153 * New and updated translations (ja,ne,no,wa)
11154  
11155 Overview of Changes from GLib 2.4.0 to GLib 2.4.1
11156 =================================================
11157
11158 * Win32 bug fixes [Tor Lillqvist, Roger Leigh, John Ehresman]
11159 * Miscellaneous bug and portability fixes [Owen Taylor,
11160   Matthias Clasen, Jonas Jonsson, Christian Krause,
11161   Nickolay V. Shmyrev, Christophe Saout, Philippe Blain,
11162   Piotr Klaban]
11163 * Documentation updates [Matthias]
11164 * New and updated translations (ca,cs,cy,el,en_CA,en_GB,es,eu,fi,
11165   fr,gu,he,id,nl,pt,pl,ru,sr,sr@ije,sr@Latn,sv,uk)
11166
11167 Overview of Changes from GLib 2.3.6 to GLib 2.4.0
11168 =================================================
11169
11170 * Handle invalid-UTF-8 in g_log() properly [Matthias Clasen]
11171 * Win32 bug fixes [Tor Lillqvist, Bruce Hochstetler]
11172 * Miscellaneous bug and portability fixes [Olivier Biot, David L. Cooper II, 
11173   Kjartan Maraas, Frédéric L. W. Meunier, Christof Petig, Manish Singh, 
11174   Sebastian Wilhelmi]
11175 * Documentation updates [Owen]
11176 * Updated translations (hr,ro)
11177
11178 Overview of Changes from GLib 2.3.5 to GLib 2.3.6
11179 =================================================
11180
11181 * GAtomic bug fixes [Sebastian Wilhelmi, Mark McLoughlin]
11182 * GMain threading fixes and improvements [Sebastian]
11183 * Win32 [Tor Lillqvist]
11184  - restore some symbols extraneously exported from gobject to maintain ABI compatibility
11185  - Misc build improvements and fixes [Tor, Cedric Gustin, Hans Breuer]
11186 * Documentation updates [Sebastian, Takeshi AIHANA, Matthias, Sven Herzberg]
11187 * New and updated translations (be,es,fi,ga,pa,sr@ije,zh_CN)
11188
11189 Overview of Changes from GLib 2.3.3 to GLib 2.3.5
11190 =================================================
11191
11192 * Make glib-mkenums parse initializers with macros. [Matthias Clasen, muppet]
11193 * Respect locale era in g_date_set_parse(). [Theppitak Karoonboonyanan] 
11194 * Add atomic operations and use it for the async queue and
11195   gonce implementation. [Sebastian Wilhelmi]
11196 * Documentation improvements [Sebastian, Matthias, Sven Herzberg]
11197 * Add g_main_depth() for finding the recursion depth of the main
11198   loop [Owen Taylor, Tim Janik, Stefan Westerfeld]
11199 * Add g_spawn_close_pid(), needed on win32 [J. Ali]
11200 * Win32 fixes. [Hans Breuer, J. Ali Harlow]
11201 * Misc bugfixes [Sebastian, Matthias, Balazs Scheidler, Owen]
11202 * Updated translations (cy,et,ga,sq)
11203
11204 Overview of Changes from GLib 2.3.2 to GLib 2.3.3
11205 =================================================
11206
11207 * Add a native AIX gmodule implementation. [Laurent Vivier]
11208 * Add g_node_copy_deep().  [James M. Cape, Matthias Clasen]
11209 * Extend GQueue API to match the GList API. [Soeren Sandmann]
11210 * Add g_hash_table_find().  [Tim Janik]
11211 * Add a G_MODULE_BIND_LOCAL flag. [David Schleef]
11212 * Inline g_string_append_c() when possible. [Owen Taylor, Tim]
11213 * Wrap waitpid() as a GSource. [Jonathan R. Blandford]
11214 * Add g_completion_complete_utf8(). [Theppitak Karoonboonyanan, 
11215   Matthias]
11216 * Add g_strsplit_set(). [Soeren]
11217 * Documentation improvements. [Vincent Untz, Sebastian Wilhelmi, 
11218   Soeren, Matthias]
11219 * Win32 build fixes. [Tor Lillqvist]
11220 * Misc bugfixes [Manish Singh, Noah Levitt, Simon Josefsson, 
11221   Morten Welinder, Damien Carbery, Julio M. Merino Vidal, Sebastian, 
11222   Matthias]
11223 * Updated translations (nn,cs,it,ko,sq,ms,az,hr,uk,sr,sr@Latn,sq,ta)
11224
11225 Overview of Changes from GLib 2.3.1 to GLib 2.3.2
11226 =================================================
11227
11228 * Add G_MAXSIZE. [Manish Singh]
11229 * Add g_rand_new_with_seed_array(), g_rand_set_seed_array(),
11230   implementing the init-by-array functionality of the 
11231   original mersenne twister. Add g_rand_copy(). Improve seeding. 
11232   [George Lebl]
11233 * Add a lowercase_name option to glib-mkenums. [Murray Cumming]
11234 * Add g_ptr_array_foreach(). [Matthias Clasen]
11235 * Add g_timer_continue(). [Tim-Philipp Müller]
11236 * Fix a threadsafety issue in mem chunks. [Matthias, Balazs Scheidler]
11237 * Fix g_filename_{to,from}_utf8() on Win32 and improve 
11238   g_file_test() there too [Hans Breuer] 
11239 * Add a boxed type for NULL-terminated string arrays.  [Matthias]
11240 * Add G_DEFINE_TYPE() plus variants to ease the constuction
11241   of GObject boilerplate code.  [Tim Janik]
11242 * Support & in password GECOS field [Matthias, Soeren Boll Overgaard]
11243 * Documentation improvements [Matthias, Manish]
11244 * Win32 build fixes [Hans]
11245 * Misc bug fixes [Damien Carbery, Matthias, Manish, Olivier Poncet, 
11246   Zack Rusin]
11247 * Updated translations (ar,de,fa,ga,mn,nn,no,sq)
11248
11249 Overview of Changes from GLib 2.3.0 to GLib-2.3.1
11250 =================================================
11251
11252 * Add glib/gi18n.h and glib/gi18n-lib.h for common
11253   gettext support, including a Q_() macro for translation
11254   with context [Matthias Clasen]
11255 * Add a more flexible G_FILENAME_ENCODING variable
11256   as a replacement for G_BROKEN_FILENAMES [Matthias]
11257 * Fix the return value g_main_context_iterate() for
11258   newly ready sources [Padraig O'Briain]
11259 * Handle Hangul composition for normalization [Noah Levitt]
11260 * Add G_{MIN,MAX,MAXU}INT{8,16,32}. [Mark Jones, Matthias]
11261 * Add G_GSIZE_FORMAT/G_SSIZE_FORMAT [Manish Singh]
11262 * Add G_STRFUNC as a portable wrapper for __func__ [Tim Janik]
11263 * Documentation improvements [Matthias]
11264 * GObject [Tim Janik]
11265  - Support '-' in g_signal_connect()/disconnect() names
11266    like 'swapped-signal'.
11267  - Add g_type_class_peek_static() and use to optimize
11268    g_object_new() for static types [Tim]
11269  - Allow setting construct-only properties from within
11270    init() implementations
11271  - Enforce readability/writeability in g_object_set/get()
11272 * Fix bug with g_ascii_strtod and multi-byte separator.
11273   [Behdad Esfahbod, Roozbeh Pournader]  
11274 * Misc bug fixes [Matthias, John Ehresman, Andrew Lanoix,
11275   Tor Lillqvist, Mark McLoughlin, Tim-Philipp Müller, Manish, 
11276   Morten Welinder]
11277 * Updated translations (ca,cs,da,es,fr,ja,nn,no,pt,ru)
11278
11279 Overview of Changes from GLib 2.2.x to GLib-2.3.0
11280 =================================================
11281
11282 * Replace Trio printf by gnulib vasnprintf [Matthias Clasen]
11283 * Update Unicode data to Unicode 4.0 [Noah Levitt]
11284 * Support XML-safe formatted output with 
11285   g_markup_[v]printf_escaped [Owen Taylor]
11286 * Add g_file_read_link to read symbolic links [Matthias]
11287 * Add g_unichar_get_mirror_char to obtain the 
11288   mirrored variant of a character [Noah]
11289 * Support for one-time initialization functions. 
11290   [Sebastian Wilhelmi]
11291 * Miscellaneous API additions: g_vasprintf
11292   g_string_chunk_insert_len, g_setenv, g_unsetenv [Matthias]
11293 * Docs improvements [Matthias]
11294 * Add support instance-private data on classed types
11295   [Mark McLoughlin, Tim Janik, Owen]
11296 * Optimize signal emissions [Soeren Sandmann, Tim]
11297 * Support a "default vtable" per interface [Tim]
11298 * Add support for properties on interfaces [Owen, Tim]
11299 * Miscellaneous API additions: g_value_take_string(),
11300   g_value_take_param(), g_value_take_object(), 
11301   g_value_take_boxed(). [Matthias]
11302 * Win32 build fixes [Tor Lillqvist]
11303
11304 Overview of Changes from GLib 2.1.5 to GLib-2.2.0
11305 =================================================
11306
11307 * Fix a problem with g_thread_init() on 64-bit problems
11308   [Alceste Scalas, Sebastian Wilhelmi]
11309 * Add assembly implementations of byteswap macros
11310   for ia64 and x86_64. [Manish Singh]
11311 * IOChannel fixes for Win32 [Tor Lillqvist, Thorsten Maerz]
11312 * Updated translations (bg,ca,es,da,fi,lv,ru,sk)
11313
11314 Overview of Changes from GLib 2.1.4 to GLib-2.1.5
11315 =================================================
11316
11317 * Win32 bug fixes [Tor Lillqvist]
11318 * Various post-rewrite fixes for glib-gettext.m4 [Owen Taylor,
11319   Jody Goldberg, Kjartan Maraas, Johannes Stezenbach]
11320 * Ensure we have a GUINT64_FORMAT by pulling in Trio
11321   if necessary [Manish Singh]
11322 * Further Trio build fixes [Matthias Clasen, Owen]
11323 * Hack around gcc, libtool issues with -pthread [Owen]
11324 * Docs improvements [Matthias]
11325 * Bug and portability fixes 
11326 * Updated and new translations (bg,de,fi,fr,sq,fr)
11327
11328 Other contributors: Kai Poitschke, Morten Welinder
11329
11330 Overview of Changes from GLib 2.1.3 to GLib-2.1.4
11331 =================================================
11332
11333 * autoconf changes to make it possible to cross compile
11334   GLib. [Owen Taylor, Dan Kegel, Amy Lin, Dimi Shahbaz, 
11335   Johannes Stezenbach]
11336 * Use libintl when it has bind_textdomain_codeset() and
11337   GLib doesn't. [Owen]
11338 * Improve generation of pseudo-random integers [Morten Welinder, 
11339   Sebastian Wilhelmi]
11340 * Avoid literal UTF-8 in favor of octal escapes [Owen, Tomas Ogren]
11341 * Cleanup include order [Sven Neumann]
11342 * autoconf cleanups and bug fixes [Daniel, Matthias Clasen, Owen]
11343 * Doc fixes and additions [Matthias]
11344
11345 Other contributors: James M. Cape, Frederic Crozat, Martin Gansser,
11346   Phuc LeHong, Manish Singh, Joshua Weage, Morten Welinder
11347
11348 Overview of Changes from GLib 2.0.x to GLib-2.1.x
11349 =================================================
11350
11351 * Add copy of the Trio library to build and use for printf() when 
11352   system printf isn't good enough. Add g_printf()/etc. [Matthias Clasen]
11353 * Add g_str_has_suffix()/g_str_has_prefix() [Alex Larsson]
11354 * Add g_markup_parse_context_get_element() [Matthias]
11355 * Add g_utf8_strreverse [Matthias]
11356 * Add g_ascii_strtoull() [Tim Janik]
11357 * Support scanning of 64-bit values with GScanner [Tim]
11358 * Add g_set/get_application_name() [Havoc Pennington]
11359 * Add G_LIKELY()/G_UNLIKELY() macros for hinting branch probabilities. 
11360   Use for g_return_if_fail(). [Matthias Clasen]
11361 * Add G_GNUC_DEPRECATED macro [Tom Tromey]
11362 * Improve the seeding algorithm of GRandom to avoid problems
11363   with certain pathological seeds. Support G_RANDOM_VERSION=2.0
11364   environment variable. [Sebastian Wilhelmi]
11365 * Improve thread configure checks, use -pthread where applicable
11366   [Sebastian]
11367 * Improve handlng of thread priorities [Sebastian]
11368 * Fix up parameter names that might shadow functions from
11369   system headers [Soeren Sandmann]
11370 * Clean up usage of deprecated functions [Manish Singh]
11371 * Docs fixes and improvements. In particular, include "Since" information.
11372   [Matthias, Soeren, Martin Schulze, Daryll Strauss, Bill Janssen, 
11373   Owen Taylor, Morten Welinder]. 
11374
11375 Overview of Changes in GLib 2.0.7
11376 =================================
11377
11378 * Fix C++ warnings in gtype.h [Dom Lachowicz]
11379 * Fix g_type_fundamental_next() [Tim Janik]
11380 * Fix various missing includes of config.h [Morten Welinder]
11381 * Handle main loop initialization before g_thread_init [Sebastian Wilhelmi]
11382 * Various 64-bit fixes [Manish Singh]
11383 * Fix GPoll on Win32 [Tor Lillqvist, Herman Bloggs]
11384 * Fix bug with buffering on UTF-8 IOChannels [Daniel Elstner]
11385 * Misc bug and build fixes [Soren Andersen, Gustavo Carneiro, Tor,
11386      Tim, Havoc Pennington,  Matthias Clasen, Sebastian Rittau,
11387      Masahiro Sakai, Arvind Samptur, HideToshi Tajima, Owen Taylor]
11388 * Updated and new translations (be,cs,de,*fa,it,lv,pt_BR,tr)
11389
11390 Overview of Changes in GLib 2.0.6
11391 =================================
11392
11393 * Fix problem with interface prerequisites [Jon Trowbridge, Dave Camp]
11394 * Clean up debug spew from GObject [Anders Carlsson]
11395 * Compiler warning fixes [David L. Cooper II]
11396 * Fix some problems with g_build_path() [Guillaume Chazarain, Owen Taylor]
11397 * Fixes for --disable-debug [Sebastian Wilhelmi]
11398 * Threading fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann, 
11399   Rajkumar Sivasamy, Laurent Vivier]
11400 * Documentation fixes [Jacob Berkman, Manuel Clos, Jared Dukat, 
11401   Sebastian Rittau, Linus Welleij]
11402 * Misc bug fixes [Anders Carlsson, Sam Couter, Morten Welinder, Owen]
11403 * Updated translations (bg,ko,vi)
11404
11405 Overview of Changes in GLib 2.0.5
11406 =================================
11407
11408 * Fix problem with interface prerequisites [Jon Trowbridge, Dave Camp]
11409 * Clean up debug spew from GObject [Anders Carlsson]
11410 * Compiler warning fixes [David L. Cooper II]
11411 * Fix some problems with g_build_path() [Guillaume Chazarain, Owen Taylor]
11412 * Fixes for --disable-debug [Sebastian Wilhelmi]
11413 * Threading fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann, 
11414   Rajkumar Sivasamy, Laurent Vivier]
11415 * Documentation fixes [Jacob Berkman, Manuel Clos, Jared Dukat, 
11416   Sebastian Rittau, Linus Welleij]
11417 * Misc bug fixes [Anders Carlsson, Sam Couter, Morten Welinder, Owen]
11418 * Updated translations (bg,ko,vi)
11419
11420 Overview of Changes in GLib 2.0.4
11421 =================================
11422
11423 * Fix some 64-bit problems. (George Lebl, David L. Cooper II)
11424 * Add note about Tru64 iconv to INSTALL. (Manuel Op de Coul)
11425 * Fix problem with timouts > MAXINT. (Tim Janik, Owen Taylor)
11426 * Updated translations (ca,es,fr,ja,gl,ms,nl,pl,pt,ru)
11427
11428 Overview of Changes in GLib 2.0.3
11429 =================================
11430
11431 * Handle sorting 0-length arrays (Ron Arts)
11432 * Threading fixes (Sebastian Wilhelmi)
11433 * Portability fixes (Miroslaw Dobrzanski-Neumann, Jacob Berkman, Gareth Pierce, 
11434   Sebastian, Qingjiang Yuan)
11435 * Various fixes for glib-2.0.m4. (Jim Gettys, others.)
11436 * Locate right glib-genmarshal when cross-compiling. (Mitch Natterer)
11437 * Win32 fixes (Tor Lillqvist)
11438 * Try to fix g_get_charset() related segfaults. (Owen)
11439 * Fixes for gettext detection. (Dan Winship, HideToshi Tajima, Boyd Lynn Gerber,
11440   Andrew P. Lentvorski, Jr.)
11441 * Fix g_scanner_unexp_token() (Tim Janik, Sven Neumann)
11442 * g_markup fixes. (Matthias Clasen.)
11443 * Bug fixes and cleanups (Daniel Elstner, Matthias, Laszlo Peter, Morten Welinder,
11444   Wayne Schuller)
11445
11446 Overview of Changes in GLib 2.0.1
11447 =================================
11448
11449 * Portability fixes for Sun's Forte compiler [Erwann Chenede]
11450 * Performance improvements for GObject parameter lookup, 
11451   g_filename_to/from_utf8() [Alex Larsson]
11452 * Actually check interface prerequisites [Matthias Clasen,
11453   Miroslaw Dobrzanski-Neumann]
11454 * Fix problem with glib-mkenums taking huge amounts of stack. [Owen Taylor]
11455 * Fix g_signal_handlers_disconnect_by_func() for C++ [Damien Sandras]
11456 * Fixes for g_log() and threading.
11457   [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann, Tim Janik]
11458 * Make g_print(), g_printerr(), g_warning(), etc, convert from
11459   UTF-8 to the encoding of the locale [Sebastian Wilhelmi, Tim]
11460 * Fixes for GIOChannel on windows. [Tor Lillqvist]
11461 * Fix gsize/gint mismatches in giochannel.c [Miroslaw Dobrzanski-Neumann]
11462 * Fix file descriptor leak in g_file_get_contents() [Matthias]
11463 * Workaround iconv() problems on older Solaris [Lauri Alanko]
11464 * Fix warnings with gcc-3.1 about asm const [Cody Russel]
11465 * Minor bug fixes.
11466
11467 Other contributors: Hans Breuer, LEE Sau Dan, Sven Neumann, Salmaso Raffaele,
11468   Akira Tagoh, Morten Welinder
11469
11470
11471 Overview of Changes in GLib 2.0.0
11472 =================================
11473
11474 * Thread portability fixes [Sebastian Wilhelmi]
11475 * Documentation updates [Owen Taylor]
11476 * Make g_strerror(), g_strsignal() properly return UTF-8,
11477   call bind_text_domain_codeset() so that error strings
11478   are in UTF-8 as well. [Owen, Tor Lillqvist]
11479
11480 Overview of Changes in GLib 2.0.0 rc1:
11481 ======================================
11482
11483 * Win32 fixes [Tor Lillqvist]
11484 * Portability fixes [Finlay Dobbie, Miroslaw Dobrzanski-Neumann]
11485 * Fix up g_date_strftime [Daniel Elstner]
11486 * Add some structure padding [Tim Janik]
11487 * Make g_get_homedir() prefer the users home directory to $HOME
11488
11489 Other contributors: Matthias Clasen, Paolo Maggi, Christian Rose
11490
11491 Overview of Changes in GLib 1.3.15:
11492 ===================================
11493
11494 * Speed up marshalers by using private access to GValue 
11495   [Anders Carlsson, Tim Janik]
11496 * Reduce GValue to 2 elements [Tim]
11497 * Add G_DEBUG environment variable, G_DEBUG=fatal_warnings [Matthias Clasen]
11498 * Fixes for AIX compilation [Miroslaw Dobrzanski-Neumann]
11499 * Add padding to various structures [Owen Taylor, Tim]
11500 * Win32 fixes [Tor Lillqvist]
11501
11502 Other contributors: James Henstridge, Ryan Lovett, Morten Welinder,
11503   Daniel Elstner
11504
11505 Overview of Changes in GLib 1.3.14:
11506 ===================================
11507
11508 * Register value transformations for gint64, guint64 [Andy Wingo]
11509 * Build with large-file support [Sven Neumann, Owen Taylor]
11510 * Fix handling of hostnames in URI's [Darin Adler]
11511 * Main loop bug fixes [Havoc Pennington, Owen]
11512 * Doc fixes and improvements [Manish Singh, Tim Janik]
11513 * Support ' as attribute delimiters in GMarkup [Matthias Clasen]
11514 * Win32 fixes [Hans Breuer, Tor Lillqvist]
11515 * Threading bug and build fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann]
11516 * Miscellaneous bug fixes
11517
11518 Other contributors: Matthias Clasen, James Henstridge, Mitch Natterer, 
11519   Morten Welinder.
11520
11521 Overview of Changes in GLib 1.3.13:
11522 ===================================
11523
11524 * Fix g_filename_to/from_uri for Win32 [Tor Lillqvist, Darin Adler]
11525 * Miscellaneous win32 fixes [Tor, Hans Breuer]
11526 * Fix thread options for gcc on AIX [Jerome Zago, Sebastian Wilhelmi]
11527 * Documentation improvements [Ron Steinke, Matthias, Sebastian]
11528 * Cache iconv converters as used by g_convert() [Jeffrey Stedfast]
11529 * Bug fixes [Sven Neumann, Owen Taylor, Matthias Clasen, Jeffrey,
11530   Laszlo Peter, Havoc Pennington, Tim Janik]
11531
11532 Overview of Changes in GLib 1.3.12:
11533 ===================================
11534
11535 * Implement closure chaining, fixing up API (Tim Janik)
11536 * Closure chaining test case (James Henstridge)
11537 * Make GType long not int where both are equal width (Tim)
11538 * Win32 fixes and improvements (Hans Breuer, Tor Lillqvist)
11539 * Fixes for NetBSD. (Dan Winship)
11540 * Use snprintf() for g_printf_string_upper_bound() where possible. (Matthias Clasen)
11541 * Save space for GBSearchArray (Tim Janik)
11542 * Documentation improvements. (Matthias, Sven Neumann, Havoc Pennington)
11543
11544 Other contributors: Darin Adler, Chris Blizzard, Anders Carlson, Daniel Elstner, Michael Meeks, 
11545   Mark McLoughlin, Dave Neary, Manish Singh, Owen Taylor, HideToshi Tajima, 
11546   Sebastian Wilhelmi.
11547
11548
11549 Overview of Changes in GLib 1.3.11:
11550 ===================================
11551
11552 * Win32 fixes [Hans Breuer, Tor Lillqvist]
11553 * Documentation improvements [Matthias Clasen]
11554 * Portable directory handling API [Hans]
11555 * Threading fixes [Sebastian Wilhelmi, Havoc Pennington]
11556 * Fix excess relocations in Unicode tables [Andrew Taylor]
11557 * Fix gpattern for UTF-8 [Matthias Clasen]
11558 * Support overriding class closures [Tim Janik]
11559 * Support for derivation from G_TYPE_POINTER [Owen Taylor]
11560 * Hide pointers to type information inside GType to reduce locking
11561   [Alex Larsson, Tim]
11562 * Adds check for direct inclusion of gobject/*.h [Owen]
11563 * GObject API cleanups [Tim]
11564
11565 Other contributors: Darin Adler, Jacob Berkman, Daniel Egger, Eric Lemings, 
11566   Michael Meeks, Mark McLoughlin, Arkadiusz Miskiewicz, Dan Winship
11567
11568
11569 Overview of Changes in GLib 1.3.10:
11570 ===================================
11571
11572 * Many Win32 fixes and improvements [Tor Lillqvist]
11573 * Documentation improvements [Matthias Clasen]
11574 * g_string_printfa() renamed to g_string_append_printf()
11575 * Use libcharset from libiconv to implement charset detection
11576   more portably. [Owen Taylor, Hidetoshi Tajima]
11577 * Add 64 bit type support to GObject [Joshua Pritikin, Mathieu Lacage, Owen]
11578 * Make support for 64 bit integers a requirement [Joshua]
11579 * GPattern improvements [Tim Janik, Matthias]
11580 * Locale independent g_ascii_strtod / g_ascii_dtostr [Alex Larsson]
11581 * Many bug fixes and minor tweaks.
11582
11583 Other Contributors: Darin Adler, Jakub Jelinek, James Antill, Andrew Taylor,
11584   Ben Gertzfield, Elliot Lee, Manish Singh, Abel Cheung, Laszlo Peter,
11585   Sven Neumann, George Lebl, Raja Harinath, Sebastian Wilhelmi,
11586   Jacob Berkman
11587
11588
11589 Overview of Changes in GLib 1.3.9:
11590 ==================================
11591
11592 * Fixes for comparison of threads [Sebastian Wilhelmi]
11593 * Use vasprintf() when possible for g_strdup_printf [Matthias Clasen]
11594 * Win32 fixes [Tor Lillqvist, Hans Breuer]
11595 * Add a len argument to g_ascii_strup/strdown
11596 * Bug, portability fixes, cleanups.
11597
11598 Other Contributors: Darin Adler, Katsuhiro Okuno, Joshua N. Pritikin
11599
11600
11601 Overview of Changes in GLib 1.3.8:
11602 ==================================
11603
11604 * Documentation updates [Owen]
11605 * Made GType interfaces overridable in derived types
11606 * Many win32 fixes [Tor Lillqvist]
11607 * Miscellaneous cleanups and fixes
11608
11609 Other contributors:
11610   Darin Adler, Matthias Clasen, Ron Steinke, Hans Breuer, Alex Larsson
11611
11612
11613 Overview of Changes in GLib 1.3.7:
11614 ==================================
11615
11616 * Integrate GClosure support into the main loop [Owen Taylor]
11617 * More GSignal convenience functions (macros) [Sven Neumann, Tim Janik]
11618 * Introduced weak references for GObject [James Henstridge, Sven, Tim] 
11619 * Minor hash table optimizations
11620 * Main loop and threading improvements [Sebastian Wilhelmi]
11621 * Added g_ascii_* functions to be used for locale insensitive UTF-8
11622   compliant code instead of old string functions  [Darin Adler, Alex Larsson]
11623 * Add functions for Unicode case-conversion, normalization, and 
11624   collation [Owen]* GString improvements [Owen]
11625 * Reworked the GIOChannel code [Hidetoshi Tajima, Ron Steinke]
11626 * Removed glib-config-2.0 in favour of pkgconfig [Sebastian]
11627 * Make code 64bit clean [Mark Murnane]
11628 * More G_CONST_RETURN fixes
11629 * Many improvements to the win32 code [Tor Lillqvist, Hans Breuer]
11630 * Miscellaneous bug and API fixes
11631
11632 Other contributors:
11633   Michael Natterer, Christopher James Lahey, Padraig O'Briain,
11634   Matthias Clasen, Josh Pritikin, Steve Baker, Cesar Rincon, Garry R. Osgood,
11635   Michael Meeks, Laszlo Peter,  Martin Baulig, Kjartan Maraas, Andrew Lanoix,
11636   Peter Williams
11637
11638
11639 Overview of Changes in GLib 1.3.6:
11640 ==================================
11641
11642 * Threads have a "return value" from g_thread_join
11643 * Removed ability to adjust thread stack size
11644 * Prefix warnings with progname/PID by default, change toggle for this to 
11645   be an env variable G_MESSAGES_PREFIXED not a compile-time option
11646 * GMarkup speedups
11647 * GDate const, convenience fixups
11648 * Include test cases that headers are compilable by C++ compiler
11649 * Add ability to spawn processes with argv[0] != executable path.
11650 * g_strstr_len, g_strrstr, g_strrstr_len
11651 * Add length argument to g_utf8_strchr and g_utf8_strrchr.
11652 * Misc bug fixes
11653
11654
11655 Overview of Changes in GLib 1.3.5:
11656 ==================================
11657
11658 * Added an installed glib-mkenums Perl program for parsing enumeration
11659   declarations from header files.
11660 * Mark some additional deprecated functions.
11661 * Bug and Portability fixes
11662
11663
11664 Overview of Changes in GLib 1.3.4:
11665 ==================================
11666
11667 * Efficiency improvements for GThreadPool
11668 * A few bug fixes
11669 * Build fixes
11670 * Documentation improvements
11671
11672
11673 Overview of Changes in GLib 1.3.3:
11674 ==================================
11675
11676 GLib:
11677
11678 * More user_data support in various functions.
11679 * Main loop API revamps to support per-thread main loops.
11680 * Unicode handling improvements.
11681 * Implemented debugging traps.
11682 * G_CONST_RETURN specification all over the place.
11683 * Various new small utility functions.
11684 * Random number generator precision improvements.
11685 * New configure option --disable-mem-pools.
11686 * Many Win32 improvements.
11687 * Added g_try_malloc() friends varinats.
11688 * Many documentation improvements.
11689 * Many threading improvements, support for dynamic allocation
11690   of static mutexes.
11691 * GHookLIst API cleanups.
11692 * Improved format support of GDate parser.
11693 * String function speed improvements with new g_stpcpy().
11694 * Hashtable API additions.
11695 * New GPatternSpec for shell-style pattern matching (from GtkPatternSpec).
11696 * Optimizations, cleanups, bug fixes.
11697
11698 GObject:
11699
11700 * Added many convenience functions.
11701 * GClosure and GParamSpec use float/sink ref-counting scheme now.
11702 * Reworked property change notification.
11703 * Binary searchable array cleanups, so it's widely usable now.
11704 * Added static content keeping for some GValue types.
11705 * Support for statically scoped signal parameters.
11706 * Extinguished property trailer args in set/get interface.
11707 * Added support for abstract types.
11708 * G_CONST_RETURN specification all over the place.
11709 * Split parameter exchange functionality into value transforms
11710   and parameter conversions.
11711 * Added signal emission hooks and signal accumulators.
11712 * Added interface prerequisites to support is_a (interface, object)
11713   relations.
11714 * Implemented GValueArray.
11715 * New types, boxed: G_TYPE_VALUE, G_TYPE_CLOSURE, G_TYPE_GSTRING
11716   GParamSpecs: G_TYPE_PARAM_PARAM, G_TYPE_PARAM_POINTER, G_TYPE_PARAM_CLOSURE,
11717   G_TYPE_VALUE_ARRAY, G_TYPE_PARAM_UNICHAR, G_TYPE_PARAM_VALUE_ARRAY.
11718 * Varrags value collection improvements.
11719 * Implemented debugging traps.
11720 * Made things thread-safe.
11721 * Many documentation improvements.
11722 * Many cleanups, optimizations and bug fixes.
11723
11724
11725 Overview of Changes in GLib 1.3.2:
11726 ==================================
11727
11728 GLib:
11729
11730 * Win32 build improvements  [Tor]
11731 * Improvements to error reporting  
11732   (g_critical(), g_return_if_reached()) [Darin]
11733 * Add g_strlcpy/g_strlcat  [David Wheeler]
11734 * New IO channel implementation for Win32  [Tor] 
11735 * Make g_array_free, g_string_free return pointer to memory requested
11736   not to be freed.  [Darin]
11737 * Added GError based error reporting for thread functions.  [Sebastian]
11738 * Moved reference docs into GLib distribution. [Owen]
11739 * Added g_convert() for doing convenient character set conversions based
11740   on iconv. (GLib now requires libiconv or a native iconv.) [Havoc/Owen]
11741 * Various Unicode handling additions (g_ucs4_to_utf8, g_utf8_validate(),
11742   g_{locale,filename}_{to,from}_utf8)  [Robert/Havoc/Owen]
11743 * Portability fixes for threading.  [Sebastian]
11744 * Added convenient functions for launching new processes (g_spawn_*),
11745   and shell quoting/unquoting functions.  [Havoc]
11746 * Split glib.h into many headers.  [Sebastian]
11747 * Added a simple callback-based parser for XML-like files (GMarkup).  [Havoc]
11748 * Fixed confusions between comparison functions that return <0, 0, >0
11749   and equaility functions that return FALSE,TRUE.  [Sebastian]
11750 * Added safe/portable temporary file manipulation functions.  [Tor]
11751 * autoconf improvements.  [Raja]
11752 * Many documentation improvements.
11753 * Bug fixes.
11754
11755 GObject:
11756
11757 * Added boxed and pointer types.  [Tim/Jonathan]
11758 * Added callback abstraction (GClosure)  [Tim]
11759 * Added signal system (GSignal)  [Tim]
11760 * Make GTypePlugin an interface  [Tim]
11761 * Added GTypeModule - a simple GTypePlugin instantiation  [Owen]
11762 * Bug fixes.
11763
11764
11765 What's new in GLib 1.3.1:
11766 =========================
11767
11768 * New GObject library added including object system based on
11769   the GTK+ object system. 
11770 * Functions for getting the properties of Unicode characters, 
11771   computing the canonical decomposition and ordering combining
11772   characters aand manipulating UTF-8 string manipulation based
11773   on libunicode.
11774 * GString now properly handles embedded nuls.
11775 * Multiple fixes from the 1.2.x branch.
11776 * Upgrade to libtool 1.3.3
11777 * Full thread support (thread creation and destruction).
11778 * BeOS port, BeOS dynamic modules.
11779 * Many improvements to the Windows ports.
11780 * Improvements to the OS/2 port, OS/2 module support.
11781 * Double ended queue implementation.
11782 * GLib macros for printf() formatting, e.g. G_GULONG_FORMAT = "lu"
11783 * New configure option --enable-msg-prefix to prefix messages, warnings
11784   et ceteri with the program name and the process id.
11785 * New thread-safe random number generator Mersenne Twister.
11786 * g_strcompress() added, g_strescape() had a slight API change, and
11787   more tightly defined semantics.
11788 * the g_string(x) macro has been removed, #x may be used instead.
11789                                 
11790