about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <yahns-public@yhbt.net>2017-03-23 04:00:22 +0000
committerEric Wong <yahns-public@yhbt.net>2017-03-23 04:04:54 +0000
commit1d34b4b93d357811429429ce217345d587462c17 (patch)
tree7afe11030d4b19cd953d3cf6abb03e8a1af616f4
parent50195b2e9d7d7e4798bfe96f318f8848d6ea9705 (diff)
downloadyahns-1.15.0.tar.gz
Minor changes to reduce allocations and simplify our code
and dependencies.  Nothing particularly interesting unless
you're the type of person who appreciates brake pedals
in with holes drilled in them for weight reduction.

11 changes since 1.14.1 (2016-12-14):
      stream_input: avoid allocation for common #read case
      proxy_pass: add a note about the instability of this
      tee_input: simplify conditional for writing to temporary file
      proxy_http_response: reduce memory pressure from larger headers
      http_response: make response headers eligible for GC, sooner
      update more referenced URLs to be HTTPS
      chunk_body: nodoc this internal class
      Revert "use olddoc 1.1.0 for generating NEWS + NEWS.atom.xml"
      gemspec: stop advertising "private" email address
      doc: design_notes: we do not use EPOLLEXCLUSIVE
      README: update with disclaimer about subscription

Ovt punatrf pbzvat...
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 56ac912..4cea611 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.14.1"
+DEF_VER = "v1.15.0"
 vn = DEF_VER.dup
 
 # First see if there is a version file (included in release tarballs),