File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff 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 "" )
2020set (PROJECT_VERSION "${PROJECT_VERSION_MAJOR} .${PROJECT_VERSION_MINOR}${DEV} " )
2121
2222# version and contact information
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments