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 | b2cda32693af9d98d388577b7cc318c5fabd8ae5 (patch) | |
tree | 0393c4d7a40448ac742fb57d6e6c816bbd545001 /changes | |
parent | 2eb78e206187fb8df72854dd26f1621a53201208 (diff) | |
parent | 03b0d1840a9a416db520107a68509c296f522f2e (diff) | |
download | tor-b2cda32693af9d98d388577b7cc318c5fabd8ae5.tar.gz tor-b2cda32693af9d98d388577b7cc318c5fabd8ae5.zip |
Merge branch 'maint-0.4.3'
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. |