aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-07-15 18:53:29 -0400
committerNick Mathewson <nickm@torproject.org>2011-07-15 18:55:12 -0400
commitb8943461c0d26074522f905eba862bd9caab591b (patch)
tree566983120773f63a4dc1e5aad17b56776487d268 /changes
parent8157dcbdf87271feab1b610df4eb0c616b250197 (diff)
downloadtor-b8943461c0d26074522f905eba862bd9caab591b.tar
tor-b8943461c0d26074522f905eba862bd9caab591b.tar.gz
Fix bug in upload/download of hsdesc with microdescs
Previously we were using router_get_by_id(foo) to test "do we have a descriptor that will let us make an anonymous circuit to foo". But that isn't right for microdescs: we should have been using node_t. Fixes bug 3601; bugfix on 0.2.3.1-alpha.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug36014
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug3601 b/changes/bug3601
new file mode 100644
index 000000000..36686a45f
--- /dev/null
+++ b/changes/bug3601
@@ -0,0 +1,4 @@
+ o Major bugfixes:
+ - Using microdescriptors no longer prevents Tor from uploading and
+ downloading hidden service descriptors. Fixes bug 3601; bugfix
+ on 0.2.3.1-alpha.