Skip to content

Commit 6aff1eb

Browse files
committed
Release 2.11
1 parent 6631a5f commit 6aff1eb

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
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.11-dev
10+
version: osslsigncode-2.11
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: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# osslsigncode change log
22

3-
### 2.11 (unreleased)
3+
### 2.11 (2026.01.20)
4+
- added keyUsage validation for signer certificate
5+
(thanks to Hanqing Zhao and Zi-Quan You for reporting the issue)
6+
- added printing CRL details during signature verification
7+
- implemented a workaround for CRL servers returning the HTTP Content-Type
8+
header other than application/pkix-crl (thanks to Chris Thibodeaux)
9+
- fixed HTTP keep-alive handling
10+
- fixed macOS compiler and linker flags
11+
- fixed undefined BIO_get_fp() behavior with BIO_FLAGS_UPLINK_INTERNAL
412

513
### 2.10 (2025.06.23)
614

0 commit comments

Comments
 (0)