about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-05-05 15:58:17 -0700
committerEric Wong <normalperson@yhbt.net>2011-05-05 15:58:17 -0700
commitab732113e13f1690fd2c1a18d1c66beb7864d847 (patch)
tree33625f47f5e844af19ad5ae4cf3bdeb043dd0629
parent43190caf48309fa6aa5423d2d1ae5c320ad07fb5 (diff)
downloadkgio-ab732113e13f1690fd2c1a18d1c66beb7864d847.tar.gz
== All supported platforms (*nix + MRI 1.8+, Rubinius)

* 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
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 2fd9b26..f4e1cb4 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v2.3.3.GIT
+DEF_VER=v2.4.0.GIT
 
 LF='
 '