aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Changes11
-rw-r--r--lib/MGA/Mirrors.pm2
2 files changed, 12 insertions, 1 deletions
diff --git a/Changes b/Changes
index e93aa5d..5ac200b 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,16 @@
This file documents the revision history for Perl extension MGA::Mirrors.
+0.09 2025-11-17
+ - Fix some typos
+ - Make line width on graph proportional to bandwidth
+ - Add more bandwidths to getStrokeWeight()
+ - Use https:// where applicable
+ - Increase timeout when connecting to remote servers
+ - Suppress error messages from rsync
+ - Switch the mirrors graph to SVG
+ - Remove an error on the already-broken Google Maps page
+ - Suppress a maps API error
+
0.08 2024-01-12
- Fix the favicon link (mga#12220)
- Sync the spec file template with Mageia's
diff --git a/lib/MGA/Mirrors.pm b/lib/MGA/Mirrors.pm
index e3be2bb..a13649d 100644
--- a/lib/MGA/Mirrors.pm
+++ b/lib/MGA/Mirrors.pm
@@ -23,7 +23,7 @@ use Catalyst qw/
extends 'Catalyst';
-our $VERSION = '0.08';
+our $VERSION = '0.09';
$VERSION = eval $VERSION;
# Configure the application.