]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Add changes file for ticket 16698
authorNick Mathewson <nickm@torproject.org>
Wed, 11 May 2016 17:43:19 +0000 (13:43 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 11 May 2016 17:43:28 +0000 (13:43 -0400)
changes/ticket16698 [new file with mode: 0644]

diff --git a/changes/ticket16698 b/changes/ticket16698
new file mode 100644 (file)
index 0000000..5057050
--- /dev/null
@@ -0,0 +1,3 @@
+  o Code simplification and refactoring:
+    - Split the 600-line directory_handle_command_get function into
+      separate functions for different URL types. Closes ticket 16698.