summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2021-06-05 14:41:57 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2021-06-05 14:42:57 +0200
commit4934309c9e41676c7ce5368371b53d8c1b93d63f (patch)
treee832557dae06504d6645d0ac0f0b8a763f33f0fb
parent278b88dcff6304bb3d86040975bbc72f3655338f (diff)
downloadurpmi-4934309c9e41676c7ce5368371b53d8c1b93d63f.tar
urpmi-4934309c9e41676c7ce5368371b53d8c1b93d63f.tar.gz
urpmi-4934309c9e41676c7ce5368371b53d8c1b93d63f.tar.bz2
urpmi-4934309c9e41676c7ce5368371b53d8c1b93d63f.tar.xz
urpmi-4934309c9e41676c7ce5368371b53d8c1b93d63f.zip
8.1268.126
-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 5b0cfe04..4c199d99 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,5 @@
+Version 8.126 - 5 June 2021
+
- Convert from bdb backend to sqlite when using rpm >= 4.16
Version 8.125 - 17 February 2021
diff --git a/Makefile.PL b/Makefile.PL
index bf355b11..ded2fb64 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -193,7 +193,7 @@ WriteMakefile(
},
'urpmi' => {
file => 'urpmi.pm',
- version => 'v8.125',
+ version => 'v8.126',
},
},
resources => {
diff --git a/urpm.pm b/urpm.pm
index 33d59a9b..5dadcea2 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.125';
+our $VERSION = 'v8.126';
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 e41cb53c..79793088 100644
--- a/urpmi.pm
+++ b/urpmi.pm
@@ -4,6 +4,6 @@ use strict;
# Dummy package for CPAN testers
-our $VERSION = '8.125';
+our $VERSION = '8.126';
1;