summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2008-09-01 16:46:53 +0000
committerPascal Rigaux <pixel@mandriva.com>2008-09-01 16:46:53 +0000
commit3150b6ce9564375728503d10b0c08c8e5324ff4e (patch)
tree97c80f850d1cf32992666e5b7b050a9e0c9c8f4b
parent5251c049bf76c31627b657e5c25b22c716533931 (diff)
downloadurpmi-6.5.tar
urpmi-6.5.tar.gz
urpmi-6.5.tar.bz2
urpmi-6.5.tar.xz
urpmi-6.5.zip
6.56.5
-rw-r--r--NEWS3
-rw-r--r--urpm.pm2
2 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index a423cca8..ed61b17e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+Version 6.5 - 1 September 2008, Thierry Vignaud
+
- all tools
o use metalink/aria2 by default (when available) when using a mirrorlist
- urpmi, urpmq
@@ -11,7 +13,6 @@
only add media flagged "update"
o handle $URPMI_ADDMEDIA_REASON
(special reason to give to api.mandriva.com/mirrors/... to allow statistics)
-
- gurpmi2
o nicer default window size
o render nicely under matchbox during install
diff --git a/urpm.pm b/urpm.pm
index 9ce54e3e..6945950f 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -12,7 +12,7 @@ use urpm::sys;
use urpm::cfg;
use urpm::md5sum;
-our $VERSION = '6.4';
+our $VERSION = '6.5';
our @ISA = qw(URPM Exporter);
our @EXPORT_OK = ('file_from_local_url', 'file_from_local_medium', 'is_local_medium');