Update release docs for Perl diagnostic elimination

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2010-06-24 14:52:26 -07:00
parent 224f1798af
commit 192a8967ce
3 changed files with 15 additions and 0 deletions

View File

@ -6,6 +6,8 @@ Changes in Shorewall 4.4.10.1
3) Add REQUIRE_INTERFACE to shorewall*.conf
4) Avoid run-time diagnostic when options are omitted from shorewall*.conf.
Changes in Shorewall 4.4.10.1
1) Apply patch from Gabriel.

View File

@ -31,3 +31,13 @@
and shorewall6.conf.
You can simply add it if you need it.
5) Under Perl 5.12.1, a harmless Perl run-time diagnostic is
produced when options are omitted from shorewall.conf or
shorewall6.conf.
Example:
Use of uninitialized value
$Shorewall::Config::config{"REQUIRE_INTERFACE"} in lc at
/usr/share/shorewall/Shorewall/Config.pm line 1902.

View File

@ -233,6 +233,9 @@ I I 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
3) The new REQUIRE_INTERFACE was inadvertently omitted from
shorewall.conf and shorewall6.conf. It has been added.
4) Under some versions of Perl, a Perl run-time diagnostic was produced
when options were omitted from shorewall.conf or shorewall6.conf.
4.4.10.1
1) The IPv6 allowBcast action generated an invalid rule.