diff options
author | Stef Walter <stefw@gnome.org> | 2012-09-06 11:34:07 +0200 |
---|---|---|
committer | Stef Walter <stefw@gnome.org> | 2012-09-06 11:34:07 +0200 |
commit | 37889e5f7ca5e2e45442f98dc84efb70d2acf907 (patch) | |
tree | 6d0c190c5a65ea730a0676b8f2dce3488f806e5b | |
parent | bb6949da2fd071d879a13f8e24389fef697b451a (diff) |
Release version 0.14
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -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]) |