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