summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2012-09-06 11:34:07 +0200
committerStef Walter <stefw@gnome.org>2012-09-06 11:34:07 +0200
commit37889e5f7ca5e2e45442f98dc84efb70d2acf907 (patch)
tree6d0c190c5a65ea730a0676b8f2dce3488f806e5b
parentbb6949da2fd071d879a13f8e24389fef697b451a (diff)
downloadp11-kit-0.14.tar.gz
Release version 0.140.14
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index dcd1ed7..d2eb42c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+0.14
+ * Change default for user-config to merge
+ * Always URI-encode the 'id' attribute in PKCS#11 URIs
+ * Expect a .module extension on module configs
+ * Windows compatibility fixes
+ * Testing fixes
+ * Build fixes
+
0.13
* Don't allow reading of PIN files larger than 4096 bytes
* If a module is not marked as critical then ignore init failure
diff --git a/configure.ac b/configure.ac
index 5b65a93..b0bf648 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ(2.61)
AC_INIT([p11-kit],
- [0.13],
+ [0.14],
[https://bugs.freedesktop.org/enter_bug.cgi?product=p11-glue],
[p11-kit],
[http://p11-glue.freedesktop.org/p11-kit.html])