Skip to content

Commit 36cdea5

Browse files
committed
release 2.5
Signed-off-by: Michał Trojnara <[email protected]>
1 parent 77e63fa commit 36cdea5

File tree

3 files changed

+7
-3
lines changed

3 files changed

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

3-
### 2.5 (unreleased)
3+
### 2.5 (2022.08.12)
44

5+
- fixed the Unix executable install path
6+
- fixed the hardcoded "pkcs11" engine id
7+
- fixed building with MinGW
8+
- fixed testing with the python3 distributed with Ubuntu 18.04
59

610
### 2.4 (2022.08.02)
711

0 commit comments

Comments
 (0)