summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-10-28 22:17:27 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-10-28 22:17:27 +0000
commitcada888edd97257080dd431494e20bbd313bad1a (patch)
tree02793022d83ffef26b73f3929721de028d44db25 /ChangeLog
parent50a6da201bd874a20c2adc214c6016e3eab29d06 (diff)
downloadcoreutils-cada888edd97257080dd431494e20bbd313bad1a.tar.xz
src/ln.c (FILE_BASENAME_CONCAT): Omit unnecessary slashes in the
boundary between DEST and SOURCE in the result.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 639642ee4..f49e27f77 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,12 @@
-2005-10-26 Dmitry V. Levin <ldv@altlinux.org>
+2005-10-28 Paul Eggert <eggert@cs.ucla.edu>
* Version 6.0-cvs.
+ * src/ln.c (FILE_BASENAME_CONCAT): Omit unnecessary slashes in the
+ boundary between DEST and SOURCE in the result.
+
+2005-10-26 Dmitry V. Levin <ldv@altlinux.org>
+
* src/md5sum.c (main) [!O_BINARY]: Changed default read mode
back to text, to sync with documentation and for backwards
compatibility.