diff options
author | Suphanat Chunhapanya <haxx.pop@gmail.com> | 2017-01-25 13:58:23 +0700 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-01-25 13:11:57 -0500 |
commit | 05c1e2b7d6bc2369cbc01f2aff4e6823539c8690 (patch) | |
tree | 0c1eb013d98f2e9c4a515dd691e3bf531df1bf6c | |
parent | 1e26d6dbe8c5dac291a06060fa4bcac77c0c44e6 (diff) | |
download | tor-05c1e2b7d6bc2369cbc01f2aff4e6823539c8690.tar.gz tor-05c1e2b7d6bc2369cbc01f2aff4e6823539c8690.zip |
Add ChangeLog for check_existing
-rw-r--r-- | changes/ticket20174 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket20174 b/changes/ticket20174 new file mode 100644 index 0000000000..b727fc137f --- /dev/null +++ b/changes/ticket20174 @@ -0,0 +1,4 @@ + o Minor feature (fallback scripts): + - Add a check_existing mode to updateFallbackDirs.py, which checks if + fallbacks in the hard-coded list are working. Closes ticket 20174. + Patch by haxxpop. |