From 8d49ae3dda5b4274e55d2f4e5a5b4da0515b5a10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 24 Jan 2018 11:50:07 +0100 Subject: Update Cowboy to 2.2.2 --- Makefile | 2 +- doc/src/guide/getting_started.asciidoc | 2 +- doc/src/guide/migrating_from_2.2.asciidoc | 6 ++++++ ebin/cowboy.app | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 38f38cb..a7e9ac1 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ PROJECT = cowboy PROJECT_DESCRIPTION = Small, fast, modern HTTP server. -PROJECT_VERSION = 2.2.1 +PROJECT_VERSION = 2.2.2 PROJECT_REGISTERED = cowboy_clock # Options. diff --git a/doc/src/guide/getting_started.asciidoc b/doc/src/guide/getting_started.asciidoc index 6e26334..156a94f 100644 --- a/doc/src/guide/getting_started.asciidoc +++ b/doc/src/guide/getting_started.asciidoc @@ -69,7 +69,7 @@ fetch and compile Cowboy: PROJECT = hello_erlang DEPS = cowboy -dep_cowboy_commit = 2.2.1 +dep_cowboy_commit = 2.2.2 DEP_PLUGINS = cowboy diff --git a/doc/src/guide/migrating_from_2.2.asciidoc b/doc/src/guide/migrating_from_2.2.asciidoc index ed8ba2a..f0b995b 100644 --- a/doc/src/guide/migrating_from_2.2.asciidoc +++ b/doc/src/guide/migrating_from_2.2.asciidoc @@ -3,6 +3,12 @@ The following patch versions were released since Cowboy 2.2: +=== Cowboy 2.2.2 + +* While fixing the miscount in the previous patch release an + issue was introduced where HTTP/2 bodies could be sent out + of orders when using iolists. This has been corrected. + === Cowboy 2.2.1 * Colons are now allowed within path segments in routes provided diff --git a/ebin/cowboy.app b/ebin/cowboy.app index b6c175e..2ce61d8 100644 --- a/ebin/cowboy.app +++ b/ebin/cowboy.app @@ -1,6 +1,6 @@ {application, 'cowboy', [ {description, "Small, fast, modern HTTP server."}, - {vsn, "2.2.1"}, + {vsn, "2.2.2"}, {modules, ['cowboy','cowboy_app','cowboy_bstr','cowboy_children','cowboy_clear','cowboy_clock','cowboy_compress_h','cowboy_constraints','cowboy_handler','cowboy_http','cowboy_http2','cowboy_iolists','cowboy_loop','cowboy_metrics_h','cowboy_middleware','cowboy_req','cowboy_rest','cowboy_router','cowboy_static','cowboy_stream','cowboy_stream_h','cowboy_sub_protocol','cowboy_sup','cowboy_tls','cowboy_tracer_h','cowboy_websocket']}, {registered, [cowboy_sup,cowboy_clock]}, {applications, [kernel,stdlib,crypto,cowlib,ranch]}, -- cgit v1.2.3