Skip to content

Commit 295e180

Browse files
committed
8.1.4
1 parent df2dc5d commit 295e180

3 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
@@ -17,7 +17,7 @@ my %WriteMakefileArgs = (
1717
"PREREQ_PM" => {"Log::Log4perl" => 0, "Term::ANSIColor" => 0},
1818
"TEST_REQUIRES" =>
1919
{"ExtUtils::MakeMaker" => 0, "File::Spec" => 0, "Test::More" => 0},
20-
"VERSION" => "8.1.3",
20+
"VERSION" => "8.1.4",
2121
"test" => {"TESTS" => "t/*.t"}
2222
);
2323

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
virtualmin-config (8.1.4) stable; urgency=medium
2+
3+
* Fix to disable automatic external updates
4+
5+
-- Ilia Ross <ilia@virtualmin.com> Tue, 17 Mar 2026 20:00:00 +0200
6+
17
virtualmin-config (8.1.3) stable; urgency=medium
28

39
* Add logic to update Webmin temporary directory when using tmpfs filesystems

virtualmin-config.spec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: virtualmin-config
2-
Version: 8.1.3
2+
Version: 8.1.4
33
Release: 1
44
Summary: Collection of plugins to initialize the configuration of services that Virtualmin manages, and a command line tool called config-system to run them
55
License: GPL+
@@ -64,6 +64,8 @@ rm -rf $RPM_BUILD_ROOT
6464
/usr/libexec/webmin/virtual-server/config-system.pl
6565

6666
%changelog
67+
* Tue Mar 17 2026 Ilia Ross <ilia@virtualmin.com> 8.1.4
68+
- Fix to disable automatic external updates
6769
* Sun Mar 01 2026 Ilia Ross <ilia@virtualmin.com> 8.1.3
6870
- Add logic to update Webmin temporary directory when using tmpfs filesystems
6971
* Mon Feb 16 2026 Ilia Ross <ilia@virtualmin.com> 8.1.2

0 commit comments

Comments
 (0)