X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=ChangeLog;h=398c9ae45ef51f4d0585aa8d3ba9836cd61746a0;hp=5a5520f79a586fa638f598d77c7f816a410bf09f;hb=6cf41422b99349e14b58d20b5b845ee2d4e578b8;hpb=6dbe7cde2ce71de045acc7adb22a6e5d83472a2b diff --git a/ChangeLog b/ChangeLog index 5a5520f7..398c9ae4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,14 @@ -------------------------------------------------------------------- ChangeLog for Privoxy -------------------------------------------------------------------- +*** Version 3.0.28 stable *** + +- Bug fixes for regressions in 3.0.27: + - Fixed misplaced parentheses. + Reported by David Binderman. + - Changed two regression tests to depend on config directive + enable-remote-toggle instead of FEATURE_TOGGLE. + *** Version 3.0.27 stable *** - General improvements: @@ -38,7 +46,7 @@ ChangeLog for Privoxy https://www.fabiankeil.de/talks/fuzzing-on-freebsd/ This work was partially funded with donations and done as part of the Privoxy month in 2015. - - Consistently use the U(ngreedy) flag in the 'img-reorder' filter + - Consistently use the U(ngreedy) flag in the 'img-reorder' filter. - listen_loop(): Reuse a single thread attribute object The object doesn't change and creating a new one for every thread is a waste of (CPU) time. @@ -58,7 +66,7 @@ ChangeLog for Privoxy - Explicitly taint the server socket in case of CONNECT requests. This doesn't fix any known problems, but makes some log messages less confusing. - - Let write_pid_file() terminate if the pid file can't be opened + - Let write_pid_file() terminate if the pid file can't be opened. Logging the issue at info level is unlikely to help. - log_error(): Reduce the mutex-protected area by not using a heap-allocated buffer that is shared between all threads. @@ -128,7 +136,7 @@ ChangeLog for Privoxy Finally, refreshing the /client-tags page to show the current state can no longer unintentionally repeat the previous toggle request. - - Don't add a "Connection" header for CONNECT requests + - Don't add a "Connection" header for CONNECT requests. Explicitly sending "Connection: close" is not necessary and apparently it causes problems with some forwarding proxies that will close the connection prematurely. @@ -240,7 +248,7 @@ ChangeLog for Privoxy CGI request being rejected with status code 403 (instead of 200). - Update test for /send-stylesheet and add another one -- Templates +- Templates: - Consistently use https:// when linking to the Privoxy website. - Remove SourceForge references in Copyright header. - Remove a couple of SourceForge references in a comment. @@ -1821,7 +1829,7 @@ ChangeLog for Privoxy if connection-sharing is enabled. - A TODO list has been added to the source tarball to give potential volunteers a better idea of what the current goals are. Donations - are still welcome too: http://www.privoxy.org/faq/general.html#DONATE + are still welcome too: https://www.privoxy.org/faq/general.html#DONATE *** Version 3.0.12 ***