diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-08-14 03:10:14 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-08-14 03:10:14 -0400 |
commit | a4fbfa81b3fb732687efcefce851e2cd089ea6c1 (patch) | |
tree | 858cb09aaab1a4fd8d43769a92c1fbe1aab024ab /changes | |
parent | a9eed33111173d9f7c7fbff74ab1573c4c12e634 (diff) | |
download | tor-a4fbfa81b3fb732687efcefce851e2cd089ea6c1.tar.gz tor-a4fbfa81b3fb732687efcefce851e2cd089ea6c1.zip |
Update description of what we did to upper limit on md size
Spotted by asn
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug6404 | 4 |
1 files changed, 2 insertions, 2 deletions
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. |