Skip to content

Commit

Permalink
Merge 3b6a773 into 5af3597
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanberger authored Oct 7, 2020
2 parents 5af3597 + 3b6a773 commit c470935
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
CHANGES - changes for swtpm

version 0.5.0:
- swtpm:
- Write files atomically using a temp file and then renaming
- swtpm_setup:
- Removed remaining 'c' wrapper program
- Do not truncate logfile when testing write-access (regression)
- Remove TPM state file in case error occurred
- swtpm-localca:
- Rewrite in python
- Allow passing pkcs11 PIN using signingkey_password
- Allow passing environment variables needed for pkcs11 modules using
swtpm-localca.conf and format 'env:VARNAME=VALUE'.
- build-sys:
- Add python-install and python-uninstall targets
- 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
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
swtpm (0.5.0-1) RELEASED; urgency=medium

* Stable release

-- Stefan Berger <stefanb@linux.ibm.com> Wed, 07 Oct 2020 11:27:00 -0500

swtpm (0.5.0~dev1) UNRELEASED; urgency=medium

* Developer release 1
Expand Down
5 changes: 4 additions & 1 deletion dist/swtpm.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%bcond_without gnutls

%global gitdate 20200828
%global gitdate 20201007
%global gitcommit enter_commit_here
%global gitshortcommit %(c=%{gitcommit}; echo ${c:0:7})

Expand Down Expand Up @@ -183,6 +183,9 @@ fi
%{_datadir}/swtpm/swtpm-create-tpmca

%changelog
* Wed Oct 7 2020 Stefan Berger <stefanb@linux.ibm.com> - 0.5.0-0.20201007git-------
- v0.5.0 release

* Fri Aug 28 2020 Stefan Berger <stefanb@linux.ibm.com> - 0.4.0-20200218git-------
- v0.4.0 release

Expand Down
5 changes: 4 additions & 1 deletion dist/swtpm.spec.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%bcond_without gnutls

%global gitdate 20200828
%global gitdate 20201007
%global gitcommit enter_commit_here
%global gitshortcommit %(c=%{gitcommit}; echo ${c:0:7})

Expand Down Expand Up @@ -183,6 +183,9 @@ fi
%{_datadir}/swtpm/swtpm-create-tpmca

%changelog
* Wed Oct 7 2020 Stefan Berger <stefanb@linux.ibm.com> - 0.5.0-0.20201007git-------
- v0.5.0 release

* Fri Aug 28 2020 Stefan Berger <stefanb@linux.ibm.com> - 0.4.0-20200218git-------
- v0.4.0 release

Expand Down

0 comments on commit c470935

Please sign in to comment.