about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-02-09 10:10:36 +0000
committerEric Wong <normalperson@yhbt.net>2011-02-09 10:10:36 +0000
commitf74bcf37ed31611d14aba2d4b4518c6a3dea0f40 (patch)
tree7bc4e2a472bd812bd7489261d1e1832ac53fad66
parent00d1bc89ed3811701195bf5ddb400a0a0067126f (diff)
downloadkgio-f74bcf37ed31611d14aba2d4b4518c6a3dea0f40.tar.gz
recv() with MSG_PEEK for sockets is added with the try*
interface.  SocketMethods#kgio_trypeek and
SocketMethods#kgio_peek or Kgio.trypeek for non-Kgio-enabled
sockets.

For Ruby 1.9 only: poll(2) is exposed via the Kgio.poll
singleton method and should provide an alternative for IO.select
users.

Both of these new features should work well on modern Unix-like
operating systems.
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index dff280d..1554153 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v2.2.0.GIT
+DEF_VER=v2.3.0.GIT
 
 LF='
 '