diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-05-10 09:22:32 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-05-10 09:22:32 -0400 |
commit | 7ee67c47fae2263e8c4f5599e0fbba6531738120 (patch) | |
tree | c064d947b364f7e5899c3c2d66755fe13203dbb3 /changes | |
parent | 15b8c860d3c8eac8f560569a90e90ba517e1c6ae (diff) | |
parent | 2d61a83513d4537735843f50c1766c224dd86183 (diff) | |
download | tor-7ee67c47fae2263e8c4f5599e0fbba6531738120.tar.gz tor-7ee67c47fae2263e8c4f5599e0fbba6531738120.zip |
Merge branch 'maint-0.3.1' into maint-0.3.2
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug26069 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug26069 b/changes/bug26069 new file mode 100644 index 0000000000..192e97d782 --- /dev/null +++ b/changes/bug26069 @@ -0,0 +1,5 @@ + o Minor bugfixes (hidden service v3): + - When parsing the descriptor signature, look for the token plus an extra + white-space at the end. This is more correct but also will allow us to + support new fields that might start with "signature". Fixes bug 26069; + bugfix on 0.3.0.1-alpha. |