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