Add g++ failure info; add mention of SSL rsyncd examples.
authorWayne Davison <wayne@opencoder.net>
Tue, 16 Jun 2020 19:10:41 +0000 (12:10 -0700)
committerWayne Davison <wayne@opencoder.net>
Tue, 16 Jun 2020 19:10:56 +0000 (12:10 -0700)
Makefile.in
NEWS.md

index a47666500fe636a61dbfbf5c61020a62453d89fe..a30d1022af12d34ab8b52719c5f8cba14124b5ab 100644 (file)
@@ -125,6 +125,7 @@ rounding.h: rounding.c rsync.h proto.h
        @rm -f rounding.out
 
 simd-checksum-x86_64.o: simd-checksum-x86_64.cpp
+       @echo "If this fails to compile and you can't fix it, re-run configure with --disable-simd."
        $(CXX) $(CXXFLAGS) $(CPPFLAGS) -c -o $@ $(srcdir)/simd-checksum-x86_64.cpp
 
 lib/md5-asm-x86_64.o: lib/md5-asm-x86_64.s
diff --git a/NEWS.md b/NEWS.md
index b55519d32a4377f3e098ed9ac5b5950cf5eb8d4b..dc3afe396ba872be6fc3c143c2cc13d8999df5d5 100644 (file)
--- a/NEWS.md
+++ b/NEWS.md
@@ -140,6 +140,8 @@ Protocol: 31 (unchanged)
  - Forward -4 or -6 to the ssh command, making it easier to type than
    `--rsh='ssh -4'` (or -6).
 
+ - Added example config for rsyncd SSL proxy configs to rsyncd.conf.
+
  - More errors messages now mention if the error is coming from the sender or
    the receiver.