diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-09-28 10:35:12 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-09-28 10:35:12 -0400 |
commit | 79d777396858d008bb99d0f411953a5152b921b0 (patch) | |
tree | 37a82473d5c15d159c608f27ff702bee5f3d9703 /changes | |
parent | 020e8e41c676370de66d3ddf459700867ed454cd (diff) | |
parent | faf89ec6c2e0db1ba82639c41a4c754751f4ce1d (diff) | |
download | tor-79d777396858d008bb99d0f411953a5152b921b0.tar.gz tor-79d777396858d008bb99d0f411953a5152b921b0.zip |
Merge branch 'maint-0.3.5' into bug40133_035
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket40125 | 4 | ||||
-rw-r--r-- | changes/ticket40126 | 4 | ||||
-rw-r--r-- | changes/ticket40135 | 3 |
3 files changed, 11 insertions, 0 deletions
diff --git a/changes/ticket40125 b/changes/ticket40125 new file mode 100644 index 0000000000..c68e3ce7b3 --- /dev/null +++ b/changes/ticket40125 @@ -0,0 +1,4 @@ + o Testing (onion service v2): + - Fix a rendezvous cache unit test that was triggering an underflow on the + global rend cache allocation. Fixes bug 40125; bugfix on + 0.2.8.1-alpha. diff --git a/changes/ticket40126 b/changes/ticket40126 new file mode 100644 index 0000000000..1f5806e6cb --- /dev/null +++ b/changes/ticket40126 @@ -0,0 +1,4 @@ + o Testing (onion service v2): + - Fix another rendezvous cache unit test that was triggering an underflow on the + global rend cache allocation. Fixes bug 40126; bugfix on + 0.2.8.1-alpha. diff --git a/changes/ticket40135 b/changes/ticket40135 new file mode 100644 index 0000000000..9b60b4f655 --- /dev/null +++ b/changes/ticket40135 @@ -0,0 +1,3 @@ + o Minor bugfix (logging): + - Remove a debug logging statement that uselessly spam the logs. Fixes bug + 40135; bugfix on 0.3.5.0-alpha. |