Skip to content

Commit

Permalink
Release 2.6
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Trojnara <[email protected]>
  • Loading branch information
mtrojnar committed May 29, 2023
1 parent 199f2b4 commit 0a0fdfe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 6 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down

0 comments on commit 0a0fdfe

Please sign in to comment.