diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-08-11 16:25:56 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-08-11 16:25:56 +0000 |
commit | 7426db2f98106c0555121161da8a478e01e4fd0f (patch) | |
tree | 9853fd2b091d2582b260024c2afe2b9c422b305c | |
parent | 57ce115d84224fe8dd75f19490f788fe8acf198c (diff) | |
download | urpmi-7426db2f98106c0555121161da8a478e01e4fd0f.tar urpmi-7426db2f98106c0555121161da8a478e01e4fd0f.tar.gz urpmi-7426db2f98106c0555121161da8a478e01e4fd0f.tar.bz2 urpmi-7426db2f98106c0555121161da8a478e01e4fd0f.tar.xz urpmi-7426db2f98106c0555121161da8a478e01e4fd0f.zip |
4.9.31
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | urpm.pm | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ +Version 4.9.31 - 11 August 2007, by Pascal "Pixel" Rigaux + - urpmi o new option --replacepkgs (same as rpm --replacepkgs) (#16112) o fix --quiet (regression introduced in 4.9.28) @@ -12,7 +12,7 @@ use urpm::sys; use urpm::cfg; use urpm::md5sum; -our $VERSION = '4.9.30'; +our $VERSION = '4.9.31'; our @ISA = qw(URPM Exporter); our @EXPORT_OK = 'file_from_local_url'; |