diff --git a/Shorewall/changelog.txt b/Shorewall/changelog.txt index f84d68d78..f7e90c73a 100644 --- a/Shorewall/changelog.txt +++ b/Shorewall/changelog.txt @@ -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" diff --git a/Shorewall/fallback.sh b/Shorewall/fallback.sh index 36e66f870..ff3213e15 100755 --- a/Shorewall/fallback.sh +++ b/Shorewall/fallback.sh @@ -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 { diff --git a/Shorewall/install.sh b/Shorewall/install.sh index 320ad4ead..6e9134a9b 100755 --- a/Shorewall/install.sh +++ b/Shorewall/install.sh @@ -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 { diff --git a/Shorewall/releasenotes.txt b/Shorewall/releasenotes.txt index e6269b38e..12ec14e53 100644 --- a/Shorewall/releasenotes.txt +++ b/Shorewall/releasenotes.txt @@ -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 diff --git a/Shorewall/shorewall.spec b/Shorewall/shorewall.spec index ed47437ef..00b73c0b3 100644 --- a/Shorewall/shorewall.spec +++ b/Shorewall/shorewall.spec @@ -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 diff --git a/Shorewall/uninstall.sh b/Shorewall/uninstall.sh index 0ecaa440a..9a66aac68 100755 --- a/Shorewall/uninstall.sh +++ b/Shorewall/uninstall.sh @@ -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 {