From 6f7a1c7fd000926dc1da3fc4920867af597e311d Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Tue, 28 Dec 2010 07:49:55 -0800 Subject: [PATCH] Update release docs --- Shorewall/changelog.txt | 2 ++ Shorewall/releasenotes.txt | 8 +++++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Shorewall/changelog.txt b/Shorewall/changelog.txt index 3ba24d497..471b1538c 100644 --- a/Shorewall/changelog.txt +++ b/Shorewall/changelog.txt @@ -2,6 +2,8 @@ Changes in Shorewall 4.4.16 RC 1 1) Complete parameterized actions. +2) Fix issue in expand_rule(). + Changes in Shorewall 4.4.16 Beta 6 1) Don't let root match wildcard. diff --git a/Shorewall/releasenotes.txt b/Shorewall/releasenotes.txt index d1c260755..01b2038fb 100644 --- a/Shorewall/releasenotes.txt +++ b/Shorewall/releasenotes.txt @@ -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 ---------------------------------------------------------------------------- +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 None. @@ -131,7 +137,7 @@ Beta 1 You can 'omit' a parameter in the list by using '-' (e,g, 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 values are also available to extensions scripts. See