remove changes files for already-moved things

This commit is contained in:
Nick Mathewson
2015-04-30 15:04:41 -04:00
parent e8814816c7
commit 1640944948
3 changed files with 0 additions and 14 deletions
-5
View File
@@ -1,5 +0,0 @@
o Minor features (DoS-resistance):
- Decrease the amount of reattempts that a hidden service is
willing to perform when its rendezvous circuits fail. This
reduces the computational cost for hidden service under heavy
load. Resolves ticket #11447.
-5
View File
@@ -1,5 +0,0 @@
o Major bugfixes (security, hidden service):
- Fix an issue that would allow a malicious client to trigger
an assertion failure and halt a hidden service. Fixes
bug 15600; bugfix on 0.2.1.6-alpha. Reported by "skruffy".
-4
View File
@@ -1,4 +0,0 @@
o Major bugfixes (security, hidden service):
- Fix a bug that could cause a client to crash with an assertion
failure when parsing a malformed hidden service descriptor.
Fixes bug 15601; bugfix on 0.2.1.5-alpha. Found by "DonnCha".