diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-08-02 11:31:52 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-08-02 11:32:08 -0400 |
commit | 27e870cede731af83748768db26187d003905ff2 (patch) | |
tree | 897dcff548ebf727ccd9dec1b0486a69555ab6ea /changes/bug19428 | |
parent | 679383fb07778315a8a673835fefb7d8078ffb53 (diff) | |
download | tor-27e870cede731af83748768db26187d003905ff2.tar.gz tor-27e870cede731af83748768db26187d003905ff2.zip |
Fix most lintChanges warnings
(Also remove changes/bug19530 since it was a bugfix on no released
version)
Diffstat (limited to 'changes/bug19428')
-rw-r--r-- | changes/bug19428 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/changes/bug19428 b/changes/bug19428 index 32d293eb8e..e966596570 100644 --- a/changes/bug19428 +++ b/changes/bug19428 @@ -1,5 +1,5 @@ - - Minor bugfixes (timing): - o When computing the difference between two times in milliseconds, + o Minor bugfixes (timing): + - When computing the difference between two times in milliseconds, we now round to the nearest millisecond correctly. Previously, we could sometimes round in the wrong direction. Fixes bug 19428; bugfix on 0.2.2.2-alpha. |