diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-08-01 11:24:02 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-08-01 11:24:02 -0400 |
commit | 84c4a2bc3f5c7f593d61888cbff19a7264bf69d3 (patch) | |
tree | 5103bdad3d3a911f7211397bb6575bfeda6a12b6 /changes | |
parent | 7c68b2f1a500cffbd51aaf534669e1c863de5ec5 (diff) | |
parent | ff7e8531ec44ce5ebdb7506ab3133e566fddfc20 (diff) | |
download | tor-84c4a2bc3f5c7f593d61888cbff19a7264bf69d3.tar.gz tor-84c4a2bc3f5c7f593d61888cbff19a7264bf69d3.zip |
Merge remote-tracking branch 'public/bug20270_029' into maint-0.3.0
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug20270 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug20270 b/changes/bug20270 new file mode 100644 index 0000000000..d538a358dc --- /dev/null +++ b/changes/bug20270 @@ -0,0 +1,6 @@ + o Minor bugfixes (directory authority): + - When rejecting a router descriptor because the relay is running an + obsolete version of Tor without ntor support, warn about the obsolete + tor version, not the missing ntor key. Fixes bug 20270; + bugfix on 0.2.9.3-alpha. + |