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