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