about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-12-16 22:44:22 +0000
committerEric Wong <e@80x24.org>2016-12-16 22:44:22 +0000
commit8e173460824046fcf7ebe38a60999c1e22bf37ab (patch)
tree69e514615bbe5801d08352f724b5979d24c81fc7
parentb5a3b179fd8a5079d044b1360f2e5922e5b00b91 (diff)
downloadkgio-8e173460824046fcf7ebe38a60999c1e22bf37ab.tar.gz
Mainly this release reverts back to kgio 2.9.3 behavior by
supporting "autopush" functionality in the C extension.
Removing this feature in 2.10.0 was a monumental mistake(*) on
my part which caused a performance regression for ONE known user
of kgio on the deprecated (but supported) Rainbows! server.

This release does not affect known users outside of Rainbows!,
but we may have unknown users, too.

The attempt at a pure Ruby version of autopush had flaws and
regressions in real-world testing, so that was abandoned.

So yeah, kgio will be supported indefinitely even in the face
of internal changes to MRI, but I strongly discourage its use
for new projects.
Users who only support Ruby 2.3 (and later) are encouraged to
use `exception: false` with all *_nonblock methods.

4 changes since 2.10.0:

      resurrect Kgio.autopush support in pure Ruby [REVERTED]
      reinstate the original (and dangerous) autopush in C
      TODO: update with Ruby 2.3 status
      test: increase test data sizes to fill socket buffers

(*) - as was making this a separate project, at all
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index caeaa28..df3b745 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v2.10.0
+DEF_VER=v2.11.0
 
 LF='
 '