summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <withnall@endlessm.com>2019-07-09 11:56:55 +0100
committerPhilip Withnall <withnall@endlessm.com>2019-07-09 11:56:55 +0100
commitcffe8efd0a367cb08c651533ee07e049f3765edc (patch)
treedd3c87b1cdd661dbc8e3295dc91105e11ca7a7cf
parent6c3a821d3975e4b312935af3dbfb1c0cb6731357 (diff)
2.60.52.60.5
Signed-off-by: Philip Withnall <withnall@endlessm.com>
-rw-r--r--NEWS16
-rw-r--r--meson.build2
2 files changed, 17 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 12a50b291..e5d72ea34 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+Overview of changes in GLib 2.60.5
+==================================
+
+* Fix implicit use of the `GKeyfileSettingsBackend` (#1822)
+
+* Fix opening a URI using the ‘Open URI’ portal (!968)
+
+* Bugs fixed:
+ - !910 Backport !909 “D-Bus auth mechanism improvements” to glib-2-60
+ - !949 Backport !945 “Avoid overrunning stack at the end of the varargs.” to glib-2-60
+ - !956 Backport !954 “Fix the ISO 15924 code for Manichaean” to glib-2-60
+ - !958 gthread: fix minor errno problem in GCond
+ - !969 Backport !968 ”Fix typo in request handle” to glib-2-60
+ - !977 Backport !974 “Ensure that the keyfile settings backend exists” to glib-2-60
+
+
Overview of changes in GLib 2.60.4
==================================
diff --git a/meson.build b/meson.build
index 832044947..d76d973e3 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('glib', 'c', 'cpp',
- version : '2.60.4',
+ version : '2.60.5',
meson_version : '>= 0.48.0',
default_options : [
'buildtype=debugoptimized',