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