Skip to content

Commit 8ec19e3

Browse files
committed
New libica version 4.4.1
[PATCH] bug fixes Signed-off-by: Joerg Schmidbauer <jschmidb@de.ibm.com>
1 parent 57949c4 commit 8ec19e3

4 files changed

Lines changed: 7 additions & 3 deletions

File tree

ChangeLog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
v4.4.1
2+
[PATCH] bug fixes
13
v4.4.0
24
[FEATURE] Updates for FIPS 140-3 certification 2024
35
[PATCH] Various bug fixes and housekeeping

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.4.0], [https://github.com/opencryptoki/libica/issues],, [https://github.com/opencryptoki/libica])
1+
AC_INIT([libica], [4.4.1], [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.4.0
2+
Version: 4.4.1
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 Apr 29 2025 Joerg Schmidbauer <jschmidb@linux.ibm.com>
66+
- Version v4.4.1
6567
* Tue Dec 10 2024 Joerg Schmidbauer <jschmidb@linux.ibm.com>
6668
- Version v4.4.0
6769
* Mon Oct 28 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:4:0
1+
VERSION = 4:4:1
22

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

0 commit comments

Comments
 (0)