diff --git a/STABLE2/changelog.txt b/STABLE2/changelog.txt index b2d6ec8ff..bae24020a 100644 --- a/STABLE2/changelog.txt +++ b/STABLE2/changelog.txt @@ -103,3 +103,5 @@ Changes in 2.0.13 Changes in 2.0.14 1) Log drops due to policy rate limiting. + +2) Fix typo in interfaces file. diff --git a/STABLE2/interfaces b/STABLE2/interfaces index 64c02ee22..01ed6f353 100644 --- a/STABLE2/interfaces +++ b/STABLE2/interfaces @@ -29,7 +29,7 @@ # # BROADCAST The broadcast address for the subnetwork to which the # interface belongs. For P-T-P interfaces, this -# column is left black.If the interface has multiple +# column is left blank.If the interface has multiple # addresses on multiple subnets then list the broadcast # addresses as a comma-separated list. # diff --git a/STABLE2/releasenotes.txt b/STABLE2/releasenotes.txt index e4dccbec8..df44b51f8 100644 --- a/STABLE2/releasenotes.txt +++ b/STABLE2/releasenotes.txt @@ -255,3 +255,7 @@ New Features in 2.0.14 exceeded the specified rate was silently dropped. Now, if a log level is given in the entry (LEVEL column) then drops are logged at that level at a rate of 5/min with a burst of 5. +----------------------------------------------------------------------- +Problems corrected in 2.0.14 + +1) A typo in the /etc/shorewall/interfaces file has been fixed.