Update version for 3.3.5

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4947 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2006-11-19 22:33:13 +00:00
parent bbbbec65a6
commit 84142f6148
6 changed files with 37 additions and 4 deletions

View File

@ -25,6 +25,8 @@ Changes in 3.3.5
12) Add Makefile especially for /usr/share/shorewall/configfiles/
13) Add man pages.
Changes in 3.3.4
1) Make exclusion work with "show zones"

View File

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

View File

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

View File

@ -94,6 +94,35 @@ Other Changes in 3.3.5.
generate the "capabilities" file if that file doesn't exist. "make
save" will save the running configuration on the remote firewall.
6) Shorewall and Shorewall Lite now include the following manpages.
shorewall-accounting(5)
shorewall-actions(5)
shorewall-blacklist(5)
shorewall.conf(5)
shorewall-hosts(5)
shorewall-interfaces(5)
shorewall-lite(8)
shorewall-maclist(5)
shorewall-masq(5)
shorewall-nat(5)
shorewall-netmap(5)
shorewall-params(5)
shorewall-policy(5)
shorewall-providers(5)
shorewall-proxyarp(5)
shorewall-route_rules(5)
shorewall-routestopped(5)
shorewall-rules(5)
shorewall-tcclasses(5)
shorewall-tcdevices(5)
shorewall-tcrules(5)
shorewall-template(5)
shorewall-tos(5)
shorewall-tunnels(5)
shorewall(8)
shorewall-zones(5)
Migration Considerations:
1) Shorewall supports the notion of "default actions". A default

View File

@ -1,5 +1,5 @@
%define name shorewall
%define version 3.3.4
%define version 3.3.5
%define release 1
%define prefix /usr
@ -252,6 +252,8 @@ fi
%doc COPYING INSTALL changelog.txt releasenotes.txt tunnel ipsecvpn Samples
%changelog
* Sun Nov 19 2006 Tom Eastep tom@shorewall.net
- Updated to 3.3.5-1
* Sat Nov 18 2006 Tom Eastep tom@shorewall.net
- Add Man Pages.
* Sun Oct 29 2006 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=3.3.4
VERSION=3.3.5
usage() # $1 = exit status
{