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