Skip to content

Commit

Permalink
Version bump 7.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
iliajie committed May 14, 2024
1 parent 16918b6 commit af49119
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.19",
"VERSION" => "7.0.20",
"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.20) stable; urgency=high

* Fix saving Virtualmin configuration

-- Ilia Ross <[email protected]> Tue, 14 May 2024 20:30:00 +0300

virtualmin-config (7.0.19) stable; urgency=medium

* Add Ubuntu 24.04 support
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.19
version = 7.0.20
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.19
Version: 7.0.20
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
* Tue May 14 2024 Ilia Ross <[email protected]> 7.0.20
- Fix bug when saving Virtualmin configuration
* Sat Apr 27 2024 Ilia Ross <[email protected]> 7.0.19
- Add Ubuntu 24.04 support, fix Nginx start after reboot, enable DKIM at install time
* Sun Dec 03 2023 Ilia Ross <[email protected]> 7.0.18
Expand Down

0 comments on commit af49119

Please sign in to comment.