aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2024-01-12 03:19:43 -0800
committerDan Fandrich <dan@coneharvesters.com>2024-01-12 03:19:43 -0800
commit51b2171eb24069fded057f495784d2ec73b759ea (patch)
tree49d98cf307d567f3eee1dc7c6db02dea0bd43813
parent4a099bbda3808f8293cc4a92c54db6a3ada7a6f6 (diff)
downloadmgamirrors-0.08.tar
mgamirrors-0.08.tar.gz
mgamirrors-0.08.tar.bz2
mgamirrors-0.08.tar.xz
mgamirrors-0.08.zip
0.080.08
-rw-r--r--Changes15
-rw-r--r--lib/MGA/Mirrors.pm2
2 files changed, 16 insertions, 1 deletions
diff --git a/Changes b/Changes
index 21e5a82..e93aa5d 100644
--- a/Changes
+++ b/Changes
@@ -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.