xbps-query(8): added --fulldeptree to print a full dependency tree with -x.

This fixes the regression introduced in 0.37 with -xx; -xx is not supported
anymore, use `--fulldeptree -x`.
This commit is contained in:
Juan RP
2014-08-19 13:14:37 +02:00
parent 4257f0b914
commit d7c7783ac2
5 changed files with 171 additions and 100 deletions

3
NEWS
View File

@@ -1,5 +1,8 @@
xbps-0.38 (???):
* xbps-query(8): added --fulldeptree long option to print a full dependency
tree for a package; this supersedes -xx which was broken since 0.37.
* xbps-query(8): fix a segfault with -Rf when there's no network connectivity.
Reported by Gottox.