diff options
author | grant <grant> | 2004-01-20 05:26:32 +0000 |
---|---|---|
committer | grant <grant> | 2004-01-20 05:26:32 +0000 |
commit | fd5b944890e8d8850aba41fb4a008bd7936388f0 (patch) | |
tree | bef8641be0e3614ec708c27b913f73d9dd3288a1 /doc/CHANGES | |
parent | 7af8a4565a7a66080c7c896884718c86bac24224 (diff) | |
download | pkgsrc-fd5b944890e8d8850aba41fb4a008bd7936388f0.tar.gz |
Updated rsync to 2.6.0.
Major changes since 2.5.7:
* "ssh" is now the default remote shell for rsync. If you want to
change this, configure like this: "./configure --with-rsh=rsh".
* Added --files-from, --no-relative, --no-implied-dirs, and --from0.
Note that --from0 affects the line-ending character for all the
files read by the --*-from options. (Wayne Davison)
* Length of csum2 is now per-file starting with protocol version
27. (J.W. Schultz)
* Per-file dynamic block size is now sqrt(file length). The
per-file checksum size is determined according to an algorithm
provided by Donovan Baarda which reduces the probability of rsync
algorithm corrupting data and falling back using the whole md4
checksums. (J.W. Schultz, Donovan Baarda)
* The --stats option no longer includes the (debug) malloc summary
unless the verbose option was specified at least twice.
* Added a new error/warning code for when files vanish from the
sending side. Made vanished source files not interfere with the
file-deletion pass when --delete-after was specified.
* Various trailing-info sections are now preceded by a newline.
* Many bug-fixes.
Update provided by Min Sik Kim in PR pkg/24146.
Diffstat (limited to 'doc/CHANGES')
-rw-r--r-- | doc/CHANGES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 7cf8a9a764a..6eb0e079033 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.4513 2004/01/20 05:18:55 cube Exp $ +$NetBSD: CHANGES,v 1.4514 2004/01/20 05:26:32 grant Exp $ Changes to the packages collection and infrastructure in 2004: @@ -350,3 +350,4 @@ Changes to the packages collection and infrastructure in 2004: Updated stunnel to 4.04nb3 [grant 2004-01-20] Updated procmail to procmail-3.22nb1 [lukem 2004-01-20] Updated py-ldap to 2.0.0pre15 [cube 2004-01-20] + Updated rsync to 2.6.0 [grant 2004-01-20] |