Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
Philip Withnall 2019-07-24 11:51:45 +01:00
parent 0c149089ca
commit 0a63daa964
2 changed files with 10 additions and 1 deletions

9
NEWS
View File

@ -1,3 +1,12 @@
Overview of changes in GLib 2.60.6
==================================
* Fix various bugs with use of the `GKeyfileSettingsBackend` within flatpaks (!984, !985, #1825)
* Bugs fixed:
- !993 Backport !984, !985 keyfile/portal fixes to glib-2-60
Overview of changes in GLib 2.60.5 Overview of changes in GLib 2.60.5
================================== ==================================

View File

@ -1,5 +1,5 @@
project('glib', 'c', 'cpp', project('glib', 'c', 'cpp',
version : '2.60.5', version : '2.60.6',
meson_version : '>= 0.48.0', meson_version : '>= 0.48.0',
default_options : [ default_options : [
'buildtype=debugoptimized', 'buildtype=debugoptimized',