aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-02-07 11:33:14 -0500
committerNick Mathewson <nickm@torproject.org>2018-02-07 11:33:14 -0500
commit78382d557ab3da0b11f4fbda829f463067fc808f (patch)
treec22512043c2dd7e777fb280de106b8dd405f35ce /changes
parent86498e5aa59a74babd9454c336681a48019f479b (diff)
parentfe3dfe7e38b4ad0c11ff05b7dbd0a9b1d7efc4a8 (diff)
downloadtor-78382d557ab3da0b11f4fbda829f463067fc808f.tar.gz
tor-78382d557ab3da0b11f4fbda829f463067fc808f.zip
Merge remote-tracking branch 'dgoulet/bug25113_029_01'
Diffstat (limited to 'changes')
-rw-r--r--changes/bug251135
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug25113 b/changes/bug25113
new file mode 100644
index 0000000000..4a020b784d
--- /dev/null
+++ b/changes/bug25113
@@ -0,0 +1,5 @@
+ o Minor bugfixes (unit test, monotonic time):
+ - Bump a gap of 1msec to 10msec used in the monotonic time test that makes
+ sure the nsec/usec/msec time read are synchronized. This change was
+ needed to accommodate slow system like armel or when the clock_gettime()
+ is not a VDSO on the running kernel. Fixes bug 25113; bugfix on 0.2.9.1.