summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@mandriva.com>2009-06-19 14:05:34 +0000
committerChristophe Fergeau <cfergeau@mandriva.com>2009-06-19 14:05:34 +0000
commitb3ab34a369fec4d366e90e735170d94c407218ef (patch)
tree43583b6e433332106fda7ea151a4b44715f5a988
parent9cf282df6af6b5ddc9f07f6bd002815aac2306c4 (diff)
downloadurpmi-b3ab34a369fec4d366e90e735170d94c407218ef.tar
urpmi-b3ab34a369fec4d366e90e735170d94c407218ef.tar.gz
urpmi-b3ab34a369fec4d366e90e735170d94c407218ef.tar.bz2
urpmi-b3ab34a369fec4d366e90e735170d94c407218ef.tar.xz
urpmi-b3ab34a369fec4d366e90e735170d94c407218ef.zip
6.25.6 release
-rw-r--r--NEWS7
-rw-r--r--urpm.pm2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 29d6f7e4..e9de8fcf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Version 6.25.6 - 19 June 2009
+
+- urpmi
+ o fix error code and error message when urpmi couldn't (try to) mount
+ a CD/DVD media because of HAL issues
+ o fix handling of proxy settings with aria2
+
Version 6.25.5 - 23 April 2009
- gurpmi:
diff --git a/urpm.pm b/urpm.pm
index 8a99f016..92755539 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -12,7 +12,7 @@ use urpm::sys;
use urpm::cfg;
use urpm::md5sum;
-our $VERSION = '6.25.5';
+our $VERSION = '6.25.6';
our @ISA = qw(URPM Exporter);
our @EXPORT_OK = ('file_from_local_url', 'file_from_local_medium', 'is_local_medium');