From be82dac08007212b686ada063b4de110dbbeaff1 Mon Sep 17 00:00:00 2001 From: quindecim Date: Fri, 12 Jun 2020 05:37:28 -0400 Subject: [PATCH] Update to 2.0.44 --- changelog.md | 14 ++++++++++++++ customize.sh | 2 +- module.prop | 6 +++--- 3 files changed, 18 insertions(+), 4 deletions(-) diff --git a/changelog.md b/changelog.md index 30a41fd..73b9dea 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,18 @@ # Changelog +## 2.0.44 + +##### Updated binary files to 2.0.44 | jedisct1 +- More updates to the set of block lists, thanks again to IceCodeNew. +- Netprobes and listening sockets are now ignored when the `-list`, `-list-all`, `-show-certs` or `-check` command-line switches are used. +- `tls_client_auth` was renamed to `doh_client_x509_auth`. A section with the previous name is temporarily ignored if empty, but will error out if not. +- Unit tests are now working on 32-bit systems. Thanks to Will Elwood and @lifenjoiner. + +##### Updated config files to 2.0.44 | quindecim +- + + ## 2.0.43 ##### Updated binary files to 2.0.43 | jedisct1 @@ -30,6 +42,7 @@ forced to use TCP. ##### Updated binary files to 2.0.42 | jedisct1 - + ##### Updated config files to 2.0.42-3 | quindecim - ⛔️ Disabled properly `IPv6` queries in `post-fs-data.sh` file (no more DNS leaks this time) @@ -38,6 +51,7 @@ forced to use TCP. ##### Updated binary files to 2.0.42 | jedisct1 - + ##### Updated config files to 2.0.42-2 | quindecim - ⛔️ Disabled every `IPv6` queries in `post-fs-data.sh` file: `INPUT`, `FORWARD` and `OUTPUT` (to enforce leaks prevention in some cases). diff --git a/customize.sh b/customize.sh index 3e60f62..e54b0bb 100644 --- a/customize.sh +++ b/customize.sh @@ -1,7 +1,7 @@ ui_print " " ui_print "******************************" ui_print "* dnscrypt-proxy-android *" - ui_print "* 2.0.43 *" + ui_print "* 2.0.44 *" ui_print "******************************" ui_print "* quindecim *" ui_print "******************************" diff --git a/module.prop b/module.prop index 0963da9..e22299d 100644 --- a/module.prop +++ b/module.prop @@ -1,6 +1,6 @@ id=dnscrypt-proxy-android name=DNSCrypt-Proxy 2 -version=2.0.43 -versionCode=430 +version=2.0.44 +versionCode=440 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.43 +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.44