Skip to content

Commit 76ee550

Browse files
committed
Release 2.9
Signed-off-by: Michał Trojnara <[email protected]>
1 parent 2b3228d commit 76ee550

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
env:
88
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
99
BUILD_TYPE: Release
10-
version: osslsigncode-2.9-dev
10+
version: osslsigncode-2.9
1111

1212
jobs:
1313
build:

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: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,21 @@
11
# osslsigncode change log
22

3-
### 2.9 (unreleased)
3+
### 2.9 (2024.06.29)
44

55
- added a 64 bit long pseudo-random NONCE in the TSA request
6-
- used native HTTP client with OpenSSL 3.0 or later, removed libcurl dependency
6+
- missing NID_pkcs9_signingTime is no longer an error
7+
- added support for PEM-encoded CRLs
8+
- fixed the APPX central directory sorting order
9+
- added a special "-" file name to read the passphrase from stdin
10+
(by Steve McIntyre)
11+
- used native HTTP client with OpenSSL 3.x, removing libcurl dependency
12+
- added '-login' option to force a login to PKCS11 engines
13+
(by Brad Hughes)
714
- added the "-ignore-crl" option to disable fetching and verifying
815
CRL Distribution Points
916
- changed error output to stderr instead of stdout
10-
- improved testing
17+
- various testing framework improvements
18+
- various memory corruption fixes
1119

1220
### 2.8 (2024.03.03)
1321

0 commit comments

Comments
 (0)