diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-11-30 11:28:32 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-11-30 11:28:32 +0000 |
commit | b22c7a9e488542e3bb5d78617d2104b735da1096 (patch) | |
tree | a28afceec4c2f7614dc51295a357acd1284b7f36 | |
parent | 3ccf4fa6a9e2e17fe5bd8bf1b23500cae7379a1e (diff) | |
download | urpmi-b22c7a9e488542e3bb5d78617d2104b735da1096.tar urpmi-b22c7a9e488542e3bb5d78617d2104b735da1096.tar.gz urpmi-b22c7a9e488542e3bb5d78617d2104b735da1096.tar.bz2 urpmi-b22c7a9e488542e3bb5d78617d2104b735da1096.tar.xz urpmi-b22c7a9e488542e3bb5d78617d2104b735da1096.zip |
4.10.17
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | urpm.pm | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ +Version 4.10.17 - 30 November 2007, by Pascal "Pixel" Rigaux + - urpmi: o fix regression introduced in 4.10.15: "urpmi --force valid invalid" should warn about "invalid" but still @@ -12,7 +12,7 @@ use urpm::sys; use urpm::cfg; use urpm::md5sum; -our $VERSION = '4.10.16'; +our $VERSION = '4.10.17'; our @ISA = qw(URPM Exporter); our @EXPORT_OK = 'file_from_local_url'; |