summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@mandriva.com>2010-03-09 16:41:40 +0000
committerChristophe Fergeau <cfergeau@mandriva.com>2010-03-09 16:41:40 +0000
commitf8228ce65cf556dc5435e80900bfac904db7d6f3 (patch)
tree0a5f10600eb9944e9e0eb60fda01072e0ba902cd
parent7ebbcd8277551d89f0e9b7395efd32866ff54adc (diff)
downloadurpmi-f8228ce65cf556dc5435e80900bfac904db7d6f3.tar
urpmi-f8228ce65cf556dc5435e80900bfac904db7d6f3.tar.gz
urpmi-f8228ce65cf556dc5435e80900bfac904db7d6f3.tar.bz2
urpmi-f8228ce65cf556dc5435e80900bfac904db7d6f3.tar.xz
urpmi-f8228ce65cf556dc5435e80900bfac904db7d6f3.zip
-rw-r--r--NEWS2
-rw-r--r--urpm.pm2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 57e2f13d..2b22aa21 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+Version 6.25.7 - 9 March 2010
+
- urpmi
o don't confuse media/media keys when a package is available from different
media (eg CDROM/network)
diff --git a/urpm.pm b/urpm.pm
index 92755539..b245f3e1 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -12,7 +12,7 @@ use urpm::sys;
use urpm::cfg;
use urpm::md5sum;
-our $VERSION = '6.25.6';
+our $VERSION = '6.25.7';
our @ISA = qw(URPM Exporter);
our @EXPORT_OK = ('file_from_local_url', 'file_from_local_medium', 'is_local_medium');