Start 0.2.9.2-alpha changelog, fix some lintchanges issues

This commit is contained in:
Nick Mathewson 2016-08-23 10:13:13 -04:00
parent 40d05983c4
commit f009e1b32c
7 changed files with 22 additions and 17 deletions

View File

@ -1,4 +1,19 @@
Changes in version 0.2.9.2-alpha - 2016-0?-?? Changes in version 0.2.9.2-alpha - 2016-08-2?
Tor 0.2.9.2-alpha XXXX BLURB HERE.
o Minor features (geoip):
- Update geoip and geoip6 to the August 2 2016 Maxmind GeoLite2
Country database.
o Minor bugfixes (compilation, also in 0.2.8.7):
- Remove an inappropriate "inline" in tortls.c that was causing
warnings on older versions of GCC. Fixes bug 19903; bugfix on
0.2.8.1-alpha.
o Minor bugfixes (fallback directories, also in 0.2.8.7):
- Avoid logging a NULL string pointer when loading fallback
directory information. Fixes bug 19947; bugfix on 0.2.4.7-alpha
and 0.2.8.1-alpha. Report and patch by "rubiate".
Changes in version 0.2.9.1-alpha - 2016-08-08 Changes in version 0.2.9.1-alpha - 2016-08-08

View File

@ -1,3 +1,3 @@
o Minor bugfixes (config): o Minor features (config):
- Warn users when descriptor and port addresses are inconsistent. - Warn users when descriptor and port addresses are inconsistent.
Mitigates bug 13953; patch by teor. Mitigates bug 13953; patch by teor.

View File

@ -1,4 +1,4 @@
o Documentation: o Documentation:
- Correct the IPv6 syntax in our documentation for the - Correct the IPv6 syntax in our documentation for the
VirtualAddrNetworkIPv6 torrc option. Fixes bug 19743. VirtualAddrNetworkIPv6 torrc option. Closes ticket 19743.

View File

@ -1,4 +0,0 @@
o Minor bugfixes (compilation):
- Remove an inappropriate "inline" in tortls.c that was causing warnings
on older versions of GCC. Fixes bug 19903; 0.2.8.1-alpha.

View File

@ -1,4 +0,0 @@
o Minor bugfixes (fallback directories):
- Avoid logging a NULL string pointer when loading fallback directory information.
Fixes bug 19947; bugfix on 0.2.4.7-alpha and 0.2.8.1-alpha.
Report and patch by "rubiate".

View File

@ -1,4 +1,6 @@
o Bugfixes: o Major bugfixes (directory downloads):
- Avoid resetting download status for consensuses hourly, and add a - Avoid resetting download status for consensuses hourly, and add a
SimulateDirDownloadFailures config option to test behavior when all SimulateDirDownloadFailures config option to test behavior when all
downloads from directory servers fail. Fixes bug 8625. downloads from directory servers fail. Fixes bug 8625; bugfix on
0.2.0.9-alpha.

View File

@ -1,4 +0,0 @@
o Minor features:
- Update geoip and geoip6 to the August 2 2016 Maxmind GeoLite2
Country database.