LATEST in kgio-2.4.0 vs LATEST in kgio-2.4.1

- old
+ new

@@ -1,20 +1,9 @@ -=== kgio 2.4.0 - portability fixes and more / 2011-05-05 22:58 UTC +=== kgio 2.4.1 - Kgio.poll avoids EINTR, really / 2011-05-21 02:54 UTC - == All supported platforms (*nix + MRI 1.8+, Rubinius) + This release fixes a race condition that could allow + Errno::EINTR to be raised even though the 2.4.0 release + was supposed to stop that. - * OpenBSD (and possibly other *BSD) fixes, thanks to Jeremy Evans. - - * kgio_accept and kgio_tryaccept now take an optional second argument - for flags (like the accept4() flags argument). - - == Ruby 1.9-only things - - * Kgio.poll no longer raises Errno::EINTR to match IO.select. - - == Ruby 1.9 trunk things - - * close() on an active FD in a different thread is better - handled/detected. - - * copy-on-write for strings is properly triggered + Nobody uses Kgio.poll, really, so this shouldn't be an issue + for real code, yet.