about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-09-06 08:09:51 +0000
committerEric Wong <e@80x24.org>2015-09-06 08:09:51 +0000
commit26d81c709a842c2435c2ef8acd47ffc0976978ed (patch)
treedb9e29ec6d7a2f3887667baa7f0cd4c34b3f8cca
parent8fd1c5e48ad68c6a7573762ae51d5e8e140dabec (diff)
downloadkgio-26d81c709a842c2435c2ef8acd47ffc0976978ed.tar.gz
The largely-unused autopush functionality is now a no-op.
Existing applications will probably not notice, and are
better off using MSG_MORE anyways if they're on Linux.

Our poll(2) wrapper now uses rb_hash_clear if available,
reducing global method cache dependence.

shortlog of changes since 2.9.3:

      README: remove reference to Rainbows!
      writev: update comment on preserving errno
      poll: avoid rb_funcall for rb_hash_clear
      minor doc updates
      remove autopush support and make it a no-op
      HACKING: update URL for Message-ID lookup
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index d0fbba7..caeaa28 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v2.9.3
+DEF_VER=v2.10.0
 
 LF='
 '