Imported Upstream version 2.60.5
[platform/upstream/glib.git] / NEWS
1 Overview of changes in GLib 2.60.5
2 ==================================
3
4 * Fix implicit use of the `GKeyfileSettingsBackend` (#1822)
5
6 * Fix opening a URI using the ‘Open URI’ portal (!968)
7
8 * Bugs fixed:
9  - !910 Backport !909 “D-Bus auth mechanism improvements” to glib-2-60
10  - !949 Backport !945 “Avoid overrunning stack at the end of the varargs.” to glib-2-60
11  - !956 Backport !954 “Fix the ISO 15924 code for Manichaean” to glib-2-60
12  - !958 gthread: fix minor errno problem in GCond
13  - !969 Backport !968 ”Fix typo in request handle” to glib-2-60
14  - !977 Backport !974 “Ensure that the keyfile settings backend exists” to glib-2-60
15
16
17 Overview of changes in GLib 2.60.4
18 ==================================
19
20 * Fixes to improved network status detection with NetworkManager (#1788)
21
22 * Leak fixes to some `glib-genmarshal` generated code (#1793)
23
24 * Further fixes to the Happy Eyeballs (RFC 8305) implementation (!865)
25
26 * File system permissions fix to clamp down permissions in a small time window
27   when copying files (CVE-2019-12450, !876)
28
29 * Bugs fixed:
30  - #1755 Please revert #535 gmacros: Try to use the standard __func__ first in G_STRFUNC
31  - #1788 GNetworkMonitor claims I am offline
32  - #1792 glib-genmarshal generated valist marshal does not respect static scope for some types
33  - #1793 glib-genmarshal generates wrong code for va marshaler for VARIANT type
34  - #1795 Fix mingw32 CI on older branches
35  - !865 gnetworkaddress: fix "happy eyeballs" logic
36  - !878 Backport !876 “gfile: Limit access to files when copying” to glib-2-60
37
38
39 Overview of changes in GLib 2.60.3
40 ==================================
41
42 * Various fixes to small key/value support in `GHashTable` (#1749, #1780)
43
44 * Bugs fixed:
45  - #1747 Critical in g_socket_client_async_connect_complete
46  - #1749 New GHashTable implementation confuses valgrind
47  - #1759 test_month_names: assertion failed
48  - #1771 GNetworkAddressAddressEnumerator unsafely modifies cache in GNetworkAddress
49  - #1774 Leaks in gsocketclient.c connection code
50  - #1776 glib/date test fails
51  - #1780 GDB pretty-printer for GHashTable no longer works
52  - !815 Merge branch 'wip/tingping/socketclient-cancel-2' into 'master'
53  - !816 Backport !814 “gschema.dtd: Add target attribute to alias” to glib-2-60
54  - !826 Backport !824 “gsocketclient: Fix a leak in the connection code” to glib-2-60
55  - !829 Backport !828 “build: Fix a typo in the test whether _NL_ABALTMON_n is supported” to glib-2-60
56  - !834 Backport !823 "gnetworkaddress: Fix parallel enumerations interfering with eachother" to glib-2-60
57  - !838 Backport !835 “Fix typo in German translation” to glib-2-60
58  - !841 Backport !839 “tests: Update month name check for Greek locale” to glib-2-60
59  - !844 Backport !840 “ghash: Disable small-arrays under valgrind” to glib-2-60
60  - !846 Backport !845 “Fixing g_format_size_full() on Windows-x64” to glib-2-60
61  - !855 Backport !848 (more GHashTable fixes) to glib-2-60
62  - !858 Backport !852 “Update gdb pretty-printer for GHashTable” to glib-2-60
63
64 * Translation updates:
65  - German
66
67
68 Overview of changes in GLib 2.60.2
69 ==================================
70
71 * Fix crash when displaying notifications on macOS (!786)
72
73 * Improve network status detection with NetworkManager (!781)
74
75 * Bugs fixed:
76  - !790 glib/gconstructor.h: Include stdlib.h for MSVC builds
77  - !793 Backport !786: “cocoanotificationbackend: do not release readonly property” to glib-2-60
78  - !803 Backport !781 “gnetworkmonitornm: Fix network available detection” to glib-2-60
79
80 * Translation updates:
81  - Catalan
82
83
84 Overview of changes in GLib 2.60.1
85 ==================================
86
87 * Fix documentation for `gdbus-tool wait` to use correct units
88
89 * Bugs fixed:
90  - #1709 GResource generation test incompatible with stable LLVM on Linux
91  - #1725 gosxappinfo.h is not installed on macOS
92  - #1737 gdbus-tool wait command timeout argument incorrect unit reference
93  - !711 socket: Fix annotation for flags in g_socket_receive_message
94  - !722 Backport codegen: Fix use of uninitialised variable from !721 to glib-2-60
95  - !727 Backport !719 “Handle an UNKNOWN NetworkManager connectivity as NONE” to glib-2-60
96  - !729 Backport !728 “gsocket: Remove (type) annotation from flags arguments” to glib-2-60
97  - !758 gdbusaddress, win32: backport using cwd for running rundll32
98  - !775 meson: Hotfix for iconv detection on macOS
99
100 * Translation updates:
101  - Basque
102  - Dutch
103
104
105 Overview of changes in GLib 2.60.0
106 ==================================
107
108 * Further fixes to the Happy Eyeballs (RFC 8305) implementation (#1653, #1679, #1693)
109
110 * Add support for the XDG trash portal (#1676, !276)
111
112 * Bugs fixed:
113  - #1653 gsocketclient-slow test is flaky
114  - #1658 keyfile settings backend: Consider tightening permissions
115  - #1668 Fill in CODE-OWNERS file
116  - #1675 glib-compile-resources: c_name generation issue
117  - #1676 Trash portal tries to open files as read-only but D-Bus API documents against that
118  - #1679 socket-service test is flaky
119  - #1693 Happy Eyeballs failure in gsocketclient-slow test
120  - #1697 gthreadresolver: do_lookup_records does res_ninit with an uninitialized state
121  - #1698 g_base64_encode(NULL, 0) causes critical warnings
122  - !276 Support the trash portal
123  - !639 gvariant-parser: Fix error handling when type coalescing fails
124  - !666 Socket fixes to W32 test suite
125  - !674 Update gvdb submodule
126  - !676 Initialize a variable
127  - !677 gerror: Add a missing precondition assertion in documentation
128  - !686 gio: Also support modules built with MSVC
129  - !688 gsocketclient: Fix critical on cancellation
130  - !689 glib-compile-resources: Fix a minor leak
131  - !691 gtask: Separate GTask fields memory locations to avoid data races
132  - !692 glib.supp: Add more variations of existing suppressions
133  - !696 Move closures refcount test to gobject/tests/
134  - !698 gthreadedresolver: Remove unused thread pool
135  - !699 tests: Fix closure-refcount to preserve old semantics
136  - !702 Rename gobjectenumtypes.[ch] to glib-enumtypes.[ch]
137  - !703 Clean up gmarshal.[ch]
138
139 * Translation updates:
140  - Catalan
141  - Czech
142  - French
143  - Friulian
144  - German
145  - Italian
146  - Korean
147  - Romanian
148  - Serbian
149
150
151 Overview of changes in GLib 2.59.3
152 ==================================
153
154 * Fix support for g_get_user_special_dir() on macOS, including support for the Downloads directory (#1048)
155
156 * Ensure that cancelling a GTask cannot cause its callback to be called synchronously (in the same call chain as the original *_async() call) (#1608)
157
158 * Further fixes to the Happy Eyeballs (RFC 8305) implementation (#1644, #1680)
159
160 * Various fixes for installation of installed tests (thanks to Iain Lane) (!649, !651)
161
162 * Various fixes for tests when run on Windows (thanks to LRN) (!665, !667)
163
164 * Bugs fixed:
165  - #535 gmacros: Try to use the standard __func__ first in G_STRFUNC
166  - #875 gio-gvfs on Windows: Don't mishandle other non-native URIs in gwinhttpvfs.c
167  - #1048 "Desktop" shortcut appears twice in file chooser sidebar on OSX
168  - #1608 Cancellation might not be asynchronous under certain circumstances
169  - #1644 network-address test failure in CI: IPv6 Broken (g-io-error-quark, 24)
170  - #1680 Regression: g_socket_client_connect_to_host_async() sometimes gets "Connection refused" when connecting to localhost
171  - #1686 gdbus-peer test is sometimes timing out
172  - !613 Use win32 io channel on windows for the protocol test
173  - !634 Win32: gio/gsocket.c: Set WSAEWOULDBLOCK on G_POLLABLE_RETURN_WOULD_BLOCK
174  - !638 gvariant-parser: Fix parsing of G_MININT* values in GVariant text format
175  - !640 tests: Tag socket-service test as ‘flaky’
176  - !641 Minor typo fixes to GSpawn documentation
177  - !645 gsocketlistener: Fix multiple returns of GTask when accepting sockets
178  - !647 gsocketclient: Ensure task is always returned on cancel
179  - !648 gio/tests/task: Run the worker indefinitely until it's cancelled
180  - !649 gio tests: Install test1.overlay file when building installed tests
181  - !650 gstring: fully document semantics of @len for g_string_insert_len
182  - !651 tests: Install the slow-connect-preload.so library and use it
183  - !667 GSubprocess fixes for W32 test suite
184  - !668 tests: Mark gdbus-peer test as flaky
185  - !669 GWin32VolumeMonitor: Sort the volumes correctly
186  - !670 gpollableoutputstream: Fix the description of the interface
187  - !672 Fix some tests when running as root
188
189 * Translation updates:
190  - Catalan
191  - Danish
192  - French
193  - Indonesian
194  - Kazakh
195  - Portuguese (Brazil)
196  - Slovenian
197  - Turkish
198
199
200 Overview of changes in GLib 2.59.2
201 ==================================
202
203 * Fix check on GDBusMessage size when reading it. (#1642)
204
205 * Add async GIO API: g_file_query_default_handler_async(), g_app_info_launch_uris_async() (#1249, #1347)
206
207 * Fix some bugs in the Happy Eyeballs implementation. (#1646, #1649)
208
209 * Install a new generated header with enum types for Unicode enums. (!481)
210
211 * Support the XDG trash portal. (!276)
212
213 * Bugs fixed:
214  - #1224 TSAN patches
215  - #1249 xdg-open/gnome-open doesn't work if service isn't started
216  - #1347 g_app_info_launch_default_for_uri_async  is not really async
217  - #1376 gmarkup: Optimize g_markup_escape_text()
218  - #1642 minor mismatch between error and code in g_dbus_message_bytes_needed
219  - #1646 Criticals in g_socket_client_enumerator_callback()
220  - #1649 Critical in g_socket_client_connected_callback
221  - #1673 G_MININT constants broken in g-i
222  - !276 Support the trash portal
223  - !481 Define enum types for Unicode enums
224  - !585 gio: do not pass O_PATH file descriptors to portal APIs
225  - !593 Don't fail trash test if ~/.local doesn't exist or mount points can't be determined (master)
226  - !609 Make `g_app_info_launch_uris_async()` really asynchronous
227  - !619 gvariant: Fix a mistake in docs
228  - !622 Fixing warnings
229  - !626 gdbus: Avoid printing null strings
230  - !627 gsocketclient: Fix criticals
231  - !629 Various memory leak cleanups to GSettings tests (subset)
232  - !630 docs: Ignore more version macros
233
234 * Translation updates:
235  - Galician
236  - Hungarian
237  - Lithuanian
238  - Polish
239  - Spanish
240
241
242 Overview of changes in GLib 2.59.1
243 ==================================
244
245 * Autotools support is gone. (!580)
246
247 * g_format_size() now uses a no-break space to separate digits and units;
248   translations will need to be updated accordingly. (#1625)
249
250 * New g_queue_clear_full() API. (#1464)
251
252 * Fix argument quoting on win32 when spawning subprocesses. (!419)
253
254 * Allow polling more than 64 handles on win32 using g_poll(). (#1071)
255
256 * Tag various tests as ‘flaky’. These are no longer run routinely on our
257   upstream CI machines, and downstream packagers may want to not run them (or
258   not treat those test failures as package build failures) on their test
259   machines either. They are in the `flaky` test suite. (!579)
260
261 * Add overlay support to g_resources_get_info(). (#1445)
262
263 * Support defaults and locks in the keyfile GSettings backend. This will be
264   used for flatpaks. (!450)
265
266 * Accept unquoted strings in the keyfile GSettings backend to simplify things
267   for sysadmins. (!603)
268
269 * Update our contribution guidelines (`CONTRIBUTING.md`). (!590)
270
271 * Add writev() and writev_all() APIs to GOutputStream and GPollableOutputStream,
272   and provide implementations of them for many subclasses. (#1431)
273
274 * Bugs fixed:
275  - #424 Add 'proxy' debugging support
276  - #1055 Provide alignment macros
277  - #1071 Eliminate MAXIMUM_WAIT_OBJECTS limitation in g_poll() on Windows
278  - #1445 g_resources_get_info doesn't respect resource overlays
279  - #1464 Add g_queue_clear_full() API
280  - #1500 GListStore needs double checking on some warnings
281  - #1623 xdg-open: file with colon results in “The specified location is not supported”
282  - #1625 Unbreakable space needed when showing size of folder/file
283  - #1636 GTask getters don’t return TRUE/FALSE after bitfield changes
284  - #1637 EXCEPTION_ACCESS_VIOLATION in g_clear_pointer
285  - #1639 GListStore implementation of g_list_model_get_item() returns wrong results on integer overflow
286  - #1655 gvariant-parser warnings
287  - #1663 G_MININT32 triggers compiler warning C4146 with Visual C++
288  - #1666 `G_DEFINE_DYNAMIC_TYPE_EXTENDED` causes warnings with -Wcast-function-type
289  - !319 giomodule: Print the type of each default GIO module
290  - !333 Add writev() API to GOutputStream and GPollableOutputStream
291  - !419 gspawn, win32: qouted args - escape end backslash
292  - !450 Settings portal
293  - !512 gtype: Clarify type of GInterfaceInitFunc
294  - !516 gthread: Add g_private_set_alloc0() convenience API
295  - !535 win32 gpoll: overcome the 64 handles limit
296  - !545 goption: Fix an annotation on g_option_context_parse_strv()
297  - !560 docs: Fix dconf GSETTINGS_BACKEND name in gio overview
298  - !564 gtype: Document type for iface_default_init() function
299  - !568 Add separate definitions of g_assert_[non]null() for C++
300  - !571 docs: Add note on how to check a gboolean condition
301  - !575 gio: Update bad cert error in accept-certificate and GTlsError docs
302  - !579 Temporarily disable flaky tests
303  - !580 Drop autotools support
304  - !583 gmacros: MSVC supports the noreturn function attribute
305  - !587 Remove unused .pc.in files
306  - !588 MSVC: Move dirent implementation to glib/dirent/
307  - !590 Update contribution documentation
308  - !591 gfileinfo: Fix annotation for g_file_info_set_attribute_stringv
309  - !592 Remove leftover build/ directory
310  - !595 gtestutils: pass open file descriptors to subprocess
311  - !597 tests: Tag gsocketclient-slow test as ‘flaky’
312  - !598 gdbus-proxy test fails with GLib-GIO:ERROR:glib/gio/tests/gdbus-proxy.c:832:fail_test: code should not be reached
313  - !599 gdtlsconnection: do not return on a void method
314  - !601 gio: Support "help" in extension point env vars
315  - !602 Update POTFILES.in
316  - !603 keyfile settings: Accept unquoted strings
317  - !608 build: Add -Wno-pedantic flag to compiler arguments
318  - !611 gnetworkaddress: fix use-after-free for network address
319  - !612 gdir: shutup a warning when building with msvc
320  - !615 Fix a couple of wrong compiler warnings
321
322 * Translation updates:
323  - Spanish
324  - Swedish
325
326
327 Overview of changes in GLib 2.59.0
328 ==================================
329
330 * This will be the last development release with autotools support. As our
331   Meson support has been around since 2.56.x, and was used to release tarballs
332   in 2.58.x, the next development release (2.59.1) will drop autotools as used
333   to build GLib. The macros installed for other packages to use will remain.
334
335 * Add `G_TEST_OPTION_ISOLATE_DIRS` to redirect `XDG_*_HOME` to a temporary
336   directory for each unit test. (#538)
337
338 * Support `Property.EmitsChangedSignal` annotations in `gdbus-codegen`. (#542)
339
340 * Add `g_assert_cmpvariant()` API for unit tests. (#1191)
341
342 * Hide bind mounts from GIO mount listings. (#1271)
343
344 * Automatically realign data passed to `g_variant_new_from_bytes()` or
345   `g_variant_new_from_data()` if it is not correctly aligned. This prevents
346   misaligned accesses on architectures which don’t support them. Callers should
347   still aim to correctly align data to get higher performance. (#1342)
348
349 * Support `ld -b binary` (on platforms which support it; i.e. Linux) to provide
350   large pre-compiled `GResource` resources with a fast compilation time. (#1489)
351
352 * Unconditionally install GLib m4 macros, so that projects which depend on GLib
353   and which still build using autotools can continue to build even once GLib has
354   ported entirely to Meson. (#1520)
355
356 * Various fixes to the Meson build.
357
358 * Drop Python 2 support and require Python 3.4+. See discussion on
359   https://mail.gnome.org/archives/desktop-devel-list/2018-July/msg00004.html.
360   (!196)
361
362 * `GHashTable` performance and memory improvements for common cases. See
363   https://hpjansson.org/blag/2018/07/24/a-hash-table-re-hash/. (!208)
364
365 * Add flags that allow a `GApplication` to signal and replace a currently
366   running other instance of the same `GApplication`. This will be used for app
367   upgrades with flatpak. (!250)
368
369 * Autostart xdg-desktop-portal when using the network monitor and proxy monitor
370   portal backends. (!317)
371
372 * Add a g_task_set_name() API to allow `GTask`s to be described; useful for
373   debugging. (!384)
374
375 * Enable FreeBSD CI on every commit for upstream GLib. (!387)
376
377 * Various GVariant, GMarkup and GDBus fuzzing fixes, including buffer overflow
378   fixes. (!411)
379
380 * Various fixes to eliminate thread races, found by thread sanitizer (tsan).
381
382 * Deprecate TLS/DTLS rehandshaking, as it has been removed from the protocol in
383   TLS 1.3. (!478)
384
385 * Support reading arguments from a file with `glib-mkenums`, which is useful
386   for long argument lists due to having deeply nested build directories, on
387   systems with a low limit on the command line length. (!489)
388
389 * Make `g_environ_*()` case-insensitive on Windows, as the environment itself
390   is case-insensitive on Windows. (!500)
391
392 * Add Application Layer Protocol Negotiation (ALPN) support to `GTlsConnection`
393   and `GDtlsConnection`, so that higher layer protocols can be negotiated when
394   setting up a TLS connection, without additional round trips and latency. This
395   is needed for eventual HTTP/2 support. (!520)
396
397 * Add support for TPM keys in PEM files when loading TLS certificates. (!522)
398
399 * Add a `GRecMutexLocker` auto-pointer wrapper for `GRecMutex`. (!528)
400
401 * Bugs fixed:
402  - #107 The "g_key_file_get_comment" interface returns comment with unexpected new line symbol at the end
403  - #179 g_object_unref assert in debug code
404  - #277 'destroy_data' in g_cclosure_new is registered as finalize notifier instread invalidate.
405  - #538 Add helpers to redirect XDG_*_HOME to a temp dir for unit tests
406  - #542 gdbus-codegen does not honor "Property.EmitsChangedSignal" annotations
407  - #656 check for -Werror=format-security broken
408  - #734 Provide a way to instantiate a GDBusProxy-derived class from a GDBusConnection and a object path without blocking
409  - #827 gmain: Clarify that g_source_set_callback() is safe on attached sources
410  - #1055 Provide alignment macros
411  - #1119 GVolumeMonitor: Results don't reflect current state but state when application was launched
412  - #1191 add g_assert_equal_variants
413  - #1261 Add option to leave <default> in gschema empty
414  - #1271 fstab binds appear as mounts (x-gvfs-hide is being ignored)
415  - #1310 gdbusproxy: make g-name-owner property useful with unique names
416  - #1313 Meson: Rework the config.h generation
417  - #1342 Automatically realign data passed to g_variant_new_from_bytes() or g_variant_new_from_data()
418  - #1343 g_date_set_parse: Parses "September" in Polish incorrectly
419  - #1362 Incorrect documentation about GSettings child add/remove notifications
420  - #1452 GFileInfo: unable to retrieve correct modification time of links and mounted volumes on Windows
421  - #1471 Incorporate oss-fuzz fuzz targets into GLib
422  - #1489 Use `ld -b binary` to speed up GResource generation for linking
423  - #1498 distcheck fails in distclean
424  - #1506 error: redefinition of typedef 'GKqueueFileMonitor'
425  - #1509 test_timeval_to_iso8601_overflow: 'out' should be NULL
426  - #1513 GIcon regression?
427  - #1514 gio/appinfo test sometimes fails in CI
428  - #1518 /network-monitor/create-in-thread fails in (LXC) containers on glib-2-56
429  - #1520 Change conditions for installing m4 macros
430  - #1522 Trash not working on NTFS folder accessed from symlink
431  - #1523 GIO NetworkMonitor doesn't reflect the current network state
432  - #1525 GTask allows (buggy) application code to cause callback to be called twice, without warning
433  - #1527 Meson doesn't install data for installed-tests
434  - #1528 Meson tests are hard to debug in an autobuilder environment
435  - #1530 tests/mainloop-test appears to be flaky
436  - #1535 meson: installed-test metadata not run in TAP mode
437  - #1536 meson: spurious dependencies on convenience libraries in .pc files
438  - #1537 meson: absolute paths to ${builddir} included in gtk-doc HTML
439  - #1538 meson: G_HAVE_GROWING_STACK defined differently
440  - #1539 meson: Some files are unnecessarily installed executable
441  - #1541 meson: timeloop-closure test not installed
442  - #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
443  - #1544 meson: gtester-report #! not replaced with ${PYTHON}
444  - #1546 Cross-compilation fails in 2.58
445  - #1556 build: Too long file path issue with meson on Windows
446  - #1562 GDate test suite fails with latest glibc
447  - #1570 ghash.c:694:27: left shift of 1 by 31 places cannot be represented in type 'int'
448  - #1572 Flags validation fails
449  - #1575 g_date_time_format() should have format attribute
450  - #1576 Fails to build with Meson on Debian armel (armv5te EABI softfloat little-endian)
451  - #1580 glib-compile-resources using strings breaks building e.g. GTK+ on MS Visual C, which limits strings to 65535 chars
452  - #1581 Memory used for reference counted data might be misaligned.
453  - #1588 Moving a bookmark item to the same URI causes a crash
454  - #1589 g_log_writer_is_journald memoizes a single result, even though it accepts a parameter
455  - #1590 tests: g-file-info-filesystem-readonly fails if run more than once with fuse & bindfs installed
456  - #1594 Return value of g_dbus_connection_get_unique_name not annotated as nullable
457  - #1600 g_timeout_source_new_seconds overflows when given interval > (G_MAXUINT / 1000)
458  - #1601 appinfo test fix is defective
459  - #1605 g_date_time_format fails when used with non ASCII format string on POSIX locale
460  - #1615 gdbus-codegen not generating nullable annotation
461  - !196 [RFC] build: Drop Python 2 support and require Python 3.4+
462  - !200 Add a new GTlsError to indicate protocol downgrade attacks
463  - !208 GHashTable improvements
464  - !219 glocalfilemonitor: Fallback to poll file monitor for NFS
465  - !238 W32 GFileInfo improvements
466  - !250 Application replace
467  - !264 glib-compile-resources: encode data as string
468  - !268 build: simplify alloca checks. See #1313
469  - !272 dtrace: Add missing const attributes to types in glib_probes.d
470  - !273 gtlsbackend: add support for setting the default TLS database
471  - !277 Use "command -v" instead of "which"
472  - !282 meson: Add macOS libtool versioning for ABI compatibility
473  - !286 gspawn: Fix build on systems without O_CLOEXEC
474  - !287 glib-compile-resources: Fix generated code compiling with C++ compilers
475  - !289 tests: Add more tests to finish branch coverage of GHashTable
476  - !290 build: fix installation dir of glib-gettextize
477  - !292 Remove all ChangeLog files
478  - !293 Document new volume class `loop`
479  - !294 portal network monitor: Always emit changed signal on changed
480  - !295 meson: fix typo
481  - !296 Add G_GNUC_FALLTHROUGH for __attribute__(fallthrough))
482  - !297 build: Drop AC_C_CONST from configure.ac
483  - !302 Document that GTimeVal is subject to the year 2038 problem on 32-bit systems
484  - !303 liststore: Simplify code
485  - !304 Add more GListStore/GListModel tests
486  - !309 codegen: Change pointer casting to remove type-punning warnings
487  - !312 Enable GIO tests on Windows
488  - !316 gdbus: Improve error when well-known name is unowned
489  - !317 Autostart xdg-desktop-portal if needed
490  - !322 gnetworkmonitornm: Set a GError properly on an error handling path
491  - !332 gmarkup: Make the documentation even more explicit about untrusted input
492  - !334 gio: automake: Add libgmodule dependency
493  - !338 gcharset: fix leaking g_get_language_names_with_category
494  - !339 Add g_desktop_app_info_get_string_list(); fix g_key_file_free()
495  - !340 tests: Mark two more tests as slow
496  - !345 Fix build failure on systems without POSIX spawn
497  - !347 Use Meson 0.48.0 for CI
498  - !348 Documentation tweaks for g_array_free
499  - !353 Meson: Do not run tests/refcount with --tap
500  - !354 Fix spelling mistakes detected by Debian's Lintian tool
501  - !358 Autotools: Move libmount from Libs.private to Requires.private
502  - !360 CI: Test static build on installed glib
503  - !363 Tests: Mark printf wrappers with G_GNUC_PRINTF
504  - !364 ci: Enable FreeBSD CI
505  - !366 gunixmounts: Mark mounts as system internal instead of filtering out
506  - !372 gmacros: Fix G_[UN]LIKELY to not mask -Wparentheses
507  - !374 gthreadpool: Include prgname in thread name
508  - !375 m4macros: Allow information from pkg-config to be overridden
509  - !376 gthread: Clarify priority handling in GRWLock
510  - !379 Ignore g_return_*if_fail() branches in lcov coverage report
511  - !381 Add UTF-8 communication tests for GSubprocess
512  - !384 gtask: Add a g_task_set_name() method
513  - !387 ci: Enable FreeBSD CI in the official repository
514  - !396 m4: Fix AM_PATH_GLIB_2_0 macro
515  - !400 grefcount: add missing gatomic.h
516  - !403 build-sys: Pass CFLAGS to $(DTRACE)
517  - !405 ci/msys2: fix path to the lcov config file
518  - !406 meson: Mark 1bit-emufutex test as slow
519  - !407 meson: Increase test timeouts
520  - !410 gfileutils: Add examples to g_path_get_dirname() documentation
521  - !411 Various GVariant, GMarkup and GDBus fuzzing fixes
522  - !412 Enable compile time check of g_date_time_format() format
523  - !413 Add support for g_auto(s)list to G_DECLARE'd types
524  - !414 gio, tests: ensure objectmanager sources are generated
525  - !415 gseekable: fix 'attmepting' typo
526  - !416 gdbus-peer: Make sure to not include objectmanager-gen.c source
527  - !417 Fix ^*ay handling in g_variant_iter_loop()
528  - !418 Meson: Cleanup a FIXME now that we have dict addition
529  - !420 gdbus-codegen: add autocleanup for FooObject
530  - !422 GMarkup buffer overflow fixes for error handling, round 2
531  - !423 gutils: Check whether getauxval function exists
532  - !424 ci: Fix Docker image version
533  - !425 gdate: Reinitialize using_twodigit_years and locale_era_adjust.
534  - !435 gdatetime: Fix formatting of time zones offsets in range -01:00 to +00:00
535  - !436 valgrind: Add glib_init()-related suppressions
536  - !440 Fix minor memory leaks in tests
537  - !443 tests: Avoid multithreaded use of g_test_rand_int_range
538  - !444 gvarianttypeinfo: Consistently use atomics to access ref_count
539  - !446 gmain: Fix data races in GUnixSignalWatchSource and GChildWatchSource
540  - !451 closures test: Avoid timeout on ARM64 CPUs
541  - !452 Atomic reference count in GVariant, ContainerInfo and GDBus introspection
542  - !453 tests: Fix some data races in tests
543  - !454 gdbusproxy: make g-name-owner property useful with unique names
544  - !458 glib-compile-resources: Fix size allocation for compressed streams
545  - !460 gatomicrefcount: Make g_atomic_ref_count_init non-atomic
546  - !461 Meson: Fix build error in gdbus-example-objectmanager
547  - !462 meson: add aarch64 memory barrier handling
548  - !463 gio, tests: fix leak of dbus connection.
549  - !467 Update documentation of g_tls_connection_handshake() again
550  - !469 docs: add index of new symbols for gio > 2.52
551  - !470 docs: Clarify return/error behaviour of D-Bus signal subscriptions
552  - !472 gdbusmessage: Gracefully handle message signatures with invalid types
553  - !477 gthread: Remove unsynchronized access to g_once_init_list from assertion
554  - !478 Deprecate TLS rehandshaking
555  - !480 docs: add a missing semicolon
556  - !482 Check for 'z' library before fallbacking to subproject
557  - !483 meson: Turn selinux into a meson feature and make it auto by default
558  - !484 Meson: Add 'nls' option to disable translation
559  - !485 gdbus-codegen: Tag interfaces and properties so annotated with G_PARAM_DEPRECATED
560  - !486 Check for zlib header
561  - !489 glib-mkenums: Support reading @rspfiles for arguments
562  - !490 gspawn: Fix g_spawn deadlock in a multi-threaded program on Linux
563  - !491 Meson: Add missing include_directories when using glib as subproject
564  - !492 g_value_get_variant: return value is transfer-none not transfer-full
565  - !494 Resolve "Follow-up from "gunixmounts: Stop considering cifs/nfs as system file systems""
566  - !500 genviron: make g_environ_* case-insensitive on Windows
567  - !504 tests: Unset LANGUAGE when running gdatetime tests
568  - !505 Support isolating directories for unit tests
569  - !508 ci: Install additional locales used during tests
570  - !510 Add new Linux Testing project version number to configure script
571  - !511 gvariant: Fix error handling for parsing Unicode escapes
572  - !514 fix gdbus-codegen --interface-info-{header,body}
573  - !515 binding: Clarify the use of g_object_unref() to remove a binding
574  - !517 Meson: Fix deprecation warning with upcoming 0.49.0 release
575  - !518 Meson: Fix declare_dependency() calls
576  - !520 GTlsConnection: add ALPN support
577  - !521 tests: Rename macro to avoid conflict with encoding prefix
578  - !522 gtlscertificate: Add support for TPM keys in PEM files
579  - !524 gdatetime: Fix typo in the comment
580  - !528 Add GRecMutexLocker
581  - !530 tests: Minor improvements to mkenums.py and taptestrunner.py used by it
582  - !534 gtlscertificate: Fix bug in PEM private key parser
583  - !536 Various minor docs fixes
584  - !541 gtimezone: Fallback to /etc/timezone on Gentoo
585  - !546 spawn: add shebang line to script
586  - !547 Do not check for NULL when calling free()
587  - !549 Improve documentation of g_assert_error()
588  - !551 Revert "tests: Fix GOptionContext leak in GSubprocess tests"
589  - !554 Only subscribe to owner-changed signals on message bus connections
590  - !555 Suppress -Wint-in-bool-context warning with G_DEFINE_INTERFACE and g++
591
592 * Translation updates:
593  - Brazilian Portuguese
594  - Czech
595  - Danish
596  - Greek
597  - Hungarian
598  - Lithuanian
599  - Norwegian bokmål
600  - Polish
601  - Slovak
602  - Slovenian
603  - Spanish
604  - Swedish
605  - Turkish
606
607
608 Overview of changes in GLib 2.58.0
609 ==================================
610
611 * Tarball built with `ninja dist`, so if you want to build this release with
612   autotools (which is supported), you will need to re-run autogen.sh. This
613   release, and all micro releases in the 2.58.x series, support being built
614   with Meson or autotools. See:
615   https://mail.gnome.org/archives/gtk-devel-list/2018-June/msg00012.html
616
617 * Fix cancellation of g_subprocess_communicate_async() calls. See !266.
618
619 * Drop support for the __int64 type, which further breaks compilation on old
620   MSVC versions (before VS2013). See #1313.
621
622 * Expose GSettings schema directory in gio-2.0.pc as `schemasdir`. See !274.
623
624 * Support v3 of the xdg-desktop-portal network monitor API. See !265, !279.
625
626 * Fix G_MODULE_SUFFIX on macOS when GLib is built with Meson — it should be `so`
627   rather than `dylib`. Projects that use Meson and the `g_module_build_path()`
628   API such as glib-networking should pass `name_suffix:` to `shared_module()` to
629   ensure that plugins continue to be called libfoo.so on macOS. See !280.
630
631 Bugs fixed:
632  !280 meson: Always set G_MODULE_SUFFIX to `so` on macOS
633  !266 subprocess: Fix communicate_cancelled signature
634  !279 Revert "Add a gnet utility" (see !265)
635  !265 Network monitor again
636  !274 gio: Provide schemas directory information in pkg-config file
637  !239 gvariant: Fix more bounds checking in GVariant text format parser
638  !195 garray: add overflow checks before expanding array
639  #1497 g_strdup_printf warns on invalid format specifier with G_GUINT64_FORMAT on Win32
640  !270 autotools: remove support for the __int64 type. See #1313
641  !267 ci: Add an autotools job
642
643 * Translation updates:
644  Czech
645  Galician
646  Indonesian
647  Italian
648  Kazakh
649  Korean
650  Turkish
651
652
653 Overview of changes in GLib 2.57.3
654 ==================================
655
656 * G_GNUC_MALLOC’s definition has been tightened up to match an updated
657   definition from GCC. Many uses of G_GNUC_MALLOC which were previously
658   appropriate may cause miscompilation with newer GCC versions. Check your uses
659   of it against the updated documentation. See #1465.
660
661 * Many minor documentation fixes.
662
663 * Fix for gint64 and int64_t compatibility on macOS and BSD. See #972.
664
665 * Fix free space metadata on some file systems (notably FAT). See #328.
666
667 * Support installed-tests with our Meson build system. See #1444.
668
669 * Forbid @filename@/@basename@ in glib-mkenums templates, which is a change to
670   its long-standing behaviour (which was long-standing nonsensical). See !241.
671
672 * Various stat() fixes on Windows. See #1452, #1476.
673
674 * MinGW-w64 ABI warning: In case you build 64 bit glib without LFS support by
675   passing --disable-largefile (not the default) and use GStatBuf, you need to
676   rebuild your application as the size of GStatBuf has changed for this case.
677   See #1476.
678
679 * Improve TAP compatibility of g_test_incomplete(). See #1474.
680
681 * Change fallback preferences when loading icons. See !72.
682
683 Bugs fixed:
684  !263 build: Clean files left behind after gio/tests/gresource.c test
685  !262 gmem: Only evaluate pointer argument to g_clear_pointer() once
686  #1465 Many uses of G_GNUC_MALLOC are incorrect
687  #1448 g_error does not abort() as documented
688  #1494 g_clear_pointer may not use the correct calling convention with its callback
689  #972 Mismatch between gint64 and int64_t on 64-bit macOS/BSD
690  !251 gtestdbus: Fix watcher crash on FreeBSD
691  #1492 gcc-8: -Wcast-function-type: new warnings for g_list_copy_deep()
692  !252 tests: fix gnotification tests broken due to the recent icon name fallback changes
693  #328 filesystem::{free,size,used} not set for full FAT fs
694  !248 network monitor portal: update properties initially
695  #1373 Incorrect transfer annotation for g_binding_unbind.
696  #1444 the meson build doesn't support installed tests
697  #1027 Fix trashing on overlayfs
698  #1454 gvdb does not treat corrupt files as empty as promised; dconf suffers
699  !243 tests: Explicitly set TZ=UTC for g_time_val_from_iso8601() testing
700  #1488 ‘O_CLOEXEC’ undeclared (first use in this function)
701  !241 glib-mkenums: forbid @filename@/@basename@ in fhead and ftail
702  !240 gtimer: Ensure arithmetic is correctly signed for ISO 8601 parsing
703  #1452 GFileInfo: unable to retrieve correct modification time of links and mounted volumes on Windows
704  !234 DOC: Documentation fix in GTask description
705  #1363 Meson: Review cross compilation properties
706  !225 gtimer: Add overflow checks to g_time_val_from_iso8601()
707  !230 gbookmarkfile: Fix some more minor leaks when metadata elements are repeated
708  !229 Fix up g_bytes_compare() documentation
709  #1476 g_stat - possbile memory corruption causing SEGFAULT
710  !199 Update TLS documentation
711  #1474 g_test_incomplete() makes test_case_run() return FALSE
712  #1475 glib/tests/atomic.c test_types() trips -Werror=bad-function-cast on Debian armel
713  #1472 Test for BROKEN_IP_MREQ_SOURCE_STRUCT is broken on Windows / Mingw
714  !220 date test: Use g_test_skip(), not g_test_incomplete()
715  #1467 malloc difference causes refstring test to fail on FreeBSD
716  !230 gbookmarkfile: Fix some more minor leaks when metadata elements are repeated
717  #1466 Not Able to Build glib 2.57.2 in Mingw-w64 x64 bits
718  #1433 test_posix_parse: assertion failed (g_time_zone_get_abbreviation (tz, 0) == "UTC"): ("LMT" == "UTC")
719  #1446 Follow-up from "Document difference between g_assert() and g_assert_*() wrt G_DISABLE_ASSERT"
720  !206 grefstring: Avoid an unnecessary NUL assignment
721  #1458 g_volume_get_mount returns NULL value after g_volume_mount_finish is called with no error
722  !72 gio: icons should fallback to non-preferred style appropriately.
723
724 * Translation updates:
725  Brazilian
726  Chinese (Taiwan)
727  French
728  German
729  Lithuanian
730  Polish
731  Romanian
732  Turkish
733
734
735 Overview of changes in GLib 2.57.2
736 ==================================
737
738 * Require pcre 8.31
739 * Require meson 0.47.0
740
741 * Bugs fixed:
742  742456 Add g_steal_pointer() convenience function to mark ownership...
743  795569 MinGW CI: fix tests
744  796341 gmem.h: Use typeof() in g_steal_pointer() macro
745  #1013 Support for per-session overrides
746  #1360 glib-mkenums breaks if option specified but no nick
747  #1175 Add names and tags to various GSources and GTasks constructed in GLib
748  #903 g_main_context_wait() not deprecated in API, but emits a g_critical()...
749  #786 Fix memory leaks in libgio tests
750  #927 gio/gresource.c:do_lookup check for terminating "/"
751  #976 Document difference between g_assert() and g_assert_*()...
752  #1447 glib 2.57.1: test_month_names: assertion failed...
753  #1407 Update to Unicode Character Database 11
754  #1455 glib python tools have full python path in shebang, limits to 128 characters
755  #1459 Missing g_return_val_if_fail in g_async_queue_timeout_pop
756
757 * Translation updates:
758  Friulian
759  German
760  Romanian
761  Spanish
762
763
764 Overview of changes in GLib 2.57.1
765 ==================================
766
767 * New api:
768  - g_hash_table_steal_extended
769  - G_GNUC_NO_INLINE 
770
771 * Bug fixes:
772  668132 Use libmount and expose mount options on GUnixMountEntry type
773  736741 Update private copy of valgrind.h
774  748620 g_regex_* utf-8 validity requirements are not stated clearly
775  784995 meson: some Windows improvements
776  788771 NODELETE missing when built with meson
777  788773 meson does not install correct pc files
778  789968 Add g_autoptr() support for GTypeClass
779  794325 Various fixes to compile on OSX
780  795152 gdesktopappinfo: Mark GDesktopAppInfo constructors as nullable.
781  795165 Add g_date_time_get_timezone() and g_time_zone_get_identifier()
782  795180 Investigate performance impacts of recent compiler features on hot functions
783  795302 Add g_hash_table_steal_extended() API
784  795376 Add g_ptr_array_steal()
785  795544 Add binary/textfile/zero size detection
786  795569 MinGW CI: fix tests
787  795636 gitlab-ci: generate test coverage reports
788  795735 Fix comparison for GVariant property values
789  795802 gdbus-codegen doesn't accept --output-directory with --output for --body and --header
790  795849 gwin32: Fix detection of MinGW32 vs MinGW-w64
791  795876 meson: Fix checks for posix_memalign and stpcpy
792  795960 g_format_size_for_display() is deprecated since 2.30
793  796085 Meson: Many apps breaks on non-glibc because of missing libintl
794  796138 Fix typo in g_file_info_set_attribute docs
795  796139 Add g_autoptr() support for GParamSpec
796  796164 Fix atomic ops check in meson.build
797  796186 Typo: "instead off" in gsignal.c
798  796213 Meson: Fail to build on macosx
799  796220 meson: do not run atomic test with msvc
800  796264 Add android CI
801  796325 meson: Add exception for atomic ops test for Android
802  796328 gengiotypefuncs.py: Read and parse files in binary mode 
803
804 * Translation updates:
805  Czech
806  Indonesian
807
808
809 Overview of changes in GLib 2.57.0
810 ==================================
811
812 * Bug fixes:
813  739424 Rewrite kqueue GFileMonitor backend to drop threading
814  751826 Use g_get_language_names() for other locale categories
815  788773 meson does not install correct pc files
816  793400 g_application_id_is_valid() not strict enough
817  793578 gdatetime tests depend on Japanese translation of month names
818  793645 test_month_names: Updated translations needed for el_GR, hr_HR, ru_RU
819  793729 gitlab-ci: Add Windows MinGW support
820  793994 GUnixVolumeMonitor doesn’t show user mounts when run as root
821  794170 gdbus: hexdecode() and hexencode() do not return/use decoded/encoded s...
822  794194 gobject_gdb.py: 'address' is a property of gdb.Value not a function
823  794207 leak: g_socket_listener_add_inet_port increases ref-count on socket-li...
824  794284 Support whitespace stripping for JSON resources
825  794285 glib-compile-resources should not noisily g_printerr() when xmllint is...
826  794473 Remove duplicated option in gio.xml
827  794506 glib-mkenums: Enters infinite loop if using typedef enum SomeIdentifier
828  794528 Fix segfault caused by use-after-free in GPollFileMonitor
829  794555 glib meson build fails on MinGW due to misdetected functions
830  794557 gtkdoc-scangobj fails on gio in meson builds
831  794606 glib-2.56.0 fails to compile when res_nquery is not available
832  794635 gmacros: Don't define bogus __has_* macros
833  794636 G_HAVE_GNUC_VISIBILITY is defined in meson MinGW builds
834  794686 Date (except weekday) displayed in English
835  794732 Fix various compiler warnings 
836
837 * Translation updates
838  Hungarian
839  Slowak
840  Slovenian
841  Spanish
842
843
844 Overview of changes in GLib 2.56.0
845 ==================================
846
847 * Bugs fixed:
848  672777 Error in gdummyfile.c
849  732184 GObject: warn on use of deprecated properties
850  733338 Don't segfault in GNetworkMonitor when IPv6 support is unavailable
851  742124 g_data_input_stream_read_upto()'s documentation should say that the...
852  749206 GDateTime: month names in the genitive case
853  768507 simplify qguark functions
854  791457 Slow transfer rate when writing to smb/cifs
855  793272 fix GCC 8.0's -Wcast-function-type warnings
856  793300 g_hash_table_add() return value change in 2.40 not mentioned in docs
857  793399 Fix some cases of -Wduplicated-branches
858  793555 -Wimplicit-function-declaration when using g_abort()
859  793565 GLib does not compile on macOS 10.13 due to .m file naming
860  793597 gdbus-tool: Make --dest optional for emit again
861  793635 Enable CI for GLib
862  793880 gnetworkmonitor: Minor fixes based on code review 
863  793578 gdatetime tests depend on Japanese translation of month names 
864  794180 test_month_names fails unless installed
865
866 * Translation updates:
867  Brazilian Portuguese
868  British English
869  Catalan
870  Czech
871  Danish
872  Dutch
873  Finnish
874  French
875  Friulian
876  Galician
877  German
878  Hungarian
879  Indonesian
880  Italian
881  Kazakh
882  Korean
883  Lithuanian
884  Polish
885  Scottish Gaelic
886  Serbian
887  Serbian Latin
888  Spanish
889  Swedish
890  Turkish
891
892
893 Overview of changes in GLib 2.55.2
894 ==================================
895
896 * GFile now has API to get the path without copying
897
898 * A network monitor implementation for Windows has been added
899
900 * Bugs fixed:
901  520116 g_utf8_strlcpy()
902  584284 g_data_input_stream_read_until_async behaves confusingly different f...
903  605700 request for g_key_file_get_locale()
904  658713 ngettext (plural forms) needed for "Message has %d file descriptors ...
905  685442 windows GNetworkMonitor implementation
906  723003 gsettings list-recursively reports some keys multiple times
907  749583 GSequence performance improvements
908  757284 Move G_DIR_SEPARATOR* and G_SEARCHPATH_SEPARATOR* into glibconfig.h
909  760324 [PATCH] gkeyfile.c: find_file_in_data_dirs fails to return the path ...
910  761102 Increase performance for main loop
911  767976 GFile: Add g_file_peek_path()
912  770335 gdbus-codegen: generated getter for 'ao' property is actually (trans...
913  772989 Totem allows invalid urls that might cause segfault that's irrecover...
914  790698 convert: test failure on NetBSD
915  791015 gdbus-codegen: Split generation of header and source
916  791622 Disable strict-aliasing in GLib
917  792050 GResolver is not thread-safe
918  792217 Deprecate GTlsClientConnection:use-ssl3
919  792338 meson, autotools: figure out if mem barrier is needed for arm64 host...
920  792351 gbookmarkfile: check length before dereferencing groups
921  792364 gdbus-threading test method-calls-in-thread: assertion failed (elaps...
922  792370 GNetworkMonitor: Rename "network-changed" signal argument
923  792410 GDateTime new_from_iso8601 test broken in 2.55 on i386
924  792432 flush stdout after logging (debug) messages
925  792455 Improve docs of GSequence
926  792499 deadlock on startup with TCP session bus
927  792516 gconvert: More consistent handling of embedded NUL bytes
928  792777 g_notification_set_urgent() unconditionally sets G_NOTIFICATION_PRIO...
929  792780 gbytes should reference toplevel bytes when slicing with g_bytes_new...
930  792856 off64_t isn't a part of C standard
931  792862 gpollableoutputstream: document side effects of WOULD_BLOCK on D/TLS
932  792903 Clarification between g_try_.. functions and their counterparts
933  793006 High CPU load for GUnixMountsMonitor consumers
934  793026 possible mem leak in g_mutex_impl_new
935  793074 g_message() does not get -Wformat warnings when compiling with G_LOG...
936
937 * Translation updates:
938  Hungarian
939  Indonesian
940  Polish
941
942
943 Overview of changes in GLib 2.55.1
944 ==================================
945
946 * Build:
947  - The --enable-rebuilds configure option has been removed
948  - The --with-charsetalias-dir configure option has been added
949
950 * GList and GSList now have autoptr support
951
952 * The gsettings list-schemas command has gained a --print-paths option
953
954 * Bugs fixed:
955  346816 Refactor LIBDIR in libcharset Makefile
956  508976 Does g_slist_sort preserve the order of equal elements?
957  562334 2.18.2 break libglade on Solaris
958  662802 systemtap multiarch issue
959  684282 Add support static link of GIO modules
960  692034 Install an invalidation notifier for GClosure in g_source_set_closure()
961  694723 Get rid of REBUILD stuff in configure.ac
962  697715 floating point precision problem in check test gst/gstvalue
963  701156 testgobject assumes that the priv data follows the instance data
964  720380 Segfault when using GDBusMenuModel on a peer-to-peer connection
965  724383 glib: document restrictions on various foreach() functions
966  724412 GLib mappedfile.c test uses g_get_user_runtime_dir instead of a tempo...
967  724794 Fix "on on" typo in tap-driver.sh comment
968  732003 gnode: Eliminate implicit signed-to-unsigned integer conversion
969  734479 G_VALUE_HOLDS etc. cause -Wcast-qual warnings for a const GValue *
970  737677 gmain: Make GSourceCallback thread-safe
971  741167 gdbus-codegen fix for boxed out parameters
972  748534 gtest: if a subprocess assertion fails, print its stdout and stderr
973  749527 add weak pointer helpers similar to g_set_object
974  749652 compilation errors with gcc 4.8
975  754634 Update the list of Linux filesystem magic numbers used in get_fs_type
976  756011 Fix up annotations for GBookmarkFile
977  761102 Increase performance for main loop
978  773980 GIR scanner doesn't interpret array type properly
979  776147 gio/glocalfilemonitor.c doesn't handle case G_FILE_MONITOR_EVENT_MOVE...
980  776195 -z nodelete configure check does not work on Solaris
981  777075 Potential leak of memory pointed to by 'list'
982  779413 Translated X-Geoclue-Reason string not used in a dialog window
983  780309 gio/tests/appinfo build fails: gdesktopappinfo.c skipped on OS X
984  780893 Reword licensing header for gdbus-codegen
985  782057 Unit tests fail in run-assert-msg-test.sh
986  784995 meson: some Windows improvements
987  786796 gtk-doc build fails with meson
988  788806 Impossible to build static glib via meson
989  788936 Show mime type icons on OS X
990  790416 g_date_time_format returns empty string on %r with German locale
991  790588 Generated file missing from .gitignore
992  790697 g_object_ref API should propagate parameter type
993  790785 glib-tap: Add missing mkdir for .test generation rule
994  790829 glib-genmarshal --body must not generate alias implementations
995  790830 Mismatch between number of interface methods in text and example code
996  790837 Meson: missing many configure options
997  790839 GApplication command line: lacks parameter_string, summary and descri...
998  790877 fix non-portable check in G_GNUC_CHECK_VERSION
999  790894 Do not connect to the session bus when trying GProxyResolverPortal io...
1000  790896 docs/reference/README has broken link to http://www.gtk.org/rdp/
1001  790914 gdesktopappinfo: Downgrade a warning to a debug message
1002  790934 gtester doesn't handle skipped tests
1003  790948 GSourceFuncs documentation is confusing: when will dispatch be called?
1004  791036 Guard for g_output_stream_vprintf makes no sense
1005  791128 C runtime complains about bad arguments on each g_log() call
1006  791221 po/README.translators has no useful information in 2017
1007  791235 Fix gschema.dtd regarding flags.
1008  791267 Make gschema.dtd usable.
1009  791296 gtester-report: fix range usage when running as python3 app
1010  791318 GBytes: Improve documentation
1011  791325 Gio handling of thumbnail:: attribute namespace causes inconsistent b...
1012  791334 gbinding.c:898: The target object of type GNetworkAddress has no prop...
1013  791337 Crash opening URIs with g_desktop_app_info_launch_uris_with_spawn()
1014  791342 Add autoptr support for lists
1015  791460 meson: fixes for OSX
1016  791532 Implicit declaration of function ‘memcmp’ in gtestutils.h
1017  791622 Disable strict-aliasing in GLib
1018  791720 Criticals in gio/xdp-dbus.h leading to crash under flatpak
1019  791744 gmenumodel test sometimes fails: assertion failed (items_changed_coun...
1020  791745 not immediately clear whether g_test_slow() is in effect by default
1021  791906 GSocketListenerClass.event has wrong signature
1022  792064 gsettings list-schemas --print-paths
1023  792098 Binding: bind_property’s @notify func is nullable
1024  792099 gdbus-test-codegen: Cast to void* to printf "%p"
1025  792129 meson: skip optional linux/unix deps that default to true when buildi...
1026  792322 GLib-GIO:ERROR:gschema-compile.c:51:test_schema: child process (/gsch...
1027  792324 gkeyfile: Document need for KEEP_TRANSLATIONS with get_locale_string()
1028
1029 * Translation updates
1030  Hebrew
1031  Indonesian
1032
1033
1034 Overview of changes in GLib 2.55.0
1035 ==================================
1036
1037 * New API:
1038   - g_clear_handle_id, to simplify removing sources from the default mainloop
1039   - g_file_load_bytes, to make it more convenient to load files into GBytes
1040
1041 * Bugs fixed:
1042  330458 Sample code for the GLib Key-value parser
1043  483341 g_error and friends create warnings when not used in MSVC
1044  569375 g[u]intptr undocumented
1045  573251 documentation for g_seekable_truncate() needs some love
1046  629347 Missing annotations in GFile (was: Perf throws an exception in cur...
1047  630983 [PATCH] Type accuracy for result of strlen() in string utilities.
1048  632953 Clarify documentation of GValueTransform.
1049  636210 Document that pre-unmount is not guaranteed and backend-dependant
1050  656502 type information for GSettings::backend missing from .gir
1051  661442 Nautilus crashes when refreshing home folder after modifying ~/.co...
1052  668035 gtester-report broken with python 2.7.2 and glib 2.30.1
1053  670139 gbytes.c:try_steal_and_unref nit
1054  677233 (transfer full) annotation not correct for g_closure_new_simple re...
1055  679347 glocalfile seems to leak 'fstype'
1056  679467 Mention translation in g_warning() documentation
1057  689323 Variable scoping in gunixmounts.c
1058  691436 glib-mkenums output arch dependent
1059  695681 gsettings bash completion put error messages
1060  705331 AM_PATH_GLIB_2_0 macro fails with -Wstrict-prototypes -Werror
1061  706667 Fix permission denied error when installing from an nfs directory
1062  711809 gdbus-proxy: Fix erroneous timeout during following tests
1063  722256 gslist: Simplified node removal and got rid of some code duplication
1064  723655 Socket source is left in the poll after the socket is closed
1065  723743 g_child_watch_add() doesn't check for non-pids
1066  725014 g_settings_schema_source_ref should check for NULL pointer
1067  727346 docs: Escape some backslashes for markdown
1068  730296 gsignal: Fix a potential NULL pointer dereference
1069  731625 Improve test for darwin printf format-strings
1070  731705 gio/tests/desktop-app-info assumes /bin/true
1071  737278 Clarify relationship of g_application_quit() to hold count
1072  738176 Skip GSpawnChildSetupFunc closures in introspection
1073  740223 source_object for GAsyncResult should be nullable
1074  740791 gio: cannot specify the source when joining a multicast group (IGM...
1075  740826 glib doesn't know fuse filesystems
1076  742548 configure.ac: stay out of autoconf's namespace
1077  742997 Don't skip invalid enum values in schemas
1078  745723 -Wunused-but-set-variable work-around no longer sufficient
1079  749371 Use a GHashTable as a set when possible
1080  751738 Unused-variable warnings in glib/tests/autoptr.c
1081  752239 Missing dependency for python files in build file
1082  752240 Add DTLS support to GIO
1083  753459 GDateTime: Add conversion functions from/to ISO 8601 strings
1084  753521 g_subprocess_launcher_set_environ misses argument annotations
1085  754026 gfileutils: add some sanity checks
1086  756009 'const gchar* const *' gets incorrectly defaulted to utf8
1087  756103 Skip g_base64_decode_step() in introspection
1088  756128 Fix up annotations in gconvert
1089  756430 g_rw_lock_reader_lock() can return without locking, or error
1090  756470 Fix up annotations in gdataset.c
1091  756588 Fix up annotations on data/qdata API of GObject
1092  760022 Memory leak in gvariant-parser.c
1093  760109 [PATCH] Invalid GDate can't be g_boxed_copy()'d
1094  760716 Fix documentation regarding <glib/gprintf.h>
1095  765063 Update annotations for gio
1096  765552 Please set serial in .m4 files to prevent autoreconf failure on up...
1097  767215 GCC version number is interpreted as start of a list in docs for g...
1098  767239 Tautological comparisons in convert tests
1099  769674 some GIO tests' arbitrary timeouts are too short
1100  769846 gmessages: Add timestamp to g_log_writer_format_fields()
1101  770459 Tutorial article is slightly wrong
1102  773355 Incorrect documentation about stopping a signal emission from a hook
1103  774083 spelling mistakes in glib: charater
1104  776562 Add Intel C Compiler support for G_GNUC_BEGIN/END_IGNORE_DEPRECATI...
1105  777308 GModule win32: disable error dialog popup
1106  777310 gio/gasynchelper.c: fix cast from pointer to smaller int type on w...
1107  777956 gmessages: Update advice for G_LOG_DOMAIN
1108  779182 xdg-open fails with gio open for some uris
1109  779501 Type of GIConv given wrongly on web
1110  780202 introspection: Don't expose GValueArray.free
1111  780296 xdg-open/gnome-open doesn't work if service isn't started
1112  781598 gstdio.h should #include what it needs to work
1113  781867 various gvfsd-* wants to look in /boot/efi, causes unnecessary/ina...
1114  783210 build: Switch to sassc for generating style
1115  783270 Improve Visual Studio support for Meson builds
1116  783825 Suggest that asynchronous operations should invoke the callback in...
1117  786737 No g_variant_get() example for dicts
1118  786785 Commit #fe2a9887a8 breaks gdbus-codegen, cannot find its module so...
1119  787271 Make GListModel usable from G-I bindings
1120  787485 g_tls_backend_supports_dtls () returns true when the backend doesn't
1121  787551 Factor out some duplicated code in GParamSpec validation
1122  787581 tests: Add tests for g_slist_copy() and g_slist_copy_deep()
1123  787671 meson: Fix permissions of installed scripts
1124  787731 g_file_query_filesystem_info() wrongly reports "filesystem::readon...
1125  788138 glib-compile-resources: Fix leak of a GHashTable
1126  788180 G_FILE_ATTRIBUTE_ID_FILE is useless on W32
1127  788270 gmodule - failed to load symbol on Android 64bit
1128  788368 Race condition in GDbusObjectManagerClient
1129  788384 gtypes: Fix signedness of __builtin_bswap() usage
1130  788385 gtestutils: Explicitly cast args to g_assertion_message_cmpnum()
1131  788401 PATCH: MacOS build cannot detect content type from content - xdgmi...
1132  788467 Fatal errors and warnings should be reported as TAP
1133  788488 GFile-based API for g_build_filename()
1134  788489 gmain: add g_clear_source API
1135  788561 Document how to integrate GTest into your project
1136  788594 gdbus-tool doesn’t handle non-message-bus connections correctly
1137  788705 Allow building GLib on older Linux platforms
1138  788766 fixed a doc-typo in socket_get_remote_address
1139  788772 meson installs gdb scripts incorrectly
1140  788863 Add more filename type annotations for strings which can contain f...
1141  788880 gunixmounts: Update list of virtual file systems to ignore
1142  788927 Expose better API for detecting ‘system’ mounts
1143  788936 Show mime type icons on OS X
1144  788948 Document Autotools best practices for genmarshal/mkenums
1145  788975 Meson + Visual Studio: Can't find zlib.h with subprojects/zlib
1146  788978 Document XML has a syntax error
1147  788989 Use subdir-objects with Autotools
1148  788990 Include licensing information in output from glib-mkenums, glib-ge...
1149  789087 gint and guint misrepresented as functions
1150  789170 GFormatSizeFlags should have a value for bits
1151  789245 g_settings_bind() not conforming to lifecycle specification
1152  789444 Fix handling of length in g_utf8_make_valid
1153  789637 glib-mkenums: Fails when --ouput file does not exist
1154  789681 meson: Libmount support not built
1155  789723 [PATCH] gdbus-codegen: Call abspath() earlier
1156  789755 g_get_host_name: ensure return value is always UTF8 encoded
1157  789820 GPollFileMonitor is not cleaning up correctly
1158  790015 docs: Various linking and syntax fixes
1159  790030 GResource/GVariant fails to load from non-pointer aligned memory
1160  790093 gio-tool: fix inverted logic in monitor tool
1161  790126 gengiotypefuncs.py is missing from tarballs
1162  790147 build: Drop data-to-c.pl in favour of data-to-c.py
1163  790157 gmessages: Give examples of G_DEBUG with gdb in the documentation
1164  790272 file: add g_file_load_bytes()
1165  790275 avoid temporary string allocations in g_resources_enumerate_children
1166  790310 speedup path canonicalization in GResourceFile
1167
1168 * Translation updates:
1169  Catalan (Valencian)
1170  Czech
1171  German
1172  Nepali
1173  Norwegian bokmål
1174  Slovak
1175  Slovenian
1176  Spanish
1177
1178
1179 Overview of changes in GLib 2.54.0
1180 ==================================
1181
1182 * Bugs fixed:
1183  780861 Crash in GnomeWallClock
1184  786983 Please make the output of gio-querymodules deterministic
1185  787109 Valgrind false positive in ioctl() in btrfs file copy
1186  787123 glib: Slighty update GIOChannel documentation
1187  787146 GMainLoop: match of parameter pair of LOCK_CONTEXT/UNLOCK_CONTEXT
1188
1189 * Translation updates:
1190  Basque
1191  Catalan
1192  Romanian
1193  Swedish
1194
1195
1196 Overview of changes in GLib 2.53.7
1197 ==================================
1198
1199 * Bugs fixed:
1200  736710 remove unnecessary executions of libtool from configure
1201  785260 gio/tests/appmonitor fails if local dir not writeable
1202  786456 g_subprocess_wait[_check]_async() breaks when cancelled...
1203  786555 g_array_free() is not thread safe w.r.t. g_array_unref()
1204  786580 gdesktopappinfo.c: Add Tilix as a fallback terminal
1205  786807 g_uuid_string_random undefined when built with meson
1206
1207 * Translation updates:
1208  Brazilian Portuguese
1209  Catalan
1210  Czech
1211  Danish
1212  Finnish
1213  French
1214  Friulian
1215  German
1216  Italian
1217  Kazakh
1218  Korean
1219  Latvian
1220  Nepali
1221  Polish
1222  Spanish
1223  Turkish
1224
1225
1226 Overview of changes in GLib 2.53.6
1227 ==================================
1228
1229 * Bugs fixed:
1230  766358 glib doesn't respect XDG_* envvars on W32, ever
1231  783270 Improve Visual Studio support for Meson builds
1232  785955 pthread_setname_np misdetected with meson
1233  786060 Sequences documentation does not make it clear...
1234  786360 gobject: add autoptr support for GClosure
1235  786452 crash on Linux without stderr stream
1236  786460 gio-tool: Unify buffer sizes
1237  786462 Use g_output_stream_write_all instead of while
1238  786463 gio-tool-save: Prevent overwriting error
1239
1240 * Translation updates:
1241  Catalan
1242  Galician
1243  Hungarian
1244  Indonesian
1245  Lithuanian
1246  Nepali
1247  Serbian
1248
1249
1250 Overview of changes in GLib 2.53.5
1251 ==================================
1252
1253 * Bugs fixed:
1254  695573 Untranslatable strings in glib-compile-schemas
1255  725950 GApplication: call dbus_unregister only once, and before destruction
1256  731703 giomodule test misbuilds its test modules as libraries
1257  769135 External control for g_test_add/g_test_run
1258  779332 Rewrite mkenums in Python
1259  779607 Race between mounts-changed signal and g_unix_mounts_get() function
1260  784000 Improve strerror_r() detection
1261  784815 Map G_NOTIFICATION_PRIORITY_HIGH to NOTIFY_URGENCY_NORMAL
1262  784965 Use the glib preset for i18n in Meson
1263  784995 meson: some Windows improvements
1264  785113 glib-mkenums Python port fixes
1265  785130 G_LOG_DOMAIN shouldn't be left undefined for applications
1266  785438 Spurious -Wmaybe-uninitialized in gdatetime.c
1267  785468 glib/gpoll: Unnecessary if conditional included in the poll_rest() function
1268  785520 Replace advice to use removed gdk_spawn functions
1269  785577 clobbers errno while setting GError
1270
1271 * Translation updates:
1272  Slovenian
1273  Spanish
1274
1275
1276 Overview of changes in GLib 2.53.4
1277 ==================================
1278
1279 * Unicode support has been updated to Unicode 10.0.0
1280
1281 * glib-genmarshal and glib-mkenums have been rewritten in python.
1282   Every effort has been made to keep compatibility. Please report
1283   problems related to these tools
1284
1285 * GLib can now be built with meson. autotools are still supported
1286
1287 * Bugs fixed:
1288  722047 drop makefile.msc?
1289  733821 g_strerror() uses strerror(3) instead of strerror_r(3)
1290  773842 g_utf8_find_next_char() won't signal the end of a NUL-terminated string
1291  779332 Rewrite mkenums in Python
1292  780095 g_utf8_get_char_validated() stopping at nul byte even for length specified...
1293  780634 Remove remaining old codepage ABI comapt code
1294  783841 test_GDateTime_new_from_timeval_overflow fails on 32 bit systems
1295  784000 Improve strerror_r() detection
1296  784020 GKeyFile – Add array length annotations to to_data(), get_keys() and get_g...
1297  784037 gio: Mention the ALL_METADATA flag in g_file_copy()
1298  784433 gdbus-codegen with variant type parameters result in nested variant
1299  784456 Update to Unicode 10.0.0
1300  784528 Rewrite glib-genmarshal in Python
1301  784579 Calling g_dir_open on Missing Directory When Executable File Path Contains...
1302  784581 docs: Fix cut'n'paste error in g_resources_get_info() doc
1303  784739 Minor typo in configure error message
1304  784792 Just fixing a little typo in comments
1305
1306 * Translation updates:
1307  Hebrew
1308
1309
1310 Overview of changes in GLib 2.53.3
1311 ==================================
1312
1313 * Bugs fixed:
1314  658446 Add translation comment for wrong password notice string
1315  661926 Improve the default logging setup in GLib
1316  674885 type initialisation deadlock in GObject
1317  775593 GIO cannot write symlinks on FreeBSD and NetBSD
1318  776169 Various gio-tool fixes
1319  776333 Fix annotation on g_file_copy_async()
1320  776504 Upgrade license from LGPLv2+ to LGPLv2.1+
1321  777307 race condition between gdbus signal callback and g_bus_unwatch_name...
1322  778422 gsubprocesslauncher: Clarify the behavior of set_environ()
1323  781301 Stack pointer corrupted by incorrect call of NtNotifyChangeMultipleKeys
1324  782336 Add additional documentation of the GResource XML format
1325  782996 build: Use AM_TESTS_ENVIRONMENT rather than TESTS_ENVIRONMENT
1326  783061 GApplication: Remove some unused members
1327  783130 Make dbus activation sandbox-aware
1328  783193 Adapt to OpenURI api change
1329  783201 gdbus-codegen: Apply --output-directory to generated docs as well
1330  783340 win32: port monotonic times to use QPC
1331  783350 length parameter can be NULL g_data_input_stream_read_line
1332  783392 incorrect (out) annotation for g_dbus_interface_info_generate_xml
1333  783593 GGtkNotificationBackend should use /org/freedesktop/DBus to call Ge...
1334
1335 * Translation updates:
1336  Esperanto
1337  German
1338  Indonesian
1339  Kazakh
1340  Spanish
1341
1342
1343 Overview of changes in GLib 2.53.2
1344 ==================================
1345
1346 * A few new number parsing functions have been added:
1347   - g_ascii_string_to_signed
1348   - g_ascii_string_to_unsigned
1349   These have better error handling than the existing ones.
1350
1351 * glib-mkenums now supports /*< private >*/ and /*< public >*/
1352
1353 * GSettings now consider XDG_DATA_HOME in addition to XDG_DATA_DIRS.
1354
1355 * Bugs fixed:
1356  674885 type initialisation deadlock in GObject
1357  698064 Add g_ptr_array_contains()
1358  732000 gdatetime: Remove an unnecessary NULL pointer check
1359  734946 Implement GContentType on OSX
1360  741335 Possible differences in use of XDG_DATA_DIRS versus XDG base directory specification
1361  748263 Use-after-free in g_dbus_connection_call_internal()
1362  776876 gmodule – Various Android bug-fixes
1363  777030 build error where minor() and major() cant be resolved in gio/gdbusmessage.c
1364  780300 gio/gosxappinfo.c uses deprecated LSFindApplicationForInfo
1365  780309 gio/tests/appinfo build fails: gdesktopappinfo.c skipped on OS X
1366  781755 Avoid compiler warnings in generated marshallers code
1367  781826 portal support: Read /.flatpak-info
1368  781830 Fix some typos and errors in GVariant documentation
1369  781847 Use-after-free under send_message_with_reply_cleanup():gdbusconnection.c:1792
1370  781867 various gvfsd-* wants to look in /boot/efi, causes unnecessary/inappropriate auto...
1371  782068 doc: Trivial typo fixes
1372  782075 gtimer: Handle gmtime() failure in g_time_val_to_iso8601()
1373  782089 gdatetime: Fix overflow checks when constructing from timestamps
1374  782162 Support public/private trigraph in glib-mkenums
1375  782237 make check error
1376  782311 inode/directory is treated as a subclass of application/octet-stream
1377  782628 libmount build dependency check not requiring the right version?
1378
1379 * Translation updates:
1380  Hungarian
1381  Indonesian
1382  Spanish
1383
1384
1385 Overview of changes in GLib 2.53.1
1386 ==================================
1387
1388 * The gdbus tool gained a wait command
1389
1390 * g_unix_signal_source_new support SIGWINCH now
1391
1392 * There are now g_enum_to_string and g_flags_to_string functions
1393
1394 * A new function to instantiate objects: g_objet_new_with_properties
1395
1396 * GParameter and related APIs have been deprecated
1397
1398 * Bug fixes
1399  447907 enum/flags from string + type transform + tests
1400  668962 GUnixMountPoint/GUnixMountEntry not usable through gobject-introspection
1401  669355 gdbus-codegen output contains stray semicolons at file scope (forbidden in C99)
1402  674885 type initialisation deadlock in GObject
1403  698064 Add g_ptr_array_contains()
1404  709865 Add boxing to GParameter
1405  725894 build: Include gettext libraries for static compilation on Mac OS X
1406  734946 Implement GContentType on OSX
1407  741229 gio: Handle NULL cached properties in NetworkManager monitor
1408  745971 gdbus-tool: Add a command to wait for a well-known name on the bus
1409  755046 gfileutils: Add precondition checks to g_file_test()
1410  761102 Increase performance for main loop
1411  761889 GDateTime: %p does not always print AM/PM string
1412  766660 Please clarify the extent to which GInitable, GAsyncInitable must be idempotent
1413  769534 g_unix_signal_source_new does not support SIGWINCH
1414  772221 Take advantage of Unicode
1415  775879 g_log_default_handler should not check G_MESSAGES_DEBUG
1416  776169 various gio-tool fixes
1417  777961 Documentation for g_app_info_equals() could be clearer
1418  778049 race in gsource detected by TSan
1419  778207 gio-querymodules: fix memory leak
1420  778287 G_MODULE_EXPORT and -fvisibility=hidden
1421  779409 Fix false positive g_warning() in remove_filter()
1422  780066 g_base64_encode_close() in glib/gbase64.c produces invalid base64 encoding
1423  780095 g_utf8_get_char_validated() stopping at nul byte even for length specified buffers
1424  780306 Unused function in gunicollate.c for CARBON
1425  780310 g_tls_database_verify_chain doesn't set the GError for failures other than cancell...
1426  780384 gio/tests/contenttype fails on OS X: "public.directory" != "public.folder"
1427  780441 Make the portal implementation of g_app_info_launch() synchronous
1428  780634 Remove remaining old codepage ABI comapt code
1429  780908 gobject: remove duplicate GType sanity check
1430  780924 Memory leak in gdbusmethodinvocation.c
1431  781125 gio-tool: Fix errors format string
1432  781234 the buffer written to by g_input_stream_read is not marked as an out parameter
1433  781298 gfileutils.c:330:3: error: ISO C90 forbids mixed declarations and code
1434
1435 * Translation updates
1436  Catalan
1437  Friulian
1438  German
1439  Hebrew
1440  Indonesian
1441  Polish
1442  Russian
1443
1444
1445 Overview of changes in GLib 2.52.0
1446 ==================================
1447
1448 * Bug fixes:
1449  779799 gdatetime test fails with tzdata 2017a
1450  780032 Add missing attributes to two functions
1451  780144 gio/fam: Remove leftover debug print
1452
1453 * Translation updates:
1454  French
1455  Friulian
1456  Latvian
1457
1458
1459 Overview of changes in GLib 2.51.5
1460 ==================================
1461
1462 * OS X implementations of GContentType and GAppInfo
1463   have been added
1464
1465 * Bugs fixed:
1466  673047 gunicollate is broken on OS X (patch included!)
1467  734946 Implement GContentType on OSX
1468  747146 Implement GNotification on OSX
1469  769983 glib-mkenums generates non-reproducible Makefile snippets
1470  777203 gnulib license information is not correct in glib2.0
1471  778515 Crash in the gio kqueue backend
1472  779456 Make g_utf8_make_valid optionally take a length
1473
1474 * Translation updates:
1475  Danish
1476  Friulian
1477  German
1478  Hungarian
1479  Korean
1480  Lithuanian
1481
1482
1483 Overview of changes in GLib 2.51.4
1484 ==================================
1485
1486 * Memory leak fixes
1487 * Fix the released tarball
1488
1489
1490 Overview of changes in GLib 2.51.3
1491 ==================================
1492
1493 * Bugs fixed:
1494  771997 gchecksum: Add SHA-384 support
1495  778422 gsubprocesslauncher: Clarify the behavior of set_environ()
1496  778581 gdbus-codegen: Fix -Wconversion warning
1497  778801 gdbus-codegen: Add --outdir flag
1498  778991 Plug a mem leak in gdbusauth
1499  779183 g_io_extension_point_get_extensions should check for NULL pointer
1500
1501 * Translation updates:
1502  Basque
1503  Chinese (Taiwan)
1504  Danish
1505  Indonesian
1506  Italian
1507  Serbian
1508
1509
1510 Overview of changes in GLib 2.51.2
1511 ==================================
1512
1513 * Minimal support for UUIDs has been added
1514
1515 * A new file attribute, G_FILE_ATTRIBUTE_RECENT_MODIFIED has been added
1516   to improve sorting of recent files
1517
1518 * Bugs fixed:
1519  639078 UUID support feature request
1520  777135 gkeyfile: Be more specific about error codes in documentation
1521  777307 race condition between gdbus signal callback and g_bus_unwatch_name...
1522  777481 goutputstream: docs: fix typos
1523  777493 g_mkdtemp() not introspectable
1524  777507 Recent view sorting incorrectly
1525  777592 Add minor examples to GDBus and GVariant documentation
1526  778002 race in gdbusprivate.c detected by the ThreadSanitizer
1527  778096 race in gdbusconnection reported by TSan
1528
1529 * Translation updates:
1530  Norwegian bokmål
1531  Polish
1532  Simplified Chinese
1533  Slovak
1534  Spanish
1535  Swedish
1536
1537
1538 Overview of changes in GLib 2.51.1
1539 ==================================
1540
1541 * glib-compile-resources grew a --generate-phony-targets flag
1542
1543 * GLib now installs a valgrind suppressions file for GLib and GIO
1544
1545 * Bugs fixed:
1546  666114 should have infrastructure to run its tests under valgrind
1547  729730 GDBusMessage: Fix segfault if DEBUG_SERIALIZER is enabled
1548  730932 statically assert that reasonable assumptions about enums are true
1549  735731 gobject: Document behaviour of GType checking macros on NULL
1550  736810 gdbus: Fix leak in g_dbus_message_print()
1551  762283 GSocket – Fix race conditions on Win32 if multiple threads are waiting on cond...
1552  767609 Test suite problems
1553  767952 g_dbus_method_invocation_return_*, g_dbus_method_invocation_take_error: They d...
1554  769672 Assert threads for testcase 642026 are sucessfully created
1555  769745 gtask: Add guards for public functions
1556  770175 Add command line argument to mkenums and genmarshal to write output to a file
1557  770646 glib: Namespace global tapset variables by soname
1558  772160 Add g_unix_mount_for() support
1559  772989 Totem allows invalid urls that might cause segfault that's irrecoverable
1560  773823 gio: Bump copy buffer size to 256k by default
1561  774086 fix g_main_context_check declaration
1562  774368 Dependency file output of resource scanner breaks Ninja
1563  774421 Two minor patches
1564  774520 GSocket allocates and processes control messages even if not requested
1565  775309 Crash in gdbusauth
1566  775468 Improve log write supports color method on windows
1567  775510 testing with -fsanitize=undefined reports various undefined behaviour
1568  775517 Password input is echoed in the terminal
1569  775621 gmessages: Fix compilation on Android
1570  775765 FDO notification withdrawal backend sends wrong ID to the server
1571  775913 subprocesslauncher: potential infinite loop in verify_disposition()
1572  776198 Stray semicolon after g_variant_print() function in gvariant.c
1573  776586 License headers cleanup
1574  777077 Use of memory after it is freed
1575
1576 * Translation updates:
1577  Brazilian Portuguese
1578  Czech
1579  Galician
1580  German
1581  Hebrew
1582  Kazakh
1583  Lithuanian
1584  Spanish
1585  Swedish
1586
1587
1588 Overview of changes in GLib 2.51.0
1589 ==================================
1590
1591 * glib-genmarshal and glib-mkenums have gained --output options
1592   for better build system integration
1593
1594 * New API: g_utf8_make_valid
1595
1596 * Bugs fixed:
1597  591603 Make _g_utf8_make_valid public
1598  610969 Nice to have g_utf8_make_valid as public
1599  767882 Bit shift overflow (-Wshift-overflow) warning in gparam.h
1600  769135 External control for g_test_add/g_test_run
1601  769630 gfile: G_FILE_MONITOR_WATCH_MOVES was actually introduced in 2.46
1602  772160 Add g_unix_mount_for() support
1603  772221 Take advantage of Unicode
1604  773303 GApplication leaks option_strings 
1605
1606 * Translation updates:
1607  French
1608  Galician
1609  German
1610  Hungarian
1611  Lithuanian
1612  Norwegian bokmål
1613  Occitan
1614  Polish
1615  Slovak
1616  Turkish
1617
1618
1619 Overview of changes in GLib 2.50.1
1620 ==================================
1621
1622 * Update Unicode support to Unicode 9.0.0
1623
1624 * Bugs fixed:
1625  662946 gunixmounts monitoring doesn't work correctly with libmount
1626  771591 Update to Unicode 9.0.0
1627  772054 glib/gspawn-win32-helper.c: unexpected behavior re CommandLineToArgvW()
1628  772255 gresolver: Mark GResolver as an abstract class
1629  772269 Add --version options to glib-compile-resources and glib-compile-schemas
1630  772297 completion: Complete gsettings describe
1631  772511 g_log_default_handler crashes windows apps with "Unspecified fatal err...
1632
1633 * Translation updates:
1634  Brazilian Portuguese
1635  Catalan
1636  Croatian
1637  Czech
1638  Danish
1639  Hungarian
1640  Italian
1641  Latvian
1642  Polish
1643  Swedish
1644
1645
1646 Overview of changes in GLib 2.50.0
1647 ==================================
1648
1649 * Bugs fixed:
1650  771438 Turn on libmount by default on linux
1651         Fix the annotation for g_log_variant
1652
1653 * Translation updates:
1654  British English
1655  French
1656
1657
1658 Overview of changes in GLib 2.49.7
1659 ==================================
1660
1661 * Add g_log_variant, binding-friendly api for structured logging
1662
1663 Bugs fixed:
1664  646926 arg_data invalid after g_option_context_parse() fails
1665
1666 * Translation updates:
1667  Danish
1668  Finnish
1669  Galician
1670  German
1671  Hebrew
1672  Kazakh
1673  Korean
1674  Latvian
1675  Lithuanian
1676  Polish
1677  Portuguese
1678  Serbian
1679  Slovak
1680  Spanish
1681  Swedish
1682  Thai
1683
1684
1685 Overview of changes in GLib 2.49.6
1686 ==================================
1687
1688 * The gsettings commandline tool now has a describe command
1689
1690 Bugs fixed:
1691  745754 Add gcc-style dependency output to glib-compile-resources
1692  769076 Fix warning: attempt to override closure->va_marshal with new marshal
1693  770372 gdbus-codegen: Strip @since parameters before comparison
1694
1695 Translation updates:
1696  Brazilian Portuguese
1697  Czech
1698  German
1699  Hungarian
1700  Polish
1701  Portuguese
1702  Spanish
1703
1704
1705 Overview of changes in GLib 2.49.5
1706 ==================================
1707
1708 * Structured logging:
1709  - drop libsystemd dependency
1710  - document that g_test_expect_message does not work with structured logs
1711
1712 * Use libmount for unix mount support
1713
1714 * Add an async variant of g_app_info_launch_default_for_uri
1715
1716 Bugs fixed:
1717  522053 GUnixMountMonitor needs to use /proc/self/mountinfo on recent Linux
1718  682794 Add usage guidance to logging documentation
1719  744456 Structured logging API
1720  766370 Add a macro for initializing g_auto(GVariantBuilder)
1721  767240 Regex failures with pcre 8.38
1722  768198 Can't build glib with systemtap enabled
1723  768453 Gdbus test: compilation fails due to -Werror=format-y2k errors
1724  768752 Add async variant of g_app_info_launch_default_for_uri
1725  769027 Docs misleadingly imply G_CHECKSUM_SHA512 is available since 2.16
1726  769029 gmessage: compiler complains about -Wformat-nonliteral
1727  769042 'O_CLOEXEC' undeclared (first use in this function)
1728  769087 gmessages: support NULL log domain
1729  769089 Fix gsettings uint64 testcase
1730  769104 Build failure when using _GLIB_CHECKED_ADD_U32 with the Intel compiler
1731  769139 g_log_writer_journald uses non-standard 'htole64' function
1732  769238 memory increases every time I umount and mount my secondary hard disk.
1733  769245 is_valid_heap_iter define misses NULL pointer check
1734  769507 gmessages: Don’t require is_journald() call before writer_journald()
1735  769785 gmessages: Expand documentation further for structured logging
1736  769995 gdbus-codegen: Allow '@since: UNRELEASED' in documentation comments
1737
1738 Translation updates:
1739  Catalan
1740  Hebrew
1741  Lithuanian
1742  Slovak
1743  Spanish
1744
1745
1746 Overview of changes in GLib 2.49.4
1747 ==================================
1748
1749 * Change the just-introduced structured logging API. The arguments
1750   of g_log_structured() had to be reordered to enable an implementation
1751   within the limits of what the standards guarantee about var args.
1752
1753 Bugs fixed:
1754  744456 Structured logging API
1755  768936 gio doc build fails because of missing gio.xml in the tarballs
1756  768963 improper va_list use in g_log_structured()
1757  768968 gio/tests/socket-listener hangs since e4ee307
1758
1759 Translation updates:
1760  Spanish
1761
1762
1763 Overview of changes in GLib 2.49.3
1764 ==================================
1765
1766 * GLib has a structured logging API, g_log_structured, with support
1767   for writing to the systemd journal. It also supports colored output
1768   in terminals
1769
1770 * Some new GBytes API has been added:
1771  - g_key_file_load_from_bytes
1772  - g_compute_hmac_for_bytes
1773
1774 * Stack-allocated GVariantBuilder and GVariantDict objects can now be
1775   initialized with G_VARIANT_BUILDER_INIT and G_VARIANT_DICT_INIT
1776
1777 * gio:
1778  - Add a way to register handlers for custom uri schemes
1779  - Add a G_FILE_ATTRIBUTE_FILESYSTEM_REMOTE attribute to
1780    have these heuristics in a single place
1781  - Include a gio tool that makes the functionality of the
1782    various gvfs commandline tools available in a single place
1783  - Add portal support to g_app_info_launch_default_for_uri
1784  - Add portal support to GNetworkMonitor
1785  - Add portal support to GProxyResolver
1786  - Add portal support to g_application_send_notification
1787
1788 Bugs fixed:
1789  547200 g_utf8_find_next_char() issues
1790  662802 systemtap multiarch issue
1791  723506 fork/exec from non-main thread when autolaunching could be avoided...
1792  725902 build: simplify dtrace configuration
1793  728207 gsocketservice: Documentation does not mention that is already act...
1794  729914 instead of DEBUG_CODE and IF_DEBUG, provide a common macro to supp...
1795  744456 Structured logging API
1796  744678 Unable to delete relocatable schemas
1797  746685 clarify that g_variant_get_data() can be used instead of g_variant...
1798  747134 glib-compile-resources --generate should detect common C++ file ex...
1799  750257 GSettings changed signal should clearly state the order required
1800  753231 Memory is potentially used after free
1801  754012 missing filename in "Error loading css: Failed to import: Error op...
1802  760115 gtestutils: add missing dash in seed argument's --help documentation
1803  760423 gio-querymodules prints error messages as question marks on some l...
1804  761102 Increase performance for main loop
1805  765338 GLib.compute_hmac_for_data throws every time
1806  766370 Add a macro for initializing g_auto(GVariantBuilder)
1807  766899 Superflous HTML/XML comments in GDBusProxyTypeFunc documentation s...
1808  766933 GSocketAddress leaks in gnetworkmonitornetlink.c:read_netlink_mess...
1809  767765 Add names and tags to various GSources and GTasks constructed in GLib
1810  767880 gkeyfile: add g_key_file_load_from_bytes() API
1811  767887 vfs: add g_vfs_register_uri_scheme()
1812  767949 [patch] Typos in glib docs
1813  768029 infinite loop in parse_name_internal()
1814  768119 Fix fallout from get_supported_schemes() changes
1815  768357 Build the gio tool on Windows/MSVC
1816  768498 portal support for glib
1817  768504 keyfile: g_key_file_get_double behavior doesn't follow documentation
1818  768549 Test failure: test_ip_sync_dgram
1819  768551 Test failure: test_socket_address_to_string
1820  768560 gio/tests/gsettings: fix GSettings reference leaks in some tests
1821  768780 O_PATH is a non-standard flag which may be unavailable on non-Lin...
1822  768806 gdbus tool must swallow -- argument
1823
1824 Translation updates:
1825  Chinese (Taiwan)
1826  French
1827  Hebrew
1828  Indonesian
1829  Lithuanian
1830  Portuguese
1831  Spanish
1832
1833
1834 Overview of changes in GLib 2.49.2
1835 ==================================
1836
1837  * GMainContext and GTask have gained more systemtap probes
1838
1839 Bugs fixed:
1840  673101 resource compiler dependency generation not working for gen...
1841  700756 GFile.new_for_path arguments misses (type filename) annotation
1842  730187 glocalfileoutputstream: Fix an FD leak in an error path
1843  755439 Memory leak in gdbusproxy.c
1844  759813 Add more SystemTap/DTrace probes for main context and GTask
1845  761810 gio: Support using GDBusObjectManagerServer at path ‘/’
1846  767172 docs: Move GIO_USE_VFS to "okay for production" section
1847  767218 Remove a UTF-8 ellipsis from gsignal.h
1848  767245 Add filename type annotations
1849  767824 Some UTC timezones incorrectly recognized on Windows 7
1850
1851 Translation updates:
1852  Occitan
1853
1854
1855 Overview of changes in GLib 2.49.1
1856 ==================================
1857
1858  * GDesktopAppInfo now allows bus activation with dashes. This is
1859    not technically allowed per the Desktop Entry specification, but
1860    it happens in the wild. Rather than forcing people to go through
1861    another traumatic desktop file rename, accept it and translate - to _.
1862
1863  * The support for giving names to threads has been improved. Thread names
1864    are now supported on Solaris as well, and the Linux support no longer
1865    uses prctl() but the pthread api.
1866
1867  * GIO resources can now be overridden at runtime, using the G_RESOURCE_OVERLAYS
1868    environment variable.
1869
1870  * gdbus-codegen can now generate autocleanup definitions for the types
1871    it generates. Use the --c-generate-autocleanup option to control this
1872
1873 Bugs fixed:
1874  665446 Use g_abort() instead of abort()
1875  731988 glocalfile: Avoid a potential NULL pointer dereference
1876  742898 g_value_type_transformable() description differs from the code
1877  747107 GVariant varargs documentation: g_variant_get() example
1878  747478 g_system_thread_set_name() is not implemented for gthread-win32
1879  748474 g_get_language_names() is not thread-safe
1880  748530 gthread: W32 implementation of g_get_num_processors() has lame fallback
1881  748806 GVariant: Better introduction to the concepts and its uses
1882  749583 GSequence performance improvements
1883  749606 tests: always remove app.desktop
1884  755898 [PATCH] settings: add get/set uint64
1885  758174 Fix documentation typos
1886  758738 Usage of GType properties causes crashes due to gulong/gpointer mismatch
1887  760186 namespace clash with gdb pretty-printing code
1888  762994 Race condition in GIO/AppFileChooser crashes Firefox/Gtk3
1889  763379 codegen: Add support for g_autoptr to gdbus-codegen–generated objects
1890  763821 build: Also dist Systemtap files always for gobject/
1891  764092 gstrfuncs: Document the behaviour of g_strjoinv()
1892  764163 g_task_had_error doesn't remember the error after g_task_propagate_*
1893  764415 Very High CPU usage in g_poll() Windows implementation
1894  764574 build: Fix all statfs() tests failing
1895  764575 tests: Fix compilation errors due to Y2K format problems
1896  764685 GApplication documentation about handling command-line options is confusing
1897  764754 '-' in application id: unbreak bus activation and notifications
1898  765173 documentation of g_main_context_push_thread_default() regarding GIO...
1899  765668 GResources: add support for resource overlays
1900  765710 gdbus-tool: only print note about expected argument types if that...
1901  765712 tests: Fix compilation
1902  765861 task: avoid context lock when setting source name
1903  765900 Add g_drive_is_removable() support
1904  765924 Improve external drives detection
1905  765959 socket: set fd field to -1 after closing socket
1906  765990 Visual Studio: Define inline only when necessary
1907  765991 Compilation of gresource.c is broken due to S_ISDIR
1908  766092 Incorrect locale handling in g_date_time_format_locale()
1909  766211 Fix the upper bound in g_unichar_iswide_bsearch
1910  766407 Some build-related defects in glib testsuite
1911  766570 build: Fix a misnamed variable in glib-tap.mk
1912
1913 Translation updates:
1914  Basque
1915  Catalan
1916  Chinese
1917  Occitan
1918  Portuguese
1919  Turkish
1920  Vietnamese
1921
1922
1923 Overview of changes in GLib 2.48.0
1924 ==================================
1925
1926  * a minor build fix in the name of determinism
1927
1928  * a few coverity fixes
1929
1930 Bugs fixed:
1931  763617 giotypefuncs.c: Sort _get_type functions in the 'C' locale
1932
1933 Translations updated:
1934  Danish
1935  Italian
1936
1937 Overview of changes in GLib 2.47.92
1938 ===================================
1939
1940  * gdbus-codegen now supports g_autoptr()
1941
1942  * g_get_user_runtime_dir() now reliably returns an existing directory
1943
1944  * g_array_remove_range() can now remove 0 items from the end of an array
1945
1946  * Many fixes for Windows
1947    * build fixes
1948    * file monitoring
1949    * gsettings backend
1950    * streams
1951    * random numbers
1952    * wide character support
1953
1954  * documentation improvements
1955
1956  * other small bugfixes
1957
1958 Bugs fixed:
1959  724847 Segmentation fault on "gsettings list-recursively"
1960  743933 gapplication: add --app-id command line option
1961  756706 [PATCH] gio/gtestdbus.c: don't use non-standard %m printf modifier
1962  757506 gsettings: schema_list should use the passed schema's source
1963  760694 W32: Apps linked with -mwindows make cursor busy sometimes
1964  762202 g_win32_error_message improvements
1965  762637 build: Unconditionally dist tapset files
1966  762748 Undefined behavior
1967  762937 Mention that g_clear_error can be used with an "empty" GError
1968  763339 array: Support clearing an empty array with g_array_remove_range()
1969  763344 g_get_user_runtime_dir(): ensure directory exists
1970  763379 codegen: Add support for g_autoptr to gdbus-codegen–generated objects
1971
1972 Translations updated:
1973  Brazilian Portuguese
1974  Czech
1975  Finnish
1976  French
1977  Galician s
1978  German
1979  Greek
1980  Hebrew
1981  Hungarian
1982  Italian
1983  Kazakh
1984  Korean
1985  Latvian
1986  Lithuanian
1987  Occitan
1988  Polish
1989  Russian
1990  Serbian
1991  Slovak
1992  Slovenian
1993  Spanish
1994  Swedish
1995
1996 Overview of changes in GLib 2.47.6
1997 ==================================
1998
1999 * Windows usupport:
2000  - Fixes and improvements to the GSettings registry backend
2001  - Handle readability and writability of registry keys
2002  - Use Unicode registry APIs
2003
2004 * Bugs fixed:
2005 760852 744772 761126 747927 761337 744570 761504 761550 761843
2006  744570 GString is missing (transfer none) annotations on many of its methods
2007  744772 systemtap and gdb scripts install in wrong place
2008  747927 Documentation: various small improvements
2009  760852 gdbusobjectmanagerserver: Clarify recommended ObjectManager paths
2010  761126 winiconv: update to upstream version
2011  761337 Fix some annotations
2012  761504 W32 registry GSettings backend does not use Unicode
2013  761550 Cannot build with default flags under Fedora rawhide (-Werror=format-...
2014  761843 gmacros.h is testing attributes with __has_feature (when compiling wi...
2015
2016 * Translation updates:
2017  Brazilian Portuguese
2018  Bulagarian
2019  Chinese (Taiwan)
2020  Hungarian
2021  Polish
2022  Slovak
2023  Slovenian
2024  Spanish
2025  Swedish
2026
2027
2028 Overview of changes in GLib 2.47.5
2029 ==================================
2030
2031 * the system copy of PCRE is now used by default to implement GRegex.
2032   Configure with --with-pcre=internal if a system PCRE version
2033   is unavailable or undesired.
2034
2035 * interfaces for DTLS support have been added.  A new version of
2036   glib-networking will also be required.
2037
2038 * GDBusMethodInvocation now drops replies if the sender set the
2039   NO_REPLY_EXPECTED flag
2040
2041 * several GApplication fixes, including fixes for commandline arguments
2042   in interpreted languages on Windows
2043
2044 Bugs fixed:
2045  624186 Deprecate glib-gettext macros
2046  734095 gtk-demo.py of PyGObject fails to run on Windows (and likely other binding scripts using g_application_run())
2047  735754 Implement close on TLS GOutputStream
2048  748064 gnulib vfprintf returns desired (not actual) number of bytes, ignores errors
2049  752240 Add DTLS support to GIO
2050  755421 GDBus ignores NO_REPLY_EXPECTED flag in messages, leading to warnings on system bus
2051  756875 Include ntdef.h for NTSTATUS
2052  759554 g_application_run() calls g_main_context_default() repeatidly
2053  760199 gsettings: Install gettext ITS rules
2054  760215 G_LIKELY/_UNLIKELY macros need more parentheses
2055  760683 regex test: Check the expected PCRE exceptions at runtime
2056
2057 Translations updated:
2058  Brazilian Portuguese
2059  Czech
2060  German
2061  Lithuanian
2062  Swedish
2063
2064 Overview of changes in GLib 2.47.4
2065 ==================================
2066
2067 * The GApplication documentation has been improved in several areas.
2068
2069 * Bugs fixed:
2070  749092 gdb pretty-printers fail on Python 3 with a TypeError...
2071  757374 macros: clean up "inline" mess
2072  758641 Memory leak in g_dbus_proxy_new_for_bus_sync()
2073  759134 Add missing checks for gnulib vasnprintf()
2074  759408 Do not use uninitialized var 
2075  756475 Stop supporting non-POSIX getpwuid_r, getgrgid_r
2076  757372 GApplication: destroy the impl on shutdown
2077  728099 macros: add G_GNUC_CHECK_VERSION() for compiler checks
2078  757299 glib-compile-resources: do not leak c_name
2079  758553 Fix gettext use
2080  758823 file monitors: reorder some code to avoid segfault
2081  756214 gsettings: Don't translate ""
2082  710243 Add GParamSpec object ref management annotations
2083  735696 xdgmime: Finer handling for cases where mmap() is not available
2084  752983 gapplication: Acquire the main context before running
2085
2086 * Translation updates:
2087  Swedish
2088
2089
2090 Overview of changes in GLib 2.47.3
2091 ==================================
2092
2093 The inline cleanup in the last release accidentally removed three
2094 symbols from libglib-2.0.so.  It is unlikely that this will have caused
2095 any problems because these symbols were only backup symbols for
2096 definitions exported as inlines in the header files, but ABI is ABI.
2097
2098 This release corrects only this problem.
2099
2100 Overview of changes in GLib 2.47.2
2101 ==================================
2102
2103 * We have formalised the assumption that all compilers that are
2104   interested in support 'static inline' and simplified the macros around
2105   this considerably.  Please watch for and report unintentional fallout.
2106
2107 * New API: hardware-assisted helpers for overflow-checked integer math.
2108
2109 * other fixes
2110
2111 Bugs fixed:
2112  696324 gtester-report doesn't work with Python 3.x
2113  719966 glib: Add missing (nullable) and (optional) annotations
2114  752837 gobject and glib-compile-resources rely on .CRT$XCU section, no longer works with Win 10 UCRT (VS 2015)
2115  755364 make gtkdoc-check happy again
2116  756134 Segmentation fault on calling g_simple_action_group_add_action with bad action constructor call
2117  756179 gwin32.c: Replace VerifyVersionInfoW() with RtlGetVersion() due to API deprecation
2118  756988 GSequence should document each function's complexity
2119  757294 Move G_POLLFD_FORMAT to glibconfig.h
2120  757374 macros: clean up "inline" mess
2121  757451 doc: fix g_task_attach_source() example
2122  757628 gio tests fail to build when cross compiling 2.46.1
2123  757693 Invalid free in g_local_file_trash()
2124  757742 Fix up annotations in ghash.c
2125  758181 GTask: fix wrong example code
2126
2127 Translations updated:
2128  Greek
2129  Hebrew
2130  Hungarian
2131  Norwegian bokmål
2132  Portuguese
2133  Scottish Gaelic
2134  Simplified Chinese
2135  Spanish
2136
2137 Overview of changes in GLib 2.47.1
2138 ==================================
2139
2140 * The Unicode support has been updated to version 8.0 of the Unicode standard
2141
2142 * GDesktopAppInfo no longer sets the DISPLAY environment variable when
2143   launching apps. This is now done in the GAppLaunchContext implementations
2144   when appropriate
2145
2146 * Bug fixes:
2147  664740 Key-value file parser, space after integer
2148  687223 cleverer GThreadPool management
2149  692085 stderr and stdout are not always file descriptors 1 and 2
2150  697907 Add interface for socket-like things (GSocket, DTLS, etc)
2151  735754 Implement close on TLS GOutputStream
2152  737116 Add functions to print GSocketConnectables and addresses as strings
2153  743011 Minor additions to GError documentation
2154  749161 undefined reference to `__imp__stat32i64'
2155  749314 Cannot restore a just-trashed file
2156  751924 Add recvmmsg()-like API on GSocket
2157  752240 Add DTLS support to GIO
2158  752837 gobject and glib-compile-resources rely on .CRT$XCU section, no longer...
2159  753310 Remove `#pragma GCC system_header` from gmessages.h
2160  753935 Update example namespace and class names in GObject tutorial
2161  754855 Object instantiation documentation refers to example that no longer ex...
2162  754983 Wayland: g_desktop_app_info_launch_uris_with_spawn() forces DISPLAY va...
2163  754994 g_date_time_get_second () sometimes returns an off-by-one result
2164  755083 Clarify in G_ADD_PRIVATE that it is safe to call _get_instance_private...
2165  755351 Example still contains g_autoptr(gchar)
2166  755355 Move GStrv to glib.h so it can be used with g_auto()
2167  755374 g_variant_get_child(): flatten-first logic on '&'
2168  755496 glib 2.46 fails GStreamer test suite
2169  755609 glib 2.46.0 breaks Sun Java JVM 1.8.0.60
2170  755766 gvalue: The g_auto cleanup function assert if value is G_VALUE_INIT
2171  755795 2.46 considers empty files as octet-stream rather than text (leads to...
2172  755961 Fix up annotations in gbytes.c
2173  756053 MSVC doesn't understand the symbol 'msghdr'
2174  756054 MSVC linker error due to 'g_socket_send_message_with_timeout()'
2175  756077 testutils: remove internal ABI comment
2176  756099 g_main_context_query(): Annotate @n_fds as (in) parameter
2177  756139 musl: ctors called in the wrong order
2178  756179 gwin32.c: Replace VerifyVersionInfoW() with RtlGetVersion() due to AP...
2179  756251 The documentation of G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START is confusing
2180  756255 GOutputStream swallowing errors in splice with G_OUTPUT_STREAM_SPLICE...
2181  756316 GSequence should provide fast api to check if empty
2182  756382 snprintf used on Windows with VS2015 doesn't support %n
2183  756477 gio/gthreadedresolver.c has outdated copy of bionic headers (for android)
2184  756550 gtypes.h: Make G_MININTn literals negative
2185  756875 Include ntdef.h for NTSTATUS
2186  756952 giomodule: return a copy of module name
2187
2188 * Translation updates:
2189  Basque
2190  Czech
2191  Serbian
2192  Serbian Latin
2193  Vietnamese
2194
2195
2196 Overview of changes in GLib 2.46.0
2197 ==================================
2198
2199 * Disable runtime-deprecation warnings
2200
2201 * Fix marshalling of flags on bigendian 64bit architectures
2202
2203 * Translation updates
2204  Brazilian Portuguese
2205  Danish
2206  German
2207  Latvian
2208  Russian
2209  Turkish
2210
2211
2212 Overview of changes in GLib 2.45.8
2213 ==================================
2214
2215 * utf8 validation and utf8-to-ucs4 conversion are faster
2216
2217 * Small speedups to property change notification
2218
2219 * Various other small optimizations for GQuark, GData
2220
2221 * Bugs fixed:
2222  696426 GParamSpecTypeInfo do not need to be static
2223  735429 Cleanup MSVC Project Files Generation
2224  738504 Optimize UTF-8 decoding by unrolling branches and expressions
2225  742903 Add missing (transfer) annotation to GString
2226  748633 g_set_object order of operations
2227  754431 Fix build of glib/gstrfuncs.c on Windows
2228  754560 gioerror: Add more mappings for WinSock error codes
2229  754582 Glib cannot compile
2230  754601 Make g_strerror work with non-glibc POSIX systems
2231  754636 tests/unicode-encoding test fails for glib 2.45.7 on x86-64
2232  754788 more g_strerror stuff
2233  754831 autocleanups: Add GString type
2234  754924 Improve test coverage of g_utf8_validate() by added known-...
2235  754986 Avoid unnecessary signal emission during draw
2236
2237 * Translation updates:
2238  Italian
2239  Kazakh
2240  Korean
2241  Lithuanian
2242  Slovenian
2243  Swedish
2244
2245
2246 Overview of changes in GLib 2.45.7
2247 ==================================
2248
2249 * Add G_FILE_ATTRIBUTE_STANDARD_IS_VOLATILE for use by non-POSIX-like
2250   backends (e.g. cloud storage).
2251
2252 * GFileMonitor: Make the inotify backend work with atomic renames again
2253
2254 * GSettings: change notification is again working unconditionally
2255
2256 * GListStore has a sort function now
2257
2258 * Test infrastructure:
2259  - Tests are now required to have unique names
2260  - TAP support has been improved
2261  - A macro for asserting that two memory regions have identical content
2262    has been added
2263
2264 * Bugs fixed:
2265  708525 A "g_file_query_info" on the file path "/sys/kernel/debug/hid"...
2266  742849 inotify: send paired events to both sides
2267  744060 Update GObject tutorial documentation to use G_DECLARE_FINAL_T...
2268  747364 Fix GError leak in g_file_query_writable_namespaces()
2269  749492 Support file creation time on FreeBSD and NetBSD
2270  752769 (g_socket_receive_message | g_socket_send_message) performance
2271  753745 glib-genmarshal still needed for cross-compilation
2272  754152 Add g_list_store_sort
2273  754211 Memory leak in g_file_enumerator_iterate ()
2274  754264 GLib 2.44 certificate chain construction fails if the PEM incl...
2275  754283 gtestutils: add g_assert_cmpmem()
2276  754284 gtestutils: print the TAP test plan first, not last
2277  754286 misc gtestutils fixes
2278  754307 size of array '_GStaticAssertCompileTimeAssertion_3387' is neg...
2279
2280
2281 * Translation updates:
2282  Chinese (Taiwan)
2283  French
2284  Galician
2285  Greek
2286  Hebrew
2287  Hungarian
2288  Indonesian
2289  Polish
2290  Portuguese
2291
2292
2293 Overview of changes in GLib 2.45.6
2294 ==================================
2295
2296 * Fix a test failure and a build failure
2297
2298 Overview of changes in GLib 2.45.5
2299 ==================================
2300
2301 * GNetworkMonitor now provides information about metered networks
2302
2303 * g_mem_set_vtable has been deprecated; it has not been working for
2304   quite a while. The recommendation is to use valgrind, or replace
2305   malloc itself.
2306
2307 * Bugs fixed:
2308  656325 Make GDBusInterfaceVTable binding friendly
2309  741779 Documentation tweaks addressing real-world API misuses
2310  741822 Fails to build with VS 2015
2311  742386 gdbusconnection: Don't g_printerr() when exiting
2312  743018 gobject: Add more cross-links between documentation pages
2313  750282 Add g_network_monitor_get_network_metered() to get if the connection...
2314  751358 GFileMonitor doesn't react to "mv some-file watched-file"
2315  751592 Stop using GMemVtable
2316  751598 Stop 'handle-local-options' propagation when callback reports an err...
2317  751610 g_str_hash produces collisions with strings of length 2
2318  751751 Wrong docs of g_async_queue_remove
2319  752210 gdbus command crashes with SIGSEGV
2320  752656 gdbusconnection: Fix signal subscription documentation
2321  752767 Fix typo in g_hash_table_replace() documentation
2322  753278 gdbus: Don't use g_assert_no_error() GDBusObjectManagerServer
2323  753285 g_menu_item_set_icon fails if called with NULL icon
2324
2325 * Translation updates:
2326  Catalan
2327  Czech
2328  French
2329  Indonesian
2330  Lithuanian
2331  Norwegian bokmål
2332  Slovak
2333  Spanish
2334  Thai
2335  Turkish
2336
2337
2338 Overview of changes in GLib 2.45.4
2339 ==================================
2340
2341 * Bugs fixed:
2342  727829 win32: glibconfig.h.win32 updates
2343  741901 Clang cannot know that g_error don't return
2344  746339 GSocket kills process when fd is not a socket
2345  747676 gio/tests/socket fails: test_fd_roundtrip
2346  748610 Some tests fail with non-English locales
2347  749911 g_inet_address_to_string broken on XP/2003
2348  749912 g_inet_address_new_from_string broken on XP/2003
2349  750625 Should dismiss Software Updates Available notification after...
2350  750807 G_BREAKPOINT doesn't work as intended on Darwin
2351  751160 gtask does unnecessary work
2352  751672 -Wduplicate-decl-specifier in glib/tests/keyfile.c
2353  751731 GFile/DirectoryMonitor emit move events with other_file=NULL
2354  751737 gio/tests/appmonitor test fails in 2.45.3
2355  751798 Wrong enum type used in some test-cases
2356  752089 make gsocketservice::active a property
2357  752293 small cleanup: use list_free_full
2358
2359 * Translation updates:
2360  Greek
2361  Hebrew
2362  Portuguese
2363
2364
2365 Overview of changes in GLib 2.45.3
2366 ==================================
2367
2368 * Improve performance of g_signal_handler_disconnect for signals
2369   with many handlers
2370
2371 * GDBus has gained a new call flag to allow interactive authorization
2372
2373 * GSettings:
2374  - New API: g_settings_schema_list_keys
2375  - Deprecated: g_settings_list_keys
2376
2377 * OS X:
2378  - Implement GNotification
2379  - Bump the OS X requirement to 10.9
2380
2381 * Windows:
2382  - Add registry reading API
2383  - Reimplement GAppInfo using registry information
2384
2385 * Bugs fixed:
2386  666831 Support URI opening on W32
2387  728489 property action with inverted boolean state
2388  730168 Incorrect annotation on g_action_group_get_action_state_type return...
2389  733325 Several regex tests fail with pcre3 8.35
2390  734888 GLib has no helper functions to work with W32 Registry
2391  737009 signal handler lookup doesn't scale
2392  738185 Misleading language about "file name encoding" in the docs on g_env...
2393  738504 Optimize UTF-8 decoding by unrolling branches and expressions
2394  739122 glib not handling -1 return ("no limit") from sysconf (_SC_THREAD_S...
2395  739424 gnome-shell crashes when files are added, deleted, or modified in $...
2396  739616 DBus; Add new call flag to allow interactive authorization
2397  740308 Add g_settings_schema_list_keys() method
2398  740516 RFE: please provide an introspectible version of g_log_set_handler
2399  741788 Document GSettings build system integration
2400  745013 GBinding not thread safe
2401  747146 Implement GNotification on OSX
2402  747941 try XDG_RUNTIME_DIR/bus before falling back to X11 autolaunch (dbus...
2403  748727 Filechooser dialog shows no icons for directories on W32
2404  749693 GActionGroupExporter: flush queue on requests
2405  750203 GNetworkMonitorNetlink hangs in user namespace
2406  750322 gapplication: Make sure --help output is translated
2407  750344 GTlsInteractionClass is missing from doc
2408  750369 Various GBinding cleanups
2409  750386 Race condition in g_io_condition_get_type
2410  750399 Typo "equilalent" in glib documentation's glib-Error-Reporting.html...
2411  750573 GTlsDatabaseClass is not documented
2412  750918 genmarshal: silence register storage class warnings
2413  751122 gsocket: avoid unnecessary g_socket_cond_wait() in _send_messages()
2414  479730 The "g_key_file_set_comment" interface prepends '#' character to...
2415
2416 * Translation updates:
2417  Hungarian
2418  Spanish
2419
2420
2421 Overview of changes in GLib 2.45.2
2422 ==================================
2423
2424 * Improve error reporting in glib-compile-schemas.
2425
2426 * Add introspection annotations to GListStore.
2427
2428 * Bugs fixed:
2429  696749 win32 : failed to compile because of careless mistake in the code
2430  723394 const parameter to GtkPopover gtk_popover_set_pointing_to
2431  724113 gdbus-connection-loss test can fail on slow machines
2432  725981 tap-driver.sh: internal error getting exit status
2433  733325 Several regex tests fail with pcre3 8.35
2434  744895 Unknown or unsupported transport 'this-should-not-be-used-and-will...
2435  747882 gtype: Bump allowed number of children
2436  748534 gtest: if a subprocess assertion fails, print its stdout and stderr
2437  748612 de_DE locale used in option-context test is not supported by FreeBSD
2438  748614 Double unref in g_socket_listener_add_inet_port
2439  748834 glocalfilemonitor: Emit notification on rate limit change
2440  749079 gdbus-peer test: TCP tests can fail with ECONNRESET due to a race...
2441  749080 gdatetime test: fails if close to rollover between seconds
2442  749180 gnetworkaddress: add return type annotation to parse methods
2443  749352 g_binding_unbind() fails when source is also the target
2444  749353 GBinding does not connect to the detailed notify signal
2445
2446 * Translation updates:
2447  Catalan
2448  French
2449  Slovak
2450  Thai
2451
2452
2453 Overview of changes in GLib 2.45.1
2454 ==================================
2455
2456 * The GSettings schema compiler, glib-compile-schemas has been changed
2457   to reject schema xml that has duplicate <summary> or <description>
2458   elements. Such elements typically occur when translations are merged
2459   into the schema, with xml:lang attributes. This is not the correct
2460   way to translate schemas. Instead keep the translations in the .mo
2461   file and set the gettext-domain attribute on the <schemalist> element.
2462
2463 * The file monitoring infrastructure has been rewritten, and all backends
2464   have seen major improvements.
2465
2466   The inotify backend is reporting events with less delay (no event will
2467   be delayed more than 10ms) and wakeups due to file monitoring have been
2468   significantly reduced. A CHANGES_DONE event will also be sent when new
2469   files appear.
2470
2471   The poll implementation is now using the thread default main context.
2472
2473   The fam implmentation is now running in the worker thread.
2474
2475   The fen implementation has been removed, since it was unmaintained.
2476
2477 * The GSettings schema compiler, glib-compile-schemas, is more strict
2478   about rejecting schemas with xml:lang style merged translations.
2479   Schema translations should be done by specifying the gettext domain
2480   in the xml, and keeping the translations in gettext. To avoid breaking
2481   already-installed schemas, this change is only taking effect when
2482   you use the --strict option.
2483
2484 * The hardcoded 10-thread limit of GTask's thread pool has been removed,
2485   since it was prone to causing deadlocks. The thread pool is now allowed
2486   to grow dynamically and will shrink back over time.
2487
2488 * GSimpleAsyncResult has been deprecated in favor of GTask.
2489
2490 * The algorithm used by GAppInfo to find default handlers for mime types
2491   has been tweaked to prefer apps that handle the specific subtype over
2492   default handlers for a generic supertype.
2493
2494 * Bug fixes:
2495  627285 inotify file monitor hardwired delay
2496  631597 Segmentation fault in append_escaped_text
2497  661767 merge/improve various bits of run-in-thread functionality
2498  687223 cleverer GThreadPool management
2499  711547 win32: silence some build warnings
2500  719966 glib: Add missing (nullable) and (optional) annotations
2501  726447 Possibly an error in text string
2502  728663 W32: wrong stat struct is used when built with MinGW-w64
2503  728669 W32: GLocalFile can't measure size of files larger than 2^32...
2504  730188 gsocket: Document FD ownership with g_socket_new_from_fd()
2505  733325 Several regex tests fail with pcre3 8.35
2506  738207 Add a way to set SO_SENDBUF and SO_RECVBUF on listener (and...
2507  739850 GClosure: add valgrind hints
2508  741791 gmain: Save errno when handling unix signals
2509  744282 gvfs-open for application/x-virt-viewer changed behaviour bet...
2510  745255 Add support for copying sessions between GTlsClientConnections
2511  745745 gdbus: fix out-of-bound array access
2512  745821 Don't use __alloc_size__ attribute with clang
2513  746749 GLib-GIO:ERROR:inotify-kernel.c:327:ik_source_dispatch: ass...
2514  746753 Glib-compile-resources --generate-header not using ".h" as ...
2515  747209 glib-compile-schemas ought to reject repeated <summary> and...
2516  747349 Conversion of gdbus to use GTask causes deadlocks
2517  747363 gatomic: Add missing new line in API doc comment
2518  747472 Don't ignore already-installed schemas with multiple <summa...
2519  747541 gdbus segfaults with invalid --dest
2520  747772 Having hardcoded utf8 strings in the source code does not p...
2521  748019 gsocketconnection: Fix copy-pasto in documentation
2522  748177 not all test schemas are distributed, "make distcheck" fails
2523
2524 * Translation updates:
2525  Basque
2526  Czech
2527  Danish
2528  Finnish
2529  German
2530  Hebrew
2531  Icelandic
2532  Norwegian bokmål
2533  Russian
2534  Turkish
2535
2536
2537 Overview of changes in GLib 2.43.92
2538 ===================================
2539
2540 GLib is now considered frozen.  We do not expect any major changes
2541 before the release of 2.44.0.
2542
2543  * GUnixMountMonitor now properly supports multiple main contexts
2544
2545  * many documentation improvements and cleanups.  We are now
2546    approaching a point where the documentation is 100% complete and the
2547    xml will build without warnings.  This will probably be enabled by
2548    default in the next cycle.
2549
2550  * new support for HTTP proxies in GIO
2551
2552  * new GTask:completed property
2553
2554  * use "private" futexes in order to further improve the performance of
2555    the contended case of GMutex and g_bit_lock()
2556
2557 Bugs fixed:
2558  614684 Make various parts of GObject const-correct
2559  730352 Use inet_pton(), if_nametoindex() and if_indextoname() for newer versions of Windows
2560  733876 Proxy protocol 'http' is not supported.
2561  741442 threads: use FUTEX_WAIT_PRIVATE and FUTEX_WAKE_PRIVATE if possible
2562  742599 Clean up GUnixMountMonitor
2563  743636 gtask: Add a GTask:completed property
2564  743661 g_win32_check_windows_version() is missing from doc
2565  744722 docs: Expand introduction to mention using async calls over sync ones
2566  745589 [Patch] gio: add some missing autocleanup
2567  745634 [GNotifications] Use themed icon as icon-name
2568
2569 Translations updated:
2570  Bosnian
2571  Bulgarian
2572  Catalan
2573  Czech
2574  French
2575  German
2576  Greek
2577  Hungarian
2578  Italian
2579  Kazakh
2580  Korean
2581  Latvian
2582  Lithuanian
2583  POTFILESin
2584  Polish
2585  Russian
2586  Serbian
2587  Slovak
2588  Slovenian
2589  Spanish
2590  Swedish
2591  Vietnamese
2592  pa  for Gnome
2593
2594 Overview of changes in GLib 2.43.91
2595 ===================================
2596
2597 We have now added 'g_autofree' as a libgsystem-style autocleanup macro
2598 that calls g_free() on the content of a local variable when it leaves
2599 scope (working only on GCC and clang).
2600
2601 GApplication now has an "is-busy" property, allowing one to query the
2602 effective busy state.
2603
2604 There have been various other bugfixes and cleanups.
2605
2606 Bugs fixed:
2607  661554 GIO's use of GError is wrong
2608  744263 Fix format specifier for __LINE__ in G_OBJECT_WARN_INVALID_PSPEC
2609  744565 gapplication: add bind_busy_property()
2610  744747 Add g_autofree
2611  744756 Can't find out if gapplication is marked as busy
2612  744830 autocleanups: Add GArray and GPtrArray
2613  744876 Unclean exit from from g_application_run
2614  745239 g_property_action_new missing type annotation
2615
2616 Translations updated:
2617  Chinese (Taiwan)
2618  French
2619  Galician
2620  Lithuanian
2621  Slovak
2622
2623 Overview of changes in GLib 2.43.90
2624 ===================================
2625
2626 * new GSimpleIOStream class to construct a GIOStream from an arbitrary
2627   GInputStream and GOutputStream
2628
2629 * GApplication: new API for marking 'busy' state according to the value
2630   of a boolean property on another object
2631
2632 * GOptionGroup: add binding support (boxed type, annotation fixes, etc.)
2633
2634 Bugs fixed:
2635  739724 Test functions should have async scope
2636  741024 glist: Mention that g_list_length() is bad for checking list emptiness
2637  741630 Add GSimpleIOStream class
2638  743349 goption: Add boxed type for GOptionGroup
2639  743990 GDBus connection closing is broken
2640  744565 gapplication: add bind_busy_property()
2641
2642 Translations updated:
2643  Greek
2644  Italian
2645  Norwegian bokmål
2646  Russian
2647  Slovenian
2648  Swedish
2649
2650 Overview of changes in GLib 2.43.4
2651 ==================================
2652
2653 * GType now has type declaration macros G_DECLARE_DERIVABLE_TYPE,
2654   G_DECLARE_FINAL_TYPE and G_DECLARE_INTERFACE, which significantly reduce
2655   the boilerplate needed for GObject types and interfaces.
2656
2657 * g_autoptr and g_auto are macros for declaring variables with automatic
2658   cleanup. They only work with gcc and clang.
2659
2660 * GListModel is a new interface that represents a dynamic list of GObjects.
2661
2662 * GListStore is a GSequence-based implementation of GListModel.
2663
2664 * Support thread names on OS X
2665
2666 * g_simple_action_set_state_hint: New function to set the state hint
2667   of GSimpleActions
2668
2669 * g_win32_check_windows_version: New function to check Windows version
2670
2671 * g_settings_schema_list_children and g_settings_schema_key_get_name
2672   are new functions to complete the GSettingsSchema API.
2673
2674 * Bugs fixed:
2675  389585 G_DEFINE_TYPE hack for header files
2676  729351 Add GListModel
2677  736914 Docs: various fixes and improvements
2678  741807 Add thread name support on OS X and iOS
2679  741895 gwin32: Add Simple API to check whether we are on at least a v...
2680  742456 object: Add g_steal_pointer() convenience function to mark own...
2681  743508 polkitd fails to start: patch for gio/gcredentialsprivate.h
2682  743517 GSettings API is missing some introspection functions
2683  743521 GSimpleAction: add g_simple_action_set_state_hint
2684  743596 G_DECLARE_DERIVABLE_TYPE() should allow additional typedef for...
2685  743640 add __attribute__((cleanup)) support
2686  743827 Fix build of GListModel (on Visual Studio)
2687  743927 GListStore: add sorted insert function
2688  743936 glib: handle unsigned modifier for long long in internal printf
2689  744012 Add GMutexLocker
2690  744190 Fix build on Compilers That Do Not Use inline for Plain C Code
2691
2692
2693 Overview of changes in GLib 2.43.3
2694 ==================================
2695
2696 * add g_set_object() convenience function
2697
2698 * GNetworkMonitor: check if NM is not running and don't crash
2699
2700 * fix some races with g_mkdir_with_parents
2701
2702 * fix some warnings in MSVC
2703
2704 * avoid use of G_STRLOC in G_OBJECT_WARN_INVALID_PSPEC in order to save
2705   on static strings
2706
2707 * fix some content type vs. mime issues
2708
2709 * documentation improvements
2710
2711 * Bugs fixed:
2712  719455  g_file_make_directory_with_parents() can erroneously throw G_IO_ERROR_EXISTS
2713  732439  GSocket: avoid unnecessary g_socket_wait_condition() for blocking sockets
2714  734946  Implement GContentType on OSX
2715  741589  gobject: Add g_set_object() convenience function to set GObject pointers
2716  741653  gnetworkmonitornm: Check if network-manager is running
2717  741654  [patch] gobject: don't use G_STRLOC in G_OBJECT_WARN_INVALID_PSPEC() macro
2718  741707  Gsocket blocks trying to send data
2719  741788  Document GSettings build system integration
2720  742548  configure.ac: stay out of autoconf's namespace
2721  742851  avoid MSVC warnings in G_STMT_END
2722  742972  ggettext: Include an example of setlocale() and friends in the i18n docs
2723  743014  gtestutils: Add an example of using test fixtures 
2724
2725 * Translations updated:
2726  Basque
2727  Brazilian Portuguese
2728  Spanish
2729
2730 Overview of changes in GLib 2.43.2
2731 ==================================
2732
2733 * New function: g_strv_contains
2734
2735 * New function: g_network_address_new_loopback
2736
2737 * New function: g_socket_send_messages
2738
2739 * A new GNetworkMonitor implementation using NetworkManager provides
2740   more detailed connectivity information
2741
2742 * Bugs fixed:
2743   11059 Linux poll issue
2744  664562 captive wifi portal support for GNetworkMonitor
2745  685880 Add g_strv_contains()
2746  712570 Hang in g_threaded_socket_service_func
2747  719646 GSocket: add g_socket_send_messages() to send multiple messages...
2748  728928 Provide separate error code for "Connection reset by peer"
2749  732317 Support GSocketConnectable for loopback addresses
2750  740814 "make check" should ensure that every symbol is documented
2751  740848 Backend subscription fails when connecting to a signal with a d...
2752  741016 gio: add G_IO_ERROR_NOT_CONNECTED
2753  741226 keyfile: Add "in group" to GError message consistently
2754
2755 * Translation updates:
2756  Gujarati
2757  Hebrew
2758  Hungarian
2759  Kannada
2760  Turkish
2761  Vietnamese
2762
2763
2764 Overview of changes in GLib 2.43.1
2765 ==================================
2766
2767 * GQueue now accepts NULL as a sibling in g_queue_insert_before() and
2768   g_queue_insert_after()
2769
2770 * Bugs fixed:
2771   11059 Linux poll issue
2772  726037 Add G_PARAM_READWRITE value to the GParamFlags enumeration
2773  727988 GMemoryOutputStream hangs when writing more than 1GiB
2774  729739 tlscertificate: add support for loading certificate chains
2775  733791 GSettings: delay backend subscription
2776  736286 Clarify g_file_replace behavior with etags
2777  736620 GQueue: accept NULL sibling for insert_before() and insert_after()
2778  737150 GLib-GIO-WARNING **: Failed to parse translated string 'visible-name...
2779  737160 unhelpful error message
2780  738259 GDBusInterfaceVTable: clarify memory handling for the method() virt...
2781  738551 'interface' variable conflicts with Windows defines
2782  738633 Need to disable SSLv3 in glib-networking
2783  740157 <app> --help doesn't work even when options were added
2784  740309 Fix docs in g_strfreev
2785  740413 Fix the GSettings Registry Backend 
2786
2787 * Translation updates:
2788  Norwegian bokmål
2789
2790
2791 Overview of changes in GLib 2.43.0
2792 ==================================
2793
2794 * GObject gained a debug option to provide instance counts. To use it,
2795   set GOBJECT_DEBUG=instance-count and call g_type_get_instance_count().
2796
2797 * GOption now has a strict POSIX mode in which it stops parsing arguments
2798   as soon as a non-option argument is encountered.
2799
2800 * Bugs fixed:
2801  354457 Feature Proposal: Per-Type Statistics for Instantiable GTypes
2802  695082 g_hash_table_remove_all is not save against a call to g_hash_table_remove
2803  723160 GOption: add strict posix mode
2804  728256 gcredentials: add NetBSD support
2805  729739 tlscertificate: add support for loading certificate chains
2806  733338 Don't segfault in GNetworkMonitor when IPv6 support is unavailable
2807  736273 gdesktopappinfo: Use symbolic names in the code
2808  736284 Keep only one list of signal emissions
2809  736806 gtask: Fix reference count loop causing leaks
2810  736914 Docs: various fixes and improvements
2811  737143 Include <stdint.h> in glib/valgrind.h
2812  737259 gcancellable: Clarify that GSources hold references to GCancellables
2813  737338 gmain: Unref child sources when finalising a GSource
2814  737446 tests: Fix some minor leaks in the unit tests
2815  737451 Provide api to read_all_async
2816  737741 g_datalist_id_get_data assertion fails for non-existant keys
2817  737869 GApplication command line handling breaks --help
2818  738170 g_byte_array_new_take() doesn't initialize array->alloc
2819  738197 g_cond_timed_wait() doesn't time out on Mac OS X
2820  738374 gfile: g_file_equal (x, x) is TRUE
2821  738675 GSubprocessLauncher is missing some data on the docs 
2822
2823 * Translation updates:
2824  Bengali (India)
2825  Bulgarian
2826  Gujarati
2827  Italian
2828  Telugu
2829
2830
2831 Overview of changes in GLib 2.42.0
2832 ===================================
2833
2834 All changes in this release are trivial in nature.
2835
2836  - introspection warning fixes
2837
2838  - g_application_add_main_option now uses an enum instead of an 'int'
2839    for the type of a parameter
2840
2841  - added a G_OPTION_FLAG_NONE so that people don't need to use 0
2842
2843  - gresource: Use GError in more places
2844
2845  - gresource commandline tool: improve extraction from multiple sections
2846
2847  - GSource now takes the context lock (if any) in g_source_set_name()
2848
2849  - new documentation to clarify the use of some APIs related to
2850    GVariant, GSource, GApplication
2851
2852  - other minor updates to docs
2853
2854 * Bugs fixed
2855  736683 Thread safety issues with g_main_context_find_source_by_id
2856  736975 [patch] please document that GVariant serialization needs an
2857         out-of-band length field
2858
2859 * Translation updates
2860  Danish
2861  Hindi
2862  Marathi
2863  Punjabi
2864  Serbian
2865  Simplified Chinese
2866
2867 Overview of changes in GLib 2.41.5
2868 ==================================
2869
2870 * Bug fixes:
2871  735819 single native credential struct used for two purposes
2872  735915 glib-building.html uses --enable-gcov instead of --enable-coverage
2873  736350 GDesktopAppInfo: avoid polling on missing desktop dirs
2874  736351 Don't use issetugid() on Android
2875         Fix the default application logic in GDesktopAppInfo
2876  736458 Only use rand_s() when targetting Visual Studio >= 2005
2877
2878 * Translation updates
2879  Galician
2880  Hungarian
2881  Indonesian
2882  Kannada
2883  Latvian
2884  Polish
2885  Russian
2886  Slovenian
2887  Tamil
2888
2889
2890 Overview of changes in GLib 2.41.4
2891 ==================================
2892
2893 * GApplication now has binding-friendly API to handle
2894   commandline options: g_application_add_main_option
2895
2896 * G_GNUC_BEGIN_IGNORE_DEPRECATIONS works with clang
2897
2898 * Bugs fixed:
2899  583330 poll list of mounted file systems (no mtab support)
2900  727455 Command line option parsing from bindings
2901  734126 add G_GNUC_BEGIN_IGNORE_DEPRECATIONS macro for clang
2902  735179 gsocketclient: Handle cancellation between CONNECTING...
2903  735297 Docs claim that GThread struct is deprecated 
2904
2905 * Translation updates:
2906   Assamese
2907   Catalan
2908   Catalan (Valencian)
2909   Czech
2910   French
2911   German
2912   Greek
2913   Hebrew
2914   Korean
2915   Oriya
2916   Traditional Chinese
2917
2918
2919 Overview of changes in GLib 2.41.3
2920 ==================================
2921
2922 * g_clear_pointer and g_clear_object no longer use atomics
2923
2924 * Bugs fixed:
2925  711547 win32: silence some build warnings
2926  725511 Compiled resource files should have the same /-separators everywhere
2927  725513 Some tests fail to build on W32
2928  725514 W32: gfileutils does not preserve errno correctly
2929  725515 test-printf fails on W32
2930  728730 gsocket: Set SO_NOSIGPIPE on sockets on Darwin
2931  729703 Leaks a GError in g_file_move
2932  730932 statically assert that reasonable assumptions about enums are true
2933  732085 gtype: Fast-path for g_type_is_a
2934  732754 GDBusMessage: optimise (de)serialisation of fixed arrays
2935  733345 ginetaddress: Add a precondition to g_inet_address_new_from_string()
2936  733576 Patches from static analysis run on 2.40
2937  733715 glib's configure.ac makes accidentally use of nested function
2938  733934 win32: improve the package installation dir lookup
2939  733960 W32: spawning a console process creates a new window when stdout...
2940  733969 Remove atomic aspects of g_clear_pointer/object
2941  733982 Do not crash when checking whether an instance type is of a given...
2942  734035 gedit hangs up when there's no GSettings key in the registry 
2943
2944 * Translation updates:
2945  Basque
2946  Brazilian Portuguese
2947  Lithuanian
2948  Slovenian
2949  Spanish
2950
2951
2952 Overview of changes in GLib 2.41.2
2953 ==================================
2954
2955 * The Unicode support has been updated to version 7.0
2956   of the Unicode standard
2957
2958 * GNotification now supports priorities for notifications
2959
2960 * GCredentials has gained NetBSD support
2961
2962 * GMutex now uses a faster, native implementation on Linux
2963
2964 * Bugs fixed:
2965  699132 Pluggable event loop backends
2966  720708 g_assert_warning(): number of arguments doesn't match for...
2967  722092 Add GtkApplication resources support
2968  724986 Change gio/data-to-c.pl to /usr/bin/env perl.
2969  727974 Fix up failure-to-see-expected-message logging
2970  728256 gcredentials: add NetBSD support
2971  728401 GDateTime: Add guards to g_date_time_new()
2972  729825 Formatting of g_alloca documentation
2973  729914 instead of DEBUG_CODE and IF_DEBUG, provide a common macro...
2974  730293 clang++-3.4: error: 'register' storage class specifier is ...
2975  731339 giochannel: avoid setting uninitialised length
2976  731424 #ifdef spaghetti for load_user_special_dirs() implementations
2977  731623 GNotification: add support for a priority setting
2978  731929 update tables to unicode 7.0.0
2979  731950 gvalue: New g_value_from_instance
2980  731986 GLib: implement GMutex natively on Linux
2981  732184 GObject: warn on use of deprecated properties
2982  732357 Docs: various fixes and improvements
2983  732429 GActionEntry: improve documentation
2984  732465 Fix build on x64 Visual C++ builds
2985  732704 Docs: various fixes and improvements
2986  732739 ginetsocketaddress: Explicitly initialise flags for getaddr...
2987  732754 GDBusMessage: optimise (de)serialisation of fixed arrays
2988  732984 g_object_ref(NULL) in g_dbus_object_manager_client_finalize
2989  733084 Typos in g_bytes_hash() and g_time_zone_find_interval() docs
2990  733146 spawn helper does not use correctly the parameters 
2991
2992 * Translation updates:
2993  Lithuanian
2994
2995
2996 Overview of changes in GLib 2.41.1
2997 ==================================
2998
2999 * Bug fixes:
3000  697229 Custom Interface implementations will be broken with glib 2.37/38
3001  698614 GObject: prevent installing properties after init
3002  729269 gvariant: Fix confusion between type and format strings in the docs
3003  730198 broken valgrind.h leads to crashes in g_type_free_instance on mingw64
3004  730807 GMutex performance regression
3005  730963 gconvert: mention that the g_convert len should be in bytes
3006  730984 Faster instance type check for fundamentals
3007  731050 <structname> tags appear in documentation
3008  731200 unconditional 'notify' during g_object_set() is problematic
3009  731335 gtype: guard uses of new fundamental type check
3010  731341 gparam: change value of G_PARAM_EXPLICIT_NOTIFY
3011  731366 run-assert-msg-test.sh gdb leaves assert-msg-test zombie
3012  731425 giomodule protects function-call with different token than function...
3013  731513 clang: build failure: implicit declaration of function '__atomic_load_4'
3014  731584 gbookmarkfile: Cleaner error handling code to pacify static analysis
3015  731657 Prevent an invalid @CARBON_LIBS@ from appearing in the .pc files
3016  731979 docs: Correct param to interface's default_init()
3017  731996 Return folder as icon for directories
3018  732002 gwakeup: Clarify buffer sizing in g_wakeup_signal()
3019  732005 Remove unused assignments
3020  732019 gtestdbus: Don’t close stdout for dbus-daemon
3021  732068 gsignal: Add an example to the g_signal_connect_swapped() documentation
3022  732081 gsocket: Document that g_socket_create_source() holds a socket ref
3023  732107 gsocketlistener: Reconsider closing sockets on listener finalisation
3024
3025
3026 Overview of changes in GLib 2.41.0
3027 ===================================
3028
3029 * Many bugfixes found by static analysis, including potential fd leaks
3030   and NULL pointer dereferences.
3031
3032 * Increased use of (nullable) attribute on out values and return types
3033   now that it is supported (mostly from porting Vala metadata).
3034
3035 * use XDG_CURRENT_DESKTOP for OnlyShowIn/NotShowIn handling of desktop
3036   files, deprecating g_desktop_app_info_set_desktop_env()
3037
3038 * add support for g_desktop_app_info_get_implementations() to find
3039   desktop files that have an Implements= line for a given interface
3040
3041 * GHmac has gained SHA-512 support
3042
3043 * support the new mimeapps specification (most notably, moving the
3044   assoications/defaults configuration to ~/.config/mimeapps.list).
3045
3046 * libgobject is now linked -Wl,-z,nodelete when possible to avoid errors
3047   when gobject is used from a module for a program that does not itself
3048   use gobject and that module is unloaded/reloaded
3049
3050 * ... and many other bug fixes.
3051
3052  623552 glib warns if backtrace.py is not present
3053  667468 glib-2.30.2: ipv6 tests fail when no ipv6 support is available
3054  668152 -framework Carbon linker flag not passed to pkg-config .pc files
3055  707298 libgobject should be linked with -Wl,-z,nodelete
3056  712391 Add g_desktop_app_info_get_implementors()
3057  722723 Infinite recursion when calling g_io_stream_close_async() from libsoup
3058  724741 hmac: Fix support for SHA-512 in GHmac
3059  726040 networkaddress: fix parsing of uri with @ after authority
3060  726318 gio: Document that GSocket is not thread safe
3061  726611 socketclient: Leak on cancellation
3062  726872 gio: Add names to idles and timeouts
3063  727119 wrong IN6_IS_ADDR_MC_LINKLOCAL usage break android build
3064  727123 GNotification: Some small documentation fixes
3065  727320 docs: Remove escaping '\' from literals
3066  727551 Check use_count of GApplication in g_application_release()
3067  727559 g_file_copy: Don't set GError when we intend to ignore errors
3068  727692 gio/gtlscertificate.c -- broken PEM-file processing (affects local CA root stores, for starters)
3069  727890 soup_content_sniffer_real_sniff segfault
3070  727900 gio: Add newer dbus UnknownXxxx and PropertyReadOnly errors
3071  727928 gapplication-tool fixes
3072  727939 INTLLIBS are always appended in configure checks
3073  727964 g_io_extension_point_get_extension_by_name: Warn, but don't crash, for NULL inputs
3074  728040 Implement new mimeapps spec
3075  728066 Deal with startup notify id being NULL
3076  728280 platform_get_argv0: fix sysctl(3) use on OpenBSD
3077  728285 docs: Use markdown links in .h files, too
3078  728350 gaction: Minor clarifications in the GAction documentation
3079  728380 docs: Remove <!-- --> comment before plural s
3080  728565 gfile: More explicitly document the context for GFileProgressCallback
3081  728983 Docs: various fixes and improvements
3082  729167 gobject: Document that classes/objects/interfaces are zero-filled
3083  729563 GOption: A short option's value is included in G_OPTION_REMAINING
3084  729813 AppInfo: use XDG_CURRENT_DESKTOP for OnlyShowIn
3085  729875 gio: cleanup gdbusmessage.c file
3086  730045 Avoid overeager warning about deprecated properties
3087  730189 gtestutils: Fix a very unlikely FD leak in test fork handling
3088  730190 gsocket: Add missing preconditions to g_socket_send_message()
3089  730277 gthread: Fix use of a local variable after it went out of scope
3090  730278 gsubprocess: Add a missing va_end() call
3091  730295 gdbus-tool: Remove dead variables
3092  730493 Port annotations from Vala metadata
3093
3094 Translations updated:
3095  Basque
3096  Brazilian Portuguese
3097  Catalan
3098  Czech
3099  Danish
3100  Greek
3101  Hebrew
3102  Hungarian
3103  Punjabi
3104  Serbian
3105  Slovenian
3106  Spanish
3107  Ukrainian
3108
3109 Overview of changes from GLib 2.39.91 to GLib 2.39.92
3110 =====================================================
3111
3112 This is a release candidate for 2.40.0.
3113
3114 There are no major changes in this release, but a few serious bugs have
3115 been fixed.
3116
3117 * Bugs fixed:
3118  710367 Crash in g_settings_backend_dispatch_signal()
3119  723899 G_DEFINE_TYPE() causes compiler warnings with clang due to foo_get_instance_private
3120  724859 Let the test_wait_until() test also run on non-*nix
3121  724916 gio unmount code makes XFCE's Thunar crash
3122  725651 GSubprocessLauncher: Does not copy the calling process environment.
3123  725656 Unskip GVariantDict
3124  725891 gio tests: add codegen to BUILT_SOURCES
3125  726046 Recent commit created symbolic icons issues
3126
3127 * Translations:
3128  Chinese
3129  French
3130  Korean
3131  Latvian
3132  Norwegian bokmål
3133  Portuguese
3134  Russian
3135  Traditional Chinese
3136
3137 Overview of changes from GLib 2.39.90 to GLib 2.39.91
3138 =====================================================
3139
3140 This release introduces a hard dependency on present and functioning
3141 clock_gettime() and CLOCK_MONOTONIC.  It also introduces a dependency on
3142 pthread_condattr_setclock() unless your system happens to have
3143 pthread_cond_timedwait_relative_np() (as do Mac OS and Android).  This
3144 release is known to be broken with at least GNU/Hurd, pending addition
3145 of working pthread_condattr_setclock(CLOCK_MONOTONIC) there.
3146
3147 New API: g_str_to_ascii()
3148
3149 * Fixed bugs:
3150  670144 unconditional use of CLOCK_MONOTONIC is broken
3151  673607 invalid assumption in g_cond_wait_until() / g_get_monotonic_time() API
3152  710142 Add more impressive transliteration to GLib
3153  722360 make check fails
3154  722604 (partial) Various tests are failing with 2.39.3
3155  723316 g_hash_table_iter_remove() should be explicit whether or not it is safe while iterating the table
3156  724609 Fix build of GIO on Windows
3157  724687 gmain: make monotonic time really monotonic, everywhere
3158  724706 gsource: document priority of child sources
3159  724707 some GSocket source improvements
3160  724839 GMainContext: some source ID cleanups
3161  724858 Dist gtranslit-data.h
3162  724994 Missing icons for bookmarks in file chooser
3163  725023 Can no longer find apps by executable/desktop file name
3164
3165 * Translations:
3166  Lithuanian
3167  Polish
3168  Thai
3169
3170 Overview of changes from GLib 2.39.4 to GLib 2.39.90
3171 ====================================================
3172
3173 * Fixed bugs:
3174  625408 make GVariant dictionaries more useful
3175  660809 document that if you fail a precondition check, documented guarantees do not apply
3176  661576 fix handling of constructors that destroy half-constructed objects
3177  679957 g_inet_address_new_from_string is not able to handle dots and numbers IPv4 addresses
3178  712837 gvariant: Document the need to cast varargs when constructing GVariants
3179  721458 g_simple_async_result_is_valid has a NULL check for the wrong source_tag
3180  721977 improve split handling of command line arguments
3181  722033 win32: fixup lib.exe invocation
3182  723422 Fix g_socket_get_available() with TCP on Windows
3183  723616 gio/tests: fix race when generating code
3184  724001 gsubprocess: Fix a broken link in the documentation
3185  724124 glib/tests/collate.c fails if no en_US locale
3186  724126 intermittent GApplication test failure: /gapplication/local-actions: lines of output permuted
3187  724233 gsocketservice: Note g_socket_listener_close() for closing open sockets
3188  724239 soup_session_queue_message - Connection terminated unexpectedly
3189  724278 gsocketconnection: Document closing connections with g_io_stream_close()
3190  724330 configure.ac: tweak inotify check
3191  724385 gtestutils: make the new assert messages more detailed
3192  724401 gsubprocess: Mutex leak
3193  724417 glib master build broken on OpenBSD
3194  724434 Build failure in gio/gresolver.c
3195
3196 * Updated translations:
3197  Brazilian Portuguese
3198  Galician
3199  Indonesian
3200  Italian
3201  Kannada
3202  Norwegian bokmål
3203  Spanish
3204  Thai
3205
3206 Overview of changes from GLib 2.39.3 to GLib 2.39.4
3207 ===================================================
3208
3209 * Fixed Bugs:
3210  139699 Correction for g_main_context_unref()
3211  583036 g_strchomp and g_strchug are not declared const
3212  683388 improve documentation for application developers
3213  685204 ./configure fails to add the '-g' flag to CFLAGS
3214  688406 GStaticMutex broke ABI on at least ARM EABI during 2.31.x
3215  693299 cannot compile on Solaris: error in gbitlock.c
3216  707111 Clarify type transformability and compatibility
3217  711547 win32: silence some build warnings
3218  719344 Fix the various test programs (or GLib itself) on Windows
3219  722025 cleanup/clarify command line argument encoding on Windows
3220  722323 remove unused include 'gslist.h' in 'gbookmarkfile.c'
3221  722326 gstringchunk: Use g_slist_free_full() where possible
3222  722357 gio: fix small memory leak on local xattr
3223  722436 Adjust doc to Makefile.decl renaming
3224  722503 GSimpleAction: add default activate handler
3225  722526 glib/deprecated/gthread.h error on FreeBSD
3226  722591 [documentation] broken link to GtkAction from GAction.html
3227  722973 Broken example in GApplication reference
3228  723048 'network-access' test can fail to guess interface index
3229  723360 gmain: Note that g_source_destroy() can be called multiple times 
3230
3231 * Updated Translations:
3232  Assamese
3233  Tamil
3234  Traditional Chinese
3235
3236
3237 Overview of changes from GLib 2.39.2 to GLib 2.39.3
3238 ===================================================
3239
3240 No major changes this release -- mostly lots of small fixes and
3241 improvements in test coverage.
3242
3243  * fix a crasher in code from gdbus-codegen
3244
3245  * improvements to gobject gdb helper script
3246
3247  * portability:
3248
3249    - fix a deadlock issue with kqueue on FreeBSD
3250
3251    - work around a quirk in the sunstudio compiler
3252
3253    - rename a variable to avoid clashing with a macro definition of
3254      'environ' on some platforms (like mingw)
3255
3256    - use POSIX-specified <poll.h> over <sys/poll.h>
3257
3258    - many improvements to Visual Studio projects and and some build
3259      fixes for Windows
3260
3261  * tests
3262    - a very large number of improvements in test coverage
3263
3264    - don't report skipped tests as failures
3265
3266    - return 77 if we skip all tests in an executable
3267
3268    - improve gtest documentation and fix some minor issues
3269
3270    - fix g_test_trap_reached_timeout() return value
3271
3272    - remove some dead code uncovered during test coverage expansion
3273
3274    - Use tap mode for installed tests too, when using tap
3275
3276  * fix races in unix signal handling
3277
3278  * make our GVariant-based commandline tools (glib-compile-schemas,
3279    gdbus, gapplication) print out GVariant parse errors in context
3280
3281  * GApplication now has a --gapplication-service command line switch to
3282    turn any GApplication into a service
3283
3284  * improve compatibility of GApplication and GOptionContext
3285
3286  * fix gsettings.m4 wrt. builddir != srcdir with non-recursive make
3287
3288  * use a directory monitor in GKeyfileSettingsBackend
3289
3290  * improve robustness of some GIcon classes
3291
3292 Bugs fixed
3293  141251  poll(2) is in <poll.h>, not <sys/poll.h> per SUS standard
3294  613732  [PATCH] gobject.py: Don't install frame filters when GDB does not support them
3295  708212  g_variant_parser_error_get_quark() has unexpected name.
3296  710965  GApplication: add --gapplication-service switch
3297  711090  periodic failure of spawn-multithreaded async testcase
3298  712171  gsettings.m4: @GSETTINGS_RULES@: Support srcdir != builddir with nonrecursive make
3299  712630  Revert "gsettings m4: check for .xml in src/builddir"
3300  715028  GVariant: add way to print context of parse errors
3301  719344  Fix the various test programs (or GLib itself) on Windows
3302  720263  gtestutils: skipping a test should count as success, not failure
3303  720539  gdbus-codegen: Fix crasher in goa-using apps
3304  720635  Make gdb pretty-printers compatible with Python3
3305  720891  g_settings_get_child does not inherit the backend
3306  721034  glib 2.38.2 cannot be compiled with SunStudio Compiler under Solaris
3307  721059  g_subprocess_launcher_set_environ vs "environ"
3308  721074  kqueue: deadlock
3309  721087  Missing -lselinux in pkg-config --libs --static gio-2.0
3310  721324  Error message is printed to stdout
3311  721624  Regression in GTest framework reorders existing test cases
3312  721625  backwards NEWS entry about g_source_remove change
3313  721796  insufficient escaping in g_dbus_annotation_info_generate_xml()
3314  721947  Improve GApplication ⇔ GOptionContext compatibility 
3315
3316 Translations updated:
3317  Brazilian Portuguese
3318  Galician
3319  Greek
3320  Hebrew
3321
3322 Overview of changes from GLib 2.39.1 to GLib 2.39.2
3323 ===================================================
3324
3325 * Portability
3326
3327   - Remove alleged support for OS/2
3328
3329   - Remove alleged support for BeOS
3330
3331   - Remove alleged support for last-millennium Unixes
3332
3333   - Require C90 compliance
3334
3335   - Require POSIX.1 (1990) compliance on Unix
3336
3337   - Require GNU make
3338
3339 * Bugs fixed:
3340  113075 support "nonnull" attribute
3341  159528 g_ptr_array_remove_range()
3342  307947 The check for growing stack pointer in configure can fail
3343  607016 docs should mention property notification order
3344  671557 Fun with integers and g_key_file_load_from_data()
3345  676761 don't use g_critical for a runtime error
3346  690525 g_file_replace_contents_async doesn't copy its @conten...
3347  691608 Support compilation with clang 3.2
3348  697585 g_variant_builder_add's doc example is leaking
3349  697828 g_hash_table_add() should return a boolean
3350  702862 gdbus-codegen : look for deps in default install path
3351  703522 Reference leak in GvariantBuilder documentation
3352  705902 g_get_current_dir() should check PWD env var and retur...
3353  708274 Added GObject Introspection annotations to genums.c
3354  710519 Portability schmortability
3355  710741 some mainloop instrumentation
3356  710983 Test failures on powerpc
3357  711047 Enable the build of the various test programs on Windo...
3358  711051 Add basic test for the GNotification gtk backend
3359  711088 gbacktrace: Don't close stderr when running gdb
3360  711103 gmessages: Add g_info macro for G_LOG_LEVEL_INFO
3361  711178 appinfo test problems
3362  711546 utf8: report allocation error
3363  711640 gdesktopappinfo: Rank Keywords matches higher than Gen...
3364  711751 Fix memory leaks in libglib tests
3365  711753 gthread-posix: Don't use gslice allocated GRecMutex
3366  711796 glib-tap.mk: fix to actually use the TAP driver
3367  711800 fix g_test_set_nonfatal_assertions()
3368  711801 giomodule: Allow overriding source directory gio modul...
3369  711805 gdbus-connection: Fix race condition in test
3370  711806 gtestdbus: Don't destroy GSource twice
3371  711807 gtestdbus: Properly close server connections
3372  711871 Broken and misleading configure check for growing stack
3373  712136 'O_CLOEXEC' undeclared (first use in this function)
3374  712148 Add system bus support to GTestDBus
3375  712171 gsettings.m4: @GSETTINGS_RULES@: Support srcdir != bui...
3376  712314 AIX port: splice(); major()/minor(); libtool library order
3377  712315 GSettings: More docs for deprecated _list_schemas()
3378  712393 gobject: Box GMappedFile
3379  712547 GSocketClient "event" not useful for determining resol...
3380  715164 Clang static analysis fixes
3381  719395 GPtrArray add g_ptr_array_insert
3382  719402 Crashes when startup
3383  719472 leak in generated proxy-side property-setter
3384  719687 fix or remove g_trap_object_ref
3385  719809 Signal connection ids are always > 0 if successful
3386  719837 gdbus-connection: Work around race in connection tests
3387  719884 Fix documentation typos in GTask and GCancellable examples
3388  719979 g_settings_get: check validity of format string
3389  720080 Truncating a GMemoryOutputStream to a larger size cause...
3390  720210 gdataset: Remove unused define
3391  720236 Allow clean simple use of g_test_trap_subprocess() 
3392
3393 * Translations updates:
3394  Italian
3395  Lithuanian
3396  Simplified Chinese
3397  Spanish
3398
3399
3400 Overview of changes from GLib 2.39.0 to GLib 2.39.1
3401 ====================================================
3402
3403  * GSettings fixes/improvements
3404
3405    - GSettingsSchema API is now more powerful and consistent
3406
3407    - new GSettingsSchemaKey API allows accessing metadata for keys:
3408      type, default value, range and the long-awaited support for summary
3409      and description
3410
3411    - GSettingsSchemaSource gains support for listing schemas within a
3412      source.  Deprecate the global API that did this for the default
3413      source.
3414
3415    - 'gsettings list-schemas' now works properly with --schemadir
3416
3417    - deprecate a bunch of now-redundant functionality on GSettings
3418
3419    - add API to GSettings for getting the default value of a key (as set
3420      by the sysadmin)
3421
3422    - add API to GSettings for determining if the user has assigned a
3423      particular value to a key (ie: we are not just reading the default)
3424
3425    - ignore qualified tags and attributes appearing in schema files
3426
3427  * Applications/Actions
3428
3429    - make GSimpleAction a bit more strict with respect to state changes
3430      that would violate the interface (ie: by changing the state type
3431      after construction)
3432
3433    - throw an error when attempting to 'Describe' a non-existent action
3434      via D-Bus instead of returning a bogus description
3435
3436    - throw an error when attempting to invoke unsupported methods on an
3437      Application (eg: 'Open' on an app that doesn't HANDLES_OPEN)
3438      instead of emitting a g_critical() in context of the app (which is
3439      not itself at fault for the errant call)
3440
3441  * Appinfo
3442
3443    - substantially rework GDesktopAppInfo to reduce the amount of disk
3444      accesses that are performed in common situations
3445
3446    - add a new class: GAppInfoMonitor for discovering when applications
3447      are installed/removed
3448
3449    - add a new g_desktop_app_info_search() API for searching for
3450      installed applications by name, keywords, etc.
3451
3452  * GMarkup: add new G_MARKUP_IGNORE_QUALIFIED flag for skipping over
3453    "qualified" tags and attributes (those with a colon in the name, such
3454    as 'my:tag')
3455
3456  * GDBus
3457
3458    - ignore qualified tags, as above
3459
3460    - GTestDBus: unset all D-Bus addresses (such as STARTER) to ensure
3461      that test programs don't pick them up
3462
3463    - add new session_bus_run() convenience in the tests and use it
3464
3465  * GRand: use real random data as a seed on win32 and use the
3466    timestamp/pid/uid fallback only on UNIX machines where we can't open
3467    '/dev/urandom'.  This may cause issues with older mingw32 releases
3468    due to a missing prototype for the rand_s() API.
3469
3470  * Many win32 (and particularly MSVC) portability fixes.  Many
3471    additional tests are now runnable when building with MSVC.
3472
3473  * Due to early testing of the (soon to land) GCleanup framework, a very
3474    large number of memory errors have been found and fixed (mostly in
3475    the testcases, but some in glib itself).
3476
3477  * GIO:
3478
3479    - some more seeking cleanups: particularly on GLocalFileInputStream
3480
3481    - don't leave a .trashinfo file around if trashing a file fails
3482
3483    - Add a request_certificate virtual method to GTlsInteraction
3484
3485 Translations updated:
3486  Assamese
3487  Galician
3488  Greek
3489  Spanish
3490  Tamil
3491
3492 Bugs fixed:
3493  635641 schema compiler should ignore unknown attributes
3494  637257 g_tls_client_connection_gnutls_retrieve_function needs to be able to block
3495  637956 GKeyfileSettingsBackend should ignore file deletions
3496  645453 keys from base schema missing from extended schema
3497  665634 g_dbus_node_info_new_for_xml() errors on unknown attributes in XML files
3498  668232 Unable to get description and summary for a key
3499  668233 Unable to determine if a key is set to the default / what the default value is
3500  680838 Need g_settings_schema_source_get_schemas()
3501  683017 API for accessing GSettings Schema metadata
3502  687185 org.gtk.Actions.Describe doesn't return an error for non-existing action names
3503  687202 If trashing fails, the ".trashinfo" file is not removed
3504  695558 The --schemadir option has no effect
3505  696424 GSimpleAction.state property is not right
3506  697348 GTestDBus should unset DBUS_STARTER_ADDRESS, DBUS_STARTER_BUS_TYPE
3507  710133 Emit backward compatible code with gdbus-codegen
3508  710691 glib-networking: locking during implicit handshake
3509  710738 GRand has lame fallback for Windows
3510  710859 Typo in gio docs
3511  710885 Two fixes for GApplication
3512  710962 error: 'F_DUPFD_CLOEXEC' undeclared (first use in this function)
3513  710964 Add g_hash_table_get_key_array()
3514  710991 test: g_debug messages shouldn't affect g_assert_expected_messages
3515  711016 g_settings_list_keys () segfaults for empty schemas
3516  711048 glocalfileinputstream.c allows skip past end of file
3517  711049 Fix build of GLib-GIO 2.39.x on Windows/MSVC
3518  711064 Adding child source to blocked source can cause a segfault
3519  711070 Copying a symlink over another one segfaults
3520  711099 gapplication test failure
3521  711520 GDesktopAppInfo: allow more than one level of legacy folder prefixes
3522  711556 Add GAppInfoMonitor
3523  711557 Add g_desktop_app_info_search()
3524  711600 trivial portability fix
3525  711632 The desktop-app-info test fails during make check
3526  711754 gmain: Fix use of uninitialized memory in sigaction structure
3527  711755 private: Use threading primitives correctly in private test
3528  711756 gthreadpool: Don't pass bad data to GThreadPool sorter
3529  711768 Fix memory leaks in libgmodule tests
3530  711775 utils: Don't free memory owned by glib in test
3531  711782 boxed: Fix double free in boxed unit tests
3532  711803 gsubprocess: Fix a number of leaks and a segfault
3533  711808 gtestdbus: Fix leak of GMainLoop 
3534
3535 Overview of changes from GLib 2.38.0 to GLib 2.39.0
3536 ====================================================
3537
3538  * prep for the 2.40 series (version macros, docs index, etc.)
3539
3540  * GNotification
3541
3542    - new API for sending persistent notifications via the desktop shell
3543
3544    - notifications persist when the application has quit and clicking on
3545      them can restart the application with an action (via
3546      DBusActivatable)
3547
3548  * GSubprocess
3549
3550    - new API for launching subprocesses
3551
3552    - nice GIO integration like async functions, cancellability, etc.
3553
3554    - a convenient communicate() API inspired by the same API in Python
3555
3556    - related: the gspawn API now has a CLOEXEC flag for the created
3557      pipes for stdin/stdout/stderr
3558
3559  * New gapplication(1) commandline tool
3560
3561    - intended to be used with DBusActivatable apps
3562
3563    - can be used for launching apps, opening files, invoking application
3564      actions and listing apps and actions
3565
3566    - bash tab completion is supported
3567
3568  * GDesktopAppInfo changes:
3569
3570    - g_file_get_path() can implicitly cause a FUSE mount so don't call
3571      it until we know we need it (for an app that doesn't support URIs)
3572
3573    - don't crash when trying to load from a keyfile with
3574      DBusActivatable=true
3575
3576    - remove some dead code, refactor the search path handling a bit and
3577      do a large-scale whitespace cleanup (prep work for the pending
3578      desktop file index)
3579
3580  * File monitors
3581
3582    - fix broken handling of mount point monitoring
3583
3584    - remove some strange use of GObject::constructor() from the base
3585      class and inotify backend
3586
3587    - fix GFileMonitor to work in the non-default main context even when
3588      the main context is not running (or is blocked)
3589
3590    - add internal private API for easily creating a file monitor in the
3591      GLib worker thread
3592
3593  * GSettings
3594
3595    - g_settings_list_children: only list viable schemas.  This fixes a
3596      longstanding issue where 'gsettings list-recursively' will crash
3597      when there are invalid schemas installed
3598
3599    - don't accept invalid paths on g_settings_new_with_path, etc.
3600
3601  * GIO
3602
3603    - GFile now has a thumbnail::is-valid attribute to check if the
3604      thumbnail in thumbnail::path needs to be regenerated
3605
3606    - GDBusProxy now has a flag to control autostarting of services at
3607      construction time
3608
3609    - for GSeekable, properly introduce the concept of "resizable" vs.
3610      "fixed-sized" streams in the docs, explaining the expected
3611      semantics of the interface in each case
3612
3613    - fix some cases in GMemoryOutputStream that were violating the above
3614      expectations (which may cause a slight API incompatibility)
3615
3616    - clean up GCredentials code and add support for Hurd and Solaris
3617
3618    - improve splicing by using different codepaths for the case where we
3619      have real _read_async() and _write_async() implementations on the
3620      stream vs. the case where they are internally emulated (via
3621      dispatching the sync variant of the call in a thread)
3622
3623  * GKeyFile
3624
3625    - fix a leak in g_key_file_get_(u)int64 when we fail to parse the
3626      value as an integer
3627
3628    - add long-requested API g_key_file_save_to_file()
3629
3630  * Portability improvements
3631
3632    - avoid using O_DIRECTORY on platforms that don't have it
3633
3634    - be careful about systems that define SOCK_CLOEXEC but don't
3635      actually support it (like Hurd)
3636
3637    - only use SA_RESTART if it exists
3638
3639  * Other small API changes/additions
3640
3641    - a pair of functions to support matching strings for the type of
3642      search functionality that you'd expect to have with things like
3643      GtkSearchBar.  This will also be used by the desktop file index.
3644
3645    - g_str_is_ascii() with obvious purpose
3646
3647    - g_test_expect_message() no longer appears to allow you to catch
3648      G_LOG_ERROR messages
3649
3650  * GMainContext/GSource
3651
3652    - fix handling of overflowing the 'next source id' counter
3653
3654    - g_source_remove() will now throw a critical in the case that you
3655      try to remove a non-existent source.  We expect that there is some
3656      code in the wild that will fall afoul of this new critical but
3657      considering that we now reuse source IDs, this code is already
3658      broken and should probably be fixed.
3659
3660    - simplify handling of the 'current dispatching source' to not
3661      require use of a linked list
3662
3663  * GObject
3664
3665    - the long-broken (and leaky) pattern of destroying a just-allocated
3666      object from inside of a custom GObject::constructor is now
3667      officially completely illegal and will abort the program
3668
3669  * Unicode: update to 6.3.0
3670
3671  * Bug fixes
3672
3673    - g_file_copy() now falls back to pathname queryinfo.  This should
3674      clear up the bugs with copying from some GVfs backends (afp,
3675      gphoto, archive, at least).
3676
3677    - fix an out-of-bounds read in the xdgmime code
3678
3679    - fix a typo in the /org/freedesktop/DBus path on the object manager
3680      client
3681
3682    - skip emitting path_namespace='/' in match rules in order to
3683      workaround a bug in the D-Bus daemon and fix our own implementation
3684      (which shared exactly the same bug)
3685
3686    - fix crashes on precondition violations for GParamSpec constructors
3687
3688    - many other small fixups (see bug list)
3689
3690   * Many documentation improvements
3691
3692 Bugs fixed:
3693  309224 g_key_file_save_to_file missing
3694  583321 QNX: no SA_RESTART
3695  661576 fix handling of constructors that destroy half-constructed objects
3696  672102 GSubprocess class
3697  684842 Seeks on GMemoryOutputStream don't have opaque semantics
3698  688492 Add a notification API
3699  691581 g_output_stream_real_splice_async doesn't use overriden read/write_async functions
3700  702516 gfileutils: Make -Werror=format-nonliteral happy
3701  704218 New gapplication(1) tool
3702  704593 g_setenv: on some systems (BSD, OSX…), setting a variable to NULL crashes the system
3703  704882 GLocalDirectoryMonitorClass mount_notify field is useless
3704  704887 file monitoring improvements
3705  705029 Support for Solaris credentials
3706  705688 g_settings_list_children: only list viable schemas
3707  706254 Afp backend cannot copy files
3708  707887 Attempting to create GObject Property with underscore prefix segfaults
3709  708042 gapplication: don't rely on cmdline being finalized immediately
3710  708265 add support for GNU/Hurd in GLib D-Bus Library
3711  708266 fix error code checks when SOCK_CLOEXEC is defined but not supported
3712  708529 xdgmime: valgrind warns about invalid reads
3713  708677 incorrect object path 'deskop' used in gio/gdbusobjectmanagerclient.c
3714  708714 Typo in docs of GLIB_VERSION_2_40 macro.
3715  708753 gdesktopappinfo: Call g_file_get_path() on demand
3716  708793 glib build fails with clang < 3.1: error: expected ';' after top level declarator
3717  708828 GDBusProxy: add the ability to call methods on non autostarted proxies
3718  708860 glib-2.38.0 doesn't build on Solaris 10
3719  708972 gnetworking.h in tarball screws up out-of-source builds
3720  709113 [PATCH] Main loop dispatch path has needless linked list
3721  709227 Update to unicode 6.3.0
3722  709301 goutputstream: Add clear warning about short writes to _write_bytes() and async version
3723  709326 GDesktopAppInfo crashes creating a DBusActivatable app without a filename
3724  709440 Fix overloading of "source" and "target" terminology in GBinding
3725  709615 Cannot use g_test_expect_message with g_error
3726  709753 Add helpers for string matches when using GtkSearchBar-like widget
3727  709898 Expose thumbnail validity in GFile attributes
3728  709966 Remove outdated documentation
3729  709994 Minor fix for HACKERS doc to direct hackers to proper help file
3730  709995 Obsolete makefile rules
3731  710002 G_MAXUINT may be assigned as duplicate source id
3732  710313 Memory leak in g_key_file_get_(u)int64 with invalid integer values
3733  710345 [Patches] Fix some redundant-decls
3734  710496 g_locale_to/from_utf8() doc updated.
3735  710625 g_file_error_from_errno: Remove unneeded breaks
3736  710666 Frame clock related bug fixes
3737  710724 gmain: Warn when g_source_remove() fails
3738  710726 Work around D-Bus bug with path_namespace='/' match rules
3739
3740 Translations:
3741  Assamese
3742  Brazilian Portuguese
3743  Indonesian
3744  Russian
3745  Tamil
3746  Traditional Chinese
3747
3748 What's new in Glib 2.38
3749 ========================
3750
3751  * Application support
3752
3753   - GIO now provides an implementation of Desktop Actions from the
3754     desktop entry specification
3755
3756   - GApplication now implements the org.freedesktop.Application
3757     interface as per the desktop entry specification, allowing for
3758     standards-based D-Bus launching of GLib-based applications
3759
3760   - GDesktopAppInfo now supports DBusActivatable as per the desktop
3761     entry specification, allowing GLib-based applications to use D-Bus
3762     to launch other applications
3763
3764   - GApplication now has a "busy" flag that can be set on an application
3765     to allow the shell to show that it is busy
3766
3767  * GObject
3768
3769   - the private offset for a given class type is now always constant.
3770     This was done by reorganising the memory layout of instances so that
3771     the private data comes before the "official" pointer for the object
3772     (ie: at a negative offset).  Valgrind macros were added to mitigate
3773     any problems that this may have caused.
3774
3775   - a new G_DEFINE_TYPE_WITH_PRIVATE has been added along with a
3776     generated function *_get_instance_private() that can now serve as an
3777     equally-performing alternative to ->priv pointers in instances
3778     (allowing memory savings)
3779
3780   - new G_PRIVATE_FIELD, G_PRIVATE_FIELD_P and G_PRIVATE_OFFSET macros
3781     provide a convenient method of converting between named variables in
3782     private structures and their (now constant) offsets
3783
3784   - installing properties on a GObjectClass must now be done from
3785     class_init.  It is no longer valid to install them after class_init
3786     has returned.
3787
3788   - it is now possible to manually break a GObject property binding
3789     without destroying one of the objects involved
3790
3791  * Icons
3792
3793   - the requirements for implementing the GIcon interface have changed
3794     in order to make it possible to consume all implementations of GIcon
3795     with a finite number of cases
3796
3797   - a new GBytesIcon type was added for an icon represented by an
3798     in-memory binary blob in a known image format (ideally png).
3799
3800   - new APIs g_icon_serialize() and g_icon_deserialize() replace the old
3801     to/from_string APIs and will always work, irrespective of which
3802     types have been initialised in the calling process, allowing for a
3803     serialised GdkPixbuf to be deserialised in a process that doesn't
3804     have GdkPixbuf
3805
3806   - support for icons has been added to GMenuModel using the new APIs
3807
3808  * Actions and menus
3809
3810   - GPropertyAction provides a convenient way of creating a stateful
3811     property corresponding to a property on a GObject, such as the
3812     "visible-child-name" property of a GtkStack
3813
3814   - new API g_menu_remove_all()
3815
3816   - we now have established rules about what is a "valid" action name
3817     and an API to check them
3818
3819   - a new API for converting detailed action names to and from the
3820     split-out name and parameter value (as GVariant)
3821
3822   - for backwards compatibility, invalid action names can still be used
3823     with most functions, but this is not recommended
3824
3825  * Other GIO
3826
3827   - GDBus now supports services that wish to handle some of all
3828     properties on an interface asynchronously, without requiring the
3829     service to reimplement the entire org.freedesktop.DBus.Properties
3830     interface
3831
3832   - GFile now has a new _measure_disk_usage() (and async) API for
3833     recursively determining the amount of disk space used by a
3834     particular directory (akin to 'du').
3835
3836   - asynchronous version of g_file_trash() and g_file_make_directory()
3837     have been added
3838
3839  * Other new API
3840
3841   - GRegex has a new function to query the maximum lookbehind length to
3842     allow for regexp matching on streams
3843
3844   - GVariant has two new APIs for constructing strings that allow
3845     avoiding copies in some cases: g_variant_new_take_string() and
3846     g_variant_new_printf()
3847
3848  * Testing
3849
3850   - we can now generate TAP output
3851
3852   - new support functions for simplifying the process of dealing with
3853     data files for srcdir != builddir and installed test cases
3854
3855   - g_test_trap_subprocess() provides a portable alternative to
3856     g_test_trap_fork()
3857
3858  * Other
3859
3860   - GLib now builds on Android against the bionic C library
3861
3862 Overview of changes from GLib 2.37.93 to 2.38.0
3863 ================================================
3864
3865 * fix the documentation for GSourceFuncs
3866
3867 * fix compilation on OS X/ppc64
3868
3869 Bugs fixed: 708445, 647145
3870
3871 Translations updated:
3872  Danish
3873  French
3874  Portuguese
3875  Punjabi
3876
3877 Overview of changes from GLib 2.37.92 to 2.37.93
3878 ================================================
3879
3880 * a couple of bugfixes in the new g_file_measure_disk_usage() API
3881
3882 * updated Traditional Chinese translation
3883
3884 Overview of changes from GLib 2.37.7 to 2.37.92
3885 ===============================================
3886
3887 * new API g_file_measure_disk_usage() similar to du(1)
3888
3889 * minor fixes
3890
3891 * Translation updates:
3892  Assamese
3893  Belarusian
3894  Brazilian Portuguese
3895  Catalan
3896  Czech
3897  Galician
3898  German
3899  Hungarian
3900  Indonesian
3901  Italian
3902  Korean
3903  Korean
3904  Latvian
3905  Lithuanian
3906  Polish
3907  Serbian
3908  Slovenian
3909  Spanish
3910
3911 Overview of changes from GLib 2.37.6 to 2.37.7
3912 ==============================================
3913
3914 * GDateTime now supports %:z formatting variations
3915   for timezones. This is a GNU date extension.
3916
3917 * Bugs fixed:
3918  685387 Segfault with GObject.signal_handler_is_connected()...
3919  686786 g_socket_get_available_bytes() returns wrong value ...
3920  705027 GSocket GSource not threadsafe on Windows
3921  706469 Fix G_DEFINE_ABSTRACT_TYPE_WITH_PRIVATE documentation
3922  706706 Fix Gir annotations on g_loadable_icon_load_finish
3923  706888 gtype: fix a no-op assertion
3924  706958 configure.ac: fix atomic opts detection
3925  707092 "File Utilities" page for GLib documentation doesn'...
3926  707151 gdatetime: Extend the '%z' timezone format
3927
3928 * Translation updates:
3929  Catalan
3930  Hungarian
3931  Japanese
3932  Polish
3933  Slovak
3934  Tamil
3935
3936
3937 Overview of changes from GLib 2.37.5 to 2.37.6
3938 ==============================================
3939
3940 * Tests using the g_test facilities can now generate TAP output
3941
3942 * Bugs fixed:
3943  680926 generic type fallback logic is broken for -symbolic
3944  684327 setting null icon to icon list
3945  689245 GSocket unable to reuse (address,port) on Mac OS X
3946  692125 Support TAP as GTest output format
3947  693335 build: fix dtrace-related warnings
3948  696633 gdbus-codegen trips over unicode chars when using python 3.x
3949  696970 Compiling 2.36.0 for win64 fails
3950  697185 GSocket – Allow specifying the multicast interface from...
3951  700268 Add support for using the clang analyzer
3952  701318 Add G_SPAWN_DEFAULT to GSpawnFlags
3953  701529 glib/tests/gdatetime: use UTC time in test_GDateTime_diff()
3954  701800 a new approach to reporting critical errors
3955  702674 g_date_time_new_utc crash
3956  704165 GLib.IOChannel read_unichar() fails
3957  705075 Simplify g_get_tmp_dir()
3958  705152 Race in glib/task.test
3959  705398 gtype: Fix typo in g_type_class_add_private() error message
3960  705570 Check ref_count in g_object_notify_by_pspec
3961  705600 Deprecate GSimpleActionGroup functions?
3962
3963 * Updated translations:
3964  Assamese
3965  Brazilian Portuguese
3966  Czech
3967  Dutch
3968  Galician
3969  Gujarati
3970  Hebrew
3971  Italian
3972  Lithuanian
3973  Marathi
3974  Norwegian bokmål
3975  Russian
3976  Slovenian
3977  Spanish
3978  Thai
3979  Traditional Chinese
3980
3981
3982 Overview of changes from GLib 2.37.4 to 2.37.5
3983 ==============================================
3984
3985 * Implement the Desktop Action specification: In the case that the
3986   application is a GApplication and DBusActivatable, actions from the
3987   desktop file are translated into GActions that have been added to
3988   the  application with g_action_map_add_action().
3989
3990 * GPropertyAction is a new type of GAction that represents the value
3991   of a property on an object, and allows to change the value when
3992   activated.
3993
3994 * GNetworkMonitorNetlink can now handle default routes via a device.
3995
3996 * The gsettings tool now reports failure to write a key (e.g. because
3997   the key was locked down)
3998
3999 * Miscellaneous new api:
4000  - g_variant_new_printf
4001  - g_action_print_detailed_name
4002  - g_regex_get_max_lookbehind
4003
4004 * Bugs fixed:
4005  664444 Support additional application actions in .desktop files
4006  684123 glib build only tries -D_GNU_SOURCE if glibc is detected
4007  689794 support incremental matching
4008  699259 add org.freedesktop.Application support to GIO
4009  700460 rewrite tests to not rely on precise timing of timeouts
4010  701511 updates to various GSource types
4011  701609 gnetworkmonitornetlink: handle default route via device
4012  703270 add GPropertyAction
4013  704157 GAction: add function for printing detailed names
4014  704250 Doc: various fixes
4015  704267 regression gsourceclosure: segfault in gedit file chooser
4016  704322 glib-unix: fix handling of multiple signal source for the...
4017  704424 No error when failing to override a locked key
4018  704447 Fix build/use of g_child_watch_closure_callback on Windows
4019  704523 g_thread_create_full() can dereference NULL pointer
4020  704543 Add implementations for G_GNUC_*_IGNORE_DEPRECATIONS for ...
4021  704567 gdbusnameowning: Don't spew an error if we're releasing a...
4022  704585 libc printf can give mixed-case strings for NaN and Inf
4023  704587 FTBFS: statfs_result is undeclared for statvfs()
4024  704699 gmain: Reset signal handlers to default when source is
4025  704704 AI_NUMERICSERV cannot be used with ai_socktype = 0
4026  704873 inotify: don't assume mainloop is running
4027  704999 glib/convert.test crashing due to lack of iconv cache
4028  704931 GMenuModel: add annotations to virtual functions
4029
4030 * Translation updates:
4031  Assamese
4032  Czech
4033  German
4034  Gujarati
4035  Spanish
4036  Tamil
4037
4038
4039 Overview of changes from GLib 2.37.3 to 2.37.4
4040 ==============================================
4041
4042 * Bugs fixed:
4043  701283 g_source_add_child_source() segfault
4044  702147 inconsistency of G_STRFUNC
4045  703191 new private macros interact poorly with versioning macros
4046  703254 Doc: various fixes
4047  703407 g_spawn_async() keeps child_pid_report_pipe open in child process
4048  703437 GDBusConnection: be more careful with async GetAll
4049  703478 Missing G_BEGIN/END_DECLS in gsettingsschema.h
4050
4051 * Translation updates:
4052  Catalan
4053
4054 Overview of changes from GLib 2.37.2 to 2.37.3
4055 ==============================================
4056
4057 * add a new API for instance private data: G_DEFINE_TYPE_WITH_PRIVATE
4058
4059 * fix timestamps in tarball to prevent automake from being required to
4060   build the unmodified source
4061
4062 * add new D-Bus API for async property handling
4063
4064 * add back fsync() on ext4 for g_file_set_contents() after it was
4065   discovered that despite statements in the ext4 documentation
4066   suggesting that this is safe, it is not safe.
4067
4068 * Translations:
4069  Italian
4070  Norwegian bokmål
4071
4072 * Bugs fixed:
4073  698375 - D-Bus async properties
4074  700350 - timestamp issue
4075  701560 - fsync issue (fixed again)
4076  700035 - new API for instance private data
4077
4078 Overview of changes from GLib 2.37.1 to 2.37.2
4079 ==============================================
4080
4081 * The GLib test utilities have grown some file-related APIs
4082   to support tests that can be used installed and uninstalled.
4083
4084 * Installing properties after class initialization is deprecated,
4085   and will trigger a warning.
4086
4087 * GApplication:
4088  - Support org.freedesktop.Application, including D-Bus activation
4089    from desktop files
4090  - Set prgname to appid for services
4091
4092 * Bugs fixed:
4093  549783 gtester lacks framework for tests with data files
4094  692848 Fix property example in gobject tutorial
4095  698018 Add an explicit g_binding_release()
4096  698614 GObject: prevent installing properties after init
4097  699259 add org.freedesktop.Application support to GIO
4098  699959 g_file_copy(): Ensure we create private files by default
4099  700123 Test failure: g_inet_socket_address_get_scope_id
4100  700725 GIcon: NULLify the `type' out param in the sync methods too
4101  701401 gtest: add function for testing for WINE
4102  701456 Error in gnome/glib/gio/tests/file.c
4103  701474 Error building glibmm due to extra comma in glib/gtestutils.h
4104  701560 various improvements for g_file_set_contents()
4105  701680 GFileEnumerator: Add some documentation about ordering
4106  701878 Check wakeup() before iteration(TRUE) doesn't block
4107
4108 * Translations:
4109  Assamese
4110  Czech
4111  Galician
4112  Gujarati
4113  Kannada
4114  Marathi
4115  Odia
4116  Polish
4117  Slovenian
4118  Spanish
4119  Telugu
4120
4121
4122 Overview of changes from GLib 2.37.0 to 2.37.1
4123 ==============================================
4124
4125  * add support for installed tests:
4126    https://live.gnome.org/GnomeGoals/InstalledTests
4127
4128  * add a new g_test_trap_subprocess() that works on Windows as a
4129    replacement for the (now deprecated) g_test_trap_fork()
4130
4131  * support for explicitly cancelling a gobject property binding
4132
4133  * performance improvements for signal argument handling
4134
4135  * stop using `quotes' in very many log messages generated by GLib, for
4136    favour of 'this style'.  This may cause testcases in other packages
4137    to fail if they were matching on the previous text.
4138
4139  * improve manpages: add missing arguments and flags
4140
4141 Translations: 
4142  Aragonese
4143  Assamese
4144  Gujarati
4145  Hindi
4146  Kannada
4147  Norwegian bokmål
4148  Odia
4149  Slovenian
4150  Spanish
4151  Tamil
4152  Telugu
4153
4154 Bugs fixed:
4155  679683 replace g_test_trap_fork()
4156  694380 Improve signal argument collection performance
4157  695233 Strings require plural forms
4158  697849 spelling fixes in cross.xml and running.xml
4159  698877 GProxyAddressEnumerator calls g_network_address_parse_uri without port
4160  698981 [PATCH] test /gdbus/connection/large_message could hang forever
4161  699079 Prototype support for installed tests
4162  699485 [PATCH] tests/mappedfile: Also handle ENOMEM
4163  699493 SOCKS5 proxy code crashes if it cannot authenticate
4164  699500 gbitlock: fix this to not unconditionally use futex emulation
4165  699779 [PATCH] G_GNUC_FORMAT: documentation error
4166  700263 m4macros/glib-gettext.m4: Don't use AC_HEADER_STDC
4167  700714 [PATCH] gtestutils: Ensure test subprocesses don't dump core
4168  700746 Use 'dumb quotes' rather than `really dumb quotes'
4169
4170 Overview of changes fron GLib 2.36.0 to 2.37.0
4171 ==============================================
4172
4173 * The syntax for detailed action names has been documented,
4174   and a parser API for them is now provided
4175
4176 * GApplication has gained a busy state. This feature is intended for
4177   clients that want to signal a desktop shell their busy state, for
4178   instance because a long-running operation is pending.
4179
4180 * GLib can now be built with the bionic C library
4181
4182 * GIcon can now be serialized to a GVariant
4183
4184 * Bugs fixed:
4185  548353 Finish implementing GFile interface (mostly asynchron...
4186  645881 Full port of glib-2.28.1 onto Android-ARM
4187  665445 Glib mistakes nl_langinfo() from plibc for the real t...
4188  672018 Need API to set global application state (busy, count...
4189  687659 drop support for adding interfaces after class_init
4190  688820 GIcon is a bad interface
4191  688954 extend 'detailed action' syntax, provide parser
4192  689223 Fix compilation on Android with the bionic C library
4193  695156 Add support for arg0namespace matching in signal_subs...
4194  696108 gdbus-codegen: avoid warnings in generated code
4195  696629 fix sed(1) usage
4196  696652 GTask won't free its error member variable on finalize
4197  696857 GThreadedResolver: set an error if no records could b...
4198  696973 Compiling 2.36.0 for win64 fails in gdbusmessage.c
4199  697131 No --version
4200  697160 [PATCH] gmacros: Mark G_UNAVAILABLE() functions as de...
4201  697229 Custom Interface implementations will be broken with ...
4202  697250 Documentation glitch of G_DEFINE_TYPE_EXTENDED causes...
4203  697365 Fix usage of hasmntopt in gunixmounts.c
4204  697367 Remove warning on gio/gunixmounts.c
4205  697386 Except const argument with atomic is not lock free
4206  697595 g_main_context_unref unlocks a mutex twice
4207  697601 reduce GMenuModel D-Bus traffic
4208  697626 Allow posix threads to be used on w32
4209  697652 Help options generated even when help disabled
4210  697771 fix a typo of "fo" to "of" in building.xml
4211  697887 GVariant: fix transfer annotation
4212  697942 abicheck.sh fails on mips
4213  698056 rewrite g_object_new()
4214  698081 Pidgin hangs in g_spawn_command_line_sync
4215  698455 GVariant: add new g_variant_new_take_string() API
4216  698457 g_variant_get_data_as_bytes() always returns toplevel...
4217  698478 gactionmap: don't require GActionGroup
4218  698595 the valgrind/priv-before-instance bug
4219  698655 desktop-app-info test relies on true being in /usr/bin/
4220  698686 GUnixSocketAddress: fix construct parameter issue
4221  698716 Use of g_mem_set_vtable() breaks after gobject automa...
4222  698999 bytesicon: fix a memory leak
4223  699001 bytesicon: don't use g_object_unref() on GBytes
4224  699361 gio: fix small leak
4225
4226 * Translation updates:
4227  Assamese
4228  Gujarati
4229  Hungarian
4230  Italian
4231  Kannada
4232  Norwegian bokmål
4233  Polish
4234  Spanish
4235  Tamil
4236
4237
4238 Overview of changes fron GLib 2.35.9 to 2.36.0
4239 ==============================================
4240
4241 This release contains only small bugfixes and translations updates.
4242
4243  - g_file_copy(): fix bug where attributes were not applied properly to
4244    the destination file
4245
4246  - fix some 'available since' annotations
4247
4248  - fix gdbus-codegen to produce more pedantically-correct code
4249
4250 * Bugs fixed:
4251  696108 gdbus-codegen: avoid warnings in generated code
4252  696014 g_file_copy(): Ensure G_FILE_COPY_OVERWRITE preserves permissions
4253
4254 * Translations updated:
4255  Basque
4256  Czech
4257  Gujarati
4258  Hindi
4259  Hungarian
4260  Japanese
4261  Malayalam
4262  Marathi
4263  Odia
4264  Punjabi
4265  Russian
4266  Tadjik
4267  Tamil
4268  Telugu
4269
4270 Overview of changes from GLib 2.35.8 to 2.35.9
4271 ==============================================
4272
4273 This release drops the old codepage ABI from gutils.c. This is a
4274 source-compatible change and only breaks ABI with respect to truly
4275 ancient binaries (and those binaries are already broken for other
4276 reasons).  This change only affects Windows.
4277
4278 * Bugs fixed:
4279  682896 glib doesn't build on mingw32
4280  693204 split up g_get_{hostname,username,realname,home_dir} etc.
4281  694181 Handle GNetworkAddress better in g_network_monitor_base_...
4282  694253 occasional /gdbus/unref-pending test failure
4283  694350 Add type names to gsignal warnings
4284  694757 Use separate GLIB_WARN_CFLAGS that can be overridden ext...
4285  568405 Which is the correct replacement for g_strncasecmp, if...
4286  630284 g_hash_table_get_keys docs
4287  659428 docs: Small clean-up of howto subsection headers
4288  675333 Cannot forget association in Open With dialog: program...
4289  694669 consider unicode corrigendum #9
4290  694843 g_base64_decode_step () produces invalid data
4291  695147 Don't use PATH_MAX as it's not guaranteed to be defined
4292  695191 Commit f641699 broke /appinfo/mime/api test case
4293  695339 Swapped msgid plural forms for translation
4294  695376 GDBusMethodInvocation leak and potential crash
4295  695425 Untranslatable message in gsettings-tool
4296  695887 Improvements to GObject API documentation
4297  695925 GUINT32/64_SWAP_LE_BE macros do not enclose val argume...
4298  696015 PATCH Add doc warning to g_base64_decode()
4299
4300 * Translation updates:
4301  Assamese
4302  Belarusian
4303  Brazilian Portuguese
4304  Catalan
4305  Catalan (Valencian)
4306  Danish
4307  French
4308  Galician
4309  German
4310  Greek
4311  Gujarati
4312  Italian
4313  Korean
4314  Latvian
4315  Lithuanian
4316  Polish
4317  Portuguese
4318  Punjabi
4319  Serbian
4320  Simplified Chinese
4321  Slovak
4322  Slovenian
4323  Spanish
4324  Thai
4325  Traditional Chinese
4326  Uyghur
4327  Vietnamese
4328
4329
4330 Overview of changes from GLib 2.35.7 to 2.35.8
4331 ==============================================
4332
4333 This release contains one major change that may cause problems: type
4334 modules are now never unloaded.  This is implemented by (effectively)
4335 leaking the last reference on dynamic types.  Some testcases that check
4336 for unloading of types have been observed to be broken by this change,
4337 but we know of no actual cases of "real code" breaking.  Please report
4338 any problems.
4339
4340 Other changes:
4341  * A couple of build fixes for Solaris
4342  * Fix signal emission for GDBusObjectManagerClient
4343  * annotations fixes
4344  * new API: g_dbus_address_escape_value()
4345  * GSocketClient: add proxy-resolver property
4346  * GSimpleProxyResolver: new simple GProxyResolver class
4347  * documentation fixes
4348  * gnetworkaddress: preserve IPv6 scope ID in IP literals
4349
4350 Bugs fixed:
4351  691105 Allow GSocketClient to override GProxyResolver for per client proxy settings.
4352  692827 configure test fails for arpa_nameser.h
4353  692829 new Btrfs support causes build failure on Solaris
4354  693285 GDBusObjectManagerClient: won't emit object-added|removed if name-owner arrives later
4355  693502 Cross-compiling documentation: typo (np -> no)
4356  693673 add g_dbus_address_escape_value()
4357  693694 gio: Fix annotations on g_[async_]initable_new() and friends 
4358
4359 Translations:
4360  Dutch
4361  Galician
4362  Polish
4363  Serbian
4364
4365 Overview of changes from GLib 2.35.6 to 2.35.7
4366 ==============================================
4367
4368 This is a quick follow-up release with a few bug fixes.
4369
4370 * Fix the build on systems with strict linkers by adding -pthread back
4371   to the LDFLAGS for a testcase.
4372
4373 * Re-enable native atomic operations on some buggy versions of clang
4374   that ship as part of the MacOS X SDK.
4375
4376 * Make G_IO_FLAG_IS_WRITEABLE an enum again (the #define broke bindings)
4377
4378 * a small docs fix
4379
4380 * Bugs fixed:
4381  657045
4382  636683
4383  682818
4384  693105
4385
4386 * Translations:
4387  Italian
4388
4389 Overview of changes from GLib 2.35.4 to 2.35.6
4390 ==============================================
4391
4392 * GUnixFdSource is a new way to add file descriptors
4393   to the mainloop
4394
4395 * g_source_set_ready_time lets you mark a source to become
4396   ready at a specified monotonic time
4397
4398 * The internal visibility handling of GLib has been reworked
4399
4400 * GFileMonitor will now automatically use fam instead of inotify
4401   if $HOME is on NFS
4402
4403 * The file monitor implementation can now be overridden with
4404   the GIO_USE_FILE_MONITOR environment variable
4405
4406 * Bugs fixed:
4407  570572 2 make check errors on
4408  592211 No monitoring over NFS mounts
4409  625552 wrong behaviour of GVolume GVolumeMonitor related func...
4410  657729 modernise GMainLoop
4411  658020 GSource for a single GPollFD
4412  678223 g_mutex_free
4413  682560 leak fixes
4414  682819 EINTR-harden all the things
4415  684404 When using g_network_address_address_enumerator_next()...
4416  686853 new GSource fd API
4417  688169 G_DISABLE_DEPRECATED doesn't cover deprecated/gthread....
4418  688681 build: Make .symbols file canonical on all platforms
4419  690118 Crash when closing last tab of a window using Ctrl-w
4420  691624 glib/gtester.c: missing include
4421  691812 gioinputstream - give task as callback_data not task_data
4422  691866 fails out of source build directory - gnetwork.h not f...
4423  692029 Add new API checking utility
4424  692034 Install an invalidation notifier for GClosure in g_sou...
4425  692058 Broken makefile for gio tests
4426  692079 build failure in gmarkup.c when using gcc 4.8 and buil...
4427  692201 inotify: fix a memleak
4428  692202 gfile: don't report completion twice on g_file_load_co...
4429  692229 Incorrect string formatters in a translation string
4430  692332 GNetworkMonitorNetlink: make the netlink socket cloexec
4431  692360 possibly non-threadsafe code in g_content_type_guess()?
4432  692404 tester: Use FD_CLOEXEC when creating pipes
4433  692408 nautilus SIGSEGV in g_file_info_get_size()
4434  692544 [PATCH] gfile: Ensure we create internal pipe with FD_C...
4435  692583 atomic get doesn't accept a const argument on architect...
4436  692618 Use g_timeout_add_seconds
4437  692815 Using g_hash_table_insert() when using a hash table as ...
4438  692865 Invalid docbook generated by gdbus-codegen
4439  692928 Document G_MENU_{ATTRIBUTE,LINK}_*
4440
4441 * Translation updates:
4442  Hebrew
4443  Kannada
4444  Lithuanian
4445  Norwegian bokmål
4446  Polish
4447  Serbian
4448  Slovenian
4449  Spanish
4450  Uyghur
4451
4452
4453 Overview of changes from GLib 2.35.3 to 2.35.4
4454 ==============================================
4455
4456 * New features:
4457  - New API: g_get_num_processors
4458  - New API: g_application_command_line_get_stdin
4459  - New GFileMonitor flag: G_FILE_MONITOR_WATCH_HARD_LINKS
4460  - Parse more timezone offset formats
4461  - Better timezone support on Windows
4462  - Make GParamSpec constructors introspectable
4463
4464 * Removed or deprecated features:
4465  - Disallow adding interfaces after class_init
4466
4467 * Bug fixes:
4468  532815 gio + inotify support for hardlinks
4469  614930 add g_get_num_processors (), return the max concurrent...
4470  626497 Btrfs clone/reflink ioctl support in g_local_file_copy
4471  633117 glib fails stests if /etc/localtime is not properly set
4472  661767 merge/improve various bits of run-in-thread functionality
4473  668210 Add g_application_command_line_get_stdin()
4474  675856 Use GDbus via gobject-introspection instead dbus-python
4475  684103 make glib work with python3
4476  684723 run-assert-msg-test.sh fails
4477  686058 OpenBSD: disable ipv6_v4mapped test
4478  686128 GTimeZone should be able to parse POSIX format for...
4479  687223 cleverer GThreadPool management
4480  687659 drop support for adding interfaces after class_init
4481  687920 GCredentials should have an accessor for the process ID
4482  688681 build: Make .symbols file canonical on all platforms
4483  688829 Variable overflow in utils.c test on 32-bit machine
4484  689324 Variable scoping in gunixmounts.c
4485  689810 Include guard optimization
4486  690043 Broken link for gsettings tutorial: gnome-utils in...
4487  690084 gmarkup: Make GMarkupParseContext a boxed type
4488  690388 Check if CMSG_FIRSTHDR() returns NULL when there is...
4489  690538 gschema DTD is invalid
4490  690543 Add test coverage for testing in-tree DBus services...
4491  690670 local_command_line not introspectable/annotated
4492  690902 G_END_DECLS needs to be at the end of gutils.h
4493  690970 Unhelpful deprecation message for g_value_array_get_nth
4494  691001 building docs is broken on master branch
4495  691011 Automake-1.13 errors on obsolete AM_PROG_CC_STDC
4496  691077 gio-querymodules crashes with SIGSEGV
4497  691110 g_cond_wait() docs incomplete
4498  691489 Crash in Oscars 2013 page
4499  691558 Only check for .hidden files if standard::is-hidden...
4500  691608 Support compilation with clang 3.2
4501
4502 * Translation updates:
4503  Assamese
4504  Bulgarian
4505  Estonian
4506  Galician
4507  Greek
4508  Hebrew
4509  Norwegian bokmål
4510  Polish
4511  Slovak
4512  Slovenian
4513  Spanish
4514  Tamil
4515
4516
4517 Overview of changes from GLib 2.35.2 to 2.35.3
4518 ==============================================
4519
4520 * This release contains an incompatible change to the g_get_home_dir()
4521  function. Previously, this function would effectively ignore the HOME
4522  environment variable and always return the value from /etc/password.
4523  As of this version, the HOME variable is used if it is set and the
4524  value from /etc/passwd is only used as a fallback.
4525
4526 * We now install a public "gnetworking.h" header that can be used to
4527  include the relevant OS-dependent networking headers. This does not
4528  really abstract away unix-vs-windows however; error codes, in
4529  particular, are incompatible.
4530
4531 * Bugs fixed in this release:
4532  142568 Allow $HOME to override passwd entry if the user really wants
4533  587806 The file selector should honor .hidden files
4534  602715 [GChecksum] Please add support for SHA512
4535  623187 provide some support for arbitrary setsockopt()s?
4536  629301 .goutputstream files left behind when cancelling I/O
4537  652650 Optimize GDBusMessage serialization
4538  664627 /gapplication/basic test intermittently fails: cmdline re-or...
4539  675516 Win32: Don't start a DBus server when built as static library
4540  679683 replace g_test_trap_fork()
4541  684145 Current Git sources fails to cross-compile for Windows in Li...
4542  686895 file-info: catch thumbnail files in large directory as well
4543  687092 IPv6 <-> IPv4 mismatch when subscribing to multicast (send)
4544  688180 GObject: Minor error in description of floating reference
4545  688319 gthread: add missing AVAILABLE_IN_2_32 annotations
4546  688377 configure: add missing square bracket in AS_IF for memmove
4547  688419 gtask: source_object arguments and return values not annota...
4548  688497 AppInfo: Add sufficient api to port gnome-session from Egg...
4549  688681 build: Make .symbols file canonical on all platforms
4550  688704 Add boxed GType for GThread
4551  688886 Improve the i18n documentation
4552  688931 GMemoryOutputStream: Add new _resizable() constructor usab...
4553  689037 need helper for creating a GFile from a remote commandline...
4554  689377 Fix a compiler warning in GDBus
4555  689538 Source object tag set too late in gsocketlistener
4556  689800 Treat lost+found directory as a hidden file
4557  689847 Add fast repeated typename -> GType resolver
4558  689982 Make GChecksum more fully introspectable
4559  690069 g_unix_open_pipe: Add missing F_SETFD
4560  690083 gfileenumerator: Add a g_file_enumerator_get_child method
4561  690163 Add a pre-configured gio/gnetworking.h for Visual C++ builds
4562  690346 Remove an unneeded escaping in NAMESER_COMPAT_INCLUDE
4563  690348 Fix g_type_add_class_private() name in g_warning
4564
4565 * Translation updates:
4566  Assamese
4567  Galician
4568  Hebrew
4569  Hindi
4570  Kannada
4571  Odia
4572  Polish
4573  Spanish
4574
4575
4576 Overview of changes from GLib 2.35.1 to 2.35.2
4577 ==============================================
4578
4579 Note that the incompatible change to the ->constructed() vfunc that was
4580 made in the last unstable release (2.35.1) has been reverted due to
4581 causing regressions in applications.
4582
4583 A new incompatible change has been introduced in this version: it is no
4584 longer permitted to add interfaces to a class after the first
4585 instantiation (or more strictly: after g_type_class_ref()).  Bug #687659
4586 is tracking this.
4587
4588 Two private symbols (g_menu_{attribute,link}_hash_iter_get_type) which
4589 were accidentally exported have also been properly hidden.  This may
4590 cause some tools to issue warnings about ABI mismatch.
4591
4592 The remaining changes should be relatively harmless: 
4593
4594  * GIO now has kqueue support for GFileMonitor (BSDs, Mac OS)
4595
4596  * New g_variant_new_from_bytes() API
4597
4598  * UNIX signal sources now allow watching SIGUSR1 and SIGUSR2
4599
4600  * Many pedantic cleanups to adhere to a higher level of -W use
4601
4602  * GTask changes to avoid a deadlock
4603
4604  * many cleanups/fixes for Windows
4605
4606  * Boxing for GPollFD, GIOChannel, GBytes, GByteArray
4607
4608  * Fix URL-encoding of trashed files
4609
4610  * Many other docs and annotations fixes
4611
4612 Translations:
4613
4614  Galician
4615  Gujarati
4616  Lithuanian
4617  Serbian
4618  Slovak
4619  Slovenian
4620
4621 Bugs closed:
4622
4623  649302 Add support for GNU/FreeBSD
4624  668842 [GSocket] Add caching for the sender address in g_socket_receive_from()
4625  672924 Add annotations for g_filename_from_uri()
4626  673229 glib: Use Returns:, not @returns
4627  677062 (partial) GVariant: Make g_variant_new_from_bytes() public, add more GBytes API
4628  686185 g_date_time_format Transcoding Fails on OSX      
4629  686191 g_mutex_get_impl() should use g_atomic_pointer_get()
4630  686797 Box GPollFD to make it introspectable
4631  686810 [regression] Infinite wait in g_task_run_in_thread_sync()
4632  686822 possible dlopen()/dlclose() issue with automatic g_type_init()
4633  686839 mkinstalldirs: Move to glib-mkinstalldirs
4634  686895 file-info: catch thumbnail files in large directory as well
4635  686898 g_unix_signal_source_new: Allow SIGUSR1 and SIGUSR2
4636  686920 gdbus: Allow GDBusObjectManagerClient to work on peer connections
4637  686921 Remove some of the repetition from gio/tests/Makefile.am
4638  687075 g_spawn_sync diagnostic incorrectly complains about SIGCHLD
4639  687089 g_dbus_connection_export_menu_model(): fix a crash
4640  687098 Repeated g_timeout_add* use can lead to guint overflow
4641  687385 Add some stricter CFLAGS, fix up the code
4642  687441 ABI break in master: g_menu_attribute_hash_iter_get_type, g_menu_link_hash_iter_get_type removed
4643  687516 typo in string: KB should be kB
4644  687540 In Trash folder, Nautilus misinterprets "\n" in filename as a line break
4645  687541 GSignalQuery param_types field needs array annotation
4646  687600 gfileutils.c performs invalid cast of (varargs) open to non-vararg type
4647  687698 plural forms needed
4648  687700 ending spaces
4649  687742 Add support for internal linkage to glib-compile-resources
4650  687801 tests/buffered-input-stream: Fix size of parameter passed
4651  688109 win32 warning/error fixes
4652  688255 'make check' regressed in 138f4c1 because GMarkup error messages changed
4653  688338 [PATCH] gobject/gtype.c: Fix spelling of »exceed«
4654  688370 GDBusError documentation improvement for client-side
4655  688378 g_socket_join_multicast_group not working
4656  688518 gio-kqueue: use O_EVTONLY on MacOS
4657
4658
4659
4660 Overview of changes from GLib 2.34.0 to 2.35.1
4661 ==============================================
4662
4663 These two changes in particular may be slightly incompatible.  Please
4664 give feedback if they cause trouble:
4665
4666   * Signal handlers connected with g_signal_connect_object() are now
4667     automatically disconnected on target object destruction
4668
4669   * The ->constructed vfunc is now called after all properties are set
4670
4671 The remaining changes should not cause problems.
4672
4673   * g_type_init() is no longer necessary and has been deprecated
4674
4675   * GTask (the new GAsyncResult implementation) has landed 
4676
4677   * GLib version macros updated
4678
4679   * Update to Unicode 6.2
4680
4681   * Thread safety fixes for GFileMonitor in non-default main contexts
4682
4683   * GTimeZone support for old-format zoneinfo database (as on Mac OS)
4684
4685   * g_settings_bind() now works with non-canonical property names
4686
4687   * Fix crashes related to NULL connection passed to
4688     GBusNameVanishedCallback and document this situation
4689
4690 * Bugs fixed:
4691  118536 Make g_signal_connect_object'ed handlers disconnect when the data object is destroyed
4692  661767 merge/improve various bits of run-in-thread functionality
4693  682950 GFileMonitor crashing on high event count when running in different thread
4694  683642 Missing g_content_type_get_symbolic_icon
4695  684882 Gsettings should spaw a warning when binding against a low_underscored_property
4696  684909 codegen: Explicitly close output
4697  684912 Update to Unicode 6.2
4698  685037 g_strcmp0: Returns shall include values less and greater than zero
4699  685069 Leak in glib-compile-resources
4700  685208 missing g_return_if_fail
4701  685608 [Patch] Port gio tests from pygobject to pygi
4702  685697 Documentation typo in g_dbus_interface_skeleton_has_connection()
4703  685733 Call ->constructed() after all properties are set
4704  685787 gtestdbus: correct documentation typos
4705  685995 Crash in g_menu_exporter_name_vanished
4706  686091 Invalid reads in g_bytes_unref_to_data
4707  686119 dtrace, gobject_probes.d, the last three probes - semicolon missing
4708  686161 Deprecate g_type_init()
4709  686231 GBusNameVanishedCallback: document NULL connection
4710  686458 slightly increase poll duration in test_timed_wait 
4711
4712 * Translations updated
4713   Catalan (Valencian)
4714   Czech
4715   Danish
4716   Italian
4717   Lithuanian
4718   Norwegian bokmål
4719   Slovenian
4720
4721 Overview of changes from GLib 2.33.14 to 2.34.0
4722 ===============================================
4723
4724 * Bug fixes:
4725  654239 g_type_init()'s docs have no statement about how to...
4726  674620 Update GSettings migration guide for intltool updates
4727  676034 Fix doc annotation for g_ptr_array_ref()
4728  684278 Fix GIO build on Windows
4729
4730 * Translation updates:
4731  Brazilian Portuguese
4732  British English
4733  Bulgarian
4734  Catalan
4735  Galician
4736  German
4737  Hebrew
4738  Hindi
4739  Hungarian
4740  Kannada
4741  Latvian
4742  Marathi
4743  Spanish
4744  Telugu
4745
4746
4747 Overview of changes from GLib 2.33.12 to 2.33.14
4748 ================================================
4749
4750  * CVE-2012-3524: don't run dbus-launch from setuid binaries
4751
4752  * g_content_type_get_generic_icon_name():
4753      new API for getting the icon name for a mime type
4754
4755  * Introspection fixes:
4756   - GDBusConnection nullability fixes
4757   - give a box type to GTimeZone
4758
4759  * Drop GVFS_INOTIFY_DIAG
4760
4761  * Add a new "Writing GLib Applications" section to the reference
4762    documentation with general info on security, threads, etc.
4763
4764  * gwin32mount.c: Fix syntax error
4765
4766  * gresource tests: srcdir != builddir fixes
4767
4768  * tests/gvariant: Fix test on big endian architectures
4769
4770  * Fix regression in g_shell_parse_argv()
4771
4772 Bugs fixed:
4773  562907 g_shell_parse_argv() mishandles # (hash)
4774  683167 g_time_zone_new not introspectable
4775  683384 /gvariant/checksum-basic failure on big endian machines
4776  683641 Typo in gwin32mount.c
4777  683744 have a way to get the generic icon name for a mime type
4778
4779 Translation updates:
4780  Assamese
4781  Belarusian
4782  British English
4783  Czech
4784  Danish
4785  French
4786  Galician
4787  German
4788  Greek
4789  Hebrew
4790  Indonesian
4791  Indonesian
4792  Korean
4793  Lithuanian
4794  Marathi
4795  Marathi
4796  Polish
4797  Portuguese
4798  Punjabi
4799  Russian
4800  Serbian
4801  Slovenian
4802  Traditional Chinese
4803
4804 Overview of changes from GLib 2.33.10 to 2.33.12
4805 ================================================
4806
4807 * Add a G_DEFINE_QUARK macro
4808
4809 * Add symbolic icon support to drive, volume, and mount, file
4810   and content types
4811
4812 * Add API to allow thread-safe access to the same qdata item
4813
4814 * Bugs fixed:
4815  562907 g_shell_parse_argv() mishandles # (hash)
4816  627240 add G_DEFINE_QUARK
4817  672329 memory leaks in gutils.c and glib tests
4818  673012 Stable byte-level specification for normal form
4819  674805 gdbusproxy async test is broken
4820  679835 gvariant format string parsing (and assertions)...
4821  682075 gdbus: Fix double free and use after free of ob...
4822  682101 Provide a way to get a symbolic icon for a device
4823  682222 test_method_calls_on_proxy: assertion failed (e...
4824  682284 mount-op: use gint64 instead of guint64 for tim...
4825  682386 "make check" fails due to sys/resource.h not be...
4826  682560 leak fixes
4827  682586 gsettings-tool: make list-recursively really re...
4828  682819 EINTR-harden all the things
4829  682833 Handle EINTR for open()
4830  682849 drop the global lock for g_object_weak_ref
4831  682965 gdbus-tool: Check return value of strrchr()
4832  683088 gdbus-codegen: fix error when wrong interface n...
4833         Fix the build with gtk-doc-stub
4834         Don't crash if set_app_info is called before ad...
4835
4836 * Translation updates
4837  Assamese
4838  Galician
4839  Greek
4840  Indonesian
4841  Japanese
4842  Latvian
4843  Lithuanian
4844  Norwegian bokmål
4845  Polish
4846  Portuguese
4847  Punjabi
4848  Russian
4849  Spanish
4850  Traditional Chinese
4851  Vietnamese
4852
4853
4854 Overview of changes from GLib 2.33.8 to 2.33.10
4855 ===============================================
4856
4857 * New GTest API for testcases where log output is expected:
4858   g_test_expect_message()
4859
4860 * GMenuItem now has 'get' accessors and a construct-from-GMenuModel API
4861
4862 * GVariant now has a function to check a format-string for type
4863   compatibility
4864
4865 * win32: We now use overlapped IO to support multiple asynchronous
4866   operations (ie: reading and writing) at the same time.
4867
4868 * GMappedFile: Add g_mapped_file_get_bytes()
4869
4870 * The problems with g_file_make_directory_with_parents() should be
4871   resolved.
4872
4873 * The long-standing issues with placeholder generation of manpages are
4874   now resolved.
4875
4876 * gtlscertificate: Add GBytes based certificate and private-key props
4877
4878 * build: Switch back to using AS_IF for conditionals
4879
4880 * test coverage improvements, documentation improvements, leak fixes
4881
4882 * Bugs fixed
4883  326931 Better docs for G_GNUC_*
4884  550433 g_test_init doesn't recognize --help
4885  600751 GCompletion should better document if and how items memory is managed
4886  628193 Miscellaneous string fixes
4887  637460 man glib-genmarshal is hard to use
4888  674483 broken configure results when cross-compiling with gcc >= 4.5
4889  677065 GMappedFile: Add g_mapped_file_get_bytes()
4890  679288 win32: use overlapped events for streams
4891  679556 it's hard to use gtest when g_warning() is expected
4892  680823 g_file_make_directory_with_parents: Fix error propagation
4893  681319 gtlscertificate: Add certificate-bytes and private-key-bytes props
4894  681336 man pages not built if --enable-gtk-doc not specified
4895  681413 build: Switch back to using AS_IF for conditionals
4896  681501 gmem: array only partially filled with memcpy
4897  681854 Documentation fix for Howto compile a program with glib
4898  682025 Documentation correction
4899  682067 Fix problems with CLEANFILES and automake-1.11.1 
4900
4901 * Translations updated:
4902  Lithuanian
4903  Spanish
4904  Galician
4905  Telugu
4906  Serbian
4907  Assamese
4908  Marathi
4909  Indonesian
4910  Traditional Chinese
4911
4912 Overview of changes from GLib 2.33.6 to 2.33.8
4913 ==============================================
4914
4915 * GIO now has a g_file_delete_async function
4916
4917 * The defaults for GThreadPools max_unused_threads
4918   and max_idle_time values have been changed to
4919   2 and 15*1000, respectively.
4920
4921 * Bugs fixed:
4922  661767 merge/improve various bits of run-in-thread functionality
4923  680074 undefined symbol "get_C_locale"
4924  680121 g_cancellable_source_new: don't use a file descriptor
4925  680148 gthread: check for definition of PR_SET_NAME
4926  680310 Sorting of access points by strengh not working
4927  680704 g_utf8_strup() crash
4928  68076a0 GFile: Add g_file_delete_async()
4929  680787 Add .dir-locals.el to tell Emacs users not to use tabs...
4930  680823 g_file_make_directory_with_parents: Fix error propagation
4931  680994 STATIC_ASSERT in GDBusError docs don't have much utility
4932  681116 gtlscertificate: Add g_tls_certificate_equal() function
4933  681118 gtlsdatabase: Don't complain if no callbacks for async...
4934  669331 try to get gio tests working a little better on win32
4935  674314 Make gtk-doc not a hard dependency of GLib
4936  674800 gclosure: generic marshaller leaks return value
4937  675524 gsocket: FIONREAD undeclared (needs sys/filio.h)
4938  679509 use after free in g_dbus_action_group_describe_all_done()
4939  679996 gobject docs minor cleanup
4940  680459 Extra newline char in local implementation of g_applic...
4941  680505 object_path memory leak in gdbusobjectproxy.c
4942  680831 Deprecate and remove g_slice_[sg]et_config.*
4943  680912 gchecksum: Add g_compute_checksum_for_bytes()
4944  681151 checksum: Use functions instead of macros when buildin...
4945  681158 gtlscertificate: Don't confuse certificate and public ...
4946
4947 * Translation updates:
4948  Galician
4949  German
4950  Gujarati
4951  Hebrew
4952  Norwegian bokmål
4953  Serbian
4954  Slovenian
4955
4956
4957 Overview of changes from GLib 2.33.4 to 2.33.6
4958 ==============================================
4959
4960 * GAsyncInitable: partially revert the init_finish changes,
4961   some applications were found to rely on behaviour that
4962   was broken by these changes
4963
4964 * Bugs fixed:
4965  679617 win32: fix g_get_environ()
4966  679968 Add some annotations to GBytes, GVariantType...
4967  680111 GIOScheduler assumes GCancellable "cancelled...
4968
4969 * Translation updates:
4970  Spanish
4971
4972 Overview of changes from GLib 2.33.3 to 2.33.4
4973 ==============================================
4974
4975 * GMainContext: the source list has been reorganzied to
4976   avoid O(n) behaviour
4977
4978 * GRegex: Update included PCRE to 8.31 and expose new
4979   functionality in 8.x versions of PCRE
4980
4981 * GMountOperation gained a ::show-unmount-progress signal
4982   which provides information about slow unmount operations
4983
4984 * Bugs fixed:
4985  616892 gio: Add a boxed type for GFileAttributeMatcher
4986  619329 g_source_attach() O(n) in number of sources
4987  639771 g_dir_read_name() can also return NULL on error
4988  661767 merge/improve various bits of run-in-thread fun...
4989  667375 GAsyncInitable subclassing (and async subclassi...
4990  671545 Constify collect and lcopy strings in GTypeValu...
4991  674452 SEGFAULT in gio contenttype test
4992  674898 Deal with GLIB_VERSION_MIN_REQUIRED/MAX_ALLOWED...
4993  675504 Fix up GObject interface documentation
4994  677064 GString: Tweak documentation, add g_string_free...
4995  677578 error in PCRE error code conversion
4996  677579 update GRegexError for newer PCRE error codes
4997  678066 gdbus codegen does not work with python3
4998  678273 unicode othercasing is wrong in gregex
4999  678576 GIOScheduler performance enhancements
5000  678758 GTlsInteraction unlocks an unlocked mutex
5001  678808 GTestDBus issues
5002  678881 Test failures in /socket/timed_wait in some cas...
5003  678941 /contenttype/guess test case failure
5004  678944 gio returns the wrong default applications for ...
5005  678949 wrong definition of ulong_bool for 64 bit big e...
5006  678959 /mainloop/timeouts race condition: assertion fa...
5007  679193 update included pcre to 8.31
5008  679258 The 'Since' tag for G_SOURCE_CONTINUE and G_SOU...
5009  679473 Don't generate invalid property names
5010  679691 Add g_spawn_check_exit_status()
5011  679671 GDBusNodeInfo: the XML string must contain exac...
5012  676111 mount-operation: add show-unmount-progress signal
5013  679691 win32: fix build g_spawn_check_exit_status() wi...
5014  679813 Documentation bug on http://developer.gnome.org...
5015
5016 * Translation updates:
5017  Assamese
5018  Belarusian
5019  Bulgarian
5020  Galician
5021  Greek
5022  Norwegian bokmål
5023  Polish
5024  Spanish
5025  Traditional Chinese
5026  Vietnamese
5027
5028
5029 Overview of changes from GLib 2.33.2 to 2.33.3
5030 ==============================================
5031
5032 This release contains mostly bugfixes, cleanups and performance
5033 improvements (including many fixes contributed by Colin on the advice of
5034 Coverity).  There are a few notable externally-visible changes:
5035
5036 * Thumbnails are now in XDG_CACHE_HOME
5037
5038 * new GDBus API: per-thread g_dbus_connection_get_last_serial()
5039
5040 * GUnixOutputStream now has a can_poll() implementation
5041
5042 * New deep copy APIs for G(S)List: g_(s)list_copy_deep
5043
5044 * Bugs fixed:
5045  518309 Incorrect data*dir path in glib-gettextize output
5046  566994 Safer passing of -framework flag
5047  672889 GLib.utf8_validate does segfault
5048  673253 Not strict enough autconf test for libelf
5049  675024 adds g_list_copy_deep() and g_slist_copy_deep
5050  675168 prepare for thumbnails to move to XDG_CACHE_HOME
5051  675966 gresolver: More robust parsing of DNS responses
5052  676594 [Patch] fix g_reload_user_special_dirs_cache
5053  676825 Implement g_dbus_connection_get_last_serial ()
5054  677235 Clarify the comment at the top of gmarshal.list
5055  677527 OS X: gthread/spawn-async selftest failure
5056  677718 GDBusProxy: treat org.freedesktop.systemd1.Masked error as non-fatal
5057  677770 GUnixOutputStream does not implement can_poll
5058  677782 Install bash completion files in /usr/share
5059  677817 g_key_file_to_data adds extra blank lines in some cases
5060  677952 Missing annotation for GDBusConnection signal "closed"
5061  678052 g_wakeup_acknowledge is called too often.
5062  678273 unicode othercasing is wrong in gregex
5063  678333 gdbus-codegen code causes warnings under -Wfloat-equal
5064
5065 * Translations updated:
5066  Arabic
5067  Assamese
5068  Galecian
5069  Greek
5070  Spanish
5071  Telugu
5072
5073 Overview of changes from GLib 2.33.1 to 2.33.2
5074 ==============================================
5075
5076 * GLIB_VERSION_MIN_REQUIRED now defaults to the current stable version
5077
5078 * GIO input and output stream classes have grown GBytes-based methods
5079
5080 * GApplication now has hooks to register D-Bus objects before the bus
5081   name is taken
5082
5083 * Bugs fixed:
5084  605976 add g_type_ensure(), to ensure that a type has...
5085  660851 Breakage of code due to changes in the GThread...
5086  666386 Empathy doesn't open Redirect URI with particu...
5087  671139 need (transfer async) for io stream buffers
5088  672329 memory leaks in gutils.c and glib tests
5089  672548 g_utf8_validate: @str shouldn't end up annotat...
5090  674111 Provide an accessor for MimeType desktop entry...
5091  674483 broken configure results when cross-compiling ...
5092  674634 Add g_clear_pointer()
5093  674777 What's the (transfer) of g_variant_lookup()?
5094  675309 gkeyfile: Fix annotations for g_key_file_load_...
5095  675446 gfile: Plug memory leak in g_file_make_directo...
5096  675509 add extra dbus hooks
5097  675832 Incomplete gsettings bash auto-completion
5098  676208 The tmpl parameter to g_file_new_tmp can be NULL
5099  676265 GNetworkMonitor leaks a lot of memory
5100  676277 Document that g_app_info_create_from_commandli...
5101  676397 g_environ_* should work with NULL envp
5102  676398 g_spawn_* should take PATH from the passed env...
5103  676478 Broken gzip decoding
5104  676594 [Patch] fix g_reload_user_special_dirs_cache
5105  676816 Add more GLIB_AVAILABLE_IN_*
5106  676937 Document notify signal deduplication with free...
5107
5108 * Translation updates:
5109  Czech
5110  French
5111  German
5112  Greek
5113  Japanese
5114  Russian
5115  Slovenian
5116  Spanish
5117
5118
5119 Overview of changes from GLib 2.32.1 to 2.33.1
5120 ==============================================
5121
5122 * GApplication
5123  - can now have a NULL application ID
5124  - add accessors for determining dbus connection and object path
5125
5126 * g_clear_object: fix warnings when using it on C++ (due to lack of
5127   ability to implicitly cast void*)
5128 * add g_clear_pointer as a generic form of g_clear_object
5129
5130 * GDBus:
5131  - add our own implementation of the message bus for use on Windows only
5132  - fix up a few bugs that use of this bus uncovered in GDBus
5133  - escape nonce files in dbus addressess (think 'c:\')
5134  - support initial underscores in dbus codegen namespace (for private)
5135  - add GTestDBus for bringing up a session bus for testing purposes
5136  - gdbus-codegen: Avoid warnings in generated code
5137  - GDBusAuthObserver: Add a way to control what authentication mechanisms to use
5138  - 
5139
5140 * Fix misdetection of GNUstep as Cocoa (for the MacOS GSettings backend)
5141
5142 * make sure configure fails if AC_CHECK_ALIGNOF cannot detect the alignment
5143
5144 * GAppInfo
5145  - overwrite the DISPLAY only if it is set in the launch context
5146  - add accessor for StartupWMClass
5147
5148 * glib/tests/date: force US locale running the GDateTime tests
5149
5150 * Resources:
5151  - fix broken use of GVDB on big endian machines
5152  - set a 'display name' so that pretty file names appear in Gtk CSS
5153    warning messages
5154
5155 * GMainContext:
5156  - block child sources when blocking the parent
5157  - introduce more testcases for child sources
5158
5159 * GResolver: add support for MX, TXT, NS and SOA records
5160
5161 * GSocketControlMessage: Don't warn about unknown messages
5162
5163 * GIO:
5164  - implement GSeekable for the data and buffered stream classes
5165  - implement GPollable for many more classes as well
5166  - fix GConverterInputStream infinite loop when fill_buffer returns an error
5167  - fileinfo: document the correct type for trash::orig-path
5168
5169 * test coverage improvements and general fixes
5170
5171 * new 2.34 stuff: version macros, docs index section, etc.
5172
5173 * Build:
5174  - add --disable-modular-tests build option
5175  - don't require host binaries if tests are not enabled for cross-builds
5176
5177 * Translations updated
5178  Brazilian Portuguese
5179  Bulgarian
5180  Czech
5181  French
5182  Galician
5183  German
5184  Hebrew
5185  Hindi
5186  Italian
5187  Norwegian bokmål
5188  Polish
5189  Russian
5190  Russian
5191  Serbian
5192  Simplified Chinese
5193  Slovenian
5194  Spanish
5195  Telugu
5196
5197 Overview of changes from GLib 2.32.0 to 2.32.1
5198 ==============================================
5199
5200 * Bugs fixed:
5201  670254 glib-2.30.2: Fails /GDateTime/new_from_unix test
5202  672541 glib-compile-resources prepends --sourcedir to absolute paths
5203  673139 URL to mailing lists in README incorrect
5204  673174 g_input_stream_read[_finish]: document returning 0 on EOF
5205  673191 glib/gchecksum.c warning: dereferencing type-punned pointer...
5206  673216 [W32] gtestutils does not use path separators consistently
5207  673439 Properly deprecate g_value_{set,get}_char
5208  673612 Fails to decode dictionaries wrapped in two layers of array
5209  673803 gclosure: Support return values of GVariants
5210  669285 glib/tests/markup-parse fails under non-english locale
5211  673911 gio-2.0.pc lists full path to executables, breaking cross com..
5212  673762 gnextstepsettingsbackend.c:343: error: parse error before 'in'
5213
5214 * Updated translations:
5215  Belarusian
5216  British English
5217  Bulgarian
5218  Catalan
5219  Czech
5220  French
5221  German
5222  Hebrew
5223  Hindi
5224  Hungarian
5225  Italian
5226  Japanese
5227  Kannada
5228  Latvian
5229  Lithuanian
5230  Marathi
5231  Norwegian bokmål
5232  Odia
5233  Polish
5234  Serbian
5235  Slovenian
5236  Spanish
5237  Swedish
5238  Telugu
5239
5240
5241 Overview of changes from GLib 2.31.22 to 2.32.0
5242 ===============================================
5243
5244 * Bugs fixed:
5245  671988 Quickly registering / unregistering objects on bus...
5246  672095 glib needs stable sort function
5247  672406 glib/tests/include.c fails to build on FreeBSD
5248
5249 * Updated translations:
5250  Telugu
5251
5252
5253 Overview of changes from GLib 2.31.20 to 2.31.22
5254 ================================================
5255
5256 * Bugs fixed:
5257  531901 Use __builtin_bswap* for GUINT*_SWAP_LE_BE if building...
5258  653167 Out of tree build is broken on windows
5259  668973 Test /gvariant/parser fails on Solaris 10
5260  669797 gvfs now lists its fuse mounts
5261  670846 deadlock: GStreamer-WARNING **: wrong STREAM_LOCK count 0
5262  671664 gio-querymodules: unlink instead of writing empty cache
5263  671676 Glib can't be cross-compiled any more after merge of...
5264  671918 gnome-shell is inaccessible unless started while an AT...
5265  671942 GSocketMsgFlags: annotate as a flags
5266  671997 Unix signal handling assumes that volatile 1-byte writes...
5267  672013 GSimpleAsyncResult: support reliable cancellation
5268  672026 default log output should include pid and/or prgname
5269  672095 glib needs stable sort function
5270  672201 G_SPAWN_SEARCH_PATH should continue on ENODEV and ETIMEDOUT
5271  672239 request NO_REPLY from g_dbus_connection_call() with no as...
5272  672249 gdbusproxy leaks asyncresult in an error case instead of...
5273
5274 * Translation updates:
5275  Assamese
5276  British English
5277  Catalan
5278  Catalan (Valencian)
5279  Danish
5280  Esperanto
5281  Finnish
5282  French
5283  German
5284  Hungarian
5285  Korean
5286  Lithuanian
5287  Norwegian bokmål
5288  Polish
5289  Portuguese
5290  Russian
5291  Traditional Chinese
5292
5293
5294 Overview of changes from GLib 2.31.18 to 2.31.20
5295 ================================================
5296
5297 * Update to Unicode 6.1
5298
5299 * Update PCRE to 8.30
5300
5301 * Deprecations are now versioned, and new API is
5302   marked with the version it was introduced.
5303   Use these with GLIB_VERSION_{MIN,MAX}_REQUIRED
5304
5305 * The performance of signal emissions has been
5306   improved for simple cases
5307
5308 * Bugs fixed:
5309  529806 Cannot build in 64-bit Mac OS X due to libiconv
5310  580873 Documentation of register type functions incomplete
5311  592666 Document how to unset an attribute
5312  597785 g_type_class_add_private code snippet is a bad example
5313  621368 glib-2.24.1: FAIL: run-assert-msg-test.sh when updating...
5314  622149 --disable-regex breaks glib2 build
5315  639873 GBinding: Crash when binding two properties on the same...
5316  640202 For GLIB v. 2.23.6 and above: impossibility to build mu...
5317  668295 Need a way to classify GVolume instances
5318  669670 gasyncqueue: don't use deprecated g_cond_timed_wait()
5319  670542 Add version information for deprecations
5320  670557 gvaluetransform: Fix an infinite loop with GFlagsValue...
5321  670721 global variable for signal ID should be hidden
5322  670751 IceWM build fails due to the G_DEPRECATED_FOR macro
5323  670909 g_dbus_connection_call leaks when it receives an error...
5324  670922 Include path to gdbus-codegen in the pkgconfig file
5325  670969 GSequence lookup may fail if there was no sort prior to...
5326  671025 Constants and identifiers starting with a number are no...
5327  671270 make distclean failures
5328  671281 glib-compile-resources.xml is missing from the dist tar...
5329
5330 * Translation updates:
5331  Basque
5332  Belarusian
5333  Brazilian Portuguese
5334  Bulgarian
5335  Galician
5336  Hebrew
5337  Lithuanian
5338  Persian
5339  Punjabi
5340  Serbian
5341  Simplified Chinese
5342  Slovenian
5343  Telugu
5344  Traditional Chinese
5345  Uyghur
5346  Vietnamese
5347
5348
5349 Overview of changes from GLib 2.31.16 to 2.31.18
5350 ================================================
5351
5352 * GDBusProxy has now a flag, G_DBUS_PROXY_FLAGS_GET_INVALIDATED_PROPERTIES,
5353   which can be set to make GDBus automatically reload
5354   changed properties even if the propertychanged signal
5355   does not contain the new values.
5356
5357 * GApplication puts non-unique applications on the bus
5358
5359 * GApplication now has g_application_quit()
5360
5361 * g_async_queue_timed_pop has been deprecated in favor of
5362   the new g_async_queue_timeout_pop, which uses relative
5363   delays in microseconds instead of a GTimeVal.
5364
5365 * a huge number of API documentation fixes
5366
5367 * Bugs fixed:
5368  647986 put non-unique apps on D-Bus
5369  658484 vpn connection vs NetworkSecretDialog
5370  664237 GDateTime falls back to UTC if TZ is set
5371  669329 gthread-win32: update for g_get_monotonic_time() changes
5372  669330 glocalfile: fix error code when opening a directory on win32
5373  669372 glib/tests memory leaks.
5374  669412 mem leak in g_environ_unsetenv
5375  669538 Fix compilation of glib-compile-resources.c on Windows
5376  669544 gdbus-codegen example introspection XML is not complete
5377  669595 glib-mkenums: fix handling of forward enum declarations
5378  669670 gasyncqueue: don't use deprecated g_cond_timed_wait()
5379  669671 gobject: use #pragmas to avoid deprecated function warnings
5380  669689 Retrieve cwd and environ in local GApplicationCommandLine
5381  669810 socket/win32: flush pending read before signaling HUP
5382  669865 g_regex_fetch()
5383  670085 memory leak in g_output_stream_write_async
5384  670138 gbytes.h is missing the G_BEGIN/END_DECL guards
5385  670485 Simplify session API (shared bug with gtk+)
5386
5387 * Updated translations:
5388  Belarusian
5389  Danish
5390  Galician
5391  Serbian
5392  Telugu
5393  Hebrew
5394
5395
5396 Overview of changes from GLib 2.31.14 to 2.31.16
5397 ================================================
5398
5399 * GResource:
5400  - The resource compiler can now convert pngs into
5401    pixel data that can be used without parsing at runtime
5402    (requires gdk-pixbuf-pixdata to be present)
5403
5404 * Bugs fixed:
5405  669123 resource compiler: failing to-pixdata should...
5406  669173 resource: fix xml preprocess entity handling
5407  669224 Cross-compilation broken by data-to-c
5408  669253 gsettings set buggy on array values
5409  669334 fix memory leak in bookmark file parser
5410
5411 * Translation updates:
5412  Norwegian bokmål
5413  Spanish
5414
5415
5416 Overview of changes from GLib 2.31.12 to 2.31.14
5417 ================================================
5418
5419 * GResource:
5420  - GLib now includes a commandline utility, gresource,
5421    to explore resources in ELF files
5422  - The resource compiler can now optionally strip
5423    ignorable whitespace from XML resources
5424  - The resource compiler can now generate build dependencies
5425  - The resource compiler will now autoselect output formats
5426
5427 * GApplication:
5428  - The menu markup parser API has been dropped, the
5429    menu XML support lives in GTK+ now
5430
5431 * GValueArray has been deprecated
5432
5433 * Bugs fixed:
5434  626258 N-ary Trees - 'nodes' can be inserted before and after...
5435  634232 Core Dump / Aborted using g_key_file_to_data
5436  639099 schema compiler chokes on valid schema
5437  667228 Deprecate GValueArray
5438  667243 Add an element clear function to GArray
5439  667929 glib-compile-resources: xml resources doesn't need to...
5440  668250 g_date_time_format() produces a non-UTF8 string
5441  668468 'IP_ADD_SOURCE_MEMBERSHIP' undeclared
5442  668532 resources: add dependency generator to the resource compiler
5443  668539 resources: compiler should autoselect output format...
5444  668561 gresource-tool not internationalized
5445  668572 glib_cv_g_atomic_lock_free config.cache setting not honored...
5446  668650 GRealArray->clear_func should be initialized
5447  668756 GKeyFile: allow loading from empty strings
5448  668857 fix couple of typos in comments
5449  669024 goption: implement platform_get_argv0() for OpenBSD
5450
5451 * Updated translations:
5452  Galician
5453  Norwegian bokmål
5454  Spanish
5455  Traditional Chinese
5456
5457 Overview of changes from GLib 2.31.10 to 2.31.12
5458 ================================================
5459
5460 * GApplication:
5461  - Drop support for exporting menus - this functionality
5462    will be provided in GtkApplication
5463  - Add a way to create actions that change settings
5464
5465 * Bugs fixed:
5466  629503 Add async versions of g_unix_connection_{receive,send}_credentials
5467  656301 glib-compile-schemas should not create an empty file
5468  668071 mingw-gcc build fails on gio/gsocket.[c|h]
5469  668118 the big appmenu switcheroo
5470  668158 base64 encode and line termination
5471  668163 GDBusConnection: note that exit-on-close is sometimes TRUE
5472  668269 gsignal: add g_signal_handlers_disconnect_by_data
5473  668279 create GAction from GSettings
5474
5475 * Translation updates:
5476  Norwegian bokmål
5477
5478
5479 Overview of changes from GLib 2.31.8 to 2.31.10
5480 ===============================================
5481
5482 * GResource:
5483  - A new facility to allow linking data files into binaries
5484    and make them available as resources
5485  - Resources are compiled using glib-compile-resources
5486  - GIO supports resource:/// uris to access resources
5487
5488 * Bugs fixed:
5489  619126 Missing dependency libs
5490  658315 g_key_file_get_keys() should set length to 0...
5491  660371 is it ever valid to have 0 as a GError domain?
5492  666700 Add some missing (allow-none) annotations
5493  667375 GAsyncInitable subclassing (and async subclassing...
5494  667447 Missing many introspection annotations
5495  667790 Protect call to pthread_condattr_setclock with define
5496  667938 wrong gtypes generated for empty flags enums
5497
5498 * Translation updates:
5499  Hebrew
5500  Spanish
5501
5502
5503 Overview of changes from GLib 2.31.6 to 2.31.8
5504 ==============================================
5505
5506 * GObject:
5507  - The type checks for overriding properties have been loosened.
5508    In particular, it is now possible to add the CONSTRUCT flag
5509    to an overridden property
5510  - GWeakRef is a new API for weak references; unlike g_object_weak_ref
5511    and g_object_add_weak_pointer, it is thread-safe.
5512
5513 * GHashTable has grown new convenience api for use as a set:
5514   g_hash_table_add, g_hash_table_contains
5515
5516 * GSocketConnection has gained API for managing connection status
5517
5518 * GSettings: a native OS X backend has been added, under the
5519   name 'nexstep'
5520
5521 * Bugs fixed
5522  455640 Something fishy with GRegex and unicode
5523  548954 weak references are not threadsafe
5524  625751 Add G_FILE_ATTRIBUTE_FILESYSTEM_USED
5525  658871 gbacktrace: g_get_prgname () isn't called for a NULL argu...
5526  664069 gvariant: Never break out of g_variant_iter_loop
5527  664830 g_strescape doesn't natively handle \v (vertical tab)
5528  665211 GDBusConnection singleton access can race with disposal
5529  665805 Add GSocketClient::action, for tracking socket client status
5530  666116 some tests provoke undefined behaviour, which is undesira...
5531  666422 Unreachable code in gio gnetworkmonitornetlink.c
5532  666551 Crash in g_thread_xp_SleepConditionVariableSRW
5533  666595 menu parser disallows id='' on submenu and section
5534  666615 loosen property override flag restrictions
5535  666616 gobject: fix property override type checks
5536  666803 g_utf8_validate() fails to validate strings with known size
5537  666804 g_ateaxit deprecation warning in devhelp points in wrong ...
5538  666951 g_mkdtemp: Since version incorrect in docs
5539  666978 Fails to compile glib applications with ISO C90 compiler
5540  667098 ginetaddressmask leaks its address property
5541  667225 GSocket: add missing type checks to public methods
5542  667226 GSocket: fix an error return value
5543  667279 Sometimes crashes when launching commandline-crea...
5544  667285 Wrong keyname listed in documentation for g_deskt...
5545  667331 Use g_queue_free_full() convenience function
5546  667420 GHashTable GDB pretty printing is broken
5547
5548 * Updated translations
5549  Belarusian
5550  Bulgarian
5551  Hebrew
5552  Norwegian bokmål
5553  Norwegian Nynorsk
5554  Spanish
5555  Vietnamese
5556
5557
5558 Overview of changes from GLib 2.31.4 to 2.31.6
5559 ==============================================
5560
5561 * GApplication no longer has APIs for setting menus.  Those have been
5562   moved to GtkApplication.
5563
5564 * the GActionGroup import/export functionality has been decoupled from
5565   GApplication by the introduction of a new interface for the purpose of
5566   handling platform data: GRemoteActionGroup.  This allows Gtk to
5567   properly deal with platform data (and gdk threads) on window actions.
5568
5569 * lots of documentation improvements
5570
5571 * bug fixes and a huge number of memory leak fixes
5572
5573 * the test suite now passes on ARM and some of the GDBus testcase hangs
5574   we've been seeing have been resolved (although others could remain)
5575
5576 * g_bytes_get_data() API changed: now includes 'size' out parameter
5577
5578 * new g_queue_free_full() API similar to g_[s]list_free_full()
5579
5580 * desktop files: use standard "Keywords" now, not "X-GNOME-Keywords"
5581
5582 * gsettings commandline tool now has --schemadir option for schemas not
5583   installed in the usual place (ie: as part of plugins)
5584
5585 * Bugs fixed:
5586  643736 GApplication doesn't emit dbus signals on action updates
5587  657433 g_queue_free_full() missing
5588  664699 glib: documentation fixes
5589  665737 acquire/release gdk threads lock on incoming dbus
5590  665879 GBytes: add a size argument to g_bytes_get_data
5591  666113 various leaks in GLib, GIO are visible in the regression tests
5592  666115 various tests leak memory, obscuring real leaks in the library
5593  666145 Doc could be more explicite that g_thread_init calls can be droped
5594  666173 Configure warning - linux/netlink.h usability... no
5595  666296 Race condition in g_thread_xp_get_srwlock
5596  666415 Settings tools should allow specifying a schema directory 
5597
5598 * Translations updated:
5599  French
5600  Spanish
5601
5602 Overview of changes from GLib 2.31.2 to 2.31.4
5603 ==============================================
5604
5605 * EXPERIMENTAL: Menu support has been added to GApplication.  Menus
5606   are exported on the bus, alongside the actions that are already there.
5607   There have also been many related improvements to action group
5608   functionality.
5609
5610   These new APIs are subject to changes in the coming releases.  In
5611   particular, it seems somewhat likely that the APIs for registering
5612   menubars may change in order to accommodate windows with different
5613   types of menubars.
5614
5615 * GDBusConnection previously directly dispatched destroy notifies when
5616   unregistering objects if the current main context was the same context
5617   the object was exported on.  It now unconditionally dispatches these
5618   through an idle on the context.
5619
5620 * Clean up Requires in pc files. Linking against GIO no
5621   longer drags in gmodule. This may require dependency
5622   fixes here and there.
5623
5624 * Introduce GBytes, a data type for immutable, fixed-size
5625   byte sequences. This makes the pre-existing GBuffer
5626   API available outside GLib
5627
5628 * GDBusInterfaceSkeleton can now be exported on multiple
5629   connections
5630
5631 * Bugs fixed:
5632  600161 Do not use static GTypeInfo and GInterfaceInfo
5633  640077 GFileMonitor: Always send CHANGES_DONE_HINT after a move...
5634  641720 Misleading definition for local_command_line() in GApplic...
5635  648516 Little comment error and 2 useless lines of code
5636  651997 Dummy backend for gapplication
5637  652560 Test for g_ascii_strtod is failing
5638  662208 failure to initialize a GInitable should be considered...
5639  662718 GDBusInterfaceSkeleton should be able to export on multi...
5640  663291 GBytes: Immutable, refcounted sequence of bytes
5641  664406 Need context for a proper translation
5642  664455 Build fixes for GLib GIT master (2.31.x)
5643  664558 GDBusWorker.frozen has a value > 1 in a gboolean
5644  664559 sys/wait.h not available on windows
5645  664617 gdbus segfault error 4 in libgio-2.0.so.0.3102.0
5646  664635 GMemory{Out,In}putStream _async functions break sub-class...
5647  664809 Add command line option to gtester to allow skipping tests
5648  665067 cryptic assertion failure if nonsensical flag combinations...
5649  665184 Check ref. count before reffing/unreffing
5650  665298 Add 'Requires.private: libpcre' to glib-2.0.pc
5651  665391 update documentation around mainloops
5652  665607 ./configure is there for fiddling with cross-compile enviro...
5653  665634 g_dbus_node_info_new_for_xml() errors on unknown attributes...
5654  665685 Add a #define for the max length of a Unicode decomposition
5655  665733 GDBusConnection holds lock while calling destroynotify
5656
5657 * Translation updates:
5658  Norwegian bokmål
5659  Spanish
5660
5661
5662 Overview of changes from GLib 2.31.0 to 2.31.2
5663 ==============================================
5664
5665 * Monotonic time is now properly supported on Windows
5666
5667 * glib-mkenums: fix @ENUMPREFIX@ with /*< underscore_name=... >*/
5668
5669 * EXPERIMENTAL: introduce new GSettingsSchema and GSettingsSchemaSource
5670   APIs for the convenience of plugin system authors and those who wish
5671   to introspect the contents of schemas.  This API may change.
5672
5673 * Improve the performance of GObject property notifies.
5674
5675 * GDBus:
5676  - fix a race when unowning a name immediately after owning it
5677  - thread safety improvements on GDBusConnection
5678  - fixes for exit-on-close functionality
5679
5680 * Deprecations:
5681  - add G_SIGNAL_DEPRECATED
5682  - don't use G_DISABLE_DEPRECATED masking for functions anymore
5683
5684 * docs
5685  - tmpl/ is finally dead for glib
5686
5687 * GIO:
5688  - GInetAddressMask: new type for internet address range matching
5689  - various GIO file and stream fixes
5690  - improvements to attribute and fileinfo handling
5691
5692 Overview of changes from GLib 2.29/2.30 to 2.31.0
5693 =================================================
5694
5695 This release contains a huge number of changes (500 commits worth).  The
5696 list below attempts to summarise, but not every change is listed.
5697
5698 * Major changes to threading and synchronisation
5699  - threading is now always enabled in GLib
5700  - support for custom thread implementations (including our own internal
5701    support for errorcheck mutexes) has been removed
5702  - a whole lot of dead code (to deal with the non-threaded case) has
5703    been ripped out.  This includes the racy path of GMainContext that
5704    caused deadlocks with respect to child process exits in
5705    single-threaded programs (such as gtester).
5706  - libgthread is now an empty shell and g_thread_init() is no longer
5707    required (and has been deprecated)
5708  - GMutex and GCond can now be statically allocated without explicit
5709    initialisation.  Dynamic allocation for these types is deprecated.
5710  - new types GRecMutex and GRWLock can also be statically allocated
5711    without explicit initialisation.
5712  - GPrivate can now be statically allocated and has an improved API.
5713    Dynamic allocation of GPrivate is deprecated.
5714  - GStaticMutex, GStaticRecMutex, GStaticRwLock, GStaticPrivate are
5715    deprecated.
5716  - GCond now uses monotonic time internally and a new API takes
5717    monotonic time for timed waits, deprecating the wallclock API
5718  - removal of the insane macro indirection used in the previous
5719    implementation of threading and synchronisation APIs
5720  - use SRWLock and CONDITION_VARIABLE APIs when available on Windows
5721    (Vista and later) and emulate them on XP
5722  - leaks of G(Static)Private-allocated data on some cases of thread exit
5723    have been fixed
5724  - simplified new thread creation API with the old API deprecated.  The
5725    concept of joinability has disappeared (all threads are joinable) as
5726    have priority levels, 'bound'ness (ie: kernel vs. userspace threads)
5727    and ability to manipulate the stack size.
5728  - GThread is now a refcounted type
5729  - other implementation details changed
5730
5731 * Move headers for some deprecated functionality to a separate
5732   deprecated/ directory.
5733
5734 * New support for attribute-based deprecations to issue compiler
5735   warnings instead of breaking the build and/or giving warnings about
5736   implicit declarations (and possibly miscompiling).
5737
5738 * GCache has been deprecated (after its last use was removed from our
5739   platform over a year ago).
5740
5741 * It is no longer possible to include individual headers (like
5742   "ghash.h") -- you must #include <glib.h>.
5743
5744 * The misguided experiment of allowing the program to stumble along with
5745   missing GSettings schemas is now over -- the abort is back.
5746
5747 * Clarify that fork() is not valid while using GMainContext.  This is
5748   because the internal resources of the GMainContext end up being shared
5749   by both processes.  We had an assert here but it was breaking existing
5750   (valid) use cases as well, so it has been removed for now.
5751
5752 * GApplication
5753   - add ::shutdown signal as logical dual to ::startup
5754   - don't use a GMainLoop: iterate the GMainContext directly (improves
5755     quit logic)
5756
5757 * Several portability fixes for Windows, OpenBSD, Solaris
5758
5759 * Add new GValue API to specifically deal in signed chars (in case the
5760   platform defines 'char' as unsigned)
5761
5762 * some new API to mitigate the problems associated with calling setenv()
5763   in a multi-threaded program
5764
5765 * Use CLOCK_MONOTONIC unconditionally if the libc has support at compile
5766   time (ie: stop checking for kernel support at runtime).
5767
5768 * pkg-config files:
5769   - drop -uninstalled variants
5770   - remove gobject dependency on gthread
5771
5772 * New macro G_ATOMIC_LOCK_FREE is defined if the atomic operations are
5773   implemented without use of a mutex.  Cleaned up atomic-related
5774   compilation issues with mingw compilers on win32 systems.
5775
5776 * SOCKS proxy and resolver improvements
5777
5778 * Fix the spelling of G_IO_FLAG_IS_WRITABLE (was WRITEABLE) and
5779   introduce a macro for backwards compatibility.
5780
5781 * GDBus:
5782   - many code generation updates and improvements
5783   - some race condition fixes, including testcase hangs
5784
5785 * GVariant:
5786   - new g_variant_new_from_fixed_array() API
5787   - substantial docs improvements/clarifications
5788
5789 * GKeyFile is now refcounted and boxed
5790
5791 * mount monitoring is now based on /proc/mounts (where available)
5792   instead of mtab
5793
5794 * new macros G_SOURCE_CONTINUE and G_SOURCE_REMOVE for returning from
5795   GSourceFunc (so you don't have to remember what TRUE and FALSE mean)
5796
5797 * use xlocale functions where available to avoid too much heavy lifting
5798   in functions like g_ascii_strtod()
5799
5800 * GMappedFile can now be created from an fd
5801
5802 * error message strings grammar/i18n fixes
5803
5804 * many docs updates
5805
5806 * Partial list of bugs closed:
5807  70598  Unify GStaticMutex and GMutex.
5808  320888 optimization for g_main_context_wakeup
5809  398418 GChildWatch race condition?
5810  527214 g_timer_elapsed() returns random values
5811  580505 add a way to set/get name for a thread
5812  583511 race condition means g_main_loop_quit() does not work
5813  590808 GKeyFile should have a refcount and a boxed type in GObject
5814  592715 Document that g_str_hash() and g_int_hash() are not NULL safe
5815  631413 Add macros for GSourceFunc return values
5816  632049 not immediately clear what g_variant_get_fixed_array expects
5817  640212 "Error stating file" is not a friendly message
5818  640293 Use xlocale functions to implement g_ascii_strtod()
5819  640975 Check that error exists before trying to set it
5820  643934 GApplication lacking a logical dual for the ::startup signal
5821  651268 assertion failed in GDBus worker thread
5822  653987 g_key_file_get_integer cannot interpret trailing spaces
5823  654412 Documentation for g_variant_get_child_value unclear
5824  654563 info capplet: Failed to calculate disk space
5825  655366 missing GSettings schemas lead to obscure crashes
5826  656621 g_spawn_*() calls executables in current directory
5827  656679 [gi] Add two annotations to gio
5828  657992 Add glib__private__() API to share between glib,gio
5829  658188 _set_as_last_used_for_type generates a broken mimeapps.list
5830  658206 gsocks5proxy.c has invalid gettext use
5831  658207 glib-compile-schemas says "can not"
5832  658558 simpleaction: Fix documentation of :enabled
5833  658683 clean up charset/language threading issues
5834  658692 add introspection annotations to g_time_val_from_iso8601()
5835  658715 Duplicite strings
5836  658769 Invalid reuse of GError in GThreadedResolver
5837  658806 sign error in string hash implementation
5838  658976 gdbus-codegen's C namespace option needs to support Ugly_Case
5839  659070 gdbus-codegen generated code segfaults when property changes
5840  659082 gdbus-codegen: Single letter namespaces get dropped from names
5841  659212 GMappedFile should fail on non-regular files
5842  659324 _SPLICE_CLOSE_TARGET doesn't mark the output stream as closed
5843  659423 Use adaptive mutexes when available
5844  659427 Move deprecated code to a separate directory
5845  659646 gdbus-codegen produce code that warnings at build
5846  659690 Possible build warning in code generated by gdbus-codegen
5847  659699 property name collision when generating code for "Connection"
5848  659754 Add API to GMappedFile that allows to pass FD
5849  659838 incorrect types in introspection for g_object_bind_property
5850  659866 pthread_rwlock_t requires defined __USE_UNIX98
5851  659870 gvalue: Fix signedness of g_value_get_char()
5852  659889 glib-2.29.92/gio-2.0.pc.in has a wrong line.
5853  659916 GObject size of 64K is not actively enforced
5854  659920 Missing setter for read/write property 'closed' of GIOStream
5855  659923 Add g_variant_new_fixed_array() function
5856  660013 Remove old g_atomic configure cruft
5857  660096 glib/rwlock tests failure (tests asserted)
5858  660130 Possible loss of user data when updating mimeapps.list
5859  660147 tracker causes g_critical in "gsettings list-recursively"
5860  660413 Make G_ASSERT_STATIC work with clang
5861  660498 Generated test code fails when the codegen changes
5862  660511 Use /proc/mounts for monitoring mounts, not /etc/mtab
5863  660536 Expose options for /etc/fstab entries
5864  660635 Deprecate g_thread_foreach
5865  660637 Pending dbus method calls not canceled on connection loss
5866  660739 kill off g_{mutex,cond}_{new,free}()
5867  660740 make GThread more standard
5868  660741 g_cond_timedwait is a disaster
5869  660743 macro wrappers for g_once_init_enter/leave
5870  660744 finish killing g_thread_init()
5871  660745 GPrivate leaks on Windows
5872  660791 [gio] Improve doc for g_file_make_directory_with_parents()
5873  660843 asyncqueue-test is broken
5874  660849 Remove cruft from g_strerror and g_strsignal
5875  660886 GDBusProxy: don't drop/complain about unknown props/signals
5876  660887 g_slice_set_config() is broken
5877  660994 Add g_main_context_ref_thread_default()
5878  661255 gio: enable test_peer regression test for OpenBSD
5879  661257 giomodules.c uses ":" instead of G_SEARCHPATH_SEPARATOR_S
5880  661318 tests use pthread without appropriate compiler/linker flags
5881  661421 Applications fail to initialize on GNU Hurd - commit
5882  661438 Implement G_GNUC_DEPRECATED/G_GNUC_DEPRECATED_FOR on Visual C++
5883  661711 Sorting keys for GDrive, GVolume and GMount instances
5884  661763 desktop-app-info: Add support for X-GNOME-Keywords
5885  661896 /gdbus/connection/life-cycle is racy
5886  661914 Gstreamer/Totem locks up
5887  662100 regression: g_dbus_connection_close() triggers exit-on-close logic
5888
5889 * Translations updates:
5890  Belarusian 
5891  Brazilian Portuguese
5892  British English 
5893  Bulgarian 
5894  Catalan 
5895  Catalan (Valencian)
5896  Czech 
5897  Danish 
5898  Esperanto
5899  French 
5900  Gujarati
5901  Hebrew 
5902  Hungarian 
5903  Italian 
5904  Japanese
5905  Lithuanian
5906  Norwegian bokmål
5907  Oriya
5908  Polish 
5909  Russian 
5910  Serbian
5911  Simplified Chinese
5912  Slovak 
5913  Slovenian
5914  Spanish 
5915  Tamil
5916  Vietnamese
5917
5918 Overview of changes from GLib 2.29.18 to 2.29.90
5919 ================================================
5920
5921 * API/ABI changes:
5922  - unix signal watches now match the API of all of the other sources
5923  - revert the addition of g_date_time_source_new () from last release
5924
5925 * networking and other fixes for Solaris
5926  - we no longer support symbolic port names (ie: from /etc/services)
5927  - check if -lsocket is needed
5928  - fix g_socket_details_from_fd()
5929  - avoid getmntinfo
5930  - fix some harmless warnings
5931
5932 * GDateTime improvements:
5933  - generally improved standards compliance (with C99)
5934  - support C99-specified format strings: %g, %G, %V, %c, %C, %w
5935  - consult the locale for the preferred 12-hour time format (%r)
5936  - drop support for non-standard %N and broken %W
5937  - better support for formatting non-POSIX (eg: Arabic) numerals
5938  - locale-related test case fixups, and fix some leaks
5939
5940 * GTlsInteraction: add interaction method invocation guarantees
5941
5942 * gdbus-codegen: post-process all interfaces when parsing >1 file
5943
5944 * make GMainLoop, GMainContext and GSource boxed types
5945
5946 * fix a race condition in the first use of g_get_monotonic_time()
5947
5948 * lots gtk-doc cleanups
5949
5950 * better intltool compatibility when generating pot file
5951
5952 * avoid GCC-specific compiler options when not using GCC
5953
5954 * Translation updates:
5955  Belarusian
5956  Brazilian Portuguese
5957  Canadian English
5958  Galician
5959  Indonesian
5960  Korean
5961  Lithuanian
5962  Norwegian bokmål
5963  Portuguese
5964  Spanish
5965  Swedish
5966
5967 Overview of changes from GLib 2.29.16 to 2.29.18
5968 ================================================
5969
5970 * GDateTime is now respecting LC_TIME when formatting
5971
5972 * GTimeZoneMonitor has been removed again
5973
5974 * A new API for wallclock functionality has been added:
5975   g_date_time_source_new(). This API is still experimental
5976   and may be changed or removed before 2.30.
5977
5978 * Bugs fixed:
5979  628904 Add credential support for FreeBSD and fix a socket issue
5980  650763 gdbus-codegen is broken with python 2.7
5981  655129 GDateTime could provide api for implementing wall clocks
5982  656341 gtlsconsoleinteraction.c uses getpass() which isn't avail...
5983  656387 GCancellable can be used concurrently
5984  656443 Make GTlsInteraction ask_password cancellable
5985  656675 void functions should not return in glib 2.29.16
5986  656772 g_variant_compare for uint64 incorrect
5987  656914 Load GIO_EXTRA_MODULES first, and ignore duplicates
5988  657083 The header langinfo.h is not available on all systems
5989  657084 gfileutils: fix docs/annotations for temp file methods
5990  657138 Some files missing in POTFILES.in
5991  657206 GInputStream leaked in g_file_icon_load_async()
5992  657243 g_cancellable_set_error_if_cancelled() documentation
5993  657274 Use detected PYTHON variable as shebang for gdbus-codegen
5994  657336 Speling fixes for glib found with codespell
5995  657452 plural forms needed
5996  657454 Translation comment needed
5997  657540 Print out file:// URL to coverage HTML report after building
5998  657593 g_test_trap_fork calls close(-1)
5999  646082 Addresses from GSocket should be normalized before returning
6000  657517 fix gio/tests/gdbus-peer on bsd
6001
6002 * Translation updates:
6003  Brazilian Portuguese
6004  Galician
6005  Norwegian bokmål
6006  Punjabi
6007  Russian
6008  Serbian
6009  Spanish
6010  Swedish
6011  Traditional Chinese
6012  Uighur
6013
6014
6015 Overview of changes from GLib 2.29.14 to 2.29.16
6016 ================================================
6017
6018 * GTlsDatabase: an abstract class that provides support
6019   or certificate and key lookup. An implementation will
6020   be provided in glib-networking
6021
6022 * GHmac: Support or HMAC digests
6023
6024 * Misc new API:
6025  - g_ptr_array_add_full: creates a GPtrArray with
6026    a preallocated size and a destroy function
6027  - g_desktop_app_info_get_show_in: checks if a GDesktopAppInfo
6028    should be shown in a given desktop environment
6029  - g_mkdtemp, g_mkdtemp_full, g_dir_make_tmp: create
6030    temporary directories
6031
6032 * Unify thread wakeup implementations of GMainContext
6033   and GCancellable, and use eventfd for it when available
6034
6035 * Show mounts in $XDG_USER_DIR in addition to /media and $HOME
6036
6037 * Bugs fixed:
6038  636572 GTlsCertificateDB
6039  644601 Some tests need a running dbus session
6040  652284 deal with small key lengths
6041  652827 glib-2.29.8 no longer builds with mingw.org's toolchain
6042  653063 PEM parser fails parsing private key when put first
6043  654078 Fail to static linking with Glib library
6044  654450 New functions: g_ptr_array_new_full()
6045  654793 Add G_VALUE_INIT
6046  655044 GDesktopAppInfo: Add g_desktop_app_info_get_show_in()
6047  655148 gdbusconnection is broken when compiling with mingw
6048  655241 glocalfile.c no longer compiles with MinGW GCC
6049  655598 g_cancellable_get_fd: silently return -1 for NULL cancellable
6050  655664 gdbus should not abort if no dbus session is available
6051  655769 Use ZLIB_CFLAGS when compiling gio
6052  656031 Improve GVariant annotations
6053  656048 glib-codegen requires Python >= 2.5
6054  656151 configure test logic inverted, doesn't match comments
6055  656152 GCC only syntax used, yet other compilers allowed by configure.
6056  656162 allow use of lcov 1.9 for coverage
6057  656282 GDBusProxy: uninitialized local variables can be freed
6058  656283 Failing tls connection cause assertion
6059  118563 Add g_mkdtemp in the spirit of g_mkstemp
6060  636405 Add g_return_if_fail() to g_settings_bind_with_mapping()
6061  656039 race condition between GDBusProxy signals and public API
6062  656492 g_io_channel_new_file failure (open(2) behavior wrt POSIX)
6063
6064 * Translation updates:
6065  Bulgarian
6066  Esperanto
6067  French
6068  Galician
6069  German
6070  Hebrew
6071  Indonesian
6072  Italian
6073  Norwegian bokmål
6074  Russian
6075  Spanish
6076  Swedish
6077
6078
6079 Overview of changes from GLib 2.29.12 to 2.29.14
6080 ================================================
6081
6082 * Unicode improvements
6083  - add g_unicode_script_{to,from}_iso15924
6084  - add G_UNICODE_SPACING_MARK define
6085  - more normalisation improvements
6086  - stop using deprecated g_unicode_canonical_decomposition()
6087
6088 * GParamSpec:
6089  - mark the 'name' field as 'const' and add a comment to the header to
6090    help avoid future problems caused by bad hacks
6091
6092 * Merge some (modified) patches from Debian:
6093  - 03_blacklist-directories.patch
6094    - add some blacklisted mount directories
6095  - 60_wait-longer-for-threads-to-die.patch
6096    - sleep longer in a test case, if needed to avoid failing
6097
6098 * Units policy change: prefer use of SI units
6099  - deprecate g_format_size_for_display, add g_format_size(_full)
6100
6101 * GSettings: don't call g_error() when the schema is missing
6102
6103 * GVariant support for arrays of object paths:
6104  - new g_variant_{new,get,dup}_objv API
6105  - support for g_variant_{new,get} '^ao' and '^a&o' similar to '^as'
6106
6107 * GDBus:
6108  - use new improved array-of-objects support and pass 'ao' as char**
6109    instead of GVariant*
6110  - improve handling of 'h' type (Unix file descriptor index)
6111
6112 * GIO:
6113  - fix compilation without USE_STATFS and USE_STATVFS
6114
6115 * Documentation fixes
6116
6117 * Bugs fixed:
6118  622921 Migrate from dbus-glib to glib's GDBus
6119  648271 Add g_unicode_script_to_iso15924()
6120  654948 Stop using deprecated g_unicode_canonical_decomposition()
6121  654988 g_atomic_int_add should document behaviour change
6122  655025 #define G_UNICODE_SPACING_MARK G_UNICODE_COMBINING_MARK
6123  655076 normalization misses some Full_Composition_Exclusion=True. 
6124
6125 * Translations updated:
6126  Spanish
6127
6128 Overview of changes from GLib 2.29.10 to 2.29.12
6129 ================================================
6130
6131 * Add new API to do Unicode (de-)composition in atomic steps,
6132   for use in Harfbuzz.
6133
6134 * Bugs fixed:
6135  615895 (indirectly) support non-NULL-terminated regexes in GRegex
6136  617949 glib trunk fails to compile on Solaris w/ Studio 12...
6137  620423 Document the possibility to unset attributes
6138  627974 Floating reference headaches
6139  644687 Not finding cross-links in current doc set
6140  649246 g_output_stream_splice() cannot be used on 32-bit machines...
6141  653841 a helper script to build glib from git master on win32
6142  653935 g_slist_free_full/g_list_free_full iterates twice in the list
6143  654017 tests: fix glib_translations_work() in gsettings unit test
6144  654085 Don't needlessly use "echo -e" when creating .def files
6145  654195 Add g_unichar_compose() and g_unichar_decompose()
6146  654232 GCancellable eventfd problems
6147  654394 suspicious use of floating references in GDBusInterfaceSkeleton
6148  654536 GSettings: lift key name length restriction to 64
6149  654627 GParamSpec: intern property names
6150  654651 Better g_unicode_canonical_decomposition()
6151  654917 Make g_cclosure_marshal_generic the default signal handler
6152
6153 * Translation updates:
6154  Belarusian
6155  Finnish
6156  Korean
6157  Latvian
6158  Lithuanian
6159  Norwegian bokmål
6160  Turkish
6161
6162
6163 Overview of changes from GLib 2.29.8 to 2.29.10
6164 ===============================================
6165
6166 * New features:
6167  - g_desktop_app_info_get_nodisplay: a function that is required
6168    to port gnome-menus to GDesktopAppInfo
6169  - g_hash_Table_iter_replace: new function to replace a value
6170    while iterating over a hash table
6171  - g_utf8_substring: convenience API to extract substrings from
6172    UTF-8 strings
6173  - g_action_group_add_entries: convenience API for creating lots
6174    of actions quickly
6175  - Use eventfd instead of pipes for waking up main contexts and
6176    for cancellation when available
6177  - GMatchInfo is now a refcounted boxed type
6178
6179 * API changes in GAction:
6180  - the 'set_state' entry in the GActionInterface vtable has been
6181    renamed to 'change_state
6182  - g_action_set_state has been renamed to g_action_change_state
6183  - the 'state' property has been changed to read-only
6184  - GSimpleAction can no longer be subclassed
6185
6186 * Bug fixes
6187  647796 g_variant_new_variant is not marked as constructor
6188  652072 gmain: make use of signalfd()
6189  652168 Crosscompiling Fails if build<=2.24 and host >2.24
6190  652750 make dist fails
6191  652758 GDataInputStream: Clarify g_data_input_stream_read_line docs...
6192  652822 Add a g_hash_table_iter_replace
6193  652897 tiny docs clarification for g_utf8_to_ucs4_fast
6194  653140 gmain: use Linux eventfd() for main context wake up
6195  653429 drop AM_MAINTAINER_MODE or enable it by default
6196  653484 GAsyncCallbacks should default to allow-none
6197         Add missing fundamental types to the generic marshaller
6198
6199 * Translation updates
6200  Belarusian
6201  Galician
6202  Russian
6203
6204 Overview of changes from GLib 2.29.6 to 2.29.8
6205 ==============================================
6206
6207 * Bug fixes
6208  646608 export_symbols variable for gio dynamic library is wrong
6209  646635 Fix introspection of GLib
6210  647930 Documentation: GDataInputStream _read_upto() version
6211  651745 Switch to _ prefixing rather than G_GNUC_INTERNAL
6212  651920 Improve qsort_r detection
6213  651959 gbitlock: "asm goto" is not available in gcc < 4.5
6214  651998 gdbus-codegen: Use relative Python imports
6215  652000 Fix for gatomic.c on Windows/MSVC
6216  652002 Proposal to clean up gvaluetransform.c for MSVC
6217  652025 g_dbus_connection_register_object: error is not set...
6218  652081 Typos in a GBinding warning message
6219  652197 Improper handling of double values in GDBusMessage
6220         Fix a deadlock in gobject finalization
6221
6222 * Translation updates:
6223  Czech
6224  Galician
6225  German
6226  Hebrew
6227  Norwegian bokmål
6228  Spanish
6229  Uighur
6230
6231
6232 Overview of changes from GLib 2.29.4 to 2.29.6
6233 ==============================================
6234
6235 * Atomic operations have been rewritten from scratch to make use
6236   of gcc builtins where possible. As a side-effect of this, calls
6237   to g_atomic_ API with explicit casts may now be problematic; if
6238   that happens to you, try first to remove the casts. Another
6239   side-effect of the rewrite is that g_atomic_int_exchange_and_add
6240   has been deprecated in favor of g_atomic_int_add.
6241
6242 * A full set of atomic operations on pointers has been added,
6243   including bit locks in pointer-size locations.
6244
6245 * Access to quarks is now lockless
6246
6247 * GObject data scalability has been greatly improved
6248
6249 * g_data_time_format now supports alternative digits and padding
6250
6251 * Introspection improvements:
6252  - Add a boxed type for GVariantBuilder
6253  - Annotation fixes in GDBus, GVariant, g_base64_
6254
6255 * Bugs fixed:
6256  502560 g_rand_double_range returns 'inf'
6257  612729 g_mkdir_with_parents can fail if the directory already exists
6258  617491 g_once() implementation is inefficient
6259  619418 Add a performance test for UTF-8 decoding functions
6260  619435 Make g_utf8_to_ucs4_fast() yet faster
6261  626549 G_STATIC_ASSERT_EXPR
6262  631231 bitlock: Fix detection and usage of futexes with Bionic
6263  632294 g_queue_remove() should return a boolean
6264  640518 GMainLoop has quadratic complexity when all pollfd's...
6265  642026 Race condition in g_static_private_free
6266  646635 Fix introspection of GLib
6267  648678 g_date_time_format(): support %O flags for localized numbers
6268  649480 Use MSG_CMSG_CLOEXEC in recvmsg in gio/gsocket.c
6269  649506 GTestFunc et al lacking Since tag
6270  649657 Don't return gboolean for functions that throw
6271  649775 glib-gio-gdbuscodegen-Makefile.patch
6272  649915 gsettings accepts unquoted strings longer than two characters
6273  649973 gthread: build unix tests only on unix
6274  649988 gdbus-codegen: Drop dependency on argparse
6275  650078 forkbomb building glib/tests/protocol
6276  650211 Optimization in key file parsing
6277  650236 Application over DBus implements action state incorrectly
6278  650345 g_key_file_has_key_full: New function to fix g_key_file_has_key...
6279  650458 reduce overhead in g_object_set/get_data
6280  650459 hash table consistency while calling destroy notify funcs
6281  650688 enforce rules about hash table modification
6282  650823 expand the set of atomic ops
6283  650874 codegen chokes on docs
6284  650882 use stdout instead of stderr for informational messages
6285  650884 fix compilation with gcc2
6286  650885 implement glib credentials on OpenBSD (hackish)
6287  650935 G_GNUC_MAY_ALIAS and atomic ops
6288  651009 minor documentation fix
6289  651034 Regarding g_cond_wait after g_thread_pool_push in gthreadedresolver
6290  651133 race condition in GDBusConnection's emit_signal_instance_in_idle_cb
6291  651141 hashtable infinite loop
6292  651219 fix path to true(1) on OpenBSD
6293  651223 Fix some compile warnings on OpenBSD
6294  651327 Minor fixes for the gsocket API
6295  651467 Add pointer sized bitlocks
6296  651650 gdbus: Avoid busy wait loop
6297  651725 gmain: Cleanups and a new test case
6298  651745 Switch to _ prefixing rather than G_GNUC_INTERNAL
6299
6300 * Updated translations:
6301  Catalan (Valencian)
6302  Esperanto
6303  Hebrew
6304  Hungarian
6305  Russian
6306  Spanish
6307
6308
6309 Overview of changes from GLib 2.29.2 to 2.29.4
6310 ==============================================
6311
6312 * GDBus:
6313  - Includes several new types to support modeling D-Bus
6314    objects and interfaces more fully, and also introduces
6315    an 'object manager' pattern:
6316    GDBusInterface, GDBusObject, GDBusObjectManager
6317    These interfaces have client-side implementations:
6318    GDBusProxy, GDBusObjectProxy, GDBusObjectManagerClient
6319    And server-side implementations:
6320    GDBusInterfaceSkeleton, GDBusObjectSkeleton, GDBusObjectManagerServer
6321  - The new gdbus-codegen utility uses these new classes
6322    to generate C code and documentation from D-Bus interface
6323    descriptions in XML
6324
6325 * GTest:
6326  - There is now a g_test_fail() function to mark
6327    tests as failed
6328
6329 * GDesktopAppInfo
6330  - Now has a binding-friendly filename property
6331  - Other new API to more fully expose desktop file contents:
6332    g_desktop_app_info_get_categories(),
6333    g_desktop_app_info_get_generic_name()
6334
6335 * GHashTable:
6336  - Several optimizations to reduce space consumption of
6337    large hash tables, in particular tables that are used
6338    to store sets.
6339
6340 * Unix-specific APIs:
6341   GLib now installs a separate header, glib-unix.h, that is
6342   meant to collect Unix-specific APIs. For now, it contains
6343   g_unix_open_pipe(), g_unix_set_fd_non_blocking() for dealing
6344   with pipes and fds, as well as APIs to create mainloop
6345   sources which can trigger callbacks on certain Unix
6346   signals (SIGTERM, SIGHUP, SIGINT).
6347
6348 * Bugs fixed:
6349  631379 GDBus nonce-tcp test failing
6350  632631 GLib-CRITICAL **: g_variant_new_string: assertion `g_utf8_validate (string, -1, NULL)' failed
6351  635694 gdbus aborting due to unauthorized socket in DBUS_SESSION_BUS_ADDRESS
6352  637561 Crash when using G_DBUS_SERVER_FLAGS_RUN_IN_THREAD
6353  642935 g_date_time_format() prints wrong value for %z and timezone -0800
6354  643134 g_dbus_message_copy
6355  644941 glib-unix: New Unix-specific API
6356  646013 g_hash_table_remove_all_nodes optimization
6357  646309 glib cannot be cross-compilled for mingw32
6358  646435 GTimeZone doesn't seem to be thread-safe
6359  646957 GIO chained calls don't work with a thread default context
6360  647594 README link to mailing list is broken
6361  647602 Cannot connect to remote message bus via TCP
6362  647746 The GSocketService documentation is incomplete.
6363  647826 API: gtester: Add g_test_fail()
6364  647903 GDesktopAppInfo: Add g_desktop_app_info_get_categories()
6365  648416 g_app_info_create_from_commandline ignores SUPPORTS_STARTUP_NOTIFICATION
6366  648423 Support G_DEBUG=trap-warnings
6367  648425 GDesktopAppInfo: Add "filename" property for bindings
6368  648966 Update g_unichar_iswide and g_unichar_iswide_cjk
6369
6370 * Updated translations
6371  Norwegian bokmål
6372  Spanish
6373  Turkish
6374  Uighur
6375
6376
6377 Overview of Changes from GLib 2.28.0 to 2.29.2
6378 ==============================================
6379
6380 * GApplication
6381  - The documentation has been enhanced and clarified
6382  - An opt-out for uniqueness has been added: G_APPLICATION_NON_UNIQUE
6383  - GApplication now syncs settings before g_application_run() returns
6384
6385 * GDBus
6386  - Interface lookups are now happening in constant time
6387  - Signature checking and handling of various unexpected
6388    situations has been improved
6389
6390 * GVariant
6391  - The format accepted by the GVariant parser has beend documented
6392  - GVariant accepts G_VARIANT_TYPE_VARDICT for a{sv}
6393
6394 * GDateTime:
6395  - The return value of g_datetime_compare() has been fixed to
6396    match strcmp() semantics
6397  - In order to handle problems with changing timezones, a GTimeZoneMonitor
6398    has been added to GIO, and g_time_zone_refresh_local() can be
6399    called to update the cached information about the local timezone
6400
6401 * GOption now uses /proc/self/cmdline to set the program name instead
6402   and only falls back to "<unknown>" if that is unavailable
6403
6404 * GSettings:
6405  - The schema compiler now warns about references to non-existing schemas
6406
6407 * Commandline utilities are now fully translated
6408
6409 * Signals can now indicate that collecting their arguments must
6410   always happen, even in the absence of connected signal handlers,
6411   using the G_SIGNAL_MUST_COLLECT flag.
6412
6413 * Bugs fixed:
6414  635099 Memory leak in gdbus introspection when parsing xml
6415  640489 $ and ^ do not match lines if G_REGEX_MULTILINE|G_R...
6416  642042 Overriding GDBus org.freedesktop.DBus.Properties im...
6417  642052 g_timeout_add(_seconds) cannot handle large intervals
6418  642490 notify_desktop_launch() "g_variant_new_bytestring:...
6419  613269 g_type_get_qdata() doesn't work as I expected on subtypes
6420  624943 G_VALUE_NOCOPY_CONTENTS is undocumented
6421  637738 object_interface_check_properties never actually executes
6422  638185 GIOCondition should be annotated as "flags"
6423  639478 GDBusServer's g_dbus_server_new_sync() function should just...
6424  641755 Add g_settings_get/set_uint() helpers
6425  641768 dconf gsettings backend silently drops writes if it can't...
6426  642797 g_app_info_get_default_for_type() broken for subtypes
6427  642825 Unnecessary assertion failure in g_option_context_parse()
6428  642944 NULL key lookup using g_hash_table_lookup_extended()
6429  643074 Incorrect documentation for g_socket_receive() and g_socket...
6430  643197 g_application_id_is_valid docs imply no valid ids
6431  643468 GApplication docs: Warn that handling "command-line" means...
6432  643478 GApplication::local_command_line vfunc documentation seems wrong
6433  643624 Can g_variant_unref() on an already free'd variant
6434  643649 g_application_run() should say that argc/argv can be NULL
6435  643780 shouldn't need to create an action group to use actions...
6436  643795 g_timeout_add_seconds fires with intervals 1 second longer...
6437  644309 Program name is not set when using GtkApplication
6438  644428 Crash in failure section of g_markup_collect_attributes()
6439  644465 undefined reference to `_usleep'
6440  644552 g_timeout_add_seconds(1, ...) may have a latency of up to 2...
6441  644607 Correct internal definition of C_()
6442  645789 annotations for g_file_*_contents
6443  646039 g_settings_list_children() returns child that cannot be opened
6444  646310 Accept range with only min or max
6445  646420 g_dbus_method_invocation_get_parameters() docs should say...
6446  646843 occasional abort on autologin
6447  646985 add G_APPLICATION_NON_UNIQUE flag
6448  647579 gsettings: Implement reset-recursively
6449  647600 gsettings description has typo
6450
6451 * Translation updates
6452  Afrikaans
6453  Bulgarian
6454  Bengali India
6455  British English
6456  Bulgarian
6457  Catalan
6458  Czech
6459  Danish
6460  French
6461  Galician
6462  German
6463  Greek
6464  Gujarati
6465  Hebrew
6466  Hungarian
6467  Italian
6468  Japanese
6469  Korean
6470  Lithuanian
6471  Polish
6472  Portuguese
6473  Romanian
6474  Serbian
6475  Simplified Chinese
6476  Spanish
6477  Swedish
6478  Traditional Chinese
6479  Uighur
6480  Vietnamese
6481
6482
6483 Overview of Changes from GLib 2.27.93 to 2.28.0
6484 ===============================================
6485
6486 * Bugs fixed:
6487 641363 GInitable documentation isn't clear about that finalize...
6488 641395 Add more data about the origin application to the "Lau...
6489 641411 gdesktopappinfo signals lost if it's the session bus...
6490 641477 glib-mkenums uses unportable #! line
6491 641572 Add @EXEEXT@ to pkgconfig binary name
6492 641688 glib installs GSettings.html and gsettings.html
6493
6494 * Translation updates:
6495  Galician
6496  Italian
6497  Korean
6498  Punjabi
6499
6500
6501 Overview of Changes from GLib 2.27.92 to 2.27.93
6502 ================================================
6503
6504 * Bugs fixed:
6505  637013 gio/gdbusmessage.c fails to compile on Solaris
6506  640192 Error creating a Gio.Settings object through py...
6507  640261 Minimum version for external pcre needs to be..
6508  640262 GActionGroup contains redundant TYPE macros
6509  640436 Make load_user_special_dirs() resistant to non...
6510  640695 g_key_file_load_from_file() mishandles a CR-LF...
6511  640724 can't compile gio due to format string issues
6512  640725 can't compile tests due to format string issue
6513  640807 improve GVariant behaviour with invalid pointers
6514  640823 wrong documentation for g_source_add_child_source
6515
6516 * Translation updates:
6517  Bulgarian
6518  Galician
6519  Hebrew
6520  Norwegian bokmål
6521  Spanish
6522  Traditional Chinese
6523
6524
6525 Overview of Changes from GLib 2.27.91 to 2.27.92
6526 ================================================
6527
6528 * Update to Unicode 6.0
6529
6530 * Update PCRE to 8.12
6531
6532 * Bugs fixed:
6533  637696 g_unix_connection_send_fd() doesn't work
6534  638872 null settings backend bug
6535  640042 GtkApplication's warning about not connecting...
6536
6537 * Translation updates:
6538  Arabic
6539  Basque
6540  Estonian
6541  Greek
6542
6543 Overview of Changes from GLib 2.27.90 to 2.27.91
6544 ================================================
6545
6546 * Bugs fixed:
6547  638838 gdesktopappinfo: Don't crash if we don't have a desktop filename
6548  638894 Splitting on \s* gives no result
6549  639064 Update gschema.dtd
6550  639084 Copy/paste error in GSettings::writable-changed signal
6551  639177 SIGSEGV for GApplications with G_APPLICATION_IS_SERVICE
6552
6553 * Translation updates:
6554  Estonian
6555  Galician
6556  Indonesian
6557
6558
6559 Overview of Changes from GLib 2.27.5 to 2.27.90
6560 ===============================================
6561
6562 * Test reports created by gtester-report can now
6563   include revision information
6564
6565 * The g_desktop_app_info_launch_* family of functions
6566   now emit a DBus signal when an application is launched.
6567   Additionally, there is a new variant
6568   g_desktop_app_info_launch_uris_as_manager(), which
6569   gives more control over the launched process.
6570
6571 * The memory and null GSettings backends are now available
6572   as public API
6573
6574 * g_get_locale_variants() is a new function that returns a
6575   list of variants of a locale identifier
6576
6577 * Bugs fixed:
6578  587898 I/O timeouts for GSocket
6579  606960 gio: Add extension point for informing parties...
6580  631980 Handle an optional <revision> node in the report...
6581  634569 Document that g_variant_builder_add_value consumes...
6582  635998 Make _g_compute_locale_variants public
6583  636806 Add g_{memory,null}_settings_backend_get_default
6584  637262 Need a binary DER version of ::accepted-cas
6585  637544 Skip fsync() on btrfs
6586  637720 void functions should not return a value.
6587  637738 object_interface_check_properties never actually...
6588  637759 GIOChannel: fix a crash in g_io_channel_read_chars()
6589  637852 Updates to glib.vsprops file for MSVC 2008 builds...
6590  637858 Updates to test/testglib.c...
6591  638349 parameter name of g_variant_new_* may conflict...
6592
6593 * Translation updates:
6594  Hebrew
6595  Norwegian bokmål
6596  Simplified Chinese
6597  Spanish
6598  Swedish
6599  Uyghur
6600  Vietnamese
6601
6602
6603 Overview of Changes from GLib 2.27.4 to 2.27.5
6604 ==============================================
6605
6606 * Network support:
6607  - Add g_tls_certificate_verify() to verify a certificate
6608  - Add GTlsConnection:use-system-certdb
6609  - Other TLS api additions
6610
6611 * GIO:
6612  - Add g_io_stream_splice_async()/_finish() to splice two iostreams
6613  - Add g_emblemed_icon_clear_emblems() and make GEmblemedIcon derivable
6614  - Remove GPeriodic; it did not receive the necessary review and
6615    integration work to declare it stable
6616
6617 * GSequence:
6618  - New methods g_sequence_lookup() and g_sequence_lookup_iter()
6619
6620 * Bugs fixed:
6621  617254 Missing g_sequence_lookup
6622  632544 g_dbus_connection_send_message can not send a locked message...
6623  633350 g_hostname_to_ascii() ignores non-ascii dots
6624  634583 Better error reporting for g_variant_parse()
6625  635007 gsetting enum rule don't work for out-of-srcdir builds
6626  635626 GDBus message idle can execute while flushes are pending
6627  636100 Can't read GSettings:backend property
6628  636305 Typo on g_queue_remove_all() function description
6629  636311 appinfo: tweak application positioning for content-types
6630  636351 g_simple_async_result_is_valid lacks a version tag
6631  636387 gdb autoload files shadow the "dir" builtin
6632  636673 g_simple_async_report_error_in_idle should allow object...
6633  637147 Add a "delay-apply" property to GSettings
6634  637171 emblemedicon: add g_emblemed_icon_clear_emblems()
6635  637237 gapplication: plug a memory leak
6636
6637 * Translation updates:
6638  Estonian
6639  Galician
6640  Hebrew
6641  Norwegian bokmål
6642  Simplified Chinese
6643  Spanish
6644  Traditional Chinese
6645  Vietnamese
6646
6647
6648 Overview of Changes from GLib 2.27.3 to 2.27.4
6649 ==============================================
6650
6651 * GIO
6652  - Mounts are treated as hidden if they have a path element
6653    that starts with a dot
6654  - GAppInfo gained API to differentiate between recommended
6655    and fallback mime handlers
6656  - g_cancellable_create_source: creates a GSource that triggers
6657    when the GCancellable is canceled
6658  - GPollableInput/OutputStream: Interfaces for pollable streams
6659  - TLS support has landed, with an extension point that is
6660    implemented in glib-networking
6661
6662 * GLib
6663  - Mainloop sources can now have 'child sources'
6664  - g_get_runtime_dir: New function to return the XDG_RUNTIME_DIR
6665
6666 * Bugs fixed:
6667  530786 GFileMonitor "changed" signal underdocumented
6668  588189 TLS support for GSocket*
6669  630357 g_object_new_valist uses uninitialized memory
6670  630559 typo in public string in gsocks: 'The SOCKSv5 require...
6671  632445 Documentation refers to removed GNOME 2.0 porting guide
6672  634239 Child GSources
6673  634241 Add pollable input/output streams
6674  634504 allow passing a NULL emblem to g_emblemed_icon_new()
6675  634613 unsufficient g_get_user_runtime_dir() documentation
6676  635640 schema should inherit gettext-domain from schemalist
6677  635768 Protect g_file_monitor_set_rate_limit() against negative...
6678  635882 Fix the wrong-category schema test
6679  635187 Wrong type of GVariant received in an action...
6680
6681 * Updated translations:
6682  Galician
6683  Italian
6684  Norwegian bokmål
6685  Uyghur
6686
6687
6688 Overview of Changes from GLib 2.27.2 to 2.27.3
6689 ==============================================
6690
6691 * The GTimeSpec type that was introduced in the 2.27.2 has been
6692   dropped again in favour of APIs that return microseconds as
6693   64-bit integer.
6694   Affected functions:
6695   g_source_get_time
6696   g_periodic_unblock
6697   g_get_monotonic_time
6698   g_get_real_time
6699   The similar GTimeVal struct is still around, but its use is
6700   discouraged.
6701
6702 * GTimer is now using monotonic time unconditionally
6703
6704 * There are some new functions to facilitate error reporting
6705   in async GIO APIs:
6706   g_simple_async_result_take_error
6707   g_simple_async_result_new_take_error
6708   g_simple_async_report_take_gerror_in_idle
6709
6710 * There is new convenience API to us GVariant dictionaries:
6711   g_variant_lookup
6712
6713 * It is now possible to delay sending match rules to the
6714   D-Bus daemon in GDBus:
6715   G_DBUS_SIGNAL_FLAGS_NO_MATCH_RULE
6716
6717 * Support has been added for XDG_RUNTIME_DIR:
6718   g_get_user_runtime_dir
6719
6720 * Various fixes for Win64/MSVC builds have been committed
6721
6722 * Bugs fixed:
6723  620263 Add g_clear_object, g_clear_pointer, g_clear_boxed
6724  633075 update Project Files and sources for MSVC 2008/C89
6725  633381 gsettings Makefile rules should handle empty list...
6726  633685 Use g_simple_async_result_{new_,}take_error
6727  633686 Add g_simple_async_report_take_gerror_in_idle
6728
6729 * Translation updates:
6730   Belarusian
6731   Galician
6732   Hebrew
6733   Punjabi
6734   Spanish
6735
6736
6737 Overview of Changes from GLib 2.27.1 to 2.27.2
6738 ==============================================
6739
6740 * GApplication
6741  - Export actions over DBus and support activating them from remote instances
6742  - Support environment passing
6743
6744 * GSettings
6745  - The gsettings utility has a list-recursively command
6746  - The gsettings utility has commandline completion for enum values
6747
6748 * GLib is now linked against librt and uses monotonic time for
6749   timeouts and GPeriod sources. GSource has a new g_source_get_time()
6750   which returns monotonic time, and g_source_get_current_time() has
6751   been deprecated
6752
6753 * Bugs fixed:
6754  158725 free linked list with data
6755  626320 GVariant: Avoid locking in g_variant_get_child_value() if possible
6756  629247 add gsimpleasyncresult methods to take over a GError
6757  629274 GNetworkService does not do fallback when there is no SRV record
6758  631264 gsettings-tool choice/range support
6759  631482 g_date_time_from_instant: 1000000000000000000
6760  632169 docs for manual use of gsettings-data-convert
6761  632571 Add equivalent to gconftool-2's -R option
6762  633115 GSettings m4 doesn't fail the build for broken schemas
6763  633206 Default g_application_local_command_line() doesn't set exit_status...
6764  633339 support more complex gapplication setups
6765  633356 Make timeout G_MAXINT mean "no timeout"
6766
6767 * Translation updates:
6768  Catalan (Valencian)
6769  Indonesian
6770  Japanese
6771
6772
6773 Overview of Changes from GLib 2.27.0 to 2.27.1
6774 ==============================================
6775
6776 * GDateTime now has full week number support.
6777   New API: g_date_time_get_week_numbering_year
6778
6779 * The GSettings schema compiler will now skip over
6780   broken .xml schema files instead of aborting altogether
6781
6782 * GSettings now works properly on bigendian systems
6783
6784 * GSettings has more complete support for ranges
6785   New API:
6786     g_settings_get_range
6787     g_settings_range_check
6788   The gsettings commandline tool supports ranges too.
6789
6790 * GApplication has been rewritten; see the API docs for details
6791   and examples. The action support is not complete yet.
6792
6793 * The GLib mainloop has gained 'dispatch to context' functionality,
6794   which can replace manually created idles in many cases.
6795   New API:
6796     g_main_context_invoke
6797     g_main_context_invoke_full
6798
6799 * The gio-desktop-app-info-lookup extension point has been
6800   removed from GIO. GIO now uses x-scheme-handler mimetypes when
6801   looking for default applications.
6802
6803 * On win32, make g_get_user_data_dir() return the CSIDL_LOCAL_APPDATA
6804   folder on Windows, and not CSIDL_PERSONAL. This matches what Qt does,
6805   and has been widely requested. Also make g_get_user_config_dir() return
6806   this and not the (roaming) CSIDL_APPDATA folder.
6807
6808 * A periodic event clock has been added in GIO: GPeriodic. Note that this
6809   API is still experimental and expected to undergo changes before it
6810   will be incorporated into a stable GLib release. Use at your own risk.
6811
6812 Bug fixes:
6813  613822 gobject signal connect/disconnect not thread safe
6814  618737 "dispatch to context" functionality
6815  620710 g_get_user_data_dir() uses CSIDL_PERSONAL and not CSIDL_APPDATA
6816  623400 acquire context before dispatching
6817  627126 gsettings schema files don't get installed on FreeBSD
6818  627171 g_socket_new_from_fd() doesn't set the right protocol
6819  628876 Wrong error description
6820  628937 gracefully handle broken schemas
6821  629274 GNetworkService doesn't fallback when there is no SRV record
6822  629289 g_error() used wrong, produces core dump
6823  629687 leaks class refcount in gsocketcontrolmessage
6824  629849 GLib-CRITICAL **: g_source_get_context: assertion `!SOURCE_...
6825  629945 GDBus deadlock in g_bus_get_sync()
6826  630000 g_date_time_difference
6827  630077 GDateTime week number support
6828  630185 Allow NULL strings in g_quark_try_string()
6829  630797 docs mention non-existent g_object_dispose()
6830  630968 gschema-compile problems on power g5
6831  631263 GSettings needs range/choice APIs
6832  631264 gsettings-tool choice/range support
6833  631379 GDBus nonce-tcp test failing
6834  631410 Port gapplookupgconf.c to using x-scheme-handler/
6835  632884 Possible deadlock in g_object_remove_toggle_ref()
6836
6837 Transation updates:
6838  Basque
6839  Brazilian Portuguese
6840  British English
6841  Bulgarian
6842  Czech
6843  Dutch
6844  Estonian
6845  French
6846  Galician
6847  German
6848  Greek
6849  Hebrew
6850  Hungarian
6851  Japanese
6852  Lithuanian
6853  Polish
6854  Portuguese
6855  Romanian
6856  Simplified Chinese
6857  Slovenian
6858  Spanish
6859
6860
6861 Overview of Changes from GLib 2.25.15 to GLib 2.27.0
6862 ====================================================
6863
6864 Build:
6865   - massive restructuring to reduce #include abuse
6866   - tweaks to silence some harmless compiler warnings
6867   - rename gschema-compile.c to glib-compile-schemas.c
6868   - Windows fixes
6869   - fix building with zlib < 1.2.4 on win32
6870
6871 GDateTime:
6872   - better msgctxt for translating month and weekday names
6873   - API is changed quite a lot, implementation is improved
6874   - GTimeZone is now exposed
6875
6876 GObject:
6877   - make ordering for overridden interface properties consistent
6878   - ->priv structures are limited to 64k but this was not documented,
6879     and exceeding this limit produced bad results.  Add docs and enforce
6880     the limit properly.
6881   - add g_object_class_install_properties() to install multiple
6882     properties in one go
6883   - improve debugging output for GValue containing G_TYPE_STRV
6884
6885 GIO:
6886   - fix priority sorting of GIO extensions
6887   - add GCredentials support on FreeBSD
6888   - fix support for IPv6 addresses in URI parsing functions
6889   - GSocketClient fixes for when g_socket_connect succeeds immediately
6890   - clarify string encoding for GFile constructors in docs
6891   - new functions g_data_input_stream_read_upto{,async,finish}
6892   - tweak confusing documentation for g_output_stream_write()
6893
6894 GDBus:
6895   - GDBusMessage can now be locked and copied (like in libdbus)
6896   - GDBusConnection filter function API has changed again
6897   - GDBusServer: ::new-connection now declares if the connection was claimed
6898   - add a partial workaround for GObject bug 627724.
6899   - very many memory leaks fixed
6900
6901 GVariant:
6902   - check for size == 0 in g_variant_get_bytestring to avoid a crash
6903     when attempting to get_bytestring() from an empty array
6904   - improve gobject-introspection annotations
6905
6906 GSettings:
6907   - add GSettings Windows registry backend
6908   - some internal tweaks to the backend API
6909   - remove g_settings_list_items
6910   - add g_settings_list_children and _list_keys to replace it
6911   - add schema compiler restrictions for dealing with lists
6912   - don't automatically emit value changed signals on writability
6913     changes
6914
6915 Other:
6916   - constify the 'parser' vtable param to g_markup_parse_context_push()
6917   - plug many memory leaks in test cases
6918
6919 Bugs closed:
6920   50076 Time API to go with date API
6921  584284 g_data_input_stream_read_until_async different from sync version
6922  624546 Modification of GDBusMessage in filter function
6923  626919 Let g_object_class_install_property() return the installed GParamSpec*
6924  628029 GDateTime missing get_week_of_year method
6925  628253 Interface properties not listed in a consistent order
6926  628331 Plug lots of mem leaks in gio test suite
6927  628345 Plug a mem leak
6928  628436 Plug a mem leak
6929  628505 Fix building with zlib < 1.2.4 on win32
6930  628839 [PATCH] datetime: Rename shadowing variables
6931  628904 [PATCH] Add credential support for FreeBSD and fix a socket issue
6932  628952 incorrect glib_major_version and other variables on cygwin.
6933  629192 g_strdup_value_contents(): dump GStrv more usefully
6934  629251 g_socket_client_async_connect_complete: assertion failed
6935  629259 Failed to connect to "::1"
6936  629328 g_markup_parse_context_push doesn't respect const structs
6937  629429 month "May" short and full form same with "GDateTime" msgctxt
6938  629689 GDBusConnection leaks its GCredentials
6939  629698 Segfault in g_variant_get_bytestring() 
6940
6941 Updated translations:
6942   Arabic
6943   Armenian
6944   Basque
6945   British English
6946   Czech
6947   Finnish
6948   Galician
6949   German
6950   Hungarian
6951   Indonesian
6952   Japanese
6953   Lithuanian
6954   Norwegian bokmål
6955   Polish
6956   Portuguese
6957   Punjabi
6958   Simplified Chinese
6959   Slovenian
6960   Spanish
6961   Swedish
6962   Swedish
6963   Traditional Chinese
6964
6965 Overview of Changes from GLib 2.25.14 to GLib 2.25.15
6966 =====================================================
6967
6968  * GIO
6969   - Memory leak fixes
6970   - The GZip(De}Compressor can now process header information
6971   - Support for network proxies has been added, with the GProxy
6972     interface and the gio-proxy-resolver extension point. GIO
6973     includes SOCKSv4 and SOCKSv5 implementations, and libproxy
6974     is also going to provide an implementation of this extension
6975     point.
6976   - There are GAction and GActionGroup interfaces now, which will
6977     be used in GApplication in the near future.
6978
6979  * GObject
6980   - There are now convenience macros for defining boxed and
6981     pointer types
6982
6983  * GDBus
6984   - Memory leak fixes
6985   - GDBusProxy for well-known names can now auto-restart
6986     the service if the name owner disapperas
6987   - Filter functions are now allowed to modify messages
6988
6989  * GLib
6990   - GDateTime is a replacement for GDate that supports time
6991     and timezone information.
6992
6993  * Bugs fixed:
6994   50076 Time API to go with date API
6995  449565 Add G_DEFINE_BOXED_TYPE()
6996  617691 Add GZIP header processing to GZlibCompressor/GZlibDecompressor
6997  622184 add g_memory_output_stream_steal_data
6998  624546 Modification of GDBusMessage in filter function
6999  627088 Build failure in gdbus-peer.c on FreeBSD
7000  627181 save a memdup
7001  627182 Plug a mem leak in the gdbus-connection test
7002  627187 Plug some gdbus mem leaks
7003  627188 gdbus-non-socket test occasionally fails
7004  627252 G_OPTION_FLAG_NO_ARG is only for callback options
7005  627392 gdbus commit 8a3a4596 breaks win32 compile
7006  627407 FTBFS on !linux UNIX platforms
7007  627604 String error: 'that' twice in a row
7008  627969 ABR in g_file_open_tmp
7009  628084 gdbus-peer fails with assertion
7010  628193 Miscellaneous string fixes
7011  628296 abort() in gsocketconnection.c
7012  628309 Plug a mem leak in GConverterOutputStream
7013  628317 GEmblemedIcon:equal implementation is buggy
7014  628323 Fix invalid reads
7015  628327 Plug a mem leak
7016  628328 Plug a mem leak
7017  628329 Don't leak the FD list
7018  628324 Invalid reads in gdbus-export test
7019
7020  * Updated translations:
7021   British English
7022   Danish
7023   Galician
7024   Hebrew
7025   Punjabi
7026   Serbian
7027   Spanish
7028   Traditional Chinese
7029
7030
7031 Overview of Changes from GLib 2.25.13 to GLib 2.25.14
7032 =====================================================
7033
7034 * GDBus
7035  - Make the closure variants of GDBus apis work
7036  - Make error unregistration work
7037  - Use async IO in the IO thread (626748)
7038
7039 * GIO
7040  - Make g_simple_async_result_is_valid work without source (626208)
7041  - GSocketClient: add a timeout property
7042  - Fix memory leaks in GSocketClient
7043  - Handle async vs. sync correctly in GSocketConnection stream (616458)
7044  - Declare stream base classes as abstract
7045  - Clarify semantics of g_output_stream_write() (627071)
7046
7047 * Other
7048  - Improve test coverage for GDBus, GRegex, GAsyncResult
7049  - Drop dead code in pcre, xdgmime
7050  - Fix a race condition in gtester (578295)
7051  - Avoid an extra allocation in GAsyncQueue (626704)
7052  - Add test case for non-socket GIOStream (626841)
7053  - More explicit GVariant docs (622770)
7054  - Imroved docs for GAsyncInitable and GSimpleAsyncResult (602417)
7055
7056 * Translation updates:
7057  - Galician
7058  - Norwegian bokmål
7059  - Punjabi
7060  - Simplified Chinese
7061  - Swedish
7062
7063
7064 Overview of Changes from GLib 2.25.12 to GLib 2.25.13
7065 =====================================================
7066
7067 +-------------------------------------------------------------------+
7068 |   WARNING: There have been no breaks in API or ABI.  Weird, eh?   |
7069 +-------------------------------------------------------------------+
7070
7071 The primary purpose of this release is to fix a serious problem with
7072 glib 2.25.12: glibconfig.h (as generated on a Fedora amd64 system) was
7073 being distributed in the tarball.  It was being used to build some parts
7074 of glib on other systems (eg: 32bit ones).  This was causing some very
7075 serious problems.
7076
7077 There have been many other improvements, however:
7078
7079  Build and testing:
7080   - vastly improved test coverage
7081   - old tests moved to the gtester framework
7082   - gtester Makefile modified so that the tests only run once
7083   - cleanup of how we handle includes while building glib
7084
7085  GVariant:
7086   - add a g_return_if_fail (utf8) to g_variant_new_string()
7087
7088  GDBus:
7089   - perform extra sanity checks when serialising messages
7090   - add API to query and set the byteorder of a GDBusMessage
7091   - improve debug output, add some extra options
7092   - if exiting due to the bus disconnecting us, print an error message
7093     explaining why
7094   - sort property names correctly
7095   - don't bother sending RemoveMatch when we will close the connection
7096     anyway
7097   - use effective uid/gid for credential passing
7098
7099  GSettings:
7100   - add G_SETTINGS_BIND_INVERT_BOOLEAN for inverting boolean bindings
7101     without mapping functions
7102   - mark all strings in the schema compiler for translation
7103
7104  Binding:
7105   - improve closure support for bindings
7106   - copy GSettings INVERT_BOOLEAN flag
7107
7108  Other:
7109   - fix another complicated GCancellable deadlock possibility
7110
7111 Bugs closed:
7112  599590 glib build doesn't look for correct pkg-config
7113  619026 avoid warning in gutils.h when using gcc with -Wconversion
7114  624739 Please fix POTFILES.in
7115  625472 Valgrind claims uninitialized bytes used
7116  625500 g_date_set_time_val documentation doesn't mention local time
7117  625628 GDBusProxy: wrong property name sorting
7118  625753 Incorrect flags used in g_dbus_connection_call_sync()
7119  625827 Expand documentation about error quark naming
7120  625988 builddir != srcdir issues
7121  626107 glibconfig.h is being disted
7122
7123 Updated translations:
7124  French
7125  Galician
7126  Hebrew
7127  Norwegian bokmål
7128  Spanish
7129
7130
7131 Overview of Changes from GLib 2.25.11 to GLib 2.25.12
7132 =====================================================
7133
7134 +-------------------------------------------------------------------+
7135 | WARNING: There have been many API changes in GDBus -- sending     |
7136 | messages, subscribing to signals, closing connections and         |
7137 | registering subtrees are affected.  The ABI for GSettingsBackend  |
7138 | has also been changed.  For both reasons, a new dconf release is  |
7139 | required (and will be along soon).                                |
7140 +-------------------------------------------------------------------+
7141
7142 Build:
7143   - cleanup automake setup
7144   - rename configure.in to configure.ac
7145   - various docs fixups
7146   - move glibconfig.h to glib/
7147   - disable dtrace support on Mac OS (which has incompatible 'dtrace')
7148
7149 GSettings:
7150   - add support for vendor override files (to change the default values
7151     in a schema)
7152   - change GSettingsBackend vtable
7153   - add g_settings_reset()
7154   - support binding to G_TYPE_STRV properties
7155
7156 GDBus:
7157   - many bug fixes, including a serialisation fix
7158   - stop handling incoming connections as soon as stop() is called
7159   - proper support for file descriptor passing
7160   - new flags parameter for sending messages
7161   - new flags parameter for subscribing to signals
7162   - always reset the message serial when sending a message unless
7163     G_DBUS_SEND_MESSAGE_FLAGS_PRESERVE_SERIAL is given
7164   - constness fixes for introspection structures
7165   - clean ups to subtree registration API
7166
7167 Other:
7168   - fix divide by zero bug in g_malloc_n functions
7169   - GIO: don't blindly assume that SOCK_CLOEXEC is supported
7170   - make GObject property notify freezes threadsafe
7171   - GIO: clean up credentials passing
7172   - GApplication: make default-quit not apply if register=FALSE
7173   - GIO: add annotations for gobject-introspection
7174
7175 Bugs closed:
7176  166020 use GAtomic for refcounting
7177  617483 Credentials passing
7178  622005 [GApplication] no way to modify the "default-quit" property
7179  623293 vendor override files
7180  623810 Message serialization bug
7181  623815 Don't check sender for GDBusProxy objects where name is not set
7182  624473 GDBusSubtreeIntrospectFunc return type
7183  624483 GDBusSubtreeEnumerateFunc clarification
7184  624484 GDBusSubtreeDispatchFunc clarification
7185  624754 gdbusaddress.c missing sys/wait.h
7186  624968 div by zero in g_malloc_n family
7187  624991 GSettings mapping for G_TYPE_STRV 
7188  625383 Add missing GI annotations
7189
7190 Updated Translations:
7191  Armenian
7192  Galician
7193  German
7194  Hebrew
7195  Kazakh
7196  Romanian
7197  Simplified Chinese
7198  Spanish
7199
7200 Overview of Changes from GLib 2.25.10 to GLib 2.25.11
7201 =====================================================
7202
7203 +-------------------------------------------------------------------+
7204 | WARNING: There have been minor API changes in GDBus and GVariant. |
7205 | These API changes will not affect many users, but they do require |
7206 | a new version of GTK+ to be installed.                            |
7207 +-------------------------------------------------------------------+
7208
7209 Build:
7210   - add a --disable-Bsymbolic configure flag to disable linking with
7211     -Bsymbolic-functions
7212   - this release sees the complete removal of the old 'g*alias' hacks
7213   - honour the NOCONFIGURE environment variable from autogen.sh
7214   - use proper feature test macros for isnan
7215   - use pkg-config to check for zlib
7216   - add ACLOCAL_AMFLAGS to Makefile.am
7217
7218 GDBus:
7219   - hide Class and instance structures for all GDBus types except
7220     GDBusProxy.  This breaks API by preventing subclassing, but probably
7221     nobody was doing that.
7222   - add new GDBusConnection call to support flushing all pending
7223     outgoing messages
7224   - change the register_object API to add a reference to the
7225     GDBusInterfaceInfo object so the caller need not keep it alive
7226     themselves
7227   - don't rewrite the serial number when sending messages that already
7228     have a serial number
7229   - better error checking for DBUS_SESSION_BUS_ADDRESS environment
7230     variable
7231   - switch to g_parse_debug_string for G_DBUS_DEBUG and add a lot of new
7232     flags
7233   - add support for temporarily freezing a freshly created
7234     GDBusConnection.  Do this until after the ::new-connection signal
7235     has finished running on GDBus services.
7236   - never require non-closed connections (the user is incapable of doing
7237     this due to the obvious race)
7238   - remove weird/misleading redundant check on NameOwnerChanged signal
7239   - emit GDBusProxy::g-properties-changed on NameOwnerChanged
7240
7241 GVariant:
7242   - the 'g_variant_{new,get}_byte_array' APIs have been removed
7243   - g_variant_{new,get,dup}_bytestring has been added, with different
7244     arguments and different behaviour
7245   - g_variant_{new,get,dup}_bytestring_array has been added, doing
7246     essentially the same thing as the 'strv' functions, but with byte
7247     strings instead of utf8 strings
7248   - G_VARIANT_TYPE_BYTESTRING ('ay'), BYTESTRING_ARRAY ('aay') and
7249     STRING_ARRAY ('as') constants have been added
7250   - the undocumented behaviour that g_variant_get_strv() deserialised
7251     arrays of object paths or signature strings has been dropped
7252   - additional varargs support for converting bytestrings or bytestring
7253     arrays with ^ay ^aay ^&ay and ^a&ay
7254   - improved gobject-introspection annotation
7255   - fix a problem with GBuffer calling g_slice_free for the wrong type
7256   - fix leaks in the type inferencing code of the parser
7257
7258 GSettings:
7259   - improved documentation
7260   - updated schema XML DTD, now xincluded into the docs
7261   - added support for schemas that extend other schemas (using the
7262     'extends=' attribute).  Values of keys in the base schema can be
7263     overridden using <override>.
7264   - added theoretical support for lists (using the 'list-of=' attribute)
7265   - lots of new tests
7266   - add support for flags (implemented similarly to enums)
7267   - add support for generating .enums.xml files to gsettings.m4:
7268       gsettings_ENUM_NAMESPACE = org.example.myapp
7269       gsettings_ENUM_FILES = ../path/to/*.h
7270     will generate org.example.myapp.enums.xml with mappings for all
7271     enums and flags in the specified .h files.
7272   - warn with g_message() if the 'memory' backend is used by default
7273     (ie: because no other GSettings backends are installed)
7274   - fix get_property() for GSettings::schema
7275   - command line tool: fix a bug that prevented non-basic values from
7276     being set due to a premature free
7277   - command line tool: bash completion support
7278   - chain up in _finalize
7279   - add a new g_settings_get_mapped API to read settings that require
7280     post-processing
7281   - retry with the translated or schema default value if the
7282     GSettingsBindGetMapping function fails
7283   - schema compiler: never fail due to empty schema directories (but
7284     warn)
7285   - peek rather than ref/unref the GEnumClass in the mapping function
7286   - schema compiler: compile *.enums.xml before *.gschemas.xml to ensure
7287     that we have all the enums that the schemas may reference
7288   - schema compiler: improve accuracy of line numbers in error reports
7289   - fix crashes in the keyfile backend caused by invalid group names in
7290     the keyfile
7291
7292 Other:
7293   - always intern GBinding prop names
7294   - base64: remove asserts preventing conversion of empty strings
7295   - document NULL special-cases for GValueArray
7296   - GNode docs improvements
7297   - improve detection of 'system internal' mounts
7298   - fix leaks in the inotify GFileMonitor implementation
7299   - annotate all custom GIO GSources to improve debugging (e.g. using
7300     SystemTap)
7301
7302 Tests:
7303   - Turn on glibc malloc checking features for make check
7304   - improvements for GSettings tests, plus new tests
7305   - improved tests for GKeyfile
7306   - new tests for GDir, GSList, GSList, GAppLaunchContext,
7307     CharsetConverter, GIcon, ...
7308   - move some tests to GTester (tree tests, uri tests)
7309   - generally, really an awful lot of new tests
7310   - don't try to allocate 2gigs of memory anymore for the array test
7311
7312  552363 g_value_array_{insert,prepend,append}'s special cases for NULL
7313  561248 Improve return value description from g_node_prev/next_sibling()
7314  570036 Add ACLOCAL_AMFLAGS to Makefile.am
7315  576833 g_sprintf add a reference to g_strdup_printf
7316  576854 g_strconcat() documentation should provide a hint about bad l10n
7317  582227 reference: add other URI functions to 'URI Functions' section
7318  599223 should provide g_spawn_* variants that take a GAppLaunchContext
7319  610784 array test failing
7320  613057 Leak in inotify GFileMonitor implementation
7321  620536 Annotate all custom GIO GSource using g_source_set_name
7322  620913 More control with G_DBUS_DEBUG
7323  622124 implement flags
7324  622127 GSettings extended key validation
7325  622128 retry with default value for failed mapping
7326  622294 More annotations for GVariant
7327  622565 glib-compile-schemas fails when no schemas
7328  622600 Fix missing prototype warning
7329  622813 gsettings mapping & enum buglet
7330  623142 Ensure ::new-connection runs before processing D-Bus messages
7331  623143 Never require non-closed connections
7332  623319 use g_parse_debug_string for dbus debug flags
7333  623401 process enums first
7334  623402 schema compiler reports wrong line numbers
7335  623407 g_keyfile_settings_backend_new crashes with the key "/"
7336  623473 zlib should be checked with pkg-config
7337  623537 GDBusProxy has weird checking on NameOwnerChanged
7338  623538 GDBusProxy::g-properties-changed emission for corner cases
7339  623692 directory with file at multiple MLS levels may display empty
7340  623720 gschema.dtd does not contain enum definitions
7341  623770 quoting of expand_macro in gdesktopappinfo.c
7342  623772 gdesktopappinfo.c, function child_setup
7343  623780 g_unix_is_mount_path_system_internal
7344  623954 g_settings_finalize
7345  623955 Dubious return values
7346
7347 Updated translations:
7348  Galician
7349  Hebrew
7350  Norwegian bokmål
7351  Spanish
7352
7353 Overview of Changes from GLib 2.25.9 to GLib 2.25.10
7354 ====================================================
7355
7356 +----------------------------------------------------------------+
7357 | WARNING: There have been API changes in GDBus. Users of these  |
7358 | APIs will need to be adapted.  In particular, a new release of |
7359 | dconf is required to go along with this one.  There has also   |
7360 | been a change in the GSettings backend API used for keyfiles.  |
7361 +----------------------------------------------------------------+
7362
7363 * GDBus:
7364  - add direction parameter to filter functions (API change)
7365  - allow calling other interfaces with a GDBusProxy
7366  - padding added to class struct fields (ABI change)
7367  - fixes for closures-based functions
7368
7369 * GVariant:
7370  - new is_floating() call
7371  - add g_value_take_variant() call (required for marshallers)
7372
7373 * GSettings:
7374  - support for binding GParamSpecEnum properties
7375  - ifelse-style condition support for GLIB_GSETTINGS m4 macro
7376  - remove gsettings-schema-convert tool (now in GConf)
7377  - allow introspection of all installed schemas
7378  - allow introspection of the keys in a schema
7379  - rewrite keyfile backend (API change)
7380
7381 * GNIO:
7382  - don't implicitly close GSocket until it is destroyed
7383  - windows fixups
7384
7385 * Other:
7386  - allow GChecksum to take (NULL, 0) for data/length
7387  - GRelation and GCompletion are now deprecated
7388  - introduce G_PARAM_DEPRECATED and G_ENABLE_DIAGNOSTIC
7389  - add working directory to GApplication platform data
7390  - lots of documentation cleanups
7391  - PCRE updated to 8.02
7392
7393 * Build:
7394  - the IA__g_* style symbol aliasing has been disabled and replaced with
7395    the -Bsymbolic-functions linker flag on platforms that support it.
7396    Please be on the watch for portability issues and report them to us.
7397  - many test cases have been moved to the GTester framework
7398  - lcov support has been added for tests
7399  - many windows fixes
7400
7401 * Bugs fixed:
7402  501057  lcov coverage suite and GLib integration
7403  551271  deprecate GRelation
7404  601686  Implement diagnostic mode
7405  603309  GSocketOutputStream broken on Windows (?)
7406  616718  GLIB_GSETTINGS macro can't be used conditionally
7407  616855  GSocketConnection: don't close the socket if it's still reffed
7408  618866  g_ptr_array_remove_index_fast memory leak
7409  619878  keyfile backend calls keys_changed with invalid argument
7410  619879  keyfile backend doesn't make use of expected_type
7411  621092  Add with_closures() variants for bindings
7412  621172  Cross compiling fails
7413  621838  Actually add cwd to platform data
7414  621945  Filter outgoing messages in GDBusConnection
7415  621947  add g_value_take_variant
7416  622038  GSettings: "It is a programmer error" documentation is unclear
7417  622154  [patch] update documentation for g_application_new
7418  622281  binding: Add SYNC_CREATE to the flags
7419  622480  Improve documentation for g_strcmp0()
7420  622554  g_error called if schema not installed
7421  622601  Return interned strings from g_settings_list_keys
7422
7423 * Translation updates:
7424  - Galician
7425
7426 Overview of Changes from GLib 2.25.8 to GLib 2.25.9
7427 ===================================================
7428
7429 +----------------------------------------------------------------+
7430 | WARNING: There have been API changes in GDBus, GSettings and   |
7431 | GApplication. Users of these APIs will need to be adapted. In  |
7432 | particular, a new release of GTK+ is required to go along with |
7433 | this one.                                                      |
7434 +----------------------------------------------------------------+
7435
7436 * GDBus
7437  - Use Gio's default async implementation
7438  - Fix proxy construction for objects with no properties
7439  - Fix error handling in synchronous initialization
7440  - Do not dispatch calls to unregistered objects
7441  - Add _with_closures alternative functions
7442  - Allow constructing GDBusProxy with well-known names
7443  - Remove GType parameters from GDBusProxy constructors
7444  - Nuke g_bus_watch_proxy API
7445  - Add --xml to gdbus-tool to print raw introspected XML
7446
7447 * GSettings
7448  - schema file format change: store (default, options) in gvdb
7449  - Add g_settings_sync()
7450  - Add support for enums and ranges
7451  - 'context' support has been replaced by direct use of
7452    GSettingsBackend
7453
7454 * GApplication
7455  - Switch to using variants for timestamps
7456  - Use GInitable
7457
7458 * GObject
7459  - Introduce g_object_notify_by_pspec
7460  - Add GBinding
7461  - The GVariant gtype G_TYPE_VARIANT was changed from boxed
7462    to fundamental. We believe there were no existing users
7463    of the boxed type, so this should not cause any applications
7464    to break.
7465
7466 * Test framework
7467  - Add package and version to the test report XML
7468  - Use optparse to parse gtester-report commandline
7469  - Add subunit support to gtester-report
7470  - Prevent division by zero if no tests
7471
7472 * Bugs fixed:
7473  621782 Crash using gbinding
7474  619945 GConverterOutputStream triggers assertion and corrupts data
7475  621319 more leaked GVariants in GSettings
7476  621168 GKeyFile memory leak on Windows platform
7477  621002 Switch to using variants for timestamps, split out signals
7478  620953 tiny docs addition
7479  618904 Lies in gunixmounts documentation
7480  621702 Correctly initialize GError
7481  611778 minor cleanup of gtester-report
7482  621213 GDBusProxy and well-known names
7483  621034 Rewrite apps test to ensure children are killed
7484  620954 gapplication gvariant simplifications
7485  611869 add subunit out feature to gtester-report
7486  621119 GDBusProxy and objects with no properties
7487  620990 Use Gio's default async implementation again
7488  620952 g_application_register_with_data is an ugly API
7489  621252 GSettings leaks context
7490  618715 fork() in GSettings test cases is problematic 618715
7491  621905 Assume a ref when doing async work
7492  621266 GSettings "context" clarification
7493
7494 * Translation updates:
7495  Chinese
7496
7497
7498 Overview of Changes from GLib 2.25.7 to GLib 2.25.8
7499 ===================================================
7500
7501 * Initial support for dtrace and systemtap profiling:
7502  - mainloop sources can be named
7503  - probes for memory allocation with g_malloc and gslice
7504  - gquark name tracking
7505  - type creation
7506  - object life-cyle (creation, finalization, ref, unref)
7507  - signal creation and emission
7508
7509 * GVariant
7510  - has been fixed to work with the FreeBSD malloc
7511  - added introspection annotations
7512  - new function: g_variant_builder_add_parsed
7513
7514 * GSettings:
7515  - g_settings_set/get_strv functions have lost their length parameter
7516  - g_settings_set_strv accepts NULL
7517  - added introspection annotiations
7518
7519 * GPermission: an abstract interface for representing permissions,
7520   with a minimal implementation named GSimplePermission
7521
7522 * GApplication: a basic application support class, with a D-Bus based
7523   implementation
7524
7525 * Bugs fixed:
7526  619585 glib-compile-schemas asserts on FreeBSD
7527  620384 Annotate GVariant and GSettings _strv() functions
7528  606044 Add support for dtrace/systemtap static markers
7529  620350 add g_variant_builder_add_parsed() API
7530  620349 utf8ify GVariant printer
7531  620767 Typo in GSettings documentation: "INTLTOOL_NOMERGE_RULE"
7532  620312 Fix g_settings_[gs]et_strv() API
7533  620519 GPermission
7534  620582 GPermission needs a simple implementation
7535  620496 GSettings schema compiler should reject invalid paths
7536  620173 missing single header inclusion guards
7537  620265 g_assertion_message_error should take const GError *
7538
7539 * Translation updates:
7540  Esperanto
7541  Galician
7542  Hebrew
7543  Indonesian
7544  Norwegian bokmål
7545  Slovenian
7546  Spanish
7547
7548
7549 Overview of Changes from GLib 2.25.6 to GLib 2.25.7
7550 ===================================================
7551
7552 * NOTE: API/ABI breaks since 2.25.6 release:
7553   - g_dbus_connection_sync{,_sync} takes a new 'reply_type' argument
7554   - GSettingsBackendClass 'list' virtual function changed
7555
7556   GSettings backends and things using GDBus may need to be rebuilt.
7557
7558 * GDBus: many build-related fixes
7559
7560 * GDBus (service): return a DBus error when receiving a method call for
7561   an unknown interface.
7562
7563 * GSettings: fix 'make install' bug in gsettings.m4 for generated schema
7564   files
7565
7566 * GSettings: avoid non-portable use of LC_MESSAGES
7567
7568 * better approach to handling man pages
7569
7570
7571 * Bugs fixed:
7572  619527 please improve docs on g_file_make_symlink
7573  619391 send-with-reply should have expected result signature
7574  618616 Use stack-allocated GVariantBuilders
7575  617004 Build with "--disable-nls" fails under MinGW/Win32
7576  619142 Build fixes (GDBus)
7577
7578 * Updated translations:
7579  Estonian
7580  Galician
7581  Norwegian bokmål
7582
7583 Overview of Changes from GLib 2.25.5 to GLib 2.25.6
7584 ===================================================
7585
7586 * GDBus: introspection improvements
7587 * GDBus: build fixes
7588
7589 * GSettings: GSettingsBackend ABI changed               **** NOTE ****
7590 * GSettings: --uninstall option for schema compiler
7591 * GSettings: new m4 macro with more power
7592 * GSettings: thread support
7593
7594 * rework of file notification on Solaris
7595 * fixes for gold linker
7596
7597 * Bugs fixed:
7598  619038 increase gsettings.m4 power
7599  619031 method-calls-in-thread test failing
7600  618839 Typo at translation message
7601  616864 GSETTINGS_CHECK_RULE doesn't work with multiple files
7602  618730 gunixcredentialsmessage.c doesn't compile on GNU/kfreebsd
7603  616314 Make GSettings (partially) threadsafe
7604
7605 * Updated Translations:
7606  Indonesian
7607  Galician
7608  Spanish
7609
7610 Overview of Changes from GLib 2.25.4 to GLib 2.25.5
7611 ===================================================
7612
7613 * GDBus: Fix serialization of empty arrays
7614
7615 * GDBus: Plug various memory leaks
7616
7617 * GSettings: Fix problems with GSETTINGS_CHECK_RULE
7618
7619 * Bugs fixed:
7620  616731 GSETTINGS_CHECK_RULE doesn't work in non-srcdir builds
7621  616864 GSETTINGS_CHECK_RULE doesn't work with multiple files
7622  618615 mem leaks in parse_value_from_blob
7623  618622 Plug some mem leaks in gdbus
7624  618650 Plug a mem leak in gdbusauth
7625  618663 Plug mem leaks in gdbus tests & examples
7626
7627 * Updated translations:
7628  Spanish
7629
7630
7631 Overview of Changes from GLib 2.25.3 to GLib 2.25.4
7632 ===================================================
7633
7634 * GDBus D-Bus support has been merged. This provides an API
7635   to replace dbus-glib
7636
7637 * GVariant no requires strings to be UTF-8. You can use byte
7638   arrays for non-UTF-8 strings.
7639
7640 * GSettings allows to bind string properties to byte arrays
7641
7642 * The schema compiler supports range restrictions
7643
7644 * Bugs fixed:
7645  618051 socket-server|client.c fail to compile under AIX...
7646  616102 GSettings ignores <choice> and <range>
7647  616720 Chunked quark allocation
7648  616877 Several issues with g_socket_receive_message
7649  616892 gio: Add a boxed type for GFileAttributeMatcher
7650  616967 Add g_regex_get_compile_flags() and g_regex_get_match_flags()
7651  617767 g_settings_[gs]et_strv() 'length' argument has missing docs...
7652  617914 gtester-report: cope with binaries with no test cases
7653  617937 output_stream_close vs output_stream_close_async semantics
7654  615494 Connction timeouts produce partially invalid error messages
7655  617823 glib-compile-schemas problems with an out of source build
7656  617947 glib-mkenums: add @valuenum@ support
7657
7658 * Translation updates:
7659  Galicaian
7660  Norwegian bokmål
7661  Shavian
7662  Spanish
7663
7664
7665 Overview of Changes from GLib 2.25.2 to GLib 2.25.3
7666 ===================================================
7667
7668 * New macro: G_GNUC_DEPRECATED_FOR, a variant of G_GNUC_DEPRECATED
7669   that lets you add replacement information (requires gcc 4.5)
7670
7671 * Rename AM_GSETTINGS autoconf macro to GLIB_GSETTINGS
7672
7673 * Rename gschema-compile utility to glib-compile-schemas
7674
7675 * Add support for timeouts in GSocket
7676
7677 * Bugs fixed:
7678  589989 Compilation error on Solaris 9
7679  616648 Change AM_GSETTINGS macro to GLIB_GSETTINGS
7680  587898 I/O timeouts for GSocket
7681  614541 Add G_TYPE_ERROR boxed type for GError
7682
7683
7684 Overview of Changes from GLib 2.25.0 to GLib 2.25.2
7685 ===================================================
7686
7687 * Include a 'gsettings' utility, for commandline access to GSettings
7688
7689 * Install a AM_GSETTINGS autoconf macro similar to AM_GCONF
7690
7691 * GSettings can bind the writability of a key explicitly
7692
7693 * There is now a predefined boxed type for GError
7694
7695 * Bugs fixed:
7696  615379 g_new macros crash if sizeof(struct_type) == 0
7697  616312 Add m4 rule equivalent to GCONF_SCHEMAS_INSTALL
7698  616295 mapping bug for uint64
7699  616216 glib compile from remote directory fails
7700  615960 Fix size passed to connect() for abstract sockets
7701  616432 Crash in gschema-compile
7702  616331 gsettings-schema-convert uses imaginary types
7703  616309 gsettings-schema-convert should output gettext-domain
7704  616384 Add mention of GConfBridge in conversion docs
7705  616311 gschema-compile outputs in current directory
7706  616276 simplify gschema-compile test setup
7707  616156 keys with unnecessary empty options arrays
7708  616405 gsettings missing g_return_if_fail's
7709  616245 Use G_DEFINE_INTERFACE macro
7710  614541 Add G_TYPE_ERROR boxed type for GError
7711
7712 * Updated translations:
7713  Catalan (Valencian)
7714  Galician
7715  Kannada
7716  Spanish
7717
7718
7719 Overview of Changes from GLib 2.24.0 to GLib 2.25.0
7720 ===================================================
7721
7722 * The GSettings framework has been merged. This provides the API to
7723   replace GConf. DConf will provide a backend implementation for it.
7724   GConf will also provide a backend implementation to ease the
7725   transition. We provide utilities to assist with schema conversion
7726   and data migration, as well as a porting guide.
7727
7728 * Translation updates:
7729  Bengali
7730  Catalan
7731  Danish
7732  Gujarati
7733  Marathi
7734  Thai
7735  Traditional Chinese
7736
7737
7738 Overview of Changes from GLib 2.23.6 to GLib 2.24.0
7739 ===================================================
7740
7741 * Bug fixes:
7742  613601 buglet in dup_close_on_exec_fd
7743  584284 g_data_input_stream_read_until_async behaves confusingly
7744  613748 Write errors in middle of copy cause hang
7745  613923 splice_stream_with_progress: wrong error handling
7746  613667 Typo in GObject documentation
7747  613618 gvariant format string docs unclear
7748
7749 * Translation updates:
7750  Basque
7751  Ukrainian
7752  Vietnamese
7753
7754
7755 Overview of Changes from GLib 2.23.5 to GLib 2.23.6
7756 ===================================================
7757
7758 * Class private data:
7759   - support for private data associated with a GTypeClass
7760
7761 * GVariant merge is now complete:
7762   - loading functions and parser merged
7763
7764 * Windows improvements:
7765   - socket fixes
7766   - various build improvements
7767   - removal of GCC/C99isms in favour of portable code
7768   - drop unmaintained Visual Studio 8 support
7769
7770 * Minor API addition:
7771   - g_desktop_app_info_get_filename()
7772
7773 * Bugs fixed:
7774  521707 Class private data
7775  612502 build fails on glib/tests/gvariant.c
7776  612832 [GDesktopAppInfo] New function g_desktop_app_info_get_filename
7777  612702 [PATCH] Fix GSocket-related crash on Windows
7778  612736 Improve the documentation about single include
7779  610858 gvariant test fails sometimes
7780  612327 uninitialized variable
7781
7782 * New translations:
7783  Afrikaans
7784  LowGerman
7785
7786 * Updated translations:
7787  Czech
7788  Finnish
7789  Galician
7790  Greek
7791  Punjabi
7792  Romanian
7793  Serbian
7794
7795
7796 Overview of Changes from GLib 2.23.4 to GLib 2.23.5
7797 ===================================================
7798
7799 * New API addition: g_malloc_n() and friends used to implement an
7800   overflow-safe family of g_new() macros.
7801
7802 * GVariant:
7803  - GVariantBuilder and GVariantIter are now merged.
7804  - The variable arguments API is now merged.
7805  - The parser will be in a future release.
7806
7807 * GIO:
7808  - Remove GUtf8InputStream (which never appeared in a stable release)
7809    for now since it doesn't satisfy the needs of its main intended use
7810    case.  We hope to reimplement this feature in a better form in a
7811    future release.
7812
7813 * Bugs fixed:
7814  609531 missing licence headers
7815  612107 Missing G_FILE_ATTRIBUTE_TRASH_ORIG_PATH
7816  611897 g_io_modules_scan_all_in_directory leaks
7817  608196 Overflow-safe g_new family
7818  611696 gio uses GetAddrInfo which requires special handing on windows 2k
7819  605667 Don't use G_PARAM_SPEC_VALUE_TYPE when we know the pspec is valid
7820  610860 test_g_file_open_readwrite fails if $HOME is unwritable
7821  552912 glib-2.18 /live-g-file/test_copy_move failed when run as root
7822  609813 Renaming a file discards file notes
7823
7824 * Updated translations:
7825  Basque
7826  Brazilian Portuguese
7827  British English
7828  Bulgarian
7829  Catalan
7830  Danish
7831  Estonian
7832  French
7833  German
7834  Hungarian
7835  Italian
7836  Lithuanian
7837  Norwegian bokmål
7838  Portuguese
7839  Russian
7840  Slovenian
7841  Spanish
7842  Swedish
7843  Traditional Chinese
7844
7845
7846 Overview of Changes from GLib 2.23.3 to GLib 2.23.4
7847 ===================================================
7848
7849 * GVariant: The core of GVariant has been merged now, with some
7850  API still to follow.
7851
7852 * GIO:
7853  - There is a new interface GFileDescriptorBased for file descriptor
7854    based IO. GLocalFile{Input,Output}Stream implement it
7855  - Use splice(2) to transfer data between file descriptors without
7856    extraneous copies
7857  - Add a way to request move events from file monitors
7858
7859 * Bugs fixed:
7860  609143 *result_uncertain is never assigned in g_content_type_guess
7861  604086 Use splice(2) when doing local file copies
7862  547890 No move events for GFileMonitorEvent?
7863  568760 nautilus freezes due to a bug in garray.c:322
7864  609962 Add info about the use of G_DEFINE_INTERFACE
7865  609564 g_base64_encode_close docs should mention outbuf size...
7866  610484 g_variant_equal bug
7867  610131 libasyncns does not compile on Solaris 8
7868  609530 missing single header include guards
7869
7870 * Updated translations:
7871  Czech
7872  Estonian
7873  Galician
7874  German
7875  Korean
7876  Polish
7877  Slovenian
7878  Spanish
7879  Traditional Chinese
7880
7881
7882 Overview of Changes from GLib 2.23.2 to GLib 2.23.3
7883 ===================================================
7884
7885 * GLib now has a facility for locks that consume only one bit of
7886   storage inside an integer: g_bit_lock()
7887
7888 * GVariant: The serializer has been merged, with more API to follow
7889
7890 * Bugs fixed
7891  548967 1 bit mutex lock
7892  604967 2.22.3 libasyncns build fails on HP-UX 11.11
7893  608602 G_VALUE_COLLECT_INIT variables shadow those in G_VALUE_COLLECT
7894  608743 Crash in g_hostname_to_ascii visiting certain website in epiphany
7895  599197 array ref and unref functions crash on NULL array.
7896  608159 mem leak in g_io_modules_scan_all_in_directory
7897
7898 * Translation updates
7899  Brazilian Portuguese
7900  Czech
7901  French
7902  Norwegian bokmål
7903  Slovenian
7904  Spanish
7905  Thai
7906
7907
7908 Overview of Changes from GLib 2.23.1 to GLib 2.23.2
7909 ===================================================
7910
7911 * We are now using gcc builtins for atomic operations when available
7912
7913 * g_assert() grew the ability to store assertions in core dumps
7914
7915 * GIO supports lazy loading of GIO modules, and there is a new
7916   gio-querymodule utility that goes along with this.
7917   Packagers will need to adapt to this.
7918
7919 * Threading changes:
7920  - The requirements for g_thread_init() have been relaxed slightly,
7921    it can be called multiple times, and does not have to be the first
7922    call.
7923  - GObject now links to GThread and threads are enabled automatically
7924    when g_type_init() is called.
7925  - Thread-safety issues with boxed types in GObject have been fixed.
7926
7927 * GObject:
7928  - Another bunch of performance work has landed
7929
7930 * GVariant:
7931  - GVariantType has been merged, with the rest of the GVariant
7932    API to follow.
7933
7934 * Bugs fixed:
7935  568760 nautilus freezes due to a bug in garray.c:322
7936  602417 Document lifecycles of GSimpleAsyncResult and friends
7937  604824 crash in Epiphany: Selecting my Slashdot bo...
7938  448888 don't init g_slice for always-malloc
7939  531902 Use GCC atomic buildins for g_atomic*
7940  554887 boxed type registration is not thread safe
7941  586150 unresolved symbols when building glib 2.21.2 on OS X Tiger
7942  589176 row gvalue transform array exponentially
7943  594872 Support storing assertion messages into core dump
7944  602240 Upgrade libasyncns to 0.8
7945  603590 Speed up G_VALUE_COLLECT
7946  604457 gutf8inputstream.c: increasing unknown size pointer
7947  605686 GCharsetConverter doesn't flush
7948  605733 g_memory_output_stream_new violates GObject standards
7949  605883 g_object_new() processes varargs even when there are none
7950  605977 invalid utf-8 conversion in g_local_file_get_parse_name(...
7951  606775 Enable threads by default in gobject
7952
7953 * Translation updates:
7954  Asturian
7955  Basque
7956  Bengali
7957  Bulgarian
7958  Estonian
7959  Norwegian bokmål
7960  Spanish
7961  Thai
7962  Ukrainian
7963
7964
7965 Overview of Changes from GLib 2.23.0 to GLib 2.23.1
7966 ===================================================
7967
7968 * GObject performance work has landed:
7969  - Construction of simple objects is much faster
7970  - Interface lookup is lock-free and constant-time now
7971  - Reduced locking overhead when dealing with types
7972
7973 * GType now has a G_DEFINE_INTERFACE convenience macro
7974
7975 * GIO gained GUtf8InputStream, an input stream that
7976   performs utf-8 validation
7977
7978 * GLib now has byte-swap macros for gsize and gssize
7979
7980 * Bugs fixed:
7981 557151 Determining the newly_constructed boolean in gobject.c...
7982 557100 Performance improvements for GObjectClasses that don't...
7983 501166 Warning message says IA__g_type_init instead of g_type_init
7984 585375 Performance and Contention problems with g_type_class_ref...
7985 587892 Race in GType when instantiating the same class for the...
7986 603270 Input Stream validating utf8
7987 603476 gioenums.h:62: error: comma at end of enumerator list
7988 603540 g_time_val_from_iso8601 uses uninitialised variable
7989 603982 Stack overflow when reading file async with filter
7990 604645 G_DEFINE_INTERFACE_* documentation is not generated
7991 604875 Use of sa_len conflicts with system header
7992 320482 provide G_DEFINE_TYPE like macros for interfaces
7993
7994 * Updated translations:
7995  Estonian
7996  Hebrew
7997  Norwegian bokmål
7998  Vietnamese
7999  Welsh
8000
8001
8002 Overview of Changes from GLib 2.22.x to GLib 2.23.0
8003 ===================================================
8004
8005 * GIO:
8006  - GConverter: a generic interface for stateful conversions of data,
8007    suitable for charset conversion, compression, decompression, regexp
8008    replacement. Concrete implementations are GCharsetConverter,
8009    GZlibCompressor and GZlibDecompressor. GConverterInputStream,
8010    GConverterOutputStream are stream implementations that convert data
8011    while loading or saving it.
8012  - GMounts can now have a 'default location': a path that reflects
8013    the main entry point for the user (e.g. the home directory).
8014  - As a consequence of the compression support, GIO depends on zlib now.
8015
8016 * GObject:
8017  - G_IMPLEMENT_INTERFACE_DYNAMIC: a convenience macro for adding
8018    interfaces to dynamic types.
8019
8020 * GModule:
8021  - The -pthread flag has been added to all gmodule .pc files, because
8022    it is not generally permissible to load modules that are linked
8023    against libpthread if the program has not been compiled with threading
8024    support.
8025
8026 * Bugs fixed:
8027  601637 GUnixFDMessage should contain a GUnixFDList
8028  585566 GSocketListener API issues
8029  572252 Bug in g_file_test() function.
8030  600550 g_app_info_create_from_commandline doesn't treat arguments properly
8031  541236 not detecting exact content type
8032  350200 [PATCH] GTypeModule derived class unref does not unload plugin
8033  589631 Please enclose literal values with double quotes
8034  577711 cross compile check for g++ broken
8035  600620 Support X-GNOME-FullName in GAppInfo
8036  598899 GWin32DirectoryMonitor is broken
8037  593809 Nautilus does not restore the position of the icons on the desktop...
8038  563627 g_get_prgname() threadsafety
8039  600141 Add -pthread to gmodule pkg-config
8040  593856 file and directory monitors don't work when glib is compiled...
8041  324930 Nautilus should disallow copying of symlink to FAT drive early
8042  587300 Deadlock when calling g_cancellable_disconnect in a...
8043  595138 GFile not robust with invalid input
8044  591216 Warning building resolver.o
8045  590016 Does not compile under MinGW32 + Wine
8046  591214 Warnings building gcancellable.o
8047  561998 Have specific entry points (paths) for mounts...
8048  508157 Add G_IMPLEMENT_INTERFACE_DYNAMIC
8049  535159 g_file_has_parent
8050
8051 * Updated translations:
8052  Brazilian Portuguese
8053  Catalan
8054  Estonian
8055  Galician
8056  Norwegian bokmål
8057  Shavian
8058  Slovenian
8059  Spanish
8060  Swedish
8061
8062
8063 Overview of Changes from GLib 2.22.1 to GLib 2.22.2
8064 ===================================================
8065
8066 * GIO:
8067  - Support case-sensitive globs in the shared mime database,
8068    including support for the newer cache format that allows these.
8069    Case-sensitive globs have been introduced in shared-mime-info
8070    version 0.70
8071
8072 * GObject:
8073  - Speed up creation of simple objects
8074
8075 * Bugs fixed:
8076  597194 Typo in _G_TYPE_CVH macro
8077
8078 * Updated translations:
8079  Russian
8080
8081
8082 Overview of Changes from GLib 2.22.0 to GLib 2.22.1
8083 ===================================================
8084
8085 * Bugs fixed:
8086  596064 Test file marked for translation
8087  595972 possibly invalid search in mime_info_cache_dir_add_...
8088  596561 C99 style of declaration of variable in gmessages.c
8089  596314 g_utf16_to_utf8 returns an invalid UTF8 string
8090  596748 g_async_result_get_source_object returns a new ref
8091  593809 Nautilus does not restore the position of the icons...
8092  593775 uses inotify_init1 unconditionally
8093
8094 * Updated translations:
8095  Bengali
8096  Hebrew
8097
8098
8099 Overview of Changes from GLib 2.21.6 to GLib 2.22.0
8100 ===================================================
8101
8102 * Add gdb python macros to make gobject debugging more pleasant
8103
8104 * Bugs fixed:
8105  579050 Allow making selected critical and warning messages non-fatal
8106  594759 g_socket_send_message fails due to invalid sendmsg params
8107  593941 GNetworkAddress skipping addresses when enumerating
8108  594597 Fix build with srcdir != builddir
8109  595619 Include gdb pretty printers
8110
8111 * Changes that might affect bindings:
8112  - The error parameter of g_simple_async_result_set_from_error has been
8113    made const.
8114
8115 * Updated translations:
8116  Assamese
8117  Bengali India
8118  British English
8119  Bulgarian
8120  Catalan
8121  Czech
8122  Danish
8123  Finnish
8124  Galician
8125  Greek
8126  Gujarati
8127  Hindi
8128  Japanese
8129  Kannada
8130  Malayalam
8131  Marathi
8132  Norwegian bokmål
8133  Oriya
8134  Polish
8135  Punjabi
8136  Romanian
8137  Serbian
8138  Simplified Chinese
8139  Slovenian
8140  Spanish
8141  Tamil
8142  Telugu
8143  Thai
8144  Traditional Chinese
8145  Ukrainian
8146  Vietnamese
8147
8148
8149 Overview of Changes from GLib 2.21.5 to GLib 2.21.6
8150 ===================================================
8151
8152 * Minor API additions:
8153   g_mkstemp_full is a variant of g_mkstemp that allows to specify flags
8154   and permissions
8155
8156 * Bugs fixed:
8157  593232 g_rand_new: read no more than requested from /dev/urandom
8158  591995 use saved errno
8159  589491 g_time_val_from_iso8601 doesn't handle some cases
8160  593406 Permissions set to 777 after copying via Nautilus
8161  594034 Add g_mkstemp_full()
8162
8163 * Updated translations:
8164  Assamese
8165  Basque
8166  Brazilian Portuguese
8167  Czech
8168  Estonian
8169  French
8170  German
8171  Hungarian
8172  Italian
8173  Kannada
8174  Malayalam
8175  Marathi
8176  Norwegian bokmål
8177  Oriya
8178  Portuguese
8179  Swedish
8180  Tamil
8181  Turkish
8182
8183
8184 Overview of Changes from GLib 2.21.4 to GLib 2.21.5
8185 ===================================================
8186
8187 * A performance problem with trashing of many files has been fixed
8188
8189 * GResolver now invalidates the libc resolv.conf cache as needed
8190
8191 * Minor api additions:
8192  - g_cancellable_make_pollfd returns a boolean now. And there is a
8193    new function g_cancellable_release_fd that can be used to released
8194    the resources used by a GCancellable.
8195
8196 * Bugs fixed:
8197  589988 Compilation error on Solaris 9 (missing stdint.h)
8198  588901 gtcpconnection.c won't compile
8199  584246 GResolver needs to call res_init() when network state changes
8200  591714 Figure out failure handling for g_cancellable_make_pollfd()
8201  591532 redundent '/' returned from g_file_resolve_relative_path
8202  591378 Use MSG_NOSIGNAL in GSocket if it's available
8203  589649 API documentation migration for Base64 Encoding
8204  591840 configure fails with autoconf 2.64
8205
8206 * Updated translations:
8207  Basque
8208  Brazilian Portuguese
8209  Bulgarian
8210  Danish
8211  Estonian
8212  Finnish
8213  Galician
8214  Gujarati
8215  Hndi
8216  Irish
8217  Japanese
8218  Korean
8219  Norwegian bokmål
8220  Polish
8221  Portuguese
8222  Punjabi
8223  Spanish
8224  Swedish
8225  Telugu
8226  Traditional Chinese
8227  Thai
8228
8229
8230 Overview of Changes from GLib 2.21.3 to GLib 2.21.4
8231 ===================================================
8232
8233 * GTree is now refcounted
8234
8235 * Bugs fixed:
8236  587938 Undocumented limitation for g_str_equal
8237  587773 refcounts for GTree
8238
8239 * Updated translations:
8240  French
8241  Hebrew
8242  Norwegian bokmål
8243  Spanish
8244  Swedish
8245  Traditional Chinese
8246  Ukrainian
8247
8248
8249 Overview of Changes from GLib 2.21.2 to GLib 2.21.3
8250 ===================================================
8251
8252 * GMappedFile is refcounted now
8253
8254 * Mainloop: It is now possible to set per-thread default contexts,
8255   with g_main_context_push_thread_default.
8256
8257 * glib-mkenums supports a @basename@ substitution, in addition
8258   to @filename@.
8259
8260 * GIO:
8261  - Vfs implementations can support storing of per-file metadata.
8262  - GCancellable can now be subclassed.
8263  - Unmount and eject methods now optionally allow interaction, via
8264    variants that take a GMountOperation object.
8265
8266 * Bugs fixed:
8267  556706 Inconsistent help arguments -h, -?
8268  579449 FileChoosers no longer work if an idle handler is active
8269  579933 mainloop FD_CLOEXEC has a race condition
8270  579984 alternate GMainContext support
8271  585937 gio/gsocket.c (glib 2.21.2) does not compile (Windows/mingw)
8272  586675 Runtime library location
8273  586797 Add GCancellables to GSocket ops
8274  586868 g_filename_complete_get_completions doesn't always return...
8275  587415 g_resolver_lookup_by_name_finish returns a freed list
8276  587434 regression tests fail, at least on x86_64
8277  586928 Avoid g++ warning in g_error()
8278
8279 * Updated translations:
8280  Estonian
8281  Hebrew
8282
8283
8284 Overview of Changes from GLib 2.21.1 to GLib 2.21.2
8285 ===================================================
8286
8287 * GIO:
8288   - g_socket_speaks_ipv4 is a new function to check if a socket can
8289     speak IPv4.
8290   - g_socket_listener_add_address gained a new effective_address out
8291     parameter.
8292   - GIO now returns special icons for XDG user directories, by the
8293     name folder-music, folder-documents, etc.
8294   - GIO gained support for starting/stopping of drives, which can be used
8295     in connection with external hard disk enclosures, disk arrays, iSCSI
8296     devices, etc. See g_file_start/stop_mountable.
8297
8298 * GLib:
8299  - g_reload_user_special_dirs_cache is a new function to force GLib to
8300    reload the XDG user directory mapping from disk.
8301
8302 * Bug fixes:
8303  584574 glib compile failure on Mac OS X with gunixresolver.c and...
8304  585566 GSocketListener API issues
8305  584255 Incorrect freeing of thread pool in GThreadedSocketService
8306  585088 g_string_chunk_insert_len stops at nul bytes
8307  585360 Monitor fontconfig configuration files using gio causes m...
8308  580103 Terminal starts on Display :0.0 when started on :0.1 in D...
8309  580301 network: a few issues on old darwin
8310  583398 SRV weight sorting is incorrect
8311  584176 build fixes on FreeBSD
8312  585189 g_cancellable_reset() must be called in same thread as g_...
8313  585280 compilation dies on gio/gsocket.c, needs sys/uio.h to con...
8314  585281 gio/gunixfdmessage.c needs sys/types.h for platforms that...
8315  585478 don't leak the inotify fd
8316  585575 g_socket_listener_add_inet_port() doesn't do the right thing
8317  585599 g_socket_listener_add_socket() consumes the socket
8318  585676 GEmblem doesn't reference its 'icon' if that is set as a ...
8319  585717 "bytes" nautilus translation to french is not shown in th...
8320  541276 XDG directories should have their own icons
8321  585726 Grammatical error in GList documentation
8322  585520 Wrong warning option in documentation
8323  585673 GNOME Goal: Remove deprecated glib symbols
8324  585591 Starting/stopping drives
8325
8326 * Updated translations:
8327  Bengali India
8328  Norwegian bokmål
8329
8330
8331 Overview of Changes from GLib 2.21.0 to GLib 2.21.1
8332 ===================================================
8333
8334 * GIO:
8335  - Support for network IO has been added, including a low-level
8336    socket API and a high-level API for network connections and
8337    services.
8338  - Support for read-write access with GIOStream and its subclasses.
8339  - GMount gained a pre-unmount signal.
8340
8341 * Bug fixes:
8342  576104Implement GMount::pre-unmount
8343  578769 implement GWinHttpFileInputStream::close_fn
8344  582856 gsocket.c doesn't compile on Solaris
8345  569375 g[u]intptr undocumented
8346  573246 [FIX] g_desktop_app_info_dup() can access NULL pointer
8347  575013 g_cancellable_push_current() does not allow NULL
8348  577884 live-g-file.c:461: error: format ‘%d’ expects type ...
8349  578499 g_output_stream_splice and stream closing with gnio strea...
8350  579558 Application employing gvfs crashes with only libgvfscommo...
8351  583001 SIGPIPE (grr!)
8352  583061 Please add convenience function to connect to machines by...
8353  583198 typo in error message
8354  583206 use g_set_error_literal where appropriate
8355  583229 void function g_async_initable_init_async returns value
8356  583324 locking problem in g_main_context_iterate()
8357  583408 void function g_socket_control_message_serialize returns ...
8358  578786 wrong and confusing error message
8359  583205 g_inet_address_to_bytes has no length outparam
8360  583196 mem leak in keyfile test
8361  583663 GSocketType enum ends with a comma
8362  569024 Make g_error_new_valist public
8363  569376 missing G_G[U]INTPTR_FORMAT
8364  580347 off-by-1 bug in GWinHttpFile
8365
8366 * Updated translations:
8367  Oriya
8368  Spanish
8369  Valencian-Catalan
8370
8371
8372 Overview of Changes from GLib 2.20.x to GLib 2.21.0
8373 ===================================================
8374
8375 * GIO:
8376  - New helper functions g_cancellable_connect/disconnect to avoid
8377    race conditions when connecting to the "cancelled" signal on
8378    GCancellable.
8379  - New types and methods for dealing with IPv4 and IPv6 addresses (and
8380    UNIX domain socket addresses under UNIX). This does not include code
8381    for actual socket I/O.
8382  - GResolver provides asynchronous and cancellable APIs for resolving
8383    hostnames, reverse lookup of IP addresses and resolving SRV records.
8384
8385 * Glib now provides hash and comparison functions for int64 and double
8386   types, suitable for use with GHashTable.
8387
8388 * GArray, GPtrArray and GByteArray can be ref counted now, and have
8389   boxed types.
8390
8391 * Bugs fixed:
8392  572844 Helper for GCancellable::cancelled connect/disconnect
8393  578363 goption docs should be improved
8394  548466 async/cancellable DNS resolver
8395  579830 param spec strings should use P_()
8396  579862 requesting xattr::foo ends up calling getxattr(..., user...
8397  580453 Hash and equal functions for gint64 and gdouble
8398  580450 Reference counting and boxed types for arrays
8399  580194 gresolver doesn't build on Solaris
8400  580301 network: a few issues on old darwin
8401  580299 network: include sys/types.h before sys/socket.h to insur...
8402  572508 gmarkup speedup
8403  580546 g_strtoull() referenced in documentation...
8404  580656 g_key_file_set_string_list erroneously asserts list != NULL
8405  579272 leaks in g_simple_async_result_set_op_res_gpointer
8406
8407
8408 * Updated translations:
8409  Catalan (ca)
8410  Pashto (ps)
8411  Spanish (es)
8412
8413
8414 Overview of Changes from GLib 2.20.0 to GLib 2.20.1
8415 ===================================================
8416
8417 * Bug fixes:
8418  575555 Use fsync() when replacing files to avoid data loss on
8419  575708 runaway inotify madness
8420  575270 GVolumeMonitor::mount-pre-unmount not being emitted
8421  577128 glib make check Failed to execute child process...
8422  573673 Always show "backup" directories
8423  578369 g_time_val_from_iso8601() parses timezones incorrectly
8424  578002 Fix a small typo in GFile docs
8425  578017 G_DEFINE_TYPE_EXTENDED docs
8426
8427 * Updated translations:
8428  Arabic
8429  Assamese
8430  Basque
8431  Bularian
8432  Brazilian Portuguese
8433  British English
8434  Catalan
8435  Danish
8436  French
8437  Galician
8438  German
8439  Greek
8440  Hungarian
8441  Italian
8442  Japanese
8443  Kannada
8444  Lithuanian
8445  Malayalam
8446  Norwegian bokmål
8447  Oriya
8448  Polish
8449  Punjabi
8450  Russian
8451  Simplified Chinese
8452  Slovenian
8453  Spanish
8454  Swedish
8455  Tamil
8456
8457
8458 Overview of Changes from GLib 2.19.9 to GLib 2.20.0
8459 ===================================================
8460
8461 * Base64 support: Avoid integer overflows. CVE-2008-4316
8462
8463 * Bugs fixed:
8464  574019 GChecksum: document and guarantee hex characters in lower case
8465  573454 Unable copy/move files to directories symlinked to gvfs share
8466  561172 gnome-open fails on local URIs with anchors
8467  573970 crash in gunixvolumemonitor:update_mounts when unmounting
8468  573843 g_get_current_dir returns non-absolute path
8469
8470 * Updated translations:
8471  Assamese (as)
8472  Bengali (bn_IN)
8473  Czech (cs)
8474  Hindi (hi)
8475  Italian (it)
8476  Japanese (ja)
8477  Lithuanian (lt)
8478  Malayalam (ml)
8479  Marathi (mr)
8480  Oriya (or)
8481  Polish (pl)
8482  Romanian (ro)
8483  Telugu (te)
8484
8485
8486 Overview of Changes from GLib 2.19.8 to GLib 2.19.9
8487 ===================================================
8488
8489 * GMarkup:
8490  - Considerable speedup
8491
8492 * GIO
8493  - Add G_FILE_CREATE_REPLACE_DESTINATION flag to allow replacing
8494    the destination of a copying operation as if it did not exit before.
8495  - Be more careful when classifying files as desktop files
8496  - Support desktop file key X-GIO-NoFuse which disables the use
8497    of fuse pathnames for %u and %U arguments
8498
8499 * Bugs fixed:
8500  572672 glib/gthread.c: argument is different type
8501  572464 Doc for g_file_get_contents
8502  572151 “it's” and “its” confused in docs and comments
8503  570501 g_win32_get_system_data_dirs uses invalid conversion...
8504  167569 g_string_append_printf crashes on win32 when used...
8505  572508 gmarkup speedup
8506  560564 Replacing a symlink with its linked file truncates... 
8507  549298 impossible to copy files with p (pipe) flag
8508  543183 Clarify docs for g_file_has_prefix
8509  540461 g_memory_output_stream_get_data_size() doesn't behave...
8510  573462 GEmblemedIcon leak
8511  573421 Clarify message format in GMountOperation
8512  573658 Deadlock in giomodule.c
8513  556706 Inconsistent help arguments -h, -?
8514  573527 Wrong shell to run config.status in Makefile.in.in
8515  573128 A couple of typos in GObject documentation
8516
8517 * Updated translations:
8518  Catalan (ca)
8519  British English (en_GB)
8520  Spanish (es)
8521  Basque (eu)
8522  Finnish (fi)
8523  French (fr)
8524  Gujarati (gu)
8525  Hebrew (he)
8526  Hungarian (hu)
8527  Korean (ko)
8528  Maithili (mai)
8529  Norwegian bokmål (nb)
8530  Dutch (nl)
8531  Portugese (pt)
8532  Swedish (sv)
8533  Thai (th)
8534  Traditional Chinese (zh_HK)
8535  Traditional Chinese (zh_TW)
8536
8537
8538 Overview of Changes from GLib 2.19.7 to GLib 2.19.8
8539 ===================================================
8540
8541 * GIO: Fix missing exports of new API
8542
8543 * Fix strict aliasing warnings and violations to make Glib work
8544   with gcc 4.4
8545
8546
8547 Overview of Changes from GLib 2.19.6 to GLib 2.19.7
8548 ===================================================
8549
8550 * GIO
8551  - GFile gained an attribute for the actual file size in bytes
8552  - GMountOperation gained an "aborted' signal that allows to abort
8553    a mount operation from the backend side
8554
8555 * Bugs fixed:
8556  523742 Use noinst for non-installable libraries
8557  566747 URIs opened with firefox %u load as local files
8558  541225 Can't compile gio on AIX duplicate case value in gioerror.c
8559  571598 GAsyncResult with NULL gobject
8560  505042 add file attribute for actually used file size in bytes
8561
8562 * Updates translations:
8563  Basque (eu)
8564  Gujarati (gu)
8565  Italian (it)
8566  Japanese (ja)
8567  Norwegian bokmål (nb)
8568  Dutch (nl)
8569  Portugese (pt)
8570  Thai (th)
8571  Vietnamese (vi)
8572
8573
8574 Overview of Changes from GLib 2.19.5 to GLib 2.19.6
8575 ===================================================
8576
8577 * New format macro to print goffset data: G_OFFSET_FORMAT
8578
8579 * GIO: 
8580  - Add a GFilter{Input,Output}Stream::close-base-stream properties which
8581    determine whether the base stream will be closed when the filter stream
8582    is finalized.
8583  - g_data_input_stream_read_line and ..._read_until have asynchronous
8584    variants now.
8585
8586 * Bugs fixed:
8587  568294 A wrong reference in the description of g_bookmark_file_...
8588  563141 RFE: define G_OFFSET_FORMAT
8589  569105 g_time_val_to_iso8601() assumes time_t==long
8590  568394 dropping the last reference to a stream filter closes...
8591  568741 g_buffered_input_stream_fill_async doesn't work
8592  568723 g_buffered_input_stream_fill_async doesn't take count == -1
8593  568575 _async functions for GDataInputStream
8594
8595 * Updated translations:
8596  Bulgarian (bg)
8597  Finnish (fi)
8598  Hungarian (hu)
8599  Oriya (or)
8600  Swedish (sv)
8601  Traditional Chinese (zh_HK)
8602  Traditional Chinese (zy_TW)
8603
8604
8605 Overview of Changes from GLib 2.19.4 to GLib 2.19.5
8606 ===================================================
8607
8608 * Update included PCRE to 7.8
8609
8610 * g_base64_decode_inplace: New function to do base64 decoding in place
8611
8612 * Bugs fixed:
8613  567138 get_package_directory_from_module() does not free ...
8614  566569 gregex docs clarification
8615  566573 g_match_info_fetch_pos docs
8616  564728 Add function to decode base64 encoded data in place
8617  567838 G_STRUCT_OFFSETOF fails to compile under icc 9.1
8618  567977 textdomain() macro should not return NULL ...
8619  512779 --disable-regex breaks compilation
8620  566770 error code 0 for Too many open files is useless
8621  565484 g_content_type_guess passes non-UTF8 text to XDG ...
8622
8623 * Updated translations:
8624  Catalan (ca)
8625  Spanish (es)
8626  Italian (it)
8627  Swedish (sv)
8628
8629  
8630 Overview of Changes from GLib 2.19.3 to GLib 2.19.4
8631 ===================================================
8632
8633 * GIO:
8634   - Use O_NOATIME when sniffing mimetypes
8635   - Add a convenience method to check if a GSimpleAsyncResult
8636     is valid
8637
8638 * Bugs fixed:
8639  560676 function access for g_threads_supported
8640  565905 There is no g_context_group_set_translation_domain
8641  564210 SUN Studio 12 has supported visibility attribute
8642  565136 GObject's "notify" signal parameters are wrong in gtk-doc
8643  565831 error in interface creation sample
8644  566348 g_file_open_tmp uses the wrong g_mkstemp on win32
8645  566064 Add NOATIME flag to query_info_flags
8646  566170 g_async_result_verify_source_object
8647
8648 * Updated translations:
8649  Spanish (es)
8650  Norwegian bokmål (nb)
8651  Brazilian Portugese (pt_BR)
8652  Simplified Chinese (zh_CN)
8653
8654
8655 Overview of Changes from GLib 2.19.1 to GLib 2.19.3
8656 ===================================================
8657
8658 * Bugs fixed:
8659  508021 Add support for the CRIS and CRISv32 architectures
8660  526320 should not list mounts that the user doesn't have permission to use
8661  558458 Cannot build gio tests on Solaris using SUN cc
8662  555465 GUnix{Input,Output}Stream lacks fd/close_fd_at_close property
8663  558298 Hide ecryptfs mounts
8664  515777 incorrect date&time on copy
8665  562452 Ensure we return G_IO_ERROR_CANCELLED if cancelling
8666         g_simple_async_result_run_in_thread
8667  473150 g_type_module_use inconsistently increases the use
8668         counter in case of error
8669  563150 G_GU?INT*_MODIFIER/FORMAT docs
8670  563156 Document printing and scanning gunichar values
8671
8672 * Updated translations:
8673  Hebrew (he)
8674  Italian (it)
8675  
8676
8677 Overview of Changes from GLib 2.19.0 to GLib 2.19.1
8678 ===================================================
8679
8680 * GIO: 
8681   - g_icon_to_string, g_icon_new_for_string: GIcon serialization support
8682   - G_FILE_ATTRIBUTE_PREVIEW_ICON: new file attribute for preview images
8683   - g_app_info_get_commandline: new function to get the full commandline
8684   - g_mount_shadow, g_mount_unshadow, g_mount_is_shadowed: New functions 
8685     to 'shadow' mounts (i.e. hide them from the UI when they already
8686     have a different representation, like a bookmark) 
8687
8688 * Bugs fixed:
8689  556186 gpoll.h breaks gmain.h inclusion
8690  557087 mem leak in g_content_types_get_registered
8691  556921 gpoll.h breaks hal compilation
8692  557210 g_compute_checksum_for_* asserts with less than 2 bytes
8693  558381 Add support for compile time assertions
8694  558185 'parent' variable in g_local_file_get_child_for_display_name()
8695         hits g_object_unref(NULL) assertion
8696  558513 g_warn_if_fail FIXME in gtestutils
8697  558672 NULL key lookup using g_hash_table_lookup_extended() 
8698  555740 gicon serialization
8699  557182 preview functionality
8700  528320 Incorrect icons displayed for files with custom mimetype icons
8701  556910 Memory leak: sub
8702  557592 Missing include in gwinhttpfile.c
8703  556415 Crash on Windows 2000 in g_winhttp_vfs_init()
8704  555935 Clarify the mechanism of overwriting properties
8705  552776 ac_cv_func_posix_getgrgid_r not mentioned
8706  559448 GObject Reference Manual (typo)
8707  561212 GFileReadMoreCallback API doc refers to non-existant function
8708  560569 gkeyfile doesn't use the set list_separator in some cases
8709  560568 gkeyfile docs buglet
8710  559413 g_option_group_set_error_hook docs buglet
8711  562378 callback return value not respected for callback option
8712         with no arg
8713  559110 Do not include libintl.h after glibintl.h
8714  557603 carbon check output misplaced
8715  562544 g_key_file_get_string and g_key_file_get_value
8716         documentation does not explain the difference
8717  547264 Missing "no flags" flag
8718  562638 GDebugKey key member should be const
8719  562639 g_parse_debug_flags() parsing "help"
8720  562549 g_byte_array_free should tell how free data
8721  559452 GObject Reference Manual (typo)
8722  559462 GObject Reference Manual (typo)
8723  559517 GObject Reference Manual (typo)
8724  562538 GObject interface tutorial shouldn't finalise with
8725         "Please forget everything"
8726  561352 Leak of icon description
8727  561375 Leaks mountpoint description
8728  561807 inotify_sub.c: dup_dirname() fails to remove trailing '/'
8729  562393 g_buffered_input_stream_read_byte broken if data available
8730  541715 win32 : patch for warnings and signature problems in recent code
8731  547481 g_data_input_stream_read_line behaves not as stated in the docs
8732  548163 Nautilus displays wrong error message for too long file names
8733  559633 gtk_image_new_from_gicon does not always work for .desktop files
8734  555486 – No way to recover command line from GAppInfo
8735
8736 * Translation updates:
8737  Spanish (es)
8738  Ukrainian (uk)
8739
8740
8741 Overview of Changes from GLib 2.18.1 to GLib 2.19.0
8742 ===================================================
8743
8744 * Rewrite GHashTable to use open addressing with quadratic probing instead 
8745   of chaining. This has the potential to reduce memory fragmentation 
8746   significantly, while being slightly faster due to better locality and 
8747   no need to call alloc/free functions for nodes. Benchmarks suggest it 
8748   also uses less memory overall.
8749
8750 * Make g_poll available as public api
8751
8752 * New macros g_assert_error and g_assert_no_error to assert 
8753   that a GError is set or unset
8754
8755 * g_cancellable_make_pollfd: New method to make a GPollFD for a cancellable
8756
8757 * g_app_info_can_delete, g_app_info_delete, g_app_info_reset_type_associations:
8758   New functions to clean up app infos and content types
8759
8760 * When launching applications, always pass fuse file:// uris when possible,
8761   and let gio convert such uris back to gio uris.
8762
8763 * Bugs fixed:
8764  505361 gunixinputstream.c assumes poll() available
8765  509446 portable blocking gio cancellation
8766  553820 gpoll.c: undeclared identifier
8767  553724 python interpretter path not patched in correctly
8768  553857 gbacktrace.h requires signal.h
8769  553447 g_assert_no_error()
8770  554092 glib doesn't return G_FILE_ERROR_NOENT et al on OS X
8771  528670 Always pass file:/// uri's in GAppLaunchContext
8772  555224 Improve g_format_size_for_display doc
8773  555309 giochannel breaks on error
8774  554790 g_convert() misbehaves with winiconv versions
8775  555314 mem leak in gmarkup
8776  555313 GFileAttribute boxed type get_type function should...
8777  552861 glib-2.0.m4 calls system(3) without storing its result
8778  554557 Patch to fix gcc warnings about missing format specifiers
8779  552107 Small libtool fixes
8780  551355 Make glib build with libtool 2.2
8781  555311 format not a string literal and no format arguments
8782  556101 static mutex yields warnings with g++
8783  556186 gpoll.h breaks gmain.h inclusion
8784  526456 Open addressing in GHashTable
8785  553426 cancellable clarifications
8786  545350 GAppInfo deletion
8787  545351 Reset associations for content type
8788  552168 volume's mount not mounted after g_volume_mount_finish
8789  554970 segfault when update-desktop-database is not available...
8790  554745 GFileAttributeInfoList should be boxed
8791  555121 Improved build-time handling of gio module-dir
8792  555711 Wrong fallback order of mimetype icons
8793  555331 Deprecate adoption of mounts
8794  556335 make check fails in abicheck.sh
8795  556334 Warning when building without selinux support
8796  556422 g_file_enumerator_next_file: unclear...
8797
8798 * Updated translations:
8799  Arabic (ar)
8800  Danish (da)
8801  Polish (pl)
8802  Brazilian Portugese (pt_BR)
8803  Romanian (ro)
8804  Russian (ru)
8805
8806
8807 Overview of Changes from GLib 2.18.0 to GLib 2.18.1
8808 ===================================================
8809
8810 * Bugs fixed:
8811  550433 g_test_init doesn't recognize --help
8812  523463 Core dump in gmain.c:2482:IA__g_main_context_check
8813  551228 G_STRFUNC on recent Sun compiler should be expanded...
8814  551410 gtestutils.c: using printf without prototype
8815  551731 g_date_set_time[_t] docs should mention what timezone
8816  548321 <string.h> is not included in gi18n-lib.h
8817  551149 xdgmime mem leak
8818  550647 synchronous pipe I/O when reading mount reply
8819  551887 Docs for g_desktop_app_info_new_from_filename aren't...
8820  551681 g_content_type_guess() too naive with filenames
8821  552352 g_app_info_launch doesn't work if "Path" key...
8822  551408 gmodule.def generated to builddir...
8823  552359 g_file_info_get_icon should return GThemedIcon, and...
8824
8825 * Updated translations:
8826  Arabic (ar)
8827  Bengali India (bn_IN)
8828  British English (en_GB)
8829  Hindi (hi)
8830  Croatian (hr)
8831  Korean (ko)
8832  Oriya (or)
8833  Turkish (tr)
8834  Telugu (te)
8835
8836
8837 Overview of Changes from GLib 2.17.7 to GLib 2.18.0
8838 ===================================================
8839
8840 * Win32:
8841   - rework the g_poll() implementation to match poll() semantics more closely
8842
8843 * Bugs fixed:
8844  324234 Using g_io_add_watch_full() to wait for connect() to return...
8845  548278 Async GETs connections are always terminated unexpectedly...
8846  500246 Bug fixes for giowin32
8847  523939 Example program for GValue
8848  550096 GBookmarkFile parser is not forward compatible
8849  550040 Move GString, rand and printf tests to the unit test framework
8850  550104 trivial documentation fix for g_get_home_dir
8851  548988 g_file_replace fails on Windows when the target file exists
8852  550059 Wrong docs for g_emblemed_icon_add_emblem
8853  548800 Missing a g_object_get_type function
8854  550056 Missing documentation for g_emblemed_icon_get_emblems
8855
8856 * Updated translations:
8857  Bulgarian (bg)
8858  Czech (cs)
8859  German (de)
8860  Estonian (et)
8861  Basque (eu)
8862  French (fr)
8863  Hebrew (he)
8864  Hungarian (hu)
8865  Italian (it)
8866  Japanese (ja)
8867  Lithuanian (lt)
8868  Maithili (mai)
8869  Dutch (nl)
8870  Swedish (sv)
8871  Thai (th)
8872  Ukrainian (uk)
8873  Vietnamese (vi)
8874
8875
8876 Overview of Changes from GLib 2.17.6 to GLib 2.17.7
8877 ===================================================
8878
8879 * More fixes for 64-bit Windows
8880
8881 * GIO
8882  - Add a vfs implementation for HTTP and HTTPS URIs on Windows
8883
8884 * Bugs fixed:
8885  546329 API docs for g_utf8_normalize() are incorrect
8886  546876 Modify GMarkup parser to accept &#x1; .. &#x1f;
8887  547200 g_utf8_find_next_char() issues
8888  547637 unconditional #include of sys/statfs.h in configure
8889  547337 G_DISABLE_DEPRECATED breaks tests build
8890  547832 gtk+-2.12.11 fails to build - AC_PROG_MMAP too strict
8891  502498 Test framework assertion failures should follow gcc
8892  546371 Improve docs re g_file_monitor
8893  546483 GThemedIcon:use-default-fallbacks is not readable without...
8894  546132 GFileIcon is bindings-unfriendly
8895  542156 zfs mount in home directory shown on nautilus desktop 
8896  535124 umask 002 not being applied for new directories...
8897  547080 g_file_copy leaks expected errors
8898  546582 Callbacks from GFileMonitor present a GFile...
8899  547262 Missing link in the docs
8900
8901 * Updated translations:
8902  Arabic (ar)
8903  Catalan (ca)
8904  Spanish (es)
8905  Basque (eu)
8906  Finnish (fi)
8907  Galician (gl)
8908  Hebrew (he)
8909  Marathi (mr)
8910  Norwegian bokmål (nb)
8911  Portugese (pt)
8912  Brazilian Portugese (pt_BR)
8913  Swedish (sv)
8914  Thai (th)
8915
8916
8917 Overview of Changes from GLib 2.17.4 to GLib 2.17.6
8918 ===================================================
8919
8920 * Fix problems on 64-bit Windows
8921
8922 * g_markup_context_get_user_data: New function to access
8923   the user_data outside of callbacks
8924
8925 * GIO
8926  - g_mount_guess_content_type_sync: synchronous version of
8927    g_mount_guess_content_type
8928  - GEmblem: A GIcon implementation that adds emblem-related
8929    metadata to icons
8930  - GEmblemedIcon: A GIcon implementation that can add emblems
8931    to icons
8932
8933 * Bugs fixed:
8934  544088 option_test_LDADD is left in tests/Makefile.am
8935  544465 gmarkup makes it hard to use pre-rolled parsers
8936  545485 Implicit declaration of utime()
8937  545798 "Since: 2.18" mark is missing in g_set_error_literal...
8938  544140 fam-helper 64-bit issue
8939  529694 SELinux context setting support
8940  545157 wrong/no list of "open with" applications for .cc...
8941  545203 gfile.c: argument is different type
8942  545457 gdmsetup crashed with SIGSEGV in g_unix_mount_guess...
8943  544177 Fix trivial cut and paste error in documentation
8944  545395 Language tweak for g_value_set_string* docs
8945  541036 Gnumeric crashes when trying to open Desktop...
8946  546079 leak in xdgmime
8947  545395 Language tweak for g_value_set_string* docs
8948  546017 Don't copy attributes when copying a symlink
8949
8950 * Updated translations:
8951  Arabic (ar)
8952  Estonian (et)
8953  Galician (gl)
8954  Italian (it)
8955  Japanese (ja)
8956  Korean (ko)
8957  Norwegian bokmål (nb)
8958  Pashto (ps)
8959  Portugese (pt)
8960
8961
8962 Overview of Changes from GLib 2.17.3 to GLib 2.17.4
8963 ===================================================
8964
8965 * GIO:
8966  - New API to handle content types: g_mount_guess_content_type,
8967    g_content_type_guess_for_tree.
8968  - Export the eject-button signal on the volume monitor class
8969  - New API to enable out-of-process volume monitors: 
8970    g_volume_get_activation_root
8971
8972 * GObject:
8973  - New API to handle signals without slots in the class structure:
8974    g_signal_new_class_handler, g_signal_override_class_handler   
8975
8976 * Internationalization:
8977  - Add an NC_ macro that is a no-op equivalent of C_
8978
8979 * GMarkup:
8980  - Add two new functions g_markup_parse_context_push,
8981    g_markup_parse_context_pop to support "subparsers"
8982
8983 * Bugs fixed:
8984  541208 Functions to easily install and use signals without...
8985  541507 Ambiguous description of assigned characters in the...
8986  543040 async reading on dummy file will crash on GIO_USE_VFS=local
8987  543560 enable gio-FEN back-end warnings on Solaris will crash...
8988  528317 GRegex does not allow recursion limit
8989  337518 GMarkup: Subparser support
8990  541794 drive-eject-button signal
8991  541793 activation root for volumes
8992  467707 test_iconv_state() in tests/convert-test.c fails on AIX 5.3
8993  428048 2 of 51 tests fail on Solaris
8994  542332 small fix for error message in GMarkup
8995  482413 get_contents_stdio -- overflow and memory corruption
8996  406120 g_ascii_strtod
8997  334234 "printf" format error
8998  536996 Missing noop i18n macro equivalent to C_
8999  540616 mem leak in filechooser button
9000  539229 gobject-query calls itself query
9001  521589 [RFC] gobject documentation should mention Vala
9002  543168 Description of G_SLICE=debug-blocks discourages its use
9003  543220 Case collision on gio-extension-points.html
9004  530759 update the gobject tutorial to the XXI century
9005  535223 gbookmark file inefficiency ...
9006  543504 crash in Epiphany Web Browser: Opening local file
9007
9008 * Updated translation:
9009  German (de)
9010  Estonian (et)
9011  Pashto (ps)
9012  Albanian (sq)
9013  Thai (th)
9014  Traditional Chinese (zh_HK)
9015  Traditional Chinese (zh_TW)
9016
9017
9018 Overview of Changes from GLib 2.17.1 to GLib 2.17.3
9019 ===================================================
9020
9021 * PCRE
9022  - fix for CVE-2008-2371 
9023
9024 * Bugs fixed:
9025  538119 glib's mainloop leaks a pipe to sub-processes
9026  537635 Corrections and improvements to g_time_val_{to,from}_iso8601
9027  539067 The document g_io_channel_win32_new_fd() says...
9028  535949 annotate g_strip_context and g_dpgettext with G_GNUC_FORMAT
9029  539123 annotate g_d[n]gettext with G_GNUC_FORMAT
9030  539074 Cannot get exit status with g_spawn_command_line_sync
9031  316221 G_LOCK warns about breaking strict-aliasing rules
9032  539770 migrate gstrfunc unit tests to gtest
9033  539626 Update docstrings for g_object_freeze_notify and g_object_thaw_notify
9034  538044 unconditional use of LC_MESSAGES
9035  540545 Monotonic time and timer offset
9036  535947 want g_set_error_literal
9037  539999 glibconfig.h: add GLIB_USING_SYSTEM_PRINTF 
9038  536252 GFileEnumerator should allow access to the containing GFile
9039  538362 Get Win32 icons back in the file chooser
9040  540802 g_list_prepend doesn't concat lists
9041  540423 unrecoverable error after g_seekable_truncate
9042  538836 make check failure on PPC and ALPHA: pltcheck.sh on g_atomic_pointer_get
9043  539090 g_content_type_from_mime_type() should unalias
9044  540331 g_file_append_to () documentation: can return NULL
9045  534639 add g_desktop_app_info_new_from_keyfile
9046  536733 gio build failure on Irix
9047  536160 Add g_file_monitor()
9048  538127 FileChooser broken on win32
9049  531476 /live-g-file/test_traverse_structure test fails on Mac HFS+
9050  538564 gio should have gio-types.h
9051  540047 glib-genmarshal.c: '#include <io.h>' is too before
9052
9053 Updated translations:
9054  Korean (ko)
9055  Occitan (oc)
9056
9057
9058 Overview of Changes from GLib 2.17.0 to GLib 2.17.1
9059 ===================================================
9060
9061 * New function: g_utime(), a gstdio wrapper for utime()
9062
9063 * New functions: g_dgettext() and g_dngettext(), wrappers
9064   for corresponding gettext functions with added functionaliy
9065
9066 * Support the latest version of the shared-mime spec, including
9067   icons for mime types 
9068
9069 * New function: g_themed_icon_prepend_name()
9070
9071 * Bugs fixed: 
9072  535418 Please document which glib version defines goffset
9073  528715 Misprint in the description of the interface g_type_class_add_private
9074  528714 Misprint in the description of the interface g_param_spec_flags
9075  537260 Doc bug in G_TYPE_INSTANCE_GET_CLASS()
9076  530527 Misprint in the description of the interface 
9077         g_cclosure_marshal_VOID__FLAGS
9078  530526 Misprint in the description of the fields 'class_init' and 
9079         'class_finalize' of the structure GTypeInfo
9080  528719 Improvement to the documentation of the "g_object_connect" interface
9081  528172 gtk_signal_handlers_unblock_* functions return value
9082         amount of matched signals, not amount of actually unblocked
9083  528717 Misprint in the description of the parameter 'type_id' for 
9084         the interface g_type_register_fundamental
9085  528716 Misprint in the description of the parameter 'iface_data' for 
9086         the callback types GInterfaceInitFunc and GInterfaceFinalizeFunc 
9087  537555 GObject instantiation not thread safe
9088  537546 'desktop' shortcut in file chooser looks like a generic folder
9089  537392 Additional colon in xattr name
9090  536641 Filesystem querying in gio does not list AFS and autofs file systems
9091  528600 g_dummy_file_get_parent("scheme://example.com/")
9092  503071 Application direction changes to right to left even if theres no 
9093         translation
9094  502511 g_assert_cmphex prints invalid message
9095  338162 Use po/LINGUAS
9096  314453 Nautilus crashes in Solaris when browsing the attached file
9097  529321 make check fails in glib/pcre
9098  455215 g_get_user_special_dir: no reference about G_USER_DIRECTORY_DOWNLOAD 
9099         fallback to $HOME/Desktop if xdg-user-dirs is not in use
9100  498732 g_key_file_to_data cannot fail
9101  511367 add g_file_make_directory_with_parents
9102  531900 Use __builtin_offsetof for G_STRUCT_OFFSET if building with 
9103         gcc 4.0 or newer
9104  536158 also bump GHashTable version when a node is removed via
9105         g_hash_table_iter_remove()/g_hash_table_iter_steal()
9106  531403 g_utf8_collate broken on Mac
9107  535628 test/patterntest.c still includes gpattern.h directly
9108  535625 alias.h:2648: error: 'utime' undeclared here (not in a function)
9109
9110 * Translation updates:
9111  Arabic (ar)
9112  German (de)
9113  Italian (it)
9114  Norwegian bokmål (nb)
9115  Thai (th)
9116
9117
9118 Overview of Changes from GLib 2.16.x to GLib 2.17.0
9119 ===================================================
9120
9121 * Update to Unicode 5.1
9122
9123 * Update included libcharset to the one shipped with libiconv 0.12
9124
9125 * Update included PCRE to 7.7
9126
9127 * Enforce that only toplevel headers are directly included.
9128   This is turned on by default for GObject and GIO. To turn
9129   it on for GLib, define G_DISABLE_SINGLE_INCLUDES.
9130
9131 * Fix library version of GIO.  GLib 2.16 shipped with libgio-2.0.so.0.0.0
9132
9133 * On Solaris, use FEN for file monitoring in GIO
9134
9135 * Use the GIO_EXTRA_MODULES environment variable to find
9136   additional GIO modules 
9137
9138 * G_GNUC_ALLOC_SIZE: New macro that wraps the gcc alloc_size
9139   function attribute
9140
9141 * g_checksum_reset: New function to reset the state of a GChecksum 
9142
9143 * g_unix_mount_monitor_set_rate_limit: New function to limit the 
9144   rate at which events are reported
9145
9146 * g_file_query_file_type: New utility function to query the type of
9147   a file
9148
9149 * g_memory_output_stream_get_data_size: New function to obtain the
9150   size of the written data.
9151
9152 * Bugs fixed:
9153  522292 Gives warnings in glib/gutils.h with GCC in C99 mode
9154  523298 win_iconv can't convert from UTF-8 to GB18030 (or vice versa)
9155  518160 replace two g_strdup_printf calls in GBookmarkFile
9156  523877 gbookmarkfile: avoid using g_string_append_printf() and
9157         other optimizations 
9158  525192 100% CPU if run main loop with no IO sources
9159  315437 extern inline -> static inline
9160  524314 g_convert() on Win32 implicitly converts full width
9161         alphanumerics into half width
9162  525732 Error in documentation for g_list_first
9163  525674 A typo in gmarkup.c
9164  448943 g_timeout_add_seconds() problems
9165  525972 UCS-4 not in the new win_iconv implementation
9166  526619 make test-report crash
9167  491554 Update to Unicode 5.1.0
9168  519137 g_slice_dup macro needs cast for 64-bit platform
9169  528752 Win32 build and SSL not working
9170  530457 G_USER_DIRECTORY_DOWNLOAD folder improperly mapped
9171  528667 Typos in testing module documentation
9172  459905 Bug in wcwidth data
9173  534085 g_unichar_iswide_cjk() has a totally wrong table
9174  501651 Update glib/libcharset
9175  519026 G_STMT_START/G_STMT_END test a non-existent preprocessor symbol
9176  534319 GLib's .pc files could use Libs.private
9177  534137 Typo in g_spawn_async_with_pipes doc
9178  517419 gio win32 directory monitor
9179  526796 Wrong order of arguments in g_file_copy's fallback
9180  530196 _g_local_file_has_trash_dir() doesn't handle st_dev == 0
9181  532965 Should not return filesystem::free for certain file systems
9182  525553 fix typo and nitpicking in GArray documentation
9183  526572 Missing * in declaration of parent_class in Object
9184         Destruction section of GObject Reference Manual
9185  528648 Extra >s in Object Construction section
9186  535021 g_param_spec_internal documentation should
9187         describe purpose of nick and blurb
9188  521513 Firefox crash when using file picker
9189  528433 gdesktopappinfo snafu ...
9190  533369 API g_file_info_get_attribute_string () unables to get "...
9191  521045 glib f_fstypename miscellany
9192  521672 compile error
9193  521946 control rate limit on GUnixMountMonitor
9194  522335 Fails to build: glib/gtester.c:276: error: 'ARG_MAX' unde...
9195  523015 Implement sliding window based upload operation
9196  523019 Use new GCC 4 feature
9197  523338 list nfs4 as a nfs mount type
9198  524350 Make glib build without NLS again
9199  524579 g_file_copy reports wrong total on progress callback for ...
9200  524742 A typo in gtestutils.c.
9201  524950 Minor documentation typos.
9202  525866 the user directory should not be considered as a mount to...
9203  526320 should not list mounts that the user doesn't have permiss...
9204  527132 nautilus crash when making ftp connection
9205  532852 CRITICAL **: totem_pl_parser_parse_with_base: assertion `...
9206  534759 Build failure in gio
9207  534764 Typo in error produced by g_file_make_directory
9208  521851 Redudant tests in gunixmounts.c
9209  524344 glib/gthread.h still use G_GNUC_PRETTY_FUNCTION
9210  525060 glib fails to build with -DG_DISABLE_ASSERT in CPPFLAGS o...
9211  534177 Invalid description of the interface g_cclosure_marshal_S...
9212  520715 Add GFile method g_file_query_file_type
9213  523039 nautilus can't access to trash/computer/network if gvfs i...
9214  
9215 * Updated translations:
9216  Arabic (ar)
9217  Bulgarian (bg)
9218  Catalan (ca) 
9219  Czech (cs)
9220  Greek (el)
9221  Candian English (en_CA)
9222  British English (en_GB)
9223  Spanish (es)
9224  Estonian (et)
9225  Basque (eu)
9226  Galician (gl)
9227  Hebrew (he)
9228  Hungarian (hu)
9229  Japanese (ja)
9230  Lithuanian (lt)
9231  Norwegian bokmål (nb)
9232  Dutch (nl)
9233  Occitan (oc)
9234  Portugese (pt)
9235  Russian (ru)
9236  Slovak (sk)
9237  Albanian (sq)
9238  Swedish (sv)
9239  Turkish (tr)
9240  Vietnamese (vi)
9241
9242
9243 Overview of Changes from GLib 2.16.0 to GLib 2.16.1
9244 ===================================================
9245
9246 * Fix a crash in g_themed_icon_new
9247
9248 * Update the included PCRE to 7.6
9249
9250
9251 Overview of Changes from GLib 2.15.6 to GLib 2.16.0
9252 ===================================================
9253
9254 * Fix the definition of G_INLINE_FUNC to work with gcc 4.3.0
9255
9256 * GIO:
9257  - Add missing GMountMountFlags argument to g_unix_volume_mount
9258  - Fix the adopt_orphan_mount vfunc to take a volume monitor 
9259    reference
9260  - Add properties to GThemedIcon for bindings sake
9261
9262 * Bugs fixed:
9263  520484 gvfsd-trash crashed with SIGSEGV in g_path_is_absolute()
9264  510855 g_checksum_update(): Take -1 for length.
9265  517676 g_themed_icon_new*() do more than call g_object_new().
9266  518816 should handle rmdir returning EEXIST correctly
9267  519352 g_[s]list_delete_link() docs
9268  519489 Fixes for sparse warnings in gio
9269  520169 add monitor argument to vfunc for GVolumeMonitor
9270  520700 Add type check in g_file_query_exists
9271  521145 FILE_READ_ONLY_VOLUME not present on Mingw32
9272  518720 No MIME type for empty files
9273  521013 in documentation, goffset doesn't say "Since 2.x"
9274  521028 Missleading error messages from g_io_channel_set_encoding()
9275  517484 GMainLoop could set the thread "Alertable" for APCs to be... 
9276
9277 * Updated translations:
9278  Assamese (as)
9279  Bengali India (bn_IN)
9280  Czech (cs)
9281  German (de)
9282  Spanish (es)
9283  Estonian (et)
9284  Finnish (fi)
9285  French (fr)
9286  Gujarati (gu)
9287  Italian (it)
9288  Lithuanian (lt)
9289  Malayalam (ml)
9290  Marathi (mr)
9291  Norwegian bokmål (nb)
9292  Romanian (ro)
9293  Russian (ru)
9294  Slovak (sk)
9295  Ukrainian (uk)
9296
9297  
9298 Overview of Changes from GLib 2.15.5 to GLib 2.15.6
9299 ===================================================
9300
9301 * GIO:
9302  - New file attributes: trash::item-count, filesystem::use-preview
9303  - Rename g_file_contains_file to g_file_has_prefix
9304  - g_file_query_filesystem_info grew async variants
9305  - g_themed_icon_append_name: new convenience function
9306  - g_content_type_get_icon is implemented now
9307  - Only show mounts in /media and ~
9308  - g_file_contains_file has been renamed to g_file_has_prefix
9309
9310 * Win32:
9311  - g_win32_get_package_installation_directory_of_module: new function
9312    which supersedes g_win32_get_package_installation_directory
9313  - Use alertable wait functions so that I/O completion routines or 
9314    user-mode Asynchronous Procedure Calls can be run
9315  - Fix race conditions in g_spawn implementation on win32
9316
9317 * Other:
9318  - g_uri_get_scheme has been renamed go g_uri_parse_scheme
9319
9320 * Updated translations:
9321  Arabic (ar)
9322  Belarusian Latin (be@latin)
9323  Catalan (ca) 
9324  British English (en_GB)
9325  Finnish (fi)
9326  Galician (gl)
9327  Hebrew (he)
9328  Italian (it)
9329  Kannada (kn)
9330  Norwegian bokmål (nb)
9331  Dutch (nl)
9332  Brazilian Portugese (pt_BR)
9333  Vietnamese (vi)
9334
9335
9336 Overview of Changes from GLib 2.15.4 to GLib 2.15.5
9337 ===================================================
9338
9339 * Update the included PCRE to 7.6
9340
9341 * GIO:
9342  - g_volume_should_automount: new function to determine if a volume
9343    should be mounted automatically
9344  - g_file_query_default_handler: new convenience function to get
9345    the default handler for a file
9346  - g_app_info_launch_default_for_uri new convenience function to
9347    launch the default handler for a URI
9348  - Use mimeapps.list and defaults.list as discussed on xdg list
9349    recently
9350  - g_app_info_get_default_for_uri_scheme has a real implementation
9351    now (gvfs provides a GConf-based implementation)
9352  - There is the beginning of a test suite
9353  - standard::description:  new file attribute
9354  - GMountMountFlags flags argument added to mount calls
9355
9356 * GObject:
9357  - class initialization is now threadsafe
9358
9359 * Updated translations:
9360   Arabic (ar)
9361   Catalan (ca)
9362   Spanish (es)
9363   Basque (eu)
9364   Italian (it)
9365   Japanese (ja)
9366   Kannada (kn)
9367   Korean (ko)
9368   Macedonian (mk)
9369   Occitan (oc)
9370   Portugese (pt)
9371   Brazilian Portugese (pt_BR)
9372   Swedish (sv)
9373   Thai (th)
9374
9375
9376 Overview of Changes from GLib 2.15.3 to GLib 2.15.4
9377 ===================================================
9378
9379 * G_GNUC_PRETTY_FUNCTION has been deprecated
9380
9381 * GIO:
9382  - g_file_copy has an async variant now
9383  - Drives and volumes now have API to get identifiers
9384    like Hal UDIs or UUIDs.
9385  - There is now a registration API to let modules register
9386    extensions they provide, such as volume monitor implementations
9387
9388 * Bugs fixed:
9389   511807 g_time_val_to_iso8601() uses MT-unsafe gmtime() function
9390   316260 [patch] Doc patches for gnode (2.8.1)
9391   385132 solaris gettext support fix
9392   484261 ./configure check for system PCRE unicode support fails w...
9393   510292 GOption main help not shown
9394   511580 Implement g_file_copy_async
9395   511654 Compile errors due to C99 constructs
9396   487909 g_utf8_strreverse and combining marks
9397   512381 unused variable 'is_main_group' 
9398
9399 * Updated translations:
9400   Arabic (ar)
9401   Belarusian (be)
9402   Czech (cz)
9403   Spanish (es)
9404   French (fr)
9405   Galician (gl)
9406   Portugese (pt)
9407   Russian (ru)
9408   Swedish (sv)
9409   Thai (th)
9410
9411
9412 Overview of Changes from GLib 2.15.2 to GLib 2.15.3
9413 ===================================================
9414
9415 * GChecksum:
9416  - g_checksum_update can accept nul-terminated strings
9417  - The MD5 implementation works correctly on buffers 
9418    that are longer than 64 bytes
9419
9420 * GIO:
9421  - Don't include a copy of the inotify headers, rely on system headers
9422  - g_file_find_enclosing_mount has an async variant now
9423  - Reduntant seek API on file streams has been removed
9424
9425 * Bugs fixed:
9426   508602 gmemory{in|out}putstream.c: unknown pointer size
9427   508771 There is no g_file_test/exists() for GFile
9428   508773 g_uri_escape_string() documentation unclear.
9429   509465 AM_PATH_GLIB_2_0 doesn't support gio
9430   509626 async functions: Document allowed NULL callback?
9431   509990 GSeekable documentation unclear
9432   510448 No inotify support on ARM or SH5
9433   510855 g_checksum_update(): Take -1 for length. 
9434
9435 * Updated translations:
9436   Basque (eu)
9437   Marathi (mr)
9438   Swedish (sv)
9439   Ukrainian (uk)
9440
9441
9442 Overview of Changes from GLib 2.15.1 to GLib 2.15.2
9443 ===================================================
9444
9445 * GIO:
9446  - Mount operation API change: unhandled methods get reported via 
9447    the reply, rather than by the signal emission return value
9448  - File monitor API change: Add a GError argument to g_file_monitor_file
9449  - g_unix_mount_guess_should_display(): new function
9450
9451 * Bugs fixed:
9452   508224 [PATCH] FAM backend crashes due to double free
9453   508074 GAsyncResult documentation suggests g_freeing it.
9454   508108 GFile documentation slightly unclear.
9455   508309 rpc_pipefs mount points should be hidden
9456   508378 GFileInfo documentation implies that it changes attribute...
9457   508719 g_file_get_relative_path fails if parent is root
9458   508773 g_uri_escape_string() documentation unclear.
9459
9460 * Updated translations:
9461   Arabic (ar)
9462   Spanish (es)
9463   Hebrew (he)
9464   Italian (it)
9465   Korean (ko)
9466   Turkish (tr)
9467
9468
9469 Overview of Changes from GLib 2.15.0 to GLib 2.15.1
9470 ===================================================
9471
9472  * Portability fixes:
9473  - Assertion functions are marked as noreturn again
9474  - Handling of inline functions has been fixed to work with gcc 4.3
9475  - C99 comments have been removed from headers
9476  - The nonportable sed -i option is no longer used
9477
9478  * GIO:
9479   - Clarified the semantics of g_app_info_get_all()
9480   - API for memory input and output streams has been changed a bit
9481   - GDirectoryMonitor has been removed; GFileMonitor can monitor
9482     files and directories now
9483
9484  * Bugs fixed:
9485    504829 Invalid environment passed to g_spawn_async in g_desktop_...
9486    505258 crash in Users and Groups: Adding a user
9487    505815 g_content_types_get_registered should not g_free keys
9488    491218 g_timer_new() doesn't initialize timer->end
9489    315437 extern inline -> static inline
9490    476856 Inconsistency between standard and implementation of the ...
9491    480122 g_module_open fails to open modules with ".la" extension
9492    495589 gspawn.c failing to set FD_CLOEXEC
9493    500273 doesn't build with --disable-visibility
9494    504142 Do not show empty groups in --help output
9495    504879 giofam incorrectly linked
9496    505042 add file attribute for actually used file size in bytes
9497    505058 xattr namespace docs
9498    505674 Misprint in the definition of the macro G_CCLOSURE_SWAP_DATA
9499    505730 Fails to build on OSX 10.4: _NSGetEnviron not declared
9500    505887 older darwin lacks lchown
9501    506374 gmemoryinputstream api
9502    506461 Conversion of g_assert_not_reached() and friends into fun...
9503    503051 Small bug in glib interface
9504    506395 Updates to GIO documentation
9505    507628 Missing .pc entry for gio linking against glib
9506    505195 [patch] typo in g_try_new0 docs 
9507    507822 g{file,directory}monitor changes signal problem
9508    506377 gmemoryoutputstream write implementation
9509    507835 bug in gunixinputstream 
9510
9511  * Updated translations:
9512    Arabic (ar)
9513    Belarusian Latin (be@latin)
9514    Spanish (es)
9515    Basque (eu)
9516    Irish (ga)
9517    Hebrew (he)
9518    Occitan (oc)
9519    Vietnamese (vi)
9520
9521
9522 Overview of Changes from GLib 2.14.x to GLib 2.15.0
9523 ===================================================
9524
9525 Major new features:
9526
9527  * GIO: a VFS API, designed to replace GnomeVFS. The GIO implementation 
9528    in GLib has support for local filesystems. The new, separate gvfs 
9529    module contains various backend implementations (cifs, ftp, sftp,
9530    http, ...)
9531
9532  * GChecksum: provides various hash algorithms, such as MD5, SHA-1
9533    and SHA-256
9534  
9535  * GTest: a test framework 
9536  
9537 Smaller additions:
9538
9539  * GHash:
9540  - GHash has iterators, as an alternative to g_hash_table_foreach
9541
9542  * GMarkup: 
9543  - g_markup_parse_context_get_element_stack: New function to
9544    get the stack of open elements
9545  - G_MARKUP_PREFIX_ERROR_POSITION: New flag to improve error
9546    reporting
9547  - g_markup_collect_attributes: Convenience function for handling
9548    attributes
9549
9550 * GKeyFile: 
9551  - Functions that take a GError now return a boolean to indicate 
9552    success, instead of void
9553  - Various performance improvements
9554
9555 * GAsyncQueue:
9556  - g_async_queue_new_full: new function that allows to specify
9557    a free function for leftover elements
9558  
9559 * GError:
9560  - g_prefix_error and g_propagate_prefixed_error: New functions
9561    to ease error propagation
9562
9563 * Internationalization:
9564  - C_: A new 2-argument variant of the Q_() macro 
9565  - Use native character set conversion API on Windows
9566
9567 * GLib builds with automake 1.10
9568
9569 * Bugs fixed:
9570  455725 specific combination of g_utf8_strlen and g_pattern_match...
9571  467537 g_convert_with_iconv() not resetting iconv() state correc...
9572  497033 Commandline option parser should warn about missing optio...
9573  504527 gchecksum: Conditional jump or move depends on uninitiali...
9574  445362 Non-numeric local labels in gatomic.c are causing linker ...
9575  482313 gregex: no way to tell why compilation failed
9576  317775 main loops continues to run after g_main_loop_quit() has ...
9577  418778 Insufficient pkg-config version requirement
9578  436293 g_option_context_new() doc should mention that the string...
9579  466557 glib-mkenums shifts ARGV[0] to undefined
9580  468882 GKeyFile doesn't accept "True" as a true boolean value
9581  469551 application --help messages are garbaged on none UTF-8 lo...
9582  479724 Memory leak upon calling "g_main_loop_run" in the seconda...
9583  490061 outptrs uninitialized after g_parse_long_long
9584  490637 gobject documentation patch
9585  495294 glib-genmarshal prints warnings but returns 0
9586  496046 option to prefix location of errors for GMarkup
9587  498113 tests/regex-test fails on 64bit environment
9588  500506 Fails to build on OSX 10.4
9589  500638 gkeyfile speedup ...
9590  500875 Make check fails as there is no "test" target for "build"...
9591  502511 g_assert_cmphex prints invalid message
9592  502927 g_array_index triggers cast aligment warning
9593  503029 g_time_val_from_iso8601 parse non-ISO8601 dates
9594  503222 Need context to translate
9595  503420 gkeyfile leaks a hash table
9596  503470 Fix build when builddir != srcdir
9597  504227 Inverse variant for g_test_trap_assert_stdout, g_test_tra...
9598  71704  file include order
9599  491957 Misprint in the specification of the interface "g_main_co...
9600  491959 Misprint in description of the structure "GThreadPool"
9601  491965 Mistype in the specification of the function "g_hook_list...
9602  491966 Misprint in the specification of the interface "g_main_co...
9603  491968 The documentation does not mention the restriction for th...
9604  491970 The documentation for the interface "g_date_clamp" is inc...
9605  491974 The documentation of the interface "g_main_context_iterat...
9606  491975 The documentation for the interfaces "g_io_channel_read_u...
9607  491979 Misprint in the description of the interfaces g_key_file_...
9608  491982 Misprint in the description of the interface "g_key_file_...
9609  501107 EXTRA_DIST automake warnings
9610  501997 g_utf8_normalize() returns NULL on invalid string
9611  502590 C_/g_dpgettext efficiency
9612  464259 g_set_application_name() docs should say "Since 2.2"
9613  496518 gbase64.c API doc clarification
9614  498728 g_key_file_get_*_list should set length to 0 when returni...
9615  500361 Improve docs for g_array_free() and g_ptr_array_free()
9616  501853 g_checksum_get_digest docs
9617  503862 Allow NULL strings in g_parse_debug_string()
9618  142676 Q_
9619  367550 Add g_async_queue_new_full() with GDestroyNotify function
9620  375651 Minor enhancements to GKeyFile API
9621  443648 MD5 digest support
9622  449937 Upgrade auto* sources to be clean under automake1.9
9623  452887 gmarkup context "get element" function is useless when ca...
9624  491549 [PATCH] Eliminate libiconv dependency on Windows
9625  500507 GHashTableIter API 
9626
9627 * Translation updates
9628  Belarusian Latin (be@latin)
9629  Czech (cs)
9630  German (de)
9631  Spanish (es)
9632  Esperanto (et)
9633  French (fr)
9634  Korean (ko)
9635  Marathi (mr)
9636  Norwegian bokmål (nb)
9637  Brazilian Portugese (pt_BR)
9638  Slovenian (sl)
9639  Swedish (sv)
9640
9641
9642 Overview of Changes from GLib 2.14.2 to GLib 2.14.3
9643 ===================================================
9644
9645 * Update PCRE to 7.4
9646
9647 * Bugs fixed:
9648  487491 Fix some warnings from sparse
9649  488068 Small (one-time) memory leak in glib_gettext initialization
9650  493688 TYPE macro "_get_type ()" is documented wrong
9651
9652 * Updated translations:
9653  Arabic (ar)
9654  Belarusian Latin (be@latin)
9655  Estonian (et)
9656  Irish (ga)
9657  Slovenian (sl)
9658
9659  
9660 Overview of Changes from GLib 2.14.1 to GLib 2.14.2
9661 ===================================================
9662
9663 * Bugs fixed:
9664  476849 Invocation of the interface "g_hook_free" fails in certai...
9665  359165 marshallers can throw warnings with -Wunused
9666  477957 more discussion on g_value_set_object vs. g_value_take_ob...
9667  478459 G_DEFINE_DYNAMIC_TYPE_EXTENDED doesn't work with G_IMPLEM...
9668  483337 inline is disabled for MSVC when compiling C code
9669  478349 Broken link to gettext website
9670  469231 g_spawn optimization for setting all open fds to CLOEXEC 
9671
9672 * Updated translations:
9673 Arabic (ar)
9674 Galician (gl)
9675 Hebrew (he)
9676 Korean (ko)
9677
9678
9679 Overview of Changes from GLib 2.14.0 to GLib 2.14.1
9680 ===================================================
9681
9682 * Bugs fixed:
9683  476840 Invocation of the interface "g_utf8_strreverse" crashes f...
9684  444765 Fix FIXME in gregex.c when new pcre is out
9685  464145 g_markup_escape_text Produces Invalid XML
9686  465625 g_type_default_interface_ref() does not ensure working g_...
9687  466768 Clearify that comments can be put anywhere in a Key-file.
9688  474229 The GError documentation should give convention for the G...
9689  474899 G_BREAKPOINT() docs inaccurate
9690  475854 Overuse of -lpcre when using system pcre
9691  473879 Incorrect includes in gregex.c
9692  468694 Typoes in documentation
9693  469051 g_snprintf () talks about characters where it probably me...
9694  457601 Missing arch specific atomic implementation
9695  475923 Missing pcre flags when static-linking against glib
9696  475619 glibthread-2.0.la does not list -lpthread
9697
9698 * Updated translations:
9699  Bulgarian (bg)
9700  Catalan (ca)
9701  Danish (da)
9702  German (de)
9703  Canadian English (en_CA)
9704  British English (en_GB)
9705  Spanish (es)
9706  Estonian (et)
9707  Finnish (fi)
9708  French (fr)
9709  Gujarati (gu)
9710  Hungarian (hu)
9711  Italian (it)
9712  Georgian (ka)
9713  Kannada (kn)
9714  Lithuanian (lt)
9715  Makedonian (mk)
9716  Norwegian (nb)
9717  Dutch (nl)
9718  Polish (pl)
9719  Portugese (pt)
9720  Brazilian Portugese (pt_BR)
9721  Romanian (ro)
9722  Russian (ru)
9723  Albanian (sq)
9724  Serbian (sr, sr@Latn)
9725  Swedish (sv)
9726  Tamil (ta)
9727  Thai (th)
9728  Ukrainian (uk)
9729  Vietnamese (vi)
9730
9731
9732 Overview of Changes from GLib 2.13.7 to GLib 2.14.0
9733 ===================================================
9734
9735 * Last-minute API additions:
9736  - Make g_unichar_combining_class public
9737  - Add goffset type, add G_MAXSSIZE and G_MINSSIZE
9738
9739 * Update PCRE to 7.2
9740
9741 * Bugs fixed:
9742  453998 Make _g_unichar_combining_class() public
9743  462549 gregex.c: variable is declared at middle of block
9744  417068 g_file_test doc inconsistency
9745
9746 * Updated translations:
9747  Assamese (as)
9748  Basque (eu)
9749  Kannada (kn)
9750  Malayalam (ml)
9751  Dutch (nl)
9752  Polish (pl)
9753  Brazilian Portugese (pt_BR)
9754  Turkish (tr)
9755
9756
9757 Overview of Changes from GLib 2.13.6 to GLib 2.13.7
9758 ===================================================
9759
9760 * The memory corruption warning from the slice allocator that
9761   occurred when threads were initialized after the slice allocator
9762   has been removed, as the slice allocator now works fine
9763   in this scenario.
9764
9765 * New functions g_once_init_enter() and g_once_init_leave() make
9766   it easier to write threadsafe one-time initialization functions 
9767  
9768 * Bugs fixed:
9769  454473 Simple XML Subset Parser terminates on invalid XML
9770  445813 g_module_open error, add file name
9771  453796 errno gets clobbered by g_filename_display_name
9772  341988 don't use "-c" with msgfmt in Makefile.in.in
9773  447048 Please produce slightly more output during long tests
9774  454785 GModule documentation lists same block of code twice.
9775  454786 GModule documentation lists same paragraph twice.
9776  383155 small docs quirks in gobject/closure API documentation
9777  65041  _get_type() functions aren't thread safe
9778
9779 * Updated translations
9780  Assamese (as)
9781  Spanish (es)
9782  Gujarati (gu)
9783  Japanese (ja)
9784  Korean (ko)
9785  Macedonian (mk)
9786
9787
9788 Overview of Changes from GLib 2.13.5 to GLib 2.13.6
9789 ===================================================
9790
9791 * Reintroduce a GType typedef whose removal in 2.13.5
9792   caused trouble for C++ bindings
9793
9794 * Bugs fixed:
9795  450216 docs not explicit enough about g_free()
9796  451459 g_type_register_static_simple calls g_type_register_static
9797
9798 * Updated translations
9799  Norwegian bokmål (nb)
9800  Sinhala (si)
9801
9802
9803 Overview of Changes from GLib 2.13.4 to GLib 2.13.5
9804 ===================================================
9805
9806 * xdg-user-dirs support: 
9807  - the Desktop directory is guaranteed to be defined
9808  - user-dirs.dirs is no longer reloaded on changes
9809
9810 * Slice allocator: 
9811  - new api to duplicate slices
9812
9813 * Regular expression support:
9814  - GRegex is a boxed type now
9815
9816 * Bugs fixed:
9817  44793 make check failing in trunk
9818  354522 Small problem with PLT hiding 6 symbols
9819  363986 glib 2.12.4 does not compile with SGI IDO cc
9820  443869 g_type_class_add_private doesn't warn when adding 0-sized...
9821  446859 Legitimately return 0 for g_quark_from_string(NULL)
9822  447534 Small typo in g_timeout_add_seconds() doc
9823  447583 GStaticRWLock
9824  447935 g_get_current_dir SIGSEGV on long path
9825  448260 CLAMP has surprising result if low > high
9826  57693  g_string_vprintf()
9827  442029 add g_slice_dup()
9828  445065 Add GRegex boxed type
9829  448819 Add full version of g_timeout_add_seconds()
9830
9831 * Updated translations: 
9832  Swedish (sv)
9833  Oriya (or)
9834  Hebrew (he)
9835  Spanish (es)
9836  Estonian (et)
9837
9838  
9839 Overview of Changes from GLib 2.13.3 to GLib 2.13.4
9840 ===================================================
9841
9842 * Bugs fixed:
9843  444121 g_get_user_special_dir deadlocks
9844  444161 invalid UTF8 in key name shows up as valgrind error in g_...
9845  444130 g_option_context_get_help() is broken when there's a desc...
9846
9847
9848 Overview of Changes from GLib 2.13.2 to GLib 2.13.3
9849 ===================================================
9850
9851 * GKeyFile:
9852  - Added defines for easier handling of desktop files
9853
9854 * Unicode support:
9855  - Update g_unichar_iswide_cjk for Unicode 5.0
9856
9857 * Regular expression support:
9858  - GRegex structs can now be ref-counted
9859  - Some new functions for dealing with incremental 
9860    replacement have been added
9861  - The GRegexEvalCallback signature has been changed
9862
9863 * g_get_user_special_dir() has been added to support
9864   xdg-user-dirs
9865
9866 * Bugs fixed:
9867  419376 Functions using named subpatterns behave inconsistently w...
9868  434358 g_regex_fetch_named() and g_regex_fetch_named_pos() are b...
9869  423708 typo in the README.win32 file see patch below
9870  339225 Add new defines for easier handling of .desktop files 
9871  442265 API additions/changes for GRegex
9872  432651 Add a glib-ish xdg_user_dir_lookup
9873
9874 * Updated translations:
9875  Estonian (et)
9876  Norwegian bokmål (nb)
9877
9878
9879 Overview of Changes from GLib 2.13.1 to GLib 2.13.2
9880 ===================================================
9881
9882 * Unicode support:
9883  - Add g_unichar_ismark()
9884
9885 * GOption:
9886  - Allow to use callbacks for remaining args
9887
9888 * Updated translations:
9889   Belarusian Latin (be@latin)
9890   British English (en_GB)
9891   Galician (gl)
9892   Norwegian bokmål (nb)
9893   Oriya (or)
9894   Spanish (es)
9895   Thai (th)
9896
9897
9898 Overview of Changes from GLib 2.13.0 to GLib 2.13.1
9899 ===================================================
9900
9901 * GRegex:
9902  - Portability fixes
9903  - Split into immutable GRegex and GMatchInfo
9904  - Add g_regex_get_max_backref() and g_regex_get_capture_count()
9905    to obtain information about the compiled regex
9906
9907 * GKeyFile:
9908  - Fix roundtrip problems
9909  - Add g_key_file_load_from_dirs()
9910
9911 * Unicode support:
9912  - Fix corner cases in case conversion routines
9913
9914 * GOption:
9915   - Add a function to get the formatted help string
9916
9917 * GHash:
9918  - Add new functions g_hash_table_get_keys() and
9919    g_hash_table_get_values() to retrieve the keys and
9920    values in list form
9921
9922 * Updated transations:
9923   Simplified Chinese (zh_CN)
9924   Arabic (ar)
9925
9926
9927 Overview of Changes from GLib 2.12 to GLib 2.13.0
9928 =================================================
9929
9930 * Add GSequence, a list that is implemented using
9931   a balanced binary tree.
9932
9933 * Add GRegex, an implementation of Perl regular expressions,
9934   based on PCRE.
9935  
9936 * Use Posix monotonic clocks instead of gettimeofday()
9937   for GTimer when available.
9938
9939 * Support static initialization of GQeues with G_QUEUE_INIT,
9940   g_queue_init() and g_queue_clear().
9941
9942 * Add g_string_chunk_clear() for clearing a 
9943   GStringChunk.
9944
9945 * Add g_unichar_get_script() to obtain Unicode
9946   script information.
9947
9948 * Add g_unichar_iszerowidth() to obtain information
9949   about zero-width characters.
9950
9951 * Add G_GNUC_MAY_ALIAS which wraps the gcc may_alias 
9952   type attribute.
9953
9954 * G_GNUC_INTERNAL has a working definition for the
9955   Sun Studio compiler. This requires the macro to
9956   be positioned before the function declaration.
9957
9958 * The slice allocator can produce detailed debugging
9959   information with G_SLICE=debug-blocks.
9960
9961 * Modules support G_DEBUG flags resident-modules and
9962   bind-now-modules.
9963
9964 * Add G_DEFINE_DYNAMIC_TYPE() to make it easier
9965   to define types in modules.
9966
9967 * Bug fixes: too many to list them in detail here.
9968
9969 * New and updated translations (be,bg,bn,ca,cs,de,
9970   en_CA,en_GB,et,fa,fr,he,hu,it,ja,ku,lt,mg,mk,ml,
9971   nb,ne,nn,pt,pt_BR,ro,sr,sr@Latn,sv,ta,uk,vi,zh_CN,
9972   zh_HK,zh_TW)
9973
9974
9975 Overview of Changes from GLib 2.12.1 to GLib 2.12.2
9976 ===================================================
9977
9978 * Unicode updates:
9979  - Normalization is following Unicode TR #29
9980  - g_unichar_isxdigit() only accept characters
9981    for which g_unichar_xdigit_value() returns a value
9982  - g_unichar_toupper and g_unichar_tolower leave
9983    unconvertable characters in place instead of
9984    replacing them by NUL
9985
9986 * Bugs fixed
9987  348491 g_utf8_strup() and g_utf8_strdown() returns 
9988         string with NUL bytes
9989  349825 GKeyFile always inserts a newline before a group
9990  347842 g_unichar_isxdigit() is too general about what 
9991         it considers a digit
9992  348694 g_utf8_normalize() hasn't been updated to PR #29
9993  348785 Hint about G_DEBUG in Message Logging docs
9994  349792 Wrong english string (UI)
9995  349952 gparamspecs.c uses gcc feature
9996
9997 * Translation updates (ca,cs,de,dz,es,eu,fi,gu,ko,
9998   nl,pl,tr,uk,zh_HK,zh_TW)
9999
10000
10001 Overview of Changes from GLib 2.12.0 to GLib 2.12.1
10002 ===================================================
10003
10004 * Update to final Unicode Character Database 5.0.0
10005
10006 * Bugs fixed:
10007  346660 issues with base64 api documentation / g_base64_decode_cl...
10008  348136 Coverity reports allocation of wrong size CID #2839
10009  336281 Update to UCD 5.0
10010  346197 g_date_strftime %F option doesnt work for win32
10011  348011 Small optimization to real_toupper()
10012  246494 prototype mismatch in glib/gconvert.c
10013
10014 * New and updated translations (bg,bn_IN,ca,dz,eu,fi,
10015   fr,he,it,ja,mk,or,pt)
10016
10017
10018 Overview of Changes from GLib 2.11.4 to GLib 2.12
10019 =================================================
10020
10021 * Bugs fixed:
10022  344905 leap-year bug in g_time_val_from_iso8601 w/o HAVE_TIMEGM
10023
10024 * Updated translations (cy,nb,nl)
10025
10026
10027 Overview of Changes from GLib 2.11.3 to GLib 2.11.4
10028 ===================================================
10029
10030 * GBookmarkFile:
10031  - g_bookmark_file_remove_item returns a boolean
10032  
10033 * g_mkstemp accepts the XXXXXX in the middle of
10034   the template
10035  
10036 * Bugs fixed:
10037  344868 g_key_file_to_data should separate groups 
10038
10039 * Updated translations (de,es,fr,gu,hi,ko,th)
10040
10041
10042 Overview of Changes from GLib 2.11.2 to GLib 2.11.3
10043 ===================================================
10044
10045 * GBookmarkFile:
10046   - g_bookmark_file_move_item: Return TRUE in case of
10047     an empty target
10048
10049 * Bugs fixed: 
10050  343919 gunicollate.c: strxfrm bug on VC8
10051
10052 * Updated translations (fi)
10053
10054 Overview of Changes from GLib 2.11.1 to GLib 2.11.2
10055 ===================================================
10056
10057 * Add g_ascii_stroll to parse signed 64bit integers
10058
10059 * GMarkup: add a flag to treat CDATA as text
10060
10061 * GHashTable: add functions to remove all entries
10062
10063 * GMainLoop: add functions to find the currently
10064   running source, and determine if it is destroyed
10065
10066 * Bug fixes:
10067  342563  g_atomic_thread_init() needs to be called before 
10068          other _g_*_thread_init() functions
10069  343548  Potential use after free in callers of g_string_free() 
10070  168538  Wish: Clearing contents of GHashTables
10071  321886  GTK+ cannot be reliably used in multi-threaded 
10072          applications
10073  341826  goption.c: 'strtoll' is C99's function
10074  343899  g_ascii_formatd dosn't work as expected for all 
10075          format strings
10076  317793  Make GEnumValue strings const
10077  337129  Compile warnings in G_IMPLEMENT_INTERFACE
10078  303622  What is G_TYPE_CHAR?
10079
10080 * Updated translations (bg,dz,eu,gl,ja,ko,nl,th,vi)
10081  
10082
10083 Overview of Changes from GLib 2.11.0 to GLib 2.11.1
10084 ===================================================
10085
10086 * GOption  
10087   - Support 64-bit integers 
10088   - Allow optional text before and after the options
10089     in help output
10090
10091 * Bug fixes:
10092  340538 gbase64-test writes OOB 
10093  340816 GKeyFile set_string_list invalid memory reads 
10094  339105 g_key_file_parse_value_as_double
10095  340434 convert-test.c fails (function test_one_half)
10096  311043 Memory leaks (and potential infinite loops) 
10097         when using G_ERRORCHECK_MUTEXES
10098  335198 Error checking mutexes are fubar  
10099  341237 Add a G_OPTION_ARG_INT64
10100  341192 g_io_channel_set_flags not implemented on win32
10101  336120 Allow adding description before/after GOption 
10102         --help output body
10103  341191 misplaced check in g_relation_delete
10104  340530 mismatched calloc / g_free in win32 threads
10105
10106 * Updated translation (es)
10107
10108 Overview of Changes from GLib 2.10.x to GLib 2.11.0
10109 ===================================================
10110
10111 * GBookmarkFile: a parser for files containing bookmarks
10112   stored using the Desktop Bookmark specification.
10113
10114 * Base64 encoding support
10115         
10116 * Unicode 5.0 support
10117
10118 * GOption supports floating point numbers 
10119
10120 * GKeyFile supports floating point numbers
10121
10122 * Bug fixes:
10123  155884 gatomic.c should be based on new SDK
10124  157877 update-desktop-database doesn't handle duplicate entries
10125  164719 keyfile parser doesn't support floats
10126  327662 Import BookmarkFile from libegg
10127  329548 Add G_OPTION_ARG_DOUBLE
10128  329789 option-test.c type confusion
10129  332841 Segmentation Fault when %llu is passed to vasnprintf and 
10130         HAVE_SNPRINTF is not defined
10131  333879 gthread/gthread-win32.c: IsDebuggerPresent needs '#define 
10132         _WIN32_WINDOWS 0x0401'
10133  333916 g_timer_elapsed docs should mention that microseconds 
10134         may be NULL
10135  334440 dlerror() portability issue causes crash on (old) a.out 
10136         NetBSD platform
10137  334646 goption + error out params
10138  334799 g_remove() must check return value of remove()
10139  334943 make check FAIL: threadpool-test
10140  335215 Some breakages with GThreadPool
10141  336085 g_option_context_new parameter lacks better explanation
10142  336677 Documentation for g_object_ref_sink() is incorrect
10143  337027 gbookmarkfile.c: sys/time.h include error
10144  337553 Wrong escaping of URIs
10145  338572 Dereferencing NULL value in g_key_file_get_group_comment
10146  338845 g_completion_complete_utf8 crashes when NULL is passed to it
10147  339337 g_bookmark_file_set_description
10148  339338 gbookmarkfile.c, function expand_exec_line
10149  339340 gbookmarkfile.c, function bookmark_app_info_dump
10150
10151 * Translation updates (bg,en_GB,et,gl,gu,he,hi,ka,nb,nl,nn,
10152                        or,pt_BR,ro,tr,vi,zh_CN)
10153
10154
10155 Overview of Changes from GLib 2.10.0 to GLib 2.10.1
10156 ===================================================
10157
10158 * Bugs fixed:
10159  314794 Broken pthread detection on Darwin [Gregor Riepl]
10160  322476 Missing check for .dylib [Vladimir Panov]
10161  333651 Inconsistent _g_charset_get_aliases prototype [Julio 
10162         M. Merino Vidal]
10163  333761 GInitiallyUnowned breaks application code [Sven Herzberg]
10164
10165 * Win32 changes:
10166  - Fix g_listenv() implementation.
10167  - Allow up to 100 GPrivate structs
10168
10169 * Translation updates (fr,hu,lt,pl,sv)
10170
10171
10172 Overview of Changes from GLib 2.9.6 to GLib 2.10.0
10173 ==================================================
10174
10175 * Bugs fixed:
10176  328997 64bit pointer trunction in glib slab-allocator
10177         [Pascal Hofstee]
10178  331110 g_cond_broadcast(inform_cond) without holding 
10179         inform_mutex [Chris Wilson, Sebastian Wilhelmi]
10180  332093 Fix some leaks in the tests [Kjartan Maraas]
10181  332435 g_utf8_strlen returns wrong value if a maximum 
10182         number of bytes to check is specified 
10183         [Matthias Clasen]
10184  331367 gslice requires more POSIX-like semantics for 
10185         GPrivate destructors [Tor Lillqvist]
10186
10187 * Documentation improvements [Matthias, Kang Jeong-Hee,
10188   Tor Lillqvist, Stefan Kost]
10189
10190 * Translation updates (el,eu,ka,uk)
10191
10192 Overview of Changes from GLib 2.9.5 to GLib 2.9.6
10193 =================================================
10194
10195 * Bugs fixed: 
10196  329124 distclean removes README [Kjartan Maraas, Tim Janik]
10197  317679 GRelation field type not documented [Behdad Esfahbod]
10198  329123 Typo in GTime docs [Kjartan Maraas]
10199
10200 * Documentation improvements [Sven Herzberg, David
10201   Schleef, Kjartan Maraas, Behdad Esfahbod]
10202
10203 * Translation updates (cs,cy,it,ko,pt,sq,sr,sr@Latn,ru
10204
10205 Overview of Changes from GLib 2.9.4 to GLib 2.9.5
10206 =================================================
10207
10208 * Memory management: 
10209   Runtime debugging support: The slice allocator
10210   can be turned off by setting G_SLICE=always-malloc
10211   in the environment. Zeroing of freed memory can
10212   now be turned on at runtime by setting
10213   G_DEBUG=gc-friendly in the environment. [Tim Janik]
10214
10215 * Bugs fixed:
10216  328253 HP-UX/IA-64 uses ".so" as default shared library 
10217         extension [Albert Chin]
10218  143380 unicode-encoding test fails converting to UTF-16 
10219         with libiconv [Marc Moorcroft]
10220  328254 Build breakage (GSlice) [Jens Ganseuer]
10221  328705 C99ism in glib/gmem.c [Kazuki Iwamoto]
10222
10223 * Translation updates (da,et,zh_CN)
10224
10225 Overview of Changes from GLib 2.9.3 to GLib 2.9.4
10226 =================================================
10227
10228 * Type system:
10229   Fix a problem with g_object_compat_control() which 
10230   can lead to segfaults in GTK+ applications on 64bit 
10231   platforms. 
10232
10233 * Thread suppport: 
10234   Unused threads now fall back to the global pool after 
10235   500 milliseconds, where they wait for another 
10236   max-idle-time milliseconds. [Sebastian Wilhelmi]
10237
10238 * Fix a memory allocation problem in GKeyFile. [Morten 
10239   Welinder]
10240
10241
10242 Overview of Changes from GLib 2.9.2 to GLib 2.9.3
10243 =================================================
10244
10245 * GTree:
10246  - Replace the simple recursive implementation by
10247    a nonrecursive, threaded one  [Maurizio Monge]
10248
10249 * Change g_filename_display_name and
10250   g_filename_display_basename to use the Unicode
10251   replacement character U+FFFD instead of a question
10252   mark, and don't append "(invalid encoding)"  [Matthias]
10253
10254 * Documentation improvements [Sven Herzberg, Federico
10255   Mena Quintero, Stefan Kost]
10256
10257 * Bugs fixed:
10258  323937 gslice.c in glib 2.9.1 doesn't build on Mac OS X 
10259         [Bogdan Nicula]
10260  326558 Some test failures on IRIX 6.5 [Daichi Kawahata]
10261  169285 "threaded" tree implementation for GTree 
10262         [Maurizio Monge]
10263  326747 g_filename_display_basename adds (invalid encoding) 
10264         [Alberto Ruiz]
10265
10266 Other contributors: Christian Kellner, Murray Cumming
10267
10268 New and updated translations (bg,ca,de,es,et,gu,ja,nl,th,vi)
10269
10270
10271 Overview of Changes from GLib 2.9.1 to GLib 2.9.2
10272 =================================================
10273
10274 * Memory management:
10275  - Add tests for cache colorization [Tim Janik]
10276  - Minimize space consumption if small amounts of differently
10277    sized slices are allocated, at a small performance cost.  [Tim]
10278
10279 * Thread support:
10280  - Add g_atomic_pointer_set() and g_atomic_int_set() [Tim Janik,
10281    Sebastian Wilhelmi]
10282  - Add g_thread_pool_set_sort_function() to allow sorting the 
10283    tasks of a threadpool.  [Martyn Russell]
10284  - Add g_thread_pool_set_idle_time() to allow unused threads
10285    to exit after a certain time.  [Martyn]
10286
10287 * Type system:
10288  - introduce a new type GInitiallyUnowned, which has an initial
10289    floating reference. [Tim]
10290  - Add support for GType parameters. [Matthias]
10291
10292 * Main loop:
10293  - Add g_main_context_is_owner() to determine if the current
10294    thread is the owner of the context.  [Michael Meeks]
10295
10296 * Provide g_access(), g_chdir(), g_unlink(), g_rmdir() as 
10297   wrapper functions instead of macros.  [Manish Singh]
10298
10299 * Documentation improvements [Tim, Matthias, Federico Mena Quintero,
10300   Stefan Kasal, Dan Williams]
10301
10302 * New and updated translations (en_CA,fi,fr,gl,ml,nb,no,zh_HK,zh_TW)
10303
10304 * Bugs fixed:
10305  324179 g_allocator_new() returns pointer to const dummy which Gtk+ 2.8 
10306         tries to modify [J. Ali Harlow]
10307  324332 g_option_context_parse() returns false without setting error 
10308         [Tim-Philipp Müller]
10309  324950 GLIB 2.9.1 testcase errors [Dan Yefimov]
10310  325015 gslice.c: process.h is needed on Windows [Kazuki Iwamoto]
10311  321978 G_DATALIST_GET_FLAGS() macro is not casting datalist to 
10312         gpointer [Andrew Paprocki]
10313  316221 G_LOCK warns about breaking strict-aliasing [Michal Benes, 
10314         Stanislav Brabec]
10315  325273 Error in documentation for glib_check_version () [Declan Naughton]
10316  325310 g_spawn_sync hangs when catching both stdout and 
10317         stderr [Tor Lillqvist]
10318  325249 gcc warning when using g_rmdir from <glib/gstdio.h> [Jani Monoses]
10319  325864 glib/gthreadpool.c:"#define debug(...)" is C99 [Kazuki Iwamoto]
10320  325874 Should say somewhere that source IDs are > 0 [Dan Williams]
10321  325438 a typo (compatability) [Stefan Kasal]
10322  323937 gslice.c in glib 2.9.1 doesn't build on Mac OS X [Bogdan Nicula]
10323
10324
10325 Overview of Changes from GLib 2.9.0 to GLib 2.9.1
10326 =================================================
10327
10328 * Memory management
10329  - The slice allocator is implemented [Tim Janik]
10330  - g_slice_free_chain() has been renamed to 
10331    g_slice_free_chain_with_offset()  [Tim, Behdad Esfahbod]
10332  - Mem chunks are deprecated [Matthias Clasen]
10333
10334 * Data structures
10335  - Hash tables are refcounted, and have a boxed type [Tim]
10336
10337 * Thread support
10338  - Support for Solaris threads has been removed 
10339    [Sebastian Wilhelmi, Andrew Paprocki]
10340  - g_async_queue_sort(), g_async_queue_push_sorted() have 
10341    been added to allow GAsyncQueue to be used as a priority 
10342    queue, together with the corresponding _unlocked 
10343    variants  [Martyn Russell]
10344
10345 * GObject:
10346  - The concept of a floating initial reference has been
10347    moved from GtkObject to GObject [Tim]
10348
10349 * Win32 changes:
10350  - Make g_rename() replace existing files [Tor Lillqvist]
10351
10352 * Misc new API:
10353  - G_GUINT64_CONSTANT macro to define guint64 
10354    constants [Andrew Paprocki]
10355  - G_GNUC_WARN_UNUSED_RESULT macro to instruct the 
10356    compiler to emit a warning if the value returned
10357    by a function is ignored. [Arjan van de Ven, Alex Larsson]
10358  - GList and GSList now have sort functions which take an
10359    extra user data argument [Martyn Russell]
10360  - g_param_spec_ref_sink() has been added for consistency [Tim]
10361
10362 * $LOGNAME is respected when determining user data. [Laszlo Peter]
10363
10364 * Other changes and bug fixes [Tim, Matthias, Behdad, 
10365   Christian Persch, Benedikt Meurer, Andrew Paprocki, 
10366   Kazuki Iwamoto, Alexis S. L. Carvalho, Stanislav Brabec,
10367   Andreas Schwab, Kalle Vahlman]
10368
10369 * Documentation
10370  - Deprecation warnings carry version information [Matthias]
10371  - The slice allocator has been documented [Matthias, Tim]
10372  - Other improvements [Morten Welinder]
10373
10374 Overview of Changes from GLib 2.8.x to GLib 2.9.0
10375 =================================================
10376 * Unicode support:
10377  - The Unicode tables have been updated to Unicode 4.1, 
10378    adding several new values to the GUnicodeBreakType 
10379    enumeration. This breaks Pango <= 1.10 
10380    [Behdad Esfahbod]
10381  - The various Unicode character predicate functions 
10382    (g_unichar_isalpha, g_unichar_isdigit,...) have
10383    been optimized
10384    [Behdad]
10385  - g_utf8_pointer_to_offset, g_utf8_offset_to_pointer:
10386    These functions handle negative offsets now, and
10387    going backwards in g_utf8_offset_to_pointer uses
10388    "stutter stepping".
10389    [Larry Ewing, Matthias Clasen]
10390
10391 * Memory management:
10392  - Mem chunks are no longer used internally in GLib and
10393    GObject. GMemChunk will be deprecated in GLib 2.10
10394  - All APIs based on GAllocator (g_list_push/pop_allocator,
10395    and similar push/pop_allocator functions for other
10396    data structures) have been deprecated, since they
10397    never worked as intended.
10398  - The g_slice_* functions have been added as a 
10399    new API for fast allocation of small memory blocks. 
10400    The implementation in GLib 2.9.0 is just a simple 
10401    wrapper around malloc. GLib 2.10 will have an
10402    efficient and scalable implementation. 
10403    [Tim Janik, Matthias]
10404
10405 * Pattern matching:
10406  - g_pattern_match has been optimized to avoid
10407    unnecessary recursion.
10408    [Tim, Matthias]
10409
10410 * g_intern_string, g_intern_static_string: 
10411  - New functions to intern strings. These are now used 
10412    by GObject to avoid duplicating static strings 
10413    [Matthias]
10414
10415 * g_thread_foreach: 
10416  - New function to iterate over all GThreads 
10417    [Tim, Matthias]
10418
10419 * g_date_set_time_t, g_date_set_time_val:
10420  - New functions to set a GDate from a time_t or
10421    GTimeVal value. g_date_set_time has been deprecated 
10422    in favor of these.
10423    [Roger Leigh]
10424
10425 * g_snprintf and g_vsnprintf:
10426  - These functions are no longer declared in gprintf.h, 
10427    since they are in glib.h
10428    [Matthias]
10429
10430 Overview of Changes from GLib 2.8.0 to GLib 2.8.1
10431 =================================================
10432 * Optimize single-character insertions in GString [Ross Burton]
10433 * Fix build problems on OS X
10434 * Fix build problems on Win32 [Tor Lillqvist, Hans Breuer]
10435 * Other bug fixes [Matthew F. Barnes, Stepan Kasal] 
10436 * Documentation improvements [Tristan van Berkom, Behnam
10437   Esfahbod, Gustavo Carneiro, Stepan Kasal, Matthias]
10438 * New and updated translations (ca,cy,ko,ro,uk)
10439
10440 Overview of Changes from GLib 2.7.7 to GLib 2.8.0
10441 =================================================
10442 * Make g_value_transform() handle enum values
10443   correctly on ppc64.  [Michael Lorenz]
10444   (Third-party code accessing enumeration values 
10445   in GValues should also be changed to access 
10446   v_long, not v_int, in order to work on bigendian 
10447   64bit machines.)
10448 * Make g_flags_get_first_value() handle a value
10449   of 0 meaningfully. [Tim-Philipp Müller] 
10450
10451 Overview of Changes from GLib 2.7.6 to GLib 2.7.7
10452 =================================================
10453 * Make atomic operations on s390 work [Matthias]
10454 * Fix C++ guards in gstdio.h [Tor Lillqvist]
10455
10456 Overview of Changes from GLib 2.7.5 to GLib 2.7.6
10457 =================================================
10458 * Add native implementations of atomic operations 
10459   on s390 [Matthias]
10460 * Make atomic reference counting of closures
10461   work on s390 [Matthias]
10462 * Avoid an infinite loop in g_convert_with_iconv().
10463   [Sebastian Bacher]
10464 * Documentation improvements [Ross Burton]
10465
10466 Overview of Changes from GLib 2.7.4 to GLib 2.7.5
10467 =================================================
10468 * Thread-related changes
10469  - Fix build issues on HP-UX [Paul Cornett]
10470  - Threadsafe access to flags stored in datasets [Tim Janik]
10471  - Fix several issues with atomic refcounting for 
10472    closures, objects and paramspecs [Tim]
10473  - Improve tests for atomic refcounting changes [Tim]
10474 * Fix handling of stateful encodings in g_convert_* [Matthias]
10475 * Fix translation of GOption help output [Dan Winship]
10476 * Catch format errors in translations. This may cause 
10477   "make check" to fail when using older versions
10478   of gettext [Matthias]
10479 * Win32 bug fixes [Tor Lillqvist]
10480 * Documentation improvements [Ross Burton, Jochen Baier, 
10481   Matthias, Tim]
10482 * New and updated translations (de,fi,gu,pl,pt,tr,zh_TW)
10483
10484 Overview of Changes from GLib 2.7.3 to GLib 2.7.4
10485 =================================================
10486 * Fix g_atomic_pointer_compare_and_exchange 
10487   on Sparc64 [Gert Doering]
10488 * Fix a hang in g_thread_pool_free. [Hong Jen Yee]
10489 * Win32 bug fixes [Tor Lillquist]
10490 * Other bug fixes [Benoit Dejean, Manish Singh]
10491 * Documentation improvements [Bryan Silverthorn,
10492   Callum McKenzie] 
10493 * New and updated translations (de,lt,sq,zh_CN)
10494
10495 Overview of Changes from GLib 2.7.2 to GLib 2.7.3
10496 =================================================
10497 * GOption
10498  - Allow callbacks with optional arguments [Pawel Sliwowski]
10499  - Allow to turn off the automatic long option name
10500    disambiguation  [Adam McLaurin]
10501  - Only allow printable ASCII as short option names [Matthias]
10502 * Win32
10503  - Build fixes [Tor Lillqvist]
10504  - Rewrite iochannel socket implementation [Tor]
10505 * GObject
10506  - Threadsafety improvements; in particular, refcounting
10507    of objects is done atomically now. [Wim Taymans, Tim Janik]
10508 * Bug fixes [Morten Welinder, Matthias, Wim Taymans]
10509 * Documentation improvements [Richard Laager, Matthias]
10510 * New and improved translations (bf,cs,hu,nb,nl,no)
10511
10512 Overview of Changes from GLib 2.7.1 to GLib 2.7.2
10513 =================================================
10514 * Win32 build fixes [Hans Breuer]
10515 * Bug fixes [Mikael Magnusson]
10516 * Documentation improvements [Matthias Clasen]
10517 * New and updated translations (en_CA,es,et,ja,sr,sr@Latn,zh_TW)
10518
10519 Overview of Changes from GLib 2.7.0 to GLib 2.7.1
10520 =================================================
10521 * GOption 
10522  - Allow callback arguments without parameters [Dan Winship]
10523 * GMappedFile: an mmap wrapper [David Schleef, Behdad Esfahbod]
10524 * Misc new functions:
10525  - g_get_host_name [Tor Lillqvist]
10526  - g_mkdir_with_parents [Tor]
10527  - g_build_pathv, g_build_filenamev [Todd A. Fisher, 
10528    Matthias Clasen]
10529 * Bug fixes [Roger Leigh, Masatake YAMATO, Kjartan Maraas,
10530   Manish Singh, Tor, Murray Cumming, Kian Duffy, Morten Welinder]
10531 * Documentation improvements [Hong Gang XU, Dan Winship, Matthias]
10532 * New and updated translations (bg,cs,da,en_CA,es,et,nb,nl,no,
10533   sk,th,zh_TW)
10534
10535 Overview of Changes from GLib 2.6.x to GLib 2.7.0
10536 =================================================
10537 * GKeyFile
10538  - Add unit tests [Matthias Clasen, Suren A. Chilingaryan]
10539  - Accept \r\n as line end [Bastian Nocera]
10540  - Don't interpret leading zeros as octal numbers. [Matthias]
10541  - Make key and group removal work [David Hoover, Matthias Hasselmann]
10542 * GOption
10543  - Improve formatting of --help output [Matthias, Noah Levitt]
10544  - Accept -? [Matthias]
10545  - Warn about duplicate main groups [Jeff Franks]
10546  - Treat '-' as non-option argument [Tim Musson, Thomas Leonard]
10547  - Report missing arguments as errors [Björn Lindqvist]
10548  - Add a boxed type for GDate [Tim-Philipp Müller]
10549 * GTree
10550  - g_tree_remove() and g_tree_steal() return status information [Matthew F. Barnes]
10551 * Stdio wrappers
10552  - Work regardless of large file support [Manish Singh]
10553  - Add g_access(), g_chmod(), g_creat(), g_chdir [Tor Lillqvist]
10554 * GObject
10555  - Implement "toggle references" to help language bindings [Owen Taylor]
10556  - Allow to mark names, nicks and blurbs of pspecs as static [Ben Maurer, Matthias]
10557  - Make pspec lookup a bit faster [Morten Welinder]
10558 * Add g_listenv() to list all set environment variables [Hans Petter Jansson]
10559 * Add g_file_set_contents() to atomically write a file.  [Søren Sandmann,
10560   Sven Neumann, Manish, Alexis S. L. Carvalho]
10561 * Add g_try_malloc(), g_try_new(), g_try_new0() and g_try_renew() [Stefan Kost]
10562 * Add g_utf8_collate_key_for_filename() to sort filenames taking
10563   extensions and numeric suffixes into account.  [Ole Laursen, Alex Larsson]
10564 * Add G_GNUC_NULL_TERMINATED to mark varargs function with 
10565   NULL-terminated argument lists. [Marc Meissner]
10566 * Win32 changes
10567  - Improved debugability [Ulf Lamping, Hans Breuer]
10568  - Make filename handling more robust [Tor, Billy Skaggs]
10569  - Improve g_get_system_data_dirs() [Tor]
10570  - Use more precise timers [Tor]
10571  - Build fixes [Kazuki Iwamoto, Hans, Tor, Robert Ögren]
10572 * Other bug fixes [Roger Leigh, Owen, Matthias, Morten, Kjartan Maraas, 
10573   Pawel Sakowski, Tor, Simon Budig, Ed Avis, Manish, Nicolas Laurent, 
10574   Bastien, Fabrício Barros Cabral, Michael Banck, Daniel Atallah, 
10575   J. Ali Harlow, Tim Janik, Hazael Maldonado Torres, Sven, Jon-Kare Hellan,
10576   Dave Benson, Tommi Komulainen, Benjamin Otte, Brian Cameron, Changwoo Ryu, 
10577   Christian Biere, Noah, Benoît Carpentier]
10578 * Documentation improvements [Vincent Untz, Matthias, Tim-Philipp Müller,
10579   Morten, Matthew, Federico Mena Quintero, Sebastian Bacher, Oliver Sessink, 
10580   Stefan, Jared Lash, Tor, Owen, Daniel Vaillard, Mathieu Lacage]
10581 * New and updated translations (ca,cs,da,el,en_CA,en_GB,es,et,eu,fa,fr,gl,
10582   hu,id,it,lt,mn,ne,nl,pl,pt,pt_BR,ro,rw,sk,sq,sr,sr@Latn,tl,uk,xh,zh_CN)
10583
10584 Overview of Changes from GLib 2.6.0 to GLib 2.6.1
10585 =================================================
10586 * GOption
10587  - Make gtk_init(NULL, NULL) work again [Marcin Krzyzanowski]
10588  - Improve handling of -- [Matthias Clasen]
10589  - Don't show G_OPTION_REMAINING in --help output [Matthew F. Barnes]
10590 * g_find_program_in_path() doesn't return directories [Tommi Komulainen]
10591 * Add gmodule-export-2.0.pc [Matthias]
10592 * Win32 changes
10593  - Improve hangling of UNC paths [Tor Lillqvist]
10594  - g_getenv(), g_setenv(), g_unsetenv(), g_find_program_in_path()
10595    take and return UTF-8 now [Tor] 
10596  - Make g_file_test() work more reliably, and use PATHEXT
10597    when check for executables [Tor]
10598  - Build and cross-compilation fixes [J. Ali Harlow]
10599 * Other bug fixes [Jens Hatlak, Morten Welinder, 
10600   Tor, Kalpesh Shah, Adrian Bunk]
10601 * Documentation improvements [Marcin Krzyzanowski, Tor, Crispin
10602   Flowerday, Mariano Suárez-Alvarez, Christian Biere, Danny Milo,
10603   Vincent Untz, Bastien Nocera]
10604 * New and updated translations (cy,de,nl,ru,sq,sv)
10605
10606 Overview of Changes from GLib 2.4.x to GLib 2.6.0
10607 =================================================
10608
10609 * Major new APIs
10610   - GOption, a commandline option parser
10611   - GKeyFile, a parser/editor for the .ini like files 
10612   - Functions to support the XDG basedir specification
10613   - Wrappers for common POSIX pathname functions to handle filename
10614     encodings consistently. On Windows, these use UTF-8.
10615
10616 * Miscellaneous new functions
10617   - g_filename_display_name() converts filenames in displayable UTF-8 strings
10618   - g_uri_list_extract_uris() splits uri lists
10619   - g_date_get_iso8601_week_of_year() gets ISO 8601 week numbers
10620   - g_log_set_default_handler() installs an alternate default log handler
10621   - g_get_language_names() obtains a list of applicable locale names
10622   - g_strv_length() calculates the length of NULL-terminated string arrays
10623   - g_win32_get_windows_version() determines the Windows version 
10624   - G_GNUC_INTERNAL marks functions as non-exported
10625   - glib_check_version() checks the GLib version at runtime
10626   - g_debug() completes the family of logging functions
10627
10628 * Performance improvements
10629   - Optimize g_utf8_validate()
10630   - Optimize g_markup_parse_context_parse()
10631   - Reduce signal connection complexity from O(n) to O(1) 
10632   - Get rid of many PLT entries for internally used exported symbols
10633   - Reduce code size by removing literal strings from g_return_if_fail()
10634
10635 * Other changes
10636   - On Windows, GLib functions that take file name arguments now require
10637     those to be in UTF-8. Functions that return file names return UTF-8.
10638   - Use higher precision for mathematical constants
10639   - Don't convert to/from UTF-8 in g_filename_to_uri/g_filename_from_uri
10640   - Support ll as printf format modifier for long long on all platforms
10641   - Clean up the ABI and enforce the list of exported symbols
10642   - Add a .pc file for using gmodule in libraries
10643   - Require ngettext
10644
10645 Overview of Changes from GLib 2.5.7 to GLib 2.6.0
10646 =================================================
10647 * GOption: Don't list help options if group-specific
10648   options have been requested [Glynn Foster]
10649 * Make g_get_language_names() track locale changes [Christian Persch]
10650 * Win32 bug fixes [Tor Lillqvist]
10651 * Bug fixes [Philippe Blain, Owen Taylor, Sebastian Wilhelmi]
10652 * New and updated translations (da,es,ja,lt,zh_CN)
10653 Bugs fixed: 159530,100697,160271,160645,157255
10654
10655 Overview of Changes from GLib 2.5.6 to GLib 2.5.7
10656 =================================================
10657 * Optimize g_utf8_validate() [Owen Taylor, Matthias Clasen]
10658 * Optimize g_markup_parse_context_parse() [Havoc Pennington, 
10659   Morten Welinder]
10660 * Reduce signal connection complexity from O(n) to O(1) 
10661   [Sven Neumann]
10662 * Add a .pc file for using gmodule in libraries [Owen]
10663 * Add G_GNUC_MALLOC to mark functions returning newly 
10664   allocated memory  [Matthias]
10665 * Win32 bug fixes [Hans Breuer, Tor Lillqvist, Robert Ögren,
10666   Bruce Hochstetler]
10667 * Bug fixes [Kazuki IWAMOTO, Matthias, Manish Singh, Morten,
10668   Frederic Crozat, Tor]
10669 * Documentation improvements [Matthias, Tor, Owen]
10670 * New and updated translations (cs,da,de,en_CA,en_GB,es,nb,nl,sq,zh_CN)
10671
10672 Overview of Changes from GLib 2.5.5 to GLib 2.5.6
10673 =================================================
10674 * GOption
10675   - Add G_OPTION_FLAG_REVERSE to allow options 
10676     which unset a  boolean variable [Tor Lillqvist]
10677 * GChildWatch
10678   - Use sigaction instead of signal [Jonas Jonnson, 
10679   Archana Shah]
10680   - Make the very first SIGCHLD work [Gustavo Carneiro]
10681 * Bug fixes [Morten Welinder, Tor, David MacLachlan,
10682   Manish Singh, J. Ali Harlow]
10683 * Documentation improvements [Matthias Clasen, Tor]
10684 * Updated translations (da,ja,tr,zh_CN)
10685
10686 Overview of Changes from GLib 2.5.4 to GLib 2.5.5
10687 =================================================
10688 * GKeyFile
10689   - Cleanups, add more error checking [Ray Strode]
10690   - Fall back to the untranslated string when getting 
10691     locale strings [Mark McLoughlin]
10692 * GOption
10693   - Document GOption [Matthias Clasen]
10694   - Better support for rest arguments [Owen Taylor, Matthias]
10695   - Handle conflicts between groups [Matthias]
10696 * Add g_lstat() to the stdio wrappers [Tor Lillqvist]
10697 * Add g_filename_display_name() to convert filenames
10698   in displayable UTF-8 strings  [Alex Larsson, Matthias]
10699 * Win32 bug fixes [Kazuki IWAMOTO, Hans Breuer, Tor]
10700 * Bug fixes [Christophe Fergeau, Morten Welinder, 
10701   Owen, Kjartan Maraas, Mark]
10702 * Documentation improvements [Matthias, Tor]
10703
10704 Overview of Changes from GLib 2.5.3 to GLib 2.5.4
10705 =================================================
10706 Add GKeyFile, a parser/editor for the .ini like files used in various
10707    freedesktop.org specifications. [Ray Strode]
10708 Make the handling of filename encodings consistent across all
10709    GLib functions, introduce wrappers for common POSIX 
10710    functions which accept the same filename encoding. [Tor Lillqvist, 
10711    Owen Taylor]
10712 GOption
10713  - Rename g_context_option_error_quark() to a more language-binding
10714    friendly name [Murray Cumming]
10715  - Accept backslashes in filenames on Win32 [Tor Lillqvist]
10716 * Strip the internal aliasing prefix IA__ from function names in 
10717   assertions [Matthias Clasen]
10718 * Add a function to split uri lists. [Matthias]
10719 * Win32 bug fixes 
10720  - Don't open console windows [Tor]
10721 * Other bug fixes [Philippe Blain, Robert Ögren, Hidetaka Iwai, Matthias,
10722  Morten Welinder, Mats-Ola Persson, Tor, Nickolay V. Shmyrev, Kjartan Maraas,
10723   Anders Carlsson, Tim-Philipp Müller, Lucas Rocha, Andrea Campi, Manish
10724   Singh, Thomas Fitzsimmons, Kazuki IWAMOTO]
10725 * Documentation improvements [Matthias, Linus Walleij, Nickolay, Philippe, 
10726  Adam Hooper, Gustavo Carneiro]
10727 * New and updated translations (cs,en_CA,en_GB,ja,nb,nl,or,sr,sr@Latn,sq)
10728
10729 Overview of Changes from GLib 2.5.2 to GLib 2.5.3
10730 =================================================
10731 * GOption
10732  - set the program name from argv[0] [Masatake YAMATO] 
10733  - make contexts work without a main group [Anders Carlsson]
10734 * Performance 
10735  - Get rid of many PLT entries for internally used exported symbols,
10736    and clean up the ABI at the same time and make make check check the
10737    list of exported symbols.  [Matthias Clasen]
10738 * Add API to get ISO 8601 week numbers [Niklas Lundell]
10739 * Add API to install an alternate default log handler [Darin Adler]
10740 * Add API to obtain a list of applicable locale names [Hidetoshi Tajima]
10741 * Reduce code size bloat by removing literal strings from
10742  the g_return_if_fail() macros [Owen Taylor]
10743 * Add g_strv_length [Tim-Philipp Müller]
10744 * Win32 changes
10745  - Add API to determine the Windows version [Tor Lillqvist]
10746 * Other bug fixes [Stepan Kasal, Anders, Tor, Kazuki Iwamoto,
10747   Manish Singh]
10748 * Documentation improvements [Morten Welinder, Matthias]
10749 * New and updated translations (es,nn,ro)
10750
10751 Overview of Changes from GLib 2.5.1 to GLib 2.5.2
10752 =================================================
10753 * Add G_GNUC_INTERNAL macro [Arjan van de Ven]
10754 * Add GOption, a commandline option parser [Anders Carlsson]
10755 * Add glib_check_version [Michael Natterer]
10756 * Add XDG basedir API [Ray Strode]
10757 * Require ngettext [Danilo Segan]
10758 * Bug fixes [Manish Singh, Ray Strode, Vincent Noel, 
10759   Jon-Kare Hellan, Jody Goldberg]
10760 * Win32 bug fixes [Tor Lillqvist, Hans Breuer, Peter Zelezny]
10761 * Documentation improvements [Matthias Clasen, Vincent Untz, Christian Persch]
10762 * New and updated translations (bs,eu,fi,gu,ne,pa)
10763
10764 Overview of Changes from GLib 2.5.0 to GLib 2.5.1
10765 =================================================
10766
10767 * Bug fixes [Oliver Guntermann, Sven Neumann, James 
10768   Henstridge, Hiroyuki Ikezoe, Matthias Clasen, Robert 
10769   Ögren, Tommi Komulainen]
10770 * Documentation improvements [Soeren Sandmann, 
10771   Christophe Fergeau, Danek Duvall]
10772 * New and updated translations (eu,hi)
10773   
10774 Overview of Changes from GLib 2.4.1 to GLib 2.5.0
10775 =================================================
10776
10777 * New functions g_debug [Sven Herzberg]
10778 * Use higher precision for mathematical constants [Morten 
10779  Welinder]
10780 * Don't convert to/from UTF-8 in g_filename_{to,from}_uri 
10781  [Federico Mena Quintero]
10782 * Win32
10783  - Handle empty digit string in printf() functions 
10784    correctly [Tor Lillqvist]
10785  - Support ll as format modifier for long long [Tor]
10786  - Be more careful about HOME [Tor, Ivan Wong]
10787  - Bug fixes [John Ehresman]
10788 * Miscellaneous bug and portability fixes [Danilo Segan, 
10789  Owen Taylor, Nikolai Weibull, Benoît Carpentier, Morten 
10790  Welinder, Manish Singh, Sven Neumann, Julio M. Merino Vidal,
10791  Kaz Sasayama, Murray Cumming, Federico, Mariano Suarez-Alvarez]
10792 * Documentation updates [Matthias Clasen, Crispin Flowerday,
10793  Tommi Komulainen, Federico Mena Quintero, Ed Griffiths]
10794 * New and updated translations (ja,ne,no,wa)
10795  
10796 Overview of Changes from GLib 2.4.0 to GLib 2.4.1
10797 =================================================
10798
10799 * Win32 bug fixes [Tor Lillqvist, Roger Leigh, John Ehresman]
10800 * Miscellaneous bug and portability fixes [Owen Taylor,
10801   Matthias Clasen, Jonas Jonsson, Christian Krause,
10802   Nickolay V. Shmyrev, Christophe Saout, Philippe Blain,
10803   Piotr Klaban]
10804 * Documentation updates [Matthias]
10805 * New and updated translations (ca,cs,cy,el,en_CA,en_GB,es,eu,fi,
10806   fr,gu,he,id,nl,pt,pl,ru,sr,sr@ije,sr@Latn,sv,uk)
10807
10808 Overview of Changes from GLib 2.3.6 to GLib 2.4.0
10809 =================================================
10810
10811 * Handle invalid-UTF-8 in g_log() properly [Matthias Clasen]
10812 * Win32 bug fixes [Tor Lillqvist, Bruce Hochstetler]
10813 * Miscellaneous bug and portability fixes [Olivier Biot, David L. Cooper II, 
10814   Kjartan Maraas, Frédéric L. W. Meunier, Christof Petig, Manish Singh, 
10815   Sebastian Wilhelmi]
10816 * Documentation updates [Owen]
10817 * Updated translations (hr,ro)
10818
10819 Overview of Changes from GLib 2.3.5 to GLib 2.3.6
10820 =================================================
10821
10822 * GAtomic bug fixes [Sebastian Wilhelmi, Mark McLoughlin]
10823 * GMain threading fixes and improvements [Sebastian]
10824 * Win32 [Tor Lillqvist]
10825  - restore some symbols extraneously exported from gobject to maintain ABI compatibility
10826  - Misc build improvements and fixes [Tor, Cedric Gustin, Hans Breuer]
10827 * Documentation updates [Sebastian, Takeshi AIHANA, Matthias, Sven Herzberg]
10828 * New and updated translations (be,es,fi,ga,pa,sr@ije,zh_CN)
10829
10830 Overview of Changes from GLib 2.3.3 to GLib 2.3.5
10831 =================================================
10832
10833 * Make glib-mkenums parse initializers with macros. [Matthias Clasen, muppet]
10834 * Respect locale era in g_date_set_parse(). [Theppitak Karoonboonyanan] 
10835 * Add atomic operations and use it for the async queue and
10836   gonce implementation. [Sebastian Wilhelmi]
10837 * Documentation improvements [Sebastian, Matthias, Sven Herzberg]
10838 * Add g_main_depth() for finding the recursion depth of the main
10839   loop [Owen Taylor, Tim Janik, Stefan Westerfeld]
10840 * Add g_spawn_close_pid(), needed on win32 [J. Ali]
10841 * Win32 fixes. [Hans Breuer, J. Ali Harlow]
10842 * Misc bugfixes [Sebastian, Matthias, Balazs Scheidler, Owen]
10843 * Updated translations (cy,et,ga,sq)
10844
10845 Overview of Changes from GLib 2.3.2 to GLib 2.3.3
10846 =================================================
10847
10848 * Add a native AIX gmodule implementation. [Laurent Vivier]
10849 * Add g_node_copy_deep().  [James M. Cape, Matthias Clasen]
10850 * Extend GQueue API to match the GList API. [Soeren Sandmann]
10851 * Add g_hash_table_find().  [Tim Janik]
10852 * Add a G_MODULE_BIND_LOCAL flag. [David Schleef]
10853 * Inline g_string_append_c() when possible. [Owen Taylor, Tim]
10854 * Wrap waitpid() as a GSource. [Jonathan R. Blandford]
10855 * Add g_completion_complete_utf8(). [Theppitak Karoonboonyanan, 
10856   Matthias]
10857 * Add g_strsplit_set(). [Soeren]
10858 * Documentation improvements. [Vincent Untz, Sebastian Wilhelmi, 
10859   Soeren, Matthias]
10860 * Win32 build fixes. [Tor Lillqvist]
10861 * Misc bugfixes [Manish Singh, Noah Levitt, Simon Josefsson, 
10862   Morten Welinder, Damien Carbery, Julio M. Merino Vidal, Sebastian, 
10863   Matthias]
10864 * Updated translations (nn,cs,it,ko,sq,ms,az,hr,uk,sr,sr@Latn,sq,ta)
10865
10866 Overview of Changes from GLib 2.3.1 to GLib 2.3.2
10867 =================================================
10868
10869 * Add G_MAXSIZE. [Manish Singh]
10870 * Add g_rand_new_with_seed_array(), g_rand_set_seed_array(),
10871   implementing the init-by-array functionality of the 
10872   original mersenne twister. Add g_rand_copy(). Improve seeding. 
10873   [George Lebl]
10874 * Add a lowercase_name option to glib-mkenums. [Murray Cumming]
10875 * Add g_ptr_array_foreach(). [Matthias Clasen]
10876 * Add g_timer_continue(). [Tim-Philipp Müller]
10877 * Fix a threadsafety issue in mem chunks. [Matthias, Balazs Scheidler]
10878 * Fix g_filename_{to,from}_utf8() on Win32 and improve 
10879   g_file_test() there too [Hans Breuer] 
10880 * Add a boxed type for NULL-terminated string arrays.  [Matthias]
10881 * Add G_DEFINE_TYPE() plus variants to ease the constuction
10882   of GObject boilerplate code.  [Tim Janik]
10883 * Support & in password GECOS field [Matthias, Soeren Boll Overgaard]
10884 * Documentation improvements [Matthias, Manish]
10885 * Win32 build fixes [Hans]
10886 * Misc bug fixes [Damien Carbery, Matthias, Manish, Olivier Poncet, 
10887   Zack Rusin]
10888 * Updated translations (ar,de,fa,ga,mn,nn,no,sq)
10889
10890 Overview of Changes from GLib 2.3.0 to GLib-2.3.1
10891 =================================================
10892
10893 * Add glib/gi18n.h and glib/gi18n-lib.h for common
10894   gettext support, including a Q_() macro for translation
10895   with context [Matthias Clasen]
10896 * Add a more flexible G_FILENAME_ENCODING variable
10897   as a replacement for G_BROKEN_FILENAMES [Matthias]
10898 * Fix the return value g_main_context_iterate() for
10899   newly ready sources [Padraig O'Briain]
10900 * Handle Hangul composition for normalization [Noah Levitt]
10901 * Add G_{MIN,MAX,MAXU}INT{8,16,32}. [Mark Jones, Matthias]
10902 * Add G_GSIZE_FORMAT/G_SSIZE_FORMAT [Manish Singh]
10903 * Add G_STRFUNC as a portable wrapper for __func__ [Tim Janik]
10904 * Documentation improvements [Matthias]
10905 * GObject [Tim Janik]
10906  - Support '-' in g_signal_connect()/disconnect() names
10907    like 'swapped-signal'.
10908  - Add g_type_class_peek_static() and use to optimize
10909    g_object_new() for static types [Tim]
10910  - Allow setting construct-only properties from within
10911    init() implementations
10912  - Enforce readability/writeability in g_object_set/get()
10913 * Fix bug with g_ascii_strtod and multi-byte separator.
10914   [Behdad Esfahbod, Roozbeh Pournader]  
10915 * Misc bug fixes [Matthias, John Ehresman, Andrew Lanoix,
10916   Tor Lillqvist, Mark McLoughlin, Tim-Philipp Müller, Manish, 
10917   Morten Welinder]
10918 * Updated translations (ca,cs,da,es,fr,ja,nn,no,pt,ru)
10919
10920 Overview of Changes from GLib 2.2.x to GLib-2.3.0
10921 =================================================
10922
10923 * Replace Trio printf by gnulib vasnprintf [Matthias Clasen]
10924 * Update Unicode data to Unicode 4.0 [Noah Levitt]
10925 * Support XML-safe formatted output with 
10926   g_markup_[v]printf_escaped [Owen Taylor]
10927 * Add g_file_read_link to read symbolic links [Matthias]
10928 * Add g_unichar_get_mirror_char to obtain the 
10929   mirrored variant of a character [Noah]
10930 * Support for one-time initialization functions. 
10931   [Sebastian Wilhelmi]
10932 * Miscellaneous API additions: g_vasprintf
10933   g_string_chunk_insert_len, g_setenv, g_unsetenv [Matthias]
10934 * Docs improvements [Matthias]
10935 * Add support instance-private data on classed types
10936   [Mark McLoughlin, Tim Janik, Owen]
10937 * Optimize signal emissions [Soeren Sandmann, Tim]
10938 * Support a "default vtable" per interface [Tim]
10939 * Add support for properties on interfaces [Owen, Tim]
10940 * Miscellaneous API additions: g_value_take_string(),
10941   g_value_take_param(), g_value_take_object(), 
10942   g_value_take_boxed(). [Matthias]
10943 * Win32 build fixes [Tor Lillqvist]
10944
10945 Overview of Changes from GLib 2.1.5 to GLib-2.2.0
10946 =================================================
10947
10948 * Fix a problem with g_thread_init() on 64-bit problems
10949   [Alceste Scalas, Sebastian Wilhelmi]
10950 * Add assembly implementations of byteswap macros
10951   for ia64 and x86_64. [Manish Singh]
10952 * IOChannel fixes for Win32 [Tor Lillqvist, Thorsten Maerz]
10953 * Updated translations (bg,ca,es,da,fi,lv,ru,sk)
10954
10955 Overview of Changes from GLib 2.1.4 to GLib-2.1.5
10956 =================================================
10957
10958 * Win32 bug fixes [Tor Lillqvist]
10959 * Various post-rewrite fixes for glib-gettext.m4 [Owen Taylor,
10960   Jody Goldberg, Kjartan Maraas, Johannes Stezenbach]
10961 * Ensure we have a GUINT64_FORMAT by pulling in Trio
10962   if necessary [Manish Singh]
10963 * Further Trio build fixes [Matthias Clasen, Owen]
10964 * Hack around gcc, libtool issues with -pthread [Owen]
10965 * Docs improvements [Matthias]
10966 * Bug and portability fixes 
10967 * Updated and new translations (bg,de,fi,fr,sq,fr)
10968
10969 Other contributors: Kai Poitschke, Morten Welinder
10970
10971 Overview of Changes from GLib 2.1.3 to GLib-2.1.4
10972 =================================================
10973
10974 * autoconf changes to make it possible to cross compile
10975   GLib. [Owen Taylor, Dan Kegel, Amy Lin, Dimi Shahbaz, 
10976   Johannes Stezenbach]
10977 * Use libintl when it has bind_textdomain_codeset() and
10978   GLib doesn't. [Owen]
10979 * Improve generation of pseudo-random integers [Morten Welinder, 
10980   Sebastian Wilhelmi]
10981 * Avoid literal UTF-8 in favor of octal escapes [Owen, Tomas Ogren]
10982 * Cleanup include order [Sven Neumann]
10983 * autoconf cleanups and bug fixes [Daniel, Matthias Clasen, Owen]
10984 * Doc fixes and additions [Matthias]
10985
10986 Other contributors: James M. Cape, Frederic Crozat, Martin Gansser,
10987   Phuc LeHong, Manish Singh, Joshua Weage, Morten Welinder
10988
10989 Overview of Changes from GLib 2.0.x to GLib-2.1.x
10990 =================================================
10991
10992 * Add copy of the Trio library to build and use for printf() when 
10993   system printf isn't good enough. Add g_printf()/etc. [Matthias Clasen]
10994 * Add g_str_has_suffix()/g_str_has_prefix() [Alex Larsson]
10995 * Add g_markup_parse_context_get_element() [Matthias]
10996 * Add g_utf8_strreverse [Matthias]
10997 * Add g_ascii_strtoull() [Tim Janik]
10998 * Support scanning of 64-bit values with GScanner [Tim]
10999 * Add g_set/get_application_name() [Havoc Pennington]
11000 * Add G_LIKELY()/G_UNLIKELY() macros for hinting branch probabilities. 
11001   Use for g_return_if_fail(). [Matthias Clasen]
11002 * Add G_GNUC_DEPRECATED macro [Tom Tromey]
11003 * Improve the seeding algorithm of GRandom to avoid problems
11004   with certain pathological seeds. Support G_RANDOM_VERSION=2.0
11005   environment variable. [Sebastian Wilhelmi]
11006 * Improve thread configure checks, use -pthread where applicable
11007   [Sebastian]
11008 * Improve handlng of thread priorities [Sebastian]
11009 * Fix up parameter names that might shadow functions from
11010   system headers [Soeren Sandmann]
11011 * Clean up usage of deprecated functions [Manish Singh]
11012 * Docs fixes and improvements. In particular, include "Since" information.
11013   [Matthias, Soeren, Martin Schulze, Daryll Strauss, Bill Janssen, 
11014   Owen Taylor, Morten Welinder]. 
11015
11016 Overview of Changes in GLib 2.0.7
11017 =================================
11018
11019 * Fix C++ warnings in gtype.h [Dom Lachowicz]
11020 * Fix g_type_fundamental_next() [Tim Janik]
11021 * Fix various missing includes of config.h [Morten Welinder]
11022 * Handle main loop initialization before g_thread_init [Sebastian Wilhelmi]
11023 * Various 64-bit fixes [Manish Singh]
11024 * Fix GPoll on Win32 [Tor Lillqvist, Herman Bloggs]
11025 * Fix bug with buffering on UTF-8 IOChannels [Daniel Elstner]
11026 * Misc bug and build fixes [Soren Andersen, Gustavo Carneiro, Tor,
11027      Tim, Havoc Pennington,  Matthias Clasen, Sebastian Rittau,
11028      Masahiro Sakai, Arvind Samptur, HideToshi Tajima, Owen Taylor]
11029 * Updated and new translations (be,cs,de,*fa,it,lv,pt_BR,tr)
11030
11031 Overview of Changes in GLib 2.0.6
11032 =================================
11033
11034 * Fix problem with interface prerequisites [Jon Trowbridge, Dave Camp]
11035 * Clean up debug spew from GObject [Anders Carlsson]
11036 * Compiler warning fixes [David L. Cooper II]
11037 * Fix some problems with g_build_path() [Guillaume Chazarain, Owen Taylor]
11038 * Fixes for --disable-debug [Sebastian Wilhelmi]
11039 * Threading fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann, 
11040   Rajkumar Sivasamy, Laurent Vivier]
11041 * Documentation fixes [Jacob Berkman, Manuel Clos, Jared Dukat, 
11042   Sebastian Rittau, Linus Welleij]
11043 * Misc bug fixes [Anders Carlsson, Sam Couter, Morten Welinder, Owen]
11044 * Updated translations (bg,ko,vi)
11045
11046 Overview of Changes in GLib 2.0.5
11047 =================================
11048
11049 * Fix problem with interface prerequisites [Jon Trowbridge, Dave Camp]
11050 * Clean up debug spew from GObject [Anders Carlsson]
11051 * Compiler warning fixes [David L. Cooper II]
11052 * Fix some problems with g_build_path() [Guillaume Chazarain, Owen Taylor]
11053 * Fixes for --disable-debug [Sebastian Wilhelmi]
11054 * Threading fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann, 
11055   Rajkumar Sivasamy, Laurent Vivier]
11056 * Documentation fixes [Jacob Berkman, Manuel Clos, Jared Dukat, 
11057   Sebastian Rittau, Linus Welleij]
11058 * Misc bug fixes [Anders Carlsson, Sam Couter, Morten Welinder, Owen]
11059 * Updated translations (bg,ko,vi)
11060
11061 Overview of Changes in GLib 2.0.4
11062 =================================
11063
11064 * Fix some 64-bit problems. (George Lebl, David L. Cooper II)
11065 * Add note about Tru64 iconv to INSTALL. (Manuel Op de Coul)
11066 * Fix problem with timouts > MAXINT. (Tim Janik, Owen Taylor)
11067 * Updated translations (ca,es,fr,ja,gl,ms,nl,pl,pt,ru)
11068
11069 Overview of Changes in GLib 2.0.3
11070 =================================
11071
11072 * Handle sorting 0-length arrays (Ron Arts)
11073 * Threading fixes (Sebastian Wilhelmi)
11074 * Portability fixes (Miroslaw Dobrzanski-Neumann, Jacob Berkman, Gareth Pierce, 
11075   Sebastian, Qingjiang Yuan)
11076 * Various fixes for glib-2.0.m4. (Jim Gettys, others.)
11077 * Locate right glib-genmarshal when cross-compiling. (Mitch Natterer)
11078 * Win32 fixes (Tor Lillqvist)
11079 * Try to fix g_get_charset() related segfaults. (Owen)
11080 * Fixes for gettext detection. (Dan Winship, HideToshi Tajima, Boyd Lynn Gerber,
11081   Andrew P. Lentvorski, Jr.)
11082 * Fix g_scanner_unexp_token() (Tim Janik, Sven Neumann)
11083 * g_markup fixes. (Matthias Clasen.)
11084 * Bug fixes and cleanups (Daniel Elstner, Matthias, Laszlo Peter, Morten Welinder,
11085   Wayne Schuller)
11086
11087 Overview of Changes in GLib 2.0.1
11088 =================================
11089
11090 * Portability fixes for Sun's Forte compiler [Erwann Chenede]
11091 * Performance improvements for GObject parameter lookup, 
11092   g_filename_to/from_utf8() [Alex Larsson]
11093 * Actually check interface prerequisites [Matthias Clasen,
11094   Miroslaw Dobrzanski-Neumann]
11095 * Fix problem with glib-mkenums taking huge amounts of stack. [Owen Taylor]
11096 * Fix g_signal_handlers_disconnect_by_func() for C++ [Damien Sandras]
11097 * Fixes for g_log() and threading.
11098   [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann, Tim Janik]
11099 * Make g_print(), g_printerr(), g_warning(), etc, convert from
11100   UTF-8 to the encoding of the locale [Sebastian Wilhelmi, Tim]
11101 * Fixes for GIOChannel on windows. [Tor Lillqvist]
11102 * Fix gsize/gint mismatches in giochannel.c [Miroslaw Dobrzanski-Neumann]
11103 * Fix file descriptor leak in g_file_get_contents() [Matthias]
11104 * Workaround iconv() problems on older Solaris [Lauri Alanko]
11105 * Fix warnings with gcc-3.1 about asm const [Cody Russel]
11106 * Minor bug fixes.
11107
11108 Other contributors: Hans Breuer, LEE Sau Dan, Sven Neumann, Salmaso Raffaele,
11109   Akira Tagoh, Morten Welinder
11110
11111
11112 Overview of Changes in GLib 2.0.0
11113 =================================
11114
11115 * Thread portability fixes [Sebastian Wilhelmi]
11116 * Documentation updates [Owen Taylor]
11117 * Make g_strerror(), g_strsignal() properly return UTF-8,
11118   call bind_text_domain_codeset() so that error strings
11119   are in UTF-8 as well. [Owen, Tor Lillqvist]
11120
11121 Overview of Changes in GLib 2.0.0 rc1:
11122 ======================================
11123
11124 * Win32 fixes [Tor Lillqvist]
11125 * Portability fixes [Finlay Dobbie, Miroslaw Dobrzanski-Neumann]
11126 * Fix up g_date_strftime [Daniel Elstner]
11127 * Add some structure padding [Tim Janik]
11128 * Make g_get_homedir() prefer the users home directory to $HOME
11129
11130 Other contributors: Matthias Clasen, Paolo Maggi, Christian Rose
11131
11132 Overview of Changes in GLib 1.3.15:
11133 ===================================
11134
11135 * Speed up marshalers by using private access to GValue 
11136   [Anders Carlsson, Tim Janik]
11137 * Reduce GValue to 2 elements [Tim]
11138 * Add G_DEBUG environment variable, G_DEBUG=fatal_warnings [Matthias Clasen]
11139 * Fixes for AIX compilation [Miroslaw Dobrzanski-Neumann]
11140 * Add padding to various structures [Owen Taylor, Tim]
11141 * Win32 fixes [Tor Lillqvist]
11142
11143 Other contributors: James Henstridge, Ryan Lovett, Morten Welinder,
11144   Daniel Elstner
11145
11146 Overview of Changes in GLib 1.3.14:
11147 ===================================
11148
11149 * Register value transformations for gint64, guint64 [Andy Wingo]
11150 * Build with large-file support [Sven Neumann, Owen Taylor]
11151 * Fix handling of hostnames in URI's [Darin Adler]
11152 * Main loop bug fixes [Havoc Pennington, Owen]
11153 * Doc fixes and improvements [Manish Singh, Tim Janik]
11154 * Support ' as attribute delimiters in GMarkup [Matthias Clasen]
11155 * Win32 fixes [Hans Breuer, Tor Lillqvist]
11156 * Threading bug and build fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann]
11157 * Miscellaneous bug fixes
11158
11159 Other contributors: Matthias Clasen, James Henstridge, Mitch Natterer, 
11160   Morten Welinder.
11161
11162 Overview of Changes in GLib 1.3.13:
11163 ===================================
11164
11165 * Fix g_filename_to/from_uri for Win32 [Tor Lillqvist, Darin Adler]
11166 * Miscellaneous win32 fixes [Tor, Hans Breuer]
11167 * Fix thread options for gcc on AIX [Jerome Zago, Sebastian Wilhelmi]
11168 * Documentation improvements [Ron Steinke, Matthias, Sebastian]
11169 * Cache iconv converters as used by g_convert() [Jeffrey Stedfast]
11170 * Bug fixes [Sven Neumann, Owen Taylor, Matthias Clasen, Jeffrey,
11171   Laszlo Peter, Havoc Pennington, Tim Janik]
11172
11173 Overview of Changes in GLib 1.3.12:
11174 ===================================
11175
11176 * Implement closure chaining, fixing up API (Tim Janik)
11177 * Closure chaining test case (James Henstridge)
11178 * Make GType long not int where both are equal width (Tim)
11179 * Win32 fixes and improvements (Hans Breuer, Tor Lillqvist)
11180 * Fixes for NetBSD. (Dan Winship)
11181 * Use snprintf() for g_printf_string_upper_bound() where possible. (Matthias Clasen)
11182 * Save space for GBSearchArray (Tim Janik)
11183 * Documentation improvements. (Matthias, Sven Neumann, Havoc Pennington)
11184
11185 Other contributors: Darin Adler, Chris Blizzard, Anders Carlson, Daniel Elstner, Michael Meeks, 
11186   Mark McLoughlin, Dave Neary, Manish Singh, Owen Taylor, HideToshi Tajima, 
11187   Sebastian Wilhelmi.
11188
11189
11190 Overview of Changes in GLib 1.3.11:
11191 ===================================
11192
11193 * Win32 fixes [Hans Breuer, Tor Lillqvist]
11194 * Documentation improvements [Matthias Clasen]
11195 * Portable directory handling API [Hans]
11196 * Threading fixes [Sebastian Wilhelmi, Havoc Pennington]
11197 * Fix excess relocations in Unicode tables [Andrew Taylor]
11198 * Fix gpattern for UTF-8 [Matthias Clasen]
11199 * Support overriding class closures [Tim Janik]
11200 * Support for derivation from G_TYPE_POINTER [Owen Taylor]
11201 * Hide pointers to type information inside GType to reduce locking
11202   [Alex Larsson, Tim]
11203 * Adds check for direct inclusion of gobject/*.h [Owen]
11204 * GObject API cleanups [Tim]
11205
11206 Other contributors: Darin Adler, Jacob Berkman, Daniel Egger, Eric Lemings, 
11207   Michael Meeks, Mark McLoughlin, Arkadiusz Miskiewicz, Dan Winship
11208
11209
11210 Overview of Changes in GLib 1.3.10:
11211 ===================================
11212
11213 * Many Win32 fixes and improvements [Tor Lillqvist]
11214 * Documentation improvements [Matthias Clasen]
11215 * g_string_printfa() renamed to g_string_append_printf()
11216 * Use libcharset from libiconv to implement charset detection
11217   more portably. [Owen Taylor, Hidetoshi Tajima]
11218 * Add 64 bit type support to GObject [Joshua Pritikin, Mathieu Lacage, Owen]
11219 * Make support for 64 bit integers a requirement [Joshua]
11220 * GPattern improvements [Tim Janik, Matthias]
11221 * Locale independent g_ascii_strtod / g_ascii_dtostr [Alex Larsson]
11222 * Many bug fixes and minor tweaks.
11223
11224 Other Contributors: Darin Adler, Jakub Jelinek, James Antill, Andrew Taylor,
11225   Ben Gertzfield, Elliot Lee, Manish Singh, Abel Cheung, Laszlo Peter,
11226   Sven Neumann, George Lebl, Raja Harinath, Sebastian Wilhelmi,
11227   Jacob Berkman
11228
11229
11230 Overview of Changes in GLib 1.3.9:
11231 ==================================
11232
11233 * Fixes for comparison of threads [Sebastian Wilhelmi]
11234 * Use vasprintf() when possible for g_strdup_printf [Matthias Clasen]
11235 * Win32 fixes [Tor Lillqvist, Hans Breuer]
11236 * Add a len argument to g_ascii_strup/strdown
11237 * Bug, portability fixes, cleanups.
11238
11239 Other Contributors: Darin Adler, Katsuhiro Okuno, Joshua N. Pritikin
11240
11241
11242 Overview of Changes in GLib 1.3.8:
11243 ==================================
11244
11245 * Documentation updates [Owen]
11246 * Made GType interfaces overridable in derived types
11247 * Many win32 fixes [Tor Lillqvist]
11248 * Miscellaneous cleanups and fixes
11249
11250 Other contributors:
11251   Darin Adler, Matthias Clasen, Ron Steinke, Hans Breuer, Alex Larsson
11252
11253
11254 Overview of Changes in GLib 1.3.7:
11255 ==================================
11256
11257 * Integrate GClosure support into the main loop [Owen Taylor]
11258 * More GSignal convenience functions (macros) [Sven Neumann, Tim Janik]
11259 * Introduced weak references for GObject [James Henstridge, Sven, Tim] 
11260 * Minor hash table optimizations
11261 * Main loop and threading improvements [Sebastian Wilhelmi]
11262 * Added g_ascii_* functions to be used for locale insensitive UTF-8
11263   compliant code instead of old string functions  [Darin Adler, Alex Larsson]
11264 * Add functions for Unicode case-conversion, normalization, and 
11265   collation [Owen]* GString improvements [Owen]
11266 * Reworked the GIOChannel code [Hidetoshi Tajima, Ron Steinke]
11267 * Removed glib-config-2.0 in favour of pkgconfig [Sebastian]
11268 * Make code 64bit clean [Mark Murnane]
11269 * More G_CONST_RETURN fixes
11270 * Many improvements to the win32 code [Tor Lillqvist, Hans Breuer]
11271 * Miscellaneous bug and API fixes
11272
11273 Other contributors:
11274   Michael Natterer, Christopher James Lahey, Padraig O'Briain,
11275   Matthias Clasen, Josh Pritikin, Steve Baker, Cesar Rincon, Garry R. Osgood,
11276   Michael Meeks, Laszlo Peter,  Martin Baulig, Kjartan Maraas, Andrew Lanoix,
11277   Peter Williams
11278
11279
11280 Overview of Changes in GLib 1.3.6:
11281 ==================================
11282
11283 * Threads have a "return value" from g_thread_join
11284 * Removed ability to adjust thread stack size
11285 * Prefix warnings with progname/PID by default, change toggle for this to 
11286   be an env variable G_MESSAGES_PREFIXED not a compile-time option
11287 * GMarkup speedups
11288 * GDate const, convenience fixups
11289 * Include test cases that headers are compilable by C++ compiler
11290 * Add ability to spawn processes with argv[0] != executable path.
11291 * g_strstr_len, g_strrstr, g_strrstr_len
11292 * Add length argument to g_utf8_strchr and g_utf8_strrchr.
11293 * Misc bug fixes
11294
11295
11296 Overview of Changes in GLib 1.3.5:
11297 ==================================
11298
11299 * Added an installed glib-mkenums Perl program for parsing enumeration
11300   declarations from header files.
11301 * Mark some additional deprecated functions.
11302 * Bug and Portability fixes
11303
11304
11305 Overview of Changes in GLib 1.3.4:
11306 ==================================
11307
11308 * Efficiency improvements for GThreadPool
11309 * A few bug fixes
11310 * Build fixes
11311 * Documentation improvements
11312
11313
11314 Overview of Changes in GLib 1.3.3:
11315 ==================================
11316
11317 GLib:
11318
11319 * More user_data support in various functions.
11320 * Main loop API revamps to support per-thread main loops.
11321 * Unicode handling improvements.
11322 * Implemented debugging traps.
11323 * G_CONST_RETURN specification all over the place.
11324 * Various new small utility functions.
11325 * Random number generator precision improvements.
11326 * New configure option --disable-mem-pools.
11327 * Many Win32 improvements.
11328 * Added g_try_malloc() friends varinats.
11329 * Many documentation improvements.
11330 * Many threading improvements, support for dynamic allocation
11331   of static mutexes.
11332 * GHookLIst API cleanups.
11333 * Improved format support of GDate parser.
11334 * String function speed improvements with new g_stpcpy().
11335 * Hashtable API additions.
11336 * New GPatternSpec for shell-style pattern matching (from GtkPatternSpec).
11337 * Optimizations, cleanups, bug fixes.
11338
11339 GObject:
11340
11341 * Added many convenience functions.
11342 * GClosure and GParamSpec use float/sink ref-counting scheme now.
11343 * Reworked property change notification.
11344 * Binary searchable array cleanups, so it's widely usable now.
11345 * Added static content keeping for some GValue types.
11346 * Support for statically scoped signal parameters.
11347 * Extinguished property trailer args in set/get interface.
11348 * Added support for abstract types.
11349 * G_CONST_RETURN specification all over the place.
11350 * Split parameter exchange functionality into value transforms
11351   and parameter conversions.
11352 * Added signal emission hooks and signal accumulators.
11353 * Added interface prerequisites to support is_a (interface, object)
11354   relations.
11355 * Implemented GValueArray.
11356 * New types, boxed: G_TYPE_VALUE, G_TYPE_CLOSURE, G_TYPE_GSTRING
11357   GParamSpecs: G_TYPE_PARAM_PARAM, G_TYPE_PARAM_POINTER, G_TYPE_PARAM_CLOSURE,
11358   G_TYPE_VALUE_ARRAY, G_TYPE_PARAM_UNICHAR, G_TYPE_PARAM_VALUE_ARRAY.
11359 * Varrags value collection improvements.
11360 * Implemented debugging traps.
11361 * Made things thread-safe.
11362 * Many documentation improvements.
11363 * Many cleanups, optimizations and bug fixes.
11364
11365
11366 Overview of Changes in GLib 1.3.2:
11367 ==================================
11368
11369 GLib:
11370
11371 * Win32 build improvements  [Tor]
11372 * Improvements to error reporting  
11373   (g_critical(), g_return_if_reached()) [Darin]
11374 * Add g_strlcpy/g_strlcat  [David Wheeler]
11375 * New IO channel implementation for Win32  [Tor] 
11376 * Make g_array_free, g_string_free return pointer to memory requested
11377   not to be freed.  [Darin]
11378 * Added GError based error reporting for thread functions.  [Sebastian]
11379 * Moved reference docs into GLib distribution. [Owen]
11380 * Added g_convert() for doing convenient character set conversions based
11381   on iconv. (GLib now requires libiconv or a native iconv.) [Havoc/Owen]
11382 * Various Unicode handling additions (g_ucs4_to_utf8, g_utf8_validate(),
11383   g_{locale,filename}_{to,from}_utf8)  [Robert/Havoc/Owen]
11384 * Portability fixes for threading.  [Sebastian]
11385 * Added convenient functions for launching new processes (g_spawn_*),
11386   and shell quoting/unquoting functions.  [Havoc]
11387 * Split glib.h into many headers.  [Sebastian]
11388 * Added a simple callback-based parser for XML-like files (GMarkup).  [Havoc]
11389 * Fixed confusions between comparison functions that return <0, 0, >0
11390   and equaility functions that return FALSE,TRUE.  [Sebastian]
11391 * Added safe/portable temporary file manipulation functions.  [Tor]
11392 * autoconf improvements.  [Raja]
11393 * Many documentation improvements.
11394 * Bug fixes.
11395
11396 GObject:
11397
11398 * Added boxed and pointer types.  [Tim/Jonathan]
11399 * Added callback abstraction (GClosure)  [Tim]
11400 * Added signal system (GSignal)  [Tim]
11401 * Make GTypePlugin an interface  [Tim]
11402 * Added GTypeModule - a simple GTypePlugin instantiation  [Owen]
11403 * Bug fixes.
11404
11405
11406 What's new in GLib 1.3.1:
11407 =========================
11408
11409 * New GObject library added including object system based on
11410   the GTK+ object system. 
11411 * Functions for getting the properties of Unicode characters, 
11412   computing the canonical decomposition and ordering combining
11413   characters aand manipulating UTF-8 string manipulation based
11414   on libunicode.
11415 * GString now properly handles embedded nuls.
11416 * Multiple fixes from the 1.2.x branch.
11417 * Upgrade to libtool 1.3.3
11418 * Full thread support (thread creation and destruction).
11419 * BeOS port, BeOS dynamic modules.
11420 * Many improvements to the Windows ports.
11421 * Improvements to the OS/2 port, OS/2 module support.
11422 * Double ended queue implementation.
11423 * GLib macros for printf() formatting, e.g. G_GULONG_FORMAT = "lu"
11424 * New configure option --enable-msg-prefix to prefix messages, warnings
11425   et ceteri with the program name and the process id.
11426 * New thread-safe random number generator Mersenne Twister.
11427 * g_strcompress() added, g_strescape() had a slight API change, and
11428   more tightly defined semantics.
11429 * the g_string(x) macro has been removed, #x may be used instead.
11430                                 
11431