mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
bf1ce3f53d
Now, the environment setup is entirely OS-independent, as well as less hacky and brittle.
12 lines
552 B
Plaintext
12 lines
552 B
Plaintext
o Minor bugfixes:
|
|
|
|
- Ensure that variables set in Tor's environment cannot override
|
|
environment variables which Tor tries to pass to a managed
|
|
pluggable-transport proxy. Previously, Tor would pass every
|
|
variable in its environment to managed proxies along with the
|
|
new ones, in such a way that on many operating systems, the
|
|
inherited environment variables would override those which Tor
|
|
tried to explicitly set. Bugfix on 0.2.3.12-alpha for most
|
|
Unixoid systems; bugfix on 0.2.3.9-alpha for Windows.
|
|
|