aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-12-17 14:59:19 +0000
committerNick Mathewson <nickm@torproject.org>2008-12-17 14:59:19 +0000
commit26632d59dd34aef4834ee9844adeab5131248bf7 (patch)
tree694c0654f8ae8194c1f2b5ce490990aa5f101821 /ChangeLog
parent514f99034fffcbfe6cd37d2b982c6c637e62f37e (diff)
downloadtor-26632d59dd34aef4834ee9844adeab5131248bf7.tar
tor-26632d59dd34aef4834ee9844adeab5131248bf7.tar.gz
Rename or_is_obsolete and move it to or_connection_t where it belongs.
svn:r17642
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5be5dd39a..882bcf592 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -64,6 +64,10 @@ Changes in version 0.2.1.9-alpha - 200?-??-??
points thrown away; bugfix on 0.2.1.7-alpha. Spotted by John Brooks.
Patch by Karsten. Fixes bug 874.
+ o Code simplifications and refactoring:
+ - Rename the confusing or_is_obsolete field to the more appropriate
+ is_bad_for_new_circs, and move it to or_connection_t where it belongs.
+
Changes in version 0.2.1.8-alpha - 2008-12-08
Tor 0.2.1.8-alpha fixes some crash bugs in earlier alpha releases,