Skip to content

Commit 8329a14

Browse files
committed
Release 2.10
Signed-off-by: Michał Trojnara <[email protected]>
1 parent 343b0af commit 8329a14

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-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.10-dev
10+
version: osslsigncode-2.10
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: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# osslsigncode change log
22

3-
### 2.10 (unreleased)
3+
### 2.10 (2025.06.23)
44

55
- added JavaScript signing
66
- added PKCS#11 provider support (requires OpenSSL 3.0+)
@@ -10,10 +10,9 @@
1010
- added the "-engineCtrl" option to control hardware and CNG engines
1111
- added the '-blobFile' option to specify a file containing the blob content
1212
- improved unauthenticated blob support (thanks to Asger Hautop Drewsen)
13+
- improved UTF-8 handling for certificate subjects and issuers
1314
- fixed support for multiple signerInfo contentType OIDs (CTL and Authenticode)
1415
- fixed tests for python-cryptography >= 43.0.0
15-
- improved UTF-8 handling for certificate subjects and issuers;
16-
missing names now print as "N/A"
1716

1817
### 2.9 (2024.06.29)
1918

0 commit comments

Comments
 (0)