diff --git a/Shorewall-init/install.sh b/Shorewall-init/install.sh index de03a603e..fc274ec09 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.20-Beta5 +VERSION=4.4.20-RC1 usage() # $1 = exit status { diff --git a/Shorewall-init/shorewall-init.spec b/Shorewall-init/shorewall-init.spec index f2965fd72..23f6b0741 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.20 -%define release 0Beta5 +%define release 0RC1 Summary: Shorewall-init adds functionality to Shoreline Firewall (Shorewall). Name: %{name} @@ -119,6 +119,8 @@ fi %doc COPYING changelog.txt releasenotes.txt %changelog +* Fri May 27 2011 Tom Eastep tom@shorewall.net +- Updated to 4.4.20-0RC1 * Tue May 24 2011 Tom Eastep tom@shorewall.net - Updated to 4.4.20-0Beta5 * Sun May 22 2011 Tom Eastep tom@shorewall.net diff --git a/Shorewall-init/uninstall.sh b/Shorewall-init/uninstall.sh index 9af432d4d..a142e22b9 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.20-Beta5 +VERSION=4.4.20-RC1 usage() # $1 = exit status { diff --git a/Shorewall-lite/install.sh b/Shorewall-lite/install.sh index 7a8fa95cf..54fbef5b3 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.20-Beta5 +VERSION=4.4.20-RC1 usage() # $1 = exit status { diff --git a/Shorewall-lite/shorewall-lite.spec b/Shorewall-lite/shorewall-lite.spec index 45b199341..5fa9a7f3e 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.20 -%define release 0Beta5 +%define release 0RC1 Summary: Shoreline Firewall Lite is an iptables-based firewall for Linux systems. Name: %{name} @@ -103,6 +103,8 @@ fi %doc COPYING changelog.txt releasenotes.txt %changelog +* Fri May 27 2011 Tom Eastep tom@shorewall.net +- Updated to 4.4.20-0RC1 * Tue May 24 2011 Tom Eastep tom@shorewall.net - Updated to 4.4.20-0Beta5 * Sun May 22 2011 Tom Eastep tom@shorewall.net diff --git a/Shorewall-lite/uninstall.sh b/Shorewall-lite/uninstall.sh index 762d2a48e..669a1655a 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.20-Beta5 +VERSION=4.4.20-RC1 usage() # $1 = exit status { diff --git a/Shorewall/Perl/Shorewall/Config.pm b/Shorewall/Perl/Shorewall/Config.pm index f718c6303..830020962 100644 --- a/Shorewall/Perl/Shorewall/Config.pm +++ b/Shorewall/Perl/Shorewall/Config.pm @@ -420,7 +420,7 @@ sub initialize( $ ) { EXPORT => 0, STATEMATCH => '-m state --state', UNTRACKED => 0, - VERSION => "4.4.20-Beta5", + VERSION => "4.4.20-RC1", CAPVERSION => 40417 , ); # diff --git a/Shorewall/changelog.txt b/Shorewall/changelog.txt index 59e955a1a..493a01924 100644 --- a/Shorewall/changelog.txt +++ b/Shorewall/changelog.txt @@ -1,3 +1,7 @@ +Changes in Shorewall 4.4.20 RC 1 + +1) Update release documents. + Changes in Shorewall 4.4.20 Beta 5 1) Rename Auditing Macros diff --git a/Shorewall/install.sh b/Shorewall/install.sh index 48cbe3d38..d5e241900 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.20-Beta5 +VERSION=4.4.20-RC1 usage() # $1 = exit status { diff --git a/Shorewall/releasenotes.txt b/Shorewall/releasenotes.txt index f449ecf35..6c7c33721 100644 --- a/Shorewall/releasenotes.txt +++ b/Shorewall/releasenotes.txt @@ -1,5 +1,5 @@ ---------------------------------------------------------------------------- - S H O R E W A L L 4 . 4 . 20 Beta 5 + S H O R E W A L L 4 . 4 . 20 RC 1. ---------------------------------------------------------------------------- I. PROBLEMS CORRECTED IN THIS RELEASE @@ -26,10 +26,10 @@ VI. PROBLEMS CORRECTED AND NEW FEATURES IN PRIOR RELEASES a) rt_filter (Shorewall's routefilter). Only applicable to IPv4 and can't be used with some multi-ISP configurations. - b) Insert a DROP rule that prevents hairpinning (routeback). The rule - must be inserted before any ESTABLISHED,RELATED firewall rules. - This approach is not appropriate for bridges and other cases, - where the 'routeback' option is specified or implied. + b) Insert a DROP rule that prevents hairpinning (routeback). The + rule must be inserted before any ESTABLISHED,RELATED firewall + rules. This approach is not appropriate for bridges and other + cases, where the 'routeback' option is specified or implied. For non-routeback interfaces, Shorewall and Shorewall6 will insert a hairpin rule, provided that the routefilter option is not diff --git a/Shorewall/shorewall.spec b/Shorewall/shorewall.spec index 655ba40be..0336f0ae4 100644 --- a/Shorewall/shorewall.spec +++ b/Shorewall/shorewall.spec @@ -1,6 +1,6 @@ %define name shorewall %define version 4.4.20 -%define release 0Beta5 +%define release 0RC1 Summary: Shoreline Firewall is an iptables-based firewall for Linux systems. Name: %{name} @@ -111,6 +111,8 @@ fi %doc COPYING INSTALL changelog.txt releasenotes.txt Contrib/* Samples %changelog +* Fri May 27 2011 Tom Eastep tom@shorewall.net +- Updated to 4.4.20-0RC1 * Tue May 24 2011 Tom Eastep tom@shorewall.net - Updated to 4.4.20-0Beta5 * Sun May 22 2011 Tom Eastep tom@shorewall.net diff --git a/Shorewall/uninstall.sh b/Shorewall/uninstall.sh index 214e8c88c..312cebd0e 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.20-Beta5 +VERSION=4.4.20-RC1 usage() # $1 = exit status { diff --git a/Shorewall6-lite/install.sh b/Shorewall6-lite/install.sh index e37d87acd..02ab9bb41 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.20-Beta5 +VERSION=4.4.20-RC1 usage() # $1 = exit status { diff --git a/Shorewall6-lite/shorewall6-lite.spec b/Shorewall6-lite/shorewall6-lite.spec index 14c901349..695a403e7 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.20 -%define release 0Beta5 +%define release 0RC1 Summary: Shoreline Firewall 6 Lite is an ip6tables-based firewall for Linux systems. Name: %{name} @@ -94,6 +94,8 @@ fi %doc COPYING changelog.txt releasenotes.txt %changelog +* Fri May 27 2011 Tom Eastep tom@shorewall.net +- Updated to 4.4.20-0RC1 * Tue May 24 2011 Tom Eastep tom@shorewall.net - Updated to 4.4.20-0Beta5 * Sun May 22 2011 Tom Eastep tom@shorewall.net diff --git a/Shorewall6-lite/uninstall.sh b/Shorewall6-lite/uninstall.sh index 34c98adc9..7115522cf 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.20-Beta5 +VERSION=4.4.20-RC1 usage() # $1 = exit status { diff --git a/Shorewall6/install.sh b/Shorewall6/install.sh index a85499f93..bdd780b58 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.20-Beta5 +VERSION=4.4.20-RC1 usage() # $1 = exit status { diff --git a/Shorewall6/shorewall6.spec b/Shorewall6/shorewall6.spec index 1da65486f..ec637b0bf 100644 --- a/Shorewall6/shorewall6.spec +++ b/Shorewall6/shorewall6.spec @@ -1,6 +1,6 @@ %define name shorewall6 %define version 4.4.20 -%define release 0Beta5 +%define release 0RC1 Summary: Shoreline Firewall 6 is an ip6tables-based firewall for Linux systems. Name: %{name} @@ -101,6 +101,8 @@ fi %doc COPYING INSTALL changelog.txt releasenotes.txt tunnel ipsecvpn ipv6 Samples6 %changelog +* Fri May 27 2011 Tom Eastep tom@shorewall.net +- Updated to 4.4.20-0RC1 * Tue May 24 2011 Tom Eastep tom@shorewall.net - Updated to 4.4.20-0Beta5 * Sun May 22 2011 Tom Eastep tom@shorewall.net diff --git a/Shorewall6/uninstall.sh b/Shorewall6/uninstall.sh index c5dfed56b..b9c5d5e73 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.20-Beta5 +VERSION=4.4.20-RC1 usage() # $1 = exit status {