From: Wayne Davison Date: Sat, 13 Nov 2004 21:50:56 +0000 (+0000) Subject: Mentioned the new fork() check. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/5d54f33962161618e8fdf250dc435b02224d7662 Mentioned the new fork() check. --- diff --git a/NEWS b/NEWS index 78d5cd29..900eb781 100644 --- a/NEWS +++ b/NEWS @@ -21,6 +21,8 @@ Changes since 2.6.3: - Fixed an off-by-one error in the handling of --max-delete=N. + - One fork() call needed to check for and handle a failure. + ENHANCEMENTS: - Added the --max-size option (promoted from the patches dir).