diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-12-07 11:09:27 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-12-07 11:09:27 -0500 |
commit | b0a842913acfb0de16ccb8ae358b6f6ee19d0898 (patch) | |
tree | 23086352a7e659ee8c2c448dc209198e18953173 /changes | |
parent | 129cee1c7511edd82dae77cf2946b147e4eed887 (diff) | |
parent | fce425e3ff0281de29f04ac46d8c395befee607d (diff) | |
download | tor-b0a842913acfb0de16ccb8ae358b6f6ee19d0898.tar.gz tor-b0a842913acfb0de16ccb8ae358b6f6ee19d0898.zip |
Merge branch 'maint-0.2.9'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/19974 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/19974 b/changes/19974 new file mode 100644 index 0000000000..5496143ddf --- /dev/null +++ b/changes/19974 @@ -0,0 +1,5 @@ + o Minor bugfixes (unit tests): + - Fix tolerances in unit tests for monotonic time comparisons between + nanoseconds and microseconds. Previously, we accepted a 10 us + difference only, which is not realistic on every platform's + clock_gettime(). Fixes bug 19974; bugfix on 0.2.9.1-alpha. |