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