Skip to content

Commit

Permalink
Version bump 7.0.30
Browse files Browse the repository at this point in the history
  • Loading branch information
iliajie committed Sep 29, 2024
1 parent 23fe015 commit 44b3369
Show file tree
Hide file tree
Showing 4 changed files with 13 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.22",
"VERSION" => "7.0.30",
"test" => {"TESTS" => "t/*.t"}
);

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

* Fix to prevent breaking spinners on user input
* Fix to only show host and time in Usermin dashboard
* Fix to enable plugins we consider default (on re-run)

-- Ilia Ross <[email protected]> Sun, 29 Sep 2024 03:45:00 +0300

virtualmin-config (7.0.22) stable; urgency=medium

* Fix to directly create `systemd` override files
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.22
version = 7.0.30
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.22
Version: 7.0.30
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 Sep 29 2024 Ilia Ross <[email protected]> 7.0.30
- Fix to prevent breaking spinners on user input
* 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
Expand Down

0 comments on commit 44b3369

Please sign in to comment.