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