From: oes Date: Fri, 17 Oct 2003 16:48:00 +0000 (+0000) Subject: Updating X-Git-Tag: v_3_0_3~74 X-Git-Url: http://www.privoxy.org/gitweb/?a=commitdiff_plain;h=e61da0b2a619fa3a1df44c2908820bb9ee75c585;p=privoxy.git Updating --- diff --git a/ChangeLog b/ChangeLog index b3ae6c8c..9639f36c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,13 +1,27 @@ -------------------------------------------------------------------- ChangeLog for Privoxy -------------------------------------------------------------------- +*** Since 3.0.2 (to become Version 3.0.3 soon) *** + +- Fixed yet another two memory leaks. Process growth seems stopped now. +- Further tightened security against malicious toggle-off links. +- Excluded text/plain MIME types from filtering. This fixes a + couple of client-crashing, download corruption and + Privoxy performance issues, whose root cause lies in + web servers labelling content of unknown type as text/plain. +- Assorted fixes for POSIX compliance, signal handling, graceful + termination, compiler warnings, OSX support, Win32 systray, + error logging, correct detection of NetBSD. +- Workarounds for client (iTunes) and server (PHP < 4.2.3) bugs +- Slighly updated the actions file. + + *** Version 3.0.2 *** - Fixed two memory leaks, one serious - Fixed bug in pcrs which could cause crashes with user-defined filters - Fixed bug in domain name matching - Assorted small fixes (Win32 menu, CGI URL editor, ..) - - Added basic support for the OPTIONS and TRACE http methods - Added workaround for Bug in Mac OSX that made Privoxy crash occasionally - Refined the default action file through >400 items of user feedback