diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-09-05 08:29:54 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-09-05 08:29:54 -0400 |
commit | bebf7eb54e0852eeefa4b8608354ab75f912050b (patch) | |
tree | 370bee22e515e7a338314828ef2c2cfa1d033c2c /ChangeLog | |
parent | c515fbc7327ce1189c0b511265b2bd6b452003e3 (diff) | |
download | tor-bebf7eb54e0852eeefa4b8608354ab75f912050b.tar.gz tor-bebf7eb54e0852eeefa4b8608354ab75f912050b.zip |
Fold two more entries into 0.3.1.6-rc changelog
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -1,4 +1,4 @@ -Changes in version 0.3.1.6-rc - 2017-0?-?? +Changes in version 0.3.1.6-rc - 2017-09-05 Tor 0.3.1.6-rc fixes a few small bugs and annoyances in the 0.3.1 release series. @@ -6,6 +6,12 @@ Changes in version 0.3.1.6-rc - 2017-0?-?? find no new bugs or regressions here, the first stable 0.3.1 release will be nearly identical to it. + o Major bugfixes (windows, directory cache): + - On windows, do not try to delete cached consensus documents and + diffs, until they unmapped from memory. Allow the diff storage + directory to grow larger in order to handle files that might need + to stay around longer. Fixes bug 22752; bugfix on 0.3.1.1-alpha. + o Minor features (directory authority): - Improve the message that authorities report to relays when the RSA/Ed25519 key pair they present conflicts with a previously @@ -43,6 +49,12 @@ Changes in version 0.3.1.6-rc - 2017-0?-?? and are not relevant to the operator. Fixes bug 23078; bugfix on 0.3.0.1-alpha and 0.3.0.2-alpha. + o Minor bugfixes (relay): + - When a relay is not running as a directory cache, it will no + longer generate compressed consensuses and consensus diff + information. Previously, this was a waste of disk and CPU. Fixes + bug 23275; bugfix on 0.3.1.1-alpha. + o Minor bugfixes (robustness, error handling): - Improve our handling of the cases where OpenSSL encounters a memory error while encoding keys and certificates. We haven't |