diff --git a/Shorewall-lite/changelog.txt b/Shorewall-lite/changelog.txt
index dbf0d04d7..da9038012 100644
--- a/Shorewall-lite/changelog.txt
+++ b/Shorewall-lite/changelog.txt
@@ -1,3 +1,7 @@
+Changes in 3.2.0 RC 5
+
+1) Update version.
+
Changes in 3.2.0 RC 4
1) Add RESTOREFILE to shorewall.conf
diff --git a/Shorewall-lite/fallback.sh b/Shorewall-lite/fallback.sh
index f3fbfb4a4..1cbb16afb 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.2.0-RC4
+VERSION=3.2.0-RC5
usage() # $1 = exit status
{
diff --git a/Shorewall-lite/install.sh b/Shorewall-lite/install.sh
index fdab27eea..1cd2ca420 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.2.0-RC4
+VERSION=3.2.0-RC5
usage() # $1 = exit status
{
diff --git a/Shorewall-lite/releasenotes.txt b/Shorewall-lite/releasenotes.txt
index 41f8598a9..997aa95e7 100644
--- a/Shorewall-lite/releasenotes.txt
+++ b/Shorewall-lite/releasenotes.txt
@@ -1,41 +1,12 @@
-Shorewall Lite 3.2.0 RC 4
+Shorewall Lite 3.2.0 RC 5
Problems Corrected in 3.2.0 RC 4
-1) RESTOREFILE has been added to shorewall.conf.
-
-2) Many references to incorrect file names and commands have been
- corrected in shorewall.conf.
-
-3) /sbin/shorewall-lite still supported the 'refresh' command
- whereas the firewall script generated by 'compile' did not.
- This lead to the following:
-
- gateway:~ # shorewall-lite refresh
- Usage: /usr/share/shorewall-lite/firewall [ -q ] [ -v ] [ -n ] [ start|stop|clear|restart|status|version ]
- gateway:~ #
+None.
Other changes in 3.2.0 RC 4
-1) The progress messages produced by Shorewall Lite now correctly
- identify the product as 'Shorewall Lite' rather than
- 'Shorewall'. In order for this to work, you must have Shorewall RC4
- installed on your administrative system(s) and Shorewall Lite RC4
- on the firewall system(s).
-
-2) /usr/share/shorewall-lite/firewall has been moved to
- /var/lib/shorewall-lite/firewall. When upgrading to this release of
- Shorewall Lite, please execute the following command:
-
- cp -a /usr/share/shorewall-lite/firewall /var/lib/shorewall-lite/
-
- Note : The 'firewall' script is in /var/lib/shorewall-lite in
- packages from shorewall.net. The package maintainers for the
- various distributions are free to choose the directory where the
- script will be stored under their distribution by altering the
- value of LITEDIR in /usr/share/shorewall/configpath. You can run
- the "shorewall show config" command to see how your distribution
- defines LITEDIR.
+None.
New Features:
diff --git a/Shorewall-lite/shorewall-lite.spec b/Shorewall-lite/shorewall-lite.spec
index 6cb1e2519..7fdfdf40e 100644
--- a/Shorewall-lite/shorewall-lite.spec
+++ b/Shorewall-lite/shorewall-lite.spec
@@ -1,6 +1,6 @@
%define name shorewall-lite
%define version 3.2.0
-%define release 0RC4
+%define release 0RC5
%define prefix /usr
Summary: Shoreline Firewall Lite is an iptables-based firewall for Linux systems.
@@ -84,6 +84,8 @@ fi
%doc COPYING changelog.txt releasenotes.txt
%changelog
+* Mon Jun 19 2006 Tom Eastep tom@shorewall.net
+- Version 3.2.0-RC5
* Sun Jun 18 2006 Tom Eastep tom@shorewall.net
- Version 3.2.0-RC4
* Mon Jun 12 2006 Tom Eastep tom@shorewall.net
diff --git a/Shorewall-lite/uninstall.sh b/Shorewall-lite/uninstall.sh
index b737f860a..5ac1b55f6 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.2.0-RC4
+VERSION=3.2.0-RC5
usage() # $1 = exit status
{
diff --git a/Shorewall/changelog.txt b/Shorewall/changelog.txt
index 2f40f9ddf..ba961b2a0 100644
--- a/Shorewall/changelog.txt
+++ b/Shorewall/changelog.txt
@@ -1,3 +1,8 @@
+Changes in 3.2.0 RC 5
+
+1) Fix DOA 'LITEDIR' problem in /sbin/shorewall.
+
+-------------------------------------------------------------------------------
Changes in 3.2.0 RC 4
1) Fix permissions on Limit file.
diff --git a/Shorewall/fallback.sh b/Shorewall/fallback.sh
index e4ba4af46..6caaf0e87 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.2.0-RC4
+VERSION=3.2.0-RC5
usage() # $1 = exit status
{
diff --git a/Shorewall/install.sh b/Shorewall/install.sh
index b51ae833a..4440153e3 100755
--- a/Shorewall/install.sh
+++ b/Shorewall/install.sh
@@ -22,7 +22,7 @@
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA
#
-VERSION=3.2.0-RC4
+VERSION=3.2.0-RC5
usage() # $1 = exit status
{
diff --git a/Shorewall/releasenotes.txt b/Shorewall/releasenotes.txt
index 5538ab36e..413400a8c 100644
--- a/Shorewall/releasenotes.txt
+++ b/Shorewall/releasenotes.txt
@@ -1,4 +1,4 @@
-Shorewall 3.2.0 RC 4
+Shorewall 3.2.0 RC 5
Note to users upgrading from Shorewall 2.x or 3.0
@@ -31,56 +31,18 @@ Note to users upgrading from Shorewall 2.x or 3.0
Please see the "Migration Considerations" below for additional upgrade
information.
-Problems Corrected in 3.2.0 RC 4
+Problems Corrected in 3.2.0 RC 5
-1) When install.sh was used to install/update Shorewall, the
- /usr/share/shorewall/Limit file had incorrect permissions.
+1) DOA /sbin/shorewall:
-2) Many permission problems in /usr/share/shorewall/configfiles/ have
- been corrected.
+ wifitipper:/etc/test # shorewall restart
+ Compiling...
+ ERROR: LITEDIR not defined in /usr/share/shorewall/configpath
+ wifitipper:
-Other changes in 3.2.0 RC 4
+Other changes in 3.2.0 RC 5
-1) The progress messages produced by Shorewall Lite now correctly
- identify the product as 'Shorewall Lite' rather than
- 'Shorewall'. In order for this to work, you must have Shorewall RC4
- installed on your administrative system(s) and Shorewall Lite RC4
- on the firewall system(s).
-
-2) "load" and "reload" commands have been added. These commands allow
- a non-root user with ssh access to a remote system to compile a
- firewall script on the local system and to install that script on
- the remote system.
-
- Syntax is:
-
- shorewall [re]load [
The current Development Version is 3.2.0 RC3 – Get it from +
The current Development Version is 3.2.0 RC4 – Get it from
the download sites. Here are the release
+ href="http://www1.shorewall.net/pub/shorewall/development/3.2/shorewall-3.2.0-RC4/releasenotes.txt">release
notes and here are the known
+ href="http://www1.shorewall.net/pub/shorewall/development/3.2/shorewall-3.2.0-RC4/known_problems.txt">known
problems and updates
+ href="http://www1.shorewall.net/pub/shorewall/development/3.2/shorewall-3.2.0-RC4/errata/">updates
Copyright
© 2001-2006 Thomas M. Eastep
2006-06-13
+2006-06-18