summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2013-10-01 15:10:13 -0400
committerRoger Dingledine <arma@torproject.org>2013-10-01 15:10:13 -0400
commit4e610f721bfdce43a0e194c83c49791801f6514c (patch)
tree8123f071e06180a0ddb7e14d7011ede1cee03ad0
parente62e8a31bd8135de0dd5a4c713d37c5536538341 (diff)
downloadtor-4e610f721bfdce43a0e194c83c49791801f6514c.tar.gz
tor-4e610f721bfdce43a0e194c83c49791801f6514c.zip
blow away three more changes files that got into 0.2.4
-rw-r--r--changes/bug90634
-rw-r--r--changes/bug92884
-rw-r--r--changes/bug93096
3 files changed, 0 insertions, 14 deletions
diff --git a/changes/bug9063 b/changes/bug9063
deleted file mode 100644
index e1d0a5e780..0000000000
--- a/changes/bug9063
+++ /dev/null
@@ -1,4 +0,0 @@
- o Normal bugfixes:
- - Close any circuit that has 10% more cells queued than the spec permits
- and warn when the queue length exceeds that threshold. Fixes bug
- #9063; bugfix on 0.2.4.12.
diff --git a/changes/bug9288 b/changes/bug9288
deleted file mode 100644
index 59bf414ea1..0000000000
--- a/changes/bug9288
+++ /dev/null
@@ -1,4 +0,0 @@
- o Minor bugfixes:
- - Fix an invalid memory read that occured when a pluggable
- transport proxy failed its configuration protocol.
- Fixes bug 9288.
diff --git a/changes/bug9309 b/changes/bug9309
deleted file mode 100644
index 38c462bc0f..0000000000
--- a/changes/bug9309
+++ /dev/null
@@ -1,6 +0,0 @@
- o Minor bugfixes:
- - When evaluating whether to use a connection that we haven't
- decided is canonical using a recent link protocol version,
- decide that it's canonical only if it used address _does_
- match the desired address. Fixes bug 9309; bugfix on
- 0.2.4.4-alpha. Reported by skruffy.