diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-09-12 16:13:23 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-09-12 16:13:23 -0400 |
commit | b4f20ec8a634dc734b103b1773d6565c876e7a24 (patch) | |
tree | 04d4bd1b3fe2c788b4ec08c9a7545210002991ba /changes | |
parent | bfc847255afb093b89dd82687d796e3e3c7fcb89 (diff) | |
parent | c6a154e7b83377bffc130d757d3af3bcc124503e (diff) | |
download | tor-b4f20ec8a634dc734b103b1773d6565c876e7a24.tar.gz tor-b4f20ec8a634dc734b103b1773d6565c876e7a24.zip |
Merge remote-tracking branch 'tor-github/pr/280'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug27165 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug27165 b/changes/bug27165 new file mode 100644 index 0000000000..9e78d17e9d --- /dev/null +++ b/changes/bug27165 @@ -0,0 +1,4 @@ + o Minor bugfixes (C correctness): + - Use time_t for all values in predicted_ports_prediction_time_remaining(). + Rework the code that computes difference between durations/timestamps. + Fixes bug 27165; bugfix on 0.3.1.1-alpha. |