diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-12-01 10:06:17 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-12-01 10:06:17 -0500 |
commit | fc47cc3ed97b328b8ec341320471cff3f538960d (patch) | |
tree | 4ae5389d92146502b88aac2b0fd05b2801bd9af7 /changes | |
parent | 5efbd41daa874154025c9cc8cbe65763f08306bc (diff) | |
parent | 52cb1edda69b7f73b2aa7a8edfbc850a0b3769ff (diff) | |
download | tor-fc47cc3ed97b328b8ec341320471cff3f538960d.tar.gz tor-fc47cc3ed97b328b8ec341320471cff3f538960d.zip |
Merge branch 'maint-0.2.9'
Diffstat (limited to 'changes')
-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. |