Ditch useless C++ compatibility goo
[privoxy.git] / TODO
diff --git a/TODO b/TODO
index 3835f5a..1a80902 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,4 +1,4 @@
-$Id: TODO,v 1.83 2013/08/29 11:12:50 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.
@@ -322,9 +322,10 @@ http://ijbswa.cvs.sourceforge.net/viewvc/ijbswa/current/TODO
      a \r\n (undocumented feature), detect it and split the headers so
      following header actions do not treat them as a single string.
      Alternatively add another header injection mechanism.
-     one
 
 113) Log statistics upon receiving a certain signal (SIGINFO or SIGUSR1).
 
-114) Properly deal with status code 100, the current "Continue hack"
-     prevents gpg from uploading keys through Privoxy.
+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.