From bba86c017d101c365c5a22b8e2b734ff7216ce56 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 4 Feb 2011 22:24:59 +0000 Subject: sleepy_penguin 1.4.0 - Linux I/O events for Ruby * Epoll#wait: do not automatically retry on EINTR * preliminary Inotify support * Epoll.new no longer defaults to close-on-exec TODO: FANotify + SignalFD --- GIT-VERSION-GEN | 2 +- lib/sleepy_penguin.rb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index df8c07d..1fd8cf3 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.3.1.GIT +DEF_VER=v1.4.0.GIT LF=' ' diff --git a/lib/sleepy_penguin.rb b/lib/sleepy_penguin.rb index 3ed9e73..c4eac6b 100644 --- a/lib/sleepy_penguin.rb +++ b/lib/sleepy_penguin.rb @@ -1,7 +1,7 @@ # -*- encoding: binary -*- module SleepyPenguin - # the version of sleepy_penguin, currently 1.3.1 - SLEEPY_PENGUIN_VERSION = '1.3.1' + # the version of sleepy_penguin, currently 1.4.0 + SLEEPY_PENGUIN_VERSION = '1.4.0' end require 'sleepy_penguin_ext' -- cgit v1.2.3-24-ge0c7