]> git.proxmox.com Git - swtpm.git/commitdiff
CHANGES: Add more documentation for changes in 0.6.0
authorStefan Berger <stefanb@linux.ibm.com>
Wed, 2 Jun 2021 20:02:13 +0000 (16:02 -0400)
committerStefan Berger <stefanb@us.ibm.com>
Fri, 4 Jun 2021 20:04:09 +0000 (16:04 -0400)
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
CHANGES

diff --git a/CHANGES b/CHANGES
index d65e1ac1d4d325da66adb23748b29eb775d70c2a..69200113377eae15b8c1b20154c7bf8450f4b95c 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,10 +1,24 @@
 CHANGES - changes for swtpm
 
-version 0.6.0
+version 0.6.0:
+  - swtpm:
+    - Fix --print-capabilities for 'swtpm chardev'
+    - Various cleanups and fixes (coverity)
+    - Addressed potential symlink attack issue (CVE-2020-28407)
   - swtpm_setup:
     - Rewritten in 'C'; needs json-glib
+    - Addressed potential symlink attack issue (CVE-2020-28407)
+  - swtpm_ioctl:
+    - Use timeouts for communicating with swtpm (Unix socket)
   - swtpm-localca:
     - Rewritten in 'C'
+  - tests:
+    - Use the IBM TSS2 v1.6.0's test suite
+    - Store and also restore the volatile state at every step when running
+      IBM TSS2 test suite
+    - Various cleanup
+  - build-sys:
+    - Add HARDENING_CFLAGS and _LDFLAGS to all C programs
 
 version 0.5.0:
   - swtpm: