summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Whitaker <mageia@martin-whitaker.me.uk>2019-10-21 17:22:22 +0100
committerMartin Whitaker <mageia@martin-whitaker.me.uk>2019-10-21 17:22:22 +0100
commit2d1f003ce467fc0ac7cfc997b46ea67b67953383 (patch)
tree453e7d44e329b49b6c4d4c00dc7f31b69971681b
parentb4fdc9137e3797c61f735feec430288ecac3ab0f (diff)
downloadurpmi-2d1f003ce467fc0ac7cfc997b46ea67b67953383.tar
urpmi-2d1f003ce467fc0ac7cfc997b46ea67b67953383.tar.gz
urpmi-2d1f003ce467fc0ac7cfc997b46ea67b67953383.tar.bz2
urpmi-2d1f003ce467fc0ac7cfc997b46ea67b67953383.tar.xz
urpmi-2d1f003ce467fc0ac7cfc997b46ea67b67953383.zip
8.1208.120
-rw-r--r--NEWS2
-rw-r--r--urpm.pm2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 4b32a1ab..4e41a4ad 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+Version 8.120 - 21 October 2019
+
- fix test for whether any 32-bit packages are installed
Version 8.119 - 19 October 2019
diff --git a/urpm.pm b/urpm.pm
index 64082c5d..43d11c6f 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.119';
+our $VERSION = 'v8.120';
our @ISA = qw(URPM Exporter);
our @EXPORT_OK = ('file_from_local_url', 'file_from_local_medium', 'is_local_medium');