From 1ddd3aa42b757a44b800866ab1000a1e69bccca2 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Tue, 24 Mar 2009 15:55:24 +0000 Subject: 3.27 --- NEWS | 8 ++++++++ URPM.pm | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index fa70780..8d928c3 100644 --- a/NEWS +++ b/NEWS @@ -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 diff --git a/URPM.pm b/URPM.pm index c50bd7c..2aa7896 100644 --- a/URPM.pm +++ b/URPM.pm @@ -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); -- cgit v1.2.1