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