From: Wayne Davison Date: Thu, 3 Jun 2004 17:20:33 +0000 (+0000) Subject: Mention new SSH_* vars. X-Git-Tag: v2.6.3pre1~228 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5b36173d11398362d867d5a7fc50d5f9207f5396;p=thirdparty%2Frsync.git Mention new SSH_* vars. --- diff --git a/NEWS b/NEWS index 3f3be0cd..87cd138c 100644 --- a/NEWS +++ b/NEWS @@ -44,6 +44,9 @@ Changes since 2.6.2: bursty, more accurate, and works properly over a larger range of values. + - The rsync daemon-over-ssh code now looks for SSH_CONNECTION and + SSH2_CLIENT in addition to SSH_CLIENT to figure out the IP address. + - Added the --checksum-seed=N option for advanced users. INTERNAL: