diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-03-13 12:47:48 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-03-18 14:23:19 -0400 |
commit | eb9420082ddf88462fc1ff7589c58094d7681f64 (patch) | |
tree | 1d06ee4463b32d1955534eaa66c74aebe0e75b2a /changes | |
parent | 8b4728ebd681c395e4a34eabf50035ebd1f05d7d (diff) | |
download | tor-eb9420082ddf88462fc1ff7589c58094d7681f64.tar.gz tor-eb9420082ddf88462fc1ff7589c58094d7681f64.zip |
Check for 0.2.4.8, not 0.2.4.7, to determine EXTEND2 support
Fixes bug 8464; bugfix on b2863739 in 0.2.4.8-alpha
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug8464 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug8464 b/changes/bug8464 new file mode 100644 index 0000000000..74ff2e39ff --- /dev/null +++ b/changes/bug8464 @@ -0,0 +1,5 @@ + o Minor bugfixes: + - Correct our check for which versions of Tor support the EXTEND2 + cell. We had been willing to send it to Tor 0.2.4.7-alpha and + later, when support was really added in version 0.2.4.8-alpha. + Fixes bug 8464; bugfix on 0.2.4.8-alpha. |