From: Jim Meyering Date: Mon, 7 Jan 2008 11:17:52 +0000 (+0100) Subject: NEWS: Mention the cp bug fix. X-Git-Tag: v6.9.92~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ab1c9b54b173312c132c9452eff6080a5b4cf6e7;p=thirdparty%2Fcoreutils.git NEWS: Mention the cp bug fix. --- diff --git a/ChangeLog b/ChangeLog index 435ef43f80..676f33e960 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-01-07 Jim Meyering + + * NEWS: Mention the cp bug fix. + 2008-01-07 Jan Blunck cp --parents: don't use uninitialized memory when restoring permissions diff --git a/NEWS b/NEWS index 542e5f2eab..ca3bbc8e26 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,10 @@ GNU coreutils NEWS -*- outline -*- ** Bug fixes + cp --parents no longer uses uninitialized memory when restoring the + permissions of a just-created destination directory. + [bug introduced in coreutils-6.9.90] + tr's case conversion would fail in a locale with differing numbers of lower case and upper case characters. E.g., this would fail: env LC_CTYPE=en_US.iso88591 tr '[:upper:]' '[:lower:]'