Skip to content

Commit 2e26284

Browse files
committed
Release version 1.6.1
This is a minor release. Refer to the NEWS file for a short summary of the changes and the git history for details. Signed-off-by: Mimi Zohar <[email protected]>
1 parent 4a4c762 commit 2e26284

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

NEWS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2024-8-28 Mimi Zohar <[email protected]>
2+
version 1.6.1:
3+
4+
* Add copies of the license texts
5+
* Fix build to address missing openssl/engine.h file
6+
17
2024-7-1 Mimi Zohar <[email protected]>
28

39
version 1.6:

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# autoconf script
22

33
AC_PREREQ([2.65])
4-
AC_INIT(ima-evm-utils, 1.6, [email protected])
4+
AC_INIT(ima-evm-utils, 1.6.1, [email protected])
55
AM_INIT_AUTOMAKE([foreign])
66
AC_CONFIG_HEADERS([config.h])
77
AC_CONFIG_MACRO_DIR([m4])

packaging/ima-evm-utils.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: ima-evm-utils
2-
Version: 1.6
2+
Version: 1.6.1
33
Release: 1%{?dist}
44
Summary: ima-evm-utils - IMA/EVM control utility
55
Group: System/Libraries

0 commit comments

Comments
 (0)