From a3f649a06701e000df5e52960d757e107d391b18 Mon Sep 17 00:00:00 2001 From: Aveen Ismail Date: Thu, 7 Dec 2023 11:04:03 +0100 Subject: [PATCH] Prepare 2.4.2 release --- .github/workflows/macos_release.yml | 4 ++-- .github/workflows/windows_release.yml | 6 +++--- CMakeLists.txt | 2 +- NEWS | 4 ++++ debian/changelog | 6 ++++++ resources/win/yubico-piv-tool_x64.wxs | 2 +- resources/win/yubico-piv-tool_x86.wxs | 2 +- 7 files changed, 18 insertions(+), 8 deletions(-) diff --git a/.github/workflows/macos_release.yml b/.github/workflows/macos_release.yml index e867d3ce..05aae830 100644 --- a/.github/workflows/macos_release.yml +++ b/.github/workflows/macos_release.yml @@ -10,7 +10,7 @@ jobs: name: Build dist with Linux runs-on: ubuntu-latest env: - RELEASE_VERSION: 2.4.0 + RELEASE_VERSION: 2.4.2 steps: - name: checkout uses: actions/checkout@v3 @@ -44,7 +44,7 @@ jobs: - os: macos-latest-xlarge arch: arm env: - RELEASE_VERSION: 2.4.0 + RELEASE_VERSION: 2.4.2 SO_VERSION: 2 steps: - name: Download source from job_1 diff --git a/.github/workflows/windows_release.yml b/.github/workflows/windows_release.yml index ed646d97..d815c3e6 100644 --- a/.github/workflows/windows_release.yml +++ b/.github/workflows/windows_release.yml @@ -12,7 +12,7 @@ jobs: name: Build dist with Linux runs-on: ubuntu-latest env: - RELEASE_VERSION: 2.4.0 + RELEASE_VERSION: 2.4.2 steps: - name: checkout uses: actions/checkout@v2 @@ -40,7 +40,7 @@ jobs: needs: job_1 runs-on: windows-latest env: - RELEASE_VERSION: 2.4.0 + RELEASE_VERSION: 2.4.2 steps: - name: Download source from job_1 uses: actions/download-artifact@v1 @@ -95,7 +95,7 @@ jobs: needs: job_1 runs-on: windows-latest env: - RELEASE_VERSION: 2.4.0 + RELEASE_VERSION: 2.4.2 steps: - name: Download source from job_1 uses: actions/download-artifact@v1 diff --git a/CMakeLists.txt b/CMakeLists.txt index 65b78080..55d00440 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -40,7 +40,7 @@ project (yubico-piv-tool) set (yubico_piv_tool_VERSION_MAJOR 2) set (yubico_piv_tool_VERSION_MINOR 4) -set (yubico_piv_tool_VERSION_PATCH 1) +set (yubico_piv_tool_VERSION_PATCH 2) set (VERSION "${yubico_piv_tool_VERSION_MAJOR}.${yubico_piv_tool_VERSION_MINOR}.${yubico_piv_tool_VERSION_PATCH}") set (SO_VERSION 2) diff --git a/NEWS b/NEWS index 3eab2a84..544801bc 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,9 @@ yubico-piv-tool NEWS -- History of user-visible changes. -*- outline -*- +* Version 2.4.2 (released 2023-12-07) + +** ykpiv: Fix potential type casting bug. + * Version 2.4.1 (released 2023-12-05) ** ykpiv: ykcs11: Fix building on certain architectures. Existing builds are not affected. diff --git a/debian/changelog b/debian/changelog index c2dcb0c8..4ed01287 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +yubico-piv-tool (2.4.2) stable; urgency=medium + + * ykpiv: Fix potential type casting bug. + + -- Aveen Ismail Thu, 7 Dec 2023 11:00:56 +0100 + yubico-piv-tool (2.4.1) stable; urgency=medium * ykpiv: ykcs11: Fix building on certain architectures. Existing builds are not affected. diff --git a/resources/win/yubico-piv-tool_x64.wxs b/resources/win/yubico-piv-tool_x64.wxs index 406e7dd8..c6862dfc 100644 --- a/resources/win/yubico-piv-tool_x64.wxs +++ b/resources/win/yubico-piv-tool_x64.wxs @@ -1,6 +1,6 @@ - + diff --git a/resources/win/yubico-piv-tool_x86.wxs b/resources/win/yubico-piv-tool_x86.wxs index 55646422..c33423f5 100644 --- a/resources/win/yubico-piv-tool_x86.wxs +++ b/resources/win/yubico-piv-tool_x86.wxs @@ -1,6 +1,6 @@ - +