Mention latest fix.

This commit is contained in:
Wayne Davison
2004-11-20 07:23:20 +00:00
parent a0a33ee506
commit 4a888ae6d4

5
NEWS
View File

@@ -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