X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/8f1b4f3642944d7ca052ae84223e14ea93f8c10b..1e60969646e6b4fbdbcde834493289a634aca5f7:/NEWS diff --git a/NEWS b/NEWS index b75625c8..04a85c0d 100644 --- a/NEWS +++ b/NEWS @@ -13,7 +13,10 @@ Changes since 2.6.3: - An OS that has a binary mode for its files (such as cygwin0 needed setmode(fd, O_BINARY) called on the temp-file we opened with - mkstemp(). + mkstemp(). (Fix picked up from the cygwin package.) + + - Fixed a potential hang when verbosity is high, the client side is + the sender, and the file-list is large. - We now check if the OS doesn't support using mknod() for creating FIFOs and sockets, and compile-in using mkfifo() and socket() when