Skip to content

Commit

Permalink
Prepare 2.5.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
aveenismail committed May 6, 2024
1 parent c242e8c commit b65e2fb
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Build dist with Linux
runs-on: ubuntu-latest
env:
RELEASE_VERSION: 2.5.1
RELEASE_VERSION: 2.5.2
steps:
- name: checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
- os: macos-latest-xlarge
arch: arm
env:
RELEASE_VERSION: 2.5.1
RELEASE_VERSION: 2.5.2
SO_VERSION: 2
steps:
- name: Download source from job_1
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/windows_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Build dist with Linux
runs-on: ubuntu-latest
env:
RELEASE_VERSION: 2.5.1
RELEASE_VERSION: 2.5.2
steps:
- name: checkout
uses: actions/checkout@v2
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
needs: job_1
runs-on: windows-latest
env:
RELEASE_VERSION: 2.5.1
RELEASE_VERSION: 2.5.2
steps:
- name: Download source from job_1
uses: actions/download-artifact@v1
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
needs: job_1
runs-on: windows-latest
env:
RELEASE_VERSION: 2.5.1
RELEASE_VERSION: 2.5.2
steps:
- name: Download source from job_1
uses: actions/download-artifact@v1
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ project (yubico-piv-tool)

set (yubico_piv_tool_VERSION_MAJOR 2)
set (yubico_piv_tool_VERSION_MINOR 5)
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)

Expand Down
4 changes: 4 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
yubico-piv-tool NEWS -- History of user-visible changes. -*- outline -*-

* Version 2.5.2 (released 2024-05-07)

** cmd: Fix signing selfsigned certificate for ED25519 key.

* Version 2.5.1 (released 2024-02-14)

** ykpiv: cmd: ykcs11: Fix buffer size for key import.
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
yubico-piv-tool (2.5.2) stable; urgency=medium

* cmd: Fix signing selfsigned certificate for ED25519 key.

-- Aveen Ismail <[email protected]> Mon, 7 May 2024 18:53:10 +0100

yubico-piv-tool (2.5.1) stable; urgency=medium

* ykpiv: cmd: ykcs11: Fix buffer size for key import.
Expand Down
2 changes: 1 addition & 1 deletion resources/win/yubico-piv-tool_x64.wxs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:util="http://schemas.microsoft.com/wix/UtilExtension">
<?define ProductVersion="2.5.1" ?>
<?define ProductVersion="2.5.2" ?>
<?define ProductName="Yubico PIV Tool (x64)" ?>

<Product Id="*" UpgradeCode="e4f980c4-5dd5-4d39-95b7-c6362ae65be8" Name="$(var.ProductName)" Version="$(var.ProductVersion)" Manufacturer="Yubico AB" Language="1033">
Expand Down
2 changes: 1 addition & 1 deletion resources/win/yubico-piv-tool_x86.wxs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:util="http://schemas.microsoft.com/wix/UtilExtension">
<?define ProductVersion="2.5.1" ?>
<?define ProductVersion="2.5.2" ?>
<?define ProductName="Yubico PIV Tool (x86)" ?>

<Product Id="*" UpgradeCode="1aa2f085-add9-4556-9e21-299b078e6273" Name="$(var.ProductName)" Version="$(var.ProductVersion)" Manufacturer="Yubico AB" Language="1033">
Expand Down

0 comments on commit b65e2fb

Please sign in to comment.