]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
blow away three more changes files that got into 0.2.4
authorRoger Dingledine <arma@torproject.org>
Tue, 1 Oct 2013 19:10:13 +0000 (15:10 -0400)
committerRoger Dingledine <arma@torproject.org>
Tue, 1 Oct 2013 19:10:13 +0000 (15:10 -0400)
changes/bug9063 [deleted file]
changes/bug9288 [deleted file]
changes/bug9309 [deleted file]

diff --git a/changes/bug9063 b/changes/bug9063
deleted file mode 100644 (file)
index e1d0a5e..0000000
+++ /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 (file)
index 59bf414..0000000
+++ /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 (file)
index 38c462b..0000000
+++ /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.