diff --git a/Shorewall-lite/changelog.txt b/Shorewall-lite/changelog.txt index 6196ab88f..d61a2ece7 100644 --- a/Shorewall-lite/changelog.txt +++ b/Shorewall-lite/changelog.txt @@ -1,4 +1,4 @@ -Changes in 3.3.2 +Changes in 3.3.3 1) Add logfile name to output of "shorewall show log" and "shorewall logwatch". diff --git a/Shorewall-lite/configpath b/Shorewall-lite/configpath index 61f7a17e6..3da3f075f 100644 --- a/Shorewall-lite/configpath +++ b/Shorewall-lite/configpath @@ -1,5 +1,5 @@ # -# Shorewall Lite version 3.2 - Default Config Path +# Shorewall Lite version 3.3 - Default Config Path # # /usr/share/shorewall-lite/configpath # diff --git a/Shorewall-lite/fallback.sh b/Shorewall-lite/fallback.sh index 164899d6d..3c7d76e30 100755 --- a/Shorewall-lite/fallback.sh +++ b/Shorewall-lite/fallback.sh @@ -28,7 +28,7 @@ # shown below. Simply run this script to revert to your prior version of # Shoreline Firewall. -VERSION=3.3.2 +VERSION=3.3.3 usage() # $1 = exit status { diff --git a/Shorewall-lite/help b/Shorewall-lite/help index e1337b9ed..00bc37dcd 100755 --- a/Shorewall-lite/help +++ b/Shorewall-lite/help @@ -1,6 +1,6 @@ #!/bin/sh # -# Shorewall help subsystem - V3.2 +# Shorewall help subsystem - V3.3 # # # This program is under GPL [http://www.gnu.org/copyleft/gpl.htm] diff --git a/Shorewall-lite/init.sh b/Shorewall-lite/init.sh index 04bfcc5a9..a5d58c88f 100755 --- a/Shorewall-lite/init.sh +++ b/Shorewall-lite/init.sh @@ -1,7 +1,7 @@ #!/bin/sh RCDLINKS="2,S41 3,S41 6,K41" # -# The Shoreline Firewall (Shorewall) Packet Filtering Firewall - V3.2 +# The Shoreline Firewall (Shorewall) Packet Filtering Firewall - V3.3 # # This program is under GPL [http://www.gnu.org/copyleft/gpl.htm] # diff --git a/Shorewall-lite/install.sh b/Shorewall-lite/install.sh index be8917300..fa0ef0c05 100755 --- a/Shorewall-lite/install.sh +++ b/Shorewall-lite/install.sh @@ -22,7 +22,7 @@ # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA # -VERSION=3.3.2 +VERSION=3.3.3 usage() # $1 = exit status { diff --git a/Shorewall-lite/releasenotes.txt b/Shorewall-lite/releasenotes.txt index 4e5e712f3..e99d8d003 100644 --- a/Shorewall-lite/releasenotes.txt +++ b/Shorewall-lite/releasenotes.txt @@ -1,10 +1,10 @@ -Shorewall Lite 3.3.2 +Shorewall Lite 3.3.3 -Problems Corrected in 3.3.2 +Problems Corrected in 3.3.3 None. -Other changes in 3.3.2 +Other changes in 3.3.3 1) The output of "shorewall show log" and "shorewall logwatch" now include the name of the log file being accessed. diff --git a/Shorewall-lite/shorewall-lite b/Shorewall-lite/shorewall-lite index 6e46fcb0e..e142d255d 100755 --- a/Shorewall-lite/shorewall-lite +++ b/Shorewall-lite/shorewall-lite @@ -1,6 +1,6 @@ #!/bin/sh # -# Shorewall Lite Packet Filtering Firewall Control Program - V3.2 +# Shorewall Lite Packet Filtering Firewall Control Program - V3.3 # # This program is under GPL [http://www.gnu.org/copyleft/gpl.htm] # diff --git a/Shorewall-lite/shorewall.conf b/Shorewall-lite/shorewall.conf index 70c95bfd1..6765c8b96 100644 --- a/Shorewall-lite/shorewall.conf +++ b/Shorewall-lite/shorewall.conf @@ -1,5 +1,5 @@ ############################################################################### -# /etc/shorewall-lite/shorewall.conf V3.2 - Change the following variables to +# /etc/shorewall-lite/shorewall.conf V3.3 - Change the following variables to # match your setup # # This program is under GPL [http://www.gnu.org/copyleft/gpl.htm] diff --git a/Shorewall-lite/uninstall.sh b/Shorewall-lite/uninstall.sh index 84d5762c4..30559170d 100755 --- a/Shorewall-lite/uninstall.sh +++ b/Shorewall-lite/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.2 +VERSION=3.3.3 usage() # $1 = exit status {