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