diff --git a/Shorewall-init/install.sh b/Shorewall-init/install.sh index 1e212a40e..a78318658 100755 --- a/Shorewall-init/install.sh +++ b/Shorewall-init/install.sh @@ -23,7 +23,7 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # -VERSION=4.4.18-Beta2 +VERSION=4.4.18-Beta3 usage() # $1 = exit status { diff --git a/Shorewall-init/shorewall-init.spec b/Shorewall-init/shorewall-init.spec index fc3da0eca..e06afa8f5 100644 --- a/Shorewall-init/shorewall-init.spec +++ b/Shorewall-init/shorewall-init.spec @@ -1,6 +1,6 @@ %define name shorewall-init %define version 4.4.18 -%define release 0Beta2 +%define release 0Beta3 Summary: Shorewall-init adds functionality to Shoreline Firewall (Shorewall). Name: %{name} @@ -119,6 +119,8 @@ fi %doc COPYING changelog.txt releasenotes.txt %changelog +* Sat Feb 19 2011 Tom Eastep tom@shorewall.net +- Updated to 4.4.18-0Beta3 * Sun Feb 13 2011 Tom Eastep tom@shorewall.net - Updated to 4.4.18-0Beta2 * Sat Feb 05 2011 Tom Eastep tom@shorewall.net diff --git a/Shorewall-init/uninstall.sh b/Shorewall-init/uninstall.sh index def1366c6..ad6e86d0a 100755 --- a/Shorewall-init/uninstall.sh +++ b/Shorewall-init/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=4.4.18-Beta2 +VERSION=4.4.18-Beta3 usage() # $1 = exit status { diff --git a/Shorewall-lite/install.sh b/Shorewall-lite/install.sh index 570b4df62..ab7fe581c 100755 --- a/Shorewall-lite/install.sh +++ b/Shorewall-lite/install.sh @@ -22,7 +22,7 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # -VERSION=4.4.18-Beta2 +VERSION=4.4.18-Beta3 usage() # $1 = exit status { diff --git a/Shorewall-lite/shorewall-lite.spec b/Shorewall-lite/shorewall-lite.spec index c956a93c2..2bc3a6b20 100644 --- a/Shorewall-lite/shorewall-lite.spec +++ b/Shorewall-lite/shorewall-lite.spec @@ -1,6 +1,6 @@ %define name shorewall-lite %define version 4.4.18 -%define release 0Beta2 +%define release 0Beta3 Summary: Shoreline Firewall Lite is an iptables-based firewall for Linux systems. Name: %{name} @@ -102,6 +102,8 @@ fi %doc COPYING changelog.txt releasenotes.txt %changelog +* Sat Feb 19 2011 Tom Eastep tom@shorewall.net +- Updated to 4.4.18-0Beta3 * Sun Feb 13 2011 Tom Eastep tom@shorewall.net - Updated to 4.4.18-0Beta2 * Sat Feb 05 2011 Tom Eastep tom@shorewall.net diff --git a/Shorewall-lite/uninstall.sh b/Shorewall-lite/uninstall.sh index 60c0212e8..6d644c1a9 100755 --- a/Shorewall-lite/uninstall.sh +++ b/Shorewall-lite/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=4.4.18-Beta2 +VERSION=4.4.18-Beta3 usage() # $1 = exit status { diff --git a/Shorewall/Perl/Shorewall/Config.pm b/Shorewall/Perl/Shorewall/Config.pm index 01d70c1ef..0a2d37f5f 100644 --- a/Shorewall/Perl/Shorewall/Config.pm +++ b/Shorewall/Perl/Shorewall/Config.pm @@ -410,7 +410,7 @@ sub initialize( $ ) { EXPORT => 0, STATEMATCH => '-m state --state', UNTRACKED => 0, - VERSION => "4.4.18-Beta2", + VERSION => "4.4.18-Beta3", CAPVERSION => 40417 , ); # diff --git a/Shorewall/install.sh b/Shorewall/install.sh index 2fef55ebd..83b4a7cc7 100755 --- a/Shorewall/install.sh +++ b/Shorewall/install.sh @@ -22,7 +22,7 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # -VERSION=4.4.18-Beta2 +VERSION=4.4.18-Beta3 usage() # $1 = exit status { diff --git a/Shorewall/releasenotes.txt b/Shorewall/releasenotes.txt index 6a9bcd7eb..e0396ec0d 100644 --- a/Shorewall/releasenotes.txt +++ b/Shorewall/releasenotes.txt @@ -1,5 +1,6 @@ ---------------------------------------------------------------------------- S H O R E W A L L 4 . 4 . 1 8 + B E T A 3 ---------------------------------------------------------------------------- I. PROBLEMS CORRECTED IN THIS RELEASE @@ -13,18 +14,23 @@ VI. PROBLEMS CORRECTED AND NEW FEATURES IN PRIOR RELEASES I. P R O B L E M S C O R R E C T E D I N T H I S R E L E A S E ---------------------------------------------------------------------------- +4.4.18 Beta 3 + +1) Edting of the MARK column has been tighened to catch errors at + compile time. + 4.4.18 Beta 2 1) Previously, the 'local' option in /etc/shorewall6/providers would - produce an 'ip route add' command containing an IPv4 address. It now - correctly uses the equivalent IPv6 address. + produce an 'ip route add' command containing an IPv4 address. It now + correctly uses the equivalent IPv6 address. -2) When optimize level 4 was set, the optimizer mis-handled rules of the - form: +2) When optimize level 4 was set, the optimizer mis-handled rules of the + form: -A -j -m comment ... - when such a rule was the only rule in a chain. + when such a rule was the only rule in a chain. 4.4.18 Beta 1 diff --git a/Shorewall/shorewall.spec b/Shorewall/shorewall.spec index 9400aab78..78a92e6d4 100644 --- a/Shorewall/shorewall.spec +++ b/Shorewall/shorewall.spec @@ -1,6 +1,6 @@ %define name shorewall %define version 4.4.18 -%define release 0Beta2 +%define release 0Beta3 Summary: Shoreline Firewall is an iptables-based firewall for Linux systems. Name: %{name} @@ -109,6 +109,8 @@ fi %doc COPYING INSTALL changelog.txt releasenotes.txt Contrib/* Samples %changelog +* Sat Feb 19 2011 Tom Eastep tom@shorewall.net +- Updated to 4.4.18-0Beta3 * Sun Feb 13 2011 Tom Eastep tom@shorewall.net - Updated to 4.4.18-0Beta2 * Sat Feb 05 2011 Tom Eastep tom@shorewall.net diff --git a/Shorewall/uninstall.sh b/Shorewall/uninstall.sh index 009fa9337..528600fc2 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=4.4.18-Beta2 +VERSION=4.4.18-Beta3 usage() # $1 = exit status { diff --git a/Shorewall6-lite/install.sh b/Shorewall6-lite/install.sh index d72657961..640687db3 100755 --- a/Shorewall6-lite/install.sh +++ b/Shorewall6-lite/install.sh @@ -22,7 +22,7 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # -VERSION=4.4.18-Beta2 +VERSION=4.4.18-Beta3 usage() # $1 = exit status { diff --git a/Shorewall6-lite/shorewall6-lite.spec b/Shorewall6-lite/shorewall6-lite.spec index 75f490f21..db66e3af4 100644 --- a/Shorewall6-lite/shorewall6-lite.spec +++ b/Shorewall6-lite/shorewall6-lite.spec @@ -1,6 +1,6 @@ %define name shorewall6-lite %define version 4.4.18 -%define release 0Beta2 +%define release 0Beta3 Summary: Shoreline Firewall 6 Lite is an ip6tables-based firewall for Linux systems. Name: %{name} @@ -93,6 +93,8 @@ fi %doc COPYING changelog.txt releasenotes.txt %changelog +* Sat Feb 19 2011 Tom Eastep tom@shorewall.net +- Updated to 4.4.18-0Beta3 * Sun Feb 13 2011 Tom Eastep tom@shorewall.net - Updated to 4.4.18-0Beta2 * Sat Feb 05 2011 Tom Eastep tom@shorewall.net diff --git a/Shorewall6-lite/uninstall.sh b/Shorewall6-lite/uninstall.sh index 1d71e42f0..6bcd26529 100755 --- a/Shorewall6-lite/uninstall.sh +++ b/Shorewall6-lite/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=4.4.18-Beta2 +VERSION=4.4.18-Beta3 usage() # $1 = exit status { diff --git a/Shorewall6/install.sh b/Shorewall6/install.sh index 044800c2e..2d3edc173 100755 --- a/Shorewall6/install.sh +++ b/Shorewall6/install.sh @@ -22,7 +22,7 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # -VERSION=4.4.18-Beta2 +VERSION=4.4.18-Beta3 usage() # $1 = exit status { diff --git a/Shorewall6/shorewall6.spec b/Shorewall6/shorewall6.spec index ec8bb1f5f..7ed04b0e8 100644 --- a/Shorewall6/shorewall6.spec +++ b/Shorewall6/shorewall6.spec @@ -1,6 +1,6 @@ %define name shorewall6 %define version 4.4.18 -%define release 0Beta2 +%define release 0Beta3 Summary: Shoreline Firewall 6 is an ip6tables-based firewall for Linux systems. Name: %{name} @@ -98,6 +98,8 @@ fi %doc COPYING INSTALL changelog.txt releasenotes.txt tunnel ipsecvpn ipv6 Samples6 %changelog +* Sat Feb 19 2011 Tom Eastep tom@shorewall.net +- Updated to 4.4.18-0Beta3 * Sun Feb 13 2011 Tom Eastep tom@shorewall.net - Updated to 4.4.18-0Beta2 * Sat Feb 05 2011 Tom Eastep tom@shorewall.net diff --git a/Shorewall6/uninstall.sh b/Shorewall6/uninstall.sh index acc0669fb..55773b9ec 100755 --- a/Shorewall6/uninstall.sh +++ b/Shorewall6/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=4.4.18-Beta2 +VERSION=4.4.18-Beta3 usage() # $1 = exit status {