Release Name: 2.4.2
Notes:
kgio 2.4.2 - OpenSolaris build 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:
* adds -lnsl and -lsocket checks for OpenSolaris
Changes:
GIT-VERSION-GEN | 2 +-
ext/kgio/extconf.rb | 6 ++++++
2 files changed, 7 insertions(+), 1 deletions(-)
commit fdde0a27c51134d7a6a9cd1d66d93d1ac6640940
Author: Eric Wong
Date: Tue Jun 14 18:40:07 2011 +0000
kgio 2.4.2 - OpenSolaris build fix
* adds -lnsl and -lsocket checks for OpenSolaris
commit 1a7eed4c69abb7bafd3e3dc2acd13e243995e98e
Author: Eric Wong
Date: Mon Jun 13 14:26:10 2011 -0700
extconf: -lnsl and -lsocket checks for OpenSolaris
Reported via private email.
(cherry picked from commit d224563823accca63fd871260e3f0dad6758c8d4)
|