diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-01-16 14:49:06 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-01-16 14:49:06 +0000 |
commit | 9b33cff5932fa82c17a050064d536f4553618d66 (patch) | |
tree | 855dbe33c32768a85d11254c2fb561c3b9e57380 | |
parent | 38e54730b01e3b10358bd0c82b575a2945cb0008 (diff) | |
download | urpmi-9b33cff5932fa82c17a050064d536f4553618d66.tar urpmi-9b33cff5932fa82c17a050064d536f4553618d66.tar.gz urpmi-9b33cff5932fa82c17a050064d536f4553618d66.tar.bz2 urpmi-9b33cff5932fa82c17a050064d536f4553618d66.tar.xz urpmi-9b33cff5932fa82c17a050064d536f4553618d66.zip |
5.1
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | urpm.pm | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ +Version 5.1 - 16 January 2008, by Pascal "Pixel" Rigaux + - urpmf, urpmq: o fix using xml info files with spaces in medium name - urpmf: @@ -12,7 +12,7 @@ use urpm::sys; use urpm::cfg; use urpm::md5sum; -our $VERSION = '5.0'; +our $VERSION = '5.1'; our @ISA = qw(URPM Exporter); our @EXPORT_OK = 'file_from_local_url'; |