Skip to content

Commit

Permalink
CHANGES: Add documentation for changes in 0.7.4
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
  • Loading branch information
stefanberger committed Aug 15, 2023
1 parent ac911b6 commit 17e6f50
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
CHANGES - changes for swtpm

version 0.7.4:
- swtpm:
- Restore logging to stderr on log open failure
- Disable OpenSSL FIPS mode to avoid libtpms failures
- Avoid locking directory multiple times
- swtpm_setup:
- Exit with '0' upon --version rather than '1'.
- swtpm_localca:
- Add missing NULL option to end of array
- SELinux:
- Add rules for user_tpm_t:sockfile to allow unlink
- Add rules for sock_file on user_tmp_t

version 0.7.3:
- swtpm:
- Use uint64_t in tlv_data_append() to avoid integer overflows
Expand Down

0 comments on commit 17e6f50

Please sign in to comment.