diff options
author | Andrea Shepard <andrea@torproject.org> | 2012-11-13 13:46:36 -0800 |
---|---|---|
committer | Andrea Shepard <andrea@torproject.org> | 2012-11-13 13:46:36 -0800 |
commit | 3b517ea5f467fd941cdb0fcefb088e706d8c04d0 (patch) | |
tree | 4c94d8ded4fa963657bfb3803b2465b57cffc46c /changes/bug7267 | |
parent | 7ab3004223bd61f8ad1c573b309c63824e038528 (diff) | |
download | tor-3b517ea5f467fd941cdb0fcefb088e706d8c04d0.tar.gz tor-3b517ea5f467fd941cdb0fcefb088e706d8c04d0.zip |
Add changes file for bug 7267
Diffstat (limited to 'changes/bug7267')
-rw-r--r-- | changes/bug7267 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug7267 b/changes/bug7267 new file mode 100644 index 0000000000..7089329f4f --- /dev/null +++ b/changes/bug7267 @@ -0,0 +1,4 @@ + - Major bugfixes + o Call channel_mark_for_close() rather than connection_mark_for_close() + in hibernate_go_dormant() when closing an or_connection_t. Fixes bug + 7267. |