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