pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/doc Updated rsync to 2.6.0.
details: https://anonhg.NetBSD.org/pkgsrc/rev/e36193778e34
branches: trunk
changeset: 466525:e36193778e34
user: grant <grant%pkgsrc.org@localhost>
date: Tue Jan 20 05:26:32 2004 +0000
description:
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:
doc/CHANGES | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (14 lines):
diff -r 0c4647375116 -r e36193778e34 doc/CHANGES
--- a/doc/CHANGES Tue Jan 20 05:24:20 2004 +0000
+++ b/doc/CHANGES Tue Jan 20 05:26:32 2004 +0000
@@ -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 @@
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]
Home |
Main Index |
Thread Index |
Old Index