bba2d45774fd8fe96b38e3cca63973f0183dffa5
[platform/upstream/glib.git] / NEWS
1 Overview of changes from GLib 2.37.1 to 2.37.2
2 ==============================================
3
4 * The GLib test utilities have grown some file-related APIs
5   to support tests that can be used installed and uninstalled.
6
7 * Installing properties after class initialization is deprecated,
8   and will trigger a warning.
9
10 * GApplication:
11  - Support org.freedesktop.Application, including D-Bus activation
12    from desktop files
13  - Set prgname to appid for services
14
15 * Bugs fixed:
16  549783 gtester lacks framework for tests with data files
17  692848 Fix property example in gobject tutorial
18  698018 Add an explicit g_binding_release()
19  698614 GObject: prevent installing properties after init
20  699259 add org.freedesktop.Application support to GIO
21  699959 g_file_copy(): Ensure we create private files by default
22  700123 Test failure: g_inet_socket_address_get_scope_id
23  700725 GIcon: NULLify the `type' out param in the sync methods too
24  701401 gtest: add function for testing for WINE
25  701456 Error in gnome/glib/gio/tests/file.c
26  701474 Error building glibmm due to extra comma in glib/gtestutils.h
27  701560 various improvements for g_file_set_contents()
28  701680 GFileEnumerator: Add some documentation about ordering
29  701878 Check wakeup() before iteration(TRUE) doesn't block
30
31 * Translations:
32  Assamese
33  Czech
34  Galician
35  Gujarati
36  Kannada
37  Marathi
38  Odia
39  Polish
40  Slovenian
41  Spanish
42  Telugu
43
44
45 Overview of changes from GLib 2.37.0 to 2.37.1
46 ==============================================
47
48  * add support for installed tests:
49    https://live.gnome.org/GnomeGoals/InstalledTests
50
51  * add a new g_test_trap_subprocess() that works on Windows as a
52    replacement for the (now deprecated) g_test_trap_fork()
53
54  * support for explicitly cancelling a gobject property binding
55
56  * performance improvements for signal argument handling
57
58  * stop using `quotes' in very many log messages generated by GLib, for
59    favour of 'this style'.  This may cause testcases in other packages
60    to fail if they were matching on the previous text.
61
62  * improve manpages: add missing arguments and flags
63
64 Translations: 
65  Aragonese
66  Assamese
67  Gujarati
68  Hindi
69  Kannada
70  Norwegian bokmål
71  Odia
72  Slovenian
73  Spanish
74  Tamil
75  Telugu
76
77 Bugs fixed:
78  679683 replace g_test_trap_fork()
79  694380 Improve signal argument collection performance
80  695233 Strings require plural forms
81  697849 spelling fixes in cross.xml and running.xml
82  698877 GProxyAddressEnumerator calls g_network_address_parse_uri without port
83  698981 [PATCH] test /gdbus/connection/large_message could hang forever
84  699079 Prototype support for installed tests
85  699485 [PATCH] tests/mappedfile: Also handle ENOMEM
86  699493 SOCKS5 proxy code crashes if it cannot authenticate
87  699500 gbitlock: fix this to not unconditionally use futex emulation
88  699779 [PATCH] G_GNUC_FORMAT: documentation error
89  700263 m4macros/glib-gettext.m4: Don't use AC_HEADER_STDC
90  700714 [PATCH] gtestutils: Ensure test subprocesses don't dump core
91  700746 Use 'dumb quotes' rather than `really dumb quotes'
92
93 Overview of changes fron GLib 2.36.0 to 2.37.0
94 ==============================================
95
96 * The syntax for detailed action names has been documented,
97   and a parser API for them is now provided
98
99 * GApplication has gained a busy state. This feature is intended for
100   clients that want to signal a desktop shell their busy state, for
101   instance because a long-running operation is pending.
102
103 * GLib can now be built with the bionic C library
104
105 * GIcon can now be serialized to a GVariant
106
107 * Bugs fixed:
108  548353 Finish implementing GFile interface (mostly asynchron...
109  645881 Full port of glib-2.28.1 onto Android-ARM
110  665445 Glib mistakes nl_langinfo() from plibc for the real t...
111  672018 Need API to set global application state (busy, count...
112  687659 drop support for adding interfaces after class_init
113  688820 GIcon is a bad interface
114  688954 extend 'detailed action' syntax, provide parser
115  689223 Fix compilation on Android with the bionic C library
116  695156 Add support for arg0namespace matching in signal_subs...
117  696108 gdbus-codegen: avoid warnings in generated code
118  696629 fix sed(1) usage
119  696652 GTask won't free its error member variable on finalize
120  696857 GThreadedResolver: set an error if no records could b...
121  696973 Compiling 2.36.0 for win64 fails in gdbusmessage.c
122  697131 No --version
123  697160 [PATCH] gmacros: Mark G_UNAVAILABLE() functions as de...
124  697229 Custom Interface implementations will be broken with ...
125  697250 Documentation glitch of G_DEFINE_TYPE_EXTENDED causes...
126  697365 Fix usage of hasmntopt in gunixmounts.c
127  697367 Remove warning on gio/gunixmounts.c
128  697386 Except const argument with atomic is not lock free
129  697595 g_main_context_unref unlocks a mutex twice
130  697601 reduce GMenuModel D-Bus traffic
131  697626 Allow posix threads to be used on w32
132  697652 Help options generated even when help disabled
133  697771 fix a typo of "fo" to "of" in building.xml
134  697887 GVariant: fix transfer annotation
135  697942 abicheck.sh fails on mips
136  698056 rewrite g_object_new()
137  698081 Pidgin hangs in g_spawn_command_line_sync
138  698455 GVariant: add new g_variant_new_take_string() API
139  698457 g_variant_get_data_as_bytes() always returns toplevel...
140  698478 gactionmap: don't require GActionGroup
141  698595 the valgrind/priv-before-instance bug
142  698655 desktop-app-info test relies on true being in /usr/bin/
143  698686 GUnixSocketAddress: fix construct parameter issue
144  698716 Use of g_mem_set_vtable() breaks after gobject automa...
145  698999 bytesicon: fix a memory leak
146  699001 bytesicon: don't use g_object_unref() on GBytes
147  699361 gio: fix small leak
148
149 * Translation updates:
150  Assamese
151  Gujarati
152  Hungarian
153  Italian
154  Kannada
155  Norwegian bokmål
156  Polish
157  Spanish
158  Tamil
159
160
161 Overview of changes fron GLib 2.35.9 to 2.36.0
162 ==============================================
163
164 This release contains only small bugfixes and translations updates.
165
166  - g_file_copy(): fix bug where attributes were not applied properly to
167    the destination file
168
169  - fix some 'available since' annotations
170
171  - fix gdbus-codegen to produce more pedantically-correct code
172
173 * Bugs fixed:
174  696108 gdbus-codegen: avoid warnings in generated code
175  696014 g_file_copy(): Ensure G_FILE_COPY_OVERWRITE preserves permissions
176
177 * Translations updated:
178  Basque
179  Czech
180  Gujarati
181  Hindi
182  Hungarian
183  Japanese
184  Malayalam
185  Marathi
186  Odia
187  Punjabi
188  Russian
189  Tadjik
190  Tamil
191  Telugu
192
193 Overview of changes from GLib 2.35.8 to 2.35.9
194 ==============================================
195
196 This release drops the old codepage ABI from gutils.c. This is a
197 source-compatible change and only breaks ABI with respect to truly
198 ancient binaries (and those binaries are already broken for other
199 reasons).  This change only affects Windows.
200
201 * Bugs fixed:
202  682896 glib doesn't build on mingw32
203  693204 split up g_get_{hostname,username,realname,home_dir} etc.
204  694181 Handle GNetworkAddress better in g_network_monitor_base_...
205  694253 occasional /gdbus/unref-pending test failure
206  694350 Add type names to gsignal warnings
207  694757 Use separate GLIB_WARN_CFLAGS that can be overridden ext...
208  568405 Which is the correct replacement for g_strncasecmp, if...
209  630284 g_hash_table_get_keys docs
210  659428 docs: Small clean-up of howto subsection headers
211  675333 Cannot forget association in Open With dialog: program...
212  694669 consider unicode corrigendum #9
213  694843 g_base64_decode_step () produces invalid data
214  695147 Don't use PATH_MAX as it's not guaranteed to be defined
215  695191 Commit f641699 broke /appinfo/mime/api test case
216  695339 Swapped msgid plural forms for translation
217  695376 GDBusMethodInvocation leak and potential crash
218  695425 Untranslatable message in gsettings-tool
219  695887 Improvements to GObject API documentation
220  695925 GUINT32/64_SWAP_LE_BE macros do not enclose val argume...
221  696015 PATCH Add doc warning to g_base64_decode()
222
223 * Translation updates:
224  Assamese
225  Belarusian
226  Brazilian Portuguese
227  Catalan
228  Catalan (Valencian)
229  Danish
230  French
231  Galician
232  German
233  Greek
234  Gujarati
235  Italian
236  Korean
237  Latvian
238  Lithuanian
239  Polish
240  Portuguese
241  Punjabi
242  Serbian
243  Simplified Chinese
244  Slovak
245  Slovenian
246  Spanish
247  Thai
248  Traditional Chinese
249  Uyghur
250  Vietnamese
251
252
253 Overview of changes from GLib 2.35.7 to 2.35.8
254 ==============================================
255
256 This release contains one major change that may cause problems: type
257 modules are now never unloaded.  This is implemented by (effectively)
258 leaking the last reference on dynamic types.  Some testcases that check
259 for unloading of types have been observed to be broken by this change,
260 but we know of no actual cases of "real code" breaking.  Please report
261 any problems.
262
263 Other changes:
264  * A couple of build fixes for Solaris
265  * Fix signal emission for GDBusObjectManagerClient
266  * annotations fixes
267  * new API: g_dbus_address_escape_value()
268  * GSocketClient: add proxy-resolver property
269  * GSimpleProxyResolver: new simple GProxyResolver class
270  * documentation fixes
271  * gnetworkaddress: preserve IPv6 scope ID in IP literals
272
273 Bugs fixed:
274  691105 Allow GSocketClient to override GProxyResolver for per client proxy settings.
275  692827 configure test fails for arpa_nameser.h
276  692829 new Btrfs support causes build failure on Solaris
277  693285 GDBusObjectManagerClient: won't emit object-added|removed if name-owner arrives later
278  693502 Cross-compiling documentation: typo (np -> no)
279  693673 add g_dbus_address_escape_value()
280  693694 gio: Fix annotations on g_[async_]initable_new() and friends 
281
282 Translations:
283  Dutch
284  Galician
285  Polish
286  Serbian
287
288 Overview of changes from GLib 2.35.6 to 2.35.7
289 ==============================================
290
291 This is a quick follow-up release with a few bug fixes.
292
293 * Fix the build on systems with strict linkers by adding -pthread back
294   to the LDFLAGS for a testcase.
295
296 * Re-enable native atomic operations on some buggy versions of clang
297   that ship as part of the MacOS X SDK.
298
299 * Make G_IO_FLAG_IS_WRITEABLE an enum again (the #define broke bindings)
300
301 * a small docs fix
302
303 * Bugs fixed:
304  657045
305  636683
306  682818
307  693105
308
309 * Translations:
310  Italian
311
312 Overview of changes from GLib 2.35.4 to 2.35.6
313 ==============================================
314
315 * GUnixFdSource is a new way to add file descriptors
316   to the mainloop
317
318 * g_source_set_ready_time lets you mark a source to become
319   ready at a specified monotonic time
320
321 * The internal visibility handling of GLib has been reworked
322
323 * GFileMonitor will now automatically use fam instead of inotify
324   if $HOME is on NFS
325
326 * The file monitor implementation can now be overridden with
327   the GIO_USE_FILE_MONITOR environment variable
328
329 * Bugs fixed:
330  570572 2 make check errors on
331  592211 No monitoring over NFS mounts
332  625552 wrong behaviour of GVolume GVolumeMonitor related func...
333  657729 modernise GMainLoop
334  658020 GSource for a single GPollFD
335  678223 g_mutex_free
336  682560 leak fixes
337  682819 EINTR-harden all the things
338  684404 When using g_network_address_address_enumerator_next()...
339  686853 new GSource fd API
340  688169 G_DISABLE_DEPRECATED doesn't cover deprecated/gthread....
341  688681 build: Make .symbols file canonical on all platforms
342  690118 Crash when closing last tab of a window using Ctrl-w
343  691624 glib/gtester.c: missing include
344  691812 gioinputstream - give task as callback_data not task_data
345  691866 fails out of source build directory - gnetwork.h not f...
346  692029 Add new API checking utility
347  692034 Install an invalidation notifier for GClosure in g_sou...
348  692058 Broken makefile for gio tests
349  692079 build failure in gmarkup.c when using gcc 4.8 and buil...
350  692201 inotify: fix a memleak
351  692202 gfile: don't report completion twice on g_file_load_co...
352  692229 Incorrect string formatters in a translation string
353  692332 GNetworkMonitorNetlink: make the netlink socket cloexec
354  692360 possibly non-threadsafe code in g_content_type_guess()?
355  692404 tester: Use FD_CLOEXEC when creating pipes
356  692408 nautilus SIGSEGV in g_file_info_get_size()
357  692544 [PATCH] gfile: Ensure we create internal pipe with FD_C...
358  692583 atomic get doesn't accept a const argument on architect...
359  692618 Use g_timeout_add_seconds
360  692815 Using g_hash_table_insert() when using a hash table as ...
361  692865 Invalid docbook generated by gdbus-codegen
362  692928 Document G_MENU_{ATTRIBUTE,LINK}_*
363
364 * Translation updates:
365  Hebrew
366  Kannada
367  Lithuanian
368  Norwegian bokmål
369  Polish
370  Serbian
371  Slovenian
372  Spanish
373  Uyghur
374
375
376 Overview of changes from GLib 2.35.3 to 2.35.4
377 ==============================================
378
379 * New features:
380  - New API: g_get_num_processors
381  - New API: g_application_command_line_get_stdin
382  - New GFileMonitor flag: G_FILE_MONITOR_WATCH_HARD_LINKS
383  - Parse more timezone offset formats
384  - Better timezone support on Windows
385  - Make GParamSpec constructors introspectable
386
387 * Removed or deprecated features:
388  - Disallow adding interfaces after class_init
389
390 * Bug fixes:
391  532815 gio + inotify support for hardlinks
392  614930 add g_get_num_processors (), return the max concurrent...
393  626497 Btrfs clone/reflink ioctl support in g_local_file_copy
394  633117 glib fails stests if /etc/localtime is not properly set
395  661767 merge/improve various bits of run-in-thread functionality
396  668210 Add g_application_command_line_get_stdin()
397  675856 Use GDbus via gobject-introspection instead dbus-python
398  684103 make glib work with python3
399  684723 run-assert-msg-test.sh fails
400  686058 OpenBSD: disable ipv6_v4mapped test
401  686128 GTimeZone should be able to parse POSIX format for...
402  687223 cleverer GThreadPool management
403  687659 drop support for adding interfaces after class_init
404  687920 GCredentials should have an accessor for the process ID
405  688681 build: Make .symbols file canonical on all platforms
406  688829 Variable overflow in utils.c test on 32-bit machine
407  689324 Variable scoping in gunixmounts.c
408  689810 Include guard optimization
409  690043 Broken link for gsettings tutorial: gnome-utils in...
410  690084 gmarkup: Make GMarkupParseContext a boxed type
411  690388 Check if CMSG_FIRSTHDR() returns NULL when there is...
412  690538 gschema DTD is invalid
413  690543 Add test coverage for testing in-tree DBus services...
414  690670 local_command_line not introspectable/annotated
415  690902 G_END_DECLS needs to be at the end of gutils.h
416  690970 Unhelpful deprecation message for g_value_array_get_nth
417  691001 building docs is broken on master branch
418  691011 Automake-1.13 errors on obsolete AM_PROG_CC_STDC
419  691077 gio-querymodules crashes with SIGSEGV
420  691110 g_cond_wait() docs incomplete
421  691489 Crash in Oscars 2013 page
422  691558 Only check for .hidden files if standard::is-hidden...
423  691608 Support compilation with clang 3.2
424
425 * Translation updates:
426  Assamese
427  Bulgarian
428  Estonian
429  Galician
430  Greek
431  Hebrew
432  Norwegian bokmål
433  Polish
434  Slovak
435  Slovenian
436  Spanish
437  Tamil
438
439
440 Overview of changes from GLib 2.35.2 to 2.35.3
441 ==============================================
442
443 * This release contains an incompatible change to the g_get_home_dir()
444  function. Previously, this function would effectively ignore the HOME
445  environment variable and always return the value from /etc/password.
446  As of this version, the HOME variable is used if it is set and the
447  value from /etc/passwd is only used as a fallback.
448
449 * We now install a public "gnetworking.h" header that can be used to
450  include the relevant OS-dependent networking headers. This does not
451  really abstract away unix-vs-windows however; error codes, in
452  particular, are incompatible.
453
454 * Bugs fixed in this release:
455  142568 Allow $HOME to override passwd entry if the user really wants
456  587806 The file selector should honor .hidden files
457  602715 [GChecksum] Please add support for SHA512
458  623187 provide some support for arbitrary setsockopt()s?
459  629301 .goutputstream files left behind when cancelling I/O
460  652650 Optimize GDBusMessage serialization
461  664627 /gapplication/basic test intermittently fails: cmdline re-or...
462  675516 Win32: Don't start a DBus server when built as static library
463  679683 replace g_test_trap_fork()
464  684145 Current Git sources fails to cross-compile for Windows in Li...
465  686895 file-info: catch thumbnail files in large directory as well
466  687092 IPv6 <-> IPv4 mismatch when subscribing to multicast (send)
467  688180 GObject: Minor error in description of floating reference
468  688319 gthread: add missing AVAILABLE_IN_2_32 annotations
469  688377 configure: add missing square bracket in AS_IF for memmove
470  688419 gtask: source_object arguments and return values not annota...
471  688497 AppInfo: Add sufficient api to port gnome-session from Egg...
472  688681 build: Make .symbols file canonical on all platforms
473  688704 Add boxed GType for GThread
474  688886 Improve the i18n documentation
475  688931 GMemoryOutputStream: Add new _resizable() constructor usab...
476  689037 need helper for creating a GFile from a remote commandline...
477  689377 Fix a compiler warning in GDBus
478  689538 Source object tag set too late in gsocketlistener
479  689800 Treat lost+found directory as a hidden file
480  689847 Add fast repeated typename -> GType resolver
481  689982 Make GChecksum more fully introspectable
482  690069 g_unix_open_pipe: Add missing F_SETFD
483  690083 gfileenumerator: Add a g_file_enumerator_get_child method
484  690163 Add a pre-configured gio/gnetworking.h for Visual C++ builds
485  690346 Remove an unneeded escaping in NAMESER_COMPAT_INCLUDE
486  690348 Fix g_type_add_class_private() name in g_warning
487
488 * Translation updates:
489  Assamese
490  Galician
491  Hebrew
492  Hindi
493  Kannada
494  Odia
495  Polish
496  Spanish
497
498
499 Overview of changes from GLib 2.35.1 to 2.35.2
500 ==============================================
501
502 Note that the incompatible change to the ->constructed() vfunc that was
503 made in the last unstable release (2.35.1) has been reverted due to
504 causing regressions in applications.
505
506 A new incompatible change has been introduced in this version: it is no
507 longer permitted to add interfaces to a class after the first
508 instantiation (or more strictly: after g_type_class_ref()).  Bug #687659
509 is tracking this.
510
511 Two private symbols (g_menu_{attribute,link}_hash_iter_get_type) which
512 were accidentally exported have also been properly hidden.  This may
513 cause some tools to issue warnings about ABI mismatch.
514
515 The remaining changes should be relatively harmless: 
516
517  * GIO now has kqueue support for GFileMonitor (BSDs, Mac OS)
518
519  * New g_variant_new_from_bytes() API
520
521  * UNIX signal sources now allow watching SIGUSR1 and SIGUSR2
522
523  * Many pedantic cleanups to adhere to a higher level of -W use
524
525  * GTask changes to avoid a deadlock
526
527  * many cleanups/fixes for Windows
528
529  * Boxing for GPollFD, GIOChannel, GBytes, GByteArray
530
531  * Fix URL-encoding of trashed files
532
533  * Many other docs and annotations fixes
534
535 Translations:
536
537  Galician
538  Gujarati
539  Lithuanian
540  Serbian
541  Slovak
542  Slovenian
543
544 Bugs closed:
545
546  649302 Add support for GNU/FreeBSD
547  668842 [GSocket] Add caching for the sender address in g_socket_receive_from()
548  672924 Add annotations for g_filename_from_uri()
549  673229 glib: Use Returns:, not @returns
550  677062 (partial) GVariant: Make g_variant_new_from_bytes() public, add more GBytes API
551  686185 g_date_time_format Transcoding Fails on OSX      
552  686191 g_mutex_get_impl() should use g_atomic_pointer_get()
553  686797 Box GPollFD to make it introspectable
554  686810 [regression] Infinite wait in g_task_run_in_thread_sync()
555  686822 possible dlopen()/dlclose() issue with automatic g_type_init()
556  686839 mkinstalldirs: Move to glib-mkinstalldirs
557  686895 file-info: catch thumbnail files in large directory as well
558  686898 g_unix_signal_source_new: Allow SIGUSR1 and SIGUSR2
559  686920 gdbus: Allow GDBusObjectManagerClient to work on peer connections
560  686921 Remove some of the repetition from gio/tests/Makefile.am
561  687075 g_spawn_sync diagnostic incorrectly complains about SIGCHLD
562  687089 g_dbus_connection_export_menu_model(): fix a crash
563  687098 Repeated g_timeout_add* use can lead to guint overflow
564  687385 Add some stricter CFLAGS, fix up the code
565  687441 ABI break in master: g_menu_attribute_hash_iter_get_type, g_menu_link_hash_iter_get_type removed
566  687516 typo in string: KB should be kB
567  687540 In Trash folder, Nautilus misinterprets "\n" in filename as a line break
568  687541 GSignalQuery param_types field needs array annotation
569  687600 gfileutils.c performs invalid cast of (varargs) open to non-vararg type
570  687698 plural forms needed
571  687700 ending spaces
572  687742 Add support for internal linkage to glib-compile-resources
573  687801 tests/buffered-input-stream: Fix size of parameter passed
574  688109 win32 warning/error fixes
575  688255 'make check' regressed in 138f4c1 because GMarkup error messages changed
576  688338 [PATCH] gobject/gtype.c: Fix spelling of »exceed«
577  688370 GDBusError documentation improvement for client-side
578  688378 g_socket_join_multicast_group not working
579  688518 gio-kqueue: use O_EVTONLY on MacOS
580
581
582
583 Overview of changes from GLib 2.34.0 to 2.35.1
584 ==============================================
585
586 These two changes in particular may be slightly incompatible.  Please
587 give feedback if they cause trouble:
588
589   * Signal handlers connected with g_signal_connect_object() are now
590     automatically disconnected on target object destruction
591
592   * The ->constructed vfunc is now called after all properties are set
593
594 The remaining changes should not cause problems.
595
596   * g_type_init() is no longer necessary and has been deprecated
597
598   * GTask (the new GAsyncResult implementation) has landed 
599
600   * GLib version macros updated
601
602   * Update to Unicode 6.2
603
604   * Thread safety fixes for GFileMonitor in non-default main contexts
605
606   * GTimeZone support for old-format zoneinfo database (as on Mac OS)
607
608   * g_settings_bind() now works with non-canonical property names
609
610   * Fix crashes related to NULL connection passed to
611     GBusNameVanishedCallback and document this situation
612
613 * Bugs fixed:
614  118536 Make g_signal_connect_object'ed handlers disconnect when the data object is destroyed
615  661767 merge/improve various bits of run-in-thread functionality
616  682950 GFileMonitor crashing on high event count when running in different thread
617  683642 Missing g_content_type_get_symbolic_icon
618  684882 Gsettings should spaw a warning when binding against a low_underscored_property
619  684909 codegen: Explicitly close output
620  684912 Update to Unicode 6.2
621  685037 g_strcmp0: Returns shall include values less and greater than zero
622  685069 Leak in glib-compile-resources
623  685208 missing g_return_if_fail
624  685608 [Patch] Port gio tests from pygobject to pygi
625  685697 Documentation typo in g_dbus_interface_skeleton_has_connection()
626  685733 Call ->constructed() after all properties are set
627  685787 gtestdbus: correct documentation typos
628  685995 Crash in g_menu_exporter_name_vanished
629  686091 Invalid reads in g_bytes_unref_to_data
630  686119 dtrace, gobject_probes.d, the last three probes - semicolon missing
631  686161 Deprecate g_type_init()
632  686231 GBusNameVanishedCallback: document NULL connection
633  686458 slightly increase poll duration in test_timed_wait 
634
635 * Translations updated
636   Catalan (Valencian)
637   Czech
638   Danish
639   Italian
640   Lithuanian
641   Norwegian bokmål
642   Slovenian
643
644 Overview of changes from GLib 2.33.14 to 2.34.0
645 ===============================================
646
647 * Bug fixes:
648  654239 g_type_init()'s docs have no statement about how to...
649  674620 Update GSettings migration guide for intltool updates
650  676034 Fix doc annotation for g_ptr_array_ref()
651  684278 Fix GIO build on Windows
652
653 * Translation updates:
654  Brazilian Portuguese
655  British English
656  Bulgarian
657  Catalan
658  Galician
659  German
660  Hebrew
661  Hindi
662  Hungarian
663  Kannada
664  Latvian
665  Marathi
666  Spanish
667  Telugu
668
669
670 Overview of changes from GLib 2.33.12 to 2.33.14
671 ================================================
672
673  * CVE-2012-3524: don't run dbus-launch from setuid binaries
674
675  * g_content_type_get_generic_icon_name():
676      new API for getting the icon name for a mime type
677
678  * Introspection fixes:
679   - GDBusConnection nullability fixes
680   - give a box type to GTimeZone
681
682  * Drop GVFS_INOTIFY_DIAG
683
684  * Add a new "Writing GLib Applications" section to the reference
685    documentation with general info on security, threads, etc.
686
687  * gwin32mount.c: Fix syntax error
688
689  * gresource tests: srcdir != builddir fixes
690
691  * tests/gvariant: Fix test on big endian architectures
692
693  * Fix regression in g_shell_parse_argv()
694
695 Bugs fixed:
696  562907 g_shell_parse_argv() mishandles # (hash)
697  683167 g_time_zone_new not introspectable
698  683384 /gvariant/checksum-basic failure on big endian machines
699  683641 Typo in gwin32mount.c
700  683744 have a way to get the generic icon name for a mime type
701
702 Translation updates:
703  Assamese
704  Belarusian
705  British English
706  Czech
707  Danish
708  French
709  Galician
710  German
711  Greek
712  Hebrew
713  Indonesian
714  Indonesian
715  Korean
716  Lithuanian
717  Marathi
718  Marathi
719  Polish
720  Portuguese
721  Punjabi
722  Russian
723  Serbian
724  Slovenian
725  Traditional Chinese
726
727 Overview of changes from GLib 2.33.10 to 2.33.12
728 ================================================
729
730 * Add a G_DEFINE_QUARK macro
731
732 * Add symbolic icon support to drive, volume, and mount, file
733   and content types
734
735 * Add API to allow thread-safe access to the same qdata item
736
737 * Bugs fixed:
738  562907 g_shell_parse_argv() mishandles # (hash)
739  627240 add G_DEFINE_QUARK
740  672329 memory leaks in gutils.c and glib tests
741  673012 Stable byte-level specification for normal form
742  674805 gdbusproxy async test is broken
743  679835 gvariant format string parsing (and assertions)...
744  682075 gdbus: Fix double free and use after free of ob...
745  682101 Provide a way to get a symbolic icon for a device
746  682222 test_method_calls_on_proxy: assertion failed (e...
747  682284 mount-op: use gint64 instead of guint64 for tim...
748  682386 "make check" fails due to sys/resource.h not be...
749  682560 leak fixes
750  682586 gsettings-tool: make list-recursively really re...
751  682819 EINTR-harden all the things
752  682833 Handle EINTR for open()
753  682849 drop the global lock for g_object_weak_ref
754  682965 gdbus-tool: Check return value of strrchr()
755  683088 gdbus-codegen: fix error when wrong interface n...
756         Fix the build with gtk-doc-stub
757         Don't crash if set_app_info is called before ad...
758
759 * Translation updates
760  Assamese
761  Galician
762  Greek
763  Indonesian
764  Japanese
765  Latvian
766  Lithuanian
767  Norwegian bokmål
768  Polish
769  Portuguese
770  Punjabi
771  Russian
772  Spanish
773  Traditional Chinese
774  Vietnamese
775
776
777 Overview of changes from GLib 2.33.8 to 2.33.10
778 ===============================================
779
780 * New GTest API for testcases where log output is expected:
781   g_test_expect_message()
782
783 * GMenuItem now has 'get' accessors and a construct-from-GMenuModel API
784
785 * GVariant now has a function to check a format-string for type
786   compatibility
787
788 * win32: We now use overlapped IO to support multiple asynchronous
789   operations (ie: reading and writing) at the same time.
790
791 * GMappedFile: Add g_mapped_file_get_bytes()
792
793 * The problems with g_file_make_directory_with_parents() should be
794   resolved.
795
796 * The long-standing issues with placeholder generation of manpages are
797   now resolved.
798
799 * gtlscertificate: Add GBytes based certificate and private-key props
800
801 * build: Switch back to using AS_IF for conditionals
802
803 * test coverage improvements, documentation improvements, leak fixes
804
805 * Bugs fixed
806  326931 Better docs for G_GNUC_*
807  550433 g_test_init doesn't recognize --help
808  600751 GCompletion should better document if and how items memory is managed
809  628193 Miscellaneous string fixes
810  637460 man glib-genmarshal is hard to use
811  674483 broken configure results when cross-compiling with gcc >= 4.5
812  677065 GMappedFile: Add g_mapped_file_get_bytes()
813  679288 win32: use overlapped events for streams
814  679556 it's hard to use gtest when g_warning() is expected
815  680823 g_file_make_directory_with_parents: Fix error propagation
816  681319 gtlscertificate: Add certificate-bytes and private-key-bytes props
817  681336 man pages not built if --enable-gtk-doc not specified
818  681413 build: Switch back to using AS_IF for conditionals
819  681501 gmem: array only partially filled with memcpy
820  681854 Documentation fix for Howto compile a program with glib
821  682025 Documentation correction
822  682067 Fix problems with CLEANFILES and automake-1.11.1 
823
824 * Translations updated:
825  Lithuanian
826  Spanish
827  Galician
828  Telugu
829  Serbian
830  Assamese
831  Marathi
832  Indonesian
833  Traditional Chinese
834
835 Overview of changes from GLib 2.33.6 to 2.33.8
836 ==============================================
837
838 * GIO now has a g_file_delete_async function
839
840 * The defaults for GThreadPools max_unused_threads
841   and max_idle_time values have been changed to
842   2 and 15*1000, respectively.
843
844 * Bugs fixed:
845  661767 merge/improve various bits of run-in-thread functionality
846  680074 undefined symbol "get_C_locale"
847  680121 g_cancellable_source_new: don't use a file descriptor
848  680148 gthread: check for definition of PR_SET_NAME
849  680310 Sorting of access points by strengh not working
850  680704 g_utf8_strup() crash
851  68076a0 GFile: Add g_file_delete_async()
852  680787 Add .dir-locals.el to tell Emacs users not to use tabs...
853  680823 g_file_make_directory_with_parents: Fix error propagation
854  680994 STATIC_ASSERT in GDBusError docs don't have much utility
855  681116 gtlscertificate: Add g_tls_certificate_equal() function
856  681118 gtlsdatabase: Don't complain if no callbacks for async...
857  669331 try to get gio tests working a little better on win32
858  674314 Make gtk-doc not a hard dependency of GLib
859  674800 gclosure: generic marshaller leaks return value
860  675524 gsocket: FIONREAD undeclared (needs sys/filio.h)
861  679509 use after free in g_dbus_action_group_describe_all_done()
862  679996 gobject docs minor cleanup
863  680459 Extra newline char in local implementation of g_applic...
864  680505 object_path memory leak in gdbusobjectproxy.c
865  680831 Deprecate and remove g_slice_[sg]et_config.*
866  680912 gchecksum: Add g_compute_checksum_for_bytes()
867  681151 checksum: Use functions instead of macros when buildin...
868  681158 gtlscertificate: Don't confuse certificate and public ...
869
870 * Translation updates:
871  Galician
872  German
873  Gujarati
874  Hebrew
875  Norwegian bokmål
876  Serbian
877  Slovenian
878
879
880 Overview of changes from GLib 2.33.4 to 2.33.6
881 ==============================================
882
883 * GAsyncInitable: partially revert the init_finish changes,
884   some applications were found to rely on behaviour that
885   was broken by these changes
886
887 * Bugs fixed:
888  679617 win32: fix g_get_environ()
889  679968 Add some annotations to GBytes, GVariantType...
890  680111 GIOScheduler assumes GCancellable "cancelled...
891
892 * Translation updates:
893  Spanish
894
895 Overview of changes from GLib 2.33.3 to 2.33.4
896 ==============================================
897
898 * GMainContext: the source list has been reorganzied to
899   avoid O(n) behaviour
900
901 * GRegex: Update included PCRE to 8.31 and expose new
902   functionality in 8.x versions of PCRE
903
904 * GMountOperation gained a ::show-unmount-progress signal
905   which provides information about slow unmount operations
906
907 * Bugs fixed:
908  616892 gio: Add a boxed type for GFileAttributeMatcher
909  619329 g_source_attach() O(n) in number of sources
910  639771 g_dir_read_name() can also return NULL on error
911  661767 merge/improve various bits of run-in-thread fun...
912  667375 GAsyncInitable subclassing (and async subclassi...
913  671545 Constify collect and lcopy strings in GTypeValu...
914  674452 SEGFAULT in gio contenttype test
915  674898 Deal with GLIB_VERSION_MIN_REQUIRED/MAX_ALLOWED...
916  675504 Fix up GObject interface documentation
917  677064 GString: Tweak documentation, add g_string_free...
918  677578 error in PCRE error code conversion
919  677579 update GRegexError for newer PCRE error codes
920  678066 gdbus codegen does not work with python3
921  678273 unicode othercasing is wrong in gregex
922  678576 GIOScheduler performance enhancements
923  678758 GTlsInteraction unlocks an unlocked mutex
924  678808 GTestDBus issues
925  678881 Test failures in /socket/timed_wait in some cas...
926  678941 /contenttype/guess test case failure
927  678944 gio returns the wrong default applications for ...
928  678949 wrong definition of ulong_bool for 64 bit big e...
929  678959 /mainloop/timeouts race condition: assertion fa...
930  679193 update included pcre to 8.31
931  679258 The 'Since' tag for G_SOURCE_CONTINUE and G_SOU...
932  679473 Don't generate invalid property names
933  679691 Add g_spawn_check_exit_status()
934  679671 GDBusNodeInfo: the XML string must contain exac...
935  676111 mount-operation: add show-unmount-progress signal
936  679691 win32: fix build g_spawn_check_exit_status() wi...
937  679813 Documentation bug on http://developer.gnome.org...
938
939 * Translation updates:
940  Assamese
941  Belarusian
942  Bulgarian
943  Galician
944  Greek
945  Norwegian bokmål
946  Polish
947  Spanish
948  Traditional Chinese
949  Vietnamese
950
951
952 Overview of changes from GLib 2.33.2 to 2.33.3
953 ==============================================
954
955 This release contains mostly bugfixes, cleanups and performance
956 improvements (including many fixes contributed by Colin on the advice of
957 Coverity).  There are a few notable externally-visible changes:
958
959 * Thumbnails are now in XDG_CACHE_HOME
960
961 * new GDBus API: per-thread g_dbus_connection_get_last_serial()
962
963 * GUnixOutputStream now has a can_poll() implementation
964
965 * New deep copy APIs for G(S)List: g_(s)list_copy_deep
966
967 * Bugs fixed:
968  518309 Incorrect data*dir path in glib-gettextize output
969  566994 Safer passing of -framework flag
970  672889 GLib.utf8_validate does segfault
971  673253 Not strict enough autconf test for libelf
972  675024 adds g_list_copy_deep() and g_slist_copy_deep
973  675168 prepare for thumbnails to move to XDG_CACHE_HOME
974  675966 gresolver: More robust parsing of DNS responses
975  676594 [Patch] fix g_reload_user_special_dirs_cache
976  676825 Implement g_dbus_connection_get_last_serial ()
977  677235 Clarify the comment at the top of gmarshal.list
978  677527 OS X: gthread/spawn-async selftest failure
979  677718 GDBusProxy: treat org.freedesktop.systemd1.Masked error as non-fatal
980  677770 GUnixOutputStream does not implement can_poll
981  677782 Install bash completion files in /usr/share
982  677817 g_key_file_to_data adds extra blank lines in some cases
983  677952 Missing annotation for GDBusConnection signal "closed"
984  678052 g_wakeup_acknowledge is called too often.
985  678273 unicode othercasing is wrong in gregex
986  678333 gdbus-codegen code causes warnings under -Wfloat-equal
987
988 * Translations updated:
989  Arabic
990  Assamese
991  Galecian
992  Greek
993  Spanish
994  Telugu
995
996 Overview of changes from GLib 2.33.1 to 2.33.2
997 ==============================================
998
999 * GLIB_VERSION_MIN_REQUIRED now defaults to the current stable version
1000
1001 * GIO input and output stream classes have grown GBytes-based methods
1002
1003 * GApplication now has hooks to register D-Bus objects before the bus
1004   name is taken
1005
1006 * Bugs fixed:
1007  605976 add g_type_ensure(), to ensure that a type has...
1008  660851 Breakage of code due to changes in the GThread...
1009  666386 Empathy doesn't open Redirect URI with particu...
1010  671139 need (transfer async) for io stream buffers
1011  672329 memory leaks in gutils.c and glib tests
1012  672548 g_utf8_validate: @str shouldn't end up annotat...
1013  674111 Provide an accessor for MimeType desktop entry...
1014  674483 broken configure results when cross-compiling ...
1015  674634 Add g_clear_pointer()
1016  674777 What's the (transfer) of g_variant_lookup()?
1017  675309 gkeyfile: Fix annotations for g_key_file_load_...
1018  675446 gfile: Plug memory leak in g_file_make_directo...
1019  675509 add extra dbus hooks
1020  675832 Incomplete gsettings bash auto-completion
1021  676208 The tmpl parameter to g_file_new_tmp can be NULL
1022  676265 GNetworkMonitor leaks a lot of memory
1023  676277 Document that g_app_info_create_from_commandli...
1024  676397 g_environ_* should work with NULL envp
1025  676398 g_spawn_* should take PATH from the passed env...
1026  676478 Broken gzip decoding
1027  676594 [Patch] fix g_reload_user_special_dirs_cache
1028  676816 Add more GLIB_AVAILABLE_IN_*
1029  676937 Document notify signal deduplication with free...
1030
1031 * Translation updates:
1032  Czech
1033  French
1034  German
1035  Greek
1036  Japanese
1037  Russian
1038  Slovenian
1039  Spanish
1040
1041
1042 Overview of changes from GLib 2.32.1 to 2.33.1
1043 ==============================================
1044
1045 * GApplication
1046  - can now have a NULL application ID
1047  - add accessors for determining dbus connection and object path
1048
1049 * g_clear_object: fix warnings when using it on C++ (due to lack of
1050   ability to implicitly cast void*)
1051 * add g_clear_pointer as a generic form of g_clear_object
1052
1053 * GDBus:
1054  - add our own implementation of the message bus for use on Windows only
1055  - fix up a few bugs that use of this bus uncovered in GDBus
1056  - escape nonce files in dbus addressess (think 'c:\')
1057  - support initial underscores in dbus codegen namespace (for private)
1058  - add GTestDBus for bringing up a session bus for testing purposes
1059  - gdbus-codegen: Avoid warnings in generated code
1060  - GDBusAuthObserver: Add a way to control what authentication mechanisms to use
1061  - 
1062
1063 * Fix misdetection of GNUstep as Cocoa (for the MacOS GSettings backend)
1064
1065 * make sure configure fails if AC_CHECK_ALIGNOF cannot detect the alignment
1066
1067 * GAppInfo
1068  - overwrite the DISPLAY only if it is set in the launch context
1069  - add accessor for StartupWMClass
1070
1071 * glib/tests/date: force US locale running the GDateTime tests
1072
1073 * Resources:
1074  - fix broken use of GVDB on big endian machines
1075  - set a 'display name' so that pretty file names appear in Gtk CSS
1076    warning messages
1077
1078 * GMainContext:
1079  - block child sources when blocking the parent
1080  - introduce more testcases for child sources
1081
1082 * GResolver: add support for MX, TXT, NS and SOA records
1083
1084 * GSocketControlMessage: Don't warn about unknown messages
1085
1086 * GIO:
1087  - implement GSeekable for the data and buffered stream classes
1088  - implement GPollable for many more classes as well
1089  - fix GConverterInputStream infinite loop when fill_buffer returns an error
1090  - fileinfo: document the correct type for trash::orig-path
1091
1092 * test coverage improvements and general fixes
1093
1094 * new 2.34 stuff: version macros, docs index section, etc.
1095
1096 * Build:
1097  - add --disable-modular-tests build option
1098  - don't require host binaries if tests are not enabled for cross-builds
1099
1100 * Translations updated
1101  Brazilian Portuguese
1102  Bulgarian
1103  Czech
1104  French
1105  Galician
1106  German
1107  Hebrew
1108  Hindi
1109  Italian
1110  Norwegian bokmål
1111  Polish
1112  Russian
1113  Russian
1114  Serbian
1115  Simplified Chinese
1116  Slovenian
1117  Spanish
1118  Telugu
1119
1120 Overview of changes from GLib 2.32.0 to 2.32.1
1121 ==============================================
1122
1123 * Bugs fixed:
1124  670254 glib-2.30.2: Fails /GDateTime/new_from_unix test
1125  672541 glib-compile-resources prepends --sourcedir to absolute paths
1126  673139 URL to mailing lists in README incorrect
1127  673174 g_input_stream_read[_finish]: document returning 0 on EOF
1128  673191 glib/gchecksum.c warning: dereferencing type-punned pointer...
1129  673216 [W32] gtestutils does not use path separators consistently
1130  673439 Properly deprecate g_value_{set,get}_char
1131  673612 Fails to decode dictionaries wrapped in two layers of array
1132  673803 gclosure: Support return values of GVariants
1133  669285 glib/tests/markup-parse fails under non-english locale
1134  673911 gio-2.0.pc lists full path to executables, breaking cross com..
1135  673762 gnextstepsettingsbackend.c:343: error: parse error before 'in'
1136
1137 * Updated translations:
1138  Belarusian
1139  British English
1140  Bulgarian
1141  Catalan
1142  Czech
1143  French
1144  German
1145  Hebrew
1146  Hindi
1147  Hungarian
1148  Italian
1149  Japanese
1150  Kannada
1151  Latvian
1152  Lithuanian
1153  Marathi
1154  Norwegian bokmål
1155  Odia
1156  Polish
1157  Serbian
1158  Slovenian
1159  Spanish
1160  Swedish
1161  Telugu
1162
1163
1164 Overview of changes from GLib 2.31.22 to 2.32.0
1165 ===============================================
1166
1167 * Bugs fixed:
1168  671988 Quickly registering / unregistering objects on bus...
1169  672095 glib needs stable sort function
1170  672406 glib/tests/include.c fails to build on FreeBSD
1171
1172 * Updated translations:
1173  Telugu
1174
1175
1176 Overview of changes from GLib 2.31.20 to 2.31.22
1177 ================================================
1178
1179 * Bugs fixed:
1180  531901 Use __builtin_bswap* for GUINT*_SWAP_LE_BE if building...
1181  653167 Out of tree build is broken on windows
1182  668973 Test /gvariant/parser fails on Solaris 10
1183  669797 gvfs now lists its fuse mounts
1184  670846 deadlock: GStreamer-WARNING **: wrong STREAM_LOCK count 0
1185  671664 gio-querymodules: unlink instead of writing empty cache
1186  671676 Glib can't be cross-compiled any more after merge of...
1187  671918 gnome-shell is inaccessible unless started while an AT...
1188  671942 GSocketMsgFlags: annotate as a flags
1189  671997 Unix signal handling assumes that volatile 1-byte writes...
1190  672013 GSimpleAsyncResult: support reliable cancellation
1191  672026 default log output should include pid and/or prgname
1192  672095 glib needs stable sort function
1193  672201 G_SPAWN_SEARCH_PATH should continue on ENODEV and ETIMEDOUT
1194  672239 request NO_REPLY from g_dbus_connection_call() with no as...
1195  672249 gdbusproxy leaks asyncresult in an error case instead of...
1196
1197 * Translation updates:
1198  Assamese
1199  British English
1200  Catalan
1201  Catalan (Valencian)
1202  Danish
1203  Esperanto
1204  Finnish
1205  French
1206  German
1207  Hungarian
1208  Korean
1209  Lithuanian
1210  Norwegian bokmål
1211  Polish
1212  Portuguese
1213  Russian
1214  Traditional Chinese
1215
1216
1217 Overview of changes from GLib 2.31.18 to 2.31.20
1218 ================================================
1219
1220 * Update to Unicode 6.1
1221
1222 * Update PCRE to 8.30
1223
1224 * Deprecations are now versioned, and new API is
1225   marked with the version it was introduced.
1226   Use these with GLIB_VERSION_{MIN,MAX}_REQUIRED
1227
1228 * The performance of signal emissions has been
1229   improved for simple cases
1230
1231 * Bugs fixed:
1232  529806 Cannot build in 64-bit Mac OS X due to libiconv
1233  580873 Documentation of register type functions incomplete
1234  592666 Document how to unset an attribute
1235  597785 g_type_class_add_private code snippet is a bad example
1236  621368 glib-2.24.1: FAIL: run-assert-msg-test.sh when updating...
1237  622149 --disable-regex breaks glib2 build
1238  639873 GBinding: Crash when binding two properties on the same...
1239  640202 For GLIB v. 2.23.6 and above: impossibility to build mu...
1240  668295 Need a way to classify GVolume instances
1241  669670 gasyncqueue: don't use deprecated g_cond_timed_wait()
1242  670542 Add version information for deprecations
1243  670557 gvaluetransform: Fix an infinite loop with GFlagsValue...
1244  670721 global variable for signal ID should be hidden
1245  670751 IceWM build fails due to the G_DEPRECATED_FOR macro
1246  670909 g_dbus_connection_call leaks when it receives an error...
1247  670922 Include path to gdbus-codegen in the pkgconfig file
1248  670969 GSequence lookup may fail if there was no sort prior to...
1249  671025 Constants and identifiers starting with a number are no...
1250  671270 make distclean failures
1251  671281 glib-compile-resources.xml is missing from the dist tar...
1252
1253 * Translation updates:
1254  Basque
1255  Belarusian
1256  Brazilian Portuguese
1257  Bulgarian
1258  Galician
1259  Hebrew
1260  Lithuanian
1261  Persian
1262  Punjabi
1263  Serbian
1264  Simplified Chinese
1265  Slovenian
1266  Telugu
1267  Traditional Chinese
1268  Uyghur
1269  Vietnamese
1270
1271
1272 Overview of changes from GLib 2.31.16 to 2.31.18
1273 ================================================
1274
1275 * GDBusProxy has now a flag, G_DBUS_PROXY_FLAGS_GET_INVALIDATED_PROPERTIES,
1276   which can be set to make GDBus automatically reload
1277   changed properties even if the propertychanged signal
1278   does not contain the new values.
1279
1280 * GApplication puts non-unique applications on the bus
1281
1282 * GApplication now has g_application_quit()
1283
1284 * g_async_queue_timed_pop has been deprecated in favor of
1285   the new g_async_queue_timeout_pop, which uses relative
1286   delays in microseconds instead of a GTimeVal.
1287
1288 * a huge number of API documentation fixes
1289
1290 * Bugs fixed:
1291  647986 put non-unique apps on D-Bus
1292  658484 vpn connection vs NetworkSecretDialog
1293  664237 GDateTime falls back to UTC if TZ is set
1294  669329 gthread-win32: update for g_get_monotonic_time() changes
1295  669330 glocalfile: fix error code when opening a directory on win32
1296  669372 glib/tests memory leaks.
1297  669412 mem leak in g_environ_unsetenv
1298  669538 Fix compilation of glib-compile-resources.c on Windows
1299  669544 gdbus-codegen example introspection XML is not complete
1300  669595 glib-mkenums: fix handling of forward enum declarations
1301  669670 gasyncqueue: don't use deprecated g_cond_timed_wait()
1302  669671 gobject: use #pragmas to avoid deprecated function warnings
1303  669689 Retrieve cwd and environ in local GApplicationCommandLine
1304  669810 socket/win32: flush pending read before signaling HUP
1305  669865 g_regex_fetch()
1306  670085 memory leak in g_output_stream_write_async
1307  670138 gbytes.h is missing the G_BEGIN/END_DECL guards
1308  670485 Simplify session API (shared bug with gtk+)
1309
1310 * Updated translations:
1311  Belarusian
1312  Danish
1313  Galician
1314  Serbian
1315  Telugu
1316  Hebrew
1317
1318
1319 Overview of changes from GLib 2.31.14 to 2.31.16
1320 ================================================
1321
1322 * GResource:
1323  - The resource compiler can now convert pngs into
1324    pixel data that can be used without parsing at runtime
1325    (requires gdk-pixbuf-pixdata to be present)
1326
1327 * Bugs fixed:
1328  669123 resource compiler: failing to-pixdata should...
1329  669173 resource: fix xml preprocess entity handling
1330  669224 Cross-compilation broken by data-to-c
1331  669253 gsettings set buggy on array values
1332  669334 fix memory leak in bookmark file parser
1333
1334 * Translation updates:
1335  Norwegian bokmål
1336  Spanish
1337
1338
1339 Overview of changes from GLib 2.31.12 to 2.31.14
1340 ================================================
1341
1342 * GResource:
1343  - GLib now includes a commandline utility, gresource,
1344    to explore resources in ELF files
1345  - The resource compiler can now optionally strip
1346    ignorable whitespace from XML resources
1347  - The resource compiler can now generate build dependencies
1348  - The resource compiler will now autoselect output formats
1349
1350 * GApplication:
1351  - The menu markup parser API has been dropped, the
1352    menu XML support lives in GTK+ now
1353
1354 * GValueArray has been deprecated
1355
1356 * Bugs fixed:
1357  626258 N-ary Trees - 'nodes' can be inserted before and after...
1358  634232 Core Dump / Aborted using g_key_file_to_data
1359  639099 schema compiler chokes on valid schema
1360  667228 Deprecate GValueArray
1361  667243 Add an element clear function to GArray
1362  667929 glib-compile-resources: xml resources doesn't need to...
1363  668250 g_date_time_format() produces a non-UTF8 string
1364  668468 'IP_ADD_SOURCE_MEMBERSHIP' undeclared
1365  668532 resources: add dependency generator to the resource compiler
1366  668539 resources: compiler should autoselect output format...
1367  668561 gresource-tool not internationalized
1368  668572 glib_cv_g_atomic_lock_free config.cache setting not honored...
1369  668650 GRealArray->clear_func should be initialized
1370  668756 GKeyFile: allow loading from empty strings
1371  668857 fix couple of typos in comments
1372  669024 goption: implement platform_get_argv0() for OpenBSD
1373
1374 * Updated translations:
1375  Galician
1376  Norwegian bokmål
1377  Spanish
1378  Traditional Chinese
1379
1380 Overview of changes from GLib 2.31.10 to 2.31.12
1381 ================================================
1382
1383 * GApplication:
1384  - Drop support for exporting menus - this functionality
1385    will be provided in GtkApplication
1386  - Add a way to create actions that change settings
1387
1388 * Bugs fixed:
1389  629503 Add async versions of g_unix_connection_{receive,send}_credentials
1390  656301 glib-compile-schemas should not create an empty file
1391  668071 mingw-gcc build fails on gio/gsocket.[c|h]
1392  668118 the big appmenu switcheroo
1393  668158 base64 encode and line termination
1394  668163 GDBusConnection: note that exit-on-close is sometimes TRUE
1395  668269 gsignal: add g_signal_handlers_disconnect_by_data
1396  668279 create GAction from GSettings
1397
1398 * Translation updates:
1399  Norwegian bokmål
1400
1401
1402 Overview of changes from GLib 2.31.8 to 2.31.10
1403 ===============================================
1404
1405 * GResource:
1406  - A new facility to allow linking data files into binaries
1407    and make them available as resources
1408  - Resources are compiled using glib-compile-resources
1409  - GIO supports resource:/// uris to access resources
1410
1411 * Bugs fixed:
1412  619126 Missing dependency libs
1413  658315 g_key_file_get_keys() should set length to 0...
1414  660371 is it ever valid to have 0 as a GError domain?
1415  666700 Add some missing (allow-none) annotations
1416  667375 GAsyncInitable subclassing (and async subclassing...
1417  667447 Missing many introspection annotations
1418  667790 Protect call to pthread_condattr_setclock with define
1419  667938 wrong gtypes generated for empty flags enums
1420
1421 * Translation updates:
1422  Hebrew
1423  Spanish
1424
1425
1426 Overview of changes from GLib 2.31.6 to 2.31.8
1427 ==============================================
1428
1429 * GObject:
1430  - The type checks for overriding properties have been loosened.
1431    In particular, it is now possible to add the CONSTRUCT flag
1432    to an overridden property
1433  - GWeakRef is a new API for weak references; unlike g_object_weak_ref
1434    and g_object_add_weak_pointer, it is thread-safe.
1435
1436 * GHashTable has grown new convenience api for use as a set:
1437   g_hash_table_add, g_hash_table_contains
1438
1439 * GSocketConnection has gained API for managing connection status
1440
1441 * GSettings: a native OS X backend has been added, under the
1442   name 'nexstep'
1443
1444 * Bugs fixed
1445  455640 Something fishy with GRegex and unicode
1446  548954 weak references are not threadsafe
1447  625751 Add G_FILE_ATTRIBUTE_FILESYSTEM_USED
1448  658871 gbacktrace: g_get_prgname () isn't called for a NULL argu...
1449  664069 gvariant: Never break out of g_variant_iter_loop
1450  664830 g_strescape doesn't natively handle \v (vertical tab)
1451  665211 GDBusConnection singleton access can race with disposal
1452  665805 Add GSocketClient::action, for tracking socket client status
1453  666116 some tests provoke undefined behaviour, which is undesira...
1454  666422 Unreachable code in gio gnetworkmonitornetlink.c
1455  666551 Crash in g_thread_xp_SleepConditionVariableSRW
1456  666595 menu parser disallows id='' on submenu and section
1457  666615 loosen property override flag restrictions
1458  666616 gobject: fix property override type checks
1459  666803 g_utf8_validate() fails to validate strings with known size
1460  666804 g_ateaxit deprecation warning in devhelp points in wrong ...
1461  666951 g_mkdtemp: Since version incorrect in docs
1462  666978 Fails to compile glib applications with ISO C90 compiler
1463  667098 ginetaddressmask leaks its address property
1464  667225 GSocket: add missing type checks to public methods
1465  667226 GSocket: fix an error return value
1466  667279 Sometimes crashes when launching commandline-crea...
1467  667285 Wrong keyname listed in documentation for g_deskt...
1468  667331 Use g_queue_free_full() convenience function
1469  667420 GHashTable GDB pretty printing is broken
1470
1471 * Updated translations
1472  Belarusian
1473  Bulgarian
1474  Hebrew
1475  Norwegian bokmål
1476  Norwegian Nynorsk
1477  Spanish
1478  Vietnamese
1479
1480
1481 Overview of changes from GLib 2.31.4 to 2.31.6
1482 ==============================================
1483
1484 * GApplication no longer has APIs for setting menus.  Those have been
1485   moved to GtkApplication.
1486
1487 * the GActionGroup import/export functionality has been decoupled from
1488   GApplication by the introduction of a new interface for the purpose of
1489   handling platform data: GRemoteActionGroup.  This allows Gtk to
1490   properly deal with platform data (and gdk threads) on window actions.
1491
1492 * lots of documentation improvements
1493
1494 * bug fixes and a huge number of memory leak fixes
1495
1496 * the test suite now passes on ARM and some of the GDBus testcase hangs
1497   we've been seeing have been resolved (although others could remain)
1498
1499 * g_bytes_get_data() API changed: now includes 'size' out parameter
1500
1501 * new g_queue_free_full() API similar to g_[s]list_free_full()
1502
1503 * desktop files: use standard "Keywords" now, not "X-GNOME-Keywords"
1504
1505 * gsettings commandline tool now has --schemadir option for schemas not
1506   installed in the usual place (ie: as part of plugins)
1507
1508 * Bugs fixed:
1509  643736 GApplication doesn't emit dbus signals on action updates
1510  657433 g_queue_free_full() missing
1511  664699 glib: documentation fixes
1512  665737 acquire/release gdk threads lock on incoming dbus
1513  665879 GBytes: add a size argument to g_bytes_get_data
1514  666113 various leaks in GLib, GIO are visible in the regression tests
1515  666115 various tests leak memory, obscuring real leaks in the library
1516  666145 Doc could be more explicite that g_thread_init calls can be droped
1517  666173 Configure warning - linux/netlink.h usability... no
1518  666296 Race condition in g_thread_xp_get_srwlock
1519  666415 Settings tools should allow specifying a schema directory 
1520
1521 * Translations updated:
1522  French
1523  Spanish
1524
1525 Overview of changes from GLib 2.31.2 to 2.31.4
1526 ==============================================
1527
1528 * EXPERIMENTAL: Menu support has been added to GApplication.  Menus
1529   are exported on the bus, alongside the actions that are already there.
1530   There have also been many related improvements to action group
1531   functionality.
1532
1533   These new APIs are subject to changes in the coming releases.  In
1534   particular, it seems somewhat likely that the APIs for registering
1535   menubars may change in order to accommodate windows with different
1536   types of menubars.
1537
1538 * GDBusConnection previously directly dispatched destroy notifies when
1539   unregistering objects if the current main context was the same context
1540   the object was exported on.  It now unconditionally dispatches these
1541   through an idle on the context.
1542
1543 * Clean up Requires in pc files. Linking against GIO no
1544   longer drags in gmodule. This may require dependency
1545   fixes here and there.
1546
1547 * Introduce GBytes, a data type for immutable, fixed-size
1548   byte sequences. This makes the pre-existing GBuffer
1549   API available outside GLib
1550
1551 * GDBusInterfaceSkeleton can now be exported on multiple
1552   connections
1553
1554 * Bugs fixed:
1555  600161 Do not use static GTypeInfo and GInterfaceInfo
1556  640077 GFileMonitor: Always send CHANGES_DONE_HINT after a move...
1557  641720 Misleading definition for local_command_line() in GApplic...
1558  648516 Little comment error and 2 useless lines of code
1559  651997 Dummy backend for gapplication
1560  652560 Test for g_ascii_strtod is failing
1561  662208 failure to initialize a GInitable should be considered...
1562  662718 GDBusInterfaceSkeleton should be able to export on multi...
1563  663291 GBytes: Immutable, refcounted sequence of bytes
1564  664406 Need context for a proper translation
1565  664455 Build fixes for GLib GIT master (2.31.x)
1566  664558 GDBusWorker.frozen has a value > 1 in a gboolean
1567  664559 sys/wait.h not available on windows
1568  664617 gdbus segfault error 4 in libgio-2.0.so.0.3102.0
1569  664635 GMemory{Out,In}putStream _async functions break sub-class...
1570  664809 Add command line option to gtester to allow skipping tests
1571  665067 cryptic assertion failure if nonsensical flag combinations...
1572  665184 Check ref. count before reffing/unreffing
1573  665298 Add 'Requires.private: libpcre' to glib-2.0.pc
1574  665391 update documentation around mainloops
1575  665607 ./configure is there for fiddling with cross-compile enviro...
1576  665634 g_dbus_node_info_new_for_xml() errors on unknown attributes...
1577  665685 Add a #define for the max length of a Unicode decomposition
1578  665733 GDBusConnection holds lock while calling destroynotify
1579
1580 * Translation updates:
1581  Norwegian bokmål
1582  Spanish
1583
1584
1585 Overview of changes from GLib 2.31.0 to 2.31.2
1586 ==============================================
1587
1588 * Monotonic time is now properly supported on Windows
1589
1590 * glib-mkenums: fix @ENUMPREFIX@ with /*< underscore_name=... >*/
1591
1592 * EXPERIMENTAL: introduce new GSettingsSchema and GSettingsSchemaSource
1593   APIs for the convenience of plugin system authors and those who wish
1594   to introspect the contents of schemas.  This API may change.
1595
1596 * Improve the performance of GObject property notifies.
1597
1598 * GDBus:
1599  - fix a race when unowning a name immediately after owning it
1600  - thread safety improvements on GDBusConnection
1601  - fixes for exit-on-close functionality
1602
1603 * Deprecations:
1604  - add G_SIGNAL_DEPRECATED
1605  - don't use G_DISABLE_DEPRECATED masking for functions anymore
1606
1607 * docs
1608  - tmpl/ is finally dead for glib
1609
1610 * GIO:
1611  - GInetAddressMask: new type for internet address range matching
1612  - various GIO file and stream fixes
1613  - improvements to attribute and fileinfo handling
1614
1615 Overview of changes from GLib 2.29/2.30 to 2.31.0
1616 =================================================
1617
1618 This release contains a huge number of changes (500 commits worth).  The
1619 list below attempts to summarise, but not every change is listed.
1620
1621 * Major changes to threading and synchronisation
1622  - threading is now always enabled in GLib
1623  - support for custom thread implementations (including our own internal
1624    support for errorcheck mutexes) has been removed
1625  - a whole lot of dead code (to deal with the non-threaded case) has
1626    been ripped out.  This includes the racy path of GMainContext that
1627    caused deadlocks with respect to child process exits in
1628    single-threaded programs (such as gtester).
1629  - libgthread is now an empty shell and g_thread_init() is no longer
1630    required (and has been deprecated)
1631  - GMutex and GCond can now be statically allocated without explicit
1632    initialisation.  Dynamic allocation for these types is deprecated.
1633  - new types GRecMutex and GRWLock can also be statically allocated
1634    without explicit initialisation.
1635  - GPrivate can now be statically allocated and has an improved API.
1636    Dynamic allocation of GPrivate is deprecated.
1637  - GStaticMutex, GStaticRecMutex, GStaticRwLock, GStaticPrivate are
1638    deprecated.
1639  - GCond now uses monotonic time internally and a new API takes
1640    monotonic time for timed waits, deprecating the wallclock API
1641  - removal of the insane macro indirection used in the previous
1642    implementation of threading and synchronisation APIs
1643  - use SRWLock and CONDITION_VARIABLE APIs when available on Windows
1644    (Vista and later) and emulate them on XP
1645  - leaks of G(Static)Private-allocated data on some cases of thread exit
1646    have been fixed
1647  - simplified new thread creation API with the old API deprecated.  The
1648    concept of joinability has disappeared (all threads are joinable) as
1649    have priority levels, 'bound'ness (ie: kernel vs. userspace threads)
1650    and ability to manipulate the stack size.
1651  - GThread is now a refcounted type
1652  - other implementation details changed
1653
1654 * Move headers for some deprecated functionality to a separate
1655   deprecated/ directory.
1656
1657 * New support for attribute-based deprecations to issue compiler
1658   warnings instead of breaking the build and/or giving warnings about
1659   implicit declarations (and possibly miscompiling).
1660
1661 * GCache has been deprecated (after its last use was removed from our
1662   platform over a year ago).
1663
1664 * It is no longer possible to include individual headers (like
1665   "ghash.h") -- you must #include <glib.h>.
1666
1667 * The misguided experiment of allowing the program to stumble along with
1668   missing GSettings schemas is now over -- the abort is back.
1669
1670 * Clarify that fork() is not valid while using GMainContext.  This is
1671   because the internal resources of the GMainContext end up being shared
1672   by both processes.  We had an assert here but it was breaking existing
1673   (valid) use cases as well, so it has been removed for now.
1674
1675 * GApplication
1676   - add ::shutdown signal as logical dual to ::startup
1677   - don't use a GMainLoop: iterate the GMainContext directly (improves
1678     quit logic)
1679
1680 * Several portability fixes for Windows, OpenBSD, Solaris
1681
1682 * Add new GValue API to specifically deal in signed chars (in case the
1683   platform defines 'char' as unsigned)
1684
1685 * some new API to mitigate the problems associated with calling setenv()
1686   in a multi-threaded program
1687
1688 * Use CLOCK_MONOTONIC unconditionally if the libc has support at compile
1689   time (ie: stop checking for kernel support at runtime).
1690
1691 * pkg-config files:
1692   - drop -uninstalled variants
1693   - remove gobject dependency on gthread
1694
1695 * New macro G_ATOMIC_LOCK_FREE is defined if the atomic operations are
1696   implemented without use of a mutex.  Cleaned up atomic-related
1697   compilation issues with mingw compilers on win32 systems.
1698
1699 * SOCKS proxy and resolver improvements
1700
1701 * Fix the spelling of G_IO_FLAG_IS_WRITABLE (was WRITEABLE) and
1702   introduce a macro for backwards compatibility.
1703
1704 * GDBus:
1705   - many code generation updates and improvements
1706   - some race condition fixes, including testcase hangs
1707
1708 * GVariant:
1709   - new g_variant_new_from_fixed_array() API
1710   - substantial docs improvements/clarifications
1711
1712 * GKeyFile is now refcounted and boxed
1713
1714 * mount monitoring is now based on /proc/mounts (where available)
1715   instead of mtab
1716
1717 * new macros G_SOURCE_CONTINUE and G_SOURCE_REMOVE for returning from
1718   GSourceFunc (so you don't have to remember what TRUE and FALSE mean)
1719
1720 * use xlocale functions where available to avoid too much heavy lifting
1721   in functions like g_ascii_strtod()
1722
1723 * GMappedFile can now be created from an fd
1724
1725 * error message strings grammar/i18n fixes
1726
1727 * many docs updates
1728
1729 * Partial list of bugs closed:
1730  70598  Unify GStaticMutex and GMutex.
1731  320888 optimization for g_main_context_wakeup
1732  398418 GChildWatch race condition?
1733  527214 g_timer_elapsed() returns random values
1734  580505 add a way to set/get name for a thread
1735  583511 race condition means g_main_loop_quit() does not work
1736  590808 GKeyFile should have a refcount and a boxed type in GObject
1737  592715 Document that g_str_hash() and g_int_hash() are not NULL safe
1738  631413 Add macros for GSourceFunc return values
1739  632049 not immediately clear what g_variant_get_fixed_array expects
1740  640212 "Error stating file" is not a friendly message
1741  640293 Use xlocale functions to implement g_ascii_strtod()
1742  640975 Check that error exists before trying to set it
1743  643934 GApplication lacking a logical dual for the ::startup signal
1744  651268 assertion failed in GDBus worker thread
1745  653987 g_key_file_get_integer cannot interpret trailing spaces
1746  654412 Documentation for g_variant_get_child_value unclear
1747  654563 info capplet: Failed to calculate disk space
1748  655366 missing GSettings schemas lead to obscure crashes
1749  656621 g_spawn_*() calls executables in current directory
1750  656679 [gi] Add two annotations to gio
1751  657992 Add glib__private__() API to share between glib,gio
1752  658188 _set_as_last_used_for_type generates a broken mimeapps.list
1753  658206 gsocks5proxy.c has invalid gettext use
1754  658207 glib-compile-schemas says "can not"
1755  658558 simpleaction: Fix documentation of :enabled
1756  658683 clean up charset/language threading issues
1757  658692 add introspection annotations to g_time_val_from_iso8601()
1758  658715 Duplicite strings
1759  658769 Invalid reuse of GError in GThreadedResolver
1760  658806 sign error in string hash implementation
1761  658976 gdbus-codegen's C namespace option needs to support Ugly_Case
1762  659070 gdbus-codegen generated code segfaults when property changes
1763  659082 gdbus-codegen: Single letter namespaces get dropped from names
1764  659212 GMappedFile should fail on non-regular files
1765  659324 _SPLICE_CLOSE_TARGET doesn't mark the output stream as closed
1766  659423 Use adaptive mutexes when available
1767  659427 Move deprecated code to a separate directory
1768  659646 gdbus-codegen produce code that warnings at build
1769  659690 Possible build warning in code generated by gdbus-codegen
1770  659699 property name collision when generating code for "Connection"
1771  659754 Add API to GMappedFile that allows to pass FD
1772  659838 incorrect types in introspection for g_object_bind_property
1773  659866 pthread_rwlock_t requires defined __USE_UNIX98
1774  659870 gvalue: Fix signedness of g_value_get_char()
1775  659889 glib-2.29.92/gio-2.0.pc.in has a wrong line.
1776  659916 GObject size of 64K is not actively enforced
1777  659920 Missing setter for read/write property 'closed' of GIOStream
1778  659923 Add g_variant_new_fixed_array() function
1779  660013 Remove old g_atomic configure cruft
1780  660096 glib/rwlock tests failure (tests asserted)
1781  660130 Possible loss of user data when updating mimeapps.list
1782  660147 tracker causes g_critical in "gsettings list-recursively"
1783  660413 Make G_ASSERT_STATIC work with clang
1784  660498 Generated test code fails when the codegen changes
1785  660511 Use /proc/mounts for monitoring mounts, not /etc/mtab
1786  660536 Expose options for /etc/fstab entries
1787  660635 Deprecate g_thread_foreach
1788  660637 Pending dbus method calls not canceled on connection loss
1789  660739 kill off g_{mutex,cond}_{new,free}()
1790  660740 make GThread more standard
1791  660741 g_cond_timedwait is a disaster
1792  660743 macro wrappers for g_once_init_enter/leave
1793  660744 finish killing g_thread_init()
1794  660745 GPrivate leaks on Windows
1795  660791 [gio] Improve doc for g_file_make_directory_with_parents()
1796  660843 asyncqueue-test is broken
1797  660849 Remove cruft from g_strerror and g_strsignal
1798  660886 GDBusProxy: don't drop/complain about unknown props/signals
1799  660887 g_slice_set_config() is broken
1800  660994 Add g_main_context_ref_thread_default()
1801  661255 gio: enable test_peer regression test for OpenBSD
1802  661257 giomodules.c uses ":" instead of G_SEARCHPATH_SEPARATOR_S
1803  661318 tests use pthread without appropriate compiler/linker flags
1804  661421 Applications fail to initialize on GNU Hurd - commit
1805  661438 Implement G_GNUC_DEPRECATED/G_GNUC_DEPRECATED_FOR on Visual C++
1806  661711 Sorting keys for GDrive, GVolume and GMount instances
1807  661763 desktop-app-info: Add support for X-GNOME-Keywords
1808  661896 /gdbus/connection/life-cycle is racy
1809  661914 Gstreamer/Totem locks up
1810  662100 regression: g_dbus_connection_close() triggers exit-on-close logic
1811
1812 * Translations updates:
1813  Belarusian 
1814  Brazilian Portuguese
1815  British English 
1816  Bulgarian 
1817  Catalan 
1818  Catalan (Valencian)
1819  Czech 
1820  Danish 
1821  Esperanto
1822  French 
1823  Gujarati
1824  Hebrew 
1825  Hungarian 
1826  Italian 
1827  Japanese
1828  Lithuanian
1829  Norwegian bokmål
1830  Oriya
1831  Polish 
1832  Russian 
1833  Serbian
1834  Simplified Chinese
1835  Slovak 
1836  Slovenian
1837  Spanish 
1838  Tamil
1839  Vietnamese
1840
1841 Overview of changes from GLib 2.29.18 to 2.29.90
1842 ================================================
1843
1844 * API/ABI changes:
1845  - unix signal watches now match the API of all of the other sources
1846  - revert the addition of g_date_time_source_new () from last release
1847
1848 * networking and other fixes for Solaris
1849  - we no longer support symbolic port names (ie: from /etc/services)
1850  - check if -lsocket is needed
1851  - fix g_socket_details_from_fd()
1852  - avoid getmntinfo
1853  - fix some harmless warnings
1854
1855 * GDateTime improvements:
1856  - generally improved standards compliance (with C99)
1857  - support C99-specified format strings: %g, %G, %V, %c, %C, %w
1858  - consult the locale for the preferred 12-hour time format (%r)
1859  - drop support for non-standard %N and broken %W
1860  - better support for formatting non-POSIX (eg: Arabic) numerals
1861  - locale-related test case fixups, and fix some leaks
1862
1863 * GTlsInteraction: add interaction method invocation guarantees
1864
1865 * gdbus-codegen: post-process all interfaces when parsing >1 file
1866
1867 * make GMainLoop, GMainContext and GSource boxed types
1868
1869 * fix a race condition in the first use of g_get_monotonic_time()
1870
1871 * lots gtk-doc cleanups
1872
1873 * better intltool compatibility when generating pot file
1874
1875 * avoid GCC-specific compiler options when not using GCC
1876
1877 * Translation updates:
1878  Belarusian
1879  Brazilian Portuguese
1880  Canadian English
1881  Galician
1882  Indonesian
1883  Korean
1884  Lithuanian
1885  Norwegian bokmål
1886  Portuguese
1887  Spanish
1888  Swedish
1889
1890 Overview of changes from GLib 2.29.16 to 2.29.18
1891 ================================================
1892
1893 * GDateTime is now respecting LC_TIME when formatting
1894
1895 * GTimeZoneMonitor has been removed again
1896
1897 * A new API for wallclock functionality has been added:
1898   g_date_time_source_new(). This API is still experimental
1899   and may be changed or removed before 2.30.
1900
1901 * Bugs fixed:
1902  628904 Add credential support for FreeBSD and fix a socket issue
1903  650763 gdbus-codegen is broken with python 2.7
1904  655129 GDateTime could provide api for implementing wall clocks
1905  656341 gtlsconsoleinteraction.c uses getpass() which isn't avail...
1906  656387 GCancellable can be used concurrently
1907  656443 Make GTlsInteraction ask_password cancellable
1908  656675 void functions should not return in glib 2.29.16
1909  656772 g_variant_compare for uint64 incorrect
1910  656914 Load GIO_EXTRA_MODULES first, and ignore duplicates
1911  657083 The header langinfo.h is not available on all systems
1912  657084 gfileutils: fix docs/annotations for temp file methods
1913  657138 Some files missing in POTFILES.in
1914  657206 GInputStream leaked in g_file_icon_load_async()
1915  657243 g_cancellable_set_error_if_cancelled() documentation
1916  657274 Use detected PYTHON variable as shebang for gdbus-codegen
1917  657336 Speling fixes for glib found with codespell
1918  657452 plural forms needed
1919  657454 Translation comment needed
1920  657540 Print out file:// URL to coverage HTML report after building
1921  657593 g_test_trap_fork calls close(-1)
1922  646082 Addresses from GSocket should be normalized before returning
1923  657517 fix gio/tests/gdbus-peer on bsd
1924
1925 * Translation updates:
1926  Brazilian Portuguese
1927  Galician
1928  Norwegian bokmål
1929  Punjabi
1930  Russian
1931  Serbian
1932  Spanish
1933  Swedish
1934  Traditional Chinese
1935  Uighur
1936
1937
1938 Overview of changes from GLib 2.29.14 to 2.29.16
1939 ================================================
1940
1941 * GTlsDatabase: an abstract class that provides support
1942   or certificate and key lookup. An implementation will
1943   be provided in glib-networking
1944
1945 * GHmac: Support or HMAC digests
1946
1947 * Misc new API:
1948  - g_ptr_array_add_full: creates a GPtrArray with
1949    a preallocated size and a destroy function
1950  - g_desktop_app_info_get_show_in: checks if a GDesktopAppInfo
1951    should be shown in a given desktop environment
1952  - g_mkdtemp, g_mkdtemp_full, g_dir_make_tmp: create
1953    temporary directories
1954
1955 * Unify thread wakeup implementations of GMainContext
1956   and GCancellable, and use eventfd for it when available
1957
1958 * Show mounts in $XDG_USER_DIR in addition to /media and $HOME
1959
1960 * Bugs fixed:
1961  636572 GTlsCertificateDB
1962  644601 Some tests need a running dbus session
1963  652284 deal with small key lengths
1964  652827 glib-2.29.8 no longer builds with mingw.org's toolchain
1965  653063 PEM parser fails parsing private key when put first
1966  654078 Fail to static linking with Glib library
1967  654450 New functions: g_ptr_array_new_full()
1968  654793 Add G_VALUE_INIT
1969  655044 GDesktopAppInfo: Add g_desktop_app_info_get_show_in()
1970  655148 gdbusconnection is broken when compiling with mingw
1971  655241 glocalfile.c no longer compiles with MinGW GCC
1972  655598 g_cancellable_get_fd: silently return -1 for NULL cancellable
1973  655664 gdbus should not abort if no dbus session is available
1974  655769 Use ZLIB_CFLAGS when compiling gio
1975  656031 Improve GVariant annotations
1976  656048 glib-codegen requires Python >= 2.5
1977  656151 configure test logic inverted, doesn't match comments
1978  656152 GCC only syntax used, yet other compilers allowed by configure.
1979  656162 allow use of lcov 1.9 for coverage
1980  656282 GDBusProxy: uninitialized local variables can be freed
1981  656283 Failing tls connection cause assertion
1982  118563 Add g_mkdtemp in the spirit of g_mkstemp
1983  636405 Add g_return_if_fail() to g_settings_bind_with_mapping()
1984  656039 race condition between GDBusProxy signals and public API
1985  656492 g_io_channel_new_file failure (open(2) behavior wrt POSIX)
1986
1987 * Translation updates:
1988  Bulgarian
1989  Esperanto
1990  French
1991  Galician
1992  German
1993  Hebrew
1994  Indonesian
1995  Italian
1996  Norwegian bokmål
1997  Russian
1998  Spanish
1999  Swedish
2000
2001
2002 Overview of changes from GLib 2.29.12 to 2.29.14
2003 ================================================
2004
2005 * Unicode improvements
2006  - add g_unicode_script_{to,from}_iso15924
2007  - add G_UNICODE_SPACING_MARK define
2008  - more normalisation improvements
2009  - stop using deprecated g_unicode_canonical_decomposition()
2010
2011 * GParamSpec:
2012  - mark the 'name' field as 'const' and add a comment to the header to
2013    help avoid future problems caused by bad hacks
2014
2015 * Merge some (modified) patches from Debian:
2016  - 03_blacklist-directories.patch
2017    - add some blacklisted mount directories
2018  - 60_wait-longer-for-threads-to-die.patch
2019    - sleep longer in a test case, if needed to avoid failing
2020
2021 * Units policy change: prefer use of SI units
2022  - deprecate g_format_size_for_display, add g_format_size(_full)
2023
2024 * GSettings: don't call g_error() when the schema is missing
2025
2026 * GVariant support for arrays of object paths:
2027  - new g_variant_{new,get,dup}_objv API
2028  - support for g_variant_{new,get} '^ao' and '^a&o' similar to '^as'
2029
2030 * GDBus:
2031  - use new improved array-of-objects support and pass 'ao' as char**
2032    instead of GVariant*
2033  - improve handling of 'h' type (Unix file descriptor index)
2034
2035 * GIO:
2036  - fix compilation without USE_STATFS and USE_STATVFS
2037
2038 * Documentation fixes
2039
2040 * Bugs fixed:
2041  622921 Migrate from dbus-glib to glib's GDBus
2042  648271 Add g_unicode_script_to_iso15924()
2043  654948 Stop using deprecated g_unicode_canonical_decomposition()
2044  654988 g_atomic_int_add should document behaviour change
2045  655025 #define G_UNICODE_SPACING_MARK G_UNICODE_COMBINING_MARK
2046  655076 normalization misses some Full_Composition_Exclusion=True. 
2047
2048 * Translations updated:
2049  Spanish
2050
2051 Overview of changes from GLib 2.29.10 to 2.29.12
2052 ================================================
2053
2054 * Add new API to do Unicode (de-)composition in atomic steps,
2055   for use in Harfbuzz.
2056
2057 * Bugs fixed:
2058  615895 (indirectly) support non-NULL-terminated regexes in GRegex
2059  617949 glib trunk fails to compile on Solaris w/ Studio 12...
2060  620423 Document the possibility to unset attributes
2061  627974 Floating reference headaches
2062  644687 Not finding cross-links in current doc set
2063  649246 g_output_stream_splice() cannot be used on 32-bit machines...
2064  653841 a helper script to build glib from git master on win32
2065  653935 g_slist_free_full/g_list_free_full iterates twice in the list
2066  654017 tests: fix glib_translations_work() in gsettings unit test
2067  654085 Don't needlessly use "echo -e" when creating .def files
2068  654195 Add g_unichar_compose() and g_unichar_decompose()
2069  654232 GCancellable eventfd problems
2070  654394 suspicious use of floating references in GDBusInterfaceSkeleton
2071  654536 GSettings: lift key name length restriction to 64
2072  654627 GParamSpec: intern property names
2073  654651 Better g_unicode_canonical_decomposition()
2074  654917 Make g_cclosure_marshal_generic the default signal handler
2075
2076 * Translation updates:
2077  Belarusian
2078  Finnish
2079  Korean
2080  Latvian
2081  Lithuanian
2082  Norwegian bokmål
2083  Turkish
2084
2085
2086 Overview of changes from GLib 2.29.8 to 2.29.10
2087 ===============================================
2088
2089 * New features:
2090  - g_desktop_app_info_get_nodisplay: a function that is required
2091    to port gnome-menus to GDesktopAppInfo
2092  - g_hash_Table_iter_replace: new function to replace a value
2093    while iterating over a hash table
2094  - g_utf8_substring: convenience API to extract substrings from
2095    UTF-8 strings
2096  - g_action_group_add_entries: convenience API for creating lots
2097    of actions quickly
2098  - Use eventfd instead of pipes for waking up main contexts and
2099    for cancellation when available
2100  - GMatchInfo is now a refcounted boxed type
2101
2102 * API changes in GAction:
2103  - the 'set_state' entry in the GActionInterface vtable has been
2104    renamed to 'change_state
2105  - g_action_set_state has been renamed to g_action_change_state
2106  - the 'state' property has been changed to read-only
2107  - GSimpleAction can no longer be subclassed
2108
2109 * Bug fixes
2110  647796 g_variant_new_variant is not marked as constructor
2111  652072 gmain: make use of signalfd()
2112  652168 Crosscompiling Fails if build<=2.24 and host >2.24
2113  652750 make dist fails
2114  652758 GDataInputStream: Clarify g_data_input_stream_read_line docs...
2115  652822 Add a g_hash_table_iter_replace
2116  652897 tiny docs clarification for g_utf8_to_ucs4_fast
2117  653140 gmain: use Linux eventfd() for main context wake up
2118  653429 drop AM_MAINTAINER_MODE or enable it by default
2119  653484 GAsyncCallbacks should default to allow-none
2120         Add missing fundamental types to the generic marshaller
2121
2122 * Translation updates
2123  Belarusian
2124  Galician
2125  Russian
2126
2127 Overview of changes from GLib 2.29.6 to 2.29.8
2128 ==============================================
2129
2130 * Bug fixes
2131  646608 export_symbols variable for gio dynamic library is wrong
2132  646635 Fix introspection of GLib
2133  647930 Documentation: GDataInputStream _read_upto() version
2134  651745 Switch to _ prefixing rather than G_GNUC_INTERNAL
2135  651920 Improve qsort_r detection
2136  651959 gbitlock: "asm goto" is not available in gcc < 4.5
2137  651998 gdbus-codegen: Use relative Python imports
2138  652000 Fix for gatomic.c on Windows/MSVC
2139  652002 Proposal to clean up gvaluetransform.c for MSVC
2140  652025 g_dbus_connection_register_object: error is not set...
2141  652081 Typos in a GBinding warning message
2142  652197 Improper handling of double values in GDBusMessage
2143         Fix a deadlock in gobject finalization
2144
2145 * Translation updates:
2146  Czech
2147  Galician
2148  German
2149  Hebrew
2150  Norwegian bokmål
2151  Spanish
2152  Uighur
2153
2154
2155 Overview of changes from GLib 2.29.4 to 2.29.6
2156 ==============================================
2157
2158 * Atomic operations have been rewritten from scratch to make use
2159   of gcc builtins where possible. As a side-effect of this, calls
2160   to g_atomic_ API with explicit casts may now be problematic; if
2161   that happens to you, try first to remove the casts. Another
2162   side-effect of the rewrite is that g_atomic_int_exchange_and_add
2163   has been deprecated in favor of g_atomic_int_add.
2164
2165 * A full set of atomic operations on pointers has been added,
2166   including bit locks in pointer-size locations.
2167
2168 * Access to quarks is now lockless
2169
2170 * GObject data scalability has been greatly improved
2171
2172 * g_data_time_format now supports alternative digits and padding
2173
2174 * Introspection improvements:
2175  - Add a boxed type for GVariantBuilder
2176  - Annotation fixes in GDBus, GVariant, g_base64_
2177
2178 * Bugs fixed:
2179  502560 g_rand_double_range returns 'inf'
2180  612729 g_mkdir_with_parents can fail if the directory already exists
2181  617491 g_once() implementation is inefficient
2182  619418 Add a performance test for UTF-8 decoding functions
2183  619435 Make g_utf8_to_ucs4_fast() yet faster
2184  626549 G_STATIC_ASSERT_EXPR
2185  631231 bitlock: Fix detection and usage of futexes with Bionic
2186  632294 g_queue_remove() should return a boolean
2187  640518 GMainLoop has quadratic complexity when all pollfd's...
2188  642026 Race condition in g_static_private_free
2189  646635 Fix introspection of GLib
2190  648678 g_date_time_format(): support %O flags for localized numbers
2191  649480 Use MSG_CMSG_CLOEXEC in recvmsg in gio/gsocket.c
2192  649506 GTestFunc et al lacking Since tag
2193  649657 Don't return gboolean for functions that throw
2194  649775 glib-gio-gdbuscodegen-Makefile.patch
2195  649915 gsettings accepts unquoted strings longer than two characters
2196  649973 gthread: build unix tests only on unix
2197  649988 gdbus-codegen: Drop dependency on argparse
2198  650078 forkbomb building glib/tests/protocol
2199  650211 Optimization in key file parsing
2200  650236 Application over DBus implements action state incorrectly
2201  650345 g_key_file_has_key_full: New function to fix g_key_file_has_key...
2202  650458 reduce overhead in g_object_set/get_data
2203  650459 hash table consistency while calling destroy notify funcs
2204  650688 enforce rules about hash table modification
2205  650823 expand the set of atomic ops
2206  650874 codegen chokes on docs
2207  650882 use stdout instead of stderr for informational messages
2208  650884 fix compilation with gcc2
2209  650885 implement glib credentials on OpenBSD (hackish)
2210  650935 G_GNUC_MAY_ALIAS and atomic ops
2211  651009 minor documentation fix
2212  651034 Regarding g_cond_wait after g_thread_pool_push in gthreadedresolver
2213  651133 race condition in GDBusConnection's emit_signal_instance_in_idle_cb
2214  651141 hashtable infinite loop
2215  651219 fix path to true(1) on OpenBSD
2216  651223 Fix some compile warnings on OpenBSD
2217  651327 Minor fixes for the gsocket API
2218  651467 Add pointer sized bitlocks
2219  651650 gdbus: Avoid busy wait loop
2220  651725 gmain: Cleanups and a new test case
2221  651745 Switch to _ prefixing rather than G_GNUC_INTERNAL
2222
2223 * Updated translations:
2224  Catalan (Valencian)
2225  Esperanto
2226  Hebrew
2227  Hungarian
2228  Russian
2229  Spanish
2230
2231
2232 Overview of changes from GLib 2.29.2 to 2.29.4
2233 ==============================================
2234
2235 * GDBus:
2236  - Includes several new types to support modeling D-Bus
2237    objects and interfaces more fully, and also introduces
2238    an 'object manager' pattern:
2239    GDBusInterface, GDBusObject, GDBusObjectManager
2240    These interfaces have client-side implementations:
2241    GDBusProxy, GDBusObjectProxy, GDBusObjectManagerClient
2242    And server-side implementations:
2243    GDBusInterfaceSkeleton, GDBusObjectSkeleton, GDBusObjectManagerServer
2244  - The new gdbus-codegen utility uses these new classes
2245    to generate C code and documentation from D-Bus interface
2246    descriptions in XML
2247
2248 * GTest:
2249  - There is now a g_test_fail() function to mark
2250    tests as failed
2251
2252 * GDesktopAppInfo
2253  - Now has a binding-friendly filename property
2254  - Other new API to more fully expose desktop file contents:
2255    g_desktop_app_info_get_categories(),
2256    g_desktop_app_info_get_generic_name()
2257
2258 * GHashTable:
2259  - Several optimizations to reduce space consumption of
2260    large hash tables, in particular tables that are used
2261    to store sets.
2262
2263 * Unix-specific APIs:
2264   GLib now installs a separate header, glib-unix.h, that is
2265   meant to collect Unix-specific APIs. For now, it contains
2266   g_unix_open_pipe(), g_unix_set_fd_non_blocking() for dealing
2267   with pipes and fds, as well as APIs to create mainloop
2268   sources which can trigger callbacks on certain Unix
2269   signals (SIGTERM, SIGHUP, SIGINT).
2270
2271 * Bugs fixed:
2272  631379 GDBus nonce-tcp test failing
2273  632631 GLib-CRITICAL **: g_variant_new_string: assertion `g_utf8_validate (string, -1, NULL)' failed
2274  635694 gdbus aborting due to unauthorized socket in DBUS_SESSION_BUS_ADDRESS
2275  637561 Crash when using G_DBUS_SERVER_FLAGS_RUN_IN_THREAD
2276  642935 g_date_time_format() prints wrong value for %z and timezone -0800
2277  643134 g_dbus_message_copy
2278  644941 glib-unix: New Unix-specific API
2279  646013 g_hash_table_remove_all_nodes optimization
2280  646309 glib cannot be cross-compilled for mingw32
2281  646435 GTimeZone doesn't seem to be thread-safe
2282  646957 GIO chained calls don't work with a thread default context
2283  647594 README link to mailing list is broken
2284  647602 Cannot connect to remote message bus via TCP
2285  647746 The GSocketService documentation is incomplete.
2286  647826 API: gtester: Add g_test_fail()
2287  647903 GDesktopAppInfo: Add g_desktop_app_info_get_categories()
2288  648416 g_app_info_create_from_commandline ignores SUPPORTS_STARTUP_NOTIFICATION
2289  648423 Support G_DEBUG=trap-warnings
2290  648425 GDesktopAppInfo: Add "filename" property for bindings
2291  648966 Update g_unichar_iswide and g_unichar_iswide_cjk
2292
2293 * Updated translations
2294  Norwegian bokmål
2295  Spanish
2296  Turkish
2297  Uighur
2298
2299
2300 Overview of Changes from GLib 2.28.0 to 2.29.2
2301 ==============================================
2302
2303 * GApplication
2304  - The documentation has been enhanced and clarified
2305  - An opt-out for uniqueness has been added: G_APPLICATION_NON_UNIQUE
2306  - GApplication now syncs settings before g_application_run() returns
2307
2308 * GDBus
2309  - Interface lookups are now happening in constant time
2310  - Signature checking and handling of various unexpected
2311    situations has been improved
2312
2313 * GVariant
2314  - The format accepted by the GVariant parser has beend documented
2315  - GVariant accepts G_VARIANT_TYPE_VARDICT for a{sv}
2316
2317 * GDateTime:
2318  - The return value of g_datetime_compare() has been fixed to
2319    match strcmp() semantics
2320  - In order to handle problems with changing timezones, a GTimeZoneMonitor
2321    has been added to GIO, and g_time_zone_refresh_local() can be
2322    called to update the cached information about the local timezone
2323
2324 * GOption now uses /proc/self/cmdline to set the program name instead
2325   and only falls back to "<unknown>" if that is unavailable
2326
2327 * GSettings:
2328  - The schema compiler now warns about references to non-existing schemas
2329
2330 * Commandline utilities are now fully translated
2331
2332 * Signals can now indicate that collecting their arguments must
2333   always happen, even in the absence of connected signal handlers,
2334   using the G_SIGNAL_MUST_COLLECT flag.
2335
2336 * Bugs fixed:
2337  635099 Memory leak in gdbus introspection when parsing xml
2338  640489 $ and ^ do not match lines if G_REGEX_MULTILINE|G_R...
2339  642042 Overriding GDBus org.freedesktop.DBus.Properties im...
2340  642052 g_timeout_add(_seconds) cannot handle large intervals
2341  642490 notify_desktop_launch() "g_variant_new_bytestring:...
2342  613269 g_type_get_qdata() doesn't work as I expected on subtypes
2343  624943 G_VALUE_NOCOPY_CONTENTS is undocumented
2344  637738 object_interface_check_properties never actually executes
2345  638185 GIOCondition should be annotated as "flags"
2346  639478 GDBusServer's g_dbus_server_new_sync() function should just...
2347  641755 Add g_settings_get/set_uint() helpers
2348  641768 dconf gsettings backend silently drops writes if it can't...
2349  642797 g_app_info_get_default_for_type() broken for subtypes
2350  642825 Unnecessary assertion failure in g_option_context_parse()
2351  642944 NULL key lookup using g_hash_table_lookup_extended()
2352  643074 Incorrect documentation for g_socket_receive() and g_socket...
2353  643197 g_application_id_is_valid docs imply no valid ids
2354  643468 GApplication docs: Warn that handling "command-line" means...
2355  643478 GApplication::local_command_line vfunc documentation seems wrong
2356  643624 Can g_variant_unref() on an already free'd variant
2357  643649 g_application_run() should say that argc/argv can be NULL
2358  643780 shouldn't need to create an action group to use actions...
2359  643795 g_timeout_add_seconds fires with intervals 1 second longer...
2360  644309 Program name is not set when using GtkApplication
2361  644428 Crash in failure section of g_markup_collect_attributes()
2362  644465 undefined reference to `_usleep'
2363  644552 g_timeout_add_seconds(1, ...) may have a latency of up to 2...
2364  644607 Correct internal definition of C_()
2365  645789 annotations for g_file_*_contents
2366  646039 g_settings_list_children() returns child that cannot be opened
2367  646310 Accept range with only min or max
2368  646420 g_dbus_method_invocation_get_parameters() docs should say...
2369  646843 occasional abort on autologin
2370  646985 add G_APPLICATION_NON_UNIQUE flag
2371  647579 gsettings: Implement reset-recursively
2372  647600 gsettings description has typo
2373
2374 * Translation updates
2375  Afrikaans
2376  Bulgarian
2377  Bengali India
2378  British English
2379  Bulgarian
2380  Catalan
2381  Czech
2382  Danish
2383  French
2384  Galician
2385  German
2386  Greek
2387  Gujarati
2388  Hebrew
2389  Hungarian
2390  Italian
2391  Japanese
2392  Korean
2393  Lithuanian
2394  Polish
2395  Portuguese
2396  Romanian
2397  Serbian
2398  Simplified Chinese
2399  Spanish
2400  Swedish
2401  Traditional Chinese
2402  Uighur
2403  Vietnamese
2404
2405
2406 Overview of Changes from GLib 2.27.93 to 2.28.0
2407 ===============================================
2408
2409 * Bugs fixed:
2410 641363 GInitable documentation isn't clear about that finalize...
2411 641395 Add more data about the origin application to the "Lau...
2412 641411 gdesktopappinfo signals lost if it's the session bus...
2413 641477 glib-mkenums uses unportable #! line
2414 641572 Add @EXEEXT@ to pkgconfig binary name
2415 641688 glib installs GSettings.html and gsettings.html
2416
2417 * Translation updates:
2418  Galician
2419  Italian
2420  Korean
2421  Punjabi
2422
2423
2424 Overview of Changes from GLib 2.27.92 to 2.27.93
2425 ================================================
2426
2427 * Bugs fixed:
2428  637013 gio/gdbusmessage.c fails to compile on Solaris
2429  640192 Error creating a Gio.Settings object through py...
2430  640261 Minimum version for external pcre needs to be..
2431  640262 GActionGroup contains redundant TYPE macros
2432  640436 Make load_user_special_dirs() resistant to non...
2433  640695 g_key_file_load_from_file() mishandles a CR-LF...
2434  640724 can't compile gio due to format string issues
2435  640725 can't compile tests due to format string issue
2436  640807 improve GVariant behaviour with invalid pointers
2437  640823 wrong documentation for g_source_add_child_source
2438
2439 * Translation updates:
2440  Bulgarian
2441  Galician
2442  Hebrew
2443  Norwegian bokmål
2444  Spanish
2445  Traditional Chinese
2446
2447
2448 Overview of Changes from GLib 2.27.91 to 2.27.92
2449 ================================================
2450
2451 * Update to Unicode 6.0
2452
2453 * Update PCRE to 8.12
2454
2455 * Bugs fixed:
2456  637696 g_unix_connection_send_fd() doesn't work
2457  638872 null settings backend bug
2458  640042 GtkApplication's warning about not connecting...
2459
2460 * Translation updates:
2461  Arabic
2462  Basque
2463  Estonian
2464  Greek
2465
2466 Overview of Changes from GLib 2.27.90 to 2.27.91
2467 ================================================
2468
2469 * Bugs fixed:
2470  638838 gdesktopappinfo: Don't crash if we don't have a desktop filename
2471  638894 Splitting on \s* gives no result
2472  639064 Update gschema.dtd
2473  639084 Copy/paste error in GSettings::writable-changed signal
2474  639177 SIGSEGV for GApplications with G_APPLICATION_IS_SERVICE
2475
2476 * Translation updates:
2477  Estonian
2478  Galician
2479  Indonesian
2480
2481
2482 Overview of Changes from GLib 2.27.5 to 2.27.90
2483 ===============================================
2484
2485 * Test reports created by gtester-report can now
2486   include revision information
2487
2488 * The g_desktop_app_info_launch_* family of functions
2489   now emit a DBus signal when an application is launched.
2490   Additionally, there is a new variant
2491   g_desktop_app_info_launch_uris_as_manager(), which
2492   gives more control over the launched process.
2493
2494 * The memory and null GSettings backends are now available
2495   as public API
2496
2497 * g_get_locale_variants() is a new function that returns a
2498   list of variants of a locale identifier
2499
2500 * Bugs fixed:
2501  587898 I/O timeouts for GSocket
2502  606960 gio: Add extension point for informing parties...
2503  631980 Handle an optional <revision> node in the report...
2504  634569 Document that g_variant_builder_add_value consumes...
2505  635998 Make _g_compute_locale_variants public
2506  636806 Add g_{memory,null}_settings_backend_get_default
2507  637262 Need a binary DER version of ::accepted-cas
2508  637544 Skip fsync() on btrfs
2509  637720 void functions should not return a value.
2510  637738 object_interface_check_properties never actually...
2511  637759 GIOChannel: fix a crash in g_io_channel_read_chars()
2512  637852 Updates to glib.vsprops file for MSVC 2008 builds...
2513  637858 Updates to test/testglib.c...
2514  638349 parameter name of g_variant_new_* may conflict...
2515
2516 * Translation updates:
2517  Hebrew
2518  Norwegian bokmål
2519  Simplified Chinese
2520  Spanish
2521  Swedish
2522  Uyghur
2523  Vietnamese
2524
2525
2526 Overview of Changes from GLib 2.27.4 to 2.27.5
2527 ==============================================
2528
2529 * Network support:
2530  - Add g_tls_certificate_verify() to verify a certificate
2531  - Add GTlsConnection:use-system-certdb
2532  - Other TLS api additions
2533
2534 * GIO:
2535  - Add g_io_stream_splice_async()/_finish() to splice two iostreams
2536  - Add g_emblemed_icon_clear_emblems() and make GEmblemedIcon derivable
2537  - Remove GPeriodic; it did not receive the necessary review and
2538    integration work to declare it stable
2539
2540 * GSequence:
2541  - New methods g_sequence_lookup() and g_sequence_lookup_iter()
2542
2543 * Bugs fixed:
2544  617254 Missing g_sequence_lookup
2545  632544 g_dbus_connection_send_message can not send a locked message...
2546  633350 g_hostname_to_ascii() ignores non-ascii dots
2547  634583 Better error reporting for g_variant_parse()
2548  635007 gsetting enum rule don't work for out-of-srcdir builds
2549  635626 GDBus message idle can execute while flushes are pending
2550  636100 Can't read GSettings:backend property
2551  636305 Typo on g_queue_remove_all() function description
2552  636311 appinfo: tweak application positioning for content-types
2553  636351 g_simple_async_result_is_valid lacks a version tag
2554  636387 gdb autoload files shadow the "dir" builtin
2555  636673 g_simple_async_report_error_in_idle should allow object...
2556  637147 Add a "delay-apply" property to GSettings
2557  637171 emblemedicon: add g_emblemed_icon_clear_emblems()
2558  637237 gapplication: plug a memory leak
2559
2560 * Translation updates:
2561  Estonian
2562  Galician
2563  Hebrew
2564  Norwegian bokmål
2565  Simplified Chinese
2566  Spanish
2567  Traditional Chinese
2568  Vietnamese
2569
2570
2571 Overview of Changes from GLib 2.27.3 to 2.27.4
2572 ==============================================
2573
2574 * GIO
2575  - Mounts are treated as hidden if they have a path element
2576    that starts with a dot
2577  - GAppInfo gained API to differentiate between recommended
2578    and fallback mime handlers
2579  - g_cancellable_create_source: creates a GSource that triggers
2580    when the GCancellable is canceled
2581  - GPollableInput/OutputStream: Interfaces for pollable streams
2582  - TLS support has landed, with an extension point that is
2583    implemented in glib-networking
2584
2585 * GLib
2586  - Mainloop sources can now have 'child sources'
2587  - g_get_runtime_dir: New function to return the XDG_RUNTIME_DIR
2588
2589 * Bugs fixed:
2590  530786 GFileMonitor "changed" signal underdocumented
2591  588189 TLS support for GSocket*
2592  630357 g_object_new_valist uses uninitialized memory
2593  630559 typo in public string in gsocks: 'The SOCKSv5 require...
2594  632445 Documentation refers to removed GNOME 2.0 porting guide
2595  634239 Child GSources
2596  634241 Add pollable input/output streams
2597  634504 allow passing a NULL emblem to g_emblemed_icon_new()
2598  634613 unsufficient g_get_user_runtime_dir() documentation
2599  635640 schema should inherit gettext-domain from schemalist
2600  635768 Protect g_file_monitor_set_rate_limit() against negative...
2601  635882 Fix the wrong-category schema test
2602  635187 Wrong type of GVariant received in an action...
2603
2604 * Updated translations:
2605  Galician
2606  Italian
2607  Norwegian bokmål
2608  Uyghur
2609
2610
2611 Overview of Changes from GLib 2.27.2 to 2.27.3
2612 ==============================================
2613
2614 * The GTimeSpec type that was introduced in the 2.27.2 has been
2615   dropped again in favour of APIs that return microseconds as
2616   64-bit integer.
2617   Affected functions:
2618   g_source_get_time
2619   g_periodic_unblock
2620   g_get_monotonic_time
2621   g_get_real_time
2622   The similar GTimeVal struct is still around, but its use is
2623   discouraged.
2624
2625 * GTimer is now using monotonic time unconditionally
2626
2627 * There are some new functions to facilitate error reporting
2628   in async GIO APIs:
2629   g_simple_async_result_take_error
2630   g_simple_async_result_new_take_error
2631   g_simple_async_report_take_gerror_in_idle
2632
2633 * There is new convenience API to us GVariant dictionaries:
2634   g_variant_lookup
2635
2636 * It is now possible to delay sending match rules to the
2637   D-Bus daemon in GDBus:
2638   G_DBUS_SIGNAL_FLAGS_NO_MATCH_RULE
2639
2640 * Support has been added for XDG_RUNTIME_DIR:
2641   g_get_user_runtime_dir
2642
2643 * Various fixes for Win64/MSVC builds have been committed
2644
2645 * Bugs fixed:
2646  620263 Add g_clear_object, g_clear_pointer, g_clear_boxed
2647  633075 update Project Files and sources for MSVC 2008/C89
2648  633381 gsettings Makefile rules should handle empty list...
2649  633685 Use g_simple_async_result_{new_,}take_error
2650  633686 Add g_simple_async_report_take_gerror_in_idle
2651
2652 * Translation updates:
2653   Belarusian
2654   Galician
2655   Hebrew
2656   Punjabi
2657   Spanish
2658
2659
2660 Overview of Changes from GLib 2.27.1 to 2.27.2
2661 ==============================================
2662
2663 * GApplication
2664  - Export actions over DBus and support activating them from remote instances
2665  - Support environment passing
2666
2667 * GSettings
2668  - The gsettings utility has a list-recursively command
2669  - The gsettings utility has commandline completion for enum values
2670
2671 * GLib is now linked against librt and uses monotonic time for
2672   timeouts and GPeriod sources. GSource has a new g_source_get_time()
2673   which returns monotonic time, and g_source_get_current_time() has
2674   been deprecated
2675
2676 * Bugs fixed:
2677  158725 free linked list with data
2678  626320 GVariant: Avoid locking in g_variant_get_child_value() if possible
2679  629247 add gsimpleasyncresult methods to take over a GError
2680  629274 GNetworkService does not do fallback when there is no SRV record
2681  631264 gsettings-tool choice/range support
2682  631482 g_date_time_from_instant: 1000000000000000000
2683  632169 docs for manual use of gsettings-data-convert
2684  632571 Add equivalent to gconftool-2's -R option
2685  633115 GSettings m4 doesn't fail the build for broken schemas
2686  633206 Default g_application_local_command_line() doesn't set exit_status...
2687  633339 support more complex gapplication setups
2688  633356 Make timeout G_MAXINT mean "no timeout"
2689
2690 * Translation updates:
2691  Catalan (Valencian)
2692  Indonesian
2693  Japanese
2694
2695
2696 Overview of Changes from GLib 2.27.0 to 2.27.1
2697 ==============================================
2698
2699 * GDateTime now has full week number support.
2700   New API: g_date_time_get_week_numbering_year
2701
2702 * The GSettings schema compiler will now skip over
2703   broken .xml schema files instead of aborting altogether
2704
2705 * GSettings now works properly on bigendian systems
2706
2707 * GSettings has more complete support for ranges
2708   New API:
2709     g_settings_get_range
2710     g_settings_range_check
2711   The gsettings commandline tool supports ranges too.
2712
2713 * GApplication has been rewritten; see the API docs for details
2714   and examples. The action support is not complete yet.
2715
2716 * The GLib mainloop has gained 'dispatch to context' functionality,
2717   which can replace manually created idles in many cases.
2718   New API:
2719     g_main_context_invoke
2720     g_main_context_invoke_full
2721
2722 * The gio-desktop-app-info-lookup extension point has been
2723   removed from GIO. GIO now uses x-scheme-handler mimetypes when
2724   looking for default applications.
2725
2726 * On win32, make g_get_user_data_dir() return the CSIDL_LOCAL_APPDATA
2727   folder on Windows, and not CSIDL_PERSONAL. This matches what Qt does,
2728   and has been widely requested. Also make g_get_user_config_dir() return
2729   this and not the (roaming) CSIDL_APPDATA folder.
2730
2731 * A periodic event clock has been added in GIO: GPeriodic. Note that this
2732   API is still experimental and expected to undergo changes before it
2733   will be incorporated into a stable GLib release. Use at your own risk.
2734
2735 Bug fixes:
2736  613822 gobject signal connect/disconnect not thread safe
2737  618737 "dispatch to context" functionality
2738  620710 g_get_user_data_dir() uses CSIDL_PERSONAL and not CSIDL_APPDATA
2739  623400 acquire context before dispatching
2740  627126 gsettings schema files don't get installed on FreeBSD
2741  627171 g_socket_new_from_fd() doesn't set the right protocol
2742  628876 Wrong error description
2743  628937 gracefully handle broken schemas
2744  629274 GNetworkService doesn't fallback when there is no SRV record
2745  629289 g_error() used wrong, produces core dump
2746  629687 leaks class refcount in gsocketcontrolmessage
2747  629849 GLib-CRITICAL **: g_source_get_context: assertion `!SOURCE_...
2748  629945 GDBus deadlock in g_bus_get_sync()
2749  630000 g_date_time_difference
2750  630077 GDateTime week number support
2751  630185 Allow NULL strings in g_quark_try_string()
2752  630797 docs mention non-existent g_object_dispose()
2753  630968 gschema-compile problems on power g5
2754  631263 GSettings needs range/choice APIs
2755  631264 gsettings-tool choice/range support
2756  631379 GDBus nonce-tcp test failing
2757  631410 Port gapplookupgconf.c to using x-scheme-handler/
2758  632884 Possible deadlock in g_object_remove_toggle_ref()
2759
2760 Transation updates:
2761  Basque
2762  Brazilian Portuguese
2763  British English
2764  Bulgarian
2765  Czech
2766  Dutch
2767  Estonian
2768  French
2769  Galician
2770  German
2771  Greek
2772  Hebrew
2773  Hungarian
2774  Japanese
2775  Lithuanian
2776  Polish
2777  Portuguese
2778  Romanian
2779  Simplified Chinese
2780  Slovenian
2781  Spanish
2782
2783
2784 Overview of Changes from GLib 2.25.15 to GLib 2.27.0
2785 ====================================================
2786
2787 Build:
2788   - massive restructuring to reduce #include abuse
2789   - tweaks to silence some harmless compiler warnings
2790   - rename gschema-compile.c to glib-compile-schemas.c
2791   - Windows fixes
2792   - fix building with zlib < 1.2.4 on win32
2793
2794 GDateTime:
2795   - better msgctxt for translating month and weekday names
2796   - API is changed quite a lot, implementation is improved
2797   - GTimeZone is now exposed
2798
2799 GObject:
2800   - make ordering for overridden interface properties consistent
2801   - ->priv structures are limited to 64k but this was not documented,
2802     and exceeding this limit produced bad results.  Add docs and enforce
2803     the limit properly.
2804   - add g_object_class_install_properties() to install multiple
2805     properties in one go
2806   - improve debugging output for GValue containing G_TYPE_STRV
2807
2808 GIO:
2809   - fix priority sorting of GIO extensions
2810   - add GCredentials support on FreeBSD
2811   - fix support for IPv6 addresses in URI parsing functions
2812   - GSocketClient fixes for when g_socket_connect succeeds immediately
2813   - clarify string encoding for GFile constructors in docs
2814   - new functions g_data_input_stream_read_upto{,async,finish}
2815   - tweak confusing documentation for g_output_stream_write()
2816
2817 GDBus:
2818   - GDBusMessage can now be locked and copied (like in libdbus)
2819   - GDBusConnection filter function API has changed again
2820   - GDBusServer: ::new-connection now declares if the connection was claimed
2821   - add a partial workaround for GObject bug 627724.
2822   - very many memory leaks fixed
2823
2824 GVariant:
2825   - check for size == 0 in g_variant_get_bytestring to avoid a crash
2826     when attempting to get_bytestring() from an empty array
2827   - improve gobject-introspection annotations
2828
2829 GSettings:
2830   - add GSettings Windows registry backend
2831   - some internal tweaks to the backend API
2832   - remove g_settings_list_items
2833   - add g_settings_list_children and _list_keys to replace it
2834   - add schema compiler restrictions for dealing with lists
2835   - don't automatically emit value changed signals on writability
2836     changes
2837
2838 Other:
2839   - constify the 'parser' vtable param to g_markup_parse_context_push()
2840   - plug many memory leaks in test cases
2841
2842 Bugs closed:
2843   50076 Time API to go with date API
2844  584284 g_data_input_stream_read_until_async different from sync version
2845  624546 Modification of GDBusMessage in filter function
2846  626919 Let g_object_class_install_property() return the installed GParamSpec*
2847  628029 GDateTime missing get_week_of_year method
2848  628253 Interface properties not listed in a consistent order
2849  628331 Plug lots of mem leaks in gio test suite
2850  628345 Plug a mem leak
2851  628436 Plug a mem leak
2852  628505 Fix building with zlib < 1.2.4 on win32
2853  628839 [PATCH] datetime: Rename shadowing variables
2854  628904 [PATCH] Add credential support for FreeBSD and fix a socket issue
2855  628952 incorrect glib_major_version and other variables on cygwin.
2856  629192 g_strdup_value_contents(): dump GStrv more usefully
2857  629251 g_socket_client_async_connect_complete: assertion failed
2858  629259 Failed to connect to "::1"
2859  629328 g_markup_parse_context_push doesn't respect const structs
2860  629429 month "May" short and full form same with "GDateTime" msgctxt
2861  629689 GDBusConnection leaks its GCredentials
2862  629698 Segfault in g_variant_get_bytestring() 
2863
2864 Updated translations:
2865   Arabic
2866   Armenian
2867   Basque
2868   British English
2869   Czech
2870   Finnish
2871   Galician
2872   German
2873   Hungarian
2874   Indonesian
2875   Japanese
2876   Lithuanian
2877   Norwegian bokmål
2878   Polish
2879   Portuguese
2880   Punjabi
2881   Simplified Chinese
2882   Slovenian
2883   Spanish
2884   Swedish
2885   Swedish
2886   Traditional Chinese
2887
2888 Overview of Changes from GLib 2.25.14 to GLib 2.25.15
2889 =====================================================
2890
2891  * GIO
2892   - Memory leak fixes
2893   - The GZip(De}Compressor can now process header information
2894   - Support for network proxies has been added, with the GProxy
2895     interface and the gio-proxy-resolver extension point. GIO
2896     includes SOCKSv4 and SOCKSv5 implementations, and libproxy
2897     is also going to provide an implementation of this extension
2898     point.
2899   - There are GAction and GActionGroup interfaces now, which will
2900     be used in GApplication in the near future.
2901
2902  * GObject
2903   - There are now convenience macros for defining boxed and
2904     pointer types
2905
2906  * GDBus
2907   - Memory leak fixes
2908   - GDBusProxy for well-known names can now auto-restart
2909     the service if the name owner disapperas
2910   - Filter functions are now allowed to modify messages
2911
2912  * GLib
2913   - GDateTime is a replacement for GDate that supports time
2914     and timezone information.
2915
2916  * Bugs fixed:
2917   50076 Time API to go with date API
2918  449565 Add G_DEFINE_BOXED_TYPE()
2919  617691 Add GZIP header processing to GZlibCompressor/GZlibDecompressor
2920  622184 add g_memory_output_stream_steal_data
2921  624546 Modification of GDBusMessage in filter function
2922  627088 Build failure in gdbus-peer.c on FreeBSD
2923  627181 save a memdup
2924  627182 Plug a mem leak in the gdbus-connection test
2925  627187 Plug some gdbus mem leaks
2926  627188 gdbus-non-socket test occasionally fails
2927  627252 G_OPTION_FLAG_NO_ARG is only for callback options
2928  627392 gdbus commit 8a3a4596 breaks win32 compile
2929  627407 FTBFS on !linux UNIX platforms
2930  627604 String error: 'that' twice in a row
2931  627969 ABR in g_file_open_tmp
2932  628084 gdbus-peer fails with assertion
2933  628193 Miscellaneous string fixes
2934  628296 abort() in gsocketconnection.c
2935  628309 Plug a mem leak in GConverterOutputStream
2936  628317 GEmblemedIcon:equal implementation is buggy
2937  628323 Fix invalid reads
2938  628327 Plug a mem leak
2939  628328 Plug a mem leak
2940  628329 Don't leak the FD list
2941  628324 Invalid reads in gdbus-export test
2942
2943  * Updated translations:
2944   British English
2945   Danish
2946   Galician
2947   Hebrew
2948   Punjabi
2949   Serbian
2950   Spanish
2951   Traditional Chinese
2952
2953
2954 Overview of Changes from GLib 2.25.13 to GLib 2.25.14
2955 =====================================================
2956
2957 * GDBus
2958  - Make the closure variants of GDBus apis work
2959  - Make error unregistration work
2960  - Use async IO in the IO thread (626748)
2961
2962 * GIO
2963  - Make g_simple_async_result_is_valid work without source (626208)
2964  - GSocketClient: add a timeout property
2965  - Fix memory leaks in GSocketClient
2966  - Handle async vs. sync correctly in GSocketConnection stream (616458)
2967  - Declare stream base classes as abstract
2968  - Clarify semantics of g_output_stream_write() (627071)
2969
2970 * Other
2971  - Improve test coverage for GDBus, GRegex, GAsyncResult
2972  - Drop dead code in pcre, xdgmime
2973  - Fix a race condition in gtester (578295)
2974  - Avoid an extra allocation in GAsyncQueue (626704)
2975  - Add test case for non-socket GIOStream (626841)
2976  - More explicit GVariant docs (622770)
2977  - Imroved docs for GAsyncInitable and GSimpleAsyncResult (602417)
2978
2979 * Translation updates:
2980  - Galician
2981  - Norwegian bokmål
2982  - Punjabi
2983  - Simplified Chinese
2984  - Swedish
2985
2986
2987 Overview of Changes from GLib 2.25.12 to GLib 2.25.13
2988 =====================================================
2989
2990 +-------------------------------------------------------------------+
2991 |   WARNING: There have been no breaks in API or ABI.  Weird, eh?   |
2992 +-------------------------------------------------------------------+
2993
2994 The primary purpose of this release is to fix a serious problem with
2995 glib 2.25.12: glibconfig.h (as generated on a Fedora amd64 system) was
2996 being distributed in the tarball.  It was being used to build some parts
2997 of glib on other systems (eg: 32bit ones).  This was causing some very
2998 serious problems.
2999
3000 There have been many other improvements, however:
3001
3002  Build and testing:
3003   - vastly improved test coverage
3004   - old tests moved to the gtester framework
3005   - gtester Makefile modified so that the tests only run once
3006   - cleanup of how we handle includes while building glib
3007
3008  GVariant:
3009   - add a g_return_if_fail (utf8) to g_variant_new_string()
3010
3011  GDBus:
3012   - perform extra sanity checks when serialising messages
3013   - add API to query and set the byteorder of a GDBusMessage
3014   - improve debug output, add some extra options
3015   - if exiting due to the bus disconnecting us, print an error message
3016     explaining why
3017   - sort property names correctly
3018   - don't bother sending RemoveMatch when we will close the connection
3019     anyway
3020   - use effective uid/gid for credential passing
3021
3022  GSettings:
3023   - add G_SETTINGS_BIND_INVERT_BOOLEAN for inverting boolean bindings
3024     without mapping functions
3025   - mark all strings in the schema compiler for translation
3026
3027  Binding:
3028   - improve closure support for bindings
3029   - copy GSettings INVERT_BOOLEAN flag
3030
3031  Other:
3032   - fix another complicated GCancellable deadlock possibility
3033
3034 Bugs closed:
3035  599590 glib build doesn't look for correct pkg-config
3036  619026 avoid warning in gutils.h when using gcc with -Wconversion
3037  624739 Please fix POTFILES.in
3038  625472 Valgrind claims uninitialized bytes used
3039  625500 g_date_set_time_val documentation doesn't mention local time
3040  625628 GDBusProxy: wrong property name sorting
3041  625753 Incorrect flags used in g_dbus_connection_call_sync()
3042  625827 Expand documentation about error quark naming
3043  625988 builddir != srcdir issues
3044  626107 glibconfig.h is being disted
3045
3046 Updated translations:
3047  French
3048  Galician
3049  Hebrew
3050  Norwegian bokmål
3051  Spanish
3052
3053
3054 Overview of Changes from GLib 2.25.11 to GLib 2.25.12
3055 =====================================================
3056
3057 +-------------------------------------------------------------------+
3058 | WARNING: There have been many API changes in GDBus -- sending     |
3059 | messages, subscribing to signals, closing connections and         |
3060 | registering subtrees are affected.  The ABI for GSettingsBackend  |
3061 | has also been changed.  For both reasons, a new dconf release is  |
3062 | required (and will be along soon).                                |
3063 +-------------------------------------------------------------------+
3064
3065 Build:
3066   - cleanup automake setup
3067   - rename configure.in to configure.ac
3068   - various docs fixups
3069   - move glibconfig.h to glib/
3070   - disable dtrace support on Mac OS (which has incompatible 'dtrace')
3071
3072 GSettings:
3073   - add support for vendor override files (to change the default values
3074     in a schema)
3075   - change GSettingsBackend vtable
3076   - add g_settings_reset()
3077   - support binding to G_TYPE_STRV properties
3078
3079 GDBus:
3080   - many bug fixes, including a serialisation fix
3081   - stop handling incoming connections as soon as stop() is called
3082   - proper support for file descriptor passing
3083   - new flags parameter for sending messages
3084   - new flags parameter for subscribing to signals
3085   - always reset the message serial when sending a message unless
3086     G_DBUS_SEND_MESSAGE_FLAGS_PRESERVE_SERIAL is given
3087   - constness fixes for introspection structures
3088   - clean ups to subtree registration API
3089
3090 Other:
3091   - fix divide by zero bug in g_malloc_n functions
3092   - GIO: don't blindly assume that SOCK_CLOEXEC is supported
3093   - make GObject property notify freezes threadsafe
3094   - GIO: clean up credentials passing
3095   - GApplication: make default-quit not apply if register=FALSE
3096   - GIO: add annotations for gobject-introspection
3097
3098 Bugs closed:
3099  166020 use GAtomic for refcounting
3100  617483 Credentials passing
3101  622005 [GApplication] no way to modify the "default-quit" property
3102  623293 vendor override files
3103  623810 Message serialization bug
3104  623815 Don't check sender for GDBusProxy objects where name is not set
3105  624473 GDBusSubtreeIntrospectFunc return type
3106  624483 GDBusSubtreeEnumerateFunc clarification
3107  624484 GDBusSubtreeDispatchFunc clarification
3108  624754 gdbusaddress.c missing sys/wait.h
3109  624968 div by zero in g_malloc_n family
3110  624991 GSettings mapping for G_TYPE_STRV 
3111  625383 Add missing GI annotations
3112
3113 Updated Translations:
3114  Armenian
3115  Galician
3116  German
3117  Hebrew
3118  Kazakh
3119  Romanian
3120  Simplified Chinese
3121  Spanish
3122
3123 Overview of Changes from GLib 2.25.10 to GLib 2.25.11
3124 =====================================================
3125
3126 +-------------------------------------------------------------------+
3127 | WARNING: There have been minor API changes in GDBus and GVariant. |
3128 | These API changes will not affect many users, but they do require |
3129 | a new version of GTK+ to be installed.                            |
3130 +-------------------------------------------------------------------+
3131
3132 Build:
3133   - add a --disable-Bsymbolic configure flag to disable linking with
3134     -Bsymbolic-functions
3135   - this release sees the complete removal of the old 'g*alias' hacks
3136   - honour the NOCONFIGURE environment variable from autogen.sh
3137   - use proper feature test macros for isnan
3138   - use pkg-config to check for zlib
3139   - add ACLOCAL_AMFLAGS to Makefile.am
3140
3141 GDBus:
3142   - hide Class and instance structures for all GDBus types except
3143     GDBusProxy.  This breaks API by preventing subclassing, but probably
3144     nobody was doing that.
3145   - add new GDBusConnection call to support flushing all pending
3146     outgoing messages
3147   - change the register_object API to add a reference to the
3148     GDBusInterfaceInfo object so the caller need not keep it alive
3149     themselves
3150   - don't rewrite the serial number when sending messages that already
3151     have a serial number
3152   - better error checking for DBUS_SESSION_BUS_ADDRESS environment
3153     variable
3154   - switch to g_parse_debug_string for G_DBUS_DEBUG and add a lot of new
3155     flags
3156   - add support for temporarily freezing a freshly created
3157     GDBusConnection.  Do this until after the ::new-connection signal
3158     has finished running on GDBus services.
3159   - never require non-closed connections (the user is incapable of doing
3160     this due to the obvious race)
3161   - remove weird/misleading redundant check on NameOwnerChanged signal
3162   - emit GDBusProxy::g-properties-changed on NameOwnerChanged
3163
3164 GVariant:
3165   - the 'g_variant_{new,get}_byte_array' APIs have been removed
3166   - g_variant_{new,get,dup}_bytestring has been added, with different
3167     arguments and different behaviour
3168   - g_variant_{new,get,dup}_bytestring_array has been added, doing
3169     essentially the same thing as the 'strv' functions, but with byte
3170     strings instead of utf8 strings
3171   - G_VARIANT_TYPE_BYTESTRING ('ay'), BYTESTRING_ARRAY ('aay') and
3172     STRING_ARRAY ('as') constants have been added
3173   - the undocumented behaviour that g_variant_get_strv() deserialised
3174     arrays of object paths or signature strings has been dropped
3175   - additional varargs support for converting bytestrings or bytestring
3176     arrays with ^ay ^aay ^&ay and ^a&ay
3177   - improved gobject-introspection annotation
3178   - fix a problem with GBuffer calling g_slice_free for the wrong type
3179   - fix leaks in the type inferencing code of the parser
3180
3181 GSettings:
3182   - improved documentation
3183   - updated schema XML DTD, now xincluded into the docs
3184   - added support for schemas that extend other schemas (using the
3185     'extends=' attribute).  Values of keys in the base schema can be
3186     overridden using <override>.
3187   - added theoretical support for lists (using the 'list-of=' attribute)
3188   - lots of new tests
3189   - add support for flags (implemented similarly to enums)
3190   - add support for generating .enums.xml files to gsettings.m4:
3191       gsettings_ENUM_NAMESPACE = org.example.myapp
3192       gsettings_ENUM_FILES = ../path/to/*.h
3193     will generate org.example.myapp.enums.xml with mappings for all
3194     enums and flags in the specified .h files.
3195   - warn with g_message() if the 'memory' backend is used by default
3196     (ie: because no other GSettings backends are installed)
3197   - fix get_property() for GSettings::schema
3198   - command line tool: fix a bug that prevented non-basic values from
3199     being set due to a premature free
3200   - command line tool: bash completion support
3201   - chain up in _finalize
3202   - add a new g_settings_get_mapped API to read settings that require
3203     post-processing
3204   - retry with the translated or schema default value if the
3205     GSettingsBindGetMapping function fails
3206   - schema compiler: never fail due to empty schema directories (but
3207     warn)
3208   - peek rather than ref/unref the GEnumClass in the mapping function
3209   - schema compiler: compile *.enums.xml before *.gschemas.xml to ensure
3210     that we have all the enums that the schemas may reference
3211   - schema compiler: improve accuracy of line numbers in error reports
3212   - fix crashes in the keyfile backend caused by invalid group names in
3213     the keyfile
3214
3215 Other:
3216   - always intern GBinding prop names
3217   - base64: remove asserts preventing conversion of empty strings
3218   - document NULL special-cases for GValueArray
3219   - GNode docs improvements
3220   - improve detection of 'system internal' mounts
3221   - fix leaks in the inotify GFileMonitor implementation
3222   - annotate all custom GIO GSources to improve debugging (e.g. using
3223     SystemTap)
3224
3225 Tests:
3226   - Turn on glibc malloc checking features for make check
3227   - improvements for GSettings tests, plus new tests
3228   - improved tests for GKeyfile
3229   - new tests for GDir, GSList, GSList, GAppLaunchContext,
3230     CharsetConverter, GIcon, ...
3231   - move some tests to GTester (tree tests, uri tests)
3232   - generally, really an awful lot of new tests
3233   - don't try to allocate 2gigs of memory anymore for the array test
3234
3235  552363 g_value_array_{insert,prepend,append}'s special cases for NULL
3236  561248 Improve return value description from g_node_prev/next_sibling()
3237  570036 Add ACLOCAL_AMFLAGS to Makefile.am
3238  576833 g_sprintf add a reference to g_strdup_printf
3239  576854 g_strconcat() documentation should provide a hint about bad l10n
3240  582227 reference: add other URI functions to 'URI Functions' section
3241  599223 should provide g_spawn_* variants that take a GAppLaunchContext
3242  610784 array test failing
3243  613057 Leak in inotify GFileMonitor implementation
3244  620536 Annotate all custom GIO GSource using g_source_set_name
3245  620913 More control with G_DBUS_DEBUG
3246  622124 implement flags
3247  622127 GSettings extended key validation
3248  622128 retry with default value for failed mapping
3249  622294 More annotations for GVariant
3250  622565 glib-compile-schemas fails when no schemas
3251  622600 Fix missing prototype warning
3252  622813 gsettings mapping & enum buglet
3253  623142 Ensure ::new-connection runs before processing D-Bus messages
3254  623143 Never require non-closed connections
3255  623319 use g_parse_debug_string for dbus debug flags
3256  623401 process enums first
3257  623402 schema compiler reports wrong line numbers
3258  623407 g_keyfile_settings_backend_new crashes with the key "/"
3259  623473 zlib should be checked with pkg-config
3260  623537 GDBusProxy has weird checking on NameOwnerChanged
3261  623538 GDBusProxy::g-properties-changed emission for corner cases
3262  623692 directory with file at multiple MLS levels may display empty
3263  623720 gschema.dtd does not contain enum definitions
3264  623770 quoting of expand_macro in gdesktopappinfo.c
3265  623772 gdesktopappinfo.c, function child_setup
3266  623780 g_unix_is_mount_path_system_internal
3267  623954 g_settings_finalize
3268  623955 Dubious return values
3269
3270 Updated translations:
3271  Galician
3272  Hebrew
3273  Norwegian bokmål
3274  Spanish
3275
3276 Overview of Changes from GLib 2.25.9 to GLib 2.25.10
3277 ====================================================
3278
3279 +----------------------------------------------------------------+
3280 | WARNING: There have been API changes in GDBus. Users of these  |
3281 | APIs will need to be adapted.  In particular, a new release of |
3282 | dconf is required to go along with this one.  There has also   |
3283 | been a change in the GSettings backend API used for keyfiles.  |
3284 +----------------------------------------------------------------+
3285
3286 * GDBus:
3287  - add direction parameter to filter functions (API change)
3288  - allow calling other interfaces with a GDBusProxy
3289  - padding added to class struct fields (ABI change)
3290  - fixes for closures-based functions
3291
3292 * GVariant:
3293  - new is_floating() call
3294  - add g_value_take_variant() call (required for marshallers)
3295
3296 * GSettings:
3297  - support for binding GParamSpecEnum properties
3298  - ifelse-style condition support for GLIB_GSETTINGS m4 macro
3299  - remove gsettings-schema-convert tool (now in GConf)
3300  - allow introspection of all installed schemas
3301  - allow introspection of the keys in a schema
3302  - rewrite keyfile backend (API change)
3303
3304 * GNIO:
3305  - don't implicitly close GSocket until it is destroyed
3306  - windows fixups
3307
3308 * Other:
3309  - allow GChecksum to take (NULL, 0) for data/length
3310  - GRelation and GCompletion are now deprecated
3311  - introduce G_PARAM_DEPRECATED and G_ENABLE_DIAGNOSTIC
3312  - add working directory to GApplication platform data
3313  - lots of documentation cleanups
3314  - PCRE updated to 8.02
3315
3316 * Build:
3317  - the IA__g_* style symbol aliasing has been disabled and replaced with
3318    the -Bsymbolic-functions linker flag on platforms that support it.
3319    Please be on the watch for portability issues and report them to us.
3320  - many test cases have been moved to the GTester framework
3321  - lcov support has been added for tests
3322  - many windows fixes
3323
3324 * Bugs fixed:
3325  501057  lcov coverage suite and GLib integration
3326  551271  deprecate GRelation
3327  601686  Implement diagnostic mode
3328  603309  GSocketOutputStream broken on Windows (?)
3329  616718  GLIB_GSETTINGS macro can't be used conditionally
3330  616855  GSocketConnection: don't close the socket if it's still reffed
3331  618866  g_ptr_array_remove_index_fast memory leak
3332  619878  keyfile backend calls keys_changed with invalid argument
3333  619879  keyfile backend doesn't make use of expected_type
3334  621092  Add with_closures() variants for bindings
3335  621172  Cross compiling fails
3336  621838  Actually add cwd to platform data
3337  621945  Filter outgoing messages in GDBusConnection
3338  621947  add g_value_take_variant
3339  622038  GSettings: "It is a programmer error" documentation is unclear
3340  622154  [patch] update documentation for g_application_new
3341  622281  binding: Add SYNC_CREATE to the flags
3342  622480  Improve documentation for g_strcmp0()
3343  622554  g_error called if schema not installed
3344  622601  Return interned strings from g_settings_list_keys
3345
3346 * Translation updates:
3347  - Galician
3348
3349 Overview of Changes from GLib 2.25.8 to GLib 2.25.9
3350 ===================================================
3351
3352 +----------------------------------------------------------------+
3353 | WARNING: There have been API changes in GDBus, GSettings and   |
3354 | GApplication. Users of these APIs will need to be adapted. In  |
3355 | particular, a new release of GTK+ is required to go along with |
3356 | this one.                                                      |
3357 +----------------------------------------------------------------+
3358
3359 * GDBus
3360  - Use Gio's default async implementation
3361  - Fix proxy construction for objects with no properties
3362  - Fix error handling in synchronous initialization
3363  - Do not dispatch calls to unregistered objects
3364  - Add _with_closures alternative functions
3365  - Allow constructing GDBusProxy with well-known names
3366  - Remove GType parameters from GDBusProxy constructors
3367  - Nuke g_bus_watch_proxy API
3368  - Add --xml to gdbus-tool to print raw introspected XML
3369
3370 * GSettings
3371  - schema file format change: store (default, options) in gvdb
3372  - Add g_settings_sync()
3373  - Add support for enums and ranges
3374  - 'context' support has been replaced by direct use of
3375    GSettingsBackend
3376
3377 * GApplication
3378  - Switch to using variants for timestamps
3379  - Use GInitable
3380
3381 * GObject
3382  - Introduce g_object_notify_by_pspec
3383  - Add GBinding
3384  - The GVariant gtype G_TYPE_VARIANT was changed from boxed
3385    to fundamental. We believe there were no existing users
3386    of the boxed type, so this should not cause any applications
3387    to break.
3388
3389 * Test framework
3390  - Add package and version to the test report XML
3391  - Use optparse to parse gtester-report commandline
3392  - Add subunit support to gtester-report
3393  - Prevent division by zero if no tests
3394
3395 * Bugs fixed:
3396  621782 Crash using gbinding
3397  619945 GConverterOutputStream triggers assertion and corrupts data
3398  621319 more leaked GVariants in GSettings
3399  621168 GKeyFile memory leak on Windows platform
3400  621002 Switch to using variants for timestamps, split out signals
3401  620953 tiny docs addition
3402  618904 Lies in gunixmounts documentation
3403  621702 Correctly initialize GError
3404  611778 minor cleanup of gtester-report
3405  621213 GDBusProxy and well-known names
3406  621034 Rewrite apps test to ensure children are killed
3407  620954 gapplication gvariant simplifications
3408  611869 add subunit out feature to gtester-report
3409  621119 GDBusProxy and objects with no properties
3410  620990 Use Gio's default async implementation again
3411  620952 g_application_register_with_data is an ugly API
3412  621252 GSettings leaks context
3413  618715 fork() in GSettings test cases is problematic 618715
3414  621905 Assume a ref when doing async work
3415  621266 GSettings "context" clarification
3416
3417 * Translation updates:
3418  Chinese
3419
3420
3421 Overview of Changes from GLib 2.25.7 to GLib 2.25.8
3422 ===================================================
3423
3424 * Initial support for dtrace and systemtap profiling:
3425  - mainloop sources can be named
3426  - probes for memory allocation with g_malloc and gslice
3427  - gquark name tracking
3428  - type creation
3429  - object life-cyle (creation, finalization, ref, unref)
3430  - signal creation and emission
3431
3432 * GVariant
3433  - has been fixed to work with the FreeBSD malloc
3434  - added introspection annotations
3435  - new function: g_variant_builder_add_parsed
3436
3437 * GSettings:
3438  - g_settings_set/get_strv functions have lost their length parameter
3439  - g_settings_set_strv accepts NULL
3440  - added introspection annotiations
3441
3442 * GPermission: an abstract interface for representing permissions,
3443   with a minimal implementation named GSimplePermission
3444
3445 * GApplication: a basic application support class, with a D-Bus based
3446   implementation
3447
3448 * Bugs fixed:
3449  619585 glib-compile-schemas asserts on FreeBSD
3450  620384 Annotate GVariant and GSettings _strv() functions
3451  606044 Add support for dtrace/systemtap static markers
3452  620350 add g_variant_builder_add_parsed() API
3453  620349 utf8ify GVariant printer
3454  620767 Typo in GSettings documentation: "INTLTOOL_NOMERGE_RULE"
3455  620312 Fix g_settings_[gs]et_strv() API
3456  620519 GPermission
3457  620582 GPermission needs a simple implementation
3458  620496 GSettings schema compiler should reject invalid paths
3459  620173 missing single header inclusion guards
3460  620265 g_assertion_message_error should take const GError *
3461
3462 * Translation updates:
3463  Esperanto
3464  Galician
3465  Hebrew
3466  Indonesian
3467  Norwegian bokmål
3468  Slovenian
3469  Spanish
3470
3471
3472 Overview of Changes from GLib 2.25.6 to GLib 2.25.7
3473 ===================================================
3474
3475 * NOTE: API/ABI breaks since 2.25.6 release:
3476   - g_dbus_connection_sync{,_sync} takes a new 'reply_type' argument
3477   - GSettingsBackendClass 'list' virtual function changed
3478
3479   GSettings backends and things using GDBus may need to be rebuilt.
3480
3481 * GDBus: many build-related fixes
3482
3483 * GDBus (service): return a DBus error when receiving a method call for
3484   an unknown interface.
3485
3486 * GSettings: fix 'make install' bug in gsettings.m4 for generated schema
3487   files
3488
3489 * GSettings: avoid non-portable use of LC_MESSAGES
3490
3491 * better approach to handling man pages
3492
3493
3494 * Bugs fixed:
3495  619527 please improve docs on g_file_make_symlink
3496  619391 send-with-reply should have expected result signature
3497  618616 Use stack-allocated GVariantBuilders
3498  617004 Build with "--disable-nls" fails under MinGW/Win32
3499  619142 Build fixes (GDBus)
3500
3501 * Updated translations:
3502  Estonian
3503  Galician
3504  Norwegian bokmål
3505
3506 Overview of Changes from GLib 2.25.5 to GLib 2.25.6
3507 ===================================================
3508
3509 * GDBus: introspection improvements
3510 * GDBus: build fixes
3511
3512 * GSettings: GSettingsBackend ABI changed               **** NOTE ****
3513 * GSettings: --uninstall option for schema compiler
3514 * GSettings: new m4 macro with more power
3515 * GSettings: thread support
3516
3517 * rework of file notification on Solaris
3518 * fixes for gold linker
3519
3520 * Bugs fixed:
3521  619038 increase gsettings.m4 power
3522  619031 method-calls-in-thread test failing
3523  618839 Typo at translation message
3524  616864 GSETTINGS_CHECK_RULE doesn't work with multiple files
3525  618730 gunixcredentialsmessage.c doesn't compile on GNU/kfreebsd
3526  616314 Make GSettings (partially) threadsafe
3527
3528 * Updated Translations:
3529  Indonesian
3530  Galician
3531  Spanish
3532
3533 Overview of Changes from GLib 2.25.4 to GLib 2.25.5
3534 ===================================================
3535
3536 * GDBus: Fix serialization of empty arrays
3537
3538 * GDBus: Plug various memory leaks
3539
3540 * GSettings: Fix problems with GSETTINGS_CHECK_RULE
3541
3542 * Bugs fixed:
3543  616731 GSETTINGS_CHECK_RULE doesn't work in non-srcdir builds
3544  616864 GSETTINGS_CHECK_RULE doesn't work with multiple files
3545  618615 mem leaks in parse_value_from_blob
3546  618622 Plug some mem leaks in gdbus
3547  618650 Plug a mem leak in gdbusauth
3548  618663 Plug mem leaks in gdbus tests & examples
3549
3550 * Updated translations:
3551  Spanish
3552
3553
3554 Overview of Changes from GLib 2.25.3 to GLib 2.25.4
3555 ===================================================
3556
3557 * GDBus D-Bus support has been merged. This provides an API
3558   to replace dbus-glib
3559
3560 * GVariant no requires strings to be UTF-8. You can use byte
3561   arrays for non-UTF-8 strings.
3562
3563 * GSettings allows to bind string properties to byte arrays
3564
3565 * The schema compiler supports range restrictions
3566
3567 * Bugs fixed:
3568  618051 socket-server|client.c fail to compile under AIX...
3569  616102 GSettings ignores <choice> and <range>
3570  616720 Chunked quark allocation
3571  616877 Several issues with g_socket_receive_message
3572  616892 gio: Add a boxed type for GFileAttributeMatcher
3573  616967 Add g_regex_get_compile_flags() and g_regex_get_match_flags()
3574  617767 g_settings_[gs]et_strv() 'length' argument has missing docs...
3575  617914 gtester-report: cope with binaries with no test cases
3576  617937 output_stream_close vs output_stream_close_async semantics
3577  615494 Connction timeouts produce partially invalid error messages
3578  617823 glib-compile-schemas problems with an out of source build
3579  617947 glib-mkenums: add @valuenum@ support
3580
3581 * Translation updates:
3582  Galicaian
3583  Norwegian bokmål
3584  Shavian
3585  Spanish
3586
3587
3588 Overview of Changes from GLib 2.25.2 to GLib 2.25.3
3589 ===================================================
3590
3591 * New macro: G_GNUC_DEPRECATED_FOR, a variant of G_GNUC_DEPRECATED
3592   that lets you add replacement information (requires gcc 4.5)
3593
3594 * Rename AM_GSETTINGS autoconf macro to GLIB_GSETTINGS
3595
3596 * Rename gschema-compile utility to glib-compile-schemas
3597
3598 * Add support for timeouts in GSocket
3599
3600 * Bugs fixed:
3601  589989 Compilation error on Solaris 9
3602  616648 Change AM_GSETTINGS macro to GLIB_GSETTINGS
3603  587898 I/O timeouts for GSocket
3604  614541 Add G_TYPE_ERROR boxed type for GError
3605
3606
3607 Overview of Changes from GLib 2.25.0 to GLib 2.25.2
3608 ===================================================
3609
3610 * Include a 'gsettings' utility, for commandline access to GSettings
3611
3612 * Install a AM_GSETTINGS autoconf macro similar to AM_GCONF
3613
3614 * GSettings can bind the writability of a key explicitly
3615
3616 * There is now a predefined boxed type for GError
3617
3618 * Bugs fixed:
3619  615379 g_new macros crash if sizeof(struct_type) == 0
3620  616312 Add m4 rule equivalent to GCONF_SCHEMAS_INSTALL
3621  616295 mapping bug for uint64
3622  616216 glib compile from remote directory fails
3623  615960 Fix size passed to connect() for abstract sockets
3624  616432 Crash in gschema-compile
3625  616331 gsettings-schema-convert uses imaginary types
3626  616309 gsettings-schema-convert should output gettext-domain
3627  616384 Add mention of GConfBridge in conversion docs
3628  616311 gschema-compile outputs in current directory
3629  616276 simplify gschema-compile test setup
3630  616156 keys with unnecessary empty options arrays
3631  616405 gsettings missing g_return_if_fail's
3632  616245 Use G_DEFINE_INTERFACE macro
3633  614541 Add G_TYPE_ERROR boxed type for GError
3634
3635 * Updated translations:
3636  Catalan (Valencian)
3637  Galician
3638  Kannada
3639  Spanish
3640
3641
3642 Overview of Changes from GLib 2.24.0 to GLib 2.25.0
3643 ===================================================
3644
3645 * The GSettings framework has been merged. This provides the API to
3646   replace GConf. DConf will provide a backend implementation for it.
3647   GConf will also provide a backend implementation to ease the
3648   transition. We provide utilities to assist with schema conversion
3649   and data migration, as well as a porting guide.
3650
3651 * Translation updates:
3652  Bengali
3653  Catalan
3654  Danish
3655  Gujarati
3656  Marathi
3657  Thai
3658  Traditional Chinese
3659
3660
3661 Overview of Changes from GLib 2.23.6 to GLib 2.24.0
3662 ===================================================
3663
3664 * Bug fixes:
3665  613601 buglet in dup_close_on_exec_fd
3666  584284 g_data_input_stream_read_until_async behaves confusingly
3667  613748 Write errors in middle of copy cause hang
3668  613923 splice_stream_with_progress: wrong error handling
3669  613667 Typo in GObject documentation
3670  613618 gvariant format string docs unclear
3671
3672 * Translation updates:
3673  Basque
3674  Ukrainian
3675  Vietnamese
3676
3677
3678 Overview of Changes from GLib 2.23.5 to GLib 2.23.6
3679 ===================================================
3680
3681 * Class private data:
3682   - support for private data associated with a GTypeClass
3683
3684 * GVariant merge is now complete:
3685   - loading functions and parser merged
3686
3687 * Windows improvements:
3688   - socket fixes
3689   - various build improvements
3690   - removal of GCC/C99isms in favour of portable code
3691   - drop unmaintained Visual Studio 8 support
3692
3693 * Minor API addition:
3694   - g_desktop_app_info_get_filename()
3695
3696 * Bugs fixed:
3697  521707 Class private data
3698  612502 build fails on glib/tests/gvariant.c
3699  612832 [GDesktopAppInfo] New function g_desktop_app_info_get_filename
3700  612702 [PATCH] Fix GSocket-related crash on Windows
3701  612736 Improve the documentation about single include
3702  610858 gvariant test fails sometimes
3703  612327 uninitialized variable
3704
3705 * New translations:
3706  Afrikaans
3707  LowGerman
3708
3709 * Updated translations:
3710  Czech
3711  Finnish
3712  Galician
3713  Greek
3714  Punjabi
3715  Romanian
3716  Serbian
3717
3718
3719 Overview of Changes from GLib 2.23.4 to GLib 2.23.5
3720 ===================================================
3721
3722 * New API addition: g_malloc_n() and friends used to implement an
3723   overflow-safe family of g_new() macros.
3724
3725 * GVariant:
3726  - GVariantBuilder and GVariantIter are now merged.
3727  - The variable arguments API is now merged.
3728  - The parser will be in a future release.
3729
3730 * GIO:
3731  - Remove GUtf8InputStream (which never appeared in a stable release)
3732    for now since it doesn't satisfy the needs of its main intended use
3733    case.  We hope to reimplement this feature in a better form in a
3734    future release.
3735
3736 * Bugs fixed:
3737  609531 missing licence headers
3738  612107 Missing G_FILE_ATTRIBUTE_TRASH_ORIG_PATH
3739  611897 g_io_modules_scan_all_in_directory leaks
3740  608196 Overflow-safe g_new family
3741  611696 gio uses GetAddrInfo which requires special handing on windows 2k
3742  605667 Don't use G_PARAM_SPEC_VALUE_TYPE when we know the pspec is valid
3743  610860 test_g_file_open_readwrite fails if $HOME is unwritable
3744  552912 glib-2.18 /live-g-file/test_copy_move failed when run as root
3745  609813 Renaming a file discards file notes
3746
3747 * Updated translations:
3748  Basque
3749  Brazilian Portuguese
3750  British English
3751  Bulgarian
3752  Catalan
3753  Danish
3754  Estonian
3755  French
3756  German
3757  Hungarian
3758  Italian
3759  Lithuanian
3760  Norwegian bokmål
3761  Portuguese
3762  Russian
3763  Slovenian
3764  Spanish
3765  Swedish
3766  Traditional Chinese
3767
3768
3769 Overview of Changes from GLib 2.23.3 to GLib 2.23.4
3770 ===================================================
3771
3772 * GVariant: The core of GVariant has been merged now, with some
3773  API still to follow.
3774
3775 * GIO:
3776  - There is a new interface GFileDescriptorBased for file descriptor
3777    based IO. GLocalFile{Input,Output}Stream implement it
3778  - Use splice(2) to transfer data between file descriptors without
3779    extraneous copies
3780  - Add a way to request move events from file monitors
3781
3782 * Bugs fixed:
3783  609143 *result_uncertain is never assigned in g_content_type_guess
3784  604086 Use splice(2) when doing local file copies
3785  547890 No move events for GFileMonitorEvent?
3786  568760 nautilus freezes due to a bug in garray.c:322
3787  609962 Add info about the use of G_DEFINE_INTERFACE
3788  609564 g_base64_encode_close docs should mention outbuf size...
3789  610484 g_variant_equal bug
3790  610131 libasyncns does not compile on Solaris 8
3791  609530 missing single header include guards
3792
3793 * Updated translations:
3794  Czech
3795  Estonian
3796  Galician
3797  German
3798  Korean
3799  Polish
3800  Slovenian
3801  Spanish
3802  Traditional Chinese
3803
3804
3805 Overview of Changes from GLib 2.23.2 to GLib 2.23.3
3806 ===================================================
3807
3808 * GLib now has a facility for locks that consume only one bit of
3809   storage inside an integer: g_bit_lock()
3810
3811 * GVariant: The serializer has been merged, with more API to follow
3812
3813 * Bugs fixed
3814  548967 1 bit mutex lock
3815  604967 2.22.3 libasyncns build fails on HP-UX 11.11
3816  608602 G_VALUE_COLLECT_INIT variables shadow those in G_VALUE_COLLECT
3817  608743 Crash in g_hostname_to_ascii visiting certain website in epiphany
3818  599197 array ref and unref functions crash on NULL array.
3819  608159 mem leak in g_io_modules_scan_all_in_directory
3820
3821 * Translation updates
3822  Brazilian Portuguese
3823  Czech
3824  French
3825  Norwegian bokmål
3826  Slovenian
3827  Spanish
3828  Thai
3829
3830
3831 Overview of Changes from GLib 2.23.1 to GLib 2.23.2
3832 ===================================================
3833
3834 * We are now using gcc builtins for atomic operations when available
3835
3836 * g_assert() grew the ability to store assertions in core dumps
3837
3838 * GIO supports lazy loading of GIO modules, and there is a new
3839   gio-querymodule utility that goes along with this.
3840   Packagers will need to adapt to this.
3841
3842 * Threading changes:
3843  - The requirements for g_thread_init() have been relaxed slightly,
3844    it can be called multiple times, and does not have to be the first
3845    call.
3846  - GObject now links to GThread and threads are enabled automatically
3847    when g_type_init() is called.
3848  - Thread-safety issues with boxed types in GObject have been fixed.
3849
3850 * GObject:
3851  - Another bunch of performance work has landed
3852
3853 * GVariant:
3854  - GVariantType has been merged, with the rest of the GVariant
3855    API to follow.
3856
3857 * Bugs fixed:
3858  568760 nautilus freezes due to a bug in garray.c:322
3859  602417 Document lifecycles of GSimpleAsyncResult and friends
3860  604824 crash in Epiphany: Selecting my Slashdot bo...
3861  448888 don't init g_slice for always-malloc
3862  531902 Use GCC atomic buildins for g_atomic*
3863  554887 boxed type registration is not thread safe
3864  586150 unresolved symbols when building glib 2.21.2 on OS X Tiger
3865  589176 row gvalue transform array exponentially
3866  594872 Support storing assertion messages into core dump
3867  602240 Upgrade libasyncns to 0.8
3868  603590 Speed up G_VALUE_COLLECT
3869  604457 gutf8inputstream.c: increasing unknown size pointer
3870  605686 GCharsetConverter doesn't flush
3871  605733 g_memory_output_stream_new violates GObject standards
3872  605883 g_object_new() processes varargs even when there are none
3873  605977 invalid utf-8 conversion in g_local_file_get_parse_name(...
3874  606775 Enable threads by default in gobject
3875
3876 * Translation updates:
3877  Asturian
3878  Basque
3879  Bengali
3880  Bulgarian
3881  Estonian
3882  Norwegian bokmål
3883  Spanish
3884  Thai
3885  Ukrainian
3886
3887
3888 Overview of Changes from GLib 2.23.0 to GLib 2.23.1
3889 ===================================================
3890
3891 * GObject performance work has landed:
3892  - Construction of simple objects is much faster
3893  - Interface lookup is lock-free and constant-time now
3894  - Reduced locking overhead when dealing with types
3895
3896 * GType now has a G_DEFINE_INTERFACE convenience macro
3897
3898 * GIO gained GUtf8InputStream, an input stream that
3899   performs utf-8 validation
3900
3901 * GLib now has byte-swap macros for gsize and gssize
3902
3903 * Bugs fixed:
3904 557151 Determining the newly_constructed boolean in gobject.c...
3905 557100 Performance improvements for GObjectClasses that don't...
3906 501166 Warning message says IA__g_type_init instead of g_type_init
3907 585375 Performance and Contention problems with g_type_class_ref...
3908 587892 Race in GType when instantiating the same class for the...
3909 603270 Input Stream validating utf8
3910 603476 gioenums.h:62: error: comma at end of enumerator list
3911 603540 g_time_val_from_iso8601 uses uninitialised variable
3912 603982 Stack overflow when reading file async with filter
3913 604645 G_DEFINE_INTERFACE_* documentation is not generated
3914 604875 Use of sa_len conflicts with system header
3915 320482 provide G_DEFINE_TYPE like macros for interfaces
3916
3917 * Updated translations:
3918  Estonian
3919  Hebrew
3920  Norwegian bokmål
3921  Vietnamese
3922  Welsh
3923
3924
3925 Overview of Changes from GLib 2.22.x to GLib 2.23.0
3926 ===================================================
3927
3928 * GIO:
3929  - GConverter: a generic interface for stateful conversions of data,
3930    suitable for charset conversion, compression, decompression, regexp
3931    replacement. Concrete implementations are GCharsetConverter,
3932    GZlibCompressor and GZlibDecompressor. GConverterInputStream,
3933    GConverterOutputStream are stream implementations that convert data
3934    while loading or saving it.
3935  - GMounts can now have a 'default location': a path that reflects
3936    the main entry point for the user (e.g. the home directory).
3937  - As a consequence of the compression support, GIO depends on zlib now.
3938
3939 * GObject:
3940  - G_IMPLEMENT_INTERFACE_DYNAMIC: a convenience macro for adding
3941    interfaces to dynamic types.
3942
3943 * GModule:
3944  - The -pthread flag has been added to all gmodule .pc files, because
3945    it is not generally permissible to load modules that are linked
3946    against libpthread if the program has not been compiled with threading
3947    support.
3948
3949 * Bugs fixed:
3950  601637 GUnixFDMessage should contain a GUnixFDList
3951  585566 GSocketListener API issues
3952  572252 Bug in g_file_test() function.
3953  600550 g_app_info_create_from_commandline doesn't treat arguments properly
3954  541236 not detecting exact content type
3955  350200 [PATCH] GTypeModule derived class unref does not unload plugin
3956  589631 Please enclose literal values with double quotes
3957  577711 cross compile check for g++ broken
3958  600620 Support X-GNOME-FullName in GAppInfo
3959  598899 GWin32DirectoryMonitor is broken
3960  593809 Nautilus does not restore the position of the icons on the desktop...
3961  563627 g_get_prgname() threadsafety
3962  600141 Add -pthread to gmodule pkg-config
3963  593856 file and directory monitors don't work when glib is compiled...
3964  324930 Nautilus should disallow copying of symlink to FAT drive early
3965  587300 Deadlock when calling g_cancellable_disconnect in a...
3966  595138 GFile not robust with invalid input
3967  591216 Warning building resolver.o
3968  590016 Does not compile under MinGW32 + Wine
3969  591214 Warnings building gcancellable.o
3970  561998 Have specific entry points (paths) for mounts...
3971  508157 Add G_IMPLEMENT_INTERFACE_DYNAMIC
3972  535159 g_file_has_parent
3973
3974 * Updated translations:
3975  Brazilian Portuguese
3976  Catalan
3977  Estonian
3978  Galician
3979  Norwegian bokmål
3980  Shavian
3981  Slovenian
3982  Spanish
3983  Swedish
3984
3985
3986 Overview of Changes from GLib 2.22.1 to GLib 2.22.2
3987 ===================================================
3988
3989 * GIO:
3990  - Support case-sensitive globs in the shared mime database,
3991    including support for the newer cache format that allows these.
3992    Case-sensitive globs have been introduced in shared-mime-info
3993    version 0.70
3994
3995 * GObject:
3996  - Speed up creation of simple objects
3997
3998 * Bugs fixed:
3999  597194 Typo in _G_TYPE_CVH macro
4000
4001 * Updated translations:
4002  Russian
4003
4004
4005 Overview of Changes from GLib 2.22.0 to GLib 2.22.1
4006 ===================================================
4007
4008 * Bugs fixed:
4009  596064 Test file marked for translation
4010  595972 possibly invalid search in mime_info_cache_dir_add_...
4011  596561 C99 style of declaration of variable in gmessages.c
4012  596314 g_utf16_to_utf8 returns an invalid UTF8 string
4013  596748 g_async_result_get_source_object returns a new ref
4014  593809 Nautilus does not restore the position of the icons...
4015  593775 uses inotify_init1 unconditionally
4016
4017 * Updated translations:
4018  Bengali
4019  Hebrew
4020
4021
4022 Overview of Changes from GLib 2.21.6 to GLib 2.22.0
4023 ===================================================
4024
4025 * Add gdb python macros to make gobject debugging more pleasant
4026
4027 * Bugs fixed:
4028  579050 Allow making selected critical and warning messages non-fatal
4029  594759 g_socket_send_message fails due to invalid sendmsg params
4030  593941 GNetworkAddress skipping addresses when enumerating
4031  594597 Fix build with srcdir != builddir
4032  595619 Include gdb pretty printers
4033
4034 * Changes that might affect bindings:
4035  - The error parameter of g_simple_async_result_set_from_error has been
4036    made const.
4037
4038 * Updated translations:
4039  Assamese
4040  Bengali India
4041  British English
4042  Bulgarian
4043  Catalan
4044  Czech
4045  Danish
4046  Finnish
4047  Galician
4048  Greek
4049  Gujarati
4050  Hindi
4051  Japanese
4052  Kannada
4053  Malayalam
4054  Marathi
4055  Norwegian bokmål
4056  Oriya
4057  Polish
4058  Punjabi
4059  Romanian
4060  Serbian
4061  Simplified Chinese
4062  Slovenian
4063  Spanish
4064  Tamil
4065  Telugu
4066  Thai
4067  Traditional Chinese
4068  Ukrainian
4069  Vietnamese
4070
4071
4072 Overview of Changes from GLib 2.21.5 to GLib 2.21.6
4073 ===================================================
4074
4075 * Minor API additions:
4076   g_mkstemp_full is a variant of g_mkstemp that allows to specify flags
4077   and permissions
4078
4079 * Bugs fixed:
4080  593232 g_rand_new: read no more than requested from /dev/urandom
4081  591995 use saved errno
4082  589491 g_time_val_from_iso8601 doesn't handle some cases
4083  593406 Permissions set to 777 after copying via Nautilus
4084  594034 Add g_mkstemp_full()
4085
4086 * Updated translations:
4087  Assamese
4088  Basque
4089  Brazilian Portuguese
4090  Czech
4091  Estonian
4092  French
4093  German
4094  Hungarian
4095  Italian
4096  Kannada
4097  Malayalam
4098  Marathi
4099  Norwegian bokmål
4100  Oriya
4101  Portuguese
4102  Swedish
4103  Tamil
4104  Turkish
4105
4106
4107 Overview of Changes from GLib 2.21.4 to GLib 2.21.5
4108 ===================================================
4109
4110 * A performance problem with trashing of many files has been fixed
4111
4112 * GResolver now invalidates the libc resolv.conf cache as needed
4113
4114 * Minor api additions:
4115  - g_cancellable_make_pollfd returns a boolean now. And there is a
4116    new function g_cancellable_release_fd that can be used to released
4117    the resources used by a GCancellable.
4118
4119 * Bugs fixed:
4120  589988 Compilation error on Solaris 9 (missing stdint.h)
4121  588901 gtcpconnection.c won't compile
4122  584246 GResolver needs to call res_init() when network state changes
4123  591714 Figure out failure handling for g_cancellable_make_pollfd()
4124  591532 redundent '/' returned from g_file_resolve_relative_path
4125  591378 Use MSG_NOSIGNAL in GSocket if it's available
4126  589649 API documentation migration for Base64 Encoding
4127  591840 configure fails with autoconf 2.64
4128
4129 * Updated translations:
4130  Basque
4131  Brazilian Portuguese
4132  Bulgarian
4133  Danish
4134  Estonian
4135  Finnish
4136  Galician
4137  Gujarati
4138  Hndi
4139  Irish
4140  Japanese
4141  Korean
4142  Norwegian bokmål
4143  Polish
4144  Portuguese
4145  Punjabi
4146  Spanish
4147  Swedish
4148  Telugu
4149  Traditional Chinese
4150  Thai
4151
4152
4153 Overview of Changes from GLib 2.21.3 to GLib 2.21.4
4154 ===================================================
4155
4156 * GTree is now refcounted
4157
4158 * Bugs fixed:
4159  587938 Undocumented limitation for g_str_equal
4160  587773 refcounts for GTree
4161
4162 * Updated translations:
4163  French
4164  Hebrew
4165  Norwegian bokmål
4166  Spanish
4167  Swedish
4168  Traditional Chinese
4169  Ukrainian
4170
4171
4172 Overview of Changes from GLib 2.21.2 to GLib 2.21.3
4173 ===================================================
4174
4175 * GMappedFile is refcounted now
4176
4177 * Mainloop: It is now possible to set per-thread default contexts,
4178   with g_main_context_push_thread_default.
4179
4180 * glib-mkenums supports a @basename@ substitution, in addition
4181   to @filename@.
4182
4183 * GIO:
4184  - Vfs implementations can support storing of per-file metadata.
4185  - GCancellable can now be subclassed.
4186  - Unmount and eject methods now optionally allow interaction, via
4187    variants that take a GMountOperation object.
4188
4189 * Bugs fixed:
4190  556706 Inconsistent help arguments -h, -?
4191  579449 FileChoosers no longer work if an idle handler is active
4192  579933 mainloop FD_CLOEXEC has a race condition
4193  579984 alternate GMainContext support
4194  585937 gio/gsocket.c (glib 2.21.2) does not compile (Windows/mingw)
4195  586675 Runtime library location
4196  586797 Add GCancellables to GSocket ops
4197  586868 g_filename_complete_get_completions doesn't always return...
4198  587415 g_resolver_lookup_by_name_finish returns a freed list
4199  587434 regression tests fail, at least on x86_64
4200  586928 Avoid g++ warning in g_error()
4201
4202 * Updated translations:
4203  Estonian
4204  Hebrew
4205
4206
4207 Overview of Changes from GLib 2.21.1 to GLib 2.21.2
4208 ===================================================
4209
4210 * GIO:
4211   - g_socket_speaks_ipv4 is a new function to check if a socket can
4212     speak IPv4.
4213   - g_socket_listener_add_address gained a new effective_address out
4214     parameter.
4215   - GIO now returns special icons for XDG user directories, by the
4216     name folder-music, folder-documents, etc.
4217   - GIO gained support for starting/stopping of drives, which can be used
4218     in connection with external hard disk enclosures, disk arrays, iSCSI
4219     devices, etc. See g_file_start/stop_mountable.
4220
4221 * GLib:
4222  - g_reload_user_special_dirs_cache is a new function to force GLib to
4223    reload the XDG user directory mapping from disk.
4224
4225 * Bug fixes:
4226  584574 glib compile failure on Mac OS X with gunixresolver.c and...
4227  585566 GSocketListener API issues
4228  584255 Incorrect freeing of thread pool in GThreadedSocketService
4229  585088 g_string_chunk_insert_len stops at nul bytes
4230  585360 Monitor fontconfig configuration files using gio causes m...
4231  580103 Terminal starts on Display :0.0 when started on :0.1 in D...
4232  580301 network: a few issues on old darwin
4233  583398 SRV weight sorting is incorrect
4234  584176 build fixes on FreeBSD
4235  585189 g_cancellable_reset() must be called in same thread as g_...
4236  585280 compilation dies on gio/gsocket.c, needs sys/uio.h to con...
4237  585281 gio/gunixfdmessage.c needs sys/types.h for platforms that...
4238  585478 don't leak the inotify fd
4239  585575 g_socket_listener_add_inet_port() doesn't do the right thing
4240  585599 g_socket_listener_add_socket() consumes the socket
4241  585676 GEmblem doesn't reference its 'icon' if that is set as a ...
4242  585717 "bytes" nautilus translation to french is not shown in th...
4243  541276 XDG directories should have their own icons
4244  585726 Grammatical error in GList documentation
4245  585520 Wrong warning option in documentation
4246  585673 GNOME Goal: Remove deprecated glib symbols
4247  585591 Starting/stopping drives
4248
4249 * Updated translations:
4250  Bengali India
4251  Norwegian bokmål
4252
4253
4254 Overview of Changes from GLib 2.21.0 to GLib 2.21.1
4255 ===================================================
4256
4257 * GIO:
4258  - Support for network IO has been added, including a low-level
4259    socket API and a high-level API for network connections and
4260    services.
4261  - Support for read-write access with GIOStream and its subclasses.
4262  - GMount gained a pre-unmount signal.
4263
4264 * Bug fixes:
4265  576104Implement GMount::pre-unmount
4266  578769 implement GWinHttpFileInputStream::close_fn
4267  582856 gsocket.c doesn't compile on Solaris
4268  569375 g[u]intptr undocumented
4269  573246 [FIX] g_desktop_app_info_dup() can access NULL pointer
4270  575013 g_cancellable_push_current() does not allow NULL
4271  577884 live-g-file.c:461: error: format ‘%d’ expects type ...
4272  578499 g_output_stream_splice and stream closing with gnio strea...
4273  579558 Application employing gvfs crashes with only libgvfscommo...
4274  583001 SIGPIPE (grr!)
4275  583061 Please add convenience function to connect to machines by...
4276  583198 typo in error message
4277  583206 use g_set_error_literal where appropriate
4278  583229 void function g_async_initable_init_async returns value
4279  583324 locking problem in g_main_context_iterate()
4280  583408 void function g_socket_control_message_serialize returns ...
4281  578786 wrong and confusing error message
4282  583205 g_inet_address_to_bytes has no length outparam
4283  583196 mem leak in keyfile test
4284  583663 GSocketType enum ends with a comma
4285  569024 Make g_error_new_valist public
4286  569376 missing G_G[U]INTPTR_FORMAT
4287  580347 off-by-1 bug in GWinHttpFile
4288
4289 * Updated translations:
4290  Oriya
4291  Spanish
4292  Valencian-Catalan
4293
4294
4295 Overview of Changes from GLib 2.20.x to GLib 2.21.0
4296 ===================================================
4297
4298 * GIO:
4299  - New helper functions g_cancellable_connect/disconnect to avoid
4300    race conditions when connecting to the "cancelled" signal on
4301    GCancellable.
4302  - New types and methods for dealing with IPv4 and IPv6 addresses (and
4303    UNIX domain socket addresses under UNIX). This does not include code
4304    for actual socket I/O.
4305  - GResolver provides asynchronous and cancellable APIs for resolving
4306    hostnames, reverse lookup of IP addresses and resolving SRV records.
4307
4308 * Glib now provides hash and comparison functions for int64 and double
4309   types, suitable for use with GHashTable.
4310
4311 * GArray, GPtrArray and GByteArray can be ref counted now, and have
4312   boxed types.
4313
4314 * Bugs fixed:
4315  572844 Helper for GCancellable::cancelled connect/disconnect
4316  578363 goption docs should be improved
4317  548466 async/cancellable DNS resolver
4318  579830 param spec strings should use P_()
4319  579862 requesting xattr::foo ends up calling getxattr(..., user...
4320  580453 Hash and equal functions for gint64 and gdouble
4321  580450 Reference counting and boxed types for arrays
4322  580194 gresolver doesn't build on Solaris
4323  580301 network: a few issues on old darwin
4324  580299 network: include sys/types.h before sys/socket.h to insur...
4325  572508 gmarkup speedup
4326  580546 g_strtoull() referenced in documentation...
4327  580656 g_key_file_set_string_list erroneously asserts list != NULL
4328  579272 leaks in g_simple_async_result_set_op_res_gpointer
4329
4330
4331 * Updated translations:
4332  Catalan (ca)
4333  Pashto (ps)
4334  Spanish (es)
4335
4336
4337 Overview of Changes from GLib 2.20.0 to GLib 2.20.1
4338 ===================================================
4339
4340 * Bug fixes:
4341  575555 Use fsync() when replacing files to avoid data loss on
4342  575708 runaway inotify madness
4343  575270 GVolumeMonitor::mount-pre-unmount not being emitted
4344  577128 glib make check Failed to execute child process...
4345  573673 Always show "backup" directories
4346  578369 g_time_val_from_iso8601() parses timezones incorrectly
4347  578002 Fix a small typo in GFile docs
4348  578017 G_DEFINE_TYPE_EXTENDED docs
4349
4350 * Updated translations:
4351  Arabic
4352  Assamese
4353  Basque
4354  Bularian
4355  Brazilian Portuguese
4356  British English
4357  Catalan
4358  Danish
4359  French
4360  Galician
4361  German
4362  Greek
4363  Hungarian
4364  Italian
4365  Japanese
4366  Kannada
4367  Lithuanian
4368  Malayalam
4369  Norwegian bokmål
4370  Oriya
4371  Polish
4372  Punjabi
4373  Russian
4374  Simplified Chinese
4375  Slovenian
4376  Spanish
4377  Swedish
4378  Tamil
4379
4380
4381 Overview of Changes from GLib 2.19.9 to GLib 2.20.0
4382 ===================================================
4383
4384 * Base64 support: Avoid integer overflows. CVE-2008-4316
4385
4386 * Bugs fixed:
4387  574019 GChecksum: document and guarantee hex characters in lower case
4388  573454 Unable copy/move files to directories symlinked to gvfs share
4389  561172 gnome-open fails on local URIs with anchors
4390  573970 crash in gunixvolumemonitor:update_mounts when unmounting
4391  573843 g_get_current_dir returns non-absolute path
4392
4393 * Updated translations:
4394  Assamese (as)
4395  Bengali (bn_IN)
4396  Czech (cs)
4397  Hindi (hi)
4398  Italian (it)
4399  Japanese (ja)
4400  Lithuanian (lt)
4401  Malayalam (ml)
4402  Marathi (mr)
4403  Oriya (or)
4404  Polish (pl)
4405  Romanian (ro)
4406  Telugu (te)
4407
4408
4409 Overview of Changes from GLib 2.19.8 to GLib 2.19.9
4410 ===================================================
4411
4412 * GMarkup:
4413  - Considerable speedup
4414
4415 * GIO
4416  - Add G_FILE_CREATE_REPLACE_DESTINATION flag to allow replacing
4417    the destination of a copying operation as if it did not exit before.
4418  - Be more careful when classifying files as desktop files
4419  - Support desktop file key X-GIO-NoFuse which disables the use
4420    of fuse pathnames for %u and %U arguments
4421
4422 * Bugs fixed:
4423  572672 glib/gthread.c: argument is different type
4424  572464 Doc for g_file_get_contents
4425  572151 “it's” and “its” confused in docs and comments
4426  570501 g_win32_get_system_data_dirs uses invalid conversion...
4427  167569 g_string_append_printf crashes on win32 when used...
4428  572508 gmarkup speedup
4429  560564 Replacing a symlink with its linked file truncates... 
4430  549298 impossible to copy files with p (pipe) flag
4431  543183 Clarify docs for g_file_has_prefix
4432  540461 g_memory_output_stream_get_data_size() doesn't behave...
4433  573462 GEmblemedIcon leak
4434  573421 Clarify message format in GMountOperation
4435  573658 Deadlock in giomodule.c
4436  556706 Inconsistent help arguments -h, -?
4437  573527 Wrong shell to run config.status in Makefile.in.in
4438  573128 A couple of typos in GObject documentation
4439
4440 * Updated translations:
4441  Catalan (ca)
4442  British English (en_GB)
4443  Spanish (es)
4444  Basque (eu)
4445  Finnish (fi)
4446  French (fr)
4447  Gujarati (gu)
4448  Hebrew (he)
4449  Hungarian (hu)
4450  Korean (ko)
4451  Maithili (mai)
4452  Norwegian bokmål (nb)
4453  Dutch (nl)
4454  Portugese (pt)
4455  Swedish (sv)
4456  Thai (th)
4457  Traditional Chinese (zh_HK)
4458  Traditional Chinese (zh_TW)
4459
4460
4461 Overview of Changes from GLib 2.19.7 to GLib 2.19.8
4462 ===================================================
4463
4464 * GIO: Fix missing exports of new API
4465
4466 * Fix strict aliasing warnings and violations to make Glib work
4467   with gcc 4.4
4468
4469
4470 Overview of Changes from GLib 2.19.6 to GLib 2.19.7
4471 ===================================================
4472
4473 * GIO
4474  - GFile gained an attribute for the actual file size in bytes
4475  - GMountOperation gained an "aborted' signal that allows to abort
4476    a mount operation from the backend side
4477
4478 * Bugs fixed:
4479  523742 Use noinst for non-installable libraries
4480  566747 URIs opened with firefox %u load as local files
4481  541225 Can't compile gio on AIX duplicate case value in gioerror.c
4482  571598 GAsyncResult with NULL gobject
4483  505042 add file attribute for actually used file size in bytes
4484
4485 * Updates translations:
4486  Basque (eu)
4487  Gujarati (gu)
4488  Italian (it)
4489  Japanese (ja)
4490  Norwegian bokmål (nb)
4491  Dutch (nl)
4492  Portugese (pt)
4493  Thai (th)
4494  Vietnamese (vi)
4495
4496
4497 Overview of Changes from GLib 2.19.5 to GLib 2.19.6
4498 ===================================================
4499
4500 * New format macro to print goffset data: G_OFFSET_FORMAT
4501
4502 * GIO: 
4503  - Add a GFilter{Input,Output}Stream::close-base-stream properties which
4504    determine whether the base stream will be closed when the filter stream
4505    is finalized.
4506  - g_data_input_stream_read_line and ..._read_until have asynchronous
4507    variants now.
4508
4509 * Bugs fixed:
4510  568294 A wrong reference in the description of g_bookmark_file_...
4511  563141 RFE: define G_OFFSET_FORMAT
4512  569105 g_time_val_to_iso8601() assumes time_t==long
4513  568394 dropping the last reference to a stream filter closes...
4514  568741 g_buffered_input_stream_fill_async doesn't work
4515  568723 g_buffered_input_stream_fill_async doesn't take count == -1
4516  568575 _async functions for GDataInputStream
4517
4518 * Updated translations:
4519  Bulgarian (bg)
4520  Finnish (fi)
4521  Hungarian (hu)
4522  Oriya (or)
4523  Swedish (sv)
4524  Traditional Chinese (zh_HK)
4525  Traditional Chinese (zy_TW)
4526
4527
4528 Overview of Changes from GLib 2.19.4 to GLib 2.19.5
4529 ===================================================
4530
4531 * Update included PCRE to 7.8
4532
4533 * g_base64_decode_inplace: New function to do base64 decoding in place
4534
4535 * Bugs fixed:
4536  567138 get_package_directory_from_module() does not free ...
4537  566569 gregex docs clarification
4538  566573 g_match_info_fetch_pos docs
4539  564728 Add function to decode base64 encoded data in place
4540  567838 G_STRUCT_OFFSETOF fails to compile under icc 9.1
4541  567977 textdomain() macro should not return NULL ...
4542  512779 --disable-regex breaks compilation
4543  566770 error code 0 for Too many open files is useless
4544  565484 g_content_type_guess passes non-UTF8 text to XDG ...
4545
4546 * Updated translations:
4547  Catalan (ca)
4548  Spanish (es)
4549  Italian (it)
4550  Swedish (sv)
4551
4552  
4553 Overview of Changes from GLib 2.19.3 to GLib 2.19.4
4554 ===================================================
4555
4556 * GIO:
4557   - Use O_NOATIME when sniffing mimetypes
4558   - Add a convenience method to check if a GSimpleAsyncResult
4559     is valid
4560
4561 * Bugs fixed:
4562  560676 function access for g_threads_supported
4563  565905 There is no g_context_group_set_translation_domain
4564  564210 SUN Studio 12 has supported visibility attribute
4565  565136 GObject's "notify" signal parameters are wrong in gtk-doc
4566  565831 error in interface creation sample
4567  566348 g_file_open_tmp uses the wrong g_mkstemp on win32
4568  566064 Add NOATIME flag to query_info_flags
4569  566170 g_async_result_verify_source_object
4570
4571 * Updated translations:
4572  Spanish (es)
4573  Norwegian bokmål (nb)
4574  Brazilian Portugese (pt_BR)
4575  Simplified Chinese (zh_CN)
4576
4577
4578 Overview of Changes from GLib 2.19.1 to GLib 2.19.3
4579 ===================================================
4580
4581 * Bugs fixed:
4582  508021 Add support for the CRIS and CRISv32 architectures
4583  526320 should not list mounts that the user doesn't have permission to use
4584  558458 Cannot build gio tests on Solaris using SUN cc
4585  555465 GUnix{Input,Output}Stream lacks fd/close_fd_at_close property
4586  558298 Hide ecryptfs mounts
4587  515777 incorrect date&time on copy
4588  562452 Ensure we return G_IO_ERROR_CANCELLED if cancelling
4589         g_simple_async_result_run_in_thread
4590  473150 g_type_module_use inconsistently increases the use
4591         counter in case of error
4592  563150 G_GU?INT*_MODIFIER/FORMAT docs
4593  563156 Document printing and scanning gunichar values
4594
4595 * Updated translations:
4596  Hebrew (he)
4597  Italian (it)
4598  
4599
4600 Overview of Changes from GLib 2.19.0 to GLib 2.19.1
4601 ===================================================
4602
4603 * GIO: 
4604   - g_icon_to_string, g_icon_new_for_string: GIcon serialization support
4605   - G_FILE_ATTRIBUTE_PREVIEW_ICON: new file attribute for preview images
4606   - g_app_info_get_commandline: new function to get the full commandline
4607   - g_mount_shadow, g_mount_unshadow, g_mount_is_shadowed: New functions 
4608     to 'shadow' mounts (i.e. hide them from the UI when they already
4609     have a different representation, like a bookmark) 
4610
4611 * Bugs fixed:
4612  556186 gpoll.h breaks gmain.h inclusion
4613  557087 mem leak in g_content_types_get_registered
4614  556921 gpoll.h breaks hal compilation
4615  557210 g_compute_checksum_for_* asserts with less than 2 bytes
4616  558381 Add support for compile time assertions
4617  558185 'parent' variable in g_local_file_get_child_for_display_name()
4618         hits g_object_unref(NULL) assertion
4619  558513 g_warn_if_fail FIXME in gtestutils
4620  558672 NULL key lookup using g_hash_table_lookup_extended() 
4621  555740 gicon serialization
4622  557182 preview functionality
4623  528320 Incorrect icons displayed for files with custom mimetype icons
4624  556910 Memory leak: sub
4625  557592 Missing include in gwinhttpfile.c
4626  556415 Crash on Windows 2000 in g_winhttp_vfs_init()
4627  555935 Clarify the mechanism of overwriting properties
4628  552776 ac_cv_func_posix_getgrgid_r not mentioned
4629  559448 GObject Reference Manual (typo)
4630  561212 GFileReadMoreCallback API doc refers to non-existant function
4631  560569 gkeyfile doesn't use the set list_separator in some cases
4632  560568 gkeyfile docs buglet
4633  559413 g_option_group_set_error_hook docs buglet
4634  562378 callback return value not respected for callback option
4635         with no arg
4636  559110 Do not include libintl.h after glibintl.h
4637  557603 carbon check output misplaced
4638  562544 g_key_file_get_string and g_key_file_get_value
4639         documentation does not explain the difference
4640  547264 Missing "no flags" flag
4641  562638 GDebugKey key member should be const
4642  562639 g_parse_debug_flags() parsing "help"
4643  562549 g_byte_array_free should tell how free data
4644  559452 GObject Reference Manual (typo)
4645  559462 GObject Reference Manual (typo)
4646  559517 GObject Reference Manual (typo)
4647  562538 GObject interface tutorial shouldn't finalise with
4648         "Please forget everything"
4649  561352 Leak of icon description
4650  561375 Leaks mountpoint description
4651  561807 inotify_sub.c: dup_dirname() fails to remove trailing '/'
4652  562393 g_buffered_input_stream_read_byte broken if data available
4653  541715 win32 : patch for warnings and signature problems in recent code
4654  547481 g_data_input_stream_read_line behaves not as stated in the docs
4655  548163 Nautilus displays wrong error message for too long file names
4656  559633 gtk_image_new_from_gicon does not always work for .desktop files
4657  555486 – No way to recover command line from GAppInfo
4658
4659 * Translation updates:
4660  Spanish (es)
4661  Ukrainian (uk)
4662
4663
4664 Overview of Changes from GLib 2.18.1 to GLib 2.19.0
4665 ===================================================
4666
4667 * Rewrite GHashTable to use open addressing with quadratic probing instead 
4668   of chaining. This has the potential to reduce memory fragmentation 
4669   significantly, while being slightly faster due to better locality and 
4670   no need to call alloc/free functions for nodes. Benchmarks suggest it 
4671   also uses less memory overall.
4672
4673 * Make g_poll available as public api
4674
4675 * New macros g_assert_error and g_assert_no_error to assert 
4676   that a GError is set or unset
4677
4678 * g_cancellable_make_pollfd: New method to make a GPollFD for a cancellable
4679
4680 * g_app_info_can_delete, g_app_info_delete, g_app_info_reset_type_associations:
4681   New functions to clean up app infos and content types
4682
4683 * When launching applications, always pass fuse file:// uris when possible,
4684   and let gio convert such uris back to gio uris.
4685
4686 * Bugs fixed:
4687  505361 gunixinputstream.c assumes poll() available
4688  509446 portable blocking gio cancellation
4689  553820 gpoll.c: undeclared identifier
4690  553724 python interpretter path not patched in correctly
4691  553857 gbacktrace.h requires signal.h
4692  553447 g_assert_no_error()
4693  554092 glib doesn't return G_FILE_ERROR_NOENT et al on OS X
4694  528670 Always pass file:/// uri's in GAppLaunchContext
4695  555224 Improve g_format_size_for_display doc
4696  555309 giochannel breaks on error
4697  554790 g_convert() misbehaves with winiconv versions
4698  555314 mem leak in gmarkup
4699  555313 GFileAttribute boxed type get_type function should...
4700  552861 glib-2.0.m4 calls system(3) without storing its result
4701  554557 Patch to fix gcc warnings about missing format specifiers
4702  552107 Small libtool fixes
4703  551355 Make glib build with libtool 2.2
4704  555311 format not a string literal and no format arguments
4705  556101 static mutex yields warnings with g++
4706  556186 gpoll.h breaks gmain.h inclusion
4707  526456 Open addressing in GHashTable
4708  553426 cancellable clarifications
4709  545350 GAppInfo deletion
4710  545351 Reset associations for content type
4711  552168 volume's mount not mounted after g_volume_mount_finish
4712  554970 segfault when update-desktop-database is not available...
4713  554745 GFileAttributeInfoList should be boxed
4714  555121 Improved build-time handling of gio module-dir
4715  555711 Wrong fallback order of mimetype icons
4716  555331 Deprecate adoption of mounts
4717  556335 make check fails in abicheck.sh
4718  556334 Warning when building without selinux support
4719  556422 g_file_enumerator_next_file: unclear...
4720
4721 * Updated translations:
4722  Arabic (ar)
4723  Danish (da)
4724  Polish (pl)
4725  Brazilian Portugese (pt_BR)
4726  Romanian (ro)
4727  Russian (ru)
4728
4729
4730 Overview of Changes from GLib 2.18.0 to GLib 2.18.1
4731 ===================================================
4732
4733 * Bugs fixed:
4734  550433 g_test_init doesn't recognize --help
4735  523463 Core dump in gmain.c:2482:IA__g_main_context_check
4736  551228 G_STRFUNC on recent Sun compiler should be expanded...
4737  551410 gtestutils.c: using printf without prototype
4738  551731 g_date_set_time[_t] docs should mention what timezone
4739  548321 <string.h> is not included in gi18n-lib.h
4740  551149 xdgmime mem leak
4741  550647 synchronous pipe I/O when reading mount reply
4742  551887 Docs for g_desktop_app_info_new_from_filename aren't...
4743  551681 g_content_type_guess() too naive with filenames
4744  552352 g_app_info_launch doesn't work if "Path" key...
4745  551408 gmodule.def generated to builddir...
4746  552359 g_file_info_get_icon should return GThemedIcon, and...
4747
4748 * Updated translations:
4749  Arabic (ar)
4750  Bengali India (bn_IN)
4751  British English (en_GB)
4752  Hindi (hi)
4753  Croatian (hr)
4754  Korean (ko)
4755  Oriya (or)
4756  Turkish (tr)
4757  Telugu (te)
4758
4759
4760 Overview of Changes from GLib 2.17.7 to GLib 2.18.0
4761 ===================================================
4762
4763 * Win32:
4764   - rework the g_poll() implementation to match poll() semantics more closely
4765
4766 * Bugs fixed:
4767  324234 Using g_io_add_watch_full() to wait for connect() to return...
4768  548278 Async GETs connections are always terminated unexpectedly...
4769  500246 Bug fixes for giowin32
4770  523939 Example program for GValue
4771  550096 GBookmarkFile parser is not forward compatible
4772  550040 Move GString, rand and printf tests to the unit test framework
4773  550104 trivial documentation fix for g_get_home_dir
4774  548988 g_file_replace fails on Windows when the target file exists
4775  550059 Wrong docs for g_emblemed_icon_add_emblem
4776  548800 Missing a g_object_get_type function
4777  550056 Missing documentation for g_emblemed_icon_get_emblems
4778
4779 * Updated translations:
4780  Bulgarian (bg)
4781  Czech (cs)
4782  German (de)
4783  Estonian (et)
4784  Basque (eu)
4785  French (fr)
4786  Hebrew (he)
4787  Hungarian (hu)
4788  Italian (it)
4789  Japanese (ja)
4790  Lithuanian (lt)
4791  Maithili (mai)
4792  Dutch (nl)
4793  Swedish (sv)
4794  Thai (th)
4795  Ukrainian (uk)
4796  Vietnamese (vi)
4797
4798
4799 Overview of Changes from GLib 2.17.6 to GLib 2.17.7
4800 ===================================================
4801
4802 * More fixes for 64-bit Windows
4803
4804 * GIO
4805  - Add a vfs implementation for HTTP and HTTPS URIs on Windows
4806
4807 * Bugs fixed:
4808  546329 API docs for g_utf8_normalize() are incorrect
4809  546876 Modify GMarkup parser to accept &#x1; .. &#x1f;
4810  547200 g_utf8_find_next_char() issues
4811  547637 unconditional #include of sys/statfs.h in configure
4812  547337 G_DISABLE_DEPRECATED breaks tests build
4813  547832 gtk+-2.12.11 fails to build - AC_PROG_MMAP too strict
4814  502498 Test framework assertion failures should follow gcc
4815  546371 Improve docs re g_file_monitor
4816  546483 GThemedIcon:use-default-fallbacks is not readable without...
4817  546132 GFileIcon is bindings-unfriendly
4818  542156 zfs mount in home directory shown on nautilus desktop 
4819  535124 umask 002 not being applied for new directories...
4820  547080 g_file_copy leaks expected errors
4821  546582 Callbacks from GFileMonitor present a GFile...
4822  547262 Missing link in the docs
4823
4824 * Updated translations:
4825  Arabic (ar)
4826  Catalan (ca)
4827  Spanish (es)
4828  Basque (eu)
4829  Finnish (fi)
4830  Galician (gl)
4831  Hebrew (he)
4832  Marathi (mr)
4833  Norwegian bokmål (nb)
4834  Portugese (pt)
4835  Brazilian Portugese (pt_BR)
4836  Swedish (sv)
4837  Thai (th)
4838
4839
4840 Overview of Changes from GLib 2.17.4 to GLib 2.17.6
4841 ===================================================
4842
4843 * Fix problems on 64-bit Windows
4844
4845 * g_markup_context_get_user_data: New function to access
4846   the user_data outside of callbacks
4847
4848 * GIO
4849  - g_mount_guess_content_type_sync: synchronous version of
4850    g_mount_guess_content_type
4851  - GEmblem: A GIcon implementation that adds emblem-related
4852    metadata to icons
4853  - GEmblemedIcon: A GIcon implementation that can add emblems
4854    to icons
4855
4856 * Bugs fixed:
4857  544088 option_test_LDADD is left in tests/Makefile.am
4858  544465 gmarkup makes it hard to use pre-rolled parsers
4859  545485 Implicit declaration of utime()
4860  545798 "Since: 2.18" mark is missing in g_set_error_literal...
4861  544140 fam-helper 64-bit issue
4862  529694 SELinux context setting support
4863  545157 wrong/no list of "open with" applications for .cc...
4864  545203 gfile.c: argument is different type
4865  545457 gdmsetup crashed with SIGSEGV in g_unix_mount_guess...
4866  544177 Fix trivial cut and paste error in documentation
4867  545395 Language tweak for g_value_set_string* docs
4868  541036 Gnumeric crashes when trying to open Desktop...
4869  546079 leak in xdgmime
4870  545395 Language tweak for g_value_set_string* docs
4871  546017 Don't copy attributes when copying a symlink
4872
4873 * Updated translations:
4874  Arabic (ar)
4875  Estonian (et)
4876  Galician (gl)
4877  Italian (it)
4878  Japanese (ja)
4879  Korean (ko)
4880  Norwegian bokmål (nb)
4881  Pashto (ps)
4882  Portugese (pt)
4883
4884
4885 Overview of Changes from GLib 2.17.3 to GLib 2.17.4
4886 ===================================================
4887
4888 * GIO:
4889  - New API to handle content types: g_mount_guess_content_type,
4890    g_content_type_guess_for_tree.
4891  - Export the eject-button signal on the volume monitor class
4892  - New API to enable out-of-process volume monitors: 
4893    g_volume_get_activation_root
4894
4895 * GObject:
4896  - New API to handle signals without slots in the class structure:
4897    g_signal_new_class_handler, g_signal_override_class_handler   
4898
4899 * Internationalization:
4900  - Add an NC_ macro that is a no-op equivalent of C_
4901
4902 * GMarkup:
4903  - Add two new functions g_markup_parse_context_push,
4904    g_markup_parse_context_pop to support "subparsers"
4905
4906 * Bugs fixed:
4907  541208 Functions to easily install and use signals without...
4908  541507 Ambiguous description of assigned characters in the...
4909  543040 async reading on dummy file will crash on GIO_USE_VFS=local
4910  543560 enable gio-FEN back-end warnings on Solaris will crash...
4911  528317 GRegex does not allow recursion limit
4912  337518 GMarkup: Subparser support
4913  541794 drive-eject-button signal
4914  541793 activation root for volumes
4915  467707 test_iconv_state() in tests/convert-test.c fails on AIX 5.3
4916  428048 2 of 51 tests fail on Solaris
4917  542332 small fix for error message in GMarkup
4918  482413 get_contents_stdio -- overflow and memory corruption
4919  406120 g_ascii_strtod
4920  334234 "printf" format error
4921  536996 Missing noop i18n macro equivalent to C_
4922  540616 mem leak in filechooser button
4923  539229 gobject-query calls itself query
4924  521589 [RFC] gobject documentation should mention Vala
4925  543168 Description of G_SLICE=debug-blocks discourages its use
4926  543220 Case collision on gio-extension-points.html
4927  530759 update the gobject tutorial to the XXI century
4928  535223 gbookmark file inefficiency ...
4929  543504 crash in Epiphany Web Browser: Opening local file
4930
4931 * Updated translation:
4932  German (de)
4933  Estonian (et)
4934  Pashto (ps)
4935  Albanian (sq)
4936  Thai (th)
4937  Traditional Chinese (zh_HK)
4938  Traditional Chinese (zh_TW)
4939
4940
4941 Overview of Changes from GLib 2.17.1 to GLib 2.17.3
4942 ===================================================
4943
4944 * PCRE
4945  - fix for CVE-2008-2371 
4946
4947 * Bugs fixed:
4948  538119 glib's mainloop leaks a pipe to sub-processes
4949  537635 Corrections and improvements to g_time_val_{to,from}_iso8601
4950  539067 The document g_io_channel_win32_new_fd() says...
4951  535949 annotate g_strip_context and g_dpgettext with G_GNUC_FORMAT
4952  539123 annotate g_d[n]gettext with G_GNUC_FORMAT
4953  539074 Cannot get exit status with g_spawn_command_line_sync
4954  316221 G_LOCK warns about breaking strict-aliasing rules
4955  539770 migrate gstrfunc unit tests to gtest
4956  539626 Update docstrings for g_object_freeze_notify and g_object_thaw_notify
4957  538044 unconditional use of LC_MESSAGES
4958  540545 Monotonic time and timer offset
4959  535947 want g_set_error_literal
4960  539999 glibconfig.h: add GLIB_USING_SYSTEM_PRINTF 
4961  536252 GFileEnumerator should allow access to the containing GFile
4962  538362 Get Win32 icons back in the file chooser
4963  540802 g_list_prepend doesn't concat lists
4964  540423 unrecoverable error after g_seekable_truncate
4965  538836 make check failure on PPC and ALPHA: pltcheck.sh on g_atomic_pointer_get
4966  539090 g_content_type_from_mime_type() should unalias
4967  540331 g_file_append_to () documentation: can return NULL
4968  534639 add g_desktop_app_info_new_from_keyfile
4969  536733 gio build failure on Irix
4970  536160 Add g_file_monitor()
4971  538127 FileChooser broken on win32
4972  531476 /live-g-file/test_traverse_structure test fails on Mac HFS+
4973  538564 gio should have gio-types.h
4974  540047 glib-genmarshal.c: '#include <io.h>' is too before
4975
4976 Updated translations:
4977  Korean (ko)
4978  Occitan (oc)
4979
4980
4981 Overview of Changes from GLib 2.17.0 to GLib 2.17.1
4982 ===================================================
4983
4984 * New function: g_utime(), a gstdio wrapper for utime()
4985
4986 * New functions: g_dgettext() and g_dngettext(), wrappers
4987   for corresponding gettext functions with added functionaliy
4988
4989 * Support the latest version of the shared-mime spec, including
4990   icons for mime types 
4991
4992 * New function: g_themed_icon_prepend_name()
4993
4994 * Bugs fixed: 
4995  535418 Please document which glib version defines goffset
4996  528715 Misprint in the description of the interface g_type_class_add_private
4997  528714 Misprint in the description of the interface g_param_spec_flags
4998  537260 Doc bug in G_TYPE_INSTANCE_GET_CLASS()
4999  530527 Misprint in the description of the interface 
5000         g_cclosure_marshal_VOID__FLAGS
5001  530526 Misprint in the description of the fields 'class_init' and 
5002         'class_finalize' of the structure GTypeInfo
5003  528719 Improvement to the documentation of the "g_object_connect" interface
5004  528172 gtk_signal_handlers_unblock_* functions return value
5005         amount of matched signals, not amount of actually unblocked
5006  528717 Misprint in the description of the parameter 'type_id' for 
5007         the interface g_type_register_fundamental
5008  528716 Misprint in the description of the parameter 'iface_data' for 
5009         the callback types GInterfaceInitFunc and GInterfaceFinalizeFunc 
5010  537555 GObject instantiation not thread safe
5011  537546 'desktop' shortcut in file chooser looks like a generic folder
5012  537392 Additional colon in xattr name
5013  536641 Filesystem querying in gio does not list AFS and autofs file systems
5014  528600 g_dummy_file_get_parent("scheme://example.com/")
5015  503071 Application direction changes to right to left even if theres no 
5016         translation
5017  502511 g_assert_cmphex prints invalid message
5018  338162 Use po/LINGUAS
5019  314453 Nautilus crashes in Solaris when browsing the attached file
5020  529321 make check fails in glib/pcre
5021  455215 g_get_user_special_dir: no reference about G_USER_DIRECTORY_DOWNLOAD 
5022         fallback to $HOME/Desktop if xdg-user-dirs is not in use
5023  498732 g_key_file_to_data cannot fail
5024  511367 add g_file_make_directory_with_parents
5025  531900 Use __builtin_offsetof for G_STRUCT_OFFSET if building with 
5026         gcc 4.0 or newer
5027  536158 also bump GHashTable version when a node is removed via
5028         g_hash_table_iter_remove()/g_hash_table_iter_steal()
5029  531403 g_utf8_collate broken on Mac
5030  535628 test/patterntest.c still includes gpattern.h directly
5031  535625 alias.h:2648: error: 'utime' undeclared here (not in a function)
5032
5033 * Translation updates:
5034  Arabic (ar)
5035  German (de)
5036  Italian (it)
5037  Norwegian bokmål (nb)
5038  Thai (th)
5039
5040
5041 Overview of Changes from GLib 2.16.x to GLib 2.17.0
5042 ===================================================
5043
5044 * Update to Unicode 5.1
5045
5046 * Update included libcharset to the one shipped with libiconv 0.12
5047
5048 * Update included PCRE to 7.7
5049
5050 * Enforce that only toplevel headers are directly included.
5051   This is turned on by default for GObject and GIO. To turn
5052   it on for GLib, define G_DISABLE_SINGLE_INCLUDES.
5053
5054 * Fix library version of GIO.  GLib 2.16 shipped with libgio-2.0.so.0.0.0
5055
5056 * On Solaris, use FEN for file monitoring in GIO
5057
5058 * Use the GIO_EXTRA_MODULES environment variable to find
5059   additional GIO modules 
5060
5061 * G_GNUC_ALLOC_SIZE: New macro that wraps the gcc alloc_size
5062   function attribute
5063
5064 * g_checksum_reset: New function to reset the state of a GChecksum 
5065
5066 * g_unix_mount_monitor_set_rate_limit: New function to limit the 
5067   rate at which events are reported
5068
5069 * g_file_query_file_type: New utility function to query the type of
5070   a file
5071
5072 * g_memory_output_stream_get_data_size: New function to obtain the
5073   size of the written data.
5074
5075 * Bugs fixed:
5076  522292 Gives warnings in glib/gutils.h with GCC in C99 mode
5077  523298 win_iconv can't convert from UTF-8 to GB18030 (or vice versa)
5078  518160 replace two g_strdup_printf calls in GBookmarkFile
5079  523877 gbookmarkfile: avoid using g_string_append_printf() and
5080         other optimizations 
5081  525192 100% CPU if run main loop with no IO sources
5082  315437 extern inline -> static inline
5083  524314 g_convert() on Win32 implicitly converts full width
5084         alphanumerics into half width
5085  525732 Error in documentation for g_list_first
5086  525674 A typo in gmarkup.c
5087  448943 g_timeout_add_seconds() problems
5088  525972 UCS-4 not in the new win_iconv implementation
5089  526619 make test-report crash
5090  491554 Update to Unicode 5.1.0
5091  519137 g_slice_dup macro needs cast for 64-bit platform
5092  528752 Win32 build and SSL not working
5093  530457 G_USER_DIRECTORY_DOWNLOAD folder improperly mapped
5094  528667 Typos in testing module documentation
5095  459905 Bug in wcwidth data
5096  534085 g_unichar_iswide_cjk() has a totally wrong table
5097  501651 Update glib/libcharset
5098  519026 G_STMT_START/G_STMT_END test a non-existent preprocessor symbol
5099  534319 GLib's .pc files could use Libs.private
5100  534137 Typo in g_spawn_async_with_pipes doc
5101  517419 gio win32 directory monitor
5102  526796 Wrong order of arguments in g_file_copy's fallback
5103  530196 _g_local_file_has_trash_dir() doesn't handle st_dev == 0
5104  532965 Should not return filesystem::free for certain file systems
5105  525553 fix typo and nitpicking in GArray documentation
5106  526572 Missing * in declaration of parent_class in Object
5107         Destruction section of GObject Reference Manual
5108  528648 Extra >s in Object Construction section
5109  535021 g_param_spec_internal documentation should
5110         describe purpose of nick and blurb
5111  521513 Firefox crash when using file picker
5112  528433 gdesktopappinfo snafu ...
5113  533369 API g_file_info_get_attribute_string () unables to get "...
5114  521045 glib f_fstypename miscellany
5115  521672 compile error
5116  521946 control rate limit on GUnixMountMonitor
5117  522335 Fails to build: glib/gtester.c:276: error: 'ARG_MAX' unde...
5118  523015 Implement sliding window based upload operation
5119  523019 Use new GCC 4 feature
5120  523338 list nfs4 as a nfs mount type
5121  524350 Make glib build without NLS again
5122  524579 g_file_copy reports wrong total on progress callback for ...
5123  524742 A typo in gtestutils.c.
5124  524950 Minor documentation typos.
5125  525866 the user directory should not be considered as a mount to...
5126  526320 should not list mounts that the user doesn't have permiss...
5127  527132 nautilus crash when making ftp connection
5128  532852 CRITICAL **: totem_pl_parser_parse_with_base: assertion `...
5129  534759 Build failure in gio
5130  534764 Typo in error produced by g_file_make_directory
5131  521851 Redudant tests in gunixmounts.c
5132  524344 glib/gthread.h still use G_GNUC_PRETTY_FUNCTION
5133  525060 glib fails to build with -DG_DISABLE_ASSERT in CPPFLAGS o...
5134  534177 Invalid description of the interface g_cclosure_marshal_S...
5135  520715 Add GFile method g_file_query_file_type
5136  523039 nautilus can't access to trash/computer/network if gvfs i...
5137  
5138 * Updated translations:
5139  Arabic (ar)
5140  Bulgarian (bg)
5141  Catalan (ca) 
5142  Czech (cs)
5143  Greek (el)
5144  Candian English (en_CA)
5145  British English (en_GB)
5146  Spanish (es)
5147  Estonian (et)
5148  Basque (eu)
5149  Galician (gl)
5150  Hebrew (he)
5151  Hungarian (hu)
5152  Japanese (ja)
5153  Lithuanian (lt)
5154  Norwegian bokmål (nb)
5155  Dutch (nl)
5156  Occitan (oc)
5157  Portugese (pt)
5158  Russian (ru)
5159  Slovak (sk)
5160  Albanian (sq)
5161  Swedish (sv)
5162  Turkish (tr)
5163  Vietnamese (vi)
5164
5165
5166 Overview of Changes from GLib 2.16.0 to GLib 2.16.1
5167 ===================================================
5168
5169 * Fix a crash in g_themed_icon_new
5170
5171 * Update the included PCRE to 7.6
5172
5173
5174 Overview of Changes from GLib 2.15.6 to GLib 2.16.0
5175 ===================================================
5176
5177 * Fix the definition of G_INLINE_FUNC to work with gcc 4.3.0
5178
5179 * GIO:
5180  - Add missing GMountMountFlags argument to g_unix_volume_mount
5181  - Fix the adopt_orphan_mount vfunc to take a volume monitor 
5182    reference
5183  - Add properties to GThemedIcon for bindings sake
5184
5185 * Bugs fixed:
5186  520484 gvfsd-trash crashed with SIGSEGV in g_path_is_absolute()
5187  510855 g_checksum_update(): Take -1 for length.
5188  517676 g_themed_icon_new*() do more than call g_object_new().
5189  518816 should handle rmdir returning EEXIST correctly
5190  519352 g_[s]list_delete_link() docs
5191  519489 Fixes for sparse warnings in gio
5192  520169 add monitor argument to vfunc for GVolumeMonitor
5193  520700 Add type check in g_file_query_exists
5194  521145 FILE_READ_ONLY_VOLUME not present on Mingw32
5195  518720 No MIME type for empty files
5196  521013 in documentation, goffset doesn't say "Since 2.x"
5197  521028 Missleading error messages from g_io_channel_set_encoding()
5198  517484 GMainLoop could set the thread "Alertable" for APCs to be... 
5199
5200 * Updated translations:
5201  Assamese (as)
5202  Bengali India (bn_IN)
5203  Czech (cs)
5204  German (de)
5205  Spanish (es)
5206  Estonian (et)
5207  Finnish (fi)
5208  French (fr)
5209  Gujarati (gu)
5210  Italian (it)
5211  Lithuanian (lt)
5212  Malayalam (ml)
5213  Marathi (mr)
5214  Norwegian bokmål (nb)
5215  Romanian (ro)
5216  Russian (ru)
5217  Slovak (sk)
5218  Ukrainian (uk)
5219
5220  
5221 Overview of Changes from GLib 2.15.5 to GLib 2.15.6
5222 ===================================================
5223
5224 * GIO:
5225  - New file attributes: trash::item-count, filesystem::use-preview
5226  - Rename g_file_contains_file to g_file_has_prefix
5227  - g_file_query_filesystem_info grew async variants
5228  - g_themed_icon_append_name: new convenience function
5229  - g_content_type_get_icon is implemented now
5230  - Only show mounts in /media and ~
5231  - g_file_contains_file has been renamed to g_file_has_prefix
5232
5233 * Win32:
5234  - g_win32_get_package_installation_directory_of_module: new function
5235    which supersedes g_win32_get_package_installation_directory
5236  - Use alertable wait functions so that I/O completion routines or 
5237    user-mode Asynchronous Procedure Calls can be run
5238  - Fix race conditions in g_spawn implementation on win32
5239
5240 * Other:
5241  - g_uri_get_scheme has been renamed go g_uri_parse_scheme
5242
5243 * Updated translations:
5244  Arabic (ar)
5245  Belarusian Latin (be@latin)
5246  Catalan (ca) 
5247  British English (en_GB)
5248  Finnish (fi)
5249  Galician (gl)
5250  Hebrew (he)
5251  Italian (it)
5252  Kannada (kn)
5253  Norwegian bokmål (nb)
5254  Dutch (nl)
5255  Brazilian Portugese (pt_BR)
5256  Vietnamese (vi)
5257
5258
5259 Overview of Changes from GLib 2.15.4 to GLib 2.15.5
5260 ===================================================
5261
5262 * Update the included PCRE to 7.6
5263
5264 * GIO:
5265  - g_volume_should_automount: new function to determine if a volume
5266    should be mounted automatically
5267  - g_file_query_default_handler: new convenience function to get
5268    the default handler for a file
5269  - g_app_info_launch_default_for_uri new convenience function to
5270    launch the default handler for a URI
5271  - Use mimeapps.list and defaults.list as discussed on xdg list
5272    recently
5273  - g_app_info_get_default_for_uri_scheme has a real implementation
5274    now (gvfs provides a GConf-based implementation)
5275  - There is the beginning of a test suite
5276  - standard::description:  new file attribute
5277  - GMountMountFlags flags argument added to mount calls
5278
5279 * GObject:
5280  - class initialization is now threadsafe
5281
5282 * Updated translations:
5283   Arabic (ar)
5284   Catalan (ca)
5285   Spanish (es)
5286   Basque (eu)
5287   Italian (it)
5288   Japanese (ja)
5289   Kannada (kn)
5290   Korean (ko)
5291   Macedonian (mk)
5292   Occitan (oc)
5293   Portugese (pt)
5294   Brazilian Portugese (pt_BR)
5295   Swedish (sv)
5296   Thai (th)
5297
5298
5299 Overview of Changes from GLib 2.15.3 to GLib 2.15.4
5300 ===================================================
5301
5302 * G_GNUC_PRETTY_FUNCTION has been deprecated
5303
5304 * GIO:
5305  - g_file_copy has an async variant now
5306  - Drives and volumes now have API to get identifiers
5307    like Hal UDIs or UUIDs.
5308  - There is now a registration API to let modules register
5309    extensions they provide, such as volume monitor implementations
5310
5311 * Bugs fixed:
5312   511807 g_time_val_to_iso8601() uses MT-unsafe gmtime() function
5313   316260 [patch] Doc patches for gnode (2.8.1)
5314   385132 solaris gettext support fix
5315   484261 ./configure check for system PCRE unicode support fails w...
5316   510292 GOption main help not shown
5317   511580 Implement g_file_copy_async
5318   511654 Compile errors due to C99 constructs
5319   487909 g_utf8_strreverse and combining marks
5320   512381 unused variable 'is_main_group' 
5321
5322 * Updated translations:
5323   Arabic (ar)
5324   Belarusian (be)
5325   Czech (cz)
5326   Spanish (es)
5327   French (fr)
5328   Galician (gl)
5329   Portugese (pt)
5330   Russian (ru)
5331   Swedish (sv)
5332   Thai (th)
5333
5334
5335 Overview of Changes from GLib 2.15.2 to GLib 2.15.3
5336 ===================================================
5337
5338 * GChecksum:
5339  - g_checksum_update can accept nul-terminated strings
5340  - The MD5 implementation works correctly on buffers 
5341    that are longer than 64 bytes
5342
5343 * GIO:
5344  - Don't include a copy of the inotify headers, rely on system headers
5345  - g_file_find_enclosing_mount has an async variant now
5346  - Reduntant seek API on file streams has been removed
5347
5348 * Bugs fixed:
5349   508602 gmemory{in|out}putstream.c: unknown pointer size
5350   508771 There is no g_file_test/exists() for GFile
5351   508773 g_uri_escape_string() documentation unclear.
5352   509465 AM_PATH_GLIB_2_0 doesn't support gio
5353   509626 async functions: Document allowed NULL callback?
5354   509990 GSeekable documentation unclear
5355   510448 No inotify support on ARM or SH5
5356   510855 g_checksum_update(): Take -1 for length. 
5357
5358 * Updated translations:
5359   Basque (eu)
5360   Marathi (mr)
5361   Swedish (sv)
5362   Ukrainian (uk)
5363
5364
5365 Overview of Changes from GLib 2.15.1 to GLib 2.15.2
5366 ===================================================
5367
5368 * GIO:
5369  - Mount operation API change: unhandled methods get reported via 
5370    the reply, rather than by the signal emission return value
5371  - File monitor API change: Add a GError argument to g_file_monitor_file
5372  - g_unix_mount_guess_should_display(): new function
5373
5374 * Bugs fixed:
5375   508224 [PATCH] FAM backend crashes due to double free
5376   508074 GAsyncResult documentation suggests g_freeing it.
5377   508108 GFile documentation slightly unclear.
5378   508309 rpc_pipefs mount points should be hidden
5379   508378 GFileInfo documentation implies that it changes attribute...
5380   508719 g_file_get_relative_path fails if parent is root
5381   508773 g_uri_escape_string() documentation unclear.
5382
5383 * Updated translations:
5384   Arabic (ar)
5385   Spanish (es)
5386   Hebrew (he)
5387   Italian (it)
5388   Korean (ko)
5389   Turkish (tr)
5390
5391
5392 Overview of Changes from GLib 2.15.0 to GLib 2.15.1
5393 ===================================================
5394
5395  * Portability fixes:
5396  - Assertion functions are marked as noreturn again
5397  - Handling of inline functions has been fixed to work with gcc 4.3
5398  - C99 comments have been removed from headers
5399  - The nonportable sed -i option is no longer used
5400
5401  * GIO:
5402   - Clarified the semantics of g_app_info_get_all()
5403   - API for memory input and output streams has been changed a bit
5404   - GDirectoryMonitor has been removed; GFileMonitor can monitor
5405     files and directories now
5406
5407  * Bugs fixed:
5408    504829 Invalid environment passed to g_spawn_async in g_desktop_...
5409    505258 crash in Users and Groups: Adding a user
5410    505815 g_content_types_get_registered should not g_free keys
5411    491218 g_timer_new() doesn't initialize timer->end
5412    315437 extern inline -> static inline
5413    476856 Inconsistency between standard and implementation of the ...
5414    480122 g_module_open fails to open modules with ".la" extension
5415    495589 gspawn.c failing to set FD_CLOEXEC
5416    500273 doesn't build with --disable-visibility
5417    504142 Do not show empty groups in --help output
5418    504879 giofam incorrectly linked
5419    505042 add file attribute for actually used file size in bytes
5420    505058 xattr namespace docs
5421    505674 Misprint in the definition of the macro G_CCLOSURE_SWAP_DATA
5422    505730 Fails to build on OSX 10.4: _NSGetEnviron not declared
5423    505887 older darwin lacks lchown
5424    506374 gmemoryinputstream api
5425    506461 Conversion of g_assert_not_reached() and friends into fun...
5426    503051 Small bug in glib interface
5427    506395 Updates to GIO documentation
5428    507628 Missing .pc entry for gio linking against glib
5429    505195 [patch] typo in g_try_new0 docs 
5430    507822 g{file,directory}monitor changes signal problem
5431    506377 gmemoryoutputstream write implementation
5432    507835 bug in gunixinputstream 
5433
5434  * Updated translations:
5435    Arabic (ar)
5436    Belarusian Latin (be@latin)
5437    Spanish (es)
5438    Basque (eu)
5439    Irish (ga)
5440    Hebrew (he)
5441    Occitan (oc)
5442    Vietnamese (vi)
5443
5444
5445 Overview of Changes from GLib 2.14.x to GLib 2.15.0
5446 ===================================================
5447
5448 Major new features:
5449
5450  * GIO: a VFS API, designed to replace GnomeVFS. The GIO implementation 
5451    in GLib has support for local filesystems. The new, separate gvfs 
5452    module contains various backend implementations (cifs, ftp, sftp,
5453    http, ...)
5454
5455  * GChecksum: provides various hash algorithms, such as MD5, SHA-1
5456    and SHA-256
5457  
5458  * GTest: a test framework 
5459  
5460 Smaller additions:
5461
5462  * GHash:
5463  - GHash has iterators, as an alternative to g_hash_table_foreach
5464
5465  * GMarkup: 
5466  - g_markup_parse_context_get_element_stack: New function to
5467    get the stack of open elements
5468  - G_MARKUP_PREFIX_ERROR_POSITION: New flag to improve error
5469    reporting
5470  - g_markup_collect_attributes: Convenience function for handling
5471    attributes
5472
5473 * GKeyFile: 
5474  - Functions that take a GError now return a boolean to indicate 
5475    success, instead of void
5476  - Various performance improvements
5477
5478 * GAsyncQueue:
5479  - g_async_queue_new_full: new function that allows to specify
5480    a free function for leftover elements
5481  
5482 * GError:
5483  - g_prefix_error and g_propagate_prefixed_error: New functions
5484    to ease error propagation
5485
5486 * Internationalization:
5487  - C_: A new 2-argument variant of the Q_() macro 
5488  - Use native character set conversion API on Windows
5489
5490 * GLib builds with automake 1.10
5491
5492 * Bugs fixed:
5493  455725 specific combination of g_utf8_strlen and g_pattern_match...
5494  467537 g_convert_with_iconv() not resetting iconv() state correc...
5495  497033 Commandline option parser should warn about missing optio...
5496  504527 gchecksum: Conditional jump or move depends on uninitiali...
5497  445362 Non-numeric local labels in gatomic.c are causing linker ...
5498  482313 gregex: no way to tell why compilation failed
5499  317775 main loops continues to run after g_main_loop_quit() has ...
5500  418778 Insufficient pkg-config version requirement
5501  436293 g_option_context_new() doc should mention that the string...
5502  466557 glib-mkenums shifts ARGV[0] to undefined
5503  468882 GKeyFile doesn't accept "True" as a true boolean value
5504  469551 application --help messages are garbaged on none UTF-8 lo...
5505  479724 Memory leak upon calling "g_main_loop_run" in the seconda...
5506  490061 outptrs uninitialized after g_parse_long_long
5507  490637 gobject documentation patch
5508  495294 glib-genmarshal prints warnings but returns 0
5509  496046 option to prefix location of errors for GMarkup
5510  498113 tests/regex-test fails on 64bit environment
5511  500506 Fails to build on OSX 10.4
5512  500638 gkeyfile speedup ...
5513  500875 Make check fails as there is no "test" target for "build"...
5514  502511 g_assert_cmphex prints invalid message
5515  502927 g_array_index triggers cast aligment warning
5516  503029 g_time_val_from_iso8601 parse non-ISO8601 dates
5517  503222 Need context to translate
5518  503420 gkeyfile leaks a hash table
5519  503470 Fix build when builddir != srcdir
5520  504227 Inverse variant for g_test_trap_assert_stdout, g_test_tra...
5521  71704  file include order
5522  491957 Misprint in the specification of the interface "g_main_co...
5523  491959 Misprint in description of the structure "GThreadPool"
5524  491965 Mistype in the specification of the function "g_hook_list...
5525  491966 Misprint in the specification of the interface "g_main_co...
5526  491968 The documentation does not mention the restriction for th...
5527  491970 The documentation for the interface "g_date_clamp" is inc...
5528  491974 The documentation of the interface "g_main_context_iterat...
5529  491975 The documentation for the interfaces "g_io_channel_read_u...
5530  491979 Misprint in the description of the interfaces g_key_file_...
5531  491982 Misprint in the description of the interface "g_key_file_...
5532  501107 EXTRA_DIST automake warnings
5533  501997 g_utf8_normalize() returns NULL on invalid string
5534  502590 C_/g_dpgettext efficiency
5535  464259 g_set_application_name() docs should say "Since 2.2"
5536  496518 gbase64.c API doc clarification
5537  498728 g_key_file_get_*_list should set length to 0 when returni...
5538  500361 Improve docs for g_array_free() and g_ptr_array_free()
5539  501853 g_checksum_get_digest docs
5540  503862 Allow NULL strings in g_parse_debug_string()
5541  142676 Q_
5542  367550 Add g_async_queue_new_full() with GDestroyNotify function
5543  375651 Minor enhancements to GKeyFile API
5544  443648 MD5 digest support
5545  449937 Upgrade auto* sources to be clean under automake1.9
5546  452887 gmarkup context "get element" function is useless when ca...
5547  491549 [PATCH] Eliminate libiconv dependency on Windows
5548  500507 GHashTableIter API 
5549
5550 * Translation updates
5551  Belarusian Latin (be@latin)
5552  Czech (cs)
5553  German (de)
5554  Spanish (es)
5555  Esperanto (et)
5556  French (fr)
5557  Korean (ko)
5558  Marathi (mr)
5559  Norwegian bokmål (nb)
5560  Brazilian Portugese (pt_BR)
5561  Slovenian (sl)
5562  Swedish (sv)
5563
5564
5565 Overview of Changes from GLib 2.14.2 to GLib 2.14.3
5566 ===================================================
5567
5568 * Update PCRE to 7.4
5569
5570 * Bugs fixed:
5571  487491 Fix some warnings from sparse
5572  488068 Small (one-time) memory leak in glib_gettext initialization
5573  493688 TYPE macro "_get_type ()" is documented wrong
5574
5575 * Updated translations:
5576  Arabic (ar)
5577  Belarusian Latin (be@latin)
5578  Estonian (et)
5579  Irish (ga)
5580  Slovenian (sl)
5581
5582  
5583 Overview of Changes from GLib 2.14.1 to GLib 2.14.2
5584 ===================================================
5585
5586 * Bugs fixed:
5587  476849 Invocation of the interface "g_hook_free" fails in certai...
5588  359165 marshallers can throw warnings with -Wunused
5589  477957 more discussion on g_value_set_object vs. g_value_take_ob...
5590  478459 G_DEFINE_DYNAMIC_TYPE_EXTENDED doesn't work with G_IMPLEM...
5591  483337 inline is disabled for MSVC when compiling C code
5592  478349 Broken link to gettext website
5593  469231 g_spawn optimization for setting all open fds to CLOEXEC 
5594
5595 * Updated translations:
5596 Arabic (ar)
5597 Galician (gl)
5598 Hebrew (he)
5599 Korean (ko)
5600
5601
5602 Overview of Changes from GLib 2.14.0 to GLib 2.14.1
5603 ===================================================
5604
5605 * Bugs fixed:
5606  476840 Invocation of the interface "g_utf8_strreverse" crashes f...
5607  444765 Fix FIXME in gregex.c when new pcre is out
5608  464145 g_markup_escape_text Produces Invalid XML
5609  465625 g_type_default_interface_ref() does not ensure working g_...
5610  466768 Clearify that comments can be put anywhere in a Key-file.
5611  474229 The GError documentation should give convention for the G...
5612  474899 G_BREAKPOINT() docs inaccurate
5613  475854 Overuse of -lpcre when using system pcre
5614  473879 Incorrect includes in gregex.c
5615  468694 Typoes in documentation
5616  469051 g_snprintf () talks about characters where it probably me...
5617  457601 Missing arch specific atomic implementation
5618  475923 Missing pcre flags when static-linking against glib
5619  475619 glibthread-2.0.la does not list -lpthread
5620
5621 * Updated translations:
5622  Bulgarian (bg)
5623  Catalan (ca)
5624  Danish (da)
5625  German (de)
5626  Canadian English (en_CA)
5627  British English (en_GB)
5628  Spanish (es)
5629  Estonian (et)
5630  Finnish (fi)
5631  French (fr)
5632  Gujarati (gu)
5633  Hungarian (hu)
5634  Italian (it)
5635  Georgian (ka)
5636  Kannada (kn)
5637  Lithuanian (lt)
5638  Makedonian (mk)
5639  Norwegian (nb)
5640  Dutch (nl)
5641  Polish (pl)
5642  Portugese (pt)
5643  Brazilian Portugese (pt_BR)
5644  Romanian (ro)
5645  Russian (ru)
5646  Albanian (sq)
5647  Serbian (sr, sr@Latn)
5648  Swedish (sv)
5649  Tamil (ta)
5650  Thai (th)
5651  Ukrainian (uk)
5652  Vietnamese (vi)
5653
5654
5655 Overview of Changes from GLib 2.13.7 to GLib 2.14.0
5656 ===================================================
5657
5658 * Last-minute API additions:
5659  - Make g_unichar_combining_class public
5660  - Add goffset type, add G_MAXSSIZE and G_MINSSIZE
5661
5662 * Update PCRE to 7.2
5663
5664 * Bugs fixed:
5665  453998 Make _g_unichar_combining_class() public
5666  462549 gregex.c: variable is declared at middle of block
5667  417068 g_file_test doc inconsistency
5668
5669 * Updated translations:
5670  Assamese (as)
5671  Basque (eu)
5672  Kannada (kn)
5673  Malayalam (ml)
5674  Dutch (nl)
5675  Polish (pl)
5676  Brazilian Portugese (pt_BR)
5677  Turkish (tr)
5678
5679
5680 Overview of Changes from GLib 2.13.6 to GLib 2.13.7
5681 ===================================================
5682
5683 * The memory corruption warning from the slice allocator that
5684   occurred when threads were initialized after the slice allocator
5685   has been removed, as the slice allocator now works fine
5686   in this scenario.
5687
5688 * New functions g_once_init_enter() and g_once_init_leave() make
5689   it easier to write threadsafe one-time initialization functions 
5690  
5691 * Bugs fixed:
5692  454473 Simple XML Subset Parser terminates on invalid XML
5693  445813 g_module_open error, add file name
5694  453796 errno gets clobbered by g_filename_display_name
5695  341988 don't use "-c" with msgfmt in Makefile.in.in
5696  447048 Please produce slightly more output during long tests
5697  454785 GModule documentation lists same block of code twice.
5698  454786 GModule documentation lists same paragraph twice.
5699  383155 small docs quirks in gobject/closure API documentation
5700  65041  _get_type() functions aren't thread safe
5701
5702 * Updated translations
5703  Assamese (as)
5704  Spanish (es)
5705  Gujarati (gu)
5706  Japanese (ja)
5707  Korean (ko)
5708  Macedonian (mk)
5709
5710
5711 Overview of Changes from GLib 2.13.5 to GLib 2.13.6
5712 ===================================================
5713
5714 * Reintroduce a GType typedef whose removal in 2.13.5
5715   caused trouble for C++ bindings
5716
5717 * Bugs fixed:
5718  450216 docs not explicit enough about g_free()
5719  451459 g_type_register_static_simple calls g_type_register_static
5720
5721 * Updated translations
5722  Norwegian bokmål (nb)
5723  Sinhala (si)
5724
5725
5726 Overview of Changes from GLib 2.13.4 to GLib 2.13.5
5727 ===================================================
5728
5729 * xdg-user-dirs support: 
5730  - the Desktop directory is guaranteed to be defined
5731  - user-dirs.dirs is no longer reloaded on changes
5732
5733 * Slice allocator: 
5734  - new api to duplicate slices
5735
5736 * Regular expression support:
5737  - GRegex is a boxed type now
5738
5739 * Bugs fixed:
5740  44793 make check failing in trunk
5741  354522 Small problem with PLT hiding 6 symbols
5742  363986 glib 2.12.4 does not compile with SGI IDO cc
5743  443869 g_type_class_add_private doesn't warn when adding 0-sized...
5744  446859 Legitimately return 0 for g_quark_from_string(NULL)
5745  447534 Small typo in g_timeout_add_seconds() doc
5746  447583 GStaticRWLock
5747  447935 g_get_current_dir SIGSEGV on long path
5748  448260 CLAMP has surprising result if low > high
5749  57693  g_string_vprintf()
5750  442029 add g_slice_dup()
5751  445065 Add GRegex boxed type
5752  448819 Add full version of g_timeout_add_seconds()
5753
5754 * Updated translations: 
5755  Swedish (sv)
5756  Oriya (or)
5757  Hebrew (he)
5758  Spanish (es)
5759  Estonian (et)
5760
5761  
5762 Overview of Changes from GLib 2.13.3 to GLib 2.13.4
5763 ===================================================
5764
5765 * Bugs fixed:
5766  444121 g_get_user_special_dir deadlocks
5767  444161 invalid UTF8 in key name shows up as valgrind error in g_...
5768  444130 g_option_context_get_help() is broken when there's a desc...
5769
5770
5771 Overview of Changes from GLib 2.13.2 to GLib 2.13.3
5772 ===================================================
5773
5774 * GKeyFile:
5775  - Added defines for easier handling of desktop files
5776
5777 * Unicode support:
5778  - Update g_unichar_iswide_cjk for Unicode 5.0
5779
5780 * Regular expression support:
5781  - GRegex structs can now be ref-counted
5782  - Some new functions for dealing with incremental 
5783    replacement have been added
5784  - The GRegexEvalCallback signature has been changed
5785
5786 * g_get_user_special_dir() has been added to support
5787   xdg-user-dirs
5788
5789 * Bugs fixed:
5790  419376 Functions using named subpatterns behave inconsistently w...
5791  434358 g_regex_fetch_named() and g_regex_fetch_named_pos() are b...
5792  423708 typo in the README.win32 file see patch below
5793  339225 Add new defines for easier handling of .desktop files 
5794  442265 API additions/changes for GRegex
5795  432651 Add a glib-ish xdg_user_dir_lookup
5796
5797 * Updated translations:
5798  Estonian (et)
5799  Norwegian bokmål (nb)
5800
5801
5802 Overview of Changes from GLib 2.13.1 to GLib 2.13.2
5803 ===================================================
5804
5805 * Unicode support:
5806  - Add g_unichar_ismark()
5807
5808 * GOption:
5809  - Allow to use callbacks for remaining args
5810
5811 * Updated translations:
5812   Belarusian Latin (be@latin)
5813   British English (en_GB)
5814   Galician (gl)
5815   Norwegian bokmål (nb)
5816   Oriya (or)
5817   Spanish (es)
5818   Thai (th)
5819
5820
5821 Overview of Changes from GLib 2.13.0 to GLib 2.13.1
5822 ===================================================
5823
5824 * GRegex:
5825  - Portability fixes
5826  - Split into immutable GRegex and GMatchInfo
5827  - Add g_regex_get_max_backref() and g_regex_get_capture_count()
5828    to obtain information about the compiled regex
5829
5830 * GKeyFile:
5831  - Fix roundtrip problems
5832  - Add g_key_file_load_from_dirs()
5833
5834 * Unicode support:
5835  - Fix corner cases in case conversion routines
5836
5837 * GOption:
5838   - Add a function to get the formatted help string
5839
5840 * GHash:
5841  - Add new functions g_hash_table_get_keys() and
5842    g_hash_table_get_values() to retrieve the keys and
5843    values in list form
5844
5845 * Updated transations:
5846   Simplified Chinese (zh_CN)
5847   Arabic (ar)
5848
5849
5850 Overview of Changes from GLib 2.12 to GLib 2.13.0
5851 =================================================
5852
5853 * Add GSequence, a list that is implemented using
5854   a balanced binary tree.
5855
5856 * Add GRegex, an implementation of Perl regular expressions,
5857   based on PCRE.
5858  
5859 * Use Posix monotonic clocks instead of gettimeofday()
5860   for GTimer when available.
5861
5862 * Support static initialization of GQeues with G_QUEUE_INIT,
5863   g_queue_init() and g_queue_clear().
5864
5865 * Add g_string_chunk_clear() for clearing a 
5866   GStringChunk.
5867
5868 * Add g_unichar_get_script() to obtain Unicode
5869   script information.
5870
5871 * Add g_unichar_iszerowidth() to obtain information
5872   about zero-width characters.
5873
5874 * Add G_GNUC_MAY_ALIAS which wraps the gcc may_alias 
5875   type attribute.
5876
5877 * G_GNUC_INTERNAL has a working definition for the
5878   Sun Studio compiler. This requires the macro to
5879   be positioned before the function declaration.
5880
5881 * The slice allocator can produce detailed debugging
5882   information with G_SLICE=debug-blocks.
5883
5884 * Modules support G_DEBUG flags resident-modules and
5885   bind-now-modules.
5886
5887 * Add G_DEFINE_DYNAMIC_TYPE() to make it easier
5888   to define types in modules.
5889
5890 * Bug fixes: too many to list them in detail here.
5891
5892 * New and updated translations (be,bg,bn,ca,cs,de,
5893   en_CA,en_GB,et,fa,fr,he,hu,it,ja,ku,lt,mg,mk,ml,
5894   nb,ne,nn,pt,pt_BR,ro,sr,sr@Latn,sv,ta,uk,vi,zh_CN,
5895   zh_HK,zh_TW)
5896
5897
5898 Overview of Changes from GLib 2.12.1 to GLib 2.12.2
5899 ===================================================
5900
5901 * Unicode updates:
5902  - Normalization is following Unicode TR #29
5903  - g_unichar_isxdigit() only accept characters
5904    for which g_unichar_xdigit_value() returns a value
5905  - g_unichar_toupper and g_unichar_tolower leave
5906    unconvertable characters in place instead of
5907    replacing them by NUL
5908
5909 * Bugs fixed
5910  348491 g_utf8_strup() and g_utf8_strdown() returns 
5911         string with NUL bytes
5912  349825 GKeyFile always inserts a newline before a group
5913  347842 g_unichar_isxdigit() is too general about what 
5914         it considers a digit
5915  348694 g_utf8_normalize() hasn't been updated to PR #29
5916  348785 Hint about G_DEBUG in Message Logging docs
5917  349792 Wrong english string (UI)
5918  349952 gparamspecs.c uses gcc feature
5919
5920 * Translation updates (ca,cs,de,dz,es,eu,fi,gu,ko,
5921   nl,pl,tr,uk,zh_HK,zh_TW)
5922
5923
5924 Overview of Changes from GLib 2.12.0 to GLib 2.12.1
5925 ===================================================
5926
5927 * Update to final Unicode Character Database 5.0.0
5928
5929 * Bugs fixed:
5930  346660 issues with base64 api documentation / g_base64_decode_cl...
5931  348136 Coverity reports allocation of wrong size CID #2839
5932  336281 Update to UCD 5.0
5933  346197 g_date_strftime %F option doesnt work for win32
5934  348011 Small optimization to real_toupper()
5935  246494 prototype mismatch in glib/gconvert.c
5936
5937 * New and updated translations (bg,bn_IN,ca,dz,eu,fi,
5938   fr,he,it,ja,mk,or,pt)
5939
5940
5941 Overview of Changes from GLib 2.11.4 to GLib 2.12
5942 =================================================
5943
5944 * Bugs fixed:
5945  344905 leap-year bug in g_time_val_from_iso8601 w/o HAVE_TIMEGM
5946
5947 * Updated translations (cy,nb,nl)
5948
5949
5950 Overview of Changes from GLib 2.11.3 to GLib 2.11.4
5951 ===================================================
5952
5953 * GBookmarkFile:
5954  - g_bookmark_file_remove_item returns a boolean
5955  
5956 * g_mkstemp accepts the XXXXXX in the middle of
5957   the template
5958  
5959 * Bugs fixed:
5960  344868 g_key_file_to_data should separate groups 
5961
5962 * Updated translations (de,es,fr,gu,hi,ko,th)
5963
5964
5965 Overview of Changes from GLib 2.11.2 to GLib 2.11.3
5966 ===================================================
5967
5968 * GBookmarkFile:
5969   - g_bookmark_file_move_item: Return TRUE in case of
5970     an empty target
5971
5972 * Bugs fixed: 
5973  343919 gunicollate.c: strxfrm bug on VC8
5974
5975 * Updated translations (fi)
5976
5977 Overview of Changes from GLib 2.11.1 to GLib 2.11.2
5978 ===================================================
5979
5980 * Add g_ascii_stroll to parse signed 64bit integers
5981
5982 * GMarkup: add a flag to treat CDATA as text
5983
5984 * GHashTable: add functions to remove all entries
5985
5986 * GMainLoop: add functions to find the currently
5987   running source, and determine if it is destroyed
5988
5989 * Bug fixes:
5990  342563  g_atomic_thread_init() needs to be called before 
5991          other _g_*_thread_init() functions
5992  343548  Potential use after free in callers of g_string_free() 
5993  168538  Wish: Clearing contents of GHashTables
5994  321886  GTK+ cannot be reliably used in multi-threaded 
5995          applications
5996  341826  goption.c: 'strtoll' is C99's function
5997  343899  g_ascii_formatd dosn't work as expected for all 
5998          format strings
5999  317793  Make GEnumValue strings const
6000  337129  Compile warnings in G_IMPLEMENT_INTERFACE
6001  303622  What is G_TYPE_CHAR?
6002
6003 * Updated translations (bg,dz,eu,gl,ja,ko,nl,th,vi)
6004  
6005
6006 Overview of Changes from GLib 2.11.0 to GLib 2.11.1
6007 ===================================================
6008
6009 * GOption  
6010   - Support 64-bit integers 
6011   - Allow optional text before and after the options
6012     in help output
6013
6014 * Bug fixes:
6015  340538 gbase64-test writes OOB 
6016  340816 GKeyFile set_string_list invalid memory reads 
6017  339105 g_key_file_parse_value_as_double
6018  340434 convert-test.c fails (function test_one_half)
6019  311043 Memory leaks (and potential infinite loops) 
6020         when using G_ERRORCHECK_MUTEXES
6021  335198 Error checking mutexes are fubar  
6022  341237 Add a G_OPTION_ARG_INT64
6023  341192 g_io_channel_set_flags not implemented on win32
6024  336120 Allow adding description before/after GOption 
6025         --help output body
6026  341191 misplaced check in g_relation_delete
6027  340530 mismatched calloc / g_free in win32 threads
6028
6029 * Updated translation (es)
6030
6031 Overview of Changes from GLib 2.10.x to GLib 2.11.0
6032 ===================================================
6033
6034 * GBookmarkFile: a parser for files containing bookmarks
6035   stored using the Desktop Bookmark specification.
6036
6037 * Base64 encoding support
6038         
6039 * Unicode 5.0 support
6040
6041 * GOption supports floating point numbers 
6042
6043 * GKeyFile supports floating point numbers
6044
6045 * Bug fixes:
6046  155884 gatomic.c should be based on new SDK
6047  157877 update-desktop-database doesn't handle duplicate entries
6048  164719 keyfile parser doesn't support floats
6049  327662 Import BookmarkFile from libegg
6050  329548 Add G_OPTION_ARG_DOUBLE
6051  329789 option-test.c type confusion
6052  332841 Segmentation Fault when %llu is passed to vasnprintf and 
6053         HAVE_SNPRINTF is not defined
6054  333879 gthread/gthread-win32.c: IsDebuggerPresent needs '#define 
6055         _WIN32_WINDOWS 0x0401'
6056  333916 g_timer_elapsed docs should mention that microseconds 
6057         may be NULL
6058  334440 dlerror() portability issue causes crash on (old) a.out 
6059         NetBSD platform
6060  334646 goption + error out params
6061  334799 g_remove() must check return value of remove()
6062  334943 make check FAIL: threadpool-test
6063  335215 Some breakages with GThreadPool
6064  336085 g_option_context_new parameter lacks better explanation
6065  336677 Documentation for g_object_ref_sink() is incorrect
6066  337027 gbookmarkfile.c: sys/time.h include error
6067  337553 Wrong escaping of URIs
6068  338572 Dereferencing NULL value in g_key_file_get_group_comment
6069  338845 g_completion_complete_utf8 crashes when NULL is passed to it
6070  339337 g_bookmark_file_set_description
6071  339338 gbookmarkfile.c, function expand_exec_line
6072  339340 gbookmarkfile.c, function bookmark_app_info_dump
6073
6074 * Translation updates (bg,en_GB,et,gl,gu,he,hi,ka,nb,nl,nn,
6075                        or,pt_BR,ro,tr,vi,zh_CN)
6076
6077
6078 Overview of Changes from GLib 2.10.0 to GLib 2.10.1
6079 ===================================================
6080
6081 * Bugs fixed:
6082  314794 Broken pthread detection on Darwin [Gregor Riepl]
6083  322476 Missing check for .dylib [Vladimir Panov]
6084  333651 Inconsistent _g_charset_get_aliases prototype [Julio 
6085         M. Merino Vidal]
6086  333761 GInitiallyUnowned breaks application code [Sven Herzberg]
6087
6088 * Win32 changes:
6089  - Fix g_listenv() implementation.
6090  - Allow up to 100 GPrivate structs
6091
6092 * Translation updates (fr,hu,lt,pl,sv)
6093
6094
6095 Overview of Changes from GLib 2.9.6 to GLib 2.10.0
6096 ==================================================
6097
6098 * Bugs fixed:
6099  328997 64bit pointer trunction in glib slab-allocator
6100         [Pascal Hofstee]
6101  331110 g_cond_broadcast(inform_cond) without holding 
6102         inform_mutex [Chris Wilson, Sebastian Wilhelmi]
6103  332093 Fix some leaks in the tests [Kjartan Maraas]
6104  332435 g_utf8_strlen returns wrong value if a maximum 
6105         number of bytes to check is specified 
6106         [Matthias Clasen]
6107  331367 gslice requires more POSIX-like semantics for 
6108         GPrivate destructors [Tor Lillqvist]
6109
6110 * Documentation improvements [Matthias, Kang Jeong-Hee,
6111   Tor Lillqvist, Stefan Kost]
6112
6113 * Translation updates (el,eu,ka,uk)
6114
6115 Overview of Changes from GLib 2.9.5 to GLib 2.9.6
6116 =================================================
6117
6118 * Bugs fixed: 
6119  329124 distclean removes README [Kjartan Maraas, Tim Janik]
6120  317679 GRelation field type not documented [Behdad Esfahbod]
6121  329123 Typo in GTime docs [Kjartan Maraas]
6122
6123 * Documentation improvements [Sven Herzberg, David
6124   Schleef, Kjartan Maraas, Behdad Esfahbod]
6125
6126 * Translation updates (cs,cy,it,ko,pt,sq,sr,sr@Latn,ru
6127
6128 Overview of Changes from GLib 2.9.4 to GLib 2.9.5
6129 =================================================
6130
6131 * Memory management: 
6132   Runtime debugging support: The slice allocator
6133   can be turned off by setting G_SLICE=always-malloc
6134   in the environment. Zeroing of freed memory can
6135   now be turned on at runtime by setting
6136   G_DEBUG=gc-friendly in the environment. [Tim Janik]
6137
6138 * Bugs fixed:
6139  328253 HP-UX/IA-64 uses ".so" as default shared library 
6140         extension [Albert Chin]
6141  143380 unicode-encoding test fails converting to UTF-16 
6142         with libiconv [Marc Moorcroft]
6143  328254 Build breakage (GSlice) [Jens Ganseuer]
6144  328705 C99ism in glib/gmem.c [Kazuki Iwamoto]
6145
6146 * Translation updates (da,et,zh_CN)
6147
6148 Overview of Changes from GLib 2.9.3 to GLib 2.9.4
6149 =================================================
6150
6151 * Type system:
6152   Fix a problem with g_object_compat_control() which 
6153   can lead to segfaults in GTK+ applications on 64bit 
6154   platforms. 
6155
6156 * Thread suppport: 
6157   Unused threads now fall back to the global pool after 
6158   500 milliseconds, where they wait for another 
6159   max-idle-time milliseconds. [Sebastian Wilhelmi]
6160
6161 * Fix a memory allocation problem in GKeyFile. [Morten 
6162   Welinder]
6163
6164
6165 Overview of Changes from GLib 2.9.2 to GLib 2.9.3
6166 =================================================
6167
6168 * GTree:
6169  - Replace the simple recursive implementation by
6170    a nonrecursive, threaded one  [Maurizio Monge]
6171
6172 * Change g_filename_display_name and
6173   g_filename_display_basename to use the Unicode
6174   replacement character U+FFFD instead of a question
6175   mark, and don't append "(invalid encoding)"  [Matthias]
6176
6177 * Documentation improvements [Sven Herzberg, Federico
6178   Mena Quintero, Stefan Kost]
6179
6180 * Bugs fixed:
6181  323937 gslice.c in glib 2.9.1 doesn't build on Mac OS X 
6182         [Bogdan Nicula]
6183  326558 Some test failures on IRIX 6.5 [Daichi Kawahata]
6184  169285 "threaded" tree implementation for GTree 
6185         [Maurizio Monge]
6186  326747 g_filename_display_basename adds (invalid encoding) 
6187         [Alberto Ruiz]
6188
6189 Other contributors: Christian Kellner, Murray Cumming
6190
6191 New and updated translations (bg,ca,de,es,et,gu,ja,nl,th,vi)
6192
6193
6194 Overview of Changes from GLib 2.9.1 to GLib 2.9.2
6195 =================================================
6196
6197 * Memory management:
6198  - Add tests for cache colorization [Tim Janik]
6199  - Minimize space consumption if small amounts of differently
6200    sized slices are allocated, at a small performance cost.  [Tim]
6201
6202 * Thread support:
6203  - Add g_atomic_pointer_set() and g_atomic_int_set() [Tim Janik,
6204    Sebastian Wilhelmi]
6205  - Add g_thread_pool_set_sort_function() to allow sorting the 
6206    tasks of a threadpool.  [Martyn Russell]
6207  - Add g_thread_pool_set_idle_time() to allow unused threads
6208    to exit after a certain time.  [Martyn]
6209
6210 * Type system:
6211  - introduce a new type GInitiallyUnowned, which has an initial
6212    floating reference. [Tim]
6213  - Add support for GType parameters. [Matthias]
6214
6215 * Main loop:
6216  - Add g_main_context_is_owner() to determine if the current
6217    thread is the owner of the context.  [Michael Meeks]
6218
6219 * Provide g_access(), g_chdir(), g_unlink(), g_rmdir() as 
6220   wrapper functions instead of macros.  [Manish Singh]
6221
6222 * Documentation improvements [Tim, Matthias, Federico Mena Quintero,
6223   Stefan Kasal, Dan Williams]
6224
6225 * New and updated translations (en_CA,fi,fr,gl,ml,nb,no,zh_HK,zh_TW)
6226
6227 * Bugs fixed:
6228  324179 g_allocator_new() returns pointer to const dummy which Gtk+ 2.8 
6229         tries to modify [J. Ali Harlow]
6230  324332 g_option_context_parse() returns false without setting error 
6231         [Tim-Philipp Müller]
6232  324950 GLIB 2.9.1 testcase errors [Dan Yefimov]
6233  325015 gslice.c: process.h is needed on Windows [Kazuki Iwamoto]
6234  321978 G_DATALIST_GET_FLAGS() macro is not casting datalist to 
6235         gpointer [Andrew Paprocki]
6236  316221 G_LOCK warns about breaking strict-aliasing [Michal Benes, 
6237         Stanislav Brabec]
6238  325273 Error in documentation for glib_check_version () [Declan Naughton]
6239  325310 g_spawn_sync hangs when catching both stdout and 
6240         stderr [Tor Lillqvist]
6241  325249 gcc warning when using g_rmdir from <glib/gstdio.h> [Jani Monoses]
6242  325864 glib/gthreadpool.c:"#define debug(...)" is C99 [Kazuki Iwamoto]
6243  325874 Should say somewhere that source IDs are > 0 [Dan Williams]
6244  325438 a typo (compatability) [Stefan Kasal]
6245  323937 gslice.c in glib 2.9.1 doesn't build on Mac OS X [Bogdan Nicula]
6246
6247
6248 Overview of Changes from GLib 2.9.0 to GLib 2.9.1
6249 =================================================
6250
6251 * Memory management
6252  - The slice allocator is implemented [Tim Janik]
6253  - g_slice_free_chain() has been renamed to 
6254    g_slice_free_chain_with_offset()  [Tim, Behdad Esfahbod]
6255  - Mem chunks are deprecated [Matthias Clasen]
6256
6257 * Data structures
6258  - Hash tables are refcounted, and have a boxed type [Tim]
6259
6260 * Thread support
6261  - Support for Solaris threads has been removed 
6262    [Sebastian Wilhelmi, Andrew Paprocki]
6263  - g_async_queue_sort(), g_async_queue_push_sorted() have 
6264    been added to allow GAsyncQueue to be used as a priority 
6265    queue, together with the corresponding _unlocked 
6266    variants  [Martyn Russell]
6267
6268 * GObject:
6269  - The concept of a floating initial reference has been
6270    moved from GtkObject to GObject [Tim]
6271
6272 * Win32 changes:
6273  - Make g_rename() replace existing files [Tor Lillqvist]
6274
6275 * Misc new API:
6276  - G_GUINT64_CONSTANT macro to define guint64 
6277    constants [Andrew Paprocki]
6278  - G_GNUC_WARN_UNUSED_RESULT macro to instruct the 
6279    compiler to emit a warning if the value returned
6280    by a function is ignored. [Arjan van de Ven, Alex Larsson]
6281  - GList and GSList now have sort functions which take an
6282    extra user data argument [Martyn Russell]
6283  - g_param_spec_ref_sink() has been added for consistency [Tim]
6284
6285 * $LOGNAME is respected when determining user data. [Laszlo Peter]
6286
6287 * Other changes and bug fixes [Tim, Matthias, Behdad, 
6288   Christian Persch, Benedikt Meurer, Andrew Paprocki, 
6289   Kazuki Iwamoto, Alexis S. L. Carvalho, Stanislav Brabec,
6290   Andreas Schwab, Kalle Vahlman]
6291
6292 * Documentation
6293  - Deprecation warnings carry version information [Matthias]
6294  - The slice allocator has been documented [Matthias, Tim]
6295  - Other improvements [Morten Welinder]
6296
6297 Overview of Changes from GLib 2.8.x to GLib 2.9.0
6298 =================================================
6299 * Unicode support:
6300  - The Unicode tables have been updated to Unicode 4.1, 
6301    adding several new values to the GUnicodeBreakType 
6302    enumeration. This breaks Pango <= 1.10 
6303    [Behdad Esfahbod]
6304  - The various Unicode character predicate functions 
6305    (g_unichar_isalpha, g_unichar_isdigit,...) have
6306    been optimized
6307    [Behdad]
6308  - g_utf8_pointer_to_offset, g_utf8_offset_to_pointer:
6309    These functions handle negative offsets now, and
6310    going backwards in g_utf8_offset_to_pointer uses
6311    "stutter stepping".
6312    [Larry Ewing, Matthias Clasen]
6313
6314 * Memory management:
6315  - Mem chunks are no longer used internally in GLib and
6316    GObject. GMemChunk will be deprecated in GLib 2.10
6317  - All APIs based on GAllocator (g_list_push/pop_allocator,
6318    and similar push/pop_allocator functions for other
6319    data structures) have been deprecated, since they
6320    never worked as intended.
6321  - The g_slice_* functions have been added as a 
6322    new API for fast allocation of small memory blocks. 
6323    The implementation in GLib 2.9.0 is just a simple 
6324    wrapper around malloc. GLib 2.10 will have an
6325    efficient and scalable implementation. 
6326    [Tim Janik, Matthias]
6327
6328 * Pattern matching:
6329  - g_pattern_match has been optimized to avoid
6330    unnecessary recursion.
6331    [Tim, Matthias]
6332
6333 * g_intern_string, g_intern_static_string: 
6334  - New functions to intern strings. These are now used 
6335    by GObject to avoid duplicating static strings 
6336    [Matthias]
6337
6338 * g_thread_foreach: 
6339  - New function to iterate over all GThreads 
6340    [Tim, Matthias]
6341
6342 * g_date_set_time_t, g_date_set_time_val:
6343  - New functions to set a GDate from a time_t or
6344    GTimeVal value. g_date_set_time has been deprecated 
6345    in favor of these.
6346    [Roger Leigh]
6347
6348 * g_snprintf and g_vsnprintf:
6349  - These functions are no longer declared in gprintf.h, 
6350    since they are in glib.h
6351    [Matthias]
6352
6353 Overview of Changes from GLib 2.8.0 to GLib 2.8.1
6354 =================================================
6355 * Optimize single-character insertions in GString [Ross Burton]
6356 * Fix build problems on OS X
6357 * Fix build problems on Win32 [Tor Lillqvist, Hans Breuer]
6358 * Other bug fixes [Matthew F. Barnes, Stepan Kasal] 
6359 * Documentation improvements [Tristan van Berkom, Behnam
6360   Esfahbod, Gustavo Carneiro, Stepan Kasal, Matthias]
6361 * New and updated translations (ca,cy,ko,ro,uk)
6362
6363 Overview of Changes from GLib 2.7.7 to GLib 2.8.0
6364 =================================================
6365 * Make g_value_transform() handle enum values
6366   correctly on ppc64.  [Michael Lorenz]
6367   (Third-party code accessing enumeration values 
6368   in GValues should also be changed to access 
6369   v_long, not v_int, in order to work on bigendian 
6370   64bit machines.)
6371 * Make g_flags_get_first_value() handle a value
6372   of 0 meaningfully. [Tim-Philipp Müller] 
6373
6374 Overview of Changes from GLib 2.7.6 to GLib 2.7.7
6375 =================================================
6376 * Make atomic operations on s390 work [Matthias]
6377 * Fix C++ guards in gstdio.h [Tor Lillqvist]
6378
6379 Overview of Changes from GLib 2.7.5 to GLib 2.7.6
6380 =================================================
6381 * Add native implementations of atomic operations 
6382   on s390 [Matthias]
6383 * Make atomic reference counting of closures
6384   work on s390 [Matthias]
6385 * Avoid an infinite loop in g_convert_with_iconv().
6386   [Sebastian Bacher]
6387 * Documentation improvements [Ross Burton]
6388
6389 Overview of Changes from GLib 2.7.4 to GLib 2.7.5
6390 =================================================
6391 * Thread-related changes
6392  - Fix build issues on HP-UX [Paul Cornett]
6393  - Threadsafe access to flags stored in datasets [Tim Janik]
6394  - Fix several issues with atomic refcounting for 
6395    closures, objects and paramspecs [Tim]
6396  - Improve tests for atomic refcounting changes [Tim]
6397 * Fix handling of stateful encodings in g_convert_* [Matthias]
6398 * Fix translation of GOption help output [Dan Winship]
6399 * Catch format errors in translations. This may cause 
6400   "make check" to fail when using older versions
6401   of gettext [Matthias]
6402 * Win32 bug fixes [Tor Lillqvist]
6403 * Documentation improvements [Ross Burton, Jochen Baier, 
6404   Matthias, Tim]
6405 * New and updated translations (de,fi,gu,pl,pt,tr,zh_TW)
6406
6407 Overview of Changes from GLib 2.7.3 to GLib 2.7.4
6408 =================================================
6409 * Fix g_atomic_pointer_compare_and_exchange 
6410   on Sparc64 [Gert Doering]
6411 * Fix a hang in g_thread_pool_free. [Hong Jen Yee]
6412 * Win32 bug fixes [Tor Lillquist]
6413 * Other bug fixes [Benoit Dejean, Manish Singh]
6414 * Documentation improvements [Bryan Silverthorn,
6415   Callum McKenzie] 
6416 * New and updated translations (de,lt,sq,zh_CN)
6417
6418 Overview of Changes from GLib 2.7.2 to GLib 2.7.3
6419 =================================================
6420 * GOption
6421  - Allow callbacks with optional arguments [Pawel Sliwowski]
6422  - Allow to turn off the automatic long option name
6423    disambiguation  [Adam McLaurin]
6424  - Only allow printable ASCII as short option names [Matthias]
6425 * Win32
6426  - Build fixes [Tor Lillqvist]
6427  - Rewrite iochannel socket implementation [Tor]
6428 * GObject
6429  - Threadsafety improvements; in particular, refcounting
6430    of objects is done atomically now. [Wim Taymans, Tim Janik]
6431 * Bug fixes [Morten Welinder, Matthias, Wim Taymans]
6432 * Documentation improvements [Richard Laager, Matthias]
6433 * New and improved translations (bf,cs,hu,nb,nl,no)
6434
6435 Overview of Changes from GLib 2.7.1 to GLib 2.7.2
6436 =================================================
6437 * Win32 build fixes [Hans Breuer]
6438 * Bug fixes [Mikael Magnusson]
6439 * Documentation improvements [Matthias Clasen]
6440 * New and updated translations (en_CA,es,et,ja,sr,sr@Latn,zh_TW)
6441
6442 Overview of Changes from GLib 2.7.0 to GLib 2.7.1
6443 =================================================
6444 * GOption 
6445  - Allow callback arguments without parameters [Dan Winship]
6446 * GMappedFile: an mmap wrapper [David Schleef, Behdad Esfahbod]
6447 * Misc new functions:
6448  - g_get_host_name [Tor Lillqvist]
6449  - g_mkdir_with_parents [Tor]
6450  - g_build_pathv, g_build_filenamev [Todd A. Fisher, 
6451    Matthias Clasen]
6452 * Bug fixes [Roger Leigh, Masatake YAMATO, Kjartan Maraas,
6453   Manish Singh, Tor, Murray Cumming, Kian Duffy, Morten Welinder]
6454 * Documentation improvements [Hong Gang XU, Dan Winship, Matthias]
6455 * New and updated translations (bg,cs,da,en_CA,es,et,nb,nl,no,
6456   sk,th,zh_TW)
6457
6458 Overview of Changes from GLib 2.6.x to GLib 2.7.0
6459 =================================================
6460 * GKeyFile
6461  - Add unit tests [Matthias Clasen, Suren A. Chilingaryan]
6462  - Accept \r\n as line end [Bastian Nocera]
6463  - Don't interpret leading zeros as octal numbers. [Matthias]
6464  - Make key and group removal work [David Hoover, Matthias Hasselmann]
6465 * GOption
6466  - Improve formatting of --help output [Matthias, Noah Levitt]
6467  - Accept -? [Matthias]
6468  - Warn about duplicate main groups [Jeff Franks]
6469  - Treat '-' as non-option argument [Tim Musson, Thomas Leonard]
6470  - Report missing arguments as errors [Björn Lindqvist]
6471  - Add a boxed type for GDate [Tim-Philipp Müller]
6472 * GTree
6473  - g_tree_remove() and g_tree_steal() return status information [Matthew F. Barnes]
6474 * Stdio wrappers
6475  - Work regardless of large file support [Manish Singh]
6476  - Add g_access(), g_chmod(), g_creat(), g_chdir [Tor Lillqvist]
6477 * GObject
6478  - Implement "toggle references" to help language bindings [Owen Taylor]
6479  - Allow to mark names, nicks and blurbs of pspecs as static [Ben Maurer, Matthias]
6480  - Make pspec lookup a bit faster [Morten Welinder]
6481 * Add g_listenv() to list all set environment variables [Hans Petter Jansson]
6482 * Add g_file_set_contents() to atomically write a file.  [Søren Sandmann,
6483   Sven Neumann, Manish, Alexis S. L. Carvalho]
6484 * Add g_try_malloc(), g_try_new(), g_try_new0() and g_try_renew() [Stefan Kost]
6485 * Add g_utf8_collate_key_for_filename() to sort filenames taking
6486   extensions and numeric suffixes into account.  [Ole Laursen, Alex Larsson]
6487 * Add G_GNUC_NULL_TERMINATED to mark varargs function with 
6488   NULL-terminated argument lists. [Marc Meissner]
6489 * Win32 changes
6490  - Improved debugability [Ulf Lamping, Hans Breuer]
6491  - Make filename handling more robust [Tor, Billy Skaggs]
6492  - Improve g_get_system_data_dirs() [Tor]
6493  - Use more precise timers [Tor]
6494  - Build fixes [Kazuki Iwamoto, Hans, Tor, Robert Ögren]
6495 * Other bug fixes [Roger Leigh, Owen, Matthias, Morten, Kjartan Maraas, 
6496   Pawel Sakowski, Tor, Simon Budig, Ed Avis, Manish, Nicolas Laurent, 
6497   Bastien, Fabrício Barros Cabral, Michael Banck, Daniel Atallah, 
6498   J. Ali Harlow, Tim Janik, Hazael Maldonado Torres, Sven, Jon-Kare Hellan,
6499   Dave Benson, Tommi Komulainen, Benjamin Otte, Brian Cameron, Changwoo Ryu, 
6500   Christian Biere, Noah, Benoît Carpentier]
6501 * Documentation improvements [Vincent Untz, Matthias, Tim-Philipp Müller,
6502   Morten, Matthew, Federico Mena Quintero, Sebastian Bacher, Oliver Sessink, 
6503   Stefan, Jared Lash, Tor, Owen, Daniel Vaillard, Mathieu Lacage]
6504 * New and updated translations (ca,cs,da,el,en_CA,en_GB,es,et,eu,fa,fr,gl,
6505   hu,id,it,lt,mn,ne,nl,pl,pt,pt_BR,ro,rw,sk,sq,sr,sr@Latn,tl,uk,xh,zh_CN)
6506
6507 Overview of Changes from GLib 2.6.0 to GLib 2.6.1
6508 =================================================
6509 * GOption
6510  - Make gtk_init(NULL, NULL) work again [Marcin Krzyzanowski]
6511  - Improve handling of -- [Matthias Clasen]
6512  - Don't show G_OPTION_REMAINING in --help output [Matthew F. Barnes]
6513 * g_find_program_in_path() doesn't return directories [Tommi Komulainen]
6514 * Add gmodule-export-2.0.pc [Matthias]
6515 * Win32 changes
6516  - Improve hangling of UNC paths [Tor Lillqvist]
6517  - g_getenv(), g_setenv(), g_unsetenv(), g_find_program_in_path()
6518    take and return UTF-8 now [Tor] 
6519  - Make g_file_test() work more reliably, and use PATHEXT
6520    when check for executables [Tor]
6521  - Build and cross-compilation fixes [J. Ali Harlow]
6522 * Other bug fixes [Jens Hatlak, Morten Welinder, 
6523   Tor, Kalpesh Shah, Adrian Bunk]
6524 * Documentation improvements [Marcin Krzyzanowski, Tor, Crispin
6525   Flowerday, Mariano Suárez-Alvarez, Christian Biere, Danny Milo,
6526   Vincent Untz, Bastien Nocera]
6527 * New and updated translations (cy,de,nl,ru,sq,sv)
6528
6529 Overview of Changes from GLib 2.4.x to GLib 2.6.0
6530 =================================================
6531
6532 * Major new APIs
6533   - GOption, a commandline option parser
6534   - GKeyFile, a parser/editor for the .ini like files 
6535   - Functions to support the XDG basedir specification
6536   - Wrappers for common POSIX pathname functions to handle filename
6537     encodings consistently. On Windows, these use UTF-8.
6538
6539 * Miscellaneous new functions
6540   - g_filename_display_name() converts filenames in displayable UTF-8 strings
6541   - g_uri_list_extract_uris() splits uri lists
6542   - g_date_get_iso8601_week_of_year() gets ISO 8601 week numbers
6543   - g_log_set_default_handler() installs an alternate default log handler
6544   - g_get_language_names() obtains a list of applicable locale names
6545   - g_strv_length() calculates the length of NULL-terminated string arrays
6546   - g_win32_get_windows_version() determines the Windows version 
6547   - G_GNUC_INTERNAL marks functions as non-exported
6548   - glib_check_version() checks the GLib version at runtime
6549   - g_debug() completes the family of logging functions
6550
6551 * Performance improvements
6552   - Optimize g_utf8_validate()
6553   - Optimize g_markup_parse_context_parse()
6554   - Reduce signal connection complexity from O(n) to O(1) 
6555   - Get rid of many PLT entries for internally used exported symbols
6556   - Reduce code size by removing literal strings from g_return_if_fail()
6557
6558 * Other changes
6559   - On Windows, GLib functions that take file name arguments now require
6560     those to be in UTF-8. Functions that return file names return UTF-8.
6561   - Use higher precision for mathematical constants
6562   - Don't convert to/from UTF-8 in g_filename_to_uri/g_filename_from_uri
6563   - Support ll as printf format modifier for long long on all platforms
6564   - Clean up the ABI and enforce the list of exported symbols
6565   - Add a .pc file for using gmodule in libraries
6566   - Require ngettext
6567
6568 Overview of Changes from GLib 2.5.7 to GLib 2.6.0
6569 =================================================
6570 * GOption: Don't list help options if group-specific
6571   options have been requested [Glynn Foster]
6572 * Make g_get_language_names() track locale changes [Christian Persch]
6573 * Win32 bug fixes [Tor Lillqvist]
6574 * Bug fixes [Philippe Blain, Owen Taylor, Sebastian Wilhelmi]
6575 * New and updated translations (da,es,ja,lt,zh_CN)
6576 Bugs fixed: 159530,100697,160271,160645,157255
6577
6578 Overview of Changes from GLib 2.5.6 to GLib 2.5.7
6579 =================================================
6580 * Optimize g_utf8_validate() [Owen Taylor, Matthias Clasen]
6581 * Optimize g_markup_parse_context_parse() [Havoc Pennington, 
6582   Morten Welinder]
6583 * Reduce signal connection complexity from O(n) to O(1) 
6584   [Sven Neumann]
6585 * Add a .pc file for using gmodule in libraries [Owen]
6586 * Add G_GNUC_MALLOC to mark functions returning newly 
6587   allocated memory  [Matthias]
6588 * Win32 bug fixes [Hans Breuer, Tor Lillqvist, Robert Ögren,
6589   Bruce Hochstetler]
6590 * Bug fixes [Kazuki IWAMOTO, Matthias, Manish Singh, Morten,
6591   Frederic Crozat, Tor]
6592 * Documentation improvements [Matthias, Tor, Owen]
6593 * New and updated translations (cs,da,de,en_CA,en_GB,es,nb,nl,sq,zh_CN)
6594
6595 Overview of Changes from GLib 2.5.5 to GLib 2.5.6
6596 =================================================
6597 * GOption
6598   - Add G_OPTION_FLAG_REVERSE to allow options 
6599     which unset a  boolean variable [Tor Lillqvist]
6600 * GChildWatch
6601   - Use sigaction instead of signal [Jonas Jonnson, 
6602   Archana Shah]
6603   - Make the very first SIGCHLD work [Gustavo Carneiro]
6604 * Bug fixes [Morten Welinder, Tor, David MacLachlan,
6605   Manish Singh, J. Ali Harlow]
6606 * Documentation improvements [Matthias Clasen, Tor]
6607 * Updated translations (da,ja,tr,zh_CN)
6608
6609 Overview of Changes from GLib 2.5.4 to GLib 2.5.5
6610 =================================================
6611 * GKeyFile
6612   - Cleanups, add more error checking [Ray Strode]
6613   - Fall back to the untranslated string when getting 
6614     locale strings [Mark McLoughlin]
6615 * GOption
6616   - Document GOption [Matthias Clasen]
6617   - Better support for rest arguments [Owen Taylor, Matthias]
6618   - Handle conflicts between groups [Matthias]
6619 * Add g_lstat() to the stdio wrappers [Tor Lillqvist]
6620 * Add g_filename_display_name() to convert filenames
6621   in displayable UTF-8 strings  [Alex Larsson, Matthias]
6622 * Win32 bug fixes [Kazuki IWAMOTO, Hans Breuer, Tor]
6623 * Bug fixes [Christophe Fergeau, Morten Welinder, 
6624   Owen, Kjartan Maraas, Mark]
6625 * Documentation improvements [Matthias, Tor]
6626
6627 Overview of Changes from GLib 2.5.3 to GLib 2.5.4
6628 =================================================
6629 Add GKeyFile, a parser/editor for the .ini like files used in various
6630    freedesktop.org specifications. [Ray Strode]
6631 Make the handling of filename encodings consistent across all
6632    GLib functions, introduce wrappers for common POSIX 
6633    functions which accept the same filename encoding. [Tor Lillqvist, 
6634    Owen Taylor]
6635 GOption
6636  - Rename g_context_option_error_quark() to a more language-binding
6637    friendly name [Murray Cumming]
6638  - Accept backslashes in filenames on Win32 [Tor Lillqvist]
6639 * Strip the internal aliasing prefix IA__ from function names in 
6640   assertions [Matthias Clasen]
6641 * Add a function to split uri lists. [Matthias]
6642 * Win32 bug fixes 
6643  - Don't open console windows [Tor]
6644 * Other bug fixes [Philippe Blain, Robert Ögren, Hidetaka Iwai, Matthias,
6645  Morten Welinder, Mats-Ola Persson, Tor, Nickolay V. Shmyrev, Kjartan Maraas,
6646   Anders Carlsson, Tim-Philipp Müller, Lucas Rocha, Andrea Campi, Manish
6647   Singh, Thomas Fitzsimmons, Kazuki IWAMOTO]
6648 * Documentation improvements [Matthias, Linus Walleij, Nickolay, Philippe, 
6649  Adam Hooper, Gustavo Carneiro]
6650 * New and updated translations (cs,en_CA,en_GB,ja,nb,nl,or,sr,sr@Latn,sq)
6651
6652 Overview of Changes from GLib 2.5.2 to GLib 2.5.3
6653 =================================================
6654 * GOption
6655  - set the program name from argv[0] [Masatake YAMATO] 
6656  - make contexts work without a main group [Anders Carlsson]
6657 * Performance 
6658  - Get rid of many PLT entries for internally used exported symbols,
6659    and clean up the ABI at the same time and make make check check the
6660    list of exported symbols.  [Matthias Clasen]
6661 * Add API to get ISO 8601 week numbers [Niklas Lundell]
6662 * Add API to install an alternate default log handler [Darin Adler]
6663 * Add API to obtain a list of applicable locale names [Hidetoshi Tajima]
6664 * Reduce code size bloat by removing literal strings from
6665  the g_return_if_fail() macros [Owen Taylor]
6666 * Add g_strv_length [Tim-Philipp Müller]
6667 * Win32 changes
6668  - Add API to determine the Windows version [Tor Lillqvist]
6669 * Other bug fixes [Stepan Kasal, Anders, Tor, Kazuki Iwamoto,
6670   Manish Singh]
6671 * Documentation improvements [Morten Welinder, Matthias]
6672 * New and updated translations (es,nn,ro)
6673
6674 Overview of Changes from GLib 2.5.1 to GLib 2.5.2
6675 =================================================
6676 * Add G_GNUC_INTERNAL macro [Arjan van de Ven]
6677 * Add GOption, a commandline option parser [Anders Carlsson]
6678 * Add glib_check_version [Michael Natterer]
6679 * Add XDG basedir API [Ray Strode]
6680 * Require ngettext [Danilo Segan]
6681 * Bug fixes [Manish Singh, Ray Strode, Vincent Noel, 
6682   Jon-Kare Hellan, Jody Goldberg]
6683 * Win32 bug fixes [Tor Lillqvist, Hans Breuer, Peter Zelezny]
6684 * Documentation improvements [Matthias Clasen, Vincent Untz, Christian Persch]
6685 * New and updated translations (bs,eu,fi,gu,ne,pa)
6686
6687 Overview of Changes from GLib 2.5.0 to GLib 2.5.1
6688 =================================================
6689
6690 * Bug fixes [Oliver Guntermann, Sven Neumann, James 
6691   Henstridge, Hiroyuki Ikezoe, Matthias Clasen, Robert 
6692   Ögren, Tommi Komulainen]
6693 * Documentation improvements [Soeren Sandmann, 
6694   Christophe Fergeau, Danek Duvall]
6695 * New and updated translations (eu,hi)
6696   
6697 Overview of Changes from GLib 2.4.1 to GLib 2.5.0
6698 =================================================
6699
6700 * New functions g_debug [Sven Herzberg]
6701 * Use higher precision for mathematical constants [Morten 
6702  Welinder]
6703 * Don't convert to/from UTF-8 in g_filename_{to,from}_uri 
6704  [Federico Mena Quintero]
6705 * Win32
6706  - Handle empty digit string in printf() functions 
6707    correctly [Tor Lillqvist]
6708  - Support ll as format modifier for long long [Tor]
6709  - Be more careful about HOME [Tor, Ivan Wong]
6710  - Bug fixes [John Ehresman]
6711 * Miscellaneous bug and portability fixes [Danilo Segan, 
6712  Owen Taylor, Nikolai Weibull, Benoît Carpentier, Morten 
6713  Welinder, Manish Singh, Sven Neumann, Julio M. Merino Vidal,
6714  Kaz Sasayama, Murray Cumming, Federico, Mariano Suarez-Alvarez]
6715 * Documentation updates [Matthias Clasen, Crispin Flowerday,
6716  Tommi Komulainen, Federico Mena Quintero, Ed Griffiths]
6717 * New and updated translations (ja,ne,no,wa)
6718  
6719 Overview of Changes from GLib 2.4.0 to GLib 2.4.1
6720 =================================================
6721
6722 * Win32 bug fixes [Tor Lillqvist, Roger Leigh, John Ehresman]
6723 * Miscellaneous bug and portability fixes [Owen Taylor,
6724   Matthias Clasen, Jonas Jonsson, Christian Krause,
6725   Nickolay V. Shmyrev, Christophe Saout, Philippe Blain,
6726   Piotr Klaban]
6727 * Documentation updates [Matthias]
6728 * New and updated translations (ca,cs,cy,el,en_CA,en_GB,es,eu,fi,
6729   fr,gu,he,id,nl,pt,pl,ru,sr,sr@ije,sr@Latn,sv,uk)
6730
6731 Overview of Changes from GLib 2.3.6 to GLib 2.4.0
6732 =================================================
6733
6734 * Handle invalid-UTF-8 in g_log() properly [Matthias Clasen]
6735 * Win32 bug fixes [Tor Lillqvist, Bruce Hochstetler]
6736 * Miscellaneous bug and portability fixes [Olivier Biot, David L. Cooper II, 
6737   Kjartan Maraas, Frédéric L. W. Meunier, Christof Petig, Manish Singh, 
6738   Sebastian Wilhelmi]
6739 * Documentation updates [Owen]
6740 * Updated translations (hr,ro)
6741
6742 Overview of Changes from GLib 2.3.5 to GLib 2.3.6
6743 =================================================
6744
6745 * GAtomic bug fixes [Sebastian Wilhelmi, Mark McLoughlin]
6746 * GMain threading fixes and improvements [Sebastian]
6747 * Win32 [Tor Lillqvist]
6748  - restore some symbols extraneously exported from gobject to maintain ABI compatibility
6749  - Misc build improvements and fixes [Tor, Cedric Gustin, Hans Breuer]
6750 * Documentation updates [Sebastian, Takeshi AIHANA, Matthias, Sven Herzberg]
6751 * New and updated translations (be,es,fi,ga,pa,sr@ije,zh_CN)
6752
6753 Overview of Changes from GLib 2.3.3 to GLib 2.3.5
6754 =================================================
6755
6756 * Make glib-mkenums parse initializers with macros. [Matthias Clasen, muppet]
6757 * Respect locale era in g_date_set_parse(). [Theppitak Karoonboonyanan] 
6758 * Add atomic operations and use it for the async queue and
6759   gonce implementation. [Sebastian Wilhelmi]
6760 * Documentation improvements [Sebastian, Matthias, Sven Herzberg]
6761 * Add g_main_depth() for finding the recursion depth of the main
6762   loop [Owen Taylor, Tim Janik, Stefan Westerfeld]
6763 * Add g_spawn_close_pid(), needed on win32 [J. Ali]
6764 * Win32 fixes. [Hans Breuer, J. Ali Harlow]
6765 * Misc bugfixes [Sebastian, Matthias, Balazs Scheidler, Owen]
6766 * Updated translations (cy,et,ga,sq)
6767
6768 Overview of Changes from GLib 2.3.2 to GLib 2.3.3
6769 =================================================
6770
6771 * Add a native AIX gmodule implementation. [Laurent Vivier]
6772 * Add g_node_copy_deep().  [James M. Cape, Matthias Clasen]
6773 * Extend GQueue API to match the GList API. [Soeren Sandmann]
6774 * Add g_hash_table_find().  [Tim Janik]
6775 * Add a G_MODULE_BIND_LOCAL flag. [David Schleef]
6776 * Inline g_string_append_c() when possible. [Owen Taylor, Tim]
6777 * Wrap waitpid() as a GSource. [Jonathan R. Blandford]
6778 * Add g_completion_complete_utf8(). [Theppitak Karoonboonyanan, 
6779   Matthias]
6780 * Add g_strsplit_set(). [Soeren]
6781 * Documentation improvements. [Vincent Untz, Sebastian Wilhelmi, 
6782   Soeren, Matthias]
6783 * Win32 build fixes. [Tor Lillqvist]
6784 * Misc bugfixes [Manish Singh, Noah Levitt, Simon Josefsson, 
6785   Morten Welinder, Damien Carbery, Julio M. Merino Vidal, Sebastian, 
6786   Matthias]
6787 * Updated translations (nn,cs,it,ko,sq,ms,az,hr,uk,sr,sr@Latn,sq,ta)
6788
6789 Overview of Changes from GLib 2.3.1 to GLib 2.3.2
6790 =================================================
6791
6792 * Add G_MAXSIZE. [Manish Singh]
6793 * Add g_rand_new_with_seed_array(), g_rand_set_seed_array(),
6794   implementing the init-by-array functionality of the 
6795   original mersenne twister. Add g_rand_copy(). Improve seeding. 
6796   [George Lebl]
6797 * Add a lowercase_name option to glib-mkenums. [Murray Cumming]
6798 * Add g_ptr_array_foreach(). [Matthias Clasen]
6799 * Add g_timer_continue(). [Tim-Philipp Müller]
6800 * Fix a threadsafety issue in mem chunks. [Matthias, Balazs Scheidler]
6801 * Fix g_filename_{to,from}_utf8() on Win32 and improve 
6802   g_file_test() there too [Hans Breuer] 
6803 * Add a boxed type for NULL-terminated string arrays.  [Matthias]
6804 * Add G_DEFINE_TYPE() plus variants to ease the constuction
6805   of GObject boilerplate code.  [Tim Janik]
6806 * Support & in password GECOS field [Matthias, Soeren Boll Overgaard]
6807 * Documentation improvements [Matthias, Manish]
6808 * Win32 build fixes [Hans]
6809 * Misc bug fixes [Damien Carbery, Matthias, Manish, Olivier Poncet, 
6810   Zack Rusin]
6811 * Updated translations (ar,de,fa,ga,mn,nn,no,sq)
6812
6813 Overview of Changes from GLib 2.3.0 to GLib-2.3.1
6814 =================================================
6815
6816 * Add glib/gi18n.h and glib/gi18n-lib.h for common
6817   gettext support, including a Q_() macro for translation
6818   with context [Matthias Clasen]
6819 * Add a more flexible G_FILENAME_ENCODING variable
6820   as a replacement for G_BROKEN_FILENAMES [Matthias]
6821 * Fix the return value g_main_context_iterate() for
6822   newly ready sources [Padraig O'Briain]
6823 * Handle Hangul composition for normalization [Noah Levitt]
6824 * Add G_{MIN,MAX,MAXU}INT{8,16,32}. [Mark Jones, Matthias]
6825 * Add G_GSIZE_FORMAT/G_SSIZE_FORMAT [Manish Singh]
6826 * Add G_STRFUNC as a portable wrapper for __func__ [Tim Janik]
6827 * Documentation improvements [Matthias]
6828 * GObject [Tim Janik]
6829  - Support '-' in g_signal_connect()/disconnect() names
6830    like 'swapped-signal'.
6831  - Add g_type_class_peek_static() and use to optimize
6832    g_object_new() for static types [Tim]
6833  - Allow setting construct-only properties from within
6834    init() implementations
6835  - Enforce readability/writeability in g_object_set/get()
6836 * Fix bug with g_ascii_strtod and multi-byte separator.
6837   [Behdad Esfahbod, Roozbeh Pournader]  
6838 * Misc bug fixes [Matthias, John Ehresman, Andrew Lanoix,
6839   Tor Lillqvist, Mark McLoughlin, Tim-Philipp Müller, Manish, 
6840   Morten Welinder]
6841 * Updated translations (ca,cs,da,es,fr,ja,nn,no,pt,ru)
6842
6843 Overview of Changes from GLib 2.2.x to GLib-2.3.0
6844 =================================================
6845
6846 * Replace Trio printf by gnulib vasnprintf [Matthias Clasen]
6847 * Update Unicode data to Unicode 4.0 [Noah Levitt]
6848 * Support XML-safe formatted output with 
6849   g_markup_[v]printf_escaped [Owen Taylor]
6850 * Add g_file_read_link to read symbolic links [Matthias]
6851 * Add g_unichar_get_mirror_char to obtain the 
6852   mirrored variant of a character [Noah]
6853 * Support for one-time initialization functions. 
6854   [Sebastian Wilhelmi]
6855 * Miscellaneous API additions: g_vasprintf
6856   g_string_chunk_insert_len, g_setenv, g_unsetenv [Matthias]
6857 * Docs improvements [Matthias]
6858 * Add support instance-private data on classed types
6859   [Mark McLoughlin, Tim Janik, Owen]
6860 * Optimize signal emissions [Soeren Sandmann, Tim]
6861 * Support a "default vtable" per interface [Tim]
6862 * Add support for properties on interfaces [Owen, Tim]
6863 * Miscellaneous API additions: g_value_take_string(),
6864   g_value_take_param(), g_value_take_object(), 
6865   g_value_take_boxed(). [Matthias]
6866 * Win32 build fixes [Tor Lillqvist]
6867
6868 Overview of Changes from GLib 2.1.5 to GLib-2.2.0
6869 =================================================
6870
6871 * Fix a problem with g_thread_init() on 64-bit problems
6872   [Alceste Scalas, Sebastian Wilhelmi]
6873 * Add assembly implementations of byteswap macros
6874   for ia64 and x86_64. [Manish Singh]
6875 * IOChannel fixes for Win32 [Tor Lillqvist, Thorsten Maerz]
6876 * Updated translations (bg,ca,es,da,fi,lv,ru,sk)
6877
6878 Overview of Changes from GLib 2.1.4 to GLib-2.1.5
6879 =================================================
6880
6881 * Win32 bug fixes [Tor Lillqvist]
6882 * Various post-rewrite fixes for glib-gettext.m4 [Owen Taylor,
6883   Jody Goldberg, Kjartan Maraas, Johannes Stezenbach]
6884 * Ensure we have a GUINT64_FORMAT by pulling in Trio
6885   if necessary [Manish Singh]
6886 * Further Trio build fixes [Matthias Clasen, Owen]
6887 * Hack around gcc, libtool issues with -pthread [Owen]
6888 * Docs improvements [Matthias]
6889 * Bug and portability fixes 
6890 * Updated and new translations (bg,de,fi,fr,sq,fr)
6891
6892 Other contributors: Kai Poitschke, Morten Welinder
6893
6894 Overview of Changes from GLib 2.1.3 to GLib-2.1.4
6895 =================================================
6896
6897 * autoconf changes to make it possible to cross compile
6898   GLib. [Owen Taylor, Dan Kegel, Amy Lin, Dimi Shahbaz, 
6899   Johannes Stezenbach]
6900 * Use libintl when it has bind_textdomain_codeset() and
6901   GLib doesn't. [Owen]
6902 * Improve generation of pseudo-random integers [Morten Welinder, 
6903   Sebastian Wilhelmi]
6904 * Avoid literal UTF-8 in favor of octal escapes [Owen, Tomas Ogren]
6905 * Cleanup include order [Sven Neumann]
6906 * autoconf cleanups and bug fixes [Daniel, Matthias Clasen, Owen]
6907 * Doc fixes and additions [Matthias]
6908
6909 Other contributors: James M. Cape, Frederic Crozat, Martin Gansser,
6910   Phuc LeHong, Manish Singh, Joshua Weage, Morten Welinder
6911
6912 Overview of Changes from GLib 2.0.x to GLib-2.1.x
6913 =================================================
6914
6915 * Add copy of the Trio library to build and use for printf() when 
6916   system printf isn't good enough. Add g_printf()/etc. [Matthias Clasen]
6917 * Add g_str_has_suffix()/g_str_has_prefix() [Alex Larsson]
6918 * Add g_markup_parse_context_get_element() [Matthias]
6919 * Add g_utf8_strreverse [Matthias]
6920 * Add g_ascii_strtoull() [Tim Janik]
6921 * Support scanning of 64-bit values with GScanner [Tim]
6922 * Add g_set/get_application_name() [Havoc Pennington]
6923 * Add G_LIKELY()/G_UNLIKELY() macros for hinting branch probabilities. 
6924   Use for g_return_if_fail(). [Matthias Clasen]
6925 * Add G_GNUC_DEPRECATED macro [Tom Tromey]
6926 * Improve the seeding algorithm of GRandom to avoid problems
6927   with certain pathological seeds. Support G_RANDOM_VERSION=2.0
6928   environment variable. [Sebastian Wilhelmi]
6929 * Improve thread configure checks, use -pthread where applicable
6930   [Sebastian]
6931 * Improve handlng of thread priorities [Sebastian]
6932 * Fix up parameter names that might shadow functions from
6933   system headers [Soeren Sandmann]
6934 * Clean up usage of deprecated functions [Manish Singh]
6935 * Docs fixes and improvements. In particular, include "Since" information.
6936   [Matthias, Soeren, Martin Schulze, Daryll Strauss, Bill Janssen, 
6937   Owen Taylor, Morten Welinder]. 
6938
6939 Overview of Changes in GLib 2.0.7
6940 =================================
6941
6942 * Fix C++ warnings in gtype.h [Dom Lachowicz]
6943 * Fix g_type_fundamental_next() [Tim Janik]
6944 * Fix various missing includes of config.h [Morten Welinder]
6945 * Handle main loop initialization before g_thread_init [Sebastian Wilhelmi]
6946 * Various 64-bit fixes [Manish Singh]
6947 * Fix GPoll on Win32 [Tor Lillqvist, Herman Bloggs]
6948 * Fix bug with buffering on UTF-8 IOChannels [Daniel Elstner]
6949 * Misc bug and build fixes [Soren Andersen, Gustavo Carneiro, Tor,
6950      Tim, Havoc Pennington,  Matthias Clasen, Sebastian Rittau,
6951      Masahiro Sakai, Arvind Samptur, HideToshi Tajima, Owen Taylor]
6952 * Updated and new translations (be,cs,de,*fa,it,lv,pt_BR,tr)
6953
6954 Overview of Changes in GLib 2.0.6
6955 =================================
6956
6957 * Fix problem with interface prerequisites [Jon Trowbridge, Dave Camp]
6958 * Clean up debug spew from GObject [Anders Carlsson]
6959 * Compiler warning fixes [David L. Cooper II]
6960 * Fix some problems with g_build_path() [Guillaume Chazarain, Owen Taylor]
6961 * Fixes for --disable-debug [Sebastian Wilhelmi]
6962 * Threading fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann, 
6963   Rajkumar Sivasamy, Laurent Vivier]
6964 * Documentation fixes [Jacob Berkman, Manuel Clos, Jared Dukat, 
6965   Sebastian Rittau, Linus Welleij]
6966 * Misc bug fixes [Anders Carlsson, Sam Couter, Morten Welinder, Owen]
6967 * Updated translations (bg,ko,vi)
6968
6969 Overview of Changes in GLib 2.0.5
6970 =================================
6971
6972 * Fix problem with interface prerequisites [Jon Trowbridge, Dave Camp]
6973 * Clean up debug spew from GObject [Anders Carlsson]
6974 * Compiler warning fixes [David L. Cooper II]
6975 * Fix some problems with g_build_path() [Guillaume Chazarain, Owen Taylor]
6976 * Fixes for --disable-debug [Sebastian Wilhelmi]
6977 * Threading fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann, 
6978   Rajkumar Sivasamy, Laurent Vivier]
6979 * Documentation fixes [Jacob Berkman, Manuel Clos, Jared Dukat, 
6980   Sebastian Rittau, Linus Welleij]
6981 * Misc bug fixes [Anders Carlsson, Sam Couter, Morten Welinder, Owen]
6982 * Updated translations (bg,ko,vi)
6983
6984 Overview of Changes in GLib 2.0.4
6985 =================================
6986
6987 * Fix some 64-bit problems. (George Lebl, David L. Cooper II)
6988 * Add note about Tru64 iconv to INSTALL. (Manuel Op de Coul)
6989 * Fix problem with timouts > MAXINT. (Tim Janik, Owen Taylor)
6990 * Updated translations (ca,es,fr,ja,gl,ms,nl,pl,pt,ru)
6991
6992 Overview of Changes in GLib 2.0.3
6993 =================================
6994
6995 * Handle sorting 0-length arrays (Ron Arts)
6996 * Threading fixes (Sebastian Wilhelmi)
6997 * Portability fixes (Miroslaw Dobrzanski-Neumann, Jacob Berkman, Gareth Pierce, 
6998   Sebastian, Qingjiang Yuan)
6999 * Various fixes for glib-2.0.m4. (Jim Gettys, others.)
7000 * Locate right glib-genmarshal when cross-compiling. (Mitch Natterer)
7001 * Win32 fixes (Tor Lillqvist)
7002 * Try to fix g_get_charset() related segfaults. (Owen)
7003 * Fixes for gettext detection. (Dan Winship, HideToshi Tajima, Boyd Lynn Gerber,
7004   Andrew P. Lentvorski, Jr.)
7005 * Fix g_scanner_unexp_token() (Tim Janik, Sven Neumann)
7006 * g_markup fixes. (Matthias Clasen.)
7007 * Bug fixes and cleanups (Daniel Elstner, Matthias, Laszlo Peter, Morten Welinder,
7008   Wayne Schuller)
7009
7010 Overview of Changes in GLib 2.0.1
7011 =================================
7012
7013 * Portability fixes for Sun's Forte compiler [Erwann Chenede]
7014 * Performance improvements for GObject parameter lookup, 
7015   g_filename_to/from_utf8() [Alex Larsson]
7016 * Actually check interface prerequisites [Matthias Clasen,
7017   Miroslaw Dobrzanski-Neumann]
7018 * Fix problem with glib-mkenums taking huge amounts of stack. [Owen Taylor]
7019 * Fix g_signal_handlers_disconnect_by_func() for C++ [Damien Sandras]
7020 * Fixes for g_log() and threading.
7021   [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann, Tim Janik]
7022 * Make g_print(), g_printerr(), g_warning(), etc, convert from
7023   UTF-8 to the encoding of the locale [Sebastian Wilhelmi, Tim]
7024 * Fixes for GIOChannel on windows. [Tor Lillqvist]
7025 * Fix gsize/gint mismatches in giochannel.c [Miroslaw Dobrzanski-Neumann]
7026 * Fix file descriptor leak in g_file_get_contents() [Matthias]
7027 * Workaround iconv() problems on older Solaris [Lauri Alanko]
7028 * Fix warnings with gcc-3.1 about asm const [Cody Russel]
7029 * Minor bug fixes.
7030
7031 Other contributors: Hans Breuer, LEE Sau Dan, Sven Neumann, Salmaso Raffaele,
7032   Akira Tagoh, Morten Welinder
7033
7034
7035 Overview of Changes in GLib 2.0.0
7036 =================================
7037
7038 * Thread portability fixes [Sebastian Wilhelmi]
7039 * Documentation updates [Owen Taylor]
7040 * Make g_strerror(), g_strsignal() properly return UTF-8,
7041   call bind_text_domain_codeset() so that error strings
7042   are in UTF-8 as well. [Owen, Tor Lillqvist]
7043
7044 Overview of Changes in GLib 2.0.0 rc1:
7045 ======================================
7046
7047 * Win32 fixes [Tor Lillqvist]
7048 * Portability fixes [Finlay Dobbie, Miroslaw Dobrzanski-Neumann]
7049 * Fix up g_date_strftime [Daniel Elstner]
7050 * Add some structure padding [Tim Janik]
7051 * Make g_get_homedir() prefer the users home directory to $HOME
7052
7053 Other contributors: Matthias Clasen, Paolo Maggi, Christian Rose
7054
7055 Overview of Changes in GLib 1.3.15:
7056 ===================================
7057
7058 * Speed up marshalers by using private access to GValue 
7059   [Anders Carlsson, Tim Janik]
7060 * Reduce GValue to 2 elements [Tim]
7061 * Add G_DEBUG environment variable, G_DEBUG=fatal_warnings [Matthias Clasen]
7062 * Fixes for AIX compilation [Miroslaw Dobrzanski-Neumann]
7063 * Add padding to various structures [Owen Taylor, Tim]
7064 * Win32 fixes [Tor Lillqvist]
7065
7066 Other contributors: James Henstridge, Ryan Lovett, Morten Welinder,
7067   Daniel Elstner
7068
7069 Overview of Changes in GLib 1.3.14:
7070 ===================================
7071
7072 * Register value transformations for gint64, guint64 [Andy Wingo]
7073 * Build with large-file support [Sven Neumann, Owen Taylor]
7074 * Fix handling of hostnames in URI's [Darin Adler]
7075 * Main loop bug fixes [Havoc Pennington, Owen]
7076 * Doc fixes and improvements [Manish Singh, Tim Janik]
7077 * Support ' as attribute delimiters in GMarkup [Matthias Clasen]
7078 * Win32 fixes [Hans Breuer, Tor Lillqvist]
7079 * Threading bug and build fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann]
7080 * Miscellaneous bug fixes
7081
7082 Other contributors: Matthias Clasen, James Henstridge, Mitch Natterer, 
7083   Morten Welinder.
7084
7085 Overview of Changes in GLib 1.3.13:
7086 ===================================
7087
7088 * Fix g_filename_to/from_uri for Win32 [Tor Lillqvist, Darin Adler]
7089 * Miscellaneous win32 fixes [Tor, Hans Breuer]
7090 * Fix thread options for gcc on AIX [Jerome Zago, Sebastian Wilhelmi]
7091 * Documentation improvements [Ron Steinke, Matthias, Sebastian]
7092 * Cache iconv converters as used by g_convert() [Jeffrey Stedfast]
7093 * Bug fixes [Sven Neumann, Owen Taylor, Matthias Clasen, Jeffrey,
7094   Laszlo Peter, Havoc Pennington, Tim Janik]
7095
7096 Overview of Changes in GLib 1.3.12:
7097 ===================================
7098
7099 * Implement closure chaining, fixing up API (Tim Janik)
7100 * Closure chaining test case (James Henstridge)
7101 * Make GType long not int where both are equal width (Tim)
7102 * Win32 fixes and improvements (Hans Breuer, Tor Lillqvist)
7103 * Fixes for NetBSD. (Dan Winship)
7104 * Use snprintf() for g_printf_string_upper_bound() where possible. (Matthias Clasen)
7105 * Save space for GBSearchArray (Tim Janik)
7106 * Documentation improvements. (Matthias, Sven Neumann, Havoc Pennington)
7107
7108 Other contributors: Darin Adler, Chris Blizzard, Anders Carlson, Daniel Elstner, Michael Meeks, 
7109   Mark McLoughlin, Dave Neary, Manish Singh, Owen Taylor, HideToshi Tajima, 
7110   Sebastian Wilhelmi.
7111
7112
7113 Overview of Changes in GLib 1.3.11:
7114 ===================================
7115
7116 * Win32 fixes [Hans Breuer, Tor Lillqvist]
7117 * Documentation improvements [Matthias Clasen]
7118 * Portable directory handling API [Hans]
7119 * Threading fixes [Sebastian Wilhelmi, Havoc Pennington]
7120 * Fix excess relocations in Unicode tables [Andrew Taylor]
7121 * Fix gpattern for UTF-8 [Matthias Clasen]
7122 * Support overriding class closures [Tim Janik]
7123 * Support for derivation from G_TYPE_POINTER [Owen Taylor]
7124 * Hide pointers to type information inside GType to reduce locking
7125   [Alex Larsson, Tim]
7126 * Adds check for direct inclusion of gobject/*.h [Owen]
7127 * GObject API cleanups [Tim]
7128
7129 Other contributors: Darin Adler, Jacob Berkman, Daniel Egger, Eric Lemings, 
7130   Michael Meeks, Mark McLoughlin, Arkadiusz Miskiewicz, Dan Winship
7131
7132
7133 Overview of Changes in GLib 1.3.10:
7134 ===================================
7135
7136 * Many Win32 fixes and improvements [Tor Lillqvist]
7137 * Documentation improvements [Matthias Clasen]
7138 * g_string_printfa() renamed to g_string_append_printf()
7139 * Use libcharset from libiconv to implement charset detection
7140   more portably. [Owen Taylor, Hidetoshi Tajima]
7141 * Add 64 bit type support to GObject [Joshua Pritikin, Mathieu Lacage, Owen]
7142 * Make support for 64 bit integers a requirement [Joshua]
7143 * GPattern improvements [Tim Janik, Matthias]
7144 * Locale independent g_ascii_strtod / g_ascii_dtostr [Alex Larsson]
7145 * Many bug fixes and minor tweaks.
7146
7147 Other Contributors: Darin Adler, Jakub Jelinek, James Antill, Andrew Taylor,
7148   Ben Gertzfield, Elliot Lee, Manish Singh, Abel Cheung, Laszlo Peter,
7149   Sven Neumann, George Lebl, Raja Harinath, Sebastian Wilhelmi,
7150   Jacob Berkman
7151
7152
7153 Overview of Changes in GLib 1.3.9:
7154 ==================================
7155
7156 * Fixes for comparison of threads [Sebastian Wilhelmi]
7157 * Use vasprintf() when possible for g_strdup_printf [Matthias Clasen]
7158 * Win32 fixes [Tor Lillqvist, Hans Breuer]
7159 * Add a len argument to g_ascii_strup/strdown
7160 * Bug, portability fixes, cleanups.
7161
7162 Other Contributors: Darin Adler, Katsuhiro Okuno, Joshua N. Pritikin
7163
7164
7165 Overview of Changes in GLib 1.3.8:
7166 ==================================
7167
7168 * Documentation updates [Owen]
7169 * Made GType interfaces overridable in derived types
7170 * Many win32 fixes [Tor Lillqvist]
7171 * Miscellaneous cleanups and fixes
7172
7173 Other contributors:
7174   Darin Adler, Matthias Clasen, Ron Steinke, Hans Breuer, Alex Larsson
7175
7176
7177 Overview of Changes in GLib 1.3.7:
7178 ==================================
7179
7180 * Integrate GClosure support into the main loop [Owen Taylor]
7181 * More GSignal convenience functions (macros) [Sven Neumann, Tim Janik]
7182 * Introduced weak references for GObject [James Henstridge, Sven, Tim] 
7183 * Minor hash table optimizations
7184 * Main loop and threading improvements [Sebastian Wilhelmi]
7185 * Added g_ascii_* functions to be used for locale insensitive UTF-8
7186   compliant code instead of old string functions  [Darin Adler, Alex Larsson]
7187 * Add functions for Unicode case-conversion, normalization, and 
7188   collation [Owen]* GString improvements [Owen]
7189 * Reworked the GIOChannel code [Hidetoshi Tajima, Ron Steinke]
7190 * Removed glib-config-2.0 in favour of pkgconfig [Sebastian]
7191 * Make code 64bit clean [Mark Murnane]
7192 * More G_CONST_RETURN fixes
7193 * Many improvements to the win32 code [Tor Lillqvist, Hans Breuer]
7194 * Miscellaneous bug and API fixes
7195
7196 Other contributors:
7197   Michael Natterer, Christopher James Lahey, Padraig O'Briain,
7198   Matthias Clasen, Josh Pritikin, Steve Baker, Cesar Rincon, Garry R. Osgood,
7199   Michael Meeks, Laszlo Peter,  Martin Baulig, Kjartan Maraas, Andrew Lanoix,
7200   Peter Williams
7201
7202
7203 Overview of Changes in GLib 1.3.6:
7204 ==================================
7205
7206 * Threads have a "return value" from g_thread_join
7207 * Removed ability to adjust thread stack size
7208 * Prefix warnings with progname/PID by default, change toggle for this to 
7209   be an env variable G_MESSAGES_PREFIXED not a compile-time option
7210 * GMarkup speedups
7211 * GDate const, convenience fixups
7212 * Include test cases that headers are compilable by C++ compiler
7213 * Add ability to spawn processes with argv[0] != executable path.
7214 * g_strstr_len, g_strrstr, g_strrstr_len
7215 * Add length argument to g_utf8_strchr and g_utf8_strrchr.
7216 * Misc bug fixes
7217
7218
7219 Overview of Changes in GLib 1.3.5:
7220 ==================================
7221
7222 * Added an installed glib-mkenums Perl program for parsing enumeration
7223   declarations from header files.
7224 * Mark some additional deprecated functions.
7225 * Bug and Portability fixes
7226
7227
7228 Overview of Changes in GLib 1.3.4:
7229 ==================================
7230
7231 * Efficiency improvements for GThreadPool
7232 * A few bug fixes
7233 * Build fixes
7234 * Documentation improvements
7235
7236
7237 Overview of Changes in GLib 1.3.3:
7238 ==================================
7239
7240 GLib:
7241
7242 * More user_data support in various functions.
7243 * Main loop API revamps to support per-thread main loops.
7244 * Unicode handling improvements.
7245 * Implemented debugging traps.
7246 * G_CONST_RETURN specification all over the place.
7247 * Various new small utility functions.
7248 * Random number generator precision improvements.
7249 * New configure option --disable-mem-pools.
7250 * Many Win32 improvements.
7251 * Added g_try_malloc() friends varinats.
7252 * Many documentation improvements.
7253 * Many threading improvements, support for dynamic allocation
7254   of static mutexes.
7255 * GHookLIst API cleanups.
7256 * Improved format support of GDate parser.
7257 * String function speed improvements with new g_stpcpy().
7258 * Hashtable API additions.
7259 * New GPatternSpec for shell-style pattern matching (from GtkPatternSpec).
7260 * Optimizations, cleanups, bug fixes.
7261
7262 GObject:
7263
7264 * Added many convenience functions.
7265 * GClosure and GParamSpec use float/sink ref-counting scheme now.
7266 * Reworked property change notification.
7267 * Binary searchable array cleanups, so it's widely usable now.
7268 * Added static content keeping for some GValue types.
7269 * Support for statically scoped signal parameters.
7270 * Extinguished property trailer args in set/get interface.
7271 * Added support for abstract types.
7272 * G_CONST_RETURN specification all over the place.
7273 * Split parameter exchange functionality into value transforms
7274   and parameter conversions.
7275 * Added signal emission hooks and signal accumulators.
7276 * Added interface prerequisites to support is_a (interface, object)
7277   relations.
7278 * Implemented GValueArray.
7279 * New types, boxed: G_TYPE_VALUE, G_TYPE_CLOSURE, G_TYPE_GSTRING
7280   GParamSpecs: G_TYPE_PARAM_PARAM, G_TYPE_PARAM_POINTER, G_TYPE_PARAM_CLOSURE,
7281   G_TYPE_VALUE_ARRAY, G_TYPE_PARAM_UNICHAR, G_TYPE_PARAM_VALUE_ARRAY.
7282 * Varrags value collection improvements.
7283 * Implemented debugging traps.
7284 * Made things thread-safe.
7285 * Many documentation improvements.
7286 * Many cleanups, optimizations and bug fixes.
7287
7288
7289 Overview of Changes in GLib 1.3.2:
7290 ==================================
7291
7292 GLib:
7293
7294 * Win32 build improvements  [Tor]
7295 * Improvements to error reporting  
7296   (g_critical(), g_return_if_reached()) [Darin]
7297 * Add g_strlcpy/g_strlcat  [David Wheeler]
7298 * New IO channel implementation for Win32  [Tor] 
7299 * Make g_array_free, g_string_free return pointer to memory requested
7300   not to be freed.  [Darin]
7301 * Added GError based error reporting for thread functions.  [Sebastian]
7302 * Moved reference docs into GLib distribution. [Owen]
7303 * Added g_convert() for doing convenient character set conversions based
7304   on iconv. (GLib now requires libiconv or a native iconv.) [Havoc/Owen]
7305 * Various Unicode handling additions (g_ucs4_to_utf8, g_utf8_validate(),
7306   g_{locale,filename}_{to,from}_utf8)  [Robert/Havoc/Owen]
7307 * Portability fixes for threading.  [Sebastian]
7308 * Added convenient functions for launching new processes (g_spawn_*),
7309   and shell quoting/unquoting functions.  [Havoc]
7310 * Split glib.h into many headers.  [Sebastian]
7311 * Added a simple callback-based parser for XML-like files (GMarkup).  [Havoc]
7312 * Fixed confusions between comparison functions that return <0, 0, >0
7313   and equaility functions that return FALSE,TRUE.  [Sebastian]
7314 * Added safe/portable temporary file manipulation functions.  [Tor]
7315 * autoconf improvements.  [Raja]
7316 * Many documentation improvements.
7317 * Bug fixes.
7318
7319 GObject:
7320
7321 * Added boxed and pointer types.  [Tim/Jonathan]
7322 * Added callback abstraction (GClosure)  [Tim]
7323 * Added signal system (GSignal)  [Tim]
7324 * Make GTypePlugin an interface  [Tim]
7325 * Added GTypeModule - a simple GTypePlugin instantiation  [Owen]
7326 * Bug fixes.
7327
7328
7329 What's new in GLib 1.3.1:
7330 =========================
7331
7332 * New GObject library added including object system based on
7333   the GTK+ object system. 
7334 * Functions for getting the properties of Unicode characters, 
7335   computing the canonical decomposition and ordering combining
7336   characters aand manipulating UTF-8 string manipulation based
7337   on libunicode.
7338 * GString now properly handles embedded nuls.
7339 * Multiple fixes from the 1.2.x branch.
7340 * Upgrade to libtool 1.3.3
7341 * Full thread support (thread creation and destruction).
7342 * BeOS port, BeOS dynamic modules.
7343 * Many improvements to the Windows ports.
7344 * Improvements to the OS/2 port, OS/2 module support.
7345 * Double ended queue implementation.
7346 * GLib macros for printf() formatting, e.g. G_GULONG_FORMAT = "lu"
7347 * New configure option --enable-msg-prefix to prefix messages, warnings
7348   et ceteri with the program name and the process id.
7349 * New thread-safe random number generator Mersenne Twister.
7350 * g_strcompress() added, g_strescape() had a slight API change, and
7351   more tightly defined semantics.
7352 * the g_string(x) macro has been removed, #x may be used instead.
7353                                 
7354