From: George Thessalonikefs Date: Mon, 3 Jul 2023 09:00:13 +0000 (+0200) Subject: - Merge #739: Add SVCB dohpath support. X-Git-Tag: release-1.18.0rc1~24^2~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19629919372d21cc122010226a43dc1376b0e312;p=thirdparty%2Funbound.git - Merge #739: Add SVCB dohpath support. - Code cleanup for sldns_str2wire_svcparam_key_lookup. --- 19629919372d21cc122010226a43dc1376b0e312 diff --cc doc/Changelog index 7ecbe01e0,0eb1c9ef1..b383b023c --- a/doc/Changelog +++ b/doc/Changelog @@@ -1,6 -1,3 +1,10 @@@ ++3 July 2023: George ++ - Merge #739: Add SVCB dohpath support. ++ - Code cleanup for sldns_str2wire_svcparam_key_lookup. ++ +3 July 2023: Wouter + - Fix #906: warning: ‘Py_SetProgramName’ is deprecated. + 29 June 2023: George - More fixes for reference counting for python module and clean up failure code.