Update release documentation

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6026 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2007-04-19 21:45:26 +00:00
parent f65a020329
commit 3a66494d64
2 changed files with 18 additions and 2 deletions

View File

@ -14,6 +14,12 @@ Changes in 3.9.3
7) Fix dropInvalid.
8) Fix 'none'.
9) Fix SAME with SOURCE $FW
10) Fix tcp:syn.
Changes in 3.9.2
1) Implement '-C {shell|perl}'.

View File

@ -37,8 +37,18 @@ Problems corrected in Shorewall 3.9.3
- All addresses
- Routed networks
5) The 'dropInvalid' built-in action now correctly generates a DROP
rule rather than a REJECT rule.
5) The 'dropInvalid' built-in action now correctly generates a DROP
rule rather than a REJECT rule.
6) The Shorewall-perl compiler was not treating 'none' in the SOURCE
or DEST column of the rules file correctly.
7) The Shorewall-perl compiler did not accept 'tcp:syn' in the PROTO
column.
8) The Shorewall-perl compiler generated an invalid rule when
$FW was the SOURCE of a SAME rule (iptables/netfilter do not
support SAME in the OUTPUT chain).
Other changes in Shorewall 3.9.3