diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-03-17 14:14:18 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-03-17 14:14:18 +0000 |
commit | 725b71ba4a2e322b58f05605d9d973c1d8e31d35 (patch) | |
tree | 19195f8e9e7184ab8fc3bacdba68c5f6c57f0281 | |
parent | 1835d6d28eb9688683ded6b8fa29ee841f57f454 (diff) | |
download | urpmi-725b71ba4a2e322b58f05605d9d973c1d8e31d35.tar urpmi-725b71ba4a2e322b58f05605d9d973c1d8e31d35.tar.gz urpmi-725b71ba4a2e322b58f05605d9d973c1d8e31d35.tar.bz2 urpmi-725b71ba4a2e322b58f05605d9d973c1d8e31d35.tar.xz urpmi-725b71ba4a2e322b58f05605d9d973c1d8e31d35.zip |
5.13
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | urpm.pm | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ +Version 5.13 - 17 March 2008, by Pascal "Pixel" Rigaux + - gurpmi: o handle provides (spotted by salem) o handle -p and -P like urpmi @@ -12,7 +12,7 @@ use urpm::sys; use urpm::cfg; use urpm::md5sum; -our $VERSION = '5.12'; +our $VERSION = '5.13'; our @ISA = qw(URPM Exporter); our @EXPORT_OK = ('file_from_local_url', 'file_from_local_medium', 'is_local_medium'); |