Skip to content

Commit

Permalink
Update CHANGELOG and version number for 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dburgener committed Feb 3, 2023
1 parent 064b502 commit 0284a1f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# SELint Changelog

## [1.4.0] 2023-02-03

### Added (checks)
- W-013 for audit_access permissions in allow and auditallow rules

### Changed
- Warn if duplicate configuration files are detected in a policy
- selint-disable commands now work on tunable blocks

### Fixed
- Support ifn?def blocks in .if files
- Various bug fixes

## [1.3.0] 2022-09-17

### Added (checks)
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.69])
AC_INIT([selint], [1.3.0], [[email protected]])
AC_INIT([selint], [1.4.0], [[email protected]])
AC_CONFIG_SRCDIR([src])
AC_CONFIG_HEADERS([config.h])

Expand Down

0 comments on commit 0284a1f

Please sign in to comment.