diff options
author | Christophe Fergeau <cfergeau@mandriva.com> | 2010-03-09 16:41:40 +0000 |
---|---|---|
committer | Christophe Fergeau <cfergeau@mandriva.com> | 2010-03-09 16:41:40 +0000 |
commit | f8228ce65cf556dc5435e80900bfac904db7d6f3 (patch) | |
tree | 0a5f10600eb9944e9e0eb60fda01072e0ba902cd | |
parent | 7ebbcd8277551d89f0e9b7395efd32866ff54adc (diff) | |
download | urpmi-topic/6.25.tar urpmi-topic/6.25.tar.gz urpmi-topic/6.25.tar.bz2 urpmi-topic/6.25.tar.xz urpmi-topic/6.25.zip |
6.25.7topic/6.25
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | urpm.pm | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -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) @@ -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'); |