summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2013-02-05 15:05:12 +0100
committerStef Walter <stefw@gnome.org>2013-02-05 15:05:12 +0100
commite7fe6fd2cdde5e15a14abca39303c5049174f4f9 (patch)
tree8470ba53cea0e1b00b5d5a021978448590ce0e2f
parentf3a3e1e6a413dc93d0a1eb330a32404d803f5307 (diff)
downloadp11-kit-e7fe6fd2cdde5e15a14abca39303c5049174f4f9.tar.gz
Release version 0.15.10.15.1
* This is an unstable release
-rw-r--r--NEWS14
-rw-r--r--configure.ac2
2 files changed, 15 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d2eb42c..ec65626 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+0.15.1 (unstable)
+ * Fix some memory leaks
+ * Add a location for packages to drop module configs
+ * Documentation updates and fixes
+ * Add command line tool manual page
+ * Remove unused err() function and friends
+ * Move more code into common/ directory and refactor
+ * Add a system trust policy module
+ * Refactor how the p11-kit command line tool works
+ * Add p11-kit extract and extract-trust commands
+ * Don't complain if we cannot access ~/.pkcs11/pkcs11.conf
+ * Refuse to load the p11-kit-proxy.so as a registered module
+ * Don't fail initialization if last initialized module fails
+
0.14
* Change default for user-config to merge
* Always URI-encode the 'id' attribute in PKCS#11 URIs
diff --git a/configure.ac b/configure.ac
index 8f67a84..fc593cb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ(2.61)
AC_INIT([p11-kit],
- [0.14],
+ [0.15.1],
[https://bugs.freedesktop.org/enter_bug.cgi?product=p11-glue],
[p11-kit],
[http://p11-glue.freedesktop.org/p11-kit.html])