Update release documents for NFQUEUE issue.

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2010-02-25 07:57:55 -08:00
parent 223e1e434a
commit 141f93f4c5
3 changed files with 12 additions and 0 deletions

View File

@ -2,6 +2,8 @@ Changes in Shorewall 4.4.7.6
1) Fix Debian init script exit status 1) Fix Debian init script exit status
2) Fix NFQUEUE(queue-num) in policy
Changes in Shorewall 4.4.7.5 Changes in Shorewall 4.4.7.5
1) Don't create a logging chain for rules with '-j RETURN'. 1) Don't create a logging chain for rules with '-j RETURN'.

View File

@ -64,3 +64,9 @@
are 1/2 of the values given in the rule. are 1/2 of the values given in the rule.
Corrected in 4.4.7.5. Corrected in 4.4.7.5.
9) If a queue-number is specified in an NFQUEUE policy (e.g.,
NFQUEUE(0)), invalid iptables-restore input is generated.
10) The Debian init scripts return exit status 0, even when the command
fails.

View File

@ -191,6 +191,10 @@ Shorewall 4.4.7 Patch Release 6.
init script would still return a success (zero) exit status. It now init script would still return a success (zero) exit status. It now
returns a failure status (1) when the command fails. returns a failure status (1) when the command fails.
2) Previously, if a queue number was specified in an NFQUEUE policy
(e.g., NFQUEUE(0)), invalid iptables-restore input would be
generated.
---------------------------------------------------------------------------- ----------------------------------------------------------------------------
P R O B L E M S C O R R E C T E D I N 4 . 4 . 7 . 5 P R O B L E M S C O R R E C T E D I N 4 . 4 . 7 . 5
---------------------------------------------------------------------------- ----------------------------------------------------------------------------