diff --git a/changelog.md b/changelog.md index 4f8bdf5..52ece38 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,21 @@ # Changelog +## 2.0.40 + +#### Updated binary files to 2.0.40 | jedisct1 + - Servers blocking fragmented queries are now automatically detected. + - The server name is now only present in query logs when an actual upstream servers was required to resolve a query. + - TLS client authentication has been added for DoH. + - The Firefox plugin is now skipped for connections coming from the local DoH server. + - DoH RTT computation is now more accurate, especially when CDNs are in the middle. + - The forwarding plugin is now more reliable, and handles retries over TCP. + + +#### Updated config files to 2.0.40 | quindecim + - + + ## 2.0.39-2 #### Updated binary files to 2.0.39 | jedisct1 diff --git a/customize.sh b/customize.sh index 68db3d2..54a912d 100644 --- a/customize.sh +++ b/customize.sh @@ -1,7 +1,7 @@ ui_print " " ui_print "******************************" ui_print "* dnscrypt-proxy-android *" - ui_print "* 2.0.39-2 *" + ui_print "* 2.0.40 *" ui_print "******************************" ui_print "* quindecim *" ui_print "******************************" diff --git a/module.prop b/module.prop index 2162c36..ad2c2d7 100644 --- a/module.prop +++ b/module.prop @@ -1,6 +1,6 @@ id=dnscrypt-proxy-android name=DNSCrypt-Proxy 2 -version=2.0.39-2 -versionCode=39 +version=2.0.40 +versionCode=40 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.39 +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