Skip to content

Commit 1e19b77

Browse files
committed
Open audit-4.1.1 development cycle
1 parent e0ee546 commit 1e19b77

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

ChangeLog

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
4.1.0.
1+
4.1.1
2+
3+
4.1.0
24
- Fix auditd -s enable hang issue (Yan Zhu)
35
- Optimize event formatting in auditd
46
- af_unix plugin: Restore terminating newlines

audit.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Summary: User space tools for kernel auditing
22
Name: audit
3-
Version: 4.0.6
3+
Version: 4.1.1
44
Release: 1%{dist}
55
License: GPL-2.0-or-later AND LGPL-2.0-or-later
66
Group: System Environment/Daemons
@@ -286,6 +286,6 @@ fi
286286
%attr(750,root,root) %{_sbindir}/audispd-zos-remote
287287

288288
%changelog
289-
Thu Jul 10 2025 Steve Grubb <[email protected]> 4.1.0-1
289+
Thu Jul 10 2025 Steve Grubb <[email protected]> 4.1.1-1
290290
- New upstream release
291291

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ define([AC_INIT_NOTICE],
2929
])
3030

3131
AC_REVISION($Revision: 1.3 $)dnl
32-
AC_INIT([audit], [4.1.0])
32+
AC_INIT([audit], [4.1.1])
3333
AC_PREREQ([2.50])dnl
3434
AC_CONFIG_HEADERS([config.h])
3535

0 commit comments

Comments
 (0)