From: Wayne Davison Date: Mon, 13 Jul 2020 06:45:55 +0000 (-0700) Subject: A couple more NEWS items. X-Git-Tag: v3.2.3pre1~91 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0e814e956c438700c2617350b39dc7a5d8370c65;p=thirdparty%2Frsync.git A couple more NEWS items. --- diff --git a/NEWS.md b/NEWS.md index 90f9f0c5..e7cbf532 100644 --- a/NEWS.md +++ b/NEWS.md @@ -33,12 +33,17 @@ `hosts deny` daemon parameters. This is a finalized version of the netgroup-auth patch from the patches repo. + - 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. + - Improved the testsuite on FreeBSD. - Added some compatibility code for HPE NonStop platforms. ### INTERNAL: + - Use a simpler overflow check idiom in a few spots. + - Use a C99 Flexible Array for a trailing variable-size filename in a struct (with a fallback to the old 1-char string kluge for older compilers).