Skip to content

Commit 0bfd77a

Browse files
committed
8.0.8
1 parent 3d02a43 commit 0bfd77a

4 files changed

Lines changed: 10 additions & 2 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.7",
21+
"VERSION" => "8.0.8",
2222
"test" => {"TESTS" => "t/*.t"}
2323
);
2424

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
virtualmin-config (8.0.8) stable; urgency=medium
2+
3+
* Fix config file locking
4+
5+
-- Ilia Ross <ilia@virtualmin.com> Sat, 10 Jan 2026 01:00:00 +0200
6+
17
virtualmin-config (8.0.7) stable; urgency=medium
28

39
* Fix an issue with misaligned installation progress indicators

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.7
2+
version = 8.0.8
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+
* Sat Jan 10 2026 Ilia Ross <ilia@virtualmin.com> 8.0.8
68+
- Fix config file locking
6769
* Fri Jan 09 2026 Ilia Ross <ilia@virtualmin.com> 8.0.7
6870
- Fix an issue with misaligned installation progress indicators
6971
* Sun Jan 04 2026 Ilia Ross <ilia@virtualmin.com> 8.0.6

0 commit comments

Comments
 (0)