From a7da87e3e8dad5e53b2acf10617485d137a44ca5 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Mon, 2 Sep 2019 14:25:55 +0100 Subject: [PATCH] 2.60.7 Signed-off-by: Philip Withnall --- NEWS | 13 +++++++++++++ meson.build | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) 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',