From a5f027a2a0f9792e1eb84288fc5c3c223c928e6e Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Fri, 21 Jan 2011 16:20:21 -0800 Subject: [PATCH] Document fix to modules file --- Shorewall/changelog.txt | 2 ++ Shorewall/releasenotes.txt | 6 +++++- 2 files changed, 7 insertions(+), 1 deletion(-) 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