summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2020-02-09 19:58:45 +0100
committerRico Tzschichholz <ricotz@ubuntu.com>2020-02-09 20:02:46 +0100
commit56b10bc2c272f345536709f0abdaf857ba1b4080 (patch)
tree12f492a2c95745daa4f1b5e5d5919eeec4836169
parent2b646cc0a3ec9b84555ded92a7bd2bc053ac3890 (diff)
downloadlibgee-56b10bc2c272f345536709f0abdaf857ba1b4080.tar.gz
Release 0.20.30.20.3
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
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])