diff --git a/Shorewall-common/changelog.txt b/Shorewall-common/changelog.txt index 325dc0d80..dcf5f814b 100644 --- a/Shorewall-common/changelog.txt +++ b/Shorewall-common/changelog.txt @@ -1,3 +1,7 @@ +Changes in 4.0.0 Beta 3 + +1) Fix the 'Modules' output of 'dump' + Changes in 4.0.0 Beta 2 1) Fix screwup in get_routed_networks(). diff --git a/Shorewall-common/lib.cli b/Shorewall-common/lib.cli index 590cb27e5..bf10159e9 100644 --- a/Shorewall-common/lib.cli +++ b/Shorewall-common/lib.cli @@ -698,7 +698,7 @@ dump_command() { if qt mywhich lsmod; then heading "Modules" - lsmod | grep -E '^ip_|^ipt_|^iptable_' + lsmod | grep -E '^(ip_|ipt_|iptable_|nf_|xt_)' | sort fi determine_capabilities diff --git a/Shorewall-common/releasenotes.txt b/Shorewall-common/releasenotes.txt index 21e65541e..dd0e31a0b 100644 --- a/Shorewall-common/releasenotes.txt +++ b/Shorewall-common/releasenotes.txt @@ -1,4 +1,4 @@ -Shorewall 4.0.0 Beta 2 +Shorewall 4.0.0 Beta 3 ---------------------------------------------------------------------------- R E L E A S E H I G H L I G H T S ---------------------------------------------------------------------------- @@ -15,20 +15,14 @@ Shorewall 4.0.0 Beta 2 You must install Shorewall and at least one of the compiler packages (you may install them both). -Problems corrected in 4.0.0 Beta 1. +Problems corrected in 4.0.0 Beta 3. -1) If an interfaces named in the SOURCE column of /etc/shorewall/masq had a - default route, an iptables-restore failure previously resulted. +1) The 'Modules' output of the 'shorewall[-lite] dump command now + works correctly with 2.6.20 and later Kernels. -2) Specifying a BURST/LIMIT in the policy file no longer causes - iptables-restore to fail. Additionally, the BURST/LIMIT column is - more carefully checked than previously. +Other changes in Shorewall 4.0.0 Beta 3. -Other changes in Shorewall 4.0.0 Beta 2. - -1) The 'initdone' extension script has been restored as a compile-time - script. The 'maclog' extension script has been converted from a - run-time script to a compile-time script. +None. Migration Considerations: