diff --git a/Shorewall/changelog.txt b/Shorewall/changelog.txt index 781c9b055..a07c7d79b 100644 --- a/Shorewall/changelog.txt +++ b/Shorewall/changelog.txt @@ -1,3 +1,8 @@ +Changes in 3.2.0 RC 1 + +1) Update versions. + +------------------------------------------------------------------------------- Changes in 3.2.0 Beta 8 1) Issue more helpful BRIDGING=No error messages. diff --git a/Shorewall/fallback.sh b/Shorewall/fallback.sh index c4384d560..723ee510e 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-Beta8 +VERSION=3.2.0-RC1 usage() # $1 = exit status { diff --git a/Shorewall/install.sh b/Shorewall/install.sh index 98eb45ebd..5f81d7ebb 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-Beta8 +VERSION=3.2.0-RC1 usage() # $1 = exit status { diff --git a/Shorewall/shorecap b/Shorewall/shorecap index c47f4cdea..11638bb14 100755 --- a/Shorewall/shorecap +++ b/Shorewall/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-Beta8 +VERSION=3.2.0-RC1 # # Suppress all output for a command diff --git a/Shorewall/shorewall.spec b/Shorewall/shorewall.spec index 7928d2c9d..08581f19e 100644 --- a/Shorewall/shorewall.spec +++ b/Shorewall/shorewall.spec @@ -1,6 +1,6 @@ %define name shorewall %define version 3.2.0 -%define release 0Beta8 +%define release 0RC1 %define prefix /usr Summary: Shoreline Firewall is an iptables-based firewall for Linux systems. @@ -182,10 +182,12 @@ fi %changelog * Mon May 29 2006 Tom Eastep tom@shorewall.net +- Updated to 3.2.0-0RC1 +* Mon May 29 2006 Tom Eastep tom@shorewall.net - Updated to 3.2.0-0Beta8 * Fri May 05 2006 Tom Eastep tom@shorewall.net -* Thu May 11 2006 Tom Eastep tom@shorewall.net - Updated to 3.2.0-0Beta7 +* Thu May 11 2006 Tom Eastep tom@shorewall.net - Updated to 3.2.0-0Beta6 * Wed Apr 26 2006 Tom Eastep tom@shorewall.net - Updated to 3.2.0-0Beta5 diff --git a/Shorewall/uninstall.sh b/Shorewall/uninstall.sh index bf1e647c4..b1eedfd3d 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-Beta8 +VERSION=3.2.0-RC1 usage() # $1 = exit status {