about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-05-01 14:11:11 -0700
committerEric Wong <normalperson@yhbt.net>2011-05-01 14:16:30 -0700
commit0b07f9c8ac10219590beebb9038f92efd6c3ebaf (patch)
tree11e028b84dab8733f627337a6c30f8319375dc3c
parent5e544bc745e5216f2455fa0ad398e39097debe60 (diff)
downloadruby_io_splice-3.1.0.tar.gz
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.
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
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='
 '