From: Jim Meyering Date: Wed, 13 Feb 2002 13:59:39 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-2_0_21~79 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9e2f2e9f31e49ae249abf1046cb14a6c429e1f80;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/textutils/NEWS b/old/textutils/NEWS index fedccdcfb3..7cbaa5a146 100644 --- a/old/textutils/NEWS +++ b/old/textutils/NEWS @@ -1,5 +1,8 @@ Changes in release 2.1 [2.0.21] +* split accepts new option -a or --suffix-length. +* split no longer generates longer suffixes than requested; instead, it reports + an error when suffixes are exhausted. POSIX requires this behavior. * The following obsolete usages are no longer supported on systems conforming to POSIX 1003.1-2001, which prohibits most digit-string options: expand -N (instead, use expand -t N)