diff --git a/Shorewall/changelog.txt b/Shorewall/changelog.txt index cac5b1c05..ea93cb559 100644 --- a/Shorewall/changelog.txt +++ b/Shorewall/changelog.txt @@ -1,3 +1,17 @@ +Changes in 3.2.0 RC 4 + +1) Fix permissions on Limits file. + +------------------------------------------------------------------------------- +Changes in 3.2.0 RC 3 + +1) Remove hard directory references from compiled programs. + +2) Fix /nat <-> /proxyarp typo. + +3) Avoid use of symbolic link for /sbin/shorewall + +------------------------------------------------------------------------------- Changes in 3.2.0 RC 2 1) Update versions. diff --git a/Shorewall/install.sh b/Shorewall/install.sh index ca3b1c537..766980bc7 100755 --- a/Shorewall/install.sh +++ b/Shorewall/install.sh @@ -631,7 +631,7 @@ for f in action.* ; do echo "Action ${f#*.} file installed as ${PREFIX}/usr/share/shorewall/$f" done -install_file Limit ${PREFIX}/usr/share/shorewall/Limit 0600 +install_file Limit ${PREFIX}/usr/share/shorewall/Limit 0644 echo "Limit action extension script installed as ${PREFIX}/usr/share/shorewall/Limit" # # Install the Macro files diff --git a/Shorewall/releasenotes.txt b/Shorewall/releasenotes.txt index f7d08bdc3..af6b90fb3 100644 --- a/Shorewall/releasenotes.txt +++ b/Shorewall/releasenotes.txt @@ -1,4 +1,4 @@ -Shorewall 3.2.0 RC 3 +Shorewall 3.2.0 RC 4 Note to users upgrading from Shorewall 2.x or 3.0 @@ -31,24 +31,14 @@ 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 3 +Problems Corrected in 3.2.0 RC 4 -1) When -e is specified to the compile command, it is possible for an - incorrect direct reference to /var/lib/shorewall to be included in the - compiled script. +1) When install.sh was used to install/update Shorewall, the + /usr/share/shorewall/Limits file had incorrect permissions. -2) A typo in the compiler resulted in a wrong file being removed during - "shorewall stop" and "shorewall restart". The result was generally harmless. +Other changes in 3.2.0 RC 4 -Other changes in 3.2.0 RC 3 - -1) The controversial symbolic link /sbin/shorewall has been - eliminated. The Shorewall Lite control program is now - /sbin/shorewall-lite. Those users who only run Shorewall Lite and - who prefer the name /sbin/shorewall may create a symbolic link as - follows: - - ln -sf shorewall-lite /sbin/shorewall +None. Migration Considerations: