diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-08-14 13:15:05 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-08-14 13:15:05 +0000 |
commit | 7905ff088c3af0ae26f9bebd0174f14d7d208911 (patch) | |
tree | 64c35a254b9cbe9265a85a0f1a4dcbe95ac66ba1 | |
parent | 93dbe3c95abf123bdb69de99ee21ab79b944dec9 (diff) | |
download | urpmi-6.4.tar urpmi-6.4.tar.gz urpmi-6.4.tar.bz2 urpmi-6.4.tar.xz urpmi-6.4.zip |
6.46.4
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | urpm.pm | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ +Version 6.4 - 14 August 2008, Thierry Vignaud + - gurpmi o fix exit code if canceling when requested to select a choice o fix exit code if refusing to insert the proper media @@ -12,7 +12,7 @@ use urpm::sys; use urpm::cfg; use urpm::md5sum; -our $VERSION = '6.3'; +our $VERSION = '6.4'; our @ISA = qw(URPM Exporter); our @EXPORT_OK = ('file_from_local_url', 'file_from_local_medium', 'is_local_medium'); |