From e0b5a86257c29628648c976a83fc88da8829e167 Mon Sep 17 00:00:00 2001
From: teastep
Date: Sat, 4 Dec 2004 23:43:38 +0000
Subject: [PATCH] Website Updates
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1805 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
---
Shorewall-Website/shorewall_index.htm | 84 +++++++++++++++++++++++++--
1 file changed, 78 insertions(+), 6 deletions(-)
diff --git a/Shorewall-Website/shorewall_index.htm b/Shorewall-Website/shorewall_index.htm
index 9d1e9fc4b..1f51a0e7c 100644
--- a/Shorewall-Website/shorewall_index.htm
+++ b/Shorewall-Website/shorewall_index.htm
@@ -28,8 +28,8 @@ to 2.x releases of Shorewall. For older versions:
target="_top">here.
-The current 2.0 Stable Release is 2.0.11 -- Here are the release
+The current 2.0 Stable Release is 2.0.13 -- Here are the release
notes.
The current Developement Release is 2.2.0 Beta 6 -- Here
are the GNU
Free Documentation License”.
-2004-11-26
+2004-12-02
Table of Contents
Introduction
@@ -59,8 +59,11 @@ Shorewall
Shorewall on Mandrake® with a two-interface setup?
License
News
-Shorewall 2.2.0 Beta 6
+
Shorewall
+2.0.13
+Shorewall
+2.0.12
+Shorewall 2.2.0 Beta 6
Shorewall 2.2.0 Beta 5
Shorewall
2.0.11
@@ -161,6 +164,75 @@ of the license is included in the section entitled "GNU Free
Documentation License".
News
+12/02/2004 -
+Shorewall 2.0.13
+
+Problems Corrected:
+
+ - A typo in /usr/share/shorewall/firewall caused the "shorewall
+add" to issue an error message:
+ /usr/share/shorewall/firewall: line 1: match_destination_hosts: command not found
+
+
+12/01/2004 -
+Shorewall 2.0.12
+
+Problems Corrected:
+
+ - A typo in shorewall.conf (NETNOTSYN) has been corrected.
+ - The "shorewall add" and "shorewall delete" commands now work in a
+bridged environment. The syntax is:
+
+ shorewall add
+<interface>[:<bridge port>][:<address>] <zone>
+ shorewall delete
+<interface>[:<bridge port>][:<address>] <zone>
+
+Examples:
+
+ shorewall add br0:eth2:192.168.1.3 OK
+ shorewall delete br0:eth2:192.168.1.3 OK
+
+
+ - Previously, "shorewall save" created an out-of-sequence restore
+script. The commands saved in the user's /etc/shorewall/start script
+were executed prior to the Netfilter configuration being restored. This
+has been corrected so that "shorewall save" now places those commands
+at the end of the script.
+
+To accomplish this change, the "restore base" file
+(/var/lib/shorewall/restore-base) has been split into two files:
+
+ /var/lib/shorewall/restore-base -- commands to be executed
+before the Netfilter configuration is restored.
+
+ /var/lib/shorewall/restore-tail -- commands to be executed
+after the Netfilter configuration is restored.
+
+
+ - Previously, traffic from the firewall to a dynamic zone member
+host did not need to match the interface specified when the host was
+added to the zone. For example, if eth0:1.2.3.4 is added to dynamic
+zone Z then traffic out of any firewall interface to 1.2.3.4 will obey
+the fw->Z policies and rules. This has been corrected.
+
+New Features:
+
+ - Variable expansion may now be used with the INCLUDE directive.
+
+Example:
+
+ /etc/shorewall/params
+
+
+FILE=/etc/foo/bar
+
+ Any other config file:
+
+
+INCLUDE $FILE
+
+
11/26/2004 -
Shorewall 2.2.0 Beta 6
@@ -194,7 +266,7 @@ PATH setting is used.
11/23/2004 -
-Shorweall 2.0.11
+Shorewall 2.0.11
Problems corrected: