aboutsummaryrefslogtreecommitdiff
path: root/changes/bug11048
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-03-13 11:34:51 -0400
committerNick Mathewson <nickm@torproject.org>2014-03-13 11:34:51 -0400
commitcd9d08a5e14d2339185fd7702ed4e89858dc76b4 (patch)
treeac39844f84b5a162d9fe310cd8383f91d44d4431 /changes/bug11048
parent9991c5f00135c70021997945251b52df02ae562f (diff)
downloadtor-cd9d08a5e14d2339185fd7702ed4e89858dc76b4.tar
tor-cd9d08a5e14d2339185fd7702ed4e89858dc76b4.tar.gz
Sort the 0.2.5.3-alpha changelog entries a little better.
Still haven't edited any. Also, remove all the changes/* entries that got merged back in 6b5ef3889d83c715973d.
Diffstat (limited to 'changes/bug11048')
-rw-r--r--changes/bug110488
1 files changed, 0 insertions, 8 deletions
diff --git a/changes/bug11048 b/changes/bug11048
deleted file mode 100644
index 684abf959..000000000
--- a/changes/bug11048
+++ /dev/null
@@ -1,8 +0,0 @@
- o Minor bugfixes:
-
- - Avoid strange behavior if two threads hit failed asswertions
- at the same time and both try to log backtraces at
- once. (Previously, if this had happened, both threads would
- have stored their intermediate results in the same buffer, and
- generated junk outputs.) Reported by "cypherpunks". Fixes bug
- 11048; bugfix on 0.2.5.2-alpha.