Skip to content

Commit 2bafab3

Browse files
committed
New libzpc version 1.4.0
[FEATURE] Support for MSA 10 (XTS-FULL) and MSA 11 (HMAC) [PATCH] bug fixes Signed-off-by: Joerg Schmidbauer <jschmidb@de.ibm.com>
1 parent be4b74a commit 2bafab3

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog {#changes}
22
===
33

4+
**Version 1.4.0**
5+
6+
- Support for MSA 10 (XTS-FULL) and MSA 11 (HMAC)
7+
- bug fixes.
8+
49
**Version 1.3.1**
510

611
- bug fixes

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
set(ZPC_NAME "libzpc" )
33
set(ZPC_DESCRIPTION "IBM Z Protected-key Crypto library")
44
set(ZPC_VERSION_MAJOR 1 )
5-
set(ZPC_VERSION_MINOR 3 )
6-
set(ZPC_VERSION_PATCH 1 )
5+
set(ZPC_VERSION_MINOR 4 )
6+
set(ZPC_VERSION_PATCH 0 )
77
###########################################################
88

99
cmake_minimum_required(

libzpc.spec

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: libzpc
2-
Version: 1.3.1
2+
Version: 1.4.0
33
Release: 1%{?dist}
44
Summary: Open Source library for the IBM Z Protected-key crypto feature
55

@@ -88,6 +88,10 @@ The %{name}-static package contains the static library of %{name}.
8888

8989

9090
%changelog
91+
* Thu May 25 2025 Joerg Schmidbauer <jschmidb@de.ibm.com> - 1.4.0
92+
- Support for MSA 10 (XTS-FULL) and MSA 11 (HMAC)
93+
- Bug fixes.
94+
9195
* Tue Mar 25 2025 Joerg Schmidbauer <jschmidb@de.ibm.com> - 1.3.1
9296
- Bug fixes.
9397

0 commit comments

Comments
 (0)