diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-08-13 14:20:27 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-08-13 14:20:27 -0400 |
commit | 72484a4953d744754b3b6b025242ef668e3f017a (patch) | |
tree | d334909e824c0e5f81091cb6501064b58f2df81e /changes/bug40099 | |
parent | aeafb7f44f07136101c06ea2986b295ef9915c9c (diff) | |
parent | f9bb49d870045fa6e1a2570a65f0583066d8359d (diff) | |
download | tor-72484a4953d744754b3b6b025242ef668e3f017a.tar.gz tor-72484a4953d744754b3b6b025242ef668e3f017a.zip |
Merge remote-tracking branch 'tor-gitlab/mr/125' into maint-0.3.5
Diffstat (limited to 'changes/bug40099')
-rw-r--r-- | changes/bug40099 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug40099 b/changes/bug40099 new file mode 100644 index 0000000000..278ede2023 --- /dev/null +++ b/changes/bug40099 @@ -0,0 +1,4 @@ + o Minor bugfixes (tests): + - Fix the behavior of the rend_cache/clean_v2_descs_as_dir when run on + its own. Previously, it would exit with an error. + Fixes bug 40099; bugfix on 0.2.8.1-alpha. |