aboutsummaryrefslogtreecommitdiff
path: root/changes/bug7350
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2012-11-12 23:51:47 -0500
committerRoger Dingledine <arma@torproject.org>2012-11-12 23:51:47 -0500
commit713b5eb31ccc1169db9fac9cbd20434ec242d56f (patch)
tree79449d5c3b389faf1ccdf69c87d847b00583bc8a /changes/bug7350
parenta90affa84b3597667fd5dc8d9ff761a462653750 (diff)
downloadtor-713b5eb31ccc1169db9fac9cbd20434ec242d56f.tar
tor-713b5eb31ccc1169db9fac9cbd20434ec242d56f.tar.gz
fold in changes files
Diffstat (limited to 'changes/bug7350')
-rw-r--r--changes/bug73505
1 files changed, 0 insertions, 5 deletions
diff --git a/changes/bug7350 b/changes/bug7350
deleted file mode 100644
index 9c2f20dab..000000000
--- a/changes/bug7350
+++ /dev/null
@@ -1,5 +0,0 @@
- o Minor bugfixes:
- - Avoid a possible assert that can occur when channel_send_destroy() is
- called on a channel in CHANNEL_STATE_CLOSING, CHANNEL_STATE_CLOSED
- or CHANNEL_STATE_ERROR when the Tor process is resumed after being
- blocked for a long interval. Fixes bug 7350.