summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-02-26 07:27:50 -0500
committerNick Mathewson <nickm@torproject.org>2019-02-26 07:27:50 -0500
commit732855c2e533fbab7c9087bf251e38b07bd27af2 (patch)
tree39db2b3494fd7ff8f1baa16fe3ec3a9225e58944 /changes
parent57d33b5786019b3320a7b2d5c747ce31ea3e1a77 (diff)
parent35257a1c6988797c0382f9f77a7309510e978e37 (diff)
downloadtor-732855c2e533fbab7c9087bf251e38b07bd27af2.tar.gz
tor-732855c2e533fbab7c9087bf251e38b07bd27af2.zip
Merge branch 'maint-0.4.0'
Diffstat (limited to 'changes')
-rw-r--r--changes/bug132215
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.