From: Nick Mathewson Date: Tue, 4 Nov 2014 14:59:25 +0000 (-0500) Subject: Changes file for Andrea's work on 6456 X-Git-Tag: tor-0.2.6.2-alpha~109 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3d8cb107323fa5d9cc375087e69a9940b947d0e3;p=thirdparty%2Ftor.git Changes file for Andrea's work on 6456 --- diff --git a/changes/tickets6456 b/changes/tickets6456 new file mode 100644 index 0000000000..68ce2c7dd9 --- /dev/null +++ b/changes/tickets6456 @@ -0,0 +1,6 @@ + o Code simplification and refactoring: + - Combine the functions used to parse ClientTransportPlugin and + ServerTransportPlugin into a single function. Closes ticket 6456. + + o Testing: + - New tests for parse_transport_line(). Part of ticket 6456.