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