diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-08-23 09:22:04 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-08-23 09:22:04 -0400 |
commit | bd45f7c6685f887ead3432104cea156cbcc3e3a6 (patch) | |
tree | cfc2ac95cf16de63a22170a13922d0a3c510a9c2 /changes | |
parent | a3d419634bef0bbac4118d08272d59c9fe66a1bb (diff) | |
parent | a60ef723450672740eb2d5b0801af78704b77236 (diff) | |
download | tor-bd45f7c6685f887ead3432104cea156cbcc3e3a6.tar.gz tor-bd45f7c6685f887ead3432104cea156cbcc3e3a6.zip |
Merge branch 'bug13953_squashed'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug13953 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug13953 b/changes/bug13953 new file mode 100644 index 0000000000..42b013ffd8 --- /dev/null +++ b/changes/bug13953 @@ -0,0 +1,3 @@ + o Minor bugfixes (config): + - Warn users when descriptor and port addresses are inconsistent. + Mitigates bug 13953; patch by teor. |