summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-02-01 09:09:58 -0500
committerNick Mathewson <nickm@torproject.org>2017-02-01 09:09:58 -0500
commit78011bb7bace31ecba7dff5e07d84306bf98698c (patch)
treeeded3944d5735b49715646a6675dea0cf7311e04 /changes
parent2e93bffa1dbd4e38038a040b1159ade093cdf41c (diff)
parent957b9f8b83429a3dcd0258a2eab0f266adcbf87b (diff)
downloadtor-78011bb7bace31ecba7dff5e07d84306bf98698c.tar.gz
tor-78011bb7bace31ecba7dff5e07d84306bf98698c.zip
Merge branch 'bug21242'
Diffstat (limited to 'changes')
-rw-r--r--changes/bug2124210
1 files changed, 10 insertions, 0 deletions
diff --git a/changes/bug21242 b/changes/bug21242
new file mode 100644
index 0000000000..0bdc203afc
--- /dev/null
+++ b/changes/bug21242
@@ -0,0 +1,10 @@
+ o Major bugfixes (entry guards):
+ - Stop trying to build circuits through entry guards for which we
+ have no descriptor yet. Also, stop crashing if we *do* accidentally
+ try to build a circuit in such a state. Fixes bug 21242; bugfix
+ on 0.3.0.1-alpha.
+
+ o Minor features (entry guards):
+ - Do not try to build circuits until we have descriptors for our
+ primary entry guards. Related to fix for bug 21242.
+