]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
changes file for 14391
authorNick Mathewson <nickm@torproject.org>
Wed, 15 Apr 2015 14:34:19 +0000 (10:34 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 15 Apr 2015 14:34:19 +0000 (10:34 -0400)
changes/bug14391 [new file with mode: 0644]

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