diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-12-01 10:05:44 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-12-01 10:05:44 -0500 |
commit | 52cb1edda69b7f73b2aa7a8edfbc850a0b3769ff (patch) | |
tree | 6485cececc71e53b37f9d4004b56d004aef27ef6 /changes/bug20235 | |
parent | f8a7972b29b83c08c64a8bc04a19c2ef33f50ccb (diff) | |
parent | 16fcbd21c963a9a65bf55024680c8323c8b7175d (diff) | |
download | tor-52cb1edda69b7f73b2aa7a8edfbc850a0b3769ff.tar.gz tor-52cb1edda69b7f73b2aa7a8edfbc850a0b3769ff.zip |
Merge branch 'maint-0.2.8' into maint-0.2.9
Diffstat (limited to 'changes/bug20235')
-rw-r--r-- | changes/bug20235 | 4 |
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. |