Let subs work with the test hash directly, there's no need to use a local copy.
[privoxy.git] / ChangeLog
index 54cc625..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.