summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2010-09-16 13:45:54 -0400
committerRoger Dingledine <arma@torproject.org>2010-09-16 13:45:54 -0400
commit80b631844b051af16bd2bc96545ed14cfadb50ad (patch)
tree2b1d502d4387de1e5ccb18f7d30653d6e54a7394 /changes
parentcc2511c34714373c76fc16687986700ca6131b11 (diff)
downloadtor-80b631844b051af16bd2bc96545ed14cfadb50ad.tar.gz
tor-80b631844b051af16bd2bc96545ed14cfadb50ad.zip
fold in the recent changes files
Diffstat (limited to 'changes')
-rw-r--r--changes/bug11849
-rw-r--r--changes/bug1776_v33
-rw-r--r--changes/bug1899_test_changed_addr4
-rw-r--r--changes/bug19214
-rw-r--r--changes/bug193710
-rw-r--r--changes/bug19477
-rw-r--r--changes/bug911_hibernate_precludes_Running6
-rw-r--r--changes/prettier-signature-log9
8 files changed, 0 insertions, 52 deletions
diff --git a/changes/bug1184 b/changes/bug1184
deleted file mode 100644
index 856cdc644d..0000000000
--- a/changes/bug1184
+++ /dev/null
@@ -1,9 +0,0 @@
- o Minor bugfixes:
- - Never relay a cell for a circuit we have already destroyed.
- Between marking a circuit as closeable and finally closing it,
- it may have been possible for a few queued cells to get relayed,
- even though they would have been immediately dropped by the next
- OR in the circuit. Fix 1184; bugfix on 0.2.0.1-alpha.
- - Never queue a cell for a circuit that's already been marked
- for close.
-
diff --git a/changes/bug1776_v3 b/changes/bug1776_v3
deleted file mode 100644
index 18d51856ee..0000000000
--- a/changes/bug1776_v3
+++ /dev/null
@@ -1,3 +0,0 @@
- o Minor bugfixes:
- - Really allow clients to use relays as bridges. Fixes bug 1776;
- bugfix on 0.2.2.15-alpha.
diff --git a/changes/bug1899_test_changed_addr b/changes/bug1899_test_changed_addr
deleted file mode 100644
index 2823d3c6e0..0000000000
--- a/changes/bug1899_test_changed_addr
+++ /dev/null
@@ -1,4 +0,0 @@
- o Minor features
- - When a router changes IP or port, authorities now launch a new
- reachability test for it. (Implements ticket 1899)
-
diff --git a/changes/bug1921 b/changes/bug1921
deleted file mode 100644
index 751216339d..0000000000
--- a/changes/bug1921
+++ /dev/null
@@ -1,4 +0,0 @@
- o Minor bugfixes:
- - Demote a warn to info that happens when the CellStatistics option
- was just enabled. Fixes bug 1921; bugfix on 0.2.2.15-alpha. Reported
- by Moritz Bartl.
diff --git a/changes/bug1937 b/changes/bug1937
deleted file mode 100644
index b1fed6b2be..0000000000
--- a/changes/bug1937
+++ /dev/null
@@ -1,10 +0,0 @@
- o Major bugfixes
- - When receiving a circuit-level SENDME for a blocked circuit, try
- to package cells fairly from all the streams that had previously
- been blocked on that circuit. Previously, we had started with
- the oldest stream, and allowed each stream to potentially
- exhaust the circuit's package window. This gave older streams
- on any given circuit priority over newer ones. Fixes bug 1937.
- Detected by Camilo Viecco. This bug was introduced before the
- first Tor release, in svn commit r152: it is the new winner of
- the longest-lived bug prize.
diff --git a/changes/bug1947 b/changes/bug1947
deleted file mode 100644
index 598a3d20dc..0000000000
--- a/changes/bug1947
+++ /dev/null
@@ -1,7 +0,0 @@
- o Minor features:
- - Add new "perconnbwrate" and "perconnbwburst" consensus params to
- do individual connection-level rate limiting of clients. The torrc
- config options with the same names trump the consensus params, if
- both are present. Replaces the old "bwconnrate" and "bwconnburst"
- consensus params which were broken from 0.2.2.7-alpha through
- 0.2.2.14-alpha. Closes bug 1947.
diff --git a/changes/bug911_hibernate_precludes_Running b/changes/bug911_hibernate_precludes_Running
deleted file mode 100644
index 5e0168d545..0000000000
--- a/changes/bug911_hibernate_precludes_Running
+++ /dev/null
@@ -1,6 +0,0 @@
- o Minor bugfixes:
- - Never vote for a server as "Running" if we have a descriptor for it
- claiming to be hibernating, and that descriptor was published more
- recently than our last contact with the server. Bugfix on
- 0.2.0.3-alpha; fixes bug 911.
-
diff --git a/changes/prettier-signature-log b/changes/prettier-signature-log
deleted file mode 100644
index c008514fb9..0000000000
--- a/changes/prettier-signature-log
+++ /dev/null
@@ -1,9 +0,0 @@
- o Minor features
- - Make the formerly ugly "2 unknown, 7 missing key, 0 good, 0 bad,
- 2 no signature, 4 required" messages easier to read, and make sure
- they get logged at the same severity as the messages explaining
- which keys are which. Fixes bug 1290.
- - Don't warn when we have a consensus that we can't verify because
- of missing certificates, unless those certificates are ones
- that we have been trying and failing to download. Fixes bug 1145.
-