diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-05-11 17:50:30 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-05-11 17:52:53 -0400 |
commit | a2f0e7a65bb2397087ce92cf23149686185de8e9 (patch) | |
tree | 1b66bb7dcedc6baeb2d331b2703c4dfae53d63ed /changes/bug2988 | |
parent | 4bac2233116f0d94fd6ad1e77acb0baceeaf2336 (diff) | |
download | tor-a2f0e7a65bb2397087ce92cf23149686185de8e9.tar.gz tor-a2f0e7a65bb2397087ce92cf23149686185de8e9.zip |
Cut down on the OS information we give.
For uname-based detection, we now give only the OS name (e.g.,
"Darwin", "Linux".) For Windows, we give only the Operating System
name as inferred from dw(Major|Minor)version, (e.g., "Windows XP",
"Windows 7"), and whether the VER_NT_SERVER flag is set.
For ticket 2988.
Diffstat (limited to 'changes/bug2988')
-rw-r--r-- | changes/bug2988 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug2988 b/changes/bug2988 new file mode 100644 index 0000000000..88911e3e2a --- /dev/null +++ b/changes/bug2988 @@ -0,0 +1,6 @@ + o Minor features: + - The advertised platform of a router now includes only its + operating system's name (e.g., "Linux", "Darwin", "Windows 7"), + and not its service pack level (for Windows), or its CPU + architecture (for Unix). This is part of ticket 2988. + |