diff --git a/Shorewall2/changelog.txt b/Shorewall2/changelog.txt index 5c2139497..00cc53ddc 100644 --- a/Shorewall2/changelog.txt +++ b/Shorewall2/changelog.txt @@ -8,3 +8,6 @@ Changes since 2.0.2 3) Minor tweaks to the restore mechanism. 4) Allow "!" in accounting rules. + +5) Backport bug fixes from stable (/var/lib/shorewall existence and + null common action). diff --git a/Shorewall2/fallback.sh b/Shorewall2/fallback.sh index dc08c193c..4a8adf4c8 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.0.2a +VERSION=2.0.3-Beta1 usage() # $1 = exit status { diff --git a/Shorewall2/install.sh b/Shorewall2/install.sh index 54959295a..561ddc12d 100755 --- a/Shorewall2/install.sh +++ b/Shorewall2/install.sh @@ -22,7 +22,7 @@ # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA # -VERSION=2.0.2a +VERSION=2.0.3-Beta1 usage() # $1 = exit status { diff --git a/Shorewall2/shorewall.spec b/Shorewall2/shorewall.spec index 84bd50feb..e6403d2a7 100644 --- a/Shorewall2/shorewall.spec +++ b/Shorewall2/shorewall.spec @@ -1,6 +1,6 @@ %define name shorewall -%define version 2.0.2a -%define release 1 +%define version 2.0.3 +%define release 0Beta1 %define prefix /usr Summary: Shoreline Firewall is an iptables-based firewall for Linux systems. diff --git a/Shorewall2/uninstall.sh b/Shorewall2/uninstall.sh index 28c45eb8c..7f0ef686f 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.0.2a +VERSION=2.0.3-Beta1 usage() # $1 = exit status {