diff --git a/Shorewall/fallback.sh b/Shorewall/fallback.sh index d463c56d6..bd0c6f12d 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=2.5.0 +VERSION=2.5.1 usage() # $1 = exit status { diff --git a/Shorewall/install.sh b/Shorewall/install.sh index 13f80b108..329d4e7ed 100755 --- a/Shorewall/install.sh +++ b/Shorewall/install.sh @@ -22,7 +22,7 @@ # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA # -VERSION=2.5.0 +VERSION=2.5.1 usage() # $1 = exit status { diff --git a/Shorewall/releasenotes.txt b/Shorewall/releasenotes.txt index 6fb2ae4b2..2615cfc2e 100755 --- a/Shorewall/releasenotes.txt +++ b/Shorewall/releasenotes.txt @@ -13,6 +13,10 @@ Problems Corrected in 2.5.1: that Shorewall is [re]started whereas /var/lib/shorewall/restarted is also modified by "shorewall reset" and "shorewall refresh". +4) The handling of log levels passed to macros has been + corrected. Previously, passing a log level to a macro resulted in a + [re]start error. + Problems Corrected in 2.5.0: 1) The behavior of CONTINUE policies has been improved. Shorewall no diff --git a/Shorewall/shorewall.spec b/Shorewall/shorewall.spec index e5a78d48b..3821a9826 100644 --- a/Shorewall/shorewall.spec +++ b/Shorewall/shorewall.spec @@ -1,5 +1,5 @@ %define name shorewall -%define version 2.5.0 +%define version 2.5.1 %define release 1 %define prefix /usr @@ -152,6 +152,8 @@ fi %doc COPYING INSTALL changelog.txt releasenotes.txt tunnel ipsecvpn %changelog +* Sun Aug 07 2005 Tom Eastep tom@shorewall.net +- Updated to 2.5.1-1 * Tue Jul 26 2005 Tom Eastep tom@shorewall.net - Fix omissions/errors * Mon Jul 25 2005 Tom Eastep tom@shorewall.net diff --git a/Shorewall/uninstall.sh b/Shorewall/uninstall.sh index db7c94bee..655d3df52 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=2.5.0 +VERSION=2.5.1 usage() # $1 = exit status {