kgio 2.7.0 - minor updatesv2.7.0
commit86f703bfd872536902e7f5293acea3ed0ba0f495
authorEric Wong <normalperson@yhbt.net>
Tue, 13 Dec 2011 06:09:48 +0000 (13 06:09 +0000)
committerEric Wong <normalperson@yhbt.net>
Tue, 13 Dec 2011 06:15:49 +0000 (13 06:15 +0000)
tree985505c5b81a04c25fd091431d62f5a4f1d11494
parenta40c1d4b30253c68d7997324bcebceb68018bc37
kgio 2.7.0 - minor updates

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.
GIT-VERSION-GEN