From 5c890938ed5378638282d01fc4c54d175bc15ea7 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Mon, 20 Dec 2010 08:01:55 -0800 Subject: [PATCH] Document fixes Signed-off-by: Tom Eastep --- Shorewall/changelog.txt | 10 ++++++++++ Shorewall/releasenotes.txt | 17 ++++++++++++++++- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/Shorewall/changelog.txt b/Shorewall/changelog.txt index 41ab9cd92..da22e33e4 100644 --- a/Shorewall/changelog.txt +++ b/Shorewall/changelog.txt @@ -1,3 +1,13 @@ +Changes in Shorewall 4.4.16 Beta 6 + +1) Don't let root match wildcard. + +2) Fix use of wildcard names in the notrack file. + +3) Fix use of wildcard names in the proxyarp file + +4) Prevent perl runtime warnings with cached interface entries. + Changes in Shorewall 4.4.16 Beta 5 1) Fix broken logical naming with Proxy ARP. diff --git a/Shorewall/releasenotes.txt b/Shorewall/releasenotes.txt index 8fa9919cd..4d1f401c8 100644 --- a/Shorewall/releasenotes.txt +++ b/Shorewall/releasenotes.txt @@ -1,6 +1,6 @@ ---------------------------------------------------------------------------- S H O R E W A L L 4 . 4 . 1 6 - B E T A 5 + B E T A 6 ---------------------------------------------------------------------------- I. PROBLEMS CORRECTED IN THIS RELEASE @@ -14,6 +14,21 @@ VI. PROBLEMS CORRECTED AND NEW FEATURES IN PRIOR RELEASES I. P R O B L E M S C O R R E C T E D I N T H I S R E L E A S E ---------------------------------------------------------------------------- +Beta 6 + +1) Previously, the root of a wildcard name erroneously matched that + name. For example 'eth' matched 'eth+'. Now there must be at least + one additional character (e.g., 'eth4'). + +2) Use of logical interface names in the notrack and ecn files + resulted in perl runtime warning messages. + +3) The use of wildcard-matching names in certain contexts would result + in perl run-time messages similar to this one: + + Use of uninitialized value in numeric comparison (<=>) + at /usr/share/shorewall/Shorewall/Zones.pm line 1334. + Beta 5 1) Previously, proxy ARP with logical interface names did not