diff options
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | urpm.pm | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -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 @@ -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'); |