diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-08-15 15:51:56 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-08-15 15:51:56 -0400 |
commit | ca6949ebea5e811f4cf08108c237d836c4566a61 (patch) | |
tree | 4a51f6921e3660961c235b4907132ca830cd40f3 /changes | |
parent | a3ffa1f76edbfdf091e50579c11d34166ec0551a (diff) | |
download | tor-ca6949ebea5e811f4cf08108c237d836c4566a61.tar tor-ca6949ebea5e811f4cf08108c237d836c4566a61.tar.gz |
Add a changes file for 9108.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket9108 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/ticket9108 b/changes/ticket9108 new file mode 100644 index 000000000..3d3038cc2 --- /dev/null +++ b/changes/ticket9108 @@ -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. |