]> granicus.if.org Git - p11-kit/commitdiff
Release version 0.19.2 0.19.2
authorStef Walter <stef@thewalter.net>
Thu, 18 Jul 2013 10:26:07 +0000 (12:26 +0200)
committerStef Walter <stef@thewalter.net>
Thu, 18 Jul 2013 12:16:29 +0000 (14:16 +0200)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index ea42c8a67c7f54ca86c3f9abae4caa360cd36f9b..89135d38310f4f7bf2a928e399a1bf3a5c34b72e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,22 @@
-0.19.0 (unstable)
+0.19.2 (unstable)
+ * Add basic 'trust anchor' command to store a new anchor
+ * Support for writing out trust token objects
+ * Port to use CKA_PUBLIC_KEY_INFO and updated trust store spec
+ * Add option to use freebl for hashing
+ * Implement reloading of token data
+ * Fix warnings and possible minor bugs higlighted by code scanners
+ * Don't load configs in home directories when running setuid or setgid
+ * Support treating ~/.config as $XDG_CONFIG_HOME
+ * Use $XDG_DATA_HOME/pkcs11 as default user config directory
+ * Use $TMPDIR instead of $TEMP while testing
+ * Open files and fds with O_CLOEXEC
+ * Abort initialization if a critical module fails to load
+ * Don't use thread-unsafe functions: strerror, getpwuid
+ * Fix p11_kit_space_strlen() result when empty string
+ * Refactoring of where various components live
+ * Build fixes
+
+0.19.1 (unstable)
  * Refactor API to be able to handle managed modules
  * Deprecate much of old p11-kit API
  * Implement concept of managed modules
index 116fe7856556d063888549a1ffaf3e77b76edff1..1d5c217eff0e40d813b47217a07167b2a3a20343 100644 (file)
@@ -1,7 +1,7 @@
 AC_PREREQ(2.61)
 
 AC_INIT([p11-kit],
-       [0.19.1],
+       [0.19.2],
        [https://bugs.freedesktop.org/enter_bug.cgi?product=p11-glue],
        [p11-kit],
        [http://p11-glue.freedesktop.org/p11-kit.html])