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