From cbc37d9eb282c428a117a7f0af52ec8d9964e464 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Wed, 8 May 2019 11:25:30 -0400 Subject: [PATCH] Release pesign 113 - Get rid of the 0.Y versioning - Make --padding the default - Various build bugfixes - Add kmod signing (drake) - efisiglist format fixes - enforce the use of --kernel or --module in efikeygen - RPM macro updates - Move the license to GPLv3+ - Use sql-type NSS database by default - Various documentation improvements. - Improve /etc/pki/pesign authorization scripts - Various pesigcheck improvements - Make --certfile work - Try even harder to make pesigcheck ignore validation windows - I still don't think it works right. - Add coverity and clang-verifier support. - Lots of minor bug fixes due to making clang-verifier work. Signed-off-by: Peter Jones --- Make.version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Make.version b/Make.version index f93a3485..7ccb4b26 100644 --- a/Make.version +++ b/Make.version @@ -1,2 +1,2 @@ -MAJOR_VERSION = 112 +MAJOR_VERSION = 113 VERSION = $(MAJOR_VERSION)