diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2024-01-12 03:19:43 -0800 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2024-01-12 03:19:43 -0800 |
commit | 51b2171eb24069fded057f495784d2ec73b759ea (patch) | |
tree | 49d98cf307d567f3eee1dc7c6db02dea0bd43813 | |
parent | 4a099bbda3808f8293cc4a92c54db6a3ada7a6f6 (diff) | |
download | mgamirrors-51b2171eb24069fded057f495784d2ec73b759ea.tar mgamirrors-51b2171eb24069fded057f495784d2ec73b759ea.tar.gz mgamirrors-51b2171eb24069fded057f495784d2ec73b759ea.tar.bz2 mgamirrors-51b2171eb24069fded057f495784d2ec73b759ea.tar.xz mgamirrors-51b2171eb24069fded057f495784d2ec73b759ea.zip |
0.080.08
-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. |