Skip to content

Commit 1e0ee60

Browse files
committed
Version bump 8.0.0
1 parent 889041a commit 1e0ee60

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
lines changed

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" => "7.0.41",
21+
"VERSION" => "8.0.0",
2222
"test" => {"TESTS" => "t/*.t"}
2323
);
2424

debian/changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
virtualmin-config (8.0.0) stable; urgency=medium
2+
3+
* Add support for Virtualmin 8
4+
* Fix to adjust installation types leaving only "full" and "mini"
5+
6+
-- Ilia Ross <[email protected]> Sat, 14 Jun 2025 15:00:00 +0200
7+
18
virtualmin-config (7.0.41) stable; urgency=medium
29

310
* Fix to enable the use of Firewalld rich rules with Fail2ban

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 = 7.0.41
2+
version = 8.0.0
33
author = Joe Cooper <[email protected]>
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 Jun 14 2025 Ilia Ross <[email protected]> 8.0.0
68+
- Fix to adjust installation types and add support for Virtualmin 8
6769
* Mon Jan 27 2025 Ilia Ross <[email protected]> 7.0.41
6870
- Fix to enable the use of Firewalld rich rules with Fail2ban
6971
* Wed Dec 25 2024 Ilia Ross <[email protected]> 7.0.40

0 commit comments

Comments
 (0)