NEWS in yahns-1.12.4 vs NEWS in yahns-1.12.5

- old
+ new

@@ -1,4 +1,30 @@ +=== yahns 1.12.5 - proxy_pass + rack.hijack fixes / 2016-06-05 23:09 UTC + + 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. + === yahns 1.12.4 - rack.hijack and proxy_pass bugfixes / 2016-05-02 19:43 UTC This release fixes some resource leaks in uncommonly used parts of yahns as well as including some documentation improvements. No need to upgrade unless you rely on rack.hijack for responses