Skip to content

Commit 8eca2f1

Browse files
committedDec 19, 2024··
Prepare 2.7.1 release
1 parent 048c375 commit 8eca2f1

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed
 

‎CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ project (yubico-piv-tool)
4040

4141
set (yubico_piv_tool_VERSION_MAJOR 2)
4242
set (yubico_piv_tool_VERSION_MINOR 7)
43-
set (yubico_piv_tool_VERSION_PATCH 0)
43+
set (yubico_piv_tool_VERSION_PATCH 1)
4444
set (VERSION "${yubico_piv_tool_VERSION_MAJOR}.${yubico_piv_tool_VERSION_MINOR}.${yubico_piv_tool_VERSION_PATCH}")
4545
set (SO_VERSION 2)
4646

‎NEWS

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
yubico-piv-tool NEWS -- History of user-visible changes. -*- outline -*-
22

3+
* Version 2.7.1 (released 2024-12-19)
4+
5+
** ykpiv: Fix type casting issues affecting systems using Big-endian architecture
6+
37
* Version 2.7.0 (released 2024-12-19)
48

59
** ykpiv: cmd: Add support for communication over a secure channel according to SCP11b specifications

‎resources/make_src_dist.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ rm -r dist_build
1919
set +e
2020
set -x
2121

22-
tar --exclude README.adoc --exclude .git --exclude .github --exclude .gitignore --transform="s/^\./yubico-piv-tool-$VERSION/" -czf yubico-piv-tool-$VERSION.tar.gz .
22+
tar --exclude README.adoc --exclude .git --exclude .github --exclude --exclude resources/icons --exclude resources/macos --exclude resources/win .gitignore --transform="s/^\./yubico-piv-tool-$VERSION/" -czf yubico-piv-tool-$VERSION.tar.gz .
2323
exitcode=$?
2424
if [ "$exitcode" != "1" ] && [ "$exitcode" != "0" ]; then
2525
exit $exitcode

0 commit comments

Comments
 (0)
Please sign in to comment.