diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-04-24 08:51:58 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-04-24 08:51:58 -0400 |
commit | 9be7608fda470713c4b9cd39a55f482706311717 (patch) | |
tree | 851cee5d5a6e436cb0f2e46e016e53bd972afcfe /changes | |
parent | 192c7c8bf9a3c53d32e83557ebc62cf7cfa3b1ca (diff) | |
parent | 6182f60f758f85a214a7e84d76f6fddb2bffd730 (diff) | |
download | tor-9be7608fda470713c4b9cd39a55f482706311717.tar.gz tor-9be7608fda470713c4b9cd39a55f482706311717.zip |
Merge branch 'maint-0.3.3'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug23693.1 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug23693.1 b/changes/bug23693.1 new file mode 100644 index 0000000000..4b16788814 --- /dev/null +++ b/changes/bug23693.1 @@ -0,0 +1,4 @@ + o Minor bugfixes (relay, crash): + - Avoid a crash when running with DirPort set but ORPort tuned off. + Fixes a case of bug 23693; bugfix on 0.3.1.1-alpha. + |