diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-11-20 13:10:38 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-11-20 13:10:38 -0500 |
commit | 56f24889a2ce1cb6256e35b788eb2942d720cbde (patch) | |
tree | ddb80479655e293d98929f0d2e4a0e5014501ae9 /changes | |
parent | 34cadefe3455d2536d207e62caaade6a723a0ddb (diff) | |
parent | a9820f072bf1bd796651e9e3913988e6224bd524 (diff) | |
download | tor-56f24889a2ce1cb6256e35b788eb2942d720cbde.tar.gz tor-56f24889a2ce1cb6256e35b788eb2942d720cbde.zip |
Merge branch 'maint-0.3.5'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket28459 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket28459 b/changes/ticket28459 new file mode 100644 index 0000000000..6b5839b52b --- /dev/null +++ b/changes/ticket28459 @@ -0,0 +1,4 @@ + o Minor features (continuous integration, Windows): + - Always show the configure and test logs, and upload them as build + artifacts, when building for Windows using Appveyor CI. + Implements 28459. |