summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-07-06 10:20:57 -0400
committerNick Mathewson <nickm@torproject.org>2016-07-06 10:20:57 -0400
commit9baf4d10b4656139e18c178f5c669ef0cd70c057 (patch)
tree587eb2b061cbd2a7ee1ab91e92a78cd0acf5a500
parent8e633d06435e4b78f0ec45ba3b5d81d25aae1d3f (diff)
downloadtor-9baf4d10b4656139e18c178f5c669ef0cd70c057.tar.gz
tor-9baf4d10b4656139e18c178f5c669ef0cd70c057.zip
Fold another entry into the changelog
-rw-r--r--ChangeLog7
-rw-r--r--changes/bug196086
2 files changed, 7 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index a1e7257868..f204bbf8f3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -26,6 +26,13 @@ Changes in version 0.2.8.5-rc - 2016-07-0?
fallbacks. Fixes bug 19480; bugfix on 0.2.8.3-alpha. Patch
by teor.
+ o Minor bugfixes (IPv6, microdescriptors):
+ - Don't check node addresses when we only have a routerstatus. This
+ allows IPv6-only clients to bootstrap by fetching microdescriptors
+ from fallback directory mirrors. (The microdescriptor consensus
+ has no IPv6 addresses in it.) Fixes bug 19608; bugfix
+ on 0.2.8.2-alpha.
+
o Minor bugfixes (logging):
- Reduce excessive logging when directory servers can't be found.
Fixes bug 18849; bugfix on 0.2.8.3-alpha and 0.2.8.1-alpha. Patch
diff --git a/changes/bug19608 b/changes/bug19608
deleted file mode 100644
index 66c2de214e..0000000000
--- a/changes/bug19608
+++ /dev/null
@@ -1,6 +0,0 @@
- o Minor bugfixes (IPv6, microdescriptors):
- - Don't check node addresses when we only have a routerstatus.
- This allows IPv6-only clients to bootstrap by fetching
- microdescriptors from fallback directory mirrors.
- (The microdescriptor consensus has no IPv6 addresses in it.)
- Fixes bug 19608; bugfix on c281c036 in 0.2.8.2-alpha.