diff options
author | Christophe Fergeau <cfergeau@mandriva.com> | 2009-09-03 13:11:06 +0000 |
---|---|---|
committer | Christophe Fergeau <cfergeau@mandriva.com> | 2009-09-03 13:11:06 +0000 |
commit | e82b57d1d2ad3bffceb7de526d6f30f389d19039 (patch) | |
tree | 81348a184da63b3ef1389b5c3f20dade39648560 | |
parent | 849cb685fb51c3402fce56b14a2432bc40a6300d (diff) | |
download | urpmi-e82b57d1d2ad3bffceb7de526d6f30f389d19039.tar urpmi-e82b57d1d2ad3bffceb7de526d6f30f389d19039.tar.gz urpmi-e82b57d1d2ad3bffceb7de526d6f30f389d19039.tar.bz2 urpmi-e82b57d1d2ad3bffceb7de526d6f30f389d19039.tar.xz urpmi-e82b57d1d2ad3bffceb7de526d6f30f389d19039.zip |
6.28.16.28.1
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | urpm.pm | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ +Version 6.28.1 - 3 September 2009 + - prevent creating empty "/url" (#53097) Version 6.28 - 31 August 2009 @@ -12,7 +12,7 @@ use urpm::sys; use urpm::cfg; use urpm::md5sum; -our $VERSION = '6.28'; +our $VERSION = '6.28.1'; our @ISA = qw(URPM Exporter); our @EXPORT_OK = ('file_from_local_url', 'file_from_local_medium', 'is_local_medium'); |