diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-02-10 15:36:48 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-02-10 15:36:48 -0500 |
commit | 4dc8dc4b89259e1418cd984abe1cd8d8fc6a7496 (patch) | |
tree | c7f7ed82a87c1bc8c396689e5954fab6207da451 /changes | |
parent | 2123f0a2f932f991a5209358a3aae183700c71ab (diff) | |
parent | 5f7df92571ec5a2d1eddb257e22f5489acc4fc83 (diff) | |
download | tor-4dc8dc4b89259e1418cd984abe1cd8d8fc6a7496.tar.gz tor-4dc8dc4b89259e1418cd984abe1cd8d8fc6a7496.zip |
Merge remote-tracking branch 'public/bug18184'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug18184 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug18184 b/changes/bug18184 new file mode 100644 index 0000000000..af493df75f --- /dev/null +++ b/changes/bug18184 @@ -0,0 +1,5 @@ + o Removed platform support: + - Tor no longer attempts to support platforms where the "time_t" type + is unsigned. (To the best of our knowledge, only OpenVMS does this, + and Tor has never actually built on OpenVMS.) Closes ticket 18184. + |