Make lintChanges happy

This commit is contained in:
Nick Mathewson 2015-04-30 15:11:19 -04:00
parent 1640944948
commit 174598f3ef
7 changed files with 7 additions and 8 deletions

View File

@ -4,5 +4,5 @@
The previous fix used TestingTorNetwork, which implies The previous fix used TestingTorNetwork, which implies
ExtendAllowPrivateAddresses, but this excluded rare configs where ExtendAllowPrivateAddresses, but this excluded rare configs where
ExtendAllowPrivateAddresses is set but TestingTorNetwork is not. 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. Patch by "teor", issue discovered by CJ Ess.

View File

@ -1,4 +1,3 @@
o Code simplification and refactoring: o Code simplification and refactoring:
- Refactor hidden service client-side cache lookup to intelligently - Refactor hidden service client-side cache lookup to intelligently
report its various failure cases, and disentangle failure cases report its various failure cases, and disentangle failure cases

View File

@ -1,3 +1,3 @@
o Minor bugfixes (testing): o Minor features (testing):
- Commandline argument tests moved to Stem. Fixes bug 14806. - Commandline argument tests moved to Stem. Resolves ticket 14806.

View File

@ -1,7 +1,7 @@
o Minor bugfixes (logs): o Minor bugfixes (logs):
- When building Tor under Clang, do not include an extra set of - When building Tor under Clang, do not include an extra set of
parentheses in log messages that include function names. 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. compiled with recent enough Clang.

View File

@ -1,4 +1,4 @@
o Minor features (DoS-resistance): o Minor features (DoS-resistance):
- Make it harder for attackers to overwhelm hidden services with - Make it harder for attackers to overwhelm hidden services with
introductions, by blocking multiple introduction requests on the introductions, by blocking multiple introduction requests on the
same circuit. Resolves ticket #15515. same circuit. Resolves ticket 15515.

View File

@ -1,4 +1,4 @@
o Major bugfix o Major bugfix
- Revert commit that made directory authority assign the HSDir flag to - Revert commit that made directory authority assign the HSDir flag to
relay without a DirPort which is bad because relay can't handle 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.

View File

@ -1,3 +1,3 @@
o New system requirements: o New system requirements:
- Tor no longer includes workarounds for Libevent versions before 1.3e. - 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.