about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-02-22 00:32:52 +0000
committerEric Wong <e@80x24.org>2016-02-22 00:32:52 +0000
commit8e10022604d190746f528d81978456dcef80f67b (patch)
tree7b5a657941f896ee3d7662c224030aa0dcc515ed
parente2604972452d6d553c9c5bb60bf8637c7213695e (diff)
downloadyahns-8e10022604d190746f528d81978456dcef80f67b.tar.gz
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
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
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),