diff options
author | Nick Mathewson <nickm@torproject.org> | 2009-01-04 19:47:17 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2009-01-04 19:47:17 +0000 |
commit | 9c94b428d9f30f1c5a493856cfea293c634a3c9f (patch) | |
tree | a92189d7d7cafee62249609f8e8d83844adc1e84 /ChangeLog | |
parent | 360a059948e47b69bd86caf3b1de698954093df8 (diff) | |
download | tor-9c94b428d9f30f1c5a493856cfea293c634a3c9f.tar.gz tor-9c94b428d9f30f1c5a493856cfea293c634a3c9f.zip |
Fix the oldest bug in a while: stop accepting 1.2.3 as a valid IPv4 address on any platform.
svn:r17887
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -31,6 +31,8 @@ Changes in version 0.2.1.10-alpha - 2009-01-?? 0.2.1.9-alpha. - Do not remove routers as too old if we do not have any consensus document. Bugfix on 0.2.0.7-alpha. + - Do not accept incomplete ipv4 addresses (like 192.168.0) as valid. + Spec conformance issue. Bugfix on Tor 0.0.2pre27. o Deprecated and removed features: - The old "tor --version --version" command, which would spit out the |