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