]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
A couple more NEWS items.
authorWayne Davison <wayne@opencoder.net>
Mon, 13 Jul 2020 06:45:55 +0000 (23:45 -0700)
committerWayne Davison <wayne@opencoder.net>
Mon, 13 Jul 2020 06:45:55 +0000 (23:45 -0700)
NEWS.md

diff --git a/NEWS.md b/NEWS.md
index 90f9f0c5d461b68b7cf2d0ca1a318ed72066d71d..e7cbf53294019f25dc9dd5af0935f4c042281750 100644 (file)
--- a/NEWS.md
+++ b/NEWS.md
    `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).