From: Eric Wong Date: Sat, 15 Feb 2014 10:17:52 +0000 (+0000) Subject: io_splice 4.3.0 - cleanups and compatibility fixes X-Git-Tag: v4.3.0^0 X-Git-Url: https://repo.or.cz/w/ruby_io_splice.git/commitdiff_plain/c9b9366858fe0ca582caacaf940223c50579098c io_splice 4.3.0 - cleanups and compatibility fixes This release fixes compatibility with Ruby trunk r44955 and onwards. There are also numerous cleanups. Note: usage of IO::Splice::WAITALL is deprecated and will be removed in 5.x along with IO::Splice.copy_stream. --- diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index 6e65a3c..21e2d07 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v4.2.0 +DEF_VER=v4.3.0 LF=' '