Imported Upstream version 2.74.0
[platform/upstream/glib.git] / NEWS
1 Overview of changes in GLib 2.74.0, 17-09-2022
2 ==============================================
3
4 * Use EPOLL_CLOEXEC by default (Colin Walters)
5
6 * Fixed various regression on GRegex as per the PCRE2 porting (Marco Trevisan)
7
8 * Fixed various memory leaks (Sebastian Keller, Marco Trevisan)
9
10 * Bugs fixed:
11  - GNOME/gtksourceview#278 Failed to load html.lang after GLib switched to PCRE2
12    (Marco Trevisan (Treviño))
13  - GNOME/gtksourceview#283 GRegex-on-PCRE2 regressions (Marco Trevisan)
14  - #2688 Follow-up from "replace pcre1 with pcre2" (Marco Trevisan (Treviño))
15  - #2713 static_assert is undefined in C99 (wen Rafferty)
16  - #2719 GParamSpec constructors should have nullable annotation on nick/blurb
17    (Andy Holmes)
18  - #2729 GRegex/GMatchInfo related crashes after upgrade to 2.73.2 (Marco
19    Trevisan)
20  - #2733 gio: GVariantBuilder builder leaked in g_document_portal_add_documents
21    when URI list is empty (Sebastian Keller)
22  - #2737 gio mount coredumps on prompt exit since 2.73 (Marco Trevisan)
23  - #2741 Memory errors on GRegex (Marco Trevisan (Treviño))
24  - GNOME/gtk#4400 gtk_show_uri can't open browser on MSYS2 on Windows (Luca
25    Bacci)
26  - !2820 ci: Expose the coverage report and docs as links in the MR's (Marco)
27  - !2855 gtlscertificate: Update reference to G_TLS_CERTIFICATE_NO_FLAGS
28  - !2861 mem: Document OOM behavior for allocations (Matthias Clasen)
29  - !2868 gio-unix: Use EPOLL_CLOEXEC by default (Colin Walters)
30  - !2873 Fix array-bounds compiler warnings with GCC 12 (Emmanuele Bassi)
31  - !2874 tests, GDesktopAppInfo: Fix various GVariant leaks (Marco Trevisan)
32  - !2875 g_strsplit: Use a pre-allocated GArray when max_tokens is provided
33    (Marco Trevisan)
34  - !2876 GActionGroup: Fix ownership transfer annotation for query_action()
35    (Andy Holmes)
36  - !2879 gioenumtypes: Only define GLIB_DISABLE_DEPRECATION_WARNINGS if needed
37    (Marco Trevisan)
38  - !2881 GWin32AppInfo: Add missing g_spawn_close_pid (Luca Bacci)
39  - !2882 meson: Set install_tag on all tools (Xavier Claessens)
40  - !2883 ci: Improve style check script (Matthias Clasen)
41  - !2900 docs: Improve wording in documentation of g_unix_signal_source_new()
42    (Tom Levy)
43
44 * Translation updates:
45  - Abkhazian (Nart Tlisha)
46  - Basque (Asier Sarasua Garmendia)
47  - Bulgarian (Alexander Shopov)
48  - Catalan (Jordi Mas)
49  - Chinese (China) (Luming Zh, Boyuan Yang)
50  - Croatian (Goran Vidović)
51  - Czech (Marek Černocký)
52  - Danish (Alan Mortensen)
53  - Finnish (Jiri Grönroos)
54  - French (Claude Paroz)
55  - Galician (Fran Dieguez)
56  - Hungarian (Balázs Úr)
57  - Indonesian (Kukuh Syafaat)
58  - Korean (Changwoo Ryu)
59  - Lithuanian (Aurimas Černius)
60  - Persian (Danial Behzadi)
61  - Polish (Piotr Drąg)
62  - Portuguese (Hugo Carvalho)
63  - Portuguese (Brazil) (Leônidas Araújo)
64  - Russian (Aleksandr Melman)
65  - Slovenian (Matej Urbančič)
66  - Spanish (Daniel Mustieles)
67  - Swedish (Luna Jernberg)
68  - Turkish (Emin Tufan Çetin)
69  - Ukrainian (Yuri Chornoivan)
70
71 Overview of changes in GLib 2.73.3, 05-08-2022
72 ==============================================
73
74 * Revitalize G_REGEX_OPTIMIZE flag and use it to enable PCRE JIT compiler (work
75   by Aleksei Rybalkin) (!2817)
76
77 * Fix some regressions due to the PCRE2 port (work
78   by Aleksei Rybalkin, Mamoru TASAKA and Marco Trevisan) (!2814, !2827, #2694,
79   #2699, #2700)
80
81 * Fix a pidfd leak that was introduced in the previous release (work by
82   Christian Hergert) (#2708)
83
84 * Support compilation without a C++ toolchain (work by James Hilliard) (!2822)
85
86 * GDBus: Use namespace-friendly protocol for Linux message buses, and optionally
87   other connections (work by Simon McVittie) (!2832)
88
89 * Fix potential races in multi-threaded signal connections handling (work by
90   Marco Trevisan) (!2823)
91
92 * Add back gio-launch-desktop to redirect stdout/stderr of launched
93   GDesktopAppInfo's to the journal with proper parent (work by Simon McVittie)
94   (!2818, !2819, #2682)
95
96 * Executables that are invoked when installing other software, typically
97   from packaging system triggers, can now be installed into
98   architecture-dependent locations. Unix OS distributors who install
99   GLib for more than one architecture in parallel (multiarch or multilib
100   installations) should consider building with -Dmultiarch=true, installing
101   the bin/glib-compile-schemas and bin/gio-querymodules symbolic links in
102   packages for the primary architecture, and omitting those symlinks from
103   packages for secondary architectures. (work by Simon McVittie) (!2818)
104
105 * Some enumerators introduced in previous releases have been changed, for better
106   introspection results:
107   - G_MARKUP_PARSE_FLAGS_NONE renamed to G_MARKUP_DEFAULT_FLAGS
108   - G_TLS_CERTIFICATE_FLAGS_NONE renamed to G_TLS_CERTIFICATE_NO_FLAGS
109   - G_APPLICATION_FLAGS_NONE was deprecated, use G_APPLICATION_DEFAULT_FLAGS now
110   (work by Emmanuele Bassi) (!2835)
111
112 * gfileinfo: Implement xattr attribute removal (work by madmurphy) (#1187)
113
114 * Add support to --delete option to gio set, to unset a file attribute (work by
115   codeboybebop) (#2588)
116
117 * Improve default value of glib_debug option: G_ENABLE_DEBUG will be defined
118   only if using `--buildtype=debug` or enabled via `-Dglib_debug`, but it
119   won't ever be set if an optimized build is requested (specifically if the
120   optimization level is not `0` or `g`) as it may be the case when using
121   `--buildtype=debugoptimized` (work by Michael Catanzaro) (!2851)
122
123 * Probably the first revision of any GNOME module ever released from Cuba :)
124
125 * Bugs fixed:
126  - #566 support using the PCRE JIT
127  - #1187 xattr add possibility to remove an extended attribute
128  - #2509 g_spawn_*() is not thread-safe on Windows when an environment table is
129    provided
130  - #2542 Flatten line breaks in filenames printed by gio-tool
131  - #2588 gio-tool: -d option to delete attribute
132  - #2682 Launching a GDesktopAppInfo "blames" parent process for its output
133  - #2692 2.73.2: build failure on musl >= 1.2.0
134  - #2694 Recent GRegex changes break vala-language-server compilation
135  - #2699 g_regex_match_all fails on s390x with Fedora glib2-2.73.2-4.fc37
136  - #2700 g_regex_match fails on multiple archs (including x86_64) with Fedora
137  - #2703 Fix GCancellable tests for Windows 64bit
138    glib2-2.73.2-4.fc37
139  - #2705 GResourceFile crashes on `g_file_set_display_name()`
140  - #2708 pidfd leak causes processes to run out of file-descriptors
141  - !2299 GWin32AppInfo: Fix PID reporting in launched signal
142  - !2759 Use atomic exchange operations more
143  - !2812 ci: Setup submodules and subprojects before building on dist
144  - !2813 Add missing extension point register for various settings backends
145  - !2814 gregex: use %s format specifier for localized error message
146  - !2815 giomodule: Use g_once_init_enter/leave to register extensions and load dirs
147  - !2818 gio: Optionally install trigger executables to architecture-specific paths
148  - !2822 meson: fix build without cpp toolchain
149  - !2823 gsignal: Perform signal unlocked handlers block, unblock and disconnect ops
150  - !2825 gioenums: G_IO_ERROR_NO_SUCH_DEVICE is new in 2.74
151  - !2826 GDBus: improve interoperability of SASL handshake
152  - !2827 gregex: Free match info if offset matching recalc failed
153  - !2829 gregex: use g_debug instead of g_warning in case JIT is not available
154  - !2830 goption: Slightly improve the documentation for G_OPTION_FLAG_REVERSE
155  - !2832 GDBus: Use namespace-friendly protocol for Linux message buses, and
156    optionally other connections
157  - !2833 Fix installed-tests failures
158  - !2835 Introduce G_APPLICATION_DEFAULT_FLAGS
159  - !2836 gio-launch-desktop: Only replace fds that point to the Journal
160  - !2851 Improve default value of glib_debug option
161  - !2853 Expose tls-exporter channel binding
162  - !2854 docs: Add --delete option to gio-tool attributes documentation
163
164 * Translation updates:
165  - Abkhazian
166  - Basque
167  - Georgian
168  - Hebrew
169  - Persian
170  - Portuguese
171  - Russian
172  - Turkish
173  - Ukrainian
174
175 * Contributors:
176   Aleksandr Melman, Aleksei Rybalkin, Asier Sarasua Garmendia, Christian Hergert,
177   codeboybebop, Danial Behzadi, Emin Tufan Çetin, Emmanuele Bassi,
178   Giuseppe Scrivano, Hugo Carvalho, James Hilliard, Luca Bacci, madmurphy,
179   Mamoru TASAKA, Marco Trevisan, Matthias Clasen, Michael Catanzaro,
180   Nart Tlisha, Owen Rafferty, Philip Withnall, Ryan Hope, Simon McVittie,
181   Yosef Or Boczko, Yuri Chornoivan, Zurab Kargareteli.
182
183 Overview of changes in GLib 2.73.2, 12-07-2022
184 ==============================================
185
186 * Replace PCRE1 with PCRE2: This is a major change to drop the libpcre1
187   dependency and use libpcre2 instead, while preserving the behaviour and API of
188   GRegex. G_REGEX_OPTIMIZE and G_REGEX_JAVASCRIPT_COMPAT are now deprecated
189   and became a no-op, while other flags are adapted accordingly to the new API
190   (work by Aleksei Rybalkin, Philipp Withnall) (!2529, #1085)
191
192 * Preserve destruction order in gdataset, fixing various crashes during
193   objects disposal (work by Peter Bloomfield) (!2776, #2672, #2676)
194
195 * Require C99 __VA_ARGS__ (work by Emmanuele Bassi) (!2791, #2681)
196
197 * Add NONE or DEFAULT members to most flags types (work by Simon McVittie) (!2576)
198
199 * GFile: Add some missing async APIs (work by Marco Trevisan) (!2717)
200
201 * Improve internal and process documentation (work by Philipp Withnall) (!2763)
202
203 * Add atomic compare-and-exchange APIs returning previous value (work by Marco
204   Trevisan) (!2766)
205
206 * Add G_DEFINE_ENUM_TYPE and G_DEFINE_ENUM_VALUE macros (work by Emmanuele Bassi)
207   (!2788)
208
209 * Add platform-independent G_ALWAYS_INLINE and G_NO_INLINE (work by Marco Trevisan)
210   (!2781)
211
212 * Use waitid() on pidfds rather than a global SIGCHLD handler (work by Philip
213   Withnall) (!2408)
214
215 * Bugs fixed:
216  - #1434 Move tests/* into */tests/
217  - #2216 Chain signal handlers for SIGCHLD
218  - #2597 Crash in g_socket_client_enumerator_callback when proxy resolving
219  - #2659 /maincontext/timeout-once randomly fails
220  - #2681 Set C99's `__VA_ARGS__` as a toolchain hard requirement
221  - #2672 Finalization speedup (commit fa8c7c0da) causes crash in gtk3 demo
222  - #2676 gnome-shell assertion failure with GLib 2.73.1 while
223          g_object_real_dispose() cleans up weak refs
224  - #2687 Regression: in GLib 2.72.3, in gsocketclient/cancellable
225  - !1717 Add lock in _g_get_unix_mount_points() around *fsent() functions
226  - !2408 gmain: Use waitid() on pidfds rather than a global SIGCHLD handler
227  - !2529 gregex: replace pcre1 with pcre2
228  - !2576 Add a NONE or DEFAULT member to most flags-sets
229  - !2667 test: Potentially fix a race in thread-pool-slow test
230  - !2706 Add more SPDX license headers
231  - !2717 gfile (and GAppInfo): Add some missing async APIs and ensure async calls
232          always use them
233  - !2744 fuzzing: Add fuzz test for g_uuid_string_is_valid()
234  - !2748 docs: Add a testing policy
235  - !2749 tests: Various fixes for TAP output of tests
236  - !2755 docs: Sync glib.doap to set of users listed in CODEOWNERS
237  - !2763 docs: Document the release process
238  - !2766 gatomic: Add Compare and Exchange functions that returns the previous value
239  - !2770 Correct documentation of g_atomic_pointer_exchange
240  - !2771 use gvdb as a subproject
241  - !2772 gobject/tests/performance: fix leaks
242  - !2773 gdatetime test: Consistently expect %k to generate a figure space
243  - !2774 tests: Fix type mismatches in new atomic tests when compiling with clang
244  - !2775 gthread: Some code cleanups and fixes
245  - !2776 gdataset: Preserve destruction order
246  - !2779 tests: Fix macOS failures in the file tests
247  - !2781 gmacros: Provide platform-independent G_ALWAYS_INLINE and G_NO_INLINE
248  - !2782 ci: Update CI images to add gdb and pcre2
249  - !2783 _g_get_unix_mount_points(): reduce syscalls inside loop
250  - !2784 Revert "gobject: Use g_datalist_id_remove_multiple"
251  - !2785 tests: Fix incorrect basename comparison in gsubprocess test
252  - !2786 gcontenttype: Fix a potential use-after-free of xdgmime data
253  - !2788 Add G_DEFINE macros for enum and flags types
254  - !2789 gdate: Fix a typo in a code comment
255  - !2790 tests: Skip assert-msg-test.py if gdb is non-functional
256  - !2791 Require C99's __VA_ARGS__
257  - !2792 ci: Ensure git submodules are updated before running macOS CI
258  - !2794 gobject: Don't skip custom dispatch_properties_changed
259  - !2795 gkeyfile: Remove some unreachable code
260  - !2796 gmodule: Improve error handling for invalid .la files
261  - !2797 gio: Add some missing license and copyright headers
262  - !2798 Remove occurrences of unused-results warnings and mark them as errors
263  - !2800 gbacktrace: Handle case of strerror_r returning an int value
264  - !2801 gobject: Small speedup in weak-ref-set
265  - !2802 gobject/tests/custom-dispatch: Add few more tests
266  - !2804 gthreadpool: Ensure all unused threads are really counted as stopped
267  - !2805 gthread-posix: Do not do unguarded and non-atomic assignment of an atomic
268  - !2807 ci: Specify -Wno-overlength-strings on macOS
269          build: Specify -Werror=pointer-sign
270  - !2808 gsocketclient: Fix passing NULL to g_task_get_cancellable()
271  - !2809 gio/tests/desktop-app-info: Wait until the callback is called
272
273 * Translation updates:
274  - Lithuanian
275  - Persian
276  - Portuguese
277  - Russian
278  - Serbian
279  - Ukrainian
280
281 * Contributors:
282   Aleksandr Melman, Aleksei Rybalkin, Aurimas Černius, Danial Behzadi,
283   Emmanuele Bassi, Emmanuel Fleury, ericLemanissier, Hugo Carvalho,
284   Marc-André Lureau, Marco Trevisan (Treviño), Matthias Clasen,
285   Michael Catanzaro, Michael Vetter, Peter Bloomfield, Philip Withnall,
286   Rozhuk Ivan, Simon McVittie, Yuri Chornoivan, Мирослав Николић
287
288 Overview of changes in GLib 2.73.1
289 ==================================
290
291 * Remove the `-Diconv` configure option, as GLib now uses Meson’s built-in logic for
292   finding which iconv implementation to use (work by Eli Schwartz) (!2734)
293
294 * Move gvdb to a Meson subproject and git submodule to avoid duplicating its
295   source (work by Philip Withnall) (!2733)
296
297 * Add `add_test_setup()` in Meson to allow GLib tests to be run under valgrind
298   with correct settings easily, using `meson test --setup=valgrind` (work by
299   Philip Withnall) (!2752)
300
301 * Fix deadlocks when disposing non-cancelled inotify `GFileMonitor`s (work by
302   Benjamin Berg) (#1941)
303
304 * Fix `file://` requests in webkit2gtk due to incorrect xdgmime update (work by
305   Stephen Jung, Michael Catanzaro, Philip Withnall) (#2639)
306
307 * Fix build errors on macOS ≤10.7 for `LOCAL_PEERPID` (work by Christopher Nielsen) (!2707)
308
309 * Add new `g_atomic_int_exchange()` and `g_atomic_pointer_exchange()` APIs (work
310   by Marco Trevisan) (!2726)
311
312 * Add new `GListStore:n-items` property to allow easy binding in UIs (work by
313   Benjamin Otte) (!2738)
314
315 * Performance improvements for GObject construction and destruction (work by
316   Matthias Clasen) (#2661, #2665, #2666, !2678, !2700, !2705, !2712, !2713,
317   !2714, !2715, !2716, !2721, !2722, !2723, !2724, !2725, !2756)
318
319 * Use a numeric space (U+2007) for padding with some `g_date_time_format()`
320   placeholders (work by Maksym Hazevych) (#2655)
321
322 * Fix a slow memory leak in `GSocketClient` when using long-lived `GCancellable`s
323   (work by Jens Georg) (#2670)
324
325 * Bugs fixed:
326  - #1941 disposing a non-cancelled inotify GFileMonitor causes deadlocks
327  - #2639 xdgmime update breaks webkit2gtk file:// requests
328  - #2655 Use the numeric space for the DateTime.format()'s `\%l` specifier
329  - #2656 2.73.0: test suite is failing in `glib:gobject / object` unit
330  - #2661 Speeding up type checks for final types (commit 0ddea2d8e) breaks C++ bindings
331  - #2665 GObject speed up causes gtk3 apps to crash :(
332  - #2666 GObject speedup causes warnings with custom constructors
333  - #2670 Growing memory when using cancellable in g_socket_client_connect_async
334  - !2670 docs: Add a backports policy
335  - !2678 Speed up property lookup
336  - !2681 docs: Add a roadmap policy
337  - !2692 tests: Drop redundant collate test data files
338  - !2694 Restore macOS CI
339  - !2696 Move tests/gobject/testgobject.c to gobject/tests/basics-gobject.c
340  - !2697 Delete tests/gobject/timeloop-closure.c
341  - !2700 gtype: Speed up type checks for final types
342  - !2701 gsocketaddressenumerator: add nullable annotation to the result of `next`
343  - !2702 tests: Fix a potential race condition in pollable test
344  - !2704 tests: Remove various bits of overly-verbose test output
345  - !2705 gobject: Drop an unused quark
346  - !2707 credentials: macos: check for existence of LOCAL_PEERPID
347  - !2710 ci: Try reducing FD soft limit to fix valgrind tests
348  - !2711 tests: Various small test fixes for valgrind
349  - !2712 Improve the GObject performance test
350  - !2713 Simplify g_object_new_with_properties
351  - !2714 Simplify g_object_notify_by_pspec
352  - !2715 Don't inline deprecation warnings
353  - !2716 Don't copy values in g_object_new
354  - !2719 Add nullable annotation to return value of `g_variant_dict_lookup_value`.
355  - !2721 Avoid g_object_ref/unref in some cases
356  - !2722 Avoid g_param_spec_get_redirect_target
357  - !2723 Avoid g_type_class_peek
358  - !2724 gobject: Avoid redundant atomics
359  - !2725 Keep a separate flag for notify handlers
360  - !2726 gatomic: Add APIs to perform atomic int / pointer exchanges
361  - !2729 tests: Reduce number of threads in once test under valgrind
362  - !2730 garray: Fix NULL-termination of GPtrArray copies
363  - !2731 tests: Various static analysis fixes
364  - !2732 gobject: Sink floating pspecs if adding them to a class fails
365  - !2733 build: Move gvdb to a subproject
366  - !2734 meson: simplify iconv/intl lookups using Meson's builtin dependency lookup
367  - !2735 tests: Move GObject performance tests to gobject/tests/performance/
368  - !2738 liststore: add n-items property
369  - !2739 gobject-query: Minor cleanups and add unit tests
370  - !2740 gbinding: Remove some duplicated code for checking property names and improve tests slightly
371  - !2747 gobject: Change GObject notify semantics under static analysis
372  - !2751 glib-unix: Mark GLib.unix_open_pipe fds input array as fixed-size
373  - !2752 build: Use add_test_setup() to allow tests to be run under valgrind
374  - !2753 xdgmime: fix double free
375  - !2754 docs: Add Marco Trevisan as a co-maintainer
376  - !2756 gobject: Fix crash when disposing a GtkAccelGroup
377  - !2758 gio: Don't bundle gtrace in static builds
378  - !2761 gtlscertificate: Hold a ref on the root certificate when building chains
379  - !2762 gsignal: Change signal instance ref semantics under static analysis
380
381 * Translation updates:
382  - Georgian
383  - Hebrew
384
385
386 Overview of changes in GLib 2.73.0
387 ==================================
388
389 * Support nanosecond time precision in file attributes (work by Nitin Wartkar) (#369)
390
391 * Add `g_list_store_find_with_equal_func_full()` API to make `GListStore` more
392   introspection friendly (work by Jason Francis) (#2447)
393
394 * Document some GLib maintenance policies a bit better (work by
395   Nirbheek Chauhan, Philip Withnall) (#2596, !2648, !2649, !2664)
396
397 * Remove FAM/gamin file monitor and `-Dfam` meson option, as libgamin was last
398   released in 2007 and is dead upstream (work by Emmanuele Bassi) (#2605)
399
400 * Fix futex timespec type on 32-bit kernels with 64-bit userspace (#2634)
401
402 * Deprecate g_dtls_client_connection_set_validation_flags() (work by Michael Catanzaro) (#2646)
403
404 * Add support for automatically `NULL`-terminated `GPtrArray`s (work by Thomas Haller) (!1485)
405
406 * A lot of cleanup of warnings and old tests (work by Emmanuel Fleury)
407
408 * Various compilation and test fixes on Windows (work by Marc-André Lureau)
409   (!2499, !2540, !2569, !2582, !2592, !2599, !2600, !2656)
410
411 * Fix detection of broken `poll()` implementation on macOS, broken since the
412   port to Meson (work by Haruka Ma) (!2571)
413
414 * Add additional flags to `g_spawn_async_with_pipes_and_fds()` to make it more
415   easily introspectable (work by Nicola Fontana) (!2632)
416
417 * Initial (incomplete) support for REUSE licensing (work by Philip Withnall) (!2663, !2665, !2666)
418
419 * GObject construction performance improvements (work by Matthias Clasen) (!2672, !2673, !2674, !2677, !2680, !2690)
420
421 * Add `g_idle_add_once()` and `g_timeout_add_once()` for one-shot sources (work by Emmanuele Bassi) (!2684, !2693)
422
423 * Simplify zlib dependency resolution using new built-in Meson support for it (work by Eli Schwartz) (!2685)
424
425 * Bugs fixed:
426  - #369 file copy doesn't preserve nanosecond timestamps
427  - #2312 gdbus-test-codegen tests leak GWeakRef objects
428  - #2447 g_list_store_find_with_equal_func is not binding friendly
429  - #2596 Policy on meson requirement bumping
430  - #2605 Update Android CI to support API level 31
431  - #2614 Remove FAM/gamin file monitor
432  - #2625 g_warning_once fails to build with clang++
433  - #2629 g_file_trash() does not work on directories inside a sandbox
434  - #2633 Recent updates in gstdio.h breaks ABI on 64-bit MSVC builds
435  - #2634 g_cond_wait_until: returning FALSE immediately on mips24
436  - #2640 UWP warnings about extensions and verbs with glib 2.72.1
437  - #2646 Should g_dtls_client_connection_set_validation_flags etc. be deprecated?
438  - #2653 pango fails to build against glib main
439  - !1485 array: add support for g_ptr_array_null_terminated()
440  - !2449 Fix test suite on Windows
441  - !2494 Cleanup warnings split 5
442  - !2495 Cleanup warnings split 6
443  - !2496 Cleanup warnings split 7
444  - !2497 Cleanup warnings split 8
445  - !2498 Cleanup warnings split 9
446  - !2499 Various contenttype-related test fixes on win32
447  - !2521 gobject: Add g_signal_group_connect_closure
448  - !2534 gpowerprofilemonitor: Tweak wording of documentation to make more sense
449  - !2539 Convert tests/gio-test.c to g_test framework
450  - !2540 Various win32 tests skip & fixes
451  - !2541 meson: simplify lookup of python command
452  - !2543 ci: Update the Fedora CI image to Fedora 34
453  - !2545 gutils: Add flags to g_format_size_full() to return only value or only units
454  - !2550 Moving gobject tests from tests/gobjects to gobjects/tests
455  - !2553 Moving tests/refcount/ directory to gobject/tests/
456  - !2556 gdbusconnection: Use g_strv_contains() rather than a home-grown version
457  - !2557 gdbusmethodinvocation: Fix a leak on an early return path
458  - !2558 Move unit test on g_basename() function to glib/tests/fileutils.c
459  - !2559 Move tests/relation-test.c to glib/tests/relation.c
460  - !2560 ci: Update Coverity, mingw and Android CI images to Fedora 34
461  - !2562 tests: Call openpty (if available) without using dlsym
462  - !2563 glib: Format GDateTime ISO8601 years as %C%y
463  - !2564 Move test files on slices from tests/ to glib/tests/
464  - !2565 Revert "meson: simplify lookup of python command"
465  - !2566 tests: Add more tests for GResolver response parsing
466  - !2567 tests: Fix compilation when GLIB_DISABLE_DEPRECATION_WARNINGS is defined
467  - !2569 Various win32 tests fixes
468  - !2571 meson: Set BROKEN_POLL in macOS builds
469  - !2572 gversionmacros: Add version macros for GLib 2.74
470  - !2575 Move tests/spawn-test.c -> glib/tests/spawn-test.c
471  - !2577 build: Post-release version bump to 2.73.0
472  - !2579 Slice test
473  - !2580 Moving slice-threadinit.c test to glib/tests/
474  - !2581 Move tests/unicode-encoding.c to glib/tests/unicode-encoding.c
475  - !2582 glib/win32: fix spawn from GUI regression
476  - !2584 Move msvc warnings in meson.build file
477  - !2585 GUnixFDList: Include only in unix build
478  - !2586 Move test tests/unicode-normalize.c to glib/tests/
479  - !2589 tests: Don’t exit gdbus-method-invocation test early on connection close
480  - !2591 tests: Remove an incorrect assertion in converter-stream
481  - !2592 gio/tests: DuplicateHandle() is inappropriate for SOCKET
482  - !2594 ci: Expire CI artifacts after 1 week
483  - !2597 tests: Make a string comparison on an error string more relaxed
484  - !2598 ci: Combine style-check-diff and check-todos jobs into one
485  - !2599 Various socket-related fixes for win32
486  - !2600 GDate: Fix tests on Windows on certain locales
487  - !2601 Move tests/onceinit.c to glib/tests/onceinit.c
488  - !2602 tests: Ensure NormalizationTest.txt is installed for installed-tests
489  - !2603 tests: Use G_TEST_OPTION_ISOLATE_DIRS in gdbus-peer-object-manager
490  - !2604 tests: Reduce wakeup interval in gdbus-threading
491  - !2606 tests: Fix a minor leak in the unicode-normalize test
492  - !2607 Moving tests/mapping-test.c to glib/test/mapping.c
493  - !2608 Fixes in tests
494  - !2609 Remove tests/timeloop.c and tests/timeloopbasic.c
495  - !2610 Expand tests on gbookmark file API
496  - !2612 docs: Expand G_DEFINE_BOXED_TYPE docs with more detailed example
497  - !2613 gtestutils: Include stdlib.h for exit function
498  - !2614 Add inout annotations for g_iconv
499  - !2615 Meson: Fix gio-windows-2.0 override name
500  - !2617 gmessages: Error if g_log_set_writer_func() is called multiple times
501  - !2619 gversion: Clarify that GLIB_CHECK_VERSION is a >= check
502  - !2621 Fix the annotation of g_utf8_strncpy()
503  - !2624 Expand ghook unit tests for a better coverage and add more checks
504  - !2625 gsocket: Add assertions about socket address sizes for memcpy()
505  - !2626 gio-tool: Fix a minor memory leak when using gio-set with bytestrings
506  - !2627 gopenuriportal: Fix a use-after-free on an error path
507  - !2628 Fix various scan-build warnings
508  - !2630 build: Move lcovrc file to root so it’s picked up by Meson
509  - !2631 Cast to ptrdiff_t instead of subtracting by null
510  - !2632 g_spawn_async_with_pipes_and_fds uses out parameters as inputs
511  - !2633 Fix closure annotations in callbacks' user data parameters
512  - !2634 Move tests/threadpool-test.c to glib/test/thread-pool-slow.c
513  - !2635 Add a couple of assertions to help with static analysis
514  - !2636 ghmac: Fix some signed/unsigned issues with g_checksum_update()
515  - !2637 guri: Preallocate a buffer for building URIs
516  - !2638 fuzzing: Only set the writer function once
517  - !2639 Move tests/thread-test.c to glib/tests/thread-deprecated.c
518  - !2642 meson: Check rres.compiled() before calling rres.returncode()
519  - !2645 Remove unnecessary test tests/mainloop-test.c duplicated in glib/tests/mainloop.c
520  - !2646 Add some more assertions to help scan-build out
521  - !2648 docs: Add a code of conduct document
522  - !2649 Various updates to documentation and misc files in the root directory
523  - !2650 meson: Use range() instead of listing all stable versions
524  - !2651 Replace single quotes in gio/tests/codegen.py
525  - !2652 resources: Hide external data symbol
526  - !2653 build: Remove a few Meson workarounds and FIXMEs
527  - !2654 gtask: use g_strconcat() in g_task_return() only if needed
528  - !2655 Fix typo in gio/meson.build
529  - !2656 gio: various unix/fd-related enablement on win32
530  - !2657 ci: Temporarily allow failure of macOS CI runner until it’s fixed
531  - !2658 tests: Fix a double-close of a GSource in tests
532  - !2659 Cleaning a file left behind by glib/tests/bookmarkfile.c test case
533  - !2660 Move tests/module-test.c to gmodules/tests/
534  - !2663 docs: Initial REUSE licensing support
535  - !2664 docs: Add compiler and toolchain requirements from the wiki
536  - !2665 glib/gio/tests: Add SPDX license headers automatically
537  - !2666 fuzzing: Add copyright/licensing headers to fuzzing files
538  - !2669 Add a Unicode testcase
539  - !2671 Add another Unicode testcase
540  - !2672 gtype: small optimization
541  - !2673 param: Avoid strcmps
542  - !2674 Avoid g_type_peek_value_table
543  - !2675 docs: Use G_PARAM_STATIC_STRINGS in examples and explain it more
544  - !2677 param: Add a value_is_valid vfunc
545  - !2679 Rename user data parameters to user_data
546  - !2680 Speed up object finalization
547  - !2684 Add one-shot idle and timeout functions
548  - !2685 meson: use builtin dependency lookups for zlib
549  - !2686 gitlab-ci: remove meson-junit-report.py conversion
550  - !2687 gitlab-ci: left-over from junit cleanup
551  - !2688 gparamspecs: Remove redundant NULL checks
552  - !2689 build: update sysprof configuration options
553  - !2690 gobject: Keep a count of construct params
554  - !2693 gmain: Refactor idle-once and timeout-once to avoid a closure allocation
555
556 * Translation updates:
557  - Basque
558  - Bulgarian
559  - Catalan
560  - Croatian
561  - Czech
562  - Danish
563  - English (United Kingdom)
564  - French
565  - Galician
566  - German
567  - Hungarian
568  - Indonesian
569  - Italian
570  - Lithuanian
571  - Nepali
572  - Polish
573  - Portuguese
574  - Portuguese (Brazil)
575  - Russian
576  - Slovenian
577  - Spanish
578  - Swedish
579  - Turkish
580  - Ukrainian
581
582
583 Overview of changes in GLib 2.72.0
584 ==================================
585
586 * Bugs fixed:
587  - #2620 g_time_zone_new_offset() assertion failure if offset >= 25 hours
588  - !2538 Various unit test fixes
589  - !2542 fuzzing: Fix test failure with G_DISABLE_ASSERT
590  - !2547 gprintf: Fix a memory leak with an invalid format in g_vasprintf()
591  - !2548 tests: Various fixes to gdbus-auth, gdbus-non-socket, gdbus-connection-flush, spawn-multithreaded tests
592  - !2551 tests: More flaky test fixes to converter-stream and test-printf
593  - !2552 gtlsconnection: fix typo in docs
594
595 * Translation updates:
596  - Czech
597  - French
598  - Friulian
599  - Hebrew
600  - Hungarian
601  - Italian
602  - Kazakh
603  - Polish
604  - Romanian
605  - Serbian
606  - Swedish
607
608
609 Overview of changes in GLib 2.71.3
610 ==================================
611
612 * Fix flaky `GDebugController` tests (!2504)
613
614 * Numerous small documentation updates
615
616 * Bugs fixed:
617  - #517 g_utf8_collate returns 0 on U+C5D0 vs U+CD94
618  - #1929 gdbus-connection-flush: setup_client_cb: Exhausted all available authentication mechanisms (tried: EXTERNAL, DBUS_COOKIE_SHA1)
619  - #2589 Hash sign misinterpreted as heading
620  - #2598 g_main_loop_run() may leak a GMainLoop reference
621  - #2609 Clarify documentation for g_log_set_debug_enabled()
622  - #2611 Unspecified options considered present
623  - #2612 side effects of ensure_valid_dict result used in g_return_if_fail macro
624  - #2613 Naked magic literal in gvariant.h
625  - !1707 Add cache to g_unix_mount_points_get()
626  - !2424 Remove old test file tests/testglib.c
627  - !2451 glib: fix buffer overflow in g_canonicalize_filename()
628  - !2466 Various minor fixes for empty argv handling
629  - !2480 Various glib/tests/date fixes on win32
630  - !2485 Various spawn-related test fixes on win32
631  - !2490 Cleanup warnings split 1
632  - !2491 Cleanup warnings split 2
633  - !2492 Cleanup warnings split 3
634  - !2493 Cleanup warnings split 4
635  - !2501 glib-compile-resources: Fix a memory leak of the compiler option
636  - !2502 tests: Merge iochannel-test into io-channel tests in glib directory
637  - !2503 gbacktrace: Fix a set-but-not-used variable
638  - !2504 gdebugcontrollerdbus: Track pending tasks with weak refs
639  - !2505 tests: Stop ignoring test failures on macOS
640  - !2506 gresource-tool: Fix unused-but-set-variable warn with G_DISABLE_ASSERT
641  - !2507 ci: Drop custom dependency builds from installed-tests
642  - !2508 codegen: Reformat parser.py according to black
643  - !2509 tests: Fix various small memory leaks
644  - !2510 gdesktopappinfo: Fix a leak when launching URIs over D-Bus
645  - !2512 doc: Extend a bit G_DECLARE_* documentation example
646  - !2513 gmain: Expand documentation about GSource priorities a little
647  - !2514 ci: Various cleanups and moving Android API 21 and FreeBSD 12 to scheduled run
648  - !2515 gmessages: Fix typo in docs
649  - !2516 glocalfileinfo: Always define _g_stat_mtim_nsec, etc.
650  - !2517 meson: Add schemasdir and giomoduledir to gio dependency
651  - !2518 meson: Set GIO_EXTRA_MODULES in devenv
652  - !2519 gdebugcontrollerdbus: Mark a variable as G_GNUC_UNUSED
653  - !2520 tests: Remove threads from mock-resolver/network-address test
654  - !2523 Add handling of NULL time_t* pointer as argument
655  - !2524 Revert "meson: Add schemasdir and giomoduledir to gio dependency"
656  - !2525 meson: Add schemasdir and giomoduledir to gio dependency
657  - !2526 Remove unused test tests/testgdateparser.c
658  - !2527 Move tests/type-test.c to glib/tests/types.c
659  - !2528 meson: Add PYTHONPATH to load GDB helper module
660  - !2531 gtask: Document that task name is set by g_task_set_source_tag()
661
662 * Translation updates:
663  - Basque
664  - Catalan
665  - Chinese (China)
666  - Croatian
667  - Danish
668  - German
669  - Hebrew
670  - Indonesian
671  - Korean
672  - Lithuanian
673  - Romanian
674  - Russian
675  - Spanish
676  - Turkish
677
678
679 Overview of changes in GLib 2.71.2
680 ==================================
681
682 * Rework `glib-compile-resources` to output compiler-specific files to reduce
683   compilation time; see the new `--compiler` option (work by Emmanuele Bassi) (#2492)
684
685 * Add a cross-platform API for aligned memory allocations (`g_aligned_alloc()`,
686   `g_aligned_alloc0()` and `g_aligned_free()`) (work by Emmanuele Bassi) (#2574)
687
688 * Deprecate `force_posix_threads` configure option, since it was a workaround
689   for static linking on Windows (#2592)
690
691 * Add `GBindingGroup` and `GSignalGroup` APIs (work by Christian Hergert and
692   Garrett Regier) (!2235)
693
694 * Implement FD remapping support for `g_spawn_async_with_pipes_and_fds()` on
695   Windows (work by Marc-André Lureau) (!2458)
696
697 * Add an async file move API, `g_file_move_async()` (work by Lucas Schwiderski) (!2469)
698
699 * Bugs fixed:
700  - #1190 gapplication: Add an org.gtk.Debugging interface
701  - #2329 GApplication CLI parsing of DOUBLE type failure
702  - #2492 glib-compile-resources contains resource data twice and creates large output files
703  - #2563 g_test_build_filename and friends not safe to call after g_test_run() has finished
704  - #2574 Add API for aligned allocations
705  - #2592 Consider deprecating 'force_posix_threads' build option
706  - #2601 Missing <para> tag in generated files
707  - !2235 Add GBindingGroup and GSignalGroup
708  - !2378 gtestutils: Mention the unit used for the test timer
709  - !2404 File tests
710  - !2433 Remove tests/testgdate.c from tests
711  - !2458 Implement fd passing for Windows spawn
712  - !2464 Amend g_bus_get* documentation regarding private connection
713  - !2465 gi: expose some files as variable for gobject-introspection
714  - !2467 ci: Add link to Coverage output at end of coverage job
715  - !2468 gfile: resolve_relative_path isn't nullable
716  - !2469 Implement async file movement
717  - !2471 Fix test on the date format for FreeBSD and MacOS X.
718  - !2472 Fix test date (again)...
719  - !2473 Fix glib/test/date.c for FreeBSD/OpenBSD/MacOS X
720  - !2476 Add G_UNICODE_SCRIPT_MATH to GUnicodeScript
721  - !2477 Improve coverage of two digit years in gdate tests
722  - !2481 Fix glib/tests/fileutils on win32
723  - !2482 Fix unit test on date format '%Z' which is too versatile to be trustable
724  - !2483 Fix glib/tests/gdatetime on win32
725  - !2484 tests: Use g_test_skip() to skip a test on Windows
726  - !2487 gconstructor.h: Visual Studio: Only include gslist.h if needed
727  - !2488 Fix some problems with g_aligned_alloc() tests
728
729 * Translation updates:
730  - Basque
731  - Catalan
732  - Chinese (China)
733  - Czech
734  - French
735  - Galician
736  - Indonesian
737  - Japanese
738  - Polish
739  - Portuguese
740  - Portuguese (Brazil)
741  - Russian
742  - Slovenian
743  - Spanish
744  - Ukrainian
745
746
747 Overview of changes in GLib 2.71.1
748 ==================================
749
750 * Basic support for static builds on Windows (work by Loïc Le Page,
751   Marc-André Lureau, with contributions from Xavier Claessens, Nirbheek Chauhan,
752   Charlie Barto, Luca Bacci, Amos Wenger) (#692, #2585, !2442)
753
754 * Add `GDebugController` and a D-Bus implementation which exposes whether
755   debug output is enabled in a process using the `org.gtk.Debugging` D-Bus
756   interface (work by Philip Withnall) (#1190)
757
758 * Support for `AF_UNIX` sockets on Windows 10 (and later) (work by Marc-André Lureau) (#2487)
759
760 * Several important fixes to GDBus message and GVariant parsing of invalid data (work by Sebastian Wilhelmi) (#2557, #2572)
761
762 * Fix potential data loss due to missing fsync when saving files on btrfs (work by Sebastian Keller) (!2425)
763
764 * Fix potential buffer overflows in `garray.c` for very large `GArray`s and `GPtrArray`s (work by Tobias Stoeckmann) (#2578)
765
766 * Fix FDs in gspawn not being closed and causing process hangs if `close_range()` fails unexpectedly (work by Dan Nicholson) (#2580)
767
768 * Fix `g_find_program_in_path()` not returning an absolute path if `$PATH` is relative (work by Christoph Niethammer) (#2586)
769
770 * Add support for loading PKCS#12 encrypted files in `GTlsCertificate` (work by Patrick Griffis) (!2239)
771
772 * A number of improvements to unit tests (work by Emmanuel Fleury, Charlie Barto) (!2399, !2400, !2402, !2403, !2428, !2431, !2432, !2434)
773
774 * Support `LOCAL_PEERPID` on macOS, giving partial support for PIDs in
775   `GCredentials` on that platform (work by Ignacio Casal Quinteiro) (!2362)
776
777 * Add `g_get_user_state_dir()` to support `XDG_STATE_HOME` (work by Sophie Herold) (!2395)
778
779 * Add `g_hash_table_new_similar()` to copy a hash table and its hash/equal functions without its data (work by Jonas Ådahl) (!2405)
780
781 * Support D-Bus client authentication with `EXTERNAL` on Windows (work by Marc-André Lureau) (!2429)
782
783 * Add a reStructuredText documentation generator to `gdbus-codegen` (work by Emmanuele Bassi) (!2448)
784
785 * Add a Windows implementation of `GMemoryMonitor` (work by Marc-André Lureau) (!2452)
786
787 * Bugs fixed:
788  - #692 meta: Fix static build on Windows
789  - #1190 gapplication: Add an org.gtk.Debugging interface
790  - #2487 Add support for native unix domain sockets on WIN32 to GLib.Socket and related classes
791  - #2550 possible GDateTime issue with localtime on Illumos/Solaris
792  - #2557 Arrays of zero-element tuples with non-zero length lead to infinite loops in g_dbus_message_new_from_blob
793  - #2559 2.71.0: compile and link time warnings
794  - #2560 Link error xdgmime.c: unresolved external symbol S_ISREG when building with VS2022
795  - #2564 Hangul Jamo Extended-B should be 0-width
796  - #2565 Build glib-2.71.0 failed in Windows using MSYS2-MINGW64
797  - #2571 Cross build error "undefined reference to `_g_binary_test1_resource_data'" when building tests for Windows on openSUSE Leap
798  - #2572 Check for GVariant recursion depth before recursing
799  - #2578 buffer overflows in garray.c
800  - #2579 Outdated paths in INSTALL.in
801  - #2580 gspawn doesn't set CLOEXEC if close_range fails unexpectedly
802  - #2582 glib 2.71.0 muslc - build error missing sentinel in function call
803  - #2585 Static link issue on Windows due to resource files being linked in twice
804  - #2586 g_find_program_in_path not returning an absolute path
805  - !2239 gtlscertificate: Add ability to load PKCS#12 encrypted files
806  - !2362 credentials: support the local peerpid on macos
807  - !2384 meson: Fix linking with static library in Windows
808  - !2395 utils: Add XDG_STATE_HOME support
809  - !2399 Move tests/env-test.c into glib/tests/environment.c
810  - !2400 Prevent gtest tests from popping up dialog boxes
811  - !2402 Improving glib/tests/environment.c
812  - !2403 Improve test coverage of glib/tests/asyncqueue.c
813  - !2405 ghash: Add g_hash_table_new_similar
814  - !2407 tests: Fix environment test on FreeBSD
815  - !2411 annotate `g_content_type_guess` parameter as filename
816  - !2412 paramspec: fix unref annotation
817  - !2413 Use meson dependency to link against apple framework
818  - !2414 docs: Improve docs for gdbusutils.c
819  - !2417 gtestutils: Fix minor typos in the g_test_get_filename() docs
820  - !2423 Make clear in doc that signals are emitted synchroniously
821  - !2425 gfileutils: Remove outdated BTRFS fsync optimization from set_contents
822  - !2426 gdbus-codegen: Fix a typo in a comment
823  - !2428 Merge tests/gobject/gvalue-test.c with gobject/tests/value.c
824  - !2429 gdbus: make client work with EXTERNAL on Windows
825  - !2431 Merge tests/gobject/paramspec-test.c into gobject/tests/param.c
826  - !2432 Merge test/unicode-caseconv.c into glib/tests/unicode.c
827  - !2434 Remove a disabled test case that was covered by glib/tests/collate.c
828  - !2440 Improve g_ascii_formatd docs and preconditions
829  - !2441 Reduce the amount of compile-time warnings
830  - !2442 Fix tests with static build on Windows
831  - !2447 giowin32: use gint64 and _lseeki64
832  - !2448 Add reStructuredText documentation generator for gdbus-codegen
833  - !2452 gio/win32: add GMemoryMonitorWin32
834  - !2453 Add `(array length)` annotation to `g_tls_certificate_new_from_pkcs12()`
835  - !2454 gdbusmessage, gvariant and garray fixes
836  - !2456 tests: Pass --internal and -z noexecstack to glib-compile-resources tests
837  - !2459 gio: add missing zlib dependency in gio-windows-2.0.pc
838  - !2461 Fix memory leak in gio/gdbusauthmechanismsha1.c
839  - !2463 Revert "Merge branch 'fix-windows-pc' into 'main'"
840
841 * Translation updates:
842  - Catalan
843  - Chinese (China)
844  - Czech
845  - Galician
846  - Hebrew
847  - Indonesian
848  - Lithuanian
849  - Polish
850  - Portuguese
851  - Portuguese (Brazil)
852  - Russian
853  - Spanish
854  - Ukrainian
855
856
857 Overview of changes in GLib 2.71.0
858 ==================================
859
860 * Fix network changes not being signalled from NetworkManager (work by
861   Julian Andres Klode) (#2505)
862
863 * Fix build when building with --fatal-meson-warnings (work by Eli Schwartz) (!2304)
864
865 * Fix use of the default log writer with journald namespaces (diagnosis by Ilya Basin) (#2530)
866
867 * Fix hang in `dbus-daemon` under `GTestDBus` when `G_MESSAGES_DEBUG=all` is set (work by Marco Trevisan) (#2537)
868
869 * Speed up `g_canonicalize_filename()` to avoid pathogenic cases with `..` (work by Sebastian Wilhelmi) (#2541)
870
871 * Fix URI for pcre subproject as it’s moved upstream (work by Albert Astals Cid) (!2324)
872
873 * Fix storing GSettings dictionaries on macOS (work by Maurice) (#2527)
874
875 * Speed up ‘remove dot segments’ algorithm in `GUri` to avoid pathogenic cases with `..` (work by Sebastian Wilhelmi) (#2526)
876
877 * Fix infinite loops in D-Bus message parsing for truncated inputs (work by Sebastian Wilhelmi) (#2528)
878
879 * Improve correctness of version information returned by `g_get_os_info()` for Windows 10/Server 2019+ (work by Chun-wei Fan) (#2443)
880
881 * Various fixes to GWeakRef cleanup (#865, #2390) and toggle refs (#2394) (work by Marco Trevisan)
882
883 * Add `G_DBUS_PROXY_FLAGS_NO_MATCH_RULE` flag for disabling match rules when creating a `GDBusProxy` (#1109)
884
885 * Fix FD remapping in `g_spawn_async_with_pipes_and_fds()` with certain values of target FDs (#2503, #2506) (work by Michael Catanzaro)
886
887 * Make `GDBusProxy::g-signal` signal detailed with D-Bus signal names (#2536) (work by Aleksandr Mezin)
888
889 * Emit `launched` signal for D-Bus activation of apps with `GDesktopAppInfo` (!2227) (work by Guido Günther)
890
891 * Fix IDs of `GDesktopAppInfo`s which are constructed from a `.desktop` file in a subdirectory (!2283) (work by Ivalyo Dimitrov)
892
893 * Add `--interactive` option to `gdbus call` (!2329)
894
895 * Add `G_SUBPROCESS_FLAGS_SEARCH_PATH_FROM_ENVP` to `GSubprocess` (!2333) (work by Hristo Venev)
896
897 * Bugs fixed:
898  - #475 Add g_alloca0() and g_newa0()
899  - #847 g_set_prgname() should be thread-safe
900  - #865 GWeakRefs not cleared by g_object_run_dispose()
901  - #1109 [PATCH] GDBusProxy: add G_DBUS_PROXY_FLAGS_NO_MATCH_RULE flag
902  - #1231 gobject declare macros cause alignment warnings on armhf/armhf/mipsel
903  - #1331 GArray with 10 million items overflows index arithmetic
904  - #1735 Get back to a -werror build
905  - #1781 Sort output of gsettings command-line tool
906  - #2310 contenttype test leaks xdg-mime internal data
907  - #2390 GWeakRef's aren't cleared again on finalization (and not fully thread-safe)
908  - #2394 Toggle refs notification may not handle multiple threads correctly
909  - #2400 Use-after-free in invoke_set_property_in_idle_cb()
910  - #2401 GDBus runtime warning from remove_interfaces()
911  - #2404 GTask: clarify that GTask assumes are running mainloop
912  - #2426 GSettings delayed apply generates runtime warnings
913  - #2443 Add Windows 11 support to get_windows_version()
914  - #2468 GSequence pessimizes itself and slows down
915  - #2471 g_output_stream_write_all_async prints error when count == 0 and content == NULL
916  - #2488 Unix password unit test fails on FreeBSD 13
917  - #2489 Add a (diagnostic) warning for finalized objects with floating refs
918  - #2490 Upgrade to Unicode Character Database 14.0
919  - #2496 Wrong parameter type for g_simple_proxy_resolver_set_ignore_hosts
920  - #2498 GIR: Remove non-existing IOModule methods `load`, `unload`
921  - #2500 Able to export object manager and object on root path, but not other paths
922  - #2503 gspawn.c may clobber target fds
923  - #2505 g_network_monitor_nm never updates on connection change (listens for signal on wrong dbus interface)
924  - #2506 gspawn.c fails to close child_err_report_fd if it is duped to avoid conflation with one of the target_fds
925  - #2507 Strange behavior of GFileEnumerator with GVfs locations
926  - #2514 test suite failure in glib/tests/gdatetime.c if German locale de_DE.ISO-8859-1 is available
927  - #2518 Misleading message when privileged program starts G_BUS_TYPE_SESSION
928  - #2520 g_date_new_ functions return NULL on invalid input
929  - #2523 MacOS generates warnings for g_size_checked_mul()
930  - #2526 fuzz_uri_parse failure
931  - #2527 Error storing dictionary with string keys as GSettings on macOS
932  - #2528 g_dbus_message_new_from_blob goes into infinite loop for certain inputs
933  - #2529 load_user_special_dirs returns NULL in certain cases
934  - #2530 g_log_writer_is_journald fails if a Journal Namespace is used
935  - #2536 GDBusProxy: make g-signal detailed
936  - #2537 GTestDBus dbus daemon causes child process to hang when using verbose output
937  - #2541 g_canonicalize_filename should work in linear time complexity
938  - #2553 Consider not depending on strtoull_l and strtoll_l as much
939  - !1960 Add g_main_context_new_with_flags() and ownerless polling option
940  - !1968 gspawn: Implement fd remapping for posix_spawn codepath, and fix file descriptor conflation issues
941  - !1991 Keyfile parsing performance improvements
942  - !2029 Updating xdgmime
943  - !2064 gobject: Cleanup GWeakRef locations on object finalization
944  - !2114 Coerce type cast to void* because it causes compiler warnings
945  - !2191 docs: Add .editorconfig file
946  - !2214 Document potential footgun with GTlsCertificateFlags and deprecate certain usages
947  - !2223 Better detection of the cleanup attribute.
948  - !2227 gdesktopappinfo: Emit "launched" signal for D-Bus activation too
949  - !2242 gsettings: Add various missing (nullable) or (not nullable) annotations
950  - !2244 gutils: Avoid segfault in g_get_user_database_entry
951  - !2245 gdesktopappinfo: Do not call xterm when it does not exist, inform the caller the launch failed
952  - !2246 gobject: Document it’s unsafe to call g_object_ref() from GWeakNotify
953  - !2249 Add version macros for GLib 2.72 and bump version to 2.71.0
954  - !2251 GString: Bump minimum size
955  - !2254 Small optimization for g_object_set
956  - !2255 gobject: Clarify behaviour of adding weak refs during disposal
957  - !2257 Fix documentation for g_dbus_object_manager_get_object().
958  - !2260 GWin32AppInfo: Do not assert about successful open'ing of registry keys
959  - !2261 Provide built DLLs as Gitlab-CI artifacts
960  - !2266 fix uninitial variable
961  - !2273 Fix more (Windows) warnings
962  - !2277 Revert "Don't compile some unused functions in gio/xdgmime/"
963  - !2283 GDesktopAppInfo: Try to always correctly set id
964  - !2284 update the proxy-libintl subproject to the latest release
965  - !2285 fix issues found by svace static code analyzer
966  - !2286 meson: fix warnings for extract_all_objects function
967  - !2287 ci: Update CI images to latest stable Debian and Fedora, bump Meson dependency to 0.52
968  - !2288 Update g_source_remove doc comment: the function doesn't always return TRUE
969  - !2289 Update g_source_remove documentation for the returned value
970  - !2290 mkdir path specified by XDG_RUNTIME_DIR
971  - !2292 Fix cast from pointer to integer of different size warning in gio/gwin32appinfo.c
972  - !2293 glib-private: Fix MSVC build with AddressSanitizer
973  - !2294 Fix windows warnings
974  - !2295 gutf8: Document that out args from g_utf16_to_utf8() are non-negative
975  - !2303 Fix more windows warnings
976  - !2305 gio: document GFile API when relative path is absolute
977  - !2306 gunixmounts: Drop references to pamconsole mount option
978  - !2308 gthread-win32: Remove an unnecessary volatile qualifier
979  - !2309 Rename libpcre.wrap to pcre.wrap
980  - !2310 tests: Fix a typo in a test message in gdatetime.c
981  - !2311 Fix always true comparison warning in glib/garray.c
982  - !2319 docs: Fix the GListModel description
983  - !2323 Fix final warnings in Windows code
984  - !2324 Fix link to pcre-8.37.tar.bz2
985  - !2326 Improve some documentation related to GTlsDatabase
986  - !2328 gutf8: add string length check when ending character offset is -1
987  - !2329 gdbus: Add --interactive option to `gdbus call`
988  - !2332 Changed gendered terms to be gender-neutral
989  - !2333 gsubprocess: Add G_SUBPROCESS_FLAGS_SEARCH_PATH_FROM_ENVP
990  - !2336 tests: Drop arbitrary and flaky waits from actions tests
991  - !2339 ci: Bump Meson version to 0.60.1 on macOS
992  - !2341 tests: Wait for gdbus-testserver to die when killing it
993  - !2342 tests: Reformat mkenums.py slightly to make run-black.sh happy
994  - !2345 gutils: Disable some dead code on macOS
995  - !2347 Removing tests/asyncqueue-test.c from tests/
996  - !2348 gio/tests/codegen.py: bump timeout to 100 seconds
997  - !2349 Annotate `g_getenv()` and `g_environ_getenv()` return value as `nullable`
998  - !2352 tests: Fix a flaky wait in converter-stream
999  - !2353 Address some oddities around GResolver::reload
1000  - !2357 ci: Upgrade to clang-format-11 from clang-format-7
1001  - !2360 meson: specify when commands need to succeed in run_command
1002  - !2364 tests: Allow `objcopy --help` to fail, because it fails on FreeBSD
1003  - !2365 Add vfunc checks in gappinfo.c
1004  - !2368 De-duplicate g_nearest_pow() implementation and add some overflow protections to g_ptr_array_maybe_expand(), g_string_maybe_expand() and g_string_chunk_insert_len()
1005  - !2370 gqsort: Move test to glib/tests/
1006  - !2371 Freeze notification during object destruction
1007  - !2372 docs: Improve GVariant docs
1008  - !2373 glib.supp: Suppress one-time allocation in g_get_home_dir()
1009  - !2376 GSource: move test to glib/tests/
1010  - !2379 Merging tests/bit-test.c into glib/tests/utils.c
1011  - !2381 tests: Test the function forms of g_bit_*() APIs too
1012  - !2382 gfileutils: Correctly reset start value when canonicalising paths
1013  - !2385 gfileutils: Fix transfer annotation and whitespace issues
1014  - !2386 docs: Add API documentation links to the README
1015  - !2387 docs: Update the README a little
1016  - !2390 Merging tests/child-test.c into glib/tests/spawn-multithreaded.c
1017  - !2391 Removing redundant cxx test tests/cxx-test.cpp
1018  - !2392 Move tests/completion-test.c to glib/tests/completion.c
1019  - !2393 Removing unnecessary test on gdatetime.c
1020  - !2396 fuzzing: Add a fuzz test for parsing DNS records
1021  - !2397 Moving tests/dirname-test.c to glib/tests/fileutils.c
1022  - !2398 fix /list/position test
1023
1024 * Translation updates:
1025  - Croatian
1026  - Friulian
1027  - Galician
1028  - Hebrew
1029  - Indonesian
1030  - Italian
1031  - Latvian
1032  - Lithuanian
1033  - Occitan (post 1500)
1034  - Persian
1035  - Polish
1036  - Portuguese
1037  - Portuguese (Brazil)
1038  - Romanian
1039  - Russian
1040  - Serbian
1041  - Slovak
1042  - Spanish
1043  - Swedish
1044  - Ukrainian
1045
1046
1047 Overview of changes in GLib 2.70.0
1048 ==================================
1049
1050 * Bugs fixed:
1051  - !2248 ci: Replace FreeBSD 11 with FreeBSD 13
1052
1053 * Translation updates:
1054  - Croatian
1055  - Danish
1056  - English (United Kingdom)
1057  - French
1058  - German
1059  - Hungarian
1060  - Polish
1061  - Swedish
1062  - Turkish
1063
1064
1065 Overview of changes in GLib 2.69.3
1066 ==================================
1067
1068 * Bugs fixed:
1069  - #2425 g_settings_schema_key_range_check() misbehaves for int versus bool
1070  - #2472 Compiling anything with GCC <4.6 spews deprecation warnings
1071  - #2477 `g_invoke_closure` bindings API break.
1072  - #2481 GPowerProfileMonitorPortal does not notice initial power-saver-enabled status
1073  - !2219 doc: Explicitly said, that no null term. is needed
1074  - !2238 ci: Use C.UTF-8 locale on FreeBSD 12
1075  - !2240 gio: Fix conditions in memory-monitor test
1076
1077 * Translation updates:
1078  - Basque
1079  - Catalan
1080  - Chinese (China)
1081  - Galician
1082  - Kazakh
1083  - Korean
1084  - Lithuanian
1085  - Romanian
1086
1087
1088 Overview of changes in GLib 2.69.2
1089 ==================================
1090
1091 * The `DBUS_SESSION_BUS_ADDRESS` environment variable is once more not used if
1092   the process is `AT_SECURE` (setuid/setgid/setcap); this change was previously
1093   applied and then reverted because it broke gnome-keyring (#2316)
1094
1095 * Add `g_test_fail_printf()`, `g_test_skip_printf()`,
1096   `g_test_incomplete_printf()` helper functions for printing messages when tests
1097   end prematurely (work by Simon McVittie) (!2215)
1098
1099 * Add portal implementation of `GPowerProfileMonitor` (work by
1100   Bastien Nocera) (!2222)
1101
1102 * Bugs fixed:
1103  - #2316 Re-harden DBUS_SESSION_BUS_ADDRESS for AT_SECURE processes in GLib 2.70
1104  - #2343 Document explicitly refcount mgmt of source-object during GAsyncReadyCallbacks
1105  - #2454 Read past the end of buffer in g_win32_package_parser_enum_packages
1106  - #2456 Frequent test failure on FreeBSD: glib/tests/thread-pool.c:197:test_thread_pool_full: 'free_func_called' should be TRUE
1107  - !2157 tests: Add missing wakeup calls to gdbus-names test
1108  - !2165 docs: Mention the stable/unstable support version in README.md
1109  - !2211 Improve documentation of various TLS stuff
1110  - !2215 gtestutils: Add more convenience functions
1111  - !2216 tests: Fix error handling when testing gtestutils
1112  - !2222 gio: Add portal version of GPowerProfileMonitor
1113  - !2224 Docs: Mention that G_VA_COPY() must be followed by `va_end()`
1114  - !2225 build: Fix implicit declaration of function errors
1115  - !2226 Annotate the GString constructors
1116
1117 * Translation updates:
1118  - Czech
1119  - Hebrew
1120  - Slovenian
1121  - Spanish
1122  - Swedish
1123
1124
1125 Overview of changes in GLib 2.69.1
1126 ==================================
1127
1128 * Support categories in desktop notifications (`GNotification`)
1129   (work by Guido Günther) (#2446)
1130
1131 * Add `GPowerProfileMonitor` for monitoring when to use less power (due to being
1132   on battery power, electricity being expensive or high-carbon, etc.)
1133   (work by Patrick Griffis, Bastien Nocera) (#2444)
1134
1135 * Allow static names to be set for `GSource`s to avoid unnecessary string copies
1136   (work by Matthias Clasen) (!2196)
1137
1138 * Bugs fixed:
1139  - #203 API: need g_module_open() variant with GError
1140  - #2058 win32: GPrivate can leak some objects
1141  - #2321 Add a GTypeFlag for final types
1142  - #2429 safe_fdwalk/safe_closefrom for Solaris 11.3/11.4
1143  - #2439 gio trash doesn't recognize existing trash directory in non-fs-root mount
1144  - #2446 Support `categories` for notifications
1145  - #2452 g_string_replace() loops 2**32 times when replacing empty string
1146  - !2177 gio/tests/g-file-info: don't assume million-in-one events don't happen
1147  - !2178 Clarify GValue documentation
1148  - !2179 Update GValue doc: How to use GBoxed with GValue
1149  - !2180 correctly use 3 parameters for close_range
1150  - !2181 gclosure: Fix the invoke() return_value annotation
1151  - !2182 glocalfileinfo: Fix usec/nsec confusion with filetimes on Windows
1152  - !2184 gspawn: Use CLOSE_RANGE_CLOEXEC if available
1153  - !2188 g_boxed_type_register_static, G_DEFINE_BOXED_TYPE: added correlating information
1154  - !2192 Fix more warnings
1155  - !2193 glib.supp: Expand match kinds for g_get_language_names() suppressions
1156  - !2194 Add GPowerProfileMonitor
1157  - !2195 Fix some test suite memory leaks
1158  - !2196 mainloop: Add g_source_set_static_name
1159  - !2197 GResource compiler: Prefix static [con|de]strutors with c_name
1160  - !2198 Port internal uses to use g_source_set_static_name()
1161  - !2200 Fix doc stanzas for GDataInputStream properties
1162  - !2201 Fix a Unicode typo
1163  - !2202 Document the stance on ID-based mainloop APIs
1164  - !2204 tests: Add a test for Unicode normalization
1165  - !2205 GWin32RegistryKey / GWin32AppInfo registry watch fixes
1166  - !2206 Adapt documentation to gi-docgen
1167  - !2210 GWin32AppInfo: Fix missing initialization
1168
1169 * Translation updates:
1170  - Indonesian
1171  - Portuguese
1172  - Portuguese (Brazil)
1173  - Russian
1174  - Ukrainian
1175
1176
1177 Overview of changes in GLib 2.69.0
1178 ==================================
1179
1180 * Fix a crash in `GKeyFile` when parsing a file which contains translations
1181   using a `GKeyFile` instance which has loaded another file previously (#2361)
1182
1183 * Pin GIO DLL in memory on Windows (!2016)
1184
1185 * Fix building third-party projects against GLib on CentOS 7 (work by
1186   Ignacio Casal Quinteiro) (#2387)
1187
1188 * Add `g_thread_pool_new_full()` API to allow queued `GThreadPool` data to be
1189   freed if the pool is freed early (work by Nitin Wartkar) (#121)
1190
1191 * Ensure `dlerror()` is used with locking as it’s not thread-safe in some libc
1192   implementations (#399)
1193
1194 * Add `g_dbus_is_error_name()` and `g_dbus_is_interface_name()` convenience
1195   functions (work by Nitin Wartkar) (#402)
1196
1197 * Drop internal libpcre copy in favour of a subproject from wrapdb (#962, #642)
1198
1199 * Add `g_prefix_error_literal()` helper function (work by Emmanuel Fleury,
1200   building on work by Dan Williams) (#663)
1201
1202 * Add `g_bytes_get_region()` to get data from a `GBytes` with range checks
1203   (work by Nitin Wartkar, building on work by Allison Karlitskaya) (#1098)
1204
1205 * Add `g_object_take_ref()` to sink a floating ref (work by Nitin Wartkar,
1206   building on work by Allison Karlitskaya) (#1112)
1207
1208 * Optimise grefcount atomic operations (work by Nishal Kulkarni) (#1583)
1209
1210 * Fix resolving child GSettings schemas from the parent’s schema source (work
1211   by Christian Persch) (#1884)
1212
1213 * Fix `g_date_time_format()` return value encoding if `LC_TIME` is not a UTF-8
1214   locale but other locale settings are (work by Frederic Martinsons) (#2055)
1215
1216 * Set app name in freedesktop.org notifications with `GNotification` (work
1217   by André Apitzsch) (#2069)
1218
1219 * Significantly improve retrieval of mount data on Windows (work by LRN based
1220   on initial analysis by Jehan Pagès) (#2096)
1221
1222 * Add `g_file_info_get_(access|creation)_date_time()` accessors (work
1223   by Abanoub Ghadban) (#2281)
1224
1225 * Always apply the remove_dot_segments algorithm to URIs in `g_uri_parse()`;
1226   previously it was only applied to relative URIs (work
1227   by Carlos Garcia Campos) (#2342)
1228
1229 * Rename git `master` branch to `main` (#2348)
1230
1231 * Various macro and version check cleanup (work by Gaël Bonithon,
1232   Robin Verdenal-Tallieux, Nishal Kulkarni) (#2376, #2388, #2389)
1233
1234 * Add a `GTlsConnectionClass.get_negotiated_protocol` vfunc so that
1235   `g_tls_connection_get_negotiated_protocol()` can be made thread-safe
1236   (work by Michael Catanzaro) (#2393)
1237
1238 * Improve guess about whether a Windows process is a console process
1239   (work by Princeton Ferro with input from LRN) (!1662)
1240
1241 * Add `g_steal_fd()` function (work by Simon McVittie) (!1966)
1242
1243 * Add `g_spawn_check_wait_status()` and distinguish more carefully between
1244   wait status and exit status in the `GSpawn` API (work by Simon McVittie) (!1967)
1245
1246 * Document GLib’s security policy; see
1247   https://gitlab.gnome.org/GNOME/glib/-/blob/main/SECURITY.md (!1985)
1248
1249 * Add `g_tree_remove_all()` (work by Lighto-Ku) (!1986)
1250
1251 * Simplify exception handling on Windows to eliminate risk of it failing due
1252   to prior heap corruption (work by LRN) (!2031)
1253
1254 * Fix handling EOF when reading from SOCKS5 proxy stream (work
1255   by Benjamin Berg) (!2032)
1256
1257 * Unset the registered state of a `GApplication` after it has shut down (work
1258   by Marco Trevisan) (!2056)
1259
1260 * Support `GPattern` as a boxed type (work by Marco Trevisan) (!2066)
1261
1262 * Add `g_tls_connection_get_protocol_version()` and
1263   `g_tls_connection_get_ciphersuite_name()` to get TLS connection information
1264   (work by Michael Catanzaro) (!2077)
1265
1266 * Make TLS private key properties readable in `GTlsCertificate` (work
1267   by Michael Catanzaro) (!2087)
1268
1269 * Fix detection of static libintl when building on macOS (work
1270   by Jonas Hahnfeld) (!2109)
1271
1272 * Add `g_strv_builder_addv()` and `g_strv_builder_add_many()` to the
1273   `GStrvBuilder` API (work by Alexandros Theodotou) (!2112)
1274
1275 * Add `not-valid-before`, `not-valid-after`, `subject-name`, `issuer-name`,
1276   `dns-names`, `ip-addresses` properties to `GTlsCertificate`
1277   (work by Ross Wollman) (!2113, !2142)
1278
1279 * Add PKCS#11 flags to `GTlsPasswordFlags` (work by Patrick Griffis) (!2126)
1280
1281 * Bugs fixed:
1282  - #121 GThreadPool and the ability to free data waiting to be handled
1283  - #229 g_match_info_fetch_named not return empty string as expected
1284  - #310 ref doc doesn't talk about "helper getters" optimization in g_file_info.c
1285  - #399 dlerror() not thread-safe in all libc, making gmodule-dl.c's fetch_dlerror fail sometimes
1286  - #402 please consider: #define g_dbus_is_error_name(x) g_dbus_is_interface_name (x)
1287  - #626 Add documentation example for GArray and g_array_set_clear_func()
1288  - #642 update to pcre 8.35+
1289  - #663 [patch] add g_prefix_error_literal()
1290  - #793 Potentially confusing error message when object doesn't exist
1291  - #817 gobject: Allow passing %NULL for @data in g_object_remove_toggle_ref
1292  - #962 drop embedded pcre copy
1293  - #1036 gdbusproxy stops tracking if dbus service restarts
1294  - #1098 GBytes: add range-checked pointer getter
1295  - #1112 GObject: add g_object_take_ref()
1296  - #1583 Optimise gatomicrefcount operations
1297  - #1864 Somewhat misleading documentation of GSourceFuncs
1298  - #1884 `g_settings_get_child` not compatible with `g_settings_schema_source_new_from_directory`
1299  - #2011 Add additional unit tests for D-Bus name watching
1300  - #2055 g_date_time_format() does not return UTF-8 if LC_TIME is not UTF8 but other locale settings are UTF-8
1301  - #2069 FreedesktopNotification fails to set app_name
1302  - #2096 SHGetFileInfoW() is not reliable (time-wise)
1303  - #2281 Add g_file_info_get_(access|creation)_date_time()
1304  - #2300 Crash on Windows MSVC build around gio
1305  - #2311 testfilemonitor test leaks ip_watched_file_t struct
1306  - #2340 GIO tests fail to build with clang-cl
1307  - #2342 g_uri_parse doesn't apply the remove_dot_segments algorithm to the path
1308  - #2348 Investigate renaming master git branch to main
1309  - #2352 RUN_FIRST | RUN_CLEANUP signals with a default handler ignore return values from user handlers
1310  - #2359 GLib 2.68.0: gio-querymodules segfaults on Windows
1311  - #2361 g_key_file_load_from_file segfaults on "Key[*]="like lines
1312  - #2363 g_newa() doesn’t check for multiplication overflow
1313  - #2368 g_task_run_in_thread () limits are not clear
1314  - #2369 glocalfile: Add native exfat magic number to  filesystem list
1315  - #2376 GLIB_VERSION_MAX_ALLOWED < 2.60 does not warn when using G_GNUC_FALLTHROUGH
1316  - #2387 json-glib does not build with glib 2.68.1
1317  - #2388 Pixman compilation error due to glib
1318  - #2389 Use G_GNUC_CHECK_VERSION to check the GNUC version
1319  - #2393 g_tls_connection_get_negotiated_protocol() is not threadsafe
1320  - #2397 Slow to list device in windows
1321  - #2399 Change spelling of ‘serialise’ to ‘serialize’ in documentation
1322  - #2405 Mention that GNotification requires an installed .desktop file to work
1323  - #2409 Project crashes when executing g_application_mark_busy
1324  - #2414 Devhelp: Glib Reference Manual/Glib Overview/Running Glib Applications formatting issue.
1325  - #2416 certificate: g_tls_certificate_new_from_pem invalid read on non null terminated data
1326  - #2417 GFile: `g_file_replace_contents()` reports `G_IO_ERROR_WRONG_ETAG` when saving from a symlink
1327  - #2418 gatomic: __atomic functions are called for CV-qualified output variables
1328  - #2423 resources.c:656:test_resource_binary_linked: 'found' should be TRUE
1329  - !1514 gbookmarkfile: Don't crash if we're not visited
1330  - !1662 gspawn-win32: improve guess whether process is console process
1331  - !1812 docs: Expand documentation about D-Bus GUIDs
1332  - !1957 Fix more warnings
1333  - !1965 gversionmacros: Add version macros for GLib 2.70
1334  - !1966 Add g_steal_fd() to API
1335  - !1967 Distinguish more clearly between wait status and exit status
1336  - !1969 glib_typeof: Move definition to its own header
1337  - !1985 docs: Add a policy for handling security issues
1338  - !1986 make g_tree_remove_all public
1339  - !1996 Include glibconfig.h to get the G_OS_UNIX token
1340  - !1998 gpollableinputstream: Add missing annotation
1341  - !1999 goption.c: Simplfy parse_short_option()
1342  - !2004 Some improvements to clang-cl builds
1343  - !2005 introspection: Remove 'caller-allocates' from POD types
1344  - !2006 fuzzing: Add fuzz tests for functions which parse paths
1345  - !2008 tests: Deactivate tls-bindings test suite for windows
1346  - !2011 docs: Fix example program link
1347  - !2012 docs: Replace git.gnome.org with gitlab.gnome.org urls
1348  - !2013 fuzzing: Fix assertion failure in fuzz_paths.c
1349  - !2016 GIO W32: Pin gio DLL
1350  - !2023 gtlspassword: Fix g-i annotation of return for g_tls_password_get_value
1351  - !2025 [th/gdbus-cleanup] two minor cleanup patches for gdbusconnection.c
1352  - !2026 Split g_test_log() messages that contain multiple lines
1353  - !2027 Fix a handful of minor leaks found by Coverity
1354  - !2030 Fix more warnings
1355  - !2031 Re-simplify exception handling on Windows
1356  - !2032 gsocks5proxy: Handle EOF when reading from a stream
1357  - !2033 Fix annotation of count arguments
1358  - !2036 gmacros.h: use G_GNUC_CHECK_VERSION
1359  - !2038 Fix more warnings
1360  - !2039 Implement G_ANALYZER_NORETURN for Coverity
1361  - !2040 Fix more warnings
1362  - !2041 refcount: Clarify when the ref count ends up undefined
1363  - !2042 grefcount: Clarify that the initial reference count is 1
1364  - !2043 gmacros.h: use g_macro__has_attribute() where possible
1365  - !2046 gerror: Clarify docs around message requirements
1366  - !2047 Fix more warnings
1367  - !2048 Fix more warnings
1368  - !2049 Fix typo in g_socket_listener_accept_async()'s comment
1369  - !2050 gdbus: document completion after idle action for g_dbus_connection_signal_unsubscribe()
1370  - !2051 Add nullable annotations in GUnixMountEntry
1371  - !2052 g_string_replace(): Fix documentation of 'limit' parameter
1372  - !2054 docs: Fix formatting of code block
1373  - !2055 Improve handling of FILENAME_MAX
1374  - !2056 application: Unset the registered state after shutting down
1375  - !2063 Fix more warnings
1376  - !2066 gpattern: Register as Boxed type and support introspection for it
1377  - !2067 gmacros: missing check if __STDC_VERSION__ is defined
1378  - !2069 gdbus-tool: Actually use argv[0] basename as program name
1379  - !2071 gstring: Cleanup documentation of g_string_replace
1380  - !2074 Fix more warnings
1381  - !2075 gdtlsconnection: Fix a check for a vfunc being implemented
1382  - !2077 tls: add functions to get protocol version and ciphersuite name
1383  - !2078 gthreadedresolver: don't ignore flags in lookup_by_name_with_flags
1384  - !2080 guuid: fix shift operation to parse hex string in uuid_parse_string()
1385  - !2081 Fix more warnings
1386  - !2085 gcredentials.h: Fix comment typo
1387  - !2087 gtlscertificate: make private key properties readable
1388  - !2088 Fix more warnings
1389  - !2090 docs: Standardize spelling of serializ*
1390  - !2091 Fix more warnings (clang)
1391  - !2098 grefcount: Optimise g_atomic_ref_count_dec
1392  - !2099 gmacros.h: G_NORETURN: remove useless checks
1393  - !2100 tests: Add missing return value check in string test
1394  - !2101 Fix more warnings
1395  - !2104 tests: Drop use of g_test_bug_base()
1396  - !2105 tests: Use a temporary file in the bookmarkfile tests
1397  - !2106 Fix more warnings
1398  - !2108 glib spawn-singlethread test only if F_DUPFD_CLOEXEC is defined
1399  - !2109 meson: Fix detection of static libintl on macOS
1400  - !2112 gstrvbuilder: add addv and add_many to the API
1401  - !2113 tls: expose cert details on GTlsCertificate
1402  - !2119 Fix more warnings
1403  - !2120 gdbusobjectmanagerclient: Call GetManagedObjects async
1404  - !2123 gdbus: Add various missing (nullable) or (not nullable) annotations
1405  - !2126 gtlspassword: Add flags signifying PIN type for PKCS#11
1406  - !2127 gutils: ensure g_find_program_in_path() return an absolute path
1407  - !2130 Revert "tests: Deactivate tls-bindings test suite for windows"
1408  - !2139 gdbus, win32: Fix accidental dllexport in static builds
1409  - !2142 tls: expose SAN details on GTlsCertificate
1410  - !2143 compiling.xml: Don't recommend backticks
1411  - !2144 pcre: Drop internal libpcre copy
1412  - !2145 gunixmounts: Document NULL return value for g_unix_mount_for()
1413  - !2152 tests: A few small improvements to GBytes tests
1414  - !2153 docs: Fix annotations for optional arguments
1415  - !2155 glocalfilemonitor: Avoid a deadlock on finalization
1416  - !2162 testgdate: fix -Wmisleading-indentation warning
1417  - !2166 gtlscertificate: Add more annotations to new properties
1418  - !2167 g_value_set_string description: clarified (unified), that v_string is a copy.
1419  - !2173 gasyncqueue: Add missing (nullable) annotation to free function
1420  - !2174 data-to-c.py: generate new-line at the end of the file
1421
1422 * Translation updates:
1423  - Chinese (China)
1424  - English (United Kingdom)
1425  - Hebrew
1426  - Nepali
1427  - Occitan (post 1500)
1428  - Serbian
1429
1430
1431 Overview of changes in GLib 2.68.0
1432 ==================================
1433
1434 * Bugs fixed:
1435  - !1987 build: Drop gconstructor_as_data_h usage from glib-compile-schemas
1436  - !1989 glib.supp: Generalize some suppressions
1437  - !1992 gbytesicon: Fix error in g_bytes_icon_new() documentation
1438  - !1994 glocalfileoutputstream: Tidy up error handling
1439  - !1995 tests: Fix copy/paste error in queue test
1440
1441 * Translation updates:
1442  - Czech
1443  - Finnish
1444  - Italian
1445  - Korean
1446  - Lithuanian
1447  - Polish
1448  - Romanian
1449  - Slovenian
1450  - Turkish
1451
1452
1453 Overview of changes in GLib 2.67.6
1454 ==================================
1455
1456 * Fix a security issue when using `g_file_replace()` with
1457   `G_FILE_CREATE_REPLACE_DESTINATION` (#2325)
1458
1459 * Disallow operations on the empty path with `g_file_new_from_path()` (#2328)
1460
1461 * Various fixes for GLib when building with clang-cl on Windows (work by
1462   Aleksandr Mezin) (#2341, #2344)
1463
1464 * Bugs fixed:
1465  - #2325 file-roller symlink attack
1466  - #2327 Teach glib-mkenums about GLIB_AVAILABLE_ENUMERATOR_IN_2_68, and start using it
1467  - #2328 g_file_new_for_path("") yields CWD, which seems wrong
1468  - #2341 glib-genmarshal output is sometimes empty because output file is not closed
1469  - #2344 c_std=c11: gbitlock.c: ‘asm’ undeclared
1470  - !1962 Validate D-Bus machine ID after loading
1471  - !1976 Use the right permissions for directory watching on Win32
1472  - !1977 gio/tests/{meson.build,pollable.c}: Determine libutil SONAME at build time
1473  - !1980 glib.supp: Add another system thread suppression
1474
1475 * Translation updates:
1476  - Basque
1477  - Catalan
1478  - Czech
1479  - French
1480  - Galician
1481  - German
1482  - Hungarian
1483  - Indonesian
1484  - Korean
1485  - Latvian
1486  - Portuguese
1487  - Portuguese (Brazil)
1488  - Serbian
1489  - Spanish
1490  - Swedish
1491  - Ukrainian
1492
1493
1494 Overview of changes in GLib 2.67.5
1495 ==================================
1496
1497 * Fix more issues with `glib_typeof` macro from 2.67.3–2.67.4 (work by
1498   Iain Lane, Simon McVittie) (#2331, !1975)
1499
1500 * Fix regression with some FD mappings passed to `g_subprocess_launcher_spawnv()`
1501   caused by changes for #2097 in GLib 2.67.4 (work by Olivier Fourdan,
1502   Philip Withnall) (#2332)
1503
1504 * Fix detection of `str[n]casecmp()` when building with `clang-cl` (work by
1505   Aleksandr Mezin) (#2337)
1506
1507 * Use zlib from subproject if configured with `wrap_mode=forcefallback` (work by
1508   Seungha Yang) (!1959)
1509
1510 * Bump Visual Studio compilation requirement to VS 2012, and Windows 8 SDK for
1511   GLib 2.67.x onwards (work by Chun-wei Fan) (!1970)
1512
1513 * Bugs fixed:
1514  - #832 Some tweaks re: GRWLock
1515  - #2331 glib 2.67.3: <glib.h> can no longer be included in extern "C" blocks
1516  - #2332 Glib 2.67.4 causes gnome-shell to exit when spawning Xwayland on demand
1517  - #2333 Missing relation between g_file_info_get_size() and G_FILE_ATTRIBUTE_STANDARD_SIZE attribute in documentation
1518  - #2337 Linking fails when building with clang-cl because of str[n]casecmp
1519  - !1936 tests: Fix leak of dlopened module in pollable test
1520  - !1954 Change SkipAsyncData fields to be gsize (and not gssize)
1521  - !1956 The ETag returned by various GFile functions is nullable
1522  - !1959 meson: Use subproject zlib if "wrap_mode=forcefallback" was specified
1523  - !1961 gkeyfilesettingsbackend: check for errors when creating file monitors
1524  - !1970 README.win32.md: Mention about Window 8+ SDK requirement
1525  - !1971 gio/tests/pollable.c: Fix build on non-Linux UNIX
1526  - !1975 gatomic.h: Make `glib_typeof` API break opt in.
1527
1528 * Translation updates:
1529  - Basque
1530  - Danish
1531  - English (United Kingdom)
1532  - Galician
1533  - German
1534  - Indonesian
1535  - Lithuanian
1536  - Portuguese
1537  - Portuguese (Brazil)
1538  - Slovenian
1539
1540
1541 Overview of changes in GLib 2.67.4
1542 ==================================
1543
1544 * Add a `g_string_replace()` function (work by Joshua Lee) (#225)
1545
1546 * Add `G_DBUS_SERVER_FLAGS_AUTHENTICATION_REQUIRE_SAME_USER` flag to simplify
1547   the common case for writing a D-Bus authentication observer, allowing most
1548   uses of `GDBusAuthObserver` to be dropped (#1804)
1549
1550 * Add a new `g_spawn_with_pipes_and_fds()` variant which supports renumbering
1551   FDs (#2097)
1552
1553 * Add new g_memdup2() API to replace g_memdup(), which is vulnerable to a
1554   silent integer truncation and heap overflow problem if not used carefully
1555   (discovered by Kevin Backhouse, work by Philip Withnall) (#2319)
1556
1557 * Fix various regressions caused by rushed security fixes in 2.66.6 (work by
1558   Simon McVittie and Jan Alexander Steffens) (!1932, !1941, #2323)
1559
1560 * Fix a silent integer truncation when calling g_byte_array_new_take() for
1561   byte arrays bigger than G_MAXUINT (work by Krzesimir Nowak) (!1942)
1562
1563 * Fix `g_utf8_strdown()` to fix some issues in Turkish
1564   (work by Kjell Ahlstedt) (!1930)
1565
1566 * Bugs fixed:
1567  - #225 GString doesn't have a g_string_replace() function
1568  - #587 g_input_stream_skip() out-of-bounds behavior is inconsistent between implementations
1569  - #1804 Add G_DBUS_SERVER_FLAGS_AUTHENTICATION_REQUIRE_SAME_USER flag
1570  - #2097 GSubprocessLauncher with FD assignment can clash with g_spawn_async internal pipe
1571  - #2315 httpproxy: Need overflow protection when reading response during connection establishment
1572  - #2319 CVE-2021-27219 (GHSL-2021-045): integer overflow in g_bytes_new/g_memdup
1573  - #2322 g_test_dbus: double output when piping
1574  - #2323 [GLIB 2.66.6] g_io_channel_set_line_term() stopped working with null terminated strings and length -1
1575  - !1917 Adding a missing test on integer overflow within g_http_proxy_connect()
1576  - !1918 Fix more warnings
1577  - !1923 Add support for Tilix and Konsole
1578  - !1930 guniprop: Fix g_utf8_strdown() for Turkish locale
1579  - !1932 gtlspassword: Fix inverted assertion
1580  - !1934 gdbus: Reject attempts to set future connection or server flags
1581  - !1938 Fix more warnings
1582  - !1939 ci: Temporarily disable macOS CI job as runner is offline
1583  - !1940 Fix more warnings
1584  - !1941 gkeyfilesettingsbackend: Fix basename handling when group is unset
1585  - !1942 CVE-2021-27218: gbytearray: Do not accept too large byte arrays
1586  - !1947 Revert "Merge branch 'wip/pwithnall/macos-ci-disable' into 'master'"
1587  - !1948 tests: Use a more realistic language code than sv_SV
1588  - !1949 gatomic: Make fallback g_atomic_pointer_get type-safe
1589  - !1951 Add a test for parsing 0 as double
1590  - !1955 tests: Add missing NULL terminator to spawn-singlethread test
1591
1592 * Translation updates:
1593  - Catalan
1594  - Galician
1595  - Hungarian
1596  - Portuguese
1597  - Romanian
1598  - Slovenian
1599  - Spanish
1600  - Swedish
1601  - Turkish
1602  - Ukrainian
1603
1604
1605 Overview of changes in GLib 2.67.3
1606 ==================================
1607
1608 * Add new `g_memdup2()` API to replace `g_memdup()`, which is vulnerable to a
1609   silent integer truncation and heap overflow problem if not used carefully
1610   (discovered by Kevin Backhouse, work by Philip Withnall) (#2319)
1611
1612 * Add new `g_dbus_object_path_escape()` and `g_dbus_object_path_unescape()` APIs
1613   to provide one way of escaping arbitrary bytestrings for use in D-Bus object
1614   paths (work by Lars Karlitski and Frederic Martinsons) (#968)
1615
1616 * Use `bash-completion.pc` (if available) to provide the path to install
1617   completion files into (work by Frederic Martinsons) (#1054)
1618
1619 * Fix support for public/private trigraphs in `glib-mkenums` (work by Matthias Klumpp) (!1870)
1620
1621 * Add `glib_debug` configure option to allow disabling debug infrastructure in
1622   builds with debug symbols enabled (work by Ole André Vadla Ravnås) (!1889)
1623
1624 * Fix a regression where `PATH` would always be searched when using `g_spawn()`,
1625   even when it wasn’t supposed to (work by Simon McVittie and Thomas Haller) (!1902)
1626
1627 * Override `gio-querymodules` in Meson when used as a submodule (work by Xavier Claessens) (!1909)
1628
1629 * Bugs fixed:
1630  - #344 gdbus(1) command-line completion issues
1631  - #968 gdbus: add g_dbus_object_path_{un,}escape
1632  - #1054 Use pkg-config to get path for bash-completion file installation
1633  - #1180 GUnixInputStream and GUnixOutputStream don't consider TTYs pollable
1634  - #2011 Add additional unit tests for D-Bus name watching
1635  - #2226 clang++ compilation fails on clusterfuzz
1636  - #2292 Cannot find a common ancestor when running CI style check jobs
1637  - #2299 GObject introspection annotation of g_closure_new_object() is wrong
1638  - #2305 GIO security hardening causing gnome-keyring to regress when session bus is provided by dbus-launch (dbus-x11)
1639  - #2314 gdatetime: math library link issue
1640  - #2319 GHSL-2021-045: integer overflow in g_bytes_new/g_memdup
1641  - !610 Various memory leak cleanups to GSettings tests
1642  - !1804 Add more GIR annotations to gparam.c and gsignal.c
1643  - !1823 Fix more warnings
1644  - !1843 gfile: Add Linux kernel headers compatibility kludge
1645  - !1847 Port to QNX
1646  - !1853 ginetaddress: Handle systems without IPv6 support
1647  - !1859 docs: update g_action_group_activate_action() remote activation semantics
1648  - !1860 glocalfile: Fix an uninitialized variable
1649  - !1865 tests: Add more debug information to gdbus-connection-slow
1650  - !1868 gdesktopappinfo: Fix validation of XDG_CURRENT_DESKTOP
1651  - !1870 mkenums: Support public/private trigraph again
1652  - !1873 Fix possible integer overflow of g_socket_send_message()
1653  - !1876 Fixing g_socket_send_message() documentation to make it clearer
1654  - !1877 Fix more warnings
1655  - !1878 Another fix on g_socket_send_message()
1656  - !1879 Fix more warnings
1657  - !1880 GError documentation tweaks
1658  - !1881 docs: Move ‘Notes’ section from README to NEWS
1659  - !1883 gutils: Document caching of XDG directory variables
1660  - !1884 gthread-win32: Use SetThreadDescription Win32 API for setting thread name
1661  - !1887 ci: Fix msys-mingw32 CI builds due to package rename
1662  - !1888 docs: Add documentation for GLIB_VERSION_CUR_STABLE and PREV_STABLE
1663  - !1889 build: Add glib_debug option
1664  - !1890 gtype: Improve formatting of GType documentation
1665  - !1891 Fix more warnings
1666  - !1893 gwin32appinfo: Fix printf length sub-specifier
1667  - !1894 gsocket: Fix SO_NOSIGPIPE regression on Darwin
1668  - !1898 gtestutils: Add g_test_get_path() API
1669  - !1899 m4macros: replace obsolete macros AC_TRY_RUN and AC_TRY_LINK in glib-2.0.m4
1670  - !1900 [th/gsignal-cleanup] minor changes to GSignal related code
1671  - !1901 Check if the remote already exists before adding it.
1672  - !1902 spawn: Don't set a search path if we don't want to search PATH
1673  - !1903 m4macros: Increment serial number of glib-2.0.m4
1674  - !1905 Start to ignore known leaks under AddressSanitizer
1675  - !1906 gdbus-serialization: Don't leak string containing first serialization
1676  - !1908 Fix straightforward memory leaks in tests
1677  - !1909 Meson: override gio-querymodules program
1678  - !1910 gio: Add explicit virtual g-i annotations for undiscovered invoker relationship
1679  - !1911 Fix more warnings
1680  - !1915 Mark g_key_file_get_comment() key parameter as nullable
1681  - !1919 atomic: Fix type check of g_atomic_pointer_compare_and_exchange()
1682  - !1921 guri: Mark g_uri_get_host as nullable
1683  - !1925 gapplication: Fix a memory leak
1684
1685 * Translation updates:
1686  - Czech
1687  - Friulian
1688  - Galician
1689  - Hungarian
1690  - Portuguese
1691  - Portuguese (Brazil)
1692  - Romanian
1693  - Spanish
1694  - Ukrainian
1695
1696
1697 Overview of changes in GLib 2.67.2
1698 ==================================
1699
1700 * Add `gio launch` command to execute programs (work by Frederic Martinsons) (#54)
1701
1702 * Fix unused parameter warnings in code generated by `gdbus-codegen` (work by Frederic Martinsons) (#1105)
1703
1704 * Officially deprecate `to-pixdata` option for `glib-compile-resources`, in favour
1705   of simply embedding more modern image formats in linked-in `GResource` files (#1281)
1706
1707 * Support querying and running UWP applications on Windows (work by LRN) (#1991)
1708
1709 * Support `gio trash --restore` and `gio trash --list` commands (work by Frederic Martinsons) (#2098)
1710
1711 * No longer read environment variables for GIO module locations when running as setuid (#2168)
1712
1713 * More progress on fixing compiler warnings (work by Emmanuel Fleury) (!1773 and others)
1714
1715 * `GKeyFile` performance improvements (work by Timm Bäder) (!1829, !1832)
1716
1717 * Improve UDP socket behaviour on Windows (work by Marco Mastropaolo and Ole André Vadla Ravnås) (!1827, !1844)
1718
1719 * Add `-Dtests` meson configure option for disabling tests entirely (work by Ole André Vadla Ravnås) (!1850)
1720
1721 * Bugs fixed:
1722  - #54 Add `gio launch` command to execute .desktop files
1723  - #513 GSignal: Impossible to have return values in signals which are G_SIGNAL_RUN_FIRST only
1724  - #514 GSignal: Only limited usage of accumulator function possible
1725  - #1105 gdbus-codegen: fix some unused parameter warnings
1726  - #1188 Crash in gapplication.c:1014 when reading error message if dbus_register returns false without setting error
1727  - #1281 Update glib-compile-resources and GResource docs to deprecate/remove to-pixdata in stable/master resp.
1728  - #1283 gvfs-trash error message when unable to create trash directory is unhelpful
1729  - #1568 GObject tutorial does not mention floating references
1730  - #1991 W32: Glib cannot run UWP applications
1731  - #2098 gio trash: restore trashed files to their original location
1732  - #2168 giomodule: Loads GIO modules even if setuid, etc.
1733  - #2264 GPtrArray might call qsort() with NULL data
1734  - #2265 2.67.1 regression: assertion failure starting gnome-terminal
1735  - #2275 gio/completion/gio: Some variables are not localized
1736  - #2279 g_source_is_destroyed example uses deprecated GDK API
1737  - !1304 Extended error
1738  - !1773 Fix more warnings
1739  - !1783 gtlsdatabase: remove duplicate precondition check
1740  - !1784 fuzzing: Add more fuzzing tests for various string parsing functions
1741  - !1785 glocalfile: Add an assertion to help static analysis
1742  - !1787 Debuggability improvements in gosxappinfo.m
1743  - !1788 gdate: Validate input as UTF-8 before parsing
1744  - !1791 gdatetime: Disallow NAN as a number of seconds in a GDateTime
1745  - !1794 gio-tool-info: Prevent criticals if mount options are not available
1746  - !1796 gfileutils: Fix typo in docs
1747  - !1797 gdatetime: Improve ISO 8601 parsing to avoid floating point checks
1748  - !1801 glib: Add more missing return value annotations
1749  - !1802 gobject: More missing return value annotations
1750  - !1806 tests: Add some rounding tolerance in timeout test
1751  - !1807 python: Reformat some files to keep style-check-diff happy
1752  - !1808 tests: Be more lenient with timing checks on asyncqueue pops
1753  - !1810 gfileinfo: Add missing preconditions to g_file_info_get_attribute_data()
1754  - !1811 Add more missing nullable annotations
1755  - !1813 gdbus-codegen: Ignore some flake8 warnings
1756  - !1815 Fix more warnings
1757  - !1816 fuzzing: Add more GUriFlags to the URI parsing test
1758  - !1817 fuzzing: Add more parsing flags to the GKeyFile test
1759  - !1818 Fix more warnings
1760  - !1819 Fix more warnings
1761  - !1821 gdate: Limit length of dates which can be parsed as valid
1762  - !1822 Fix more warnings
1763  - !1827 Windows: fix FD_READ condition flag still set on recoverable UDP socket errors.
1764  - !1829 keyfile: Delay calling g_get_language_names() until it's needed
1765  - !1830 gsocket: Fix credentials error-handling on Apple OSes
1766  - !1832 More small GKeyFile performance improvements
1767  - !1834 Update gvdb
1768  - !1837 gdatetime.c: Fix MSVC builds for lack of NAN items
1769  - !1838 Minor improvements to GError documentation
1770  - !1840 Add nullable annotation for g_file_get_uri_scheme
1771  - !1841 gthread: Fix incorrect cast
1772  - !1842 gthread: Port native mutex to Clang
1773  - !1844 gsocket: Improve default UDP behavior on Windows
1774  - !1845 gsocket: Fix use-after-close
1775  - !1848 gwin32: Always use unicode APIs
1776  - !1850 build: Add option for disabling tests
1777  - !1855 build: Fix ssize_t detection on older versions of glibc
1778  - !1856 build: Fix Android system checks
1779  - !1857 gtestutils: Fix g_assert_not_reached() on MSVC
1780  - !1861 More GError tests
1781  - !1863 tests: Ignore -Wformat-nonliteral warning in new GError tests
1782
1783 * Translation updates:
1784  - Catalan
1785  - Galician
1786  - German
1787  - Lithuanian
1788  - Romanian
1789  - Spanish
1790  - Ukrainian
1791
1792
1793 Overview of changes in GLib 2.67.1
1794 ==================================
1795
1796 * Deprecate `g_time_zone_new()` in favour of `g_time_zone_new_identifier()`,
1797   which makes error checking easier (#553)
1798
1799 * Remove `volatile` from various public APIs, including `G_DEFINE_*`. You should
1800   adjust your code to not use `volatile` for atomic variables, `GOnce`
1801   variables, or mostly anything else (see
1802   http://isvolatileusefulwiththreads.in/c/). (#600)
1803
1804 * Support passing file handles to `gdbus` command line tool (work by
1805   Norbert Pocs and Tim Waugh) (#961)
1806
1807 * Add `g_assert_cmpstrv()` test convenience function (work by Niels De Graef) (#2015)
1808
1809 * Changes to the behaviour of the `G_URI_FLAGS_SCHEME_NORMALIZE` scheme
1810   normalization flag in `GUri` (work by Carlos Garcia Campos) (#2257, !1716)
1811
1812 * Add new `--run-prefix` and `--skip-prefix` options to GTest, to allow running
1813   or skipping test suites by prefix (work by Frederic Martinsons) (!1738)
1814
1815 * Fix thread-safety of `GBinding`; see the updated documentation for
1816   `g_object_bind_property()` for full details — if your code uses `GBinding`
1817   across threads, you should re-check it against the latest documentation, use
1818   `g_binding_unbind()` rather than implicitly dropping the binding with your
1819   last `g_object_unref()` call, and use `g_binding_dup_source()`/`g_binding_dup_target()`
1820   instead of `g_binding_get_source()`/`g_binding_get_target()`
1821   (work by Sebastian Dröge) (!1745)
1822
1823 * Bugs fixed:
1824  - #553 Improved error-handling when timezone lookup fails
1825  - #600 Remove "volatile" from G_DEFINE_*
1826  - #961 gdbus tool: file handle passing doesn't work
1827  - #994 mark g_assert_* as "noreturn" also on MSVC
1828  - #1560 Can't get data for empty compressed resources
1829  - #1592 Main loop ignores GPollFD sources when there is at least one source ready with priority higher than default one
1830  - #1833 meson: reconsider G_DISABLE_CAST_CHECKS handling
1831  - #1849 Documentation of g_set_object(): can object_ptr be null?
1832  - #1963 Follow-up from "gdbusmessage: Limit recursion of variants in D-Bus messages"
1833  - #2015 Add g_assert_cmpstrv() test utility
1834  - #2046 Add pylint and shellcheck CI checks
1835  - #2074 Big dbus writes with a FD list fail
1836  - #2076 g_type_register_fundamental() and g_type_add_interface_static() should not trigger valgrind leak warnings
1837  - #2150 Add URI parsing tests from GstURI to GUri
1838  - #2221 GLib-GIO:ERROR:../gio/tests/gsocketclient-slow.c:99:on_event: 'connection' should be NULL
1839  - #2223 Documentation of g_strrstr_len is misleading; suggested fix
1840  - #2233 GSocketClient crashes on connection failure
1841  - #2236 Docs: gdbus-codegen example links broken
1842  - #2253 In gspawn.c, use sysconf() system call on Mac OS, instead of default maxfiles limit of 4096
1843  - #2257 GUri: apply scheme normalization flag consistently
1844  - !1251 Improve support for interface types
1845  - !1385 gobject: allocate parameter list for g_object_new_valist() entirely on stack
1846  - !1629 Add some tracing to GTask
1847  - !1699 Fix signedness warnings
1848  - !1701 gio: Fix some remaining DocBook syntax in a documentation comment
1849  - !1708 gio: Add missing nullable annotations
1850  - !1716 guri: Normalize uri segments if they are encoded and add a flag to do scheme-based normalization
1851  - !1722 gio: Fix various typos of the name ‘D-Bus’
1852  - !1724 glib/tests/fileutils: Fix expectations when running as root
1853  - !1726 gdbus: Document the intended semantics of handles and fdsTim Waugh
1854  - !1731 Make more use of g_assert_no_errno()
1855  - !1733 gdbusauthmechanismsha1: Don’t create keyring dir when running as setuid
1856  - !1734 glocalfileinfo: Use a single timeout source at a time for hidden file cache
1857  - !1735 gobject: Standardise on the term ‘instantiatable’
1858  - !1737 gscanner: Avoid undefined behaviour copying between union members
1859  - !1738 Extend the usage of -p option for glib test framework
1860  - !1740 Fix more warnings
1861  - !1745 Make GBinding thread-safe (alternative approach)
1862  - !1746 gkeyfilesettingsbackend: improve error-checking
1863  - !1747 Fix broken link syntax in g_vasprintf docs
1864  - !1748 Fix minor Coverity return value warnings
1865  - !1750 Fix warnings
1866  - !1754 GWin32AppInfo: Use a thread pool for async appinfo tree rebuilds
1867  - !1755 Minor Coverity fixes
1868  - !1756 shellcheck fixes
1869  - !1757 Python formatting improvements
1870  - !1758 Fix warnings
1871  - !1765 Fix more warnings
1872  - !1766 Fix some gdatetime annotations
1873  - !1767 tests: Fix GDateTime tests on FreeBSD
1874  - !1769 gfileicon: Fix unused-but-set variable with G_DISABLE_ASSERT
1875  - !1770 Minor scan-build fixes
1876  - !1771 macos: fix frexpl checks in cross-compilation
1877  - !1776 gio: ‘security_context_t’ is deprecated
1878  - !1780 Minor Coverity fixes
1879  - !1781 gspawn: Handle ENOSYS from close_range()
1880  - !1782 ghostutils: Abandon hostname conversion early if it’s too long
1881
1882 * Translation updates:
1883  - Czech
1884  - Spanish
1885  - Ukrainian
1886
1887
1888 Overview of changes in GLib 2.67.0
1889 ==================================
1890
1891 * Important and time-critical fix to DST transitions which will happen in Europe
1892   on 2020-10-25 on distributions which use the ‘slim’ tzdata format (which is
1893   now the default in tzdata/tzcode 2020b) (work by Claudi M., LRN) (#2224)
1894
1895 * Further timezone handling changes to improve performance of `GTimeZone` (work
1896   by António Fernandes, Sebastian Keller) (#2204)
1897
1898 * Fix deadlock on Windows when `G_SLICE` is set in the environment (diagnosis by
1899   Christoph Reiter) (#2225)
1900
1901 * Fix UTF-8 validation when escaping URI components (thanks to Marc-André Lureau) (!1680)
1902
1903 * Security fix for incorrect scope/zone ID parsing in URIs (!1669)
1904
1905 * Add `g_log_writer_default_set_use_stderr()` API for printing log messages to stderr (work by Simon McVittie) (#2087)
1906
1907 * Improve connection error reporting when IPv6 is available and disabled (work by Michael Catanzaro, debugging by Konstantin Kharlamov and Milan Crha) (#2211)
1908
1909 * Fix definition of `G_MSVC_SYMBOL_PREFIX` for ARM (work by Wolfgang Stöggl) (!1187)
1910
1911 * Add `GStrvBuilder` convenience API for building `NULL`-terminated string arrays (work by Robert Ancell) (!1417)
1912
1913 * Support appinfo verbs other than ‘open’ on Windows (work by LRN) (!1502)
1914
1915 * Expose node-based `GTree` APIs (work by Maciej S. Szmigiero) (!1509)
1916
1917 * Add `G_DBUS_METHOD_INVOCATION_HANDLED`/`_UNHANDLED` convenience constants (work by Simon McVittie) (!1603)
1918
1919 * Set `IP_BIND_ADDRESS_NO_PORT` on sockets when binding to local addresses (work by Cristian Rodríguez) (!1598)
1920
1921 * Add Meson option for libelf support (work by Niklas Gürtler) (!1650)
1922
1923 * Add support for PKCS #11-backed TLS certificates (work by Patrick Griffis) (!1663)
1924
1925 * Add `g_subprocess_launcher_close()` API to make `GSubprocessLauncher` more usable in bindings (work by Sergio Costas) (!1677)
1926
1927 * Bugs fixed:
1928  - #1233 GType for GTree
1929  - #2077 Invalid Pointer Arithmetic in g_path_get_basename
1930  - #2087 Respecting G_MESSAGES_DEBUG in a custom log writer should be easy to do
1931  - #2164 GDBus DBUS_COOKIE_SHA1 mechanism may use too old a key
1932  - #2194 gtk3/glib crash on gimp
1933  - #2203 fstatat is available only on macOS 10.10+
1934  - #2204 Time zone cache is constantly invalidated if TZ is NULL
1935  - #2209 gthreadedresolver: faulty logic in parse_res_txt
1936  - #2210 g_private_replace ordering issue
1937  - #2211 "Network is unreachable" error returned when IPv6 is disabled and network is reachable using IPv4
1938  - #2215 DST incorrectly ends on wrong dates
1939  - #2224 top bar time is incorrect, timezone map in control center is broken
1940  - #2225 Setting G_SLICE makes Windows programs hang since 2.66
1941  - !1187 Define G_MSVC_SYMBOL_PREFIX correctly for ARM
1942  - !1417 gstrvbuilder: Add a new object to make NULL-terminated string arrays.
1943  - !1449 gio: Expose g_file_query_info_for_copy()
1944  - !1502 GWin32AppInfo: Support verbs other than "open"
1945  - !1509 GTree: add an ability to iterate over a tree and a node-based API
1946  - !1575 Use C++11 decltype where possible
1947  - !1598 gsocketclient: set IP_BIND_ADDRESS_NO_PORT if binding to local address
1948  - !1603 GDBus: Add G_DBUS_METHOD_INVOCATION_HANDLED, _UNHANDLED
1949  - !1643 Minor Coverity fixes
1950  - !1645 Fix various signedness warnings
1951  - !1647 Fix warnings (keep going)
1952  - !1648 glocalfile: Never require G_LOCAL_FILE_STAT_FIELD_ATIME
1953  - !1650 Make libelf dependency optional via meson feature
1954  - !1652 trash portal: Handle portal failures
1955  - !1654 gio-tool-trash: Prevent recursion to speed up emptying trash
1956  - !1657 glist: Clarify that g_list_free() and friends only free an entire list
1957  - !1658 utils: Limit the scope of the variable `max`
1958  - !1661 Lookup fallback time zones in the cache to improve performance
1959  - !1663 gtlscertificate: Add support for PKCS #11 backed certificates
1960  - !1665 Fix g_module_symbol() under Windows sometimes not succeeding
1961  - !1669 guri: Fix URI scope parsing
1962  - !1670 GSubprocessLauncher: Move cleanup to dispose()
1963  - !1671 gdatetime: Avoid integer overflow creating dates too far in the past
1964  - !1673 CI: Re-enable code coverage reporting for MSYS2 builds
1965  - !1674 Add version macros for 2.68
1966  - !1675 Make static assertions about standard types
1967  - !1677 gsubprocesslauncher: Allow to close FDs
1968  - !1678 gmessages: Document that using a custom log writer basically disables fatal handling
1969  - !1679 gmain: Fix minor typo in documentation
1970  - !1680 guri: Fix UTF-8 validation when escaping URI components
1971  - !1681 gspawn: Handle error opening /dev/null
1972  - !1686 Various improvements in GSocketClient
1973  - !1687 uri: add missing (not)nullable annotations
1974  - !1688 gspawn: Use close_range() if available to close FDs between fork/exec
1975  - !1691 gmain: Fix possible locking issue in source unref
1976  - !1692 gsignal: Plug g_signal_connect_object leak
1977  - !1695 gfile: Clarify refcount handling for g_file_replace_contents_bytes_async()
1978  - !1696 Fix various minor scan build warnings
1979  - !1706 Add various missing nullable annotations
1980  - !1712 Revert "Use C++11 decltype where possible"
1981  - !1714 gmacros: Use __typeof__ when compiling with Clang
1982  - !1718 gtrace: Add G_GNUC_PRINTF annotation
1983
1984 * Translation updates:
1985  - Chinese (Taiwan)
1986  - Danish
1987  - Greek, Modern (1453-)
1988  - Hebrew
1989  - Latvian
1990  - Portuguese
1991  - Russian
1992  - Slovak
1993  - Ukrainian
1994
1995
1996 Overview of changes in GLib 2.66.0
1997 ==================================
1998
1999 * Bugs fixed:
2000  - #2200 missing tab in makefile rule
2001  - !1639 guri: Fix user passed to g_uri_split_with_user() not being NULL'd
2002
2003 * Translation updates:
2004  - Croatian
2005  - Hungarian
2006  - Italian
2007  - Serbian
2008  - Slovak
2009  - Swedish
2010
2011
2012 Overview of changes in GLib 2.65.3
2013 ==================================
2014
2015 * Fixes to the new `statx()` calls — note that since GLib 2.65.2 uses `statx()`
2016   (if available) instead of `stat()`/`fstat()`/`lstat()`/`fstatat()`, syscall
2017   sandboxing for third party applications might need to be updated
2018
2019 * Bugs fixed:
2020  - #2189 g_file_query_info on ro file system: Numerical result out of range
2021  - #2191 Calling nice(20) can lead to thread related warnings
2022  - #2197 Segfaulting Integer Overflow in g_option_group_add_entries
2023  - !1025 Big o notations
2024  - !1626 gio: Document g_settings_new() missing schema behaviour
2025  - !1627 gthread: Add a sysprof mark for thread creation
2026  - !1628 Replace a bunch of fallthrough comments with an attribute
2027  - !1631 Fix splice behavior on cancellation
2028  - !1632 Fixing signedness warning in glib/gfileutils.c
2029  - !1635 gcancellable: Mark a variable as unused if built with G_DISABLE_ASSERT
2030
2031 * Translation updates:
2032  - Basque
2033  - Catalan
2034  - Chinese (China)
2035  - Czech
2036  - English (United Kingdom)
2037  - Friulian
2038  - German
2039  - Japanese
2040  - Kazakh
2041  - Korean
2042  - Lithuanian
2043  - Polish
2044  - Portuguese (Brazil)
2045  - Slovenian
2046
2047
2048 Overview of changes in GLib 2.65.2
2049 ==================================
2050
2051 * Support `statx()` and `G_FILE_ATTRIBUTE_TIME_CREATED` (work by Andre Miranda) (#1970)
2052
2053 * Fix deadlock in `g_subprocess_communicate_async()` (work by Alexander Larsson) (#2182)
2054
2055 * Add `%f`/microsecond placeholder support to `g_date_time_format()` (work by Johan Bjäreholt) (!1605)
2056
2057 * Bugs fixed:
2058  - #5 g_new0 performance
2059  - #1970 Make G_FILE_ATTRIBUTE_TIME_CREATED support stx_btime
2060  - #2176 Inconsistent introspection annotations for g_input_stream_read and g_socket_receive
2061  - #2182 g_subprocess_communicate_async() can deadlock when writing
2062  - !1593 CI support for Coverity Scan
2063  - !1605 gdatetime: Add %f format specifier and microsecond precision to g_date_time_format_iso8601
2064  - !1613 gfile: Document TOCTTOU avoidance using g_file_delete()
2065  - !1615 docs: glib-compile-resources: json-stripblanks
2066  - !1616 gioerror: Map WSAENETRESET on Windows to G_IO_ERROR_CONNECTION_CLOSED
2067  - !1619 Minor Coverity fixes
2068  - !1620 gvariant: Ensure GVS.depth is initialised
2069  - !1622 gdatetime: Widen a variable before multiplication
2070  - !1623 gcancellable: Assert that make_pollfd() call succeeds
2071  - !1624 gdbusaddress: Drop an unnecessary NULL check
2072  - !1625 gdbusmessage: Drop redundant uint ≥ 0 checks
2073
2074 * Translation updates:
2075  - French
2076  - Galician
2077  - Greek, Modern (1453-)
2078  - Indonesian
2079  - Romanian
2080  - Spanish
2081  - Turkish
2082  - Ukrainian
2083
2084
2085 Overview of changes in GLib 2.65.1
2086 ==================================
2087
2088 * Add `GUri` API for parsing, building and representing URIs according to
2089   [RFC 3986](https://tools.ietf.org/html/rfc3986) (work by Marc-André Lureau) (#110)
2090
2091 * Fix handling of xattr data with embedded nuls (#422)
2092
2093 * Add `g_file_set_contents_full()` which gives more control over fsyncs (#1302)
2094
2095 * Fix cross-compilation on iOS (work by Nirbheek Chauhan) (#1868)
2096
2097 * Add a `x-gvfs-notrash` option to disable trash on certain mounts (work by Ondrej Holy) (!1549)
2098
2099 * Support ‘slim’ TZif files generated with `zic -b slim` (work by Paul Eggert) (#2129)
2100
2101 * Support emitting profiling marks from `GMainContext` to sysprof capture files (!1551)
2102
2103 * Accept IPv6 zone IDs in `g_hostname_is_ip_address()` (work by Marc-André Lureau) (!1604)
2104
2105 * Bugs fixed:
2106  - #4 Include a UTF-8 safe escaping function
2107  - #110 Basic URI operations
2108  - #137 display_name should be always available
2109  - #250 GTestCase's setup/teardown functions appear pointless
2110  - #272 allow thread pools to adjust the number of threads to the number of cpu's/cores
2111  - #422 Wrong assumption in libgio GFileInfo on xattr/acl string: it may contain binary data.
2112  - #858 glib2 @2.40.0 issues a "Got weird mach timebase info" error (Macports, PPC)
2113  - #1022 g_object_new Should Mention That it Zeroes Out Private Struct
2114  - #1200 Make g_assert_null/nonnull clang static analyzer friendly
2115  - #1203 Add a variant of g_file_set_contents() which accepts file mode
2116  - #1288 gmacros: Introduce non-public G_CLANG_ANALYZER_NORETURN macro
2117  - #1302 g_file_set_contents() can fill target with NUL bytes if it did not previously exist
2118  - #1670 ThreadSanitizer data races
2119  - #1764 cancellable test: on_mock_operation_ready: assertion failed (iterations_requested > iterations_done): (10 > 10)
2120  - #1868 iOS cross compile impossible due to frexpl check not supporting cross compilation
2121  - #1869 iOS doesn't have Cocoa, which thankfully isn't a requirement of this code that supposedly requires it
2122  - #1982 GSocketAddressEnumerator documentation is inconsistent with existing usage
2123  - #2127 Spurious GIO module initialization on Fedora Silverblue (and other ostree-based systems?)
2124  - #2129 date_time bugs after 2038, or with today's date and 'zic -b slim' TZif files
2125  - #2132 Valgrind reports "still reachable" after g_thread_pool_new/free
2126  - #2136 Valgrind reports "still reachable" after g_option_context_parse
2127  - #2140 calling malloc in fork child is undefined-behaviour
2128  - #2141 g_value_copy is was recently broken
2129  - #2149 Make G_URI_FLAGS_PARSE_STRICT the default
2130  - #2156 Merge _g_uri_parse_authority() into GUri
2131  - #2159 Thread-unsafe initialization in gportalsupport.c
2132  - #2160 More guri regressions
2133  - #2165 More guri breakage
2134  - #2166 g_uri_build() functions should accept a NULL scheme
2135  - !1328 guri: new URI parsing and generating functions
2136  - !1527 Add g_tls_connection_get_channel_binding_data call and enums
2137  - !1534 Various GLocalFile fixes related to the filesystem::remote attribute
2138  - !1546 tree: Fix various ableist language
2139  - !1549 Add support to ignore trash for certain mounts
2140  - !1551 Add initial sysprof support
2141  - !1553 gtestutils: Mark that g_assert_whatever() macros do not normally return
2142  - !1554 GUri build fixes
2143  - !1555 Remove c-format from the string that is not c-formatted
2144  - !1556 fuzzing: Another fix for g_uri_parse() test
2145  - !1557 A few g_uri_parse_params() improvements
2146  - !1559 Fix buffer read overflows in GUri
2147  - !1561 gconvert: Use a pointer array in extract_uris
2148  - !1563 gdesktopappinfo: Fix unnecessarily copied and leaked URI list
2149  - !1564 tests: limit number of threads to something reasonable.
2150  - !1570 Reduce CI bandwidth requirements
2151  - !1572 Add GUriParamsIter
2152  - !1576 gtask: Only override g_task_set_source_tag() for GLib ≥ 2.60
2153  - !1577 uri: add illegal_characters argument to unescape_bytes
2154  - !1578 tests: Add tests for RFC 8536 v3 parsing of time zones
2155  - !1579 glib: Use g_getenv everywhere instead of getenv
2156  - !1582 appinfo: Add properties
2157  - !1583 gio: Remove broken support for XP
2158  - !1590 Use CI schedules and DAGs
2159  - !1591 gfileutils: Fix O_NOFOLLOW handling on BSD systems
2160  - !1594 GFile: Document that G_FILE_CREATE_REPLACE_DESTINATION can only be used with...
2161  - !1595 uri: add ENCODED_PATH & ENCODED_FRAGMENT flags
2162  - !1599 uri: do not add ipv6 brackets on non-ip host
2163  - !1600 uri: do not encode ':' and ';' from userinfo
2164  - !1601 timezone: Fix an uninitialized use
2165  - !1602 Revert "Merge branch 'appinfo-properties' into 'master'"
2166  - !1604 Make g_hostname_is_ip_address() accept ipv6 zoneid
2167  - !1609 Fix multiple typos in guri.c
2168  - !1611 guri: Always prepend `//` to the host when building a URI
2169  - !1612 guri: Document and check restrictions on path prefixes
2170
2171 * Translation updates:
2172  - Catalan
2173  - Kazakh
2174  - Lithuanian
2175  - Romanian
2176  - Slovenian
2177  - Spanish
2178  - Ukrainian
2179
2180
2181 Overview of changes in GLib 2.65.0
2182 ==================================
2183
2184 * Fix memory monitor tests to only be installed if installed-tests are enabled,
2185   and to be skipped if GObject-Introspection is too old (!1407)
2186
2187 * Stability improvements for various unit tests
2188
2189 * D-Bus credentials support on macOS (#507)
2190
2191 * MSVC support for the files generated by `glib-compile-resource` and `gdbus-codegen` (#1215, !1452)
2192
2193 * Year 2038 fixes involving new API in `GBookmarkFile` (#1931)
2194
2195 * SOCKS5 proxy authentication fixes (#1986, #1988)
2196
2197 * Support for more than `MAXIMUM_WAIT_OBJECTS` FDs for `g_poll()` on Windows (#2107)
2198
2199 * Add `g_assert_no_errno()` test macro for testing POSIX-style functions (!1204)
2200
2201 * Update Unicode Character Database to version 13.0.0 (!1422)
2202
2203 * Support storing interned strings in `GValue`s efficiently, via `g_value_set_interned_string()` (#2109)
2204
2205 * Bugs fixed:
2206  - #2 g_filename_from_utf8() should normalize?
2207  - #176 the behaviour of constructors for GLib data types is not specified if memory allocation fails
2208  - #480 /gdbus/connection/signals test intermittently fails: assertion failed (count_name_owner_changed == 2): (1 == 2)
2209  - #507 GDBus credentials don’t work on OS X
2210  - #602 GLib.Thread not usable from GObject-Introspection
2211  - #1154 Missing documentation how to set a value in a GArray
2212  - #1215 MSVC cannot build glib-compile-resource's output resource file
2213  - #1323 meson, autotools: figure out if mem barrier is needed for arm64 host variant aarch64
2214  - #1398 gdate: Add error handling for GetDateFormatW calls
2215  - #1841 Signal handler disconnection race when finalising GCancellableSource
2216  - #1851 Meson Build Failure on Windows: Undefined Reference to libiconv
2217  - #1911 Memory leak in g_param_spec_flags and/or g_param_spec_enum
2218  - #1931 GBookmarkFile API involves time_t
2219  - #1954 gdbus-server-auth intermittent failure
2220  - #1957 gdbus-connection test failure on FreeBSD
2221  - #1986 Socks5 Proxy: Authentication seems broken
2222  - #1988 Socks5 Proxy: Wrong error returned when using no authentication
2223  - #2038 Bindings: g_tls_connection_set_database() does not allow None as argument
2224  - #2051 GUnixOutputStream can block on close()
2225  - #2057 Call malloc_trim() under memory pressure
2226  - #2067 Glib uses _Static_assert in C++17 mode
2227  - #2081 gdbus error messages contains mixed up body and head signatures
2228  - #2082 AM/PM - specific variation support needed to Hebrew language
2229  - #2083 Memory monitor tests fail if dbusmock isn't installed
2230  - #2092 FreeBSD CI timing out in gdbus-connection filter test
2231  - #2094 Deprecation warnings when compiling with -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_28 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_28
2232  - #2106 Duplicated if - else if conditions in gtranslit.c
2233  - #2107 g_poll() implementation on Windows stall when more than MAXIMUM_WAIT_OBJECTS FDs have passed
2234  - #2109 GValue: Add support for interned string
2235  - #2124 g_file_info_get_content_type() may return NULL
2236  - #2132 Valgrind reports "still reachable" after g_thread_pool_new/free
2237  - #2134 Valgrind reports "still reachable" after `g_uuid_string_random()`.
2238  - #2135 Valgrind reports "still reachable" after g_key_file_new/free
2239  - #2136 Valgrind reports "still reachable" after g_option_context_parse
2240  - !1204 gtestutils: Add a new g_assert_no_errno() test macro
2241  - !1302 gobject: new g_param_is_valid_property_name() function.
2242  - !1329 Support nanoseconds in stat timestamps on Windows
2243  - !1341 MUI capabilities for GWin32RegistryKey
2244  - !1360 CI: Show execution environment before we start
2245  - !1395 tests: Move memory_monitor_tests under installed_tests_enabled
2246  - !1396 macros: Define G_GNUC_FALLTHROUGH for more compilers
2247  - !1397 tests: Skip MemoryMonitor test if GObject-Introspection is too old
2248  - !1398 gcontenttype: Fix crash in _get_generic_icon_name()
2249  - !1402 ci: Update Android Docker image for aarch64 CPU naming change
2250  - !1405 tests: Disable link-time warning for mem-overflow
2251  - !1406 Replace fallthrough comments with G_GNUC_FALLTHROUGH
2252  - !1408 tests: Don't compare strings by pointer
2253  - !1409 gdummytlsconnection: Add missing overrides for ALPN properties
2254  - !1413 gapplication: Fix a minor typo in the documentation
2255  - !1414 gstrutils: Set locale explicitly for search-utils test
2256  - !1415 meson: Don't use assert in test code
2257  - !1418 ginetaddress, ginetsocketaddress: Add missing (nullable) annotations
2258  - !1422 glib: Update Unicode Character Database to version 13.0.0
2259  - !1423 gobject: Clarify assertion failure on ref-after-finalize
2260  - !1424 docs: Fix configuration with gtk_doc=true and installed_tests=false
2261  - !1425 gdbusconnection: GDBusSignalCallback can have a NULL sender_name
2262  - !1426 gunidecomp: Update and reformat Unicode version support history
2263  - !1427 gicon: Clarify GVariant refcounting in docs
2264  - !1428 Add missing 'extern' to the dllexport version of GLIB_VAR/GOBJECT_VAR
2265  - !1429 Fix arch detection ifdefs in glib/valgrind.h
2266  - !1430 Use __builtin_trap() on Clang on any platform
2267  - !1431 glib-unix.c: fix heap corruption in g_unix_get_passwd_entry
2268  - !1432 docs: Mention new gio tool options
2269  - !1433 meson: Fix buildtype usage
2270  - !1434 gdbusconnection: Clarify nullability of SignalInstance.sender
2271  - !1436 glib: Update internal copy of valgrind.h from Valgrind 3.15 release
2272  - !1437 gmarkup tests: tab character escape/unescape
2273  - !1439 Don't misdetect stpcpy on windows platforms on clang
2274  - !1440 Silence clang errors about -Wformat-nonliteral due to missing intermediate attributes
2275  - !1441 Meson: Override every dependency glib provides
2276  - !1442 gfile: Fallback to fast-content-type if content-type is not set
2277  - !1443 gio: use TAPTestRunner in the memory monitor tests
2278  - !1444 Meson: Add glib-checks and glib-asserts options
2279  - !1452 Make symbols generated by gdbus-codegen exportable on Visual Studio-style builds
2280  - !1455 gdesktopappinfo: Note that search results are not filtered
2281  - !1456 GCredentials documentation fixes
2282  - !1458 meson: Exclude gosxutils.m when building for iOS
2283  - !1459 meson: Fix the gnulib checks for isnan* functions
2284  - !1460 glib: Sync the local modification to glib/valgrind.h to what was upstreamed
2285  - !1462 gvariant-core: Add a note about memory safety of children
2286  - !1463 gdesktopappinfo: Add several nullable annotation to GAppInfo getters
2287  - !1464 Update Fedora CI
2288  - !1466 CI: Switch to new Windows runners
2289  - !1469 goption: Treat an empty option context parameter string as NULL
2290  - !1475 Improve documentation of g_tls_database_verify_chain()
2291  - !1476 tests: Fix remaining race in gdbus-connection filter test
2292  - !1479 Improve documentation of client connection validation flags
2293  - !1480 CI: Make sure we use meson 0.49.2 in MSYS2
2294  - !1481 array: fix corrupt state of GPtrArray after g_ptr_array_extend_and_steal()
2295  - !1482 [th/g-ptr-array-variable-cleanups] minor cleanup of variables for GPtrArray
2296  - !1487 glib: annotate static inline functions with G_AVAILABLE-type macros
2297  - !1488 Rebuild Fedora CI image
2298  - !1491 gdatetime: update annotations
2299  - !1492 glib-mkenums: allow optional 'since' tag
2300  - !1493 meson: Remove stray ] in O_DIRECTORY check
2301  - !1496 Fix GLIB_UNAVAILABLE_STATIC_INLINE declaration
2302  - !1498 array: add internal ptr_array_new() helper for creating GPtrArray
2303  - !1503 docs: Add indexes for symbols added in 2.66
2304  - !1505 gobject: Handle runtime checks as such
2305  - !1506 tests: Speed up the cancellable test
2306  - !1508 tests: Speed up the file test and make it more reliable
2307  - !1512 Various fixes when building for iOS
2308  - !1513 Initialize the visited time of a new GBookmarkFile
2309  - !1515 meson: check for stpcpy using cc.links()
2310  - !1516 gthreadedsocketservice: Mark source_object of run signal as nullable
2311  - !1517 GWin32RegistryKey: Move assertions
2312  - !1518 strfuncs: Use a GPtrArray in strsplit()
2313  - !1522 meson: Fix gnulib printf checks
2314  - !1524 meson: Fix gnulib build where isnan*() is needed
2315  - !1525 Normalize C source files to end with exactly one newline
2316  - !1528 gtlsconnection: Improve documentation of peer-certificate[-errors]
2317  - !1530 tree: Fix various typos and outdated terminology
2318  - !1531 gvariant: Fix documentation for g_variant_get_string() to match reality
2319  - !1532 win32: spelling fix
2320  - !1535 glib.supp improvements
2321
2322 * Translation updates:
2323  - Bokmål, Norwegian
2324  - Catalan
2325  - Catalan (Valencia)
2326  - Chinese (Taiwan)
2327  - Dutch
2328  - French
2329  - Galician
2330  - German
2331  - Hebrew
2332  - Indonesian
2333  - Italian
2334  - Japanese
2335  - Latvian
2336  - Lithuanian
2337  - Malay
2338  - Romanian
2339  - Serbian
2340  - Slovak
2341  - Slovenian
2342  - Spanish
2343  - Turkish
2344  - Ukrainian
2345
2346
2347 Overview of changes in GLib 2.64.0
2348 ==================================
2349
2350 * Use `posix_spawn()` to speed up launching test D-Bus instances (!1388)
2351
2352 * Bugs fixed:
2353  - #1783 Document using glib-mkenums with meson
2354  - #2049 Crash in g_array_copy
2355  - !1384 Some minor clang warning fixes
2356  - !1386 docs: Document generated headers caveats for genmarshal
2357  - !1387 ci: Correctly propagate exit status in run-style-check-diff.sh
2358  - !1388 gtestdbus: Use posix_spawn() to spawn dbus-daemon
2359  - !1389 Update GError docs to use G_DEFINE_QUARK
2360
2361 * Translation updates:
2362  - Czech
2363  - Danish
2364
2365
2366 Overview of changes in GLib 2.63.6
2367 ==================================
2368
2369 * Fix potential relative read when calling g_printerr(), which could lead to a
2370   denial of service from a setuid-root process being used to block access to the
2371   TTY for another user (#1919)
2372
2373 * Fix SOCKS proxy resolver sometimes not being used when resolving addresses
2374   via Happy Eyeballs (CVE-2020-6750) (#1989)
2375
2376 * Several other Happy Eyeballs fixes for address resolution (#1871, #1872, #1902)
2377
2378 * Various race fixes in `GDBusConnection` and its unit tests (#1515)
2379
2380 * Fix a race condition with D-Bus name ownership (#1517)
2381
2382 * Drop `gio-launch-desktop` helper application in favour of calling `sh` directly (#1633)
2383
2384 * Fix win32 exception handling with C# exceptions (#2025)
2385
2386 * Fix thread safety of `GUnixMountMonitor` (#2030)
2387
2388 * Additional fixes to new thread pool attribute behaviour from GLib 2.63.4 to
2389   check if sched_setattr() is allowed by system policies before depending on it (#2039, !1356)
2390
2391 * Fix memory leaks and corruption when freeing `GSource`s while freeing a `GMainContext` (!1353)
2392
2393 * Drop inappropriate installation of object manager example documentation (!1359)
2394
2395 * Bugs fixed:
2396  - #938 gdbus call -a doesn't support message bus connections
2397  - #1515 gio/gdbus-threading test sometimes fails in CI
2398  - #1517 g_bus_own_name does not always call name_lost_handler when _REPLACE and _ALLOW_REPLACEMENT are set
2399  - #1633 should not install gio-launch-desktop into PATH
2400  - #1919 read from relative path in g_printerr() in 2.58.3
2401  - #1995 Tracker issue for Happy Eyeballs regressions
2402  - #2002 g_io_channel_read_line does not honour the line_term symbols set
2403  - #2025 W32 exception handling misbehaves when C# exceptions are thrown when running inside the Visual Studio debugger
2404  - #2030 Random nautilus test suite failures involving GUnixMountMonitor
2405  - #2039 sched_setattr() still can cause EPERM through natural causes
2406  - #2043 Low memory monitor test failed in CI
2407  - #2044 GApplication docs suggest invalid GVariant type
2408  - !1185 gtimezone: Tidy up UTC timezone creation
2409  - !1281 ci: Update Docker packages
2410  - !1283 gmodule: change _g_module_close to only take a handle.
2411  - !1298 tests: Speed up the GIO actions test
2412  - !1299 gapplication: Fix a minor typo in the documentation
2413  - !1339 gsocketclient: Refactor g_socket_client_connect_async()
2414  - !1353 GMainContext - Fix memory leaks and memory corruption when freeing sources while freeing a context
2415  - !1354 GThreadPool - Add test for !1340
2416  - !1355 glist: Add docs examples of how to combine with g_steal_pointer()
2417  - !1356 GThread - Check if sched_setattr is allowed by the system policies before depending on it
2418  - !1359 docs: Don’t install object manager example separately
2419  - !1363 Make tests pass if we are euid != 0 with capabilities
2420  - !1366 Fix oss-fuzz coverage link
2421  - !1372 gobject: Fix strict aliasing warnings with g_set_object()
2422  - !1376 gitlab-ci: 64-bit ARM is aarch64, not arm64
2423  - !1381 ghash: Document the iteration order over a hash table is not defined
2424  - !1382 tests: Bump the refcount timeout in gdbus-threading
2425  - !1383 ci: Enable parallelisation when running installed tests
2426
2427 * Translation updates:
2428  - Basque
2429  - English (United Kingdom)
2430  - French
2431  - Galician
2432  - German
2433  - Greek, Modern (1453-)
2434  - Hungarian
2435  - Indonesian
2436  - Japanese
2437  - Korean
2438  - Lithuanian
2439  - Polish
2440  - Portuguese (Brazil)
2441  - Spanish
2442  - Swedish
2443  - Turkish
2444
2445
2446 Overview of changes in GLib 2.63.5
2447 ==================================
2448
2449 * Fix behaviour of `g_file_move()` fallback code to not follow symlinks (#986)
2450
2451 * Rename `--glib-min-version` argument of `gdbus-codegen` to `--glib-min-required`
2452   (this is not an API break as `--glib-min-version` was added earlier in the
2453   2.63 cycle) (#1993)
2454
2455 * Add gtk-doc checks to CI and fix a number of documentation issues
2456   (thanks to Xavier Claessens) (!978)
2457
2458 * Add `G_SIZEOF_MEMBER()` macro (!1333)
2459
2460 * Add a debug message if `g_setenv()` or `g_unsetenv()` are used after any
2461   threads have been spawned — this will be upgraded to a warning in future (!1337, #715)
2462
2463 * Skip memory monitor tests if xdg-desktop-portal or dbusmock are not available (!1296, !1338)
2464
2465 * Change the `libmount` configure option from a boolean to a Meson `feature` (!1344)
2466
2467 * Do not return `target-uri` from `g_file_peek_path()` when called on trash/recent files (!1346)
2468
2469 * Drop new TLS certificate API for PKCS #11 backed certificates, as the implementation
2470   is not ready yet (this is not an API break as the API was added earlier in the
2471   2.63 cycle) (!1347)
2472
2473 * Bugs fixed:
2474  - #986 g_file_move: remove G_FILE_COPY_NOFOLLOW_SYMLINKS section
2475  - #1551 CI: Add checks for `TODO` in MRs
2476  - #1925 Large number of routes installed into kernel cause high cpu usage
2477  - #1993 Rename gdbus-codegen --glib-min-version argument to --glib-min-required and add --glib-max-allowed
2478  - #2012 spawn_thread_queue not initialised in GThreadPool
2479  - #2020 g_network_monitor_base_add_network() improperly unrefs GInetAddressMask
2480  - !978 Various fixes to make gtkdoc-check pass on glib
2481  - !1018 docs: tag enclose 'all' and 'help' values
2482  - !1170 Avoid C++20 deprecated assignment to volatile
2483  - !1296 tests: Skip GMemoryMonitor tests if the dbusmock template is not available
2484  - !1307 Remove global declaration of GMemoryMonitor
2485  - !1322 gmain: Mark G_SOURCE_FUNC as available in 2.58
2486  - !1333 Add and use G_SIZEOF_MEMBER() macro
2487  - !1337 genviron: Message if g_setenv()/g_unsetenv() are used after threads spawned
2488  - !1338 tests: Skip GMemoryMonitor tests if xdg-desktop-portal is not available
2489  - !1344 meson: libmount autodectection
2490  - !1345 gio-tool-info: Print unix mount information where available
2491  - !1346 gfile: Do not return target-uri from g_file_peek_path()
2492  - !1347 Revert "gtlscertificate: Add support for PKCS #11 backed certificates"
2493  - !1348 ghash: Clarify that g_hash_table_add() always consumes the key
2494  - !1349 doc: Clarify that _locker_new() does not actually allocate memory
2495  - !1351 glib.supp: update g-threaded-resolver-getaddrinfo-config
2496
2497 * Translation updates:
2498  - Japanese
2499  - Lithuanian
2500  - Malay
2501  - Portuguese (Brazil)
2502  - Swedish
2503
2504
2505 Overview of changes in GLib 2.63.4
2506 ==================================
2507
2508 * Fix various race conditions on signal emission in GDBus (#604, #978, #1232)
2509
2510 * Change thread pools so that thread attributes (in particular, priority) are
2511   inherited from the thread which created the `GThreadPool` initially, rather
2512   than from the thread which is pushing a new job into the pool (#1834, #2007)
2513
2514 * Expand support for running Windows apps with
2515   `g_app_info_launch_default_for_uri()` using rundll32 on Windows (#1932)
2516
2517 * Support multiple directories in `GSETTINGS_SCHEMA_DIR` environment variable (#1998)
2518
2519 * Support full Julian day range in `TZ` environment variable (#1999)
2520
2521 * Apply recursion depth limits to variants in D-Bus messages (!1201)
2522
2523 * Support adding call flags and timeouts to method calls generated by
2524   `gdbus-codegen` through the new `--glib-min-version` option (!1286)
2525
2526 * Fully deprecate TLS rehandshakes; they are now ignored due to TLS protocol
2527   changes (!1305)
2528
2529 * Bugs fixed:
2530  - #198 g_fopen and friends: should also state how to close a stream
2531  - #604 GDBus name watching dispatch is buggy/excessively-complicated
2532  - #833 g_object_set: document the need to cast varargs
2533  - #978 SIGSEGV in on_name_lost_or_acquired
2534  - #1232 Insufficient thread safety around GDBusObjectManagerClient
2535  - #1416 Re-add macOS CI
2536  - #1834 Unwanted priority/etc inheritance with GThreadPool and GThread and the POSIX implementation
2537  - #1932 Windows: Gio.AppInfo.launch_default_for_uri seems not to work for local files/folders
2538  - #1983 glib:gio / dbus-appinfo test fails: GLib-GIO:ERROR:../../../../Projects/glib/gio/tests/dbus-appinfo.c:326:on_flatpak_open: 'g_file_equal (files[0], f)' should be TRUE
2539  - #1997 Base64 encoding with "break_lines" claims to wrap at 72 characters but seems to wrap at 76
2540  - #1998 support multiple directories in GSETTINGS_SCHEMA_DIR
2541  - #1999 GTimeZone fails to accept full Julian day range when parsing the direct $TZ string format
2542  - #2007 Thread scheduler attributes fail under valgrind
2543  - !388 ci: Avoid downloading subprojects for each job
2544  - !1111 gio: test that launch_uris() exports files with the document portal when launching a flatpak
2545  - !1201 gdbusmessage: Limit recursion of variants in D-Bus messages
2546  - !1279 tests: Fix an error message set by foo_set_property()
2547  - !1286 gdbus-codegen: Add a GDBusCallFlags arg to method calls
2548  - !1291 gio-tool-list: Add an option to print display names
2549  - !1294 GMemoryMonitor docs fixes
2550  - !1295 gio: Fix socket test
2551  - !1301 GThread - Inherit parent thread priority by default for new Win32 threads
2552  - !1303 gvariant-core: Don't pass NULL second argument to memcpy
2553  - !1305 Fully deprecate TLS rehandshakes
2554  - !1308 gsocketclient: run timeout source on the task's main context
2555  - !1309 Fix crash in gutils when application is prevented access to passwd file
2556  - !1317 gfdonotificationbackend: remove notifications when bus name vanishes
2557  - !1320 subprojects: Temporarily avoid using wrapdb while it’s down
2558  - !1324 ci: Add some documentation to the style check CI test
2559  - !1325 Check for SYS_sched_getattr before using it unconditionally
2560  - !1330 W32: Correctly set st_ino when doing private stat()
2561  - !1334 gthread: Ensure GThreadSchedulerSettings is always defined
2562
2563 * Translation updates:
2564  - Catalan
2565  - Galician
2566  - Hungarian
2567  - Indonesian
2568  - Polish
2569  - Portuguese (Brazil)
2570  - Spanish
2571
2572
2573 Overview of changes in GLib 2.63.3
2574 ==================================
2575
2576 * Add a `--glib-min-version` argument to `gdbus-codegen` which controls breaks in the API of generated code (#1726)
2577
2578 * Add `g_clear_list()` API to clear `GList`s to `NULL` (#1943)
2579
2580 * Add a `GMemoryMonitor` API to be notified of memory pressure situations using the low-memory-monitor project (!1005)
2581
2582 * Add support for dispose functions for `GSource` implementations (!1175)
2583
2584 * Tighten up validation of GObject signal and property names, allowing performance improvements (!1224)
2585
2586 * Fix installation path of GIO modules on MSVC to be the bindir (!1254)
2587
2588 * Bugs fixed:
2589  - #650 g_signal_lookup gives too many warnings
2590  - #1011 GListStore, easily find if the item is already inserted
2591  - #1130 gdbus-codegen: Add an option to strictly generate markdown in source comments
2592  - #1687 glocalvfs.c uses non-thread-safe getpwnam()
2593  - #1726 Warn when method/signal uses type 'h' but lacks GDBus.C.UnixFD annotation
2594  - #1935 Assert in _kqsub_free seems to be too strict
2595  - #1943 Consider g_clear_list()
2596  - #1947 Documentation clarification for g_uuid_string_random()
2597  - #1953 Documentation for g_type_init() and others missing from online gtk-doc documentation
2598  - #1961 A typo in the comment of `g_settings_schema_get_path`: threfore -> therefore
2599  - !1005 gio: Add GMemoryMonitor to monitor for low-memory
2600  - !1172 gptrarray: Add an example to the g_ptr_array_steal() docs
2601  - !1175 Implement a dispose function for GSource
2602  - !1223 Add additional valgrind suppressions
2603  - !1224 Signal name handling improvements
2604  - !1230 ci: Run installed-tests on Fedora
2605  - !1235 Add sudo to Fedora docker image
2606  - !1239 tests: Run "timeout tests" sequentially
2607  - !1248 ci: Update all Debian CI runners to use v5 of the Dockerfile
2608  - !1249 gio-tool-mount: Allow mounting by the given UUID
2609  - !1252 ci: Fix running all jobs on merge requests
2610  - !1253 gthread: Fix "zero as null pointer" warning
2611  - !1254 giomodule: gio modules are no longer installed in bindir on MSVC
2612  - !1255 ci: Build Docker images rather than OCI images if using podman
2613  - !1256 gdate: Add autoptr support
2614  - !1258 Minor CI fixups
2615  - !1261 gtk-doc: Ensure we have recent enough version
2616  - !1262 tests: Add tests for the gdbus-codegen executable
2617  - !1265 build: don't check for protected visibility
2618  - !1267 Revert "doc: Workaround gtkdoc-scan bug leading to undocumented symbols"
2619  - !1268 ci: Work-around successful installed tests having no logs
2620  - !1269 gvariant: Add guard to g_variant_get()
2621  - !1271 tests: Enable GDBus debug for a number of unreliable tests
2622  - !1274 trash portal: Don't follow symlinks
2623  - !1275 Small doc correction
2624  - !1277 Various gtk-doc improvements
2625  - !1278 Update installed tests CI
2626  - !1280 clang-format-diff: Output diff for multiple files, not just one
2627  - !1282 Revert "Revert "docs: remove GDBusObjectManager example""
2628  - !1284 Update POTFILES.in 191212
2629  - !1287 atomic/tests: test g_atomic_pointer_compare_and_exchange() with const pointers
2630  - !1289 gtype: Define auto-cleanup functions for Module class
2631
2632 * Translation updates:
2633  - Spanish
2634
2635
2636 Overview of changes in GLib 2.63.2
2637 ==================================
2638
2639 * Use `lldb` rather than `gdb` on macOS for debugging (#1004)
2640
2641 * Switch the atomic builtins from `__sync_fetch_*()` to the slightly more modern
2642   `__atomic_*()` (#1750)
2643
2644 * Fix calculation of `gsize` width on various platforms (including OpenBSD) (#1777)
2645
2646 * Fix undefined behaviour causing brokenness in `g_utf8_find_prev_char()` when
2647   compiling with GCC ≥ 8 (#1917)
2648
2649 * Revert UNIX mode changes in `G_FILE_ATTRIBUTE_ID_UNIX_MODE` which broke OSTree (#1934)
2650
2651 * Slightly improve performance for signal emissions when no handlers are connected (!1083)
2652
2653 * Add `g_task_return_value()` and `g_task_propagate_value()` APIs to allow
2654   `GTask` to be used from language bindings more easily (!1216)
2655
2656 * Fix a file monitoring crash on kqueue-based systems (BSD) (!1221)
2657
2658 * Bugs fixed:
2659  - #1004 [PATCH] Make gbacktrace use lldb on Mac OS X
2660  - #1552 CI: Add code style checks
2661  - #1750 Switch from  __sync_fetch_*() to __atomic_*() in glib/gatomic.h
2662  - #1777 gsize: improper typedef on (at least) OpenBSD
2663  - #1895 Regression: glib does not compile on centos 6: "objcopy: unrecognized option '--add-symbol'"
2664  - #1917 Test utf8-pointer fails with static build, LTO, optimisations, and new GCC
2665  - #1930 glib/tests/bookmarkfile.c:385:test_modify: assertion failed: (stamp == now)
2666  - #1934 ostree tests broken since bfdc5fc4fc84ef8518d2d1a328c8482cf5a38e98: File '/tmp/test-tmp-libostree_test-basic-user.sh.test-QB4SA0/diff-test2' is not empty
2667  - #1938 GDateTime doesn't support leap seconds
2668  - #1940 atomics test fails on FreeBSD CI since !1123
2669  - !1039 Improve documentation for footgun function g_tls_client_connection_copy_session_state()
2670  - !1083 Use the GObject hole on 64bit arches for some flags to improve performance
2671  - !1202 CI updates after !1177
2672  - !1208 gutils: Slightly improve docs formatting for g_get_os_info()
2673  - !1209 Make ld executable configurable
2674  - !1210 gdbus-server-auth test: Include gcredentialsprivate.h
2675  - !1213 gsocket: Improve diagnostics on bind() failure
2676  - !1214 gvariant, gbytes: Avoid memcmp (NULL, ., 0) or memcmp (., NULL, 0)
2677  - !1216 Make GTask more binding-friendly
2678  - !1218 gdb: Fix GHashTable pretty printer off-by-one error
2679  - !1220 gparam: fix memory leak in g_param_value_defaults()
2680  - !1221 Add NOTE_REVOKE to the list of the monitoring events
2681  - !1225 gtlsconnection: clarify handshake() documentation
2682  - !1227 Deprecate old GTlsConnection functionality even harder!
2683  - !1231 Fix build on old libc that does not define _SC_HOST_NAME_MAX
2684  - !1238 gstrfuncs: use gsize type internally for strv functions
2685  - !1242 gfileinfo: Clarify the documentation for G_FILE_ATTRIBUTE_UNIX_MODE
2686  - !1243 docs: Fix "occurred" typos in API documentation
2687
2688 * Translation updates:
2689  - Spanish
2690
2691
2692 Overview of changes in GLib 2.63.1
2693 ==================================
2694
2695 * Several usability improvements to command line `gio` tool (!1153)
2696
2697 * Add `g_array_steal()`, `g_ptr_array_steal()` and `g_byte_array_steal()` APIs (#285)
2698
2699 * Add `g_get_os_info()` API (!1063, !1160)
2700
2701 * Add `g_warning_once()` API (!1028)
2702
2703 * Always resolve `localhost` to loopback address in `GResolver` (!616)
2704
2705 * Add `GMainContextPusher` API (!983)
2706
2707 * Limit recursion in `g_variant_parse()` (!1173)
2708
2709 * Fix crash in `g_spawn()` with high FD numbers due to use of `select()` rather
2710   than `poll()` (#954)
2711
2712 * Allow passing empty `GValue`s to `g_param_value_set_default()` (!1186)
2713
2714 * Escape header guards generated by `gdbus-codegen` better (#1379)
2715
2716 * Bugs fixed:
2717  - #285 [PATCH] add array steal and memdup functions
2718  - #954 The g_spawn_sync() function uses select() which has limitations
2719  - #1318 rare failure in gdbus-peer test: invalid uninstantiatable type '(null)' in cast to 'GDBusServer'
2720  - #1379 gdbus-codegen generates invalid header guards when build directory contains a + character
2721  - #1622 NULL pointer derefs on g_vasprintf() failure
2722  - #1813 g_option_context_add_main_entries() is missing array annotation for entries parameter
2723  - #1831 No reply on private socket due to auth problem
2724  - #1836 gobject.c uses undefined annotation “(not optional)”
2725  - #1858 docs/reference/gobject/tut_gobject.xml: object properties example uses deprecated API
2726  - #1877 g_cancellable_source_new annotated with 'skip'
2727  - #1896 Use after free when calling g_dbus_connection_flush_sync() in a dedicated thread
2728  - #1897 glib 2.62.0 fails test 'test_writev_no_vectors' wih gcc7
2729  - #1903 use-after-free in mimeapps test causes intermittent segfault during testing
2730  - #1906 test_os_info fails on FreeBSD
2731  - #1916 objcopy not used from cross-compilation file in GIO tests
2732  - #1923 Recent Versions of GLib Break Dolphin File-Manager's Thumbnailing when Using 'gtk2' Style
2733  - !616 Always resolve localhost to loopback address
2734  - !983 gmain: Add GMainContextPusher convenience API
2735  - !1014 tests: Add a test for g_assert_finalize_object()
2736  - !1028 gmessages: Add g_warning_once()
2737  - !1035 Switching from C gnu89 to C gnu99 standard
2738  - !1063 gutils: Add g_get_os_info()
2739  - !1082 gdatetime: Document RFC 3339 extensions when parsing ISO 8601
2740  - !1105 syscall flood on every time*() function call
2741  - !1120 Update documentation with FreeBSD build instructions
2742  - !1135 gmain: use atomic operation instead of GMutex to access g_main_context_default()
2743  - !1146 Solaris build fixes
2744  - !1147 gmodule: fix typo in doc comment
2745  - !1148 gio/gfileinfo: fix parameter references
2746  - !1149 gio/gfile: fix parameter reference for value_p
2747  - !1150 gio/gfile: fix parameter references to @contents
2748  - !1151 gio/gfile: fix typo in doc comment
2749  - !1152 gwinhttpvfs: Handle g_get_prgname() returning NULL
2750  - !1153 Several gio-tool bash completion fixes and improvements
2751  - !1155 Strict-aliasing fixes to new atomic built-ins
2752  - !1157 Fix various compiler warnings on Android
2753  - !1160 Add Windows support to g_get_os_info()
2754  - !1161 hash: Remove an assertion from the hot path
2755  - !1163 gcharset: Expand the documentation for g_get_locale_variants()
2756  - !1165 Use uname as a fallback to get OS info
2757  - !1167 Fix some minor leaks in testfilemonitor
2758  - !1168 Fix gdatetime tests on toolbox
2759  - !1171 Revert "gdbus-codegen: emit GUnixFDLists if an arg has type 'h'"
2760  - !1173 gvariant: Limit recursion in g_variant_parse()
2761  - !1177 ci: Add libdbus development files to CI Docker images
2762  - !1179 Improve GPtrArray doc-comments
2763  - !1180 array: Avoid use of memcpy(dest, NULL, 0)
2764  - !1181 gmain: Clarify thread safety of some common GSource functions
2765  - !1182 gio: Fix typo in URL
2766  - !1186 Allow using an empty GValue with g_param_value_set_default()
2767  - !1189 gparamspecs: Fix type class leaks on error handling paths
2768  - !1197 Fix GDBus test failures on non-Linux (in particular FreeBSD)
2769  - !1200 Minor fixes from a scan-build run
2770
2771 * Translation updates:
2772  - Catalan
2773  - Chinese (Taiwan)
2774  - Spanish
2775
2776
2777 Overview of changes in GLib 2.63.0
2778 ==================================
2779
2780 * Add g_fsync() API (#35)
2781
2782 * Fix regression in g_file_copy() when passing
2783   `G_FILE_COPY_TARGET_DEFAULT_PERMS` flag; the destination permissions would be
2784   private rather than following the process’ umask (!1142)
2785
2786 * Several `GDateTime` parsing fixes (!1127)
2787
2788 * Always build the tests if installed-tests are enabled, so that the tests can
2789   actually be installed (!1141)
2790
2791 * Rework atomic function implementations to use memory barrier in the correct
2792   place (when compiler intrinsics aren’t providing the atomics), and fix
2793   signedness issues (#1449, #1565)
2794
2795 * Use the OS’ `fdwalk()` function (if safe) to speed up `g_spawn_*()` on BSD (#1638)
2796
2797 * Remove the macOS `dyld` `GModule` implementation in favour of `dl` instead (!1093)
2798
2799 * Bump Python requirement to ≥ 3.5, which we implicitly relied on anyway through
2800   our Meson dependency (!1132)
2801
2802 * Bugs fixed:
2803  - #35 add g_fsync to API
2804  - #174 g_file_copy always preserves  permissions, even if G_FILE_COPY_ALL_METADATA flag is not set
2805  - #259 docs: fix a misunderstanding in g_type_add_interface_*
2806  - #767 g_signal_lookup fails if class is not referenced
2807  - #1052 g_io_write_chars calls abort when given a null byte as input
2808  - #1449 glib fallback atomic int/ptr get/set have memory barrier in wrong place
2809  - #1565 Signedness of atomic operations
2810  - #1638 g_spawn_*() is extremely slow under certain circumstances
2811  - #1809 Provide API for working with PKCS11 backed certificates
2812  - #1843 TSAN false positive with g_atomic_pointer_get/g_atomic_pointer_set under Clang
2813  - #1865 g_variant_get_data_as_bytes fails after serializing a variant
2814  - #1875 Segfault and Overflow in __gio_xdg_cache_mime_type_subclass() with Wps-Office installed
2815  - #1887 glib 2.62.0 breaks loading dylibs as modules
2816  - #1888 2.62: docs build on Windows broken
2817  - #1897 glib 2.62.0 fails test 'test_writev_no_vectors' wih gcc7
2818  - !1020 docs: Remove priv pointers from the tutorial example
2819  - !1062 gtype: mark the inline functions in G_DECLARE_*_TYPE() as UNUSED
2820  - !1080 tests: Fix skipping mkdir-with-parents-permission test
2821  - !1088 Various small scan-build fixes
2822  - !1090 giochannel: Clarify type of GSource callback in documentation
2823  - !1093 gmodule: remove macOS dyld implementation
2824  - !1095 Define G_IOV_MAX to 512 on macOS/iOS
2825  - !1099 gmem: clarify that g_malloc always uses the system allocator
2826  - !1109 doc: fix typo in gio/gsettings.c
2827  - !1110 gio: Add missing "gio remove" option to bash completion script
2828  - !1112 Add version macros for GLib 2.64
2829  - !1115 gdatetime: Fix error handling in g_date_time_new_ordinal()
2830  - !1116 gmarkup: Add a limit on the number of attributes in an element
2831  - !1119 Annotate the return value of various utility functions
2832  - !1124 docs: Fix typo in GConverter{Input,Output}Stream section titles
2833  - !1125 gdatetime: Fix error handling in g_date_time_new_week()
2834  - !1126 fileinfo: Mention that usec mtimes are set
2835  - !1129 gdate: Fix tautological comparison warnings on Android
2836  - !1130 Improve GLIB_DEPRECATED_MACRO_FOR output
2837  - !1131 gio/gfileinfo: fix param reference in doc comment
2838  - !1132 build: Bump Python requirement to ≥ 3.5
2839  - !1137 gregistrysettings: bump key name length to 2048
2840  - !1138 Always build tests if we enabled installed-tests
2841  - !1139 g_file_info_get_modification_date_time: Calculate in integer domain
2842
2843 * Translation updates:
2844  - Danish
2845  - Italian
2846  - Panjabi
2847  - Serbian
2848  - Turkish
2849
2850
2851 Overview of changes in GLib 2.62.0
2852 ==================================
2853
2854 * Fix new `GFileInfo` APIs to work when `G_FILE_ATTRIBUTE_TIME_MODIFIED_USEC`
2855   was not queried (!1087)
2856
2857 * Bugs fixed:
2858  - #487 Add valgrind test runs to CI
2859  - !1084 garray: Fix reference to GLIB_SIZEOF_INT
2860  - !1086 glib.supp: make gobject_init() calloc also of the possible kind
2861  - !1087 fileinfo: ignore USEC if not available
2862
2863 * Translation updates:
2864  - Friulian
2865  - Portuguese (Brazil)
2866
2867
2868 Overview of changes in GLib 2.61.3
2869 ==================================
2870
2871 * Support setting thread name on BSD systems (#1761)
2872
2873 * Install previously-uninstalled headers for public `GNativeSocketAddress`
2874   object (#1854)
2875
2876 * Very initial support for Windows apps (UWP) (!1057)
2877
2878 * Add various new valgrind suppressions to `glib.supp` (#1879, !1075)
2879
2880 * Bugs fixed:
2881  - #83 Optimisation for g_nearest_pow() in garray.c
2882  - #512 GSignal: accumulator function not called to accumulate G_SIGNAL_RUN_CLEANUP object handler return values
2883  - #873 allow NULL arguments to parse_strv
2884  - #905 Patches from static analysis run on 2.40
2885  - #1057 goption: add sanity check to input parameters
2886  - #1309 GSettings object stops emitting "changed" signal on g_settings_reset after call to g_settings_delay
2887  - #1620 GDBus criticals from GVfs with GLib master
2888  - #1761 Setting thread-name on BSD systems
2889  - #1803 GDK_SCALE=X is not respected when using "gio open"
2890  - #1819 Invalid characters in Open Location dialog crashes GIMP
2891  - #1852 Regression: g_mkdir_with_parents() returns 0 on failure
2892  - #1854 glib/gio: GNativeSocketAddress headers not installed.
2893  - #1860 g_clear_handle_id does not trigger GLIB_VERSION_MAX_ALLOWED warning
2894  - #1863 Potential invalid writes on g_utf8_strreverse
2895  - #1867 A couple of en_GBisms
2896  - #1870 GSettingsBackend watches not thread-safe
2897  - #1879 Incomplete valgrind suppressions - 16 KiB leak reported by valgrind from loading libglib-2.0.so
2898  - #1880 glib/gbacktrace.c: If dup2 happened to return -1, don't call dup2 with same value
2899  - #1881 GIO_USE_VOLUME_MONITOR and GIO_USE_FILE_MONITOR do not work as documented
2900  - !1002 Remove mentions of mailing lists from the documentation
2901  - !1011 gapplication: Fix a leaking GRemoteActionGroup member
2902  - !1015 Post-release version bump
2903  - !1016 gnetworkmonitornm fixups
2904  - !1017 Improve ISO 8601 parsing by GDateTime
2905  - !1023 g_object_get_property: Improve documentation for use of G_VALUE_INIT
2906  - !1026 gutf8: Assert that written memory stays in bounds
2907  - !1027 gfileutils: Fix error propagation for other than ENOENT
2908  - !1031 meson: build gnulib if printf isn't good enough
2909  - !1032 meson: small printf check cleanups
2910  - !1033 win32: don't assume the format specifier for the stdlib printf/scanf like functions
2911  - !1034 glib/tests/fileutils: Add a reproducer for #1852
2912  - !1036 cond test: Don't make assumptions about struct sigaction member order
2913  - !1037 Meson: Override glib-compile-resources/schemas
2914  - !1044 Relax use of g_test_bug() to not require g_test_bug_base() to be called first
2915  - !1049 minor typos in the documentation
2916  - !1050 tests: Fix a pragma warning on FreeBSD
2917  - !1054 gerror: Add a docs paragraph about not displaying errors verbatim in UI
2918  - !1057 Some (probably) easy uwp patches
2919  - !1059 Update win32 readme, add myself to codeowners
2920  - !1066 libffi.wrap: Meson port has moved to FDO gitlab
2921  - !1068 gsubprocesslauncher.c: fix documentation
2922  - !1071 meson: Move libdl_dep to the top level
2923  - !1074 Adjust README formatting
2924  - !1075 glib.supp: add suppression for g_type_class_ref()
2925
2926 * Translation updates:
2927  - Basque
2928  - Catalan
2929  - Czech
2930  - English (United Kingdom)
2931  - French
2932  - Galician
2933  - German
2934  - Hungarian
2935  - Indonesian
2936  - Korean
2937  - Lithuanian
2938  - Polish
2939  - Romanian
2940  - Spanish
2941  - Swedish
2942
2943
2944 Overview of changes in GLib 2.61.2
2945 ==================================
2946
2947 * Add various new array functions (#236, #269, #373)
2948  - `g_array_copy()`
2949  - `g_ptr_array_copy()`
2950  - `g_ptr_array_extend()`
2951  - `g_ptr_array_extend_and_steal()`
2952  - `g_array_binary_search()`
2953
2954 * Add `g_assert_finalize_object()` helper function for writing tests (#488)
2955
2956 * Rework how D-Bus connections are closed/unreffed when `g_test_dbus_down()` is
2957   called. Tests which leak a `GDBusConnection` may now time out and abort,
2958   rather than silently leaking. (#787)
2959
2960 * Add a deprecation macro for GLib macros, and use it; third-party uses of
2961   long-deprecated GLib macros may now start causing warnings. (#1060)
2962
2963 * Deprecate `GTime` and `GTimeVal`, and various functions which use them.
2964   Use `GDateTime` and `guint64` UNIX timestamps instead. (#1438)
2965
2966 * Stop using `G_DISABLE_DEPRECATED` to allow disabling deprecation warnings;
2967   third-party code should now be using
2968   `GLIB_VERSION_{MIN_REQUIRED, MAX_ALLOWED}` to control symbol usage (!871)
2969
2970 * Improve support for running `ninja test` when GLib is built statically (#1648)
2971
2972 * Improve `GNetworkMonitor` detection of offline states (#1788)
2973
2974 * Fix build failure on macOS related to missing `_g_content_type_get_mime_dirs`
2975   function (#1791)
2976
2977 * Add various installed utilities’ paths to `gio-2.0.pc` (#1796)
2978
2979 * Fix keyfile `GSettings` backend and portal (especially relevant to any version
2980   of GLib included in a flatpak runtime) (#1822, !985)
2981
2982 * More IPv6 ‘Happy Eyeballs’ fixes in `GNetworkAddress` (!865)
2983
2984 * Fix CVE-2019-12450, wide permissions of files when copying using GIO (!876)
2985
2986 * Bump the Meson dependency from 0.48.0 to 0.49.2; we won’t depend on anything
2987   higher than this for a while, as Debian 10 ships 0.49 (!924)
2988
2989 * Various test fixes for Windows (!930, !931)
2990
2991 * Initial support for Universal Windows Platform (UWP): certification, and use
2992   of packaged libraries (!951)
2993
2994 * Add experimental clang-cl support on Windows, allowing `g_autoptr()` support
2995   on Windows (!979)
2996
2997 * Bugs fixed:
2998  - #77 G_STDIO_NO_WRAP_ON_UNIX wraps
2999  - #236 Add a function to copy an array
3000  - #269 Additional convenience functions for g_ptr_array
3001  - #373 GArray could use a binary search function
3002  - #436 running tests leaves lots of coredumps
3003  - #453 find-enclosing-mount docs confusing
3004  - #488 Add g_object_assert_last_unref() helper macro to detect object leaks in tests
3005  - #590 A reader lock can be obtained even if a writer is already waiting for a lock
3006  - #638 g_atexit is defined when not declared
3007  - #737 Initialize GValue in g_object_get_property()
3008  - #787 gtestdbus: Properly close server connections
3009  - #804 gdbusproxy prefixes unstripped error
3010  - #870 Fix and enhance GDatetime for Windows
3011  - #872 ucs4 functions have wrong return transfer
3012  - #887 gdusmessage.c mishandles bounds of GDBusMessageType and related enums
3013  - #894 gvalue: Avoid expensive checks where possible
3014  - #940 Docs for g_socket_listener_set_backlog are not very helpful
3015  - #943 G_DEFINE_TYPE_WITH_PRIVATE docs not helpful
3016  - #1018 Allow guid key in dbus addresses
3017  - #1060 Add deprecation macro for macros
3018  - #1169 Tools can display gibberish messages from translations
3019  - #1270 g_get_charset always returns 8-bit codepage on Windows, crippling UTF-8 output
3020  - #1438 Deprecate GTimeVal- and GTime-based APIs
3021  - #1635 g_socket_join_multicast_group iface parameter fails on win32/64
3022  - #1648 2.58.2: Assorted asserts fail in Arch Linux when built statically
3023  - #1729 g_content_type_guess segfaults when passed an empty data buffer on Mac OS
3024  - #1788 GNetworkMonitor claims I am offline
3025  - #1790 documentation on g_file_info_get_attribute_as_string
3026  - #1791 _g_content_type_get_mime_dirs missing from libgio-2.0.0.dylib on MacOS
3027  - #1792 glib-genmarshal generated valist marshal does not respect static scope for some types
3028  - #1793 glib-genmarshal generates wrong code for va marshaler for VARIANT type
3029  - #1794 API Proposal: g_timer_is_active
3030  - #1796 Add gio-querymodules variable to pkg-config file
3031  - #1797 glib/tests/win32 test failing on 64-bit Visual Studio builds
3032  - #1798 /contenttype/tree reliably fails on FreeBSD since !863
3033  - #1807 g_dbus_server_new_sync() documentation references nonexistent function
3034  - #1808 Stopping a GDBusServer should clean up Unix socket paths (if not abstract) and nonce-tcp nonce files
3035  - #1811 Introspection info for g_unichar_compose's 3rd arg should be OUT
3036  - #1822 keyfile gsettings backend not loading
3037  - #1823 Documentation for disabling selinux is incorrect
3038  - #1825 GKeyFileSettingsBackend created without filename construct property and unchecked assertion
3039  - #1828 Small typo in gio manpage
3040  - #1837 Specify for each (optional) parameter, whether it is OUT or INOUT
3041  - #1838 Reword documentation for G_DECLARE_FINAL_TYPE
3042  - #1847 Setting GLIB_VERSION_{MIN_REQUIRED, MAX_ALLOWED} to before 2.56 triggers warnings
3043  - !533 docs: Document pitfall of deprecation pragmas
3044  - !563 ci: Add scan-build job in a new ‘analysis’ pipeline stage
3045  - !678 glib-compile-schemas: Improve translatable strings
3046  - !817 gdate: Officially mark GTime as deprecated
3047  - !851 gsettings: Document that lists are returned in no defined order
3048  - !853 gobject: Fix apostrophe usage in a few small bits of documentation
3049  - !859 gobject: Add a g_assert_finalize_object() macro
3050  - !863 gunicollate/cygwin: Don't use __STDC_ISO_10646__ for wchar_t related checks
3051  - !865 gnetworkaddress: fix "happy eyeballs" logic
3052  - !867 Post-release version bump
3053  - !871 Drop G_DISABLE_DEPRECATED
3054  - !873 Use atomic reference counting for GSource
3055  - !874 Clamp number of vectors to IOV_MAX / UIO_MAXIOV for GOutputStream writev()...
3056  - !875 CI/msys2: disable coverage reporting, lcov doesn't support gcc9 yet
3057  - !876 CVE-2019-12450: gfile: Limit access to files when copying
3058  - !877 gio: specify proper c_marshaller and va_marshallers
3059  - !883 tests: Fix small race in GSubprocess tests
3060  - !884 garcbox.c: Fix typo atomit => atomic
3061  - !885 goption: Clarify G_OPTION_ARG_FILENAME documentation
3062  - !889 Include <sys/filio.h> for FIONREAD
3063  - !901 gmain: Clarify that g_source_destroy() doesn’t drop a reference
3064  - !904 Add glib-genmarshal tests and fix some valist marshaller bugs
3065  - !906 property action: Add state hints
3066  - !908 Improve testfilemonitor test repeatability and debuggability
3067  - !909 D-Bus auth mechanism improvements
3068  - !914 ci: Run scan-build in a different build directory
3069  - !915 docs: fix typo on arrays examples in gvariant-text
3070  - !917 docs: Fix name of IRC channel in CONTRIBUTING.md
3071  - !919 glib/tests/refcount.c: Fix tests on non-GCC-isque compilers
3072  - !920 gmacros: Only use deprecated attributes on enumerators with GCC ≥ 6.5
3073  - !923 Check if compiler symbols are defined before using them
3074  - !924 Bump the required version of Meson
3075  - !930 glib/tests/convert.c: Skip tests that aren't meaningful for Windows
3076  - !931 glib/tests/fileutils.c: Fix stdio Wrapper Test on Windows
3077  - !934 build: Increase the slow test timeout to 180s
3078  - !935 Ignore */__pycache__/* directories
3079  - !937 Fix module tests on Visual Studio builds
3080  - !939 gstdio: minor cleanups
3081  - !941 list model: Expand items-changed docs
3082  - !944 gutils: Don't limit the length of the host name to 99
3083  - !945 Avoid overrunning stack at the end of the varargs.
3084  - !947 gobject/tests/signals.c: Fix tests on Windows
3085  - !948 GObject: Fix mkenums.py and genmarshal.py tests on Windows
3086  - !950 ci: Enable CI on FreeBSD 12
3087  - !951 Preliminary patches for Universal Windows Platform support
3088  - !952 gio: Make minor docs improvements
3089  - !953 g_utf8_normalize: Doc comment return missing nullable annotation
3090  - !954 Fix the ISO 15924 code for Manichaean
3091  - !955 gmacros: Use _Static_assert when C11 is available
3092  - !958 gthread: fix minor errno problem in GCond
3093  - !961 gmain: Fix g_main_context_prepare priority annotation
3094  - !962 gmacros: Use _Static_assert only for non-expr static assert
3095  - !964 gmacros.h: Use static_assert on MSVC if possible
3096  - !968 Fix typo in request handle
3097  - !970 gdatetime: Unset LC_ALL for the test as well
3098  - !971 docs.c: Forward link from g_auto* → G_DEFINE_AUTO*
3099  - !973 doc: fix typo in gio/gresource.c
3100  - !979 Experimental clang-cl support
3101  - !980 gmacros.h: Add better support for clang-cl
3102  - !981 gio: fix typo in g_settings_reset documentation
3103  - !982 Various doc fixes
3104  - !985 Keyfile portal fixes
3105  - !987 gio/tests: Remove code and comments referring to libtool
3106  - !991 fix atomic detection on older gcc versions
3107  - !992 docs: Add example to g_test_summary() documentation
3108  - !994 gio: Fix minor docs mistakes
3109  - !996 Small array test fixes
3110  - !997 gdbusaddress: Add missing transfer annotation
3111  - !1007 Resubmission of !832 “Try to create the complete path right away and fall back”
3112  - !1009 gapplication: remove inactivity_timeout source on finalize
3113
3114 * Translation updates:
3115  - Hungarian
3116  - Indonesian
3117  - Portuguese (Brazil)
3118  - Spanish
3119
3120
3121 Overview of changes in GLib 2.61.1
3122 ==================================
3123
3124 * `g_unichar_isxdigit()` and `g_unichar_xdigit_value()` now handle full-width
3125   characters (U+FF21–U+FF26 and U+FF41–U+FF46) (#58)
3126
3127 * Deprecate `gtester` utility and its test reporting format and enable TAP
3128   output by default instead — the `--tap` option to tests is now a no-op
3129   (#1441, #1619)
3130
3131 * Add `g_test_summary()` to allow test authors to programmatically summarise
3132   what each unit test in a test suite does (#1450)
3133
3134 * Upgrade to Unicode Character Database v12.1 (#1713, !822)
3135
3136 * More IPv6 Happy Eyeballs fixes to `GNetworkAddress` and `GSocketClient`
3137   (#1747, #1771, #1774)
3138
3139 * Fix valgrind and gdb support for the new `GHashTable` changes (#1749, #1780)
3140
3141 * Fix GTask wait times growing faster than the number of task threads (#1683)
3142
3143 * Change `GApplication` to ignore `-psn_*` arguments on the macOS command line,
3144   as they are irrelevant (#1784)
3145
3146 * Add `g_autoqueue()` helper macros, similar to `g_autolist()` (!474)
3147
3148 * Add pre-allocated link helpers for `GList` and `GQueue`:
3149  - `g_list_insert_before_link()`
3150  - `g_queue_insert_before_link()`
3151  - `g_queue_insert_after_link()`
3152
3153 * Improve network availability detection with NetworkManager to treat lower
3154   levels of connectivity as having reduced availability (!781)
3155
3156 * Add `g_clear_signal_handler()` to allow disconnecting from a `GObject` signal
3157   and clearing the signal handler ID to zero in a single call (!819)
3158
3159 * Add `g_autoptr()` support for `GRWLock` (!825)
3160
3161 * Define `G_OS_UNIX`, not `G_OS_WIN32`, when GLib is built agains Cygwin (!862)
3162
3163 * Bugs fixed:
3164  - #29 GScanner: should explicitly document modifiable fields (value, next_value, ...)
3165  - #58 g_unichar_isxdigit() and g_unichar_xdigit_value() should deal with full-width a-fA-F
3166  - #106 Boxed types should be documented better
3167  - #135 g_unichar_totitle(0) returns 0x00001F88 instead of 0
3168  - #429 g_format_size() is broken on Windows
3169  - #1441 Deprecate gtester
3170  - #1450 Add API for tests to describe what they're checking
3171  - #1619 GTest should have a way to default to TAP
3172  - #1683 GTask: task_wait_time is increased constantly when the number of running thread is greather than 10
3173  - #1713 Upgrade to Unicode Character Database v12
3174  - #1739 meson build failure libdl
3175  - #1747 Critical in g_socket_client_async_connect_complete
3176  - #1749 New GHashTable implementation confuses valgrind
3177  - #1753 Remove memory leaks from gio/test/resolver.c
3178  - #1755 Please revert #535 gmacros: Try to use the standard __func__ first in G_STRFUNC
3179  - #1759 test_month_names: assertion failed
3180  - #1760 Document for g_resolver_lookup_records why it returns a list of list of gchar*.
3181  - #1763 tests: -p runs tests in the reverse of the specified order
3182  - #1768 g_strlcat(): Possible buffer overflow in implementation
3183  - #1771 GNetworkAddressAddressEnumerator unsafely modifies cache in GNetworkAddress
3184  - #1774 Leaks in gsocketclient.c connection code
3185  - #1776 glib/date test fails
3186  - #1780 GDB pretty-printer for GHashTable no longer works
3187  - #1782 Error in documentation for cross-compile.
3188  - #1784 MacOS adds a -psn_X_XXXXXX parameter to the command line
3189  - !474 Add g_autoqueue
3190  - !476 Add pre-allocated link helpers for GList and GQueue
3191  - !556 gtestutils: Make --tap compatible with -p and --GTestSkipCount
3192  - !732 gsocket: Clarify in docs that `flags` arguments can be platform specific
3193  - !766 W32: swap special g_get_prgname() for platform_get_argv0()
3194  - !774 Only build tests if certain conditions are met.
3195  - !780 Add copyright and licensing terms to test report generator
3196  - !781 gnetworkmonitornm: Fix network available detection
3197  - !782 build: Fix check for RTLD_NEXT
3198  - !785 Remove monitor test
3199  - !787 build: Remove */.gitignore files
3200  - !791 glib/gconstructor.h: Include stdlib.h for MSVC builds
3201  - !792 general: Remove a few unhelpful references to ‘master’
3202  - !795 gdesktopappinfo: Add support for MATE and Xfce4 terminals
3203  - !802 gio: tests, don't check for libdl on OpenBSD
3204  - !806 Get to 100% coverage on GQueue tests
3205  - !808 Update the Docker images used for CI
3206  - !809 Modified version of !784 — Adding tests cases for a better coverage of glib/tests/strfuncs.c
3207  - !813 gappinfo: Add precondition checks to GAppLaunchContext env methods
3208  - !814 gschema.dtd: Add target attribute to alias
3209  - !819 Clear signal handler
3210  - !820 ci: Keep JUnit report script working on Debian stable
3211  - !821 Various minor cleanups to autoptrs
3212  - !822 glib: Update Unicode Character Database to version 12.1.0
3213  - !825 Add autoptr support for GRWLock
3214  - !831 build: (Long time after) post-release version bump
3215  - !835 Fix typo in German translation
3216  - !836 Document the best practices for binding GInitiallyUnowned
3217  - !862 build: define G_OS_UNIX, not G_OS_WIN32 under cygwin
3218
3219 * Translation updates:
3220  - Basque
3221  - Catalan
3222  - German
3223  - Indonesian
3224  - Spanish
3225
3226
3227 Overview of changes in GLib 2.61.0
3228 ==================================
3229
3230 * Changes to `iconv` configure options, including the default iconv
3231   implementation on macOS — distributors may need to check their configure
3232   scripts (#1557)
3233
3234 * Build fixes when building GLib with `G_DISABLE_ASSERT` defined (#1708)
3235
3236 * Fix documentation for `gdbus-tool wait` to use correct units (#1737)
3237
3238 * Improvements to symlink handling on Windows (!269)
3239
3240 * Add exception handling for crashes on Windows (!582)
3241
3242 * Set `G_WITH_CYGWIN` again when GLib is built on Cygwin (this was a regression
3243   from the autotools build) (!736)
3244
3245 * Use `GCocoaNotificationBackend` by default on macOS, rather than
3246   `GGtkNotificationBackend` (!745)
3247
3248 * Use Windows symbol visibility when GLib is built on Cygwin, as PE binaries
3249   are subject to W32 visibility mechanics — this affects the definition of
3250   `_GLIB_EXTERN` (!752)
3251
3252 * Add coloured output support to `gdbus introspect` (!761)
3253
3254 * Bugs fixed:
3255  - #682 docs: advise not to use non-literal strings as qdata keys
3256  - #1177 gparted crashes due to g_quark_from_static_string used in global initialization
3257  - #1258 the buffer written to by g_input_stream_read is not marked as an out parameter
3258  - #1557 By default glib tries to use libc instead of native iconv on OSX
3259  - #1566 Meld Windows shows error on startup "There was a problem starting c:\Program"
3260  - #1614 GIO tests fail on FreeBSD CI with: Unexpected error from C library during 'pthread_mutex_lock': Invalid argument
3261  - #1708 Building GLib with G_DISABLE_ASSERT fails
3262  - #1709 GResource generation test incompatible with stable LLVM on Linux
3263  - #1710 Crash in g_cancellable_cancel
3264  - #1712 gdbus-proxy test is flaky
3265  - #1724 unconditional check in fuzzing/meson.build
3266  - #1725 gosxappinfo.h is not installed on macOS
3267  - #1727 Cannot use trash folder with an NFS mount using automount / autofs
3268  - #1728 GSocket does not support ENOTSOCK
3269  - #1732 Win32: lookup_by_name_async segfaults for not available domains
3270  - #1737 gdbus-tool wait command timeout argument incorrect unit reference
3271  - !67 glib: update internal gnulib from upstream
3272  - !269 Win32 symlink code refactoring
3273  - !493 tests: Check that cancelling g_file_replace don't overwrite existing file
3274  - !582 Basic W32 exception handling for glib
3275  - !680 Fix warnings glib
3276  - !690 Fix thread safety issues
3277  - !694 gvariant-parser: Fix pattern coalesce of M and *
3278  - !706 Fix data races in task test and gmenumodel test
3279  - !709 Bump release version for 2.62 series
3280  - !710 socket: Fix annotation for flags in g_socket_receive_message
3281  - !712 gwin32: Fix comment for g_win32_veh_handler
3282  - !716 Various minor documentation fixes
3283  - !717 Improve formatting of GCC attribute documentation
3284  - !718 GSocketClient - Free last error if a connection attempt fails and on retry the...
3285  - !719 Handle an UNKNOWN NetworkManager connectivity as NONE
3286  - !721 codegen: Fix use of uninitialised variable
3287  - !723 Provide examples for GNUC attribute macros
3288  - !724 meson: do a build-time check for strlcpy before attempting runtime check
3289  - !728 gsocket: Remove (type) annotation from flags arguments
3290  - !730 Improve gdbus-address parsing tests
3291  - !735 docs: Use the right g_autoptr function when using an auxiliary function
3292  - !736 Set G_WITH_CYGWIN again
3293  - !737 gresolver: Don’t use gai_strerror() on Windows, as it isn’t threadsafe
3294  - !741 Fix use-after-free triggered by gnome-session-binary
3295  - !745 gcocoanotificationbackend: give more priority than the gtk one
3296  - !749 gio: Add missing autocleanup definition for GSettingsSchema{Key,Source}
3297  - !750 Check for RTLD_NEXT
3298  - !752 Use W32 visibility for Cygwin
3299  - !754 Check for /proc/self/cmdline
3300  - !757 Fix gnulib build on older Visual Studio builds
3301  - !760 Properly ensure the cocoa notification backend type
3302  - !761 RFC: gdbus-tool: Add --color option for introspect
3303  - !762 gutils: Add (nullable) annotation to g_get_prgname()
3304  - !765 gslice: Use a convenience macro
3305  - !769 ci: Generate a cover report for the test suite
3306  - !772 tests: Check that option-argv0 test succeeds on Linux
3307  - !776 tests: Only run --external-data test on GNU ld/objcopy
3308  - !779 Fix 2.62 documentation symbols
3309
3310 * Translation updates:
3311  - Dutch
3312
3313
3314 Overview of changes in GLib 2.60.0
3315 ==================================
3316
3317 * Further fixes to the Happy Eyeballs (RFC 8305) implementation (#1653, #1679, #1693)
3318
3319 * Add support for the XDG trash portal (#1676, !276)
3320
3321 * Bugs fixed:
3322  - #1653 gsocketclient-slow test is flaky
3323  - #1658 keyfile settings backend: Consider tightening permissions
3324  - #1668 Fill in CODE-OWNERS file
3325  - #1675 glib-compile-resources: c_name generation issue
3326  - #1676 Trash portal tries to open files as read-only but D-Bus API documents against that
3327  - #1679 socket-service test is flaky
3328  - #1693 Happy Eyeballs failure in gsocketclient-slow test
3329  - #1697 gthreadresolver: do_lookup_records does res_ninit with an uninitialized state
3330  - #1698 g_base64_encode(NULL, 0) causes critical warnings
3331  - !276 Support the trash portal
3332  - !639 gvariant-parser: Fix error handling when type coalescing fails
3333  - !666 Socket fixes to W32 test suite
3334  - !674 Update gvdb submodule
3335  - !676 Initialize a variable
3336  - !677 gerror: Add a missing precondition assertion in documentation
3337  - !686 gio: Also support modules built with MSVC
3338  - !688 gsocketclient: Fix critical on cancellation
3339  - !689 glib-compile-resources: Fix a minor leak
3340  - !691 gtask: Separate GTask fields memory locations to avoid data races
3341  - !692 glib.supp: Add more variations of existing suppressions
3342  - !696 Move closures refcount test to gobject/tests/
3343  - !698 gthreadedresolver: Remove unused thread pool
3344  - !699 tests: Fix closure-refcount to preserve old semantics
3345  - !702 Rename gobjectenumtypes.[ch] to glib-enumtypes.[ch]
3346  - !703 Clean up gmarshal.[ch]
3347
3348 * Translation updates:
3349  - Catalan
3350  - Czech
3351  - French
3352  - Friulian
3353  - German
3354  - Italian
3355  - Korean
3356  - Romanian
3357  - Serbian
3358
3359
3360 Overview of changes in GLib 2.59.3
3361 ==================================
3362
3363 * Fix support for g_get_user_special_dir() on macOS, including support for the Downloads directory (#1048)
3364
3365 * Ensure that cancelling a GTask cannot cause its callback to be called synchronously (in the same call chain as the original *_async() call) (#1608)
3366
3367 * Further fixes to the Happy Eyeballs (RFC 8305) implementation (#1644, #1680)
3368
3369 * Various fixes for installation of installed tests (thanks to Iain Lane) (!649, !651)
3370
3371 * Various fixes for tests when run on Windows (thanks to LRN) (!665, !667)
3372
3373 * Bugs fixed:
3374  - #535 gmacros: Try to use the standard __func__ first in G_STRFUNC
3375  - #875 gio-gvfs on Windows: Don't mishandle other non-native URIs in gwinhttpvfs.c
3376  - #1048 "Desktop" shortcut appears twice in file chooser sidebar on OSX
3377  - #1608 Cancellation might not be asynchronous under certain circumstances
3378  - #1644 network-address test failure in CI: IPv6 Broken (g-io-error-quark, 24)
3379  - #1680 Regression: g_socket_client_connect_to_host_async() sometimes gets "Connection refused" when connecting to localhost
3380  - #1686 gdbus-peer test is sometimes timing out
3381  - !613 Use win32 io channel on windows for the protocol test
3382  - !634 Win32: gio/gsocket.c: Set WSAEWOULDBLOCK on G_POLLABLE_RETURN_WOULD_BLOCK
3383  - !638 gvariant-parser: Fix parsing of G_MININT* values in GVariant text format
3384  - !640 tests: Tag socket-service test as ‘flaky’
3385  - !641 Minor typo fixes to GSpawn documentation
3386  - !645 gsocketlistener: Fix multiple returns of GTask when accepting sockets
3387  - !647 gsocketclient: Ensure task is always returned on cancel
3388  - !648 gio/tests/task: Run the worker indefinitely until it's cancelled
3389  - !649 gio tests: Install test1.overlay file when building installed tests
3390  - !650 gstring: fully document semantics of @len for g_string_insert_len
3391  - !651 tests: Install the slow-connect-preload.so library and use it
3392  - !667 GSubprocess fixes for W32 test suite
3393  - !668 tests: Mark gdbus-peer test as flaky
3394  - !669 GWin32VolumeMonitor: Sort the volumes correctly
3395  - !670 gpollableoutputstream: Fix the description of the interface
3396  - !672 Fix some tests when running as root
3397
3398 * Translation updates:
3399  - Catalan
3400  - Danish
3401  - French
3402  - Indonesian
3403  - Kazakh
3404  - Portuguese (Brazil)
3405  - Slovenian
3406  - Turkish
3407
3408
3409 Overview of changes in GLib 2.59.2
3410 ==================================
3411
3412 * Fix check on GDBusMessage size when reading it. (#1642)
3413
3414 * Add async GIO API: g_file_query_default_handler_async(), g_app_info_launch_uris_async() (#1249, #1347)
3415
3416 * Fix some bugs in the Happy Eyeballs implementation. (#1646, #1649)
3417
3418 * Install a new generated header with enum types for Unicode enums. (!481)
3419
3420 * Support the XDG trash portal. (!276)
3421
3422 * Bugs fixed:
3423  - #1224 TSAN patches
3424  - #1249 xdg-open/gnome-open doesn't work if service isn't started
3425  - #1347 g_app_info_launch_default_for_uri_async  is not really async
3426  - #1376 gmarkup: Optimize g_markup_escape_text()
3427  - #1642 minor mismatch between error and code in g_dbus_message_bytes_needed
3428  - #1646 Criticals in g_socket_client_enumerator_callback()
3429  - #1649 Critical in g_socket_client_connected_callback
3430  - #1673 G_MININT constants broken in g-i
3431  - !276 Support the trash portal
3432  - !481 Define enum types for Unicode enums
3433  - !585 gio: do not pass O_PATH file descriptors to portal APIs
3434  - !593 Don't fail trash test if ~/.local doesn't exist or mount points can't be determined (master)
3435  - !609 Make `g_app_info_launch_uris_async()` really asynchronous
3436  - !619 gvariant: Fix a mistake in docs
3437  - !622 Fixing warnings
3438  - !626 gdbus: Avoid printing null strings
3439  - !627 gsocketclient: Fix criticals
3440  - !629 Various memory leak cleanups to GSettings tests (subset)
3441  - !630 docs: Ignore more version macros
3442
3443 * Translation updates:
3444  - Galician
3445  - Hungarian
3446  - Lithuanian
3447  - Polish
3448  - Spanish
3449
3450
3451 Overview of changes in GLib 2.59.1
3452 ==================================
3453
3454 * Autotools support is gone. (!580)
3455
3456 * g_format_size() now uses a no-break space to separate digits and units;
3457   translations will need to be updated accordingly. (#1625)
3458
3459 * New g_queue_clear_full() API. (#1464)
3460
3461 * Fix argument quoting on win32 when spawning subprocesses. (!419)
3462
3463 * Allow polling more than 64 handles on win32 using g_poll(). (#1071)
3464
3465 * Tag various tests as ‘flaky’. These are no longer run routinely on our
3466   upstream CI machines, and downstream packagers may want to not run them (or
3467   not treat those test failures as package build failures) on their test
3468   machines either. They are in the `flaky` test suite. (!579)
3469
3470 * Add overlay support to g_resources_get_info(). (#1445)
3471
3472 * Support defaults and locks in the keyfile GSettings backend. This will be
3473   used for flatpaks. (!450)
3474
3475 * Accept unquoted strings in the keyfile GSettings backend to simplify things
3476   for sysadmins. (!603)
3477
3478 * Update our contribution guidelines (`CONTRIBUTING.md`). (!590)
3479
3480 * Add writev() and writev_all() APIs to GOutputStream and GPollableOutputStream,
3481   and provide implementations of them for many subclasses. (#1431)
3482
3483 * Bugs fixed:
3484  - #424 Add 'proxy' debugging support
3485  - #1055 Provide alignment macros
3486  - #1071 Eliminate MAXIMUM_WAIT_OBJECTS limitation in g_poll() on Windows
3487  - #1445 g_resources_get_info doesn't respect resource overlays
3488  - #1464 Add g_queue_clear_full() API
3489  - #1500 GListStore needs double checking on some warnings
3490  - #1623 xdg-open: file with colon results in “The specified location is not supported”
3491  - #1625 Unbreakable space needed when showing size of folder/file
3492  - #1636 GTask getters don’t return TRUE/FALSE after bitfield changes
3493  - #1637 EXCEPTION_ACCESS_VIOLATION in g_clear_pointer
3494  - #1639 GListStore implementation of g_list_model_get_item() returns wrong results on integer overflow
3495  - #1655 gvariant-parser warnings
3496  - #1663 G_MININT32 triggers compiler warning C4146 with Visual C++
3497  - #1666 `G_DEFINE_DYNAMIC_TYPE_EXTENDED` causes warnings with -Wcast-function-type
3498  - !319 giomodule: Print the type of each default GIO module
3499  - !333 Add writev() API to GOutputStream and GPollableOutputStream
3500  - !419 gspawn, win32: qouted args - escape end backslash
3501  - !450 Settings portal
3502  - !512 gtype: Clarify type of GInterfaceInitFunc
3503  - !516 gthread: Add g_private_set_alloc0() convenience API
3504  - !535 win32 gpoll: overcome the 64 handles limit
3505  - !545 goption: Fix an annotation on g_option_context_parse_strv()
3506  - !560 docs: Fix dconf GSETTINGS_BACKEND name in gio overview
3507  - !564 gtype: Document type for iface_default_init() function
3508  - !568 Add separate definitions of g_assert_[non]null() for C++
3509  - !571 docs: Add note on how to check a gboolean condition
3510  - !575 gio: Update bad cert error in accept-certificate and GTlsError docs
3511  - !579 Temporarily disable flaky tests
3512  - !580 Drop autotools support
3513  - !583 gmacros: MSVC supports the noreturn function attribute
3514  - !587 Remove unused .pc.in files
3515  - !588 MSVC: Move dirent implementation to glib/dirent/
3516  - !590 Update contribution documentation
3517  - !591 gfileinfo: Fix annotation for g_file_info_set_attribute_stringv
3518  - !592 Remove leftover build/ directory
3519  - !595 gtestutils: pass open file descriptors to subprocess
3520  - !597 tests: Tag gsocketclient-slow test as ‘flaky’
3521  - !598 gdbus-proxy test fails with GLib-GIO:ERROR:glib/gio/tests/gdbus-proxy.c:832:fail_test: code should not be reached
3522  - !599 gdtlsconnection: do not return on a void method
3523  - !601 gio: Support "help" in extension point env vars
3524  - !602 Update POTFILES.in
3525  - !603 keyfile settings: Accept unquoted strings
3526  - !608 build: Add -Wno-pedantic flag to compiler arguments
3527  - !611 gnetworkaddress: fix use-after-free for network address
3528  - !612 gdir: shutup a warning when building with msvc
3529  - !615 Fix a couple of wrong compiler warnings
3530
3531 * Translation updates:
3532  - Spanish
3533  - Swedish
3534
3535
3536 Overview of changes in GLib 2.59.0
3537 ==================================
3538
3539 * This will be the last development release with autotools support. As our
3540   Meson support has been around since 2.56.x, and was used to release tarballs
3541   in 2.58.x, the next development release (2.59.1) will drop autotools as used
3542   to build GLib. The macros installed for other packages to use will remain.
3543
3544 * Add `G_TEST_OPTION_ISOLATE_DIRS` to redirect `XDG_*_HOME` to a temporary
3545   directory for each unit test. (#538)
3546
3547 * Support `Property.EmitsChangedSignal` annotations in `gdbus-codegen`. (#542)
3548
3549 * Add `g_assert_cmpvariant()` API for unit tests. (#1191)
3550
3551 * Hide bind mounts from GIO mount listings. (#1271)
3552
3553 * Automatically realign data passed to `g_variant_new_from_bytes()` or
3554   `g_variant_new_from_data()` if it is not correctly aligned. This prevents
3555   misaligned accesses on architectures which don’t support them. Callers should
3556   still aim to correctly align data to get higher performance. (#1342)
3557
3558 * Support `ld -b binary` (on platforms which support it; i.e. Linux) to provide
3559   large pre-compiled `GResource` resources with a fast compilation time. (#1489)
3560
3561 * Unconditionally install GLib m4 macros, so that projects which depend on GLib
3562   and which still build using autotools can continue to build even once GLib has
3563   ported entirely to Meson. (#1520)
3564
3565 * Various fixes to the Meson build.
3566
3567 * Drop Python 2 support and require Python 3.4+. See discussion on
3568   https://mail.gnome.org/archives/desktop-devel-list/2018-July/msg00004.html.
3569   (!196)
3570
3571 * `GHashTable` performance and memory improvements for common cases. See
3572   https://hpjansson.org/blag/2018/07/24/a-hash-table-re-hash/. (!208)
3573
3574 * Add flags that allow a `GApplication` to signal and replace a currently
3575   running other instance of the same `GApplication`. This will be used for app
3576   upgrades with flatpak. (!250)
3577
3578 * Autostart xdg-desktop-portal when using the network monitor and proxy monitor
3579   portal backends. (!317)
3580
3581 * Add a g_task_set_name() API to allow `GTask`s to be described; useful for
3582   debugging. (!384)
3583
3584 * Enable FreeBSD CI on every commit for upstream GLib. (!387)
3585
3586 * Various GVariant, GMarkup and GDBus fuzzing fixes, including buffer overflow
3587   fixes. (!411)
3588
3589 * Various fixes to eliminate thread races, found by thread sanitizer (tsan).
3590
3591 * Deprecate TLS/DTLS rehandshaking, as it has been removed from the protocol in
3592   TLS 1.3. (!478)
3593
3594 * Support reading arguments from a file with `glib-mkenums`, which is useful
3595   for long argument lists due to having deeply nested build directories, on
3596   systems with a low limit on the command line length. (!489)
3597
3598 * Make `g_environ_*()` case-insensitive on Windows, as the environment itself
3599   is case-insensitive on Windows. (!500)
3600
3601 * Add Application Layer Protocol Negotiation (ALPN) support to `GTlsConnection`
3602   and `GDtlsConnection`, so that higher layer protocols can be negotiated when
3603   setting up a TLS connection, without additional round trips and latency. This
3604   is needed for eventual HTTP/2 support. (!520)
3605
3606 * Add support for TPM keys in PEM files when loading TLS certificates. (!522)
3607
3608 * Add a `GRecMutexLocker` auto-pointer wrapper for `GRecMutex`. (!528)
3609
3610 * Bugs fixed:
3611  - #107 The "g_key_file_get_comment" interface returns comment with unexpected new line symbol at the end
3612  - #179 g_object_unref assert in debug code
3613  - #277 'destroy_data' in g_cclosure_new is registered as finalize notifier instread invalidate.
3614  - #538 Add helpers to redirect XDG_*_HOME to a temp dir for unit tests
3615  - #542 gdbus-codegen does not honor "Property.EmitsChangedSignal" annotations
3616  - #656 check for -Werror=format-security broken
3617  - #734 Provide a way to instantiate a GDBusProxy-derived class from a GDBusConnection and a object path without blocking
3618  - #827 gmain: Clarify that g_source_set_callback() is safe on attached sources
3619  - #1055 Provide alignment macros
3620  - #1119 GVolumeMonitor: Results don't reflect current state but state when application was launched
3621  - #1191 add g_assert_equal_variants
3622  - #1261 Add option to leave <default> in gschema empty
3623  - #1271 fstab binds appear as mounts (x-gvfs-hide is being ignored)
3624  - #1310 gdbusproxy: make g-name-owner property useful with unique names
3625  - #1313 Meson: Rework the config.h generation
3626  - #1342 Automatically realign data passed to g_variant_new_from_bytes() or g_variant_new_from_data()
3627  - #1343 g_date_set_parse: Parses "September" in Polish incorrectly
3628  - #1362 Incorrect documentation about GSettings child add/remove notifications
3629  - #1452 GFileInfo: unable to retrieve correct modification time of links and mounted volumes on Windows
3630  - #1471 Incorporate oss-fuzz fuzz targets into GLib
3631  - #1489 Use `ld -b binary` to speed up GResource generation for linking
3632  - #1498 distcheck fails in distclean
3633  - #1506 error: redefinition of typedef 'GKqueueFileMonitor'
3634  - #1509 test_timeval_to_iso8601_overflow: 'out' should be NULL
3635  - #1513 GIcon regression?
3636  - #1514 gio/appinfo test sometimes fails in CI
3637  - #1518 /network-monitor/create-in-thread fails in (LXC) containers on glib-2-56
3638  - #1520 Change conditions for installing m4 macros
3639  - #1522 Trash not working on NTFS folder accessed from symlink
3640  - #1523 GIO NetworkMonitor doesn't reflect the current network state
3641  - #1525 GTask allows (buggy) application code to cause callback to be called twice, without warning
3642  - #1527 Meson doesn't install data for installed-tests
3643  - #1528 Meson tests are hard to debug in an autobuilder environment
3644  - #1530 tests/mainloop-test appears to be flaky
3645  - #1535 meson: installed-test metadata not run in TAP mode
3646  - #1536 meson: spurious dependencies on convenience libraries in .pc files
3647  - #1537 meson: absolute paths to ${builddir} included in gtk-doc HTML
3648  - #1538 meson: G_HAVE_GROWING_STACK defined differently
3649  - #1539 meson: Some files are unnecessarily installed executable
3650  - #1541 meson: timeloop-closure test not installed
3651  - #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
3652  - #1544 meson: gtester-report #! not replaced with ${PYTHON}
3653  - #1546 Cross-compilation fails in 2.58
3654  - #1556 build: Too long file path issue with meson on Windows
3655  - #1562 GDate test suite fails with latest glibc
3656  - #1570 ghash.c:694:27: left shift of 1 by 31 places cannot be represented in type 'int'
3657  - #1572 Flags validation fails
3658  - #1575 g_date_time_format() should have format attribute
3659  - #1576 Fails to build with Meson on Debian armel (armv5te EABI softfloat little-endian)
3660  - #1580 glib-compile-resources using strings breaks building e.g. GTK+ on MS Visual C, which limits strings to 65535 chars
3661  - #1581 Memory used for reference counted data might be misaligned.
3662  - #1588 Moving a bookmark item to the same URI causes a crash
3663  - #1589 g_log_writer_is_journald memoizes a single result, even though it accepts a parameter
3664  - #1590 tests: g-file-info-filesystem-readonly fails if run more than once with fuse & bindfs installed
3665  - #1594 Return value of g_dbus_connection_get_unique_name not annotated as nullable
3666  - #1600 g_timeout_source_new_seconds overflows when given interval > (G_MAXUINT / 1000)
3667  - #1601 appinfo test fix is defective
3668  - #1605 g_date_time_format fails when used with non ASCII format string on POSIX locale
3669  - #1615 gdbus-codegen not generating nullable annotation
3670  - !196 [RFC] build: Drop Python 2 support and require Python 3.4+
3671  - !200 Add a new GTlsError to indicate protocol downgrade attacks
3672  - !208 GHashTable improvements
3673  - !219 glocalfilemonitor: Fallback to poll file monitor for NFS
3674  - !238 W32 GFileInfo improvements
3675  - !250 Application replace
3676  - !264 glib-compile-resources: encode data as string
3677  - !268 build: simplify alloca checks. See #1313
3678  - !272 dtrace: Add missing const attributes to types in glib_probes.d
3679  - !273 gtlsbackend: add support for setting the default TLS database
3680  - !277 Use "command -v" instead of "which"
3681  - !282 meson: Add macOS libtool versioning for ABI compatibility
3682  - !286 gspawn: Fix build on systems without O_CLOEXEC
3683  - !287 glib-compile-resources: Fix generated code compiling with C++ compilers
3684  - !289 tests: Add more tests to finish branch coverage of GHashTable
3685  - !290 build: fix installation dir of glib-gettextize
3686  - !292 Remove all ChangeLog files
3687  - !293 Document new volume class `loop`
3688  - !294 portal network monitor: Always emit changed signal on changed
3689  - !295 meson: fix typo
3690  - !296 Add G_GNUC_FALLTHROUGH for __attribute__(fallthrough))
3691  - !297 build: Drop AC_C_CONST from configure.ac
3692  - !302 Document that GTimeVal is subject to the year 2038 problem on 32-bit systems
3693  - !303 liststore: Simplify code
3694  - !304 Add more GListStore/GListModel tests
3695  - !309 codegen: Change pointer casting to remove type-punning warnings
3696  - !312 Enable GIO tests on Windows
3697  - !316 gdbus: Improve error when well-known name is unowned
3698  - !317 Autostart xdg-desktop-portal if needed
3699  - !322 gnetworkmonitornm: Set a GError properly on an error handling path
3700  - !332 gmarkup: Make the documentation even more explicit about untrusted input
3701  - !334 gio: automake: Add libgmodule dependency
3702  - !338 gcharset: fix leaking g_get_language_names_with_category
3703  - !339 Add g_desktop_app_info_get_string_list(); fix g_key_file_free()
3704  - !340 tests: Mark two more tests as slow
3705  - !345 Fix build failure on systems without POSIX spawn
3706  - !347 Use Meson 0.48.0 for CI
3707  - !348 Documentation tweaks for g_array_free
3708  - !353 Meson: Do not run tests/refcount with --tap
3709  - !354 Fix spelling mistakes detected by Debian's Lintian tool
3710  - !358 Autotools: Move libmount from Libs.private to Requires.private
3711  - !360 CI: Test static build on installed glib
3712  - !363 Tests: Mark printf wrappers with G_GNUC_PRINTF
3713  - !364 ci: Enable FreeBSD CI
3714  - !366 gunixmounts: Mark mounts as system internal instead of filtering out
3715  - !372 gmacros: Fix G_[UN]LIKELY to not mask -Wparentheses
3716  - !374 gthreadpool: Include prgname in thread name
3717  - !375 m4macros: Allow information from pkg-config to be overridden
3718  - !376 gthread: Clarify priority handling in GRWLock
3719  - !379 Ignore g_return_*if_fail() branches in lcov coverage report
3720  - !381 Add UTF-8 communication tests for GSubprocess
3721  - !384 gtask: Add a g_task_set_name() method
3722  - !387 ci: Enable FreeBSD CI in the official repository
3723  - !396 m4: Fix AM_PATH_GLIB_2_0 macro
3724  - !400 grefcount: add missing gatomic.h
3725  - !403 build-sys: Pass CFLAGS to $(DTRACE)
3726  - !405 ci/msys2: fix path to the lcov config file
3727  - !406 meson: Mark 1bit-emufutex test as slow
3728  - !407 meson: Increase test timeouts
3729  - !410 gfileutils: Add examples to g_path_get_dirname() documentation
3730  - !411 Various GVariant, GMarkup and GDBus fuzzing fixes
3731  - !412 Enable compile time check of g_date_time_format() format
3732  - !413 Add support for g_auto(s)list to G_DECLARE'd types
3733  - !414 gio, tests: ensure objectmanager sources are generated
3734  - !415 gseekable: fix 'attmepting' typo
3735  - !416 gdbus-peer: Make sure to not include objectmanager-gen.c source
3736  - !417 Fix ^*ay handling in g_variant_iter_loop()
3737  - !418 Meson: Cleanup a FIXME now that we have dict addition
3738  - !420 gdbus-codegen: add autocleanup for FooObject
3739  - !422 GMarkup buffer overflow fixes for error handling, round 2
3740  - !423 gutils: Check whether getauxval function exists
3741  - !424 ci: Fix Docker image version
3742  - !425 gdate: Reinitialize using_twodigit_years and locale_era_adjust.
3743  - !435 gdatetime: Fix formatting of time zones offsets in range -01:00 to +00:00
3744  - !436 valgrind: Add glib_init()-related suppressions
3745  - !440 Fix minor memory leaks in tests
3746  - !443 tests: Avoid multithreaded use of g_test_rand_int_range
3747  - !444 gvarianttypeinfo: Consistently use atomics to access ref_count
3748  - !446 gmain: Fix data races in GUnixSignalWatchSource and GChildWatchSource
3749  - !451 closures test: Avoid timeout on ARM64 CPUs
3750  - !452 Atomic reference count in GVariant, ContainerInfo and GDBus introspection
3751  - !453 tests: Fix some data races in tests
3752  - !454 gdbusproxy: make g-name-owner property useful with unique names
3753  - !458 glib-compile-resources: Fix size allocation for compressed streams
3754  - !460 gatomicrefcount: Make g_atomic_ref_count_init non-atomic
3755  - !461 Meson: Fix build error in gdbus-example-objectmanager
3756  - !462 meson: add aarch64 memory barrier handling
3757  - !463 gio, tests: fix leak of dbus connection.
3758  - !467 Update documentation of g_tls_connection_handshake() again
3759  - !469 docs: add index of new symbols for gio > 2.52
3760  - !470 docs: Clarify return/error behaviour of D-Bus signal subscriptions
3761  - !472 gdbusmessage: Gracefully handle message signatures with invalid types
3762  - !477 gthread: Remove unsynchronized access to g_once_init_list from assertion
3763  - !478 Deprecate TLS rehandshaking
3764  - !480 docs: add a missing semicolon
3765  - !482 Check for 'z' library before fallbacking to subproject
3766  - !483 meson: Turn selinux into a meson feature and make it auto by default
3767  - !484 Meson: Add 'nls' option to disable translation
3768  - !485 gdbus-codegen: Tag interfaces and properties so annotated with G_PARAM_DEPRECATED
3769  - !486 Check for zlib header
3770  - !489 glib-mkenums: Support reading @rspfiles for arguments
3771  - !490 gspawn: Fix g_spawn deadlock in a multi-threaded program on Linux
3772  - !491 Meson: Add missing include_directories when using glib as subproject
3773  - !492 g_value_get_variant: return value is transfer-none not transfer-full
3774  - !494 Resolve "Follow-up from "gunixmounts: Stop considering cifs/nfs as system file systems""
3775  - !500 genviron: make g_environ_* case-insensitive on Windows
3776  - !504 tests: Unset LANGUAGE when running gdatetime tests
3777  - !505 Support isolating directories for unit tests
3778  - !508 ci: Install additional locales used during tests
3779  - !510 Add new Linux Testing project version number to configure script
3780  - !511 gvariant: Fix error handling for parsing Unicode escapes
3781  - !514 fix gdbus-codegen --interface-info-{header,body}
3782  - !515 binding: Clarify the use of g_object_unref() to remove a binding
3783  - !517 Meson: Fix deprecation warning with upcoming 0.49.0 release
3784  - !518 Meson: Fix declare_dependency() calls
3785  - !520 GTlsConnection: add ALPN support
3786  - !521 tests: Rename macro to avoid conflict with encoding prefix
3787  - !522 gtlscertificate: Add support for TPM keys in PEM files
3788  - !524 gdatetime: Fix typo in the comment
3789  - !528 Add GRecMutexLocker
3790  - !530 tests: Minor improvements to mkenums.py and taptestrunner.py used by it
3791  - !534 gtlscertificate: Fix bug in PEM private key parser
3792  - !536 Various minor docs fixes
3793  - !541 gtimezone: Fallback to /etc/timezone on Gentoo
3794  - !546 spawn: add shebang line to script
3795  - !547 Do not check for NULL when calling free()
3796  - !549 Improve documentation of g_assert_error()
3797  - !551 Revert "tests: Fix GOptionContext leak in GSubprocess tests"
3798  - !554 Only subscribe to owner-changed signals on message bus connections
3799  - !555 Suppress -Wint-in-bool-context warning with G_DEFINE_INTERFACE and g++
3800
3801 * Translation updates:
3802  - Brazilian Portuguese
3803  - Czech
3804  - Danish
3805  - Greek
3806  - Hungarian
3807  - Lithuanian
3808  - Norwegian bokmål
3809  - Polish
3810  - Slovak
3811  - Slovenian
3812  - Spanish
3813  - Swedish
3814  - Turkish
3815
3816
3817 Overview of changes in GLib 2.58.0
3818 ==================================
3819
3820 * Tarball built with `ninja dist`, so if you want to build this release with
3821   autotools (which is supported), you will need to re-run autogen.sh. This
3822   release, and all micro releases in the 2.58.x series, support being built
3823   with Meson or autotools. See:
3824   https://mail.gnome.org/archives/gtk-devel-list/2018-June/msg00012.html
3825
3826 * Fix cancellation of g_subprocess_communicate_async() calls. See !266.
3827
3828 * Drop support for the __int64 type, which further breaks compilation on old
3829   MSVC versions (before VS2013). See #1313.
3830
3831 * Expose GSettings schema directory in gio-2.0.pc as `schemasdir`. See !274.
3832
3833 * Support v3 of the xdg-desktop-portal network monitor API. See !265, !279.
3834
3835 * Fix G_MODULE_SUFFIX on macOS when GLib is built with Meson — it should be `so`
3836   rather than `dylib`. Projects that use Meson and the `g_module_build_path()`
3837   API such as glib-networking should pass `name_suffix:` to `shared_module()` to
3838   ensure that plugins continue to be called libfoo.so on macOS. See !280.
3839
3840 Bugs fixed:
3841  !280 meson: Always set G_MODULE_SUFFIX to `so` on macOS
3842  !266 subprocess: Fix communicate_cancelled signature
3843  !279 Revert "Add a gnet utility" (see !265)
3844  !265 Network monitor again
3845  !274 gio: Provide schemas directory information in pkg-config file
3846  !239 gvariant: Fix more bounds checking in GVariant text format parser
3847  !195 garray: add overflow checks before expanding array
3848  #1497 g_strdup_printf warns on invalid format specifier with G_GUINT64_FORMAT on Win32
3849  !270 autotools: remove support for the __int64 type. See #1313
3850  !267 ci: Add an autotools job
3851
3852 * Translation updates:
3853  Czech
3854  Galician
3855  Indonesian
3856  Italian
3857  Kazakh
3858  Korean
3859  Turkish
3860
3861
3862 Overview of changes in GLib 2.57.3
3863 ==================================
3864
3865 * G_GNUC_MALLOC’s definition has been tightened up to match an updated
3866   definition from GCC. Many uses of G_GNUC_MALLOC which were previously
3867   appropriate may cause miscompilation with newer GCC versions. Check your uses
3868   of it against the updated documentation. See #1465.
3869
3870 * Many minor documentation fixes.
3871
3872 * Fix for gint64 and int64_t compatibility on macOS and BSD. See #972.
3873
3874 * Fix free space metadata on some file systems (notably FAT). See #328.
3875
3876 * Support installed-tests with our Meson build system. See #1444.
3877
3878 * Forbid @filename@/@basename@ in glib-mkenums templates, which is a change to
3879   its long-standing behaviour (which was long-standing nonsensical). See !241.
3880
3881 * Various stat() fixes on Windows. See #1452, #1476.
3882
3883 * MinGW-w64 ABI warning: In case you build 64 bit glib without LFS support by
3884   passing --disable-largefile (not the default) and use GStatBuf, you need to
3885   rebuild your application as the size of GStatBuf has changed for this case.
3886   See #1476.
3887
3888 * Improve TAP compatibility of g_test_incomplete(). See #1474.
3889
3890 * Change fallback preferences when loading icons. See !72.
3891
3892 Bugs fixed:
3893  !263 build: Clean files left behind after gio/tests/gresource.c test
3894  !262 gmem: Only evaluate pointer argument to g_clear_pointer() once
3895  #1465 Many uses of G_GNUC_MALLOC are incorrect
3896  #1448 g_error does not abort() as documented
3897  #1494 g_clear_pointer may not use the correct calling convention with its callback
3898  #972 Mismatch between gint64 and int64_t on 64-bit macOS/BSD
3899  !251 gtestdbus: Fix watcher crash on FreeBSD
3900  #1492 gcc-8: -Wcast-function-type: new warnings for g_list_copy_deep()
3901  !252 tests: fix gnotification tests broken due to the recent icon name fallback changes
3902  #328 filesystem::{free,size,used} not set for full FAT fs
3903  !248 network monitor portal: update properties initially
3904  #1373 Incorrect transfer annotation for g_binding_unbind.
3905  #1444 the meson build doesn't support installed tests
3906  #1027 Fix trashing on overlayfs
3907  #1454 gvdb does not treat corrupt files as empty as promised; dconf suffers
3908  !243 tests: Explicitly set TZ=UTC for g_time_val_from_iso8601() testing
3909  #1488 ‘O_CLOEXEC’ undeclared (first use in this function)
3910  !241 glib-mkenums: forbid @filename@/@basename@ in fhead and ftail
3911  !240 gtimer: Ensure arithmetic is correctly signed for ISO 8601 parsing
3912  #1452 GFileInfo: unable to retrieve correct modification time of links and mounted volumes on Windows
3913  !234 DOC: Documentation fix in GTask description
3914  #1363 Meson: Review cross compilation properties
3915  !225 gtimer: Add overflow checks to g_time_val_from_iso8601()
3916  !230 gbookmarkfile: Fix some more minor leaks when metadata elements are repeated
3917  !229 Fix up g_bytes_compare() documentation
3918  #1476 g_stat - possbile memory corruption causing SEGFAULT
3919  !199 Update TLS documentation
3920  #1474 g_test_incomplete() makes test_case_run() return FALSE
3921  #1475 glib/tests/atomic.c test_types() trips -Werror=bad-function-cast on Debian armel
3922  #1472 Test for BROKEN_IP_MREQ_SOURCE_STRUCT is broken on Windows / Mingw
3923  !220 date test: Use g_test_skip(), not g_test_incomplete()
3924  #1467 malloc difference causes refstring test to fail on FreeBSD
3925  !230 gbookmarkfile: Fix some more minor leaks when metadata elements are repeated
3926  #1466 Not Able to Build glib 2.57.2 in Mingw-w64 x64 bits
3927  #1433 test_posix_parse: assertion failed (g_time_zone_get_abbreviation (tz, 0) == "UTC"): ("LMT" == "UTC")
3928  #1446 Follow-up from "Document difference between g_assert() and g_assert_*() wrt G_DISABLE_ASSERT"
3929  !206 grefstring: Avoid an unnecessary NUL assignment
3930  #1458 g_volume_get_mount returns NULL value after g_volume_mount_finish is called with no error
3931  !72 gio: icons should fallback to non-preferred style appropriately.
3932
3933 * Translation updates:
3934  Brazilian
3935  Chinese (Taiwan)
3936  French
3937  German
3938  Lithuanian
3939  Polish
3940  Romanian
3941  Turkish
3942
3943
3944 Overview of changes in GLib 2.57.2
3945 ==================================
3946
3947 * Require pcre 8.31
3948 * Require meson 0.47.0
3949
3950 * Bugs fixed:
3951  742456 Add g_steal_pointer() convenience function to mark ownership...
3952  795569 MinGW CI: fix tests
3953  796341 gmem.h: Use typeof() in g_steal_pointer() macro
3954  #1013 Support for per-session overrides
3955  #1360 glib-mkenums breaks if option specified but no nick
3956  #1175 Add names and tags to various GSources and GTasks constructed in GLib
3957  #903 g_main_context_wait() not deprecated in API, but emits a g_critical()...
3958  #786 Fix memory leaks in libgio tests
3959  #927 gio/gresource.c:do_lookup check for terminating "/"
3960  #976 Document difference between g_assert() and g_assert_*()...
3961  #1447 glib 2.57.1: test_month_names: assertion failed...
3962  #1407 Update to Unicode Character Database 11
3963  #1455 glib python tools have full python path in shebang, limits to 128 characters
3964  #1459 Missing g_return_val_if_fail in g_async_queue_timeout_pop
3965
3966 * Translation updates:
3967  Friulian
3968  German
3969  Romanian
3970  Spanish
3971
3972
3973 Overview of changes in GLib 2.57.1
3974 ==================================
3975
3976 * New api:
3977  - g_hash_table_steal_extended
3978  - G_GNUC_NO_INLINE 
3979
3980 * Bug fixes:
3981  668132 Use libmount and expose mount options on GUnixMountEntry type
3982  736741 Update private copy of valgrind.h
3983  748620 g_regex_* utf-8 validity requirements are not stated clearly
3984  784995 meson: some Windows improvements
3985  788771 NODELETE missing when built with meson
3986  788773 meson does not install correct pc files
3987  789968 Add g_autoptr() support for GTypeClass
3988  794325 Various fixes to compile on OSX
3989  795152 gdesktopappinfo: Mark GDesktopAppInfo constructors as nullable.
3990  795165 Add g_date_time_get_timezone() and g_time_zone_get_identifier()
3991  795180 Investigate performance impacts of recent compiler features on hot functions
3992  795302 Add g_hash_table_steal_extended() API
3993  795376 Add g_ptr_array_steal()
3994  795544 Add binary/textfile/zero size detection
3995  795569 MinGW CI: fix tests
3996  795636 gitlab-ci: generate test coverage reports
3997  795735 Fix comparison for GVariant property values
3998  795802 gdbus-codegen doesn't accept --output-directory with --output for --body and --header
3999  795849 gwin32: Fix detection of MinGW32 vs MinGW-w64
4000  795876 meson: Fix checks for posix_memalign and stpcpy
4001  795960 g_format_size_for_display() is deprecated since 2.30
4002  796085 Meson: Many apps breaks on non-glibc because of missing libintl
4003  796138 Fix typo in g_file_info_set_attribute docs
4004  796139 Add g_autoptr() support for GParamSpec
4005  796164 Fix atomic ops check in meson.build
4006  796186 Typo: "instead off" in gsignal.c
4007  796213 Meson: Fail to build on macosx
4008  796220 meson: do not run atomic test with msvc
4009  796264 Add android CI
4010  796325 meson: Add exception for atomic ops test for Android
4011  796328 gengiotypefuncs.py: Read and parse files in binary mode 
4012
4013 * Translation updates:
4014  Czech
4015  Indonesian
4016
4017
4018 Overview of changes in GLib 2.57.0
4019 ==================================
4020
4021 * Bug fixes:
4022  739424 Rewrite kqueue GFileMonitor backend to drop threading
4023  751826 Use g_get_language_names() for other locale categories
4024  788773 meson does not install correct pc files
4025  793400 g_application_id_is_valid() not strict enough
4026  793578 gdatetime tests depend on Japanese translation of month names
4027  793645 test_month_names: Updated translations needed for el_GR, hr_HR, ru_RU
4028  793729 gitlab-ci: Add Windows MinGW support
4029  793994 GUnixVolumeMonitor doesn’t show user mounts when run as root
4030  794170 gdbus: hexdecode() and hexencode() do not return/use decoded/encoded s...
4031  794194 gobject_gdb.py: 'address' is a property of gdb.Value not a function
4032  794207 leak: g_socket_listener_add_inet_port increases ref-count on socket-li...
4033  794284 Support whitespace stripping for JSON resources
4034  794285 glib-compile-resources should not noisily g_printerr() when xmllint is...
4035  794473 Remove duplicated option in gio.xml
4036  794506 glib-mkenums: Enters infinite loop if using typedef enum SomeIdentifier
4037  794528 Fix segfault caused by use-after-free in GPollFileMonitor
4038  794555 glib meson build fails on MinGW due to misdetected functions
4039  794557 gtkdoc-scangobj fails on gio in meson builds
4040  794606 glib-2.56.0 fails to compile when res_nquery is not available
4041  794635 gmacros: Don't define bogus __has_* macros
4042  794636 G_HAVE_GNUC_VISIBILITY is defined in meson MinGW builds
4043  794686 Date (except weekday) displayed in English
4044  794732 Fix various compiler warnings 
4045
4046 * Translation updates
4047  Hungarian
4048  Slowak
4049  Slovenian
4050  Spanish
4051
4052
4053 Overview of changes in GLib 2.56.0
4054 ==================================
4055
4056 * Bugs fixed:
4057  672777 Error in gdummyfile.c
4058  732184 GObject: warn on use of deprecated properties
4059  733338 Don't segfault in GNetworkMonitor when IPv6 support is unavailable
4060  742124 g_data_input_stream_read_upto()'s documentation should say that the...
4061  749206 GDateTime: month names in the genitive case
4062  768507 simplify qguark functions
4063  791457 Slow transfer rate when writing to smb/cifs
4064  793272 fix GCC 8.0's -Wcast-function-type warnings
4065  793300 g_hash_table_add() return value change in 2.40 not mentioned in docs
4066  793399 Fix some cases of -Wduplicated-branches
4067  793555 -Wimplicit-function-declaration when using g_abort()
4068  793565 GLib does not compile on macOS 10.13 due to .m file naming
4069  793597 gdbus-tool: Make --dest optional for emit again
4070  793635 Enable CI for GLib
4071  793880 gnetworkmonitor: Minor fixes based on code review 
4072  793578 gdatetime tests depend on Japanese translation of month names 
4073  794180 test_month_names fails unless installed
4074
4075 * Translation updates:
4076  Brazilian Portuguese
4077  British English
4078  Catalan
4079  Czech
4080  Danish
4081  Dutch
4082  Finnish
4083  French
4084  Friulian
4085  Galician
4086  German
4087  Hungarian
4088  Indonesian
4089  Italian
4090  Kazakh
4091  Korean
4092  Lithuanian
4093  Polish
4094  Scottish Gaelic
4095  Serbian
4096  Serbian Latin
4097  Spanish
4098  Swedish
4099  Turkish
4100
4101
4102 Overview of changes in GLib 2.55.2
4103 ==================================
4104
4105 * GFile now has API to get the path without copying
4106
4107 * A network monitor implementation for Windows has been added
4108
4109 * Bugs fixed:
4110  520116 g_utf8_strlcpy()
4111  584284 g_data_input_stream_read_until_async behaves confusingly different f...
4112  605700 request for g_key_file_get_locale()
4113  658713 ngettext (plural forms) needed for "Message has %d file descriptors ...
4114  685442 windows GNetworkMonitor implementation
4115  723003 gsettings list-recursively reports some keys multiple times
4116  749583 GSequence performance improvements
4117  757284 Move G_DIR_SEPARATOR* and G_SEARCHPATH_SEPARATOR* into glibconfig.h
4118  760324 [PATCH] gkeyfile.c: find_file_in_data_dirs fails to return the path ...
4119  761102 Increase performance for main loop
4120  767976 GFile: Add g_file_peek_path()
4121  770335 gdbus-codegen: generated getter for 'ao' property is actually (trans...
4122  772989 Totem allows invalid urls that might cause segfault that's irrecover...
4123  790698 convert: test failure on NetBSD
4124  791015 gdbus-codegen: Split generation of header and source
4125  791622 Disable strict-aliasing in GLib
4126  792050 GResolver is not thread-safe
4127  792217 Deprecate GTlsClientConnection:use-ssl3
4128  792338 meson, autotools: figure out if mem barrier is needed for arm64 host...
4129  792351 gbookmarkfile: check length before dereferencing groups
4130  792364 gdbus-threading test method-calls-in-thread: assertion failed (elaps...
4131  792370 GNetworkMonitor: Rename "network-changed" signal argument
4132  792410 GDateTime new_from_iso8601 test broken in 2.55 on i386
4133  792432 flush stdout after logging (debug) messages
4134  792455 Improve docs of GSequence
4135  792499 deadlock on startup with TCP session bus
4136  792516 gconvert: More consistent handling of embedded NUL bytes
4137  792777 g_notification_set_urgent() unconditionally sets G_NOTIFICATION_PRIO...
4138  792780 gbytes should reference toplevel bytes when slicing with g_bytes_new...
4139  792856 off64_t isn't a part of C standard
4140  792862 gpollableoutputstream: document side effects of WOULD_BLOCK on D/TLS
4141  792903 Clarification between g_try_.. functions and their counterparts
4142  793006 High CPU load for GUnixMountsMonitor consumers
4143  793026 possible mem leak in g_mutex_impl_new
4144  793074 g_message() does not get -Wformat warnings when compiling with G_LOG...
4145
4146 * Translation updates:
4147  Hungarian
4148  Indonesian
4149  Polish
4150
4151
4152 Overview of changes in GLib 2.55.1
4153 ==================================
4154
4155 * Build:
4156  - The --enable-rebuilds configure option has been removed
4157  - The --with-charsetalias-dir configure option has been added
4158
4159 * GList and GSList now have autoptr support
4160
4161 * The gsettings list-schemas command has gained a --print-paths option
4162
4163 * Bugs fixed:
4164  346816 Refactor LIBDIR in libcharset Makefile
4165  508976 Does g_slist_sort preserve the order of equal elements?
4166  562334 2.18.2 break libglade on Solaris
4167  662802 systemtap multiarch issue
4168  684282 Add support static link of GIO modules
4169  692034 Install an invalidation notifier for GClosure in g_source_set_closure()
4170  694723 Get rid of REBUILD stuff in configure.ac
4171  697715 floating point precision problem in check test gst/gstvalue
4172  701156 testgobject assumes that the priv data follows the instance data
4173  720380 Segfault when using GDBusMenuModel on a peer-to-peer connection
4174  724383 glib: document restrictions on various foreach() functions
4175  724412 GLib mappedfile.c test uses g_get_user_runtime_dir instead of a tempo...
4176  724794 Fix "on on" typo in tap-driver.sh comment
4177  732003 gnode: Eliminate implicit signed-to-unsigned integer conversion
4178  734479 G_VALUE_HOLDS etc. cause -Wcast-qual warnings for a const GValue *
4179  737677 gmain: Make GSourceCallback thread-safe
4180  741167 gdbus-codegen fix for boxed out parameters
4181  748534 gtest: if a subprocess assertion fails, print its stdout and stderr
4182  749527 add weak pointer helpers similar to g_set_object
4183  749652 compilation errors with gcc 4.8
4184  754634 Update the list of Linux filesystem magic numbers used in get_fs_type
4185  756011 Fix up annotations for GBookmarkFile
4186  761102 Increase performance for main loop
4187  773980 GIR scanner doesn't interpret array type properly
4188  776147 gio/glocalfilemonitor.c doesn't handle case G_FILE_MONITOR_EVENT_MOVE...
4189  776195 -z nodelete configure check does not work on Solaris
4190  777075 Potential leak of memory pointed to by 'list'
4191  779413 Translated X-Geoclue-Reason string not used in a dialog window
4192  780309 gio/tests/appinfo build fails: gdesktopappinfo.c skipped on OS X
4193  780893 Reword licensing header for gdbus-codegen
4194  782057 Unit tests fail in run-assert-msg-test.sh
4195  784995 meson: some Windows improvements
4196  786796 gtk-doc build fails with meson
4197  788806 Impossible to build static glib via meson
4198  788936 Show mime type icons on OS X
4199  790416 g_date_time_format returns empty string on %r with German locale
4200  790588 Generated file missing from .gitignore
4201  790697 g_object_ref API should propagate parameter type
4202  790785 glib-tap: Add missing mkdir for .test generation rule
4203  790829 glib-genmarshal --body must not generate alias implementations
4204  790830 Mismatch between number of interface methods in text and example code
4205  790837 Meson: missing many configure options
4206  790839 GApplication command line: lacks parameter_string, summary and descri...
4207  790877 fix non-portable check in G_GNUC_CHECK_VERSION
4208  790894 Do not connect to the session bus when trying GProxyResolverPortal io...
4209  790896 docs/reference/README has broken link to http://www.gtk.org/rdp/
4210  790914 gdesktopappinfo: Downgrade a warning to a debug message
4211  790934 gtester doesn't handle skipped tests
4212  790948 GSourceFuncs documentation is confusing: when will dispatch be called?
4213  791036 Guard for g_output_stream_vprintf makes no sense
4214  791128 C runtime complains about bad arguments on each g_log() call
4215  791221 po/README.translators has no useful information in 2017
4216  791235 Fix gschema.dtd regarding flags.
4217  791267 Make gschema.dtd usable.
4218  791296 gtester-report: fix range usage when running as python3 app
4219  791318 GBytes: Improve documentation
4220  791325 Gio handling of thumbnail:: attribute namespace causes inconsistent b...
4221  791334 gbinding.c:898: The target object of type GNetworkAddress has no prop...
4222  791337 Crash opening URIs with g_desktop_app_info_launch_uris_with_spawn()
4223  791342 Add autoptr support for lists
4224  791460 meson: fixes for OSX
4225  791532 Implicit declaration of function ‘memcmp’ in gtestutils.h
4226  791622 Disable strict-aliasing in GLib
4227  791720 Criticals in gio/xdp-dbus.h leading to crash under flatpak
4228  791744 gmenumodel test sometimes fails: assertion failed (items_changed_coun...
4229  791745 not immediately clear whether g_test_slow() is in effect by default
4230  791906 GSocketListenerClass.event has wrong signature
4231  792064 gsettings list-schemas --print-paths
4232  792098 Binding: bind_property’s @notify func is nullable
4233  792099 gdbus-test-codegen: Cast to void* to printf "%p"
4234  792129 meson: skip optional linux/unix deps that default to true when buildi...
4235  792322 GLib-GIO:ERROR:gschema-compile.c:51:test_schema: child process (/gsch...
4236  792324 gkeyfile: Document need for KEEP_TRANSLATIONS with get_locale_string()
4237
4238 * Translation updates
4239  Hebrew
4240  Indonesian
4241
4242
4243 Overview of changes in GLib 2.55.0
4244 ==================================
4245
4246 * New API:
4247   - g_clear_handle_id, to simplify removing sources from the default mainloop
4248   - g_file_load_bytes, to make it more convenient to load files into GBytes
4249
4250 * Bugs fixed:
4251  330458 Sample code for the GLib Key-value parser
4252  483341 g_error and friends create warnings when not used in MSVC
4253  569375 g[u]intptr undocumented
4254  573251 documentation for g_seekable_truncate() needs some love
4255  629347 Missing annotations in GFile (was: Perf throws an exception in cur...
4256  630983 [PATCH] Type accuracy for result of strlen() in string utilities.
4257  632953 Clarify documentation of GValueTransform.
4258  636210 Document that pre-unmount is not guaranteed and backend-dependant
4259  656502 type information for GSettings::backend missing from .gir
4260  661442 Nautilus crashes when refreshing home folder after modifying ~/.co...
4261  668035 gtester-report broken with python 2.7.2 and glib 2.30.1
4262  670139 gbytes.c:try_steal_and_unref nit
4263  677233 (transfer full) annotation not correct for g_closure_new_simple re...
4264  679347 glocalfile seems to leak 'fstype'
4265  679467 Mention translation in g_warning() documentation
4266  689323 Variable scoping in gunixmounts.c
4267  691436 glib-mkenums output arch dependent
4268  695681 gsettings bash completion put error messages
4269  705331 AM_PATH_GLIB_2_0 macro fails with -Wstrict-prototypes -Werror
4270  706667 Fix permission denied error when installing from an nfs directory
4271  711809 gdbus-proxy: Fix erroneous timeout during following tests
4272  722256 gslist: Simplified node removal and got rid of some code duplication
4273  723655 Socket source is left in the poll after the socket is closed
4274  723743 g_child_watch_add() doesn't check for non-pids
4275  725014 g_settings_schema_source_ref should check for NULL pointer
4276  727346 docs: Escape some backslashes for markdown
4277  730296 gsignal: Fix a potential NULL pointer dereference
4278  731625 Improve test for darwin printf format-strings
4279  731705 gio/tests/desktop-app-info assumes /bin/true
4280  737278 Clarify relationship of g_application_quit() to hold count
4281  738176 Skip GSpawnChildSetupFunc closures in introspection
4282  740223 source_object for GAsyncResult should be nullable
4283  740791 gio: cannot specify the source when joining a multicast group (IGM...
4284  740826 glib doesn't know fuse filesystems
4285  742548 configure.ac: stay out of autoconf's namespace
4286  742997 Don't skip invalid enum values in schemas
4287  745723 -Wunused-but-set-variable work-around no longer sufficient
4288  749371 Use a GHashTable as a set when possible
4289  751738 Unused-variable warnings in glib/tests/autoptr.c
4290  752239 Missing dependency for python files in build file
4291  752240 Add DTLS support to GIO
4292  753459 GDateTime: Add conversion functions from/to ISO 8601 strings
4293  753521 g_subprocess_launcher_set_environ misses argument annotations
4294  754026 gfileutils: add some sanity checks
4295  756009 'const gchar* const *' gets incorrectly defaulted to utf8
4296  756103 Skip g_base64_decode_step() in introspection
4297  756128 Fix up annotations in gconvert
4298  756430 g_rw_lock_reader_lock() can return without locking, or error
4299  756470 Fix up annotations in gdataset.c
4300  756588 Fix up annotations on data/qdata API of GObject
4301  760022 Memory leak in gvariant-parser.c
4302  760109 [PATCH] Invalid GDate can't be g_boxed_copy()'d
4303  760716 Fix documentation regarding <glib/gprintf.h>
4304  765063 Update annotations for gio
4305  765552 Please set serial in .m4 files to prevent autoreconf failure on up...
4306  767215 GCC version number is interpreted as start of a list in docs for g...
4307  767239 Tautological comparisons in convert tests
4308  769674 some GIO tests' arbitrary timeouts are too short
4309  769846 gmessages: Add timestamp to g_log_writer_format_fields()
4310  770459 Tutorial article is slightly wrong
4311  773355 Incorrect documentation about stopping a signal emission from a hook
4312  774083 spelling mistakes in glib: charater
4313  776562 Add Intel C Compiler support for G_GNUC_BEGIN/END_IGNORE_DEPRECATI...
4314  777308 GModule win32: disable error dialog popup
4315  777310 gio/gasynchelper.c: fix cast from pointer to smaller int type on w...
4316  777956 gmessages: Update advice for G_LOG_DOMAIN
4317  779182 xdg-open fails with gio open for some uris
4318  779501 Type of GIConv given wrongly on web
4319  780202 introspection: Don't expose GValueArray.free
4320  780296 xdg-open/gnome-open doesn't work if service isn't started
4321  781598 gstdio.h should #include what it needs to work
4322  781867 various gvfsd-* wants to look in /boot/efi, causes unnecessary/ina...
4323  783210 build: Switch to sassc for generating style
4324  783270 Improve Visual Studio support for Meson builds
4325  783825 Suggest that asynchronous operations should invoke the callback in...
4326  786737 No g_variant_get() example for dicts
4327  786785 Commit #fe2a9887a8 breaks gdbus-codegen, cannot find its module so...
4328  787271 Make GListModel usable from G-I bindings
4329  787485 g_tls_backend_supports_dtls () returns true when the backend doesn't
4330  787551 Factor out some duplicated code in GParamSpec validation
4331  787581 tests: Add tests for g_slist_copy() and g_slist_copy_deep()
4332  787671 meson: Fix permissions of installed scripts
4333  787731 g_file_query_filesystem_info() wrongly reports "filesystem::readon...
4334  788138 glib-compile-resources: Fix leak of a GHashTable
4335  788180 G_FILE_ATTRIBUTE_ID_FILE is useless on W32
4336  788270 gmodule - failed to load symbol on Android 64bit
4337  788368 Race condition in GDbusObjectManagerClient
4338  788384 gtypes: Fix signedness of __builtin_bswap() usage
4339  788385 gtestutils: Explicitly cast args to g_assertion_message_cmpnum()
4340  788401 PATCH: MacOS build cannot detect content type from content - xdgmi...
4341  788467 Fatal errors and warnings should be reported as TAP
4342  788488 GFile-based API for g_build_filename()
4343  788489 gmain: add g_clear_source API
4344  788561 Document how to integrate GTest into your project
4345  788594 gdbus-tool doesn’t handle non-message-bus connections correctly
4346  788705 Allow building GLib on older Linux platforms
4347  788766 fixed a doc-typo in socket_get_remote_address
4348  788772 meson installs gdb scripts incorrectly
4349  788863 Add more filename type annotations for strings which can contain f...
4350  788880 gunixmounts: Update list of virtual file systems to ignore
4351  788927 Expose better API for detecting ‘system’ mounts
4352  788936 Show mime type icons on OS X
4353  788948 Document Autotools best practices for genmarshal/mkenums
4354  788975 Meson + Visual Studio: Can't find zlib.h with subprojects/zlib
4355  788978 Document XML has a syntax error
4356  788989 Use subdir-objects with Autotools
4357  788990 Include licensing information in output from glib-mkenums, glib-ge...
4358  789087 gint and guint misrepresented as functions
4359  789170 GFormatSizeFlags should have a value for bits
4360  789245 g_settings_bind() not conforming to lifecycle specification
4361  789444 Fix handling of length in g_utf8_make_valid
4362  789637 glib-mkenums: Fails when --ouput file does not exist
4363  789681 meson: Libmount support not built
4364  789723 [PATCH] gdbus-codegen: Call abspath() earlier
4365  789755 g_get_host_name: ensure return value is always UTF8 encoded
4366  789820 GPollFileMonitor is not cleaning up correctly
4367  790015 docs: Various linking and syntax fixes
4368  790030 GResource/GVariant fails to load from non-pointer aligned memory
4369  790093 gio-tool: fix inverted logic in monitor tool
4370  790126 gengiotypefuncs.py is missing from tarballs
4371  790147 build: Drop data-to-c.pl in favour of data-to-c.py
4372  790157 gmessages: Give examples of G_DEBUG with gdb in the documentation
4373  790272 file: add g_file_load_bytes()
4374  790275 avoid temporary string allocations in g_resources_enumerate_children
4375  790310 speedup path canonicalization in GResourceFile
4376
4377 * Translation updates:
4378  Catalan (Valencian)
4379  Czech
4380  German
4381  Nepali
4382  Norwegian bokmål
4383  Slovak
4384  Slovenian
4385  Spanish
4386
4387
4388 Overview of changes in GLib 2.54.0
4389 ==================================
4390
4391 * Bugs fixed:
4392  780861 Crash in GnomeWallClock
4393  786983 Please make the output of gio-querymodules deterministic
4394  787109 Valgrind false positive in ioctl() in btrfs file copy
4395  787123 glib: Slighty update GIOChannel documentation
4396  787146 GMainLoop: match of parameter pair of LOCK_CONTEXT/UNLOCK_CONTEXT
4397
4398 * Translation updates:
4399  Basque
4400  Catalan
4401  Romanian
4402  Swedish
4403
4404
4405 Overview of changes in GLib 2.53.7
4406 ==================================
4407
4408 * Bugs fixed:
4409  736710 remove unnecessary executions of libtool from configure
4410  785260 gio/tests/appmonitor fails if local dir not writeable
4411  786456 g_subprocess_wait[_check]_async() breaks when cancelled...
4412  786555 g_array_free() is not thread safe w.r.t. g_array_unref()
4413  786580 gdesktopappinfo.c: Add Tilix as a fallback terminal
4414  786807 g_uuid_string_random undefined when built with meson
4415
4416 * Translation updates:
4417  Brazilian Portuguese
4418  Catalan
4419  Czech
4420  Danish
4421  Finnish
4422  French
4423  Friulian
4424  German
4425  Italian
4426  Kazakh
4427  Korean
4428  Latvian
4429  Nepali
4430  Polish
4431  Spanish
4432  Turkish
4433
4434
4435 Overview of changes in GLib 2.53.6
4436 ==================================
4437
4438 * Bugs fixed:
4439  766358 glib doesn't respect XDG_* envvars on W32, ever
4440  783270 Improve Visual Studio support for Meson builds
4441  785955 pthread_setname_np misdetected with meson
4442  786060 Sequences documentation does not make it clear...
4443  786360 gobject: add autoptr support for GClosure
4444  786452 crash on Linux without stderr stream
4445  786460 gio-tool: Unify buffer sizes
4446  786462 Use g_output_stream_write_all instead of while
4447  786463 gio-tool-save: Prevent overwriting error
4448
4449 * Translation updates:
4450  Catalan
4451  Galician
4452  Hungarian
4453  Indonesian
4454  Lithuanian
4455  Nepali
4456  Serbian
4457
4458
4459 Overview of changes in GLib 2.53.5
4460 ==================================
4461
4462 * Bugs fixed:
4463  695573 Untranslatable strings in glib-compile-schemas
4464  725950 GApplication: call dbus_unregister only once, and before destruction
4465  731703 giomodule test misbuilds its test modules as libraries
4466  769135 External control for g_test_add/g_test_run
4467  779332 Rewrite mkenums in Python
4468  779607 Race between mounts-changed signal and g_unix_mounts_get() function
4469  784000 Improve strerror_r() detection
4470  784815 Map G_NOTIFICATION_PRIORITY_HIGH to NOTIFY_URGENCY_NORMAL
4471  784965 Use the glib preset for i18n in Meson
4472  784995 meson: some Windows improvements
4473  785113 glib-mkenums Python port fixes
4474  785130 G_LOG_DOMAIN shouldn't be left undefined for applications
4475  785438 Spurious -Wmaybe-uninitialized in gdatetime.c
4476  785468 glib/gpoll: Unnecessary if conditional included in the poll_rest() function
4477  785520 Replace advice to use removed gdk_spawn functions
4478  785577 clobbers errno while setting GError
4479
4480 * Translation updates:
4481  Slovenian
4482  Spanish
4483
4484
4485 Overview of changes in GLib 2.53.4
4486 ==================================
4487
4488 * Unicode support has been updated to Unicode 10.0.0
4489
4490 * glib-genmarshal and glib-mkenums have been rewritten in python.
4491   Every effort has been made to keep compatibility. Please report
4492   problems related to these tools
4493
4494 * GLib can now be built with meson. autotools are still supported
4495
4496 * Bugs fixed:
4497  722047 drop makefile.msc?
4498  733821 g_strerror() uses strerror(3) instead of strerror_r(3)
4499  773842 g_utf8_find_next_char() won't signal the end of a NUL-terminated string
4500  779332 Rewrite mkenums in Python
4501  780095 g_utf8_get_char_validated() stopping at nul byte even for length specified...
4502  780634 Remove remaining old codepage ABI comapt code
4503  783841 test_GDateTime_new_from_timeval_overflow fails on 32 bit systems
4504  784000 Improve strerror_r() detection
4505  784020 GKeyFile – Add array length annotations to to_data(), get_keys() and get_g...
4506  784037 gio: Mention the ALL_METADATA flag in g_file_copy()
4507  784433 gdbus-codegen with variant type parameters result in nested variant
4508  784456 Update to Unicode 10.0.0
4509  784528 Rewrite glib-genmarshal in Python
4510  784579 Calling g_dir_open on Missing Directory When Executable File Path Contains...
4511  784581 docs: Fix cut'n'paste error in g_resources_get_info() doc
4512  784739 Minor typo in configure error message
4513  784792 Just fixing a little typo in comments
4514
4515 * Translation updates:
4516  Hebrew
4517
4518
4519 Overview of changes in GLib 2.53.3
4520 ==================================
4521
4522 * Bugs fixed:
4523  658446 Add translation comment for wrong password notice string
4524  661926 Improve the default logging setup in GLib
4525  674885 type initialisation deadlock in GObject
4526  775593 GIO cannot write symlinks on FreeBSD and NetBSD
4527  776169 Various gio-tool fixes
4528  776333 Fix annotation on g_file_copy_async()
4529  776504 Upgrade license from LGPLv2+ to LGPLv2.1+
4530  777307 race condition between gdbus signal callback and g_bus_unwatch_name...
4531  778422 gsubprocesslauncher: Clarify the behavior of set_environ()
4532  781301 Stack pointer corrupted by incorrect call of NtNotifyChangeMultipleKeys
4533  782336 Add additional documentation of the GResource XML format
4534  782996 build: Use AM_TESTS_ENVIRONMENT rather than TESTS_ENVIRONMENT
4535  783061 GApplication: Remove some unused members
4536  783130 Make dbus activation sandbox-aware
4537  783193 Adapt to OpenURI api change
4538  783201 gdbus-codegen: Apply --output-directory to generated docs as well
4539  783340 win32: port monotonic times to use QPC
4540  783350 length parameter can be NULL g_data_input_stream_read_line
4541  783392 incorrect (out) annotation for g_dbus_interface_info_generate_xml
4542  783593 GGtkNotificationBackend should use /org/freedesktop/DBus to call Ge...
4543
4544 * Translation updates:
4545  Esperanto
4546  German
4547  Indonesian
4548  Kazakh
4549  Spanish
4550
4551
4552 Overview of changes in GLib 2.53.2
4553 ==================================
4554
4555 * A few new number parsing functions have been added:
4556   - g_ascii_string_to_signed
4557   - g_ascii_string_to_unsigned
4558   These have better error handling than the existing ones.
4559
4560 * glib-mkenums now supports /*< private >*/ and /*< public >*/
4561
4562 * GSettings now consider XDG_DATA_HOME in addition to XDG_DATA_DIRS.
4563
4564 * Bugs fixed:
4565  674885 type initialisation deadlock in GObject
4566  698064 Add g_ptr_array_contains()
4567  732000 gdatetime: Remove an unnecessary NULL pointer check
4568  734946 Implement GContentType on OSX
4569  741335 Possible differences in use of XDG_DATA_DIRS versus XDG base directory specification
4570  748263 Use-after-free in g_dbus_connection_call_internal()
4571  776876 gmodule – Various Android bug-fixes
4572  777030 build error where minor() and major() cant be resolved in gio/gdbusmessage.c
4573  780300 gio/gosxappinfo.c uses deprecated LSFindApplicationForInfo
4574  780309 gio/tests/appinfo build fails: gdesktopappinfo.c skipped on OS X
4575  781755 Avoid compiler warnings in generated marshallers code
4576  781826 portal support: Read /.flatpak-info
4577  781830 Fix some typos and errors in GVariant documentation
4578  781847 Use-after-free under send_message_with_reply_cleanup():gdbusconnection.c:1792
4579  781867 various gvfsd-* wants to look in /boot/efi, causes unnecessary/inappropriate auto...
4580  782068 doc: Trivial typo fixes
4581  782075 gtimer: Handle gmtime() failure in g_time_val_to_iso8601()
4582  782089 gdatetime: Fix overflow checks when constructing from timestamps
4583  782162 Support public/private trigraph in glib-mkenums
4584  782237 make check error
4585  782311 inode/directory is treated as a subclass of application/octet-stream
4586  782628 libmount build dependency check not requiring the right version?
4587
4588 * Translation updates:
4589  Hungarian
4590  Indonesian
4591  Spanish
4592
4593
4594 Overview of changes in GLib 2.53.1
4595 ==================================
4596
4597 * The gdbus tool gained a wait command
4598
4599 * g_unix_signal_source_new support SIGWINCH now
4600
4601 * There are now g_enum_to_string and g_flags_to_string functions
4602
4603 * A new function to instantiate objects: g_objet_new_with_properties
4604
4605 * GParameter and related APIs have been deprecated
4606
4607 * Bug fixes
4608  447907 enum/flags from string + type transform + tests
4609  668962 GUnixMountPoint/GUnixMountEntry not usable through gobject-introspection
4610  669355 gdbus-codegen output contains stray semicolons at file scope (forbidden in C99)
4611  674885 type initialisation deadlock in GObject
4612  698064 Add g_ptr_array_contains()
4613  709865 Add boxing to GParameter
4614  725894 build: Include gettext libraries for static compilation on Mac OS X
4615  734946 Implement GContentType on OSX
4616  741229 gio: Handle NULL cached properties in NetworkManager monitor
4617  745971 gdbus-tool: Add a command to wait for a well-known name on the bus
4618  755046 gfileutils: Add precondition checks to g_file_test()
4619  761102 Increase performance for main loop
4620  761889 GDateTime: %p does not always print AM/PM string
4621  766660 Please clarify the extent to which GInitable, GAsyncInitable must be idempotent
4622  769534 g_unix_signal_source_new does not support SIGWINCH
4623  772221 Take advantage of Unicode
4624  775879 g_log_default_handler should not check G_MESSAGES_DEBUG
4625  776169 various gio-tool fixes
4626  777961 Documentation for g_app_info_equals() could be clearer
4627  778049 race in gsource detected by TSan
4628  778207 gio-querymodules: fix memory leak
4629  778287 G_MODULE_EXPORT and -fvisibility=hidden
4630  779409 Fix false positive g_warning() in remove_filter()
4631  780066 g_base64_encode_close() in glib/gbase64.c produces invalid base64 encoding
4632  780095 g_utf8_get_char_validated() stopping at nul byte even for length specified buffers
4633  780306 Unused function in gunicollate.c for CARBON
4634  780310 g_tls_database_verify_chain doesn't set the GError for failures other than cancell...
4635  780384 gio/tests/contenttype fails on OS X: "public.directory" != "public.folder"
4636  780441 Make the portal implementation of g_app_info_launch() synchronous
4637  780634 Remove remaining old codepage ABI comapt code
4638  780908 gobject: remove duplicate GType sanity check
4639  780924 Memory leak in gdbusmethodinvocation.c
4640  781125 gio-tool: Fix errors format string
4641  781234 the buffer written to by g_input_stream_read is not marked as an out parameter
4642  781298 gfileutils.c:330:3: error: ISO C90 forbids mixed declarations and code
4643
4644 * Translation updates
4645  Catalan
4646  Friulian
4647  German
4648  Hebrew
4649  Indonesian
4650  Polish
4651  Russian
4652
4653
4654 Overview of changes in GLib 2.52.0
4655 ==================================
4656
4657 * Bug fixes:
4658  779799 gdatetime test fails with tzdata 2017a
4659  780032 Add missing attributes to two functions
4660  780144 gio/fam: Remove leftover debug print
4661
4662 * Translation updates:
4663  French
4664  Friulian
4665  Latvian
4666
4667
4668 Overview of changes in GLib 2.51.5
4669 ==================================
4670
4671 * OS X implementations of GContentType and GAppInfo
4672   have been added
4673
4674 * Bugs fixed:
4675  673047 gunicollate is broken on OS X (patch included!)
4676  734946 Implement GContentType on OSX
4677  747146 Implement GNotification on OSX
4678  769983 glib-mkenums generates non-reproducible Makefile snippets
4679  777203 gnulib license information is not correct in glib2.0
4680  778515 Crash in the gio kqueue backend
4681  779456 Make g_utf8_make_valid optionally take a length
4682
4683 * Translation updates:
4684  Danish
4685  Friulian
4686  German
4687  Hungarian
4688  Korean
4689  Lithuanian
4690
4691
4692 Overview of changes in GLib 2.51.4
4693 ==================================
4694
4695 * Memory leak fixes
4696 * Fix the released tarball
4697
4698
4699 Overview of changes in GLib 2.51.3
4700 ==================================
4701
4702 * Bugs fixed:
4703  771997 gchecksum: Add SHA-384 support
4704  778422 gsubprocesslauncher: Clarify the behavior of set_environ()
4705  778581 gdbus-codegen: Fix -Wconversion warning
4706  778801 gdbus-codegen: Add --outdir flag
4707  778991 Plug a mem leak in gdbusauth
4708  779183 g_io_extension_point_get_extensions should check for NULL pointer
4709
4710 * Translation updates:
4711  Basque
4712  Chinese (Taiwan)
4713  Danish
4714  Indonesian
4715  Italian
4716  Serbian
4717
4718
4719 Overview of changes in GLib 2.51.2
4720 ==================================
4721
4722 * Minimal support for UUIDs has been added
4723
4724 * A new file attribute, G_FILE_ATTRIBUTE_RECENT_MODIFIED has been added
4725   to improve sorting of recent files
4726
4727 * Bugs fixed:
4728  639078 UUID support feature request
4729  777135 gkeyfile: Be more specific about error codes in documentation
4730  777307 race condition between gdbus signal callback and g_bus_unwatch_name...
4731  777481 goutputstream: docs: fix typos
4732  777493 g_mkdtemp() not introspectable
4733  777507 Recent view sorting incorrectly
4734  777592 Add minor examples to GDBus and GVariant documentation
4735  778002 race in gdbusprivate.c detected by the ThreadSanitizer
4736  778096 race in gdbusconnection reported by TSan
4737
4738 * Translation updates:
4739  Norwegian bokmål
4740  Polish
4741  Simplified Chinese
4742  Slovak
4743  Spanish
4744  Swedish
4745
4746
4747 Overview of changes in GLib 2.51.1
4748 ==================================
4749
4750 * glib-compile-resources grew a --generate-phony-targets flag
4751
4752 * GLib now installs a valgrind suppressions file for GLib and GIO
4753
4754 * Bugs fixed:
4755  666114 should have infrastructure to run its tests under valgrind
4756  729730 GDBusMessage: Fix segfault if DEBUG_SERIALIZER is enabled
4757  730932 statically assert that reasonable assumptions about enums are true
4758  735731 gobject: Document behaviour of GType checking macros on NULL
4759  736810 gdbus: Fix leak in g_dbus_message_print()
4760  762283 GSocket – Fix race conditions on Win32 if multiple threads are waiting on cond...
4761  767609 Test suite problems
4762  767952 g_dbus_method_invocation_return_*, g_dbus_method_invocation_take_error: They d...
4763  769672 Assert threads for testcase 642026 are sucessfully created
4764  769745 gtask: Add guards for public functions
4765  770175 Add command line argument to mkenums and genmarshal to write output to a file
4766  770646 glib: Namespace global tapset variables by soname
4767  772160 Add g_unix_mount_for() support
4768  772989 Totem allows invalid urls that might cause segfault that's irrecoverable
4769  773823 gio: Bump copy buffer size to 256k by default
4770  774086 fix g_main_context_check declaration
4771  774368 Dependency file output of resource scanner breaks Ninja
4772  774421 Two minor patches
4773  774520 GSocket allocates and processes control messages even if not requested
4774  775309 Crash in gdbusauth
4775  775468 Improve log write supports color method on windows
4776  775510 testing with -fsanitize=undefined reports various undefined behaviour
4777  775517 Password input is echoed in the terminal
4778  775621 gmessages: Fix compilation on Android
4779  775765 FDO notification withdrawal backend sends wrong ID to the server
4780  775913 subprocesslauncher: potential infinite loop in verify_disposition()
4781  776198 Stray semicolon after g_variant_print() function in gvariant.c
4782  776586 License headers cleanup
4783  777077 Use of memory after it is freed
4784
4785 * Translation updates:
4786  Brazilian Portuguese
4787  Czech
4788  Galician
4789  German
4790  Hebrew
4791  Kazakh
4792  Lithuanian
4793  Spanish
4794  Swedish
4795
4796
4797 Overview of changes in GLib 2.51.0
4798 ==================================
4799
4800 * glib-genmarshal and glib-mkenums have gained --output options
4801   for better build system integration
4802
4803 * New API: g_utf8_make_valid
4804
4805 * Bugs fixed:
4806  591603 Make _g_utf8_make_valid public
4807  610969 Nice to have g_utf8_make_valid as public
4808  767882 Bit shift overflow (-Wshift-overflow) warning in gparam.h
4809  769135 External control for g_test_add/g_test_run
4810  769630 gfile: G_FILE_MONITOR_WATCH_MOVES was actually introduced in 2.46
4811  772160 Add g_unix_mount_for() support
4812  772221 Take advantage of Unicode
4813  773303 GApplication leaks option_strings 
4814
4815 * Translation updates:
4816  French
4817  Galician
4818  German
4819  Hungarian
4820  Lithuanian
4821  Norwegian bokmål
4822  Occitan
4823  Polish
4824  Slovak
4825  Turkish
4826
4827
4828 Overview of changes in GLib 2.50.1
4829 ==================================
4830
4831 * Update Unicode support to Unicode 9.0.0
4832
4833 * Bugs fixed:
4834  662946 gunixmounts monitoring doesn't work correctly with libmount
4835  771591 Update to Unicode 9.0.0
4836  772054 glib/gspawn-win32-helper.c: unexpected behavior re CommandLineToArgvW()
4837  772255 gresolver: Mark GResolver as an abstract class
4838  772269 Add --version options to glib-compile-resources and glib-compile-schemas
4839  772297 completion: Complete gsettings describe
4840  772511 g_log_default_handler crashes windows apps with "Unspecified fatal err...
4841
4842 * Translation updates:
4843  Brazilian Portuguese
4844  Catalan
4845  Croatian
4846  Czech
4847  Danish
4848  Hungarian
4849  Italian
4850  Latvian
4851  Polish
4852  Swedish
4853
4854
4855 Overview of changes in GLib 2.50.0
4856 ==================================
4857
4858 * Bugs fixed:
4859  771438 Turn on libmount by default on linux
4860         Fix the annotation for g_log_variant
4861
4862 * Translation updates:
4863  British English
4864  French
4865
4866
4867 Overview of changes in GLib 2.49.7
4868 ==================================
4869
4870 * Add g_log_variant, binding-friendly api for structured logging
4871
4872 Bugs fixed:
4873  646926 arg_data invalid after g_option_context_parse() fails
4874
4875 * Translation updates:
4876  Danish
4877  Finnish
4878  Galician
4879  German
4880  Hebrew
4881  Kazakh
4882  Korean
4883  Latvian
4884  Lithuanian
4885  Polish
4886  Portuguese
4887  Serbian
4888  Slovak
4889  Spanish
4890  Swedish
4891  Thai
4892
4893
4894 Overview of changes in GLib 2.49.6
4895 ==================================
4896
4897 * The gsettings commandline tool now has a describe command
4898
4899 Bugs fixed:
4900  745754 Add gcc-style dependency output to glib-compile-resources
4901  769076 Fix warning: attempt to override closure->va_marshal with new marshal
4902  770372 gdbus-codegen: Strip @since parameters before comparison
4903
4904 Translation updates:
4905  Brazilian Portuguese
4906  Czech
4907  German
4908  Hungarian
4909  Polish
4910  Portuguese
4911  Spanish
4912
4913
4914 Overview of changes in GLib 2.49.5
4915 ==================================
4916
4917 * Structured logging:
4918  - drop libsystemd dependency
4919  - document that g_test_expect_message does not work with structured logs
4920
4921 * Use libmount for unix mount support
4922
4923 * Add an async variant of g_app_info_launch_default_for_uri
4924
4925 Bugs fixed:
4926  522053 GUnixMountMonitor needs to use /proc/self/mountinfo on recent Linux
4927  682794 Add usage guidance to logging documentation
4928  744456 Structured logging API
4929  766370 Add a macro for initializing g_auto(GVariantBuilder)
4930  767240 Regex failures with pcre 8.38
4931  768198 Can't build glib with systemtap enabled
4932  768453 Gdbus test: compilation fails due to -Werror=format-y2k errors
4933  768752 Add async variant of g_app_info_launch_default_for_uri
4934  769027 Docs misleadingly imply G_CHECKSUM_SHA512 is available since 2.16
4935  769029 gmessage: compiler complains about -Wformat-nonliteral
4936  769042 'O_CLOEXEC' undeclared (first use in this function)
4937  769087 gmessages: support NULL log domain
4938  769089 Fix gsettings uint64 testcase
4939  769104 Build failure when using _GLIB_CHECKED_ADD_U32 with the Intel compiler
4940  769139 g_log_writer_journald uses non-standard 'htole64' function
4941  769238 memory increases every time I umount and mount my secondary hard disk.
4942  769245 is_valid_heap_iter define misses NULL pointer check
4943  769507 gmessages: Don’t require is_journald() call before writer_journald()
4944  769785 gmessages: Expand documentation further for structured logging
4945  769995 gdbus-codegen: Allow '@since: UNRELEASED' in documentation comments
4946
4947 Translation updates:
4948  Catalan
4949  Hebrew
4950  Lithuanian
4951  Slovak
4952  Spanish
4953
4954
4955 Overview of changes in GLib 2.49.4
4956 ==================================
4957
4958 * Change the just-introduced structured logging API. The arguments
4959   of g_log_structured() had to be reordered to enable an implementation
4960   within the limits of what the standards guarantee about var args.
4961
4962 Bugs fixed:
4963  744456 Structured logging API
4964  768936 gio doc build fails because of missing gio.xml in the tarballs
4965  768963 improper va_list use in g_log_structured()
4966  768968 gio/tests/socket-listener hangs since e4ee307
4967
4968 Translation updates:
4969  Spanish
4970
4971
4972 Overview of changes in GLib 2.49.3
4973 ==================================
4974
4975 * GLib has a structured logging API, g_log_structured, with support
4976   for writing to the systemd journal. It also supports colored output
4977   in terminals
4978
4979 * Some new GBytes API has been added:
4980  - g_key_file_load_from_bytes
4981  - g_compute_hmac_for_bytes
4982
4983 * Stack-allocated GVariantBuilder and GVariantDict objects can now be
4984   initialized with G_VARIANT_BUILDER_INIT and G_VARIANT_DICT_INIT
4985
4986 * gio:
4987  - Add a way to register handlers for custom uri schemes
4988  - Add a G_FILE_ATTRIBUTE_FILESYSTEM_REMOTE attribute to
4989    have these heuristics in a single place
4990  - Include a gio tool that makes the functionality of the
4991    various gvfs commandline tools available in a single place
4992  - Add portal support to g_app_info_launch_default_for_uri
4993  - Add portal support to GNetworkMonitor
4994  - Add portal support to GProxyResolver
4995  - Add portal support to g_application_send_notification
4996
4997 Bugs fixed:
4998  547200 g_utf8_find_next_char() issues
4999  662802 systemtap multiarch issue
5000  723506 fork/exec from non-main thread when autolaunching could be avoided...
5001  725902 build: simplify dtrace configuration
5002  728207 gsocketservice: Documentation does not mention that is already act...
5003  729914 instead of DEBUG_CODE and IF_DEBUG, provide a common macro to supp...
5004  744456 Structured logging API
5005  744678 Unable to delete relocatable schemas
5006  746685 clarify that g_variant_get_data() can be used instead of g_variant...
5007  747134 glib-compile-resources --generate should detect common C++ file ex...
5008  750257 GSettings changed signal should clearly state the order required
5009  753231 Memory is potentially used after free
5010  754012 missing filename in "Error loading css: Failed to import: Error op...
5011  760115 gtestutils: add missing dash in seed argument's --help documentation
5012  760423 gio-querymodules prints error messages as question marks on some l...
5013  761102 Increase performance for main loop
5014  765338 GLib.compute_hmac_for_data throws every time
5015  766370 Add a macro for initializing g_auto(GVariantBuilder)
5016  766899 Superflous HTML/XML comments in GDBusProxyTypeFunc documentation s...
5017  766933 GSocketAddress leaks in gnetworkmonitornetlink.c:read_netlink_mess...
5018  767765 Add names and tags to various GSources and GTasks constructed in GLib
5019  767880 gkeyfile: add g_key_file_load_from_bytes() API
5020  767887 vfs: add g_vfs_register_uri_scheme()
5021  767949 [patch] Typos in glib docs
5022  768029 infinite loop in parse_name_internal()
5023  768119 Fix fallout from get_supported_schemes() changes
5024  768357 Build the gio tool on Windows/MSVC
5025  768498 portal support for glib
5026  768504 keyfile: g_key_file_get_double behavior doesn't follow documentation
5027  768549 Test failure: test_ip_sync_dgram
5028  768551 Test failure: test_socket_address_to_string
5029  768560 gio/tests/gsettings: fix GSettings reference leaks in some tests
5030  768780 O_PATH is a non-standard flag which may be unavailable on non-Lin...
5031  768806 gdbus tool must swallow -- argument
5032
5033 Translation updates:
5034  Chinese (Taiwan)
5035  French
5036  Hebrew
5037  Indonesian
5038  Lithuanian
5039  Portuguese
5040  Spanish
5041
5042
5043 Overview of changes in GLib 2.49.2
5044 ==================================
5045
5046  * GMainContext and GTask have gained more systemtap probes
5047
5048 Bugs fixed:
5049  673101 resource compiler dependency generation not working for gen...
5050  700756 GFile.new_for_path arguments misses (type filename) annotation
5051  730187 glocalfileoutputstream: Fix an FD leak in an error path
5052  755439 Memory leak in gdbusproxy.c
5053  759813 Add more SystemTap/DTrace probes for main context and GTask
5054  761810 gio: Support using GDBusObjectManagerServer at path ‘/’
5055  767172 docs: Move GIO_USE_VFS to "okay for production" section
5056  767218 Remove a UTF-8 ellipsis from gsignal.h
5057  767245 Add filename type annotations
5058  767824 Some UTC timezones incorrectly recognized on Windows 7
5059
5060 Translation updates:
5061  Occitan
5062
5063
5064 Overview of changes in GLib 2.49.1
5065 ==================================
5066
5067  * GDesktopAppInfo now allows bus activation with dashes. This is
5068    not technically allowed per the Desktop Entry specification, but
5069    it happens in the wild. Rather than forcing people to go through
5070    another traumatic desktop file rename, accept it and translate - to _.
5071
5072  * The support for giving names to threads has been improved. Thread names
5073    are now supported on Solaris as well, and the Linux support no longer
5074    uses prctl() but the pthread api.
5075
5076  * GIO resources can now be overridden at runtime, using the G_RESOURCE_OVERLAYS
5077    environment variable.
5078
5079  * gdbus-codegen can now generate autocleanup definitions for the types
5080    it generates. Use the --c-generate-autocleanup option to control this
5081
5082 Bugs fixed:
5083  665446 Use g_abort() instead of abort()
5084  731988 glocalfile: Avoid a potential NULL pointer dereference
5085  742898 g_value_type_transformable() description differs from the code
5086  747107 GVariant varargs documentation: g_variant_get() example
5087  747478 g_system_thread_set_name() is not implemented for gthread-win32
5088  748474 g_get_language_names() is not thread-safe
5089  748530 gthread: W32 implementation of g_get_num_processors() has lame fallback
5090  748806 GVariant: Better introduction to the concepts and its uses
5091  749583 GSequence performance improvements
5092  749606 tests: always remove app.desktop
5093  755898 [PATCH] settings: add get/set uint64
5094  758174 Fix documentation typos
5095  758738 Usage of GType properties causes crashes due to gulong/gpointer mismatch
5096  760186 namespace clash with gdb pretty-printing code
5097  762994 Race condition in GIO/AppFileChooser crashes Firefox/Gtk3
5098  763379 codegen: Add support for g_autoptr to gdbus-codegen–generated objects
5099  763821 build: Also dist Systemtap files always for gobject/
5100  764092 gstrfuncs: Document the behaviour of g_strjoinv()
5101  764163 g_task_had_error doesn't remember the error after g_task_propagate_*
5102  764415 Very High CPU usage in g_poll() Windows implementation
5103  764574 build: Fix all statfs() tests failing
5104  764575 tests: Fix compilation errors due to Y2K format problems
5105  764685 GApplication documentation about handling command-line options is confusing
5106  764754 '-' in application id: unbreak bus activation and notifications
5107  765173 documentation of g_main_context_push_thread_default() regarding GIO...
5108  765668 GResources: add support for resource overlays
5109  765710 gdbus-tool: only print note about expected argument types if that...
5110  765712 tests: Fix compilation
5111  765861 task: avoid context lock when setting source name
5112  765900 Add g_drive_is_removable() support
5113  765924 Improve external drives detection
5114  765959 socket: set fd field to -1 after closing socket
5115  765990 Visual Studio: Define inline only when necessary
5116  765991 Compilation of gresource.c is broken due to S_ISDIR
5117  766092 Incorrect locale handling in g_date_time_format_locale()
5118  766211 Fix the upper bound in g_unichar_iswide_bsearch
5119  766407 Some build-related defects in glib testsuite
5120  766570 build: Fix a misnamed variable in glib-tap.mk
5121
5122 Translation updates:
5123  Basque
5124  Catalan
5125  Chinese
5126  Occitan
5127  Portuguese
5128  Turkish
5129  Vietnamese
5130
5131
5132 Overview of changes in GLib 2.48.0
5133 ==================================
5134
5135  * The system copy of PCRE is now used by default to implement GRegex.
5136    Configure with --with-pcre=internal if a system PCRE version
5137    is unavailable or undesired.
5138
5139  * a minor build fix in the name of determinism
5140
5141  * a few coverity fixes
5142
5143 Bugs fixed:
5144  763617 giotypefuncs.c: Sort _get_type functions in the 'C' locale
5145
5146 Translations updated:
5147  Danish
5148  Italian
5149
5150 Overview of changes in GLib 2.47.92
5151 ===================================
5152
5153  * gdbus-codegen now supports g_autoptr()
5154
5155  * g_get_user_runtime_dir() now reliably returns an existing directory
5156
5157  * g_array_remove_range() can now remove 0 items from the end of an array
5158
5159  * Many fixes for Windows
5160    * build fixes
5161    * file monitoring
5162    * gsettings backend
5163    * streams
5164    * random numbers
5165    * wide character support
5166
5167  * documentation improvements
5168
5169  * other small bugfixes
5170
5171 Bugs fixed:
5172  724847 Segmentation fault on "gsettings list-recursively"
5173  743933 gapplication: add --app-id command line option
5174  756706 [PATCH] gio/gtestdbus.c: don't use non-standard %m printf modifier
5175  757506 gsettings: schema_list should use the passed schema's source
5176  760694 W32: Apps linked with -mwindows make cursor busy sometimes
5177  762202 g_win32_error_message improvements
5178  762637 build: Unconditionally dist tapset files
5179  762748 Undefined behavior
5180  762937 Mention that g_clear_error can be used with an "empty" GError
5181  763339 array: Support clearing an empty array with g_array_remove_range()
5182  763344 g_get_user_runtime_dir(): ensure directory exists
5183  763379 codegen: Add support for g_autoptr to gdbus-codegen–generated objects
5184
5185 Translations updated:
5186  Brazilian Portuguese
5187  Czech
5188  Finnish
5189  French
5190  Galician s
5191  German
5192  Greek
5193  Hebrew
5194  Hungarian
5195  Italian
5196  Kazakh
5197  Korean
5198  Latvian
5199  Lithuanian
5200  Occitan
5201  Polish
5202  Russian
5203  Serbian
5204  Slovak
5205  Slovenian
5206  Spanish
5207  Swedish
5208
5209 Overview of changes in GLib 2.47.6
5210 ==================================
5211
5212 * Windows usupport:
5213  - Fixes and improvements to the GSettings registry backend
5214  - Handle readability and writability of registry keys
5215  - Use Unicode registry APIs
5216
5217 * Bugs fixed:
5218 760852 744772 761126 747927 761337 744570 761504 761550 761843
5219  744570 GString is missing (transfer none) annotations on many of its methods
5220  744772 systemtap and gdb scripts install in wrong place
5221  747927 Documentation: various small improvements
5222  760852 gdbusobjectmanagerserver: Clarify recommended ObjectManager paths
5223  761126 winiconv: update to upstream version
5224  761337 Fix some annotations
5225  761504 W32 registry GSettings backend does not use Unicode
5226  761550 Cannot build with default flags under Fedora rawhide (-Werror=format-...
5227  761843 gmacros.h is testing attributes with __has_feature (when compiling wi...
5228
5229 * Translation updates:
5230  Brazilian Portuguese
5231  Bulagarian
5232  Chinese (Taiwan)
5233  Hungarian
5234  Polish
5235  Slovak
5236  Slovenian
5237  Spanish
5238  Swedish
5239
5240
5241 Overview of changes in GLib 2.47.5
5242 ==================================
5243
5244 * the system copy of PCRE is now used by default to implement GRegex.
5245   Configure with --with-pcre=internal if a system PCRE version
5246   is unavailable or undesired.
5247
5248 * interfaces for DTLS support have been added.  A new version of
5249   glib-networking will also be required.
5250
5251 * GDBusMethodInvocation now drops replies if the sender set the
5252   NO_REPLY_EXPECTED flag
5253
5254 * several GApplication fixes, including fixes for commandline arguments
5255   in interpreted languages on Windows
5256
5257 Bugs fixed:
5258  624186 Deprecate glib-gettext macros
5259  734095 gtk-demo.py of PyGObject fails to run on Windows (and likely other binding scripts using g_application_run())
5260  735754 Implement close on TLS GOutputStream
5261  748064 gnulib vfprintf returns desired (not actual) number of bytes, ignores errors
5262  752240 Add DTLS support to GIO
5263  755421 GDBus ignores NO_REPLY_EXPECTED flag in messages, leading to warnings on system bus
5264  756875 Include ntdef.h for NTSTATUS
5265  759554 g_application_run() calls g_main_context_default() repeatidly
5266  760199 gsettings: Install gettext ITS rules
5267  760215 G_LIKELY/_UNLIKELY macros need more parentheses
5268  760683 regex test: Check the expected PCRE exceptions at runtime
5269
5270 Translations updated:
5271  Brazilian Portuguese
5272  Czech
5273  German
5274  Lithuanian
5275  Swedish
5276
5277 Overview of changes in GLib 2.47.4
5278 ==================================
5279
5280 * The GApplication documentation has been improved in several areas.
5281
5282 * Bugs fixed:
5283  749092 gdb pretty-printers fail on Python 3 with a TypeError...
5284  757374 macros: clean up "inline" mess
5285  758641 Memory leak in g_dbus_proxy_new_for_bus_sync()
5286  759134 Add missing checks for gnulib vasnprintf()
5287  759408 Do not use uninitialized var 
5288  756475 Stop supporting non-POSIX getpwuid_r, getgrgid_r
5289  757372 GApplication: destroy the impl on shutdown
5290  728099 macros: add G_GNUC_CHECK_VERSION() for compiler checks
5291  757299 glib-compile-resources: do not leak c_name
5292  758553 Fix gettext use
5293  758823 file monitors: reorder some code to avoid segfault
5294  756214 gsettings: Don't translate ""
5295  710243 Add GParamSpec object ref management annotations
5296  735696 xdgmime: Finer handling for cases where mmap() is not available
5297  752983 gapplication: Acquire the main context before running
5298
5299 * Translation updates:
5300  Swedish
5301
5302
5303 Overview of changes in GLib 2.47.3
5304 ==================================
5305
5306 The inline cleanup in the last release accidentally removed three
5307 symbols from libglib-2.0.so.  It is unlikely that this will have caused
5308 any problems because these symbols were only backup symbols for
5309 definitions exported as inlines in the header files, but ABI is ABI.
5310
5311 This release corrects only this problem.
5312
5313 Overview of changes in GLib 2.47.2
5314 ==================================
5315
5316 * We have formalised the assumption that all compilers that are
5317   interested in support 'static inline' and simplified the macros around
5318   this considerably.  Please watch for and report unintentional fallout.
5319
5320 * New API: hardware-assisted helpers for overflow-checked integer math.
5321
5322 * other fixes
5323
5324 Bugs fixed:
5325  696324 gtester-report doesn't work with Python 3.x
5326  719966 glib: Add missing (nullable) and (optional) annotations
5327  752837 gobject and glib-compile-resources rely on .CRT$XCU section, no longer works with Win 10 UCRT (VS 2015)
5328  755364 make gtkdoc-check happy again
5329  756134 Segmentation fault on calling g_simple_action_group_add_action with bad action constructor call
5330  756179 gwin32.c: Replace VerifyVersionInfoW() with RtlGetVersion() due to API deprecation
5331  756988 GSequence should document each function's complexity
5332  757294 Move G_POLLFD_FORMAT to glibconfig.h
5333  757374 macros: clean up "inline" mess
5334  757451 doc: fix g_task_attach_source() example
5335  757628 gio tests fail to build when cross compiling 2.46.1
5336  757693 Invalid free in g_local_file_trash()
5337  757742 Fix up annotations in ghash.c
5338  758181 GTask: fix wrong example code
5339
5340 Translations updated:
5341  Greek
5342  Hebrew
5343  Hungarian
5344  Norwegian bokmål
5345  Portuguese
5346  Scottish Gaelic
5347  Simplified Chinese
5348  Spanish
5349
5350 Overview of changes in GLib 2.47.1
5351 ==================================
5352
5353 * The Unicode support has been updated to version 8.0 of the Unicode standard
5354
5355 * GDesktopAppInfo no longer sets the DISPLAY environment variable when
5356   launching apps. This is now done in the GAppLaunchContext implementations
5357   when appropriate
5358
5359 * Bug fixes:
5360  664740 Key-value file parser, space after integer
5361  687223 cleverer GThreadPool management
5362  692085 stderr and stdout are not always file descriptors 1 and 2
5363  697907 Add interface for socket-like things (GSocket, DTLS, etc)
5364  735754 Implement close on TLS GOutputStream
5365  737116 Add functions to print GSocketConnectables and addresses as strings
5366  743011 Minor additions to GError documentation
5367  749161 undefined reference to `__imp__stat32i64'
5368  749314 Cannot restore a just-trashed file
5369  751924 Add recvmmsg()-like API on GSocket
5370  752240 Add DTLS support to GIO
5371  752837 gobject and glib-compile-resources rely on .CRT$XCU section, no longer...
5372  753310 Remove `#pragma GCC system_header` from gmessages.h
5373  753935 Update example namespace and class names in GObject tutorial
5374  754855 Object instantiation documentation refers to example that no longer ex...
5375  754983 Wayland: g_desktop_app_info_launch_uris_with_spawn() forces DISPLAY va...
5376  754994 g_date_time_get_second () sometimes returns an off-by-one result
5377  755083 Clarify in G_ADD_PRIVATE that it is safe to call _get_instance_private...
5378  755351 Example still contains g_autoptr(gchar)
5379  755355 Move GStrv to glib.h so it can be used with g_auto()
5380  755374 g_variant_get_child(): flatten-first logic on '&'
5381  755496 glib 2.46 fails GStreamer test suite
5382  755609 glib 2.46.0 breaks Sun Java JVM 1.8.0.60
5383  755766 gvalue: The g_auto cleanup function assert if value is G_VALUE_INIT
5384  755795 2.46 considers empty files as octet-stream rather than text (leads to...
5385  755961 Fix up annotations in gbytes.c
5386  756053 MSVC doesn't understand the symbol 'msghdr'
5387  756054 MSVC linker error due to 'g_socket_send_message_with_timeout()'
5388  756077 testutils: remove internal ABI comment
5389  756099 g_main_context_query(): Annotate @n_fds as (in) parameter
5390  756139 musl: ctors called in the wrong order
5391  756179 gwin32.c: Replace VerifyVersionInfoW() with RtlGetVersion() due to AP...
5392  756251 The documentation of G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START is confusing
5393  756255 GOutputStream swallowing errors in splice with G_OUTPUT_STREAM_SPLICE...
5394  756316 GSequence should provide fast api to check if empty
5395  756382 snprintf used on Windows with VS2015 doesn't support %n
5396  756477 gio/gthreadedresolver.c has outdated copy of bionic headers (for android)
5397  756550 gtypes.h: Make G_MININTn literals negative
5398  756875 Include ntdef.h for NTSTATUS
5399  756952 giomodule: return a copy of module name
5400
5401 * Translation updates:
5402  Basque
5403  Czech
5404  Serbian
5405  Serbian Latin
5406  Vietnamese
5407
5408
5409 Overview of changes in GLib 2.46.0
5410 ==================================
5411
5412 * GTask no longer imposes a fixed limit on the number of tasks that
5413   can be run_in_thread() simultaneously, since doing this inevitably
5414   results in deadlocks in some use cases. Instead, it now has a base
5415   number of threads that can be used "for free", but will gradually
5416   add more threads to the pool if too much time passes without any
5417   tasks completing.
5418
5419   The exact behavior may continue to change in the future, and it's
5420   possible that some future version of GLib may not do any
5421   rate-limiting at all. As a result, you should no longer assume that
5422   GTask will rate-limit tasks itself (or, by extension, that calls to
5423   certain async gio methods will automatically be rate-limited for
5424   you). If you have a very large number of tasks to run, and don't
5425   want them to all run at once, you should rate-limit them yourself.
5426
5427 * Disable runtime-deprecation warnings
5428
5429 * Fix marshalling of flags on bigendian 64bit architectures
5430
5431 * Translation updates
5432  Brazilian Portuguese
5433  Danish
5434  German
5435  Latvian
5436  Russian
5437  Turkish
5438
5439
5440 Overview of changes in GLib 2.45.8
5441 ==================================
5442
5443 * utf8 validation and utf8-to-ucs4 conversion are faster
5444
5445 * Small speedups to property change notification
5446
5447 * Various other small optimizations for GQuark, GData
5448
5449 * Bugs fixed:
5450  696426 GParamSpecTypeInfo do not need to be static
5451  735429 Cleanup MSVC Project Files Generation
5452  738504 Optimize UTF-8 decoding by unrolling branches and expressions
5453  742903 Add missing (transfer) annotation to GString
5454  748633 g_set_object order of operations
5455  754431 Fix build of glib/gstrfuncs.c on Windows
5456  754560 gioerror: Add more mappings for WinSock error codes
5457  754582 Glib cannot compile
5458  754601 Make g_strerror work with non-glibc POSIX systems
5459  754636 tests/unicode-encoding test fails for glib 2.45.7 on x86-64
5460  754788 more g_strerror stuff
5461  754831 autocleanups: Add GString type
5462  754924 Improve test coverage of g_utf8_validate() by added known-...
5463  754986 Avoid unnecessary signal emission during draw
5464
5465 * Translation updates:
5466  Italian
5467  Kazakh
5468  Korean
5469  Lithuanian
5470  Slovenian
5471  Swedish
5472
5473
5474 Overview of changes in GLib 2.45.7
5475 ==================================
5476
5477 * Add G_FILE_ATTRIBUTE_STANDARD_IS_VOLATILE for use by non-POSIX-like
5478   backends (e.g. cloud storage).
5479
5480 * GFileMonitor: Make the inotify backend work with atomic renames again
5481
5482 * GSettings: change notification is again working unconditionally
5483
5484 * GListStore has a sort function now
5485
5486 * Test infrastructure:
5487  - Tests are now required to have unique names
5488  - TAP support has been improved
5489  - A macro for asserting that two memory regions have identical content
5490    has been added
5491
5492 * Bugs fixed:
5493  708525 A "g_file_query_info" on the file path "/sys/kernel/debug/hid"...
5494  742849 inotify: send paired events to both sides
5495  744060 Update GObject tutorial documentation to use G_DECLARE_FINAL_T...
5496  747364 Fix GError leak in g_file_query_writable_namespaces()
5497  749492 Support file creation time on FreeBSD and NetBSD
5498  752769 (g_socket_receive_message | g_socket_send_message) performance
5499  753745 glib-genmarshal still needed for cross-compilation
5500  754152 Add g_list_store_sort
5501  754211 Memory leak in g_file_enumerator_iterate ()
5502  754264 GLib 2.44 certificate chain construction fails if the PEM incl...
5503  754283 gtestutils: add g_assert_cmpmem()
5504  754284 gtestutils: print the TAP test plan first, not last
5505  754286 misc gtestutils fixes
5506  754307 size of array '_GStaticAssertCompileTimeAssertion_3387' is neg...
5507
5508
5509 * Translation updates:
5510  Chinese (Taiwan)
5511  French
5512  Galician
5513  Greek
5514  Hebrew
5515  Hungarian
5516  Indonesian
5517  Polish
5518  Portuguese
5519
5520
5521 Overview of changes in GLib 2.45.6
5522 ==================================
5523
5524 * Fix a test failure and a build failure
5525
5526 Overview of changes in GLib 2.45.5
5527 ==================================
5528
5529 * GNetworkMonitor now provides information about metered networks
5530
5531 * g_mem_set_vtable has been deprecated; it has not been working for
5532   quite a while. The recommendation is to use valgrind, or replace
5533   malloc itself.
5534
5535 * Bugs fixed:
5536  656325 Make GDBusInterfaceVTable binding friendly
5537  741779 Documentation tweaks addressing real-world API misuses
5538  741822 Fails to build with VS 2015
5539  742386 gdbusconnection: Don't g_printerr() when exiting
5540  743018 gobject: Add more cross-links between documentation pages
5541  750282 Add g_network_monitor_get_network_metered() to get if the connection...
5542  751358 GFileMonitor doesn't react to "mv some-file watched-file"
5543  751592 Stop using GMemVtable
5544  751598 Stop 'handle-local-options' propagation when callback reports an err...
5545  751610 g_str_hash produces collisions with strings of length 2
5546  751751 Wrong docs of g_async_queue_remove
5547  752210 gdbus command crashes with SIGSEGV
5548  752656 gdbusconnection: Fix signal subscription documentation
5549  752767 Fix typo in g_hash_table_replace() documentation
5550  753278 gdbus: Don't use g_assert_no_error() GDBusObjectManagerServer
5551  753285 g_menu_item_set_icon fails if called with NULL icon
5552
5553 * Translation updates:
5554  Catalan
5555  Czech
5556  French
5557  Indonesian
5558  Lithuanian
5559  Norwegian bokmål
5560  Slovak
5561  Spanish
5562  Thai
5563  Turkish
5564
5565
5566 Overview of changes in GLib 2.45.4
5567 ==================================
5568
5569 * Bugs fixed:
5570  727829 win32: glibconfig.h.win32 updates
5571  741901 Clang cannot know that g_error don't return
5572  746339 GSocket kills process when fd is not a socket
5573  747676 gio/tests/socket fails: test_fd_roundtrip
5574  748610 Some tests fail with non-English locales
5575  749911 g_inet_address_to_string broken on XP/2003
5576  749912 g_inet_address_new_from_string broken on XP/2003
5577  750625 Should dismiss Software Updates Available notification after...
5578  750807 G_BREAKPOINT doesn't work as intended on Darwin
5579  751160 gtask does unnecessary work
5580  751672 -Wduplicate-decl-specifier in glib/tests/keyfile.c
5581  751731 GFile/DirectoryMonitor emit move events with other_file=NULL
5582  751737 gio/tests/appmonitor test fails in 2.45.3
5583  751798 Wrong enum type used in some test-cases
5584  752089 make gsocketservice::active a property
5585  752293 small cleanup: use list_free_full
5586
5587 * Translation updates:
5588  Greek
5589  Hebrew
5590  Portuguese
5591
5592
5593 Overview of changes in GLib 2.45.3
5594 ==================================
5595
5596 * Improve performance of g_signal_handler_disconnect for signals
5597   with many handlers
5598
5599 * GDBus has gained a new call flag to allow interactive authorization
5600
5601 * GSettings:
5602  - New API: g_settings_schema_list_keys
5603  - Deprecated: g_settings_list_keys
5604
5605 * OS X:
5606  - Implement GNotification
5607  - Bump the OS X requirement to 10.9
5608
5609 * Windows:
5610  - Add registry reading API
5611  - Reimplement GAppInfo using registry information
5612
5613 * Bugs fixed:
5614  666831 Support URI opening on W32
5615  728489 property action with inverted boolean state
5616  730168 Incorrect annotation on g_action_group_get_action_state_type return...
5617  733325 Several regex tests fail with pcre3 8.35
5618  734888 GLib has no helper functions to work with W32 Registry
5619  737009 signal handler lookup doesn't scale
5620  738185 Misleading language about "file name encoding" in the docs on g_env...
5621  738504 Optimize UTF-8 decoding by unrolling branches and expressions
5622  739122 glib not handling -1 return ("no limit") from sysconf (_SC_THREAD_S...
5623  739424 gnome-shell crashes when files are added, deleted, or modified in $...
5624  739616 DBus; Add new call flag to allow interactive authorization
5625  740308 Add g_settings_schema_list_keys() method
5626  740516 RFE: please provide an introspectible version of g_log_set_handler
5627  741788 Document GSettings build system integration
5628  745013 GBinding not thread safe
5629  747146 Implement GNotification on OSX
5630  747941 try XDG_RUNTIME_DIR/bus before falling back to X11 autolaunch (dbus...
5631  748727 Filechooser dialog shows no icons for directories on W32
5632  749693 GActionGroupExporter: flush queue on requests
5633  750203 GNetworkMonitorNetlink hangs in user namespace
5634  750322 gapplication: Make sure --help output is translated
5635  750344 GTlsInteractionClass is missing from doc
5636  750369 Various GBinding cleanups
5637  750386 Race condition in g_io_condition_get_type
5638  750399 Typo "equilalent" in glib documentation's glib-Error-Reporting.html...
5639  750573 GTlsDatabaseClass is not documented
5640  750918 genmarshal: silence register storage class warnings
5641  751122 gsocket: avoid unnecessary g_socket_cond_wait() in _send_messages()
5642  479730 The "g_key_file_set_comment" interface prepends '#' character to...
5643
5644 * Translation updates:
5645  Hungarian
5646  Spanish
5647
5648
5649 Overview of changes in GLib 2.45.2
5650 ==================================
5651
5652 * Improve error reporting in glib-compile-schemas.
5653
5654 * Add introspection annotations to GListStore.
5655
5656 * Bugs fixed:
5657  696749 win32 : failed to compile because of careless mistake in the code
5658  723394 const parameter to GtkPopover gtk_popover_set_pointing_to
5659  724113 gdbus-connection-loss test can fail on slow machines
5660  725981 tap-driver.sh: internal error getting exit status
5661  733325 Several regex tests fail with pcre3 8.35
5662  744895 Unknown or unsupported transport 'this-should-not-be-used-and-will...
5663  747882 gtype: Bump allowed number of children
5664  748534 gtest: if a subprocess assertion fails, print its stdout and stderr
5665  748612 de_DE locale used in option-context test is not supported by FreeBSD
5666  748614 Double unref in g_socket_listener_add_inet_port
5667  748834 glocalfilemonitor: Emit notification on rate limit change
5668  749079 gdbus-peer test: TCP tests can fail with ECONNRESET due to a race...
5669  749080 gdatetime test: fails if close to rollover between seconds
5670  749180 gnetworkaddress: add return type annotation to parse methods
5671  749352 g_binding_unbind() fails when source is also the target
5672  749353 GBinding does not connect to the detailed notify signal
5673
5674 * Translation updates:
5675  Catalan
5676  French
5677  Slovak
5678  Thai
5679
5680
5681 Overview of changes in GLib 2.45.1
5682 ==================================
5683
5684 * The GSettings schema compiler, glib-compile-schemas has been changed
5685   to reject schema xml that has duplicate <summary> or <description>
5686   elements. Such elements typically occur when translations are merged
5687   into the schema, with xml:lang attributes. This is not the correct
5688   way to translate schemas. Instead keep the translations in the .mo
5689   file and set the gettext-domain attribute on the <schemalist> element.
5690
5691 * The file monitoring infrastructure has been rewritten, and all backends
5692   have seen major improvements.
5693
5694   The inotify backend is reporting events with less delay (no event will
5695   be delayed more than 10ms) and wakeups due to file monitoring have been
5696   significantly reduced. A CHANGES_DONE event will also be sent when new
5697   files appear.
5698
5699   The poll implementation is now using the thread default main context.
5700
5701   The fam implmentation is now running in the worker thread.
5702
5703   The fen implementation has been removed, since it was unmaintained.
5704
5705 * The GSettings schema compiler, glib-compile-schemas, is more strict
5706   about rejecting schemas with xml:lang style merged translations.
5707   Schema translations should be done by specifying the gettext domain
5708   in the xml, and keeping the translations in gettext. To avoid breaking
5709   already-installed schemas, this change is only taking effect when
5710   you use the --strict option.
5711
5712 * The hardcoded 10-thread limit of GTask's thread pool has been removed,
5713   since it was prone to causing deadlocks. The thread pool is now allowed
5714   to grow dynamically and will shrink back over time.
5715
5716 * GSimpleAsyncResult has been deprecated in favor of GTask.
5717
5718 * The algorithm used by GAppInfo to find default handlers for mime types
5719   has been tweaked to prefer apps that handle the specific subtype over
5720   default handlers for a generic supertype.
5721
5722 * Bug fixes:
5723  627285 inotify file monitor hardwired delay
5724  631597 Segmentation fault in append_escaped_text
5725  661767 merge/improve various bits of run-in-thread functionality
5726  687223 cleverer GThreadPool management
5727  711547 win32: silence some build warnings
5728  719966 glib: Add missing (nullable) and (optional) annotations
5729  726447 Possibly an error in text string
5730  728663 W32: wrong stat struct is used when built with MinGW-w64
5731  728669 W32: GLocalFile can't measure size of files larger than 2^32...
5732  730188 gsocket: Document FD ownership with g_socket_new_from_fd()
5733  733325 Several regex tests fail with pcre3 8.35
5734  738207 Add a way to set SO_SENDBUF and SO_RECVBUF on listener (and...
5735  739850 GClosure: add valgrind hints
5736  741791 gmain: Save errno when handling unix signals
5737  744282 gvfs-open for application/x-virt-viewer changed behaviour bet...
5738  745255 Add support for copying sessions between GTlsClientConnections
5739  745745 gdbus: fix out-of-bound array access
5740  745821 Don't use __alloc_size__ attribute with clang
5741  746749 GLib-GIO:ERROR:inotify-kernel.c:327:ik_source_dispatch: ass...
5742  746753 Glib-compile-resources --generate-header not using ".h" as ...
5743  747209 glib-compile-schemas ought to reject repeated <summary> and...
5744  747349 Conversion of gdbus to use GTask causes deadlocks
5745  747363 gatomic: Add missing new line in API doc comment
5746  747472 Don't ignore already-installed schemas with multiple <summa...
5747  747541 gdbus segfaults with invalid --dest
5748  747772 Having hardcoded utf8 strings in the source code does not p...
5749  748019 gsocketconnection: Fix copy-pasto in documentation
5750  748177 not all test schemas are distributed, "make distcheck" fails
5751
5752 * Translation updates:
5753  Basque
5754  Czech
5755  Danish
5756  Finnish
5757  German
5758  Hebrew
5759  Icelandic
5760  Norwegian bokmål
5761  Russian
5762  Turkish
5763
5764
5765 Overview of changes in GLib 2.43.92
5766 ===================================
5767
5768 GLib is now considered frozen.  We do not expect any major changes
5769 before the release of 2.44.0.
5770
5771  * GUnixMountMonitor now properly supports multiple main contexts
5772
5773  * many documentation improvements and cleanups.  We are now
5774    approaching a point where the documentation is 100% complete and the
5775    xml will build without warnings.  This will probably be enabled by
5776    default in the next cycle.
5777
5778  * new support for HTTP proxies in GIO
5779
5780  * new GTask:completed property
5781
5782  * use "private" futexes in order to further improve the performance of
5783    the contended case of GMutex and g_bit_lock()
5784
5785 Bugs fixed:
5786  614684 Make various parts of GObject const-correct
5787  730352 Use inet_pton(), if_nametoindex() and if_indextoname() for newer versions of Windows
5788  733876 Proxy protocol 'http' is not supported.
5789  741442 threads: use FUTEX_WAIT_PRIVATE and FUTEX_WAKE_PRIVATE if possible
5790  742599 Clean up GUnixMountMonitor
5791  743636 gtask: Add a GTask:completed property
5792  743661 g_win32_check_windows_version() is missing from doc
5793  744722 docs: Expand introduction to mention using async calls over sync ones
5794  745589 [Patch] gio: add some missing autocleanup
5795  745634 [GNotifications] Use themed icon as icon-name
5796
5797 Translations updated:
5798  Bosnian
5799  Bulgarian
5800  Catalan
5801  Czech
5802  French
5803  German
5804  Greek
5805  Hungarian
5806  Italian
5807  Kazakh
5808  Korean
5809  Latvian
5810  Lithuanian
5811  POTFILESin
5812  Polish
5813  Russian
5814  Serbian
5815  Slovak
5816  Slovenian
5817  Spanish
5818  Swedish
5819  Vietnamese
5820  pa  for Gnome
5821
5822 Overview of changes in GLib 2.43.91
5823 ===================================
5824
5825 We have now added 'g_autofree' as a libgsystem-style autocleanup macro
5826 that calls g_free() on the content of a local variable when it leaves
5827 scope (working only on GCC and clang).
5828
5829 GApplication now has an "is-busy" property, allowing one to query the
5830 effective busy state.
5831
5832 There have been various other bugfixes and cleanups.
5833
5834 Bugs fixed:
5835  661554 GIO's use of GError is wrong
5836  744263 Fix format specifier for __LINE__ in G_OBJECT_WARN_INVALID_PSPEC
5837  744565 gapplication: add bind_busy_property()
5838  744747 Add g_autofree
5839  744756 Can't find out if gapplication is marked as busy
5840  744830 autocleanups: Add GArray and GPtrArray
5841  744876 Unclean exit from from g_application_run
5842  745239 g_property_action_new missing type annotation
5843
5844 Translations updated:
5845  Chinese (Taiwan)
5846  French
5847  Galician
5848  Lithuanian
5849  Slovak
5850
5851 Overview of changes in GLib 2.43.90
5852 ===================================
5853
5854 * new GSimpleIOStream class to construct a GIOStream from an arbitrary
5855   GInputStream and GOutputStream
5856
5857 * GApplication: new API for marking 'busy' state according to the value
5858   of a boolean property on another object
5859
5860 * GOptionGroup: add binding support (boxed type, annotation fixes, etc.)
5861
5862 Bugs fixed:
5863  739724 Test functions should have async scope
5864  741024 glist: Mention that g_list_length() is bad for checking list emptiness
5865  741630 Add GSimpleIOStream class
5866  743349 goption: Add boxed type for GOptionGroup
5867  743990 GDBus connection closing is broken
5868  744565 gapplication: add bind_busy_property()
5869
5870 Translations updated:
5871  Greek
5872  Italian
5873  Norwegian bokmål
5874  Russian
5875  Slovenian
5876  Swedish
5877
5878 Overview of changes in GLib 2.43.4
5879 ==================================
5880
5881 * GType now has type declaration macros G_DECLARE_DERIVABLE_TYPE,
5882   G_DECLARE_FINAL_TYPE and G_DECLARE_INTERFACE, which significantly reduce
5883   the boilerplate needed for GObject types and interfaces.
5884
5885 * g_autoptr and g_auto are macros for declaring variables with automatic
5886   cleanup. They only work with gcc and clang.
5887
5888 * GListModel is a new interface that represents a dynamic list of GObjects.
5889
5890 * GListStore is a GSequence-based implementation of GListModel.
5891
5892 * Support thread names on OS X
5893
5894 * g_simple_action_set_state_hint: New function to set the state hint
5895   of GSimpleActions
5896
5897 * g_win32_check_windows_version: New function to check Windows version
5898
5899 * g_settings_schema_list_children and g_settings_schema_key_get_name
5900   are new functions to complete the GSettingsSchema API.
5901
5902 * Bugs fixed:
5903  389585 G_DEFINE_TYPE hack for header files
5904  729351 Add GListModel
5905  736914 Docs: various fixes and improvements
5906  741807 Add thread name support on OS X and iOS
5907  741895 gwin32: Add Simple API to check whether we are on at least a v...
5908  742456 object: Add g_steal_pointer() convenience function to mark own...
5909  743508 polkitd fails to start: patch for gio/gcredentialsprivate.h
5910  743517 GSettings API is missing some introspection functions
5911  743521 GSimpleAction: add g_simple_action_set_state_hint
5912  743596 G_DECLARE_DERIVABLE_TYPE() should allow additional typedef for...
5913  743640 add __attribute__((cleanup)) support
5914  743827 Fix build of GListModel (on Visual Studio)
5915  743927 GListStore: add sorted insert function
5916  743936 glib: handle unsigned modifier for long long in internal printf
5917  744012 Add GMutexLocker
5918  744190 Fix build on Compilers That Do Not Use inline for Plain C Code
5919
5920
5921 Overview of changes in GLib 2.43.3
5922 ==================================
5923
5924 * add g_set_object() convenience function
5925
5926 * GNetworkMonitor: check if NM is not running and don't crash
5927
5928 * fix some races with g_mkdir_with_parents
5929
5930 * fix some warnings in MSVC
5931
5932 * avoid use of G_STRLOC in G_OBJECT_WARN_INVALID_PSPEC in order to save
5933   on static strings
5934
5935 * fix some content type vs. mime issues
5936
5937 * documentation improvements
5938
5939 * Bugs fixed:
5940  719455  g_file_make_directory_with_parents() can erroneously throw G_IO_ERROR_EXISTS
5941  732439  GSocket: avoid unnecessary g_socket_wait_condition() for blocking sockets
5942  734946  Implement GContentType on OSX
5943  741589  gobject: Add g_set_object() convenience function to set GObject pointers
5944  741653  gnetworkmonitornm: Check if network-manager is running
5945  741654  [patch] gobject: don't use G_STRLOC in G_OBJECT_WARN_INVALID_PSPEC() macro
5946  741707  Gsocket blocks trying to send data
5947  741788  Document GSettings build system integration
5948  742548  configure.ac: stay out of autoconf's namespace
5949  742851  avoid MSVC warnings in G_STMT_END
5950  742972  ggettext: Include an example of setlocale() and friends in the i18n docs
5951  743014  gtestutils: Add an example of using test fixtures 
5952
5953 * Translations updated:
5954  Basque
5955  Brazilian Portuguese
5956  Spanish
5957
5958 Overview of changes in GLib 2.43.2
5959 ==================================
5960
5961 * New function: g_strv_contains
5962
5963 * New function: g_network_address_new_loopback
5964
5965 * New function: g_socket_send_messages
5966
5967 * A new GNetworkMonitor implementation using NetworkManager provides
5968   more detailed connectivity information
5969
5970 * Bugs fixed:
5971   11059 Linux poll issue
5972  664562 captive wifi portal support for GNetworkMonitor
5973  685880 Add g_strv_contains()
5974  712570 Hang in g_threaded_socket_service_func
5975  719646 GSocket: add g_socket_send_messages() to send multiple messages...
5976  728928 Provide separate error code for "Connection reset by peer"
5977  732317 Support GSocketConnectable for loopback addresses
5978  740814 "make check" should ensure that every symbol is documented
5979  740848 Backend subscription fails when connecting to a signal with a d...
5980  741016 gio: add G_IO_ERROR_NOT_CONNECTED
5981  741226 keyfile: Add "in group" to GError message consistently
5982
5983 * Translation updates:
5984  Gujarati
5985  Hebrew
5986  Hungarian
5987  Kannada
5988  Turkish
5989  Vietnamese
5990
5991
5992 Overview of changes in GLib 2.43.1
5993 ==================================
5994
5995 * GQueue now accepts NULL as a sibling in g_queue_insert_before() and
5996   g_queue_insert_after()
5997
5998 * Bugs fixed:
5999   11059 Linux poll issue
6000  726037 Add G_PARAM_READWRITE value to the GParamFlags enumeration
6001  727988 GMemoryOutputStream hangs when writing more than 1GiB
6002  729739 tlscertificate: add support for loading certificate chains
6003  733791 GSettings: delay backend subscription
6004  736286 Clarify g_file_replace behavior with etags
6005  736620 GQueue: accept NULL sibling for insert_before() and insert_after()
6006  737150 GLib-GIO-WARNING **: Failed to parse translated string 'visible-name...
6007  737160 unhelpful error message
6008  738259 GDBusInterfaceVTable: clarify memory handling for the method() virt...
6009  738551 'interface' variable conflicts with Windows defines
6010  738633 Need to disable SSLv3 in glib-networking
6011  740157 <app> --help doesn't work even when options were added
6012  740309 Fix docs in g_strfreev
6013  740413 Fix the GSettings Registry Backend 
6014
6015 * Translation updates:
6016  Norwegian bokmål
6017
6018
6019 Overview of changes in GLib 2.43.0
6020 ==================================
6021
6022 * GObject gained a debug option to provide instance counts. To use it,
6023   set GOBJECT_DEBUG=instance-count and call g_type_get_instance_count().
6024
6025 * GOption now has a strict POSIX mode in which it stops parsing arguments
6026   as soon as a non-option argument is encountered.
6027
6028 * Bugs fixed:
6029  354457 Feature Proposal: Per-Type Statistics for Instantiable GTypes
6030  695082 g_hash_table_remove_all is not save against a call to g_hash_table_remove
6031  723160 GOption: add strict posix mode
6032  728256 gcredentials: add NetBSD support
6033  729739 tlscertificate: add support for loading certificate chains
6034  733338 Don't segfault in GNetworkMonitor when IPv6 support is unavailable
6035  736273 gdesktopappinfo: Use symbolic names in the code
6036  736284 Keep only one list of signal emissions
6037  736806 gtask: Fix reference count loop causing leaks
6038  736914 Docs: various fixes and improvements
6039  737143 Include <stdint.h> in glib/valgrind.h
6040  737259 gcancellable: Clarify that GSources hold references to GCancellables
6041  737338 gmain: Unref child sources when finalising a GSource
6042  737446 tests: Fix some minor leaks in the unit tests
6043  737451 Provide api to read_all_async
6044  737741 g_datalist_id_get_data assertion fails for non-existant keys
6045  737869 GApplication command line handling breaks --help
6046  738170 g_byte_array_new_take() doesn't initialize array->alloc
6047  738197 g_cond_timed_wait() doesn't time out on Mac OS X
6048  738374 gfile: g_file_equal (x, x) is TRUE
6049  738675 GSubprocessLauncher is missing some data on the docs 
6050
6051 * Translation updates:
6052  Bengali (India)
6053  Bulgarian
6054  Gujarati
6055  Italian
6056  Telugu
6057
6058
6059 Overview of changes in GLib 2.42.0
6060 ===================================
6061
6062 All changes in this release are trivial in nature.
6063
6064  - introspection warning fixes
6065
6066  - g_application_add_main_option now uses an enum instead of an 'int'
6067    for the type of a parameter
6068
6069  - added a G_OPTION_FLAG_NONE so that people don't need to use 0
6070
6071  - gresource: Use GError in more places
6072
6073  - gresource commandline tool: improve extraction from multiple sections
6074
6075  - GSource now takes the context lock (if any) in g_source_set_name()
6076
6077  - new documentation to clarify the use of some APIs related to
6078    GVariant, GSource, GApplication
6079
6080  - other minor updates to docs
6081
6082 * Bugs fixed
6083  736683 Thread safety issues with g_main_context_find_source_by_id
6084  736975 [patch] please document that GVariant serialization needs an
6085         out-of-band length field
6086
6087 * Translation updates
6088  Danish
6089  Hindi
6090  Marathi
6091  Punjabi
6092  Serbian
6093  Simplified Chinese
6094
6095 Overview of changes in GLib 2.41.5
6096 ==================================
6097
6098 * Bug fixes:
6099  735819 single native credential struct used for two purposes
6100  735915 glib-building.html uses --enable-gcov instead of --enable-coverage
6101  736350 GDesktopAppInfo: avoid polling on missing desktop dirs
6102  736351 Don't use issetugid() on Android
6103         Fix the default application logic in GDesktopAppInfo
6104  736458 Only use rand_s() when targetting Visual Studio >= 2005
6105
6106 * Translation updates
6107  Galician
6108  Hungarian
6109  Indonesian
6110  Kannada
6111  Latvian
6112  Polish
6113  Russian
6114  Slovenian
6115  Tamil
6116
6117
6118 Overview of changes in GLib 2.41.4
6119 ==================================
6120
6121 * GApplication now has binding-friendly API to handle
6122   commandline options: g_application_add_main_option
6123
6124 * G_GNUC_BEGIN_IGNORE_DEPRECATIONS works with clang
6125
6126 * Bugs fixed:
6127  583330 poll list of mounted file systems (no mtab support)
6128  727455 Command line option parsing from bindings
6129  734126 add G_GNUC_BEGIN_IGNORE_DEPRECATIONS macro for clang
6130  735179 gsocketclient: Handle cancellation between CONNECTING...
6131  735297 Docs claim that GThread struct is deprecated 
6132
6133 * Translation updates:
6134   Assamese
6135   Catalan
6136   Catalan (Valencian)
6137   Czech
6138   French
6139   German
6140   Greek
6141   Hebrew
6142   Korean
6143   Oriya
6144   Traditional Chinese
6145
6146
6147 Overview of changes in GLib 2.41.3
6148 ==================================
6149
6150 * g_clear_pointer and g_clear_object no longer use atomics
6151
6152 * Bugs fixed:
6153  711547 win32: silence some build warnings
6154  725511 Compiled resource files should have the same /-separators everywhere
6155  725513 Some tests fail to build on W32
6156  725514 W32: gfileutils does not preserve errno correctly
6157  725515 test-printf fails on W32
6158  728730 gsocket: Set SO_NOSIGPIPE on sockets on Darwin
6159  729703 Leaks a GError in g_file_move
6160  730932 statically assert that reasonable assumptions about enums are true
6161  732085 gtype: Fast-path for g_type_is_a
6162  732754 GDBusMessage: optimise (de)serialisation of fixed arrays
6163  733345 ginetaddress: Add a precondition to g_inet_address_new_from_string()
6164  733576 Patches from static analysis run on 2.40
6165  733715 glib's configure.ac makes accidentally use of nested function
6166  733934 win32: improve the package installation dir lookup
6167  733960 W32: spawning a console process creates a new window when stdout...
6168  733969 Remove atomic aspects of g_clear_pointer/object
6169  733982 Do not crash when checking whether an instance type is of a given...
6170  734035 gedit hangs up when there's no GSettings key in the registry 
6171
6172 * Translation updates:
6173  Basque
6174  Brazilian Portuguese
6175  Lithuanian
6176  Slovenian
6177  Spanish
6178
6179
6180 Overview of changes in GLib 2.41.2
6181 ==================================
6182
6183 * The Unicode support has been updated to version 7.0
6184   of the Unicode standard
6185
6186 * GNotification now supports priorities for notifications
6187
6188 * GCredentials has gained NetBSD support
6189
6190 * GMutex now uses a faster, native implementation on Linux
6191
6192 * Bugs fixed:
6193  699132 Pluggable event loop backends
6194  720708 g_assert_warning(): number of arguments doesn't match for...
6195  722092 Add GtkApplication resources support
6196  724986 Change gio/data-to-c.pl to /usr/bin/env perl.
6197  727974 Fix up failure-to-see-expected-message logging
6198  728256 gcredentials: add NetBSD support
6199  728401 GDateTime: Add guards to g_date_time_new()
6200  729825 Formatting of g_alloca documentation
6201  729914 instead of DEBUG_CODE and IF_DEBUG, provide a common macro...
6202  730293 clang++-3.4: error: 'register' storage class specifier is ...
6203  731339 giochannel: avoid setting uninitialised length
6204  731424 #ifdef spaghetti for load_user_special_dirs() implementations
6205  731623 GNotification: add support for a priority setting
6206  731929 update tables to unicode 7.0.0
6207  731950 gvalue: New g_value_from_instance
6208  731986 GLib: implement GMutex natively on Linux
6209  732184 GObject: warn on use of deprecated properties
6210  732357 Docs: various fixes and improvements
6211  732429 GActionEntry: improve documentation
6212  732465 Fix build on x64 Visual C++ builds
6213  732704 Docs: various fixes and improvements
6214  732739 ginetsocketaddress: Explicitly initialise flags for getaddr...
6215  732754 GDBusMessage: optimise (de)serialisation of fixed arrays
6216  732984 g_object_ref(NULL) in g_dbus_object_manager_client_finalize
6217  733084 Typos in g_bytes_hash() and g_time_zone_find_interval() docs
6218  733146 spawn helper does not use correctly the parameters 
6219
6220 * Translation updates:
6221  Lithuanian
6222
6223
6224 Overview of changes in GLib 2.41.1
6225 ==================================
6226
6227 * Bug fixes:
6228  697229 Custom Interface implementations will be broken with glib 2.37/38
6229  698614 GObject: prevent installing properties after init
6230  729269 gvariant: Fix confusion between type and format strings in the docs
6231  730198 broken valgrind.h leads to crashes in g_type_free_instance on mingw64
6232  730807 GMutex performance regression
6233  730963 gconvert: mention that the g_convert len should be in bytes
6234  730984 Faster instance type check for fundamentals
6235  731050 <structname> tags appear in documentation
6236  731200 unconditional 'notify' during g_object_set() is problematic
6237  731335 gtype: guard uses of new fundamental type check
6238  731341 gparam: change value of G_PARAM_EXPLICIT_NOTIFY
6239  731366 run-assert-msg-test.sh gdb leaves assert-msg-test zombie
6240  731425 giomodule protects function-call with different token than function...
6241  731513 clang: build failure: implicit declaration of function '__atomic_load_4'
6242  731584 gbookmarkfile: Cleaner error handling code to pacify static analysis
6243  731657 Prevent an invalid @CARBON_LIBS@ from appearing in the .pc files
6244  731979 docs: Correct param to interface's default_init()
6245  731996 Return folder as icon for directories
6246  732002 gwakeup: Clarify buffer sizing in g_wakeup_signal()
6247  732005 Remove unused assignments
6248  732019 gtestdbus: Don’t close stdout for dbus-daemon
6249  732068 gsignal: Add an example to the g_signal_connect_swapped() documentation
6250  732081 gsocket: Document that g_socket_create_source() holds a socket ref
6251  732107 gsocketlistener: Reconsider closing sockets on listener finalisation
6252
6253
6254 Overview of changes in GLib 2.41.0
6255 ===================================
6256
6257 * Many bugfixes found by static analysis, including potential fd leaks
6258   and NULL pointer dereferences.
6259
6260 * Increased use of (nullable) attribute on out values and return types
6261   now that it is supported (mostly from porting Vala metadata).
6262
6263 * use XDG_CURRENT_DESKTOP for OnlyShowIn/NotShowIn handling of desktop
6264   files, deprecating g_desktop_app_info_set_desktop_env()
6265
6266 * add support for g_desktop_app_info_get_implementations() to find
6267   desktop files that have an Implements= line for a given interface
6268
6269 * GHmac has gained SHA-512 support
6270
6271 * support the new mimeapps specification (most notably, moving the
6272   assoications/defaults configuration to ~/.config/mimeapps.list).
6273
6274 * libgobject is now linked -Wl,-z,nodelete when possible to avoid errors
6275   when gobject is used from a module for a program that does not itself
6276   use gobject and that module is unloaded/reloaded
6277
6278 * ... and many other bug fixes.
6279
6280  623552 glib warns if backtrace.py is not present
6281  667468 glib-2.30.2: ipv6 tests fail when no ipv6 support is available
6282  668152 -framework Carbon linker flag not passed to pkg-config .pc files
6283  707298 libgobject should be linked with -Wl,-z,nodelete
6284  712391 Add g_desktop_app_info_get_implementors()
6285  722723 Infinite recursion when calling g_io_stream_close_async() from libsoup
6286  724741 hmac: Fix support for SHA-512 in GHmac
6287  726040 networkaddress: fix parsing of uri with @ after authority
6288  726318 gio: Document that GSocket is not thread safe
6289  726611 socketclient: Leak on cancellation
6290  726872 gio: Add names to idles and timeouts
6291  727119 wrong IN6_IS_ADDR_MC_LINKLOCAL usage break android build
6292  727123 GNotification: Some small documentation fixes
6293  727320 docs: Remove escaping '\' from literals
6294  727551 Check use_count of GApplication in g_application_release()
6295  727559 g_file_copy: Don't set GError when we intend to ignore errors
6296  727692 gio/gtlscertificate.c -- broken PEM-file processing (affects local CA root stores, for starters)
6297  727890 soup_content_sniffer_real_sniff segfault
6298  727900 gio: Add newer dbus UnknownXxxx and PropertyReadOnly errors
6299  727928 gapplication-tool fixes
6300  727939 INTLLIBS are always appended in configure checks
6301  727964 g_io_extension_point_get_extension_by_name: Warn, but don't crash, for NULL inputs
6302  728040 Implement new mimeapps spec
6303  728066 Deal with startup notify id being NULL
6304  728280 platform_get_argv0: fix sysctl(3) use on OpenBSD
6305  728285 docs: Use markdown links in .h files, too
6306  728350 gaction: Minor clarifications in the GAction documentation
6307  728380 docs: Remove <!-- --> comment before plural s
6308  728565 gfile: More explicitly document the context for GFileProgressCallback
6309  728983 Docs: various fixes and improvements
6310  729167 gobject: Document that classes/objects/interfaces are zero-filled
6311  729563 GOption: A short option's value is included in G_OPTION_REMAINING
6312  729813 AppInfo: use XDG_CURRENT_DESKTOP for OnlyShowIn
6313  729875 gio: cleanup gdbusmessage.c file
6314  730045 Avoid overeager warning about deprecated properties
6315  730189 gtestutils: Fix a very unlikely FD leak in test fork handling
6316  730190 gsocket: Add missing preconditions to g_socket_send_message()
6317  730277 gthread: Fix use of a local variable after it went out of scope
6318  730278 gsubprocess: Add a missing va_end() call
6319  730295 gdbus-tool: Remove dead variables
6320  730493 Port annotations from Vala metadata
6321
6322 Translations updated:
6323  Basque
6324  Brazilian Portuguese
6325  Catalan
6326  Czech
6327  Danish
6328  Greek
6329  Hebrew
6330  Hungarian
6331  Punjabi
6332  Serbian
6333  Slovenian
6334  Spanish
6335  Ukrainian
6336
6337 Overview of changes from GLib 2.39.91 to GLib 2.39.92
6338 =====================================================
6339
6340 This is a release candidate for 2.40.0.
6341
6342 * g_test_run() no longer runs tests in exactly the order they are
6343   registered; instead, it groups them according to test suites (ie,
6344   path components) like the documentation always claimed it did. In
6345   some cases, this can result in a sub-optimal ordering of tests,
6346   relative to the old behavior. The fix is to change the test paths to
6347   properly group together the tests that should run together. (eg, if
6348   you want to run test_foo_simple(), test_bar_simple(), and
6349   test_foo_using_bar() in that order, they should have test paths like
6350   "/simple/foo", "/simple/bar", "/complex/foo-using-bar", not
6351   "/foo/simple", "/bar/simple", "/foo/using-bar" (which would result
6352   in test_foo_using_bar() running before test_bar_simple()).
6353
6354   (The behavior actually changed in GLib 2.36, but it was not
6355   documented at the time, since we didn't realize it mattered.)
6356
6357 There are no major changes in this release, but a few serious bugs have
6358 been fixed.
6359
6360 * Bugs fixed:
6361  710367 Crash in g_settings_backend_dispatch_signal()
6362  723899 G_DEFINE_TYPE() causes compiler warnings with clang due to foo_get_instance_private
6363  724859 Let the test_wait_until() test also run on non-*nix
6364  724916 gio unmount code makes XFCE's Thunar crash
6365  725651 GSubprocessLauncher: Does not copy the calling process environment.
6366  725656 Unskip GVariantDict
6367  725891 gio tests: add codegen to BUILT_SOURCES
6368  726046 Recent commit created symbolic icons issues
6369
6370 * Translations:
6371  Chinese
6372  French
6373  Korean
6374  Latvian
6375  Norwegian bokmål
6376  Portuguese
6377  Russian
6378  Traditional Chinese
6379
6380 Overview of changes from GLib 2.39.90 to GLib 2.39.91
6381 =====================================================
6382
6383 This release introduces a hard dependency on present and functioning
6384 clock_gettime() and CLOCK_MONOTONIC.  It also introduces a dependency on
6385 pthread_condattr_setclock() unless your system happens to have
6386 pthread_cond_timedwait_relative_np() (as do Mac OS and Android).  This
6387 release is known to be broken with at least GNU/Hurd, pending addition
6388 of working pthread_condattr_setclock(CLOCK_MONOTONIC) there.
6389
6390 New API: g_str_to_ascii()
6391
6392 * Fixed bugs:
6393  670144 unconditional use of CLOCK_MONOTONIC is broken
6394  673607 invalid assumption in g_cond_wait_until() / g_get_monotonic_time() API
6395  710142 Add more impressive transliteration to GLib
6396  722360 make check fails
6397  722604 (partial) Various tests are failing with 2.39.3
6398  723316 g_hash_table_iter_remove() should be explicit whether or not it is safe while iterating the table
6399  724609 Fix build of GIO on Windows
6400  724687 gmain: make monotonic time really monotonic, everywhere
6401  724706 gsource: document priority of child sources
6402  724707 some GSocket source improvements
6403  724839 GMainContext: some source ID cleanups
6404  724858 Dist gtranslit-data.h
6405  724994 Missing icons for bookmarks in file chooser
6406  725023 Can no longer find apps by executable/desktop file name
6407
6408 * Translations:
6409  Lithuanian
6410  Polish
6411  Thai
6412
6413 Overview of changes from GLib 2.39.4 to GLib 2.39.90
6414 ====================================================
6415
6416 * Fixed bugs:
6417  625408 make GVariant dictionaries more useful
6418  660809 document that if you fail a precondition check, documented guarantees do not apply
6419  661576 fix handling of constructors that destroy half-constructed objects
6420  679957 g_inet_address_new_from_string is not able to handle dots and numbers IPv4 addresses
6421  712837 gvariant: Document the need to cast varargs when constructing GVariants
6422  721458 g_simple_async_result_is_valid has a NULL check for the wrong source_tag
6423  721977 improve split handling of command line arguments
6424  722033 win32: fixup lib.exe invocation
6425  723422 Fix g_socket_get_available() with TCP on Windows
6426  723616 gio/tests: fix race when generating code
6427  724001 gsubprocess: Fix a broken link in the documentation
6428  724124 glib/tests/collate.c fails if no en_US locale
6429  724126 intermittent GApplication test failure: /gapplication/local-actions: lines of output permuted
6430  724233 gsocketservice: Note g_socket_listener_close() for closing open sockets
6431  724239 soup_session_queue_message - Connection terminated unexpectedly
6432  724278 gsocketconnection: Document closing connections with g_io_stream_close()
6433  724330 configure.ac: tweak inotify check
6434  724385 gtestutils: make the new assert messages more detailed
6435  724401 gsubprocess: Mutex leak
6436  724417 glib master build broken on OpenBSD
6437  724434 Build failure in gio/gresolver.c
6438
6439 * Updated translations:
6440  Brazilian Portuguese
6441  Galician
6442  Indonesian
6443  Italian
6444  Kannada
6445  Norwegian bokmål
6446  Spanish
6447  Thai
6448
6449 Overview of changes from GLib 2.39.3 to GLib 2.39.4
6450 ===================================================
6451
6452 * Fixed Bugs:
6453  139699 Correction for g_main_context_unref()
6454  583036 g_strchomp and g_strchug are not declared const
6455  683388 improve documentation for application developers
6456  685204 ./configure fails to add the '-g' flag to CFLAGS
6457  688406 GStaticMutex broke ABI on at least ARM EABI during 2.31.x
6458  693299 cannot compile on Solaris: error in gbitlock.c
6459  707111 Clarify type transformability and compatibility
6460  711547 win32: silence some build warnings
6461  719344 Fix the various test programs (or GLib itself) on Windows
6462  722025 cleanup/clarify command line argument encoding on Windows
6463  722323 remove unused include 'gslist.h' in 'gbookmarkfile.c'
6464  722326 gstringchunk: Use g_slist_free_full() where possible
6465  722357 gio: fix small memory leak on local xattr
6466  722436 Adjust doc to Makefile.decl renaming
6467  722503 GSimpleAction: add default activate handler
6468  722526 glib/deprecated/gthread.h error on FreeBSD
6469  722591 [documentation] broken link to GtkAction from GAction.html
6470  722973 Broken example in GApplication reference
6471  723048 'network-access' test can fail to guess interface index
6472  723360 gmain: Note that g_source_destroy() can be called multiple times 
6473
6474 * Updated Translations:
6475  Assamese
6476  Tamil
6477  Traditional Chinese
6478
6479
6480 Overview of changes from GLib 2.39.2 to GLib 2.39.3
6481 ===================================================
6482
6483 No major changes this release -- mostly lots of small fixes and
6484 improvements in test coverage.
6485
6486  * fix a crasher in code from gdbus-codegen
6487
6488  * improvements to gobject gdb helper script
6489
6490  * portability:
6491
6492    - fix a deadlock issue with kqueue on FreeBSD
6493
6494    - work around a quirk in the sunstudio compiler
6495
6496    - rename a variable to avoid clashing with a macro definition of
6497      'environ' on some platforms (like mingw)
6498
6499    - use POSIX-specified <poll.h> over <sys/poll.h>
6500
6501    - many improvements to Visual Studio projects and and some build
6502      fixes for Windows
6503
6504  * tests
6505    - a very large number of improvements in test coverage
6506
6507    - don't report skipped tests as failures
6508
6509    - return 77 if we skip all tests in an executable
6510
6511    - improve gtest documentation and fix some minor issues
6512
6513    - fix g_test_trap_reached_timeout() return value
6514
6515    - remove some dead code uncovered during test coverage expansion
6516
6517    - Use tap mode for installed tests too, when using tap
6518
6519  * fix races in unix signal handling
6520
6521  * make our GVariant-based commandline tools (glib-compile-schemas,
6522    gdbus, gapplication) print out GVariant parse errors in context
6523
6524  * GApplication now has a --gapplication-service command line switch to
6525    turn any GApplication into a service
6526
6527  * improve compatibility of GApplication and GOptionContext
6528
6529  * fix gsettings.m4 wrt. builddir != srcdir with non-recursive make
6530
6531  * use a directory monitor in GKeyfileSettingsBackend
6532
6533  * improve robustness of some GIcon classes
6534
6535 Bugs fixed
6536  141251  poll(2) is in <poll.h>, not <sys/poll.h> per SUS standard
6537  613732  [PATCH] gobject.py: Don't install frame filters when GDB does not support them
6538  708212  g_variant_parser_error_get_quark() has unexpected name.
6539  710965  GApplication: add --gapplication-service switch
6540  711090  periodic failure of spawn-multithreaded async testcase
6541  712171  gsettings.m4: @GSETTINGS_RULES@: Support srcdir != builddir with nonrecursive make
6542  712630  Revert "gsettings m4: check for .xml in src/builddir"
6543  715028  GVariant: add way to print context of parse errors
6544  719344  Fix the various test programs (or GLib itself) on Windows
6545  720263  gtestutils: skipping a test should count as success, not failure
6546  720539  gdbus-codegen: Fix crasher in goa-using apps
6547  720635  Make gdb pretty-printers compatible with Python3
6548  720891  g_settings_get_child does not inherit the backend
6549  721034  glib 2.38.2 cannot be compiled with SunStudio Compiler under Solaris
6550  721059  g_subprocess_launcher_set_environ vs "environ"
6551  721074  kqueue: deadlock
6552  721087  Missing -lselinux in pkg-config --libs --static gio-2.0
6553  721324  Error message is printed to stdout
6554  721624  Regression in GTest framework reorders existing test cases
6555  721625  backwards NEWS entry about g_source_remove change
6556  721796  insufficient escaping in g_dbus_annotation_info_generate_xml()
6557  721947  Improve GApplication ⇔ GOptionContext compatibility 
6558
6559 Translations updated:
6560  Brazilian Portuguese
6561  Galician
6562  Greek
6563  Hebrew
6564
6565 Overview of changes from GLib 2.39.1 to GLib 2.39.2
6566 ===================================================
6567
6568 * Portability
6569
6570   - Remove alleged support for OS/2
6571
6572   - Remove alleged support for BeOS
6573
6574   - Remove alleged support for last-millennium Unixes
6575
6576   - Require C90 compliance
6577
6578   - Require POSIX.1 (1990) compliance on Unix
6579
6580   - Require GNU make
6581
6582 * Bugs fixed:
6583  113075 support "nonnull" attribute
6584  159528 g_ptr_array_remove_range()
6585  307947 The check for growing stack pointer in configure can fail
6586  607016 docs should mention property notification order
6587  671557 Fun with integers and g_key_file_load_from_data()
6588  676761 don't use g_critical for a runtime error
6589  690525 g_file_replace_contents_async doesn't copy its @conten...
6590  691608 Support compilation with clang 3.2
6591  697585 g_variant_builder_add's doc example is leaking
6592  697828 g_hash_table_add() should return a boolean
6593  702862 gdbus-codegen : look for deps in default install path
6594  703522 Reference leak in GvariantBuilder documentation
6595  705902 g_get_current_dir() should check PWD env var and retur...
6596  708274 Added GObject Introspection annotations to genums.c
6597  710519 Portability schmortability
6598  710741 some mainloop instrumentation
6599  710983 Test failures on powerpc
6600  711047 Enable the build of the various test programs on Windo...
6601  711051 Add basic test for the GNotification gtk backend
6602  711088 gbacktrace: Don't close stderr when running gdb
6603  711103 gmessages: Add g_info macro for G_LOG_LEVEL_INFO
6604  711178 appinfo test problems
6605  711546 utf8: report allocation error
6606  711640 gdesktopappinfo: Rank Keywords matches higher than Gen...
6607  711751 Fix memory leaks in libglib tests
6608  711753 gthread-posix: Don't use gslice allocated GRecMutex
6609  711796 glib-tap.mk: fix to actually use the TAP driver
6610  711800 fix g_test_set_nonfatal_assertions()
6611  711801 giomodule: Allow overriding source directory gio modul...
6612  711805 gdbus-connection: Fix race condition in test
6613  711806 gtestdbus: Don't destroy GSource twice
6614  711807 gtestdbus: Properly close server connections
6615  711871 Broken and misleading configure check for growing stack
6616  712136 'O_CLOEXEC' undeclared (first use in this function)
6617  712148 Add system bus support to GTestDBus
6618  712171 gsettings.m4: @GSETTINGS_RULES@: Support srcdir != bui...
6619  712314 AIX port: splice(); major()/minor(); libtool library order
6620  712315 GSettings: More docs for deprecated _list_schemas()
6621  712393 gobject: Box GMappedFile
6622  712547 GSocketClient "event" not useful for determining resol...
6623  715164 Clang static analysis fixes
6624  719395 GPtrArray add g_ptr_array_insert
6625  719402 Crashes when startup
6626  719472 leak in generated proxy-side property-setter
6627  719687 fix or remove g_trap_object_ref
6628  719809 Signal connection ids are always > 0 if successful
6629  719837 gdbus-connection: Work around race in connection tests
6630  719884 Fix documentation typos in GTask and GCancellable examples
6631  719979 g_settings_get: check validity of format string
6632  720080 Truncating a GMemoryOutputStream to a larger size cause...
6633  720210 gdataset: Remove unused define
6634  720236 Allow clean simple use of g_test_trap_subprocess() 
6635
6636 * Translations updates:
6637  Italian
6638  Lithuanian
6639  Simplified Chinese
6640  Spanish
6641
6642
6643 Overview of changes from GLib 2.39.0 to GLib 2.39.1
6644 ====================================================
6645
6646  * GSettings fixes/improvements
6647
6648    - GSettingsSchema API is now more powerful and consistent
6649
6650    - new GSettingsSchemaKey API allows accessing metadata for keys:
6651      type, default value, range and the long-awaited support for summary
6652      and description
6653
6654    - GSettingsSchemaSource gains support for listing schemas within a
6655      source.  Deprecate the global API that did this for the default
6656      source.
6657
6658    - 'gsettings list-schemas' now works properly with --schemadir
6659
6660    - deprecate a bunch of now-redundant functionality on GSettings
6661
6662    - add API to GSettings for getting the default value of a key (as set
6663      by the sysadmin)
6664
6665    - add API to GSettings for determining if the user has assigned a
6666      particular value to a key (ie: we are not just reading the default)
6667
6668    - ignore qualified tags and attributes appearing in schema files
6669
6670  * Applications/Actions
6671
6672    - make GSimpleAction a bit more strict with respect to state changes
6673      that would violate the interface (ie: by changing the state type
6674      after construction)
6675
6676    - throw an error when attempting to 'Describe' a non-existent action
6677      via D-Bus instead of returning a bogus description
6678
6679    - throw an error when attempting to invoke unsupported methods on an
6680      Application (eg: 'Open' on an app that doesn't HANDLES_OPEN)
6681      instead of emitting a g_critical() in context of the app (which is
6682      not itself at fault for the errant call)
6683
6684  * Appinfo
6685
6686    - substantially rework GDesktopAppInfo to reduce the amount of disk
6687      accesses that are performed in common situations
6688
6689    - add a new class: GAppInfoMonitor for discovering when applications
6690      are installed/removed
6691
6692    - add a new g_desktop_app_info_search() API for searching for
6693      installed applications by name, keywords, etc.
6694
6695  * GMarkup: add new G_MARKUP_IGNORE_QUALIFIED flag for skipping over
6696    "qualified" tags and attributes (those with a colon in the name, such
6697    as 'my:tag')
6698
6699  * GDBus
6700
6701    - ignore qualified tags, as above
6702
6703    - GTestDBus: unset all D-Bus addresses (such as STARTER) to ensure
6704      that test programs don't pick them up
6705
6706    - add new session_bus_run() convenience in the tests and use it
6707
6708  * GRand: use real random data as a seed on win32 and use the
6709    timestamp/pid/uid fallback only on UNIX machines where we can't open
6710    '/dev/urandom'.  This may cause issues with older mingw32 releases
6711    due to a missing prototype for the rand_s() API.
6712
6713  * Many win32 (and particularly MSVC) portability fixes.  Many
6714    additional tests are now runnable when building with MSVC.
6715
6716  * Due to early testing of the (soon to land) GCleanup framework, a very
6717    large number of memory errors have been found and fixed (mostly in
6718    the testcases, but some in glib itself).
6719
6720  * GIO:
6721
6722    - some more seeking cleanups: particularly on GLocalFileInputStream
6723
6724    - don't leave a .trashinfo file around if trashing a file fails
6725
6726    - Add a request_certificate virtual method to GTlsInteraction
6727
6728 Translations updated:
6729  Assamese
6730  Galician
6731  Greek
6732  Spanish
6733  Tamil
6734
6735 Bugs fixed:
6736  635641 schema compiler should ignore unknown attributes
6737  637257 g_tls_client_connection_gnutls_retrieve_function needs to be able to block
6738  637956 GKeyfileSettingsBackend should ignore file deletions
6739  645453 keys from base schema missing from extended schema
6740  665634 g_dbus_node_info_new_for_xml() errors on unknown attributes in XML files
6741  668232 Unable to get description and summary for a key
6742  668233 Unable to determine if a key is set to the default / what the default value is
6743  680838 Need g_settings_schema_source_get_schemas()
6744  683017 API for accessing GSettings Schema metadata
6745  687185 org.gtk.Actions.Describe doesn't return an error for non-existing action names
6746  687202 If trashing fails, the ".trashinfo" file is not removed
6747  695558 The --schemadir option has no effect
6748  696424 GSimpleAction.state property is not right
6749  697348 GTestDBus should unset DBUS_STARTER_ADDRESS, DBUS_STARTER_BUS_TYPE
6750  710133 Emit backward compatible code with gdbus-codegen
6751  710691 glib-networking: locking during implicit handshake
6752  710738 GRand has lame fallback for Windows
6753  710859 Typo in gio docs
6754  710885 Two fixes for GApplication
6755  710962 error: 'F_DUPFD_CLOEXEC' undeclared (first use in this function)
6756  710964 Add g_hash_table_get_key_array()
6757  710991 test: g_debug messages shouldn't affect g_assert_expected_messages
6758  711016 g_settings_list_keys () segfaults for empty schemas
6759  711048 glocalfileinputstream.c allows skip past end of file
6760  711049 Fix build of GLib-GIO 2.39.x on Windows/MSVC
6761  711064 Adding child source to blocked source can cause a segfault
6762  711070 Copying a symlink over another one segfaults
6763  711099 gapplication test failure
6764  711520 GDesktopAppInfo: allow more than one level of legacy folder prefixes
6765  711556 Add GAppInfoMonitor
6766  711557 Add g_desktop_app_info_search()
6767  711600 trivial portability fix
6768  711632 The desktop-app-info test fails during make check
6769  711754 gmain: Fix use of uninitialized memory in sigaction structure
6770  711755 private: Use threading primitives correctly in private test
6771  711756 gthreadpool: Don't pass bad data to GThreadPool sorter
6772  711768 Fix memory leaks in libgmodule tests
6773  711775 utils: Don't free memory owned by glib in test
6774  711782 boxed: Fix double free in boxed unit tests
6775  711803 gsubprocess: Fix a number of leaks and a segfault
6776  711808 gtestdbus: Fix leak of GMainLoop 
6777
6778 Overview of changes from GLib 2.38.0 to GLib 2.39.0
6779 ====================================================
6780
6781  * prep for the 2.40 series (version macros, docs index, etc.)
6782
6783  * GNotification
6784
6785    - new API for sending persistent notifications via the desktop shell
6786
6787    - notifications persist when the application has quit and clicking on
6788      them can restart the application with an action (via
6789      DBusActivatable)
6790
6791  * GSubprocess
6792
6793    - new API for launching subprocesses
6794
6795    - nice GIO integration like async functions, cancellability, etc.
6796
6797    - a convenient communicate() API inspired by the same API in Python
6798
6799    - related: the gspawn API now has a CLOEXEC flag for the created
6800      pipes for stdin/stdout/stderr
6801
6802  * New gapplication(1) commandline tool
6803
6804    - intended to be used with DBusActivatable apps
6805
6806    - can be used for launching apps, opening files, invoking application
6807      actions and listing apps and actions
6808
6809    - bash tab completion is supported
6810
6811  * GDesktopAppInfo changes:
6812
6813    - g_file_get_path() can implicitly cause a FUSE mount so don't call
6814      it until we know we need it (for an app that doesn't support URIs)
6815
6816    - don't crash when trying to load from a keyfile with
6817      DBusActivatable=true
6818
6819    - remove some dead code, refactor the search path handling a bit and
6820      do a large-scale whitespace cleanup (prep work for the pending
6821      desktop file index)
6822
6823  * File monitors
6824
6825    - fix broken handling of mount point monitoring
6826
6827    - remove some strange use of GObject::constructor() from the base
6828      class and inotify backend
6829
6830    - fix GFileMonitor to work in the non-default main context even when
6831      the main context is not running (or is blocked)
6832
6833    - add internal private API for easily creating a file monitor in the
6834      GLib worker thread
6835
6836  * GSettings
6837
6838    - g_settings_list_children: only list viable schemas.  This fixes a
6839      longstanding issue where 'gsettings list-recursively' will crash
6840      when there are invalid schemas installed
6841
6842    - don't accept invalid paths on g_settings_new_with_path, etc.
6843
6844  * GIO
6845
6846    - GFile now has a thumbnail::is-valid attribute to check if the
6847      thumbnail in thumbnail::path needs to be regenerated
6848
6849    - GDBusProxy now has a flag to control autostarting of services at
6850      construction time
6851
6852    - for GSeekable, properly introduce the concept of "resizable" vs.
6853      "fixed-sized" streams in the docs, explaining the expected
6854      semantics of the interface in each case
6855
6856    - fix some cases in GMemoryOutputStream that were violating the above
6857      expectations (which may cause a slight API incompatibility)
6858
6859    - clean up GCredentials code and add support for Hurd and Solaris
6860
6861    - improve splicing by using different codepaths for the case where we
6862      have real _read_async() and _write_async() implementations on the
6863      stream vs. the case where they are internally emulated (via
6864      dispatching the sync variant of the call in a thread)
6865
6866  * GKeyFile
6867
6868    - fix a leak in g_key_file_get_(u)int64 when we fail to parse the
6869      value as an integer
6870
6871    - add long-requested API g_key_file_save_to_file()
6872
6873  * Portability improvements
6874
6875    - avoid using O_DIRECTORY on platforms that don't have it
6876
6877    - be careful about systems that define SOCK_CLOEXEC but don't
6878      actually support it (like Hurd)
6879
6880    - only use SA_RESTART if it exists
6881
6882  * Other small API changes/additions
6883
6884    - a pair of functions to support matching strings for the type of
6885      search functionality that you'd expect to have with things like
6886      GtkSearchBar.  This will also be used by the desktop file index.
6887
6888    - g_str_is_ascii() with obvious purpose
6889
6890    - g_test_expect_message() no longer appears to allow you to catch
6891      G_LOG_ERROR messages
6892
6893  * GMainContext/GSource
6894
6895    - fix handling of overflowing the 'next source id' counter
6896
6897    - g_source_remove() will now throw a critical in the case that you
6898      try to remove a non-existent source.  We expect that there is some
6899      code in the wild that will fall afoul of this new critical but
6900      considering that we now reuse source IDs, this code is already
6901      broken and should probably be fixed.
6902
6903    - simplify handling of the 'current dispatching source' to not
6904      require use of a linked list
6905
6906  * GObject
6907
6908    - the long-broken (and leaky) pattern of destroying a just-allocated
6909      object from inside of a custom GObject::constructor is now
6910      officially completely illegal and will abort the program
6911
6912  * Unicode: update to 6.3.0
6913
6914  * Bug fixes
6915
6916    - g_file_copy() now falls back to pathname queryinfo.  This should
6917      clear up the bugs with copying from some GVfs backends (afp,
6918      gphoto, archive, at least).
6919
6920    - fix an out-of-bounds read in the xdgmime code
6921
6922    - fix a typo in the /org/freedesktop/DBus path on the object manager
6923      client
6924
6925    - skip emitting path_namespace='/' in match rules in order to
6926      workaround a bug in the D-Bus daemon and fix our own implementation
6927      (which shared exactly the same bug)
6928
6929    - fix crashes on precondition violations for GParamSpec constructors
6930
6931    - many other small fixups (see bug list)
6932
6933   * Many documentation improvements
6934
6935 Bugs fixed:
6936  309224 g_key_file_save_to_file missing
6937  583321 QNX: no SA_RESTART
6938  661576 fix handling of constructors that destroy half-constructed objects
6939  672102 GSubprocess class
6940  684842 Seeks on GMemoryOutputStream don't have opaque semantics
6941  688492 Add a notification API
6942  691581 g_output_stream_real_splice_async doesn't use overriden read/write_async functions
6943  702516 gfileutils: Make -Werror=format-nonliteral happy
6944  704218 New gapplication(1) tool
6945  704593 g_setenv: on some systems (BSD, OSX…), setting a variable to NULL crashes the system
6946  704882 GLocalDirectoryMonitorClass mount_notify field is useless
6947  704887 file monitoring improvements
6948  705029 Support for Solaris credentials
6949  705688 g_settings_list_children: only list viable schemas
6950  706254 Afp backend cannot copy files
6951  707887 Attempting to create GObject Property with underscore prefix segfaults
6952  708042 gapplication: don't rely on cmdline being finalized immediately
6953  708265 add support for GNU/Hurd in GLib D-Bus Library
6954  708266 fix error code checks when SOCK_CLOEXEC is defined but not supported
6955  708529 xdgmime: valgrind warns about invalid reads
6956  708677 incorrect object path 'deskop' used in gio/gdbusobjectmanagerclient.c
6957  708714 Typo in docs of GLIB_VERSION_2_40 macro.
6958  708753 gdesktopappinfo: Call g_file_get_path() on demand
6959  708793 glib build fails with clang < 3.1: error: expected ';' after top level declarator
6960  708828 GDBusProxy: add the ability to call methods on non autostarted proxies
6961  708860 glib-2.38.0 doesn't build on Solaris 10
6962  708972 gnetworking.h in tarball screws up out-of-source builds
6963  709113 [PATCH] Main loop dispatch path has needless linked list
6964  709227 Update to unicode 6.3.0
6965  709301 goutputstream: Add clear warning about short writes to _write_bytes() and async version
6966  709326 GDesktopAppInfo crashes creating a DBusActivatable app without a filename
6967  709440 Fix overloading of "source" and "target" terminology in GBinding
6968  709615 Cannot use g_test_expect_message with g_error
6969  709753 Add helpers for string matches when using GtkSearchBar-like widget
6970  709898 Expose thumbnail validity in GFile attributes
6971  709966 Remove outdated documentation
6972  709994 Minor fix for HACKERS doc to direct hackers to proper help file
6973  709995 Obsolete makefile rules
6974  710002 G_MAXUINT may be assigned as duplicate source id
6975  710313 Memory leak in g_key_file_get_(u)int64 with invalid integer values
6976  710345 [Patches] Fix some redundant-decls
6977  710496 g_locale_to/from_utf8() doc updated.
6978  710625 g_file_error_from_errno: Remove unneeded breaks
6979  710666 Frame clock related bug fixes
6980  710724 gmain: Warn when g_source_remove() fails
6981  710726 Work around D-Bus bug with path_namespace='/' match rules
6982
6983 Translations:
6984  Assamese
6985  Brazilian Portuguese
6986  Indonesian
6987  Russian
6988  Tamil
6989  Traditional Chinese
6990
6991 What's new in Glib 2.38
6992 ========================
6993
6994  * Application support
6995
6996   - GIO now provides an implementation of Desktop Actions from the
6997     desktop entry specification
6998
6999   - GApplication now implements the org.freedesktop.Application
7000     interface as per the desktop entry specification, allowing for
7001     standards-based D-Bus launching of GLib-based applications
7002
7003   - GDesktopAppInfo now supports DBusActivatable as per the desktop
7004     entry specification, allowing GLib-based applications to use D-Bus
7005     to launch other applications
7006
7007   - GApplication now has a "busy" flag that can be set on an application
7008     to allow the shell to show that it is busy
7009
7010  * GObject
7011
7012   - the private offset for a given class type is now always constant.
7013     This was done by reorganising the memory layout of instances so that
7014     the private data comes before the "official" pointer for the object
7015     (ie: at a negative offset).  Valgrind macros were added to mitigate
7016     any problems that this may have caused.
7017
7018   - a new G_DEFINE_TYPE_WITH_PRIVATE has been added along with a
7019     generated function *_get_instance_private() that can now serve as an
7020     equally-performing alternative to ->priv pointers in instances
7021     (allowing memory savings)
7022
7023   - new G_PRIVATE_FIELD, G_PRIVATE_FIELD_P and G_PRIVATE_OFFSET macros
7024     provide a convenient method of converting between named variables in
7025     private structures and their (now constant) offsets
7026
7027   - installing properties on a GObjectClass must now be done from
7028     class_init.  It is no longer valid to install them after class_init
7029     has returned.
7030
7031   - it is now possible to manually break a GObject property binding
7032     without destroying one of the objects involved
7033
7034  * Icons
7035
7036   - the requirements for implementing the GIcon interface have changed
7037     in order to make it possible to consume all implementations of GIcon
7038     with a finite number of cases
7039
7040   - a new GBytesIcon type was added for an icon represented by an
7041     in-memory binary blob in a known image format (ideally png).
7042
7043   - new APIs g_icon_serialize() and g_icon_deserialize() replace the old
7044     to/from_string APIs and will always work, irrespective of which
7045     types have been initialised in the calling process, allowing for a
7046     serialised GdkPixbuf to be deserialised in a process that doesn't
7047     have GdkPixbuf
7048
7049   - support for icons has been added to GMenuModel using the new APIs
7050
7051  * Actions and menus
7052
7053   - GPropertyAction provides a convenient way of creating a stateful
7054     property corresponding to a property on a GObject, such as the
7055     "visible-child-name" property of a GtkStack
7056
7057   - new API g_menu_remove_all()
7058
7059   - we now have established rules about what is a "valid" action name
7060     and an API to check them
7061
7062   - a new API for converting detailed action names to and from the
7063     split-out name and parameter value (as GVariant)
7064
7065   - for backwards compatibility, invalid action names can still be used
7066     with most functions, but this is not recommended
7067
7068  * Other GIO
7069
7070   - GDBus now supports services that wish to handle some of all
7071     properties on an interface asynchronously, without requiring the
7072     service to reimplement the entire org.freedesktop.DBus.Properties
7073     interface
7074
7075   - GFile now has a new _measure_disk_usage() (and async) API for
7076     recursively determining the amount of disk space used by a
7077     particular directory (akin to 'du').
7078
7079   - asynchronous version of g_file_trash() and g_file_make_directory()
7080     have been added
7081
7082  * Other new API
7083
7084   - GRegex has a new function to query the maximum lookbehind length to
7085     allow for regexp matching on streams
7086
7087   - GVariant has two new APIs for constructing strings that allow
7088     avoiding copies in some cases: g_variant_new_take_string() and
7089     g_variant_new_printf()
7090
7091  * Testing
7092
7093   - we can now generate TAP output
7094
7095   - new support functions for simplifying the process of dealing with
7096     data files for srcdir != builddir and installed test cases
7097
7098   - g_test_trap_subprocess() provides a portable alternative to
7099     g_test_trap_fork()
7100
7101  * Other
7102
7103   - GLib now builds on Android against the bionic C library
7104
7105 Overview of changes from GLib 2.37.93 to 2.38.0
7106 ================================================
7107
7108 * fix the documentation for GSourceFuncs
7109
7110 * fix compilation on OS X/ppc64
7111
7112 Bugs fixed: 708445, 647145
7113
7114 Translations updated:
7115  Danish
7116  French
7117  Portuguese
7118  Punjabi
7119
7120 Overview of changes from GLib 2.37.92 to 2.37.93
7121 ================================================
7122
7123 * a couple of bugfixes in the new g_file_measure_disk_usage() API
7124
7125 * updated Traditional Chinese translation
7126
7127 Overview of changes from GLib 2.37.7 to 2.37.92
7128 ===============================================
7129
7130 * new API g_file_measure_disk_usage() similar to du(1)
7131
7132 * minor fixes
7133
7134 * Translation updates:
7135  Assamese
7136  Belarusian
7137  Brazilian Portuguese
7138  Catalan
7139  Czech
7140  Galician
7141  German
7142  Hungarian
7143  Indonesian
7144  Italian
7145  Korean
7146  Korean
7147  Latvian
7148  Lithuanian
7149  Polish
7150  Serbian
7151  Slovenian
7152  Spanish
7153
7154 Overview of changes from GLib 2.37.6 to 2.37.7
7155 ==============================================
7156
7157 * GDateTime now supports %:z formatting variations
7158   for timezones. This is a GNU date extension.
7159
7160 * Bugs fixed:
7161  685387 Segfault with GObject.signal_handler_is_connected()...
7162  686786 g_socket_get_available_bytes() returns wrong value ...
7163  705027 GSocket GSource not threadsafe on Windows
7164  706469 Fix G_DEFINE_ABSTRACT_TYPE_WITH_PRIVATE documentation
7165  706706 Fix Gir annotations on g_loadable_icon_load_finish
7166  706888 gtype: fix a no-op assertion
7167  706958 configure.ac: fix atomic opts detection
7168  707092 "File Utilities" page for GLib documentation doesn'...
7169  707151 gdatetime: Extend the '%z' timezone format
7170
7171 * Translation updates:
7172  Catalan
7173  Hungarian
7174  Japanese
7175  Polish
7176  Slovak
7177  Tamil
7178
7179
7180 Overview of changes from GLib 2.37.5 to 2.37.6
7181 ==============================================
7182
7183 * Tests using the g_test facilities can now generate TAP output
7184
7185 * Bugs fixed:
7186  680926 generic type fallback logic is broken for -symbolic
7187  684327 setting null icon to icon list
7188  689245 GSocket unable to reuse (address,port) on Mac OS X
7189  692125 Support TAP as GTest output format
7190  693335 build: fix dtrace-related warnings
7191  696633 gdbus-codegen trips over unicode chars when using python 3.x
7192  696970 Compiling 2.36.0 for win64 fails
7193  697185 GSocket – Allow specifying the multicast interface from...
7194  700268 Add support for using the clang analyzer
7195  701318 Add G_SPAWN_DEFAULT to GSpawnFlags
7196  701529 glib/tests/gdatetime: use UTC time in test_GDateTime_diff()
7197  701800 a new approach to reporting critical errors
7198  702674 g_date_time_new_utc crash
7199  704165 GLib.IOChannel read_unichar() fails
7200  705075 Simplify g_get_tmp_dir()
7201  705152 Race in glib/task.test
7202  705398 gtype: Fix typo in g_type_class_add_private() error message
7203  705570 Check ref_count in g_object_notify_by_pspec
7204  705600 Deprecate GSimpleActionGroup functions?
7205
7206 * Updated translations:
7207  Assamese
7208  Brazilian Portuguese
7209  Czech
7210  Dutch
7211  Galician
7212  Gujarati
7213  Hebrew
7214  Italian
7215  Lithuanian
7216  Marathi
7217  Norwegian bokmål
7218  Russian
7219  Slovenian
7220  Spanish
7221  Thai
7222  Traditional Chinese
7223
7224
7225 Overview of changes from GLib 2.37.4 to 2.37.5
7226 ==============================================
7227
7228 * Implement the Desktop Action specification: In the case that the
7229   application is a GApplication and DBusActivatable, actions from the
7230   desktop file are translated into GActions that have been added to
7231   the  application with g_action_map_add_action().
7232
7233 * GPropertyAction is a new type of GAction that represents the value
7234   of a property on an object, and allows to change the value when
7235   activated.
7236
7237 * GNetworkMonitorNetlink can now handle default routes via a device.
7238
7239 * The gsettings tool now reports failure to write a key (e.g. because
7240   the key was locked down)
7241
7242 * Miscellaneous new api:
7243  - g_variant_new_printf
7244  - g_action_print_detailed_name
7245  - g_regex_get_max_lookbehind
7246
7247 * Bugs fixed:
7248  664444 Support additional application actions in .desktop files
7249  684123 glib build only tries -D_GNU_SOURCE if glibc is detected
7250  689794 support incremental matching
7251  699259 add org.freedesktop.Application support to GIO
7252  700460 rewrite tests to not rely on precise timing of timeouts
7253  701511 updates to various GSource types
7254  701609 gnetworkmonitornetlink: handle default route via device
7255  703270 add GPropertyAction
7256  704157 GAction: add function for printing detailed names
7257  704250 Doc: various fixes
7258  704267 regression gsourceclosure: segfault in gedit file chooser
7259  704322 glib-unix: fix handling of multiple signal source for the...
7260  704424 No error when failing to override a locked key
7261  704447 Fix build/use of g_child_watch_closure_callback on Windows
7262  704523 g_thread_create_full() can dereference NULL pointer
7263  704543 Add implementations for G_GNUC_*_IGNORE_DEPRECATIONS for ...
7264  704567 gdbusnameowning: Don't spew an error if we're releasing a...
7265  704585 libc printf can give mixed-case strings for NaN and Inf
7266  704587 FTBFS: statfs_result is undeclared for statvfs()
7267  704699 gmain: Reset signal handlers to default when source is
7268  704704 AI_NUMERICSERV cannot be used with ai_socktype = 0
7269  704873 inotify: don't assume mainloop is running
7270  704999 glib/convert.test crashing due to lack of iconv cache
7271  704931 GMenuModel: add annotations to virtual functions
7272
7273 * Translation updates:
7274  Assamese
7275  Czech
7276  German
7277  Gujarati
7278  Spanish
7279  Tamil
7280
7281
7282 Overview of changes from GLib 2.37.3 to 2.37.4
7283 ==============================================
7284
7285 * Bugs fixed:
7286  701283 g_source_add_child_source() segfault
7287  702147 inconsistency of G_STRFUNC
7288  703191 new private macros interact poorly with versioning macros
7289  703254 Doc: various fixes
7290  703407 g_spawn_async() keeps child_pid_report_pipe open in child process
7291  703437 GDBusConnection: be more careful with async GetAll
7292  703478 Missing G_BEGIN/END_DECLS in gsettingsschema.h
7293
7294 * Translation updates:
7295  Catalan
7296
7297 Overview of changes from GLib 2.37.2 to 2.37.3
7298 ==============================================
7299
7300 * add a new API for instance private data: G_DEFINE_TYPE_WITH_PRIVATE
7301
7302 * fix timestamps in tarball to prevent automake from being required to
7303   build the unmodified source
7304
7305 * add new D-Bus API for async property handling
7306
7307 * add back fsync() on ext4 for g_file_set_contents() after it was
7308   discovered that despite statements in the ext4 documentation
7309   suggesting that this is safe, it is not safe.
7310
7311 * Translations:
7312  Italian
7313  Norwegian bokmål
7314
7315 * Bugs fixed:
7316  698375 - D-Bus async properties
7317  700350 - timestamp issue
7318  701560 - fsync issue (fixed again)
7319  700035 - new API for instance private data
7320
7321 Overview of changes from GLib 2.37.1 to 2.37.2
7322 ==============================================
7323
7324 * The GLib test utilities have grown some file-related APIs
7325   to support tests that can be used installed and uninstalled.
7326
7327 * Installing properties after class initialization is deprecated,
7328   and will trigger a warning.
7329
7330 * GApplication:
7331  - Support org.freedesktop.Application, including D-Bus activation
7332    from desktop files
7333  - Set prgname to appid for services
7334
7335 * Bugs fixed:
7336  549783 gtester lacks framework for tests with data files
7337  692848 Fix property example in gobject tutorial
7338  698018 Add an explicit g_binding_release()
7339  698614 GObject: prevent installing properties after init
7340  699259 add org.freedesktop.Application support to GIO
7341  699959 g_file_copy(): Ensure we create private files by default
7342  700123 Test failure: g_inet_socket_address_get_scope_id
7343  700725 GIcon: NULLify the `type' out param in the sync methods too
7344  701401 gtest: add function for testing for WINE
7345  701456 Error in gnome/glib/gio/tests/file.c
7346  701474 Error building glibmm due to extra comma in glib/gtestutils.h
7347  701560 various improvements for g_file_set_contents()
7348  701680 GFileEnumerator: Add some documentation about ordering
7349  701878 Check wakeup() before iteration(TRUE) doesn't block
7350
7351 * Translations:
7352  Assamese
7353  Czech
7354  Galician
7355  Gujarati
7356  Kannada
7357  Marathi
7358  Odia
7359  Polish
7360  Slovenian
7361  Spanish
7362  Telugu
7363
7364
7365 Overview of changes from GLib 2.37.0 to 2.37.1
7366 ==============================================
7367
7368  * add support for installed tests:
7369    https://live.gnome.org/GnomeGoals/InstalledTests
7370
7371  * add a new g_test_trap_subprocess() that works on Windows as a
7372    replacement for the (now deprecated) g_test_trap_fork()
7373
7374  * support for explicitly cancelling a gobject property binding
7375
7376  * performance improvements for signal argument handling
7377
7378  * stop using `quotes' in very many log messages generated by GLib, for
7379    favour of 'this style'.  This may cause testcases in other packages
7380    to fail if they were matching on the previous text.
7381
7382  * improve manpages: add missing arguments and flags
7383
7384 Translations: 
7385  Aragonese
7386  Assamese
7387  Gujarati
7388  Hindi
7389  Kannada
7390  Norwegian bokmål
7391  Odia
7392  Slovenian
7393  Spanish
7394  Tamil
7395  Telugu
7396
7397 Bugs fixed:
7398  679683 replace g_test_trap_fork()
7399  694380 Improve signal argument collection performance
7400  695233 Strings require plural forms
7401  697849 spelling fixes in cross.xml and running.xml
7402  698877 GProxyAddressEnumerator calls g_network_address_parse_uri without port
7403  698981 [PATCH] test /gdbus/connection/large_message could hang forever
7404  699079 Prototype support for installed tests
7405  699485 [PATCH] tests/mappedfile: Also handle ENOMEM
7406  699493 SOCKS5 proxy code crashes if it cannot authenticate
7407  699500 gbitlock: fix this to not unconditionally use futex emulation
7408  699779 [PATCH] G_GNUC_FORMAT: documentation error
7409  700263 m4macros/glib-gettext.m4: Don't use AC_HEADER_STDC
7410  700714 [PATCH] gtestutils: Ensure test subprocesses don't dump core
7411  700746 Use 'dumb quotes' rather than `really dumb quotes'
7412
7413 Overview of changes fron GLib 2.36.0 to 2.37.0
7414 ==============================================
7415
7416 * The syntax for detailed action names has been documented,
7417   and a parser API for them is now provided
7418
7419 * GApplication has gained a busy state. This feature is intended for
7420   clients that want to signal a desktop shell their busy state, for
7421   instance because a long-running operation is pending.
7422
7423 * GLib can now be built with the bionic C library
7424
7425 * GIcon can now be serialized to a GVariant
7426
7427 * Bugs fixed:
7428  548353 Finish implementing GFile interface (mostly asynchron...
7429  645881 Full port of glib-2.28.1 onto Android-ARM
7430  665445 Glib mistakes nl_langinfo() from plibc for the real t...
7431  672018 Need API to set global application state (busy, count...
7432  687659 drop support for adding interfaces after class_init
7433  688820 GIcon is a bad interface
7434  688954 extend 'detailed action' syntax, provide parser
7435  689223 Fix compilation on Android with the bionic C library
7436  695156 Add support for arg0namespace matching in signal_subs...
7437  696108 gdbus-codegen: avoid warnings in generated code
7438  696629 fix sed(1) usage
7439  696652 GTask won't free its error member variable on finalize
7440  696857 GThreadedResolver: set an error if no records could b...
7441  696973 Compiling 2.36.0 for win64 fails in gdbusmessage.c
7442  697131 No --version
7443  697160 [PATCH] gmacros: Mark G_UNAVAILABLE() functions as de...
7444  697229 Custom Interface implementations will be broken with ...
7445  697250 Documentation glitch of G_DEFINE_TYPE_EXTENDED causes...
7446  697365 Fix usage of hasmntopt in gunixmounts.c
7447  697367 Remove warning on gio/gunixmounts.c
7448  697386 Except const argument with atomic is not lock free
7449  697595 g_main_context_unref unlocks a mutex twice
7450  697601 reduce GMenuModel D-Bus traffic
7451  697626 Allow posix threads to be used on w32
7452  697652 Help options generated even when help disabled
7453  697771 fix a typo of "fo" to "of" in building.xml
7454  697887 GVariant: fix transfer annotation
7455  697942 abicheck.sh fails on mips
7456  698056 rewrite g_object_new()
7457  698081 Pidgin hangs in g_spawn_command_line_sync
7458  698455 GVariant: add new g_variant_new_take_string() API
7459  698457 g_variant_get_data_as_bytes() always returns toplevel...
7460  698478 gactionmap: don't require GActionGroup
7461  698595 the valgrind/priv-before-instance bug
7462  698655 desktop-app-info test relies on true being in /usr/bin/
7463  698686 GUnixSocketAddress: fix construct parameter issue
7464  698716 Use of g_mem_set_vtable() breaks after gobject automa...
7465  698999 bytesicon: fix a memory leak
7466  699001 bytesicon: don't use g_object_unref() on GBytes
7467  699361 gio: fix small leak
7468
7469 * Translation updates:
7470  Assamese
7471  Gujarati
7472  Hungarian
7473  Italian
7474  Kannada
7475  Norwegian bokmål
7476  Polish
7477  Spanish
7478  Tamil
7479
7480
7481 Overview of changes fron GLib 2.35.9 to 2.36.0
7482 ==============================================
7483
7484 * It is no longer necessary to call g_type_init().  If you are
7485   loading GLib as a dynamic module, you should be careful to avoid
7486   unloading it, then subsequently loading it again.  This never
7487   really worked before, but it is now explicitly undefined behavior.
7488   Note that if g_type_init() was the only explicit use of a GObject
7489   API and you are using linker flags such as --no-add-needed, then
7490   you may have to artificially use some GObject call to keep the
7491   linker from optimizing away -lgobject. We recommend to use
7492   g_type_ensure (G_TYPE_OBJECT) for this purpose.
7493
7494 * This release contains an incompatible change to the g_get_home_dir()
7495   function.  Previously, this function would effectively ignore the HOME
7496   environment variable and always return the value from /etc/password.
7497   As of this version, the HOME variable is used if it is set and the
7498   value from /etc/passwd is only used as a fallback.
7499
7500 * The 'flowinfo' and 'scope_id' fields of GInetSocketAddress
7501   (introduced in GLib 2.32) have been fixed to be in host byte order
7502   rather than network byte order. This is an incompatible change, but
7503   the previous behavior was clearly broken, so it seems unlikely that
7504   anyone was using it.
7505
7506 This release contains only small bugfixes and translations updates.
7507
7508  - g_file_copy(): fix bug where attributes were not applied properly to
7509    the destination file
7510
7511  - fix some 'available since' annotations
7512
7513  - fix gdbus-codegen to produce more pedantically-correct code
7514
7515 * Bugs fixed:
7516  696108 gdbus-codegen: avoid warnings in generated code
7517  696014 g_file_copy(): Ensure G_FILE_COPY_OVERWRITE preserves permissions
7518
7519 * Translations updated:
7520  Basque
7521  Czech
7522  Gujarati
7523  Hindi
7524  Hungarian
7525  Japanese
7526  Malayalam
7527  Marathi
7528  Odia
7529  Punjabi
7530  Russian
7531  Tadjik
7532  Tamil
7533  Telugu
7534
7535 Overview of changes from GLib 2.35.8 to 2.35.9
7536 ==============================================
7537
7538 This release drops the old codepage ABI from gutils.c. This is a
7539 source-compatible change and only breaks ABI with respect to truly
7540 ancient binaries (and those binaries are already broken for other
7541 reasons).  This change only affects Windows.
7542
7543 * Bugs fixed:
7544  682896 glib doesn't build on mingw32
7545  693204 split up g_get_{hostname,username,realname,home_dir} etc.
7546  694181 Handle GNetworkAddress better in g_network_monitor_base_...
7547  694253 occasional /gdbus/unref-pending test failure
7548  694350 Add type names to gsignal warnings
7549  694757 Use separate GLIB_WARN_CFLAGS that can be overridden ext...
7550  568405 Which is the correct replacement for g_strncasecmp, if...
7551  630284 g_hash_table_get_keys docs
7552  659428 docs: Small clean-up of howto subsection headers
7553  675333 Cannot forget association in Open With dialog: program...
7554  694669 consider unicode corrigendum #9
7555  694843 g_base64_decode_step () produces invalid data
7556  695147 Don't use PATH_MAX as it's not guaranteed to be defined
7557  695191 Commit f641699 broke /appinfo/mime/api test case
7558  695339 Swapped msgid plural forms for translation
7559  695376 GDBusMethodInvocation leak and potential crash
7560  695425 Untranslatable message in gsettings-tool
7561  695887 Improvements to GObject API documentation
7562  695925 GUINT32/64_SWAP_LE_BE macros do not enclose val argume...
7563  696015 PATCH Add doc warning to g_base64_decode()
7564
7565 * Translation updates:
7566  Assamese
7567  Belarusian
7568  Brazilian Portuguese
7569  Catalan
7570  Catalan (Valencian)
7571  Danish
7572  French
7573  Galician
7574  German
7575  Greek
7576  Gujarati
7577  Italian
7578  Korean
7579  Latvian
7580  Lithuanian
7581  Polish
7582  Portuguese
7583  Punjabi
7584  Serbian
7585  Simplified Chinese
7586  Slovak
7587  Slovenian
7588  Spanish
7589  Thai
7590  Traditional Chinese
7591  Uyghur
7592  Vietnamese
7593
7594
7595 Overview of changes from GLib 2.35.7 to 2.35.8
7596 ==============================================
7597
7598 This release contains one major change that may cause problems: type
7599 modules are now never unloaded.  This is implemented by (effectively)
7600 leaking the last reference on dynamic types.  Some testcases that check
7601 for unloading of types have been observed to be broken by this change,
7602 but we know of no actual cases of "real code" breaking.  Please report
7603 any problems.
7604
7605 Other changes:
7606  * A couple of build fixes for Solaris
7607  * Fix signal emission for GDBusObjectManagerClient
7608  * annotations fixes
7609  * new API: g_dbus_address_escape_value()
7610  * GSocketClient: add proxy-resolver property
7611  * GSimpleProxyResolver: new simple GProxyResolver class
7612  * documentation fixes
7613  * gnetworkaddress: preserve IPv6 scope ID in IP literals
7614
7615 Bugs fixed:
7616  691105 Allow GSocketClient to override GProxyResolver for per client proxy settings.
7617  692827 configure test fails for arpa_nameser.h
7618  692829 new Btrfs support causes build failure on Solaris
7619  693285 GDBusObjectManagerClient: won't emit object-added|removed if name-owner arrives later
7620  693502 Cross-compiling documentation: typo (np -> no)
7621  693673 add g_dbus_address_escape_value()
7622  693694 gio: Fix annotations on g_[async_]initable_new() and friends 
7623
7624 Translations:
7625  Dutch
7626  Galician
7627  Polish
7628  Serbian
7629
7630 Overview of changes from GLib 2.35.6 to 2.35.7
7631 ==============================================
7632
7633 This is a quick follow-up release with a few bug fixes.
7634
7635 * Fix the build on systems with strict linkers by adding -pthread back
7636   to the LDFLAGS for a testcase.
7637
7638 * Re-enable native atomic operations on some buggy versions of clang
7639   that ship as part of the MacOS X SDK.
7640
7641 * Make G_IO_FLAG_IS_WRITEABLE an enum again (the #define broke bindings)
7642
7643 * a small docs fix
7644
7645 * Bugs fixed:
7646  657045
7647  636683
7648  682818
7649  693105
7650
7651 * Translations:
7652  Italian
7653
7654 Overview of changes from GLib 2.35.4 to 2.35.6
7655 ==============================================
7656
7657 * GUnixFdSource is a new way to add file descriptors
7658   to the mainloop
7659
7660 * g_source_set_ready_time lets you mark a source to become
7661   ready at a specified monotonic time
7662
7663 * The internal visibility handling of GLib has been reworked
7664
7665 * GFileMonitor will now automatically use fam instead of inotify
7666   if $HOME is on NFS
7667
7668 * The file monitor implementation can now be overridden with
7669   the GIO_USE_FILE_MONITOR environment variable
7670
7671 * Bugs fixed:
7672  570572 2 make check errors on
7673  592211 No monitoring over NFS mounts
7674  625552 wrong behaviour of GVolume GVolumeMonitor related func...
7675  657729 modernise GMainLoop
7676  658020 GSource for a single GPollFD
7677  678223 g_mutex_free
7678  682560 leak fixes
7679  682819 EINTR-harden all the things
7680  684404 When using g_network_address_address_enumerator_next()...
7681  686853 new GSource fd API
7682  688169 G_DISABLE_DEPRECATED doesn't cover deprecated/gthread....
7683  688681 build: Make .symbols file canonical on all platforms
7684  690118 Crash when closing last tab of a window using Ctrl-w
7685  691624 glib/gtester.c: missing include
7686  691812 gioinputstream - give task as callback_data not task_data
7687  691866 fails out of source build directory - gnetwork.h not f...
7688  692029 Add new API checking utility
7689  692034 Install an invalidation notifier for GClosure in g_sou...
7690  692058 Broken makefile for gio tests
7691  692079 build failure in gmarkup.c when using gcc 4.8 and buil...
7692  692201 inotify: fix a memleak
7693  692202 gfile: don't report completion twice on g_file_load_co...
7694  692229 Incorrect string formatters in a translation string
7695  692332 GNetworkMonitorNetlink: make the netlink socket cloexec
7696  692360 possibly non-threadsafe code in g_content_type_guess()?
7697  692404 tester: Use FD_CLOEXEC when creating pipes
7698  692408 nautilus SIGSEGV in g_file_info_get_size()
7699  692544 [PATCH] gfile: Ensure we create internal pipe with FD_C...
7700  692583 atomic get doesn't accept a const argument on architect...
7701  692618 Use g_timeout_add_seconds
7702  692815 Using g_hash_table_insert() when using a hash table as ...
7703  692865 Invalid docbook generated by gdbus-codegen
7704  692928 Document G_MENU_{ATTRIBUTE,LINK}_*
7705
7706 * Translation updates:
7707  Hebrew
7708  Kannada
7709  Lithuanian
7710  Norwegian bokmål
7711  Polish
7712  Serbian
7713  Slovenian
7714  Spanish
7715  Uyghur
7716
7717
7718 Overview of changes from GLib 2.35.3 to 2.35.4
7719 ==============================================
7720
7721 * New features:
7722  - New API: g_get_num_processors
7723  - New API: g_application_command_line_get_stdin
7724  - New GFileMonitor flag: G_FILE_MONITOR_WATCH_HARD_LINKS
7725  - Parse more timezone offset formats
7726  - Better timezone support on Windows
7727  - Make GParamSpec constructors introspectable
7728
7729 * Removed or deprecated features:
7730  - Disallow adding interfaces after class_init
7731
7732 * Bug fixes:
7733  532815 gio + inotify support for hardlinks
7734  614930 add g_get_num_processors (), return the max concurrent...
7735  626497 Btrfs clone/reflink ioctl support in g_local_file_copy
7736  633117 glib fails stests if /etc/localtime is not properly set
7737  661767 merge/improve various bits of run-in-thread functionality
7738  668210 Add g_application_command_line_get_stdin()
7739  675856 Use GDbus via gobject-introspection instead dbus-python
7740  684103 make glib work with python3
7741  684723 run-assert-msg-test.sh fails
7742  686058 OpenBSD: disable ipv6_v4mapped test
7743  686128 GTimeZone should be able to parse POSIX format for...
7744  687223 cleverer GThreadPool management
7745  687659 drop support for adding interfaces after class_init
7746  687920 GCredentials should have an accessor for the process ID
7747  688681 build: Make .symbols file canonical on all platforms
7748  688829 Variable overflow in utils.c test on 32-bit machine
7749  689324 Variable scoping in gunixmounts.c
7750  689810 Include guard optimization
7751  690043 Broken link for gsettings tutorial: gnome-utils in...
7752  690084 gmarkup: Make GMarkupParseContext a boxed type
7753  690388 Check if CMSG_FIRSTHDR() returns NULL when there is...
7754  690538 gschema DTD is invalid
7755  690543 Add test coverage for testing in-tree DBus services...
7756  690670 local_command_line not introspectable/annotated
7757  690902 G_END_DECLS needs to be at the end of gutils.h
7758  690970 Unhelpful deprecation message for g_value_array_get_nth
7759  691001 building docs is broken on master branch
7760  691011 Automake-1.13 errors on obsolete AM_PROG_CC_STDC
7761  691077 gio-querymodules crashes with SIGSEGV
7762  691110 g_cond_wait() docs incomplete
7763  691489 Crash in Oscars 2013 page
7764  691558 Only check for .hidden files if standard::is-hidden...
7765  691608 Support compilation with clang 3.2
7766
7767 * Translation updates:
7768  Assamese
7769  Bulgarian
7770  Estonian
7771  Galician
7772  Greek
7773  Hebrew
7774  Norwegian bokmål
7775  Polish
7776  Slovak
7777  Slovenian
7778  Spanish
7779  Tamil
7780
7781
7782 Overview of changes from GLib 2.35.2 to 2.35.3
7783 ==============================================
7784
7785 * This release contains an incompatible change to the g_get_home_dir()
7786  function. Previously, this function would effectively ignore the HOME
7787  environment variable and always return the value from /etc/password.
7788  As of this version, the HOME variable is used if it is set and the
7789  value from /etc/passwd is only used as a fallback.
7790
7791 * We now install a public "gnetworking.h" header that can be used to
7792  include the relevant OS-dependent networking headers. This does not
7793  really abstract away unix-vs-windows however; error codes, in
7794  particular, are incompatible.
7795
7796 * Bugs fixed in this release:
7797  142568 Allow $HOME to override passwd entry if the user really wants
7798  587806 The file selector should honor .hidden files
7799  602715 [GChecksum] Please add support for SHA512
7800  623187 provide some support for arbitrary setsockopt()s?
7801  629301 .goutputstream files left behind when cancelling I/O
7802  652650 Optimize GDBusMessage serialization
7803  664627 /gapplication/basic test intermittently fails: cmdline re-or...
7804  675516 Win32: Don't start a DBus server when built as static library
7805  679683 replace g_test_trap_fork()
7806  684145 Current Git sources fails to cross-compile for Windows in Li...
7807  686895 file-info: catch thumbnail files in large directory as well
7808  687092 IPv6 <-> IPv4 mismatch when subscribing to multicast (send)
7809  688180 GObject: Minor error in description of floating reference
7810  688319 gthread: add missing AVAILABLE_IN_2_32 annotations
7811  688377 configure: add missing square bracket in AS_IF for memmove
7812  688419 gtask: source_object arguments and return values not annota...
7813  688497 AppInfo: Add sufficient api to port gnome-session from Egg...
7814  688681 build: Make .symbols file canonical on all platforms
7815  688704 Add boxed GType for GThread
7816  688886 Improve the i18n documentation
7817  688931 GMemoryOutputStream: Add new _resizable() constructor usab...
7818  689037 need helper for creating a GFile from a remote commandline...
7819  689377 Fix a compiler warning in GDBus
7820  689538 Source object tag set too late in gsocketlistener
7821  689800 Treat lost+found directory as a hidden file
7822  689847 Add fast repeated typename -> GType resolver
7823  689982 Make GChecksum more fully introspectable
7824  690069 g_unix_open_pipe: Add missing F_SETFD
7825  690083 gfileenumerator: Add a g_file_enumerator_get_child method
7826  690163 Add a pre-configured gio/gnetworking.h for Visual C++ builds
7827  690346 Remove an unneeded escaping in NAMESER_COMPAT_INCLUDE
7828  690348 Fix g_type_add_class_private() name in g_warning
7829
7830 * Translation updates:
7831  Assamese
7832  Galician
7833  Hebrew
7834  Hindi
7835  Kannada
7836  Odia
7837  Polish
7838  Spanish
7839
7840
7841 Overview of changes from GLib 2.35.1 to 2.35.2
7842 ==============================================
7843
7844 Note that the incompatible change to the ->constructed() vfunc that was
7845 made in the last unstable release (2.35.1) has been reverted due to
7846 causing regressions in applications.
7847
7848 A new incompatible change has been introduced in this version: it is no
7849 longer permitted to add interfaces to a class after the first
7850 instantiation (or more strictly: after g_type_class_ref()).  Bug #687659
7851 is tracking this.
7852
7853 Two private symbols (g_menu_{attribute,link}_hash_iter_get_type) which
7854 were accidentally exported have also been properly hidden.  This may
7855 cause some tools to issue warnings about ABI mismatch.
7856
7857 The remaining changes should be relatively harmless: 
7858
7859  * GIO now has kqueue support for GFileMonitor (BSDs, Mac OS)
7860
7861  * New g_variant_new_from_bytes() API
7862
7863  * UNIX signal sources now allow watching SIGUSR1 and SIGUSR2
7864
7865  * Many pedantic cleanups to adhere to a higher level of -W use
7866
7867  * GTask changes to avoid a deadlock
7868
7869  * many cleanups/fixes for Windows
7870
7871  * Boxing for GPollFD, GIOChannel, GBytes, GByteArray
7872
7873  * Fix URL-encoding of trashed files
7874
7875  * Many other docs and annotations fixes
7876
7877 Translations:
7878
7879  Galician
7880  Gujarati
7881  Lithuanian
7882  Serbian
7883  Slovak
7884  Slovenian
7885
7886 Bugs closed:
7887
7888  649302 Add support for GNU/FreeBSD
7889  668842 [GSocket] Add caching for the sender address in g_socket_receive_from()
7890  672924 Add annotations for g_filename_from_uri()
7891  673229 glib: Use Returns:, not @returns
7892  677062 (partial) GVariant: Make g_variant_new_from_bytes() public, add more GBytes API
7893  686185 g_date_time_format Transcoding Fails on OSX      
7894  686191 g_mutex_get_impl() should use g_atomic_pointer_get()
7895  686797 Box GPollFD to make it introspectable
7896  686810 [regression] Infinite wait in g_task_run_in_thread_sync()
7897  686822 possible dlopen()/dlclose() issue with automatic g_type_init()
7898  686839 mkinstalldirs: Move to glib-mkinstalldirs
7899  686895 file-info: catch thumbnail files in large directory as well
7900  686898 g_unix_signal_source_new: Allow SIGUSR1 and SIGUSR2
7901  686920 gdbus: Allow GDBusObjectManagerClient to work on peer connections
7902  686921 Remove some of the repetition from gio/tests/Makefile.am
7903  687075 g_spawn_sync diagnostic incorrectly complains about SIGCHLD
7904  687089 g_dbus_connection_export_menu_model(): fix a crash
7905  687098 Repeated g_timeout_add* use can lead to guint overflow
7906  687385 Add some stricter CFLAGS, fix up the code
7907  687441 ABI break in master: g_menu_attribute_hash_iter_get_type, g_menu_link_hash_iter_get_type removed
7908  687516 typo in string: KB should be kB
7909  687540 In Trash folder, Nautilus misinterprets "\n" in filename as a line break
7910  687541 GSignalQuery param_types field needs array annotation
7911  687600 gfileutils.c performs invalid cast of (varargs) open to non-vararg type
7912  687698 plural forms needed
7913  687700 ending spaces
7914  687742 Add support for internal linkage to glib-compile-resources
7915  687801 tests/buffered-input-stream: Fix size of parameter passed
7916  688109 win32 warning/error fixes
7917  688255 'make check' regressed in 138f4c1 because GMarkup error messages changed
7918  688338 [PATCH] gobject/gtype.c: Fix spelling of »exceed«
7919  688370 GDBusError documentation improvement for client-side
7920  688378 g_socket_join_multicast_group not working
7921  688518 gio-kqueue: use O_EVTONLY on MacOS
7922
7923
7924
7925 Overview of changes from GLib 2.34.0 to 2.35.1
7926 ==============================================
7927
7928 These two changes in particular may be slightly incompatible.  Please
7929 give feedback if they cause trouble:
7930
7931   * Signal handlers connected with g_signal_connect_object() are now
7932     automatically disconnected on target object destruction
7933
7934   * The ->constructed vfunc is now called after all properties are set
7935
7936 The remaining changes should not cause problems.
7937
7938   * g_type_init() is no longer necessary and has been deprecated
7939
7940   * GTask (the new GAsyncResult implementation) has landed 
7941
7942   * GLib version macros updated
7943
7944   * Update to Unicode 6.2
7945
7946   * Thread safety fixes for GFileMonitor in non-default main contexts
7947
7948   * GTimeZone support for old-format zoneinfo database (as on Mac OS)
7949
7950   * g_settings_bind() now works with non-canonical property names
7951
7952   * Fix crashes related to NULL connection passed to
7953     GBusNameVanishedCallback and document this situation
7954
7955 * Bugs fixed:
7956  118536 Make g_signal_connect_object'ed handlers disconnect when the data object is destroyed
7957  661767 merge/improve various bits of run-in-thread functionality
7958  682950 GFileMonitor crashing on high event count when running in different thread
7959  683642 Missing g_content_type_get_symbolic_icon
7960  684882 Gsettings should spaw a warning when binding against a low_underscored_property
7961  684909 codegen: Explicitly close output
7962  684912 Update to Unicode 6.2
7963  685037 g_strcmp0: Returns shall include values less and greater than zero
7964  685069 Leak in glib-compile-resources
7965  685208 missing g_return_if_fail
7966  685608 [Patch] Port gio tests from pygobject to pygi
7967  685697 Documentation typo in g_dbus_interface_skeleton_has_connection()
7968  685733 Call ->constructed() after all properties are set
7969  685787 gtestdbus: correct documentation typos
7970  685995 Crash in g_menu_exporter_name_vanished
7971  686091 Invalid reads in g_bytes_unref_to_data
7972  686119 dtrace, gobject_probes.d, the last three probes - semicolon missing
7973  686161 Deprecate g_type_init()
7974  686231 GBusNameVanishedCallback: document NULL connection
7975  686458 slightly increase poll duration in test_timed_wait 
7976
7977 * Translations updated
7978   Catalan (Valencian)
7979   Czech
7980   Danish
7981   Italian
7982   Lithuanian
7983   Norwegian bokmål
7984   Slovenian
7985
7986 Overview of changes from GLib 2.33.14 to 2.34.0
7987 ===============================================
7988
7989 * GIO now looks for thumbnails in XDG_CACHE_HOME, following a
7990   recent alignment of the thumbnail spec with the basedir spec.
7991
7992 * The default values for GThreadPools max_unused_threads and
7993   max_idle_time settings have been changed to 2 and 15*1000,
7994   respectively.
7995
7996 * Bug fixes:
7997  654239 g_type_init()'s docs have no statement about how to...
7998  674620 Update GSettings migration guide for intltool updates
7999  676034 Fix doc annotation for g_ptr_array_ref()
8000  684278 Fix GIO build on Windows
8001
8002 * Translation updates:
8003  Brazilian Portuguese
8004  British English
8005  Bulgarian
8006  Catalan
8007  Galician
8008  German
8009  Hebrew
8010  Hindi
8011  Hungarian
8012  Kannada
8013  Latvian
8014  Marathi
8015  Spanish
8016  Telugu
8017
8018
8019 Overview of changes from GLib 2.33.12 to 2.33.14
8020 ================================================
8021
8022  * CVE-2012-3524: don't run dbus-launch from setuid binaries
8023
8024  * g_content_type_get_generic_icon_name():
8025      new API for getting the icon name for a mime type
8026
8027  * Introspection fixes:
8028   - GDBusConnection nullability fixes
8029   - give a box type to GTimeZone
8030
8031  * Drop GVFS_INOTIFY_DIAG
8032
8033  * Add a new "Writing GLib Applications" section to the reference
8034    documentation with general info on security, threads, etc.
8035
8036  * gwin32mount.c: Fix syntax error
8037
8038  * gresource tests: srcdir != builddir fixes
8039
8040  * tests/gvariant: Fix test on big endian architectures
8041
8042  * Fix regression in g_shell_parse_argv()
8043
8044 Bugs fixed:
8045  562907 g_shell_parse_argv() mishandles # (hash)
8046  683167 g_time_zone_new not introspectable
8047  683384 /gvariant/checksum-basic failure on big endian machines
8048  683641 Typo in gwin32mount.c
8049  683744 have a way to get the generic icon name for a mime type
8050
8051 Translation updates:
8052  Assamese
8053  Belarusian
8054  British English
8055  Czech
8056  Danish
8057  French
8058  Galician
8059  German
8060  Greek
8061  Hebrew
8062  Indonesian
8063  Indonesian
8064  Korean
8065  Lithuanian
8066  Marathi
8067  Marathi
8068  Polish
8069  Portuguese
8070  Punjabi
8071  Russian
8072  Serbian
8073  Slovenian
8074  Traditional Chinese
8075
8076 Overview of changes from GLib 2.33.10 to 2.33.12
8077 ================================================
8078
8079 * Add a G_DEFINE_QUARK macro
8080
8081 * Add symbolic icon support to drive, volume, and mount, file
8082   and content types
8083
8084 * Add API to allow thread-safe access to the same qdata item
8085
8086 * Bugs fixed:
8087  562907 g_shell_parse_argv() mishandles # (hash)
8088  627240 add G_DEFINE_QUARK
8089  672329 memory leaks in gutils.c and glib tests
8090  673012 Stable byte-level specification for normal form
8091  674805 gdbusproxy async test is broken
8092  679835 gvariant format string parsing (and assertions)...
8093  682075 gdbus: Fix double free and use after free of ob...
8094  682101 Provide a way to get a symbolic icon for a device
8095  682222 test_method_calls_on_proxy: assertion failed (e...
8096  682284 mount-op: use gint64 instead of guint64 for tim...
8097  682386 "make check" fails due to sys/resource.h not be...
8098  682560 leak fixes
8099  682586 gsettings-tool: make list-recursively really re...
8100  682819 EINTR-harden all the things
8101  682833 Handle EINTR for open()
8102  682849 drop the global lock for g_object_weak_ref
8103  682965 gdbus-tool: Check return value of strrchr()
8104  683088 gdbus-codegen: fix error when wrong interface n...
8105         Fix the build with gtk-doc-stub
8106         Don't crash if set_app_info is called before ad...
8107
8108 * Translation updates
8109  Assamese
8110  Galician
8111  Greek
8112  Indonesian
8113  Japanese
8114  Latvian
8115  Lithuanian
8116  Norwegian bokmål
8117  Polish
8118  Portuguese
8119  Punjabi
8120  Russian
8121  Spanish
8122  Traditional Chinese
8123  Vietnamese
8124
8125
8126 Overview of changes from GLib 2.33.8 to 2.33.10
8127 ===============================================
8128
8129 * New GTest API for testcases where log output is expected:
8130   g_test_expect_message()
8131
8132 * GMenuItem now has 'get' accessors and a construct-from-GMenuModel API
8133
8134 * GVariant now has a function to check a format-string for type
8135   compatibility
8136
8137 * win32: We now use overlapped IO to support multiple asynchronous
8138   operations (ie: reading and writing) at the same time.
8139
8140 * GMappedFile: Add g_mapped_file_get_bytes()
8141
8142 * The problems with g_file_make_directory_with_parents() should be
8143   resolved.
8144
8145 * The long-standing issues with placeholder generation of manpages are
8146   now resolved.
8147
8148 * gtlscertificate: Add GBytes based certificate and private-key props
8149
8150 * build: Switch back to using AS_IF for conditionals
8151
8152 * test coverage improvements, documentation improvements, leak fixes
8153
8154 * Bugs fixed
8155  326931 Better docs for G_GNUC_*
8156  550433 g_test_init doesn't recognize --help
8157  600751 GCompletion should better document if and how items memory is managed
8158  628193 Miscellaneous string fixes
8159  637460 man glib-genmarshal is hard to use
8160  674483 broken configure results when cross-compiling with gcc >= 4.5
8161  677065 GMappedFile: Add g_mapped_file_get_bytes()
8162  679288 win32: use overlapped events for streams
8163  679556 it's hard to use gtest when g_warning() is expected
8164  680823 g_file_make_directory_with_parents: Fix error propagation
8165  681319 gtlscertificate: Add certificate-bytes and private-key-bytes props
8166  681336 man pages not built if --enable-gtk-doc not specified
8167  681413 build: Switch back to using AS_IF for conditionals
8168  681501 gmem: array only partially filled with memcpy
8169  681854 Documentation fix for Howto compile a program with glib
8170  682025 Documentation correction
8171  682067 Fix problems with CLEANFILES and automake-1.11.1 
8172
8173 * Translations updated:
8174  Lithuanian
8175  Spanish
8176  Galician
8177  Telugu
8178  Serbian
8179  Assamese
8180  Marathi
8181  Indonesian
8182  Traditional Chinese
8183
8184 Overview of changes from GLib 2.33.6 to 2.33.8
8185 ==============================================
8186
8187 * GIO now has a g_file_delete_async function
8188
8189 * The defaults for GThreadPools max_unused_threads
8190   and max_idle_time values have been changed to
8191   2 and 15*1000, respectively.
8192
8193 * Bugs fixed:
8194  661767 merge/improve various bits of run-in-thread functionality
8195  680074 undefined symbol "get_C_locale"
8196  680121 g_cancellable_source_new: don't use a file descriptor
8197  680148 gthread: check for definition of PR_SET_NAME
8198  680310 Sorting of access points by strengh not working
8199  680704 g_utf8_strup() crash
8200  68076a0 GFile: Add g_file_delete_async()
8201  680787 Add .dir-locals.el to tell Emacs users not to use tabs...
8202  680823 g_file_make_directory_with_parents: Fix error propagation
8203  680994 STATIC_ASSERT in GDBusError docs don't have much utility
8204  681116 gtlscertificate: Add g_tls_certificate_equal() function
8205  681118 gtlsdatabase: Don't complain if no callbacks for async...
8206  669331 try to get gio tests working a little better on win32
8207  674314 Make gtk-doc not a hard dependency of GLib
8208  674800 gclosure: generic marshaller leaks return value
8209  675524 gsocket: FIONREAD undeclared (needs sys/filio.h)
8210  679509 use after free in g_dbus_action_group_describe_all_done()
8211  679996 gobject docs minor cleanup
8212  680459 Extra newline char in local implementation of g_applic...
8213  680505 object_path memory leak in gdbusobjectproxy.c
8214  680831 Deprecate and remove g_slice_[sg]et_config.*
8215  680912 gchecksum: Add g_compute_checksum_for_bytes()
8216  681151 checksum: Use functions instead of macros when buildin...
8217  681158 gtlscertificate: Don't confuse certificate and public ...
8218
8219 * Translation updates:
8220  Galician
8221  German
8222  Gujarati
8223  Hebrew
8224  Norwegian bokmål
8225  Serbian
8226  Slovenian
8227
8228
8229 Overview of changes from GLib 2.33.4 to 2.33.6
8230 ==============================================
8231
8232 * GAsyncInitable: partially revert the init_finish changes,
8233   some applications were found to rely on behaviour that
8234   was broken by these changes
8235
8236 * Bugs fixed:
8237  679617 win32: fix g_get_environ()
8238  679968 Add some annotations to GBytes, GVariantType...
8239  680111 GIOScheduler assumes GCancellable "cancelled...
8240
8241 * Translation updates:
8242  Spanish
8243
8244 Overview of changes from GLib 2.33.3 to 2.33.4
8245 ==============================================
8246
8247 * GMainContext: the source list has been reorganzied to
8248   avoid O(n) behaviour
8249
8250 * GRegex: Update included PCRE to 8.31 and expose new
8251   functionality in 8.x versions of PCRE
8252
8253 * GMountOperation gained a ::show-unmount-progress signal
8254   which provides information about slow unmount operations
8255
8256 * Bugs fixed:
8257  616892 gio: Add a boxed type for GFileAttributeMatcher
8258  619329 g_source_attach() O(n) in number of sources
8259  639771 g_dir_read_name() can also return NULL on error
8260  661767 merge/improve various bits of run-in-thread fun...
8261  667375 GAsyncInitable subclassing (and async subclassi...
8262  671545 Constify collect and lcopy strings in GTypeValu...
8263  674452 SEGFAULT in gio contenttype test
8264  674898 Deal with GLIB_VERSION_MIN_REQUIRED/MAX_ALLOWED...
8265  675504 Fix up GObject interface documentation
8266  677064 GString: Tweak documentation, add g_string_free...
8267  677578 error in PCRE error code conversion
8268  677579 update GRegexError for newer PCRE error codes
8269  678066 gdbus codegen does not work with python3
8270  678273 unicode othercasing is wrong in gregex
8271  678576 GIOScheduler performance enhancements
8272  678758 GTlsInteraction unlocks an unlocked mutex
8273  678808 GTestDBus issues
8274  678881 Test failures in /socket/timed_wait in some cas...
8275  678941 /contenttype/guess test case failure
8276  678944 gio returns the wrong default applications for ...
8277  678949 wrong definition of ulong_bool for 64 bit big e...
8278  678959 /mainloop/timeouts race condition: assertion fa...
8279  679193 update included pcre to 8.31
8280  679258 The 'Since' tag for G_SOURCE_CONTINUE and G_SOU...
8281  679473 Don't generate invalid property names
8282  679691 Add g_spawn_check_exit_status()
8283  679671 GDBusNodeInfo: the XML string must contain exac...
8284  676111 mount-operation: add show-unmount-progress signal
8285  679691 win32: fix build g_spawn_check_exit_status() wi...
8286  679813 Documentation bug on http://developer.gnome.org...
8287
8288 * Translation updates:
8289  Assamese
8290  Belarusian
8291  Bulgarian
8292  Galician
8293  Greek
8294  Norwegian bokmål
8295  Polish
8296  Spanish
8297  Traditional Chinese
8298  Vietnamese
8299
8300
8301 Overview of changes from GLib 2.33.2 to 2.33.3
8302 ==============================================
8303
8304 This release contains mostly bugfixes, cleanups and performance
8305 improvements (including many fixes contributed by Colin on the advice of
8306 Coverity).  There are a few notable externally-visible changes:
8307
8308 * Thumbnails are now in XDG_CACHE_HOME
8309
8310 * new GDBus API: per-thread g_dbus_connection_get_last_serial()
8311
8312 * GUnixOutputStream now has a can_poll() implementation
8313
8314 * New deep copy APIs for G(S)List: g_(s)list_copy_deep
8315
8316 * Bugs fixed:
8317  518309 Incorrect data*dir path in glib-gettextize output
8318  566994 Safer passing of -framework flag
8319  672889 GLib.utf8_validate does segfault
8320  673253 Not strict enough autconf test for libelf
8321  675024 adds g_list_copy_deep() and g_slist_copy_deep
8322  675168 prepare for thumbnails to move to XDG_CACHE_HOME
8323  675966 gresolver: More robust parsing of DNS responses
8324  676594 [Patch] fix g_reload_user_special_dirs_cache
8325  676825 Implement g_dbus_connection_get_last_serial ()
8326  677235 Clarify the comment at the top of gmarshal.list
8327  677527 OS X: gthread/spawn-async selftest failure
8328  677718 GDBusProxy: treat org.freedesktop.systemd1.Masked error as non-fatal
8329  677770 GUnixOutputStream does not implement can_poll
8330  677782 Install bash completion files in /usr/share
8331  677817 g_key_file_to_data adds extra blank lines in some cases
8332  677952 Missing annotation for GDBusConnection signal "closed"
8333  678052 g_wakeup_acknowledge is called too often.
8334  678273 unicode othercasing is wrong in gregex
8335  678333 gdbus-codegen code causes warnings under -Wfloat-equal
8336
8337 * Translations updated:
8338  Arabic
8339  Assamese
8340  Galecian
8341  Greek
8342  Spanish
8343  Telugu
8344
8345 Overview of changes from GLib 2.33.1 to 2.33.2
8346 ==============================================
8347
8348 * GLIB_VERSION_MIN_REQUIRED now defaults to the current stable version
8349
8350 * GIO input and output stream classes have grown GBytes-based methods
8351
8352 * GApplication now has hooks to register D-Bus objects before the bus
8353   name is taken
8354
8355 * Bugs fixed:
8356  605976 add g_type_ensure(), to ensure that a type has...
8357  660851 Breakage of code due to changes in the GThread...
8358  666386 Empathy doesn't open Redirect URI with particu...
8359  671139 need (transfer async) for io stream buffers
8360  672329 memory leaks in gutils.c and glib tests
8361  672548 g_utf8_validate: @str shouldn't end up annotat...
8362  674111 Provide an accessor for MimeType desktop entry...
8363  674483 broken configure results when cross-compiling ...
8364  674634 Add g_clear_pointer()
8365  674777 What's the (transfer) of g_variant_lookup()?
8366  675309 gkeyfile: Fix annotations for g_key_file_load_...
8367  675446 gfile: Plug memory leak in g_file_make_directo...
8368  675509 add extra dbus hooks
8369  675832 Incomplete gsettings bash auto-completion
8370  676208 The tmpl parameter to g_file_new_tmp can be NULL
8371  676265 GNetworkMonitor leaks a lot of memory
8372  676277 Document that g_app_info_create_from_commandli...
8373  676397 g_environ_* should work with NULL envp
8374  676398 g_spawn_* should take PATH from the passed env...
8375  676478 Broken gzip decoding
8376  676594 [Patch] fix g_reload_user_special_dirs_cache
8377  676816 Add more GLIB_AVAILABLE_IN_*
8378  676937 Document notify signal deduplication with free...
8379
8380 * Translation updates:
8381  Czech
8382  French
8383  German
8384  Greek
8385  Japanese
8386  Russian
8387  Slovenian
8388  Spanish
8389
8390
8391 Overview of changes from GLib 2.32.1 to 2.33.1
8392 ==============================================
8393
8394 * GApplication
8395  - can now have a NULL application ID
8396  - add accessors for determining dbus connection and object path
8397
8398 * g_clear_object: fix warnings when using it on C++ (due to lack of
8399   ability to implicitly cast void*)
8400 * add g_clear_pointer as a generic form of g_clear_object
8401
8402 * GDBus:
8403  - add our own implementation of the message bus for use on Windows only
8404  - fix up a few bugs that use of this bus uncovered in GDBus
8405  - escape nonce files in dbus addressess (think 'c:\')
8406  - support initial underscores in dbus codegen namespace (for private)
8407  - add GTestDBus for bringing up a session bus for testing purposes
8408  - gdbus-codegen: Avoid warnings in generated code
8409  - GDBusAuthObserver: Add a way to control what authentication mechanisms to use
8410  - 
8411
8412 * Fix misdetection of GNUstep as Cocoa (for the MacOS GSettings backend)
8413
8414 * make sure configure fails if AC_CHECK_ALIGNOF cannot detect the alignment
8415
8416 * GAppInfo
8417  - overwrite the DISPLAY only if it is set in the launch context
8418  - add accessor for StartupWMClass
8419
8420 * glib/tests/date: force US locale running the GDateTime tests
8421
8422 * Resources:
8423  - fix broken use of GVDB on big endian machines
8424  - set a 'display name' so that pretty file names appear in Gtk CSS
8425    warning messages
8426
8427 * GMainContext:
8428  - block child sources when blocking the parent
8429  - introduce more testcases for child sources
8430
8431 * GResolver: add support for MX, TXT, NS and SOA records
8432
8433 * GSocketControlMessage: Don't warn about unknown messages
8434
8435 * GIO:
8436  - implement GSeekable for the data and buffered stream classes
8437  - implement GPollable for many more classes as well
8438  - fix GConverterInputStream infinite loop when fill_buffer returns an error
8439  - fileinfo: document the correct type for trash::orig-path
8440
8441 * test coverage improvements and general fixes
8442
8443 * new 2.34 stuff: version macros, docs index section, etc.
8444
8445 * Build:
8446  - add --disable-modular-tests build option
8447  - don't require host binaries if tests are not enabled for cross-builds
8448
8449 * Translations updated
8450  Brazilian Portuguese
8451  Bulgarian
8452  Czech
8453  French
8454  Galician
8455  German
8456  Hebrew
8457  Hindi
8458  Italian
8459  Norwegian bokmål
8460  Polish
8461  Russian
8462  Russian
8463  Serbian
8464  Simplified Chinese
8465  Slovenian
8466  Spanish
8467  Telugu
8468
8469 Overview of changes from GLib 2.32.0 to 2.32.1
8470 ==============================================
8471
8472 * Bugs fixed:
8473  670254 glib-2.30.2: Fails /GDateTime/new_from_unix test
8474  672541 glib-compile-resources prepends --sourcedir to absolute paths
8475  673139 URL to mailing lists in README incorrect
8476  673174 g_input_stream_read[_finish]: document returning 0 on EOF
8477  673191 glib/gchecksum.c warning: dereferencing type-punned pointer...
8478  673216 [W32] gtestutils does not use path separators consistently
8479  673439 Properly deprecate g_value_{set,get}_char
8480  673612 Fails to decode dictionaries wrapped in two layers of array
8481  673803 gclosure: Support return values of GVariants
8482  669285 glib/tests/markup-parse fails under non-english locale
8483  673911 gio-2.0.pc lists full path to executables, breaking cross com..
8484  673762 gnextstepsettingsbackend.c:343: error: parse error before 'in'
8485
8486 * Updated translations:
8487  Belarusian
8488  British English
8489  Bulgarian
8490  Catalan
8491  Czech
8492  French
8493  German
8494  Hebrew
8495  Hindi
8496  Hungarian
8497  Italian
8498  Japanese
8499  Kannada
8500  Latvian
8501  Lithuanian
8502  Marathi
8503  Norwegian bokmål
8504  Odia
8505  Polish
8506  Serbian
8507  Slovenian
8508  Spanish
8509  Swedish
8510  Telugu
8511
8512
8513 Overview of changes from GLib 2.31.22 to 2.32.0
8514 ===============================================
8515
8516 * It is no longer necessary to use g_thread_init() or to link against
8517   libgthread.  libglib is now always thread-enabled. Custom thread
8518   system implementations are no longer supported (including errorcheck
8519   mutexes).
8520
8521 * The thread and synchronisation APIs have been updated.
8522   GMutex and GCond can be statically allocated without explicit
8523   initialisation, as can new types GRWLock and GRecMutex.  The
8524   GStatic_______ variants of these types have been deprecated.  GPrivate
8525   can also be statically allocated and has a nicer API (deprecating
8526   GStaticPrivate).  Finally, g_thread_create() has been replaced with a
8527   substantially simplified g_thread_new().
8528
8529 * The g_once_init_enter()/_leave() functions have been replaced with
8530   macros that allow for a pointer to any gsize-sized object, not just a
8531   gsize*.  The assertions to ensure that a pointer to a correctly-sized
8532   object is being used will not work with generic pointers (ie: (void*)
8533   and (gpointer) casts) which would have worked with the old version.
8534
8535 * It is now mandatory to include glib.h instead of individual headers.
8536
8537 * The -uninstalled variants of the pkg-config files have been dropped.
8538
8539 * For a long time, gobject-2.0.pc mistakenly declared a public
8540   dependency on gthread-2.0.pc (when the dependency should have been
8541   private).  This means that programs got away with calling
8542   g_thread_init() without explicitly listing gthread-2.0.pc among their
8543   dependencies.
8544
8545   gthread has now been removed as a gobject dependency, which will cause
8546   such programs to break.
8547
8548   The fix for this problem is either to declare an explicit dependency
8549   on gthread-2.0.pc (if you care about compatibility with older GLib
8550   versions) or to stop calling g_thread_init().
8551
8552 * g_debug() output is no longer enabled by default.  It can be enabled
8553   on a per-domain basis with the G_MESSAGES_DEBUG environment variable
8554   like
8555     G_MESSAGES_DEBUG=domain1,domain2
8556   or
8557     G_MESSAGES_DEBUG=all
8558
8559 * Bugs fixed:
8560  671988 Quickly registering / unregistering objects on bus...
8561  672095 glib needs stable sort function
8562  672406 glib/tests/include.c fails to build on FreeBSD
8563
8564 * Updated translations:
8565  Telugu
8566
8567
8568 Overview of changes from GLib 2.31.20 to 2.31.22
8569 ================================================
8570
8571 * Bugs fixed:
8572  531901 Use __builtin_bswap* for GUINT*_SWAP_LE_BE if building...
8573  653167 Out of tree build is broken on windows
8574  668973 Test /gvariant/parser fails on Solaris 10
8575  669797 gvfs now lists its fuse mounts
8576  670846 deadlock: GStreamer-WARNING **: wrong STREAM_LOCK count 0
8577  671664 gio-querymodules: unlink instead of writing empty cache
8578  671676 Glib can't be cross-compiled any more after merge of...
8579  671918 gnome-shell is inaccessible unless started while an AT...
8580  671942 GSocketMsgFlags: annotate as a flags
8581  671997 Unix signal handling assumes that volatile 1-byte writes...
8582  672013 GSimpleAsyncResult: support reliable cancellation
8583  672026 default log output should include pid and/or prgname
8584  672095 glib needs stable sort function
8585  672201 G_SPAWN_SEARCH_PATH should continue on ENODEV and ETIMEDOUT
8586  672239 request NO_REPLY from g_dbus_connection_call() with no as...
8587  672249 gdbusproxy leaks asyncresult in an error case instead of...
8588
8589 * Translation updates:
8590  Assamese
8591  British English
8592  Catalan
8593  Catalan (Valencian)
8594  Danish
8595  Esperanto
8596  Finnish
8597  French
8598  German
8599  Hungarian
8600  Korean
8601  Lithuanian
8602  Norwegian bokmål
8603  Polish
8604  Portuguese
8605  Russian
8606  Traditional Chinese
8607
8608
8609 Overview of changes from GLib 2.31.18 to 2.31.20
8610 ================================================
8611
8612 * Update to Unicode 6.1
8613
8614 * Update PCRE to 8.30
8615
8616 * Deprecations are now versioned, and new API is
8617   marked with the version it was introduced.
8618   Use these with GLIB_VERSION_{MIN,MAX}_REQUIRED
8619
8620 * The performance of signal emissions has been
8621   improved for simple cases
8622
8623 * Bugs fixed:
8624  529806 Cannot build in 64-bit Mac OS X due to libiconv
8625  580873 Documentation of register type functions incomplete
8626  592666 Document how to unset an attribute
8627  597785 g_type_class_add_private code snippet is a bad example
8628  621368 glib-2.24.1: FAIL: run-assert-msg-test.sh when updating...
8629  622149 --disable-regex breaks glib2 build
8630  639873 GBinding: Crash when binding two properties on the same...
8631  640202 For GLIB v. 2.23.6 and above: impossibility to build mu...
8632  668295 Need a way to classify GVolume instances
8633  669670 gasyncqueue: don't use deprecated g_cond_timed_wait()
8634  670542 Add version information for deprecations
8635  670557 gvaluetransform: Fix an infinite loop with GFlagsValue...
8636  670721 global variable for signal ID should be hidden
8637  670751 IceWM build fails due to the G_DEPRECATED_FOR macro
8638  670909 g_dbus_connection_call leaks when it receives an error...
8639  670922 Include path to gdbus-codegen in the pkgconfig file
8640  670969 GSequence lookup may fail if there was no sort prior to...
8641  671025 Constants and identifiers starting with a number are no...
8642  671270 make distclean failures
8643  671281 glib-compile-resources.xml is missing from the dist tar...
8644
8645 * Translation updates:
8646  Basque
8647  Belarusian
8648  Brazilian Portuguese
8649  Bulgarian
8650  Galician
8651  Hebrew
8652  Lithuanian
8653  Persian
8654  Punjabi
8655  Serbian
8656  Simplified Chinese
8657  Slovenian
8658  Telugu
8659  Traditional Chinese
8660  Uyghur
8661  Vietnamese
8662
8663
8664 Overview of changes from GLib 2.31.16 to 2.31.18
8665 ================================================
8666
8667 * GDBusProxy has now a flag, G_DBUS_PROXY_FLAGS_GET_INVALIDATED_PROPERTIES,
8668   which can be set to make GDBus automatically reload
8669   changed properties even if the propertychanged signal
8670   does not contain the new values.
8671
8672 * GApplication puts non-unique applications on the bus
8673
8674 * GApplication now has g_application_quit()
8675
8676 * g_async_queue_timed_pop has been deprecated in favor of
8677   the new g_async_queue_timeout_pop, which uses relative
8678   delays in microseconds instead of a GTimeVal.
8679
8680 * a huge number of API documentation fixes
8681
8682 * Bugs fixed:
8683  647986 put non-unique apps on D-Bus
8684  658484 vpn connection vs NetworkSecretDialog
8685  664237 GDateTime falls back to UTC if TZ is set
8686  669329 gthread-win32: update for g_get_monotonic_time() changes
8687  669330 glocalfile: fix error code when opening a directory on win32
8688  669372 glib/tests memory leaks.
8689  669412 mem leak in g_environ_unsetenv
8690  669538 Fix compilation of glib-compile-resources.c on Windows
8691  669544 gdbus-codegen example introspection XML is not complete
8692  669595 glib-mkenums: fix handling of forward enum declarations
8693  669670 gasyncqueue: don't use deprecated g_cond_timed_wait()
8694  669671 gobject: use #pragmas to avoid deprecated function warnings
8695  669689 Retrieve cwd and environ in local GApplicationCommandLine
8696  669810 socket/win32: flush pending read before signaling HUP
8697  669865 g_regex_fetch()
8698  670085 memory leak in g_output_stream_write_async
8699  670138 gbytes.h is missing the G_BEGIN/END_DECL guards
8700  670485 Simplify session API (shared bug with gtk+)
8701
8702 * Updated translations:
8703  Belarusian
8704  Danish
8705  Galician
8706  Serbian
8707  Telugu
8708  Hebrew
8709
8710
8711 Overview of changes from GLib 2.31.14 to 2.31.16
8712 ================================================
8713
8714 * GResource:
8715  - The resource compiler can now convert pngs into
8716    pixel data that can be used without parsing at runtime
8717    (requires gdk-pixbuf-pixdata to be present)
8718
8719 * Bugs fixed:
8720  669123 resource compiler: failing to-pixdata should...
8721  669173 resource: fix xml preprocess entity handling
8722  669224 Cross-compilation broken by data-to-c
8723  669253 gsettings set buggy on array values
8724  669334 fix memory leak in bookmark file parser
8725
8726 * Translation updates:
8727  Norwegian bokmål
8728  Spanish
8729
8730
8731 Overview of changes from GLib 2.31.12 to 2.31.14
8732 ================================================
8733
8734 * GResource:
8735  - GLib now includes a commandline utility, gresource,
8736    to explore resources in ELF files
8737  - The resource compiler can now optionally strip
8738    ignorable whitespace from XML resources
8739  - The resource compiler can now generate build dependencies
8740  - The resource compiler will now autoselect output formats
8741
8742 * GApplication:
8743  - The menu markup parser API has been dropped, the
8744    menu XML support lives in GTK+ now
8745
8746 * GValueArray has been deprecated
8747
8748 * Bugs fixed:
8749  626258 N-ary Trees - 'nodes' can be inserted before and after...
8750  634232 Core Dump / Aborted using g_key_file_to_data
8751  639099 schema compiler chokes on valid schema
8752  667228 Deprecate GValueArray
8753  667243 Add an element clear function to GArray
8754  667929 glib-compile-resources: xml resources doesn't need to...
8755  668250 g_date_time_format() produces a non-UTF8 string
8756  668468 'IP_ADD_SOURCE_MEMBERSHIP' undeclared
8757  668532 resources: add dependency generator to the resource compiler
8758  668539 resources: compiler should autoselect output format...
8759  668561 gresource-tool not internationalized
8760  668572 glib_cv_g_atomic_lock_free config.cache setting not honored...
8761  668650 GRealArray->clear_func should be initialized
8762  668756 GKeyFile: allow loading from empty strings
8763  668857 fix couple of typos in comments
8764  669024 goption: implement platform_get_argv0() for OpenBSD
8765
8766 * Updated translations:
8767  Galician
8768  Norwegian bokmål
8769  Spanish
8770  Traditional Chinese
8771
8772 Overview of changes from GLib 2.31.10 to 2.31.12
8773 ================================================
8774
8775 * GApplication:
8776  - Drop support for exporting menus - this functionality
8777    will be provided in GtkApplication
8778  - Add a way to create actions that change settings
8779
8780 * Bugs fixed:
8781  629503 Add async versions of g_unix_connection_{receive,send}_credentials
8782  656301 glib-compile-schemas should not create an empty file
8783  668071 mingw-gcc build fails on gio/gsocket.[c|h]
8784  668118 the big appmenu switcheroo
8785  668158 base64 encode and line termination
8786  668163 GDBusConnection: note that exit-on-close is sometimes TRUE
8787  668269 gsignal: add g_signal_handlers_disconnect_by_data
8788  668279 create GAction from GSettings
8789
8790 * Translation updates:
8791  Norwegian bokmål
8792
8793
8794 Overview of changes from GLib 2.31.8 to 2.31.10
8795 ===============================================
8796
8797 * GResource:
8798  - A new facility to allow linking data files into binaries
8799    and make them available as resources
8800  - Resources are compiled using glib-compile-resources
8801  - GIO supports resource:/// uris to access resources
8802
8803 * Bugs fixed:
8804  619126 Missing dependency libs
8805  658315 g_key_file_get_keys() should set length to 0...
8806  660371 is it ever valid to have 0 as a GError domain?
8807  666700 Add some missing (allow-none) annotations
8808  667375 GAsyncInitable subclassing (and async subclassing...
8809  667447 Missing many introspection annotations
8810  667790 Protect call to pthread_condattr_setclock with define
8811  667938 wrong gtypes generated for empty flags enums
8812
8813 * Translation updates:
8814  Hebrew
8815  Spanish
8816
8817
8818 Overview of changes from GLib 2.31.6 to 2.31.8
8819 ==============================================
8820
8821 * GObject:
8822  - The type checks for overriding properties have been loosened.
8823    In particular, it is now possible to add the CONSTRUCT flag
8824    to an overridden property
8825  - GWeakRef is a new API for weak references; unlike g_object_weak_ref
8826    and g_object_add_weak_pointer, it is thread-safe.
8827
8828 * GHashTable has grown new convenience api for use as a set:
8829   g_hash_table_add, g_hash_table_contains
8830
8831 * GSocketConnection has gained API for managing connection status
8832
8833 * GSettings: a native OS X backend has been added, under the
8834   name 'nexstep'
8835
8836 * Bugs fixed
8837  455640 Something fishy with GRegex and unicode
8838  548954 weak references are not threadsafe
8839  625751 Add G_FILE_ATTRIBUTE_FILESYSTEM_USED
8840  658871 gbacktrace: g_get_prgname () isn't called for a NULL argu...
8841  664069 gvariant: Never break out of g_variant_iter_loop
8842  664830 g_strescape doesn't natively handle \v (vertical tab)
8843  665211 GDBusConnection singleton access can race with disposal
8844  665805 Add GSocketClient::action, for tracking socket client status
8845  666116 some tests provoke undefined behaviour, which is undesira...
8846  666422 Unreachable code in gio gnetworkmonitornetlink.c
8847  666551 Crash in g_thread_xp_SleepConditionVariableSRW
8848  666595 menu parser disallows id='' on submenu and section
8849  666615 loosen property override flag restrictions
8850  666616 gobject: fix property override type checks
8851  666803 g_utf8_validate() fails to validate strings with known size
8852  666804 g_ateaxit deprecation warning in devhelp points in wrong ...
8853  666951 g_mkdtemp: Since version incorrect in docs
8854  666978 Fails to compile glib applications with ISO C90 compiler
8855  667098 ginetaddressmask leaks its address property
8856  667225 GSocket: add missing type checks to public methods
8857  667226 GSocket: fix an error return value
8858  667279 Sometimes crashes when launching commandline-crea...
8859  667285 Wrong keyname listed in documentation for g_deskt...
8860  667331 Use g_queue_free_full() convenience function
8861  667420 GHashTable GDB pretty printing is broken
8862
8863 * Updated translations
8864  Belarusian
8865  Bulgarian
8866  Hebrew
8867  Norwegian bokmål
8868  Norwegian Nynorsk
8869  Spanish
8870  Vietnamese
8871
8872
8873 Overview of changes from GLib 2.31.4 to 2.31.6
8874 ==============================================
8875
8876 * GApplication no longer has APIs for setting menus.  Those have been
8877   moved to GtkApplication.
8878
8879 * the GActionGroup import/export functionality has been decoupled from
8880   GApplication by the introduction of a new interface for the purpose of
8881   handling platform data: GRemoteActionGroup.  This allows Gtk to
8882   properly deal with platform data (and gdk threads) on window actions.
8883
8884 * lots of documentation improvements
8885
8886 * bug fixes and a huge number of memory leak fixes
8887
8888 * the test suite now passes on ARM and some of the GDBus testcase hangs
8889   we've been seeing have been resolved (although others could remain)
8890
8891 * g_bytes_get_data() API changed: now includes 'size' out parameter
8892
8893 * new g_queue_free_full() API similar to g_[s]list_free_full()
8894
8895 * desktop files: use standard "Keywords" now, not "X-GNOME-Keywords"
8896
8897 * gsettings commandline tool now has --schemadir option for schemas not
8898   installed in the usual place (ie: as part of plugins)
8899
8900 * Bugs fixed:
8901  643736 GApplication doesn't emit dbus signals on action updates
8902  657433 g_queue_free_full() missing
8903  664699 glib: documentation fixes
8904  665737 acquire/release gdk threads lock on incoming dbus
8905  665879 GBytes: add a size argument to g_bytes_get_data
8906  666113 various leaks in GLib, GIO are visible in the regression tests
8907  666115 various tests leak memory, obscuring real leaks in the library
8908  666145 Doc could be more explicite that g_thread_init calls can be droped
8909  666173 Configure warning - linux/netlink.h usability... no
8910  666296 Race condition in g_thread_xp_get_srwlock
8911  666415 Settings tools should allow specifying a schema directory 
8912
8913 * Translations updated:
8914  French
8915  Spanish
8916
8917 Overview of changes from GLib 2.31.2 to 2.31.4
8918 ==============================================
8919
8920 * EXPERIMENTAL: Menu support has been added to GApplication.  Menus
8921   are exported on the bus, alongside the actions that are already there.
8922   There have also been many related improvements to action group
8923   functionality.
8924
8925   These new APIs are subject to changes in the coming releases.  In
8926   particular, it seems somewhat likely that the APIs for registering
8927   menubars may change in order to accommodate windows with different
8928   types of menubars.
8929
8930 * GDBusConnection previously directly dispatched destroy notifies when
8931   unregistering objects if the current main context was the same context
8932   the object was exported on.  It now unconditionally dispatches these
8933   through an idle on the context.
8934
8935 * Clean up Requires in pc files. Linking against GIO no
8936   longer drags in gmodule. This may require dependency
8937   fixes here and there.
8938
8939 * Introduce GBytes, a data type for immutable, fixed-size
8940   byte sequences. This makes the pre-existing GBuffer
8941   API available outside GLib
8942
8943 * GDBusInterfaceSkeleton can now be exported on multiple
8944   connections
8945
8946 * Bugs fixed:
8947  600161 Do not use static GTypeInfo and GInterfaceInfo
8948  640077 GFileMonitor: Always send CHANGES_DONE_HINT after a move...
8949  641720 Misleading definition for local_command_line() in GApplic...
8950  648516 Little comment error and 2 useless lines of code
8951  651997 Dummy backend for gapplication
8952  652560 Test for g_ascii_strtod is failing
8953  662208 failure to initialize a GInitable should be considered...
8954  662718 GDBusInterfaceSkeleton should be able to export on multi...
8955  663291 GBytes: Immutable, refcounted sequence of bytes
8956  664406 Need context for a proper translation
8957  664455 Build fixes for GLib GIT master (2.31.x)
8958  664558 GDBusWorker.frozen has a value > 1 in a gboolean
8959  664559 sys/wait.h not available on windows
8960  664617 gdbus segfault error 4 in libgio-2.0.so.0.3102.0
8961  664635 GMemory{Out,In}putStream _async functions break sub-class...
8962  664809 Add command line option to gtester to allow skipping tests
8963  665067 cryptic assertion failure if nonsensical flag combinations...
8964  665184 Check ref. count before reffing/unreffing
8965  665298 Add 'Requires.private: libpcre' to glib-2.0.pc
8966  665391 update documentation around mainloops
8967  665607 ./configure is there for fiddling with cross-compile enviro...
8968  665634 g_dbus_node_info_new_for_xml() errors on unknown attributes...
8969  665685 Add a #define for the max length of a Unicode decomposition
8970  665733 GDBusConnection holds lock while calling destroynotify
8971
8972 * Translation updates:
8973  Norwegian bokmål
8974  Spanish
8975
8976
8977 Overview of changes from GLib 2.31.0 to 2.31.2
8978 ==============================================
8979
8980 * Monotonic time is now properly supported on Windows
8981
8982 * glib-mkenums: fix @ENUMPREFIX@ with /*< underscore_name=... >*/
8983
8984 * EXPERIMENTAL: introduce new GSettingsSchema and GSettingsSchemaSource
8985   APIs for the convenience of plugin system authors and those who wish
8986   to introspect the contents of schemas.  This API may change.
8987
8988 * Improve the performance of GObject property notifies.
8989
8990 * GDBus:
8991  - fix a race when unowning a name immediately after owning it
8992  - thread safety improvements on GDBusConnection
8993  - fixes for exit-on-close functionality
8994
8995 * Deprecations:
8996  - add G_SIGNAL_DEPRECATED
8997  - don't use G_DISABLE_DEPRECATED masking for functions anymore
8998
8999 * docs
9000  - tmpl/ is finally dead for glib
9001
9002 * GIO:
9003  - GInetAddressMask: new type for internet address range matching
9004  - various GIO file and stream fixes
9005  - improvements to attribute and fileinfo handling
9006
9007 Overview of changes from GLib 2.29/2.30 to 2.31.0
9008 =================================================
9009
9010 This release contains a huge number of changes (500 commits worth).  The
9011 list below attempts to summarise, but not every change is listed.
9012
9013 * Major changes to threading and synchronisation
9014  - threading is now always enabled in GLib
9015  - support for custom thread implementations (including our own internal
9016    support for errorcheck mutexes) has been removed
9017  - a whole lot of dead code (to deal with the non-threaded case) has
9018    been ripped out.  This includes the racy path of GMainContext that
9019    caused deadlocks with respect to child process exits in
9020    single-threaded programs (such as gtester).
9021  - libgthread is now an empty shell and g_thread_init() is no longer
9022    required (and has been deprecated)
9023  - GMutex and GCond can now be statically allocated without explicit
9024    initialisation.  Dynamic allocation for these types is deprecated.
9025  - new types GRecMutex and GRWLock can also be statically allocated
9026    without explicit initialisation.
9027  - GPrivate can now be statically allocated and has an improved API.
9028    Dynamic allocation of GPrivate is deprecated.
9029  - GStaticMutex, GStaticRecMutex, GStaticRwLock, GStaticPrivate are
9030    deprecated.
9031  - GCond now uses monotonic time internally and a new API takes
9032    monotonic time for timed waits, deprecating the wallclock API
9033  - removal of the insane macro indirection used in the previous
9034    implementation of threading and synchronisation APIs
9035  - use SRWLock and CONDITION_VARIABLE APIs when available on Windows
9036    (Vista and later) and emulate them on XP
9037  - leaks of G(Static)Private-allocated data on some cases of thread exit
9038    have been fixed
9039  - simplified new thread creation API with the old API deprecated.  The
9040    concept of joinability has disappeared (all threads are joinable) as
9041    have priority levels, 'bound'ness (ie: kernel vs. userspace threads)
9042    and ability to manipulate the stack size.
9043  - GThread is now a refcounted type
9044  - other implementation details changed
9045
9046 * Move headers for some deprecated functionality to a separate
9047   deprecated/ directory.
9048
9049 * New support for attribute-based deprecations to issue compiler
9050   warnings instead of breaking the build and/or giving warnings about
9051   implicit declarations (and possibly miscompiling).
9052
9053 * GCache has been deprecated (after its last use was removed from our
9054   platform over a year ago).
9055
9056 * It is no longer possible to include individual headers (like
9057   "ghash.h") -- you must #include <glib.h>.
9058
9059 * The misguided experiment of allowing the program to stumble along with
9060   missing GSettings schemas is now over -- the abort is back.
9061
9062 * Clarify that fork() is not valid while using GMainContext.  This is
9063   because the internal resources of the GMainContext end up being shared
9064   by both processes.  We had an assert here but it was breaking existing
9065   (valid) use cases as well, so it has been removed for now.
9066
9067 * GApplication
9068   - add ::shutdown signal as logical dual to ::startup
9069   - don't use a GMainLoop: iterate the GMainContext directly (improves
9070     quit logic)
9071
9072 * Several portability fixes for Windows, OpenBSD, Solaris
9073
9074 * Add new GValue API to specifically deal in signed chars (in case the
9075   platform defines 'char' as unsigned)
9076
9077 * some new API to mitigate the problems associated with calling setenv()
9078   in a multi-threaded program
9079
9080 * Use CLOCK_MONOTONIC unconditionally if the libc has support at compile
9081   time (ie: stop checking for kernel support at runtime).
9082
9083 * pkg-config files:
9084   - drop -uninstalled variants
9085   - remove gobject dependency on gthread
9086
9087 * New macro G_ATOMIC_LOCK_FREE is defined if the atomic operations are
9088   implemented without use of a mutex.  Cleaned up atomic-related
9089   compilation issues with mingw compilers on win32 systems.
9090
9091 * SOCKS proxy and resolver improvements
9092
9093 * Fix the spelling of G_IO_FLAG_IS_WRITABLE (was WRITEABLE) and
9094   introduce a macro for backwards compatibility.
9095
9096 * GDBus:
9097   - many code generation updates and improvements
9098   - some race condition fixes, including testcase hangs
9099
9100 * GVariant:
9101   - new g_variant_new_from_fixed_array() API
9102   - substantial docs improvements/clarifications
9103
9104 * GKeyFile is now refcounted and boxed
9105
9106 * mount monitoring is now based on /proc/mounts (where available)
9107   instead of mtab
9108
9109 * new macros G_SOURCE_CONTINUE and G_SOURCE_REMOVE for returning from
9110   GSourceFunc (so you don't have to remember what TRUE and FALSE mean)
9111
9112 * use xlocale functions where available to avoid too much heavy lifting
9113   in functions like g_ascii_strtod()
9114
9115 * GMappedFile can now be created from an fd
9116
9117 * error message strings grammar/i18n fixes
9118
9119 * many docs updates
9120
9121 * Partial list of bugs closed:
9122  70598  Unify GStaticMutex and GMutex.
9123  320888 optimization for g_main_context_wakeup
9124  398418 GChildWatch race condition?
9125  527214 g_timer_elapsed() returns random values
9126  580505 add a way to set/get name for a thread
9127  583511 race condition means g_main_loop_quit() does not work
9128  590808 GKeyFile should have a refcount and a boxed type in GObject
9129  592715 Document that g_str_hash() and g_int_hash() are not NULL safe
9130  631413 Add macros for GSourceFunc return values
9131  632049 not immediately clear what g_variant_get_fixed_array expects
9132  640212 "Error stating file" is not a friendly message
9133  640293 Use xlocale functions to implement g_ascii_strtod()
9134  640975 Check that error exists before trying to set it
9135  643934 GApplication lacking a logical dual for the ::startup signal
9136  651268 assertion failed in GDBus worker thread
9137  653987 g_key_file_get_integer cannot interpret trailing spaces
9138  654412 Documentation for g_variant_get_child_value unclear
9139  654563 info capplet: Failed to calculate disk space
9140  655366 missing GSettings schemas lead to obscure crashes
9141  656621 g_spawn_*() calls executables in current directory
9142  656679 [gi] Add two annotations to gio
9143  657992 Add glib__private__() API to share between glib,gio
9144  658188 _set_as_last_used_for_type generates a broken mimeapps.list
9145  658206 gsocks5proxy.c has invalid gettext use
9146  658207 glib-compile-schemas says "can not"
9147  658558 simpleaction: Fix documentation of :enabled
9148  658683 clean up charset/language threading issues
9149  658692 add introspection annotations to g_time_val_from_iso8601()
9150  658715 Duplicite strings
9151  658769 Invalid reuse of GError in GThreadedResolver
9152  658806 sign error in string hash implementation
9153  658976 gdbus-codegen's C namespace option needs to support Ugly_Case
9154  659070 gdbus-codegen generated code segfaults when property changes
9155  659082 gdbus-codegen: Single letter namespaces get dropped from names
9156  659212 GMappedFile should fail on non-regular files
9157  659324 _SPLICE_CLOSE_TARGET doesn't mark the output stream as closed
9158  659423 Use adaptive mutexes when available
9159  659427 Move deprecated code to a separate directory
9160  659646 gdbus-codegen produce code that warnings at build
9161  659690 Possible build warning in code generated by gdbus-codegen
9162  659699 property name collision when generating code for "Connection"
9163  659754 Add API to GMappedFile that allows to pass FD
9164  659838 incorrect types in introspection for g_object_bind_property
9165  659866 pthread_rwlock_t requires defined __USE_UNIX98
9166  659870 gvalue: Fix signedness of g_value_get_char()
9167  659889 glib-2.29.92/gio-2.0.pc.in has a wrong line.
9168  659916 GObject size of 64K is not actively enforced
9169  659920 Missing setter for read/write property 'closed' of GIOStream
9170  659923 Add g_variant_new_fixed_array() function
9171  660013 Remove old g_atomic configure cruft
9172  660096 glib/rwlock tests failure (tests asserted)
9173  660130 Possible loss of user data when updating mimeapps.list
9174  660147 tracker causes g_critical in "gsettings list-recursively"
9175  660413 Make G_ASSERT_STATIC work with clang
9176  660498 Generated test code fails when the codegen changes
9177  660511 Use /proc/mounts for monitoring mounts, not /etc/mtab
9178  660536 Expose options for /etc/fstab entries
9179  660635 Deprecate g_thread_foreach
9180  660637 Pending dbus method calls not canceled on connection loss
9181  660739 kill off g_{mutex,cond}_{new,free}()
9182  660740 make GThread more standard
9183  660741 g_cond_timedwait is a disaster
9184  660743 macro wrappers for g_once_init_enter/leave
9185  660744 finish killing g_thread_init()
9186  660745 GPrivate leaks on Windows
9187  660791 [gio] Improve doc for g_file_make_directory_with_parents()
9188  660843 asyncqueue-test is broken
9189  660849 Remove cruft from g_strerror and g_strsignal
9190  660886 GDBusProxy: don't drop/complain about unknown props/signals
9191  660887 g_slice_set_config() is broken
9192  660994 Add g_main_context_ref_thread_default()
9193  661255 gio: enable test_peer regression test for OpenBSD
9194  661257 giomodules.c uses ":" instead of G_SEARCHPATH_SEPARATOR_S
9195  661318 tests use pthread without appropriate compiler/linker flags
9196  661421 Applications fail to initialize on GNU Hurd - commit
9197  661438 Implement G_GNUC_DEPRECATED/G_GNUC_DEPRECATED_FOR on Visual C++
9198  661711 Sorting keys for GDrive, GVolume and GMount instances
9199  661763 desktop-app-info: Add support for X-GNOME-Keywords
9200  661896 /gdbus/connection/life-cycle is racy
9201  661914 Gstreamer/Totem locks up
9202  662100 regression: g_dbus_connection_close() triggers exit-on-close logic
9203
9204 * Translations updates:
9205  Belarusian 
9206  Brazilian Portuguese
9207  British English 
9208  Bulgarian 
9209  Catalan 
9210  Catalan (Valencian)
9211  Czech 
9212  Danish 
9213  Esperanto
9214  French 
9215  Gujarati
9216  Hebrew 
9217  Hungarian 
9218  Italian 
9219  Japanese
9220  Lithuanian
9221  Norwegian bokmål
9222  Oriya
9223  Polish 
9224  Russian 
9225  Serbian
9226  Simplified Chinese
9227  Slovak 
9228  Slovenian
9229  Spanish 
9230  Tamil
9231  Vietnamese
9232
9233 Overview of changes from GLib 2.29.18 to 2.29.90
9234 ================================================
9235
9236 * GObject includes a generic marshaller, g_cclosure_marshal_generic.
9237   To use it, simply specify NULL as the marshaller in g_signal_new().
9238   The generic marshaller is implemented with libffi, and consequently
9239   GObject depends on libffi now.
9240
9241 * API/ABI changes:
9242  - unix signal watches now match the API of all of the other sources
9243  - revert the addition of g_date_time_source_new () from last release
9244
9245 * networking and other fixes for Solaris
9246  - we no longer support symbolic port names (ie: from /etc/services)
9247  - check if -lsocket is needed
9248  - fix g_socket_details_from_fd()
9249  - avoid getmntinfo
9250  - fix some harmless warnings
9251
9252 * GDateTime improvements:
9253  - generally improved standards compliance (with C99)
9254  - support C99-specified format strings: %g, %G, %V, %c, %C, %w
9255  - consult the locale for the preferred 12-hour time format (%r)
9256  - drop support for non-standard %N and broken %W
9257  - better support for formatting non-POSIX (eg: Arabic) numerals
9258  - locale-related test case fixups, and fix some leaks
9259
9260 * GTlsInteraction: add interaction method invocation guarantees
9261
9262 * gdbus-codegen: post-process all interfaces when parsing >1 file
9263
9264 * make GMainLoop, GMainContext and GSource boxed types
9265
9266 * fix a race condition in the first use of g_get_monotonic_time()
9267
9268 * lots gtk-doc cleanups
9269
9270 * better intltool compatibility when generating pot file
9271
9272 * avoid GCC-specific compiler options when not using GCC
9273
9274 * Translation updates:
9275  Belarusian
9276  Brazilian Portuguese
9277  Canadian English
9278  Galician
9279  Indonesian
9280  Korean
9281  Lithuanian
9282  Norwegian bokmål
9283  Portuguese
9284  Spanish
9285  Swedish
9286
9287 Overview of changes from GLib 2.29.16 to 2.29.18
9288 ================================================
9289
9290 * GDateTime is now respecting LC_TIME when formatting
9291
9292 * GTimeZoneMonitor has been removed again
9293
9294 * A new API for wallclock functionality has been added:
9295   g_date_time_source_new(). This API is still experimental
9296   and may be changed or removed before 2.30.
9297
9298 * Bugs fixed:
9299  628904 Add credential support for FreeBSD and fix a socket issue
9300  650763 gdbus-codegen is broken with python 2.7
9301  655129 GDateTime could provide api for implementing wall clocks
9302  656341 gtlsconsoleinteraction.c uses getpass() which isn't avail...
9303  656387 GCancellable can be used concurrently
9304  656443 Make GTlsInteraction ask_password cancellable
9305  656675 void functions should not return in glib 2.29.16
9306  656772 g_variant_compare for uint64 incorrect
9307  656914 Load GIO_EXTRA_MODULES first, and ignore duplicates
9308  657083 The header langinfo.h is not available on all systems
9309  657084 gfileutils: fix docs/annotations for temp file methods
9310  657138 Some files missing in POTFILES.in
9311  657206 GInputStream leaked in g_file_icon_load_async()
9312  657243 g_cancellable_set_error_if_cancelled() documentation
9313  657274 Use detected PYTHON variable as shebang for gdbus-codegen
9314  657336 Speling fixes for glib found with codespell
9315  657452 plural forms needed
9316  657454 Translation comment needed
9317  657540 Print out file:// URL to coverage HTML report after building
9318  657593 g_test_trap_fork calls close(-1)
9319  646082 Addresses from GSocket should be normalized before returning
9320  657517 fix gio/tests/gdbus-peer on bsd
9321
9322 * Translation updates:
9323  Brazilian Portuguese
9324  Galician
9325  Norwegian bokmål
9326  Punjabi
9327  Russian
9328  Serbian
9329  Spanish
9330  Swedish
9331  Traditional Chinese
9332  Uighur
9333
9334
9335 Overview of changes from GLib 2.29.14 to 2.29.16
9336 ================================================
9337
9338 * GTlsDatabase: an abstract class that provides support
9339   or certificate and key lookup. An implementation will
9340   be provided in glib-networking
9341
9342 * GHmac: Support or HMAC digests
9343
9344 * Misc new API:
9345  - g_ptr_array_add_full: creates a GPtrArray with
9346    a preallocated size and a destroy function
9347  - g_desktop_app_info_get_show_in: checks if a GDesktopAppInfo
9348    should be shown in a given desktop environment
9349  - g_mkdtemp, g_mkdtemp_full, g_dir_make_tmp: create
9350    temporary directories
9351
9352 * Unify thread wakeup implementations of GMainContext
9353   and GCancellable, and use eventfd for it when available
9354
9355 * Show mounts in $XDG_USER_DIR in addition to /media and $HOME
9356
9357 * Bugs fixed:
9358  636572 GTlsCertificateDB
9359  644601 Some tests need a running dbus session
9360  652284 deal with small key lengths
9361  652827 glib-2.29.8 no longer builds with mingw.org's toolchain
9362  653063 PEM parser fails parsing private key when put first
9363  654078 Fail to static linking with Glib library
9364  654450 New functions: g_ptr_array_new_full()
9365  654793 Add G_VALUE_INIT
9366  655044 GDesktopAppInfo: Add g_desktop_app_info_get_show_in()
9367  655148 gdbusconnection is broken when compiling with mingw
9368  655241 glocalfile.c no longer compiles with MinGW GCC
9369  655598 g_cancellable_get_fd: silently return -1 for NULL cancellable
9370  655664 gdbus should not abort if no dbus session is available
9371  655769 Use ZLIB_CFLAGS when compiling gio
9372  656031 Improve GVariant annotations
9373  656048 glib-codegen requires Python >= 2.5
9374  656151 configure test logic inverted, doesn't match comments
9375  656152 GCC only syntax used, yet other compilers allowed by configure.
9376  656162 allow use of lcov 1.9 for coverage
9377  656282 GDBusProxy: uninitialized local variables can be freed
9378  656283 Failing tls connection cause assertion
9379  118563 Add g_mkdtemp in the spirit of g_mkstemp
9380  636405 Add g_return_if_fail() to g_settings_bind_with_mapping()
9381  656039 race condition between GDBusProxy signals and public API
9382  656492 g_io_channel_new_file failure (open(2) behavior wrt POSIX)
9383
9384 * Translation updates:
9385  Bulgarian
9386  Esperanto
9387  French
9388  Galician
9389  German
9390  Hebrew
9391  Indonesian
9392  Italian
9393  Norwegian bokmål
9394  Russian
9395  Spanish
9396  Swedish
9397
9398
9399 Overview of changes from GLib 2.29.12 to 2.29.14
9400 ================================================
9401
9402 * Unicode improvements
9403  - add g_unicode_script_{to,from}_iso15924
9404  - add G_UNICODE_SPACING_MARK define
9405  - more normalisation improvements
9406  - stop using deprecated g_unicode_canonical_decomposition()
9407
9408 * GParamSpec:
9409  - mark the 'name' field as 'const' and add a comment to the header to
9410    help avoid future problems caused by bad hacks
9411
9412 * Merge some (modified) patches from Debian:
9413  - 03_blacklist-directories.patch
9414    - add some blacklisted mount directories
9415  - 60_wait-longer-for-threads-to-die.patch
9416    - sleep longer in a test case, if needed to avoid failing
9417
9418 * Units policy change: prefer use of SI units
9419  - deprecate g_format_size_for_display, add g_format_size(_full)
9420
9421 * GSettings: don't call g_error() when the schema is missing
9422
9423 * GVariant support for arrays of object paths:
9424  - new g_variant_{new,get,dup}_objv API
9425  - support for g_variant_{new,get} '^ao' and '^a&o' similar to '^as'
9426
9427 * GDBus:
9428  - use new improved array-of-objects support and pass 'ao' as char**
9429    instead of GVariant*
9430  - improve handling of 'h' type (Unix file descriptor index)
9431
9432 * GIO:
9433  - fix compilation without USE_STATFS and USE_STATVFS
9434
9435 * Documentation fixes
9436
9437 * Bugs fixed:
9438  622921 Migrate from dbus-glib to glib's GDBus
9439  648271 Add g_unicode_script_to_iso15924()
9440  654948 Stop using deprecated g_unicode_canonical_decomposition()
9441  654988 g_atomic_int_add should document behaviour change
9442  655025 #define G_UNICODE_SPACING_MARK G_UNICODE_COMBINING_MARK
9443  655076 normalization misses some Full_Composition_Exclusion=True. 
9444
9445 * Translations updated:
9446  Spanish
9447
9448 Overview of changes from GLib 2.29.10 to 2.29.12
9449 ================================================
9450
9451 * Add new API to do Unicode (de-)composition in atomic steps,
9452   for use in Harfbuzz.
9453
9454 * Bugs fixed:
9455  615895 (indirectly) support non-NULL-terminated regexes in GRegex
9456  617949 glib trunk fails to compile on Solaris w/ Studio 12...
9457  620423 Document the possibility to unset attributes
9458  627974 Floating reference headaches
9459  644687 Not finding cross-links in current doc set
9460  649246 g_output_stream_splice() cannot be used on 32-bit machines...
9461  653841 a helper script to build glib from git master on win32
9462  653935 g_slist_free_full/g_list_free_full iterates twice in the list
9463  654017 tests: fix glib_translations_work() in gsettings unit test
9464  654085 Don't needlessly use "echo -e" when creating .def files
9465  654195 Add g_unichar_compose() and g_unichar_decompose()
9466  654232 GCancellable eventfd problems
9467  654394 suspicious use of floating references in GDBusInterfaceSkeleton
9468  654536 GSettings: lift key name length restriction to 64
9469  654627 GParamSpec: intern property names
9470  654651 Better g_unicode_canonical_decomposition()
9471  654917 Make g_cclosure_marshal_generic the default signal handler
9472
9473 * Translation updates:
9474  Belarusian
9475  Finnish
9476  Korean
9477  Latvian
9478  Lithuanian
9479  Norwegian bokmål
9480  Turkish
9481
9482
9483 Overview of changes from GLib 2.29.8 to 2.29.10
9484 ===============================================
9485
9486 * New features:
9487  - g_desktop_app_info_get_nodisplay: a function that is required
9488    to port gnome-menus to GDesktopAppInfo
9489  - g_hash_Table_iter_replace: new function to replace a value
9490    while iterating over a hash table
9491  - g_utf8_substring: convenience API to extract substrings from
9492    UTF-8 strings
9493  - g_action_group_add_entries: convenience API for creating lots
9494    of actions quickly
9495  - Use eventfd instead of pipes for waking up main contexts and
9496    for cancellation when available
9497  - GMatchInfo is now a refcounted boxed type
9498
9499 * API changes in GAction:
9500  - the 'set_state' entry in the GActionInterface vtable has been
9501    renamed to 'change_state
9502  - g_action_set_state has been renamed to g_action_change_state
9503  - the 'state' property has been changed to read-only
9504  - GSimpleAction can no longer be subclassed
9505
9506 * Bug fixes
9507  647796 g_variant_new_variant is not marked as constructor
9508  652072 gmain: make use of signalfd()
9509  652168 Crosscompiling Fails if build<=2.24 and host >2.24
9510  652750 make dist fails
9511  652758 GDataInputStream: Clarify g_data_input_stream_read_line docs...
9512  652822 Add a g_hash_table_iter_replace
9513  652897 tiny docs clarification for g_utf8_to_ucs4_fast
9514  653140 gmain: use Linux eventfd() for main context wake up
9515  653429 drop AM_MAINTAINER_MODE or enable it by default
9516  653484 GAsyncCallbacks should default to allow-none
9517         Add missing fundamental types to the generic marshaller
9518
9519 * Translation updates
9520  Belarusian
9521  Galician
9522  Russian
9523
9524 Overview of changes from GLib 2.29.6 to 2.29.8
9525 ==============================================
9526
9527 * Bug fixes
9528  646608 export_symbols variable for gio dynamic library is wrong
9529  646635 Fix introspection of GLib
9530  647930 Documentation: GDataInputStream _read_upto() version
9531  651745 Switch to _ prefixing rather than G_GNUC_INTERNAL
9532  651920 Improve qsort_r detection
9533  651959 gbitlock: "asm goto" is not available in gcc < 4.5
9534  651998 gdbus-codegen: Use relative Python imports
9535  652000 Fix for gatomic.c on Windows/MSVC
9536  652002 Proposal to clean up gvaluetransform.c for MSVC
9537  652025 g_dbus_connection_register_object: error is not set...
9538  652081 Typos in a GBinding warning message
9539  652197 Improper handling of double values in GDBusMessage
9540         Fix a deadlock in gobject finalization
9541
9542 * Translation updates:
9543  Czech
9544  Galician
9545  German
9546  Hebrew
9547  Norwegian bokmål
9548  Spanish
9549  Uighur
9550
9551
9552 Overview of changes from GLib 2.29.4 to 2.29.6
9553 ==============================================
9554
9555 * Atomic operations have been rewritten from scratch to make use
9556   of gcc builtins where possible. As a side-effect of this, calls
9557   to g_atomic_ API with explicit casts may now be problematic; if
9558   that happens to you, try first to remove the casts. Another
9559   side-effect of the rewrite is that g_atomic_int_exchange_and_add
9560   has been deprecated in favor of g_atomic_int_add.
9561
9562 * A full set of atomic operations on pointers has been added,
9563   including bit locks in pointer-size locations.
9564
9565 * Access to quarks is now lockless
9566
9567 * GObject data scalability has been greatly improved
9568
9569 * g_data_time_format now supports alternative digits and padding
9570
9571 * Introspection improvements:
9572  - Add a boxed type for GVariantBuilder
9573  - Annotation fixes in GDBus, GVariant, g_base64_
9574
9575 * Bugs fixed:
9576  502560 g_rand_double_range returns 'inf'
9577  612729 g_mkdir_with_parents can fail if the directory already exists
9578  617491 g_once() implementation is inefficient
9579  619418 Add a performance test for UTF-8 decoding functions
9580  619435 Make g_utf8_to_ucs4_fast() yet faster
9581  626549 G_STATIC_ASSERT_EXPR
9582  631231 bitlock: Fix detection and usage of futexes with Bionic
9583  632294 g_queue_remove() should return a boolean
9584  640518 GMainLoop has quadratic complexity when all pollfd's...
9585  642026 Race condition in g_static_private_free
9586  646635 Fix introspection of GLib
9587  648678 g_date_time_format(): support %O flags for localized numbers
9588  649480 Use MSG_CMSG_CLOEXEC in recvmsg in gio/gsocket.c
9589  649506 GTestFunc et al lacking Since tag
9590  649657 Don't return gboolean for functions that throw
9591  649775 glib-gio-gdbuscodegen-Makefile.patch
9592  649915 gsettings accepts unquoted strings longer than two characters
9593  649973 gthread: build unix tests only on unix
9594  649988 gdbus-codegen: Drop dependency on argparse
9595  650078 forkbomb building glib/tests/protocol
9596  650211 Optimization in key file parsing
9597  650236 Application over DBus implements action state incorrectly
9598  650345 g_key_file_has_key_full: New function to fix g_key_file_has_key...
9599  650458 reduce overhead in g_object_set/get_data
9600  650459 hash table consistency while calling destroy notify funcs
9601  650688 enforce rules about hash table modification
9602  650823 expand the set of atomic ops
9603  650874 codegen chokes on docs
9604  650882 use stdout instead of stderr for informational messages
9605  650884 fix compilation with gcc2
9606  650885 implement glib credentials on OpenBSD (hackish)
9607  650935 G_GNUC_MAY_ALIAS and atomic ops
9608  651009 minor documentation fix
9609  651034 Regarding g_cond_wait after g_thread_pool_push in gthreadedresolver
9610  651133 race condition in GDBusConnection's emit_signal_instance_in_idle_cb
9611  651141 hashtable infinite loop
9612  651219 fix path to true(1) on OpenBSD
9613  651223 Fix some compile warnings on OpenBSD
9614  651327 Minor fixes for the gsocket API
9615  651467 Add pointer sized bitlocks
9616  651650 gdbus: Avoid busy wait loop
9617  651725 gmain: Cleanups and a new test case
9618  651745 Switch to _ prefixing rather than G_GNUC_INTERNAL
9619
9620 * Updated translations:
9621  Catalan (Valencian)
9622  Esperanto
9623  Hebrew
9624  Hungarian
9625  Russian
9626  Spanish
9627
9628
9629 Overview of changes from GLib 2.29.2 to 2.29.4
9630 ==============================================
9631
9632 * GDBus:
9633  - Includes several new types to support modeling D-Bus
9634    objects and interfaces more fully, and also introduces
9635    an 'object manager' pattern:
9636    GDBusInterface, GDBusObject, GDBusObjectManager
9637    These interfaces have client-side implementations:
9638    GDBusProxy, GDBusObjectProxy, GDBusObjectManagerClient
9639    And server-side implementations:
9640    GDBusInterfaceSkeleton, GDBusObjectSkeleton, GDBusObjectManagerServer
9641  - The new gdbus-codegen utility uses these new classes
9642    to generate C code and documentation from D-Bus interface
9643    descriptions in XML
9644
9645 * GTest:
9646  - There is now a g_test_fail() function to mark
9647    tests as failed
9648
9649 * GDesktopAppInfo
9650  - Now has a binding-friendly filename property
9651  - Other new API to more fully expose desktop file contents:
9652    g_desktop_app_info_get_categories(),
9653    g_desktop_app_info_get_generic_name()
9654
9655 * GHashTable:
9656  - Several optimizations to reduce space consumption of
9657    large hash tables, in particular tables that are used
9658    to store sets.
9659
9660 * Unix-specific APIs:
9661   GLib now installs a separate header, glib-unix.h, that is
9662   meant to collect Unix-specific APIs. For now, it contains
9663   g_unix_open_pipe(), g_unix_set_fd_non_blocking() for dealing
9664   with pipes and fds, as well as APIs to create mainloop
9665   sources which can trigger callbacks on certain Unix
9666   signals (SIGTERM, SIGHUP, SIGINT).
9667
9668 * Bugs fixed:
9669  631379 GDBus nonce-tcp test failing
9670  632631 GLib-CRITICAL **: g_variant_new_string: assertion `g_utf8_validate (string, -1, NULL)' failed
9671  635694 gdbus aborting due to unauthorized socket in DBUS_SESSION_BUS_ADDRESS
9672  637561 Crash when using G_DBUS_SERVER_FLAGS_RUN_IN_THREAD
9673  642935 g_date_time_format() prints wrong value for %z and timezone -0800
9674  643134 g_dbus_message_copy
9675  644941 glib-unix: New Unix-specific API
9676  646013 g_hash_table_remove_all_nodes optimization
9677  646309 glib cannot be cross-compilled for mingw32
9678  646435 GTimeZone doesn't seem to be thread-safe
9679  646957 GIO chained calls don't work with a thread default context
9680  647594 README link to mailing list is broken
9681  647602 Cannot connect to remote message bus via TCP
9682  647746 The GSocketService documentation is incomplete.
9683  647826 API: gtester: Add g_test_fail()
9684  647903 GDesktopAppInfo: Add g_desktop_app_info_get_categories()
9685  648416 g_app_info_create_from_commandline ignores SUPPORTS_STARTUP_NOTIFICATION
9686  648423 Support G_DEBUG=trap-warnings
9687  648425 GDesktopAppInfo: Add "filename" property for bindings
9688  648966 Update g_unichar_iswide and g_unichar_iswide_cjk
9689
9690 * Updated translations
9691  Norwegian bokmål
9692  Spanish
9693  Turkish
9694  Uighur
9695
9696
9697 Overview of Changes from GLib 2.28.0 to 2.29.2
9698 ==============================================
9699
9700 * GApplication
9701  - The documentation has been enhanced and clarified
9702  - An opt-out for uniqueness has been added: G_APPLICATION_NON_UNIQUE
9703  - GApplication now syncs settings before g_application_run() returns
9704
9705 * GDBus
9706  - Interface lookups are now happening in constant time
9707  - Signature checking and handling of various unexpected
9708    situations has been improved
9709
9710 * GVariant
9711  - The format accepted by the GVariant parser has beend documented
9712  - GVariant accepts G_VARIANT_TYPE_VARDICT for a{sv}
9713
9714 * GDateTime:
9715  - The return value of g_datetime_compare() has been fixed to
9716    match strcmp() semantics
9717  - In order to handle problems with changing timezones, a GTimeZoneMonitor
9718    has been added to GIO, and g_time_zone_refresh_local() can be
9719    called to update the cached information about the local timezone
9720
9721 * GOption now uses /proc/self/cmdline to set the program name instead
9722   and only falls back to "<unknown>" if that is unavailable
9723
9724 * GSettings:
9725  - The schema compiler now warns about references to non-existing schemas
9726
9727 * Commandline utilities are now fully translated
9728
9729 * Signals can now indicate that collecting their arguments must
9730   always happen, even in the absence of connected signal handlers,
9731   using the G_SIGNAL_MUST_COLLECT flag.
9732
9733 * Bugs fixed:
9734  635099 Memory leak in gdbus introspection when parsing xml
9735  640489 $ and ^ do not match lines if G_REGEX_MULTILINE|G_R...
9736  642042 Overriding GDBus org.freedesktop.DBus.Properties im...
9737  642052 g_timeout_add(_seconds) cannot handle large intervals
9738  642490 notify_desktop_launch() "g_variant_new_bytestring:...
9739  613269 g_type_get_qdata() doesn't work as I expected on subtypes
9740  624943 G_VALUE_NOCOPY_CONTENTS is undocumented
9741  637738 object_interface_check_properties never actually executes
9742  638185 GIOCondition should be annotated as "flags"
9743  639478 GDBusServer's g_dbus_server_new_sync() function should just...
9744  641755 Add g_settings_get/set_uint() helpers
9745  641768 dconf gsettings backend silently drops writes if it can't...
9746  642797 g_app_info_get_default_for_type() broken for subtypes
9747  642825 Unnecessary assertion failure in g_option_context_parse()
9748  642944 NULL key lookup using g_hash_table_lookup_extended()
9749  643074 Incorrect documentation for g_socket_receive() and g_socket...
9750  643197 g_application_id_is_valid docs imply no valid ids
9751  643468 GApplication docs: Warn that handling "command-line" means...
9752  643478 GApplication::local_command_line vfunc documentation seems wrong
9753  643624 Can g_variant_unref() on an already free'd variant
9754  643649 g_application_run() should say that argc/argv can be NULL
9755  643780 shouldn't need to create an action group to use actions...
9756  643795 g_timeout_add_seconds fires with intervals 1 second longer...
9757  644309 Program name is not set when using GtkApplication
9758  644428 Crash in failure section of g_markup_collect_attributes()
9759  644465 undefined reference to `_usleep'
9760  644552 g_timeout_add_seconds(1, ...) may have a latency of up to 2...
9761  644607 Correct internal definition of C_()
9762  645789 annotations for g_file_*_contents
9763  646039 g_settings_list_children() returns child that cannot be opened
9764  646310 Accept range with only min or max
9765  646420 g_dbus_method_invocation_get_parameters() docs should say...
9766  646843 occasional abort on autologin
9767  646985 add G_APPLICATION_NON_UNIQUE flag
9768  647579 gsettings: Implement reset-recursively
9769  647600 gsettings description has typo
9770
9771 * Translation updates
9772  Afrikaans
9773  Bulgarian
9774  Bengali India
9775  British English
9776  Bulgarian
9777  Catalan
9778  Czech
9779  Danish
9780  French
9781  Galician
9782  German
9783  Greek
9784  Gujarati
9785  Hebrew
9786  Hungarian
9787  Italian
9788  Japanese
9789  Korean
9790  Lithuanian
9791  Polish
9792  Portuguese
9793  Romanian
9794  Serbian
9795  Simplified Chinese
9796  Spanish
9797  Swedish
9798  Traditional Chinese
9799  Uighur
9800  Vietnamese
9801
9802
9803 Overview of Changes from GLib 2.27.93 to 2.28.0
9804 ===============================================
9805
9806 * The GApplication API has changed compared to the version that was
9807   included in the 2.25 development snapshots. Existing users will need
9808   adjustments.
9809
9810 * Bugs fixed:
9811 641363 GInitable documentation isn't clear about that finalize...
9812 641395 Add more data about the origin application to the "Lau...
9813 641411 gdesktopappinfo signals lost if it's the session bus...
9814 641477 glib-mkenums uses unportable #! line
9815 641572 Add @EXEEXT@ to pkgconfig binary name
9816 641688 glib installs GSettings.html and gsettings.html
9817
9818 * Translation updates:
9819  Galician
9820  Italian
9821  Korean
9822  Punjabi
9823
9824
9825 Overview of Changes from GLib 2.27.92 to 2.27.93
9826 ================================================
9827
9828 * Bugs fixed:
9829  637013 gio/gdbusmessage.c fails to compile on Solaris
9830  640192 Error creating a Gio.Settings object through py...
9831  640261 Minimum version for external pcre needs to be..
9832  640262 GActionGroup contains redundant TYPE macros
9833  640436 Make load_user_special_dirs() resistant to non...
9834  640695 g_key_file_load_from_file() mishandles a CR-LF...
9835  640724 can't compile gio due to format string issues
9836  640725 can't compile tests due to format string issue
9837  640807 improve GVariant behaviour with invalid pointers
9838  640823 wrong documentation for g_source_add_child_source
9839
9840 * Translation updates:
9841  Bulgarian
9842  Galician
9843  Hebrew
9844  Norwegian bokmål
9845  Spanish
9846  Traditional Chinese
9847
9848
9849 Overview of Changes from GLib 2.27.91 to 2.27.92
9850 ================================================
9851
9852 * Update to Unicode 6.0
9853
9854 * Update PCRE to 8.12
9855
9856 * Bugs fixed:
9857  637696 g_unix_connection_send_fd() doesn't work
9858  638872 null settings backend bug
9859  640042 GtkApplication's warning about not connecting...
9860
9861 * Translation updates:
9862  Arabic
9863  Basque
9864  Estonian
9865  Greek
9866
9867 Overview of Changes from GLib 2.27.90 to 2.27.91
9868 ================================================
9869
9870 * Bugs fixed:
9871  638838 gdesktopappinfo: Don't crash if we don't have a desktop filename
9872  638894 Splitting on \s* gives no result
9873  639064 Update gschema.dtd
9874  639084 Copy/paste error in GSettings::writable-changed signal
9875  639177 SIGSEGV for GApplications with G_APPLICATION_IS_SERVICE
9876
9877 * Translation updates:
9878  Estonian
9879  Galician
9880  Indonesian
9881
9882
9883 Overview of Changes from GLib 2.27.5 to 2.27.90
9884 ===============================================
9885
9886 * Test reports created by gtester-report can now
9887   include revision information
9888
9889 * The g_desktop_app_info_launch_* family of functions
9890   now emit a DBus signal when an application is launched.
9891   Additionally, there is a new variant
9892   g_desktop_app_info_launch_uris_as_manager(), which
9893   gives more control over the launched process.
9894
9895 * The memory and null GSettings backends are now available
9896   as public API
9897
9898 * g_get_locale_variants() is a new function that returns a
9899   list of variants of a locale identifier
9900
9901 * Bugs fixed:
9902  587898 I/O timeouts for GSocket
9903  606960 gio: Add extension point for informing parties...
9904  631980 Handle an optional <revision> node in the report...
9905  634569 Document that g_variant_builder_add_value consumes...
9906  635998 Make _g_compute_locale_variants public
9907  636806 Add g_{memory,null}_settings_backend_get_default
9908  637262 Need a binary DER version of ::accepted-cas
9909  637544 Skip fsync() on btrfs
9910  637720 void functions should not return a value.
9911  637738 object_interface_check_properties never actually...
9912  637759 GIOChannel: fix a crash in g_io_channel_read_chars()
9913  637852 Updates to glib.vsprops file for MSVC 2008 builds...
9914  637858 Updates to test/testglib.c...
9915  638349 parameter name of g_variant_new_* may conflict...
9916
9917 * Translation updates:
9918  Hebrew
9919  Norwegian bokmål
9920  Simplified Chinese
9921  Spanish
9922  Swedish
9923  Uyghur
9924  Vietnamese
9925
9926
9927 Overview of Changes from GLib 2.27.4 to 2.27.5
9928 ==============================================
9929
9930 * Network support:
9931  - Add g_tls_certificate_verify() to verify a certificate
9932  - Add GTlsConnection:use-system-certdb
9933  - Other TLS api additions
9934
9935 * GIO:
9936  - Add g_io_stream_splice_async()/_finish() to splice two iostreams
9937  - Add g_emblemed_icon_clear_emblems() and make GEmblemedIcon derivable
9938  - Remove GPeriodic; it did not receive the necessary review and
9939    integration work to declare it stable
9940
9941 * GSequence:
9942  - New methods g_sequence_lookup() and g_sequence_lookup_iter()
9943
9944 * Bugs fixed:
9945  617254 Missing g_sequence_lookup
9946  632544 g_dbus_connection_send_message can not send a locked message...
9947  633350 g_hostname_to_ascii() ignores non-ascii dots
9948  634583 Better error reporting for g_variant_parse()
9949  635007 gsetting enum rule don't work for out-of-srcdir builds
9950  635626 GDBus message idle can execute while flushes are pending
9951  636100 Can't read GSettings:backend property
9952  636305 Typo on g_queue_remove_all() function description
9953  636311 appinfo: tweak application positioning for content-types
9954  636351 g_simple_async_result_is_valid lacks a version tag
9955  636387 gdb autoload files shadow the "dir" builtin
9956  636673 g_simple_async_report_error_in_idle should allow object...
9957  637147 Add a "delay-apply" property to GSettings
9958  637171 emblemedicon: add g_emblemed_icon_clear_emblems()
9959  637237 gapplication: plug a memory leak
9960
9961 * Translation updates:
9962  Estonian
9963  Galician
9964  Hebrew
9965  Norwegian bokmål
9966  Simplified Chinese
9967  Spanish
9968  Traditional Chinese
9969  Vietnamese
9970
9971
9972 Overview of Changes from GLib 2.27.3 to 2.27.4
9973 ==============================================
9974
9975 * GIO
9976  - Mounts are treated as hidden if they have a path element
9977    that starts with a dot
9978  - GAppInfo gained API to differentiate between recommended
9979    and fallback mime handlers
9980  - g_cancellable_create_source: creates a GSource that triggers
9981    when the GCancellable is canceled
9982  - GPollableInput/OutputStream: Interfaces for pollable streams
9983  - TLS support has landed, with an extension point that is
9984    implemented in glib-networking
9985
9986 * GLib
9987  - Mainloop sources can now have 'child sources'
9988  - g_get_runtime_dir: New function to return the XDG_RUNTIME_DIR
9989
9990 * Bugs fixed:
9991  530786 GFileMonitor "changed" signal underdocumented
9992  588189 TLS support for GSocket*
9993  630357 g_object_new_valist uses uninitialized memory
9994  630559 typo in public string in gsocks: 'The SOCKSv5 require...
9995  632445 Documentation refers to removed GNOME 2.0 porting guide
9996  634239 Child GSources
9997  634241 Add pollable input/output streams
9998  634504 allow passing a NULL emblem to g_emblemed_icon_new()
9999  634613 unsufficient g_get_user_runtime_dir() documentation
10000  635640 schema should inherit gettext-domain from schemalist
10001  635768 Protect g_file_monitor_set_rate_limit() against negative...
10002  635882 Fix the wrong-category schema test
10003  635187 Wrong type of GVariant received in an action...
10004
10005 * Updated translations:
10006  Galician
10007  Italian
10008  Norwegian bokmål
10009  Uyghur
10010
10011
10012 Overview of Changes from GLib 2.27.2 to 2.27.3
10013 ==============================================
10014
10015 * The GTimeSpec type that was introduced in the 2.27.2 has been
10016   dropped again in favour of APIs that return microseconds as
10017   64-bit integer.
10018   Affected functions:
10019   g_source_get_time
10020   g_periodic_unblock
10021   g_get_monotonic_time
10022   g_get_real_time
10023   The similar GTimeVal struct is still around, but its use is
10024   discouraged.
10025
10026 * GTimer is now using monotonic time unconditionally
10027
10028 * There are some new functions to facilitate error reporting
10029   in async GIO APIs:
10030   g_simple_async_result_take_error
10031   g_simple_async_result_new_take_error
10032   g_simple_async_report_take_gerror_in_idle
10033
10034 * There is new convenience API to us GVariant dictionaries:
10035   g_variant_lookup
10036
10037 * It is now possible to delay sending match rules to the
10038   D-Bus daemon in GDBus:
10039   G_DBUS_SIGNAL_FLAGS_NO_MATCH_RULE
10040
10041 * Support has been added for XDG_RUNTIME_DIR:
10042   g_get_user_runtime_dir
10043
10044 * Various fixes for Win64/MSVC builds have been committed
10045
10046 * Bugs fixed:
10047  620263 Add g_clear_object, g_clear_pointer, g_clear_boxed
10048  633075 update Project Files and sources for MSVC 2008/C89
10049  633381 gsettings Makefile rules should handle empty list...
10050  633685 Use g_simple_async_result_{new_,}take_error
10051  633686 Add g_simple_async_report_take_gerror_in_idle
10052
10053 * Translation updates:
10054   Belarusian
10055   Galician
10056   Hebrew
10057   Punjabi
10058   Spanish
10059
10060
10061 Overview of Changes from GLib 2.27.1 to 2.27.2
10062 ==============================================
10063
10064 * GApplication
10065  - Export actions over DBus and support activating them from remote instances
10066  - Support environment passing
10067
10068 * GSettings
10069  - The gsettings utility has a list-recursively command
10070  - The gsettings utility has commandline completion for enum values
10071
10072 * GLib is now linked against librt and uses monotonic time for
10073   timeouts and GPeriod sources. GSource has a new g_source_get_time()
10074   which returns monotonic time, and g_source_get_current_time() has
10075   been deprecated
10076
10077 * Bugs fixed:
10078  158725 free linked list with data
10079  626320 GVariant: Avoid locking in g_variant_get_child_value() if possible
10080  629247 add gsimpleasyncresult methods to take over a GError
10081  629274 GNetworkService does not do fallback when there is no SRV record
10082  631264 gsettings-tool choice/range support
10083  631482 g_date_time_from_instant: 1000000000000000000
10084  632169 docs for manual use of gsettings-data-convert
10085  632571 Add equivalent to gconftool-2's -R option
10086  633115 GSettings m4 doesn't fail the build for broken schemas
10087  633206 Default g_application_local_command_line() doesn't set exit_status...
10088  633339 support more complex gapplication setups
10089  633356 Make timeout G_MAXINT mean "no timeout"
10090
10091 * Translation updates:
10092  Catalan (Valencian)
10093  Indonesian
10094  Japanese
10095
10096
10097 Overview of Changes from GLib 2.27.0 to 2.27.1
10098 ==============================================
10099
10100 * GDateTime now has full week number support.
10101   New API: g_date_time_get_week_numbering_year
10102
10103 * The GSettings schema compiler will now skip over
10104   broken .xml schema files instead of aborting altogether
10105
10106 * GSettings now works properly on bigendian systems
10107
10108 * GSettings has more complete support for ranges
10109   New API:
10110     g_settings_get_range
10111     g_settings_range_check
10112   The gsettings commandline tool supports ranges too.
10113
10114 * GApplication has been rewritten; see the API docs for details
10115   and examples. The action support is not complete yet.
10116
10117 * The GLib mainloop has gained 'dispatch to context' functionality,
10118   which can replace manually created idles in many cases.
10119   New API:
10120     g_main_context_invoke
10121     g_main_context_invoke_full
10122
10123 * The gio-desktop-app-info-lookup extension point has been
10124   removed from GIO. GIO now uses x-scheme-handler mimetypes when
10125   looking for default applications.
10126
10127 * On win32, make g_get_user_data_dir() return the CSIDL_LOCAL_APPDATA
10128   folder on Windows, and not CSIDL_PERSONAL. This matches what Qt does,
10129   and has been widely requested. Also make g_get_user_config_dir() return
10130   this and not the (roaming) CSIDL_APPDATA folder.
10131
10132 * A periodic event clock has been added in GIO: GPeriodic. Note that this
10133   API is still experimental and expected to undergo changes before it
10134   will be incorporated into a stable GLib release. Use at your own risk.
10135
10136 Bug fixes:
10137  613822 gobject signal connect/disconnect not thread safe
10138  618737 "dispatch to context" functionality
10139  620710 g_get_user_data_dir() uses CSIDL_PERSONAL and not CSIDL_APPDATA
10140  623400 acquire context before dispatching
10141  627126 gsettings schema files don't get installed on FreeBSD
10142  627171 g_socket_new_from_fd() doesn't set the right protocol
10143  628876 Wrong error description
10144  628937 gracefully handle broken schemas
10145  629274 GNetworkService doesn't fallback when there is no SRV record
10146  629289 g_error() used wrong, produces core dump
10147  629687 leaks class refcount in gsocketcontrolmessage
10148  629849 GLib-CRITICAL **: g_source_get_context: assertion `!SOURCE_...
10149  629945 GDBus deadlock in g_bus_get_sync()
10150  630000 g_date_time_difference
10151  630077 GDateTime week number support
10152  630185 Allow NULL strings in g_quark_try_string()
10153  630797 docs mention non-existent g_object_dispose()
10154  630968 gschema-compile problems on power g5
10155  631263 GSettings needs range/choice APIs
10156  631264 gsettings-tool choice/range support
10157  631379 GDBus nonce-tcp test failing
10158  631410 Port gapplookupgconf.c to using x-scheme-handler/
10159  632884 Possible deadlock in g_object_remove_toggle_ref()
10160
10161 Transation updates:
10162  Basque
10163  Brazilian Portuguese
10164  British English
10165  Bulgarian
10166  Czech
10167  Dutch
10168  Estonian
10169  French
10170  Galician
10171  German
10172  Greek
10173  Hebrew
10174  Hungarian
10175  Japanese
10176  Lithuanian
10177  Polish
10178  Portuguese
10179  Romanian
10180  Simplified Chinese
10181  Slovenian
10182  Spanish
10183
10184
10185 Overview of Changes from GLib 2.25.15 to GLib 2.27.0
10186 ====================================================
10187
10188 Build:
10189   - massive restructuring to reduce #include abuse
10190   - tweaks to silence some harmless compiler warnings
10191   - rename gschema-compile.c to glib-compile-schemas.c
10192   - Windows fixes
10193   - fix building with zlib < 1.2.4 on win32
10194
10195 GDateTime:
10196   - better msgctxt for translating month and weekday names
10197   - API is changed quite a lot, implementation is improved
10198   - GTimeZone is now exposed
10199
10200 GObject:
10201   - make ordering for overridden interface properties consistent
10202   - ->priv structures are limited to 64k but this was not documented,
10203     and exceeding this limit produced bad results.  Add docs and enforce
10204     the limit properly.
10205   - add g_object_class_install_properties() to install multiple
10206     properties in one go
10207   - improve debugging output for GValue containing G_TYPE_STRV
10208
10209 GIO:
10210   - fix priority sorting of GIO extensions
10211   - add GCredentials support on FreeBSD
10212   - fix support for IPv6 addresses in URI parsing functions
10213   - GSocketClient fixes for when g_socket_connect succeeds immediately
10214   - clarify string encoding for GFile constructors in docs
10215   - new functions g_data_input_stream_read_upto{,async,finish}
10216   - tweak confusing documentation for g_output_stream_write()
10217
10218 GDBus:
10219   - GDBusMessage can now be locked and copied (like in libdbus)
10220   - GDBusConnection filter function API has changed again
10221   - GDBusServer: ::new-connection now declares if the connection was claimed
10222   - add a partial workaround for GObject bug 627724.
10223   - very many memory leaks fixed
10224
10225 GVariant:
10226   - check for size == 0 in g_variant_get_bytestring to avoid a crash
10227     when attempting to get_bytestring() from an empty array
10228   - improve gobject-introspection annotations
10229
10230 GSettings:
10231   - add GSettings Windows registry backend
10232   - some internal tweaks to the backend API
10233   - remove g_settings_list_items
10234   - add g_settings_list_children and _list_keys to replace it
10235   - add schema compiler restrictions for dealing with lists
10236   - don't automatically emit value changed signals on writability
10237     changes
10238
10239 Other:
10240   - constify the 'parser' vtable param to g_markup_parse_context_push()
10241   - plug many memory leaks in test cases
10242
10243 Bugs closed:
10244   50076 Time API to go with date API
10245  584284 g_data_input_stream_read_until_async different from sync version
10246  624546 Modification of GDBusMessage in filter function
10247  626919 Let g_object_class_install_property() return the installed GParamSpec*
10248  628029 GDateTime missing get_week_of_year method
10249  628253 Interface properties not listed in a consistent order
10250  628331 Plug lots of mem leaks in gio test suite
10251  628345 Plug a mem leak
10252  628436 Plug a mem leak
10253  628505 Fix building with zlib < 1.2.4 on win32
10254  628839 [PATCH] datetime: Rename shadowing variables
10255  628904 [PATCH] Add credential support for FreeBSD and fix a socket issue
10256  628952 incorrect glib_major_version and other variables on cygwin.
10257  629192 g_strdup_value_contents(): dump GStrv more usefully
10258  629251 g_socket_client_async_connect_complete: assertion failed
10259  629259 Failed to connect to "::1"
10260  629328 g_markup_parse_context_push doesn't respect const structs
10261  629429 month "May" short and full form same with "GDateTime" msgctxt
10262  629689 GDBusConnection leaks its GCredentials
10263  629698 Segfault in g_variant_get_bytestring() 
10264
10265 Updated translations:
10266   Arabic
10267   Armenian
10268   Basque
10269   British English
10270   Czech
10271   Finnish
10272   Galician
10273   German
10274   Hungarian
10275   Indonesian
10276   Japanese
10277   Lithuanian
10278   Norwegian bokmål
10279   Polish
10280   Portuguese
10281   Punjabi
10282   Simplified Chinese
10283   Slovenian
10284   Spanish
10285   Swedish
10286   Swedish
10287   Traditional Chinese
10288
10289 Overview of Changes from GLib 2.25.14 to GLib 2.25.15
10290 =====================================================
10291
10292  * GIO
10293   - Memory leak fixes
10294   - The GZip(De}Compressor can now process header information
10295   - Support for network proxies has been added, with the GProxy
10296     interface and the gio-proxy-resolver extension point. GIO
10297     includes SOCKSv4 and SOCKSv5 implementations, and libproxy
10298     is also going to provide an implementation of this extension
10299     point.
10300   - There are GAction and GActionGroup interfaces now, which will
10301     be used in GApplication in the near future.
10302
10303  * GObject
10304   - There are now convenience macros for defining boxed and
10305     pointer types
10306
10307  * GDBus
10308   - Memory leak fixes
10309   - GDBusProxy for well-known names can now auto-restart
10310     the service if the name owner disapperas
10311   - Filter functions are now allowed to modify messages
10312
10313  * GLib
10314   - GDateTime is a replacement for GDate that supports time
10315     and timezone information.
10316
10317  * Bugs fixed:
10318   50076 Time API to go with date API
10319  449565 Add G_DEFINE_BOXED_TYPE()
10320  617691 Add GZIP header processing to GZlibCompressor/GZlibDecompressor
10321  622184 add g_memory_output_stream_steal_data
10322  624546 Modification of GDBusMessage in filter function
10323  627088 Build failure in gdbus-peer.c on FreeBSD
10324  627181 save a memdup
10325  627182 Plug a mem leak in the gdbus-connection test
10326  627187 Plug some gdbus mem leaks
10327  627188 gdbus-non-socket test occasionally fails
10328  627252 G_OPTION_FLAG_NO_ARG is only for callback options
10329  627392 gdbus commit 8a3a4596 breaks win32 compile
10330  627407 FTBFS on !linux UNIX platforms
10331  627604 String error: 'that' twice in a row
10332  627969 ABR in g_file_open_tmp
10333  628084 gdbus-peer fails with assertion
10334  628193 Miscellaneous string fixes
10335  628296 abort() in gsocketconnection.c
10336  628309 Plug a mem leak in GConverterOutputStream
10337  628317 GEmblemedIcon:equal implementation is buggy
10338  628323 Fix invalid reads
10339  628327 Plug a mem leak
10340  628328 Plug a mem leak
10341  628329 Don't leak the FD list
10342  628324 Invalid reads in gdbus-export test
10343
10344  * Updated translations:
10345   British English
10346   Danish
10347   Galician
10348   Hebrew
10349   Punjabi
10350   Serbian
10351   Spanish
10352   Traditional Chinese
10353
10354
10355 Overview of Changes from GLib 2.25.13 to GLib 2.25.14
10356 =====================================================
10357
10358 * GDBus
10359  - Make the closure variants of GDBus apis work
10360  - Make error unregistration work
10361  - Use async IO in the IO thread (626748)
10362
10363 * GIO
10364  - Make g_simple_async_result_is_valid work without source (626208)
10365  - GSocketClient: add a timeout property
10366  - Fix memory leaks in GSocketClient
10367  - Handle async vs. sync correctly in GSocketConnection stream (616458)
10368  - Declare stream base classes as abstract
10369  - Clarify semantics of g_output_stream_write() (627071)
10370
10371 * Other
10372  - Improve test coverage for GDBus, GRegex, GAsyncResult
10373  - Drop dead code in pcre, xdgmime
10374  - Fix a race condition in gtester (578295)
10375  - Avoid an extra allocation in GAsyncQueue (626704)
10376  - Add test case for non-socket GIOStream (626841)
10377  - More explicit GVariant docs (622770)
10378  - Imroved docs for GAsyncInitable and GSimpleAsyncResult (602417)
10379
10380 * Translation updates:
10381  - Galician
10382  - Norwegian bokmål
10383  - Punjabi
10384  - Simplified Chinese
10385  - Swedish
10386
10387
10388 Overview of Changes from GLib 2.25.12 to GLib 2.25.13
10389 =====================================================
10390
10391 +-------------------------------------------------------------------+
10392 |   WARNING: There have been no breaks in API or ABI.  Weird, eh?   |
10393 +-------------------------------------------------------------------+
10394
10395 The primary purpose of this release is to fix a serious problem with
10396 glib 2.25.12: glibconfig.h (as generated on a Fedora amd64 system) was
10397 being distributed in the tarball.  It was being used to build some parts
10398 of glib on other systems (eg: 32bit ones).  This was causing some very
10399 serious problems.
10400
10401 There have been many other improvements, however:
10402
10403  Build and testing:
10404   - vastly improved test coverage
10405   - old tests moved to the gtester framework
10406   - gtester Makefile modified so that the tests only run once
10407   - cleanup of how we handle includes while building glib
10408
10409  GVariant:
10410   - add a g_return_if_fail (utf8) to g_variant_new_string()
10411
10412  GDBus:
10413   - perform extra sanity checks when serialising messages
10414   - add API to query and set the byteorder of a GDBusMessage
10415   - improve debug output, add some extra options
10416   - if exiting due to the bus disconnecting us, print an error message
10417     explaining why
10418   - sort property names correctly
10419   - don't bother sending RemoveMatch when we will close the connection
10420     anyway
10421   - use effective uid/gid for credential passing
10422
10423  GSettings:
10424   - add G_SETTINGS_BIND_INVERT_BOOLEAN for inverting boolean bindings
10425     without mapping functions
10426   - mark all strings in the schema compiler for translation
10427
10428  Binding:
10429   - improve closure support for bindings
10430   - copy GSettings INVERT_BOOLEAN flag
10431
10432  Other:
10433   - fix another complicated GCancellable deadlock possibility
10434
10435 Bugs closed:
10436  599590 glib build doesn't look for correct pkg-config
10437  619026 avoid warning in gutils.h when using gcc with -Wconversion
10438  624739 Please fix POTFILES.in
10439  625472 Valgrind claims uninitialized bytes used
10440  625500 g_date_set_time_val documentation doesn't mention local time
10441  625628 GDBusProxy: wrong property name sorting
10442  625753 Incorrect flags used in g_dbus_connection_call_sync()
10443  625827 Expand documentation about error quark naming
10444  625988 builddir != srcdir issues
10445  626107 glibconfig.h is being disted
10446
10447 Updated translations:
10448  French
10449  Galician
10450  Hebrew
10451  Norwegian bokmål
10452  Spanish
10453
10454
10455 Overview of Changes from GLib 2.25.11 to GLib 2.25.12
10456 =====================================================
10457
10458 +-------------------------------------------------------------------+
10459 | WARNING: There have been many API changes in GDBus -- sending     |
10460 | messages, subscribing to signals, closing connections and         |
10461 | registering subtrees are affected.  The ABI for GSettingsBackend  |
10462 | has also been changed.  For both reasons, a new dconf release is  |
10463 | required (and will be along soon).                                |
10464 +-------------------------------------------------------------------+
10465
10466 Build:
10467   - cleanup automake setup
10468   - rename configure.in to configure.ac
10469   - various docs fixups
10470   - move glibconfig.h to glib/
10471   - disable dtrace support on Mac OS (which has incompatible 'dtrace')
10472
10473 GSettings:
10474   - add support for vendor override files (to change the default values
10475     in a schema)
10476   - change GSettingsBackend vtable
10477   - add g_settings_reset()
10478   - support binding to G_TYPE_STRV properties
10479
10480 GDBus:
10481   - many bug fixes, including a serialisation fix
10482   - stop handling incoming connections as soon as stop() is called
10483   - proper support for file descriptor passing
10484   - new flags parameter for sending messages
10485   - new flags parameter for subscribing to signals
10486   - always reset the message serial when sending a message unless
10487     G_DBUS_SEND_MESSAGE_FLAGS_PRESERVE_SERIAL is given
10488   - constness fixes for introspection structures
10489   - clean ups to subtree registration API
10490
10491 Other:
10492   - fix divide by zero bug in g_malloc_n functions
10493   - GIO: don't blindly assume that SOCK_CLOEXEC is supported
10494   - make GObject property notify freezes threadsafe
10495   - GIO: clean up credentials passing
10496   - GApplication: make default-quit not apply if register=FALSE
10497   - GIO: add annotations for gobject-introspection
10498
10499 Bugs closed:
10500  166020 use GAtomic for refcounting
10501  617483 Credentials passing
10502  622005 [GApplication] no way to modify the "default-quit" property
10503  623293 vendor override files
10504  623810 Message serialization bug
10505  623815 Don't check sender for GDBusProxy objects where name is not set
10506  624473 GDBusSubtreeIntrospectFunc return type
10507  624483 GDBusSubtreeEnumerateFunc clarification
10508  624484 GDBusSubtreeDispatchFunc clarification
10509  624754 gdbusaddress.c missing sys/wait.h
10510  624968 div by zero in g_malloc_n family
10511  624991 GSettings mapping for G_TYPE_STRV 
10512  625383 Add missing GI annotations
10513
10514 Updated Translations:
10515  Armenian
10516  Galician
10517  German
10518  Hebrew
10519  Kazakh
10520  Romanian
10521  Simplified Chinese
10522  Spanish
10523
10524 Overview of Changes from GLib 2.25.10 to GLib 2.25.11
10525 =====================================================
10526
10527 +-------------------------------------------------------------------+
10528 | WARNING: There have been minor API changes in GDBus and GVariant. |
10529 | These API changes will not affect many users, but they do require |
10530 | a new version of GTK+ to be installed.                            |
10531 +-------------------------------------------------------------------+
10532
10533 Build:
10534   - add a --disable-Bsymbolic configure flag to disable linking with
10535     -Bsymbolic-functions
10536   - this release sees the complete removal of the old 'g*alias' hacks
10537   - honour the NOCONFIGURE environment variable from autogen.sh
10538   - use proper feature test macros for isnan
10539   - use pkg-config to check for zlib
10540   - add ACLOCAL_AMFLAGS to Makefile.am
10541
10542 GDBus:
10543   - hide Class and instance structures for all GDBus types except
10544     GDBusProxy.  This breaks API by preventing subclassing, but probably
10545     nobody was doing that.
10546   - add new GDBusConnection call to support flushing all pending
10547     outgoing messages
10548   - change the register_object API to add a reference to the
10549     GDBusInterfaceInfo object so the caller need not keep it alive
10550     themselves
10551   - don't rewrite the serial number when sending messages that already
10552     have a serial number
10553   - better error checking for DBUS_SESSION_BUS_ADDRESS environment
10554     variable
10555   - switch to g_parse_debug_string for G_DBUS_DEBUG and add a lot of new
10556     flags
10557   - add support for temporarily freezing a freshly created
10558     GDBusConnection.  Do this until after the ::new-connection signal
10559     has finished running on GDBus services.
10560   - never require non-closed connections (the user is incapable of doing
10561     this due to the obvious race)
10562   - remove weird/misleading redundant check on NameOwnerChanged signal
10563   - emit GDBusProxy::g-properties-changed on NameOwnerChanged
10564
10565 GVariant:
10566   - the 'g_variant_{new,get}_byte_array' APIs have been removed
10567   - g_variant_{new,get,dup}_bytestring has been added, with different
10568     arguments and different behaviour
10569   - g_variant_{new,get,dup}_bytestring_array has been added, doing
10570     essentially the same thing as the 'strv' functions, but with byte
10571     strings instead of utf8 strings
10572   - G_VARIANT_TYPE_BYTESTRING ('ay'), BYTESTRING_ARRAY ('aay') and
10573     STRING_ARRAY ('as') constants have been added
10574   - the undocumented behaviour that g_variant_get_strv() deserialised
10575     arrays of object paths or signature strings has been dropped
10576   - additional varargs support for converting bytestrings or bytestring
10577     arrays with ^ay ^aay ^&ay and ^a&ay
10578   - improved gobject-introspection annotation
10579   - fix a problem with GBuffer calling g_slice_free for the wrong type
10580   - fix leaks in the type inferencing code of the parser
10581
10582 GSettings:
10583   - improved documentation
10584   - updated schema XML DTD, now xincluded into the docs
10585   - added support for schemas that extend other schemas (using the
10586     'extends=' attribute).  Values of keys in the base schema can be
10587     overridden using <override>.
10588   - added theoretical support for lists (using the 'list-of=' attribute)
10589   - lots of new tests
10590   - add support for flags (implemented similarly to enums)
10591   - add support for generating .enums.xml files to gsettings.m4:
10592       gsettings_ENUM_NAMESPACE = org.example.myapp
10593       gsettings_ENUM_FILES = ../path/to/*.h
10594     will generate org.example.myapp.enums.xml with mappings for all
10595     enums and flags in the specified .h files.
10596   - warn with g_message() if the 'memory' backend is used by default
10597     (ie: because no other GSettings backends are installed)
10598   - fix get_property() for GSettings::schema
10599   - command line tool: fix a bug that prevented non-basic values from
10600     being set due to a premature free
10601   - command line tool: bash completion support
10602   - chain up in _finalize
10603   - add a new g_settings_get_mapped API to read settings that require
10604     post-processing
10605   - retry with the translated or schema default value if the
10606     GSettingsBindGetMapping function fails
10607   - schema compiler: never fail due to empty schema directories (but
10608     warn)
10609   - peek rather than ref/unref the GEnumClass in the mapping function
10610   - schema compiler: compile *.enums.xml before *.gschemas.xml to ensure
10611     that we have all the enums that the schemas may reference
10612   - schema compiler: improve accuracy of line numbers in error reports
10613   - fix crashes in the keyfile backend caused by invalid group names in
10614     the keyfile
10615
10616 Other:
10617   - always intern GBinding prop names
10618   - base64: remove asserts preventing conversion of empty strings
10619   - document NULL special-cases for GValueArray
10620   - GNode docs improvements
10621   - improve detection of 'system internal' mounts
10622   - fix leaks in the inotify GFileMonitor implementation
10623   - annotate all custom GIO GSources to improve debugging (e.g. using
10624     SystemTap)
10625
10626 Tests:
10627   - Turn on glibc malloc checking features for make check
10628   - improvements for GSettings tests, plus new tests
10629   - improved tests for GKeyfile
10630   - new tests for GDir, GSList, GSList, GAppLaunchContext,
10631     CharsetConverter, GIcon, ...
10632   - move some tests to GTester (tree tests, uri tests)
10633   - generally, really an awful lot of new tests
10634   - don't try to allocate 2gigs of memory anymore for the array test
10635
10636  552363 g_value_array_{insert,prepend,append}'s special cases for NULL
10637  561248 Improve return value description from g_node_prev/next_sibling()
10638  570036 Add ACLOCAL_AMFLAGS to Makefile.am
10639  576833 g_sprintf add a reference to g_strdup_printf
10640  576854 g_strconcat() documentation should provide a hint about bad l10n
10641  582227 reference: add other URI functions to 'URI Functions' section
10642  599223 should provide g_spawn_* variants that take a GAppLaunchContext
10643  610784 array test failing
10644  613057 Leak in inotify GFileMonitor implementation
10645  620536 Annotate all custom GIO GSource using g_source_set_name
10646  620913 More control with G_DBUS_DEBUG
10647  622124 implement flags
10648  622127 GSettings extended key validation
10649  622128 retry with default value for failed mapping
10650  622294 More annotations for GVariant
10651  622565 glib-compile-schemas fails when no schemas
10652  622600 Fix missing prototype warning
10653  622813 gsettings mapping & enum buglet
10654  623142 Ensure ::new-connection runs before processing D-Bus messages
10655  623143 Never require non-closed connections
10656  623319 use g_parse_debug_string for dbus debug flags
10657  623401 process enums first
10658  623402 schema compiler reports wrong line numbers
10659  623407 g_keyfile_settings_backend_new crashes with the key "/"
10660  623473 zlib should be checked with pkg-config
10661  623537 GDBusProxy has weird checking on NameOwnerChanged
10662  623538 GDBusProxy::g-properties-changed emission for corner cases
10663  623692 directory with file at multiple MLS levels may display empty
10664  623720 gschema.dtd does not contain enum definitions
10665  623770 quoting of expand_macro in gdesktopappinfo.c
10666  623772 gdesktopappinfo.c, function child_setup
10667  623780 g_unix_is_mount_path_system_internal
10668  623954 g_settings_finalize
10669  623955 Dubious return values
10670
10671 Updated translations:
10672  Galician
10673  Hebrew
10674  Norwegian bokmål
10675  Spanish
10676
10677 Overview of Changes from GLib 2.25.9 to GLib 2.25.10
10678 ====================================================
10679
10680 +----------------------------------------------------------------+
10681 | WARNING: There have been API changes in GDBus. Users of these  |
10682 | APIs will need to be adapted.  In particular, a new release of |
10683 | dconf is required to go along with this one.  There has also   |
10684 | been a change in the GSettings backend API used for keyfiles.  |
10685 +----------------------------------------------------------------+
10686
10687 * GDBus:
10688  - add direction parameter to filter functions (API change)
10689  - allow calling other interfaces with a GDBusProxy
10690  - padding added to class struct fields (ABI change)
10691  - fixes for closures-based functions
10692
10693 * GVariant:
10694  - new is_floating() call
10695  - add g_value_take_variant() call (required for marshallers)
10696
10697 * GSettings:
10698  - support for binding GParamSpecEnum properties
10699  - ifelse-style condition support for GLIB_GSETTINGS m4 macro
10700  - remove gsettings-schema-convert tool (now in GConf)
10701  - allow introspection of all installed schemas
10702  - allow introspection of the keys in a schema
10703  - rewrite keyfile backend (API change)
10704
10705 * GNIO:
10706  - don't implicitly close GSocket until it is destroyed
10707  - windows fixups
10708
10709 * Other:
10710  - allow GChecksum to take (NULL, 0) for data/length
10711  - GRelation and GCompletion are now deprecated
10712  - introduce G_PARAM_DEPRECATED and G_ENABLE_DIAGNOSTIC
10713  - add working directory to GApplication platform data
10714  - lots of documentation cleanups
10715  - PCRE updated to 8.02
10716
10717 * Build:
10718  - the IA__g_* style symbol aliasing has been disabled and replaced with
10719    the -Bsymbolic-functions linker flag on platforms that support it.
10720    Please be on the watch for portability issues and report them to us.
10721  - many test cases have been moved to the GTester framework
10722  - lcov support has been added for tests
10723  - many windows fixes
10724
10725 * Bugs fixed:
10726  501057  lcov coverage suite and GLib integration
10727  551271  deprecate GRelation
10728  601686  Implement diagnostic mode
10729  603309  GSocketOutputStream broken on Windows (?)
10730  616718  GLIB_GSETTINGS macro can't be used conditionally
10731  616855  GSocketConnection: don't close the socket if it's still reffed
10732  618866  g_ptr_array_remove_index_fast memory leak
10733  619878  keyfile backend calls keys_changed with invalid argument
10734  619879  keyfile backend doesn't make use of expected_type
10735  621092  Add with_closures() variants for bindings
10736  621172  Cross compiling fails
10737  621838  Actually add cwd to platform data
10738  621945  Filter outgoing messages in GDBusConnection
10739  621947  add g_value_take_variant
10740  622038  GSettings: "It is a programmer error" documentation is unclear
10741  622154  [patch] update documentation for g_application_new
10742  622281  binding: Add SYNC_CREATE to the flags
10743  622480  Improve documentation for g_strcmp0()
10744  622554  g_error called if schema not installed
10745  622601  Return interned strings from g_settings_list_keys
10746
10747 * Translation updates:
10748  - Galician
10749
10750 Overview of Changes from GLib 2.25.8 to GLib 2.25.9
10751 ===================================================
10752
10753 +----------------------------------------------------------------+
10754 | WARNING: There have been API changes in GDBus, GSettings and   |
10755 | GApplication. Users of these APIs will need to be adapted. In  |
10756 | particular, a new release of GTK+ is required to go along with |
10757 | this one.                                                      |
10758 +----------------------------------------------------------------+
10759
10760 * GDBus
10761  - Use Gio's default async implementation
10762  - Fix proxy construction for objects with no properties
10763  - Fix error handling in synchronous initialization
10764  - Do not dispatch calls to unregistered objects
10765  - Add _with_closures alternative functions
10766  - Allow constructing GDBusProxy with well-known names
10767  - Remove GType parameters from GDBusProxy constructors
10768  - Nuke g_bus_watch_proxy API
10769  - Add --xml to gdbus-tool to print raw introspected XML
10770
10771 * GSettings
10772  - schema file format change: store (default, options) in gvdb
10773  - Add g_settings_sync()
10774  - Add support for enums and ranges
10775  - 'context' support has been replaced by direct use of
10776    GSettingsBackend
10777
10778 * GApplication
10779  - Switch to using variants for timestamps
10780  - Use GInitable
10781
10782 * GObject
10783  - Introduce g_object_notify_by_pspec
10784  - Add GBinding
10785  - The GVariant gtype G_TYPE_VARIANT was changed from boxed
10786    to fundamental. We believe there were no existing users
10787    of the boxed type, so this should not cause any applications
10788    to break.
10789
10790 * Test framework
10791  - Add package and version to the test report XML
10792  - Use optparse to parse gtester-report commandline
10793  - Add subunit support to gtester-report
10794  - Prevent division by zero if no tests
10795
10796 * Bugs fixed:
10797  621782 Crash using gbinding
10798  619945 GConverterOutputStream triggers assertion and corrupts data
10799  621319 more leaked GVariants in GSettings
10800  621168 GKeyFile memory leak on Windows platform
10801  621002 Switch to using variants for timestamps, split out signals
10802  620953 tiny docs addition
10803  618904 Lies in gunixmounts documentation
10804  621702 Correctly initialize GError
10805  611778 minor cleanup of gtester-report
10806  621213 GDBusProxy and well-known names
10807  621034 Rewrite apps test to ensure children are killed
10808  620954 gapplication gvariant simplifications
10809  611869 add subunit out feature to gtester-report
10810  621119 GDBusProxy and objects with no properties
10811  620990 Use Gio's default async implementation again
10812  620952 g_application_register_with_data is an ugly API
10813  621252 GSettings leaks context
10814  618715 fork() in GSettings test cases is problematic 618715
10815  621905 Assume a ref when doing async work
10816  621266 GSettings "context" clarification
10817
10818 * Translation updates:
10819  Chinese
10820
10821
10822 Overview of Changes from GLib 2.25.7 to GLib 2.25.8
10823 ===================================================
10824
10825 * Initial support for dtrace and systemtap profiling:
10826  - mainloop sources can be named
10827  - probes for memory allocation with g_malloc and gslice
10828  - gquark name tracking
10829  - type creation
10830  - object life-cyle (creation, finalization, ref, unref)
10831  - signal creation and emission
10832
10833 * GVariant
10834  - has been fixed to work with the FreeBSD malloc
10835  - added introspection annotations
10836  - new function: g_variant_builder_add_parsed
10837
10838 * GSettings:
10839  - g_settings_set/get_strv functions have lost their length parameter
10840  - g_settings_set_strv accepts NULL
10841  - added introspection annotiations
10842
10843 * GPermission: an abstract interface for representing permissions,
10844   with a minimal implementation named GSimplePermission
10845
10846 * GApplication: a basic application support class, with a D-Bus based
10847   implementation
10848
10849 * Bugs fixed:
10850  619585 glib-compile-schemas asserts on FreeBSD
10851  620384 Annotate GVariant and GSettings _strv() functions
10852  606044 Add support for dtrace/systemtap static markers
10853  620350 add g_variant_builder_add_parsed() API
10854  620349 utf8ify GVariant printer
10855  620767 Typo in GSettings documentation: "INTLTOOL_NOMERGE_RULE"
10856  620312 Fix g_settings_[gs]et_strv() API
10857  620519 GPermission
10858  620582 GPermission needs a simple implementation
10859  620496 GSettings schema compiler should reject invalid paths
10860  620173 missing single header inclusion guards
10861  620265 g_assertion_message_error should take const GError *
10862
10863 * Translation updates:
10864  Esperanto
10865  Galician
10866  Hebrew
10867  Indonesian
10868  Norwegian bokmål
10869  Slovenian
10870  Spanish
10871
10872
10873 Overview of Changes from GLib 2.25.6 to GLib 2.25.7
10874 ===================================================
10875
10876 * NOTE: API/ABI breaks since 2.25.6 release:
10877   - g_dbus_connection_sync{,_sync} takes a new 'reply_type' argument
10878   - GSettingsBackendClass 'list' virtual function changed
10879
10880   GSettings backends and things using GDBus may need to be rebuilt.
10881
10882 * GDBus: many build-related fixes
10883
10884 * GDBus (service): return a DBus error when receiving a method call for
10885   an unknown interface.
10886
10887 * GSettings: fix 'make install' bug in gsettings.m4 for generated schema
10888   files
10889
10890 * GSettings: avoid non-portable use of LC_MESSAGES
10891
10892 * better approach to handling man pages
10893
10894
10895 * Bugs fixed:
10896  619527 please improve docs on g_file_make_symlink
10897  619391 send-with-reply should have expected result signature
10898  618616 Use stack-allocated GVariantBuilders
10899  617004 Build with "--disable-nls" fails under MinGW/Win32
10900  619142 Build fixes (GDBus)
10901
10902 * Updated translations:
10903  Estonian
10904  Galician
10905  Norwegian bokmål
10906
10907 Overview of Changes from GLib 2.25.5 to GLib 2.25.6
10908 ===================================================
10909
10910 * GDBus: introspection improvements
10911 * GDBus: build fixes
10912
10913 * GSettings: GSettingsBackend ABI changed               **** NOTE ****
10914 * GSettings: --uninstall option for schema compiler
10915 * GSettings: new m4 macro with more power
10916 * GSettings: thread support
10917
10918 * rework of file notification on Solaris
10919 * fixes for gold linker
10920
10921 * Bugs fixed:
10922  619038 increase gsettings.m4 power
10923  619031 method-calls-in-thread test failing
10924  618839 Typo at translation message
10925  616864 GSETTINGS_CHECK_RULE doesn't work with multiple files
10926  618730 gunixcredentialsmessage.c doesn't compile on GNU/kfreebsd
10927  616314 Make GSettings (partially) threadsafe
10928
10929 * Updated Translations:
10930  Indonesian
10931  Galician
10932  Spanish
10933
10934 Overview of Changes from GLib 2.25.4 to GLib 2.25.5
10935 ===================================================
10936
10937 * GDBus: Fix serialization of empty arrays
10938
10939 * GDBus: Plug various memory leaks
10940
10941 * GSettings: Fix problems with GSETTINGS_CHECK_RULE
10942
10943 * Bugs fixed:
10944  616731 GSETTINGS_CHECK_RULE doesn't work in non-srcdir builds
10945  616864 GSETTINGS_CHECK_RULE doesn't work with multiple files
10946  618615 mem leaks in parse_value_from_blob
10947  618622 Plug some mem leaks in gdbus
10948  618650 Plug a mem leak in gdbusauth
10949  618663 Plug mem leaks in gdbus tests & examples
10950
10951 * Updated translations:
10952  Spanish
10953
10954
10955 Overview of Changes from GLib 2.25.3 to GLib 2.25.4
10956 ===================================================
10957
10958 * GDBus D-Bus support has been merged. This provides an API
10959   to replace dbus-glib
10960
10961 * GVariant no requires strings to be UTF-8. You can use byte
10962   arrays for non-UTF-8 strings.
10963
10964 * GSettings allows to bind string properties to byte arrays
10965
10966 * The schema compiler supports range restrictions
10967
10968 * Bugs fixed:
10969  618051 socket-server|client.c fail to compile under AIX...
10970  616102 GSettings ignores <choice> and <range>
10971  616720 Chunked quark allocation
10972  616877 Several issues with g_socket_receive_message
10973  616892 gio: Add a boxed type for GFileAttributeMatcher
10974  616967 Add g_regex_get_compile_flags() and g_regex_get_match_flags()
10975  617767 g_settings_[gs]et_strv() 'length' argument has missing docs...
10976  617914 gtester-report: cope with binaries with no test cases
10977  617937 output_stream_close vs output_stream_close_async semantics
10978  615494 Connction timeouts produce partially invalid error messages
10979  617823 glib-compile-schemas problems with an out of source build
10980  617947 glib-mkenums: add @valuenum@ support
10981
10982 * Translation updates:
10983  Galicaian
10984  Norwegian bokmål
10985  Shavian
10986  Spanish
10987
10988
10989 Overview of Changes from GLib 2.25.2 to GLib 2.25.3
10990 ===================================================
10991
10992 * New macro: G_GNUC_DEPRECATED_FOR, a variant of G_GNUC_DEPRECATED
10993   that lets you add replacement information (requires gcc 4.5)
10994
10995 * Rename AM_GSETTINGS autoconf macro to GLIB_GSETTINGS
10996
10997 * Rename gschema-compile utility to glib-compile-schemas
10998
10999 * Add support for timeouts in GSocket
11000
11001 * Bugs fixed:
11002  589989 Compilation error on Solaris 9
11003  616648 Change AM_GSETTINGS macro to GLIB_GSETTINGS
11004  587898 I/O timeouts for GSocket
11005  614541 Add G_TYPE_ERROR boxed type for GError
11006
11007
11008 Overview of Changes from GLib 2.25.0 to GLib 2.25.2
11009 ===================================================
11010
11011 * Include a 'gsettings' utility, for commandline access to GSettings
11012
11013 * Install a AM_GSETTINGS autoconf macro similar to AM_GCONF
11014
11015 * GSettings can bind the writability of a key explicitly
11016
11017 * There is now a predefined boxed type for GError
11018
11019 * Bugs fixed:
11020  615379 g_new macros crash if sizeof(struct_type) == 0
11021  616312 Add m4 rule equivalent to GCONF_SCHEMAS_INSTALL
11022  616295 mapping bug for uint64
11023  616216 glib compile from remote directory fails
11024  615960 Fix size passed to connect() for abstract sockets
11025  616432 Crash in gschema-compile
11026  616331 gsettings-schema-convert uses imaginary types
11027  616309 gsettings-schema-convert should output gettext-domain
11028  616384 Add mention of GConfBridge in conversion docs
11029  616311 gschema-compile outputs in current directory
11030  616276 simplify gschema-compile test setup
11031  616156 keys with unnecessary empty options arrays
11032  616405 gsettings missing g_return_if_fail's
11033  616245 Use G_DEFINE_INTERFACE macro
11034  614541 Add G_TYPE_ERROR boxed type for GError
11035
11036 * Updated translations:
11037  Catalan (Valencian)
11038  Galician
11039  Kannada
11040  Spanish
11041
11042
11043 Overview of Changes from GLib 2.24.0 to GLib 2.25.0
11044 ===================================================
11045
11046 * The GSettings framework has been merged. This provides the API to
11047   replace GConf. DConf will provide a backend implementation for it.
11048   GConf will also provide a backend implementation to ease the
11049   transition. We provide utilities to assist with schema conversion
11050   and data migration, as well as a porting guide.
11051
11052 * Translation updates:
11053  Bengali
11054  Catalan
11055  Danish
11056  Gujarati
11057  Marathi
11058  Thai
11059  Traditional Chinese
11060
11061
11062 Overview of Changes from GLib 2.23.6 to GLib 2.24.0
11063 ===================================================
11064
11065 * It is now allowed to call g_thread_init(NULL) multiple times, and
11066   to call glib functions before g_thread_init(NULL) is called
11067   (although the later is mainly a change in docs as this worked before
11068   too). See the GThread reference documentation for the details.
11069
11070 * GObject now links to GThread and threads are enabled automatically
11071   when g_type_init() is called.
11072
11073 * GObject no longer allows to call g_object_set() on construct-only properties
11074   while an object is being initialized. If this behavior is needed, setting a
11075   custom constructor that just chains up will re-enable this functionality.
11076
11077 * GMappedFile on an empty file now returns NULL for the contents instead of
11078   returning an empty string. The documentation specifically states that code
11079   may not rely on nul-termination here so any breakage caused by this change
11080   is a bug in application code.
11081
11082 * Bug fixes:
11083  613601 buglet in dup_close_on_exec_fd
11084  584284 g_data_input_stream_read_until_async behaves confusingly
11085  613748 Write errors in middle of copy cause hang
11086  613923 splice_stream_with_progress: wrong error handling
11087  613667 Typo in GObject documentation
11088  613618 gvariant format string docs unclear
11089
11090 * Translation updates:
11091  Basque
11092  Ukrainian
11093  Vietnamese
11094
11095
11096 Overview of Changes from GLib 2.23.5 to GLib 2.23.6
11097 ===================================================
11098
11099 * Class private data:
11100   - support for private data associated with a GTypeClass
11101
11102 * GVariant merge is now complete:
11103   - loading functions and parser merged
11104
11105 * Windows improvements:
11106   - socket fixes
11107   - various build improvements
11108   - removal of GCC/C99isms in favour of portable code
11109   - drop unmaintained Visual Studio 8 support
11110
11111 * Minor API addition:
11112   - g_desktop_app_info_get_filename()
11113
11114 * Bugs fixed:
11115  521707 Class private data
11116  612502 build fails on glib/tests/gvariant.c
11117  612832 [GDesktopAppInfo] New function g_desktop_app_info_get_filename
11118  612702 [PATCH] Fix GSocket-related crash on Windows
11119  612736 Improve the documentation about single include
11120  610858 gvariant test fails sometimes
11121  612327 uninitialized variable
11122
11123 * New translations:
11124  Afrikaans
11125  LowGerman
11126
11127 * Updated translations:
11128  Czech
11129  Finnish
11130  Galician
11131  Greek
11132  Punjabi
11133  Romanian
11134  Serbian
11135
11136
11137 Overview of Changes from GLib 2.23.4 to GLib 2.23.5
11138 ===================================================
11139
11140 * New API addition: g_malloc_n() and friends used to implement an
11141   overflow-safe family of g_new() macros.
11142
11143 * GVariant:
11144  - GVariantBuilder and GVariantIter are now merged.
11145  - The variable arguments API is now merged.
11146  - The parser will be in a future release.
11147
11148 * GIO:
11149  - Remove GUtf8InputStream (which never appeared in a stable release)
11150    for now since it doesn't satisfy the needs of its main intended use
11151    case.  We hope to reimplement this feature in a better form in a
11152    future release.
11153
11154 * Bugs fixed:
11155  609531 missing licence headers
11156  612107 Missing G_FILE_ATTRIBUTE_TRASH_ORIG_PATH
11157  611897 g_io_modules_scan_all_in_directory leaks
11158  608196 Overflow-safe g_new family
11159  611696 gio uses GetAddrInfo which requires special handing on windows 2k
11160  605667 Don't use G_PARAM_SPEC_VALUE_TYPE when we know the pspec is valid
11161  610860 test_g_file_open_readwrite fails if $HOME is unwritable
11162  552912 glib-2.18 /live-g-file/test_copy_move failed when run as root
11163  609813 Renaming a file discards file notes
11164
11165 * Updated translations:
11166  Basque
11167  Brazilian Portuguese
11168  British English
11169  Bulgarian
11170  Catalan
11171  Danish
11172  Estonian
11173  French
11174  German
11175  Hungarian
11176  Italian
11177  Lithuanian
11178  Norwegian bokmål
11179  Portuguese
11180  Russian
11181  Slovenian
11182  Spanish
11183  Swedish
11184  Traditional Chinese
11185
11186
11187 Overview of Changes from GLib 2.23.3 to GLib 2.23.4
11188 ===================================================
11189
11190 * GVariant: The core of GVariant has been merged now, with some
11191  API still to follow.
11192
11193 * GIO:
11194  - There is a new interface GFileDescriptorBased for file descriptor
11195    based IO. GLocalFile{Input,Output}Stream implement it
11196  - Use splice(2) to transfer data between file descriptors without
11197    extraneous copies
11198  - Add a way to request move events from file monitors
11199
11200 * Bugs fixed:
11201  609143 *result_uncertain is never assigned in g_content_type_guess
11202  604086 Use splice(2) when doing local file copies
11203  547890 No move events for GFileMonitorEvent?
11204  568760 nautilus freezes due to a bug in garray.c:322
11205  609962 Add info about the use of G_DEFINE_INTERFACE
11206  609564 g_base64_encode_close docs should mention outbuf size...
11207  610484 g_variant_equal bug
11208  610131 libasyncns does not compile on Solaris 8
11209  609530 missing single header include guards
11210
11211 * Updated translations:
11212  Czech
11213  Estonian
11214  Galician
11215  German
11216  Korean
11217  Polish
11218  Slovenian
11219  Spanish
11220  Traditional Chinese
11221
11222
11223 Overview of Changes from GLib 2.23.2 to GLib 2.23.3
11224 ===================================================
11225
11226 * GLib now has a facility for locks that consume only one bit of
11227   storage inside an integer: g_bit_lock()
11228
11229 * GVariant: The serializer has been merged, with more API to follow
11230
11231 * Bugs fixed
11232  548967 1 bit mutex lock
11233  604967 2.22.3 libasyncns build fails on HP-UX 11.11
11234  608602 G_VALUE_COLLECT_INIT variables shadow those in G_VALUE_COLLECT
11235  608743 Crash in g_hostname_to_ascii visiting certain website in epiphany
11236  599197 array ref and unref functions crash on NULL array.
11237  608159 mem leak in g_io_modules_scan_all_in_directory
11238
11239 * Translation updates
11240  Brazilian Portuguese
11241  Czech
11242  French
11243  Norwegian bokmål
11244  Slovenian
11245  Spanish
11246  Thai
11247
11248
11249 Overview of Changes from GLib 2.23.1 to GLib 2.23.2
11250 ===================================================
11251
11252 * We are now using gcc builtins for atomic operations when available
11253
11254 * g_assert() grew the ability to store assertions in core dumps
11255
11256 * GIO supports lazy loading of GIO modules, and there is a new
11257   gio-querymodule utility that goes along with this.
11258   Packagers will need to adapt to this.
11259
11260 * Threading changes:
11261  - The requirements for g_thread_init() have been relaxed slightly,
11262    it can be called multiple times, and does not have to be the first
11263    call.
11264  - GObject now links to GThread and threads are enabled automatically
11265    when g_type_init() is called.
11266  - Thread-safety issues with boxed types in GObject have been fixed.
11267
11268 * GObject:
11269  - Another bunch of performance work has landed
11270
11271 * GVariant:
11272  - GVariantType has been merged, with the rest of the GVariant
11273    API to follow.
11274
11275 * Bugs fixed:
11276  568760 nautilus freezes due to a bug in garray.c:322
11277  602417 Document lifecycles of GSimpleAsyncResult and friends
11278  604824 crash in Epiphany: Selecting my Slashdot bo...
11279  448888 don't init g_slice for always-malloc
11280  531902 Use GCC atomic buildins for g_atomic*
11281  554887 boxed type registration is not thread safe
11282  586150 unresolved symbols when building glib 2.21.2 on OS X Tiger
11283  589176 row gvalue transform array exponentially
11284  594872 Support storing assertion messages into core dump
11285  602240 Upgrade libasyncns to 0.8
11286  603590 Speed up G_VALUE_COLLECT
11287  604457 gutf8inputstream.c: increasing unknown size pointer
11288  605686 GCharsetConverter doesn't flush
11289  605733 g_memory_output_stream_new violates GObject standards
11290  605883 g_object_new() processes varargs even when there are none
11291  605977 invalid utf-8 conversion in g_local_file_get_parse_name(...
11292  606775 Enable threads by default in gobject
11293
11294 * Translation updates:
11295  Asturian
11296  Basque
11297  Bengali
11298  Bulgarian
11299  Estonian
11300  Norwegian bokmål
11301  Spanish
11302  Thai
11303  Ukrainian
11304
11305
11306 Overview of Changes from GLib 2.23.0 to GLib 2.23.1
11307 ===================================================
11308
11309 * GObject performance work has landed:
11310  - Construction of simple objects is much faster
11311  - Interface lookup is lock-free and constant-time now
11312  - Reduced locking overhead when dealing with types
11313
11314 * GType now has a G_DEFINE_INTERFACE convenience macro
11315
11316 * GIO gained GUtf8InputStream, an input stream that
11317   performs utf-8 validation
11318
11319 * GLib now has byte-swap macros for gsize and gssize
11320
11321 * Bugs fixed:
11322 557151 Determining the newly_constructed boolean in gobject.c...
11323 557100 Performance improvements for GObjectClasses that don't...
11324 501166 Warning message says IA__g_type_init instead of g_type_init
11325 585375 Performance and Contention problems with g_type_class_ref...
11326 587892 Race in GType when instantiating the same class for the...
11327 603270 Input Stream validating utf8
11328 603476 gioenums.h:62: error: comma at end of enumerator list
11329 603540 g_time_val_from_iso8601 uses uninitialised variable
11330 603982 Stack overflow when reading file async with filter
11331 604645 G_DEFINE_INTERFACE_* documentation is not generated
11332 604875 Use of sa_len conflicts with system header
11333 320482 provide G_DEFINE_TYPE like macros for interfaces
11334
11335 * Updated translations:
11336  Estonian
11337  Hebrew
11338  Norwegian bokmål
11339  Vietnamese
11340  Welsh
11341
11342
11343 Overview of Changes from GLib 2.22.x to GLib 2.23.0
11344 ===================================================
11345
11346 * GIO:
11347  - GConverter: a generic interface for stateful conversions of data,
11348    suitable for charset conversion, compression, decompression, regexp
11349    replacement. Concrete implementations are GCharsetConverter,
11350    GZlibCompressor and GZlibDecompressor. GConverterInputStream,
11351    GConverterOutputStream are stream implementations that convert data
11352    while loading or saving it.
11353  - GMounts can now have a 'default location': a path that reflects
11354    the main entry point for the user (e.g. the home directory).
11355  - As a consequence of the compression support, GIO depends on zlib now.
11356
11357 * GObject:
11358  - G_IMPLEMENT_INTERFACE_DYNAMIC: a convenience macro for adding
11359    interfaces to dynamic types.
11360
11361 * GModule:
11362  - The -pthread flag has been added to all gmodule .pc files, because
11363    it is not generally permissible to load modules that are linked
11364    against libpthread if the program has not been compiled with threading
11365    support.
11366
11367 * Bugs fixed:
11368  601637 GUnixFDMessage should contain a GUnixFDList
11369  585566 GSocketListener API issues
11370  572252 Bug in g_file_test() function.
11371  600550 g_app_info_create_from_commandline doesn't treat arguments properly
11372  541236 not detecting exact content type
11373  350200 [PATCH] GTypeModule derived class unref does not unload plugin
11374  589631 Please enclose literal values with double quotes
11375  577711 cross compile check for g++ broken
11376  600620 Support X-GNOME-FullName in GAppInfo
11377  598899 GWin32DirectoryMonitor is broken
11378  593809 Nautilus does not restore the position of the icons on the desktop...
11379  563627 g_get_prgname() threadsafety
11380  600141 Add -pthread to gmodule pkg-config
11381  593856 file and directory monitors don't work when glib is compiled...
11382  324930 Nautilus should disallow copying of symlink to FAT drive early
11383  587300 Deadlock when calling g_cancellable_disconnect in a...
11384  595138 GFile not robust with invalid input
11385  591216 Warning building resolver.o
11386  590016 Does not compile under MinGW32 + Wine
11387  591214 Warnings building gcancellable.o
11388  561998 Have specific entry points (paths) for mounts...
11389  508157 Add G_IMPLEMENT_INTERFACE_DYNAMIC
11390  535159 g_file_has_parent
11391
11392 * Updated translations:
11393  Brazilian Portuguese
11394  Catalan
11395  Estonian
11396  Galician
11397  Norwegian bokmål
11398  Shavian
11399  Slovenian
11400  Spanish
11401  Swedish
11402
11403
11404 Overview of Changes from GLib 2.22.1 to GLib 2.22.2
11405 ===================================================
11406
11407 * GIO:
11408  - Support case-sensitive globs in the shared mime database,
11409    including support for the newer cache format that allows these.
11410    Case-sensitive globs have been introduced in shared-mime-info
11411    version 0.70
11412
11413 * GObject:
11414  - Speed up creation of simple objects
11415
11416 * Bugs fixed:
11417  597194 Typo in _G_TYPE_CVH macro
11418
11419 * Updated translations:
11420  Russian
11421
11422
11423 Overview of Changes from GLib 2.22.0 to GLib 2.22.1
11424 ===================================================
11425
11426 * Bugs fixed:
11427  596064 Test file marked for translation
11428  595972 possibly invalid search in mime_info_cache_dir_add_...
11429  596561 C99 style of declaration of variable in gmessages.c
11430  596314 g_utf16_to_utf8 returns an invalid UTF8 string
11431  596748 g_async_result_get_source_object returns a new ref
11432  593809 Nautilus does not restore the position of the icons...
11433  593775 uses inotify_init1 unconditionally
11434
11435 * Updated translations:
11436  Bengali
11437  Hebrew
11438
11439
11440 Overview of Changes from GLib 2.21.6 to GLib 2.22.0
11441 ===================================================
11442
11443 * Repeated calls to g_simple_async_result_set_op_res_gpointer used
11444   to leak the data. This has been fixed to always call the provided
11445   destroy notify.
11446
11447 * Add gdb python macros to make gobject debugging more pleasant
11448
11449 * Bugs fixed:
11450  579050 Allow making selected critical and warning messages non-fatal
11451  594759 g_socket_send_message fails due to invalid sendmsg params
11452  593941 GNetworkAddress skipping addresses when enumerating
11453  594597 Fix build with srcdir != builddir
11454  595619 Include gdb pretty printers
11455
11456 * Changes that might affect bindings:
11457  - The error parameter of g_simple_async_result_set_from_error has been
11458    made const.
11459
11460 * Updated translations:
11461  Assamese
11462  Bengali India
11463  British English
11464  Bulgarian
11465  Catalan
11466  Czech
11467  Danish
11468  Finnish
11469  Galician
11470  Greek
11471  Gujarati
11472  Hindi
11473  Japanese
11474  Kannada
11475  Malayalam
11476  Marathi
11477  Norwegian bokmål
11478  Oriya
11479  Polish
11480  Punjabi
11481  Romanian
11482  Serbian
11483  Simplified Chinese
11484  Slovenian
11485  Spanish
11486  Tamil
11487  Telugu
11488  Thai
11489  Traditional Chinese
11490  Ukrainian
11491  Vietnamese
11492
11493
11494 Overview of Changes from GLib 2.21.5 to GLib 2.21.6
11495 ===================================================
11496
11497 * Minor API additions:
11498   g_mkstemp_full is a variant of g_mkstemp that allows to specify flags
11499   and permissions
11500
11501 * Bugs fixed:
11502  593232 g_rand_new: read no more than requested from /dev/urandom
11503  591995 use saved errno
11504  589491 g_time_val_from_iso8601 doesn't handle some cases
11505  593406 Permissions set to 777 after copying via Nautilus
11506  594034 Add g_mkstemp_full()
11507
11508 * Updated translations:
11509  Assamese
11510  Basque
11511  Brazilian Portuguese
11512  Czech
11513  Estonian
11514  French
11515  German
11516  Hungarian
11517  Italian
11518  Kannada
11519  Malayalam
11520  Marathi
11521  Norwegian bokmål
11522  Oriya
11523  Portuguese
11524  Swedish
11525  Tamil
11526  Turkish
11527
11528
11529 Overview of Changes from GLib 2.21.4 to GLib 2.21.5
11530 ===================================================
11531
11532 * A performance problem with trashing of many files has been fixed
11533
11534 * GResolver now invalidates the libc resolv.conf cache as needed
11535
11536 * Minor api additions:
11537  - g_cancellable_make_pollfd returns a boolean now. And there is a
11538    new function g_cancellable_release_fd that can be used to released
11539    the resources used by a GCancellable.
11540
11541 * Bugs fixed:
11542  589988 Compilation error on Solaris 9 (missing stdint.h)
11543  588901 gtcpconnection.c won't compile
11544  584246 GResolver needs to call res_init() when network state changes
11545  591714 Figure out failure handling for g_cancellable_make_pollfd()
11546  591532 redundent '/' returned from g_file_resolve_relative_path
11547  591378 Use MSG_NOSIGNAL in GSocket if it's available
11548  589649 API documentation migration for Base64 Encoding
11549  591840 configure fails with autoconf 2.64
11550
11551 * Updated translations:
11552  Basque
11553  Brazilian Portuguese
11554  Bulgarian
11555  Danish
11556  Estonian
11557  Finnish
11558  Galician
11559  Gujarati
11560  Hndi
11561  Irish
11562  Japanese
11563  Korean
11564  Norwegian bokmål
11565  Polish
11566  Portuguese
11567  Punjabi
11568  Spanish
11569  Swedish
11570  Telugu
11571  Traditional Chinese
11572  Thai
11573
11574
11575 Overview of Changes from GLib 2.21.3 to GLib 2.21.4
11576 ===================================================
11577
11578 * GTree is now refcounted
11579
11580 * Bugs fixed:
11581  587938 Undocumented limitation for g_str_equal
11582  587773 refcounts for GTree
11583
11584 * Updated translations:
11585  French
11586  Hebrew
11587  Norwegian bokmål
11588  Spanish
11589  Swedish
11590  Traditional Chinese
11591  Ukrainian
11592
11593
11594 Overview of Changes from GLib 2.21.2 to GLib 2.21.3
11595 ===================================================
11596
11597 * GMappedFile is refcounted now
11598
11599 * Mainloop: It is now possible to set per-thread default contexts,
11600   with g_main_context_push_thread_default.
11601
11602 * glib-mkenums supports a @basename@ substitution, in addition
11603   to @filename@.
11604
11605 * GIO:
11606  - Vfs implementations can support storing of per-file metadata.
11607  - GCancellable can now be subclassed.
11608  - Unmount and eject methods now optionally allow interaction, via
11609    variants that take a GMountOperation object.
11610
11611 * Bugs fixed:
11612  556706 Inconsistent help arguments -h, -?
11613  579449 FileChoosers no longer work if an idle handler is active
11614  579933 mainloop FD_CLOEXEC has a race condition
11615  579984 alternate GMainContext support
11616  585937 gio/gsocket.c (glib 2.21.2) does not compile (Windows/mingw)
11617  586675 Runtime library location
11618  586797 Add GCancellables to GSocket ops
11619  586868 g_filename_complete_get_completions doesn't always return...
11620  587415 g_resolver_lookup_by_name_finish returns a freed list
11621  587434 regression tests fail, at least on x86_64
11622  586928 Avoid g++ warning in g_error()
11623
11624 * Updated translations:
11625  Estonian
11626  Hebrew
11627
11628
11629 Overview of Changes from GLib 2.21.1 to GLib 2.21.2
11630 ===================================================
11631
11632 * GIO:
11633   - g_socket_speaks_ipv4 is a new function to check if a socket can
11634     speak IPv4.
11635   - g_socket_listener_add_address gained a new effective_address out
11636     parameter.
11637   - GIO now returns special icons for XDG user directories, by the
11638     name folder-music, folder-documents, etc.
11639   - GIO gained support for starting/stopping of drives, which can be used
11640     in connection with external hard disk enclosures, disk arrays, iSCSI
11641     devices, etc. See g_file_start/stop_mountable.
11642
11643 * GLib:
11644  - g_reload_user_special_dirs_cache is a new function to force GLib to
11645    reload the XDG user directory mapping from disk.
11646
11647 * Bug fixes:
11648  584574 glib compile failure on Mac OS X with gunixresolver.c and...
11649  585566 GSocketListener API issues
11650  584255 Incorrect freeing of thread pool in GThreadedSocketService
11651  585088 g_string_chunk_insert_len stops at nul bytes
11652  585360 Monitor fontconfig configuration files using gio causes m...
11653  580103 Terminal starts on Display :0.0 when started on :0.1 in D...
11654  580301 network: a few issues on old darwin
11655  583398 SRV weight sorting is incorrect
11656  584176 build fixes on FreeBSD
11657  585189 g_cancellable_reset() must be called in same thread as g_...
11658  585280 compilation dies on gio/gsocket.c, needs sys/uio.h to con...
11659  585281 gio/gunixfdmessage.c needs sys/types.h for platforms that...
11660  585478 don't leak the inotify fd
11661  585575 g_socket_listener_add_inet_port() doesn't do the right thing
11662  585599 g_socket_listener_add_socket() consumes the socket
11663  585676 GEmblem doesn't reference its 'icon' if that is set as a ...
11664  585717 "bytes" nautilus translation to french is not shown in th...
11665  541276 XDG directories should have their own icons
11666  585726 Grammatical error in GList documentation
11667  585520 Wrong warning option in documentation
11668  585673 GNOME Goal: Remove deprecated glib symbols
11669  585591 Starting/stopping drives
11670
11671 * Updated translations:
11672  Bengali India
11673  Norwegian bokmål
11674
11675
11676 Overview of Changes from GLib 2.21.0 to GLib 2.21.1
11677 ===================================================
11678
11679 * GIO:
11680  - Support for network IO has been added, including a low-level
11681    socket API and a high-level API for network connections and
11682    services.
11683  - Support for read-write access with GIOStream and its subclasses.
11684  - GMount gained a pre-unmount signal.
11685
11686 * Bug fixes:
11687  576104Implement GMount::pre-unmount
11688  578769 implement GWinHttpFileInputStream::close_fn
11689  582856 gsocket.c doesn't compile on Solaris
11690  569375 g[u]intptr undocumented
11691  573246 [FIX] g_desktop_app_info_dup() can access NULL pointer
11692  575013 g_cancellable_push_current() does not allow NULL
11693  577884 live-g-file.c:461: error: format ‘%d’ expects type ...
11694  578499 g_output_stream_splice and stream closing with gnio strea...
11695  579558 Application employing gvfs crashes with only libgvfscommo...
11696  583001 SIGPIPE (grr!)
11697  583061 Please add convenience function to connect to machines by...
11698  583198 typo in error message
11699  583206 use g_set_error_literal where appropriate
11700  583229 void function g_async_initable_init_async returns value
11701  583324 locking problem in g_main_context_iterate()
11702  583408 void function g_socket_control_message_serialize returns ...
11703  578786 wrong and confusing error message
11704  583205 g_inet_address_to_bytes has no length outparam
11705  583196 mem leak in keyfile test
11706  583663 GSocketType enum ends with a comma
11707  569024 Make g_error_new_valist public
11708  569376 missing G_G[U]INTPTR_FORMAT
11709  580347 off-by-1 bug in GWinHttpFile
11710
11711 * Updated translations:
11712  Oriya
11713  Spanish
11714  Valencian-Catalan
11715
11716
11717 Overview of Changes from GLib 2.20.x to GLib 2.21.0
11718 ===================================================
11719
11720 * GIO:
11721  - New helper functions g_cancellable_connect/disconnect to avoid
11722    race conditions when connecting to the "cancelled" signal on
11723    GCancellable.
11724  - New types and methods for dealing with IPv4 and IPv6 addresses (and
11725    UNIX domain socket addresses under UNIX). This does not include code
11726    for actual socket I/O.
11727  - GResolver provides asynchronous and cancellable APIs for resolving
11728    hostnames, reverse lookup of IP addresses and resolving SRV records.
11729
11730 * Glib now provides hash and comparison functions for int64 and double
11731   types, suitable for use with GHashTable.
11732
11733 * GArray, GPtrArray and GByteArray can be ref counted now, and have
11734   boxed types.
11735
11736 * Bugs fixed:
11737  572844 Helper for GCancellable::cancelled connect/disconnect
11738  578363 goption docs should be improved
11739  548466 async/cancellable DNS resolver
11740  579830 param spec strings should use P_()
11741  579862 requesting xattr::foo ends up calling getxattr(..., user...
11742  580453 Hash and equal functions for gint64 and gdouble
11743  580450 Reference counting and boxed types for arrays
11744  580194 gresolver doesn't build on Solaris
11745  580301 network: a few issues on old darwin
11746  580299 network: include sys/types.h before sys/socket.h to insur...
11747  572508 gmarkup speedup
11748  580546 g_strtoull() referenced in documentation...
11749  580656 g_key_file_set_string_list erroneously asserts list != NULL
11750  579272 leaks in g_simple_async_result_set_op_res_gpointer
11751
11752
11753 * Updated translations:
11754  Catalan (ca)
11755  Pashto (ps)
11756  Spanish (es)
11757
11758
11759 Overview of Changes from GLib 2.20.0 to GLib 2.20.1
11760 ===================================================
11761
11762 * Bug fixes:
11763  575555 Use fsync() when replacing files to avoid data loss on
11764  575708 runaway inotify madness
11765  575270 GVolumeMonitor::mount-pre-unmount not being emitted
11766  577128 glib make check Failed to execute child process...
11767  573673 Always show "backup" directories
11768  578369 g_time_val_from_iso8601() parses timezones incorrectly
11769  578002 Fix a small typo in GFile docs
11770  578017 G_DEFINE_TYPE_EXTENDED docs
11771
11772 * Updated translations:
11773  Arabic
11774  Assamese
11775  Basque
11776  Bularian
11777  Brazilian Portuguese
11778  British English
11779  Catalan
11780  Danish
11781  French
11782  Galician
11783  German
11784  Greek
11785  Hungarian
11786  Italian
11787  Japanese
11788  Kannada
11789  Lithuanian
11790  Malayalam
11791  Norwegian bokmål
11792  Oriya
11793  Polish
11794  Punjabi
11795  Russian
11796  Simplified Chinese
11797  Slovenian
11798  Spanish
11799  Swedish
11800  Tamil
11801
11802
11803 Overview of Changes from GLib 2.19.9 to GLib 2.20.0
11804 ===================================================
11805
11806 * The functions for launching applications (e.g. g_app_info_launch() +
11807   friends) now passes a FUSE file:// URI if possible (requires gvfs
11808   with the FUSE daemon to be running and operational). With gvfs 2.26,
11809   FUSE file:// URIs will be mapped back to gio URIs in the GFile
11810   constructors. The intent of this change is to better integrate
11811   POSIX-only applications, see bug #528670 for the rationale.  The
11812   only user-visible change is when an application needs to examine an
11813   URI passed to it (e.g. as a positional parameter). Instead of
11814   looking at the given URI, the application will now need to look at
11815   the result of g_file_get_uri() after having constructed a GFile
11816   object with the given URI.
11817
11818 * Base64 support: Avoid integer overflows. CVE-2008-4316
11819
11820 * Bugs fixed:
11821  574019 GChecksum: document and guarantee hex characters in lower case
11822  573454 Unable copy/move files to directories symlinked to gvfs share
11823  561172 gnome-open fails on local URIs with anchors
11824  573970 crash in gunixvolumemonitor:update_mounts when unmounting
11825  573843 g_get_current_dir returns non-absolute path
11826
11827 * Updated translations:
11828  Assamese (as)
11829  Bengali (bn_IN)
11830  Czech (cs)
11831  Hindi (hi)
11832  Italian (it)
11833  Japanese (ja)
11834  Lithuanian (lt)
11835  Malayalam (ml)
11836  Marathi (mr)
11837  Oriya (or)
11838  Polish (pl)
11839  Romanian (ro)
11840  Telugu (te)
11841
11842
11843 Overview of Changes from GLib 2.19.8 to GLib 2.19.9
11844 ===================================================
11845
11846 * GMarkup:
11847  - Considerable speedup
11848
11849 * GIO
11850  - Add G_FILE_CREATE_REPLACE_DESTINATION flag to allow replacing
11851    the destination of a copying operation as if it did not exit before.
11852  - Be more careful when classifying files as desktop files
11853  - Support desktop file key X-GIO-NoFuse which disables the use
11854    of fuse pathnames for %u and %U arguments
11855
11856 * Bugs fixed:
11857  572672 glib/gthread.c: argument is different type
11858  572464 Doc for g_file_get_contents
11859  572151 “it's” and “its” confused in docs and comments
11860  570501 g_win32_get_system_data_dirs uses invalid conversion...
11861  167569 g_string_append_printf crashes on win32 when used...
11862  572508 gmarkup speedup
11863  560564 Replacing a symlink with its linked file truncates... 
11864  549298 impossible to copy files with p (pipe) flag
11865  543183 Clarify docs for g_file_has_prefix
11866  540461 g_memory_output_stream_get_data_size() doesn't behave...
11867  573462 GEmblemedIcon leak
11868  573421 Clarify message format in GMountOperation
11869  573658 Deadlock in giomodule.c
11870  556706 Inconsistent help arguments -h, -?
11871  573527 Wrong shell to run config.status in Makefile.in.in
11872  573128 A couple of typos in GObject documentation
11873
11874 * Updated translations:
11875  Catalan (ca)
11876  British English (en_GB)
11877  Spanish (es)
11878  Basque (eu)
11879  Finnish (fi)
11880  French (fr)
11881  Gujarati (gu)
11882  Hebrew (he)
11883  Hungarian (hu)
11884  Korean (ko)
11885  Maithili (mai)
11886  Norwegian bokmål (nb)
11887  Dutch (nl)
11888  Portugese (pt)
11889  Swedish (sv)
11890  Thai (th)
11891  Traditional Chinese (zh_HK)
11892  Traditional Chinese (zh_TW)
11893
11894
11895 Overview of Changes from GLib 2.19.7 to GLib 2.19.8
11896 ===================================================
11897
11898 * GIO: Fix missing exports of new API
11899
11900 * Fix strict aliasing warnings and violations to make Glib work
11901   with gcc 4.4
11902
11903
11904 Overview of Changes from GLib 2.19.6 to GLib 2.19.7
11905 ===================================================
11906
11907 * GIO
11908  - GFile gained an attribute for the actual file size in bytes
11909  - GMountOperation gained an "aborted' signal that allows to abort
11910    a mount operation from the backend side
11911
11912 * Bugs fixed:
11913  523742 Use noinst for non-installable libraries
11914  566747 URIs opened with firefox %u load as local files
11915  541225 Can't compile gio on AIX duplicate case value in gioerror.c
11916  571598 GAsyncResult with NULL gobject
11917  505042 add file attribute for actually used file size in bytes
11918
11919 * Updates translations:
11920  Basque (eu)
11921  Gujarati (gu)
11922  Italian (it)
11923  Japanese (ja)
11924  Norwegian bokmål (nb)
11925  Dutch (nl)
11926  Portugese (pt)
11927  Thai (th)
11928  Vietnamese (vi)
11929
11930
11931 Overview of Changes from GLib 2.19.5 to GLib 2.19.6
11932 ===================================================
11933
11934 * New format macro to print goffset data: G_OFFSET_FORMAT
11935
11936 * GIO: 
11937  - Add a GFilter{Input,Output}Stream::close-base-stream properties which
11938    determine whether the base stream will be closed when the filter stream
11939    is finalized.
11940  - g_data_input_stream_read_line and ..._read_until have asynchronous
11941    variants now.
11942
11943 * Bugs fixed:
11944  568294 A wrong reference in the description of g_bookmark_file_...
11945  563141 RFE: define G_OFFSET_FORMAT
11946  569105 g_time_val_to_iso8601() assumes time_t==long
11947  568394 dropping the last reference to a stream filter closes...
11948  568741 g_buffered_input_stream_fill_async doesn't work
11949  568723 g_buffered_input_stream_fill_async doesn't take count == -1
11950  568575 _async functions for GDataInputStream
11951
11952 * Updated translations:
11953  Bulgarian (bg)
11954  Finnish (fi)
11955  Hungarian (hu)
11956  Oriya (or)
11957  Swedish (sv)
11958  Traditional Chinese (zh_HK)
11959  Traditional Chinese (zy_TW)
11960
11961
11962 Overview of Changes from GLib 2.19.4 to GLib 2.19.5
11963 ===================================================
11964
11965 * Update included PCRE to 7.8
11966
11967 * g_base64_decode_inplace: New function to do base64 decoding in place
11968
11969 * Bugs fixed:
11970  567138 get_package_directory_from_module() does not free ...
11971  566569 gregex docs clarification
11972  566573 g_match_info_fetch_pos docs
11973  564728 Add function to decode base64 encoded data in place
11974  567838 G_STRUCT_OFFSETOF fails to compile under icc 9.1
11975  567977 textdomain() macro should not return NULL ...
11976  512779 --disable-regex breaks compilation
11977  566770 error code 0 for Too many open files is useless
11978  565484 g_content_type_guess passes non-UTF8 text to XDG ...
11979
11980 * Updated translations:
11981  Catalan (ca)
11982  Spanish (es)
11983  Italian (it)
11984  Swedish (sv)
11985
11986  
11987 Overview of Changes from GLib 2.19.3 to GLib 2.19.4
11988 ===================================================
11989
11990 * GIO:
11991   - Use O_NOATIME when sniffing mimetypes
11992   - Add a convenience method to check if a GSimpleAsyncResult
11993     is valid
11994
11995 * Bugs fixed:
11996  560676 function access for g_threads_supported
11997  565905 There is no g_context_group_set_translation_domain
11998  564210 SUN Studio 12 has supported visibility attribute
11999  565136 GObject's "notify" signal parameters are wrong in gtk-doc
12000  565831 error in interface creation sample
12001  566348 g_file_open_tmp uses the wrong g_mkstemp on win32
12002  566064 Add NOATIME flag to query_info_flags
12003  566170 g_async_result_verify_source_object
12004
12005 * Updated translations:
12006  Spanish (es)
12007  Norwegian bokmål (nb)
12008  Brazilian Portugese (pt_BR)
12009  Simplified Chinese (zh_CN)
12010
12011
12012 Overview of Changes from GLib 2.19.1 to GLib 2.19.3
12013 ===================================================
12014
12015 * Bugs fixed:
12016  508021 Add support for the CRIS and CRISv32 architectures
12017  526320 should not list mounts that the user doesn't have permission to use
12018  558458 Cannot build gio tests on Solaris using SUN cc
12019  555465 GUnix{Input,Output}Stream lacks fd/close_fd_at_close property
12020  558298 Hide ecryptfs mounts
12021  515777 incorrect date&time on copy
12022  562452 Ensure we return G_IO_ERROR_CANCELLED if cancelling
12023         g_simple_async_result_run_in_thread
12024  473150 g_type_module_use inconsistently increases the use
12025         counter in case of error
12026  563150 G_GU?INT*_MODIFIER/FORMAT docs
12027  563156 Document printing and scanning gunichar values
12028
12029 * Updated translations:
12030  Hebrew (he)
12031  Italian (it)
12032  
12033
12034 Overview of Changes from GLib 2.19.0 to GLib 2.19.1
12035 ===================================================
12036
12037 * GIO: 
12038   - g_icon_to_string, g_icon_new_for_string: GIcon serialization support
12039   - G_FILE_ATTRIBUTE_PREVIEW_ICON: new file attribute for preview images
12040   - g_app_info_get_commandline: new function to get the full commandline
12041   - g_mount_shadow, g_mount_unshadow, g_mount_is_shadowed: New functions 
12042     to 'shadow' mounts (i.e. hide them from the UI when they already
12043     have a different representation, like a bookmark) 
12044
12045 * Bugs fixed:
12046  556186 gpoll.h breaks gmain.h inclusion
12047  557087 mem leak in g_content_types_get_registered
12048  556921 gpoll.h breaks hal compilation
12049  557210 g_compute_checksum_for_* asserts with less than 2 bytes
12050  558381 Add support for compile time assertions
12051  558185 'parent' variable in g_local_file_get_child_for_display_name()
12052         hits g_object_unref(NULL) assertion
12053  558513 g_warn_if_fail FIXME in gtestutils
12054  558672 NULL key lookup using g_hash_table_lookup_extended() 
12055  555740 gicon serialization
12056  557182 preview functionality
12057  528320 Incorrect icons displayed for files with custom mimetype icons
12058  556910 Memory leak: sub
12059  557592 Missing include in gwinhttpfile.c
12060  556415 Crash on Windows 2000 in g_winhttp_vfs_init()
12061  555935 Clarify the mechanism of overwriting properties
12062  552776 ac_cv_func_posix_getgrgid_r not mentioned
12063  559448 GObject Reference Manual (typo)
12064  561212 GFileReadMoreCallback API doc refers to non-existant function
12065  560569 gkeyfile doesn't use the set list_separator in some cases
12066  560568 gkeyfile docs buglet
12067  559413 g_option_group_set_error_hook docs buglet
12068  562378 callback return value not respected for callback option
12069         with no arg
12070  559110 Do not include libintl.h after glibintl.h
12071  557603 carbon check output misplaced
12072  562544 g_key_file_get_string and g_key_file_get_value
12073         documentation does not explain the difference
12074  547264 Missing "no flags" flag
12075  562638 GDebugKey key member should be const
12076  562639 g_parse_debug_flags() parsing "help"
12077  562549 g_byte_array_free should tell how free data
12078  559452 GObject Reference Manual (typo)
12079  559462 GObject Reference Manual (typo)
12080  559517 GObject Reference Manual (typo)
12081  562538 GObject interface tutorial shouldn't finalise with
12082         "Please forget everything"
12083  561352 Leak of icon description
12084  561375 Leaks mountpoint description
12085  561807 inotify_sub.c: dup_dirname() fails to remove trailing '/'
12086  562393 g_buffered_input_stream_read_byte broken if data available
12087  541715 win32 : patch for warnings and signature problems in recent code
12088  547481 g_data_input_stream_read_line behaves not as stated in the docs
12089  548163 Nautilus displays wrong error message for too long file names
12090  559633 gtk_image_new_from_gicon does not always work for .desktop files
12091  555486 – No way to recover command line from GAppInfo
12092
12093 * Translation updates:
12094  Spanish (es)
12095  Ukrainian (uk)
12096
12097
12098 Overview of Changes from GLib 2.18.1 to GLib 2.19.0
12099 ===================================================
12100
12101 * Rewrite GHashTable to use open addressing with quadratic probing instead 
12102   of chaining. This has the potential to reduce memory fragmentation 
12103   significantly, while being slightly faster due to better locality and 
12104   no need to call alloc/free functions for nodes. Benchmarks suggest it 
12105   also uses less memory overall.
12106
12107 * Make g_poll available as public api
12108
12109 * New macros g_assert_error and g_assert_no_error to assert 
12110   that a GError is set or unset
12111
12112 * g_cancellable_make_pollfd: New method to make a GPollFD for a cancellable
12113
12114 * g_app_info_can_delete, g_app_info_delete, g_app_info_reset_type_associations:
12115   New functions to clean up app infos and content types
12116
12117 * When launching applications, always pass fuse file:// uris when possible,
12118   and let gio convert such uris back to gio uris.
12119
12120 * Bugs fixed:
12121  505361 gunixinputstream.c assumes poll() available
12122  509446 portable blocking gio cancellation
12123  553820 gpoll.c: undeclared identifier
12124  553724 python interpretter path not patched in correctly
12125  553857 gbacktrace.h requires signal.h
12126  553447 g_assert_no_error()
12127  554092 glib doesn't return G_FILE_ERROR_NOENT et al on OS X
12128  528670 Always pass file:/// uri's in GAppLaunchContext
12129  555224 Improve g_format_size_for_display doc
12130  555309 giochannel breaks on error
12131  554790 g_convert() misbehaves with winiconv versions
12132  555314 mem leak in gmarkup
12133  555313 GFileAttribute boxed type get_type function should...
12134  552861 glib-2.0.m4 calls system(3) without storing its result
12135  554557 Patch to fix gcc warnings about missing format specifiers
12136  552107 Small libtool fixes
12137  551355 Make glib build with libtool 2.2
12138  555311 format not a string literal and no format arguments
12139  556101 static mutex yields warnings with g++
12140  556186 gpoll.h breaks gmain.h inclusion
12141  526456 Open addressing in GHashTable
12142  553426 cancellable clarifications
12143  545350 GAppInfo deletion
12144  545351 Reset associations for content type
12145  552168 volume's mount not mounted after g_volume_mount_finish
12146  554970 segfault when update-desktop-database is not available...
12147  554745 GFileAttributeInfoList should be boxed
12148  555121 Improved build-time handling of gio module-dir
12149  555711 Wrong fallback order of mimetype icons
12150  555331 Deprecate adoption of mounts
12151  556335 make check fails in abicheck.sh
12152  556334 Warning when building without selinux support
12153  556422 g_file_enumerator_next_file: unclear...
12154
12155 * Updated translations:
12156  Arabic (ar)
12157  Danish (da)
12158  Polish (pl)
12159  Brazilian Portugese (pt_BR)
12160  Romanian (ro)
12161  Russian (ru)
12162
12163
12164 Overview of Changes from GLib 2.18.0 to GLib 2.18.1
12165 ===================================================
12166
12167 * Bugs fixed:
12168  550433 g_test_init doesn't recognize --help
12169  523463 Core dump in gmain.c:2482:IA__g_main_context_check
12170  551228 G_STRFUNC on recent Sun compiler should be expanded...
12171  551410 gtestutils.c: using printf without prototype
12172  551731 g_date_set_time[_t] docs should mention what timezone
12173  548321 <string.h> is not included in gi18n-lib.h
12174  551149 xdgmime mem leak
12175  550647 synchronous pipe I/O when reading mount reply
12176  551887 Docs for g_desktop_app_info_new_from_filename aren't...
12177  551681 g_content_type_guess() too naive with filenames
12178  552352 g_app_info_launch doesn't work if "Path" key...
12179  551408 gmodule.def generated to builddir...
12180  552359 g_file_info_get_icon should return GThemedIcon, and...
12181
12182 * Updated translations:
12183  Arabic (ar)
12184  Bengali India (bn_IN)
12185  British English (en_GB)
12186  Hindi (hi)
12187  Croatian (hr)
12188  Korean (ko)
12189  Oriya (or)
12190  Turkish (tr)
12191  Telugu (te)
12192
12193
12194 Overview of Changes from GLib 2.17.7 to GLib 2.18.0
12195 ===================================================
12196
12197 * The recommended way of using GLib has always been to only include the
12198   toplevel headers glib.h, glib-object.h and gio.h. GLib enforces this by
12199   generating an error when individual headers are directly included.
12200   To help with the transition, the enforcement is not turned on by
12201   default for GLib headers (it is turned on for GObject and GIO).
12202   To turn it on, define the preprocessor symbol G_DISABLE_SINGLE_INCLUDES.
12203
12204 * Win32:
12205   - rework the g_poll() implementation to match poll() semantics more closely
12206
12207 * Bugs fixed:
12208  324234 Using g_io_add_watch_full() to wait for connect() to return...
12209  548278 Async GETs connections are always terminated unexpectedly...
12210  500246 Bug fixes for giowin32
12211  523939 Example program for GValue
12212  550096 GBookmarkFile parser is not forward compatible
12213  550040 Move GString, rand and printf tests to the unit test framework
12214  550104 trivial documentation fix for g_get_home_dir
12215  548988 g_file_replace fails on Windows when the target file exists
12216  550059 Wrong docs for g_emblemed_icon_add_emblem
12217  548800 Missing a g_object_get_type function
12218  550056 Missing documentation for g_emblemed_icon_get_emblems
12219
12220 * Updated translations:
12221  Bulgarian (bg)
12222  Czech (cs)
12223  German (de)
12224  Estonian (et)
12225  Basque (eu)
12226  French (fr)
12227  Hebrew (he)
12228  Hungarian (hu)
12229  Italian (it)
12230  Japanese (ja)
12231  Lithuanian (lt)
12232  Maithili (mai)
12233  Dutch (nl)
12234  Swedish (sv)
12235  Thai (th)
12236  Ukrainian (uk)
12237  Vietnamese (vi)
12238
12239
12240 Overview of Changes from GLib 2.17.6 to GLib 2.17.7
12241 ===================================================
12242
12243 * More fixes for 64-bit Windows
12244
12245 * GIO
12246  - Add a vfs implementation for HTTP and HTTPS URIs on Windows
12247
12248 * Bugs fixed:
12249  546329 API docs for g_utf8_normalize() are incorrect
12250  546876 Modify GMarkup parser to accept &#x1; .. &#x1f;
12251  547200 g_utf8_find_next_char() issues
12252  547637 unconditional #include of sys/statfs.h in configure
12253  547337 G_DISABLE_DEPRECATED breaks tests build
12254  547832 gtk+-2.12.11 fails to build - AC_PROG_MMAP too strict
12255  502498 Test framework assertion failures should follow gcc
12256  546371 Improve docs re g_file_monitor
12257  546483 GThemedIcon:use-default-fallbacks is not readable without...
12258  546132 GFileIcon is bindings-unfriendly
12259  542156 zfs mount in home directory shown on nautilus desktop 
12260  535124 umask 002 not being applied for new directories...
12261  547080 g_file_copy leaks expected errors
12262  546582 Callbacks from GFileMonitor present a GFile...
12263  547262 Missing link in the docs
12264
12265 * Updated translations:
12266  Arabic (ar)
12267  Catalan (ca)
12268  Spanish (es)
12269  Basque (eu)
12270  Finnish (fi)
12271  Galician (gl)
12272  Hebrew (he)
12273  Marathi (mr)
12274  Norwegian bokmål (nb)
12275  Portugese (pt)
12276  Brazilian Portugese (pt_BR)
12277  Swedish (sv)
12278  Thai (th)
12279
12280
12281 Overview of Changes from GLib 2.17.4 to GLib 2.17.6
12282 ===================================================
12283
12284 * Fix problems on 64-bit Windows
12285
12286 * g_markup_context_get_user_data: New function to access
12287   the user_data outside of callbacks
12288
12289 * GIO
12290  - g_mount_guess_content_type_sync: synchronous version of
12291    g_mount_guess_content_type
12292  - GEmblem: A GIcon implementation that adds emblem-related
12293    metadata to icons
12294  - GEmblemedIcon: A GIcon implementation that can add emblems
12295    to icons
12296
12297 * Bugs fixed:
12298  544088 option_test_LDADD is left in tests/Makefile.am
12299  544465 gmarkup makes it hard to use pre-rolled parsers
12300  545485 Implicit declaration of utime()
12301  545798 "Since: 2.18" mark is missing in g_set_error_literal...
12302  544140 fam-helper 64-bit issue
12303  529694 SELinux context setting support
12304  545157 wrong/no list of "open with" applications for .cc...
12305  545203 gfile.c: argument is different type
12306  545457 gdmsetup crashed with SIGSEGV in g_unix_mount_guess...
12307  544177 Fix trivial cut and paste error in documentation
12308  545395 Language tweak for g_value_set_string* docs
12309  541036 Gnumeric crashes when trying to open Desktop...
12310  546079 leak in xdgmime
12311  545395 Language tweak for g_value_set_string* docs
12312  546017 Don't copy attributes when copying a symlink
12313
12314 * Updated translations:
12315  Arabic (ar)
12316  Estonian (et)
12317  Galician (gl)
12318  Italian (it)
12319  Japanese (ja)
12320  Korean (ko)
12321  Norwegian bokmål (nb)
12322  Pashto (ps)
12323  Portugese (pt)
12324
12325
12326 Overview of Changes from GLib 2.17.3 to GLib 2.17.4
12327 ===================================================
12328
12329 * GIO:
12330  - New API to handle content types: g_mount_guess_content_type,
12331    g_content_type_guess_for_tree.
12332  - Export the eject-button signal on the volume monitor class
12333  - New API to enable out-of-process volume monitors: 
12334    g_volume_get_activation_root
12335
12336 * GObject:
12337  - New API to handle signals without slots in the class structure:
12338    g_signal_new_class_handler, g_signal_override_class_handler   
12339
12340 * Internationalization:
12341  - Add an NC_ macro that is a no-op equivalent of C_
12342
12343 * GMarkup:
12344  - Add two new functions g_markup_parse_context_push,
12345    g_markup_parse_context_pop to support "subparsers"
12346
12347 * Bugs fixed:
12348  541208 Functions to easily install and use signals without...
12349  541507 Ambiguous description of assigned characters in the...
12350  543040 async reading on dummy file will crash on GIO_USE_VFS=local
12351  543560 enable gio-FEN back-end warnings on Solaris will crash...
12352  528317 GRegex does not allow recursion limit
12353  337518 GMarkup: Subparser support
12354  541794 drive-eject-button signal
12355  541793 activation root for volumes
12356  467707 test_iconv_state() in tests/convert-test.c fails on AIX 5.3
12357  428048 2 of 51 tests fail on Solaris
12358  542332 small fix for error message in GMarkup
12359  482413 get_contents_stdio -- overflow and memory corruption
12360  406120 g_ascii_strtod
12361  334234 "printf" format error
12362  536996 Missing noop i18n macro equivalent to C_
12363  540616 mem leak in filechooser button
12364  539229 gobject-query calls itself query
12365  521589 [RFC] gobject documentation should mention Vala
12366  543168 Description of G_SLICE=debug-blocks discourages its use
12367  543220 Case collision on gio-extension-points.html
12368  530759 update the gobject tutorial to the XXI century
12369  535223 gbookmark file inefficiency ...
12370  543504 crash in Epiphany Web Browser: Opening local file
12371
12372 * Updated translation:
12373  German (de)
12374  Estonian (et)
12375  Pashto (ps)
12376  Albanian (sq)
12377  Thai (th)
12378  Traditional Chinese (zh_HK)
12379  Traditional Chinese (zh_TW)
12380
12381
12382 Overview of Changes from GLib 2.17.1 to GLib 2.17.3
12383 ===================================================
12384
12385 * PCRE
12386  - fix for CVE-2008-2371 
12387
12388 * Bugs fixed:
12389  538119 glib's mainloop leaks a pipe to sub-processes
12390  537635 Corrections and improvements to g_time_val_{to,from}_iso8601
12391  539067 The document g_io_channel_win32_new_fd() says...
12392  535949 annotate g_strip_context and g_dpgettext with G_GNUC_FORMAT
12393  539123 annotate g_d[n]gettext with G_GNUC_FORMAT
12394  539074 Cannot get exit status with g_spawn_command_line_sync
12395  316221 G_LOCK warns about breaking strict-aliasing rules
12396  539770 migrate gstrfunc unit tests to gtest
12397  539626 Update docstrings for g_object_freeze_notify and g_object_thaw_notify
12398  538044 unconditional use of LC_MESSAGES
12399  540545 Monotonic time and timer offset
12400  535947 want g_set_error_literal
12401  539999 glibconfig.h: add GLIB_USING_SYSTEM_PRINTF 
12402  536252 GFileEnumerator should allow access to the containing GFile
12403  538362 Get Win32 icons back in the file chooser
12404  540802 g_list_prepend doesn't concat lists
12405  540423 unrecoverable error after g_seekable_truncate
12406  538836 make check failure on PPC and ALPHA: pltcheck.sh on g_atomic_pointer_get
12407  539090 g_content_type_from_mime_type() should unalias
12408  540331 g_file_append_to () documentation: can return NULL
12409  534639 add g_desktop_app_info_new_from_keyfile
12410  536733 gio build failure on Irix
12411  536160 Add g_file_monitor()
12412  538127 FileChooser broken on win32
12413  531476 /live-g-file/test_traverse_structure test fails on Mac HFS+
12414  538564 gio should have gio-types.h
12415  540047 glib-genmarshal.c: '#include <io.h>' is too before
12416
12417 Updated translations:
12418  Korean (ko)
12419  Occitan (oc)
12420
12421
12422 Overview of Changes from GLib 2.17.0 to GLib 2.17.1
12423 ===================================================
12424
12425 * New function: g_utime(), a gstdio wrapper for utime()
12426
12427 * New functions: g_dgettext() and g_dngettext(), wrappers
12428   for corresponding gettext functions with added functionaliy
12429
12430 * Support the latest version of the shared-mime spec, including
12431   icons for mime types 
12432
12433 * New function: g_themed_icon_prepend_name()
12434
12435 * Bugs fixed: 
12436  535418 Please document which glib version defines goffset
12437  528715 Misprint in the description of the interface g_type_class_add_private
12438  528714 Misprint in the description of the interface g_param_spec_flags
12439  537260 Doc bug in G_TYPE_INSTANCE_GET_CLASS()
12440  530527 Misprint in the description of the interface 
12441         g_cclosure_marshal_VOID__FLAGS
12442  530526 Misprint in the description of the fields 'class_init' and 
12443         'class_finalize' of the structure GTypeInfo
12444  528719 Improvement to the documentation of the "g_object_connect" interface
12445  528172 gtk_signal_handlers_unblock_* functions return value
12446         amount of matched signals, not amount of actually unblocked
12447  528717 Misprint in the description of the parameter 'type_id' for 
12448         the interface g_type_register_fundamental
12449  528716 Misprint in the description of the parameter 'iface_data' for 
12450         the callback types GInterfaceInitFunc and GInterfaceFinalizeFunc 
12451  537555 GObject instantiation not thread safe
12452  537546 'desktop' shortcut in file chooser looks like a generic folder
12453  537392 Additional colon in xattr name
12454  536641 Filesystem querying in gio does not list AFS and autofs file systems
12455  528600 g_dummy_file_get_parent("scheme://example.com/")
12456  503071 Application direction changes to right to left even if theres no 
12457         translation
12458  502511 g_assert_cmphex prints invalid message
12459  338162 Use po/LINGUAS
12460  314453 Nautilus crashes in Solaris when browsing the attached file
12461  529321 make check fails in glib/pcre
12462  455215 g_get_user_special_dir: no reference about G_USER_DIRECTORY_DOWNLOAD 
12463         fallback to $HOME/Desktop if xdg-user-dirs is not in use
12464  498732 g_key_file_to_data cannot fail
12465  511367 add g_file_make_directory_with_parents
12466  531900 Use __builtin_offsetof for G_STRUCT_OFFSET if building with 
12467         gcc 4.0 or newer
12468  536158 also bump GHashTable version when a node is removed via
12469         g_hash_table_iter_remove()/g_hash_table_iter_steal()
12470  531403 g_utf8_collate broken on Mac
12471  535628 test/patterntest.c still includes gpattern.h directly
12472  535625 alias.h:2648: error: 'utime' undeclared here (not in a function)
12473
12474 * Translation updates:
12475  Arabic (ar)
12476  German (de)
12477  Italian (it)
12478  Norwegian bokmål (nb)
12479  Thai (th)
12480
12481
12482 Overview of Changes from GLib 2.16.x to GLib 2.17.0
12483 ===================================================
12484
12485 * Update to Unicode 5.1
12486
12487 * Update included libcharset to the one shipped with libiconv 0.12
12488
12489 * Update included PCRE to 7.7
12490
12491 * Enforce that only toplevel headers are directly included.
12492   This is turned on by default for GObject and GIO. To turn
12493   it on for GLib, define G_DISABLE_SINGLE_INCLUDES.
12494
12495 * Fix library version of GIO.  GLib 2.16 shipped with libgio-2.0.so.0.0.0
12496
12497 * On Solaris, use FEN for file monitoring in GIO
12498
12499 * Use the GIO_EXTRA_MODULES environment variable to find
12500   additional GIO modules 
12501
12502 * G_GNUC_ALLOC_SIZE: New macro that wraps the gcc alloc_size
12503   function attribute
12504
12505 * g_checksum_reset: New function to reset the state of a GChecksum 
12506
12507 * g_unix_mount_monitor_set_rate_limit: New function to limit the 
12508   rate at which events are reported
12509
12510 * g_file_query_file_type: New utility function to query the type of
12511   a file
12512
12513 * g_memory_output_stream_get_data_size: New function to obtain the
12514   size of the written data.
12515
12516 * Bugs fixed:
12517  522292 Gives warnings in glib/gutils.h with GCC in C99 mode
12518  523298 win_iconv can't convert from UTF-8 to GB18030 (or vice versa)
12519  518160 replace two g_strdup_printf calls in GBookmarkFile
12520  523877 gbookmarkfile: avoid using g_string_append_printf() and
12521         other optimizations 
12522  525192 100% CPU if run main loop with no IO sources
12523  315437 extern inline -> static inline
12524  524314 g_convert() on Win32 implicitly converts full width
12525         alphanumerics into half width
12526  525732 Error in documentation for g_list_first
12527  525674 A typo in gmarkup.c
12528  448943 g_timeout_add_seconds() problems
12529  525972 UCS-4 not in the new win_iconv implementation
12530  526619 make test-report crash
12531  491554 Update to Unicode 5.1.0
12532  519137 g_slice_dup macro needs cast for 64-bit platform
12533  528752 Win32 build and SSL not working
12534  530457 G_USER_DIRECTORY_DOWNLOAD folder improperly mapped
12535  528667 Typos in testing module documentation
12536  459905 Bug in wcwidth data
12537  534085 g_unichar_iswide_cjk() has a totally wrong table
12538  501651 Update glib/libcharset
12539  519026 G_STMT_START/G_STMT_END test a non-existent preprocessor symbol
12540  534319 GLib's .pc files could use Libs.private
12541  534137 Typo in g_spawn_async_with_pipes doc
12542  517419 gio win32 directory monitor
12543  526796 Wrong order of arguments in g_file_copy's fallback
12544  530196 _g_local_file_has_trash_dir() doesn't handle st_dev == 0
12545  532965 Should not return filesystem::free for certain file systems
12546  525553 fix typo and nitpicking in GArray documentation
12547  526572 Missing * in declaration of parent_class in Object
12548         Destruction section of GObject Reference Manual
12549  528648 Extra >s in Object Construction section
12550  535021 g_param_spec_internal documentation should
12551         describe purpose of nick and blurb
12552  521513 Firefox crash when using file picker
12553  528433 gdesktopappinfo snafu ...
12554  533369 API g_file_info_get_attribute_string () unables to get "...
12555  521045 glib f_fstypename miscellany
12556  521672 compile error
12557  521946 control rate limit on GUnixMountMonitor
12558  522335 Fails to build: glib/gtester.c:276: error: 'ARG_MAX' unde...
12559  523015 Implement sliding window based upload operation
12560  523019 Use new GCC 4 feature
12561  523338 list nfs4 as a nfs mount type
12562  524350 Make glib build without NLS again
12563  524579 g_file_copy reports wrong total on progress callback for ...
12564  524742 A typo in gtestutils.c.
12565  524950 Minor documentation typos.
12566  525866 the user directory should not be considered as a mount to...
12567  526320 should not list mounts that the user doesn't have permiss...
12568  527132 nautilus crash when making ftp connection
12569  532852 CRITICAL **: totem_pl_parser_parse_with_base: assertion `...
12570  534759 Build failure in gio
12571  534764 Typo in error produced by g_file_make_directory
12572  521851 Redudant tests in gunixmounts.c
12573  524344 glib/gthread.h still use G_GNUC_PRETTY_FUNCTION
12574  525060 glib fails to build with -DG_DISABLE_ASSERT in CPPFLAGS o...
12575  534177 Invalid description of the interface g_cclosure_marshal_S...
12576  520715 Add GFile method g_file_query_file_type
12577  523039 nautilus can't access to trash/computer/network if gvfs i...
12578  
12579 * Updated translations:
12580  Arabic (ar)
12581  Bulgarian (bg)
12582  Catalan (ca) 
12583  Czech (cs)
12584  Greek (el)
12585  Candian English (en_CA)
12586  British English (en_GB)
12587  Spanish (es)
12588  Estonian (et)
12589  Basque (eu)
12590  Galician (gl)
12591  Hebrew (he)
12592  Hungarian (hu)
12593  Japanese (ja)
12594  Lithuanian (lt)
12595  Norwegian bokmål (nb)
12596  Dutch (nl)
12597  Occitan (oc)
12598  Portugese (pt)
12599  Russian (ru)
12600  Slovak (sk)
12601  Albanian (sq)
12602  Swedish (sv)
12603  Turkish (tr)
12604  Vietnamese (vi)
12605
12606
12607 Overview of Changes from GLib 2.16.0 to GLib 2.16.1
12608 ===================================================
12609
12610 * Fix a crash in g_themed_icon_new
12611
12612 * Update the included PCRE to 7.6
12613
12614
12615 Overview of Changes from GLib 2.15.6 to GLib 2.16.0
12616 ===================================================
12617
12618 * GLib now includes GIO, which adds optional dependencies against libattr
12619   and libselinux for extended attribute and SELinux support. Use
12620   --disable-xattr and --disable-selinux to build without these.
12621
12622 * Fix the definition of G_INLINE_FUNC to work with gcc 4.3.0
12623
12624 * GIO:
12625  - Add missing GMountMountFlags argument to g_unix_volume_mount
12626  - Fix the adopt_orphan_mount vfunc to take a volume monitor 
12627    reference
12628  - Add properties to GThemedIcon for bindings sake
12629
12630 * Bugs fixed:
12631  520484 gvfsd-trash crashed with SIGSEGV in g_path_is_absolute()
12632  510855 g_checksum_update(): Take -1 for length.
12633  517676 g_themed_icon_new*() do more than call g_object_new().
12634  518816 should handle rmdir returning EEXIST correctly
12635  519352 g_[s]list_delete_link() docs
12636  519489 Fixes for sparse warnings in gio
12637  520169 add monitor argument to vfunc for GVolumeMonitor
12638  520700 Add type check in g_file_query_exists
12639  521145 FILE_READ_ONLY_VOLUME not present on Mingw32
12640  518720 No MIME type for empty files
12641  521013 in documentation, goffset doesn't say "Since 2.x"
12642  521028 Missleading error messages from g_io_channel_set_encoding()
12643  517484 GMainLoop could set the thread "Alertable" for APCs to be... 
12644
12645 * Updated translations:
12646  Assamese (as)
12647  Bengali India (bn_IN)
12648  Czech (cs)
12649  German (de)
12650  Spanish (es)
12651  Estonian (et)
12652  Finnish (fi)
12653  French (fr)
12654  Gujarati (gu)
12655  Italian (it)
12656  Lithuanian (lt)
12657  Malayalam (ml)
12658  Marathi (mr)
12659  Norwegian bokmål (nb)
12660  Romanian (ro)
12661  Russian (ru)
12662  Slovak (sk)
12663  Ukrainian (uk)
12664
12665  
12666 Overview of Changes from GLib 2.15.5 to GLib 2.15.6
12667 ===================================================
12668
12669 * GIO:
12670  - New file attributes: trash::item-count, filesystem::use-preview
12671  - Rename g_file_contains_file to g_file_has_prefix
12672  - g_file_query_filesystem_info grew async variants
12673  - g_themed_icon_append_name: new convenience function
12674  - g_content_type_get_icon is implemented now
12675  - Only show mounts in /media and ~
12676  - g_file_contains_file has been renamed to g_file_has_prefix
12677
12678 * Win32:
12679  - g_win32_get_package_installation_directory_of_module: new function
12680    which supersedes g_win32_get_package_installation_directory
12681  - Use alertable wait functions so that I/O completion routines or 
12682    user-mode Asynchronous Procedure Calls can be run
12683  - Fix race conditions in g_spawn implementation on win32
12684
12685 * Other:
12686  - g_uri_get_scheme has been renamed go g_uri_parse_scheme
12687
12688 * Updated translations:
12689  Arabic (ar)
12690  Belarusian Latin (be@latin)
12691  Catalan (ca) 
12692  British English (en_GB)
12693  Finnish (fi)
12694  Galician (gl)
12695  Hebrew (he)
12696  Italian (it)
12697  Kannada (kn)
12698  Norwegian bokmål (nb)
12699  Dutch (nl)
12700  Brazilian Portugese (pt_BR)
12701  Vietnamese (vi)
12702
12703
12704 Overview of Changes from GLib 2.15.4 to GLib 2.15.5
12705 ===================================================
12706
12707 * Update the included PCRE to 7.6
12708
12709 * GIO:
12710  - g_volume_should_automount: new function to determine if a volume
12711    should be mounted automatically
12712  - g_file_query_default_handler: new convenience function to get
12713    the default handler for a file
12714  - g_app_info_launch_default_for_uri new convenience function to
12715    launch the default handler for a URI
12716  - Use mimeapps.list and defaults.list as discussed on xdg list
12717    recently
12718  - g_app_info_get_default_for_uri_scheme has a real implementation
12719    now (gvfs provides a GConf-based implementation)
12720  - There is the beginning of a test suite
12721  - standard::description:  new file attribute
12722  - GMountMountFlags flags argument added to mount calls
12723
12724 * GObject:
12725  - class initialization is now threadsafe
12726
12727 * Updated translations:
12728   Arabic (ar)
12729   Catalan (ca)
12730   Spanish (es)
12731   Basque (eu)
12732   Italian (it)
12733   Japanese (ja)
12734   Kannada (kn)
12735   Korean (ko)
12736   Macedonian (mk)
12737   Occitan (oc)
12738   Portugese (pt)
12739   Brazilian Portugese (pt_BR)
12740   Swedish (sv)
12741   Thai (th)
12742
12743
12744 Overview of Changes from GLib 2.15.3 to GLib 2.15.4
12745 ===================================================
12746
12747 * G_GNUC_PRETTY_FUNCTION has been deprecated
12748
12749 * GIO:
12750  - g_file_copy has an async variant now
12751  - Drives and volumes now have API to get identifiers
12752    like Hal UDIs or UUIDs.
12753  - There is now a registration API to let modules register
12754    extensions they provide, such as volume monitor implementations
12755
12756 * Bugs fixed:
12757   511807 g_time_val_to_iso8601() uses MT-unsafe gmtime() function
12758   316260 [patch] Doc patches for gnode (2.8.1)
12759   385132 solaris gettext support fix
12760   484261 ./configure check for system PCRE unicode support fails w...
12761   510292 GOption main help not shown
12762   511580 Implement g_file_copy_async
12763   511654 Compile errors due to C99 constructs
12764   487909 g_utf8_strreverse and combining marks
12765   512381 unused variable 'is_main_group' 
12766
12767 * Updated translations:
12768   Arabic (ar)
12769   Belarusian (be)
12770   Czech (cz)
12771   Spanish (es)
12772   French (fr)
12773   Galician (gl)
12774   Portugese (pt)
12775   Russian (ru)
12776   Swedish (sv)
12777   Thai (th)
12778
12779
12780 Overview of Changes from GLib 2.15.2 to GLib 2.15.3
12781 ===================================================
12782
12783 * GChecksum:
12784  - g_checksum_update can accept nul-terminated strings
12785  - The MD5 implementation works correctly on buffers 
12786    that are longer than 64 bytes
12787
12788 * GIO:
12789  - Don't include a copy of the inotify headers, rely on system headers
12790  - g_file_find_enclosing_mount has an async variant now
12791  - Reduntant seek API on file streams has been removed
12792
12793 * Bugs fixed:
12794   508602 gmemory{in|out}putstream.c: unknown pointer size
12795   508771 There is no g_file_test/exists() for GFile
12796   508773 g_uri_escape_string() documentation unclear.
12797   509465 AM_PATH_GLIB_2_0 doesn't support gio
12798   509626 async functions: Document allowed NULL callback?
12799   509990 GSeekable documentation unclear
12800   510448 No inotify support on ARM or SH5
12801   510855 g_checksum_update(): Take -1 for length. 
12802
12803 * Updated translations:
12804   Basque (eu)
12805   Marathi (mr)
12806   Swedish (sv)
12807   Ukrainian (uk)
12808
12809
12810 Overview of Changes from GLib 2.15.1 to GLib 2.15.2
12811 ===================================================
12812
12813 * GIO:
12814  - Mount operation API change: unhandled methods get reported via 
12815    the reply, rather than by the signal emission return value
12816  - File monitor API change: Add a GError argument to g_file_monitor_file
12817  - g_unix_mount_guess_should_display(): new function
12818
12819 * Bugs fixed:
12820   508224 [PATCH] FAM backend crashes due to double free
12821   508074 GAsyncResult documentation suggests g_freeing it.
12822   508108 GFile documentation slightly unclear.
12823   508309 rpc_pipefs mount points should be hidden
12824   508378 GFileInfo documentation implies that it changes attribute...
12825   508719 g_file_get_relative_path fails if parent is root
12826   508773 g_uri_escape_string() documentation unclear.
12827
12828 * Updated translations:
12829   Arabic (ar)
12830   Spanish (es)
12831   Hebrew (he)
12832   Italian (it)
12833   Korean (ko)
12834   Turkish (tr)
12835
12836
12837 Overview of Changes from GLib 2.15.0 to GLib 2.15.1
12838 ===================================================
12839
12840  * Portability fixes:
12841  - Assertion functions are marked as noreturn again
12842  - Handling of inline functions has been fixed to work with gcc 4.3
12843  - C99 comments have been removed from headers
12844  - The nonportable sed -i option is no longer used
12845
12846  * GIO:
12847   - Clarified the semantics of g_app_info_get_all()
12848   - API for memory input and output streams has been changed a bit
12849   - GDirectoryMonitor has been removed; GFileMonitor can monitor
12850     files and directories now
12851
12852  * Bugs fixed:
12853    504829 Invalid environment passed to g_spawn_async in g_desktop_...
12854    505258 crash in Users and Groups: Adding a user
12855    505815 g_content_types_get_registered should not g_free keys
12856    491218 g_timer_new() doesn't initialize timer->end
12857    315437 extern inline -> static inline
12858    476856 Inconsistency between standard and implementation of the ...
12859    480122 g_module_open fails to open modules with ".la" extension
12860    495589 gspawn.c failing to set FD_CLOEXEC
12861    500273 doesn't build with --disable-visibility
12862    504142 Do not show empty groups in --help output
12863    504879 giofam incorrectly linked
12864    505042 add file attribute for actually used file size in bytes
12865    505058 xattr namespace docs
12866    505674 Misprint in the definition of the macro G_CCLOSURE_SWAP_DATA
12867    505730 Fails to build on OSX 10.4: _NSGetEnviron not declared
12868    505887 older darwin lacks lchown
12869    506374 gmemoryinputstream api
12870    506461 Conversion of g_assert_not_reached() and friends into fun...
12871    503051 Small bug in glib interface
12872    506395 Updates to GIO documentation
12873    507628 Missing .pc entry for gio linking against glib
12874    505195 [patch] typo in g_try_new0 docs 
12875    507822 g{file,directory}monitor changes signal problem
12876    506377 gmemoryoutputstream write implementation
12877    507835 bug in gunixinputstream 
12878
12879  * Updated translations:
12880    Arabic (ar)
12881    Belarusian Latin (be@latin)
12882    Spanish (es)
12883    Basque (eu)
12884    Irish (ga)
12885    Hebrew (he)
12886    Occitan (oc)
12887    Vietnamese (vi)
12888
12889
12890 Overview of Changes from GLib 2.14.x to GLib 2.15.0
12891 ===================================================
12892
12893 Major new features:
12894
12895  * GIO: a VFS API, designed to replace GnomeVFS. The GIO implementation 
12896    in GLib has support for local filesystems. The new, separate gvfs 
12897    module contains various backend implementations (cifs, ftp, sftp,
12898    http, ...)
12899
12900  * GChecksum: provides various hash algorithms, such as MD5, SHA-1
12901    and SHA-256
12902  
12903  * GTest: a test framework 
12904  
12905 Smaller additions:
12906
12907  * GHash:
12908  - GHash has iterators, as an alternative to g_hash_table_foreach
12909
12910  * GMarkup: 
12911  - g_markup_parse_context_get_element_stack: New function to
12912    get the stack of open elements
12913  - G_MARKUP_PREFIX_ERROR_POSITION: New flag to improve error
12914    reporting
12915  - g_markup_collect_attributes: Convenience function for handling
12916    attributes
12917
12918 * GKeyFile: 
12919  - Functions that take a GError now return a boolean to indicate 
12920    success, instead of void
12921  - Various performance improvements
12922
12923 * GAsyncQueue:
12924  - g_async_queue_new_full: new function that allows to specify
12925    a free function for leftover elements
12926  
12927 * GError:
12928  - g_prefix_error and g_propagate_prefixed_error: New functions
12929    to ease error propagation
12930
12931 * Internationalization:
12932  - C_: A new 2-argument variant of the Q_() macro 
12933  - Use native character set conversion API on Windows
12934
12935 * GLib builds with automake 1.10
12936
12937 * Bugs fixed:
12938  455725 specific combination of g_utf8_strlen and g_pattern_match...
12939  467537 g_convert_with_iconv() not resetting iconv() state correc...
12940  497033 Commandline option parser should warn about missing optio...
12941  504527 gchecksum: Conditional jump or move depends on uninitiali...
12942  445362 Non-numeric local labels in gatomic.c are causing linker ...
12943  482313 gregex: no way to tell why compilation failed
12944  317775 main loops continues to run after g_main_loop_quit() has ...
12945  418778 Insufficient pkg-config version requirement
12946  436293 g_option_context_new() doc should mention that the string...
12947  466557 glib-mkenums shifts ARGV[0] to undefined
12948  468882 GKeyFile doesn't accept "True" as a true boolean value
12949  469551 application --help messages are garbaged on none UTF-8 lo...
12950  479724 Memory leak upon calling "g_main_loop_run" in the seconda...
12951  490061 outptrs uninitialized after g_parse_long_long
12952  490637 gobject documentation patch
12953  495294 glib-genmarshal prints warnings but returns 0
12954  496046 option to prefix location of errors for GMarkup
12955  498113 tests/regex-test fails on 64bit environment
12956  500506 Fails to build on OSX 10.4
12957  500638 gkeyfile speedup ...
12958  500875 Make check fails as there is no "test" target for "build"...
12959  502511 g_assert_cmphex prints invalid message
12960  502927 g_array_index triggers cast aligment warning
12961  503029 g_time_val_from_iso8601 parse non-ISO8601 dates
12962  503222 Need context to translate
12963  503420 gkeyfile leaks a hash table
12964  503470 Fix build when builddir != srcdir
12965  504227 Inverse variant for g_test_trap_assert_stdout, g_test_tra...
12966  71704  file include order
12967  491957 Misprint in the specification of the interface "g_main_co...
12968  491959 Misprint in description of the structure "GThreadPool"
12969  491965 Mistype in the specification of the function "g_hook_list...
12970  491966 Misprint in the specification of the interface "g_main_co...
12971  491968 The documentation does not mention the restriction for th...
12972  491970 The documentation for the interface "g_date_clamp" is inc...
12973  491974 The documentation of the interface "g_main_context_iterat...
12974  491975 The documentation for the interfaces "g_io_channel_read_u...
12975  491979 Misprint in the description of the interfaces g_key_file_...
12976  491982 Misprint in the description of the interface "g_key_file_...
12977  501107 EXTRA_DIST automake warnings
12978  501997 g_utf8_normalize() returns NULL on invalid string
12979  502590 C_/g_dpgettext efficiency
12980  464259 g_set_application_name() docs should say "Since 2.2"
12981  496518 gbase64.c API doc clarification
12982  498728 g_key_file_get_*_list should set length to 0 when returni...
12983  500361 Improve docs for g_array_free() and g_ptr_array_free()
12984  501853 g_checksum_get_digest docs
12985  503862 Allow NULL strings in g_parse_debug_string()
12986  142676 Q_
12987  367550 Add g_async_queue_new_full() with GDestroyNotify function
12988  375651 Minor enhancements to GKeyFile API
12989  443648 MD5 digest support
12990  449937 Upgrade auto* sources to be clean under automake1.9
12991  452887 gmarkup context "get element" function is useless when ca...
12992  491549 [PATCH] Eliminate libiconv dependency on Windows
12993  500507 GHashTableIter API 
12994
12995 * Translation updates
12996  Belarusian Latin (be@latin)
12997  Czech (cs)
12998  German (de)
12999  Spanish (es)
13000  Esperanto (et)
13001  French (fr)
13002  Korean (ko)
13003  Marathi (mr)
13004  Norwegian bokmål (nb)
13005  Brazilian Portugese (pt_BR)
13006  Slovenian (sl)
13007  Swedish (sv)
13008
13009
13010 Overview of Changes from GLib 2.14.2 to GLib 2.14.3
13011 ===================================================
13012
13013 * Update PCRE to 7.4
13014
13015 * Bugs fixed:
13016  487491 Fix some warnings from sparse
13017  488068 Small (one-time) memory leak in glib_gettext initialization
13018  493688 TYPE macro "_get_type ()" is documented wrong
13019
13020 * Updated translations:
13021  Arabic (ar)
13022  Belarusian Latin (be@latin)
13023  Estonian (et)
13024  Irish (ga)
13025  Slovenian (sl)
13026
13027  
13028 Overview of Changes from GLib 2.14.1 to GLib 2.14.2
13029 ===================================================
13030
13031 * Bugs fixed:
13032  476849 Invocation of the interface "g_hook_free" fails in certai...
13033  359165 marshallers can throw warnings with -Wunused
13034  477957 more discussion on g_value_set_object vs. g_value_take_ob...
13035  478459 G_DEFINE_DYNAMIC_TYPE_EXTENDED doesn't work with G_IMPLEM...
13036  483337 inline is disabled for MSVC when compiling C code
13037  478349 Broken link to gettext website
13038  469231 g_spawn optimization for setting all open fds to CLOEXEC 
13039
13040 * Updated translations:
13041 Arabic (ar)
13042 Galician (gl)
13043 Hebrew (he)
13044 Korean (ko)
13045
13046
13047 Overview of Changes from GLib 2.14.0 to GLib 2.14.1
13048 ===================================================
13049
13050 * Bugs fixed:
13051  476840 Invocation of the interface "g_utf8_strreverse" crashes f...
13052  444765 Fix FIXME in gregex.c when new pcre is out
13053  464145 g_markup_escape_text Produces Invalid XML
13054  465625 g_type_default_interface_ref() does not ensure working g_...
13055  466768 Clearify that comments can be put anywhere in a Key-file.
13056  474229 The GError documentation should give convention for the G...
13057  474899 G_BREAKPOINT() docs inaccurate
13058  475854 Overuse of -lpcre when using system pcre
13059  473879 Incorrect includes in gregex.c
13060  468694 Typoes in documentation
13061  469051 g_snprintf () talks about characters where it probably me...
13062  457601 Missing arch specific atomic implementation
13063  475923 Missing pcre flags when static-linking against glib
13064  475619 glibthread-2.0.la does not list -lpthread
13065
13066 * Updated translations:
13067  Bulgarian (bg)
13068  Catalan (ca)
13069  Danish (da)
13070  German (de)
13071  Canadian English (en_CA)
13072  British English (en_GB)
13073  Spanish (es)
13074  Estonian (et)
13075  Finnish (fi)
13076  French (fr)
13077  Gujarati (gu)
13078  Hungarian (hu)
13079  Italian (it)
13080  Georgian (ka)
13081  Kannada (kn)
13082  Lithuanian (lt)
13083  Makedonian (mk)
13084  Norwegian (nb)
13085  Dutch (nl)
13086  Polish (pl)
13087  Portugese (pt)
13088  Brazilian Portugese (pt_BR)
13089  Romanian (ro)
13090  Russian (ru)
13091  Albanian (sq)
13092  Serbian (sr, sr@Latn)
13093  Swedish (sv)
13094  Tamil (ta)
13095  Thai (th)
13096  Ukrainian (uk)
13097  Vietnamese (vi)
13098
13099
13100 Overview of Changes from GLib 2.13.7 to GLib 2.14.0
13101 ===================================================
13102
13103 * Last-minute API additions:
13104  - Make g_unichar_combining_class public
13105  - Add goffset type, add G_MAXSSIZE and G_MINSSIZE
13106
13107 * Update PCRE to 7.2
13108
13109 * Bugs fixed:
13110  453998 Make _g_unichar_combining_class() public
13111  462549 gregex.c: variable is declared at middle of block
13112  417068 g_file_test doc inconsistency
13113
13114 * Updated translations:
13115  Assamese (as)
13116  Basque (eu)
13117  Kannada (kn)
13118  Malayalam (ml)
13119  Dutch (nl)
13120  Polish (pl)
13121  Brazilian Portugese (pt_BR)
13122  Turkish (tr)
13123
13124
13125 Overview of Changes from GLib 2.13.6 to GLib 2.13.7
13126 ===================================================
13127
13128 * The memory corruption warning from the slice allocator that
13129   occurred when threads were initialized after the slice allocator
13130   has been removed, as the slice allocator now works fine
13131   in this scenario.
13132
13133 * New functions g_once_init_enter() and g_once_init_leave() make
13134   it easier to write threadsafe one-time initialization functions 
13135  
13136 * Bugs fixed:
13137  454473 Simple XML Subset Parser terminates on invalid XML
13138  445813 g_module_open error, add file name
13139  453796 errno gets clobbered by g_filename_display_name
13140  341988 don't use "-c" with msgfmt in Makefile.in.in
13141  447048 Please produce slightly more output during long tests
13142  454785 GModule documentation lists same block of code twice.
13143  454786 GModule documentation lists same paragraph twice.
13144  383155 small docs quirks in gobject/closure API documentation
13145  65041  _get_type() functions aren't thread safe
13146
13147 * Updated translations
13148  Assamese (as)
13149  Spanish (es)
13150  Gujarati (gu)
13151  Japanese (ja)
13152  Korean (ko)
13153  Macedonian (mk)
13154
13155
13156 Overview of Changes from GLib 2.13.5 to GLib 2.13.6
13157 ===================================================
13158
13159 * Reintroduce a GType typedef whose removal in 2.13.5
13160   caused trouble for C++ bindings
13161
13162 * Bugs fixed:
13163  450216 docs not explicit enough about g_free()
13164  451459 g_type_register_static_simple calls g_type_register_static
13165
13166 * Updated translations
13167  Norwegian bokmål (nb)
13168  Sinhala (si)
13169
13170
13171 Overview of Changes from GLib 2.13.4 to GLib 2.13.5
13172 ===================================================
13173
13174 * xdg-user-dirs support: 
13175  - the Desktop directory is guaranteed to be defined
13176  - user-dirs.dirs is no longer reloaded on changes
13177
13178 * Slice allocator: 
13179  - new api to duplicate slices
13180
13181 * Regular expression support:
13182  - GRegex is a boxed type now
13183
13184 * Bugs fixed:
13185  44793 make check failing in trunk
13186  354522 Small problem with PLT hiding 6 symbols
13187  363986 glib 2.12.4 does not compile with SGI IDO cc
13188  443869 g_type_class_add_private doesn't warn when adding 0-sized...
13189  446859 Legitimately return 0 for g_quark_from_string(NULL)
13190  447534 Small typo in g_timeout_add_seconds() doc
13191  447583 GStaticRWLock
13192  447935 g_get_current_dir SIGSEGV on long path
13193  448260 CLAMP has surprising result if low > high
13194  57693  g_string_vprintf()
13195  442029 add g_slice_dup()
13196  445065 Add GRegex boxed type
13197  448819 Add full version of g_timeout_add_seconds()
13198
13199 * Updated translations: 
13200  Swedish (sv)
13201  Oriya (or)
13202  Hebrew (he)
13203  Spanish (es)
13204  Estonian (et)
13205
13206  
13207 Overview of Changes from GLib 2.13.3 to GLib 2.13.4
13208 ===================================================
13209
13210 * Bugs fixed:
13211  444121 g_get_user_special_dir deadlocks
13212  444161 invalid UTF8 in key name shows up as valgrind error in g_...
13213  444130 g_option_context_get_help() is broken when there's a desc...
13214
13215
13216 Overview of Changes from GLib 2.13.2 to GLib 2.13.3
13217 ===================================================
13218
13219 * GKeyFile:
13220  - Added defines for easier handling of desktop files
13221
13222 * Unicode support:
13223  - Update g_unichar_iswide_cjk for Unicode 5.0
13224
13225 * Regular expression support:
13226  - GRegex structs can now be ref-counted
13227  - Some new functions for dealing with incremental 
13228    replacement have been added
13229  - The GRegexEvalCallback signature has been changed
13230
13231 * g_get_user_special_dir() has been added to support
13232   xdg-user-dirs
13233
13234 * Bugs fixed:
13235  419376 Functions using named subpatterns behave inconsistently w...
13236  434358 g_regex_fetch_named() and g_regex_fetch_named_pos() are b...
13237  423708 typo in the README.win32 file see patch below
13238  339225 Add new defines for easier handling of .desktop files 
13239  442265 API additions/changes for GRegex
13240  432651 Add a glib-ish xdg_user_dir_lookup
13241
13242 * Updated translations:
13243  Estonian (et)
13244  Norwegian bokmål (nb)
13245
13246
13247 Overview of Changes from GLib 2.13.1 to GLib 2.13.2
13248 ===================================================
13249
13250 * Unicode support:
13251  - Add g_unichar_ismark()
13252
13253 * GOption:
13254  - Allow to use callbacks for remaining args
13255
13256 * Updated translations:
13257   Belarusian Latin (be@latin)
13258   British English (en_GB)
13259   Galician (gl)
13260   Norwegian bokmål (nb)
13261   Oriya (or)
13262   Spanish (es)
13263   Thai (th)
13264
13265
13266 Overview of Changes from GLib 2.13.0 to GLib 2.13.1
13267 ===================================================
13268
13269 * GRegex:
13270  - Portability fixes
13271  - Split into immutable GRegex and GMatchInfo
13272  - Add g_regex_get_max_backref() and g_regex_get_capture_count()
13273    to obtain information about the compiled regex
13274
13275 * GKeyFile:
13276  - Fix roundtrip problems
13277  - Add g_key_file_load_from_dirs()
13278
13279 * Unicode support:
13280  - Fix corner cases in case conversion routines
13281
13282 * GOption:
13283   - Add a function to get the formatted help string
13284
13285 * GHash:
13286  - Add new functions g_hash_table_get_keys() and
13287    g_hash_table_get_values() to retrieve the keys and
13288    values in list form
13289
13290 * Updated transations:
13291   Simplified Chinese (zh_CN)
13292   Arabic (ar)
13293
13294
13295 Overview of Changes from GLib 2.12 to GLib 2.13.0
13296 =================================================
13297
13298 * Add GSequence, a list that is implemented using
13299   a balanced binary tree.
13300
13301 * Add GRegex, an implementation of Perl regular expressions,
13302   based on PCRE.
13303  
13304 * Use Posix monotonic clocks instead of gettimeofday()
13305   for GTimer when available.
13306
13307 * Support static initialization of GQeues with G_QUEUE_INIT,
13308   g_queue_init() and g_queue_clear().
13309
13310 * Add g_string_chunk_clear() for clearing a 
13311   GStringChunk.
13312
13313 * Add g_unichar_get_script() to obtain Unicode
13314   script information.
13315
13316 * Add g_unichar_iszerowidth() to obtain information
13317   about zero-width characters.
13318
13319 * Add G_GNUC_MAY_ALIAS which wraps the gcc may_alias 
13320   type attribute.
13321
13322 * G_GNUC_INTERNAL has a working definition for the
13323   Sun Studio compiler. This requires the macro to
13324   be positioned before the function declaration.
13325
13326 * The slice allocator can produce detailed debugging
13327   information with G_SLICE=debug-blocks.
13328
13329 * Modules support G_DEBUG flags resident-modules and
13330   bind-now-modules.
13331
13332 * Add G_DEFINE_DYNAMIC_TYPE() to make it easier
13333   to define types in modules.
13334
13335 * Bug fixes: too many to list them in detail here.
13336
13337 * New and updated translations (be,bg,bn,ca,cs,de,
13338   en_CA,en_GB,et,fa,fr,he,hu,it,ja,ku,lt,mg,mk,ml,
13339   nb,ne,nn,pt,pt_BR,ro,sr,sr@Latn,sv,ta,uk,vi,zh_CN,
13340   zh_HK,zh_TW)
13341
13342
13343 Overview of Changes from GLib 2.12.1 to GLib 2.12.2
13344 ===================================================
13345
13346 * Unicode updates:
13347  - Normalization is following Unicode TR #29
13348  - g_unichar_isxdigit() only accept characters
13349    for which g_unichar_xdigit_value() returns a value
13350  - g_unichar_toupper and g_unichar_tolower leave
13351    unconvertable characters in place instead of
13352    replacing them by NUL
13353
13354 * Bugs fixed
13355  348491 g_utf8_strup() and g_utf8_strdown() returns 
13356         string with NUL bytes
13357  349825 GKeyFile always inserts a newline before a group
13358  347842 g_unichar_isxdigit() is too general about what 
13359         it considers a digit
13360  348694 g_utf8_normalize() hasn't been updated to PR #29
13361  348785 Hint about G_DEBUG in Message Logging docs
13362  349792 Wrong english string (UI)
13363  349952 gparamspecs.c uses gcc feature
13364
13365 * Translation updates (ca,cs,de,dz,es,eu,fi,gu,ko,
13366   nl,pl,tr,uk,zh_HK,zh_TW)
13367
13368
13369 Overview of Changes from GLib 2.12.0 to GLib 2.12.1
13370 ===================================================
13371
13372 * Update to final Unicode Character Database 5.0.0
13373
13374 * Bugs fixed:
13375  346660 issues with base64 api documentation / g_base64_decode_cl...
13376  348136 Coverity reports allocation of wrong size CID #2839
13377  336281 Update to UCD 5.0
13378  346197 g_date_strftime %F option doesnt work for win32
13379  348011 Small optimization to real_toupper()
13380  246494 prototype mismatch in glib/gconvert.c
13381
13382 * New and updated translations (bg,bn_IN,ca,dz,eu,fi,
13383   fr,he,it,ja,mk,or,pt)
13384
13385
13386 Overview of Changes from GLib 2.11.4 to GLib 2.12
13387 =================================================
13388
13389 * Bugs fixed:
13390  344905 leap-year bug in g_time_val_from_iso8601 w/o HAVE_TIMEGM
13391
13392 * Updated translations (cy,nb,nl)
13393
13394
13395 Overview of Changes from GLib 2.11.3 to GLib 2.11.4
13396 ===================================================
13397
13398 * GBookmarkFile:
13399  - g_bookmark_file_remove_item returns a boolean
13400  
13401 * g_mkstemp accepts the XXXXXX in the middle of
13402   the template
13403  
13404 * Bugs fixed:
13405  344868 g_key_file_to_data should separate groups 
13406
13407 * Updated translations (de,es,fr,gu,hi,ko,th)
13408
13409
13410 Overview of Changes from GLib 2.11.2 to GLib 2.11.3
13411 ===================================================
13412
13413 * GBookmarkFile:
13414   - g_bookmark_file_move_item: Return TRUE in case of
13415     an empty target
13416
13417 * Bugs fixed: 
13418  343919 gunicollate.c: strxfrm bug on VC8
13419
13420 * Updated translations (fi)
13421
13422 Overview of Changes from GLib 2.11.1 to GLib 2.11.2
13423 ===================================================
13424
13425 * Add g_ascii_stroll to parse signed 64bit integers
13426
13427 * GMarkup: add a flag to treat CDATA as text
13428
13429 * GHashTable: add functions to remove all entries
13430
13431 * GMainLoop: add functions to find the currently
13432   running source, and determine if it is destroyed
13433
13434 * Bug fixes:
13435  342563  g_atomic_thread_init() needs to be called before 
13436          other _g_*_thread_init() functions
13437  343548  Potential use after free in callers of g_string_free() 
13438  168538  Wish: Clearing contents of GHashTables
13439  321886  GTK+ cannot be reliably used in multi-threaded 
13440          applications
13441  341826  goption.c: 'strtoll' is C99's function
13442  343899  g_ascii_formatd dosn't work as expected for all 
13443          format strings
13444  317793  Make GEnumValue strings const
13445  337129  Compile warnings in G_IMPLEMENT_INTERFACE
13446  303622  What is G_TYPE_CHAR?
13447
13448 * Updated translations (bg,dz,eu,gl,ja,ko,nl,th,vi)
13449  
13450
13451 Overview of Changes from GLib 2.11.0 to GLib 2.11.1
13452 ===================================================
13453
13454 * GOption  
13455   - Support 64-bit integers 
13456   - Allow optional text before and after the options
13457     in help output
13458
13459 * Bug fixes:
13460  340538 gbase64-test writes OOB 
13461  340816 GKeyFile set_string_list invalid memory reads 
13462  339105 g_key_file_parse_value_as_double
13463  340434 convert-test.c fails (function test_one_half)
13464  311043 Memory leaks (and potential infinite loops) 
13465         when using G_ERRORCHECK_MUTEXES
13466  335198 Error checking mutexes are fubar  
13467  341237 Add a G_OPTION_ARG_INT64
13468  341192 g_io_channel_set_flags not implemented on win32
13469  336120 Allow adding description before/after GOption 
13470         --help output body
13471  341191 misplaced check in g_relation_delete
13472  340530 mismatched calloc / g_free in win32 threads
13473
13474 * Updated translation (es)
13475
13476 Overview of Changes from GLib 2.10.x to GLib 2.11.0
13477 ===================================================
13478
13479 * GBookmarkFile: a parser for files containing bookmarks
13480   stored using the Desktop Bookmark specification.
13481
13482 * Base64 encoding support
13483         
13484 * Unicode 5.0 support
13485
13486 * GOption supports floating point numbers 
13487
13488 * GKeyFile supports floating point numbers
13489
13490 * Bug fixes:
13491  155884 gatomic.c should be based on new SDK
13492  157877 update-desktop-database doesn't handle duplicate entries
13493  164719 keyfile parser doesn't support floats
13494  327662 Import BookmarkFile from libegg
13495  329548 Add G_OPTION_ARG_DOUBLE
13496  329789 option-test.c type confusion
13497  332841 Segmentation Fault when %llu is passed to vasnprintf and 
13498         HAVE_SNPRINTF is not defined
13499  333879 gthread/gthread-win32.c: IsDebuggerPresent needs '#define 
13500         _WIN32_WINDOWS 0x0401'
13501  333916 g_timer_elapsed docs should mention that microseconds 
13502         may be NULL
13503  334440 dlerror() portability issue causes crash on (old) a.out 
13504         NetBSD platform
13505  334646 goption + error out params
13506  334799 g_remove() must check return value of remove()
13507  334943 make check FAIL: threadpool-test
13508  335215 Some breakages with GThreadPool
13509  336085 g_option_context_new parameter lacks better explanation
13510  336677 Documentation for g_object_ref_sink() is incorrect
13511  337027 gbookmarkfile.c: sys/time.h include error
13512  337553 Wrong escaping of URIs
13513  338572 Dereferencing NULL value in g_key_file_get_group_comment
13514  338845 g_completion_complete_utf8 crashes when NULL is passed to it
13515  339337 g_bookmark_file_set_description
13516  339338 gbookmarkfile.c, function expand_exec_line
13517  339340 gbookmarkfile.c, function bookmark_app_info_dump
13518
13519 * Translation updates (bg,en_GB,et,gl,gu,he,hi,ka,nb,nl,nn,
13520                        or,pt_BR,ro,tr,vi,zh_CN)
13521
13522
13523 Overview of Changes from GLib 2.10.0 to GLib 2.10.1
13524 ===================================================
13525
13526 * Bugs fixed:
13527  314794 Broken pthread detection on Darwin [Gregor Riepl]
13528  322476 Missing check for .dylib [Vladimir Panov]
13529  333651 Inconsistent _g_charset_get_aliases prototype [Julio 
13530         M. Merino Vidal]
13531  333761 GInitiallyUnowned breaks application code [Sven Herzberg]
13532
13533 * Win32 changes:
13534  - Fix g_listenv() implementation.
13535  - Allow up to 100 GPrivate structs
13536
13537 * Translation updates (fr,hu,lt,pl,sv)
13538
13539
13540 Overview of Changes from GLib 2.9.6 to GLib 2.10.0
13541 ==================================================
13542
13543 * The functions g_snprintf() and g_vsnprintf() have been removed from
13544   the gprintf.h header, since they are already declared in glib.h. This
13545   doesn't break documented use of gprintf.h, but people have been known
13546   to include gprintf.h without including glib.h.
13547
13548 * The Unicode support has been updated to Unicode 4.1. This adds several
13549   new members to the GUnicodeBreakType enumeration.
13550
13551 * The support for Solaris threads has been retired. Solaris has provided
13552   POSIX threads for long enough now to have them available on every
13553   Solaris platform.
13554
13555 * 'make check' has been changed to validate translations by calling
13556   msgfmt with the -c option. As a result, it may fail on systems with
13557   older gettext implementations (GNU gettext < 0.14.1, or Solaris gettext).
13558   'make check' will also fail on systems where the C compiler does not
13559   support ELF visibility attributes.
13560
13561 * The GMemChunk API has been deprecated in favour of a new 'slice
13562   allocator'. See the g_slice documentation for more details.
13563
13564 * A new type, GInitiallyUnowned, has been introduced, which is
13565   intended to serve as a common implementation of the 'floating reference'
13566   concept that is e.g. used by GtkObject. Note that changing the
13567   inheritance hierarchy of a type can cause problems for language
13568   bindings and other code which needs to work closely with the type
13569   system. Therefore, switching to GInitiallyUnowned should be done
13570   carefully. g_object_compat_control() has been added to GLib 2.8.5
13571   to help with the transition.
13572
13573 * Bugs fixed:
13574  328997 64bit pointer trunction in glib slab-allocator
13575         [Pascal Hofstee]
13576  331110 g_cond_broadcast(inform_cond) without holding 
13577         inform_mutex [Chris Wilson, Sebastian Wilhelmi]
13578  332093 Fix some leaks in the tests [Kjartan Maraas]
13579  332435 g_utf8_strlen returns wrong value if a maximum 
13580         number of bytes to check is specified 
13581         [Matthias Clasen]
13582  331367 gslice requires more POSIX-like semantics for 
13583         GPrivate destructors [Tor Lillqvist]
13584
13585 * Documentation improvements [Matthias, Kang Jeong-Hee,
13586   Tor Lillqvist, Stefan Kost]
13587
13588 * Translation updates (el,eu,ka,uk)
13589
13590 Overview of Changes from GLib 2.9.5 to GLib 2.9.6
13591 =================================================
13592
13593 * Bugs fixed: 
13594  329124 distclean removes README [Kjartan Maraas, Tim Janik]
13595  317679 GRelation field type not documented [Behdad Esfahbod]
13596  329123 Typo in GTime docs [Kjartan Maraas]
13597
13598 * Documentation improvements [Sven Herzberg, David
13599   Schleef, Kjartan Maraas, Behdad Esfahbod]
13600
13601 * Translation updates (cs,cy,it,ko,pt,sq,sr,sr@Latn,ru
13602
13603 Overview of Changes from GLib 2.9.4 to GLib 2.9.5
13604 =================================================
13605
13606 * Memory management: 
13607   Runtime debugging support: The slice allocator
13608   can be turned off by setting G_SLICE=always-malloc
13609   in the environment. Zeroing of freed memory can
13610   now be turned on at runtime by setting
13611   G_DEBUG=gc-friendly in the environment. [Tim Janik]
13612
13613 * Bugs fixed:
13614  328253 HP-UX/IA-64 uses ".so" as default shared library 
13615         extension [Albert Chin]
13616  143380 unicode-encoding test fails converting to UTF-16 
13617         with libiconv [Marc Moorcroft]
13618  328254 Build breakage (GSlice) [Jens Ganseuer]
13619  328705 C99ism in glib/gmem.c [Kazuki Iwamoto]
13620
13621 * Translation updates (da,et,zh_CN)
13622
13623 Overview of Changes from GLib 2.9.3 to GLib 2.9.4
13624 =================================================
13625
13626 * Type system:
13627   Fix a problem with g_object_compat_control() which 
13628   can lead to segfaults in GTK+ applications on 64bit 
13629   platforms. 
13630
13631 * Thread suppport: 
13632   Unused threads now fall back to the global pool after 
13633   500 milliseconds, where they wait for another 
13634   max-idle-time milliseconds. [Sebastian Wilhelmi]
13635
13636 * Fix a memory allocation problem in GKeyFile. [Morten 
13637   Welinder]
13638
13639
13640 Overview of Changes from GLib 2.9.2 to GLib 2.9.3
13641 =================================================
13642
13643 * GTree:
13644  - Replace the simple recursive implementation by
13645    a nonrecursive, threaded one  [Maurizio Monge]
13646
13647 * Change g_filename_display_name and
13648   g_filename_display_basename to use the Unicode
13649   replacement character U+FFFD instead of a question
13650   mark, and don't append "(invalid encoding)"  [Matthias]
13651
13652 * Documentation improvements [Sven Herzberg, Federico
13653   Mena Quintero, Stefan Kost]
13654
13655 * Bugs fixed:
13656  323937 gslice.c in glib 2.9.1 doesn't build on Mac OS X 
13657         [Bogdan Nicula]
13658  326558 Some test failures on IRIX 6.5 [Daichi Kawahata]
13659  169285 "threaded" tree implementation for GTree 
13660         [Maurizio Monge]
13661  326747 g_filename_display_basename adds (invalid encoding) 
13662         [Alberto Ruiz]
13663
13664 Other contributors: Christian Kellner, Murray Cumming
13665
13666 New and updated translations (bg,ca,de,es,et,gu,ja,nl,th,vi)
13667
13668
13669 Overview of Changes from GLib 2.9.1 to GLib 2.9.2
13670 =================================================
13671
13672 * Memory management:
13673  - Add tests for cache colorization [Tim Janik]
13674  - Minimize space consumption if small amounts of differently
13675    sized slices are allocated, at a small performance cost.  [Tim]
13676
13677 * Thread support:
13678  - Add g_atomic_pointer_set() and g_atomic_int_set() [Tim Janik,
13679    Sebastian Wilhelmi]
13680  - Add g_thread_pool_set_sort_function() to allow sorting the 
13681    tasks of a threadpool.  [Martyn Russell]
13682  - Add g_thread_pool_set_idle_time() to allow unused threads
13683    to exit after a certain time.  [Martyn]
13684
13685 * Type system:
13686  - introduce a new type GInitiallyUnowned, which has an initial
13687    floating reference. [Tim]
13688  - Add support for GType parameters. [Matthias]
13689
13690 * Main loop:
13691  - Add g_main_context_is_owner() to determine if the current
13692    thread is the owner of the context.  [Michael Meeks]
13693
13694 * Provide g_access(), g_chdir(), g_unlink(), g_rmdir() as 
13695   wrapper functions instead of macros.  [Manish Singh]
13696
13697 * Documentation improvements [Tim, Matthias, Federico Mena Quintero,
13698   Stefan Kasal, Dan Williams]
13699
13700 * New and updated translations (en_CA,fi,fr,gl,ml,nb,no,zh_HK,zh_TW)
13701
13702 * Bugs fixed:
13703  324179 g_allocator_new() returns pointer to const dummy which Gtk+ 2.8 
13704         tries to modify [J. Ali Harlow]
13705  324332 g_option_context_parse() returns false without setting error 
13706         [Tim-Philipp Müller]
13707  324950 GLIB 2.9.1 testcase errors [Dan Yefimov]
13708  325015 gslice.c: process.h is needed on Windows [Kazuki Iwamoto]
13709  321978 G_DATALIST_GET_FLAGS() macro is not casting datalist to 
13710         gpointer [Andrew Paprocki]
13711  316221 G_LOCK warns about breaking strict-aliasing [Michal Benes, 
13712         Stanislav Brabec]
13713  325273 Error in documentation for glib_check_version () [Declan Naughton]
13714  325310 g_spawn_sync hangs when catching both stdout and 
13715         stderr [Tor Lillqvist]
13716  325249 gcc warning when using g_rmdir from <glib/gstdio.h> [Jani Monoses]
13717  325864 glib/gthreadpool.c:"#define debug(...)" is C99 [Kazuki Iwamoto]
13718  325874 Should say somewhere that source IDs are > 0 [Dan Williams]
13719  325438 a typo (compatability) [Stefan Kasal]
13720  323937 gslice.c in glib 2.9.1 doesn't build on Mac OS X [Bogdan Nicula]
13721
13722
13723 Overview of Changes from GLib 2.9.0 to GLib 2.9.1
13724 =================================================
13725
13726 * Memory management
13727  - The slice allocator is implemented [Tim Janik]
13728  - g_slice_free_chain() has been renamed to 
13729    g_slice_free_chain_with_offset()  [Tim, Behdad Esfahbod]
13730  - Mem chunks are deprecated [Matthias Clasen]
13731
13732 * Data structures
13733  - Hash tables are refcounted, and have a boxed type [Tim]
13734
13735 * Thread support
13736  - Support for Solaris threads has been removed 
13737    [Sebastian Wilhelmi, Andrew Paprocki]
13738  - g_async_queue_sort(), g_async_queue_push_sorted() have 
13739    been added to allow GAsyncQueue to be used as a priority 
13740    queue, together with the corresponding _unlocked 
13741    variants  [Martyn Russell]
13742
13743 * GObject:
13744  - The concept of a floating initial reference has been
13745    moved from GtkObject to GObject [Tim]
13746
13747 * Win32 changes:
13748  - Make g_rename() replace existing files [Tor Lillqvist]
13749
13750 * Misc new API:
13751  - G_GUINT64_CONSTANT macro to define guint64 
13752    constants [Andrew Paprocki]
13753  - G_GNUC_WARN_UNUSED_RESULT macro to instruct the 
13754    compiler to emit a warning if the value returned
13755    by a function is ignored. [Arjan van de Ven, Alex Larsson]
13756  - GList and GSList now have sort functions which take an
13757    extra user data argument [Martyn Russell]
13758  - g_param_spec_ref_sink() has been added for consistency [Tim]
13759
13760 * $LOGNAME is respected when determining user data. [Laszlo Peter]
13761
13762 * Other changes and bug fixes [Tim, Matthias, Behdad, 
13763   Christian Persch, Benedikt Meurer, Andrew Paprocki, 
13764   Kazuki Iwamoto, Alexis S. L. Carvalho, Stanislav Brabec,
13765   Andreas Schwab, Kalle Vahlman]
13766
13767 * Documentation
13768  - Deprecation warnings carry version information [Matthias]
13769  - The slice allocator has been documented [Matthias, Tim]
13770  - Other improvements [Morten Welinder]
13771
13772 Overview of Changes from GLib 2.8.x to GLib 2.9.0
13773 =================================================
13774 * Unicode support:
13775  - The Unicode tables have been updated to Unicode 4.1, 
13776    adding several new values to the GUnicodeBreakType 
13777    enumeration. This breaks Pango <= 1.10 
13778    [Behdad Esfahbod]
13779  - The various Unicode character predicate functions 
13780    (g_unichar_isalpha, g_unichar_isdigit,...) have
13781    been optimized
13782    [Behdad]
13783  - g_utf8_pointer_to_offset, g_utf8_offset_to_pointer:
13784    These functions handle negative offsets now, and
13785    going backwards in g_utf8_offset_to_pointer uses
13786    "stutter stepping".
13787    [Larry Ewing, Matthias Clasen]
13788
13789 * Memory management:
13790  - Mem chunks are no longer used internally in GLib and
13791    GObject. GMemChunk will be deprecated in GLib 2.10
13792  - All APIs based on GAllocator (g_list_push/pop_allocator,
13793    and similar push/pop_allocator functions for other
13794    data structures) have been deprecated, since they
13795    never worked as intended.
13796  - The g_slice_* functions have been added as a 
13797    new API for fast allocation of small memory blocks. 
13798    The implementation in GLib 2.9.0 is just a simple 
13799    wrapper around malloc. GLib 2.10 will have an
13800    efficient and scalable implementation. 
13801    [Tim Janik, Matthias]
13802
13803 * Pattern matching:
13804  - g_pattern_match has been optimized to avoid
13805    unnecessary recursion.
13806    [Tim, Matthias]
13807
13808 * g_intern_string, g_intern_static_string: 
13809  - New functions to intern strings. These are now used 
13810    by GObject to avoid duplicating static strings 
13811    [Matthias]
13812
13813 * g_thread_foreach: 
13814  - New function to iterate over all GThreads 
13815    [Tim, Matthias]
13816
13817 * g_date_set_time_t, g_date_set_time_val:
13818  - New functions to set a GDate from a time_t or
13819    GTimeVal value. g_date_set_time has been deprecated 
13820    in favor of these.
13821    [Roger Leigh]
13822
13823 * g_snprintf and g_vsnprintf:
13824  - These functions are no longer declared in gprintf.h, 
13825    since they are in glib.h
13826    [Matthias]
13827
13828 Overview of Changes from GLib 2.8.0 to GLib 2.8.1
13829 =================================================
13830 * Optimize single-character insertions in GString [Ross Burton]
13831 * Fix build problems on OS X
13832 * Fix build problems on Win32 [Tor Lillqvist, Hans Breuer]
13833 * Other bug fixes [Matthew F. Barnes, Stepan Kasal] 
13834 * Documentation improvements [Tristan van Berkom, Behnam
13835   Esfahbod, Gustavo Carneiro, Stepan Kasal, Matthias]
13836 * New and updated translations (ca,cy,ko,ro,uk)
13837
13838 Overview of Changes from GLib 2.7.7 to GLib 2.8.0
13839 =================================================
13840 * Make g_value_transform() handle enum values
13841   correctly on ppc64.  [Michael Lorenz]
13842   (Third-party code accessing enumeration values 
13843   in GValues should also be changed to access 
13844   v_long, not v_int, in order to work on bigendian 
13845   64bit machines.)
13846 * Make g_flags_get_first_value() handle a value
13847   of 0 meaningfully. [Tim-Philipp Müller] 
13848
13849 Overview of Changes from GLib 2.7.6 to GLib 2.7.7
13850 =================================================
13851 * Make atomic operations on s390 work [Matthias]
13852 * Fix C++ guards in gstdio.h [Tor Lillqvist]
13853
13854 Overview of Changes from GLib 2.7.5 to GLib 2.7.6
13855 =================================================
13856 * Add native implementations of atomic operations 
13857   on s390 [Matthias]
13858 * Make atomic reference counting of closures
13859   work on s390 [Matthias]
13860 * Avoid an infinite loop in g_convert_with_iconv().
13861   [Sebastian Bacher]
13862 * Documentation improvements [Ross Burton]
13863
13864 Overview of Changes from GLib 2.7.4 to GLib 2.7.5
13865 =================================================
13866 * Thread-related changes
13867  - Fix build issues on HP-UX [Paul Cornett]
13868  - Threadsafe access to flags stored in datasets [Tim Janik]
13869  - Fix several issues with atomic refcounting for 
13870    closures, objects and paramspecs [Tim]
13871  - Improve tests for atomic refcounting changes [Tim]
13872 * Fix handling of stateful encodings in g_convert_* [Matthias]
13873 * Fix translation of GOption help output [Dan Winship]
13874 * Catch format errors in translations. This may cause 
13875   "make check" to fail when using older versions
13876   of gettext [Matthias]
13877 * Win32 bug fixes [Tor Lillqvist]
13878 * Documentation improvements [Ross Burton, Jochen Baier, 
13879   Matthias, Tim]
13880 * New and updated translations (de,fi,gu,pl,pt,tr,zh_TW)
13881
13882 Overview of Changes from GLib 2.7.3 to GLib 2.7.4
13883 =================================================
13884 * Fix g_atomic_pointer_compare_and_exchange 
13885   on Sparc64 [Gert Doering]
13886 * Fix a hang in g_thread_pool_free. [Hong Jen Yee]
13887 * Win32 bug fixes [Tor Lillquist]
13888 * Other bug fixes [Benoit Dejean, Manish Singh]
13889 * Documentation improvements [Bryan Silverthorn,
13890   Callum McKenzie] 
13891 * New and updated translations (de,lt,sq,zh_CN)
13892
13893 Overview of Changes from GLib 2.7.2 to GLib 2.7.3
13894 =================================================
13895 * GOption
13896  - Allow callbacks with optional arguments [Pawel Sliwowski]
13897  - Allow to turn off the automatic long option name
13898    disambiguation  [Adam McLaurin]
13899  - Only allow printable ASCII as short option names [Matthias]
13900 * Win32
13901  - Build fixes [Tor Lillqvist]
13902  - Rewrite iochannel socket implementation [Tor]
13903 * GObject
13904  - Threadsafety improvements; in particular, refcounting
13905    of objects is done atomically now. [Wim Taymans, Tim Janik]
13906 * Bug fixes [Morten Welinder, Matthias, Wim Taymans]
13907 * Documentation improvements [Richard Laager, Matthias]
13908 * New and improved translations (bf,cs,hu,nb,nl,no)
13909
13910 Overview of Changes from GLib 2.7.1 to GLib 2.7.2
13911 =================================================
13912 * Win32 build fixes [Hans Breuer]
13913 * Bug fixes [Mikael Magnusson]
13914 * Documentation improvements [Matthias Clasen]
13915 * New and updated translations (en_CA,es,et,ja,sr,sr@Latn,zh_TW)
13916
13917 Overview of Changes from GLib 2.7.0 to GLib 2.7.1
13918 =================================================
13919 * GOption 
13920  - Allow callback arguments without parameters [Dan Winship]
13921 * GMappedFile: an mmap wrapper [David Schleef, Behdad Esfahbod]
13922 * Misc new functions:
13923  - g_get_host_name [Tor Lillqvist]
13924  - g_mkdir_with_parents [Tor]
13925  - g_build_pathv, g_build_filenamev [Todd A. Fisher, 
13926    Matthias Clasen]
13927 * Bug fixes [Roger Leigh, Masatake YAMATO, Kjartan Maraas,
13928   Manish Singh, Tor, Murray Cumming, Kian Duffy, Morten Welinder]
13929 * Documentation improvements [Hong Gang XU, Dan Winship, Matthias]
13930 * New and updated translations (bg,cs,da,en_CA,es,et,nb,nl,no,
13931   sk,th,zh_TW)
13932
13933 Overview of Changes from GLib 2.6.x to GLib 2.7.0
13934 =================================================
13935 * GKeyFile
13936  - Add unit tests [Matthias Clasen, Suren A. Chilingaryan]
13937  - Accept \r\n as line end [Bastian Nocera]
13938  - Don't interpret leading zeros as octal numbers. [Matthias]
13939  - Make key and group removal work [David Hoover, Matthias Hasselmann]
13940 * GOption
13941  - Improve formatting of --help output [Matthias, Noah Levitt]
13942  - Accept -? [Matthias]
13943  - Warn about duplicate main groups [Jeff Franks]
13944  - Treat '-' as non-option argument [Tim Musson, Thomas Leonard]
13945  - Report missing arguments as errors [Björn Lindqvist]
13946  - Add a boxed type for GDate [Tim-Philipp Müller]
13947 * GTree
13948  - g_tree_remove() and g_tree_steal() return status information [Matthew F. Barnes]
13949 * Stdio wrappers
13950  - Work regardless of large file support [Manish Singh]
13951  - Add g_access(), g_chmod(), g_creat(), g_chdir [Tor Lillqvist]
13952 * GObject
13953  - Implement "toggle references" to help language bindings [Owen Taylor]
13954  - Allow to mark names, nicks and blurbs of pspecs as static [Ben Maurer, Matthias]
13955  - Make pspec lookup a bit faster [Morten Welinder]
13956 * Add g_listenv() to list all set environment variables [Hans Petter Jansson]
13957 * Add g_file_set_contents() to atomically write a file.  [Søren Sandmann,
13958   Sven Neumann, Manish, Alexis S. L. Carvalho]
13959 * Add g_try_malloc(), g_try_new(), g_try_new0() and g_try_renew() [Stefan Kost]
13960 * Add g_utf8_collate_key_for_filename() to sort filenames taking
13961   extensions and numeric suffixes into account.  [Ole Laursen, Alex Larsson]
13962 * Add G_GNUC_NULL_TERMINATED to mark varargs function with 
13963   NULL-terminated argument lists. [Marc Meissner]
13964 * Win32 changes
13965  - Improved debugability [Ulf Lamping, Hans Breuer]
13966  - Make filename handling more robust [Tor, Billy Skaggs]
13967  - Improve g_get_system_data_dirs() [Tor]
13968  - Use more precise timers [Tor]
13969  - Build fixes [Kazuki Iwamoto, Hans, Tor, Robert Ögren]
13970 * Other bug fixes [Roger Leigh, Owen, Matthias, Morten, Kjartan Maraas, 
13971   Pawel Sakowski, Tor, Simon Budig, Ed Avis, Manish, Nicolas Laurent, 
13972   Bastien, Fabrício Barros Cabral, Michael Banck, Daniel Atallah, 
13973   J. Ali Harlow, Tim Janik, Hazael Maldonado Torres, Sven, Jon-Kare Hellan,
13974   Dave Benson, Tommi Komulainen, Benjamin Otte, Brian Cameron, Changwoo Ryu, 
13975   Christian Biere, Noah, Benoît Carpentier]
13976 * Documentation improvements [Vincent Untz, Matthias, Tim-Philipp Müller,
13977   Morten, Matthew, Federico Mena Quintero, Sebastian Bacher, Oliver Sessink, 
13978   Stefan, Jared Lash, Tor, Owen, Daniel Vaillard, Mathieu Lacage]
13979 * New and updated translations (ca,cs,da,el,en_CA,en_GB,es,et,eu,fa,fr,gl,
13980   hu,id,it,lt,mn,ne,nl,pl,pt,pt_BR,ro,rw,sk,sq,sr,sr@Latn,tl,uk,xh,zh_CN)
13981
13982 Overview of Changes from GLib 2.6.0 to GLib 2.6.1
13983 =================================================
13984 * GOption
13985  - Make gtk_init(NULL, NULL) work again [Marcin Krzyzanowski]
13986  - Improve handling of -- [Matthias Clasen]
13987  - Don't show G_OPTION_REMAINING in --help output [Matthew F. Barnes]
13988 * g_find_program_in_path() doesn't return directories [Tommi Komulainen]
13989 * Add gmodule-export-2.0.pc [Matthias]
13990 * Win32 changes
13991  - Improve hangling of UNC paths [Tor Lillqvist]
13992  - g_getenv(), g_setenv(), g_unsetenv(), g_find_program_in_path()
13993    take and return UTF-8 now [Tor] 
13994  - Make g_file_test() work more reliably, and use PATHEXT
13995    when check for executables [Tor]
13996  - Build and cross-compilation fixes [J. Ali Harlow]
13997 * Other bug fixes [Jens Hatlak, Morten Welinder, 
13998   Tor, Kalpesh Shah, Adrian Bunk]
13999 * Documentation improvements [Marcin Krzyzanowski, Tor, Crispin
14000   Flowerday, Mariano Suárez-Alvarez, Christian Biere, Danny Milo,
14001   Vincent Untz, Bastien Nocera]
14002 * New and updated translations (cy,de,nl,ru,sq,sv)
14003
14004 Overview of Changes from GLib 2.4.x to GLib 2.6.0
14005 =================================================
14006
14007 * GLib 2.6 introduces the concept of 'GLib filename encoding', which is the
14008   on-disk encoding on Unix, but UTF-8 on Windows. All GLib functions
14009   returning or accepting pathnames have been changed to expect
14010   filenames in this encoding, and the common POSIX functions dealing
14011   with pathnames have been wrapped. These wrappers are declared in the
14012   header <glib/gstdio.h> which must be included explicitly; it is not
14013   included through <glib.h>.
14014
14015   On current (NT-based) Windows versions, where the on-disk file names
14016   are Unicode, these wrappers use the wide-character API in the C
14017   library. Thus applications can handle file names containing any
14018   Unicode characters through GLib's own API and its POSIX wrappers,
14019   not just file names restricted to characters in the system codepage.
14020
14021   To keep binary compatibility with applications compiled against
14022   older versions of GLib, the Windows DLL still provides entry points
14023   with the old semantics using the old names, and applications
14024   compiled against GLib 2.6 will actually use new names for the
14025   functions. This is transparent to the programmer.
14026
14027   When compiling against GLib 2.6, applications intended to be
14028   portable to Windows must take the UTF-8 file name encoding into
14029   consideration, and use the gstdio wrappers to access files whose
14030   names have been constructed from strings returned from GLib.
14031
14032 * Likewise, g_get_user_name() and g_get_real_name() have been changed
14033   to return UTF-8 on Windows, while keeping the old semantics for
14034   applications compiled against older versions of GLib.
14035
14036 * The GLib uses an '_' prefix to indicate private symbols that
14037   must not be used by applications. On some platforms, symbols beginning
14038   with prefixes such as _g will be exported from the library, on others not.
14039   In no case can applications use these private symbols. In addition to that,
14040   GLib+ 2.6 makes several symbols private which were not in any installed
14041   header files and were never intended to be exported.
14042
14043 * To reduce code size and improve efficiency, GLib, when compiled
14044   with the GNU toolchain, has separate internal and external entry
14045   points for exported functions. The internal names, which begin with
14046   IA__, may be seen when debugging a GLib program.
14047
14048 * On Windows, GLib no longer opens a console window when printing
14049   warning messages if stdout or stderr are invalid, as they are in
14050   "Windows subsystem" (GUI) applications. Simply redirect stdout or
14051   stderr if you need to see them.
14052
14053 * The child watch functionality tends to reveal a bug in many
14054   thread implementations (in particular the older LinuxThreads
14055   implementation on Linux) where it's not possible to call waitpid()
14056   for a child created in a different thread. For this reason, for
14057   maximum portability, you should structure your code to fork all
14058   child processes that you want to wait for from the main thread.
14059
14060 * A problem was recently discovered with g_signal_connect_object();
14061   it doesn't actually disconnect the signal handler once the object being
14062   connected to dies, just disables it. See the API docs for the function
14063   for further details and the correct workaround that will continue to
14064   work with future versions of GLib.
14065
14066 * Major new APIs
14067   - GOption, a commandline option parser
14068   - GKeyFile, a parser/editor for the .ini like files 
14069   - Functions to support the XDG basedir specification
14070   - Wrappers for common POSIX pathname functions to handle filename
14071     encodings consistently. On Windows, these use UTF-8.
14072
14073 * Miscellaneous new functions
14074   - g_filename_display_name() converts filenames in displayable UTF-8 strings
14075   - g_uri_list_extract_uris() splits uri lists
14076   - g_date_get_iso8601_week_of_year() gets ISO 8601 week numbers
14077   - g_log_set_default_handler() installs an alternate default log handler
14078   - g_get_language_names() obtains a list of applicable locale names
14079   - g_strv_length() calculates the length of NULL-terminated string arrays
14080   - g_win32_get_windows_version() determines the Windows version 
14081   - G_GNUC_INTERNAL marks functions as non-exported
14082   - glib_check_version() checks the GLib version at runtime
14083   - g_debug() completes the family of logging functions
14084
14085 * Performance improvements
14086   - Optimize g_utf8_validate()
14087   - Optimize g_markup_parse_context_parse()
14088   - Reduce signal connection complexity from O(n) to O(1) 
14089   - Get rid of many PLT entries for internally used exported symbols
14090   - Reduce code size by removing literal strings from g_return_if_fail()
14091
14092 * Other changes
14093   - On Windows, GLib functions that take file name arguments now require
14094     those to be in UTF-8. Functions that return file names return UTF-8.
14095   - Use higher precision for mathematical constants
14096   - Don't convert to/from UTF-8 in g_filename_to_uri/g_filename_from_uri
14097   - Support ll as printf format modifier for long long on all platforms
14098   - Clean up the ABI and enforce the list of exported symbols
14099   - Add a .pc file for using gmodule in libraries
14100   - Require ngettext
14101
14102 Overview of Changes from GLib 2.5.7 to GLib 2.6.0
14103 =================================================
14104 * GOption: Don't list help options if group-specific
14105   options have been requested [Glynn Foster]
14106 * Make g_get_language_names() track locale changes [Christian Persch]
14107 * Win32 bug fixes [Tor Lillqvist]
14108 * Bug fixes [Philippe Blain, Owen Taylor, Sebastian Wilhelmi]
14109 * New and updated translations (da,es,ja,lt,zh_CN)
14110 Bugs fixed: 159530,100697,160271,160645,157255
14111
14112 Overview of Changes from GLib 2.5.6 to GLib 2.5.7
14113 =================================================
14114 * Optimize g_utf8_validate() [Owen Taylor, Matthias Clasen]
14115 * Optimize g_markup_parse_context_parse() [Havoc Pennington, 
14116   Morten Welinder]
14117 * Reduce signal connection complexity from O(n) to O(1) 
14118   [Sven Neumann]
14119 * Add a .pc file for using gmodule in libraries [Owen]
14120 * Add G_GNUC_MALLOC to mark functions returning newly 
14121   allocated memory  [Matthias]
14122 * Win32 bug fixes [Hans Breuer, Tor Lillqvist, Robert Ögren,
14123   Bruce Hochstetler]
14124 * Bug fixes [Kazuki IWAMOTO, Matthias, Manish Singh, Morten,
14125   Frederic Crozat, Tor]
14126 * Documentation improvements [Matthias, Tor, Owen]
14127 * New and updated translations (cs,da,de,en_CA,en_GB,es,nb,nl,sq,zh_CN)
14128
14129 Overview of Changes from GLib 2.5.5 to GLib 2.5.6
14130 =================================================
14131 * GOption
14132   - Add G_OPTION_FLAG_REVERSE to allow options 
14133     which unset a  boolean variable [Tor Lillqvist]
14134 * GChildWatch
14135   - Use sigaction instead of signal [Jonas Jonnson, 
14136   Archana Shah]
14137   - Make the very first SIGCHLD work [Gustavo Carneiro]
14138 * Bug fixes [Morten Welinder, Tor, David MacLachlan,
14139   Manish Singh, J. Ali Harlow]
14140 * Documentation improvements [Matthias Clasen, Tor]
14141 * Updated translations (da,ja,tr,zh_CN)
14142
14143 Overview of Changes from GLib 2.5.4 to GLib 2.5.5
14144 =================================================
14145 * GKeyFile
14146   - Cleanups, add more error checking [Ray Strode]
14147   - Fall back to the untranslated string when getting 
14148     locale strings [Mark McLoughlin]
14149 * GOption
14150   - Document GOption [Matthias Clasen]
14151   - Better support for rest arguments [Owen Taylor, Matthias]
14152   - Handle conflicts between groups [Matthias]
14153 * Add g_lstat() to the stdio wrappers [Tor Lillqvist]
14154 * Add g_filename_display_name() to convert filenames
14155   in displayable UTF-8 strings  [Alex Larsson, Matthias]
14156 * Win32 bug fixes [Kazuki IWAMOTO, Hans Breuer, Tor]
14157 * Bug fixes [Christophe Fergeau, Morten Welinder, 
14158   Owen, Kjartan Maraas, Mark]
14159 * Documentation improvements [Matthias, Tor]
14160
14161 Overview of Changes from GLib 2.5.3 to GLib 2.5.4
14162 =================================================
14163 Add GKeyFile, a parser/editor for the .ini like files used in various
14164    freedesktop.org specifications. [Ray Strode]
14165 Make the handling of filename encodings consistent across all
14166    GLib functions, introduce wrappers for common POSIX 
14167    functions which accept the same filename encoding. [Tor Lillqvist, 
14168    Owen Taylor]
14169 GOption
14170  - Rename g_context_option_error_quark() to a more language-binding
14171    friendly name [Murray Cumming]
14172  - Accept backslashes in filenames on Win32 [Tor Lillqvist]
14173 * Strip the internal aliasing prefix IA__ from function names in 
14174   assertions [Matthias Clasen]
14175 * Add a function to split uri lists. [Matthias]
14176 * Win32 bug fixes 
14177  - Don't open console windows [Tor]
14178 * Other bug fixes [Philippe Blain, Robert Ögren, Hidetaka Iwai, Matthias,
14179  Morten Welinder, Mats-Ola Persson, Tor, Nickolay V. Shmyrev, Kjartan Maraas,
14180   Anders Carlsson, Tim-Philipp Müller, Lucas Rocha, Andrea Campi, Manish
14181   Singh, Thomas Fitzsimmons, Kazuki IWAMOTO]
14182 * Documentation improvements [Matthias, Linus Walleij, Nickolay, Philippe, 
14183  Adam Hooper, Gustavo Carneiro]
14184 * New and updated translations (cs,en_CA,en_GB,ja,nb,nl,or,sr,sr@Latn,sq)
14185
14186 Overview of Changes from GLib 2.5.2 to GLib 2.5.3
14187 =================================================
14188 * GOption
14189  - set the program name from argv[0] [Masatake YAMATO] 
14190  - make contexts work without a main group [Anders Carlsson]
14191 * Performance 
14192  - Get rid of many PLT entries for internally used exported symbols,
14193    and clean up the ABI at the same time and make make check check the
14194    list of exported symbols.  [Matthias Clasen]
14195 * Add API to get ISO 8601 week numbers [Niklas Lundell]
14196 * Add API to install an alternate default log handler [Darin Adler]
14197 * Add API to obtain a list of applicable locale names [Hidetoshi Tajima]
14198 * Reduce code size bloat by removing literal strings from
14199  the g_return_if_fail() macros [Owen Taylor]
14200 * Add g_strv_length [Tim-Philipp Müller]
14201 * Win32 changes
14202  - Add API to determine the Windows version [Tor Lillqvist]
14203 * Other bug fixes [Stepan Kasal, Anders, Tor, Kazuki Iwamoto,
14204   Manish Singh]
14205 * Documentation improvements [Morten Welinder, Matthias]
14206 * New and updated translations (es,nn,ro)
14207
14208 Overview of Changes from GLib 2.5.1 to GLib 2.5.2
14209 =================================================
14210 * Add G_GNUC_INTERNAL macro [Arjan van de Ven]
14211 * Add GOption, a commandline option parser [Anders Carlsson]
14212 * Add glib_check_version [Michael Natterer]
14213 * Add XDG basedir API [Ray Strode]
14214 * Require ngettext [Danilo Segan]
14215 * Bug fixes [Manish Singh, Ray Strode, Vincent Noel, 
14216   Jon-Kare Hellan, Jody Goldberg]
14217 * Win32 bug fixes [Tor Lillqvist, Hans Breuer, Peter Zelezny]
14218 * Documentation improvements [Matthias Clasen, Vincent Untz, Christian Persch]
14219 * New and updated translations (bs,eu,fi,gu,ne,pa)
14220
14221 Overview of Changes from GLib 2.5.0 to GLib 2.5.1
14222 =================================================
14223
14224 * Bug fixes [Oliver Guntermann, Sven Neumann, James 
14225   Henstridge, Hiroyuki Ikezoe, Matthias Clasen, Robert 
14226   Ögren, Tommi Komulainen]
14227 * Documentation improvements [Soeren Sandmann, 
14228   Christophe Fergeau, Danek Duvall]
14229 * New and updated translations (eu,hi)
14230   
14231 Overview of Changes from GLib 2.4.1 to GLib 2.5.0
14232 =================================================
14233
14234 * New functions g_debug [Sven Herzberg]
14235 * Use higher precision for mathematical constants [Morten 
14236  Welinder]
14237 * Don't convert to/from UTF-8 in g_filename_{to,from}_uri 
14238  [Federico Mena Quintero]
14239 * Win32
14240  - Handle empty digit string in printf() functions 
14241    correctly [Tor Lillqvist]
14242  - Support ll as format modifier for long long [Tor]
14243  - Be more careful about HOME [Tor, Ivan Wong]
14244  - Bug fixes [John Ehresman]
14245 * Miscellaneous bug and portability fixes [Danilo Segan, 
14246  Owen Taylor, Nikolai Weibull, Benoît Carpentier, Morten 
14247  Welinder, Manish Singh, Sven Neumann, Julio M. Merino Vidal,
14248  Kaz Sasayama, Murray Cumming, Federico, Mariano Suarez-Alvarez]
14249 * Documentation updates [Matthias Clasen, Crispin Flowerday,
14250  Tommi Komulainen, Federico Mena Quintero, Ed Griffiths]
14251 * New and updated translations (ja,ne,no,wa)
14252  
14253 Overview of Changes from GLib 2.4.0 to GLib 2.4.1
14254 =================================================
14255
14256 * Win32 bug fixes [Tor Lillqvist, Roger Leigh, John Ehresman]
14257 * Miscellaneous bug and portability fixes [Owen Taylor,
14258   Matthias Clasen, Jonas Jonsson, Christian Krause,
14259   Nickolay V. Shmyrev, Christophe Saout, Philippe Blain,
14260   Piotr Klaban]
14261 * Documentation updates [Matthias]
14262 * New and updated translations (ca,cs,cy,el,en_CA,en_GB,es,eu,fi,
14263   fr,gu,he,id,nl,pt,pl,ru,sr,sr@ije,sr@Latn,sv,uk)
14264
14265 Overview of Changes from GLib 2.3.6 to GLib 2.4.0
14266 =================================================
14267
14268 * Handle invalid-UTF-8 in g_log() properly [Matthias Clasen]
14269 * Win32 bug fixes [Tor Lillqvist, Bruce Hochstetler]
14270 * Miscellaneous bug and portability fixes [Olivier Biot, David L. Cooper II, 
14271   Kjartan Maraas, Frédéric L. W. Meunier, Christof Petig, Manish Singh, 
14272   Sebastian Wilhelmi]
14273 * Documentation updates [Owen]
14274 * Updated translations (hr,ro)
14275
14276 Overview of Changes from GLib 2.3.5 to GLib 2.3.6
14277 =================================================
14278
14279 * GAtomic bug fixes [Sebastian Wilhelmi, Mark McLoughlin]
14280 * GMain threading fixes and improvements [Sebastian]
14281 * Win32 [Tor Lillqvist]
14282  - restore some symbols extraneously exported from gobject to maintain ABI compatibility
14283  - Misc build improvements and fixes [Tor, Cedric Gustin, Hans Breuer]
14284 * Documentation updates [Sebastian, Takeshi AIHANA, Matthias, Sven Herzberg]
14285 * New and updated translations (be,es,fi,ga,pa,sr@ije,zh_CN)
14286
14287 Overview of Changes from GLib 2.3.3 to GLib 2.3.5
14288 =================================================
14289
14290 * Make glib-mkenums parse initializers with macros. [Matthias Clasen, muppet]
14291 * Respect locale era in g_date_set_parse(). [Theppitak Karoonboonyanan] 
14292 * Add atomic operations and use it for the async queue and
14293   gonce implementation. [Sebastian Wilhelmi]
14294 * Documentation improvements [Sebastian, Matthias, Sven Herzberg]
14295 * Add g_main_depth() for finding the recursion depth of the main
14296   loop [Owen Taylor, Tim Janik, Stefan Westerfeld]
14297 * Add g_spawn_close_pid(), needed on win32 [J. Ali]
14298 * Win32 fixes. [Hans Breuer, J. Ali Harlow]
14299 * Misc bugfixes [Sebastian, Matthias, Balazs Scheidler, Owen]
14300 * Updated translations (cy,et,ga,sq)
14301
14302 Overview of Changes from GLib 2.3.2 to GLib 2.3.3
14303 =================================================
14304
14305 * Add a native AIX gmodule implementation. [Laurent Vivier]
14306 * Add g_node_copy_deep().  [James M. Cape, Matthias Clasen]
14307 * Extend GQueue API to match the GList API. [Soeren Sandmann]
14308 * Add g_hash_table_find().  [Tim Janik]
14309 * Add a G_MODULE_BIND_LOCAL flag. [David Schleef]
14310 * Inline g_string_append_c() when possible. [Owen Taylor, Tim]
14311 * Wrap waitpid() as a GSource. [Jonathan R. Blandford]
14312 * Add g_completion_complete_utf8(). [Theppitak Karoonboonyanan, 
14313   Matthias]
14314 * Add g_strsplit_set(). [Soeren]
14315 * Documentation improvements. [Vincent Untz, Sebastian Wilhelmi, 
14316   Soeren, Matthias]
14317 * Win32 build fixes. [Tor Lillqvist]
14318 * Misc bugfixes [Manish Singh, Noah Levitt, Simon Josefsson, 
14319   Morten Welinder, Damien Carbery, Julio M. Merino Vidal, Sebastian, 
14320   Matthias]
14321 * Updated translations (nn,cs,it,ko,sq,ms,az,hr,uk,sr,sr@Latn,sq,ta)
14322
14323 Overview of Changes from GLib 2.3.1 to GLib 2.3.2
14324 =================================================
14325
14326 * Add G_MAXSIZE. [Manish Singh]
14327 * Add g_rand_new_with_seed_array(), g_rand_set_seed_array(),
14328   implementing the init-by-array functionality of the 
14329   original mersenne twister. Add g_rand_copy(). Improve seeding. 
14330   [George Lebl]
14331 * Add a lowercase_name option to glib-mkenums. [Murray Cumming]
14332 * Add g_ptr_array_foreach(). [Matthias Clasen]
14333 * Add g_timer_continue(). [Tim-Philipp Müller]
14334 * Fix a threadsafety issue in mem chunks. [Matthias, Balazs Scheidler]
14335 * Fix g_filename_{to,from}_utf8() on Win32 and improve 
14336   g_file_test() there too [Hans Breuer] 
14337 * Add a boxed type for NULL-terminated string arrays.  [Matthias]
14338 * Add G_DEFINE_TYPE() plus variants to ease the constuction
14339   of GObject boilerplate code.  [Tim Janik]
14340 * Support & in password GECOS field [Matthias, Soeren Boll Overgaard]
14341 * Documentation improvements [Matthias, Manish]
14342 * Win32 build fixes [Hans]
14343 * Misc bug fixes [Damien Carbery, Matthias, Manish, Olivier Poncet, 
14344   Zack Rusin]
14345 * Updated translations (ar,de,fa,ga,mn,nn,no,sq)
14346
14347 Overview of Changes from GLib 2.3.0 to GLib-2.3.1
14348 =================================================
14349
14350 * Add glib/gi18n.h and glib/gi18n-lib.h for common
14351   gettext support, including a Q_() macro for translation
14352   with context [Matthias Clasen]
14353 * Add a more flexible G_FILENAME_ENCODING variable
14354   as a replacement for G_BROKEN_FILENAMES [Matthias]
14355 * Fix the return value g_main_context_iterate() for
14356   newly ready sources [Padraig O'Briain]
14357 * Handle Hangul composition for normalization [Noah Levitt]
14358 * Add G_{MIN,MAX,MAXU}INT{8,16,32}. [Mark Jones, Matthias]
14359 * Add G_GSIZE_FORMAT/G_SSIZE_FORMAT [Manish Singh]
14360 * Add G_STRFUNC as a portable wrapper for __func__ [Tim Janik]
14361 * Documentation improvements [Matthias]
14362 * GObject [Tim Janik]
14363  - Support '-' in g_signal_connect()/disconnect() names
14364    like 'swapped-signal'.
14365  - Add g_type_class_peek_static() and use to optimize
14366    g_object_new() for static types [Tim]
14367  - Allow setting construct-only properties from within
14368    init() implementations
14369  - Enforce readability/writeability in g_object_set/get()
14370 * Fix bug with g_ascii_strtod and multi-byte separator.
14371   [Behdad Esfahbod, Roozbeh Pournader]  
14372 * Misc bug fixes [Matthias, John Ehresman, Andrew Lanoix,
14373   Tor Lillqvist, Mark McLoughlin, Tim-Philipp Müller, Manish, 
14374   Morten Welinder]
14375 * Updated translations (ca,cs,da,es,fr,ja,nn,no,pt,ru)
14376
14377 Overview of Changes from GLib 2.2.x to GLib-2.3.0
14378 =================================================
14379
14380 * Replace Trio printf by gnulib vasnprintf [Matthias Clasen]
14381 * Update Unicode data to Unicode 4.0 [Noah Levitt]
14382 * Support XML-safe formatted output with 
14383   g_markup_[v]printf_escaped [Owen Taylor]
14384 * Add g_file_read_link to read symbolic links [Matthias]
14385 * Add g_unichar_get_mirror_char to obtain the 
14386   mirrored variant of a character [Noah]
14387 * Support for one-time initialization functions. 
14388   [Sebastian Wilhelmi]
14389 * Miscellaneous API additions: g_vasprintf
14390   g_string_chunk_insert_len, g_setenv, g_unsetenv [Matthias]
14391 * Docs improvements [Matthias]
14392 * Add support instance-private data on classed types
14393   [Mark McLoughlin, Tim Janik, Owen]
14394 * Optimize signal emissions [Soeren Sandmann, Tim]
14395 * Support a "default vtable" per interface [Tim]
14396 * Add support for properties on interfaces [Owen, Tim]
14397 * Miscellaneous API additions: g_value_take_string(),
14398   g_value_take_param(), g_value_take_object(), 
14399   g_value_take_boxed(). [Matthias]
14400 * Win32 build fixes [Tor Lillqvist]
14401
14402 Overview of Changes from GLib 2.1.5 to GLib-2.2.0
14403 =================================================
14404
14405 * Fix a problem with g_thread_init() on 64-bit problems
14406   [Alceste Scalas, Sebastian Wilhelmi]
14407 * Add assembly implementations of byteswap macros
14408   for ia64 and x86_64. [Manish Singh]
14409 * IOChannel fixes for Win32 [Tor Lillqvist, Thorsten Maerz]
14410 * Updated translations (bg,ca,es,da,fi,lv,ru,sk)
14411
14412 Overview of Changes from GLib 2.1.4 to GLib-2.1.5
14413 =================================================
14414
14415 * Win32 bug fixes [Tor Lillqvist]
14416 * Various post-rewrite fixes for glib-gettext.m4 [Owen Taylor,
14417   Jody Goldberg, Kjartan Maraas, Johannes Stezenbach]
14418 * Ensure we have a GUINT64_FORMAT by pulling in Trio
14419   if necessary [Manish Singh]
14420 * Further Trio build fixes [Matthias Clasen, Owen]
14421 * Hack around gcc, libtool issues with -pthread [Owen]
14422 * Docs improvements [Matthias]
14423 * Bug and portability fixes 
14424 * Updated and new translations (bg,de,fi,fr,sq,fr)
14425
14426 Other contributors: Kai Poitschke, Morten Welinder
14427
14428 Overview of Changes from GLib 2.1.3 to GLib-2.1.4
14429 =================================================
14430
14431 * autoconf changes to make it possible to cross compile
14432   GLib. [Owen Taylor, Dan Kegel, Amy Lin, Dimi Shahbaz, 
14433   Johannes Stezenbach]
14434 * Use libintl when it has bind_textdomain_codeset() and
14435   GLib doesn't. [Owen]
14436 * Improve generation of pseudo-random integers [Morten Welinder, 
14437   Sebastian Wilhelmi]
14438 * Avoid literal UTF-8 in favor of octal escapes [Owen, Tomas Ogren]
14439 * Cleanup include order [Sven Neumann]
14440 * autoconf cleanups and bug fixes [Daniel, Matthias Clasen, Owen]
14441 * Doc fixes and additions [Matthias]
14442
14443 Other contributors: James M. Cape, Frederic Crozat, Martin Gansser,
14444   Phuc LeHong, Manish Singh, Joshua Weage, Morten Welinder
14445
14446 Overview of Changes from GLib 2.0.x to GLib-2.1.x
14447 =================================================
14448
14449 * Add copy of the Trio library to build and use for printf() when 
14450   system printf isn't good enough. Add g_printf()/etc. [Matthias Clasen]
14451 * Add g_str_has_suffix()/g_str_has_prefix() [Alex Larsson]
14452 * Add g_markup_parse_context_get_element() [Matthias]
14453 * Add g_utf8_strreverse [Matthias]
14454 * Add g_ascii_strtoull() [Tim Janik]
14455 * Support scanning of 64-bit values with GScanner [Tim]
14456 * Add g_set/get_application_name() [Havoc Pennington]
14457 * Add G_LIKELY()/G_UNLIKELY() macros for hinting branch probabilities. 
14458   Use for g_return_if_fail(). [Matthias Clasen]
14459 * Add G_GNUC_DEPRECATED macro [Tom Tromey]
14460 * Improve the seeding algorithm of GRandom to avoid problems
14461   with certain pathological seeds. Support G_RANDOM_VERSION=2.0
14462   environment variable. [Sebastian Wilhelmi]
14463 * Improve thread configure checks, use -pthread where applicable
14464   [Sebastian]
14465 * Improve handlng of thread priorities [Sebastian]
14466 * Fix up parameter names that might shadow functions from
14467   system headers [Soeren Sandmann]
14468 * Clean up usage of deprecated functions [Manish Singh]
14469 * Docs fixes and improvements. In particular, include "Since" information.
14470   [Matthias, Soeren, Martin Schulze, Daryll Strauss, Bill Janssen, 
14471   Owen Taylor, Morten Welinder]. 
14472
14473 Overview of Changes in GLib 2.0.7
14474 =================================
14475
14476 * Fix C++ warnings in gtype.h [Dom Lachowicz]
14477 * Fix g_type_fundamental_next() [Tim Janik]
14478 * Fix various missing includes of config.h [Morten Welinder]
14479 * Handle main loop initialization before g_thread_init [Sebastian Wilhelmi]
14480 * Various 64-bit fixes [Manish Singh]
14481 * Fix GPoll on Win32 [Tor Lillqvist, Herman Bloggs]
14482 * Fix bug with buffering on UTF-8 IOChannels [Daniel Elstner]
14483 * Misc bug and build fixes [Soren Andersen, Gustavo Carneiro, Tor,
14484      Tim, Havoc Pennington,  Matthias Clasen, Sebastian Rittau,
14485      Masahiro Sakai, Arvind Samptur, HideToshi Tajima, Owen Taylor]
14486 * Updated and new translations (be,cs,de,*fa,it,lv,pt_BR,tr)
14487
14488 Overview of Changes in GLib 2.0.6
14489 =================================
14490
14491 * Fix problem with interface prerequisites [Jon Trowbridge, Dave Camp]
14492 * Clean up debug spew from GObject [Anders Carlsson]
14493 * Compiler warning fixes [David L. Cooper II]
14494 * Fix some problems with g_build_path() [Guillaume Chazarain, Owen Taylor]
14495 * Fixes for --disable-debug [Sebastian Wilhelmi]
14496 * Threading fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann, 
14497   Rajkumar Sivasamy, Laurent Vivier]
14498 * Documentation fixes [Jacob Berkman, Manuel Clos, Jared Dukat, 
14499   Sebastian Rittau, Linus Welleij]
14500 * Misc bug fixes [Anders Carlsson, Sam Couter, Morten Welinder, Owen]
14501 * Updated translations (bg,ko,vi)
14502
14503 Overview of Changes in GLib 2.0.5
14504 =================================
14505
14506 * Fix problem with interface prerequisites [Jon Trowbridge, Dave Camp]
14507 * Clean up debug spew from GObject [Anders Carlsson]
14508 * Compiler warning fixes [David L. Cooper II]
14509 * Fix some problems with g_build_path() [Guillaume Chazarain, Owen Taylor]
14510 * Fixes for --disable-debug [Sebastian Wilhelmi]
14511 * Threading fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann, 
14512   Rajkumar Sivasamy, Laurent Vivier]
14513 * Documentation fixes [Jacob Berkman, Manuel Clos, Jared Dukat, 
14514   Sebastian Rittau, Linus Welleij]
14515 * Misc bug fixes [Anders Carlsson, Sam Couter, Morten Welinder, Owen]
14516 * Updated translations (bg,ko,vi)
14517
14518 Overview of Changes in GLib 2.0.4
14519 =================================
14520
14521 * Fix some 64-bit problems. (George Lebl, David L. Cooper II)
14522 * Add note about Tru64 iconv to INSTALL. (Manuel Op de Coul)
14523 * Fix problem with timouts > MAXINT. (Tim Janik, Owen Taylor)
14524 * Updated translations (ca,es,fr,ja,gl,ms,nl,pl,pt,ru)
14525
14526 Overview of Changes in GLib 2.0.3
14527 =================================
14528
14529 * Handle sorting 0-length arrays (Ron Arts)
14530 * Threading fixes (Sebastian Wilhelmi)
14531 * Portability fixes (Miroslaw Dobrzanski-Neumann, Jacob Berkman, Gareth Pierce, 
14532   Sebastian, Qingjiang Yuan)
14533 * Various fixes for glib-2.0.m4. (Jim Gettys, others.)
14534 * Locate right glib-genmarshal when cross-compiling. (Mitch Natterer)
14535 * Win32 fixes (Tor Lillqvist)
14536 * Try to fix g_get_charset() related segfaults. (Owen)
14537 * Fixes for gettext detection. (Dan Winship, HideToshi Tajima, Boyd Lynn Gerber,
14538   Andrew P. Lentvorski, Jr.)
14539 * Fix g_scanner_unexp_token() (Tim Janik, Sven Neumann)
14540 * g_markup fixes. (Matthias Clasen.)
14541 * Bug fixes and cleanups (Daniel Elstner, Matthias, Laszlo Peter, Morten Welinder,
14542   Wayne Schuller)
14543
14544 Overview of Changes in GLib 2.0.1
14545 =================================
14546
14547 * Portability fixes for Sun's Forte compiler [Erwann Chenede]
14548 * Performance improvements for GObject parameter lookup, 
14549   g_filename_to/from_utf8() [Alex Larsson]
14550 * Actually check interface prerequisites [Matthias Clasen,
14551   Miroslaw Dobrzanski-Neumann]
14552 * Fix problem with glib-mkenums taking huge amounts of stack. [Owen Taylor]
14553 * Fix g_signal_handlers_disconnect_by_func() for C++ [Damien Sandras]
14554 * Fixes for g_log() and threading.
14555   [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann, Tim Janik]
14556 * Make g_print(), g_printerr(), g_warning(), etc, convert from
14557   UTF-8 to the encoding of the locale [Sebastian Wilhelmi, Tim]
14558 * Fixes for GIOChannel on windows. [Tor Lillqvist]
14559 * Fix gsize/gint mismatches in giochannel.c [Miroslaw Dobrzanski-Neumann]
14560 * Fix file descriptor leak in g_file_get_contents() [Matthias]
14561 * Workaround iconv() problems on older Solaris [Lauri Alanko]
14562 * Fix warnings with gcc-3.1 about asm const [Cody Russel]
14563 * Minor bug fixes.
14564
14565 Other contributors: Hans Breuer, LEE Sau Dan, Sven Neumann, Salmaso Raffaele,
14566   Akira Tagoh, Morten Welinder
14567
14568
14569 Overview of Changes in GLib 2.0.0
14570 =================================
14571
14572 * Thread portability fixes [Sebastian Wilhelmi]
14573 * Documentation updates [Owen Taylor]
14574 * Make g_strerror(), g_strsignal() properly return UTF-8,
14575   call bind_text_domain_codeset() so that error strings
14576   are in UTF-8 as well. [Owen, Tor Lillqvist]
14577
14578 Overview of Changes in GLib 2.0.0 rc1:
14579 ======================================
14580
14581 * Win32 fixes [Tor Lillqvist]
14582 * Portability fixes [Finlay Dobbie, Miroslaw Dobrzanski-Neumann]
14583 * Fix up g_date_strftime [Daniel Elstner]
14584 * Add some structure padding [Tim Janik]
14585 * Make g_get_homedir() prefer the users home directory to $HOME
14586
14587 Other contributors: Matthias Clasen, Paolo Maggi, Christian Rose
14588
14589 Overview of Changes in GLib 1.3.15:
14590 ===================================
14591
14592 * Speed up marshalers by using private access to GValue 
14593   [Anders Carlsson, Tim Janik]
14594 * Reduce GValue to 2 elements [Tim]
14595 * Add G_DEBUG environment variable, G_DEBUG=fatal_warnings [Matthias Clasen]
14596 * Fixes for AIX compilation [Miroslaw Dobrzanski-Neumann]
14597 * Add padding to various structures [Owen Taylor, Tim]
14598 * Win32 fixes [Tor Lillqvist]
14599
14600 Other contributors: James Henstridge, Ryan Lovett, Morten Welinder,
14601   Daniel Elstner
14602
14603 Overview of Changes in GLib 1.3.14:
14604 ===================================
14605
14606 * Register value transformations for gint64, guint64 [Andy Wingo]
14607 * Build with large-file support [Sven Neumann, Owen Taylor]
14608 * Fix handling of hostnames in URI's [Darin Adler]
14609 * Main loop bug fixes [Havoc Pennington, Owen]
14610 * Doc fixes and improvements [Manish Singh, Tim Janik]
14611 * Support ' as attribute delimiters in GMarkup [Matthias Clasen]
14612 * Win32 fixes [Hans Breuer, Tor Lillqvist]
14613 * Threading bug and build fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann]
14614 * Miscellaneous bug fixes
14615
14616 Other contributors: Matthias Clasen, James Henstridge, Mitch Natterer, 
14617   Morten Welinder.
14618
14619 Overview of Changes in GLib 1.3.13:
14620 ===================================
14621
14622 * Fix g_filename_to/from_uri for Win32 [Tor Lillqvist, Darin Adler]
14623 * Miscellaneous win32 fixes [Tor, Hans Breuer]
14624 * Fix thread options for gcc on AIX [Jerome Zago, Sebastian Wilhelmi]
14625 * Documentation improvements [Ron Steinke, Matthias, Sebastian]
14626 * Cache iconv converters as used by g_convert() [Jeffrey Stedfast]
14627 * Bug fixes [Sven Neumann, Owen Taylor, Matthias Clasen, Jeffrey,
14628   Laszlo Peter, Havoc Pennington, Tim Janik]
14629
14630 Overview of Changes in GLib 1.3.12:
14631 ===================================
14632
14633 * Implement closure chaining, fixing up API (Tim Janik)
14634 * Closure chaining test case (James Henstridge)
14635 * Make GType long not int where both are equal width (Tim)
14636 * Win32 fixes and improvements (Hans Breuer, Tor Lillqvist)
14637 * Fixes for NetBSD. (Dan Winship)
14638 * Use snprintf() for g_printf_string_upper_bound() where possible. (Matthias Clasen)
14639 * Save space for GBSearchArray (Tim Janik)
14640 * Documentation improvements. (Matthias, Sven Neumann, Havoc Pennington)
14641
14642 Other contributors: Darin Adler, Chris Blizzard, Anders Carlson, Daniel Elstner, Michael Meeks, 
14643   Mark McLoughlin, Dave Neary, Manish Singh, Owen Taylor, HideToshi Tajima, 
14644   Sebastian Wilhelmi.
14645
14646
14647 Overview of Changes in GLib 1.3.11:
14648 ===================================
14649
14650 * Win32 fixes [Hans Breuer, Tor Lillqvist]
14651 * Documentation improvements [Matthias Clasen]
14652 * Portable directory handling API [Hans]
14653 * Threading fixes [Sebastian Wilhelmi, Havoc Pennington]
14654 * Fix excess relocations in Unicode tables [Andrew Taylor]
14655 * Fix gpattern for UTF-8 [Matthias Clasen]
14656 * Support overriding class closures [Tim Janik]
14657 * Support for derivation from G_TYPE_POINTER [Owen Taylor]
14658 * Hide pointers to type information inside GType to reduce locking
14659   [Alex Larsson, Tim]
14660 * Adds check for direct inclusion of gobject/*.h [Owen]
14661 * GObject API cleanups [Tim]
14662
14663 Other contributors: Darin Adler, Jacob Berkman, Daniel Egger, Eric Lemings, 
14664   Michael Meeks, Mark McLoughlin, Arkadiusz Miskiewicz, Dan Winship
14665
14666
14667 Overview of Changes in GLib 1.3.10:
14668 ===================================
14669
14670 * Many Win32 fixes and improvements [Tor Lillqvist]
14671 * Documentation improvements [Matthias Clasen]
14672 * g_string_printfa() renamed to g_string_append_printf()
14673 * Use libcharset from libiconv to implement charset detection
14674   more portably. [Owen Taylor, Hidetoshi Tajima]
14675 * Add 64 bit type support to GObject [Joshua Pritikin, Mathieu Lacage, Owen]
14676 * Make support for 64 bit integers a requirement [Joshua]
14677 * GPattern improvements [Tim Janik, Matthias]
14678 * Locale independent g_ascii_strtod / g_ascii_dtostr [Alex Larsson]
14679 * Many bug fixes and minor tweaks.
14680
14681 Other Contributors: Darin Adler, Jakub Jelinek, James Antill, Andrew Taylor,
14682   Ben Gertzfield, Elliot Lee, Manish Singh, Abel Cheung, Laszlo Peter,
14683   Sven Neumann, George Lebl, Raja Harinath, Sebastian Wilhelmi,
14684   Jacob Berkman
14685
14686
14687 Overview of Changes in GLib 1.3.9:
14688 ==================================
14689
14690 * Fixes for comparison of threads [Sebastian Wilhelmi]
14691 * Use vasprintf() when possible for g_strdup_printf [Matthias Clasen]
14692 * Win32 fixes [Tor Lillqvist, Hans Breuer]
14693 * Add a len argument to g_ascii_strup/strdown
14694 * Bug, portability fixes, cleanups.
14695
14696 Other Contributors: Darin Adler, Katsuhiro Okuno, Joshua N. Pritikin
14697
14698
14699 Overview of Changes in GLib 1.3.8:
14700 ==================================
14701
14702 * Documentation updates [Owen]
14703 * Made GType interfaces overridable in derived types
14704 * Many win32 fixes [Tor Lillqvist]
14705 * Miscellaneous cleanups and fixes
14706
14707 Other contributors:
14708   Darin Adler, Matthias Clasen, Ron Steinke, Hans Breuer, Alex Larsson
14709
14710
14711 Overview of Changes in GLib 1.3.7:
14712 ==================================
14713
14714 * Integrate GClosure support into the main loop [Owen Taylor]
14715 * More GSignal convenience functions (macros) [Sven Neumann, Tim Janik]
14716 * Introduced weak references for GObject [James Henstridge, Sven, Tim] 
14717 * Minor hash table optimizations
14718 * Main loop and threading improvements [Sebastian Wilhelmi]
14719 * Added g_ascii_* functions to be used for locale insensitive UTF-8
14720   compliant code instead of old string functions  [Darin Adler, Alex Larsson]
14721 * Add functions for Unicode case-conversion, normalization, and 
14722   collation [Owen]* GString improvements [Owen]
14723 * Reworked the GIOChannel code [Hidetoshi Tajima, Ron Steinke]
14724 * Removed glib-config-2.0 in favour of pkgconfig [Sebastian]
14725 * Make code 64bit clean [Mark Murnane]
14726 * More G_CONST_RETURN fixes
14727 * Many improvements to the win32 code [Tor Lillqvist, Hans Breuer]
14728 * Miscellaneous bug and API fixes
14729
14730 Other contributors:
14731   Michael Natterer, Christopher James Lahey, Padraig O'Briain,
14732   Matthias Clasen, Josh Pritikin, Steve Baker, Cesar Rincon, Garry R. Osgood,
14733   Michael Meeks, Laszlo Peter,  Martin Baulig, Kjartan Maraas, Andrew Lanoix,
14734   Peter Williams
14735
14736
14737 Overview of Changes in GLib 1.3.6:
14738 ==================================
14739
14740 * Threads have a "return value" from g_thread_join
14741 * Removed ability to adjust thread stack size
14742 * Prefix warnings with progname/PID by default, change toggle for this to 
14743   be an env variable G_MESSAGES_PREFIXED not a compile-time option
14744 * GMarkup speedups
14745 * GDate const, convenience fixups
14746 * Include test cases that headers are compilable by C++ compiler
14747 * Add ability to spawn processes with argv[0] != executable path.
14748 * g_strstr_len, g_strrstr, g_strrstr_len
14749 * Add length argument to g_utf8_strchr and g_utf8_strrchr.
14750 * Misc bug fixes
14751
14752
14753 Overview of Changes in GLib 1.3.5:
14754 ==================================
14755
14756 * Added an installed glib-mkenums Perl program for parsing enumeration
14757   declarations from header files.
14758 * Mark some additional deprecated functions.
14759 * Bug and Portability fixes
14760
14761
14762 Overview of Changes in GLib 1.3.4:
14763 ==================================
14764
14765 * Efficiency improvements for GThreadPool
14766 * A few bug fixes
14767 * Build fixes
14768 * Documentation improvements
14769
14770
14771 Overview of Changes in GLib 1.3.3:
14772 ==================================
14773
14774 GLib:
14775
14776 * More user_data support in various functions.
14777 * Main loop API revamps to support per-thread main loops.
14778 * Unicode handling improvements.
14779 * Implemented debugging traps.
14780 * G_CONST_RETURN specification all over the place.
14781 * Various new small utility functions.
14782 * Random number generator precision improvements.
14783 * New configure option --disable-mem-pools.
14784 * Many Win32 improvements.
14785 * Added g_try_malloc() friends varinats.
14786 * Many documentation improvements.
14787 * Many threading improvements, support for dynamic allocation
14788   of static mutexes.
14789 * GHookLIst API cleanups.
14790 * Improved format support of GDate parser.
14791 * String function speed improvements with new g_stpcpy().
14792 * Hashtable API additions.
14793 * New GPatternSpec for shell-style pattern matching (from GtkPatternSpec).
14794 * Optimizations, cleanups, bug fixes.
14795
14796 GObject:
14797
14798 * Added many convenience functions.
14799 * GClosure and GParamSpec use float/sink ref-counting scheme now.
14800 * Reworked property change notification.
14801 * Binary searchable array cleanups, so it's widely usable now.
14802 * Added static content keeping for some GValue types.
14803 * Support for statically scoped signal parameters.
14804 * Extinguished property trailer args in set/get interface.
14805 * Added support for abstract types.
14806 * G_CONST_RETURN specification all over the place.
14807 * Split parameter exchange functionality into value transforms
14808   and parameter conversions.
14809 * Added signal emission hooks and signal accumulators.
14810 * Added interface prerequisites to support is_a (interface, object)
14811   relations.
14812 * Implemented GValueArray.
14813 * New types, boxed: G_TYPE_VALUE, G_TYPE_CLOSURE, G_TYPE_GSTRING
14814   GParamSpecs: G_TYPE_PARAM_PARAM, G_TYPE_PARAM_POINTER, G_TYPE_PARAM_CLOSURE,
14815   G_TYPE_VALUE_ARRAY, G_TYPE_PARAM_UNICHAR, G_TYPE_PARAM_VALUE_ARRAY.
14816 * Varrags value collection improvements.
14817 * Implemented debugging traps.
14818 * Made things thread-safe.
14819 * Many documentation improvements.
14820 * Many cleanups, optimizations and bug fixes.
14821
14822
14823 Overview of Changes in GLib 1.3.2:
14824 ==================================
14825
14826 GLib:
14827
14828 * Win32 build improvements  [Tor]
14829 * Improvements to error reporting  
14830   (g_critical(), g_return_if_reached()) [Darin]
14831 * Add g_strlcpy/g_strlcat  [David Wheeler]
14832 * New IO channel implementation for Win32  [Tor] 
14833 * Make g_array_free, g_string_free return pointer to memory requested
14834   not to be freed.  [Darin]
14835 * Added GError based error reporting for thread functions.  [Sebastian]
14836 * Moved reference docs into GLib distribution. [Owen]
14837 * Added g_convert() for doing convenient character set conversions based
14838   on iconv. (GLib now requires libiconv or a native iconv.) [Havoc/Owen]
14839 * Various Unicode handling additions (g_ucs4_to_utf8, g_utf8_validate(),
14840   g_{locale,filename}_{to,from}_utf8)  [Robert/Havoc/Owen]
14841 * Portability fixes for threading.  [Sebastian]
14842 * Added convenient functions for launching new processes (g_spawn_*),
14843   and shell quoting/unquoting functions.  [Havoc]
14844 * Split glib.h into many headers.  [Sebastian]
14845 * Added a simple callback-based parser for XML-like files (GMarkup).  [Havoc]
14846 * Fixed confusions between comparison functions that return <0, 0, >0
14847   and equaility functions that return FALSE,TRUE.  [Sebastian]
14848 * Added safe/portable temporary file manipulation functions.  [Tor]
14849 * autoconf improvements.  [Raja]
14850 * Many documentation improvements.
14851 * Bug fixes.
14852
14853 GObject:
14854
14855 * Added boxed and pointer types.  [Tim/Jonathan]
14856 * Added callback abstraction (GClosure)  [Tim]
14857 * Added signal system (GSignal)  [Tim]
14858 * Make GTypePlugin an interface  [Tim]
14859 * Added GTypeModule - a simple GTypePlugin instantiation  [Owen]
14860 * Bug fixes.
14861
14862
14863 What's new in GLib 1.3.1:
14864 =========================
14865
14866 * New GObject library added including object system based on
14867   the GTK+ object system. 
14868 * Functions for getting the properties of Unicode characters, 
14869   computing the canonical decomposition and ordering combining
14870   characters aand manipulating UTF-8 string manipulation based
14871   on libunicode.
14872 * GString now properly handles embedded nuls.
14873 * Multiple fixes from the 1.2.x branch.
14874 * Upgrade to libtool 1.3.3
14875 * Full thread support (thread creation and destruction).
14876 * BeOS port, BeOS dynamic modules.
14877 * Many improvements to the Windows ports.
14878 * Improvements to the OS/2 port, OS/2 module support.
14879 * Double ended queue implementation.
14880 * GLib macros for printf() formatting, e.g. G_GULONG_FORMAT = "lu"
14881 * New configure option --enable-msg-prefix to prefix messages, warnings
14882   et ceteri with the program name and the process id.
14883 * New thread-safe random number generator Mersenne Twister.
14884 * g_strcompress() added, g_strescape() had a slight API change, and
14885   more tightly defined semantics.
14886 * the g_string(x) macro has been removed, #x may be used instead.
14887                                 
14888
14889
14890 Overview of changes in GLib 1.2.1
14891 =================================
14892
14893 * g_realloc() fix for SunOS (please report further problems).
14894 * Continued the never ending fix vendetta regarding getpwuid(),
14895   this time AIX has been the culprit.
14896 * Upgrade to libtool 1.2f
14897 * Miscellaneous other buglets fixed.
14898
14899
14900 Overview of changes in GLib 1.2.0
14901 =================================
14902
14903 * GLib is distributed seperatedly from Gtk+
14904 * Win32 Portability
14905 * Threading support
14906 * GModule mechanism (implemented in an extra library) which wraps dynamic
14907   object code loading facilities in a portable manner
14908 * GIOChannel structure to encapsulate the IPC mechanism
14909 * GQuarks and datasets
14910 * GRelations for n-way mapping of certain data
14911 * An n-way tree implementation
14912 * GDate functionality for calendar date manipulations
14913 * GAllocator type and associated functions
14914 * Added generic callback maintenance functions (ghook)
14915 * Generic functions for TAB completions
14916 * Endian defines (G_*_ENDIAN)
14917 * g_log() mechanism for logging of messages at different log levels
14918 * Generic main-loop mechanism
14919 * New glib-config helper script
14920 * Many more API extensions
14921
14922
14923 Overview of changes in GLib 1.1.16
14924 ==================================
14925
14926 * Allocate smaller pools of memory for glists, gslists, gnodes
14927 * Bug Fixes
14928
14929
14930 Overview of changes in GLib 1.1.15
14931 ==================================
14932
14933 * HPUX 11 thread system detection should now work
14934 * Release the main loop lock around calls to prepare() and
14935   check() so it is not held over user code
14936 * A few Win32 fixups
14937
14938
14939 Overview of changes in GLib 1.1.14
14940 ==================================
14941
14942 * Check for dlsym() in system libraries and -dl
14943 * FreeBSD portability fixes
14944 * Random bug fixes and autoconf/automake changes
14945
14946
14947 Overview of changes in GLib 1.1.13
14948 ==================================
14949
14950 * Removed alloca() based function and macro variants again.
14951 * Improved thread related configure tests.
14952 * GSource destruction fixups.
14953 * Fixed up idle function removal based on user_data pointer.
14954 * Advanced Win32 portability.
14955 * Enforced GSource's check(), prepare() and dispatch() constrains,
14956   loop recursions may only happen from dispatch(), and check() as well
14957   as prepare() are called while the main_loop lock is being held.
14958 * GLib development now requires GNU autoconf 2.13, GNU automake 1.4
14959   and GNU libtool 1.2d.
14960 * Lots of random portability and bug fixes.
14961
14962
14963 Overview of changes in GLib 1.1.12
14964 ==================================
14965
14966 * Added alloca functions/macros: g_strdup_a, g_strconcat3_a, g_alloca,
14967   g_new_a, g_new0_a
14968 * New tests structure.  Type 'make check' on your system to run them.
14969 * Avoid unnecessary extra hook referencing in g_hook_list_marshal
14970
14971
14972 Overview of changes in GLib 1.1.11
14973 ==================================
14974
14975 * provide defaults for POLL sysdefs
14976 * g_main_is_running: new function to check whether a main loop has been quitted
14977 * a few other enhancement/fixes
14978
14979
14980 Overview of changes in GLib 1.1.9
14981 =================================
14982
14983 * Check for pthread_attr_init in all cases, Digital Unix 4 requires this
14984 * For G_LOCK_DECLARE_*, if !G_THREADS_ENABLED, eat trailing semicolon better
14985 * Changed g_main_poll_(add|remove) to g_main_(add|remove)_poll
14986
14987
14988 Overview of changes in GLib 1.1.8
14989 =================================
14990
14991 * Added threading support
14992   - The ability to specify a set of functions to be used for
14993     locking at runtime.
14994   - Default implementations of locking functions for pthreads,
14995     Solaris threads, and (experimentally) NSPR.
14996   - All static variables should now properly locked.
14997   - Enhancements to the generic main-loop mechanism to be thread-safe.
14998     (It is used for the main-loop in GTK+ as of GTK+-1.1.8)
14999 * Portability fixes.
15000
15001
15002 Overview of changes in GLib 1.1.7
15003 =================================
15004
15005 * Removed multiple define from glibconfig.h
15006
15007
15008 Overview of changes in GLib 1.1.6
15009 =================================
15010
15011 * New GDate functionality for calendar date manipulations (g_date_*)
15012 * New GAllocator type and associated functions
15013 * New functions g_slist_copy and g_list_copy to duplicate a list with all
15014   its data pointers.
15015 * New function g_array_insert_vals and new macro g_array_insert_val to
15016   insert elements at an arbitrary index
15017 * GAllocators used for glist, gslist, gnode node allocations
15018 * Incremental freezing in ghash
15019 * New function g_hook_list_marshal_check to eventually destroy hooks after
15020   they got marshalled
15021 * Revised GIOChannel to provide generic virtual-function based interface
15022 * Added generic main-loop abstraction
15023 * Removed GListAllocator type and its g_*_allocator_*() function variants
15024 * Bug fixes
15025
15026
15027 Overview of changes in GLib 1.1.5
15028 =================================
15029
15030 * Win32 portability
15031 * GIOChannel structure to encapsulate the IPC mechanism
15032 * Reimplemented endian stuff, using inline asm for x86
15033 * New functions:
15034   - g_strescape: escapes backslashes
15035   - g_path_is_absolute and g_path_skip_root
15036   - g_getenv: expands environment variables that contain references
15037     to other environment variables
15038   - g_scanner_sync_file_offset: rewind the filedescriptor to the current
15039     buffer position and blow the file read ahead buffer
15040   - g_array_remove_index: remove an entry, preserving the order
15041   - g_array_remove_index_fast: remove an entry, order might be distorted
15042   - g_ptr_array_remove: remove an entry, preserving the order
15043   - g_ptr_array_remove_fast: remove an entry, order might be distorted
15044   - g_byte_array_remove_index: wrapper for g_array_remove_index
15045   - g_byte_array_remove_index_fast: wrapper for g_array_remove_index_fast
15046   - g_strncasecmp: modeled closely after g_strcasecmp
15047   - g_list_sort, g_slist_sort: to merge sort GLists and GSLists
15048 * New macros:
15049   - G_DIR_SEPARATOR, G_DIR_SEPARATOR_S: platform-dependant file name
15050     syntax elements
15051   - G_SEARCHPATH_SEPARATOR, G_SEARCHPATH_SEPARATOR_S: platform-dependant
15052     search path syntax conventions
15053   - G_STRUCT_OFFSET, G_STRUCT_MEMBER_P, G_STRUCT_MEMBER: for handling
15054     structure fields through their offsets
15055 * Removed G_ENUM, G_FLAGS, G_NV, and G_SV macros
15056 * Bug fixes
15057
15058
15059 Overview of changes in GLib 1.1.4
15060 =================================
15061
15062 * Added generic callback maintenance functions (ghook)
15063 * New endian defines (G_*_ENDIAN)
15064 * New string join/split/free routines
15065 * Fixes
15066
15067
15068 Overview of changes in GLib 1.1.3
15069 =================================
15070
15071 * New GModule mechanism (implemented in an extra library) which wraps dynamic
15072   object code loading facilities in a portable manner.
15073 * glib-config features extra "glib" (old behaviour remains) and "gmodule"
15074   (add libgmodule.so to the --libs output) arguments now. this can also
15075   be specified as fourth argument to the AM_PATH_GLIB() macro.
15076 * Overhaul of the `inline' autoconfiguration stuff, so inlining should be
15077   sufficiently supported on all systems that allow inlining now.
15078 * New g_log() mechanism for logging of messages at different log levels,
15079   associated with certain log domains (define -DG_LOG_DOMAIN for your library).
15080 * New inline functions for bit masks tests.
15081 * GNode macros (and functions) now return the newly allocated node.
15082 * New macro G_VA_COPY() to work around va_list copying oddities on some
15083   platforms. the non-static g_vsprintf() function vanished in favour of
15084   a publically exported g_strdup_vprintf().
15085   People that used the former g_vsprintf() would definitely want to read the
15086   associated ChangeLog entries (grep for printf).
15087 * New utility functions:
15088   g_strndup(), g_on_error_query(), g_on_error_stack_trace(), g_strdup_printf(),
15089   g_strdup_vprintf(), g_printf_string_upper_bound(), g_spaced_primes_closest(),
15090   g_strnfill(), g_memdup().
15091 * Overhaul of the array implementations, this contains some source incompatible
15092   changes. Again, the ChangeLog is much more informative (grep for garray.c).
15093 * The internals of the g_dataset mechanism are now exported through the
15094   new g_datalist_* API (this is also the underlying implementation for the
15095   keyed data of GtkObjects).
15096 * New function g_atexit(), use of the ATEXIT() macro is discouraged.
15097 * Better configure checks for ansi compliance.
15098 * Libtool update to version 1.2b.
15099 * Lotsa bug fixes and cleanups as always ;)
15100
15101
15102 Overview of changes in GLib 1.1.2
15103 =================================
15104
15105 * Fixed packaging mistake which occured in 1.1.1
15106 * fix 64-bitness in g_prints in glibtest
15107
15108
15109 Overview of changes in GLib 1.1.1
15110 =================================
15111
15112 * An n-way tree implementation is provided now, based on the GNode structure.
15113 * Bugfix for pointer arrays.
15114
15115
15116 Overview of changes in GLib 1.1.0
15117 =================================
15118
15119 * GLib is distributed seperatedly from Gtk+ now and uses a sophisticated
15120   shared library versioning scheme to deal with interface and binary
15121   incompatibilities.
15122 * There is a glib-config helper script installed now.
15123 * Fixups all over the place.
15124 * gboolean is now a gint, not a gchar anymore.
15125 * API extensions for GList and GSList.
15126 * New g_str*() functions for simple string handling.
15127 * GScanner extensions for scope, warning and error handling.
15128 * Minor performance improvements for GMemChunks.
15129 * Implementations of GQuarks and datasets (similar to GtkObjects data
15130   mechansim, but works for generic memory locations).
15131 * More convenience macros for GNU C function arguments.
15132 * Const correction all over the place, including a new pointer type
15133   gconstpointer.
15134 * Generic functions for TAB completions.
15135 * GRelations for n-way mapping of certain data.