From e74ae3b9e1a9e232dbafa409e9ba3b00c333f5c8 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Sat, 5 Feb 2011 17:58:17 -0800 Subject: [PATCH] Document the first stage of modules breakup Signed-off-by: Tom Eastep --- Shorewall/changelog.txt | 4 ++++ Shorewall/releasenotes.txt | 14 +++++++++++++- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/Shorewall/changelog.txt b/Shorewall/changelog.txt index 577a00120..7d8bbaef7 100644 --- a/Shorewall/changelog.txt +++ b/Shorewall/changelog.txt @@ -1,3 +1,7 @@ +Changes in Shorewall 4.4.18 + +1) Split up modules file. + Changes in Shorewall 4.4.17 1) Secure helper and modules files for non-root access. diff --git a/Shorewall/releasenotes.txt b/Shorewall/releasenotes.txt index e8cd447e5..c55bf35b1 100644 --- a/Shorewall/releasenotes.txt +++ b/Shorewall/releasenotes.txt @@ -26,7 +26,19 @@ None. I I I. N E W F E A T U R E S I N T H I S R E L E A S E ---------------------------------------------------------------------------- -None. +1) The modules file is now just a driver that INCLUDEs several new + files and one old file: + + - /usr/share/shorewall/modules.essential # Essential modules + - /usr/share/shorewall/modules.xtables # xt_ modules + - /usr/share/shorewall/helpers # Existing file + - /usr/share/shorewall/ipset # ipset modules + - /usr/share/shorewall/modules.tc # Traffic Shaping + - /usr/share/shorewall/modules.extensions # Other extensions + + This should make it easier to configure your own + /etc/shorewall/modules file that won't be obsolete when you upgrade + your Shorewall installation. ---------------------------------------------------------------------------- I V. R E L E A S E 4 . 4 H I G H L I G H T S