commit 71d503201e71197b6bdf75f7e159cfcd6280ff08 Author: Nick Mathewson nickm@torproject.org Date: Wed Apr 18 11:38:27 2018 -0400
Changes file for ticket 23354 (remove old download schedules) --- changes/ticket23354 | 6 ++++++ 1 file changed, 6 insertions(+)
diff --git a/changes/ticket23354 b/changes/ticket23354 new file mode 100644 index 000000000..f79dfd96a --- /dev/null +++ b/changes/ticket23354 @@ -0,0 +1,6 @@ + o Minor features (configuration): + - The "DownloadSchedule" options have been renamed to end with + "DownloadInitialDelay". The old names are still allowed, but will + produce a warning. Comma-separated lists are still permitted for + these options, but all values after the first are ignored (as they have + been since 0.2.9). Closes ticket 23354.