diff options
author | teor <teor@torproject.org> | 2018-07-20 12:26:33 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2018-07-20 12:29:32 +1000 |
commit | 022b8f15da2b349aaffc5aab311bdd3e0a7fa199 (patch) | |
tree | 17137b91853051a99e4628e8adb50334d1d02ab4 /changes/bug26876 | |
parent | e0f99404f552e047b268c6c47691143a1491ec72 (diff) | |
download | tor-022b8f15da2b349aaffc5aab311bdd3e0a7fa199.tar.gz tor-022b8f15da2b349aaffc5aab311bdd3e0a7fa199.zip |
Ignore mach_approximate_time when targeting macOS 10.9 and earlier
Work around two different bugs in the OS X 10.10 and later SDKs that would
prevent us from successfully targeting earlier versions of OS X.
Fixes bug 26876; bugfix on 0.3.3.1-alpha.
Diffstat (limited to 'changes/bug26876')
-rw-r--r-- | changes/bug26876 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug26876 b/changes/bug26876 new file mode 100644 index 0000000000..b661104236 --- /dev/null +++ b/changes/bug26876 @@ -0,0 +1,4 @@ + o Minor bugfixes (portability): + - Work around two different bugs in the OS X 10.10 and later SDKs that + would prevent us from successfully targeting earlier versions of OS X. + Fixes bug 26876; bugfix on 0.3.3.1-alpha. |