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