Skip to content

Commit bdd3ff2

Browse files
committed
Open audit-4.1.4 development cycle
1 parent dfda970 commit bdd3ff2

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

ChangeLog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
4.1.4
2+
13
4.1.3
24
- Reduce memory churn in the af_unix plugin
35
- Add --with-asan to enable ASAN for unit tests

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

292292
%changelog
293-
Sun Feb 01 2026 Steve Grubb <sgrubb@redhat.com> 4.1.3-1
293+
Sun Feb 01 2026 Steve Grubb <sgrubb@redhat.com> 4.1.4-1
294294
- New upstream release
295295

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
dnl
22
define([AC_INIT_NOTICE],
33
[### Generated automatically using autoconf version] AC_ACVERSION [
4-
### Copyright 2005-25 Steve Grubb <sgrubb@redhat.com>
4+
### Copyright 2005-26 Steve Grubb <sgrubb@redhat.com>
55
###
66
### Permission is hereby granted, free of charge, to any person obtaining a
77
### copy of this software and associated documentation files (the "Software"),
@@ -29,7 +29,7 @@ define([AC_INIT_NOTICE],
2929
])
3030

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

0 commit comments

Comments
 (0)