diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-03-07 08:34:15 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-03-07 08:34:15 -0500 |
commit | d8409ccb76e1902e81f8f2c7d62babe64efd3e84 (patch) | |
tree | 50b46fb7e229ae7e3ebf5ba47f73a98a8e83fb93 /changes | |
parent | 9b4ecbaa7d5a19c2ddbb5e2c442e19c248930a7b (diff) | |
parent | 78bfe731c3320437901d3801f54ade66a93bd227 (diff) | |
download | tor-d8409ccb76e1902e81f8f2c7d62babe64efd3e84.tar.gz tor-d8409ccb76e1902e81f8f2c7d62babe64efd3e84.zip |
Merge remote-tracking branch 'tor-github/pr/733' into maint-0.4.0
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug29601 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug29601 b/changes/bug29601 new file mode 100644 index 0000000000..c4ba5fbc8b --- /dev/null +++ b/changes/bug29601 @@ -0,0 +1,6 @@ + o Minor bugfixes (Windows, CI): + - Skip the Appveyor 32-bit Windows Server 2016 job, and 64-bit Windows + Server 2012 R2 job. The remaining 2 jobs still provide coverage of + 64/32-bit, and Windows Server 2016/2012 R2. Also set fast_finish, so + failed jobs terminate the build immediately. + Fixes bug 29601; bugfix on 0.3.5.4-alpha. |