]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Add changes file for bug2503
authorNick Mathewson <nickm@torproject.org>
Thu, 12 May 2011 22:49:28 +0000 (18:49 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 12 May 2011 22:49:28 +0000 (18:49 -0400)
changes/bug2503 [new file with mode: 0644]

diff --git a/changes/bug2503 b/changes/bug2503
new file mode 100644 (file)
index 0000000..50b8bf5
--- /dev/null
@@ -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".