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