summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 3f148ceb..fcb26e7a 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,5 @@
+Version 8.128 - 5 November 2022
+
- library:
o fix download with curl 7.86+ when the URL has a query part (mga#31047)
- gurpmi2:
diff --git a/Makefile.PL b/Makefile.PL
index 86cdf8ce..412ee7dd 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -193,7 +193,7 @@ WriteMakefile(
},
'urpmi' => {
file => 'urpmi.pm',
- version => 'v8.127',
+ version => 'v8.128',
},
},
resources => {
diff --git a/urpm.pm b/urpm.pm
index 15d63746..c3380c9a 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.127';
+our $VERSION = 'v8.128';
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 413637d8..e107cdc6 100644
--- a/urpmi.pm
+++ b/urpmi.pm
@@ -4,6 +4,6 @@ use strict;
# Dummy package for CPAN testers
-our $VERSION = '8.127';
+our $VERSION = '8.128';
1;