File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ project (yubico-piv-tool)
40
40
41
41
set (yubico_piv_tool_VERSION_MAJOR 2)
42
42
set (yubico_piv_tool_VERSION_MINOR 7)
43
- set (yubico_piv_tool_VERSION_PATCH 0 )
43
+ set (yubico_piv_tool_VERSION_PATCH 1 )
44
44
set (VERSION "${yubico_piv_tool_VERSION_MAJOR} .${yubico_piv_tool_VERSION_MINOR} .${yubico_piv_tool_VERSION_PATCH} " )
45
45
set (SO_VERSION 2)
46
46
Original file line number Diff line number Diff line change 1
1
yubico-piv-tool NEWS -- History of user-visible changes. -*- outline -*-
2
2
3
+ * Version 2.7.1 (released 2024-12-19)
4
+
5
+ ** ykpiv: Fix type casting issues affecting systems using Big-endian architecture
6
+
3
7
* Version 2.7.0 (released 2024-12-19)
4
8
5
9
** ykpiv: cmd: Add support for communication over a secure channel according to SCP11b specifications
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ rm -r dist_build
19
19
set +e
20
20
set -x
21
21
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 .
23
23
exitcode=$?
24
24
if [ " $exitcode " != " 1" ] && [ " $exitcode " != " 0" ]; then
25
25
exit $exitcode
You can’t perform that action at this time.
0 commit comments