From 36cdea56de7085a4c2f5abf1b406b6421b720a31 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Micha=C5=82=20Trojnara?= <Michal.Trojnara@stunnel.org>
Date: Fri, 12 Aug 2022 21:59:52 +0200
Subject: [PATCH] release 2.5
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: MichaƂ Trojnara <Michal.Trojnara@stunnel.org>
---
 .github/workflows/ci.yml | 2 +-
 CMakeLists.txt           | 2 +-
 NEWS.md                  | 6 +++++-
 3 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index f7ffbf3..84d35b5 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -7,7 +7,7 @@ on:
 env:
   # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
   BUILD_TYPE: Release
-  version: osslsigncode-2.5-dev
+  version: osslsigncode-2.5
 
 jobs:
   build:
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ca12342..484f142 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -16,7 +16,7 @@ project(osslsigncode
   LANGUAGES C)
 
 # force nonstandard version format for development packages
-set(DEV "-dev")
+set(DEV "")
 set(PROJECT_VERSION "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}${DEV}")
 
 # version and contact information
diff --git a/NEWS.md b/NEWS.md
index 7f177ab..4d067d4 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,7 +1,11 @@
 # 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)