From 189279ad92653deee7a78d271d98064c3144275e Mon Sep 17 00:00:00 2001 From: teastep Date: Wed, 9 Aug 2006 20:11:19 +0000 Subject: [PATCH] Update to 3.3.0 git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4335 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall-lite/fallback.sh | 2 +- Shorewall-lite/install.sh | 2 +- Shorewall-lite/shorewall-lite.spec | 4 +++- Shorewall-lite/uninstall.sh | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Shorewall-lite/fallback.sh b/Shorewall-lite/fallback.sh index fd6aa076e..dc21d6ec3 100755 --- a/Shorewall-lite/fallback.sh +++ b/Shorewall-lite/fallback.sh @@ -28,7 +28,7 @@ # shown below. Simply run this script to revert to your prior version of # Shoreline Firewall. -VERSION=3.2.0 +VERSION=3.3.0 usage() # $1 = exit status { diff --git a/Shorewall-lite/install.sh b/Shorewall-lite/install.sh index 462ace1cc..f3a98f042 100755 --- a/Shorewall-lite/install.sh +++ b/Shorewall-lite/install.sh @@ -22,7 +22,7 @@ # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA # -VERSION=3.2.2 +VERSION=3.3.0 usage() # $1 = exit status { diff --git a/Shorewall-lite/shorewall-lite.spec b/Shorewall-lite/shorewall-lite.spec index 59b289a5d..90c36450d 100644 --- a/Shorewall-lite/shorewall-lite.spec +++ b/Shorewall-lite/shorewall-lite.spec @@ -1,5 +1,5 @@ %define name shorewall-lite -%define version 3.2.0 +%define version 3.3.0 %define release 1 %define prefix /usr @@ -84,6 +84,8 @@ fi %doc COPYING changelog.txt releasenotes.txt %changelog +* Wed Aug 09 2006 Tom Eastep tom@shorewall.net +- Updated to 3.3.0-1 * Sat Jul 08 2006 Tom Eastep tom@shorewall.net - Updated to 3.2.0-1 * Thu Jun 29 2006 Tom Eastep tom@shorewall.net diff --git a/Shorewall-lite/uninstall.sh b/Shorewall-lite/uninstall.sh index 6d9384e39..601a514cd 100755 --- a/Shorewall-lite/uninstall.sh +++ b/Shorewall-lite/uninstall.sh @@ -26,7 +26,7 @@ # You may only use this script to uninstall the version # shown below. Simply run this script to remove Shorewall Firewall -VERSION=3.2.0 +VERSION=3.3.0 usage() # $1 = exit status {