summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-12-24 02:41:36 +0000
committerNick Mathewson <nickm@torproject.org>2008-12-24 02:41:36 +0000
commit5dd7e018cb1bf3569458fcd020ba5170a47bf1ef (patch)
treec09993c840566e0a2d692932d9ec8962d46e2396
parent272e64e6746715fc578fb1be5d3a111bf1038d14 (diff)
downloadtor-5dd7e018cb1bf3569458fcd020ba5170a47bf1ef.tar.gz
tor-5dd7e018cb1bf3569458fcd020ba5170a47bf1ef.zip
Changelog entries for bug 891 fix as checkpointed.
svn:r17759
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 762430c476..53ebcb6145 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -53,6 +53,8 @@ Changes in version 0.2.1.9-alpha - 2008-12-2?
Sebastian Hahn.
- When a download gets us zero good descriptors, do not notify Tor that
new directory information has arrived.
+ - Avoid some nasty corner cases in the logic for marking connections as
+ too old or obsolete or noncanonical for circuits.
o Minor features (controller):
- New CONSENSUS_ARRIVED event to note when a new consensus has
@@ -105,6 +107,7 @@ Changes in version 0.2.1.9-alpha - 2008-12-2?
it should save 4-8 bytes per connection_t. "Every little bit helps."
- Rename ServerDNSAllowBrokenResolvConf to ServerDNSAllowBrokenConfig
for consistency; keep old option working for backward compatibility.
+ - Simplify the code for finding connections to use for a circuit.
Changes in version 0.2.1.8-alpha - 2008-12-08