summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2013-03-18 23:20:14 +0100
committerStef Walter <stefw@gnome.org>2013-03-18 23:20:14 +0100
commit1d60d5a6b8c5784b7ac10098c3d9b513094f49a8 (patch)
treedc30c0482c5c11cb634119e63df4778b91a139ee
parent4ad4d5742037f156e07a4e28b202e49984e27a89 (diff)
downloadp11-kit-0.17.2.tar.gz
Release version 0.17.20.17.2
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 9fc946c..f5bf177 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+0.17.2 (unstable)
+ * Fix build on 32-bit linux
+ * Fix several crashers
+
0.17.1 (unstable)
* Support a p11-kit specific PKCS#11 attribute persistance format [#62156]
* Use the SHA1 hash of SPKI as the CKA_ID in the trust module by default [#62329]
diff --git a/configure.ac b/configure.ac
index 114f6e7..0ddcc15 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ(2.61)
AC_INIT([p11-kit],
- [0.17.1],
+ [0.17.2],
[https://bugs.freedesktop.org/enter_bug.cgi?product=p11-glue],
[p11-kit],
[http://p11-glue.freedesktop.org/p11-kit.html])