about summary refs log tree commit homepage
path: root/GIT-VERSION-GEN
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-12-13 02:17:36 +0000
committerEric Wong <e@80x24.org>2015-12-13 02:17:36 +0000
commit47894f3c42814f15b9a4d6a64dd828309e066bf6 (patch)
tree7b899904e93f2d71cfc3b68d30c255631741d4b3 /GIT-VERSION-GEN
parent02f5f5b0536e668773546b52a8b3bca16fee68f0 (diff)
downloadyahns-47894f3c42814f15b9a4d6a64dd828309e066bf6.tar.gz
There's some minor test case fixes and documentation updates.

For OpenSSL users running the Ruby 2.3.0 preview releases,
we now use `exception: false' for for accept_nonblock to reduce
exceptions.  Non-SSL I/O still uses kgio for now.

6 changes since 1.10.0:
      wbuf: fix typo in bug check for sendfile gem
      test_wbuf: deal with proper zero-copy for Unix sockets
      README: clarify and update copyright year
      doc: document and reference sd_listen_fds(3) behavior
      test_server: fix race condition in hooks test
      openssl_client: use `exception: false' for accept_nonblock
Diffstat (limited to 'GIT-VERSION-GEN')
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 2143899..608a76d 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -4,7 +4,7 @@
 CONSTANT = "Yahns::VERSION"
 RVF = "lib/yahns/version.rb"
 GVF = "GIT-VERSION-FILE"
-DEF_VER = "v1.10.0"
+DEF_VER = "v1.11.0"
 vn = DEF_VER
 
 # First see if there is a version file (included in release tarballs),