From d4cacefc58c5ee45d5616c47d490e6fa1fc0fb94 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Sun, 19 Jun 2011 13:35:16 -0700 Subject: [PATCH] Document fix for IPSET_MATCH detection. Signed-off-by: Tom Eastep --- Shorewall/changelog.txt | 2 ++ Shorewall/releasenotes.txt | 6 +++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Shorewall/changelog.txt b/Shorewall/changelog.txt index 4b832ca7f..b4d2c119e 100644 --- a/Shorewall/changelog.txt +++ b/Shorewall/changelog.txt @@ -2,6 +2,8 @@ Changes in Shorewall 4.4.20.4 1) Have AUTOMAKE follow CONFIG_PATH +2) Be sure to detect IPSET_MATCH before OLD_IPSET_MATCH. + Changes in Shorewall 4.4.20.3 1) Remove deprecated options from the .conf files. diff --git a/Shorewall/releasenotes.txt b/Shorewall/releasenotes.txt index f3cfa23fb..4dded7756 100644 --- a/Shorewall/releasenotes.txt +++ b/Shorewall/releasenotes.txt @@ -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 ---------------------------------------------------------------------------- -4.4.20.3 +4.4.20.4 1) Previously, AUTOMAKE only searched /etc/shorewall[6] for files newer than the current compiled script (/var/lib/shorewall[6]/firewall). Now it searches the entire 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 1) Deprecated options have been removed from the .conf files.