]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Add a changes file for 9108.
authorNick Mathewson <nickm@torproject.org>
Thu, 15 Aug 2013 19:51:56 +0000 (15:51 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 15 Aug 2013 19:51:56 +0000 (15:51 -0400)
changes/ticket9108 [new file with mode: 0644]

diff --git a/changes/ticket9108 b/changes/ticket9108
new file mode 100644 (file)
index 0000000..3d3038c
--- /dev/null
@@ -0,0 +1,3 @@
+  o Code simplification and refactoring:
+    - Use a doubly-linked list to implement the global circuit list.
+      Fix for ticket 9108. Patch from Marek Majkowski.