bug28096 743 B

12345678910111213
  1. o Minor bugfixes (Windows):
  2. - Correctly identify Windows 8.1, Windows 10, and Windows Server 2008
  3. and later from their NT versions.
  4. Fixes bug 28096; bugfix on 0.2.2.34; reported by Keifer Bly.
  5. - On recent Windows versions, the GetVersionEx() function may report
  6. an earlier Windows version than the running OS. To avoid user
  7. confusion, add "[or later]" to Tor's version string on affected
  8. versions of Windows.
  9. Fixes bug 28096; bugfix on 0.2.2.34; reported by Keifer Bly.
  10. - Remove Windows versions that were never supported by the
  11. GetVersionEx() function. Stop duplicating the latest Windows
  12. version in get_uname().
  13. Fixes bug 28096; bugfix on 0.2.2.34; reported by Keifer Bly.