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