Release Name: 2.3.1
Notes:
kgio 2.3.1 - compatibility fix
kgio provides non-blocking I/O methods for Ruby without raising
exceptions on EAGAIN and EINPROGRESS. It is intended for use with the
Unicorn and Rainbows! Rack servers, but may be used by other
applications.
* http://bogomips.org/kgio/
* kgio@librelist.org
* git://bogomips.org/kgio.git
Changes:
* connect.c: disable AI_NUMERICSERV
It's not needed since we already verify the service is a
numeric port. AI_NUMERICSERV is not available in older glibc
(<2.3.4) and probably other old systems.
Changes:
GIT-VERSION-GEN | 2 +-
ext/kgio/connect.c | 2 +-
test/test_tcp_connect.rb | 2 ++
3 files changed, 4 insertions(+), 2 deletions(-)
commit 6d19ebb3a917b566830f8d33e95b1eea2e99658d
Author: Eric Wong
Date: Sun Feb 13 16:50:13 2011 -0800
kgio 2.3.1 - compatibility fix
* connect.c: disable AI_NUMERICSERV
It's not needed since we already verify the service is a
numeric port. AI_NUMERICSERV is not available in older glibc
(<2.3.4) and probably other old systems.
commit b30aa658d7b4d946427119b23cfc264cc7172149
Author: Eric Wong
Date: Sun Feb 13 16:33:29 2011 -0800
connect.c: disable AI_NUMERICSERV
It's not needed since we already verify the service is a
numeric port. AI_NUMERICSERV is not available in older glibc
(<2.3.4) and probably other old systems.
|