From e46c76253c80d7fbfa6cccd52ea20a40024a4dda Mon Sep 17 00:00:00 2001 From: teastep Date: Sat, 25 Oct 2003 00:55:58 +0000 Subject: [PATCH] Expand chain naming git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@778 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall/changelog.txt | 2 ++ Shorewall/releasenotes.txt | 7 +++++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Shorewall/changelog.txt b/Shorewall/changelog.txt index cf5fb9c25..fbd18ae1d 100755 --- a/Shorewall/changelog.txt +++ b/Shorewall/changelog.txt @@ -19,3 +19,5 @@ Changes since 1.4.7 8) Fix tcrules processing. 9) Liberalize chain names used in the accounting file. + +10) Fix the fix for 'complex' zones. diff --git a/Shorewall/releasenotes.txt b/Shorewall/releasenotes.txt index 2fe94c6cb..55c03d105 100755 --- a/Shorewall/releasenotes.txt +++ b/Shorewall/releasenotes.txt @@ -1,6 +1,6 @@ This is a minor release of Shorewall. -Problems Corrected since version 1.4.6: +Problems Corrected since version 1.4.7: 1) Tuomo Soini has supplied a correction to a problem that occurs using some versions of 'ash'. The symptom is that "shorewall start" fails @@ -35,7 +35,10 @@ Problems Corrected since version 1.4.6: 6) When the MARK value in a tcrules entry is followed by ":F" or ":P", the ":F" or ":P" was previously only applied to the first Netfilter - rule generated by the entry. It is now applied to all entries. + rule generated by the entry. It is now applied to all entries. + +7) The original fix for item 5) above contained a bug which caused the + "_frwd" chain to have too few rules. That has been corrected. Migration Issues: