From 1857d0c1c83260fc54745d8d2ac029a5ac6e1d9d Mon Sep 17 00:00:00 2001 From: Ilia Ross Date: Sun, 27 Aug 2023 18:42:10 +0300 Subject: [PATCH] 7.0.16 --- Makefile.PL | 2 +- debian/changelog | 5 +++++ dist.ini | 2 +- virtualmin-config.spec | 4 +++- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index f9d08a3..69da33a 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.15", + "VERSION" => "7.0.16", "test" => {"TESTS" => "t/*.t"} ); diff --git a/debian/changelog b/debian/changelog index 577d90f..affdf82 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,8 @@ +virtualmin-config (7.0.16) stable; urgency=medium + * Fix to also disable a new `spamd` service in Debian 12 + + -- Ilia Ross Sun, 27 Aug 2023 18:45:00 +0300 + virtualmin-config (7.0.15) stable; urgency=medium * Add ability to create host default domain with Let's Encrypt SSL diff --git a/dist.ini b/dist.ini index f08dac0..400b23a 100644 --- a/dist.ini +++ b/dist.ini @@ -1,5 +1,5 @@ name = Virtualmin-Config -version = 7.0.15 +version = 7.0.16 author = Joe Cooper license = GPL_3 copyright_holder = Joe Cooper diff --git a/virtualmin-config.spec b/virtualmin-config.spec index 92cb7a1..59b4f2d 100644 --- a/virtualmin-config.spec +++ b/virtualmin-config.spec @@ -1,5 +1,5 @@ Name: virtualmin-config -Version: 7.0.15 +Version: 7.0.16 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 Aug 27 2023 Ilia Ross 7.0.16 +- Fix to also disable a new `spamd` service in Debian 12 * Sun Aug 20 2023 Ilia Ross 7.0.15 - Add ability to create host default domain with Let's Encrypt SSL * Sun Aug 20 2023 Ilia Ross 7.0.14