Files | Admin

Notes:

Release Name: 2.7.2

Notes:
kgio 2.7.2 - for older, and older Rubies

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 (that run on Unix-like platforms).

* http://bogomips.org/kgio/
* kgio@librelist.org
* git://bogomips.org/kgio.git
* http://bogomips.org/kgio/NEWS.atom.xml

Changes:

Fix a missing #include for Ruby 1.8.5 users.  No need to
upgrade to this (nor 2.7.1) if you're on a modern version
of Ruby.



Changes: GIT-VERSION-GEN | 2 +- ext/kgio/tryopen.c | 1 + 2 files changed, 2 insertions(+), 1 deletions(-) commit 3e7bd918153cd09dd3bdd4e6963e173ae050ae68 Author: Eric Wong Date: Sun Jan 8 03:38:17 2012 +0000 kgio 2.7.2 - for older, and older Rubies Fix a missing #include for Ruby 1.8.5 users. No need to upgrade to this (nor 2.7.1) if you're on a modern version of Ruby. commit d9fe99171c191c55240d756fbc498d82e419f13a Author: Eric Wong Date: Sun Jan 8 03:35:30 2012 +0000 tryopen: remember to include ancient_ruby.h for 1.8.5 Apparently the old Ruby 1.8.6 installation lying around isn't old enough.