From 19f40ab7217c647077185d0b284738194133a59c Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Fri, 3 Dec 2010 13:43:46 -0800 Subject: [PATCH] Bump version to Beta 3 --- Shorewall-init/install.sh | 2 +- Shorewall-init/shorewall-init.spec | 4 +++- Shorewall-init/uninstall.sh | 2 +- Shorewall-lite/install.sh | 2 +- Shorewall-lite/shorewall-lite.spec | 4 +++- Shorewall-lite/uninstall.sh | 2 +- Shorewall/Perl/Shorewall/Config.pm | 2 +- Shorewall/changelog.txt | 5 +++++ Shorewall/install.sh | 2 +- Shorewall/known_problems.txt | 2 +- Shorewall/releasenotes.txt | 20 ++++++++------------ Shorewall/shorewall.spec | 4 +++- Shorewall/uninstall.sh | 2 +- Shorewall6-lite/install.sh | 2 +- Shorewall6-lite/shorewall6-lite.spec | 4 +++- Shorewall6-lite/uninstall.sh | 2 +- Shorewall6/install.sh | 2 +- Shorewall6/shorewall6.spec | 4 +++- Shorewall6/uninstall.sh | 2 +- 19 files changed, 40 insertions(+), 29 deletions(-) diff --git a/Shorewall-init/install.sh b/Shorewall-init/install.sh index 83264a883..1f4f7b812 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.16-Beta2 +VERSION=4.4.16-Beta3 usage() # $1 = exit status { diff --git a/Shorewall-init/shorewall-init.spec b/Shorewall-init/shorewall-init.spec index 90f505cab..0795a07ad 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.16 -%define release 0Beta2 +%define release 0Beta3 Summary: Shorewall-init adds functionality to Shoreline Firewall (Shorewall). Name: %{name} @@ -100,6 +100,8 @@ fi %changelog * Fri Dec 03 2010 Tom Eastep tom@shorewall.net +- Updated to 4.4.16-0Beta3 +* Fri Dec 03 2010 Tom Eastep tom@shorewall.net - Updated to 4.4.16-0Beta2 * Tue Nov 30 2010 Tom Eastep tom@shorewall.net - Updated to 4.4.16-0Beta1 diff --git a/Shorewall-init/uninstall.sh b/Shorewall-init/uninstall.sh index c4753e766..91445eaa1 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.16-Beta2 +VERSION=4.4.16-Beta3 usage() # $1 = exit status { diff --git a/Shorewall-lite/install.sh b/Shorewall-lite/install.sh index 38a3da165..926341dfb 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.16-Beta2 +VERSION=4.4.16-Beta3 usage() # $1 = exit status { diff --git a/Shorewall-lite/shorewall-lite.spec b/Shorewall-lite/shorewall-lite.spec index b82227d9e..89dadeb80 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.16 -%define release 0Beta2 +%define release 0Beta3 Summary: Shoreline Firewall Lite is an iptables-based firewall for Linux systems. Name: %{name} @@ -103,6 +103,8 @@ fi %changelog * Fri Dec 03 2010 Tom Eastep tom@shorewall.net +- Updated to 4.4.16-0Beta3 +* Fri Dec 03 2010 Tom Eastep tom@shorewall.net - Updated to 4.4.16-0Beta2 * Tue Nov 30 2010 Tom Eastep tom@shorewall.net - Updated to 4.4.16-0Beta1 diff --git a/Shorewall-lite/uninstall.sh b/Shorewall-lite/uninstall.sh index 43bb12edb..8ae930786 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.16-Beta2 +VERSION=4.4.16-Beta3 usage() # $1 = exit status { diff --git a/Shorewall/Perl/Shorewall/Config.pm b/Shorewall/Perl/Shorewall/Config.pm index 6ff6df9cc..e79cc275e 100644 --- a/Shorewall/Perl/Shorewall/Config.pm +++ b/Shorewall/Perl/Shorewall/Config.pm @@ -353,7 +353,7 @@ sub initialize( $ ) { EXPORT => 0, STATEMATCH => '-m state --state', UNTRACKED => 0, - VERSION => "4.4.16-Beta2", + VERSION => "4.4.16-Beta3", CAPVERSION => 40415 , ); diff --git a/Shorewall/changelog.txt b/Shorewall/changelog.txt index 4343048ab..f29333c59 100644 --- a/Shorewall/changelog.txt +++ b/Shorewall/changelog.txt @@ -1,3 +1,8 @@ +Changes in Shorewall 4.4.16 Beta 3 + +1) Integrate bug catcher into 'trace' and correct handling of + getparams on old (RHEL 5) shells. + Changes in Shorewall 4.4.16 Beta 2 1) Install bug catcher. diff --git a/Shorewall/install.sh b/Shorewall/install.sh index 9f9137370..72b716476 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.16-Beta2 +VERSION=4.4.16-Beta3 usage() # $1 = exit status { diff --git a/Shorewall/known_problems.txt b/Shorewall/known_problems.txt index f40f05b65..97e257a7d 100644 --- a/Shorewall/known_problems.txt +++ b/Shorewall/known_problems.txt @@ -1 +1 @@ -There are no known problems in Shorewall 4.4.16-Beta2 +There are no known problems in Shorewall 4.4.16-Beta3 diff --git a/Shorewall/releasenotes.txt b/Shorewall/releasenotes.txt index 4ef7dc781..c0d3681dc 100644 --- a/Shorewall/releasenotes.txt +++ b/Shorewall/releasenotes.txt @@ -14,6 +14,13 @@ 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 ---------------------------------------------------------------------------- +Beta 3 + +1) Compilation no longer fails when /bin/sh is an older (e.g., + RHEL5.x) bash. + +Beta 1 + 1) If the output of 'env' contained a multi-line value, then compilation failed with an Internal Error. The code has been changed so that the compiler now handles multi-line values @@ -40,18 +47,7 @@ VI. PROBLEMS CORRECTED AND NEW FEATURES IN PRIOR RELEASES I I I. N E W F E A T U R E S I N T H I S R E L E A S E ---------------------------------------------------------------------------- -1) A bug catcher has been installed in the params file processing - logic to help determine why parameter processing is failing. - - If you see this: - - BUG: get_params() - - then please copy/paste the displayed information and send it to the - user's or developer's mailing list. - - Note: Your firewall should still start/restart okay when the above - message appears. +None. ---------------------------------------------------------------------------- I V. R E L E A S E 4 . 4 H I G H L I G H T S diff --git a/Shorewall/shorewall.spec b/Shorewall/shorewall.spec index 9dc636a32..782c7a873 100644 --- a/Shorewall/shorewall.spec +++ b/Shorewall/shorewall.spec @@ -1,6 +1,6 @@ %define name shorewall %define version 4.4.16 -%define release 0Beta2 +%define release 0Beta3 Summary: Shoreline Firewall is an iptables-based firewall for Linux systems. Name: %{name} @@ -110,6 +110,8 @@ fi %changelog * Fri Dec 03 2010 Tom Eastep tom@shorewall.net +- Updated to 4.4.16-0Beta3 +* Fri Dec 03 2010 Tom Eastep tom@shorewall.net - Updated to 4.4.16-0Beta2 * Tue Nov 30 2010 Tom Eastep tom@shorewall.net - Updated to 4.4.16-0Beta1 diff --git a/Shorewall/uninstall.sh b/Shorewall/uninstall.sh index 8c7bddd4f..e8481b471 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.16-Beta2 +VERSION=4.4.16-Beta3 usage() # $1 = exit status { diff --git a/Shorewall6-lite/install.sh b/Shorewall6-lite/install.sh index bc44f996a..50478b166 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.16-Beta2 +VERSION=4.4.16-Beta3 usage() # $1 = exit status { diff --git a/Shorewall6-lite/shorewall6-lite.spec b/Shorewall6-lite/shorewall6-lite.spec index 7b4490bc4..96d999afd 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.16 -%define release 0Beta2 +%define release 0Beta3 Summary: Shoreline Firewall 6 Lite is an ip6tables-based firewall for Linux systems. Name: %{name} @@ -94,6 +94,8 @@ fi %changelog * Fri Dec 03 2010 Tom Eastep tom@shorewall.net +- Updated to 4.4.16-0Beta3 +* Fri Dec 03 2010 Tom Eastep tom@shorewall.net - Updated to 4.4.16-0Beta2 * Tue Nov 30 2010 Tom Eastep tom@shorewall.net - Updated to 4.4.16-0Beta1 diff --git a/Shorewall6-lite/uninstall.sh b/Shorewall6-lite/uninstall.sh index f6e6c6a61..b5f70e78d 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.16-Beta2 +VERSION=4.4.16-Beta3 usage() # $1 = exit status { diff --git a/Shorewall6/install.sh b/Shorewall6/install.sh index 1b7a3d46b..1a9003767 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.16-Beta2 +VERSION=4.4.16-Beta3 usage() # $1 = exit status { diff --git a/Shorewall6/shorewall6.spec b/Shorewall6/shorewall6.spec index b3d3db343..f8b69fb34 100644 --- a/Shorewall6/shorewall6.spec +++ b/Shorewall6/shorewall6.spec @@ -1,6 +1,6 @@ %define name shorewall6 %define version 4.4.16 -%define release 0Beta2 +%define release 0Beta3 Summary: Shoreline Firewall 6 is an ip6tables-based firewall for Linux systems. Name: %{name} @@ -99,6 +99,8 @@ fi %changelog * Fri Dec 03 2010 Tom Eastep tom@shorewall.net +- Updated to 4.4.16-0Beta3 +* Fri Dec 03 2010 Tom Eastep tom@shorewall.net - Updated to 4.4.16-0Beta2 * Tue Nov 30 2010 Tom Eastep tom@shorewall.net - Updated to 4.4.16-0Beta1 diff --git a/Shorewall6/uninstall.sh b/Shorewall6/uninstall.sh index fe23599ce..449774973 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.16-Beta2 +VERSION=4.4.16-Beta3 usage() # $1 = exit status {