diff options
author | David Goulet <dgoulet@torproject.org> | 2022-10-14 09:12:23 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2022-10-14 09:12:23 -0400 |
commit | e86833ade650104d610327432f2e646d13f6a2a2 (patch) | |
tree | 30ebec419c80eed7900ae17a00f76e3eab5f7d8c /changes | |
parent | c8d8fa0d3639058544ffe153c1b83e0ed80bf43a (diff) | |
parent | e531d4d1b9753e80b56a28805b01c014a1fe5d51 (diff) | |
download | tor-e86833ade650104d610327432f2e646d13f6a2a2.tar.gz tor-e86833ade650104d610327432f2e646d13f6a2a2.zip |
Merge branch 'maint-0.4.5' into maint-0.4.7
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug40684 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug40684 b/changes/bug40684 new file mode 100644 index 0000000000..8c751ede2c --- /dev/null +++ b/changes/bug40684 @@ -0,0 +1,6 @@ + o Major bugfixes (OSX): + - Fix coarse-time computation on Apple platforms (like Mac M1) where + the Mach absolute time ticks do not correspond directly to + nanoseconds. Previously, we computed our shift value wrong, which + led us to give incorrect timing results. + Fixes bug 40684; bugfix on 0.3.3.1-alpha. |