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