Update release docs

This commit is contained in:
Tom Eastep 2010-12-28 07:49:55 -08:00
parent 50a3b76e40
commit 6f7a1c7fd0
2 changed files with 9 additions and 1 deletions

View File

@ -2,6 +2,8 @@ Changes in Shorewall 4.4.16 RC 1
1) Complete parameterized actions. 1) Complete parameterized actions.
2) Fix issue in expand_rule().
Changes in Shorewall 4.4.16 Beta 6 Changes in Shorewall 4.4.16 Beta 6
1) Don't let root match wildcard. 1) Don't let root match wildcard.

View File

@ -14,6 +14,12 @@ VI. PROBLEMS CORRECTED AND NEW FEATURES IN PRIOR RELEASES
I. P R O B L E M S C O R R E C T E D I N T H I S R E L E A S E I. P R O B L E M S C O R R E C T E D I N T H I S R E L E A S E
---------------------------------------------------------------------------- ----------------------------------------------------------------------------
RC 1
1) Previously, under very rare circumstances, a chain would be
optimized away while there were still jumps to the chain. This caused
Shorewall start/restart to fail during iptables-restore.
Beta 7 Beta 7
None. None.
@ -131,7 +137,7 @@ Beta 1
You can 'omit' a parameter in the list by using '-' (e,g, You can 'omit' a parameter in the list by using '-' (e,g,
REDIRECT,-.info) would omit the second parameter (within the action REDIRECT,-.info) would omit the second parameter (within the action
body, $2 would expand to nothing). If you want to specify '-' as an body, $2 would expand to nothing). If you want to specify '-' as a
parameter value, use '--'. parameter value, use '--'.
Parameter values are also available to extensions scripts. See Parameter values are also available to extensions scripts. See