diff --git a/debian/changelog b/debian/changelog index c4949460..e7faab97 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +swtpm (0.5.4) RELEASED; urgency=medium + + * Bugfixes for stable release + + -- Stefan Berger Thu, 10 Mar 2022 09:00:00 -0500 + swtpm (0.5.3) RELEASED; urgency=medium * Bugfixes for stable release diff --git a/dist/swtpm.spec b/dist/swtpm.spec index 32178528..4d5cf994 100644 --- a/dist/swtpm.spec +++ b/dist/swtpm.spec @@ -1,6 +1,6 @@ %bcond_without gnutls -%global gitdate 20220218 +%global gitdate 20220310 %global gitcommit enter_commit_here %global gitshortcommit %(c=%{gitcommit}; echo ${c:0:7}) @@ -183,6 +183,9 @@ fi %{_datadir}/swtpm/swtpm-create-tpmca %changelog +* Thu Mar 10 2022 Stefan Berger - 0.5.4-1.20220310git------- +- v0.5.4 release: Bugfixes for stable release + * Fri Feb 18 2022 Stefan Berger - 0.5.3-1.20220218git------- - v0.5.3 release: Bugfixes for stable release diff --git a/dist/swtpm.spec.in b/dist/swtpm.spec.in index cb8a2331..7edd5dab 100644 --- a/dist/swtpm.spec.in +++ b/dist/swtpm.spec.in @@ -1,6 +1,6 @@ %bcond_without gnutls -%global gitdate 20220218 +%global gitdate 20220310 %global gitcommit enter_commit_here %global gitshortcommit %(c=%{gitcommit}; echo ${c:0:7}) @@ -183,6 +183,9 @@ fi %{_datadir}/swtpm/swtpm-create-tpmca %changelog +* Thu Mar 10 2022 Stefan Berger - 0.5.4-1.20220310git------- +- v0.5.4 release: Bugfixes for stable release + * Fri Feb 18 2022 Stefan Berger - 0.5.3-1.20220218git------- - v0.5.3 release: Bugfixes for stable release