21908e1bdf4f39ac7e21881d0dd2f3924c4e960e
[privoxy.git] / doc / webserver / announce.txt
1                Announcing Privoxy 3.0.30 stable
2 --------------------------------------------------------------------
3
4 Privoxy 3.0.30 stable fixes a couple of bugs and introduces
5 a few new features.
6
7 --------------------------------------------------------------------
8 ChangeLog for Privoxy 3.0.30
9 --------------------------------------------------------------------
10
11 - Bug fixes:
12   - Check the actual URL for redirects when https inspecting requests.
13     Previously Privoxy would only check the path which resulted in
14     rewrite results being rejected as invalid URLs.
15     Reported by withoutname in #1736.
16   - Let the hide-referrer code tolerate Referer headers with https:// URLs.
17     Previously they would always be treated like a changed host.
18   - Use the https headers if the show-request handler is reached through
19     https://. Previously Privoxy would use the http headers which
20     may be empty on a reused connection.
21   - Make CGI_PREFIX protocol-relative when building with FEATURE_HTTPS_INSPECTION.
22     This unbreaks (at least) https://config.privoxy.org/client-tags whose
23     buttons would previously use a http:// URL resulting in browser warnings.
24   - Support using https-inspection and client-header-order at the same time.
25     Previously Privoxy would crash.
26     Reported by: Kai Raven
27   - Properly reject rewrites from http to https as they currently
28     aren't supported. Previously Privoxy would wait for the client
29     to establish an encrypted connection which obviously would not happen.
30   - When https inspection is enabled and Privoxy has been compiled with
31     FEATURE_GRACEFUL_TERMINATION (not recommended for production builds),
32     the TLS backend resources are free'd later on and only if no active
33     connections are left. Prevents crashes when exiting "gracefully" at the
34     wrong time.
35   - Let the uninstall target remove the config file even if DESTDIR
36     is set and properly announce the deletion of the configuration files.
37
38 - General improvements:
39   - Allow to rewrite the request destination for https-inspected
40     requests behind the client's back. The documentation already sort
41     of claimed that it was supported by not especially mentioning that
42     it didn't work for https-inspected requests.
43     Fixes SF bug #923 reported by withoutname.
44   - Add support for filtering client request bodies by using
45     CLIENT-BODY-FILTER filters which can be enabled with the
46     client-body-filter action.
47     Patch submitted by Maxim Antonov.
48     Sponsored by: Robert Klemme
49   - Add the new action suppress-tag{} which can be used to prevent
50     a tagger from adding a tag. Patch submitted by Maxim Antonov.
51     Sponsored by: Robert Klemme
52   - Gracefully handle existing website keys without matching certificates.
53     This can happen if Privoxy was previously running with an invalid
54     TLS configuration that didn't allow it to create a certificate.
55   - Recycle debug bit 4 for Tagging-related messages.
56   - Improve the message shown when the client-tags CGI page
57     is requested with no tags configured.
58   - Shorten the 'donate' and 'participate' links used by templates
59     using redirects. Currently the redirects lead to the FAQ entries
60     but in the future we may want to relocate the content and using
61     redirects makes this more convenient.
62   - Log an error when a PCRE-HOST-PATTERN is used with
63     FEATURE_PCRE_HOST_PATTERNS disabled. Don't treat this a
64     fatal error so the regression tests can be used with and
65     without FEATURE_PCRE_HOST_PATTERNS.
66   - The code compiles with older C compilers again.
67   - The chdir() return code is checked to fix a compiler warning.
68   - The packages feed has been removed from the source tarball.
69     It's usually out of date when the source tarball is generated
70     for the release.
71   - Fixed harmless compiler warnings from GCC9 with -D_FORTIFY_SOURCE=2.
72   - windows: Remove obsolete '$(DEST)/doc/images' target.
73   - windows: Install the images referenced in the user manual.
74   - Remove obsolete 'gnu_regex.@OBJEXT@' target.
75   - When installing from the GNUMAkefile, don't create an 'images'
76     directory which is no longer used. The images were relocated to
77     the user-manual directory years ago.
78   - Add new FEATURES to the show-status page and resort list.
79   - Remove unused variable in the OpenSSL-specific code.
80   - Update bug tracker URL in cgi_error_unknown().
81   - Saved a couple of memory allocations when sorting client headers.
82   - Improved a couple of error messages.
83   - Saved memory allocations when using OpenSSL and checking if a
84     key already exists.
85   - The configure script will bail out if OpenSSL and mbedTLS are
86     enabled at the same time.
87   - Log a message right before exiting gracefully.
88   - A couple of structures have been rearranged to require slightly
89     less memory.
90   - When https inspection is enabled and the certificate is invalid
91     the error message is now sent with status code 403 instead of 200.
92   - The Slackware rc script template has been renamed to
93     slackware/rc.privoxy.in to silence complaints when building
94     Debian packages.
95   - When building with MbedTLS support, mbedtls_md5_ret() is used
96     instead of mbedtls_md5() which is deprecated and causes a warning
97     on Debian GNU/Linux.
98
99 - Action file improvements:
100   - Block requests to eu-tlp03.kameleoon.com/.
101   - Unblock metrics.sr.ht/.
102   - Disable fast-redirects for .fsf.org/.
103   - Disable fast-redirects for .gravater.com/.
104   - Disable fast-redirects for .ksta.de/.
105   - Block requests to tag.crsspxl.com/.
106   - Block requests to analytics.slashdotmedia.com/.
107   - Block requests to ml314.com/.
108   - Block requests to .adroll.com/.
109   - Block requests to fastlane.rubiconproject.com/.
110   - Block requests to api.theadex.com/.
111   - Block requests to ih.adscale.de/.
112   - Block requests to .s400.meetrics.net/.
113   - Block requests for pp.lp4.io/.
114   - Block requests for trc-events.taboola.com/.
115
116 - Filter file improvements:
117   - A allow-autocompletion filter has been added which changes
118     autocomplete="off" to "on" on input fields to allow autocompletion.
119     Requested by Jamie Zawinski in #370.
120     Filter based on a submission by Aaron Linville.
121   - Added an imdb filter.
122   - Added a sourceforge filter that reduces the amount of ads
123     for proprietary software.
124   - Added a github filter that removes the annoying "Sign-Up"
125     banner and the Cookie disclaimer.
126   - Removed a duplicated pcrs command from the js-annoyances filter.
127   - The crude-parental filter now provides a short reason when blocking,
128     inserts a link to Privoxy's webinterface and adds a new line at
129     the end of the generated page.
130
131 - Privoxy-Log-Parser:
132   - Highlight a few more messages.
133   - Add a handler for tagging messages.
134   - Properly deal with 'Certificate error' crunches
135     Previously the error description was highlighted as 'host'.
136   - Log truncated LOG_LEVEL_CLF messages more gracefully
137     and note that the statistics will be imprecise.
138   - Fixed perldoc typo.
139   - Bump version to 0.9.2.
140
141 - Privoxy-Regression-Test:
142   - Use http://127.0.0.1:8118/ as default Privoxy address
143     unless http_proxy is set through the environment.
144   - Add a --privoxy-cgi-prefix option that specifies the prefix
145     to use when building URLs that are supposed to reach Privoxy's
146     CGI interface. If it's not set, http://p.p/ is used, which is
147     supposed to work with the default Privoxy configuration.
148     If Privoxy has been built with FEATURE_HTTPS_INSPECTION enabled,
149     and if https inspection is activated with the +https-inspection
150     action, this option can be used with "https://p.p/" provided the
151     system running Privoxy-Regression-Test has been configured to
152     trust the certificate used by Privoxy.
153     Note that there are currently two tests in the official
154     regression-tests.action file that are expected to fail
155     when using "https://p.p/" as privoxy-cgi-prefix.
156   - Skip the connection-established response in get_status_code()
157     when looking for the status code with a CGI prefix
158     that starts with https://. We care about the status code
159     sent by the impersonated web server.
160   - Use --proxy-header when using a CGI prefix with https://
161     and a "Host:" header.
162   - Allow '|' in tokens and values to allow tag patterns like
163     "TAG:^(application|text)/(x-)?javascript$".
164   - When get_cgi_page_or_else() fails, include the URL of the
165     requested page in the log message.
166   - Added a --check-bad-ssl option that can be used to verify that
167     Privoxy detects certificate problems when accessing the test
168     sites from badssl.com.
169   - Bumped version to 0.7.2
170
171 - uagen:
172   - Update example output.
173   - Recommend the use of the https-inspection action in the documentation.
174   - Upgrade a couple of URLs to https://.
175   - Add ElectroBSD to the list of operating systems.
176   - Bumped generated Firefox version to 78 (ESR).
177   - Bumped version to 1.2.2.
178
179  - User documentation:
180   - Remove reference to 'How to Report Bugs Effectively'.
181     It was only rendered as text without URL in the README anyway
182     and there's no indication that users read it ...
183   - Let the dok-readme target fix the location embedded into the
184     README file. This used to be done by CVS but since the git migration
185     it has to be done through other means.
186   - Remove 'experimental' warning for client-specific-tag-related directives.
187     They seem to work reliably and there is no obvious reason
188     why we would change the syntax in the near future.
189   - Describe how to check if Privoxy has been built with
190     FEATURE_HTTPS_INSPECTION.
191   - Add a link to the trusted-cas-file documentation
192     that explains how the user can create the file herself.
193   - Don't explicitly mention the license for the code coming from
194     'Anonymous Coders' and Junkbusters. It's obviously licensed under
195     the GNU GPL like the rest of Privoxy or we wouldn't be allowed to
196     distribute it.
197   - Update the +hide-user-agent example with uagen output.
198   - Slightly improve the wording of the ca-key-file documentation.
199   - Explicitly mention Windows 10 as supported so search engines and
200     users looking for it can find it.
201   - Import a bunch of contributors from the ChangeLog.
202   - Remove obsolete doc/gpl.html.
203   - Upgrade a couple of links to https://.
204   - Don't prefer the SourceForge patch tracker over the
205     privoxy-devel mailing list. While at it, link to the
206     SourceForge patch tracker.
207   - Mention http-inspection in the 'my browser warns me about
208     unauthenticated content' FAQ entry.
209   - Simplify the 'Is there is a license or fee?' FAQ entry.
210   - Add another +redirect{} example.
211   - Explicitly mention that interested sponsors should include
212     the link target in their first mail.
213   - Clarify that only Privoxy team members can object to new sponsors
214     and link to the list of current team members.
215   - Note that sponsor URLs may not contain keyword spam.
216   - Garbage collect doc/webserver/images which isn't referenced anymore.
217   - Update the method to reach the proxy settings in Firefox.
218   - Update proxy_setup.jpg description to refer to Firefox.
219   - Regenerate proxy_setup.jpg with a more recent Firefox (78.0).
220   - Regenerate files-in-use.jpg without obsolete standard.action
221     with modern colors and a slightly better quality.
222   - Update URL to the actionsfile tracker.
223   - Update a support request URL.
224   - Rephrase the 'Can Privoxy run as service' FAQ entry and
225     remove an obsolete paragraph.
226   - Let the 'Where can I get updated Actions Files?' entry link to
227     the gitweb version of default.action.master.
228   - Update a link to the default.action file.
229   - Update URLs for trackers and mailing lists.
230   - Replace CVS reference with git.
231   - Mention regression-tests.action in the config file.
232   - Explicitly mention in the config file that access to the
233     CA key should be limited to Privoxy.
234   - List more client-specific-tag examples for inspiration.
235   - Add additional headers to the client-header-order example.
236   - Note that actions aren't updated after rewrites.
237   - Explicitly mention that upgrading from http to https with
238     a client-header filter is not supported
239   - Note that protocol and host have to be added when rewriting
240     the destination host for https-inspected requests.
241   - Explicitly mention that the CA key is used to sign certificates.
242   - Put openssl command in 'command' tags.
243   - The man page has been moved from section 1 to man section 8.
244
245 - Developer manual:
246   - Flesh out the build instructions for Debian.
247   - Remove the packaging instructions for RPM-based systems.
248     They don't work and we don't release RPM packages anymore anyway.
249   - Remove the packaging instructions for Solaris.
250     They don't work and we don't release Solaris packages anymore anyway.
251   - Update the suggested subject for the announce mails.
252   - Update upload instructions.
253     ftp://upload.sourceforge.net is no longer functional.
254   - Remove a couple of package-dependent upload instructions
255     that don't actually work.
256   - Remove 'cd current' that no longer works.
257   - Add regression-tests.action to the list of files that should be installed.
258   - Stop claiming that there are text versions of the manuals.
259     We stopped building them in 2008 (9ed36a3c5e6f12).
260   - Note that the 'webserver' target creates the link needed for the user-manual.
261   - Suggest to use the master branch as reference when creating
262     the ChangeLog so the steps work when the current branch differs
263     from master which is likely as the developer manual
264     suggests to use a local branch for development.
265   - Add the -s flag to the suggested 'git tag' command.  We prefer signed tags.
266   - Mention that merges into 'master' should be avoided.
267   - Add git commands that should result in a merge-free history.
268   - Mention Privoxy-Regression-Test.
269   - Add a section id to reduce link churn.
270   - Recommend the dok-tidy target when building docs for the webserver.
271   - Add another plug for the privoxy-devel mailing list.
272   - Let the intro link the copyright section in the user manual instead
273     of giving an incomplete summary of the license status.
274   - Clarify that the webserver target uploads to the SourceForge webserver.
275   - Mark the documentation for the Mac OS X installers as out of date and
276     change the SCM name back to CVS.
277   - Fix the location of the installer modules for Mac OS X.
278     They are not actually available through git (yet).
279   - Don't speak of Privoxy version 3 in the past tense.
280   - Update the list of programs required for the release process.
281   - Update description of the webserver target which uses ssh, not scp.
282   - Remove obsolete reference to config.new.
283
284 - Tests:
285   - Add another hide-referrer{conditional-block} test.
286   - Add another hide-referrer{conditional-forge} test.
287   - Fix a hide-referrer{conditional-forge} test
288     that expected an acceptable header to be forged.
289   - Fix a hide-referrer{conditional-block} test
290     that expected an acceptable Referer to be removed.
291   - Explain why the "Set Header = Host: whatever.example.org" test is
292     expected to fail when using a CGI prefix that starts with "https://".
293   - Explain why a connection-sharing test is known to fail
294     when using "https://p.p/" as CGI prefix.
295   - Add a link to Privoxy-Regression-Test to regression-tests.action
296     in case it isn't packaged.
297   - Add regression tests for pcre host patterns.
298   - Fixed a regression test that is executed when
299     FEATURE_GRACEFUL_TERMINATION is enabled.
300
301 - Privoxy infrastructure:
302   - Import a Privoxy logo for the website.
303   - Update Tor onion service to HiddenServiceVersion 3.
304   - Display the "model" photos in a single row and remove placeholder images.
305   - Regenerate homepage with updated sponsor list.
306   - Use the '/sponsor' redirect for the link to the sponsor page.
307   - Git commit messages are sent to the Privoxy-commits mailing list.
308
309 -----------------------------------------------------------------
310 About Privoxy:
311 -----------------------------------------------------------------
312
313 Privoxy is a non-caching web proxy with advanced filtering capabilities for
314 enhancing privacy, modifying web page data and HTTP headers, controlling
315 access, and removing ads and other obnoxious Internet junk. Privoxy has a
316 flexible configuration and can be customized to suit individual needs and
317 tastes. It has application for both stand-alone systems and multi-user
318 networks.
319
320 Privoxy is Free Software and licensed under the GNU GPLv2.
321
322 Our TODO list is rather long. Helping hands and donations are welcome:
323
324   * https://www.privoxy.org/participate
325
326   * https://www.privoxy.org/donate
327
328 At present, Privoxy is known to run on Windows 95 and later versions
329 (98, ME, 2000, XP, Vista, Windows 7, Windows 10 etc.), GNU/Linux
330 (RedHat, SuSE, Debian, Fedora, Gentoo, Slackware and others),
331 Mac OS X (10.4 and upwards on PPC and Intel processors), Haiku,
332 DragonFly, ElectroBSD, FreeBSD, NetBSD, OpenBSD, Solaris,
333 and various other flavors of Unix.
334
335 In addition to the core features of ad blocking and cookie management,
336 Privoxy provides many supplemental features, that give the end-user
337 more control, more privacy and more freedom:
338
339   *  Supports "Connection: keep-alive". Outgoing connections can be kept
340      alive independently from the client. Currently not available on all
341      platforms.
342
343   *  Supports IPv6, provided the operating system does so too,
344      and the configure script detects it.
345
346   *  Supports tagging which allows to change the behaviour based on client
347      and server headers.
348
349   *  Supports https inspection which allows to filter https requests.
350
351   *  Can be run as an "intercepting" proxy, which obviates the need to
352      configure browsers individually.
353
354   *  Sophisticated actions and filters for manipulating both server and
355      client headers.
356
357   *  Can be chained with other proxies.
358
359   *  Integrated browser based configuration and control utility at
360      http://config.privoxy.org/ (shortcut: http://p.p/). Browser-based
361      tracing of rule and filter effects. Remote toggling.
362
363   *  Web page filtering (text replacements, removes banners based on size,
364      invisible "web-bugs" and HTML annoyances, etc.)
365
366   *  Modularized configuration that allows for standard settings and user
367      settings to reside in separate files, so that installing updated actions
368      files won't overwrite individual user settings.
369
370   *  Support for Perl Compatible Regular Expressions in the configuration
371      files, and a more sophisticated and flexible configuration syntax.
372
373   *  GIF de-animation.
374
375   *  Bypass many click-tracking scripts (avoids script redirection).
376
377   *  User-customizable HTML templates for most proxy-generated pages (e.g.
378      "blocked" page).
379
380   *  Auto-detection and re-reading of config file changes.
381     
382   *  Most features are controllable on a per-site or per-location basis.
383
384
385 Home Page: 
386    https://www.privoxy.org/
387
388   - Privoxy Developers <privoxy-devel@lists.privoxy.org>