NEWS: mention getopt_long changes for all xbps utils.

This commit is contained in:
Juan RP 2015-06-24 10:14:37 +02:00
parent 55e9752aee
commit 148e80d101

4
NEWS
View File

@ -1,5 +1,9 @@
xbps-0.46 (???): xbps-0.46 (???):
* xbps-*: all utilities are now using getopt_long() rather than getopt()
to avoid the differences with glibc and musl when handling arguments.
Thanks to Chris M. Branon for #103.
* xbps_transaction_prepare(): do not release the transaction dictionary * xbps_transaction_prepare(): do not release the transaction dictionary
if it returns ENOSPC, we need it to have access to this data to print if it returns ENOSPC, we need it to have access to this data to print
required/free space. Fixes #101 ((https://github.com/voidlinux/xbps/issues/101) required/free space. Fixes #101 ((https://github.com/voidlinux/xbps/issues/101)