From d261e71bc08ee69db956b65fd6726582b3692be3 Mon Sep 17 00:00:00 2001 From: Ilia Ross Date: Wed, 25 Dec 2024 19:28:58 +0200 Subject: [PATCH] v7.0.40 --- Makefile.PL | 2 +- debian/changelog | 8 ++++++++ dist.ini | 2 +- virtualmin-config.spec | 4 +++- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index fbbb1cd..e3e1db6 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -18,7 +18,7 @@ my %WriteMakefileArgs = ( "PREREQ_PM" => {"Log::Log4perl" => 0, "Term::ANSIColor" => 0}, "TEST_REQUIRES" => {"ExtUtils::MakeMaker" => 0, "File::Spec" => 0, "Test::More" => 0}, - "VERSION" => "7.0.30", + "VERSION" => "7.0.40", "test" => {"TESTS" => "t/*.t"} ); diff --git a/debian/changelog b/debian/changelog index 47fc980..9a95b70 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +virtualmin-config (7.0.40) stable; urgency=medium + + * Add the ability to configure "Micro" and "Nano" installation types + * Fix to display the "Report Spam" button when listing mail + * Fix to retain the default `mydestination` option in Postfix + + -- Ilia Ross Wed, 25 Dec 2024 19:15:00 +0200 + virtualmin-config (7.0.30) stable; urgency=medium * Fix to prevent breaking spinners on user input diff --git a/dist.ini b/dist.ini index 9b11d75..27aa0b4 100644 --- a/dist.ini +++ b/dist.ini @@ -1,5 +1,5 @@ name = Virtualmin-Config -version = 7.0.30 +version = 7.0.40 author = Joe Cooper license = GPL_3 copyright_holder = Joe Cooper diff --git a/virtualmin-config.spec b/virtualmin-config.spec index ae1930f..f5287b0 100644 --- a/virtualmin-config.spec +++ b/virtualmin-config.spec @@ -1,5 +1,5 @@ Name: virtualmin-config -Version: 7.0.30 +Version: 7.0.40 Release: 1 Summary: Collection of plugins to initialize the configuration of services that Virtualmin manages, and a command line tool called config-system to run them License: GPL+ @@ -64,6 +64,8 @@ rm -rf $RPM_BUILD_ROOT /usr/libexec/webmin/virtual-server/config-system.pl %changelog +* Wed Dec 25 2024 Ilia Ross 7.0.40 +- Fix to support new installation types * Sun Sep 29 2024 Ilia Ross 7.0.30 - Fix to prevent breaking spinners on user input * Sun May 19 2024 Ilia Ross 7.0.22