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