From e0254cdcb002d26a601d087b536d2b7e9be1f1f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 28 Nov 2018 12:15:17 +0100 Subject: Cowboy 2.6.1 --- doc/src/guide/book.asciidoc | 2 ++ doc/src/guide/getting_started.asciidoc | 2 +- doc/src/guide/migrating_from_2.6.asciidoc | 12 ++++++++++++ 3 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 doc/src/guide/migrating_from_2.6.asciidoc (limited to 'doc') diff --git a/doc/src/guide/book.asciidoc b/doc/src/guide/book.asciidoc index f4702dc..2101407 100644 --- a/doc/src/guide/book.asciidoc +++ b/doc/src/guide/book.asciidoc @@ -73,6 +73,8 @@ include::middlewares.asciidoc[Middlewares] = Additional information +include::migrating_from_2.6.asciidoc[Changes since Cowboy 2.6] + include::migrating_from_2.5.asciidoc[Migrating from Cowboy 2.5 to 2.6] include::migrating_from_2.4.asciidoc[Migrating from Cowboy 2.4 to 2.5] diff --git a/doc/src/guide/getting_started.asciidoc b/doc/src/guide/getting_started.asciidoc index 75022df..3215fb9 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.6.0 +dep_cowboy_commit = 2.6.1 DEP_PLUGINS = cowboy diff --git a/doc/src/guide/migrating_from_2.6.asciidoc b/doc/src/guide/migrating_from_2.6.asciidoc new file mode 100644 index 0000000..0adab3e --- /dev/null +++ b/doc/src/guide/migrating_from_2.6.asciidoc @@ -0,0 +1,12 @@ +[appendix] +== Changes since Cowboy 2.6 + +The following patch versions were released since Cowboy 2.6: + +=== Cowboy 2.6.1 + +This release updates Ranch to 1.7.1. + +It fixes an issue with the PROXY protocol where the wrong +CRC32 algorithm was used and would cause checksum +verification to fail. -- cgit v1.2.3