From 5458d9367f90f0d05bfac3e16238ef89a4437c72 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Fri, 3 Dec 2010 09:17:26 -0800 Subject: [PATCH] Bump version and document bug catcher --- 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 | 6 +++++- Shorewall/install.sh | 2 +- Shorewall/known_problems.txt | 2 +- Shorewall/releasenotes.txt | 4 +++- 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, 35 insertions(+), 19 deletions(-) diff --git a/Shorewall-init/install.sh b/Shorewall-init/install.sh index 1eee97179..83264a883 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-Beta1 +VERSION=4.4.16-Beta2 usage() # $1 = exit status { diff --git a/Shorewall-init/shorewall-init.spec b/Shorewall-init/shorewall-init.spec index 39bc3f241..90f505cab 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 0Beta1 +%define release 0Beta2 Summary: Shorewall-init adds functionality to Shoreline Firewall (Shorewall). Name: %{name} @@ -99,6 +99,8 @@ fi %doc COPYING changelog.txt releasenotes.txt %changelog +* 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 * Fri Nov 26 2010 Tom Eastep tom@shorewall.net diff --git a/Shorewall-init/uninstall.sh b/Shorewall-init/uninstall.sh index d8a2d7ae2..c4753e766 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-Beta1 +VERSION=4.4.16-Beta2 usage() # $1 = exit status { diff --git a/Shorewall-lite/install.sh b/Shorewall-lite/install.sh index dba0f2184..38a3da165 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-Beta1 +VERSION=4.4.16-Beta2 usage() # $1 = exit status { diff --git a/Shorewall-lite/shorewall-lite.spec b/Shorewall-lite/shorewall-lite.spec index 44a9c83c0..b82227d9e 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 0Beta1 +%define release 0Beta2 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 +* 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 * Fri Nov 26 2010 Tom Eastep tom@shorewall.net diff --git a/Shorewall-lite/uninstall.sh b/Shorewall-lite/uninstall.sh index c5c2a97c5..43bb12edb 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-Beta1 +VERSION=4.4.16-Beta2 usage() # $1 = exit status { diff --git a/Shorewall/Perl/Shorewall/Config.pm b/Shorewall/Perl/Shorewall/Config.pm index 8c84167f5..c9c980000 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-Beta1", + VERSION => "4.4.16-Beta2", CAPVERSION => 40415 , ); diff --git a/Shorewall/changelog.txt b/Shorewall/changelog.txt index 7d85ffb23..4343048ab 100644 --- a/Shorewall/changelog.txt +++ b/Shorewall/changelog.txt @@ -1,4 +1,8 @@ -Changes in Shorewall 4.4.16 +Changes in Shorewall 4.4.16 Beta 2 + +1) Install bug catcher. + +Changes in Shorewall 4.4.16 Beta 1 1) Handle multi-line ENV values diff --git a/Shorewall/install.sh b/Shorewall/install.sh index 3c2e1c97d..9f9137370 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-Beta1 +VERSION=4.4.16-Beta2 usage() # $1 = exit status { diff --git a/Shorewall/known_problems.txt b/Shorewall/known_problems.txt index 3c5830b6c..f40f05b65 100644 --- a/Shorewall/known_problems.txt +++ b/Shorewall/known_problems.txt @@ -1 +1 @@ -There are no known problems in Shorewall 4.4.16-Beta1 +There are no known problems in Shorewall 4.4.16-Beta2 diff --git a/Shorewall/releasenotes.txt b/Shorewall/releasenotes.txt index 732d3bce2..b69c04fe0 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 6 + B E T A 2 ---------------------------------------------------------------------------- I. PROBLEMS CORRECTED IN THIS RELEASE @@ -39,7 +40,8 @@ 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 ---------------------------------------------------------------------------- -None. +1) A bug catcher has been installed in the params file processing + logic to help determine why parameter processing is failing. ---------------------------------------------------------------------------- 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 bee94d4d8..9dc636a32 100644 --- a/Shorewall/shorewall.spec +++ b/Shorewall/shorewall.spec @@ -1,6 +1,6 @@ %define name shorewall %define version 4.4.16 -%define release 0Beta1 +%define release 0Beta2 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 +* 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 * Fri Nov 26 2010 Tom Eastep tom@shorewall.net diff --git a/Shorewall/uninstall.sh b/Shorewall/uninstall.sh index 5efebe508..8c7bddd4f 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-Beta1 +VERSION=4.4.16-Beta2 usage() # $1 = exit status { diff --git a/Shorewall6-lite/install.sh b/Shorewall6-lite/install.sh index 51540f742..bc44f996a 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-Beta1 +VERSION=4.4.16-Beta2 usage() # $1 = exit status { diff --git a/Shorewall6-lite/shorewall6-lite.spec b/Shorewall6-lite/shorewall6-lite.spec index 3e8cbf21b..7b4490bc4 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 0Beta1 +%define release 0Beta2 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 +* 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 * Fri Nov 26 2010 Tom Eastep tom@shorewall.net diff --git a/Shorewall6-lite/uninstall.sh b/Shorewall6-lite/uninstall.sh index a0844c9b9..f6e6c6a61 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-Beta1 +VERSION=4.4.16-Beta2 usage() # $1 = exit status { diff --git a/Shorewall6/install.sh b/Shorewall6/install.sh index bc5c01559..1b7a3d46b 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-Beta1 +VERSION=4.4.16-Beta2 usage() # $1 = exit status { diff --git a/Shorewall6/shorewall6.spec b/Shorewall6/shorewall6.spec index f3f25adf4..b3d3db343 100644 --- a/Shorewall6/shorewall6.spec +++ b/Shorewall6/shorewall6.spec @@ -1,6 +1,6 @@ %define name shorewall6 %define version 4.4.16 -%define release 0Beta1 +%define release 0Beta2 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 +* 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 * Fri Nov 26 2010 Tom Eastep tom@shorewall.net diff --git a/Shorewall6/uninstall.sh b/Shorewall6/uninstall.sh index b3096db05..fe23599ce 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-Beta1 +VERSION=4.4.16-Beta2 usage() # $1 = exit status {