diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-06-20 09:49:36 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-06-20 09:49:36 -0400 |
commit | 5b4ee475aa00bb30675e819a0096209e5e427668 (patch) | |
tree | 633b04a111458921fbd5908faed7f47641b9c362 /changes | |
parent | 456184c2a005d282df4bb1c92e0f3d80b52e99cb (diff) | |
download | tor-5b4ee475aa00bb30675e819a0096209e5e427668.tar.gz tor-5b4ee475aa00bb30675e819a0096209e5e427668.zip |
Remove code for Windows CE support
As far as I know, nobody has used this in ages. It would be a
pretty big surprise if it had worked.
Closes ticket 11446.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/no-wince | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/no-wince b/changes/no-wince new file mode 100644 index 0000000000..833bf46630 --- /dev/null +++ b/changes/no-wince @@ -0,0 +1,4 @@ + o Removed platform support: + - We no longer include special code to build on Windows CE; as far + as we know, nobody has used Tor on Windows CE in a very long + time. Closes ticket 11446. |