diff options
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug26116 | 7 | ||||
-rw-r--r-- | changes/bug26196 | 4 | ||||
-rw-r--r-- | changes/bug26272 | 3 | ||||
-rw-r--r-- | changes/geoip-2018-06-07 | 4 | ||||
-rw-r--r-- | changes/ticket26343 | 3 |
5 files changed, 21 insertions, 0 deletions
diff --git a/changes/bug26116 b/changes/bug26116 new file mode 100644 index 0000000000..3bfde74f77 --- /dev/null +++ b/changes/bug26116 @@ -0,0 +1,7 @@ + o Minor bugfixes (compatibility, openssl): + - Work around a change in OpenSSL 1.1.1 where + return values that would previously indicate "no password" now + indicate an empty password. Without this workaround, Tor instances + running with OpenSSL 1.1.1 would accept descriptors that other Tor + instances would reject. Fixes bug 26116; bugfix on 0.2.5.16. + diff --git a/changes/bug26196 b/changes/bug26196 new file mode 100644 index 0000000000..47fcffa0f8 --- /dev/null +++ b/changes/bug26196 @@ -0,0 +1,4 @@ + o Minor bugfixes (hardening): + - Prevent a possible out-of-bounds smartlist read in + protover_compute_vote(). Fixes bug 26196; bugfix on + 0.2.9.4-alpha. diff --git a/changes/bug26272 b/changes/bug26272 new file mode 100644 index 0000000000..9dcf42f0e1 --- /dev/null +++ b/changes/bug26272 @@ -0,0 +1,3 @@ + o Minor bugfixes (compilation): + - Silence unused-const-variable warnings in zstd.h on some gcc versions. + Fixes bug 26272; bugfix on 0.3.1.1-alpha. diff --git a/changes/geoip-2018-06-07 b/changes/geoip-2018-06-07 new file mode 100644 index 0000000000..0f8cff97af --- /dev/null +++ b/changes/geoip-2018-06-07 @@ -0,0 +1,4 @@ + o Minor features (geoip): + - Update geoip and geoip6 to the June 7 2018 Maxmind GeoLite2 + Country database. Closes ticket 26351. + diff --git a/changes/ticket26343 b/changes/ticket26343 new file mode 100644 index 0000000000..ab5f332ee6 --- /dev/null +++ b/changes/ticket26343 @@ -0,0 +1,3 @@ + o Minor features (directory authority): + - Add an IPv6 address for the "dannenberg" directory + authority. Closes ticket 26343. |