[tor-commits] [tor/master] Make lintChanges happier

nickm at torproject.org nickm at torproject.org
Tue Dec 30 13:54:15 UTC 2014


commit dc1aaa5b969e0fc8c7ce1eab2676588aab44abe2
Author: Nick Mathewson <nickm at torproject.org>
Date:   Tue Dec 30 08:54:01 2014 -0500

    Make lintChanges happier
---
 changes/bug13667                                  |    5 +++--
 changes/bug13823-decrease-consensus-interval      |   11 ++++++-----
 changes/bug13839-fix-TestingMinExitFlagThreshold  |    5 +++--
 changes/bug13963-decrease-if-modified-since-delay |    2 +-
 4 files changed, 13 insertions(+), 10 deletions(-)

diff --git a/changes/bug13667 b/changes/bug13667
index 3714753..852e61f 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 1d99bd7..67f0b9f 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 947614f..e0fa270 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 6237144..d4bbc1b 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.



More information about the tor-commits mailing list