A bugfix while sorting dependencies in a transaction (thanks dave).

This commit is contained in:
Juan RP
2012-03-30 01:39:13 +02:00
parent a5f4848d0b
commit 8e0612bb46
3 changed files with 6 additions and 2 deletions

4
NEWS
View File

@@ -1,5 +1,9 @@
xbps-0.15 (???):
* When sorting required dependencies make sure that a pkg with
required version is taken into account, not just the first
one matching its pkgname.
* When resolving required dependencies also find the best pkg
available in repository pool. Thanks to dave for testing!