From: Wayne Davison Date: Mon, 27 Jul 2020 23:50:47 +0000 (-0700) Subject: A couple more NEWS updates. X-Git-Tag: v3.2.3pre1~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=14c4656fb8ecd2b41035cb3e1c264ec03f26dcc0;p=thirdparty%2Frsync.git A couple more NEWS updates. --- diff --git a/NEWS.md b/NEWS.md index 0e762c62..49eafefb 100644 --- a/NEWS.md +++ b/NEWS.md @@ -72,6 +72,9 @@ `hosts deny` daemon parameters. This is a finalized version of the netgroup-auth patch from the patches repo. + - Rsync can now hard-link symlinks on FreeBSD due to it making ues of the + linkat() function when it is available. + - Output file+line info on out-of-memory & overflow errors while also avoiding the output of alternate build-dir path info that is not useful to the user. @@ -83,6 +86,8 @@ - Improved the INSTALL.md info. + - Added a few more suffixes to the default skip-compress list. + ### INTERNAL: - Use a simpler overflow check idiom in a few spots.