about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-05-20 19:39:58 -0700
committerEric Wong <normalperson@yhbt.net>2011-05-20 19:40:38 -0700
commitee4481de83bb8d208ff99aed9b5fff393115114c (patch)
tree5fab18032d2768bcd31ec9f0c6ac6289ff72490a
parent2fb791b331b286f2af86d807028818d493f0f556 (diff)
downloadsleepy_penguin-3.0.1.tar.gz
One bugfix:

* epoll: avoid race condition in EINTR checking

  Even if we timeout while getting an EINTR, we'll retry
  epoll_wait() with a zero timeout like IO.select does in Ruby to
  avoid raising Errno::EINTR.
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 017ae4b..e4e68c5 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.0.1.GIT
 
 LF='
 '