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