1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-02-14 03:12:10 +02:00

Remove md5sum --string.

This commit is contained in:
Paul Eggert
2004-09-19 16:53:00 +00:00
parent 83100c448b
commit d89f5a3b8f
2 changed files with 7 additions and 0 deletions

View File

@@ -1,5 +1,10 @@
2004-09-19 Paul Eggert <eggert@cs.ucla.edu>
* src/md5sum.c (STRING_OPTION): Remove.
(long_options, main): Remove support for undocumented and
obsolete --string option, as suggested in the 1996-09-26 patch.
* NEWS: Document this.
* tests/rm/fail-eperm: Don't try to remove writeable files in a
sticky /tmp directory, as SVR4-like systems (e.g., Solaris 9) let
you remove such files. Problem reported by Bert Fischer in:

2
NEWS
View File

@@ -222,6 +222,8 @@ GNU coreutils NEWS -*- outline -*-
** Removed features
md5sum and sha1sum's undocumented --string option has been removed.
tail's undocumented --max-consecutive-size-changes option has been removed.
* Major changes in release 5.2.1 (2004-03-12) [stable]