about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-12-13 06:09:48 +0000
committerEric Wong <normalperson@yhbt.net>2011-12-13 06:15:49 +0000
commit86f703bfd872536902e7f5293acea3ed0ba0f495 (patch)
tree985505c5b81a04c25fd091431d62f5a4f1d11494
parenta40c1d4b30253c68d7997324bcebceb68018bc37 (diff)
downloadkgio-86f703bfd872536902e7f5293acea3ed0ba0f495.tar.gz
When running under Ruby trunk/2.0.0dev, all IO objects created
by kgio will be close-on-exec by default to match the (future)
2.0.0 behavior.  accept()ed sockets in kgio have always been
close-on-exec by default..

Singleton Kgio.accept_* methods are deprecated as the
kgio_accept/kgio_tryaccept methods all take an additional
flags argument.

There are various, test, documentation, and error message
improvements.
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index f4275b7..eac70a5 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v2.6.0.GIT
+DEF_VER=v2.7.0.GIT
 
 LF='
 '