Skip to content

Commit

Permalink
Mentioned a couple more changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wayne Davison committed Sep 21, 2004
1 parent 9f004a9 commit 7fbc703
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,10 @@ Changes since 2.6.2:
exist, rsync now produces a correct report of files that would be
sent instead of dying with a chdir() error.

- The "backed up ..." message that is output when at least 2 --verbose
options are specified is now the same both with and without the
--backup-dir option.

ENHANCEMENTS:

- Added the --partial-dir=DIR option that lets you specify where to
Expand Down Expand Up @@ -153,7 +157,7 @@ Changes since 2.6.2:
sprinkling the batch files into different dirs or even onto different
systems), and is much less intrusive into the code (making it easier
to maintain for the future). The new code generates just one data
file instead of three, which makes it possible to read the batch via
file instead of three, which makes it possible to read the batch on
stdin via a remote shell. Also, the old requirement of forcing the
same fixed checksum-seed for all batch processing has been removed.

Expand All @@ -172,9 +176,6 @@ Changes since 2.6.2:
finished file would have a very brief window where its permissions
disallowed all group and world access.

- Support for literal IPv6 addresses was added to the URL parser for the
"rsync:" scheme (e.g. rsync://[2001:638:500:101::21]:873/module/dir).

- Added the ability to parse a literal IPv6 address in an "rsync:" URL
(e.g. rsync://[2001:638:500:101::21]:873/module/dir).

Expand Down Expand Up @@ -208,6 +209,10 @@ Changes since 2.6.2:
arg to sanitize_path() made it possible to put all the former's
functionality into the latter.

- The file-list that is output when at least 4 verbose options are
specified reports the uid value on the sender even when rsync is
not running as root (since we might be sending to a root receiver).

BUILD CHANGES:

- Added a "gen" target to rebuild most of the generated files,
Expand Down

0 comments on commit 7fbc703

Please sign in to comment.