summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2013-03-18 22:27:48 +0100
committerStef Walter <stefw@gnome.org>2013-03-18 22:38:29 +0100
commitcaaeaffb86c572f996bec31f67443da2219def84 (patch)
treeddd589a2ca877fc26bfd62c96ac1179edde431cc /NEWS
parent6c47831b3bfc66e1e995fb27e80c23085bb41e08 (diff)
Release version 0.17.1
* Fix distcheck bugs surrounding the strndup() workaround
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS16
1 files changed, 16 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4112ddb..9fc946c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+0.17.1 (unstable)
+ * Support a p11-kit specific PKCS#11 attribute persistance format [#62156]
+ * Use the SHA1 hash of SPKI as the CKA_ID in the trust module by default [#62329]
+ * Refactor a trust builder which builds objects out of parsed data [#62329]
+ * Combine trust policy when extracting certificates [#61497]
+ * The extract --comment option adds comments to PEM bundles [#62029]
+ * A new 'priority' config option for ordering modules [#61978]
+ * Make each configured path its own trust module token [#61499]
+ * Use --with-trust-paths to configure trust module [#62327]
+ * Fix bug decoding some PEM files
+ * Better debug output for trust module lookups
+ * Work around bug in NSS when doing serial number lookups
+ * Work around broken strndup() function in firefox
+ * Fix the nickname for the distrusted attribute
+ * Build fixes
+
0.16.4 (stable)
* Display per command help again [#62153]
* Don't always print tools debug output [#62152]