libxbps: abort pkg unpacking as soon as a file cannot be written.

Close #74
This commit is contained in:
Juan RP
2015-01-18 10:22:05 +01:00
parent 9d8e2d0250
commit d11230a29d
2 changed files with 15 additions and 6 deletions

4
NEWS
View File

@@ -1,5 +1,9 @@
xbps-0.44 (???):
* libxbps: abort package unpacking as soon as a file failed
to be written and return a meaningful error; close #74
https://github.com/voidlinux/xbps/issues/74
* Change the xbps utils to just check for the first character when it
asks for confirmation, rather than "yes" or "no". This implements issue #73.
https://github.com/voidlinux/xbps/issues/73