aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2008-02-04 16:58:50 +0000
committerRoger Dingledine <arma@torproject.org>2008-02-04 16:58:50 +0000
commit426a9bbde18046ad021fbfc5b38383ce18d5c798 (patch)
treea13849678c87892dd5a3060d913e2571d4eb3fe9 /ChangeLog
parentdad9f434e0573b417f1029d53c89984b764d4689 (diff)
downloadtor-426a9bbde18046ad021fbfc5b38383ce18d5c798.tar
tor-426a9bbde18046ad021fbfc5b38383ce18d5c798.tar.gz
Don't trigger an assert if we start a directory authority with a
private IP address (like 127.0.0.1). svn:r13371
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fccc2e5be..005834ff4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -16,6 +16,8 @@ Changes in version 0.2.0.19-alpha - 2008-0?-??
0.1.2.x.
- Stop incorrectly truncating zlib responses to directory authority
signature download requests. Fix for bug 593. Bugfix on 0.2.0.x.
+ - Don't trigger an assert if we start a directory authority with a
+ private IP address (like 127.0.0.1).
Changes in version 0.2.0.18-alpha - 2008-01-25