commit 16409449482686a6c650b28960b22135c54f287c Author: Nick Mathewson nickm@torproject.org Date: Thu Apr 30 15:04:41 2015 -0400
remove changes files for already-moved things --- changes/bug11447 | 5 ----- changes/bug15600 | 5 ----- changes/bug15601 | 4 ---- 3 files changed, 14 deletions(-)
diff --git a/changes/bug11447 b/changes/bug11447 deleted file mode 100644 index 8cd4f5b..0000000 --- a/changes/bug11447 +++ /dev/null @@ -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. \ No newline at end of file diff --git a/changes/bug15600 b/changes/bug15600 deleted file mode 100644 index ee1d6cf..0000000 --- a/changes/bug15600 +++ /dev/null @@ -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". - diff --git a/changes/bug15601 b/changes/bug15601 deleted file mode 100644 index 2cc880a..0000000 --- a/changes/bug15601 +++ /dev/null @@ -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".