Skip to content

Commit

Permalink
v7.0.40
Browse files Browse the repository at this point in the history
  • Loading branch information
iliajie committed Dec 25, 2024
1 parent ed25022 commit d261e71
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.30",
"VERSION" => "7.0.40",
"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.40) stable; urgency=medium

* Add the ability to configure "Micro" and "Nano" installation types
* Fix to display the "Report Spam" button when listing mail
* Fix to retain the default `mydestination` option in Postfix

-- Ilia Ross <[email protected]> Wed, 25 Dec 2024 19:15:00 +0200

virtualmin-config (7.0.30) stable; urgency=medium

* Fix to prevent breaking spinners on user input
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.30
version = 7.0.40
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.30
Version: 7.0.40
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
* Wed Dec 25 2024 Ilia Ross <[email protected]> 7.0.40
- Fix to support new installation types
* 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
Expand Down

0 comments on commit d261e71

Please sign in to comment.