xbps-remove(8): -n,--dry-run option does not need pkgdb write perms anymore.

This commit is contained in:
Juan RP
2014-05-06 16:25:52 +02:00
parent bbae14f187
commit 26c1e80933
2 changed files with 12 additions and 4 deletions

4
NEWS
View File

@@ -1,5 +1,9 @@
xbps-0.37 (???):
* xbps-remove(8): the -n,--dry-run option does not acquire the pkgdb file lock
anymore, so that any user can use this mode even without write permission to
the target pkgdb.
* xbps-remove(8) -O, --clean-cache is now multithreaded. Gives a performance
boost as the number of threads increases.