aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-11-28 11:35:20 +0100
committerLoïc Hoguin <[email protected]>2018-11-28 11:35:20 +0100
commit3190aef88aea04d6dce8545fe9b4574288903f44 (patch)
tree22dbee327054ae8a8fa7d7901b689ee18687dc4e /doc
parent0d9ad0a8445e7ba6e8bf9591257fa4457dda8321 (diff)
downloadranch-3190aef88aea04d6dce8545fe9b4574288903f44.tar.gz
ranch-3190aef88aea04d6dce8545fe9b4574288903f44.tar.bz2
ranch-3190aef88aea04d6dce8545fe9b4574288903f44.zip
Ranch 1.7.11.7.1
Diffstat (limited to 'doc')
-rw-r--r--doc/src/guide/book.asciidoc2
-rw-r--r--doc/src/guide/migrating_from_1.7.asciidoc14
2 files changed, 16 insertions, 0 deletions
diff --git a/doc/src/guide/book.asciidoc b/doc/src/guide/book.asciidoc
index b8587ab..d4080b3 100644
--- a/doc/src/guide/book.asciidoc
+++ b/doc/src/guide/book.asciidoc
@@ -29,6 +29,8 @@ include::internals.asciidoc[Internals]
include::upcoming_2.0_changes.asciidoc[Upcoming changes in Ranch 2.0]
+include::migrating_from_1.7.asciidoc[Changes since Ranch 1.7]
+
include::migrating_from_1.6.asciidoc[Migrating from Ranch 1.6 to 1.7]
include::migrating_from_1.5.asciidoc[Migrating from Ranch 1.5 to 1.6]
diff --git a/doc/src/guide/migrating_from_1.7.asciidoc b/doc/src/guide/migrating_from_1.7.asciidoc
new file mode 100644
index 0000000..a4ce981
--- /dev/null
+++ b/doc/src/guide/migrating_from_1.7.asciidoc
@@ -0,0 +1,14 @@
+[appendix]
+== Changes since Ranch 1.7
+
+The following patch versions were released since Ranch 1.7:
+
+=== Ranch 1.7.1
+
+This release fixes an issue with the PROXY protocol where
+the wrong CRC32 algorithm was used and would cause checksum
+verification to fail.
+
+Because the plain `crc32` checksum is not supported by the
+PROXY protocol, the configuration value when building PROXY
+headers has been changed to `crc32c`.