]> git.proxmox.com Git - swtpm.git/commitdiff
CHANGES: Write changelog for v0.2.0
authorStefan Berger <stefanb@linux.vnet.ibm.com>
Tue, 16 Jul 2019 18:26:29 +0000 (14:26 -0400)
committerStefan Berger <stefanb@linux.vnet.ibm.com>
Tue, 16 Jul 2019 18:26:32 +0000 (14:26 -0400)
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
CHANGES

diff --git a/CHANGES b/CHANGES
index afb974d57a48fa1923a340794d709f16f11835df..704825fe7a025818580724e04d9247dc4530b0d2 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,11 @@
 version 0.2.0:
   - Linux: swtpm now runs with a seccomp profile (blacklist) if compiled with
            libseccomp support
+  - Added subpport for passing key and passphrase via file descriptor
+  - TPM 2 commands can now be prefixed by 'the TCG header' and responses will
+    have a 4-byte prefix and 4-byte suffix.
+  - Added --print-capabilities command line option
+  - Proper handling on EINTR on read, poll, and write
 
 version 0.1.0:
   first public release