diff --git a/ChangeLog b/ChangeLog index 3b73bc65..6ae09390 100644 --- a/ChangeLog +++ b/ChangeLog @@ -20954,3 +20954,6 @@ 2022-11-15 Fred Gleason * Fixed a bug in rdcatchd(8) that caused record events to be captured with the incorrect sampling rate. +2022-11-21 Fred Gleason + * Fixed a bug in the podcasting subsystem that broke validation + of the 'direct' name space. diff --git a/lib/rdrssschemas.cpp b/lib/rdrssschemas.cpp index e6584722..4613d78c 100644 --- a/lib/rdrssschemas.cpp +++ b/lib/rdrssschemas.cpp @@ -63,7 +63,7 @@ RDRssSchemas::RDRssSchemas() c_header_templates.push_back("\n"); // AppleSuperfeedSchema - c_header_templates.push_back("\n xmlns:direct=\"http://www.rivendellaudio.org/dtds/direct-0.1.dtd\">"); + c_header_templates.push_back("\n"); // // Channel Templates