diff options
author | David Dykstra <dwd@samba.org> | 2003-01-26 20:49:24 +0000 |
---|---|---|
committer | David Dykstra <dwd@samba.org> | 2003-01-26 20:49:24 +0000 |
commit | 7f6537557d24a20698300651cca5e1c75efc5746 (patch) | |
tree | 23954fb6f5274df041515955711b0afbf4aecc48 /NEWS | |
parent | 518233ca7996e0e41be811a2c87ca8b2c6d456d1 (diff) | |
download | rsync-7f6537557d24a20698300651cca5e1c75efc5746.tar.gz |
Change news item about handling of text mode in files to just permitting
any of the standard line termination styles.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -34,9 +34,8 @@ rsync changes since last release * Set the default value of --modify-window to 1 on Cygwin. (Lapo Luchini) - * Open config files in text mode when O_TEXT is defined. This helps - on Cygwin when the config files are on a filesystem that are mounted - in binary mode. (Ville Herva) + * Changed exclude file handling to permit DOS or MAC style line + terminations. (J.W. Schultz) * Ignore errors from chmod when -p/-a/--preserve-perms is not set. (Dave Dykstra) |