summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2006-12-21 03:22:59 +0000
committerNick Mathewson <nickm@torproject.org>2006-12-21 03:22:59 +0000
commitca516311e3a84ecc739d36e8c0acd556e416f00e (patch)
tree5eff6856961d2676d993d5218df26f465e4f0e5b /ChangeLog
parentd3f839d82c2e517eafb8f610004181302e3a3d20 (diff)
downloadtor-ca516311e3a84ecc739d36e8c0acd556e416f00e.tar.gz
tor-ca516311e3a84ecc739d36e8c0acd556e416f00e.zip
r11668@Kushana: nickm | 2006-12-20 22:22:53 -0500
Fix bug found by Keith Skinner: Treat malformed max-ports in address ranges as an error, and dont ignore errors with min-ports even if a max-port is present. svn:r9168
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4555d419b8..2a56702444 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -78,6 +78,7 @@ Changes in version 0.1.2.5-xxxx - 200?-??-??
nameservers are configured in /etc/resolv.conf; instead, make the
user fix resolv.conf or specify nameservers explicitly. (Resolves
bug 363.)
+ - Stop accepting certain malformed ports in configured exit policies.
o Controller features:
- Have GETINFO dir/status/* work on hosts with DirPort disabled.