diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-10-27 11:09:41 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-10-27 11:09:41 -0400 |
commit | a477d7c66665284d384091e5faae6a88c15c7fcf (patch) | |
tree | 8cc0e0e20c70c888e74ed70551c633fce2b482ec /changes/bug12848 | |
parent | 4e7046cfb2fe3b4b4d916ae456c09a90b7e49983 (diff) | |
download | tor-a477d7c66665284d384091e5faae6a88c15c7fcf.tar.gz tor-a477d7c66665284d384091e5faae6a88c15c7fcf.zip |
Remove changes files that have already been merged in release-0.2.5
(This means that changes/* is now "everything that changed since
0.2.5.10".)
Diffstat (limited to 'changes/bug12848')
-rw-r--r-- | changes/bug12848 | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/changes/bug12848 b/changes/bug12848 deleted file mode 100644 index 7aa79c395e..0000000000 --- a/changes/bug12848 +++ /dev/null @@ -1,4 +0,0 @@ - o Major bugfixes (relay): - - Avoid queuing or sending destroy cells for circuit ID zero when - we fail to send a CREATE cell. Fixes bug 12848; bugfix on - 0.0.8pre1. Found and fixed by "cypherpunks". |