Spaces in CNAME options break parsing.
cname = wibble,wobble
works, but
cname = wibble, wobble
fails. Bug introduced in 2.77. commit a1d973f987e392870ba42a7e9d4d3cd166879ea0
diff --git a/CHANGELOG b/CHANGELOG
index 075fe1a..6bb566d 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,8 @@
+version 2.79
+ Fix parsing of CNAME arguments, which are confused by extra spaces.
+ Thanks to Diego Aguirre for spotting the bug.
+
+
version 2.78
Fix logic of appending ".<layer>" to PXE basename. Thanks to Chris
Novakovic for the patch.