Skip to content

New libica version 4.4.1 #142

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
v4.4.1
[PATCH] bug fixes
v4.4.0
[FEATURE] Updates for FIPS 140-3 certification 2024
[PATCH] Various bug fixes and housekeeping
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([libica], [4.4.0], [https://github.com/opencryptoki/libica/issues],, [https://github.com/opencryptoki/libica])
AC_INIT([libica], [4.4.1], [https://github.com/opencryptoki/libica/issues],, [https://github.com/opencryptoki/libica])

# save cmdline flags
cmdline_CFLAGS="$CFLAGS"
Expand Down
4 changes: 3 additions & 1 deletion libica.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: libica
Version: 4.4.0
Version: 4.4.1
Release: 1%{?dist}
Summary: Interface library to the ICA device driver

Expand Down Expand Up @@ -62,6 +62,8 @@ rm -rf $RPM_BUILD_ROOT
%{_includedir}/ica_api.h

%changelog
* Tue Apr 29 2025 Joerg Schmidbauer <[email protected]>
- Version v4.4.1
* Tue Dec 10 2024 Joerg Schmidbauer <[email protected]>
- Version v4.4.0
* Mon Oct 28 2024 Joerg Schmidbauer <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = 4:4:0
VERSION = 4:4:1

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