aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS8
-rw-r--r--URPM.pm2
2 files changed, 9 insertions, 1 deletions
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);