]> git.proxmox.com Git - swtpm.git/commitdiff
CHANGES: Add documentation for changes in 0.5.0
authorStefan Berger <stefanb@linux.vnet.ibm.com>
Mon, 21 Sep 2020 16:38:00 +0000 (12:38 -0400)
committerStefan Berger <stefanb@us.ibm.com>
Wed, 7 Oct 2020 18:24:43 +0000 (14:24 -0400)
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
CHANGES

diff --git a/CHANGES b/CHANGES
index 452820ae657a35af5981682b6df93f888f2141da..8b757615dbdd770f458cf9e2214c8d54167775d6 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,23 @@
 CHANGES - changes for swtpm
 
+version 0.5.0:
+  - swtpm:
+    - Write files atomically using a temp file and then renaming
+  - swtpm_setup:
+    - Removed remaining 'c' wrapper program
+    - Do not truncate logfile when testing write-access (regression)
+    - Remove TPM state file in case error occurred
+  - swtpm-localca:
+    - Rewrite in python
+    - Allow passing pkcs11 PIN using signingkey_password
+    - Allow passing environment variables needed for pkcs11 modules using
+      swtpm-localca.conf and format 'env:VARNAME=VALUE'.
+  - build-sys:
+    - Add python-install and python-uninstall targets
+    - Add configure option to disable installation of Python module
+    - Use -Wl,-z,relro and -Wl,-z,now only when linking (clang)
+    - Use AC_LINK_IFELSE to check whether support for hardening flags
+
 version 0.4.0:
   - swtpm:
     - Invoke print capabilities after choosing TPM version