From 75cbcb941eb92f85e1edd1ed173b8204b0d8c300 Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Sat, 21 Jan 2023 10:56:54 +0000 Subject: 8.129 --- Changes | 2 ++ Makefile.PL | 2 +- urpm.pm | 2 +- urpmi.pm | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index 23a5d7af..dddb5315 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,5 @@ +Version 8.129 - 21 January 2023 + - library: o prefer wget to curl as the default downloader (mga#24362) o fix curl options to allow it to follow HTTP redirections (mga#31339) diff --git a/Makefile.PL b/Makefile.PL index 412ee7dd..f04f7d86 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -193,7 +193,7 @@ WriteMakefile( }, 'urpmi' => { file => 'urpmi.pm', - version => 'v8.128', + version => 'v8.129', }, }, resources => { diff --git a/urpm.pm b/urpm.pm index c3380c9a..739282a2 100644 --- a/urpm.pm +++ b/urpm.pm @@ -14,7 +14,7 @@ use urpm::md5sum; # perl_checker: require urpm::media # perl_checker: require urpm::parallel -our $VERSION = 'v8.128'; +our $VERSION = 'v8.129'; our @ISA = qw(URPM Exporter); our @EXPORT_OK = ('file_from_local_url', 'file_from_local_medium', 'is_local_medium'); diff --git a/urpmi.pm b/urpmi.pm index e107cdc6..22f77299 100644 --- a/urpmi.pm +++ b/urpmi.pm @@ -4,6 +4,6 @@ use strict; # Dummy package for CPAN testers -our $VERSION = '8.128'; +our $VERSION = '8.129'; 1; -- cgit v1.2.1