aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/guide/migrating_from_2.6.asciidoc
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-11-28 12:15:17 +0100
committerLoïc Hoguin <[email protected]>2018-11-28 12:15:17 +0100
commite0254cdcb002d26a601d087b536d2b7e9be1f1f7 (patch)
tree9b408df6132bb6878dd383ba9241421761376b95 /doc/src/guide/migrating_from_2.6.asciidoc
parent291d493c217de064bd7c2f6bd7921374c27ed8ae (diff)
downloadcowboy-e0254cdcb002d26a601d087b536d2b7e9be1f1f7.tar.gz
cowboy-e0254cdcb002d26a601d087b536d2b7e9be1f1f7.tar.bz2
cowboy-e0254cdcb002d26a601d087b536d2b7e9be1f1f7.zip
Cowboy 2.6.12.6.1
Diffstat (limited to 'doc/src/guide/migrating_from_2.6.asciidoc')
-rw-r--r--doc/src/guide/migrating_from_2.6.asciidoc12
1 files changed, 12 insertions, 0 deletions
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.