From 0a0fdfe96a963a63ef28e3d3b37fbe7c97e2f844 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Trojnara?= Date: Mon, 29 May 2023 23:10:39 +0200 Subject: [PATCH] Release 2.6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: MichaƂ Trojnara --- CMakeLists.txt | 2 +- NEWS.md | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2f4cb3b4..2ffeb4e4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,7 @@ project(osslsigncode LANGUAGES C) # force nonstandard version format for development packages -set(DEV "-dev") +set(DEV "") set(PROJECT_VERSION "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}${DEV}") # version and contact information diff --git a/NEWS.md b/NEWS.md index c9b2002c..0280266d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,8 +1,12 @@ # osslsigncode change log -### 2.6 (unreleased) +### 2.6 (2023.05.29) -- get Certificate Revocation List from a CRL distribution point +- modular architecture implemented to simplify adding file formats +- added verification of CRLs specified in the signing certificate +- added MSI DIFAT sectors support (by Max Bagryantsev) +- added legacy provider support for OpenSSL 3.0.0 and later +- fixed numerous bugs ### 2.5 (2022.08.12)