about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-06-05 23:04:38 +0000
committerEric Wong <e@80x24.org>2016-06-05 23:04:38 +0000
commit8b311a90d297dc5eb1040ce112c2304461d1fbfc (patch)
treea484414efc5f8499b0c475885e3db7f5a200454f
parent95807e2c3454cb4e368a521339dadc05ff4211ef (diff)
downloadyahns-maint.tar.gz
Hopefully the last of the 1.12.x series, this release
fixes a few minor bugs mainly needed for testing.

No upgrade should be necessary for non-proxy_pass users.

4 changes since v1.12.4 from the "maint" branch at
git://yhbt.net/yahns.git

      http_client: set state to :ignore before hijack callback
      test/test_client_expire: fix for high RLIMIT_NOFILE
      proxy_pass: do not chunk HTTP/1.0 with keep-alive
      proxy_pass: X-Forwarded-For appends to existing list

 lib/yahns/http_client.rb         |  6 +++---
 lib/yahns/proxy_http_response.rb |  8 ++++++--
 lib/yahns/proxy_pass.rb          |  5 ++++-
 test/test_client_expire.rb       | 13 +++++++++++--
 test/test_proxy_pass.rb          | 10 ++++++++++
 5 files changed, 34 insertions(+), 8 deletions(-)

Note: the current "master" branch (at commit 5e211ea003d2)
includes refactorings and new features not included in this
release.
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index af39a2d..594fb61 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -5,7 +5,7 @@
 CONSTANT = "Yahns::VERSION"
 RVF = "lib/yahns/version.rb"
 GVF = "GIT-VERSION-FILE"
-DEF_VER = "v1.12.4"
+DEF_VER = "v1.12.5"
 vn = DEF_VER.dup
 
 # First see if there is a version file (included in release tarballs),