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