summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2015-08-27 08:05:04 -0400
committerThierry Vignaud <thierry.vignaud@gmail.com>2015-08-27 08:05:04 -0400
commit30b703894f98a9e4f2ec0836f2eb85788cf75e48 (patch)
tree24f79071c014584e7312c12ada7ed353ae572019
parent92175ef1cba270686146f34fef6a4b734cc279bc (diff)
parentdaa377cf6a562b5462c6c52674362f9898dfe4a3 (diff)
downloadurpmi-30b703894f98a9e4f2ec0836f2eb85788cf75e48.tar
urpmi-30b703894f98a9e4f2ec0836f2eb85788cf75e48.tar.gz
urpmi-30b703894f98a9e4f2ec0836f2eb85788cf75e48.tar.bz2
urpmi-30b703894f98a9e4f2ec0836f2eb85788cf75e48.tar.xz
urpmi-30b703894f98a9e4f2ec0836f2eb85788cf75e48.zip
Merge tag '8.06' into HEAD
-rw-r--r--NEWS5
-rw-r--r--urpm.pm2
2 files changed, 4 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 8970833b..7c4915f0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,6 @@
-- testsuite:
- o misc enhancements & cleanups
+Version 8.06 - 18 May 2015
+
+- updated translations
Version 8.05 - 18 March 2015
diff --git a/urpm.pm b/urpm.pm
index 4378108c..6f6ac5c8 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 = '8.05';
+our $VERSION = '8.06';
our @ISA = qw(URPM Exporter);
our @EXPORT_OK = ('file_from_local_url', 'file_from_local_medium', 'is_local_medium');