aboutsummaryrefslogtreecommitdiff
path: root/changes/bug26876
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2018-07-20 12:26:33 +1000
committerteor <teor@torproject.org>2018-07-20 12:29:32 +1000
commit022b8f15da2b349aaffc5aab311bdd3e0a7fa199 (patch)
tree17137b91853051a99e4628e8adb50334d1d02ab4 /changes/bug26876
parente0f99404f552e047b268c6c47691143a1491ec72 (diff)
downloadtor-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/bug268764
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.