From 3bb67423c38907d5d091a051cf6f0a1e9b104484 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Sun, 9 Jan 2011 11:31:38 -0800 Subject: [PATCH] Tweak release notes --- Shorewall/Perl/Shorewall/Config.pm | 2 +- Shorewall/releasenotes.txt | 14 +++++++++++--- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/Shorewall/Perl/Shorewall/Config.pm b/Shorewall/Perl/Shorewall/Config.pm index 7335e5684..c876bd473 100644 --- a/Shorewall/Perl/Shorewall/Config.pm +++ b/Shorewall/Perl/Shorewall/Config.pm @@ -815,7 +815,7 @@ sub fatal_error { die " ERROR: @_$currentlineinfo\n"; } -sub fatal_error1 { +sub fatal_error1 { $| = 1; if ( $log ) { diff --git a/Shorewall/releasenotes.txt b/Shorewall/releasenotes.txt index caf861e1d..41de60708 100644 --- a/Shorewall/releasenotes.txt +++ b/Shorewall/releasenotes.txt @@ -27,9 +27,12 @@ None. I I I. N E W F E A T U R E S I N T H I S R E L E A S E ---------------------------------------------------------------------------- -1) The (param,value) pairs set in /etc/shorewall/params +1) The shell variables set in /etc/shorewall/params (/etc/shorewall6/params) are now available at run-time with - EXPORTPARAMS=No. The EXPORTPARAMS parameter is now deprecated. + EXPORTPARAMS=No. The EXPORTPARAMS option is now deprecated and the + released /etc/shorewall/shorewall.conf and + /etc/shorewall/shorewall6.conf have been modified to specify + EXPORTPARAMS=No. ---------------------------------------------------------------------------- I V. R E L E A S E 4 . 4 H I G H L I G H T S @@ -250,7 +253,12 @@ None. 16) If your /etc/shorewall/params (or /etc/shorewall6/params) file sends output to Standard Output, you need to be aware that the output will be redirected to Standard Error beginning with - Shorewall 4.4.16. + Shorewall 4.4.16. + +17) Beginning with Shorewall 4.4.17, the EXPORTPARAMS option is + deprecated. With EXPORTPARAMS=No, the variables set by + /etc/shorewall/params (/etc/shorewall6/params) at compile time are + now available in the compiled firewall script. ---------------------------------------------------------------------------- V I. P R O B L E M S C O R R E C T E D A N D N E W F E A T U R E S