]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Make lintChanges happier
authorNick Mathewson <nickm@torproject.org>
Tue, 30 Dec 2014 13:54:01 +0000 (08:54 -0500)
committerNick Mathewson <nickm@torproject.org>
Tue, 30 Dec 2014 13:54:01 +0000 (08:54 -0500)
changes/bug13667
changes/bug13823-decrease-consensus-interval
changes/bug13839-fix-TestingMinExitFlagThreshold
changes/bug13963-decrease-if-modified-since-delay

index 3714753df4a28a1d930a686072c9dc80e010da74..852e61fa2a1cef6d662f8574e37e62042c6021ae 100644 (file)
@@ -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.
+
index 1d99bd73cbf2ac778adbbe5ed9a39e3c5750d47f..67f0b9fe6265628588503fd0cbf915a329a8e155 100644 (file)
@@ -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.
+
index 947614f550d108a6154f4fdf013dc66ac2ab96a6..e0fa270243f806cec58dd669dbfe989ba77f9790 100644 (file)
@@ -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.
index 62371444c477a80c2f0c4a3a8d46b9f718013132..d4bbc1bbd42e8b618a3fc0a6a8c5d38a00b13c53 100644 (file)
@@ -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.