diff --git a/Shorewall/compiler b/Shorewall/compiler index 0ca6e31a4..dd8368d4e 100755 --- a/Shorewall/compiler +++ b/Shorewall/compiler @@ -6818,8 +6818,6 @@ __EOF__ fi done fi - - fi if [ -n "$networks" ]; then diff --git a/Shorewall/fallback.sh b/Shorewall/fallback.sh index 7137d5bc1..5efb5172d 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-Beta2 +VERSION=3.2.0-Beta3 usage() # $1 = exit status { diff --git a/Shorewall/install.sh b/Shorewall/install.sh index 27c84fa36..07ad6eec9 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-Beta2 +VERSION=3.2.0-Beta3 usage() # $1 = exit status { diff --git a/Shorewall/shorecap b/Shorewall/shorecap index d318754a6..6196ff5b9 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-Beta2 +VERSION=3.2.0-Beta3 # # Suppress all output for a command diff --git a/Shorewall/shorewall.spec b/Shorewall/shorewall.spec index 8f15668f2..4d840891c 100644 --- a/Shorewall/shorewall.spec +++ b/Shorewall/shorewall.spec @@ -1,6 +1,6 @@ %define name shorewall %define version 3.2.0 -%define release 0Beta2 +%define release 0Beta3 %define prefix /usr Summary: Shoreline Firewall is an iptables-based firewall for Linux systems. @@ -179,6 +179,8 @@ fi %doc COPYING INSTALL changelog.txt releasenotes.txt tunnel ipsecvpn Samples %changelog +* Mon Mar 27 2006 Tom Eastep tom@shorewall.net +- Updated to 3.2.0-0Beta3 * Sat Mar 25 2006 Tom Eastep tom@shorewall.net - Remove '%config' from Makefile * Thu Mar 23 2006 Tom Eastep tom@shorewall.net diff --git a/Shorewall/uninstall.sh b/Shorewall/uninstall.sh index 70c147299..b9b329134 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-Beta2 +VERSION=3.2.0-Beta3 usage() # $1 = exit status {