Add warning about balance and loose -- Release Documents

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5397 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2007-02-11 17:30:09 +00:00
parent 68a2f3dbdf
commit a4220f667e
2 changed files with 31 additions and 19 deletions

View File

@ -1,3 +1,7 @@
Changes in 3.4.0 Final
1) Add warning about 'loose' and 'balance'
Changes in 3.4.0 RC 2
1) No longer include params file in compiled output.

View File

@ -1,4 +1,4 @@
Shorewall 3.4.0 RC2
Shorewall 3.4.0
Release Highlights
@ -28,27 +28,15 @@ Release Highlights
/etc/shorewall/route_rules and reverses those changes when
appropriate.
Problems Corrected in 3.4.0 RC2
Problems Corrected in 3.4.0 Final
1) The new SIP and H323 Netfilter helper modules were not being
automatically loaded by Shorewall. They have now been added to the
/usr/share/shorewall[-lite]/modules files.
None.
2) It is quite difficult to code a 'params' file that assigns other
than constant values such that it works correctly with Shorewall
Lite. To work around this problem, a new EXPORTPARAMS option
has been added to shorewall.conf. When EXPORTPARAMS=No, the
'params' file is no longer copied to the compiler output.
Other Changes in 3.4.0 Final
With EXPORTPARAMS=No, if you need to set environmental variables on
the firewall system for use by your extension scripts, then do so
in the init extension script.
The default is EXPORTPARAMS=Yes to retain the current behavior.
This fix is brought forward from Shorewall version 3.2.9.
Other Changes in 3.4.0 RC 2
1) A warning is now issued when 'loose' and 'balance' are specified together
for a provider. This combination of options can lead to packets being
dropped as 'martians'.
None.
@ -797,3 +785,23 @@ Other Changes in 3.4.0 RC 1
1) A macro that handles SixXS has been contributed by Christian
Roessner.
Problems Corrected in 3.4.0
1) The new SIP and H323 Netfilter helper modules were not being
automatically loaded by Shorewall. They have now been added to the
/usr/share/shorewall[-lite]/modules files.
2) It is quite difficult to code a 'params' file that assigns other
than constant values such that it works correctly with Shorewall
Lite. To work around this problem, a new EXPORTPARAMS option
has been added to shorewall.conf. When EXPORTPARAMS=No, the
'params' file is no longer copied to the compiler output.
With EXPORTPARAMS=No, if you need to set environmental variables on
the firewall system for use by your extension scripts, then do so
in the init extension script.
The default is EXPORTPARAMS=Yes to retain the current behavior.
This fix is brought forward from Shorewall version 3.2.9.