From 8b70effd045c9e2302ecd0b6bd8599bd1d752770 Mon Sep 17 00:00:00 2001 From: Ilia Ross Date: Sat, 27 Apr 2024 22:45:18 +0300 Subject: [PATCH] Version 7.0.19 bump --- Makefile.PL | 2 +- debian/changelog | 7 +++++++ dist.ini | 2 +- virtualmin-config.spec | 4 +++- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index 37eb2d0..ad30b7b 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.18", + "VERSION" => "7.0.19", "test" => {"TESTS" => "t/*.t"} ); diff --git a/debian/changelog b/debian/changelog index 309f31c..eaf6374 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +virtualmin-config (7.0.19) stable; urgency=medium + * Add Ubuntu 24.04 support + * Fix Nginx start correctly after reboot + * Enable DKIM at install time + + -- Ilia Ross Say Apr 27 2024 22:43:41 +0300 + virtualmin-config (7.0.18) stable; urgency=medium * Fix ProFTPd chroot jail work when a user logs in via SFTP * Fix to enable quotas using `grubby` command diff --git a/dist.ini b/dist.ini index f4bc93c..b425c0b 100644 --- a/dist.ini +++ b/dist.ini @@ -1,5 +1,5 @@ name = Virtualmin-Config -version = 7.0.18 +version = 7.0.19 author = Joe Cooper license = GPL_3 copyright_holder = Joe Cooper diff --git a/virtualmin-config.spec b/virtualmin-config.spec index 5db7023..83cc534 100644 --- a/virtualmin-config.spec +++ b/virtualmin-config.spec @@ -1,5 +1,5 @@ Name: virtualmin-config -Version: 7.0.18 +Version: 7.0.19 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 +* Sat Apr 27 2024 Ilia Ross 7.0.19 +- Add Ubuntu 24.04 support, fix Nginx start after reboot, enable DKIM at install time * Sun Dec 03 2023 Ilia Ross 7.0.18 - Fix ProFTPd chroot jail, enable quotas in RHEL 9.3+ and mod_include in Apache * Wed Sep 20 2023 Ilia Ross 7.0.17