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
16
16
LANGUAGES C )
17
17
18
18
# force nonstandard version format for development packages
19
- set (DEV "-dev " )
19
+ set (DEV "" )
20
20
set (PROJECT_VERSION "${PROJECT_VERSION_MAJOR} .${PROJECT_VERSION_MINOR}${DEV} " )
21
21
22
22
# version and contact information
Original file line number Diff line number Diff line change 1
1
# osslsigncode change log
2
2
3
- ### 2.6 (unreleased )
3
+ ### 2.6 (2023.05.29 )
4
4
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
6
10
7
11
### 2.5 (2022.08.12)
8
12
You can’t perform that action at this time.
0 commit comments