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