diff options
author | David Goulet <dgoulet@torproject.org> | 2016-11-28 10:58:03 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-12-02 12:09:08 -0500 |
commit | 907cd8a0cfb6da08450902ebb2f21db3cd65e7f7 (patch) | |
tree | e65ba9067d929be27c80031c8ffe32da062a303b /changes/bug20810 | |
parent | 8b93cbc16d2ec0b64ce9d48482a2cf2164ed1199 (diff) | |
download | tor-907cd8a0cfb6da08450902ebb2f21db3cd65e7f7.tar.gz tor-907cd8a0cfb6da08450902ebb2f21db3cd65e7f7.zip |
protover: Fix old tor hardcoded version check
When computing old Tor protocol line version in protover, we were looking at
0.2.7.5 twice instead of the specific case for 0.2.9.1-alpha.
Fixes #20810
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'changes/bug20810')
-rw-r--r-- | changes/bug20810 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug20810 b/changes/bug20810 new file mode 100644 index 0000000000..5420a73175 --- /dev/null +++ b/changes/bug20810 @@ -0,0 +1,4 @@ + o Minor bugfixes (relay) + - When computing old Tor protocol line version in protover, we were + looking at 0.2.7.5 twice instead of a specific case for 0.2.9.1-alpha. + Bugfix on tor-0.2.9.4-alpha. |