aboutsummaryrefslogtreecommitdiff
path: root/changes/bug8464
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-03-13 12:47:48 -0400
committerNick Mathewson <nickm@torproject.org>2013-03-18 14:23:19 -0400
commiteb9420082ddf88462fc1ff7589c58094d7681f64 (patch)
tree1d06ee4463b32d1955534eaa66c74aebe0e75b2a /changes/bug8464
parent8b4728ebd681c395e4a34eabf50035ebd1f05d7d (diff)
downloadtor-eb9420082ddf88462fc1ff7589c58094d7681f64.tar
tor-eb9420082ddf88462fc1ff7589c58094d7681f64.tar.gz
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/bug8464')
-rw-r--r--changes/bug84645
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug8464 b/changes/bug8464
new file mode 100644
index 000000000..74ff2e39f
--- /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.