summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2016-01-02 18:38:37 +0000
committerPádraig Brady <P@draigBrady.com>2016-01-03 12:58:39 +0000
commit6c65ce4c643b038c61bd332aab5ea87a75117273 (patch)
tree76190ad69cfe2f11a9c8b8c5e6a4ac2347887467 /NEWS
parent50a950ba69c2ba8f2300c9e77f67978979537ad5 (diff)
downloadcoreutils-6c65ce4c643b038c61bd332aab5ea87a75117273.tar.xz
install: fix relative copies to absolute directory with -D
* src/install.c (mkancesdirs_safe_wd): Unconditionally restore the current working directory when possibly called multiple times (from install_file_in_dir()). * tests/install/create-leading.sh: Add a test case. * NEWS: Mention the fix. Fixes http://bugs.gnu.org/21497
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 863be187e..72d69b8b5 100644
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,10 @@ GNU coreutils NEWS -*- outline -*-
cut --fields no longer outputs extraneous characters on some uClibc configs.
[bug introduced in coreutils-6.11]
+ install -D again copies relative file names when absolute file names
+ are also specified along with an absolute destination directory name.
+ [bug introduced in coreutils-6.2]
+
ls no longer prematurely wraps lines when printing short file names.
[bug introduced in coreutils-5.1.0]