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