diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-10-23 14:51:44 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-10-23 14:51:44 +0000 |
commit | 8126fa9e771ed54553b9ddef15a5577e55e3b621 (patch) | |
tree | 5f0760cf55644938fcc9ba7896a99a200de5be4c | |
parent | 50f0213fb3ca43669178f0344c2c012de74c6dec (diff) | |
download | urpmi-8126fa9e771ed54553b9ddef15a5577e55e3b621.tar urpmi-8126fa9e771ed54553b9ddef15a5577e55e3b621.tar.gz urpmi-8126fa9e771ed54553b9ddef15a5577e55e3b621.tar.bz2 urpmi-8126fa9e771ed54553b9ddef15a5577e55e3b621.tar.xz urpmi-8126fa9e771ed54553b9ddef15a5577e55e3b621.zip |
6.14.10
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | urpm.pm | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ +Version 6.14.10 - 23 October 2008 + - urpmi, gurpmi o retry once on aria2 versioned-file download failure @@ -12,7 +12,7 @@ use urpm::sys; use urpm::cfg; use urpm::md5sum; -our $VERSION = '6.14.9'; +our $VERSION = '6.14.10'; our @ISA = qw(URPM Exporter); our @EXPORT_OK = ('file_from_local_url', 'file_from_local_medium', 'is_local_medium'); |