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