diff options
author | Thierry Vignaud <tv@mandriva.org> | 2009-04-23 11:59:59 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2009-04-23 11:59:59 +0000 |
commit | 391989e6403bd8b3e342f9b5937d6c73532aafdc (patch) | |
tree | ab88eee883875e0b083d55b53d64c5217a69bef2 | |
parent | 9c8f9738e86a4192a6703576d894d4f9d4d6b479 (diff) | |
download | urpmi-391989e6403bd8b3e342f9b5937d6c73532aafdc.tar urpmi-391989e6403bd8b3e342f9b5937d6c73532aafdc.tar.gz urpmi-391989e6403bd8b3e342f9b5937d6c73532aafdc.tar.bz2 urpmi-391989e6403bd8b3e342f9b5937d6c73532aafdc.tar.xz urpmi-391989e6403bd8b3e342f9b5937d6c73532aafdc.zip |
6.25.56.25.5topic/6.25@258013
-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.5 - 23 April 2009 + - gurpmi: o do not advise to restart in --auto mode o log bad signatures on stderr @@ -12,7 +12,7 @@ use urpm::sys; use urpm::cfg; use urpm::md5sum; -our $VERSION = '6.25.4'; +our $VERSION = '6.25.5'; our @ISA = qw(URPM Exporter); our @EXPORT_OK = ('file_from_local_url', 'file_from_local_medium', 'is_local_medium'); |