From 1d504a408d129bf561138360a5d727b37c0e29a9 Mon Sep 17 00:00:00 2001 From: rl1987 Date: Sun, 23 Jun 2019 13:38:49 +0300 Subject: [PATCH] Add changes file --- changes/ticket30102 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 changes/ticket30102 diff --git a/changes/ticket30102 b/changes/ticket30102 new file mode 100644 index 0000000000..c8b1148da3 --- /dev/null +++ b/changes/ticket30102 @@ -0,0 +1,4 @@ + o Minor features (continuous integration): + - When running CI builds on Travis, put some random data in ~/.torrc, + to make sure no tests are dependent on default Tor configuration. + Resolves issue 30102.