Document fix for IPSET_MATCH detection.

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2011-06-19 13:35:16 -07:00
parent 94dbfff034
commit d4cacefc58
2 changed files with 7 additions and 1 deletions

View File

@ -2,6 +2,8 @@ Changes in Shorewall 4.4.20.4
1) Have AUTOMAKE follow CONFIG_PATH 1) Have AUTOMAKE follow CONFIG_PATH
2) Be sure to detect IPSET_MATCH before OLD_IPSET_MATCH.
Changes in Shorewall 4.4.20.3 Changes in Shorewall 4.4.20.3
1) Remove deprecated options from the .conf files. 1) Remove deprecated options from the .conf files.

View File

@ -12,13 +12,17 @@ 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 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
---------------------------------------------------------------------------- ----------------------------------------------------------------------------
4.4.20.3 4.4.20.4
1) Previously, AUTOMAKE only searched /etc/shorewall[6] for files 1) Previously, AUTOMAKE only searched /etc/shorewall[6] for files
newer than the current compiled script newer than the current compiled script
(/var/lib/shorewall[6]/firewall). Now it searches the entire (/var/lib/shorewall[6]/firewall). Now it searches the entire
CONFIG_PATH for such files. CONFIG_PATH for such files.
2) With LOAD_HELPERS_ONLY=Yes, the compiler could use the deprectated
--set parameter to the ipset match when --match-set was
appropriate.
4.4.20.3 4.4.20.3
1) Deprecated options have been removed from the .conf files. 1) Deprecated options have been removed from the .conf files.