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 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])