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