aboutsummaryrefslogtreecommitdiff
path: root/changes/bug28096
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2019-03-14 06:56:09 +1000
committerteor <teor@torproject.org>2019-03-14 06:56:09 +1000
commitf3b17a6b261e1feef05dafac247b96b3ea90a521 (patch)
tree57c013d53194e974bbd6622a6af198cf6d603874 /changes/bug28096
parentc03b1b3f08b0588c9ba36b2097d372cb62cfdc22 (diff)
parent66f944f79b9ae0d7383f9bf55c8d8cd4bdacf216 (diff)
downloadtor-f3b17a6b261e1feef05dafac247b96b3ea90a521.tar.gz
tor-f3b17a6b261e1feef05dafac247b96b3ea90a521.zip
Merge remote-tracking branch 'tor-github/pr/795' into maint-0.3.4
Diffstat (limited to 'changes/bug28096')
-rw-r--r--changes/bug2809613
1 files changed, 13 insertions, 0 deletions
diff --git a/changes/bug28096 b/changes/bug28096
new file mode 100644
index 0000000000..6847df9798
--- /dev/null
+++ b/changes/bug28096
@@ -0,0 +1,13 @@
+ o Minor bugfixes (Windows):
+ - Correctly identify Windows 8.1, Windows 10, and Windows Server 2008
+ and later from their NT versions.
+ Fixes bug 28096; bugfix on 0.2.2.34; reported by Keifer Bly.
+ - On recent Windows versions, the GetVersionEx() function may report
+ an earlier Windows version than the running OS. To avoid user
+ confusion, add "[or later]" to Tor's version string on affected
+ versions of Windows.
+ Fixes bug 28096; bugfix on 0.2.2.34; reported by Keifer Bly.
+ - Remove Windows versions that were never supported by the
+ GetVersionEx() function. Stop duplicating the latest Windows
+ version in get_uname().
+ Fixes bug 28096; bugfix on 0.2.2.34; reported by Keifer Bly.