]> git.proxmox.com Git - swtpm.git/commitdiff
CHANGES: Add more documentation for changes in 0.8.0
authorStefan Berger <stefanb@linux.ibm.com>
Thu, 10 Nov 2022 16:43:57 +0000 (11:43 -0500)
committerStefan Berger <stefanb@us.ibm.com>
Thu, 10 Nov 2022 17:24:08 +0000 (12:24 -0500)
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
CHANGES

diff --git a/CHANGES b/CHANGES
index a61fba97440350edd2cabd59ba902833362c10cc..5c311c28331722d99e75c0a2f634be5cb19211e6 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -16,12 +16,15 @@ version 0.8.0:
     - Use uint64_t to avoid integer wrap-around when adding a uint32_t
     - Do not chdir(/) when using --daemon
     - Check header size indicator against expected size (CVE-2022-23645)
+    - Fixes for gcc 12.2.1 -fanalyzer
   - build-sys:
     - Fix configure script to support _FORTIFY_SOURCE=3
     - Define __USE_LINUX_IOCTL_DEFS in header file (Cygwin)
   - swtpm-localca:
     - Re-implement variable resolution for swtpm-localca.conf
     - Test for available issuercert before creating CA
+  - swtpm_setup:
+    - Configure swtpm to log to stdout/err if needed (glib >=2.74)
   - tests:
     - Use ${WORKDIR} in config files to test env. var replacement
     - Patch IBM TSS2 test suite for OpenSSL 3.x