Document change to params processing

This commit is contained in:
Tom Eastep 2010-12-01 08:16:41 -08:00
parent 0455673bcb
commit 5761bfd7d1
3 changed files with 9 additions and 3 deletions

View File

@ -2909,7 +2909,7 @@ sub get_params() {
if ( /^(.*?)=(.*)$/ ) {
$params{$1} = $2 unless $1 eq '_';
} else {
assert(0);
warning_message "Unrecognized output from 'env' ($_) ignored";
}
}
}

View File

@ -1,6 +1,6 @@
Changes in Shorewall 4.4.16
None.
1) Change assertion into a warning in getparams.
Changes in Shorewall 4.4.15

View File

@ -13,7 +13,13 @@ 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
----------------------------------------------------------------------------
None.
1) If the output of 'env' contained a multi-line value, then
compilation failed with an Internal Error. The code has been
changed so that the compiler now emits a warning and continues:
WARNING: Unrecognized output from 'env' (...) ignored
where ... is the output.
----------------------------------------------------------------------------
I I. K N O W N P R O B L E M S R E M A I N I N G