about summary refs log tree commit homepage
path: root/GIT-VERSION-GEN
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2014-07-16 20:00:18 +0000
committerEric Wong <e@80x24.org>2014-07-16 20:00:18 +0000
commitdef5f784b5a26a3f698a93f3b6b63946a09e7c44 (patch)
treebc7f0c16acd74441316ef1f74c9d77472595a293 /GIT-VERSION-GEN
parent54d8f7898470fa2bb08d308876eecf3e32b33dff (diff)
downloadyahns-def5f784b5a26a3f698a93f3b6b63946a09e7c44.tar.gz
This release contains a major bug fix noticeable on FreeBSD VMs, but
should affect Linux systems making large responses which require
output buffering, too.

* test_server: avoid multiple workers for dead parent check
* wbuf: avoid corrupted large responses with zero-copy sendfile
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 530176a..ee2b096 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.3.0"
+DEF_VER = "v1.3.1"
 vn = DEF_VER
 
 # First see if there is a version file (included in release tarballs),