From 0c50befc22ca04fa6465139bafb611d02686bd60 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 9 Oct 2021 08:29:18 +0000 Subject: yahns 1.18.0 8 changes since 1.17.0 (2019-04-22): worker: workaround old F_SETPIPE_SZ bug doc: favor File.read over IO.read to ease review proxy_pass: document as a public API doc: include Yahns/ directory on website extras/try_gzip_static: set "Vary: Accept-Encoding" on gzip do not sleep if signals are pending server: workaround Linux v5.5..v5.13 epoll bug gemspec: allow unicorn 6.x --- GIT-VERSION-GEN | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'GIT-VERSION-GEN') diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index e758224..31e49e7 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,11 +1,11 @@ #!/usr/bin/env ruby -# Copyright (C) 2013-2019 all contributors -# License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt) +# Copyright (C) all contributors +# License: GPL-3.0+ # frozen_string_literal: true CONSTANT = "Yahns::VERSION" RVF = "lib/yahns/version.rb" GVF = "GIT-VERSION-FILE" -DEF_VER = "v1.17.0" +DEF_VER = "v1.18.0" vn = DEF_VER.dup # First see if there is a version file (included in release tarballs), -- cgit v1.2.3-24-ge0c7