diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-03-10 12:05:50 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-03-10 12:05:50 -0500 |
commit | 16b64fcfe178704ab09ba317f4c6e834f46b75e8 (patch) | |
tree | 39be2aa4b634c40902d9f5712a17d914d5a8eeb9 /changes/bug21703 | |
parent | 118d7018d07ebc6324e8b7220002465479b0cbf3 (diff) | |
download | tor-16b64fcfe178704ab09ba317f4c6e834f46b75e8.tar.gz tor-16b64fcfe178704ab09ba317f4c6e834f46b75e8.zip |
Mark GETINFO network-status as deprecated with a warning
control-spec has marked it deprecated for a long time.
Closes ticket 21703.
Diffstat (limited to 'changes/bug21703')
-rw-r--r-- | changes/bug21703 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug21703 b/changes/bug21703 new file mode 100644 index 0000000000..3034fc5e4b --- /dev/null +++ b/changes/bug21703 @@ -0,0 +1,4 @@ + o Minor features (controller): + - Warn the first time that a controller requests data in the + long-deprecated 'GETINFO network-status' format. Closes ticket 21703. + |