From: Fabian Keil <fk@fabiankeil.de>
Date: Sat, 2 Mar 2013 14:38:02 +0000 (+0000)
Subject: Update changes for 3.0.21 stable
X-Git-Tag: v_3_0_21~26
X-Git-Url: http://www.privoxy.org/gitweb/@default-cgi@/faq/%22https:/developer-manual/@default-cgi@toggle?a=commitdiff_plain;h=2545e7bdf1845332e3a17791dac1cad853e1aee3;p=privoxy.git

Update changes for 3.0.21 stable
---

diff --git a/ChangeLog b/ChangeLog
index ebcfd224..27be3e94 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,13 @@
 --------------------------------------------------------------------
 ChangeLog for Privoxy
 --------------------------------------------------------------------
-*** Version 3.0.21 UNRELEASED ***
+*** Version 3.0.21 stable ***
 
 - Bug fixes:
+  - On POSIX-like platforms, network sockets with file descriptor
+    values above FD_SETSIZE are properly rejected. Previously they
+    could cause memory corruption in configurations that allowed
+    the limit to be reached.
   - Compiles on OS/2 again now that unistd.h is only included
     on platforms that have it.
 
@@ -13,6 +17,8 @@ ChangeLog for Privoxy
     NULL pointers in debug builds have been relocated.
   - Added an LSB info block to the generic start script.
     Based on a patch from Natxo Asenjo.
+  - The max-client-connections default has been changed to 128
+    which should be more than enough for most setups.
 
 - Action file improvements:
   - Block rover.ebay./ar.*\&adtype= instead of "/.*\&adtype=" which