diff options
| author | Dan Fandrich <danf@mageia.org> | 2025-11-15 13:19:26 -0800 |
|---|---|---|
| committer | Dan Fandrich <danf@mageia.org> | 2025-11-17 11:42:23 -0800 |
| commit | 7b2bf03f7067691542afb6200b3774b9edc28b4c (patch) | |
| tree | c1365d303f2ff6f9de32d96e741982b353ace4f1 | |
| parent | 11f8c6476f39754969b034a86140cecda2e53b88 (diff) | |
| download | mgamirrors-master.tar mgamirrors-master.tar.gz mgamirrors-master.tar.bz2 mgamirrors-master.tar.xz mgamirrors-master.zip | |
| -rw-r--r-- | Changes | 11 | ||||
| -rw-r--r-- | lib/MGA/Mirrors.pm | 2 |
2 files changed, 12 insertions, 1 deletions
@@ -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. |
