Skip to content

Commit fd5755f

Browse files
committed
Open audit-4.1.2 development cycle
1 parent 4db9c70 commit fd5755f

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

ChangeLog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
4.1.3
2+
13
4.1.2
24
- Use runstatedir to guide the whole audit project to the run directory
35
- Deprecate the notion that plugins can be anything other than outbound

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.1.2
3+
Version: 4.1.3
44
Release: 1%{dist}
55
License: GPL-2.0-or-later AND LGPL-2.0-or-later
66
Group: System Environment/Daemons
@@ -287,6 +287,6 @@ fi
287287
%attr(750,root,root) %{_sbindir}/audispd-zos-remote
288288

289289
%changelog
290-
Mon Sep 01 2025 Steve Grubb <[email protected]> 4.1.2-1
290+
Mon Sep 01 2025 Steve Grubb <[email protected]> 4.1.3-1
291291
- New upstream release
292292

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.2])
32+
AC_INIT([audit], [4.1.3])
3333
AC_PREREQ([2.50])dnl
3434
AC_CONFIG_HEADERS([config.h])
3535

0 commit comments

Comments
 (0)