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