diff --git a/debian/changelog b/debian/changelog index 72a90e1e5..68813340f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libtpms (0.8.6) RELEASED; urgency=medium + + * tpm2: Marshal event sequence objects' hash state + + -- Stefan Berger Fri, 10 Sep 2021 09:00:00 -0500 + libtpms (0.8.5) RELEASED; urgency=medium * tpm2: NVMarshal: Handle index orderly RAM without 0-sized terminating node diff --git a/dist/libtpms.spec b/dist/libtpms.spec index c515951af..9f650f3f0 100644 --- a/dist/libtpms.spec +++ b/dist/libtpms.spec @@ -112,6 +112,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libtpms.la %postun -p /sbin/ldconfig %changelog +* Fri Sep 10 2021 Stefan Berger - 0.8.6-1 +- tpm2: Marshal event sequence objects' hash state + * Wed Sep 01 2021 Stefan Berger - 0.8.5-1 - tpm2: NVMarshal: Handle index orderly RAM without 0-sized terminating node - tpm2: Initialize a whole OBJECT before using it diff --git a/dist/libtpms.spec.in b/dist/libtpms.spec.in index 3084068c8..e4bd324ae 100644 --- a/dist/libtpms.spec.in +++ b/dist/libtpms.spec.in @@ -112,6 +112,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libtpms.la %postun -p /sbin/ldconfig %changelog +* Fri Sep 10 2021 Stefan Berger - 0.8.6-1 +- tpm2: Marshal event sequence objects' hash state + * Wed Sep 01 2021 Stefan Berger - 0.8.5-1 - tpm2: NVMarshal: Handle index orderly RAM without 0-sized terminating node - tpm2: Initialize a whole OBJECT before using it