From: Nick Mathewson Date: Thu, 12 May 2011 22:49:28 +0000 (-0400) Subject: Add changes file for bug2503 X-Git-Tag: tor-0.2.3.2-alpha~130^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=379de3d10acd45f02aa6c64f54de9b7faa634df5;p=thirdparty%2Ftor.git Add changes file for bug2503 --- diff --git a/changes/bug2503 b/changes/bug2503 new file mode 100644 index 0000000000..50b8bf50c2 --- /dev/null +++ b/changes/bug2503 @@ -0,0 +1,4 @@ + o Minor features: + - When an HTTPS proxy reports "403 Forbidden", we now explain + what it means rather than calling it an unexpected status code. + Closes bug 2503. Patch from "mikey".