about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2014-11-16 11:00:44 +0000
committerEric Wong <e@80x24.org>2014-11-16 11:00:44 +0000
commitcc536b2c0e97dff6e537495114f3acd290368e9b (patch)
tree283b22018e570ca91ff04755a75913a0beafc777
parent36b3d5ab9779757996191ca9271d1336ec5303d7 (diff)
downloadyahns-cc536b2c0e97dff6e537495114f3acd290368e9b.tar.gz
Minor internal cleanups and bugfixes.

* http_client: clear some internal ivars on rack.hijack
* README: minor updates
* extras/autoindex: do not link beyond top-level
* extras/autoindex: fix misnamed variable
* extras/autoindex: integrate with TryGzipStatic
* queue: remove TODO comment for kqueue
* switch to require_relative for internal requires
* README: add OpenSSL exception
* stream_input: favor str.clear instead of str.replace('')
* http_response: skip Date header case-insensitively
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index ee2b096..f96fee1 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.1"
+DEF_VER = "v1.4.0"
 vn = DEF_VER
 
 # First see if there is a version file (included in release tarballs),