diff --git a/Makefile.PL b/Makefile.PL index 3d0362f..fbbb1cd 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.22", + "VERSION" => "7.0.30", "test" => {"TESTS" => "t/*.t"} ); diff --git a/debian/changelog b/debian/changelog index 9166e3d..47fc980 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +virtualmin-config (7.0.30) stable; urgency=medium + + * Fix to prevent breaking spinners on user input + * Fix to only show host and time in Usermin dashboard + * Fix to enable plugins we consider default (on re-run) + + -- Ilia Ross Sun, 29 Sep 2024 03:45:00 +0300 + virtualmin-config (7.0.22) stable; urgency=medium * Fix to directly create `systemd` override files diff --git a/dist.ini b/dist.ini index 1e43825..9b11d75 100644 --- a/dist.ini +++ b/dist.ini @@ -1,5 +1,5 @@ name = Virtualmin-Config -version = 7.0.22 +version = 7.0.30 author = Joe Cooper license = GPL_3 copyright_holder = Joe Cooper diff --git a/virtualmin-config.spec b/virtualmin-config.spec index bf1979c..ae1930f 100644 --- a/virtualmin-config.spec +++ b/virtualmin-config.spec @@ -1,5 +1,5 @@ Name: virtualmin-config -Version: 7.0.22 +Version: 7.0.30 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 +* 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 - Fix to directly create systemd override files * Tue May 14 2024 Ilia Ross 7.0.21