diff options
author | Christophe Fergeau <cfergeau@mandriva.com> | 2009-03-24 15:55:24 +0000 |
---|---|---|
committer | Christophe Fergeau <cfergeau@mandriva.com> | 2009-03-24 15:55:24 +0000 |
commit | 1ddd3aa42b757a44b800866ab1000a1e69bccca2 (patch) | |
tree | d66116d367294cf61aedb916715a9cec048f70e2 | |
parent | 6d90b43320cecf65dcc100bfbe7c5a5ce23e8b2e (diff) | |
download | perl-URPM-3.27.tar perl-URPM-3.27.tar.gz perl-URPM-3.27.tar.bz2 perl-URPM-3.27.tar.xz perl-URPM-3.27.zip |
3.273.27
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | URPM.pm | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -1,3 +1,11 @@ +Version 3.27 - 24 March 2009, by Christophe Fergeau + +- don't silently install suggests (bug #47934) +- fix _handle_diff_provides in case of impossible-to-satisfy selected + packages (bug #48223, Anssi Hannula) +- check rep for another pkg providing X if the prev pkg gets removed + due to a conflict (bug #47803, Anssi Hannula) + Version 3.26 - 5 March 2009, by Thierry Vignaud - verify_signature: enable to check signatures against a chrooted rpmdb @@ -10,7 +10,7 @@ use URPM::Resolve; use URPM::Signature; our @ISA = qw(DynaLoader); -our $VERSION = '3.26'; +our $VERSION = '3.27'; URPM->bootstrap($VERSION); |