NEWS: sync with reality and simplify.
This commit is contained in:
parent
ea364affc8
commit
e4284faf05
7
NEWS
7
NEWS
@ -1,8 +1,9 @@
|
|||||||
xbps-0.45 (???):
|
xbps-0.45 (???):
|
||||||
|
|
||||||
* xbps-query(8): if piping or redirecting not a tty, don't enforce any columns limit.
|
* libxbps: file descripters are now opened with O_CLOEXEC, to avoid warnings
|
||||||
We do not want truncation in that case; this makes it possible to pipe the output
|
of leaked file descriptors while running package install/remove scripts.
|
||||||
to a pager without truncation.
|
|
||||||
|
* 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
|
* 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`.
|
304 (Not Modified). This is a noticable performance improvement for `xbps-install -S`.
|
||||||
|
Loading…
Reference in New Issue
Block a user