summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2013-05-17 12:35:12 +0000
committerThierry Vignaud <tv@mageia.org>2013-05-17 12:35:12 +0000
commitb67ef914228c998b72f7317734d438b45d23f333 (patch)
treed668f3716bb25ee3f2fc3f0197780f3fcb561ae9
parent2b0c898bec008dee6e725da8348a98a9f8579fd3 (diff)
downloadurpmi-7.27.tar
urpmi-7.27.tar.gz
urpmi-7.27.tar.bz2
urpmi-7.27.tar.xz
urpmi-7.27.zip
7.277.27
-rw-r--r--NEWS2
-rw-r--r--urpm.pm2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 96795d0d..9129262c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+Version 7.27 - 17 May 2013, by Thierry Vignaud
+
- gurpmi2:
o like urpmi/rpmdrake/drakx, display all errors at once at end
instead of forcing users to click in order to continue
diff --git a/urpm.pm b/urpm.pm
index 526b1bb7..607d5f68 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -15,7 +15,7 @@ use urpm::md5sum;
# perl_checker: require urpm::media
# perl_checker: require urpm::parallel
-our $VERSION = '7.26';
+our $VERSION = '7.27';
our @ISA = qw(URPM Exporter);
our @EXPORT_OK = ('file_from_local_url', 'file_from_local_medium', 'is_local_medium');