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