summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2015-08-27 08:01:17 -0400
committerThierry Vignaud <thierry.vignaud@gmail.com>2015-08-27 08:01:17 -0400
commit8cf38512be22d2f18143fe318a746d320ce76cde (patch)
tree9c28b77b64bfc56238d4db15915de272a8041992
parent8528697f7a1209761058dcb15897dab8bc87b158 (diff)
parentdaa377cf6a562b5462c6c52674362f9898dfe4a3 (diff)
downloadurpmi-8cf38512be22d2f18143fe318a746d320ce76cde.tar
urpmi-8cf38512be22d2f18143fe318a746d320ce76cde.tar.gz
urpmi-8cf38512be22d2f18143fe318a746d320ce76cde.tar.bz2
urpmi-8cf38512be22d2f18143fe318a746d320ce76cde.tar.xz
urpmi-8cf38512be22d2f18143fe318a746d320ce76cde.zip
Merge tag '8.06'
-rw-r--r--NEWS4
-rw-r--r--urpm.pm2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 9df6e000..ff23a4c6 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,10 @@
(was ignored since rpm-4.9.0)
o test that %pretrans do fail installtion (needs rpm-4.13)
+Version 8.06 - 18 May 2015
+
+- updated translations
+
Version 8.05 - 18 March 2015
- gurpmi:
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');