summaryrefslogtreecommitdiff
path: root/changes/bug2378
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-02-21 14:22:12 -0500
committerNick Mathewson <nickm@torproject.org>2011-02-21 14:22:12 -0500
commite9fb50c797b89556807f77380e8d7127bd5df385 (patch)
tree6f6eef0d1369b9da2cd18294972edfe701a986a6 /changes/bug2378
parent2f3648942202ca9d965344b8d2128a7a7b2056fb (diff)
downloadtor-e9fb50c797b89556807f77380e8d7127bd5df385.tar.gz
tor-e9fb50c797b89556807f77380e8d7127bd5df385.zip
Remove changes files that predate current origin/release-0.2.2
Diffstat (limited to 'changes/bug2378')
-rw-r--r--changes/bug23788
1 files changed, 0 insertions, 8 deletions
diff --git a/changes/bug2378 b/changes/bug2378
deleted file mode 100644
index 227968869f..0000000000
--- a/changes/bug2378
+++ /dev/null
@@ -1,8 +0,0 @@
- o Minor bugfixes
- - Correctly detect failure to allocate an OpenSSL BIO. Fixes bug 2378;
- found by "cypherpunks". This bug was introduced before the
- first Tor release, in svn commit r110.
-
- o Minor code simplifications and refactorings
- - Always treat failure to allocate an RSA key as an unrecoverable
- allocation error.