0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 20:30:23 +00:00

Cowboy 2.6.1

This commit is contained in:
Loïc Hoguin 2018-11-28 12:15:17 +01:00
parent 291d493c21
commit e0254cdcb0
No known key found for this signature in database
GPG key ID: 8A9DF795F6FED764
5 changed files with 17 additions and 3 deletions

View file

@ -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]

View file

@ -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

View file

@ -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.