Skip to content

Commit

Permalink
New libica version 4.4.0
Browse files Browse the repository at this point in the history
[FEATURE] Updates for FIPS 140-3 certification 2024
[PATCH] Various bug fixes and housekeeping

Signed-off-by: Joerg Schmidbauer <[email protected]>
  • Loading branch information
jschmidb committed Dec 17, 2024
1 parent 34efc10 commit e359b4a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v4.4.0
[FEATURE] Updates for FIPS 140-3 certification 2024
[PATCH] Various bug fixes and housekeeping
v4.3.1
[PATCH] Various bug fixes and housekeeping
v4.3.0
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.3.1], [https://github.com/opencryptoki/libica/issues],, [https://github.com/opencryptoki/libica])
AC_INIT([libica], [4.4.0], [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.3.1
Version: 4.4.0
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 Dec 10 2024 Joerg Schmidbauer <[email protected]>
- Version v4.4.0
* Mon Oct 28 2024 Joerg Schmidbauer <[email protected]>
- Version v4.3.1
* Mon Jan 8 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:3:1
VERSION = 4:4:0

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

0 comments on commit e359b4a

Please sign in to comment.