summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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');