diff options
author | Jim Meyering <meyering@redhat.com> | 2008-01-07 12:17:52 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2008-01-07 12:18:00 +0100 |
commit | ab1c9b54b173312c132c9452eff6080a5b4cf6e7 (patch) | |
tree | 4f6a31f3a0b588165992807dccab7b0afa2bf333 | |
parent | a54e8bb8a547c2ee9147865e2eb42eece69e8072 (diff) | |
download | coreutils-ab1c9b54b173312c132c9452eff6080a5b4cf6e7.tar.xz |
NEWS: Mention the cp bug fix.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | NEWS | 4 |
2 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2008-01-07 Jim Meyering <meyering@redhat.com> + + * NEWS: Mention the cp bug fix. + 2008-01-07 Jan Blunck <jblunck@suse.de> cp --parents: don't use uninitialized memory when restoring permissions @@ -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:]' |