Added support to verify reverse dependencies in a transaction.

See https://plus.google.com/106812073015308749022/posts/ZXMHimd8iKd
This commit is contained in:
Juan RP
2013-06-27 16:52:31 +02:00
parent 4494e0554d
commit 505a933097
8 changed files with 204 additions and 13 deletions

5
NEWS
View File

@@ -1,5 +1,10 @@
xbps-0.25 (???):
* Added support to validate reverse dependencies when updating packages.
Such example would be updating pkg X to 2.0 when an installed package
depends on pkg X < 2.0; abort transaction when such condition is
detected; this also works with virtual packages.
* Dropped requirement of confuse when using the libxbps API.
* Dropped support for external libfetch and proplib; the included copies