summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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])