From: David Dykstra Date: Sun, 26 Jan 2003 20:49:24 +0000 (+0000) Subject: Change news item about handling of text mode in files to just permitting X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/7f6537557d24a20698300651cca5e1c75efc5746 Change news item about handling of text mode in files to just permitting any of the standard line termination styles. --- diff --git a/NEWS b/NEWS index 5149b77f..578860be 100644 --- a/NEWS +++ b/NEWS @@ -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)