summaryrefslogtreecommitdiff
path: root/changes/bug16260
diff options
context:
space:
mode:
Diffstat (limited to 'changes/bug16260')
-rw-r--r--changes/bug1626011
1 files changed, 0 insertions, 11 deletions
diff --git a/changes/bug16260 b/changes/bug16260
deleted file mode 100644
index a2797b8b0c..0000000000
--- a/changes/bug16260
+++ /dev/null
@@ -1,11 +0,0 @@
- o Minor bugfix (Hidden service)
- - When cannibalizing a circuit for an introduction point, always extend
- to the chosen exit node creating a 4 hop circuit instead of using the
- current circuit exit node which resulted in changing the original
- intro point choice. This resulted in the hidden service skipping
- excluded nodes like for instance reconnecting to an expired intro
- point. Fixes bug 16260; bugfix on 0.1.0.1-rc.
-
- This is particularly important for the introduction point retry
- behavior (see bug 8239) since cannibalization is allowed, which is
- desired, so it's important to pin the chosen exit point.