~~~~~~~~~~~~~~~
Various settings have been renamed.
-Their old names still work in 4.5.x, but will be removed in the release after it.
+Their old names still work in 4.5.x, but will be removed in a release after it.
* :ref:`setting-allow-unsigned-supermaster` is now :ref:`setting-allow-unsigned-autoprimary`
* :ref:`setting-master` is now :ref:`setting-primary`
{"snmp-master-socket", "snmp-daemon-socket"},
{"xpf-allow-from", "Proxy Protocol"},
{"xpf-rr-code", "Proxy Protocol"},
+ {"allow-unsigned-supermaster", "allow-unsigned-autoprimary"},
+ {"master", "primary"},
+ {"slave-cycle-interval", "xfr-cycle-interval"},
+ {"slave-renotify", "secondary-do-renotify"},
+ {"slave", "secondary"},
+ {"superslave", "autosecondary"},
+ {"domain-metadata-cache-ttl", "zone-metadata-cache-ttl"},
};
void ArgvMap::warnIfDeprecated(const string& var)