From 9cfca9fe7aa7a8e29b92fe33ce8433e212c9a8ba Mon Sep 17 00:00:00 2001 From: James Bottomley Date: Sun, 19 Mar 2023 17:07:59 -0400 Subject: [PATCH] Version 0.9.5 Andreas Schwab (1): sbsigntool: add support for RISC-V 64-bit PE/COFF images Daniel Axtens (1): sbvarsign: do not include PKCS#7 attributes James Bottomley (1): Add support for openssl-3 Jeremi Piotrowski (1): Fix openssl-3.0 issue involving ASN1 xxx_it dann frazier (1): sbkeysync: Don't ignore errors from insert_new_keys() Signed-off-by: James Bottomley --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 23c17f4..8a5340a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([sbsigntool], [0.9.4], [James.Bottomley@HansenPartnership.com]) +AC_INIT([sbsigntool], [0.9.5], [James.Bottomley@HansenPartnership.com]) AM_INIT_AUTOMAKE()