Merge pull request #156 from Gottox/atomic-rindex-a

xbps-rindex: check for consistent shlibs
This commit is contained in:
Enno Boland
2016-03-24 07:11:53 +01:00
14 changed files with 474 additions and 109 deletions

6
NEWS
View File

@@ -27,6 +27,12 @@ xbps-0.52 (???):
* xbps-query(1): fix a bug where the output of -o became mixed up
when running on multiple cores.
* xbps-rindex: changes introducing inconsistent shlib dependencies will be
moved to a stage area and moved to the main repo once all inconsistencies
are resolved. Implemented by Enno Boland (@Gottox).
* libxbps: if a local repository is opened also include the stage area.
xbps-0.51 (2015-12-12):
* zsh completion: added -U/--unpack-only support for xbps-install(1).