From ca9f51b82f57e05f6b3c82b98c235623afa47573 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Mon, 21 Oct 2019 18:18:23 +0100 Subject: [PATCH] 2.62.2 Signed-off-by: Philip Withnall --- NEWS | 9 +++++++++ meson.build | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 1420f8b85..af14367fe 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +Overview of changes in GLib 2.62.2 +================================== + +* Bugs fixed: + - #1896 Use after free when calling g_dbus_connection_flush_sync() in a dedicated thread + - !1154 Backport !1152 “gwinhttpvfs: Handle g_get_prgname() returning NULL” to glib-2-62 + - !1156 Backport !1146 Solaris fixes to glib-2-62 + + Overview of changes in GLib 2.62.1 ================================== diff --git a/meson.build b/meson.build index 9103eb8a8..83774d045 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('glib', 'c', 'cpp', - version : '2.62.1', + version : '2.62.2', # NOTE: We keep this pinned at 0.49 because that's what Debian 10 ships meson_version : '>= 0.49.2', default_options : [