summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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])