X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=ChangeLog;h=f65f7808833a8be122d8359d4bfde734d8fbbf18;hp=615c2915a53305acaf2369a39d83e0c7814e8975;hb=8a5751cc96dd085fcbcc34bef77499306bddc0c0;hpb=8f81efe98c6e019c740946ff8cb2d74cd0ba8bf0 diff --git a/ChangeLog b/ChangeLog index 615c2915..f65f7808 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,14 @@ -------------------------------------------------------------------- ChangeLog for Privoxy -------------------------------------------------------------------- -*** Version 3.0.12 (UNRELEASED) *** +*** Version 3.0.13 (UNRELEASED) *** + +- The client socket is kept open until the server socket has + been marked as unused. This should increase the chances that + the still-open connection will be reused for the client's next + request to the same destination. + +*** Version 3.0.12 *** - The socket-timeout option now also works on platforms whose select() implementation modifies the timeout structure. @@ -14,6 +21,9 @@ ChangeLog for Privoxy - The user-manual directive on the show-status page links to the documentation location specified with the directive, not to the Privoxy website. +- When running in daemon mode, Privoxy doesn't log anything + to the console unless there are errors before the logfile + has been opened. - The show-status page prints warnings about invalid directives on the same line as the directives themselves. - Fixed several justified (but harmless) compiler warnings,