diff options
author | Roger Dingledine <arma@torproject.org> | 2018-10-17 13:56:41 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2018-10-17 13:56:41 -0400 |
commit | df78a2730cda08bcf4021b84ef301d58ba1f391a (patch) | |
tree | 35a8412c15a59812c7e9b120b90602902950dd17 /ReleaseNotes | |
parent | 1a3fbba92bace91588d9548f1dec5e919f97e8c2 (diff) | |
download | tor-df78a2730cda08bcf4021b84ef301d58ba1f391a.tar.gz tor-df78a2730cda08bcf4021b84ef301d58ba1f391a.zip |
merge in some fixes i found in a sandbox
Diffstat (limited to 'ReleaseNotes')
-rw-r--r-- | ReleaseNotes | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ReleaseNotes b/ReleaseNotes index ac107b7f32..dd7e823215 100644 --- a/ReleaseNotes +++ b/ReleaseNotes @@ -692,7 +692,7 @@ Changes in version 0.3.4.8 - 2018-09-10 o Minor bugfixes (correctness, flow control): - Upon receiving a stream-level SENDME cell, verify that our window has not grown too large. Fixes bug 26214; bugfix on svn - r54 (pre-0.0.1) + r54 (pre-0.0.1). o Minor bugfixes (directory authority): - When voting for recommended versions, make sure that all of the @@ -937,7 +937,7 @@ Changes in version 0.3.4.8 - 2018-09-10 once had an ed25519 key associated with their RSA key to always have that key, instead of allowing them to drop back to a version that didn't support ed25519. This means they need to use a new RSA - key if the want to downgrade to an older version of tor without + key if they want to downgrade to an older version of tor without ed25519. Closes ticket 20522. o Removed features: |