From af75d87c4bc6c962b8114f17ccae301160e81f8c Mon Sep 17 00:00:00 2001 From: teastep Date: Mon, 23 Aug 2004 00:08:47 +0000 Subject: [PATCH] Changes for Shorewall-2.0.8 git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1572 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- STABLE2/fallback.sh | 2 +- STABLE2/install.sh | 2 +- STABLE2/releasenotes.txt | 2 +- STABLE2/shorewall.spec | 4 +++- STABLE2/uninstall.sh | 2 +- 5 files changed, 7 insertions(+), 5 deletions(-) diff --git a/STABLE2/fallback.sh b/STABLE2/fallback.sh index dfdc55933..9749a1c69 100755 --- a/STABLE2/fallback.sh +++ b/STABLE2/fallback.sh @@ -28,7 +28,7 @@ # shown below. Simply run this script to revert to your prior version of # Shoreline Firewall. -VERSION=2.0.7 +VERSION=2.0.8 usage() # $1 = exit status { diff --git a/STABLE2/install.sh b/STABLE2/install.sh index 1c0d211fe..4658c85ef 100755 --- a/STABLE2/install.sh +++ b/STABLE2/install.sh @@ -22,7 +22,7 @@ # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA # -VERSION=2.0.7 +VERSION=2.0.8 usage() # $1 = exit status { diff --git a/STABLE2/releasenotes.txt b/STABLE2/releasenotes.txt index ae1c01762..1d46a48b7 100644 --- a/STABLE2/releasenotes.txt +++ b/STABLE2/releasenotes.txt @@ -57,7 +57,7 @@ Problems Corrected in version 2.0.7 This prevents the 'nobogons' option from logging DHCP 'DISCOVER' broadcasts. - +----------------------------------------------------------------------- New Features in version 2.0.7 1) To improve supportability, the "shorewall status" command now diff --git a/STABLE2/shorewall.spec b/STABLE2/shorewall.spec index c3777756c..c2edc7850 100644 --- a/STABLE2/shorewall.spec +++ b/STABLE2/shorewall.spec @@ -1,5 +1,5 @@ %define name shorewall -%define version 2.0.7 +%define version 2.0.8 %define release 1 %define prefix /usr @@ -141,6 +141,8 @@ fi %doc COPYING INSTALL changelog.txt releasenotes.txt tunnel %changelog +* Sun Aug 22 2004 Tom Eastep tom@shorewall.net +- Updated to 2.0.8-1 * Tue Jul 20 2004 Tom Eastep tom@shorewall.net - Updated to 2.0.7-1 * Sun Jul 11 2004 Tom Eastep tom@shorewall.net diff --git a/STABLE2/uninstall.sh b/STABLE2/uninstall.sh index b7b2cb455..6a112cc5c 100755 --- a/STABLE2/uninstall.sh +++ b/STABLE2/uninstall.sh @@ -26,7 +26,7 @@ # You may only use this script to uninstall the version # shown below. Simply run this script to remove Seattle Firewall -VERSION=2.0.7 +VERSION=2.0.8 usage() # $1 = exit status {