From 343cae4aed615e45abe76e2bd1358eec71e08b62 Mon Sep 17 00:00:00 2001 From: =?utf8?q?P=C3=A1draig=20Brady?=
Date: Thu, 22 Jan 2026 16:13:26 +0000 Subject: [PATCH] doc: NEWS: minor adjustments * NEWS: Fix typos, and move item to more appropriate section. --- NEWS | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index 41011b2996..2c0b12a20a 100644 --- a/NEWS +++ b/NEWS @@ -44,9 +44,6 @@ GNU coreutils NEWS -*- outline -*- after a failure to allocate memory. [bug introduced in coreutils-9.0] - Programs now port to C23 platforms that strictly check types when - qualifier-generic functions like strchr are used. - ** New Features configure accepts a new --enable-single-binary=hardlinks mode to build the @@ -66,11 +63,11 @@ GNU coreutils NEWS -*- outline -*- ** Changes in behavior - all commands now markup option names in --help and man pages, + All commands now markup option names in --help and man pages, with bold attributes, and hyperlinks into the online manual on gnu.org. The links can be configured with the --enable-manual-url configure option, and the bold highlighting with --disable-bold-man-page-references. - At runtime all markup can be disabled by with the TERM=dumb env var value. + At runtime all markup can be disabled with the TERM=dumb env var value. 'fmt' -w,--width no longer includes '\n' in the width of a line. I.e., the specified width is interpreted to be an _inclusive_ maximum. @@ -121,6 +118,9 @@ GNU coreutils NEWS -*- outline -*- ** Build-related + Programs now port to C23 platforms that strictly check types when + qualifier-generic functions like strchr are used. + 'chcon' and 'runcon' stub binaries will be built on systems without libselinux, when configured using --with-selinux. -- 2.47.3