summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Whitaker <mageia@martin-whitaker.me.uk>2023-01-21 10:56:54 +0000
committerMartin Whitaker <mageia@martin-whitaker.me.uk>2023-01-21 10:56:54 +0000
commit75cbcb941eb92f85e1edd1ed173b8204b0d8c300 (patch)
tree57edd7a5e9bb42e9bffccc635a15b5710a3ac4c5
parentf3f7262171c42f3396add139e9202411a1444559 (diff)
downloadurpmi-75cbcb941eb92f85e1edd1ed173b8204b0d8c300.tar
urpmi-75cbcb941eb92f85e1edd1ed173b8204b0d8c300.tar.gz
urpmi-75cbcb941eb92f85e1edd1ed173b8204b0d8c300.tar.bz2
urpmi-75cbcb941eb92f85e1edd1ed173b8204b0d8c300.tar.xz
urpmi-75cbcb941eb92f85e1edd1ed173b8204b0d8c300.zip
8.1298.129
-rw-r--r--Changes2
-rw-r--r--Makefile.PL2
-rw-r--r--urpm.pm2
-rw-r--r--urpmi.pm2
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;