aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-11-27 12:03:50 -0500
committerNick Mathewson <nickm@torproject.org>2018-11-27 12:03:50 -0500
commit9c2b114b2ee93434106ae300e31ba2ed317baea2 (patch)
tree1002b2e24a2f5249b2be0c1ca97f872b159036cb /changes
parent8a15d0f69b6490eb525cdd889b3a905ad0db5e39 (diff)
parent72c1303cef629576cb8d078590ed71091828fd78 (diff)
downloadtor-9c2b114b2ee93434106ae300e31ba2ed317baea2.tar.gz
tor-9c2b114b2ee93434106ae300e31ba2ed317baea2.zip
Merge branch 'maint-0.3.5'
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket285744
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket28574 b/changes/ticket28574
new file mode 100644
index 0000000000..562810f511
--- /dev/null
+++ b/changes/ticket28574
@@ -0,0 +1,4 @@
+ o Minor bugfixes (continuous integration, Windows):
+ - Explicitly specify the path to the OpenSSL library and do not download
+ OpenSSL from Pacman, but instead use the library that is already provided
+ by AppVeyor. Fixes bug 28574; bugfix on master.