summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorWayne Davison <wayne@opencoder.net>2020-07-27 14:42:21 -0700
committerWayne Davison <wayne@opencoder.net>2020-07-27 14:49:51 -0700
commite1e546d67e72a83d6e6b6d9ed54f2a4d7e1a6d27 (patch)
treeb9145d3015cca333545a17ddd831e93ef5bcf98a /NEWS.md
parent3714084f4806e6d23fccea1b88e8e4821a1d39d7 (diff)
downloadrsync-e1e546d67e72a83d6e6b6d9ed54f2a4d7e1a6d27.tar.gz
Don't allow a completely empty source arg.
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index 66b88758..0e762c62 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -26,6 +26,9 @@
- Rsync now complains about a missing `--temp-dir` before starting any file
transfers.
+ - A completely empty source arg is now a fatal error. This doesn't change
+ the handling of implied dot-dir args such as "localhost:" and such.
+
### ENHANCEMENTS:
- Allow `--max-alloc=0` to specify no limit to the alloc sanity check.