diff --git a/Shorewall-init/install.sh b/Shorewall-init/install.sh index 2b62968fe..2926e0a20 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.19-Beta5 +VERSION=4.4.19-RC1 usage() # $1 = exit status { diff --git a/Shorewall-init/shorewall-init.spec b/Shorewall-init/shorewall-init.spec index b7393f1c9..32db7464d 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.19 -%define release 0Beta5 +%define release 0RC1 Summary: Shorewall-init adds functionality to Shoreline Firewall (Shorewall). Name: %{name} @@ -120,6 +120,8 @@ fi %changelog * Sun Apr 03 2011 Tom Eastep tom@shorewall.net +- Updated to 4.4.19-0RC1 +* Sun Apr 03 2011 Tom Eastep tom@shorewall.net - Updated to 4.4.19-0Beta5 * Sat Apr 02 2011 Tom Eastep tom@shorewall.net - Updated to 4.4.19-0Beta4 diff --git a/Shorewall-init/uninstall.sh b/Shorewall-init/uninstall.sh index 6e0725905..dfd281484 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.19-Beta5 +VERSION=4.4.19-RC1 usage() # $1 = exit status { diff --git a/Shorewall-lite/install.sh b/Shorewall-lite/install.sh index a942a1da9..0d1ee8646 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.19-Beta5 +VERSION=4.4.19-RC1 usage() # $1 = exit status { diff --git a/Shorewall-lite/shorewall-lite.spec b/Shorewall-lite/shorewall-lite.spec index 3feb60342..ea83d59e9 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.19 -%define release 0Beta5 +%define release 0RC1 Summary: Shoreline Firewall Lite is an iptables-based firewall for Linux systems. Name: %{name} @@ -104,6 +104,8 @@ fi %changelog * Sun Apr 03 2011 Tom Eastep tom@shorewall.net +- Updated to 4.4.19-0RC1 +* Sun Apr 03 2011 Tom Eastep tom@shorewall.net - Updated to 4.4.19-0Beta5 * Sat Apr 02 2011 Tom Eastep tom@shorewall.net - Updated to 4.4.19-0Beta4 diff --git a/Shorewall-lite/uninstall.sh b/Shorewall-lite/uninstall.sh index f89f1aae7..33226d13c 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.19-Beta5 +VERSION=4.4.19-RC1 usage() # $1 = exit status { diff --git a/Shorewall/Perl/Shorewall/Config.pm b/Shorewall/Perl/Shorewall/Config.pm index 789df1876..57b7d78cf 100644 --- a/Shorewall/Perl/Shorewall/Config.pm +++ b/Shorewall/Perl/Shorewall/Config.pm @@ -411,7 +411,7 @@ sub initialize( $ ) { EXPORT => 0, STATEMATCH => '-m state --state', UNTRACKED => 0, - VERSION => "4.4.19-Beta5", + VERSION => "4.4.19-RC1", CAPVERSION => 40417 , ); # diff --git a/Shorewall/changelog.txt b/Shorewall/changelog.txt index ec34a8704..e8c5f5250 100644 --- a/Shorewall/changelog.txt +++ b/Shorewall/changelog.txt @@ -1,5 +1,9 @@ Changes in Shorewall 4.4.19 RC 1 +1) Correct release notes. + +Changes in Shorewall 4.4.19 Beta 5 + 1) Fix logical naming and bridge. Changes in Shorewall 4.4.19 Beta 4 diff --git a/Shorewall/install.sh b/Shorewall/install.sh index 01590cd67..0d7caf713 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.19-Beta5 +VERSION=4.4.19-RC1 usage() # $1 = exit status { diff --git a/Shorewall/releasenotes.txt b/Shorewall/releasenotes.txt index c40950ce6..0eae4c2a0 100644 --- a/Shorewall/releasenotes.txt +++ b/Shorewall/releasenotes.txt @@ -1,6 +1,6 @@ ---------------------------------------------------------------------------- S H O R E W A L L 4 . 4 . 1 9 - B E T A 5 + R C 1 ---------------------------------------------------------------------------- I. PROBLEMS CORRECTED IN THIS RELEASE @@ -14,11 +14,14 @@ 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 ---------------------------------------------------------------------------- +RC 1 + +None. + Beta 5 -1) Correct a problem introduced in Beta 4 whereby incorrect Netfilter - rules were generated when a bridge with ports was given a logical - name. +1) Correct a problem whereby incorrect Netfilter rules were generated + when a bridge with ports was given a logical name. Beta 4 diff --git a/Shorewall/shorewall.spec b/Shorewall/shorewall.spec index a10cbe164..f77e2267c 100644 --- a/Shorewall/shorewall.spec +++ b/Shorewall/shorewall.spec @@ -1,6 +1,6 @@ %define name shorewall %define version 4.4.19 -%define release 0Beta5 +%define release 0RC1 Summary: Shoreline Firewall is an iptables-based firewall for Linux systems. Name: %{name} @@ -110,6 +110,8 @@ fi %changelog * Sun Apr 03 2011 Tom Eastep tom@shorewall.net +- Updated to 4.4.19-0RC1 +* Sun Apr 03 2011 Tom Eastep tom@shorewall.net - Updated to 4.4.19-0Beta5 * Sat Apr 02 2011 Tom Eastep tom@shorewall.net - Updated to 4.4.19-0Beta4 diff --git a/Shorewall/uninstall.sh b/Shorewall/uninstall.sh index 525e4dde7..9d8e222a1 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.19-Beta5 +VERSION=4.4.19-RC1 usage() # $1 = exit status { diff --git a/Shorewall6-lite/install.sh b/Shorewall6-lite/install.sh index 68bd687f4..bd126e98e 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.19-Beta5 +VERSION=4.4.19-RC1 usage() # $1 = exit status { diff --git a/Shorewall6-lite/shorewall6-lite.spec b/Shorewall6-lite/shorewall6-lite.spec index 0d35c867f..ec97a5024 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.19 -%define release 0Beta5 +%define release 0RC1 Summary: Shoreline Firewall 6 Lite is an ip6tables-based firewall for Linux systems. Name: %{name} @@ -95,6 +95,8 @@ fi %changelog * Sun Apr 03 2011 Tom Eastep tom@shorewall.net +- Updated to 4.4.19-0RC1 +* Sun Apr 03 2011 Tom Eastep tom@shorewall.net - Updated to 4.4.19-0Beta5 * Sat Apr 02 2011 Tom Eastep tom@shorewall.net - Updated to 4.4.19-0Beta4 diff --git a/Shorewall6-lite/uninstall.sh b/Shorewall6-lite/uninstall.sh index e12941037..2c9ea3ca2 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.19-Beta5 +VERSION=4.4.19-RC1 usage() # $1 = exit status { diff --git a/Shorewall6/install.sh b/Shorewall6/install.sh index 9fbcfbe2b..3f8994e10 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.19-Beta5 +VERSION=4.4.19-RC1 usage() # $1 = exit status { diff --git a/Shorewall6/shorewall6.spec b/Shorewall6/shorewall6.spec index 23a05469d..b810333a5 100644 --- a/Shorewall6/shorewall6.spec +++ b/Shorewall6/shorewall6.spec @@ -1,6 +1,6 @@ %define name shorewall6 %define version 4.4.19 -%define release 0Beta5 +%define release 0RC1 Summary: Shoreline Firewall 6 is an ip6tables-based firewall for Linux systems. Name: %{name} @@ -99,6 +99,8 @@ fi %changelog * Sun Apr 03 2011 Tom Eastep tom@shorewall.net +- Updated to 4.4.19-0RC1 +* Sun Apr 03 2011 Tom Eastep tom@shorewall.net - Updated to 4.4.19-0Beta5 * Sat Apr 02 2011 Tom Eastep tom@shorewall.net - Updated to 4.4.19-0Beta4 diff --git a/Shorewall6/uninstall.sh b/Shorewall6/uninstall.sh index 8f550f836..c7088a4b2 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.19-Beta5 +VERSION=4.4.19-RC1 usage() # $1 = exit status {