From: Nick Mathewson Date: Tue, 17 May 2011 23:50:52 +0000 (-0400) Subject: Add credit to bug2752; correct the issue number in the changes file X-Git-Tag: tor-0.2.2.27-beta~5^2~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9674fe7e2fdafdc7db7fac737c9e668b2a5e989a;p=thirdparty%2Ftor.git Add credit to bug2752; correct the issue number in the changes file --- diff --git a/changes/bug2752 b/changes/bug2752 index 328f11e810..b872d3374a 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.