summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stef@thewalter.net>2014-08-07 13:39:23 +0200
committerStef Walter <stef@thewalter.net>2014-08-07 13:39:23 +0200
commit428f419d5ab15741f51c1bb44fa684e0e6a139b6 (patch)
tree58e6d161ad7919b4ffba69ddcf16fe585ee7db80
parent8bfecc0fc9de01e5a775a1264d6b79e83361a0c5 (diff)
downloadp11-kit-428f419d5ab15741f51c1bb44fa684e0e6a139b6.tar.gz
Release version 0.20.4
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f0f7182..4af6ceb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+0.20.4 (stable)
+ * Don't complain about C_Finalize after a fork
+ * Fix typo
+
0.20.3 (stable)
* Fix problems reinitializing managed modules after fork
* Fix bad bookeeping when fail initializing one of the modules
diff --git a/configure.ac b/configure.ac
index c0e0c50..16dc1ca 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ(2.61)
AC_INIT([p11-kit],
- [0.20.3],
+ [0.20.4],
[https://bugs.freedesktop.org/enter_bug.cgi?product=p11-glue],
[p11-kit],
[http://p11-glue.freedesktop.org/p11-kit.html])