utils: implement issue #73 (only pay attention to the first char).

The answer can now just be 'y/Y' to accept it or 'n/N' to deny it.
Close #73
This commit is contained in:
Juan RP
2015-01-11 16:52:04 +01:00
parent 91b7b2fd5a
commit f7142412c9
2 changed files with 10 additions and 33 deletions

4
NEWS
View File

@@ -1,5 +1,9 @@
xbps-0.44 (???):
* 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
* libxbps: use a sane umask(2) while unpacking package files from
binary packages (see https://github.com/voidlinux/void-packages/issues/835)