about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-11-14 21:08:26 +0000
committerEric Wong <e@80x24.org>2016-11-14 21:14:28 +0000
commitb24e67932930d1cde5c6b11bca380557e16d072e (patch)
tree0de7bc9b9313ff5a47ea5ea65ffb2e9ea47d7668
parent662f9062a6e738fc10e6cd2ebebb1d9b8670aedb (diff)
downloadyahns-b24e67932930d1cde5c6b11bca380557e16d072e.tar.gz
There's minor feature removals for undocumented and
undefined features and behavior which are unlikely to
affect anybody unless they serve HTTPS.

Our website is now self-hosted with HTTPS support (HTTP remains
supported for legacy systems):

	https://yhbt.net/yahns/README

See git history at git://yhbt.net/yahns.git for full details.

      openssl_client: avoid undefined SSL_write behavior
      move website to https://yhbt.net/yahns/
      stream_file: remove #to_io support from responses
      response: only stream "file" responses on known length
      response: fixup compile error
      req_res: do not send 502 on catchall error if response buffered
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index b2b8af8..309f9a6 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.13.0"
+DEF_VER = "v1.14.0"
 vn = DEF_VER.dup
 
 # First see if there is a version file (included in release tarballs),