CHANGES: Add documentation for changes in 0.5.2

Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
This commit is contained in:
Stefan Berger 2020-12-25 23:03:58 -05:00 committed by Stefan Berger
parent 4d9078878d
commit 8a89afbc70

10
CHANGES
View File

@ -1,5 +1,15 @@
CHANGES - changes for swtpm
version 0.5.2:
- swtpm:
- Fix potential buffer overflow related to largely unused data hashing
function in control channel
- swtpm: Unconditionally close fd if writing of pidfile fails (coverity)
- swtpm_setup:
- Increase timeout from 10s to 30s for slower machines
- Travis:
- Not building on OS X anymore due to additional costs
version 0.5.1:
- swtpm & swtpm_setup:
- Addressed potential symlink attack issue (CVE-2020-28407)