From 1b5989154aafeee7daa914593b2839ebb27c9c17 Mon Sep 17 00:00:00 2001 From: quindecim Date: Wed, 25 Mar 2020 03:50:48 -0400 Subject: [PATCH] Update to 2.0.41 --- changelog.md | 18 ++++++++++++++++++ customize.sh | 2 +- module.prop | 6 +++--- 3 files changed, 22 insertions(+), 4 deletions(-) diff --git a/changelog.md b/changelog.md index 52ece38..54c3455 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,24 @@ # Changelog +## 2.0.41 + +#### Updated binary files to 2.0.41 | jedisct1 + - 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. + - 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 +the job. + - Runtime detection of support for fragments was actually enabled. + + +#### Updated config files to 2.0.41 | quindecim + - + + ## 2.0.40 #### Updated binary files to 2.0.40 | jedisct1 diff --git a/customize.sh b/customize.sh index 54a912d..bdb8751 100644 --- a/customize.sh +++ b/customize.sh @@ -1,7 +1,7 @@ ui_print " " ui_print "******************************" ui_print "* dnscrypt-proxy-android *" - ui_print "* 2.0.40 *" + ui_print "* 2.0.41 *" ui_print "******************************" ui_print "* quindecim *" ui_print "******************************" diff --git a/module.prop b/module.prop index ad2c2d7..a3cf6d0 100644 --- a/module.prop +++ b/module.prop @@ -1,6 +1,6 @@ id=dnscrypt-proxy-android name=DNSCrypt-Proxy 2 -version=2.0.40 -versionCode=40 +version=2.0.41 +versionCode=41 author=quindecim -description=A flexible DNS proxy, with support for modern encrypted DNS protocols such as DNSCrypt v2, DNS-over-HTTPS and Anonymized DNSCrypt. Using dnscrypt-proxy 2.0.40 +description=A flexible DNS proxy, with support for modern encrypted DNS protocols such as DNSCrypt v2, DNS-over-HTTPS and Anonymized DNSCrypt. Using dnscrypt-proxy 2.0.41