Update version to 3.1.9

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@3623 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2006-03-04 18:16:33 +00:00
parent 11fc386c4e
commit 68d1c60d32
6 changed files with 16 additions and 8 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.1.8 VERSION=3.1.9
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.1.8 VERSION=3.1.9
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.1.8 VERSION=3.1.9
# #
# Suppress all output for a command # Suppress all output for a command

View File

@ -1,5 +1,5 @@
%define name shorewall %define name shorewall
%define version 3.1.8 %define version 3.1.9
%define release 1 %define release 1
%define prefix /usr %define prefix /usr
@ -175,7 +175,9 @@ fi
%doc COPYING INSTALL changelog.txt releasenotes.txt tunnel ipsecvpn Samples %doc COPYING INSTALL changelog.txt releasenotes.txt tunnel ipsecvpn Samples
%changelog %changelog
* Web Mar 01 2006 Tom Eastep tom@shorewall.net * Sat Mar 04 2006 Tom Eastep tom@shorewall.net
- Updated to 3.1.9-1
* Wed Mar 01 2006 Tom Eastep tom@shorewall.net
- Moved shorecap to /usr/share/shorewall - Moved shorecap to /usr/share/shorewall
* Fri Feb 24 2006 Tom Eastep tom@shorewall.net * Fri Feb 24 2006 Tom Eastep tom@shorewall.net
- Updated to 3.1.8-1 - Updated to 3.1.8-1

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.1.8 VERSION=3.1.9
usage() # $1 = exit status usage() # $1 = exit status
{ {

View File

@ -15,7 +15,7 @@
</author> </author>
</authorgroup> </authorgroup>
<pubdate>2006-02-27</pubdate> <pubdate>2006-02-28</pubdate>
<copyright> <copyright>
<year>2006</year> <year>2006</year>
@ -160,9 +160,15 @@ ENHANCED_REJECT=Yes # Extended REJECT</programlisting>
may be copied to /usr/bin on a remote system then run as follows:</para> may be copied to /usr/bin on a remote system then run as follows:</para>
<blockquote> <blockquote>
<para><command>shorecap &gt; capabilities</command></para> <para><command>[ IPTABLES=&lt;iptables binary&gt; ] [
MODULESDIR=&lt;kernel modules directory&gt; ] shorecap &gt;
capabilities</command></para>
</blockquote> </blockquote>
<para>The IPTABLES and MODULESDIR options have their <ulink
url="Documentation.htm#Conf">usual Shorewall default
values</ulink>.</para>
<para>The <filename>capabilities</filename> file may then be copied to a <para>The <filename>capabilities</filename> file may then be copied to a
system with Shorewall installed and used when compiling firewall programs system with Shorewall installed and used when compiling firewall programs
to run on the remote system.</para> to run on the remote system.</para>