about summary refs log tree commit homepage
path: root/GIT-VERSION-GEN
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-04-08 19:27:52 +0000
committerEric Wong <e@80x24.org>2016-04-08 19:45:23 +0000
commite02ba5134edb578b1b429b44860640912400eefd (patch)
treead6dd4c761a4b46ac5eddbf9b6a057ab1de85e74 /GIT-VERSION-GEN
parent0d9d05679247a6e77a24bf19d59035cec872a6f4 (diff)
downloadyahns-e02ba5134edb578b1b429b44860640912400eefd.tar.gz
This release only contains two changes since v1.12.2:

* proxy_http_response: workaround non-terminated backends

  The first is a fix for the undocumented and unstable "proxy_pass"
  feature:
  https://yhbt.net/yahns-public/20160406062556.10988-1-e@80x24.org/t/

  However, I'm considering supporting proxy_pass as a stable API:
  https://yhbt.net/yahns-public/20160220081619.GA10850@dcvr.yhbt.net/t/

* doc: recommend "verify_mode: OpenSSL::SSL::VERIFY_NONE"

  Only a documentation change prompted by the discovery that
  some browsers/platforms will try to prompt users for client
  certs:
  https://yhbt.net/yahns-public/20160316003434.GA14791@dcvr.yhbt.net/t/
Diffstat (limited to 'GIT-VERSION-GEN')
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 2003e3f..926dc25 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.2"
+DEF_VER = "v1.12.3"
 vn = DEF_VER.dup
 
 # First see if there is a version file (included in release tarballs),