Skip to content

Commit 63b32c0

Browse files
committed
Release 1.5.1
1 parent ea4aa8c commit 63b32c0

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# SELint Changelog
22

3-
## [1.5] 2024-01-09
3+
## [1.5.1] TBD
4+
5+
### Added (checks)
6+
- S-011 For file_context lines with only whitespace
7+
8+
### Fixed
9+
- No longer treat lines with only whitespace in fc files as an error (converted
10+
to style check S-011)
11+
- Support CIDR address notation in nodecon statements
12+
- Support m4 quoted strings in interface call arguments
13+
- Allow @ characters in quoted strings
14+
15+
## [1.5.0] 2024-01-09
416

517
### Changed
618
- Checks about requires now support userspace classperm requires

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# Process this file with autoconf to produce a configure script.
1717

1818
AC_PREREQ([2.69])
19-
AC_INIT([selint], [1.5.0], [[email protected]])
19+
AC_INIT([selint], [1.5.1], [[email protected]])
2020
AC_CONFIG_SRCDIR([src])
2121
AC_CONFIG_HEADERS([config.h])
2222

0 commit comments

Comments
 (0)