summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorWayne Davison <wayne@opencoder.net>2021-10-10 13:32:19 -0700
committerWayne Davison <wayne@opencoder.net>2021-10-10 13:39:09 -0700
commitb774dbc1c0f27aea40d112c0c96a29a0cd1661da (patch)
tree5ba9ec866fe213320f15fecba3792a1646422f55 /NEWS.md
parent296352ecb0175fa3c37de550dd57aeff39632095 (diff)
downloadrsync-b774dbc1c0f27aea40d112c0c96a29a0cd1661da.tar.gz
Improve --omit-dir-times & --omit-link-times
The code now better handles skipping time setting on dirs and/or links when --atimes and/or --crtimes is specified without --times.
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/NEWS.md b/NEWS.md
index a35d6ee5..d244eba4 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -12,10 +12,10 @@
newer for your copy, rsync now sends `--no-W` to the remote rsync in such a
scenario (just in case the remote rsync is a version with this bug).
- - Fix a bug with `--mkpath` if a single-file copy specifies an existing
+ - Fixed a bug with `--mkpath` if a single-file copy specifies an existing
destination dir with a non-existing destination filename.
- - Fix `--update -vv` to output "is uptodate" instead of "is newer" messages
+ - Fixed `--update -vv` to output "is uptodate" instead of "is newer" messages
for files that are being skipped due to an identical modify time. (This
was a new output quirk in 3.2.3.)
@@ -51,7 +51,7 @@
- Reduced memory usage for an incremental transfer that has a bunch of small
diretories.
- - Added support for `--atimes` on macOS and fix using using it without -t.
+ - Added support for `--atimes` on macOS and fixed using using it without -t.
- Rsync can now update the xattrs on a read-only file when your user can
temporarily add user-write permission to the file. (It always worked for a
@@ -120,7 +120,7 @@
- Restored the ability to use `--bwlimit=0` to specify no bandwidth limit. (It
was accidentally broken in 3.2.2.)
- - Fix a bug when combining `--delete-missing-args` with `--no-implied-dirs` &
+ - Fixed a bug when combining `--delete-missing-args` with `--no-implied-dirs` &
`-R` where rsync might create the destination path of a missing arg. The
code also avoids some superfluous warnings for nested paths of removed args.