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