diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-03-25 10:56:27 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-03-25 10:56:27 -0400 |
commit | 23e401749ffb0676d30a52bbc80c94da5e4a8b65 (patch) | |
tree | df781ac04332e04a6f02f769b4664cc2a5f634a0 /changes | |
parent | 5ff42674e1c3d861a0ad128aea099293eda3c0f5 (diff) | |
parent | 26fd31fef8dfbc9babf60157edf1b47b94cd49d1 (diff) | |
download | tor-23e401749ffb0676d30a52bbc80c94da5e4a8b65.tar.gz tor-23e401749ffb0676d30a52bbc80c94da5e4a8b65.zip |
Merge branch 'maint-0.4.1' into release-0.4.1
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug33673 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug33673 b/changes/bug33673 new file mode 100644 index 0000000000..37c00f2e6e --- /dev/null +++ b/changes/bug33673 @@ -0,0 +1,6 @@ + o Testing: + - In our Appveyor Windows CI, copy required DLLs to test and app, before + running tor's tests. This ensures that tor.exe and test*.exe use the + correct version of each DLL. This fix is not required, but we hope it + will avoid DLL search issues in future. + Fixes bug 33673; bugfix on 0.3.4.2-alpha. |