summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorWayne Davison <wayne@opencoder.net>2020-07-24 11:53:16 -0700
committerWayne Davison <wayne@opencoder.net>2020-07-24 12:38:25 -0700
commitc3cf174e5ed52e709ecdfd65c7d5da34c7574b96 (patch)
tree79349672ea79ccea42c0c1de06a7f60650bb1916 /NEWS.md
parenta0a7c9f2e3eee43837a35af6a0d2c16574b5c4b5 (diff)
downloadrsync-c3cf174e5ed52e709ecdfd65c7d5da34c7574b96.tar.gz
More changes to NEWS, README, INSTALL, & configure.ac
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/NEWS.md b/NEWS.md
index 27e8eef8..08cac043 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -39,8 +39,8 @@
protocol (so if you used this patch in the past, be sure to update your
converter script to use newlines instead of null chars).
- - Added `--crtimes` (`-N`) option for preserving the file's create time (on
- an OS that supports that, such as macOS).
+ - Added `--crtimes` (`-N`) option for preserving the file's create time (I
+ believe that this is macOS only at the moment).
- Added `--mkpath` option to tell rsync that it should create a non-existing
path component of the destination arg.
@@ -60,6 +60,8 @@
error to go from the receiver to the generator to the sender. To disable
this new default you can use the `--no-msgs2stderr` option.
+ - Change configure to know that Cywin supports Linux xattrs.
+
- Improved the testsuite on FreeBSD & Cygwin.
- Added some compatibility code for HPE NonStop platforms.