Update version to RC1

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6720 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2007-06-29 21:11:29 +00:00
parent 463e6d4d70
commit c3258ec5d1
16 changed files with 31 additions and 47 deletions

View File

@ -1,3 +1,7 @@
Changes in 4.0.0 RC 1
1) shorewall-perl RPM no longer installable under shorewall 3.4.
Changes in 4.0.0 Beta 6
1) First step to adding compiler debugging facility.

View File

@ -28,7 +28,7 @@
# shown below. Simply run this script to revert to your prior version of
# Shoreline Firewall.
VERSION=4.0.0-Beta7
VERSION=4.0.0-RC1
usage() # $1 = exit status
{

View File

@ -22,7 +22,7 @@
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA
#
VERSION=4.0.0-Beta7
VERSION=4.0.0-RC1
usage() # $1 = exit status
{

View File

@ -1,4 +1,4 @@
Shorewall 4.0.0 Beta 7
Shorewall 4.0.0 RC 1
----------------------------------------------------------------------------
R E L E A S E H I G H L I G H T S
----------------------------------------------------------------------------
@ -23,40 +23,12 @@ packages (you may install them both).
Problems corrected in 4.0.0 Beta 7.
1) Installation of Shorewall-perl when Shorewall is not yet installs
no longer suffers a failure in the generation of
/usr/share/shorewall-perl/Shorewall/Ports.pm.
None.
Other changes in Shorewall 4.0.0 Beta 7
1) I M P O R T A N T
The name of the Shorewall package has been changed to
Shorewall-common. This change, along with changes to the RPM .spec
files will allow for automatic upgrade from Shorewall 3.x to
Shorewall 4.x on RPM-based distributions such as SuSE, RedHat and
CentOS.
Except for the name change, the Shorewall-common package is the
same as the Shorewall package.
2) When an /sbin/shorewall command that begins with 'debug' or 'trace'
invokes the Shorewall-perl compiler, the compiler will include
additional debugging information in its warning and error
messages. This additional information is intended to help the
people supporting Shorewall to diagnose the cause of the message.
3) The script generated by Shorewall-perl now assumes that
iptables-restore and iptables-save are in the same directory as the
program specified in the IPTABLES setting in Shorewall-conf.
If IPTABLES is not specified, then the iptables utility is located
using the PATH setting and the iptables-restore and iptables-save
programs from the same directory are used.
4) COMMENTs are now allowed in the accounting file under
Shorewall-perl
Other changes in Shorewall 4.0.0 RC 1.
1) The shorewall-perl RPM may no longer be installed under Shorewall
3.4. It requires shorewall_common.
Migration Considerations:

View File

@ -1,6 +1,6 @@
%define name shorewall-common
%define version 4.0.0
%define release 0Beta7
%define release 0RC1
%define prefix /usr
Summary: Shoreline Firewall is an iptables-based firewall for Linux systems.
@ -253,6 +253,8 @@ fi
%doc COPYING INSTALL changelog.txt releasenotes.txt tunnel ipsecvpn Samples
%changelog
* Fri Jun 29 2007 Tom EAstep tom@shorewall.net
- Updated to 4.0.0-0RC1
* Sun Jun 24 2007 Tom Eastep tom@shorewall.net
- Updated to 4.0.0-0Beta7
* Wed Jun 20 2007 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.0.0-Beta7
VERSION=4.0.0-RC1
usage() # $1 = exit status
{

View File

@ -28,7 +28,7 @@
# shown below. Simply run this script to revert to your prior version of
# Shoreline Firewall.
VERSION=4.0.0-Beta7
VERSION=4.0.0-RC1
usage() # $1 = exit status
{

View File

@ -22,7 +22,7 @@
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA
#
VERSION=4.0.0-Beta7
VERSION=4.0.0-RC1
usage() # $1 = exit status
{

View File

@ -1,6 +1,6 @@
%define name shorewall-lite
%define version 4.0.0
%define release 0Beta7
%define release 0RC1
%define prefix /usr
Summary: Shoreline Firewall Lite is an iptables-based firewall for Linux systems.

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.0.0-Beta7
VERSION=4.0.0-RC1
usage() # $1 = exit status
{

View File

@ -127,7 +127,7 @@ sub initialize() {
ORIGINAL_POLICY_MATCH => '',
LOGPARMS => '',
TC_SCRIPT => '',
VERSION => '4.0.0-Beta7',
VERSION => '4.0.0-RC1',
CAPVERSION => 30405 ,
);
#

View File

@ -23,7 +23,7 @@
# This module exports the %protocols and %services hashes built from
# /etc/protocols and /etc/services respectively.
#
# Module generated using buildports.pl 4.0.0-Beta6 - Thu Jun 21 10:52:52 2007
# Module generated using buildports.pl 4.0.0-Beta7 - Fri Jun 29 14:10:45 2007
#
package Shorewall::Ports;
@ -97,6 +97,8 @@ our %protocols = (
'ipv6-opts' => 60,
'IPv6-Opts' => 60,
rspf => 73,
RSPF => 73,
CPHB => 73,
vmtp => 81,
VMTP => 81,
eigrp => 88,

View File

@ -22,7 +22,7 @@
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA
#
VERSION=4.0.0-Beta7
VERSION=4.0.0-RC1
usage() # $1 = exit status
{

View File

@ -1,6 +1,6 @@
%define name shorewall-perl
%define version 4.0.0
%define release 0Beta7
%define release 0RC1
%define prefix /usr
Summary: Shoreline Firewall Perl-based compiler.
@ -92,6 +92,8 @@ fi
%doc COPYING releasenotes.txt
%changelog
* Fri Jun 29 2007 Tom EAstep tom@shorewall.net
- Updated to 4.0.0-0RC1
* Sun Jun 24 2007 Tom Eastep tom@shorewall.net
- Updated to 4.0.0-0Beta7
* Wed Jun 20 2007 Tom Eastep tom@shorewall.net

View File

@ -22,7 +22,7 @@
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA
#
VERSION=4.0.0-Beta7
VERSION=4.0.0-RC1
usage() # $1 = exit status
{

View File

@ -1,6 +1,6 @@
%define name shorewall-shell
%define version 4.0.0
%define release 0Beta7
%define release 0RC1
%define prefix /usr
Summary: Shoreline Firewall is an iptables-based firewall for Linux systems.
@ -66,6 +66,8 @@ rm -rf $RPM_BUILD_ROOT
%doc COPYING INSTALL
%changelog
* Fri Jun 29 2007 Tom EAstep tom@shorewall.net
- Updated to 4.0.0-0RC1
* Sun Jun 24 2007 Tom Eastep tom@shorewall.net
- Updated to 4.0.0-0Beta7
* Wed Jun 20 2007 Tom Eastep tom@shorewall.net