X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=ChangeLog;h=bde8d640c4fa073a24c394338cf21cb67605b536;hp=6c1c5fa0107c5af1cf3d7b9e583cbc4442a953b3;hb=3789d801f6b08697f16edd034108a544f183ef31;hpb=2ea9c60b491f9a374dddd3dc094a907e3dffd388 diff --git a/ChangeLog b/ChangeLog index 6c1c5fa0..bde8d640 100644 --- a/ChangeLog +++ b/ChangeLog @@ -48,6 +48,27 @@ ChangeLog for Privoxy is currently toggled off. - The show-status CGI page suppresses the edit button for action files if Privoxy has no write access. +- If Privoxy creates new Trustfile entries, a comment + with the trusted referrer is added. (Suggested by Daniel Griscom) +- Socks errors are no longer handled by the CGI page for + DNS resolution failures. +- CGI pages use favicons to signal whether they are error + or control pages. This is useful if you rely heavily on + browser tabs. +- Most CGI error pages react properly to HEAD requests. +- Requests with RFC 3253 HTTP methods (used by Subversion) + are accepted. (Patch provided by Petr Kadlec) +- New config option "templdir" to change the location + of the CGI templates to make sure customized templates + aren't "updated". +- Better handling of "HTTP/1.1 100 Continue" responses. +- "Crunch!" log messages (used when Privoxy answers requests + by itself) now also contain the reason. +- The show-url-info CGI page shows the forwarding settings. +- The background of the PNG pattern is transparent. +- Fixed XML syntax errors caused by banners-by-size and banners-by-url. +- Fixed crashes and possible action file corruptions + when lines containing hashes are written through the CGI editor. - Minor code clean-ups, filter and action file updates. (Some of them reported by Davide Alberani, Markus Elfring and Adam Piggott)