]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Make lintChanges happy
authorNick Mathewson <nickm@torproject.org>
Thu, 30 Apr 2015 19:11:19 +0000 (15:11 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 30 Apr 2015 19:11:19 +0000 (15:11 -0400)
changes/bug-15771-reachability
changes/bug14391
changes/bug14806
changes/bug15269
changes/bug15515
changes/bug15850
changes/deprecated-libevents

index aff6268efb98c083a2ea9e8911ae91368d5cc7a6..0ca914fec5c9d2a97631d5bd1632601b916c6d93 100644 (file)
@@ -4,5 +4,5 @@
       The previous fix used TestingTorNetwork, which implies
       ExtendAllowPrivateAddresses, but this excluded rare configs where
       ExtendAllowPrivateAddresses is set but TestingTorNetwork is not.
-      Fixes bug 15771; bugfix on 0.2.6.1-alpha, bug #13924.
+      Fixes bug 15771; bugfix on 0.2.6.1-alpha.
       Patch by "teor", issue discovered by CJ Ess.
index 590737218c3339a3b080499d0202332ce5cbfe50..2edd27499457b38626ce7789bde2a89a8daf0279 100644 (file)
@@ -1,4 +1,3 @@
-
   o Code simplification and refactoring:
     - Refactor hidden service client-side cache lookup to intelligently
       report its various failure cases, and disentangle failure cases
index dd85e785ced4042482ae4c4037ae177ef873e87f..6a72145d4bfca40ebdd9d365ed4f72b6d6079058 100644 (file)
@@ -1,3 +1,3 @@
-  o Minor bugfixes (testing):
-    - Commandline argument tests moved to Stem. Fixes bug 14806.
+  o Minor features (testing):
+    - Commandline argument tests moved to Stem. Resolves ticket 14806.
 
index e6b2b24221f33bc9506d995a773f17b102914576..c511c6c987d5544fdd82a58bc92e13b93435e2c7 100644 (file)
@@ -1,7 +1,7 @@
   o Minor bugfixes (logs):
     - When building Tor under Clang, do not include an extra set of
       parentheses in log messages that include function names.
-      Fixes bug 15053; bugfix on every released version of Tor when
+      Fixes bug 15269; bugfix on every released version of Tor when
       compiled with recent enough Clang.
 
 
index dda7c2fcd8e262dcdf992c3229af328480d27c1d..93172d53155d66fb0f514932524b707d0a4db791 100644 (file)
@@ -1,4 +1,4 @@
   o Minor features (DoS-resistance):
     - Make it harder for attackers to overwhelm hidden services with
       introductions, by blocking multiple introduction requests on the
-      same circuit. Resolves ticket #15515.
+      same circuit. Resolves ticket 15515.
index 48a7c7bdd7295a406bb3ebac300f66b92ec4cbe1..0d0a6e461c45013f0f02dfdbea37e29c885e3a1e 100644 (file)
@@ -1,4 +1,4 @@
   o Major bugfix
     - Revert commit that made directory authority assign the HSDir flag to
       relay without a DirPort which is bad because relay can't handle
-      BEGIN_DIR cells. Fixes #15850. Bugfix on tor-0.2.6.3-alpha;
+      BEGIN_DIR cells. Fixes bug 15850; bugfix on tor-0.2.6.3-alpha.
index 4ea017581a8a962de60baaa7ce7595f0de676d3d..2eb6195c0f339abc290231621554ac24a92e0d7f 100644 (file)
@@ -1,3 +1,3 @@
   o New system requirements:
     - Tor no longer includes workarounds for Libevent versions before 1.3e.
-      Libevent 2.0 or later is recommended. Closes ticket #15248.
+      Libevent 2.0 or later is recommended. Closes ticket 15248.