From: Jim Meyering Date: Thu, 10 Apr 2003 19:27:53 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.0.1~747 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dd395a2657cf2645bd3b55bdc44586c5138f7e79;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/NEWS b/NEWS index 4a47e3f70d..8ef266948a 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,6 @@ [5.0.1] +* readlink's --canonicalize option now works on systems like Solaris that + lack the canonicalize_file_name function but do have resolvepath. * `kill -t' now prints signal descriptions (not `?') on systems like Tru64 with __sys_siglist but no strsignal function. * mv now removes `a' in this example on all systems: touch a; ln a b; mv a b