mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-03 03:59:16 +01:00
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:
parent
bbbbec65a6
commit
84142f6148
@ -25,6 +25,8 @@ Changes in 3.3.5
|
|||||||
|
|
||||||
12) Add Makefile especially for /usr/share/shorewall/configfiles/
|
12) Add Makefile especially for /usr/share/shorewall/configfiles/
|
||||||
|
|
||||||
|
13) Add man pages.
|
||||||
|
|
||||||
Changes in 3.3.4
|
Changes in 3.3.4
|
||||||
|
|
||||||
1) Make exclusion work with "show zones"
|
1) Make exclusion work with "show zones"
|
||||||
|
@ -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.3.4
|
VERSION=3.3.5
|
||||||
|
|
||||||
usage() # $1 = exit status
|
usage() # $1 = exit status
|
||||||
{
|
{
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA
|
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA
|
||||||
#
|
#
|
||||||
|
|
||||||
VERSION=3.3.4
|
VERSION=3.3.5
|
||||||
|
|
||||||
usage() # $1 = exit status
|
usage() # $1 = exit status
|
||||||
{
|
{
|
||||||
|
@ -94,6 +94,35 @@ Other Changes in 3.3.5.
|
|||||||
generate the "capabilities" file if that file doesn't exist. "make
|
generate the "capabilities" file if that file doesn't exist. "make
|
||||||
save" will save the running configuration on the remote firewall.
|
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:
|
Migration Considerations:
|
||||||
|
|
||||||
1) Shorewall supports the notion of "default actions". A default
|
1) Shorewall supports the notion of "default actions". A default
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
%define name shorewall
|
%define name shorewall
|
||||||
%define version 3.3.4
|
%define version 3.3.5
|
||||||
%define release 1
|
%define release 1
|
||||||
%define prefix /usr
|
%define prefix /usr
|
||||||
|
|
||||||
@ -252,6 +252,8 @@ fi
|
|||||||
%doc COPYING INSTALL changelog.txt releasenotes.txt tunnel ipsecvpn Samples
|
%doc COPYING INSTALL changelog.txt releasenotes.txt tunnel ipsecvpn Samples
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat Nov 18 2006 Tom Eastep tom@shorewall.net
|
||||||
- Add Man Pages.
|
- Add Man Pages.
|
||||||
* Sun Oct 29 2006 Tom Eastep tom@shorewall.net
|
* Sun Oct 29 2006 Tom Eastep tom@shorewall.net
|
||||||
|
@ -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.3.4
|
VERSION=3.3.5
|
||||||
|
|
||||||
usage() # $1 = exit status
|
usage() # $1 = exit status
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user