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