From d57f4e2ccb1ec1db675af20ca0626b44825f1626 Mon Sep 17 00:00:00 2001 From: Steve Grubb Date: Thu, 7 Mar 2024 09:06:47 -0500 Subject: [PATCH] Update ChengeLog --- ChangeLog | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8f83056b..817f3ce8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,15 @@ 1.3.3 -Improve dpkg support (Stephen Tridgell) -Fix issue when no initial mount points (wjhunter3) -Add RuntimeDirectory to the systemd service file -Update code to limit the number group id's logged -Improve mount point detection code +- Improve dpkg support (Stephen Tridgell) +- Fix issue when no initial mount points (wjhunter3) +- Add RuntimeDirectory to the systemd service file +- Update code to limit the number group id's logged +- Improve mount point detection code +- Double the amount of groups a user could have (32) +- Small performance improvement by not double rewinding descriptor +- Improve logging: make stderr output more colourful; add timestamps (Kangie) +- Identify ruleset being loaded by a sha hash of the rule file (John Wass) +- Add 22-buildroot.rules to use if the machine builds software +- Add --with-asan for configure 1.3.2 - Remove LimitNOFILE and instead setrlimit more carefully