about summary refs log tree commit homepage
path: root/lib/sleepy_penguin.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-02-04 22:24:59 +0000
committerEric Wong <normalperson@yhbt.net>2011-02-04 22:24:59 +0000
commitbba86c017d101c365c5a22b8e2b734ff7216ce56 (patch)
treecec72b829a65db761759cb85cb47de9cf98e3b26 /lib/sleepy_penguin.rb
parent4465548dd80cf779af53bbfee133f0be5f8f2791 (diff)
downloadsleepy_penguin-bba86c017d101c365c5a22b8e2b734ff7216ce56.tar.gz
* Epoll#wait: do not automatically retry on EINTR
* preliminary Inotify support
* Epoll.new no longer defaults to close-on-exec

TODO: FANotify + SignalFD
Diffstat (limited to 'lib/sleepy_penguin.rb')
-rw-r--r--lib/sleepy_penguin.rb4
1 files changed, 2 insertions, 2 deletions
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'