From c9966b84c6d7c8565d213fb262ffb36adda8632f Mon Sep 17 00:00:00 2001 From: teastep Date: Mon, 7 May 2007 00:10:21 +0000 Subject: [PATCH] Update release documents git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6263 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall-common/changelog.txt | 4 ++++ Shorewall-common/releasenotes.txt | 6 ++++++ 2 files changed, 10 insertions(+) diff --git a/Shorewall-common/changelog.txt b/Shorewall-common/changelog.txt index b222c3d8b..8966b4b0d 100644 --- a/Shorewall-common/changelog.txt +++ b/Shorewall-common/changelog.txt @@ -6,6 +6,10 @@ Changes in 3.9.7 3) Use '-m addrtype' in detectnet interface output rules. +4) Fix find_hosts_by_option(). + +5) Fix more hosts file bugs. + Changes in 3.9.6 1) Fix parsing problems in protocol handling. diff --git a/Shorewall-common/releasenotes.txt b/Shorewall-common/releasenotes.txt index f04df2a76..c30bb2078 100644 --- a/Shorewall-common/releasenotes.txt +++ b/Shorewall-common/releasenotes.txt @@ -25,6 +25,12 @@ Problems corrected in 3.9.7. Access to an undefined value at Rules.pm line 1656. Incorrect rule generation. +2) Specifying 'maclist' in the hosts file's OPTION column now works. + +3) A number of problems with handling the hosts file have been + corrected. These problems are characterized by Perl run-time + errors. + Other changes in Shorewall 3.9.6. None.