Update release documents

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2010-04-07 14:43:50 -07:00
parent 48692f5c4a
commit 9d7d7e06d8
2 changed files with 17 additions and 0 deletions

View File

@ -9,6 +9,10 @@ Changes in Shorewall 4.4.9
4) Added IPv6 mDNS macro. 4) Added IPv6 mDNS macro.
5) Fix find_first_interface_address() error reporting.
6) Fix propagation of zero-valued config variables.
Changes in Shorewall 4.4.8 Changes in Shorewall 4.4.8
1) Correct handling of RATE LIMIT on NAT rules. 1) Correct handling of RATE LIMIT on NAT rules.

View File

@ -224,6 +224,19 @@ 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
corresponding physical interface names. This could cause 'start' or corresponding physical interface names. This could cause 'start' or
'restart' to fail. 'restart' to fail.
2) If find_first_interface_address() was unable to detect an address,
then Shorewall 4.4.8 would issue an obscure message
(startup_error: command not found) and continue.
Now, a meaningful error message is produced and the calling process
stops.
3) If LOG_VERBOSITY=0 in shorewall.conf, then when the compiled script
was executed, messages such as the following would be issued:
/var/lib/shorewall6/.restart: line 65: [: -gt: unary operator
expected
---------------------------------------------------------------------------- ----------------------------------------------------------------------------
I V. K N O W N P R O B L E M S R E M A I N I N G I V. K N O W N P R O B L E M S R E M A I N I N G
---------------------------------------------------------------------------- ----------------------------------------------------------------------------