From: Yorgos Thessalonikefs Date: Tue, 9 Apr 2024 14:57:37 +0000 (+0200) Subject: - Merge #1043 from xiaoxiaoafeifei: Add loongarch support; updates X-Git-Tag: release-1.20.0rc1~35 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a30221c5bbdc93507951a0c4f22db6fc3d4be001;p=thirdparty%2Funbound.git - Merge #1043 from xiaoxiaoafeifei: Add loongarch support; updates config.guess(2024-01-01) and config.sub(2024-01-01), verified with upstream. --- a30221c5bbdc93507951a0c4f22db6fc3d4be001 diff --cc doc/Changelog index 11a450b81,11a450b81..12ed16446 --- a/doc/Changelog +++ b/doc/Changelog @@@ -1,3 -1,3 +1,8 @@@ ++9 April 2024: Yorgos ++ - Merge #1043 from xiaoxiaoafeifei: Add loongarch support; updates ++ config.guess(2024-01-01) and config.sub(2024-01-01), verified ++ with upstream. ++ 8 April 2024: Yorgos - Fix #595: unbound-anchor cannot deal with full disk; it will now first write out to a temp file before replacing the original one,