diff --git a/Shorewall/changelog.txt b/Shorewall/changelog.txt index 85ab1ddb9..f10064cf3 100644 --- a/Shorewall/changelog.txt +++ b/Shorewall/changelog.txt @@ -1,4 +1,10 @@ -Changes in Shorewall 4.4.18 +Changes in Shorewall 4.4.18 Beta 2 + +1) Fix the 'local' Provider option in IPv6 + +2) Remove hardcoded 0.0.0.0/0 from Providers.pm + +Changes in Shorewall 4.4.18 Beta 1 1) Split up modules file. diff --git a/Shorewall/releasenotes.txt b/Shorewall/releasenotes.txt index 59e1b4409..34d386b4a 100644 --- a/Shorewall/releasenotes.txt +++ b/Shorewall/releasenotes.txt @@ -13,6 +13,14 @@ 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.18 Beta 2 + +1) Previously, the 'local' option in /etc/shorewall6/providers would + produce an 'ip route add' command containing an IPv4 address. It now + correctly uses the equivalent IPv6 address. + +4.4.18 Beta 1 + None. ----------------------------------------------------------------------------