Update Version

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4020 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2006-06-07 22:18:49 +00:00
parent d58a2d73b4
commit 9b58323b47
10 changed files with 19 additions and 10 deletions

View File

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

View File

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

View File

@ -44,7 +44,7 @@
# used during firewall compilation, then the generated firewall program will likewise not # used during firewall compilation, then the generated firewall program will likewise not
# require Shorewall to be installed. # require Shorewall to be installed.
VERSION=3.2.0-RC1 VERSION=3.2.0-RC2
. /usr/share/shorewall/functions . /usr/share/shorewall/functions
. /usr/share/shorewall/configpath . /usr/share/shorewall/configpath

View File

@ -1,6 +1,6 @@
%define name shorewall-lite %define name shorewall-lite
%define version 3.2.0 %define version 3.2.0
%define release 0RC1 %define release 0RC2
%define prefix /usr %define prefix /usr
Summary: Shoreline Firewall Lite is an iptables-based firewall for Linux systems. Summary: Shoreline Firewall Lite is an iptables-based firewall for Linux systems.
@ -81,6 +81,8 @@ fi
%doc COPYING INSTALL changelog.txt releasenotes.txt %doc COPYING INSTALL changelog.txt releasenotes.txt
%changelog %changelog
* Wed Jun 07 2006 Tom Eastep tom@shorewall.net
- Version 3.2.0-RC2
* Tue Apr 18 2006 Tom Eastep tom@shorewall.net * Tue Apr 18 2006 Tom Eastep tom@shorewall.net
- Initial Version - Initial Version

View File

@ -1,3 +1,8 @@
Changes in 3.2.0 RC 2
1) Update versions.
-------------------------------------------------------------------------------
Changes in 3.2.0 RC 1 Changes in 3.2.0 RC 1
1) Update versions. 1) Update versions.

View File

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

View File

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

View File

@ -44,9 +44,9 @@ Other changes in 3.2.0 RC 1
Migration Considerations: Migration Considerations:
1) If you are upgrading from Shorewall 2.x, it is essential that you read 1) If you are upgrading from Shorewall 2.x, it is essential that you read
the Shorewall 3.0.6 release notes: the Shorewall 3.0.7 (or later) release notes:
http://www.shorewall.net/pub/shorewall/3.0/shorewall-3.0.6/releasenotes.txt http://www.shorewall.net/pub/shorewall/3.0/shorewall-3.0.7/releasenotes.txt
2) A number of macros have been split into two. The macros affected are: 2) A number of macros have been split into two. The macros affected are:

View File

@ -1,6 +1,6 @@
%define name shorewall %define name shorewall
%define version 3.2.0 %define version 3.2.0
%define release 0RC1 %define release 0RC2
%define prefix /usr %define prefix /usr
Summary: Shoreline Firewall is an iptables-based firewall for Linux systems. Summary: Shoreline Firewall is an iptables-based firewall for Linux systems.
@ -208,6 +208,8 @@ fi
%doc COPYING INSTALL changelog.txt releasenotes.txt tunnel ipsecvpn Samples %doc COPYING INSTALL changelog.txt releasenotes.txt tunnel ipsecvpn Samples
%changelog %changelog
* Wed Jun 07 2006 Tom Eastep tom@shorewall.net
- Updated to 3.2.0-0RC2
* Tue May 30 2006 Tom Eastep tom@shorewall.net * Tue May 30 2006 Tom Eastep tom@shorewall.net
- Updated to 3.2.0-0RC1 - Updated to 3.2.0-0RC1
* Mon May 29 2006 Tom Eastep tom@shorewall.net * Mon May 29 2006 Tom Eastep tom@shorewall.net

View File

@ -26,7 +26,7 @@
# You may only use this script to uninstall the version # You may only use this script to uninstall the version
# shown below. Simply run this script to remove Shorewall Firewall # shown below. Simply run this script to remove Shorewall Firewall
VERSION=3.2.0-RC1 VERSION=3.2.0-RC2
usage() # $1 = exit status usage() # $1 = exit status
{ {