migrating_from_1.7.asciidoc 415 B

1234567891011121314
  1. [appendix]
  2. == Changes since Ranch 1.7
  3. The following patch versions were released since Ranch 1.7:
  4. === Ranch 1.7.1
  5. This release fixes an issue with the PROXY protocol where
  6. the wrong CRC32 algorithm was used and would cause checksum
  7. verification to fail.
  8. Because the plain `crc32` checksum is not supported by the
  9. PROXY protocol, the configuration value when building PROXY
  10. headers has been changed to `crc32c`.