summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorRobert Ransom <rransom.8774@gmail.com>2012-02-12 00:10:28 -0800
committerNick Mathewson <nickm@torproject.org>2012-02-12 19:12:51 -0500
commit0e9663d4397e9f1b87e789b5e1b166f06177dd18 (patch)
treef06c1dc7ca0ad63c05d9bd818fd0102e3cd8126c /changes
parentdb23aec6f22a5ee930be3410893c2ce318d004e6 (diff)
downloadtor-0e9663d4397e9f1b87e789b5e1b166f06177dd18.tar.gz
tor-0e9663d4397e9f1b87e789b5e1b166f06177dd18.zip
Fix bug #5097: remove bogus envvar from managed proxies' environment
Diffstat (limited to 'changes')
-rw-r--r--changes/bug50979
1 files changed, 9 insertions, 0 deletions
diff --git a/changes/bug5097 b/changes/bug5097
new file mode 100644
index 0000000000..770e9b50ad
--- /dev/null
+++ b/changes/bug5097
@@ -0,0 +1,9 @@
+ o Minor bugfixes:
+
+ - Don't put "TOR_PT_EXTENDED_SERVER_PORT=127.0.0.1:4200" in a
+ managed pluggable transport server proxy's environment.
+ Previously, we would put it there, even though Tor doesn't
+ implement an 'extended server port' yet, and even though Tor
+ almost certainly isn't listening to that address. Bugfix on
+ 0.2.3.6-alpha.
+