From cfee967d4619b1000a35022107876c5bbde97109 Mon Sep 17 00:00:00 2001 From: teastep Date: Thu, 5 Dec 2002 01:24:51 +0000 Subject: [PATCH] Update change log and release notes git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@352 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall/changelog.txt | 6 ++++++ Shorewall/releasenotes.txt | 6 +++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/Shorewall/changelog.txt b/Shorewall/changelog.txt index f8569a0db..646857c60 100755 --- a/Shorewall/changelog.txt +++ b/Shorewall/changelog.txt @@ -4,3 +4,9 @@ Changes since 1.3.11 2. "shorewall refresh" now refreshes the traffic shaping rules +3. Turn off debugging after error. + +4. Various speedups. + +5. Remove drop of INVALID state output ICMP packets. +. diff --git a/Shorewall/releasenotes.txt b/Shorewall/releasenotes.txt index 0bd881040..0cd2c9490 100755 --- a/Shorewall/releasenotes.txt +++ b/Shorewall/releasenotes.txt @@ -3,7 +3,11 @@ This is a minor release of Shorewall that has a couple of new features. New features include: 1) "shorewall refresh" now reloads the traffic shaping rules. - +2) "shorewall debug [re]start" now turns off debugging after an error + occurs. This places the point of the failure near the end of the + trace rather than up in the middle of it. +3) "shorewall [re]start" has been speeded up by approximately 15% with + my configuration. Your milage may vary.