diff options
author | Thierry Vignaud <tv@mageia.org> | 2011-12-05 00:02:24 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2011-12-05 00:02:24 +0000 |
commit | eac88366c2e52c9025e1e6bcd16b3777c83e3219 (patch) | |
tree | 4ed06216564bf17fc1518f1b57f560fb9e6ecb53 | |
parent | 3ea97b01a3e427b419278e40717577bf53131bcc (diff) | |
download | urpmi-eac88366c2e52c9025e1e6bcd16b3777c83e3219.tar urpmi-eac88366c2e52c9025e1e6bcd16b3777c83e3219.tar.gz urpmi-eac88366c2e52c9025e1e6bcd16b3777c83e3219.tar.bz2 urpmi-eac88366c2e52c9025e1e6bcd16b3777c83e3219.tar.xz urpmi-eac88366c2e52c9025e1e6bcd16b3777c83e3219.zip |
6.426.42
-rw-r--r-- | META.yml | 2 | ||||
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | urpm.pm | 2 |
3 files changed, 4 insertions, 2 deletions
@@ -1,6 +1,6 @@ --- #YAML:1.0 name: urpmi -version: 6.41 +version: 6.42 abstract: ~ author: [] license: unknown @@ -1,3 +1,5 @@ +Version 6.42 - 05 Nov 2010 + - urpmi.addmedia: o do not pick rsync medium if rsync is not installed (mga#3557) - urpmi.update: @@ -12,7 +12,7 @@ use urpm::sys; use urpm::cfg; use urpm::md5sum; -our $VERSION = '6.41'; +our $VERSION = '6.42'; our @ISA = qw(URPM Exporter); our @EXPORT_OK = ('file_from_local_url', 'file_from_local_medium', 'is_local_medium'); |