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