diff --git a/Shorewall2/fallback.sh b/Shorewall2/fallback.sh index 9b667e4ac..d4c5cd871 100755 --- a/Shorewall2/fallback.sh +++ b/Shorewall2/fallback.sh @@ -28,7 +28,7 @@ # shown below. Simply run this script to revert to your prior version of # Shoreline Firewall. -VERSION=2.2.0-RC4 +VERSION=2.2.0-RC5 usage() # $1 = exit status { diff --git a/Shorewall2/install.sh b/Shorewall2/install.sh index 6b3da917b..cfdd3c506 100755 --- a/Shorewall2/install.sh +++ b/Shorewall2/install.sh @@ -22,7 +22,7 @@ # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA # -VERSION=2.2.0-RC4 +VERSION=2.2.0-RC5 usage() # $1 = exit status { diff --git a/Shorewall2/releasenotes.txt b/Shorewall2/releasenotes.txt index 18a519769..bbf288f39 100755 --- a/Shorewall2/releasenotes.txt +++ b/Shorewall2/releasenotes.txt @@ -1,4 +1,4 @@ -Shorewall 2.2.0 +Shorewall 2.2.0-RC5 ---------------------------------------------------------------------- Problems Corrected since 2.0.3 diff --git a/Shorewall2/shorewall.spec b/Shorewall2/shorewall.spec index f85643591..eac7e6acb 100644 --- a/Shorewall2/shorewall.spec +++ b/Shorewall2/shorewall.spec @@ -1,6 +1,6 @@ %define name shorewall %define version 2.2.0 -%define release 0RC4 +%define release 0RC5 %define prefix /usr Summary: Shoreline Firewall is an iptables-based firewall for Linux systems. @@ -137,8 +137,10 @@ fi %doc COPYING INSTALL changelog.txt releasenotes.txt tunnel ipsecvpn %changelog -* Thu Jan 06 2005 Tom Eastep tom@shorewall.net +* Mon Jan 17 2005 Tom Eastep tom@shorewall.net - Updated to 2.2.0-0RC5 +* Thu Jan 06 2005 Tom Eastep tom@shorewall.net +- Updated to 2.2.0-0RC4 * Thu Dec 30 2004 Tom Eastep tom@shorewall.net - Updated to 2.2.0-0RC3 * Fri Dec 24 2004 Tom Eastep tom@shorewall.net diff --git a/Shorewall2/uninstall.sh b/Shorewall2/uninstall.sh index fdb9c846d..9a6d11083 100755 --- a/Shorewall2/uninstall.sh +++ b/Shorewall2/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.2.0-RC4 +VERSION=2.2.0-RC5 usage() # $1 = exit status {