From ce3f0846478dd32142ae1d09d63f487c63617467 Mon Sep 17 00:00:00 2001 From: teastep Date: Wed, 7 Jun 2006 16:53:38 +0000 Subject: [PATCH] More release notes cleanup git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4017 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall/releasenotes.txt | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/Shorewall/releasenotes.txt b/Shorewall/releasenotes.txt index e6a058632..e127ea8a6 100644 --- a/Shorewall/releasenotes.txt +++ b/Shorewall/releasenotes.txt @@ -309,7 +309,7 @@ New Features: As a final part of this change, the "check" command now compiles the current configuration and writes the compiled output to /dev/null. So - "check" performs all of the same valication that compile does. Note that + "check" performs all of the same validation that compile does. Note that there is still no guarantee that the generated script won't encounter run-time errors. @@ -357,21 +357,6 @@ New Features: As part of this change, Shorewall no longer adds the "--syn" option to TCP rules that specify QUEUE as their target. -2) Kernel version 2.6.16 introduces 'xtables', a new common packet - filtering and connection tracking facility that supports both IPv4 - and IPv6. Because a different set of kernel modules must be loaded - for xtables, Shorewall now includes two 'modules' files: - - a) /usr/share/shorewall/modules -- the former - /etc/shorewall/modules - - b) /usr/share/shorewall/xmodules -- a new file that support - xtables. - - If you wish to use the new file, then simply execute this command: - - cp -f /usr/share/shorewall/xmodules /etc/modules - 6) /sbin/shorewall now supports a "-t" option that causes all progress messages to be timestamped.