designate/releasenotes/notes/bug-1755788-txt-spf-validation-d18e43c12691132a.yaml
Erik Olof Gunnar Andersson b04e4a4555 Updated Release notes for Train
Change-Id: I2d62fe1f530637c2d80df8f5d69a7e3159bda37d
2019-09-01 19:24:59 -07:00

12 lines
416 B
YAML

---
fixes:
- |
TXT and SPF records are now validated for empty spaces in the values.
If record value has empty space it should use "" quotation according to
RFC-1035 section 5.1. Use of single quotation mark within record value
requires quote symbol to be escaped with backslash.
See `bug 1755788`_ for more information.
.. _bug 1755788: https://bugs.launchpad.net/designate/+bug/1755788