summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-12-30 08:54:01 -0500
committerNick Mathewson <nickm@torproject.org>2014-12-30 08:54:01 -0500
commitdc1aaa5b969e0fc8c7ce1eab2676588aab44abe2 (patch)
treec0207ded08a685908549e544f73ec0d75a9d3dbe
parente936b9b47de954fa1f34110b871edc695cbcf696 (diff)
downloadtor-dc1aaa5b969e0fc8c7ce1eab2676588aab44abe2.tar.gz
tor-dc1aaa5b969e0fc8c7ce1eab2676588aab44abe2.zip
Make lintChanges happier
-rw-r--r--changes/bug136675
-rw-r--r--changes/bug13823-decrease-consensus-interval11
-rw-r--r--changes/bug13839-fix-TestingMinExitFlagThreshold5
-rw-r--r--changes/bug13963-decrease-if-modified-since-delay2
4 files changed, 13 insertions, 10 deletions
diff --git a/changes/bug13667 b/changes/bug13667
index 3714753df4..852e61fa2a 100644
--- a/changes/bug13667
+++ b/changes/bug13667
@@ -1,5 +1,6 @@
- o Major bugfixes:
+ o Major features (security, hidden services):
- Make HS port scanning more difficult by sending back REASON_DONE if the
exit policy didn't match. Furthermore, immediately close the circuit to
avoid other connection attempts on it from the possible attacker trying
- multiple ports on that same circuit.
+ multiple ports on that same circuits. Closes ticket 13667.
+
diff --git a/changes/bug13823-decrease-consensus-interval b/changes/bug13823-decrease-consensus-interval
index 1d99bd73cb..67f0b9fe62 100644
--- a/changes/bug13823-decrease-consensus-interval
+++ b/changes/bug13823-decrease-consensus-interval
@@ -1,8 +1,9 @@
- o Minor bugfixes:
+ o Minor bugfixes (Testing networks):
- Decrease minimum consensus interval to 10 seconds
- when TestingTorNetwork is set. (Or 5 seconds for
- the first consensus.)
- Fix code that assumes larger interval values.
+ when TestingTorNetwork is set, or 5 seconds for
+ the first consensus.
+ Fix assumptions throughout the code that assume larger interval values.
This assists in quickly bootstrapping a testing
Tor network.
- Fixes bugs 13718 & 13823.
+ Fixes bugs 13718 and 13823; bugfix on 0.2.0.3-alpha.
+
diff --git a/changes/bug13839-fix-TestingMinExitFlagThreshold b/changes/bug13839-fix-TestingMinExitFlagThreshold
index 947614f550..e0fa270243 100644
--- a/changes/bug13839-fix-TestingMinExitFlagThreshold
+++ b/changes/bug13839-fix-TestingMinExitFlagThreshold
@@ -1,7 +1,8 @@
- o Minor bugfixes:
+ o Minor bugfixes (Testing networks)
- Stop requiring exits to have non-zero bandwithcapacity in a
TestingTorNetwork. Instead, when TestingMinExitFlagThreshold is 0,
ignore exit bandwidthcapacity.
This assists in bootstrapping a testing Tor network.
- Fixes bugs 13718 & 13839.
+ Fixes bugs parts of bugs 13718 and 13839;
Makes bug 13161's TestingDirAuthVoteExit non-essential.
+ Bugfix on 0.2.0.3-alpha.
diff --git a/changes/bug13963-decrease-if-modified-since-delay b/changes/bug13963-decrease-if-modified-since-delay
index 62371444c4..d4bbc1bbd4 100644
--- a/changes/bug13963-decrease-if-modified-since-delay
+++ b/changes/bug13963-decrease-if-modified-since-delay
@@ -4,4 +4,4 @@
This allows us to obtain consensuses promptly when the consensus
interval is very short.
This assists in bootstrapping a testing Tor network.
- Fixes bugs 13718 & 13963.
+ Fixes parts of bugs 13718 and 13963; bugfix on 0.2.0.3-alpha.