diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-04-24 11:05:50 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-04-24 11:05:50 -0400 |
commit | 3e4ccbc4ba748b76c2e8d3c0d99b48191c01d1e4 (patch) | |
tree | 32d7d2264a2c9bf718248493e25eee68b03ee843 /changes | |
parent | da820bb9b8d4784cf3679a6c9f35e443d82bb366 (diff) | |
parent | a74905cea45acf6d7278326360b179eda3d013ec (diff) | |
download | tor-3e4ccbc4ba748b76c2e8d3c0d99b48191c01d1e4.tar.gz tor-3e4ccbc4ba748b76c2e8d3c0d99b48191c01d1e4.zip |
Merge remote-tracking branch 'public/bug5537'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug5537 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug5537 b/changes/bug5537 new file mode 100644 index 0000000000..bcad2a29bd --- /dev/null +++ b/changes/bug5537 @@ -0,0 +1,5 @@ + o Minor features: + - Make the code that clients use to detect an address change be + IPv6-aware, so that it won't fill clients' logs with error + messages when trying to get the IPv4 address of an IPv6 + connection. Implements ticket 5537. |