From 4b479d2671342a83e55bd63f0a09415e46cac4d1 Mon Sep 17 00:00:00 2001
From: teastep
Date: Sun, 4 Feb 2007 17:32:06 +0000
Subject: [PATCH] Update version to RC2
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5360 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 +-
Shorewall/fallback.sh | 2 +-
Shorewall/install.sh | 2 +-
Shorewall/shorewall.spec | 4 +++-
Shorewall/uninstall.sh | 2 +-
web/Manpages.html | 3 ++-
web/shorewall_index.htm | 10 +++++-----
10 files changed, 19 insertions(+), 14 deletions(-)
diff --git a/Shorewall-lite/fallback.sh b/Shorewall-lite/fallback.sh
index 71f3bc6c4..5bfbcbb0c 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.4.0-RC1
+VERSION=3.4.0-RC2
usage() # $1 = exit status
{
diff --git a/Shorewall-lite/install.sh b/Shorewall-lite/install.sh
index b09398855..8251c386f 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.4.0-RC1
+VERSION=3.4.0-RC2
usage() # $1 = exit status
{
diff --git a/Shorewall-lite/shorewall-lite.spec b/Shorewall-lite/shorewall-lite.spec
index 04299e203..bdcb0d102 100644
--- a/Shorewall-lite/shorewall-lite.spec
+++ b/Shorewall-lite/shorewall-lite.spec
@@ -1,6 +1,6 @@
%define name shorewall-lite
%define version 3.4.0
-%define release 0RC1
+%define release 0RC2
%define prefix /usr
Summary: Shoreline Firewall Lite is an iptables-based firewall for Linux systems.
@@ -99,6 +99,8 @@ fi
%doc COPYING changelog.txt releasenotes.txt
%changelog
+* Sun Feb 04 2007 Tom Eastep tom@shorewall.net
+- Updated to 3.4.0-0RC2
* Wed Jan 24 2007 Tom Eastep tom@shorewall.net
- Updated to 3.4.0-0RC1
* Mon Jan 22 2007 Tom Eastep tom@shorewall.net
diff --git a/Shorewall-lite/uninstall.sh b/Shorewall-lite/uninstall.sh
index 9ae9e8cc9..34a5bf49c 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.4.0-RC1
+VERSION=3.4.0-RC2
usage() # $1 = exit status
{
diff --git a/Shorewall/fallback.sh b/Shorewall/fallback.sh
index 9d621890d..b0683debf 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.4.0-RC1
+VERSION=3.4.0-RC2
usage() # $1 = exit status
{
diff --git a/Shorewall/install.sh b/Shorewall/install.sh
index 330990e3a..a797d1e53 100755
--- a/Shorewall/install.sh
+++ b/Shorewall/install.sh
@@ -22,7 +22,7 @@
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA
#
-VERSION=3.4.0-RC1
+VERSION=3.4.0-RC2
usage() # $1 = exit status
{
diff --git a/Shorewall/shorewall.spec b/Shorewall/shorewall.spec
index 60f6cc745..d2da76d9b 100644
--- a/Shorewall/shorewall.spec
+++ b/Shorewall/shorewall.spec
@@ -1,6 +1,6 @@
%define name shorewall
%define version 3.4.0
-%define release 0RC1
+%define release 0RC2
%define prefix /usr
Summary: Shoreline Firewall is an iptables-based firewall for Linux systems.
@@ -260,6 +260,8 @@ fi
%doc COPYING INSTALL changelog.txt releasenotes.txt tunnel ipsecvpn Samples
%changelog
+* Sun Feb 04 2007 Tom Eastep tom@shorewall.net
+- Updated to 3.4.0-0RC2
* Wed Jan 24 2007 Tom Eastep tom@shorewall.net
- Updated to 3.4.0-0RC1
* Mon Jan 22 2007 Tom Eastep tom@shorewall.net
diff --git a/Shorewall/uninstall.sh b/Shorewall/uninstall.sh
index 441f0a84b..b68698d47 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.4.0-RC1
+VERSION=3.4.0-RC2
usage() # $1 = exit status
{
diff --git a/web/Manpages.html b/web/Manpages.html
index 0c00eb12c..ccc8a3bec 100644
--- a/web/Manpages.html
+++ b/web/Manpages.html
@@ -23,7 +23,8 @@ Documentation License”.
2007-01-18
Warning:
-These manpages are for Shorewall 3.4.0 only.
+These manpages are for Shorewall 3.4.0 only. They describe
+features and options not available on earlier releases.
Note: The docbook to manpage
translation tool that we are using has some indentation issues which
diff --git a/web/shorewall_index.htm b/web/shorewall_index.htm
index 734a1252c..0e3d990ef 100644
--- a/web/shorewall_index.htm
+++ b/web/shorewall_index.htm
@@ -20,7 +20,7 @@ Foundation; with no Invariant Sections, with no Front-Cover, and with
no Back-Cover Texts. A copy of the license is included in the section
entitled “GNU Free
Documentation License”.
-2007-01-22
+2007-02-01
Table of Contents
Introduction
@@ -130,17 +130,17 @@ problems and
The current Development Release
version
-is 3.4.0-Beta3
+is 3.4.0 RC1
.