From fbb6a21ab0155db1dc3cb3752dee75d4cdc09dee Mon Sep 17 00:00:00 2001 From: teastep Date: Mon, 24 May 2004 22:49:57 +0000 Subject: [PATCH] Typos in install.sh git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1360 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall2/changelog.txt | 2 ++ Shorewall2/releasenotes.txt | 13 +++++++++++++ 2 files changed, 15 insertions(+) diff --git a/Shorewall2/changelog.txt b/Shorewall2/changelog.txt index bb247cc43..2eae4d535 100644 --- a/Shorewall2/changelog.txt +++ b/Shorewall2/changelog.txt @@ -13,3 +13,5 @@ Changes since 2.0.2 null common action). 6) Add lots of overhead to [re]start in order to catch typing errors. + +7) Correct reporting of installation directory in install.sh. diff --git a/Shorewall2/releasenotes.txt b/Shorewall2/releasenotes.txt index cea7ee6bc..996405533 100755 --- a/Shorewall2/releasenotes.txt +++ b/Shorewall2/releasenotes.txt @@ -10,6 +10,19 @@ Problems Corrected since 2.0.2 2) The /var/lib/shorewall/restore script did not load the kernel modules specified in /etc/shorewall/modules. +3) Specifying a null common action in /etc/shorewall/actions (e.g., + :REJECT) results in a startup error. + +4) If /var/lib/shorewall does not exist, shorewall start fails. + +5) DNAT rules with a dynamic source zone don't work properly. When + used, these rules cause the rule to be checked against ALL input, + not just input from the designated zone. + +6) The install.sh script reported installing some files in + /etc/shorewall when the files were actually installed in + /usr/share/shorewall. + ----------------------------------------------------------------------- Issues when migrating from Shorewall 2.0.2 to Shorewall 2.0.3: