Skip to content

Commit 8ec19e3

Browse files
committed
New libica version 4.4.1
[PATCH] bug fixes Signed-off-by: Joerg Schmidbauer <[email protected]>
1 parent 57949c4 commit 8ec19e3

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

ChangeLog

+2
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

+1-1
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

+3-1
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 <[email protected]>
66+
- Version v4.4.1
6567
* Tue Dec 10 2024 Joerg Schmidbauer <[email protected]>
6668
- Version v4.4.0
6769
* Mon Oct 28 2024 Joerg Schmidbauer <[email protected]>

src/Makefile.am

+1-1
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)