X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=58dcf036f448b7c442fd237b2d13ef69791dd6f8;hb=7f324d0e5524d503f10cbea6a80f366530a20dc5;hp=8b084d64358b4b86d92497b77448c3150e5f1ec1;hpb=cf425b369c05f7c565bd5053c0f9f8f7419cd050;p=privoxy.git diff --git a/ChangeLog b/ChangeLog index 8b084d64..58dcf036 100644 --- a/ChangeLog +++ b/ChangeLog @@ -32,6 +32,8 @@ ChangeLog for Privoxy - Reject URLs with invalid port. Previously they were parsed incorrectly and characters between the port number and the first slash were silently dropped as shown by curl test 187. + - The default-server-timeout and socket-timeout directives accept 0 as + valid value. - General improvements: - Significantly improved keep-alive support for both client and server @@ -81,9 +83,6 @@ ChangeLog for Privoxy Downgrade the removal message to LOG_LEVEL_HEADER to clarify that it's not an error in Privoxy and is unlikely to cause any problems in general. Anonymously reported in #3599335. - - Accept a default-server-timeout of 0. It's the default after all. - - Accept a socket-timeout value of 0 seconds. Impatience isn't necessarily a - syntax problem. - Set the socket option SO_LINGER for the client socket in accept_connection(). This should further reduce the chances of the client getting an incomplete response, even though Privoxy wrote it in its @@ -102,12 +101,12 @@ ChangeLog for Privoxy closes its side of the connection without sending a request line, do not send the CLIENT_CONNECTION_TIMEOUT_RESPONSE, but report the condition properly. + - Allow closing curly braces as part of action values as long as they are + escaped. - Action file improvements: - Remove the comment that indicated that updated versions of this file are released on their own. - - Allow closing curly braces as part of action values as long as they are - escaped. - Block 'optimize.indieclick.com/' and 'optimized-by.rubiconproject.com/' - Unblock 'adjamblog.wordpress.com/' and 'adjamblog.files.wordpress.com/'. Reported by Ryan Farmer in #3496116. @@ -123,37 +122,37 @@ ChangeLog for Privoxy - Block '/openx/www/delivery/'. - Disable fast-redirects for '.googleapis.com/'. - Block 'imp.double.net/'. Reported by David Bo in #3070411. - - Block 'gm-link.com/' whis is used for email tracking. Reported by David Bo - in #1812733. + - Block 'gm-link.com/' whis is used for email tracking. + Reported by David Bo in #1812733. - Verify that requests to "bwp." are blocked. URL taken from #1736879 submitted by Francois Marier. - Block '/.*bannerid='. Reported by Adam Piggott in #2975779. - - Block 'cltomedia.info/delivery/' and '.adexprt.com/'. Anonymously reported - in #2965254. + - Block 'cltomedia.info/delivery/' and '.adexprt.com/'. + Anonymously reported in #2965254. - Block 'de17a.com/'. Reported by David Bo in #3061472. - Block 'oskar.tradera.com/'. Reported by David Bo in #3060596. - Block '/scripts/webtrends\.js'. Reported by johnd16 in #3002729. - Block requests for 'pool.*.adhese.com/'. Reported by johnd16 in #3002716. - - Update path pattern for Coremetrics and add tests. Pattern and URLs - submitted by Adam Piggott #3168443. - - Enable +fast-redirects{check-decoded-url} for 'tr.anp.se/'. Reported by - David Bo in #3268832. + - Update path pattern for Coremetrics and add tests. + Pattern and URLs submitted by Adam Piggott #3168443. + - Enable +fast-redirects{check-decoded-url} for 'tr.anp.se/'. + Reported by David Bo in #3268832. - Unblock '.conrad.se/newsletter/banners/'. Reported by David Bo in #3413824. - Block '.tynt.com/'. Reported by Dan Stahlke in #3421767. - Unblock '.bbci.co.uk/radio/'. Reported by Adam Piggott in #3569603. - - Block requests to 'service.maxymiser.net/'. Reported by johnd16 in #3118401 - (with a previous URL). + - Block requests to 'service.maxymiser.net/'. + Reported by johnd16 in #3118401 (with a previous URL). - Disable fast-redirects for Google's "let's pretend your computer is infected" page. - - Unblock '/.*download' to resolve actionsfile feedback #3498129 submitted by - Steven Kolins (soundcloud.com not working). - - Unblock '.wlxrs.com/' to resolve actionsfile feedback #3413827 (hotmail.com - not working) submitted by David Bo. - - Add two unblock patterns for popup radio and TV players. Submitted by Adam - Piggott in #3596089. + - Unblock '/.*download' to resolve actionsfile feedback #3498129. + Submitted by Steven Kolins (soundcloud.com not working). + - Unblock '.wlxrs.com/' which is required by hotmail.com. + Fixes #3413827 submitted by David Bo. + - Add two unblock patterns for popup radio and TV players. + Submitted by Adam Piggott in #3596089. - Filter file improvements & bug fixes: - - Add a referer tagger + - Add a referer tagger. - Reduce the likelihood that the google filter messes up HTML-generating JavaScript. Reported by Zeno Kugy in #3520260. @@ -179,9 +178,9 @@ ChangeLog for Privoxy - Various grammar and spelling corrections - Add a client-header-tagger{} example for disabling filtering for range requests. - - Correct a URL the "Privoxy with Tor" FAQ + - Correct a URL in the "Privoxy with Tor" FAQ. - Spell 'refresh-tags' correctly. Reported by Don in #3571927. - - Sort manpage options alphabetically + - Sort manpage options alphabetically. - Remove an incorrect sentence in the toggle section. The toggle state doesn't affect whether or not the Windows version uses the tray icon and having to toggle Privoxy off to not show the icon makes no sense anyway. @@ -247,7 +246,7 @@ ChangeLog for Privoxy - Use an enum for the type of the action value. - Rename action_name's member takes_value to value_type as it isn't used as boolean. - - Turn family mismatches in match_sockaddr() into fatal errors + - Turn family mismatches in match_sockaddr() into fatal errors. - Let enlist_unique_header() verify that the caller didn't pass a header containing either \r or \n. - Change the hashes used in load_config() to unsigned int. @@ -267,7 +266,7 @@ ChangeLog for Privoxy - Remove the "Copyright" line from print_version(). When using --help, every line of screen space matters and thus shouldn't be wasted on things the user doesn't care about. - - Fix comment typos + - Fix comment typos. - Add an 'Overwrite condition' directive to skip any matching tests before it. As it has a global scope, using it is more convenient than clowning around with the Ignore directive.