aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-04-15 10:34:19 -0400
committerNick Mathewson <nickm@torproject.org>2015-04-15 10:34:19 -0400
commit7e1fa9d63e7ef6d41b78280a73f86a0b17110dfd (patch)
tree65fed60d358324121130719e214aa74c738c1368 /changes
parent8837cc266e44f8033f32a7d1a05020e585f034c7 (diff)
downloadtor-7e1fa9d63e7ef6d41b78280a73f86a0b17110dfd.tar.gz
tor-7e1fa9d63e7ef6d41b78280a73f86a0b17110dfd.zip
changes file for 14391
Diffstat (limited to 'changes')
-rw-r--r--changes/bug143915
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug14391 b/changes/bug14391
new file mode 100644
index 0000000000..590737218c
--- /dev/null
+++ b/changes/bug14391
@@ -0,0 +1,5 @@
+
+ o Code simplification and refactoring:
+ - Refactor hidden service client-side cache lookup to intelligently
+ report its various failure cases, and disentangle failure cases
+ involving a lack of introduction points. Closes ticket 14391.