xbps-{install,remove}: implemented column/wide output mode.

See https://github.com/voidlinux/xbps/issues/63 for info.

Close #63
This commit is contained in:
Juan RP
2014-10-30 11:23:10 +01:00
parent 3f7cd86d9d
commit b179c16fc0
4 changed files with 170 additions and 55 deletions

5
NEWS
View File

@@ -1,5 +1,10 @@
xbps-0.42 (???):
* xbps-{install,remove}: implemented a column/wide output mode
as requested in #63 (https://github.com/voidlinux/xbps/issues/63).
If the terminal has enough columns it will use this and falling back
to the previous mode otherwise.
* libxbps: replaces the internal redundant dependency sorting step
that was made in xbps_transaction_prepare() with a simple implementation
that fixes 2 bugs and makes xbps 2x faster to resolve dependencies.