summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <withnall@endlessm.com>2019-09-02 14:25:55 +0100
committerPhilip Withnall <withnall@endlessm.com>2019-09-02 14:25:55 +0100
commita7da87e3e8dad5e53b2acf10617485d137a44ca5 (patch)
tree117e1ec3df0f694decaf12b8b909904523006607
parent2305afbeaa5dda5aa5a2f50d64090be73a00e2fc (diff)
2.60.72.60.7
Signed-off-by: Philip Withnall <withnall@endlessm.com>
-rw-r--r--NEWS13
-rw-r--r--meson.build2
2 files changed, 14 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 7ab14c530..41b59a594 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+Overview of changes in GLib 2.60.7
+==================================
+
+* Bugs fixed:
+ - #1819 Invalid characters in Open Location dialog crashes GIMP
+ - #1847 Setting GLIB_VERSION_{MIN_REQUIRED, MAX_ALLOWED} to before 2.56 triggers warnings
+ - !1012 Backport !1009 “gapplication: remove inactivity_timeout source on finalize” to glib-2-60
+ - !1013 Backport !1008 “gmessages: Only use structured logs if GLIB_VERSION_MAX_ALLOWED is ≥2.56” to glib-2-60
+ - !1061 Backport !966 “Resolve "Invalid characters in Open Location dialog crashes GIMP"” to glib-2-60
+ - !1065 Backport !1040 “GSettingsBackend - Fix thread-safety during destruction of GSettings instances...” to glib-2-60
+ - !1081 Backport !1017 “gdatetime: Avoid an assertion failure when parsing some ISO 8601 dates” to glib-2-60
+
+
Overview of changes in GLib 2.60.6
==================================
diff --git a/meson.build b/meson.build
index 578b69855..dd95c750b 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('glib', 'c', 'cpp',
- version : '2.60.6',
+ version : '2.60.7',
meson_version : '>= 0.48.0',
default_options : [
'buildtype=debugoptimized',