diff --git a/Shorewall-common/releasenotes.txt b/Shorewall-common/releasenotes.txt index 3022461a8..4ad12a5b8 100644 --- a/Shorewall-common/releasenotes.txt +++ b/Shorewall-common/releasenotes.txt @@ -70,8 +70,8 @@ Problems corrected in 4.0.1. to be generated. This problem occurred with both compilers. 8) Shorewall now starts at reboot after an upgrade from shorewall < - 4.0.0. Previously, Shorewall was not started automatically after an - upgrade using the RPM. + 4.0.0. Previously, Shorewall was not started automatically at + reboot after an upgrade using the RPM. 9) Shorewall-perl now detects dead policy file entries that result when an entry is masked by an earlier entry. Example: diff --git a/Shorewall-perl/Shorewall/Actions.pm b/Shorewall-perl/Shorewall/Actions.pm index f5111068e..d323bbb6b 100644 --- a/Shorewall-perl/Shorewall/Actions.pm +++ b/Shorewall-perl/Shorewall/Actions.pm @@ -55,7 +55,7 @@ our @EXPORT = qw( merge_levels %macros ); our @EXPORT_OK = qw( initialize ); -our $VERSION = 4.00; +our $VERSION = 4.01; # # Used Actions. Each action that is actually used has an entry with value 1. diff --git a/Shorewall-perl/Shorewall/Compiler.pm b/Shorewall-perl/Shorewall/Compiler.pm index ad9181399..4fee33ad4 100644 --- a/Shorewall-perl/Shorewall/Compiler.pm +++ b/Shorewall-perl/Shorewall/Compiler.pm @@ -41,7 +41,7 @@ use Shorewall::Proxyarp; our @ISA = qw(Exporter); our @EXPORT = qw( compiler EXPORT TIMESTAMP DEBUG ); our @EXPORT_OK = qw( $export ); -our $VERSION = 4.00; +our $VERSION = 4.01; our $export; diff --git a/Shorewall-perl/Shorewall/Proc.pm b/Shorewall-perl/Shorewall/Proc.pm index 5fe9523bd..b2bcfbc5f 100644 --- a/Shorewall-perl/Shorewall/Proc.pm +++ b/Shorewall-perl/Shorewall/Proc.pm @@ -42,7 +42,7 @@ our @EXPORT = qw( setup_forwarding ); our @EXPORT_OK = qw( ); -our $VERSION = 4.00; +our $VERSION = 4.01; # # ARP Filtering diff --git a/Shorewall-perl/Shorewall/Providers.pm b/Shorewall-perl/Shorewall/Providers.pm index ea33fe14b..b8319a1df 100644 --- a/Shorewall-perl/Shorewall/Providers.pm +++ b/Shorewall-perl/Shorewall/Providers.pm @@ -35,7 +35,7 @@ use strict; our @ISA = qw(Exporter); our @EXPORT = qw( setup_providers @routemarked_interfaces); our @EXPORT_OK = qw( initialize ); -our $VERSION = 4.00; +our $VERSION = 4.01; use constant { LOCAL_NUMBER => 255, MAIN_NUMBER => 254, diff --git a/Shorewall-perl/Shorewall/Proxyarp.pm b/Shorewall-perl/Shorewall/Proxyarp.pm index 413703909..9d2b9d40c 100644 --- a/Shorewall-perl/Shorewall/Proxyarp.pm +++ b/Shorewall-perl/Shorewall/Proxyarp.pm @@ -35,7 +35,7 @@ our @EXPORT = qw( ); our @EXPORT_OK = qw( initialize ); -our $VERSION = 4.00; +our $VERSION = 4.01; our @proxyarp; diff --git a/Shorewall-perl/Shorewall/Tc.pm b/Shorewall-perl/Shorewall/Tc.pm index d3d42b002..417d5a55b 100644 --- a/Shorewall-perl/Shorewall/Tc.pm +++ b/Shorewall-perl/Shorewall/Tc.pm @@ -39,7 +39,7 @@ use strict; our @ISA = qw(Exporter); our @EXPORT = qw( setup_tc ); our @EXPORT_OK = qw( process_tc_rule initialize ); -our $VERSION = 4.00; +our $VERSION = 4.01; our %tcs = ( T => { chain => 'tcpost', connmark => 0,