diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-05-17 19:50:52 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-05-17 19:50:52 -0400 |
commit | 9674fe7e2fdafdc7db7fac737c9e668b2a5e989a (patch) | |
tree | 5e85f5913958974333d61bb65c35fe25f98904ea /changes | |
parent | a3707a10529c3d90a06149cf0e4bcd28b7b1ab5b (diff) | |
download | tor-9674fe7e2fdafdc7db7fac737c9e668b2a5e989a.tar tor-9674fe7e2fdafdc7db7fac737c9e668b2a5e989a.tar.gz |
Add credit to bug2752; correct the issue number in the changes file
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug2752 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/changes/bug2752 b/changes/bug2752 index 328f11e81..b872d3374 100644 --- a/changes/bug2752 +++ b/changes/bug2752 @@ -1,5 +1,5 @@ - o Minor bugfixes + o Minor features: - Tor used to limit HttpProxyAuthenticator values to 48 characters. Changed the limit to 512 characters by removing base64 newlines. - Fixes bug 2917. + Fixes bug 2752. Fix by Michael Yakubovich. |