diff --git a/Makefile.PL b/Makefile.PL index 3a41175..37eb2d0 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.17", + "VERSION" => "7.0.18", "test" => {"TESTS" => "t/*.t"} ); diff --git a/debian/changelog b/debian/changelog index d442e1f..309f31c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +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 + * Fix to enable `mod_include` in Apache + + -- Ilia Ross Sun Dec 03 2023 23:33:36 +0200 + virtualmin-config (7.0.17) stable; urgency=medium * Fix temp directory environmental variable name and improve support for openSUSE diff --git a/dist.ini b/dist.ini index 7c71c27..f4bc93c 100644 --- a/dist.ini +++ b/dist.ini @@ -1,5 +1,5 @@ name = Virtualmin-Config -version = 7.0.17 +version = 7.0.18 author = Joe Cooper license = GPL_3 copyright_holder = Joe Cooper diff --git a/virtualmin-config.spec b/virtualmin-config.spec index d7b6d58..5db7023 100644 --- a/virtualmin-config.spec +++ b/virtualmin-config.spec @@ -1,5 +1,5 @@ Name: virtualmin-config -Version: 7.0.17 +Version: 7.0.18 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 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 - Fix temp directory environmental variable name and improve support for openSUSE * Sun Aug 27 2023 Ilia Ross 7.0.16