summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorteor <teor2345@gmail.com>2017-09-15 14:11:34 +1000
committerteor <teor2345@gmail.com>2017-09-15 14:11:34 +1000
commit61b5d053580410775a94fc24394a607642258ebd (patch)
tree0448cddfb42aa16faff0c03b2d3b6ca09647aab4 /changes
parentd6568bad5e12af0e202f82c3ca86ae9aaeb443e4 (diff)
downloadtor-61b5d053580410775a94fc24394a607642258ebd.tar.gz
tor-61b5d053580410775a94fc24394a607642258ebd.zip
Make control port download status next attempts consistent
Make download status next attempts reported over the control port consistent with the time used by tor. This issue only occurs if a download status has not been reset before it is queried over the control port. Fixes 23525, not in any released version of tor.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug235256
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug23525 b/changes/bug23525
new file mode 100644
index 0000000000..3a9c766c3a
--- /dev/null
+++ b/changes/bug23525
@@ -0,0 +1,6 @@
+ o Minor bugfixes (control port):
+ - Make download status next attempts reported over the control port
+ consistent with the time used by tor. This issue only occurs if a
+ download status has not been reset before it is queried over the
+ control port.
+ Fixes 23525, not in any released version of tor.