diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-03-25 13:13:47 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-03-25 13:13:47 +0000 |
commit | b16b288c1d99ce8ff10031e6f122ccef981631c4 (patch) | |
tree | 6a4c5264cc69149f57decbc4f93716f67f5c4ee9 | |
parent | 3b04147b3828ad1e30f7339921a50de59007f329 (diff) | |
download | urpmi-b16b288c1d99ce8ff10031e6f122ccef981631c4.tar urpmi-b16b288c1d99ce8ff10031e6f122ccef981631c4.tar.gz urpmi-b16b288c1d99ce8ff10031e6f122ccef981631c4.tar.bz2 urpmi-b16b288c1d99ce8ff10031e6f122ccef981631c4.tar.xz urpmi-b16b288c1d99ce8ff10031e6f122ccef981631c4.zip |
5.16
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | urpm.pm | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ +Version 5.16 - 25 March 2008, by Pascal "Pixel" Rigaux + - urpmi: o fix getting rpms from different media on same DVD o handle displaying utf8 download progression in non-utf8 terminal @@ -12,7 +12,7 @@ use urpm::sys; use urpm::cfg; use urpm::md5sum; -our $VERSION = '5.15'; +our $VERSION = '5.16'; our @ISA = qw(URPM Exporter); our @EXPORT_OK = ('file_from_local_url', 'file_from_local_medium', 'is_local_medium'); |