diff options
Diffstat (limited to 'doc/src/guide/migrating_from_1.7.asciidoc')
-rw-r--r-- | doc/src/guide/migrating_from_1.7.asciidoc | 14 |
1 files changed, 14 insertions, 0 deletions
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`. |