diff --git a/Shorewall/changelog.txt b/Shorewall/changelog.txt index 60c1f1b2a..f68bb1822 100644 --- a/Shorewall/changelog.txt +++ b/Shorewall/changelog.txt @@ -6,6 +6,8 @@ Changes in Shorewall 4.4.17 Beta 1 3) Correct 'check -r' with OPTIMIZE=8 +4) Add sch_prio to modules file. + Changes in Shorewall 4.4.17 Beta 1 1) Improve readability of logging logic in expand_rule(). diff --git a/Shorewall/releasenotes.txt b/Shorewall/releasenotes.txt index 2868c64c0..30771a039 100644 --- a/Shorewall/releasenotes.txt +++ b/Shorewall/releasenotes.txt @@ -31,7 +31,11 @@ Beta 2 4) In earlier versions. if OPTIMIZE=8 then the ruleset displayed by 'check -r' was the same as when OPTIMIZE=0 (unoptimized). Similarly, if OPTIMIZE=9 then the ruleset displayed - was the same as when OPTIMIZE=1. + was the same as when OPTIMIZE=1. + +5) Startup would previously fail on a system where module autoloading + was not available and where TC_ENABLED=Simple was specified in + shorewall.conf. Beta 1