Merge remote-tracking branch 'origin/maint-0.2.5'

This commit is contained in:
Nick Mathewson 2014-08-13 12:52:57 -04:00
commit 938deecc87
7 changed files with 4526 additions and 2724 deletions

9
README
View File

@ -10,17 +10,16 @@ Home page:
https://www.torproject.org/
Download new versions:
https://www.torproject.org/download.html
https://www.torproject.org/download/download.html
Documentation, including links to installation and setup instructions:
https://www.torproject.org/documentation.html
https://www.torproject.org/docs/documentation.html
Making applications work with Tor:
https://wiki.torproject.org/noreply/TheOnionRouter/TorifyHOWTO
https://wiki.torproject.org/projects/tor/wiki/doc/TorifyHOWTO
Frequently Asked Questions:
https://www.torproject.org/faq.html
https://wiki.torproject.org/noreply/TheOnionRouter/TorFAQ
https://www.torproject.org/docs/faq.html
To get started working on Tor development:

4
changes/bug12830 Normal file
View File

@ -0,0 +1,4 @@
o Documentation:
- Adjust the URLs in the README to refer to the new locations of
several documents on the website. Patch from Matt Pagan. Fixes
bug 12830.

3
changes/geoip-august2014 Normal file
View File

@ -0,0 +1,3 @@
o Minor features:
- Update geoip to the August 7 2014 Maxmind GeoLite2 Country database.

View File

@ -0,0 +1,3 @@
o Minor features:
- Update geoip6 to the August 7 2014 Maxmind GeoLite2 Country database.

View File

@ -1698,7 +1698,7 @@ is non-zero):
[[BridgeRecordUsageByCountry]] **BridgeRecordUsageByCountry** **0**|**1**::
When this option is enabled and BridgeRelay is also enabled, and we have
GeoIP data, Tor keeps a keep a per-country count of how many client
GeoIP data, Tor keeps a per-country count of how many client
addresses have contacted it so that it can help the bridge authority guess
which countries have blocked access to it. (Default: 1)

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff