diff options
author | Nick Mathewson <nickm@torproject.org> | 2010-09-22 01:45:57 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2010-09-22 01:45:57 -0400 |
commit | 31f22505a6ddc802c00ffbcb0563bc3ddcc7092a (patch) | |
tree | 871d7ea00fa1b12911f429232ea30cddfb147a32 /changes | |
parent | 4ef9ccc88375b2dc5e421f2bf974b098ea9249a5 (diff) | |
parent | fe42f10954bcc6a5f4529e544403432140a4acae (diff) | |
download | tor-31f22505a6ddc802c00ffbcb0563bc3ddcc7092a.tar.gz tor-31f22505a6ddc802c00ffbcb0563bc3ddcc7092a.zip |
Merge remote branch 'arma/bug1362'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug1362 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug1362 b/changes/bug1362 new file mode 100644 index 0000000000..e06393765b --- /dev/null +++ b/changes/bug1362 @@ -0,0 +1,5 @@ + o Minor features: + - When we run out of directory information such that we can't build + circuits, but then get enough that we can build circuits, log when + we actually construct a circuit, so the user has a better chance of + knowing what's going on. Fixes bug 1362. |