From 56b10bc2c272f345536709f0abdaf857ba1b4080 Mon Sep 17 00:00:00 2001 From: Rico Tzschichholz Date: Sun, 9 Feb 2020 19:58:45 +0100 Subject: Release 0.20.3 --- NEWS | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index e0fe26f..a6c0473 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +libgee 0.20.3 +============= + * Minor warning fixes for newer valac + * Guard GLib.Cond.wait/wait_until calls against spurious or stolen wakeups + libgee 0.20.2 ============= * Minor build fixes diff --git a/configure.ac b/configure.ac index 95040af..8138df1 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([libgee], [0.20.2], +AC_INIT([libgee], [0.20.3], [https://gitlab.gnome.org/GNOME/libgee/issues], [libgee], [https://wiki.gnome.org/Projects/Libgee]) -- cgit v1.2.1