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