Skip to content

Commit

Permalink
v7.0.22
Browse files Browse the repository at this point in the history
Fix to directly create `systemd` override files 0663e6c#commitcomment-142179652
  • Loading branch information
iliajie committed May 19, 2024
1 parent ccb6404 commit 8e1e896
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -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.21",
"VERSION" => "7.0.22",
"test" => {"TESTS" => "t/*.t"}
);

Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
virtualmin-config (7.0.22) stable; urgency=medium

* Fix to directly create `systemd` override files

-- Ilia Ross <[email protected]> Sun, 19 May 2024 20:40:00 +0300

virtualmin-config (7.0.21) stable; urgency=high

* Fix to save Virtualmin configuration reliably
Expand Down
2 changes: 1 addition & 1 deletion dist.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = Virtualmin-Config
version = 7.0.21
version = 7.0.22
author = Joe Cooper <[email protected]>
license = GPL_3
copyright_holder = Joe Cooper
Expand Down
4 changes: 3 additions & 1 deletion virtualmin-config.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: virtualmin-config
Version: 7.0.21
Version: 7.0.22
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+
Expand Down Expand Up @@ -64,6 +64,8 @@ rm -rf $RPM_BUILD_ROOT
/usr/libexec/webmin/virtual-server/config-system.pl

%changelog
* Sun May 19 2024 Ilia Ross <[email protected]> 7.0.22
- Fix to directly create systemd override files
* Tue May 14 2024 Ilia Ross <[email protected]> 7.0.21
- Fix to save Virtualmin configuration reliably
* Tue May 14 2024 Ilia Ross <[email protected]> 7.0.20
Expand Down

0 comments on commit 8e1e896

Please sign in to comment.