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