summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-11-26 17:24:41 -0500
committerNick Mathewson <nickm@torproject.org>2018-11-26 17:24:41 -0500
commitfeb41b7c3078d6df7e93a056853badc847773d9a (patch)
tree34bef20aced964c3e39809c21352012d8478683c /changes
parent056ffdec4cd10aac964ca354115ef806869afe81 (diff)
parent44ced9b750a65d867dc5dd2cbbcf7e42a46ae90d (diff)
downloadtor-feb41b7c3078d6df7e93a056853badc847773d9a.tar.gz
tor-feb41b7c3078d6df7e93a056853badc847773d9a.zip
Merge remote-tracking branch 'teor/bug28096-035-squashed' into maint-0.3.5
Diffstat (limited to 'changes')
-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.