From: Fabian Keil <fk@fabiankeil.de>
Date: Wed, 30 Oct 2013 14:31:37 +0000 (+0000)
Subject: Add #115: Add ICAP (RFC 3507) support.
X-Git-Tag: v_3_0_22~228
X-Git-Url: http://www.privoxy.org/gitweb/@default-cgi@/faq/%22https:/developer-manual/@default-cgi@toggle?a=commitdiff_plain;h=255ce3d8b3d4a7cbc3d1e470d7e7e254d29b4cad;p=privoxy.git

Add #115: Add ICAP (RFC 3507) support.
---

diff --git a/TODO b/TODO
index c5d84c68..1a80902e 100644
--- a/TODO
+++ b/TODO
@@ -1,4 +1,4 @@
-$Id: TODO,v 1.85 2013/08/29 11:21:00 fabiankeil Exp $
+$Id: TODO,v 1.86 2013/10/30 14:31:23 fabiankeil Exp $
 
 Some Privoxy-related tasks, sorted by the time they
 have been added, not by priority.
@@ -327,3 +327,5 @@ http://ijbswa.cvs.sourceforge.net/viewvc/ijbswa/current/TODO
 
 114) Properly deal with status code 100. The current "Continue hack"
      can cause problems for gpg when uploading keys through Privoxy.
+
+115) Add ICAP (RFC 3507) support. FR #3615158.