File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed
Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1616# Process this file with autoconf to produce a configure script.
1717
1818AC_PREREQ ( [ 2.69] )
19- AC_INIT ( [ selint] ,
[ 1.5.0 ] ,
[ [email protected] ] ) 19+ AC_INIT ( [ selint] ,
[ 1.5.1 ] ,
[ [email protected] ] ) 2020AC_CONFIG_SRCDIR ( [ src] )
2121AC_CONFIG_HEADERS ( [ config.h] )
2222
You can’t perform that action at this time.
0 commit comments