Bump version to 0.5
[privoxy.git] / ChangeLog
index 97f7088..7e8ee3e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,8 +3,8 @@ ChangeLog for Privoxy
 --------------------------------------------------------------------
 *** Version 3.0.17 Stable ***
 
-- Fixed last-chunk-detection for responses where the content was small
-  enough to be read with the body, causing Privoxy to wait for the
+- Fixed last-chunk-detection for responses where the body was small
+  enough to be read with the headers, causing Privoxy to wait for the
   end of the content until the server closed the connection or the
   request timed out. Reported by "Karsten" in #3028326.
 - Responses with status code 204 weren't properly detected as body-less
@@ -93,6 +93,12 @@ ChangeLog for Privoxy
   - Slightly improve the explanation of why filtering may appear
     slower than it is.
   - Grammar fixes for the ACL section.
+  - Fixed a link to the 'intercepting' entry and add another one.
+  - Rename the 'Other' section to 'Mailing Lists' and reword it
+    to make it clear that nobody is forced to use the trackers
+  - Note that 'anonymously' posting on the trackers may not always
+    be possible.
+  - Suggest to enable debug 32768 when suspecting parsing problems.
 
 - Privoxy-Log-Parser improvements:
   - Gather statistics for ressources, methods, and HTTP versions
@@ -139,12 +145,15 @@ ChangeLog for Privoxy
   - In log_error(), assert that ival and sval have reasonable values.
     There's no reason not to abort() if they don't.
   - Remove an incorrect cgi_error_unknown() call in a
-    cannnot-happen-situation in send_crunch_response().
+    cannot-happen-situation in send_crunch_response().
   - Clean up white-space in http_response definition and
     move the crunch_reason to the beginning.
   - Turn http_response.reason into an enum and rename it
     to http_response.crunch_reason.
   - Silence a 'gcc (Debian 4.3.2-1.1) 4.3.2' warning on i686 GNU/Linux.
+  - Fix white-space in a log message in remove_chunked_transfer_coding().
+    While at it, add a note that the message doesn't seem to
+    be entirely correct and should be improved later on.
 
 - GNUmakefile improvements:
   - Use $(SSH) instead of ssh, so one only needs to specify a username once.