NEWS: sync with reality and simplify.

This commit is contained in:
Juan RP 2015-04-16 10:11:42 +02:00
parent ea364affc8
commit e4284faf05

7
NEWS
View File

@ -1,8 +1,9 @@
xbps-0.45 (???):
* xbps-query(8): if piping or redirecting not a tty, don't enforce any columns limit.
We do not want truncation in that case; this makes it possible to pipe the output
to a pager without truncation.
* libxbps: file descripters are now opened with O_CLOEXEC, to avoid warnings
of leaked file descriptors while running package install/remove scripts.
* xbps-query(8): do not truncate output if stdout is not a tty.
* libfetch: added support for keep-alive connections even if the HTTP server returns
304 (Not Modified). This is a noticable performance improvement for `xbps-install -S`.