libxbps: ignore updates for pkgs with held deps. Close #143

This commit is contained in:
Juan RP
2016-02-06 09:03:54 +01:00
parent 27e36fcbf9
commit 067687ce28
3 changed files with 9 additions and 3 deletions

3
NEWS
View File

@@ -1,5 +1,8 @@
xbps-0.52 (???):
* libxbps: ignore updates for packages that have held dependencies.
Fixes #143. See https://github.com/voidlinux/xbps/issues/143
* xbps-install(1): in dry-run mode, do not stop after processing a package
that is already up-to-date. Fixes #145.
See https://github.com/voidlinux/xbps/issues/145