summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2013-03-08 14:18:53 +0100
committerStef Walter <stefw@gnome.org>2013-03-08 14:18:53 +0100
commit347ac14998835ee18e5958a8b7c9aa1afec8eaa2 (patch)
tree05d734dd3bf3af241c37741c3fa03dd35c9a6c8d
parentba9cb5cab824fa4180355def6bc2e464b4e24ab0 (diff)
downloadp11-kit-0.16.2.tar.gz
Release 0.16.20.16.2
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 64729df..027a432 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+0.16.2 (stable)
+ * Fix regression in 'p11-kit extract --purpose' option [#62009]
+ * Documentation updates
+ * Build fixes [#62001, ...]
+
0.16.1 (stable)
* Don't break when cA field of BasicConstraints is missing [#61975]
* Documentation fixes and updates
diff --git a/configure.ac b/configure.ac
index b7972dc..0f8c8c0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ(2.61)
AC_INIT([p11-kit],
- [0.16.1],
+ [0.16.2],
[https://bugs.freedesktop.org/enter_bug.cgi?product=p11-glue],
[p11-kit],
[http://p11-glue.freedesktop.org/p11-kit.html])