diff options
-rw-r--r-- | Changes | 15 | ||||
-rw-r--r-- | lib/MGA/Mirrors.pm | 2 |
2 files changed, 16 insertions, 1 deletions
@@ -1,4 +1,19 @@ This file documents the revision history for Perl extension MGA::Mirrors. +0.08 2024-01-12 + - Fix the favicon link (mga#12220) + - Sync the spec file template with Mageia's + - Use the proper name case in the makefile + - Regenerated the scripts with a modern Catalyst + - Choose better defaults in the distrib page + - Add a link to the status page from the index + +0.07 2020-07-05 + - style a little page/nav layout, add favicon + - check mirrors more often + +0.06 2011-03-21 +... + 0.01 2010-09-20 09:23:22 - initial revision, generated by Catalyst diff --git a/lib/MGA/Mirrors.pm b/lib/MGA/Mirrors.pm index 6070358..e3be2bb 100644 --- a/lib/MGA/Mirrors.pm +++ b/lib/MGA/Mirrors.pm @@ -23,7 +23,7 @@ use Catalyst qw/ extends 'Catalyst'; -our $VERSION = '0.07'; +our $VERSION = '0.08'; $VERSION = eval $VERSION; # Configure the application. |