Respect the server's keep-alive value if it's below ours.
[privoxy.git] / ChangeLog
index 615c291..f65f780 100644 (file)
--- 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,