Skip to content

Commit

Permalink
CHANGES: Add documentation for changes in 0.5.0
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 Sep 23, 2020
1 parent 7419536 commit 681c441
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.5.0:
- swtpm_setup:
- Removed remaining 'c' wrapper program
- swtpm-localca:
- Rewrite in python
- Allow passing pkcs11 PIN using signingkey_password
- Allow passing environment variables needed for pkcs11 modules via
swtpm-localca.conf anf format 'env:VARNAME=VALUE'.
- build-sys:
- 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
Expand Down

0 comments on commit 681c441

Please sign in to comment.