diff options
author | J.W. Schultz <jw@samba.org> | 2003-09-16 02:49:59 +0000 |
---|---|---|
committer | J.W. Schultz <jw@samba.org> | 2003-09-16 02:49:59 +0000 |
commit | 6a7cc46cb279b9dbf12977177330aeebb912aa34 (patch) | |
tree | 6e3b7760f73eb3610228467999714af25378f3d4 /NEWS | |
parent | aa6dc37ccb73c83f652e72ed1ca7700934a52331 (diff) | |
download | rsync-6a7cc46cb279b9dbf12977177330aeebb912aa34.tar.gz rsync-6a7cc46cb279b9dbf12977177330aeebb912aa34.tar.bz2 rsync-6a7cc46cb279b9dbf12977177330aeebb912aa34.zip |
Detect and report when open or opendir succeed but read and
readdir fail caused by network filesystems issues and
truncated files.
Thanks to David Norwood and Michael Brown
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -92,6 +92,10 @@ Changes since version 2.5.6: same path. A directory still cannot be replaced by a regular file unless --delete specified. (J.W. Schultz) + * Detect and report when open or opendir succeed but read and + readdir fail caused by network filesystems issues and truncated + files. (David Norwood, Michael Brown, J.W. Schultz) + INTERNAL: * Eliminated vestigial support for old versions that we stopped |