aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2007-08-19 04:58:55 +0000
committerRoger Dingledine <arma@torproject.org>2007-08-19 04:58:55 +0000
commitc88803d924abab3c8ea62597e506a0a896e5bc1d (patch)
tree05f058bbfa9d7ceeec5a6007628b0378905cb8a7 /ChangeLog
parent86734616c73f75a540e4adccb898c8f636e7f270 (diff)
downloadtor-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--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 99cd754bd..21b143deb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.