Skip to content

Commit e359b4a

Browse files
committed
New libica version 4.4.0
[FEATURE] Updates for FIPS 140-3 certification 2024 [PATCH] Various bug fixes and housekeeping Signed-off-by: Joerg Schmidbauer <jschmidb@de.ibm.com>
1 parent 34efc10 commit e359b4a

4 files changed

Lines changed: 8 additions & 3 deletions

File tree

ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
v4.4.0
2+
[FEATURE] Updates for FIPS 140-3 certification 2024
3+
[PATCH] Various bug fixes and housekeeping
14
v4.3.1
25
[PATCH] Various bug fixes and housekeeping
36
v4.3.0

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT([libica], [4.3.1], [https://github.com/opencryptoki/libica/issues],, [https://github.com/opencryptoki/libica])
1+
AC_INIT([libica], [4.4.0], [https://github.com/opencryptoki/libica/issues],, [https://github.com/opencryptoki/libica])
22

33
# save cmdline flags
44
cmdline_CFLAGS="$CFLAGS"

libica.spec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: libica
2-
Version: 4.3.1
2+
Version: 4.4.0
33
Release: 1%{?dist}
44
Summary: Interface library to the ICA device driver
55

@@ -62,6 +62,8 @@ rm -rf $RPM_BUILD_ROOT
6262
%{_includedir}/ica_api.h
6363

6464
%changelog
65+
* Tue Dec 10 2024 Joerg Schmidbauer <jschmidb@linux.ibm.com>
66+
- Version v4.4.0
6567
* Mon Oct 28 2024 Joerg Schmidbauer <jschmidb@linux.vnet.ibm.com>
6668
- Version v4.3.1
6769
* Mon Jan 8 2024 Joerg Schmidbauer <jschmidb@linux.vnet.ibm.com>

src/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = 4:3:1
1+
VERSION = 4:4:0
22

33
AM_CFLAGS = @FLAGS@
44
MAJOR := `echo $(VERSION) | cut -d: -f1`

0 commit comments

Comments
 (0)