diff --git a/Shorewall-common/fallback.sh b/Shorewall-common/fallback.sh index eb49d9578..5a53ce93b 100755 --- a/Shorewall-common/fallback.sh +++ b/Shorewall-common/fallback.sh @@ -28,7 +28,7 @@ # shown below. Simply run this script to revert to your prior version of # Shoreline Firewall. -VERSION=4.2.4-RC1 +VERSION=4.2.4-RC2 usage() # $1 = exit status { diff --git a/Shorewall-common/install.sh b/Shorewall-common/install.sh index c9d905ab5..52dde0797 100755 --- a/Shorewall-common/install.sh +++ b/Shorewall-common/install.sh @@ -22,7 +22,7 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # -VERSION=4.2.4-RC1 +VERSION=4.2.4-RC2 usage() # $1 = exit status { diff --git a/Shorewall-common/shorewall-common.spec b/Shorewall-common/shorewall-common.spec index fdeec9f6d..e32a32351 100644 --- a/Shorewall-common/shorewall-common.spec +++ b/Shorewall-common/shorewall-common.spec @@ -1,6 +1,6 @@ %define name shorewall-common %define version 4.2.4 -%define release 0RC1 +%define release 0RC2 Summary: Shoreline Firewall is an iptables-based firewall for Linux systems. Name: %{name} @@ -175,6 +175,8 @@ fi %doc COPYING INSTALL changelog.txt releasenotes.txt tunnel ipsecvpn Samples %changelog +* Sun Dec 21 2008 Tom Eastep tom@shorewall.net +- Updated to 4.2.4-0RC2 * Wed Dec 17 2008 Tom Eastep tom@shorewall.net - Updated to 4.2.4-0RC1 * Tue Dec 16 2008 Tom Eastep tom@shorewall.net diff --git a/Shorewall-common/uninstall.sh b/Shorewall-common/uninstall.sh index cd3f84f50..ed0521388 100755 --- a/Shorewall-common/uninstall.sh +++ b/Shorewall-common/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.2.4-RC1 +VERSION=4.2.4-RC2 usage() # $1 = exit status { diff --git a/Shorewall-lite/fallback.sh b/Shorewall-lite/fallback.sh index 1c38b2090..8cbc0619d 100755 --- a/Shorewall-lite/fallback.sh +++ b/Shorewall-lite/fallback.sh @@ -28,7 +28,7 @@ # shown below. Simply run this script to revert to your prior version of # Shoreline Firewall. -VERSION=4.2.4-RC1 +VERSION=4.2.4-RC2 usage() # $1 = exit status { diff --git a/Shorewall-lite/install.sh b/Shorewall-lite/install.sh index 794ab3b0a..b2f1f8f0b 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.2.4-RC1 +VERSION=4.2.4-RC2 usage() # $1 = exit status { diff --git a/Shorewall-lite/shorewall-lite.spec b/Shorewall-lite/shorewall-lite.spec index 875e2fe28..fa991cb1c 100644 --- a/Shorewall-lite/shorewall-lite.spec +++ b/Shorewall-lite/shorewall-lite.spec @@ -1,6 +1,6 @@ %define name shorewall-lite %define version 4.2.4 -%define release 0RC1 +%define release 0RC2 Summary: Shoreline Firewall Lite is an iptables-based firewall for Linux systems. Name: %{name} @@ -98,6 +98,8 @@ fi %doc COPYING changelog.txt releasenotes.txt %changelog +* Sun Dec 21 2008 Tom Eastep tom@shorewall.net +- Updated to 4.2.4-0RC2 * Wed Dec 17 2008 Tom Eastep tom@shorewall.net - Updated to 4.2.4-0RC1 * Tue Dec 16 2008 Tom Eastep tom@shorewall.net diff --git a/Shorewall-lite/uninstall.sh b/Shorewall-lite/uninstall.sh index 24c8645dc..936dd4f51 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.2.4-RC1 +VERSION=4.2.4-RC2 usage() # $1 = exit status { diff --git a/Shorewall-perl/Shorewall/Config.pm b/Shorewall-perl/Shorewall/Config.pm index fad7e4461..bc464c1c0 100644 --- a/Shorewall-perl/Shorewall/Config.pm +++ b/Shorewall-perl/Shorewall/Config.pm @@ -299,7 +299,7 @@ sub initialize( $ ) { LOGPARMS => '', TC_SCRIPT => '', EXPORT => 0, - VERSION => "4.2.4-RC1", + VERSION => "4.2.4-RC2", CAPVERSION => 40203 , ); # diff --git a/Shorewall-perl/install.sh b/Shorewall-perl/install.sh index 66390bedd..c0650c960 100755 --- a/Shorewall-perl/install.sh +++ b/Shorewall-perl/install.sh @@ -22,7 +22,7 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # -VERSION=4.2.4-RC1 +VERSION=4.2.4-RC2 usage() # $1 = exit status { diff --git a/Shorewall-perl/shorewall-perl.spec b/Shorewall-perl/shorewall-perl.spec index e26b0965d..50a2c5dba 100644 --- a/Shorewall-perl/shorewall-perl.spec +++ b/Shorewall-perl/shorewall-perl.spec @@ -1,6 +1,6 @@ %define name shorewall-perl %define version 4.2.4 -%define release 0RC1 +%define release 0RC2 Summary: Shoreline Firewall Perl-based compiler. Name: %{name} @@ -62,6 +62,8 @@ rm -rf $RPM_BUILD_ROOT %doc COPYING releasenotes.txt %changelog +* Sun Dec 21 2008 Tom Eastep tom@shorewall.net +- Updated to 4.2.4-0RC2 * Wed Dec 17 2008 Tom Eastep tom@shorewall.net - Updated to 4.2.4-0RC1 * Tue Dec 16 2008 Tom Eastep tom@shorewall.net diff --git a/Shorewall-shell/install.sh b/Shorewall-shell/install.sh index b19525b84..0717b2a7c 100755 --- a/Shorewall-shell/install.sh +++ b/Shorewall-shell/install.sh @@ -22,7 +22,7 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # -VERSION=4.2.4-RC1 +VERSION=4.2.4-RC2 usage() # $1 = exit status { diff --git a/Shorewall-shell/shorewall-shell.spec b/Shorewall-shell/shorewall-shell.spec index 8c67b3a1c..95cf4f47a 100644 --- a/Shorewall-shell/shorewall-shell.spec +++ b/Shorewall-shell/shorewall-shell.spec @@ -1,6 +1,6 @@ %define name shorewall-shell %define version 4.2.4 -%define release 0RC1 +%define release 0RC2 Summary: Shoreline Firewall is an iptables-based firewall for Linux systems. Name: %{name} @@ -81,6 +81,8 @@ fi %doc COPYING INSTALL %changelog +* Sun Dec 21 2008 Tom Eastep tom@shorewall.net +- Updated to 4.2.4-0RC2 * Wed Dec 17 2008 Tom Eastep tom@shorewall.net - Updated to 4.2.4-0RC1 * Tue Dec 16 2008 Tom Eastep tom@shorewall.net diff --git a/Shorewall6-lite/fallback.sh b/Shorewall6-lite/fallback.sh index 1c38b2090..8cbc0619d 100755 --- a/Shorewall6-lite/fallback.sh +++ b/Shorewall6-lite/fallback.sh @@ -28,7 +28,7 @@ # shown below. Simply run this script to revert to your prior version of # Shoreline Firewall. -VERSION=4.2.4-RC1 +VERSION=4.2.4-RC2 usage() # $1 = exit status { diff --git a/Shorewall6-lite/install.sh b/Shorewall6-lite/install.sh index 600592d9a..848411afc 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.2.4-RC1 +VERSION=4.2.4-RC2 usage() # $1 = exit status { diff --git a/Shorewall6-lite/shorewall6-lite.spec b/Shorewall6-lite/shorewall6-lite.spec index 62803a554..684dfdd0c 100644 --- a/Shorewall6-lite/shorewall6-lite.spec +++ b/Shorewall6-lite/shorewall6-lite.spec @@ -1,6 +1,6 @@ %define name shorewall6-lite %define version 4.2.4 -%define release 0RC1 +%define release 0RC2 Summary: Shoreline Firewall 6 Lite is an ip6tables-based firewall for Linux systems. Name: %{name} @@ -89,6 +89,8 @@ fi %doc COPYING changelog.txt releasenotes.txt %changelog +* Sun Dec 21 2008 Tom Eastep tom@shorewall.net +- Updated to 4.2.4-0RC2 * Wed Dec 17 2008 Tom Eastep tom@shorewall.net - Updated to 4.2.4-0RC1 * Tue Dec 16 2008 Tom Eastep tom@shorewall.net diff --git a/Shorewall6-lite/uninstall.sh b/Shorewall6-lite/uninstall.sh index e804cd373..445e6eeb8 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.2.4-RC1 +VERSION=4.2.4-RC2 usage() # $1 = exit status { diff --git a/Shorewall6/fallback.sh b/Shorewall6/fallback.sh index dc74e04d2..adc876a3d 100755 --- a/Shorewall6/fallback.sh +++ b/Shorewall6/fallback.sh @@ -28,7 +28,7 @@ # shown below. Simply run this script to revert to your prior version of # Shoreline Firewall. -VERSION=4.2.4-RC1 +VERSION=4.2.4-RC2 usage() # $1 = exit status { diff --git a/Shorewall6/install.sh b/Shorewall6/install.sh index b51d32f1d..ce901f15b 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.2.4-RC1 +VERSION=4.2.4-RC2 usage() # $1 = exit status { diff --git a/Shorewall6/shorewall6.spec b/Shorewall6/shorewall6.spec index 2a09c172b..9c3da74b9 100644 --- a/Shorewall6/shorewall6.spec +++ b/Shorewall6/shorewall6.spec @@ -1,6 +1,6 @@ %define name shorewall6 %define version 4.2.4 -%define release 0RC1 +%define release 0RC2 Summary: Shoreline Firewall 6 is an ip6tables-based firewall for Linux systems. Name: %{name} @@ -148,6 +148,8 @@ fi %doc COPYING INSTALL changelog.txt releasenotes.txt tunnel ipsecvpn Samples6 %changelog +* Sun Dec 21 2008 Tom Eastep tom@shorewall.net +- Updated to 4.2.4-0RC2 * Wed Dec 17 2008 Tom Eastep tom@shorewall.net - Updated to 4.2.4-0RC1 * Tue Dec 16 2008 Tom Eastep tom@shorewall.net diff --git a/Shorewall6/uninstall.sh b/Shorewall6/uninstall.sh index 4672011ff..618429ce8 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.2.4-RC1 +VERSION=4.2.4-RC2 usage() # $1 = exit status { diff --git a/docs/6to4.xml b/docs/6to4.xml index 50d343a96..d78c850a5 100644 --- a/docs/6to4.xml +++ b/docs/6to4.xml @@ -57,9 +57,10 @@