diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-06-04 08:29:05 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-06-04 08:29:05 -0400 |
commit | 4022b6d6b7a2b5e1260c4bccbad119e8461c0b84 (patch) | |
tree | 1d4c5b49b4e88b43eef25b8feaf1ef83d21e934b /changes | |
parent | 180048e013c06ee67c053186aab46ff94cea0489 (diff) | |
parent | 5cbd71b977f1c3ae0b9dc0f9e63094941ece015c (diff) | |
download | tor-4022b6d6b7a2b5e1260c4bccbad119e8461c0b84.tar.gz tor-4022b6d6b7a2b5e1260c4bccbad119e8461c0b84.zip |
Merge branch 'bug29670_035' into bug29670_041
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug29670 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug29670 b/changes/bug29670 new file mode 100644 index 0000000000..00b0c33327 --- /dev/null +++ b/changes/bug29670 @@ -0,0 +1,4 @@ + o Minor bugfixes (configuration, proxies): + - Fix a bug that prevented us from supporting SOCKS5 proxies that want + authentication along with configued (but unused!) + ClientTransportPlugins. Fixes bug 29670; bugfix on 0.2.6.1-alpha. |