diff options
author | Stef Walter <stef@thewalter.net> | 2013-07-18 12:26:07 +0200 |
---|---|---|
committer | Stef Walter <stef@thewalter.net> | 2013-07-18 14:16:29 +0200 |
commit | 263a83278bd305eb2951907faa3fe08a79fcdeec (patch) | |
tree | ea756604e63771fddc10593287bd478a0147cb33 | |
parent | d8532de9570fd7501b8b25ff10ab05392f3a1d42 (diff) |
Release version 0.19.2
-rw-r--r-- | NEWS | 20 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 20 insertions, 2 deletions
@@ -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 diff --git a/configure.ac b/configure.ac index 116fe78..1d5c217 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) |