Skip to content

Commit

Permalink
Update to v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dburgener committed Sep 17, 2022
1 parent 22b79c5 commit 39aa318
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# SELint Changelog

## [1.3.0] 2022-09-17

### Added (checks)
- New check level: eXtra. Checks intended to be run on occasion for code
inspection, not regularly
- X-001 for unused interfaces
- X-002 for av rule exclusions
- C-008 for valid conditional identifiers

### Changed
- Improve ordering to be more permissive in line with user expectations
- Parser errors now display the full path to the unparsed file

### Fixed
- Various parser fixes
- Support anonymous inodes
- Handle selint-disable correctly with require blocks
- Avoid false positive W-002 warnings in the presence of S-004
- Various bug fixes

## [1.2.1] 2022-01-10

### Changed
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.2.1], [[email protected]])
AC_INIT([selint], [1.3.0], [[email protected]])
AC_CONFIG_SRCDIR([src])
AC_CONFIG_HEADERS([config.h])

Expand Down

0 comments on commit 39aa318

Please sign in to comment.