Updated html man page (using man2html target).
[privoxy.git] / announce.txt
1                  Announcing Privoxy v.3.0.10
2 -----------------------------------------------------------------
3
4 3.0.10 is a stable release which includes many enhancements but no major 
5 new features. The most prominent improvements are SOCKS5 support and 
6 zlib support for the default Privoxy builds.
7
8 See http://www.privoxy.org/3.0.10/user-manual/whatsnew.html for details.
9
10 --------------------------------------------------------------------
11 ChangeLog for Privoxy
12 --------------------------------------------------------------------
13
14 *** Version 3.0.10 ***
15
16 - Ordinary configuration file changes no longer cause program
17   termination on OS/2 if the name of the logfile hasn't been
18   changed as well. This regression probably crept in with the
19   logging improvements in 3.0.7. Reported by Maynard.
20 - The img-reorder filter is less likely to mess up JavaScript code in
21   img tags. Problem and solution reported by Glenn Washburn in #2014552.
22 - The source tar ball now includes Privoxy-Log-Parser,
23   a syntax-highlighter for Privoxy logs. For fancy screenshots see:
24   http://www.fabiankeil.de/sourcecode/privoxy-log-parser/
25   Documentation is available through perldoc(1).
26
27 *** Version 3.0.9 Beta ***
28
29 - Added SOCKS5 support (with address resolution done by
30   the SOCKS5 server). Patch provided by Eric M. Hopper.
31 - The "blocked" CGI pages include a block reason that was
32   provided as argument to the last-applying block action.
33 - If enable-edit-actions is disabled (the default since 3.0.7 beta)
34   the show-status page hides the edit buttons and explains why.
35   Previously the user would get the "this feature has been disabled"
36   message after using the edit button.
37 - Forbidden CONNECT requests are treated like blocks by default.
38   The now-pointless treat-forbidden-connects-like-blocks action
39   has been removed.
40 - Not enabling limit-connect now allows CONNECT requests to all ports.
41   In previous versions it would only allow CONNECT requests to port 443.
42   Use +limit-connect{443} if you think you need the old default behaviour.
43 - The CGI editor gets turned off after three edit requests with invalid
44   file modification timestamps. This makes life harder for attackers
45   who can leverage browser bugs to send fake Referers and intend to
46   brute-force edit URLs.
47 - Action settings for multiple patterns in the same section are
48   shared in memory. As a result these sections take up less space
49   (and are loaded slightly faster). Problem reported by Franz Schwartau.
50 - Linear white space in HTTP headers will be normalized to single
51   spaces before parsing the header's content, headers split across
52   multiple lines get merged first. This should prevent problems like:
53    * letting the session-cookies-only action slip
54      some Cookies through unmodified,
55    * only suppressing the first line of a header,
56      thus creating an invalid one, and
57    * to incorrectly block headers with valid timestamps
58      that weren't properly recognized.
59   Headers that could trigger these problems are unlikely to appear
60   in "normal" web traffic, but could be intentionally generated to
61   fool some of Privoxy's header parsers.
62 - Host information is gathered outside the main thread so it's less
63   likely to delay other incoming connections if the host is misconfigured.
64 - New config option "hostname" to use a hostname other than
65   the one returned by the operating system. Useful to speed-up responses
66   for CGI requests on misconfigured systems. Requested by Max Khon.
67 - The CGI editor supports the "disable all filters of this type"
68   directives "-client-header-filter", "-server-header-filter",
69   "-client-header-tagger" and "-server-header-tagger".
70 - Fixed false-positives with the link-by-url filter and URLs that
71   contain the pattern "/jump/".
72 - The less-download-windows filter no longer messes
73   "Content-Type: application/x-shockwave-flash" headers up.
74 - In the show-url-info page's "Final results" section active and
75   inactive actions are listed separately. Patch provided by Lee.
76 - The GNUmakefile supports the DESTDIR variable. Patch for
77   the install target submitted by Radoslaw Zielinski.
78 - Embedding the content of configuration files in the show-status
79   page is significantly faster now. For a largish action file (1 MB)
80   a speedup of about 2450 times has been measured. This is mostly
81   interesting if you are using large action files or regularly use
82   Privoxy-Regression-Test while running Privoxy through Valgrind,
83   for stock configuration files it doesn't really matter.
84 - If zlib support is unavailable and there are content
85   filters active but the prevent-compression action is disabled,
86   the show-url-info page includes a warning that compression
87   might prevent filtering.
88 - The show-url-info page provides an OpenSearch Description that
89   allows to access the page through browser search plugins.
90 - Custom client-header filters that rewrite the request line
91   incorrectly no longer cause Privoxy to crash. Reported by din_a4.
92 - The obsolete kill-popups action has been removed as the
93   PCRS-based popup filters can do the same and are slightly
94   less unreliable.
95 - The inspect-jpegs action has been removed.
96 - The send-wafer and send-vanilla-wafer actions have been removed.
97   They weren't particular useful and their behaviour could be emulated
98   with add-header anyway.
99 - Privoxy-Regression-Test has been significantly improved.
100 - Most sections in the default.action file contain tests for
101   Privoxy-Regression-Test to verify that they are working as intended.
102 - Parts of Privoxy have been refactored to increase maintainability.
103 - Building with zlib (if available) is done by default.
104
105 -----------------------------------------------------------------
106 About Privoxy:
107 -----------------------------------------------------------------
108
109 Privoxy is a web proxy with advanced filtering capabilities for
110 protecting privacy, modifying web page data, managing cookies,
111 controlling access, and removing ads, banners, pop-ups and other
112 obnoxious Internet junk. Privoxy has a very flexible
113 configuration and can be customized to suit individual needs
114 and tastes. Privoxy has application for both stand-alone systems
115 and multi-user networks.
116
117 Privoxy is based on Internet Junkbuster (tm).
118
119 At present, Privoxy is known to run on Windows(95, 98, ME, 2000,
120 XP, Vista), Linux (Ubuntu, RedHat, SuSE, Debian, Fedora, Gentoo and
121 others), Mac OSX, OS/2, AmigaOS, FreeBSD, NetBSD, OpenBSD, Solaris, and
122 various other flavors of Unix.
123
124 In addition to the traditional features of ad and junk blocking, and cookie
125 management, Privoxy adds these features:
126
127   * Can be run as an "intercepting" proxy, which obviates the need to
128     configure browsers individually.
129
130   * Sophisticated actions and filters for manipulating both server and client
131     headers.        
132
133   * Can be chained with other proxies.
134
135   * Integrated browser based configuration and control utility
136     at http://config.privoxy.org/ (shortcut: http://p.p/). Browser-based
137     tracing of rule and filter effects. Remote toggling.
138
139   * Bypass many click-tracking scripts (avoids script redirection).
140    
141   * Multi-threaded (POSIX and native threads).
142    
143   * User-customizable HTML templates for all proxy-generated pages (e.g.
144     "blocked" page).
145    
146   * Auto-detection and re-reading of config file changes.
147    
148   * Improved signal handling, and a true daemon mode (Unix).
149    
150   * Every feature now controllable on a per-site or per-location basis,
151     configuration more powerful and versatile over-all.
152    
153   * Many smaller new features added, limitations and bugs removed.
154
155 Download location: 
156    http://sourceforge.net/project/showfiles.php?group_id=11118
157  
158 Home Page: 
159    http://www.privoxy.org/
160
161
162   - Privoxy Developers <ijbswa-developers@lists.sourceforge.net>