aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-11-16 18:25:20 +0000
committerNick Mathewson <nickm@torproject.org>2008-11-16 18:25:20 +0000
commit0fa698d84fc6f3f6b71ecb1a7b9acb8de7e0d16a (patch)
tree77457b4c398934f0895d4edbdeed80f4f1390d07 /ChangeLog
parentb4a90cfb7fcbc2e621d08ef3993f7912a8b4867c (diff)
downloadtor-0fa698d84fc6f3f6b71ecb1a7b9acb8de7e0d16a.tar
tor-0fa698d84fc6f3f6b71ecb1a7b9acb8de7e0d16a.tar.gz
apply sebastian's bug 867 fix: make routerset_equal() work as documented with NULL arguments
svn:r17287
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index cc68082ed..b99d5ed06 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,7 +11,9 @@ Changes in version 0.2.1.8-alpha - 2008-??-??
- Made Tor a little less aggressive about deleting expired certificates.
Partial fix for bug 854.
- Stop doing unaligned memory access that generated bus errors on
- sparc64. Fix for bug 862.
+ sparc64. Bugfix on 0.2.0.10-alpha. Fix for bug 862.
+ - Fix a crash bug when changing ExcludeNodes from the controller. Bugfix
+ on 0.2.1.6-alpha. Fix for bug 867. Patched by Sebastian.
o Minor features (controller):
- Return circuit purposes in response to GETINFO circuit-status. Fixes