]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Add changes file for bug 7267
authorAndrea Shepard <andrea@torproject.org>
Tue, 13 Nov 2012 21:46:36 +0000 (13:46 -0800)
committerAndrea Shepard <andrea@torproject.org>
Tue, 13 Nov 2012 21:46:36 +0000 (13:46 -0800)
changes/bug7267 [new file with mode: 0644]

diff --git a/changes/bug7267 b/changes/bug7267
new file mode 100644 (file)
index 0000000..7089329
--- /dev/null
@@ -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.