Skip to content

Commit e101118

Browse files
committed
8.0.7
1 parent a75f28d commit e101118

4 files changed

Lines changed: 13 additions & 3 deletions

File tree

Makefile.PL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ my %WriteMakefileArgs = (
1818
"PREREQ_PM" => {"Log::Log4perl" => 0, "Term::ANSIColor" => 0},
1919
"TEST_REQUIRES" =>
2020
{"ExtUtils::MakeMaker" => 0, "File::Spec" => 0, "Test::More" => 0},
21-
"VERSION" => "8.0.6",
21+
"VERSION" => "8.0.7",
2222
"test" => {"TESTS" => "t/*.t"}
2323
);
2424

debian/changelog

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
virtualmin-config (8.0.6) stable; urgency=medium
1+
virtualmin-config (8.0.7) stable; urgency=medium
2+
3+
* Fix an issue with misaligned installation progress indicators
4+
* Fix to use the Apache API to apply enabled modules
5+
* Fix to delete previously created config post-install message file
6+
7+
-- Ilia Ross <ilia@virtualmin.com> Fri, 09 Jan 2026 23:00:00 +0200
8+
9+
virtualmin-config (8.0.6) stable; urgency=medium
210

311
* Add support for passing post-configuration messages to the installer
412
* Add ability not to fail if the firewalld package cannot be installed

dist.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = Virtualmin-Config
2-
version = 8.0.6
2+
version = 8.0.7
33
author = Joe Cooper <swelljoe@gmail.com>
44
license = GPL_3
55
copyright_holder = Joe Cooper

virtualmin-config.spec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ rm -rf $RPM_BUILD_ROOT
6464
/usr/libexec/webmin/virtual-server/config-system.pl
6565

6666
%changelog
67+
* Fri Jan 09 2026 Ilia Ross <ilia@virtualmin.com> 8.0.7
68+
- Fix an issue with misaligned installation progress indicators
6769
* Sun Jan 04 2026 Ilia Ross <ilia@virtualmin.com> 8.0.6
6870
- Fix quota configuration for XFS systems and other improvements
6971
* Fri Jan 02 2026 Ilia Ross <ilia@virtualmin.com> 8.0.5

0 commit comments

Comments
 (0)