summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-12-01 10:05:44 -0500
committerNick Mathewson <nickm@torproject.org>2016-12-01 10:05:44 -0500
commit52cb1edda69b7f73b2aa7a8edfbc850a0b3769ff (patch)
tree6485cececc71e53b37f9d4004b56d004aef27ef6 /changes
parentf8a7972b29b83c08c64a8bc04a19c2ef33f50ccb (diff)
parent16fcbd21c963a9a65bf55024680c8323c8b7175d (diff)
downloadtor-52cb1edda69b7f73b2aa7a8edfbc850a0b3769ff.tar.gz
tor-52cb1edda69b7f73b2aa7a8edfbc850a0b3769ff.zip
Merge branch 'maint-0.2.8' into maint-0.2.9
Diffstat (limited to 'changes')
-rw-r--r--changes/bug202354
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug20235 b/changes/bug20235
new file mode 100644
index 0000000000..54026a8943
--- /dev/null
+++ b/changes/bug20235
@@ -0,0 +1,4 @@
+ o Minor features (compatibility):
+ - Work around a bug in the OSX 10.12 SDK that would prevent us
+ from successfully targetting earlier versions of OSX.
+ Resolves ticket 20235.