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