about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-05-20 17:15:19 -0700
committerEric Wong <normalperson@yhbt.net>2011-05-20 17:15:19 -0700
commit96503a9d386e422ee594f8579a5a76e970c90a6c (patch)
tree8bb3bbb1154a78ce7af6623260def5c08f6c2803
parentd4349fce53e8ced815cb94b5e5397ff8dbf497d5 (diff)
downloadsleepy_penguin-96503a9d386e422ee594f8579a5a76e970c90a6c.tar.gz
Epoll#wait always waits the specified amount of time and never
raises Errno::EINTR.

Disabled operations on Fixnum file descriptors, only IO objects
may be passed to Epoll methods.

Cross-thread Epoll#close behavior matches Ruby 1.9.3dev.

Improved Rubinius support (lightly tested).
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 0550f7e..017ae4b 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v2.0.0.GIT
+DEF_VER=v3.0.0.GIT
 
 LF='
 '