diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-08-18 13:03:21 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2014-09-10 07:10:10 -0400 |
commit | 916d53d6ceab5b3a5d567f18a2bce8543d008a89 (patch) | |
tree | 8a8746c2208af9c490ea37ee55e641d46199d31e /changes | |
parent | 01800ea1e4e0312c8b204541a8e43d7aad67ad61 (diff) | |
download | tor-916d53d6ceab5b3a5d567f18a2bce8543d008a89.tar.gz tor-916d53d6ceab5b3a5d567f18a2bce8543d008a89.zip |
Mark StrictE{ntry,xit}Nodes as obsolete.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug12226 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug12226 b/changes/bug12226 new file mode 100644 index 0000000000..0058b838cd --- /dev/null +++ b/changes/bug12226 @@ -0,0 +1,4 @@ + o Removed features: + - The old "StrictEntryNodes" and "StrictExitNodes" options, which + used to be deprecated synonyms for "StrictNodes", are now marked + obsolete. Resolves ticket 12226. |