diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-11-03 16:36:15 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-11-03 16:36:15 +0000 |
commit | 73c6cb8353355d5895b67252ac28489428263875 (patch) | |
tree | c96f4762c6ede18ff7ebac50cfd415d77335940a /ChangeLog | |
parent | 3f84ed3d46f52e3a147dfd205d3e76aa27254cf8 (diff) | |
download | tor-73c6cb8353355d5895b67252ac28489428263875.tar.gz tor-73c6cb8353355d5895b67252ac28489428263875.zip |
Fix unit test failure related to intro point parsing.
svn:r17188
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |