From c39d66661bcb10615e7c0cafa323f2c9eddda3d9 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Tue, 24 Mar 2020 21:56:10 +0100 Subject: [PATCH] Remove ARMv6 and ARMv7 binaries --- ChangeLog | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index ec721a20..1ff1aa4e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,8 @@ * Version 2.0.41 - - Precompiled binaries for armv5, armv6 and armv7 are available. -The default arm builds were not compatible with older CPUs when -compiled with Go 1.14. mips64 binaries are explicitly compiled with -softfloat to improve compatibility. + - Precompiled ARM binaries are compatible with ARMv5 CPUs. The +default arm builds were not compatible with older CPUs when compiled +with Go 1.14. mips64 binaries are explicitly compiled with `softfloat` +to improve compatibility. - Quad9 seems to be only blocking fragmented queries over UDP for some networks. They have been removed from the default list of broken resolvers; runtime detection of support for fragments should now do