summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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');