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