From 51b2171eb24069fded057f495784d2ec73b759ea Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Fri, 12 Jan 2024 03:19:43 -0800 Subject: 0.08 --- Changes | 15 +++++++++++++++ lib/MGA/Mirrors.pm | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) 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. -- cgit v1.2.1