From e4284faf05ffe014c1737d0c7abddd8a83d5dae5 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 16 Apr 2015 10:11:42 +0200 Subject: [PATCH] NEWS: sync with reality and simplify. --- NEWS | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 40c92ea9..66cf5afd 100644 --- a/NEWS +++ b/NEWS @@ -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`.