From 9b58323b4723c01b3523d097bda26dd357585e42 Mon Sep 17 00:00:00 2001 From: teastep Date: Wed, 7 Jun 2006 22:18:49 +0000 Subject: [PATCH] Update Version git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4020 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall-lite/fallback.sh | 2 +- Shorewall-lite/install.sh | 2 +- Shorewall-lite/shorecap | 2 +- Shorewall-lite/shorewall-lite.spec | 4 +++- Shorewall/changelog.txt | 5 +++++ Shorewall/fallback.sh | 2 +- Shorewall/install.sh | 2 +- Shorewall/releasenotes.txt | 4 ++-- Shorewall/shorewall.spec | 4 +++- Shorewall/uninstall.sh | 2 +- 10 files changed, 19 insertions(+), 10 deletions(-) diff --git a/Shorewall-lite/fallback.sh b/Shorewall-lite/fallback.sh index ae0d01a02..8eb4aac28 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-RC1 +VERSION=3.2.0-RC2 usage() # $1 = exit status { diff --git a/Shorewall-lite/install.sh b/Shorewall-lite/install.sh index b042b62d0..26d3d53b8 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.0-RC1 +VERSION=3.2.0-RC2 usage() # $1 = exit status { diff --git a/Shorewall-lite/shorecap b/Shorewall-lite/shorecap index 84836264c..07f77d778 100755 --- a/Shorewall-lite/shorecap +++ b/Shorewall-lite/shorecap @@ -44,7 +44,7 @@ # used during firewall compilation, then the generated firewall program will likewise not # require Shorewall to be installed. -VERSION=3.2.0-RC1 +VERSION=3.2.0-RC2 . /usr/share/shorewall/functions . /usr/share/shorewall/configpath diff --git a/Shorewall-lite/shorewall-lite.spec b/Shorewall-lite/shorewall-lite.spec index 3ad499cc6..4bc57deb5 100644 --- a/Shorewall-lite/shorewall-lite.spec +++ b/Shorewall-lite/shorewall-lite.spec @@ -1,6 +1,6 @@ %define name shorewall-lite %define version 3.2.0 -%define release 0RC1 +%define release 0RC2 %define prefix /usr Summary: Shoreline Firewall Lite is an iptables-based firewall for Linux systems. @@ -81,6 +81,8 @@ fi %doc COPYING INSTALL changelog.txt releasenotes.txt %changelog +* Wed Jun 07 2006 Tom Eastep tom@shorewall.net +- Version 3.2.0-RC2 * Tue Apr 18 2006 Tom Eastep tom@shorewall.net - Initial Version diff --git a/Shorewall/changelog.txt b/Shorewall/changelog.txt index a07c7d79b..3639f0675 100644 --- a/Shorewall/changelog.txt +++ b/Shorewall/changelog.txt @@ -1,3 +1,8 @@ +Changes in 3.2.0 RC 2 + +1) Update versions. + +------------------------------------------------------------------------------- Changes in 3.2.0 RC 1 1) Update versions. diff --git a/Shorewall/fallback.sh b/Shorewall/fallback.sh index 723ee510e..12de06bc2 100755 --- a/Shorewall/fallback.sh +++ b/Shorewall/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-RC1 +VERSION=3.2.0-RC2 usage() # $1 = exit status { diff --git a/Shorewall/install.sh b/Shorewall/install.sh index 47054a38c..89e7fb06c 100755 --- a/Shorewall/install.sh +++ b/Shorewall/install.sh @@ -22,7 +22,7 @@ # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA # -VERSION=3.2.0-RC1 +VERSION=3.2.0-RC2 usage() # $1 = exit status { diff --git a/Shorewall/releasenotes.txt b/Shorewall/releasenotes.txt index e127ea8a6..e2d8cc125 100644 --- a/Shorewall/releasenotes.txt +++ b/Shorewall/releasenotes.txt @@ -44,9 +44,9 @@ Other changes in 3.2.0 RC 1 Migration Considerations: 1) If you are upgrading from Shorewall 2.x, it is essential that you read - the Shorewall 3.0.6 release notes: + the Shorewall 3.0.7 (or later) release notes: - http://www.shorewall.net/pub/shorewall/3.0/shorewall-3.0.6/releasenotes.txt + http://www.shorewall.net/pub/shorewall/3.0/shorewall-3.0.7/releasenotes.txt 2) A number of macros have been split into two. The macros affected are: diff --git a/Shorewall/shorewall.spec b/Shorewall/shorewall.spec index d3cf423e1..3032b1910 100644 --- a/Shorewall/shorewall.spec +++ b/Shorewall/shorewall.spec @@ -1,6 +1,6 @@ %define name shorewall %define version 3.2.0 -%define release 0RC1 +%define release 0RC2 %define prefix /usr Summary: Shoreline Firewall is an iptables-based firewall for Linux systems. @@ -208,6 +208,8 @@ fi %doc COPYING INSTALL changelog.txt releasenotes.txt tunnel ipsecvpn Samples %changelog +* Wed Jun 07 2006 Tom Eastep tom@shorewall.net +- Updated to 3.2.0-0RC2 * Tue May 30 2006 Tom Eastep tom@shorewall.net - Updated to 3.2.0-0RC1 * Mon May 29 2006 Tom Eastep tom@shorewall.net diff --git a/Shorewall/uninstall.sh b/Shorewall/uninstall.sh index b1eedfd3d..6497eaa3d 100755 --- a/Shorewall/uninstall.sh +++ b/Shorewall/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-RC1 +VERSION=3.2.0-RC2 usage() # $1 = exit status {