From 8e10022604d190746f528d81978456dcef80f67b Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 22 Feb 2016 00:32:52 +0000 Subject: yahns 1.12.1 - more TLS fixes Most notably release fixes TLS output buffering for large responses to slow clients. For Rack HTTPS users, env['SERVER_PORT'] also defaults to 443 properly unless the Host: request header specifies differently. Also, the extras/autoindex change is to make our own directory listing look nicer as we use Let's Encrypt and don't want to waste space listing ".well-known/" directory contents on: https://yahns.yhbt.net/ Yes, we really do care how our homepage looks! 6 changes since v1.12.1: extras/autoindex: support hiding dotfiles fix output buffering with SSL_write https: ensure SERVER_PORT defaults to 443 test_ssl: check SERVER_PORT when parsed from Host: header doc: mention kqueue/kevent alongside epoll doc: more minor updates --- GIT-VERSION-GEN | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index fb2a8a6..fb50b3c 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.0" +DEF_VER = "v1.12.1" vn = DEF_VER.dup # First see if there is a version file (included in release tarballs), -- cgit v1.2.3-24-ge0c7