tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 0c81bdc9efd5aa2a5009be5db6f097e887ac3225
parent 406366c540a5af7b9d823a8552887c74e120f7e2
Author: Nick Mathewson <nickm@torproject.org>
Date:   Mon, 21 May 2018 17:24:17 -0400

changes file for appveyor support

Diffstat:
Achanges/ticket25549 | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/changes/ticket25549 b/changes/ticket25549 @@ -0,0 +1,4 @@ + o Minor features (continuous integration): + - Add the necessary configuration files for continuous integration + testing on Windows, via the Appveyor platform. Closes ticket 25549. + Patches from Marcin Cieślak and Isis Lovecruft.