From: Wayne Davison Date: Sun, 14 Jun 2020 03:42:33 +0000 (-0700) Subject: Mention renamed .md files. X-Git-Tag: v3.2.0pre2~17 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ca9e2477627ac5b9c6b6f52a03eb00d277305efb;p=thirdparty%2Frsync.git Mention renamed .md files. --- diff --git a/NEWS.md b/NEWS.md index 18a28545..95fe78b6 100644 --- a/NEWS.md +++ b/NEWS.md @@ -143,6 +143,9 @@ Protocol: 31 (unchanged) - Add installed man page: /usr/man/man1/rsync-ssl.1 + - Some "readme" files have changed names to be .md files, such as: README.md, + INSTALL.md, NEWS.md, & OLDNEWS.md. + - The rsync-ssl script wants to run either openssl or stunnel4, so consider adding a dependency for openssl (though it's probably fine to just let it complain about being unable to find either program and let the user decide