mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
Resolve lintChanges warnings.
This commit is contained in:
parent
6cc3397e26
commit
e0fb75c349
@ -1,4 +1,5 @@
|
|||||||
o Minor features (build):
|
o Minor features (build):
|
||||||
- Tor now again builds with the recent OpenSSL 1.1 development branch
|
- Tor now builds again with the recent OpenSSL 1.1 development branch
|
||||||
(tested against 1.1.0-pre4 and 1.1.0-pre5-dev).
|
(tested against 1.1.0-pre4 and 1.1.0-pre5-dev). Closes ticket 18286.
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
o Minor bugfixes (statistics):
|
o Minor bugfixes (statistics):
|
||||||
- Include consensus downloads via IPv6 in directory-request statistics.
|
- We now include consensus downloads via IPv6 in our directory-request statistics.
|
||||||
Fixes bug 18480; bugfix on 4741aa4 in 0.2.3.14-alpha.
|
Fixes 18460; bugfix on 0.2.3.14-alpha.
|
||||||
|
|
||||||
|
@ -2,4 +2,4 @@
|
|||||||
- Turn all TestingClientBootstrap* into non-testing torrc options. This
|
- Turn all TestingClientBootstrap* into non-testing torrc options. This
|
||||||
changes simply renames them by removing "Testing" in front of them and
|
changes simply renames them by removing "Testing" in front of them and
|
||||||
they do not require TestingTorNetwork to be enabled anymore. Fixes
|
they do not require TestingTorNetwork to be enabled anymore. Fixes
|
||||||
#18481; bugfix on tor-0.2.8.1-alpha.
|
bug 18481; bugfix on 0.2.8.1-alpha.
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
o Minor logging changes:
|
o Minor features (logging):
|
||||||
- Stop blasting twelve lines per second from periodic_event_dispatch()
|
- Stop blasting twelve lines per second from periodic_event_dispatch()
|
||||||
at loglevel debug. Resolves ticket 18729; fix on 0.2.8.1-alpha.
|
at loglevel debug. Resolves ticket 18729; fix on 0.2.8.1-alpha.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
o Minor bugfix (bootstrap):
|
o Minor bugfix (bootstrap):
|
||||||
- Consistently use the consensus download schedule for
|
- Consistently use the consensus download schedule for
|
||||||
authority certificates.
|
authority certificates.
|
||||||
Resolves ticket 18816; fix on fddb814fe in 0.2.4.13-alpha.
|
Fixes bug 18816; bugfix on 0.2.4.13-alpha.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
o Major bugfixes (IPv6 bridges):
|
o Major bugfixes (IPv6 bridges):
|
||||||
- Fix directory address selection for IPv6 bridges.
|
- Fix directory address selection for IPv6 bridges.
|
||||||
Resolves #18921, bugfix on #17840 in 0.2.8.1-alpha.
|
Fixes bug 18921; bugfix on 0.2.8.1-alpha.
|
||||||
Patch by "teor".
|
Patch by "teor".
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
o Minor bugfixes (IPv6):
|
o Minor bugfixes (IPv6):
|
||||||
- Make directory node selection more reliable, mainly for
|
- Make directory node selection more reliable, mainly for
|
||||||
IPv6-only clients and clients with few reachable addresses.
|
IPv6-only clients and clients with few reachable addresses.
|
||||||
Resolves #18929, bugfix on #17840 in 0.2.8.1-alpha.
|
Fixes bug 18929; bugfix on 0.2.8.1-alpha.
|
||||||
Patch by "teor".
|
Patch by "teor".
|
||||||
|
@ -2,5 +2,5 @@
|
|||||||
- The SHA3 and SHAKE routines now produce the correct output on
|
- The SHA3 and SHAKE routines now produce the correct output on
|
||||||
Big Endian systems, unbreaking the unit tests. No code calls
|
Big Endian systems, unbreaking the unit tests. No code calls
|
||||||
either algorithm family yet, so this is primarily a build fix.
|
either algorithm family yet, so this is primarily a build fix.
|
||||||
Closes ticket 18943.
|
Fixes bug 18943; bugfix on 0.2.8.1-alpha.
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
o Minor bugfixes (small networks):
|
o Minor bugfixes (small networks):
|
||||||
- Allow directories in small networks to bootstrap by
|
- Allow directories in small networks to bootstrap by
|
||||||
skipping DirPort checks when the consensus has no exits.
|
skipping DirPort checks when the consensus has no exits.
|
||||||
Resolves #19003, bugfix on #18050 in 0.2.8.1-alpha.
|
Fixes bug 19003, bugfix on 0.2.8.1-alpha.
|
||||||
Patch by teor.
|
Patch by teor.
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
o Minor enhancements (fallback directory mirrors):
|
o Minor features (fallback directory mirrors):
|
||||||
- Give each fallback the same weight for client selection.
|
- Give each fallback the same weight for client selection;
|
||||||
Restrict fallbacks to one per operator.
|
restrict fallbacks to one per operator;
|
||||||
Report fallback directory detail changes when rebuilding list.
|
report fallback directory detail changes when rebuilding list;
|
||||||
Add new fallback directory mirrors to the whitelist.
|
add new fallback directory mirrors to the whitelist;
|
||||||
Update fallback directories based on the latest OnionOO data.
|
update fallback directories based on the latest OnionOO data;
|
||||||
Many other minor simplifications and fixes.
|
and any other minor simplifications and fixes.
|
||||||
Closes tasks 17158, 17905, 18749, bug 18689, and fixes part of
|
Closes tasks 17158, 17905, 18749, bug 18689, and fixes part of
|
||||||
bug 18812 on tor 0.2.8.1-alpha; patch by "teor".
|
bug 18812 on 0.2.8.1-alpha; patch by "teor".
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
o Minor features (clients):
|
o Minor features (clients):
|
||||||
- Make clients, onion services, and bridge relays always
|
- Make clients, onion services, and bridge relays always
|
||||||
use an encrypted begindir connection for directory requests.
|
use an encrypted begindir connection for directory requests.
|
||||||
Resolves #18483. Patch by "teor".
|
Resolves ticket 18483. Patch by "teor".
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
o Minor features:
|
o Minor features (geoip):
|
||||||
- Update geoip and geoip6 to the April 5 2016 Maxmind GeoLite2
|
- Update geoip and geoip6 to the April 5 2016 Maxmind GeoLite2
|
||||||
Country database.
|
Country database.
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
o Minor features:
|
o Minor features (geoip):
|
||||||
- Update geoip and geoip6 to the May 4 2016 Maxmind GeoLite2
|
- Update geoip and geoip6 to the May 4 2016 Maxmind GeoLite2
|
||||||
Country database.
|
Country database.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user