Document the first stage of modules breakup

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2011-02-05 17:58:17 -08:00
parent d99df29995
commit e74ae3b9e1
2 changed files with 17 additions and 1 deletions

View File

@ -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.

View File

@ -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