From: Jim Meyering Date: Thu, 31 Oct 1996 02:10:18 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-1_19q~188 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5947e883ec53b43220dcff9f1906ad80e35be82;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 88c6511251..e107708cc5 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -133,7 +133,12 @@ Thu Sep 26 21:02:54 1996 Jim Meyering * src/md5sum.c (usage): Remove references in --help output to the now-deprecated --string option. Support for it will be - removed soon. + removed soon. Using this option can provoke a memory access + violation on some systems because of (unavoidable in an efficient + implementation) alignment assumptions made by functions in md5.c. + md5sum.c could leave the option in and accomodate the alignment + restriction, but this option was intended solely for testing, and + the tests are now all file-oriented, so it's not necessary. * tests/md5sum-test/md5-rfc: Rewrite to avoid use of --string option. diff --git a/old/textutils/NEWS b/old/textutils/NEWS index 5ba23255e8..ef512c9f25 100644 --- a/old/textutils/NEWS +++ b/old/textutils/NEWS @@ -1,5 +1,7 @@ Changes in release 1.20 Changes in test release 1.19p +* md5sum's --string option is being deprecated and is no longer documented. + It is still accepted, but will be removed altogether in 1.21. * tr '[:lower:]' '[:upper:]' no longer fails when LC_CTYPE is set to iso_8859_1 on Solaris -- or any other character set with differing numbers of uppercase and lowercase characters