diff --git a/Shorewall-perl/Shorewall/Config.pm b/Shorewall-perl/Shorewall/Config.pm index b34c585ac..48d03985f 100644 --- a/Shorewall-perl/Shorewall/Config.pm +++ b/Shorewall-perl/Shorewall/Config.pm @@ -64,7 +64,7 @@ our %globals = ( SHAREDIR => '/usr/share/shorewall' , CONFDIR => '/etc/shorewall', SHAREDIRPL => '/usr/share/shorewall-perl/', LOGPARMS => '', - VERSION => '3.9.2', + VERSION => '3.9.4', ); # diff --git a/Shorewall-perl/Shorewall/Rules.pm b/Shorewall-perl/Shorewall/Rules.pm index d0fcf217e..27d937d4d 100644 --- a/Shorewall-perl/Shorewall/Rules.pm +++ b/Shorewall-perl/Shorewall/Rules.pm @@ -650,6 +650,7 @@ sub setup_mac_lists( $ ) { progress_message " $doing MAC Verification for @maclist_interfaces -- Phase $phase..."; if ( $phase == 1 ) { + save_progress_message "Setting up MAC Verification" if @maclist_interfaces; for my $interface ( @maclist_interfaces ) { diff --git a/Shorewall-perl/install.sh b/Shorewall-perl/install.sh index c6d5359d5..4760ed0c8 100755 --- a/Shorewall-perl/install.sh +++ b/Shorewall-perl/install.sh @@ -22,7 +22,7 @@ # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA # -VERSION=3.9.3 +VERSION=3.9.4 usage() # $1 = exit status {