summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2018-06-14 13:18:24 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2018-06-14 13:18:24 +0200
commit7ccd76bc6d9cde82dd113cca3339c8795ae665f4 (patch)
treec31aa78329403ffc3d9f34fe0530749d357bf74e
parent14e6a0510d7e93cafc724edfbab28910d0ee7ebe (diff)
downloadurpmi-7ccd76bc6d9cde82dd113cca3339c8795ae665f4.tar
urpmi-7ccd76bc6d9cde82dd113cca3339c8795ae665f4.tar.gz
urpmi-7ccd76bc6d9cde82dd113cca3339c8795ae665f4.tar.bz2
urpmi-7ccd76bc6d9cde82dd113cca3339c8795ae665f4.tar.xz
urpmi-7ccd76bc6d9cde82dd113cca3339c8795ae665f4.zip
8.1128.112
-rw-r--r--NEWS5
-rw-r--r--urpm.pm2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 5a7b8439..cb62e467 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Version 8.112 - 14 June 2018
+
+- cpan testers:
+ o add metadata
+ o list needed deps
- urpmi_rpm-find-leaves
o fix running with perl-5.26 (mga#23172)
diff --git a/urpm.pm b/urpm.pm
index cc1825b1..287da457 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 = '8.111';
+our $VERSION = '8.112';
our @ISA = qw(URPM Exporter);
our @EXPORT_OK = ('file_from_local_url', 'file_from_local_medium', 'is_local_medium');