summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-11-03 16:36:15 +0000
committerNick Mathewson <nickm@torproject.org>2008-11-03 16:36:15 +0000
commit73c6cb8353355d5895b67252ac28489428263875 (patch)
treec96f4762c6ede18ff7ebac50cfd415d77335940a /ChangeLog
parent3f84ed3d46f52e3a147dfd205d3e76aa27254cf8 (diff)
downloadtor-73c6cb8353355d5895b67252ac28489428263875.tar.gz
tor-73c6cb8353355d5895b67252ac28489428263875.zip
Fix unit test failure related to intro point parsing.
svn:r17188
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4e8901f42f..ed1bb0de22 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -54,6 +54,8 @@ Changes in version 0.2.1.7-alpha - 2008-11-xx
addresses. Possible fix for bug 845 and bug 811.
- Make the assert_circuit_ok() function work correctly on circuits that
have already been marked for close.
+ - Fix read-off-the-end-of-string error in unit tests when decoding
+ introduction points.
Changes in version 0.2.1.6-alpha - 2008-09-30