diff --git a/Shorewall/fallback.sh b/Shorewall/fallback.sh index 32e2ce85b..6f131560e 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=1.3.12-Beta1 +VERSION=1.3.12-Beta2 usage() # $1 = exit status { diff --git a/Shorewall/install.sh b/Shorewall/install.sh index 42286525b..79eef8335 100755 --- a/Shorewall/install.sh +++ b/Shorewall/install.sh @@ -54,7 +54,7 @@ # /etc/rc.d/rc.local file is modified to start the firewall. # -VERSION=1.3.12-Beta1 +VERSION=1.3.12-Beta2 usage() # $1 = exit status { diff --git a/Shorewall/releasenotes.txt b/Shorewall/releasenotes.txt index f4023ad24..a26e71282 100755 --- a/Shorewall/releasenotes.txt +++ b/Shorewall/releasenotes.txt @@ -28,8 +28,7 @@ New features include: shorewall.conf. This allows for marking input packets based on their destination even when you are using Masquerading or SNAT. -7) Since adding commands to files that don't already exist seems to be a - challenging notion for some users, I have cluttered up the - /etc/shorewall directory with empty 'init', 'start', 'stop' and - 'stopped' files. If you already have a file with one of these names, - don't worry -- the upgrade process won't overwrite your file. +7) I have cluttered up the /etc/shorewall directory with empty 'init', + 'start', 'stop' and 'stopped' files. If you already have a file with + one of these names, don't worry -- the upgrade process won't + overwrite your file. diff --git a/Shorewall/shorewall.spec b/Shorewall/shorewall.spec index 02bdd0601..d01aa6ffe 100644 --- a/Shorewall/shorewall.spec +++ b/Shorewall/shorewall.spec @@ -1,6 +1,6 @@ %define name shorewall %define version 1.3.12 -%define release 0Beta1 +%define release 0Beta2 %define prefix /usr Summary: Shoreline Firewall is an iptables-based firewall for Linux systems. @@ -105,8 +105,10 @@ fi %doc COPYING INSTALL changelog.txt releasenotes.txt tunnel %changelog +* Fri Dec 20 2002 Tom Eastep +- Changes version to 1.3.12-0Beta2 * Wed Dec 18 2002 Tom Eastep -- Changes version to 1.3.12 +- Changes version to 1.3.12-0Beta1 - Add init, start, stop and stopped files. * Tue Dec 03 2002 Tom Eastep - Changes version to 1.3.11a diff --git a/Shorewall/uninstall.sh b/Shorewall/uninstall.sh index 478133cc0..202f1a824 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 Seattle Firewall -VERSION=1.3.12-Beta1 +VERSION=1.3.12-Beta2 usage() # $1 = exit status {