diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-01-31 11:09:04 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-01-31 11:09:04 -0500 |
commit | 09a00a2f826233b417066d90dcf5ba9be48b4e13 (patch) | |
tree | d3067886c9ab0e57ca67ff70255d83c2a02a7c1d /changes/bug21300 | |
parent | cccd3f1dae32075ffd4c53de7709fc83b7db43fb (diff) | |
parent | 4d83999213712c731b9fdd6eb739f29289ff00d7 (diff) | |
download | tor-09a00a2f826233b417066d90dcf5ba9be48b4e13.tar.gz tor-09a00a2f826233b417066d90dcf5ba9be48b4e13.zip |
Merge remote-tracking branch 'public/bug21300'
Diffstat (limited to 'changes/bug21300')
-rw-r--r-- | changes/bug21300 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug21300 b/changes/bug21300 new file mode 100644 index 0000000000..70cc12a93c --- /dev/null +++ b/changes/bug21300 @@ -0,0 +1,6 @@ + o Minor features (controller): + - The GETCONF command can now query options that may only be meaningful + in context-sensitive lists. This allows the controller to query + the mixed SocksPort/__SocksPort style options introduced in + feature 20956. Implements ticket 21300. + |