From: Nick Mathewson Date: Wed, 15 Apr 2015 14:34:19 +0000 (-0400) Subject: changes file for 14391 X-Git-Tag: tor-0.2.7.1-alpha~67 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e1fa9d63e7ef6d41b78280a73f86a0b17110dfd;p=thirdparty%2Ftor.git changes file for 14391 --- 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.