xbps-query: print pkg state in -l, --list-packages mode.

This commit is contained in:
Juan RP
2012-12-20 06:15:56 +01:00
parent 2a7700bc94
commit faf0fd6a08
2 changed files with 26 additions and 3 deletions

11
NEWS
View File

@@ -1,5 +1,16 @@
xbps-0.19.1 (???):
* xbps-query(8): -l, --list-packages option now prints pkg state as follows:
STATE PKGVER DESCRIPTION
Where STATE can be any of the following package states:
ii = installed
uu = unpacked
hr = half-removed
?? = unknown
* xbps-reconfigure(8): fixed regression introduced in 0.19 when processing
all packages with '-a, --all'. Found by pancake.