]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Add changes file for Bug #31088
authorNeel Chauhan <neel@neelc.org>
Fri, 19 Jul 2019 17:11:45 +0000 (13:11 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 27 Aug 2019 00:02:11 +0000 (20:02 -0400)
changes/bug31088 [new file with mode: 0644]

diff --git a/changes/bug31088 b/changes/bug31088
new file mode 100644 (file)
index 0000000..c258d1b
--- /dev/null
@@ -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.