about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-01-21 14:59:08 -0800
committerEric Wong <normalperson@yhbt.net>2011-01-21 15:02:02 -0800
commit6c39a46da8be194ca5069cd66ad9153f2ba09139 (patch)
treec0c078a50edf1b4f1eec517440ef2e50743736f2
parent389c3b0d5c9d7b07de03dc76f143a3d036c30146 (diff)
downloadsleepy_penguin-6c39a46da8be194ca5069cd66ad9153f2ba09139.tar.gz
This release introduces compatibility with pre-EPOLLRDHUP
systems.

It also optimizes syscalls away for Epoll#set and Epoll#delete.
Epoll#add, Epoll#mod and Epoll#del should no longer be needed in
most code.
-rwxr-xr-xGIT-VERSION-GEN2
-rw-r--r--lib/sleepy_penguin.rb4
2 files changed, 3 insertions, 3 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index b89cbb0..db834ac 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v1.2.0.GIT
+DEF_VER=v1.3.0.GIT
 
 LF='
 '
diff --git a/lib/sleepy_penguin.rb b/lib/sleepy_penguin.rb
index 2691926..d7ea6b7 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.2.0
-  SLEEPY_PENGUIN_VERSION = '1.2.0'
+  # the version of sleepy_penguin, currently 1.3.0
+  SLEEPY_PENGUIN_VERSION = '1.3.0'
 end
 require 'sleepy_penguin_ext'