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