diff options
author | Roger Dingledine <arma@torproject.org> | 2008-02-04 16:58:50 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2008-02-04 16:58:50 +0000 |
commit | 426a9bbde18046ad021fbfc5b38383ce18d5c798 (patch) | |
tree | a13849678c87892dd5a3060d913e2571d4eb3fe9 /ChangeLog | |
parent | dad9f434e0573b417f1029d53c89984b764d4689 (diff) | |
download | tor-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-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |