diff --git a/Shorewall/fallback.sh b/Shorewall/fallback.sh index 9612a3e6b..8a7dfcd62 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.4.6-20030821 +VERSION=1.4.6-20030823 usage() # $1 = exit status { diff --git a/Shorewall/install.sh b/Shorewall/install.sh index 613322ec6..f1f6a28ba 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.4.6-20030821 +VERSION=1.4.6-20030823 usage() # $1 = exit status { diff --git a/Shorewall/releasenotes.txt b/Shorewall/releasenotes.txt index 05bef2958..2be086cd7 100755 --- a/Shorewall/releasenotes.txt +++ b/Shorewall/releasenotes.txt @@ -40,6 +40,9 @@ Migration Issues: 3) IP Traffic Accounting is changed from Snapshot 20030813. +4) The Uset Set capability introduced in SnapShot 20030821 has + changed -- see the User Set page for details. + New Features: 1) Shorewall now creates a dynamic blacklisting chain for each interface diff --git a/Shorewall/shorewall.spec b/Shorewall/shorewall.spec index 63c9bcbe2..4912ae2f3 100644 --- a/Shorewall/shorewall.spec +++ b/Shorewall/shorewall.spec @@ -1,5 +1,5 @@ %define name shorewall -%define version 1.4.6_20030821 +%define version 1.4.6_20030823 %define release 1 %define prefix /usr @@ -111,6 +111,7 @@ fi %changelog * Sat Aug 23 2003 Tom Eastep - Added /etc/shorewall/users +- Changed version to 1.4.6_20030823-1 * Thu Aug 21 2003 Tom Eastep - Changed version to 1.4.6_20030821-1 - Added /etc/shorewall/usersets diff --git a/Shorewall/uninstall.sh b/Shorewall/uninstall.sh index 288f41e83..65ddaad2c 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.4.6-20030821 +VERSION=1.4.6-20030823 usage() # $1 = exit status {