prepare for 4.4.9.1

This commit is contained in:
Tom Eastep 2010-05-09 10:40:32 -07:00
parent f1fee2a0a4
commit 004bff9e56
16 changed files with 47 additions and 14 deletions

View File

@ -22,7 +22,7 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
VERSION=4.4.9
VERSION=4.4.9.1
usage() # $1 = exit status
{

View File

@ -1,6 +1,6 @@
%define name shorewall-lite
%define version 4.4.9
%define release 0base
%define release 1
Summary: Shoreline Firewall Lite is an iptables-based firewall for Linux systems.
Name: %{name}
@ -101,6 +101,8 @@ fi
%doc COPYING changelog.txt releasenotes.txt
%changelog
* Sun May 09 2010 Tom Eastep tom@shorewall.net
- Updated to 4.4.9-1
* Mon May 03 2010 Tom Eastep tom@shorewall.net
- Updated to 4.4.9-0base
* Sun May 02 2010 Tom Eastep tom@shorewall.net

View File

@ -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.9
VERSION=4.4.9.1
usage() # $1 = exit status
{

View File

@ -341,7 +341,7 @@ sub initialize( $ ) {
EXPORT => 0,
STATEMATCH => '-m state --state',
UNTRACKED => 0,
VERSION => "4.4.9",
VERSION => "4.4.9.1",
CAPVERSION => 40408 ,
);

View File

@ -1,3 +1,7 @@
Changes in Shorewall 4.4.9.1
1) Avoid 'regression' in return value from add_rule()
Changes in Shorewall 4.4.9
1) Auto-detection of bridges.

View File

@ -22,7 +22,7 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
VERSION=4.4.9
VERSION=4.4.9.1
usage() # $1 = exit status
{

View File

@ -1 +1,7 @@
There are no known problems in Shorewall 4.4.9
1) Under Shorewall 4.4.9, if a Perl extension script ends with a call
to add_rule(), that script will fail will fail unless 'trace' is
specified for the command.
Your Perl extension scripts should always end with a line that
consists of '1;' to ensure that your script doesn't inadvertently
return 'false'.

View File

@ -1,5 +1,6 @@
----------------------------------------------------------------------------
S H O R E W A L L 4 . 4 . 9
P A T C H R E L E A S E 1
----------------------------------------------------------------------------
I. RELEASE 4.4 HIGHLIGHTS
@ -217,6 +218,20 @@ VI. PROBLEMS CORRECTED AND NEW FEATURES IN PRIOR RELEASES
----------------------------------------------------------------------------
I I 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
----------------------------------------------------------------------------
4.4.9.1
1) A regression of sorts occurred in 4.4.9; previously, if a Perl
extension script ended with an 'add_rule()' call, the script would
previous return true. In 4.4.9, such scripts would normally fail
since add_rule() was returning false. add_rule() now
unconditionally returns true.
NOTE: You should not depend on the return value from Shorewall Perl
functions unless the return value is explicitly documented. It is
always best practice to conclude your Perl extension scripts with a
line consisting of ';'.
4.4.9
1) Logical interface names in the EXTERNAL column of
/etc/shorewall/proxyarp were previously not mapped to their

View File

@ -1,6 +1,6 @@
%define name shorewall
%define version 4.4.9
%define release 0base
%define release 1
Summary: Shoreline Firewall is an iptables-based firewall for Linux systems.
Name: %{name}
@ -108,6 +108,8 @@ fi
%doc COPYING INSTALL changelog.txt releasenotes.txt Contrib/* Samples
%changelog
* Sun May 09 2010 Tom Eastep tom@shorewall.net
- Updated to 4.4.9-1
* Mon May 03 2010 Tom Eastep tom@shorewall.net
- Updated to 4.4.9-0base
* Sun May 02 2010 Tom Eastep tom@shorewall.net

View File

@ -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.9
VERSION=4.4.9.1
usage() # $1 = exit status
{

View File

@ -22,7 +22,7 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
VERSION=4.4.9
VERSION=4.4.9.1
usage() # $1 = exit status
{

View File

@ -1,6 +1,6 @@
%define name shorewall6-lite
%define version 4.4.9
%define release 0base
%define release 1
Summary: Shoreline Firewall 6 Lite is an ip6tables-based firewall for Linux systems.
Name: %{name}
@ -92,6 +92,8 @@ fi
%doc COPYING changelog.txt releasenotes.txt
%changelog
* Sun May 09 2010 Tom Eastep tom@shorewall.net
- Updated to 4.4.9-1
* Mon May 03 2010 Tom Eastep tom@shorewall.net
- Updated to 4.4.9-0base
* Sun May 02 2010 Tom Eastep tom@shorewall.net

View File

@ -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.9
VERSION=4.4.9.1
usage() # $1 = exit status
{

View File

@ -22,7 +22,7 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
VERSION=4.4.9
VERSION=4.4.9.1
usage() # $1 = exit status
{

View File

@ -1,6 +1,6 @@
%define name shorewall6
%define version 4.4.9
%define release 0base
%define release 1
Summary: Shoreline Firewall 6 is an ip6tables-based firewall for Linux systems.
Name: %{name}
@ -97,6 +97,8 @@ fi
%doc COPYING INSTALL changelog.txt releasenotes.txt tunnel ipsecvpn ipv6 Samples6
%changelog
* Sun May 09 2010 Tom Eastep tom@shorewall.net
- Updated to 4.4.9-1
* Mon May 03 2010 Tom Eastep tom@shorewall.net
- Updated to 4.4.9-0base
* Sun May 02 2010 Tom Eastep tom@shorewall.net

View File

@ -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.9
VERSION=4.4.9.1
usage() # $1 = exit status
{