summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2019-05-01 03:15:30 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2019-05-01 03:23:40 +0200
commit069095a54a2b48958c341886e55a31e3efa08e38 (patch)
treee7d2c64320fba335d2317a6f25f67235027de34f
parentef23f63592976d82565ddab12f39683e9602f116 (diff)
downloadurpmi-069095a54a2b48958c341886e55a31e3efa08e38.tar
urpmi-069095a54a2b48958c341886e55a31e3efa08e38.tar.gz
urpmi-069095a54a2b48958c341886e55a31e3efa08e38.tar.bz2
urpmi-069095a54a2b48958c341886e55a31e3efa08e38.tar.xz
urpmi-069095a54a2b48958c341886e55a31e3efa08e38.zip
8.1158.115
-rw-r--r--NEWS9
-rw-r--r--urpm.pm2
2 files changed, 9 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 0416cd98..122b1bc7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,16 @@
+Version 8.115 - 1 May 2019
+
- library:
o fix _rpm_version() when rpm is translated
o use proper versionning (RT#127142)
- testsuite:
o make it work with rpm < 4.14.2 again
-- cpan_testers: update deps
+- cpan_testers:
+ o add missing spec file
+ o make it work with perl < 5.22.0
+ o skip network tests if we don't have a downloader
+ o update deps
+- translations updates
Version 8.114 - 17 September 2018
diff --git a/urpm.pm b/urpm.pm
index dbd85ea4..54c03524 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.114';
+our $VERSION = 'v8.115';
our @ISA = qw(URPM Exporter);
our @EXPORT_OK = ('file_from_local_url', 'file_from_local_medium', 'is_local_medium');