diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-01-18 08:13:48 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-01-18 08:13:48 -0500 |
commit | c8a27d89b26394a0e802820fe891ef75787499ab (patch) | |
tree | aa601dffbdc8b4e08025c7f2c052193f8474fd5b /changes | |
parent | 77026f8a87064efc926f0be1e65c922f5e4ea238 (diff) | |
parent | 44388757c44834d63614c4e13cf88931992afc2a (diff) | |
download | tor-c8a27d89b26394a0e802820fe891ef75787499ab.tar.gz tor-c8a27d89b26394a0e802820fe891ef75787499ab.zip |
Merge branch 'maint-0.3.2'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug24826_031 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug24826_031 b/changes/bug24826_031 new file mode 100644 index 0000000000..3d4a66184a --- /dev/null +++ b/changes/bug24826_031 @@ -0,0 +1,4 @@ + o Minor bugfixes (performance, fragile-hardening): + - Improve the performance of our consensus-diff application code when Tor + is built with the --enable-fragile-hardening option set. Fixes bug + 24826; bugfix on 0.3.1.1-alpha. |