[ANN] kgio 2.7.0 - minor updates
- From:
- Eric Wong
- Date:
- 2011-12-13 @ 06:19
Changes:
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. Thanks to Jeremy Evans for once again ensuring
tests pass under OpenBSD.
* http://bogomips.org/kgio/
* kgio@librelist.org
* git://bogomips.org/kgio.git
* http://bogomips.org/kgio/NEWS.atom.xml
--
Eric Wong