X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=f65f7808833a8be122d8359d4bfde734d8fbbf18;hb=9b09b278a7ff6910f4334e5399bdb055882274a4;hp=54cc625d65e3d0a6616638ec8387fd9fa1a3e4b0;hpb=5ff814d6998a88715c5103d449b3df0d53da6a3f;p=privoxy.git diff --git a/ChangeLog b/ChangeLog index 54cc625d..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.