Stop discarding command-line arguments when TestingTorNetwork is set
[tor.git] / changes / bug5105
blob6a923d9fddb6a1845876d619ba71edeb831b410d
1   o Minor bugfixes:
3     - Ensure that variables set in Tor's environment cannot override
4       environment variables which Tor tries to pass to a managed
5       pluggable-transport proxy.  Previously, Tor would pass every
6       variable in its environment to managed proxies along with the
7       new ones, in such a way that on many operating systems, the
8       inherited environment variables would override those which Tor
9       tried to explicitly set.  Bugfix on 0.2.3.12-alpha for most
10       Unixoid systems; bugfix on 0.2.3.9-alpha for Windows.