]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Attribute 13304 and 13306 to 0.2.4.4-alpha.
authorNick Mathewson <nickm@torproject.org>
Thu, 17 Apr 2014 03:14:56 +0000 (23:14 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 17 Apr 2014 03:14:56 +0000 (23:14 -0400)
changes/bug11304
changes/bug11306

index 2ea165f8723dbc71bad46aeec4c1ee7adb4261ef..4930dd607324a5b4cb69b50e291ebdda62d417a8 100644 (file)
@@ -2,4 +2,4 @@
     - If write_to_buf() in connection_write_to_buf_impl_() ever fails,
       check if it's an or_connection_t and correctly call
       connection_or_close_for_error() rather than connection_mark_for_close()
-      directly.  Fixes bug #11304.
+      directly.  Fixes bug #11304; bugfix on 0.2.4.4-alpha.
index bf8ea4011400d452f233b1e36026e562ef32581b..5937938e4515432cf12aac56f6765d286062e0a9 100644 (file)
@@ -1,4 +1,4 @@
   o Bugfixes:
     - When closing all connections on setting DisableNetwork to 1, use
       connection_or_close_normally() rather than closing orconns out from
-      under the channel layer.  Fixes bug #11306.
+      under the channel layer.  Fixes bug #11306; bugfix on 0.2.4.4-alpha.