Update release documents

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2010-04-07 14:49:33 -07:00
parent e45af087eb
commit e0e83281b4
3 changed files with 24 additions and 1 deletions

View File

@ -3,7 +3,9 @@ Changes in Shorewall 4.4.8.1
1) Correct handling of a logical interface name in the EXTERNAL column
of proxyarp.
2) Correct find_first_interface_address().
2) Fix find_first_interface_address() error reporting.
3) Fix propagation of zero-valued config variables.
Changes in Shorewall 4.4.8

View File

@ -5,3 +5,19 @@
Corrected in Shorewall 4.4.8.1
2) If find_first_interface_address() cannot determine the address of
the passed interface, the following message is issued and the
process continues:
/usr/share/shorewall/lib.common: line 438:
startup_error: command not found
Corrected in Shorewall 4.4.8.1
3) If LOG_VERBOSITY=0 in shorewall.conf, then when the compiled script
is executed, messages such as the following will be issued:
/var/lib/shorewall6/.restart: line 65: [: -gt: unary operator
expected
Corrected in Shorewall 4.4.8.1

View File

@ -232,6 +232,11 @@ 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
/usr/share/shorewall/lib.common: line 438:
startup_error: command not found
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
4.4.8
1) A CONTINUE rule specifying a log level would cause the compiler to