From 6889077c5f6c96f0a66e195de8908ac082466f5e Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Tue, 6 Jun 2017 17:09:26 +0200 Subject: [PATCH] h2o: Update version from 2.2.0 to 2.2.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [Changes][1]: > ### H2O version 2.2.1 ### > > @kazuho kazuho released this on Apr 23 · 145 commits to master since > this release > > This is a bug-fix release for 2.2 series, fixing the following issues > found in 2.2.0. > > * [mruby] correct the line number reported on an exception #1239 #1251 (Ichito Nagata) > * [mruby] retain the order of request headers sharing a single name #1271 (Kazuho Oku) > * [ssl] fix assertion failure in decode_ssl_input #1264 (Kazuho Oku) > * [ssl] fix OCSP stapling error when OpenSSL 1.1.0 is used #1270 (Kazuho Oku) > * [libh2o] fix crash when abruptly closing an HTTP/2 connection on libuv #1250 (Kazuho Oku) > * [libh2o] fix memory leak of _timestamp_cache #1255 (Kazuho Oku) > * [doc] restore doc of %{...}e #1252 (Kazuho Oku) > * [doc] fix typo suggesting using brotli instead of br #1263 (Bogdan Khomutsky) [misc] fix undefined behaviors detected by ubsan #1246 (Frederik Deweerdt) > > ### H2O version 2.2.2 ### > > @kazuho kazuho released this on Apr 23 · 145 commits to master since > this release > > This is a bug-fix release for 2.2 series, fixing the following > regression found in 2.2.1. > > * [ssl] fix OCSP stapling error when LibreSSL is used #1275 (Ian Moone) [1] https://github.com/h2o/h2o/releases --- h2o.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/h2o.be0 b/h2o.be0 index ab11273ce..8038e76e5 100755 --- a/h2o.be0 +++ b/h2o.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION h2o-2.2.0-0 +# BEE_VERSION h2o-2.2.2-0 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.)