]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Changes file for Andrea's work on 6456
authorNick Mathewson <nickm@torproject.org>
Tue, 4 Nov 2014 14:59:25 +0000 (09:59 -0500)
committerNick Mathewson <nickm@torproject.org>
Tue, 4 Nov 2014 14:59:25 +0000 (09:59 -0500)
changes/tickets6456 [new file with mode: 0644]

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