diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-02-26 07:27:42 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-02-26 07:27:42 -0500 |
commit | 35257a1c6988797c0382f9f77a7309510e978e37 (patch) | |
tree | 891baacf6ffae1433940fc90463bf85e327474de /changes | |
parent | 1bff5646e64a32b83dcf5ac5acf4e31b98382aae (diff) | |
parent | 1b9e77349ffbe813c7b16af67c069d967327f63b (diff) | |
download | tor-35257a1c6988797c0382f9f77a7309510e978e37.tar.gz tor-35257a1c6988797c0382f9f77a7309510e978e37.zip |
Merge remote-tracking branch 'tor-github/pr/726' into maint-0.4.0
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug13221 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug13221 b/changes/bug13221 new file mode 100644 index 0000000000..13935a1921 --- /dev/null +++ b/changes/bug13221 @@ -0,0 +1,5 @@ + o Minor bugfixes (logging): + - Correct a misleading error message when IPv4Only or IPv6Only + is used but the resolved address can not be interpreted as an + address of the specified IP version. Fixes bug 13221; bugfix + on 0.2.3.9-alpha. Patch from Kris Katterjohn. |