summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stef@thewalter.net>2014-09-17 18:14:51 +0200
committerStef Walter <stefw@redhat.com>2014-09-18 09:20:28 +0200
commitdcb724b3ca3a452e06fe43ecfaf6b5f98dfb0b6d (patch)
tree6b5cabc410d004c51f467cfff1971a27b5a3e060
parentbf63d92de7537b3aca1886ad0ed5dd1e6f8cfd94 (diff)
downloadp11-kit-0.20.7.tar.gz
Release version 0.20.70.20.7
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index fc32c06..7202da5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+0.20.7 (stable)
+ * New public pkcs11x.h header containing extensions [#83495]
+ * Export necessary defines to lookup attached extensions [#83495]
+ * Build fixes
+
0.20.6 (stable)
* Make the p11-kit-proxy.so module respect critical = no [#83651]
* Build fix for FreeBSD [#75674]
diff --git a/configure.ac b/configure.ac
index 21cd4d1..a50f368 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ(2.61)
AC_INIT([p11-kit],
- [0.20.6],
+ [0.20.7],
[https://bugs.freedesktop.org/enter_bug.cgi?product=p11-glue],
[p11-kit],
[http://p11-glue.freedesktop.org/p11-kit.html])