diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-10-17 13:12:24 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-10-17 13:12:24 -0400 |
commit | 498a852bba149975f7fe50180bfb24077dcdc4c4 (patch) | |
tree | c9c65f56e2d89af22bf0925012739b1090a720e8 /ChangeLog | |
parent | b1891068f1cd1513e8ffba0be6d5ca7050f5e689 (diff) | |
download | tor-498a852bba149975f7fe50180bfb24077dcdc4c4.tar.gz tor-498a852bba149975f7fe50180bfb24077dcdc4c4.zip |
Fold in the entry for 28089
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -3,6 +3,13 @@ Changes in version 0.3.5.3-alpha - 2018-10-17 versions. It's still an alpha, but we hope it's getting closer and closer to stability. + o Major bugfixes (relay): + - When our write bandwidth limit is exhausted, stop writing on the + connection. Previously, we had a typo in the code that would make us + stop reading instead, leading to relay connections being stuck + indefinitely and consuming kernel RAM. Fixes bug 28089; bugfix on + 0.3.4.1-alpha. + o Major bugfixes (compilation): - Fix compilation on ARM (and other less-used CPUs) when compiling with OpenSSL before 1.1. Fixes bug 27781; bugfix on 0.3.4.1-alpha. |