From 0b07f9c8ac10219590beebb9038f92efd6c3ebaf Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 1 May 2011 14:11:11 -0700 Subject: [PATCH] io_splice 3.1.0 - IO::Splice.copy_stream improvement IO::Splice.copy_stream no longer modifies the actual file offset of the given source file (if it's a regular file). This follows IO.copy_stream and IO#sendfile semantics, allowing multiple threads/processes to simultaneously stream a single regular file descriptor to multiple sockets/pipes. --- GIT-VERSION-GEN | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index 017ae4b..861c86f 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v3.0.0.GIT +DEF_VER=v3.1.0.GIT LF=' ' -- 2.11.4.GIT