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