From: Nick Mathewson Date: Tue, 14 Aug 2012 07:10:14 +0000 (-0400) Subject: Update description of what we did to upper limit on md size X-Git-Tag: tor-0.2.3.21-rc~6^2~7^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a4fbfa81b3fb732687efcefce851e2cd089ea6c1;p=thirdparty%2Ftor.git Update description of what we did to upper limit on md size Spotted by asn --- diff --git a/changes/bug6404 b/changes/bug6404 index 77081481ce..948f00b92e 100644 --- a/changes/bug6404 +++ b/changes/bug6404 @@ -1,7 +1,7 @@ o Minor bugfixes: - - Increase the maximum length of microdescriptor we are willing to - generate from 1K to 2K. Occasionally this is needed for routers + - Remove the maximum length of microdescriptor we are willing to + generate. Occasionally this is needed for routers with complex policies or family declarations. Partial fix for bug 6404; fix on 0.2.2.6-alpha.