From fdec276346fb0aa764499f7ad0483b6ba51685a5 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 12 May 2011 19:39:12 -0700 Subject: [PATCH] io_splice 4.0.0 - easier to use! Methods now automatically retry on EINTR after checking IO#closed? and executing interrupts. There is a new IO::Splice::WAITALL flag (implemented in userspace) which may be used to cause IO.splice and IO.tee to retry (while the GVL is released) until the operation is complete. IO::Splice.copy_stream now works correctly for large copies if source offset is specified. MRI 1.8 is only weakly supported now, MRI 1.9 is the preferred platform though Rubinius appears to work, too. --- GIT-VERSION-GEN | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index 861c86f..e99b00f 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v3.1.0.GIT +DEF_VER=v4.0.0.GIT LF=' ' -- 2.11.4.GIT