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