diff options
author | Roger Dingledine <arma@torproject.org> | 2014-02-12 03:59:59 -0500 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2014-02-12 03:59:59 -0500 |
commit | 7c39bf0e447a456a9999b3de95ed17fa0e86f157 (patch) | |
tree | 2befb835b53e0638f54d986d23311003996b2724 /changes/bug9926 | |
parent | 0ee449ca92dc7f25517a63b63f4d521fdd48410b (diff) | |
download | tor-7c39bf0e447a456a9999b3de95ed17fa0e86f157.tar tor-7c39bf0e447a456a9999b3de95ed17fa0e86f157.tar.gz |
go through and rewrite the changes files to be more user-facing
Diffstat (limited to 'changes/bug9926')
-rw-r--r-- | changes/bug9926 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/changes/bug9926 b/changes/bug9926 index 51af5e088..6d33ecb3d 100644 --- a/changes/bug9926 +++ b/changes/bug9926 @@ -1,6 +1,6 @@ - o Minor bugfixes: + o Code simplification and refactoring: - Remove some old fallback code designed to keep Tor clients working - in a network with only two working nodes. Elsewhere in the code we + in a network with only two working relays. Elsewhere in the code we have long since stopped supporting such networks, so there wasn't - much point in keeping it around. Fixes bug 9926. + much point in keeping it around. Addresses ticket 9926. |