mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
a2f0e7a65b
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.
7 lines
278 B
Plaintext
7 lines
278 B
Plaintext
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.
|
|
|