Skip to content

Commit 0a0fdfe

Browse files
committed
Release 2.6
Signed-off-by: Michał Trojnara <[email protected]>
1 parent 199f2b4 commit 0a0fdfe

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ project(osslsigncode
1616
LANGUAGES C)
1717

1818
# force nonstandard version format for development packages
19-
set(DEV "-dev")
19+
set(DEV "")
2020
set(PROJECT_VERSION "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}${DEV}")
2121

2222
# version and contact information

NEWS.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# osslsigncode change log
22

3-
### 2.6 (unreleased)
3+
### 2.6 (2023.05.29)
44

5-
- get Certificate Revocation List from a CRL distribution point
5+
- modular architecture implemented to simplify adding file formats
6+
- added verification of CRLs specified in the signing certificate
7+
- added MSI DIFAT sectors support (by Max Bagryantsev)
8+
- added legacy provider support for OpenSSL 3.0.0 and later
9+
- fixed numerous bugs
610

711
### 2.5 (2022.08.12)
812

0 commit comments

Comments
 (0)