mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
8 lines
334 B
Plaintext
8 lines
334 B
Plaintext
|
o Minor bugfixes (networking):
|
||
|
- Tor will not reject IPv6 address strings from TorBrowser when they
|
||
|
are passed as hostnames in SOCKS5 requests. Fixes bug 25036,
|
||
|
bugfix on Tor 0.3.1.2.
|
||
|
- string_is_valid_hostname() will not consider IP strings to be valid
|
||
|
hostnames. Fixes bug 25055; bugfix on Tor 0.2.5.5.
|
||
|
|