diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-07-31 10:48:35 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-07-31 10:48:35 -0400 |
commit | 2503cfad240bfd59b033b4380b0ebd4a8a148802 (patch) | |
tree | af3477c77a48a7563687bca561338b863b363b90 /changes | |
parent | aed93f8ad918787ea787061106bcd5289c712823 (diff) | |
download | tor-2503cfad240bfd59b033b4380b0ebd4a8a148802.tar.gz tor-2503cfad240bfd59b033b4380b0ebd4a8a148802.zip |
Allow microdescs to be up to 2k. Partial fix for 6404.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug6404 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug6404 b/changes/bug6404 new file mode 100644 index 0000000000..d01964d1e5 --- /dev/null +++ b/changes/bug6404 @@ -0,0 +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 + with complex policies or family declarations. Partial fix for + bug 6404; fix on 0.2.2.6-alpha. + |