xbps-remove: fix #95 (xbps-remove -R pkg lists/removes orphans)

This commit is contained in:
Juan RP
2015-05-06 17:21:13 +02:00
parent ee5e2681bb
commit c5d6556c50
3 changed files with 10 additions and 3 deletions

6
NEWS
View File

@@ -1,5 +1,11 @@
xbps-0.45 (???):
* xbps-remove(8): fixed regression while removing recursively packages, don't remove
all package orphans, this task belongs to -o not -R.
This closes #95 (xbps-remove -R pkg lists/removes orphans):
https://github.com/voidlinux/xbps/issues/95
* xbps-uunshare(8): replaced -D, -H and -S with -b src:dest. This bind mounts
src into dir/dest and allows unlimited mounts.