aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-12-02 19:13:23 +0000
committerNick Mathewson <nickm@torproject.org>2008-12-02 19:13:23 +0000
commit9c65195449c659a4dc940ae377c6728919dddef4 (patch)
tree2c4a1dd0fc7160cfe4db5a3fbb36c749c169a0f9 /ChangeLog
parent60738daf854ee592b41a140dbc2ea226729c0deb (diff)
downloadtor-9c65195449c659a4dc940ae377c6728919dddef4.tar.gz
tor-9c65195449c659a4dc940ae377c6728919dddef4.zip
Apply rovv's patch for bug 864: avoid null error on detached signature handling failure.
svn:r17446
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8e2eb83925..47e7e76168 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -24,6 +24,13 @@ Changes in version 0.2.1.8-alpha - 2008-??-??
could make gcc generate non-functional binary search code. Bugfix
on 0.2.0.10-alpha.
- Build correctly on platforms without socklen_t.
+ - Avoid potential crash on internal error during signature collection.
+ Fixes bug 864. Patch from rovv.
+
+ o Minor features:
+ - Report the case where all signatures in a detached set are rejected
+ differently than the case where there is an error handling the detached
+ set.
o Minor features (controller):
- Return circuit purposes in response to GETINFO circuit-status. Fixes