X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/0b21c485ec4cda007e2e0ca2f57f0dc5fce2e89c..a24e12e6dd814f7da77d121fcedf862f05f061f5:/NEWS diff --git a/NEWS b/NEWS index e139a467..13cf800d 100644 --- a/NEWS +++ b/NEWS @@ -56,6 +56,10 @@ rsync 2.4.7 (sometime in 2001, maybe :) * Applied "simple nohang patch" from Wayne Davison. + * For log messages containing ridiculously long strings that might + overflow a buffer rsync no longer aborts, but rather prints an + ellipsis at the end of the string. (Patch from Ed Santiago.) + PLATFORMS: * Improved support for UNICOS (tested on Cray T3E and Cray SV1) @@ -68,3 +72,4 @@ rsync 2.4.7 (sometime in 2001, maybe :) * The existing test.sh script by Phil Hands has been merged into a test framework that works from both "make check" and the Samba build farm. +