aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2010-02-03 15:59:15 -0500
committerNick Mathewson <nickm@torproject.org>2010-02-03 15:59:15 -0500
commit7d5d4f9f0385a8594bf363bee2392e8b055499fb (patch)
tree50a86a76d268335ef17f72fcc6fb1211f6f35e9f /ChangeLog
parentba0c9e5d0309b6c1f7e55757ef41262d9cde3b14 (diff)
downloadtor-7d5d4f9f0385a8594bf363bee2392e8b055499fb.tar
tor-7d5d4f9f0385a8594bf363bee2392e8b055499fb.tar.gz
When we've disabled .exit hostnames, actually reject them.
Previously we were treating them as decent hostnames and sending them to the exit, which is completely wrong.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2cf77765e..053ea660b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,9 @@ Changes in version 0.2.2.9-alpha - 2010-??-??
when it updates its libraries in a security patch.
- Fix static compilation by listing the openssl libraries in the right
order. Fixes bug 1237.
+ - Actually reject .exit hostnames when we're supposed to be rejecting
+ them; do not pass them on to the exit server. Bugfix on 0.2.2.7-alpha;
+ found and diagnosed by Scott Bennett and Downie on or-talk.
o Code simplifications and refactoring:
- Generate our manpage and HTML documentation using Asciidoc. This