mirror of
https://github.com/mtrojnar/osslsigncode.git
synced 2025-05-20 10:24:29 -05:00
release 2.5
Signed-off-by: Michał Trojnara <Michal.Trojnara@stunnel.org>
This commit is contained in:
parent
77e63fa0cb
commit
36cdea56de
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -7,7 +7,7 @@ on:
|
|||||||
env:
|
env:
|
||||||
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
|
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
|
||||||
BUILD_TYPE: Release
|
BUILD_TYPE: Release
|
||||||
version: osslsigncode-2.5-dev
|
version: osslsigncode-2.5
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
@ -16,7 +16,7 @@ project(osslsigncode
|
|||||||
LANGUAGES C)
|
LANGUAGES C)
|
||||||
|
|
||||||
# force nonstandard version format for development packages
|
# force nonstandard version format for development packages
|
||||||
set(DEV "-dev")
|
set(DEV "")
|
||||||
set(PROJECT_VERSION "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}${DEV}")
|
set(PROJECT_VERSION "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}${DEV}")
|
||||||
|
|
||||||
# version and contact information
|
# version and contact information
|
||||||
|
6
NEWS.md
6
NEWS.md
@ -1,7 +1,11 @@
|
|||||||
# osslsigncode change log
|
# osslsigncode change log
|
||||||
|
|
||||||
### 2.5 (unreleased)
|
### 2.5 (2022.08.12)
|
||||||
|
|
||||||
|
- fixed the Unix executable install path
|
||||||
|
- fixed the hardcoded "pkcs11" engine id
|
||||||
|
- fixed building with MinGW
|
||||||
|
- fixed testing with the python3 distributed with Ubuntu 18.04
|
||||||
|
|
||||||
### 2.4 (2022.08.02)
|
### 2.4 (2022.08.02)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user