From 6b5b63ff3a43e417ad5522163f9a585483275f9f Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 29 Aug 2007 09:32:53 +0000 Subject: 1.76 --- NEWS | 2 ++ URPM.pm | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 4b6e0b1..49714ae 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +Version 1.76 - 28 August 2007, by Pascal "Pixel" Rigaux + - build_transaction_set: new sort algorithm which allow returning sets of circular dependent packages, taking into account obsoleted packages (fixes #31969). It may still fail in presence of conflicts diff --git a/URPM.pm b/URPM.pm index 41d51ac..e40e278 100644 --- a/URPM.pm +++ b/URPM.pm @@ -10,7 +10,7 @@ use URPM::Resolve; use URPM::Signature; our @ISA = qw(DynaLoader); -our $VERSION = '1.75'; +our $VERSION = '1.76'; URPM->bootstrap($VERSION); -- cgit v1.2.1