Note "also in 0.2.9.9" for backported entries.

This commit is contained in:
Nick Mathewson 2017-01-23 07:59:02 -05:00
parent 15dd86cc1f
commit b3ae5753b6

View File

@ -25,7 +25,7 @@ Changes in version 0.3.0.2-alpha - 2017-01-23
including possible crashes. Fixes bug 21118; bugfix including possible crashes. Fixes bug 21118; bugfix
on 0.3.0.1-alpha. on 0.3.0.1-alpha.
o Major bugfixes (client, onion service): o Major bugfixes (client, onion service, also in 0.2.9.9):
- Fix a client-side onion service reachability bug, where multiple - Fix a client-side onion service reachability bug, where multiple
socks requests to an onion service (or a single slow request) socks requests to an onion service (or a single slow request)
could cause us to mistakenly mark some of the service's could cause us to mistakenly mark some of the service's
@ -80,7 +80,7 @@ Changes in version 0.3.0.2-alpha - 2017-01-23
- Display the relay fingerprint when downloading consensuses from - Display the relay fingerprint when downloading consensuses from
fallbacks. Closes ticket 20908. fallbacks. Closes ticket 20908.
o Minor features (geoip): o Minor features (geoip, also in 0.2.9.9):
- Update geoip and geoip6 to the January 4 2017 Maxmind GeoLite2 - Update geoip and geoip6 to the January 4 2017 Maxmind GeoLite2
Country database. Country database.
@ -119,10 +119,6 @@ Changes in version 0.3.0.2-alpha - 2017-01-23
better guards even though those circuits have been freed. Fixes better guards even though those circuits have been freed. Fixes
bug 21142; bugfix on 0.3.0.1-alpha. bug 21142; bugfix on 0.3.0.1-alpha.
o Minor bugfixes (compilation):
- Fix Libevent detection on platforms without Libevent 1 headers
installed. Fixes bug 21051; bugfix on 0.2.9.1-alpha.
o Minor bugfixes (config): o Minor bugfixes (config):
- Don't assert on startup when trying to get the options list and - Don't assert on startup when trying to get the options list and
LearnCircuitBuildTimeout is set to 0: we are currently parsing the LearnCircuitBuildTimeout is set to 0: we are currently parsing the
@ -179,11 +175,13 @@ Changes in version 0.3.0.2-alpha - 2017-01-23
- Fix a memory leak when configuring hidden services. Fixes bug - Fix a memory leak when configuring hidden services. Fixes bug
20987; bugfix on 0.3.0.1-alpha. 20987; bugfix on 0.3.0.1-alpha.
o Minor bugfixes (portability): o Minor bugfixes (portability, also in 0.2.9.9x):
- Avoid crashing when Tor is built using headers that contain - Avoid crashing when Tor is built using headers that contain
CLOCK_MONOTONIC_COARSE, but then tries to run on an older kernel CLOCK_MONOTONIC_COARSE, but then tries to run on an older kernel
without CLOCK_MONOTONIC_COARSE. Fixes bug 21035; bugfix without CLOCK_MONOTONIC_COARSE. Fixes bug 21035; bugfix
on 0.2.9.1-alpha. on 0.2.9.1-alpha.
- Fix Libevent detection on platforms without Libevent 1 headers
installed. Fixes bug 21051; bugfix on 0.2.9.1-alpha.
o Minor bugfixes (relay): o Minor bugfixes (relay):
- Honor DataDirectoryGroupReadable when tor is a relay. Previously, - Honor DataDirectoryGroupReadable when tor is a relay. Previously,