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