From f656c49f77d896cbbb1e684d826472c09dcc2253 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 20 May 2011 19:53:03 -0700 Subject: kgio 2.4.1 - Kgio.poll avoids EINTR, really This release fixes a race condition that could allow Errno::EINTR to be raised even though the 2.4.0 release was supposed to stop that. Nobody uses Kgio.poll, really, so this shouldn't be an issue for real code, yet. --- GIT-VERSION-GEN | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index f4e1cb4..12b7c6f 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.4.0.GIT +DEF_VER=v2.4.1.GIT LF=' ' -- cgit v1.2.3-24-ge0c7