Fix warning from lintchanges

This commit is contained in:
Nick Mathewson 2017-08-29 15:30:43 -04:00
parent 7ed8037495
commit 526211949e
4 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
o Minor bugfixes (hidden service): o Minor bugfixes (hidden service):
- A service is allowed to open a maximum number of circuits for a specific - A service is allowed to open a maximum number of circuits for a specific
period of time. That value was lower than it should be (8 vs 12) in the period of time. That value was lower than it should be (8 vs 12) in the
normal case of 3 introduction points. Fixes bug 22159.; bugfix on normal case of 3 introduction points. Fixes bug 22159; bugfix on
tor-0.3.0.5-rc. 0.3.0.5-rc.
- Rate limit the log if we ever go above the maximum number of allowed - Rate limit the log if we ever go above the maximum number of allowed
intro circuits. Fixes bug 22159.; bugfix on tor-0.3.1.1-alpha. intro circuits. Fixes bug 22159; bugfix on 0.3.1.1-alpha.

View File

@ -4,4 +4,4 @@
- Three other log_warn() for an introduction point have been changed to - Three other log_warn() for an introduction point have been changed to
protocol warning because they can be failure from the network and are protocol warning because they can be failure from the network and are
not relevant to the operator. Fixes bug 23078; bugfix on not relevant to the operator. Fixes bug 23078; bugfix on
tor-0.3.0.1-alpha and tor-0.3.0.2-alpha. 0.3.0.1-alpha and 0.3.0.2-alpha.

View File

@ -1,4 +1,4 @@
o Minor bugfixes (hidden service): o Minor bugfixes (hidden service):
- Fix a BUG alert during HSv3 descriptor decoding that could trigger with a - Fix a BUG alert during HSv3 descriptor decoding that could trigger with a
specially crafted descriptor. Fixes bug #23233; bugfix on 0.3.0.1-alpha. specially crafted descriptor. Fixes bug 23233; bugfix on 0.3.0.1-alpha.
Bug found by "haxxpop". Bug found by "haxxpop".

View File

@ -1,4 +1,4 @@
o Minor features: o Minor features (geoip):
- Update geoip and geoip6 to the August 3 2017 Maxmind GeoLite2 - Update geoip and geoip6 to the August 3 2017 Maxmind GeoLite2
Country database. Country database.