summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <withnall@endlessm.com>2019-07-24 11:51:45 +0100
committerPhilip Withnall <withnall@endlessm.com>2019-07-24 11:51:45 +0100
commit0a63daa96426715498b55318f68a67baee40c509 (patch)
tree3190543b2152c5d1ac62a6e09fd1ec1e8893e2ce
parent0c149089ca1e8940c4d2bd404af560e10a0e96f3 (diff)
downloadglib-0a63daa96426715498b55318f68a67baee40c509.tar.gz
2.60.62.60.6
Signed-off-by: Philip Withnall <withnall@endlessm.com>
-rw-r--r--NEWS9
-rw-r--r--meson.build2
2 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index e5d72ea34..7ab14c530 100644
--- a/NEWS
+++ b/NEWS
@@ -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
==================================
diff --git a/meson.build b/meson.build
index d76d973e3..578b69855 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('glib', 'c', 'cpp',
- version : '2.60.5',
+ version : '2.60.6',
meson_version : '>= 0.48.0',
default_options : [
'buildtype=debugoptimized',