expand changes file for bug 22461

This commit is contained in:
Nick Mathewson 2017-06-22 08:16:56 -04:00
parent 34ecfeb479
commit ee7101a875

View File

@ -1,5 +1,7 @@
o Minor bugfixes: o Minor bugfixes (client, usability):
- Refrain from needlessly rejecting SOCKS5 requests that contain - Refrain from needlessly rejecting SOCKS5-with-hostnames and SOCKS4a
IP address strings when SafeSocks in enabled as this prevents requests that contain IP address strings, even when SafeSocks in
user from connecting to IP address they know without relying on enabled, as this prevents user from connecting to known IP addresses
DNS for resolving. Fixes bug 22461, bugfix on Tor 0.2.6.2-alpha. without relying on DNS for resolving. SafeSocks still rejects SOCKS
connections that connect to IP addresses when those addresses are _not_
encoded as hostnames. Fixes bug 22461, bugfix on Tor 0.2.6.2-alpha.