Update release documents

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6096 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2007-04-23 23:47:58 +00:00
parent 29f51b52b4
commit 95c6bf34ca
2 changed files with 18 additions and 37 deletions

View File

@ -1,3 +1,7 @@
Changes in 3.9.5
1) Fix dynamic zone problem.
Changes in 3.9.4
1) Fix port 0 problem (again!).

View File

@ -1,4 +1,4 @@
Shorewall 3.9.3
Shorewall 3.9.5
----------------------------------------------------------------------------
R E L E A S E H I G H L I G H T S
----------------------------------------------------------------------------
@ -15,45 +15,14 @@ Shorewall 3.9.3
You must install Shorewall and at least one of the compiler packages
(you may install them both).
Problems corrected in 3.9.4.
1) The value zero was being ignored in SOURCE PORT(S) and DEST PORT(S)
columns.
2) logmartions=0 was being treated the same as logmartians=1.
3) The 'arp_ignore' interface option caused an internal error in
validate_interfaces_file() and other errors.
4) The 'detectnets' option was accepted but did nothing.
5) Run-time errors were reported if interface or zone options were
missing a value.
6) The routeback option was accepted on multi-zone interfaces; the
documentation indicates that this option is not appropriate on such
interfaces.
7) 'shorewall check -d' resulted in a run-time error.
8) Intra-zone policies other than ACCEPT didn't work.
9) When MACLIST_TABLE=filter, MAC validation produced invalid
iptables-restore input.
Problems corrected in 3.9.5.
1) Setting DYNAMIC_ZONES=Yes produced lots of Perl run-time errors in
some configurations.
Other changes in Shorewall 3.9.4
1) The LOG_MARTIANS and ROUTE_FILTER options are not tri-valued.
Yes - Same as before
No - Same as before except that it applies regardless of
whether any interfaces have the logmartians/routefilter
option
Keep - Shorewall ignores the option entirely.
2) The 'optional' interface option can now work with 'maclist'; an
optional interface that specifies 'maclist' will not prevent
Shorewall from [re]starting successfully.
None.
Migration Considerations:
@ -362,6 +331,14 @@ Migration Considerations:
read the comments in the macro file before trying to use this
macro.
5) The LOG_MARTIANS and ROUTE_FILTER options are now tri-valued.
Yes - Same as before
No - Same as before except that it applies regardless of
whether any interfaces have the logmartians/routefilter
option
Keep - Shorewall ignores the option entirely.
----------------------------------------------------------------------------
P R E R E Q U I S I T E S
----------------------------------------------------------------------------