From: Neel Chauhan Date: Fri, 19 Jul 2019 17:11:45 +0000 (-0400) Subject: Add changes file for Bug #31088 X-Git-Tag: tor-0.4.2.1-alpha~60^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cc5af6dbd5d27cc80fba9df65eea1fff5833a08d;p=thirdparty%2Ftor.git Add changes file for Bug #31088 --- diff --git a/changes/bug31088 b/changes/bug31088 new file mode 100644 index 0000000000..c258d1bada --- /dev/null +++ b/changes/bug31088 @@ -0,0 +1,5 @@ + o Minor bugfixes (ipv6): + - We check for private IPv6 address alongside their IPv4 equivalents when + authorities check descriptors. Previously, we only checked for private + IPv4 addresses. Fixes bug 31088; bugfix on 0.2.3.21-rc. Patch by Neel + Chauhan.