summaryrefslogtreecommitdiff
path: root/changes/iphplapi
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-27 09:09:10 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-27 09:12:57 -0400
commit3930416dec02f801ee9c0e1d99fd782c414ffef0 (patch)
treec716bee781aa0657c6a8df2da646164cbe3b5d4c /changes/iphplapi
parent42b3caa6ad70106e7bca90bceca378b91045f545 (diff)
downloadtor-3930416dec02f801ee9c0e1d99fd782c414ffef0.tar.gz
tor-3930416dec02f801ee9c0e1d99fd782c414ffef0.zip
Link GetAdaptersAddresses, rather than loading it on-demand.
This function has been present since Windows XP.
Diffstat (limited to 'changes/iphplapi')
-rw-r--r--changes/iphplapi4
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/iphplapi b/changes/iphplapi
new file mode 100644
index 0000000000..806f71c3f3
--- /dev/null
+++ b/changes/iphplapi
@@ -0,0 +1,4 @@
+ o Removed features:
+ - Tor no longer attempts to run on Windows environments without the
+ GetAdaptersAddresses() function. This function has existed since
+ Windows XP, which is itself already older than we support.