diff options
author | Roger Dingledine <arma@torproject.org> | 2007-08-19 04:58:55 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-08-19 04:58:55 +0000 |
commit | c88803d924abab3c8ea62597e506a0a896e5bc1d (patch) | |
tree | 05f058bbfa9d7ceeec5a6007628b0378905cb8a7 /ChangeLog | |
parent | 86734616c73f75a540e4adccb898c8f636e7f270 (diff) | |
download | tor-c88803d924abab3c8ea62597e506a0a896e5bc1d.tar tor-c88803d924abab3c8ea62597e506a0a896e5bc1d.tar.gz |
Fix a bug in ADDRMAP controller replies that would sometimes
try to print a NULL. Patch from tup.
svn:r11181
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -65,6 +65,8 @@ Changes in version 0.2.0.5-alpha - 2007-08-19 - Fix a bug with AutomapHostsOnResolve that would always cause the second request to fail. Bug reported by Kate. Bugfix on 0.2.0.3-alpha. + - Fix a bug in ADDRMAP controller replies that would sometimes + try to print a NULL. Patch from tup. - Read v3 directory authority keys from the right location. - Numerous bugfixes to directory voting code. |