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