diff --git a/Shorewall/changelog.txt b/Shorewall/changelog.txt index 810b62d18..816123d60 100755 --- a/Shorewall/changelog.txt +++ b/Shorewall/changelog.txt @@ -52,3 +52,5 @@ Changes since 1.3.14 23. Add TCP ports 445 and 139 to the common silent list. 24. Remove 'check' command support. + +25. Restore 'check' command support. diff --git a/Shorewall/fallback.sh b/Shorewall/fallback.sh index 5f149f8cb..6c009fac0 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=1.4.0-Beta2 +VERSION=1.4.0-RC1 usage() # $1 = exit status { diff --git a/Shorewall/install.sh b/Shorewall/install.sh index 0169ef969..cfb84b099 100755 --- a/Shorewall/install.sh +++ b/Shorewall/install.sh @@ -54,7 +54,7 @@ # /etc/rc.d/rc.local file is modified to start the firewall. # -VERSION=1.4.0-Beta2 +VERSION=1.4.0-RC1 usage() # $1 = exit status { diff --git a/Shorewall/releasenotes.txt b/Shorewall/releasenotes.txt index 40000b32a..ad250ad0d 100755 --- a/Shorewall/releasenotes.txt +++ b/Shorewall/releasenotes.txt @@ -2,32 +2,30 @@ This is a major release of Shorewall. Function from 1.3 that has been omitted from this version includes: -1) The 'check' command is no longer supported. - -2) The MERGE_HOSTS variable in shorewall.conf is no longer +1) The MERGE_HOSTS variable in shorewall.conf is no longer supported. Shorewall 1.4 behavior is the same as 1.3 with MERGE_HOSTS=Yes. -3) Interface names of the form : in +2) Interface names of the form : in /etc/shorewall/interfaces now generate an error. -4) Shorewall 1.4 implements behavior consistent with +3) Shorewall 1.4 implements behavior consistent with OLD_PING_HANDLING=No. OLD_PING_HANDLING=Yes will generate an error at startup as will specification of the 'noping' or 'filterping' interface options. -5) The 'routestopped' option in the /etc/shorewall/interfaces and +4) The 'routestopped' option in the /etc/shorewall/interfaces and /etc/shorewall/hosts files is no longer supported and will generate an error at startup if specified. -6) The Shorewall 1.2 syntax for DNAT and REDIRECT rules is no longer +5) The Shorewall 1.2 syntax for DNAT and REDIRECT rules is no longer accepted. -7) The ALLOWRELATED variable in shorewall.conf is no longer +6) The ALLOWRELATED variable in shorewall.conf is no longer supported. Shorewall 1.4 behavior is the same as 1.3 with ALLOWRELATED=Yes. -8) The 'multi' interface option is no longer supported. Shorewall will +7) The 'multi' interface option is no longer supported. Shorewall will generate rules for sending packets back out the same interface that they arrived on in two cases: diff --git a/Shorewall/shorewall.spec b/Shorewall/shorewall.spec index a1489756a..a6493ad9b 100644 --- a/Shorewall/shorewall.spec +++ b/Shorewall/shorewall.spec @@ -1,6 +1,6 @@ %define name shorewall %define version 1.4.0 -%define release 0Beta2 +%define release 0RC1 %define prefix /usr Summary: Shoreline Firewall is an iptables-based firewall for Linux systems. @@ -105,6 +105,8 @@ fi %doc COPYING INSTALL changelog.txt releasenotes.txt tunnel %changelog +* Wed Mar 05 2003 Tom Eastep +- Changed version to 1.4.0-0RC1 * Mon Feb 24 2003 Tom Eastep - Changed version to 1.4.0-0Beta2 * Sun Feb 23 2003 Tom Eastep diff --git a/Shorewall/uninstall.sh b/Shorewall/uninstall.sh index 77834e4b2..ab3fa455c 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 Seattle Firewall -VERSION=1.4.0-Beta2 +VERSION=1.4.0-RC1 usage() # $1 = exit status {