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