7c2e195bd7d413d555d2d4160e02e61afbfe305e
[privoxy.git] / doc / source / changelog.sgml
1 <!--
2  File        :  $Source: /cvsroot/ijbswa/current/doc/source/changelog.sgml,v $
3
4  Purpose     :  Entity included in other project documents.
5
6  $Id: changelog.sgml,v 2.2 2013/02/27 16:49:20 fabiankeil Exp $
7
8  Copyright (C) 2013 Privoxy Developers http://www.privoxy.org/
9  See LICENSE.
10
11  ======================================================================
12   This file used for inclusion with other documents only.
13  ======================================================================
14
15  If you make changes to this file, please verify the finished
16  docs all display as intended.
17
18  This file is included into:
19
20   user-manual
21 -->
22
23 <para>
24  <application>Privoxy 3.0.21</application> stable is a bug-fix release
25  for Privoxy 3.0.20 beta. It also addresses a security issue that affects
26  all previous Privoxy versions (on some platforms). The changes since
27  3.0.20 beta are:
28 </para>
29
30 <!--
31  The SGML ChangeLog can be generated with: utils/changelog2doc.pl ChangeLog
32 -->
33 <para>
34  <itemizedlist>
35   <listitem>
36    <para>
37     Bug fixes:
38     <itemizedlist>
39     <listitem>
40      <para>
41       On POSIX-like platforms, network sockets with file descriptor
42       values above FD_SETSIZE are properly rejected. Previously they
43       could cause memory corruption in configurations that allowed
44       the limit to be reached.
45      </para>
46     </listitem>
47     <listitem>
48      <para>
49       Compiles on OS/2 again now that unistd.h is only included
50       on platforms that have it.
51      </para>
52     </listitem>
53     </itemizedlist>
54    </para>
55   </listitem>
56   <listitem>
57    <para>
58     General improvements:
59     <itemizedlist>
60     <listitem>
61      <para>
62       The show-status page shows the FEATURE_STRPTIME_SANITY_CHECKS status.
63      </para>
64     </listitem>
65     <listitem>
66      <para>
67       A couple of assert()s that could theoretically dereference
68       NULL pointers in debug builds have been relocated.
69      </para>
70     </listitem>
71     <listitem>
72      <para>
73       Added an LSB info block to the generic start script.
74       Based on a patch from Natxo Asenjo.
75      </para>
76     </listitem>
77     <listitem>
78      <para>
79       The max-client-connections default has been changed to 128
80       which should be more than enough for most setups.
81      </para>
82      </listitem>
83     </itemizedlist>
84    </para>
85   </listitem>
86   <listitem>
87    <para>
88     Action file improvements:
89     <itemizedlist>
90     <listitem>
91      <para>
92       Block rover.ebay./ar.*\&amp;adtype= instead of "/.*\&amp;adtype=" which
93       caused too man false positives.
94       Reported by u302320 in #360284, additional feedback from Adam Piggott.
95      </para>
96     </listitem>
97     <listitem>
98      <para>
99       Unblock '.advrider.com/' and '/.*ADVrider'.
100       Anonymously reported in #3603636.
101      </para>
102      </listitem>
103     </itemizedlist>
104    </para>
105   </listitem>
106   <listitem>
107    <para>
108     Filter file improvements:
109     <itemizedlist>
110     <listitem>
111      <para>
112       Added an iframes filter.
113      </para>
114      </listitem>
115     </itemizedlist>
116    </para>
117   </listitem>
118   <listitem>
119    <para>
120     Documentation improvements:
121     <itemizedlist>
122     <listitem>
123      <para>
124       The whole GPLv2 text is included in the user manual now,
125       so Privoxy can serve it itself and the user can read it
126       without having to wade through GPLv3 ads first.
127      </para>
128     </listitem>
129     <listitem>
130      <para>
131       Properly numbered and underlined a couple of section titles
132       in the config that where previously overlooked due to a flaw
133       in the conversion script. Reported by Ralf Jungblut.
134      </para>
135     </listitem>
136     <listitem>
137      <para>
138       Improved the support instruction to hopefully make it harder to
139       unintentionally provide insufficient information when requesting
140       support. Previously it wasn't obvious that the information we need
141       in bug reports is usually also required in support requests.
142      </para>
143     </listitem>
144     <listitem>
145      <para>
146       Removed documentation about packages that haven't been provided
147       in years.
148      </para>
149      </listitem>
150     </itemizedlist>
151    </para>
152   </listitem>
153   <listitem>
154    <para>
155     Privoxy-Regression-Test:
156     <itemizedlist>
157     <listitem>
158      <para>
159       Only log the test number when not running in verbose mode
160       The position of the test is rarely relevant and it previously
161       wasn't exactly obvious which one of the numbers was useful to
162       repeat the test with --test-number.
163      </para>
164      </listitem>
165     </itemizedlist>
166    </para>
167   </listitem>
168   <listitem>
169    <para>
170     GNUmakefile improvements:
171     <itemizedlist>
172     <listitem>
173      <para>
174       Factor generate-config-file out of config-file to make testing
175       more convenient.
176      </para>
177     </listitem>
178     <listitem>
179      <para>
180       The clean target now also takes care of patch leftovers.
181      </para>
182      </listitem>
183     </itemizedlist>
184    </para>
185   </listitem>
186  </itemizedlist>
187 </para>
188
189 <para>
190  <application>Privoxy 3.0.20</application> beta contained the
191  following changes compared to the previous stable release:
192 </para>
193
194 <para>
195  <itemizedlist>
196     <listitem>
197    <para>
198     Bug fixes:
199     <itemizedlist>
200     <listitem>
201      <para>
202       Client sockets are now properly shutdown and drained before being
203       closed. This fixes page truncation issues with clients that aggressively
204       pipeline data on platforms that otherwise discard already written data.
205       The issue mainly affected Opera users and was initially reported
206       by Kevin in #3464439, szotsaki provided additional information to track
207       down the cause.
208      </para>
209     </listitem>
210     <listitem>
211      <para>
212       Fix latency calculation for shared connections (disabled by default).
213       It was broken since their introduction in 2009. The calculated latency
214       for most connections would be 0 in which case the timeout detection
215       failed to account for the real latency.
216      </para>
217     </listitem>
218     <listitem>
219      <para>
220       Reject URLs with invalid port. Previously they were parsed incorrectly and
221       characters between the port number and the first slash were silently
222       dropped as shown by curl test 187.
223      </para>
224     </listitem>
225     <listitem>
226      <para>
227       The default-server-timeout and socket-timeout directives accept 0 as
228       valid value.
229      </para>
230     </listitem>
231     <listitem>
232      <para>
233       Fix a race condition on Windows that could cause Privoxy to become
234       unresponsive after toggling it on or off through the taskbar icon.
235       Reported by Tim H. in #3525694.
236      </para>
237     </listitem>
238     <listitem>
239      <para>
240       Fix the compilation on Windows when configured without IPv6 support.
241      </para>
242     </listitem>
243     <listitem>
244      <para>
245       Fix an assertion that could cause debug builds to abort() in case of
246       socks5 connection failures with "debug 2" enabled.
247      </para>
248     </listitem>
249     <listitem>
250      <para>
251       Fix an assertion that could cause debug builds to abort() if a filter
252       contained nul bytes in the replacement text.
253      </para>
254      </listitem>
255     </itemizedlist>
256    </para>
257   </listitem>
258   <listitem>
259    <para>
260     General improvements:
261     <itemizedlist>
262     <listitem>
263      <para>
264       Significantly improved keep-alive support for both client and server
265       connections.
266      </para>
267     </listitem>
268     <listitem>
269      <para>
270       New debug log level 65536 which logs all actions that were applied to
271       the request.
272      </para>
273     </listitem>
274     <listitem>
275      <para>
276       New directive client-header-order to forward client headers in a
277       different order than the one in which they arrived.
278      </para>
279     </listitem>
280     <listitem>
281      <para>
282       New directive tolerate-pipelining to allow client-side pipelining.
283       If enabled (3.0.20 beta enables it by default), Privoxy will keep
284       pipelined client requests around to deal with them once the current
285       request has been served.
286      </para>
287     </listitem>
288     <listitem>
289      <para>
290       New --config-test option to let Privoxy exit after checking whether or not
291       the configuration seems valid. The limitations noted in TODO #22 and #23
292       still apply. Based on a patch by Ramkumar Chinchani.
293      </para>
294     </listitem>
295     <listitem>
296      <para>
297       New limit-cookie-lifetime{} action to let cookies expire before the end
298       of the session. Suggested by Rick Sykes in #1049575.
299      </para>
300     </listitem>
301     <listitem>
302      <para>
303       Increase the hard-coded maximum number of actions and filter files from
304       10 to 30 (each). It doesn't significantly affect Privoxy's memory usage
305       and recompiling wasn't an option for all Privoxy users that reached the
306       limit.
307      </para>
308     </listitem>
309     <listitem>
310      <para>
311       Add support for chunk-encoded client request bodies. Previously
312       chunk-encoded request bodies weren't guaranteed to be forwarded correctly,
313       so this can also be considered a bug fix although chunk-encoded request
314       bodies aren't commonly used in the real world.
315      </para>
316     </listitem>
317     <listitem>
318      <para>
319       Add support for Tor's optimistic-data SOCKS extension, which can reduce the
320       latency for requests on newly created connections. Currently only the
321       headers are sent optimistically and only if the client request has already
322       been read completely which rules out requests with large bodies.
323      </para>
324     </listitem>
325     <listitem>
326      <para>
327       After preventing the client from pipelining, don't signal keep-alive
328       intentions. When looking at the response headers alone, it previously
329       wasn't obvious from the client's perspective that no additional responses
330       should be expected.
331      </para>
332     </listitem>
333     <listitem>
334      <para>
335       Stop considering client sockets tainted after receiving a request with body.
336       It hasn't been necessary for a while now and unnecessarily causes test
337       failures when using curl's test suite.
338      </para>
339     </listitem>
340     <listitem>
341      <para>
342       Allow HTTP/1.0 clients to signal interest in keep-alive through the
343       Proxy-Connection header. While such client are rare in the real world, it
344       doesn't hurt and couple of curl tests rely on it.
345      </para>
346     </listitem>
347     <listitem>
348      <para>
349       Only remove duplicated Content-Type headers when filters are enabled.
350       If they are not it doesn't cause ill effects and the user might not want it.
351       Downgrade the removal message to LOG_LEVEL_HEADER to clarify that it's not
352       an error in Privoxy and is unlikely to cause any problems in general.
353       Anonymously reported in #3599335.
354      </para>
355     </listitem>
356     <listitem>
357      <para>
358       Set the socket option SO_LINGER for the client socket.
359      </para>
360     </listitem>
361     <listitem>
362      <para>
363       Move several variable declarations to the beginning of their code block.
364       It's required when compiling with gcc 2.95 which is still used on some
365       platforms. Initial patch submitted by Simon South in #3564815.
366      </para>
367     </listitem>
368     <listitem>
369      <para>
370       Optionally try to sanity-check strptime() results before trusting them.
371       Broken strptime() implementations have caused problems in the past and
372       the most recent offender seems to be FreeBSD's libc (standards/173421).
373      </para>
374     </listitem>
375     <listitem>
376      <para>
377       When filtering is enabled, let Range headers pass if the range starts at
378       the beginning. This should work around (or at least reduce) the video
379       playback issues with various Apple clients as reported by Duc in #3426305.
380      </para>
381     </listitem>
382     <listitem>
383      <para>
384       Do not confuse a client hanging up with a connection time out. If a client
385       closes its side of the connection without sending a request line, do not
386       send the CLIENT_CONNECTION_TIMEOUT_RESPONSE, but report the condition
387       properly.
388      </para>
389     </listitem>
390     <listitem>
391      <para>
392       Allow closing curly braces as part of action values as long as they are
393       escaped.
394      </para>
395     </listitem>
396     <listitem>
397      <para>
398       On Windows, the logfile is now written before showing the GUI error
399       message which blocks until the user acknowledges it.
400       Reported by Adriaan in #3593603.
401      </para>
402     </listitem>
403     <listitem>
404      <para>
405       Remove an unreasonable parameter limit in the CGI interface. The new
406       parameter limit depends on the memory available and is currently unlikely
407       to be reachable, due to other limits in both Privoxy and common clients.
408       Reported by Andrew on ijbswa-users@.
409      </para>
410     </listitem>
411     <listitem>
412      <para>
413       Decrease the chances of parse failures after requests with unsupported
414       methods were sent to the CGI interface.
415      </para>
416      </listitem>
417     </itemizedlist>
418    </para>
419   </listitem>
420   <listitem>
421    <para>
422     Action file improvements:
423     <itemizedlist>
424     <listitem>
425      <para>
426       Remove the comment that indicated that updated default.action versions
427       are released on their own.
428      </para>
429     </listitem>
430     <listitem>
431      <para>
432       Block 'optimize.indieclick.com/' and 'optimized-by.rubiconproject.com/'
433      </para>
434     </listitem>
435     <listitem>
436      <para>
437       Unblock 'adjamblog.wordpress.com/' and 'adjamblog.files.wordpress.com/'.
438       Reported by Ryan Farmer in #3496116.
439      </para>
440     </listitem>
441     <listitem>
442      <para>
443       Unblock '/.*Bugtracker'. Reported by pwhk in #3522341.
444      </para>
445     </listitem>
446     <listitem>
447      <para>
448       Add test URLs for '.freebsd.org' and '.watson.org'.
449      </para>
450     </listitem>
451     <listitem>
452      <para>
453       Unblock '.urbandictionary.com/popular'.
454      </para>
455     </listitem>
456     <listitem>
457      <para>
458       Block '.adnxs.com/'.
459      </para>
460     </listitem>
461     <listitem>
462      <para>
463       Block 'farm.plista.com/widgetdata.php'.
464      </para>
465     </listitem>
466     <listitem>
467      <para>
468       Block 'rotation.linuxnewmedia.com/'.
469      </para>
470     </listitem>
471     <listitem>
472      <para>
473       Block 'reklamy.sfd.pl/'. Reported by kacperdominik in #3399948.
474      </para>
475     </listitem>
476     <listitem>
477      <para>
478       Block 'g.adspeed.net/'.
479      </para>
480     </listitem>
481     <listitem>
482      <para>
483       Unblock 'websupport.wdc.com/'. Reported by Adam Piggot in #3577851.
484      </para>
485     </listitem>
486     <listitem>
487      <para>
488       Block '/openx/www/delivery/'.
489      </para>
490     </listitem>
491     <listitem>
492      <para>
493       Disable fast-redirects for '.googleapis.com/'.
494      </para>
495     </listitem>
496     <listitem>
497      <para>
498       Block 'imp.double.net/'. Reported by David Bo in #3070411.
499      </para>
500     </listitem>
501     <listitem>
502      <para>
503       Block 'gm-link.com/' which is used for email tracking.
504       Reported by David Bo in #1812733.
505      </para>
506     </listitem>
507     <listitem>
508      <para>
509       Verify that requests to "bwp." are blocked. URL taken from #1736879
510       submitted by Francois Marier.
511      </para>
512     </listitem>
513     <listitem>
514      <para>
515       Block '/.*bannerid='. Reported by Adam Piggott in #2975779.
516      </para>
517     </listitem>
518     <listitem>
519      <para>
520       Block 'cltomedia.info/delivery/' and '.adexprt.com/'.
521       Anonymously reported in #2965254.
522      </para>
523     </listitem>
524     <listitem>
525      <para>
526       Block 'de17a.com/'. Reported by David Bo in #3061472.
527      </para>
528     </listitem>
529     <listitem>
530      <para>
531       Block 'oskar.tradera.com/'. Reported by David Bo in #3060596.
532      </para>
533     </listitem>
534     <listitem>
535      <para>
536       Block '/scripts/webtrends\.js'. Reported by johnd16 in #3002729.
537      </para>
538     </listitem>
539     <listitem>
540      <para>
541       Block requests for 'pool.*.adhese.com/'. Reported by johnd16 in #3002716.
542      </para>
543     </listitem>
544     <listitem>
545      <para>
546       Update path pattern for Coremetrics and add tests.
547       Pattern and URLs submitted by Adam Piggott #3168443.
548      </para>
549     </listitem>
550     <listitem>
551      <para>
552       Enable +fast-redirects{check-decoded-url} for 'tr.anp.se/'.
553       Reported by David Bo in #3268832.
554      </para>
555     </listitem>
556     <listitem>
557      <para>
558       Unblock '.conrad.se/newsletter/banners/'. Reported by David Bo in #3413824.
559      </para>
560     </listitem>
561     <listitem>
562      <para>
563       Block '.tynt.com/'. Reported by Dan Stahlke in #3421767.
564      </para>
565     </listitem>
566     <listitem>
567      <para>
568       Unblock '.bbci.co.uk/radio/'. Reported by Adam Piggott in #3569603.
569      </para>
570     </listitem>
571     <listitem>
572      <para>
573       Block requests to 'service.maxymiser.net/'.
574       Reported by johnd16 in #3118401 (with a previous URL).
575      </para>
576     </listitem>
577     <listitem>
578      <para>
579       Disable fast-redirects for Google's "let's pretend your computer is
580       infected" page.
581      </para>
582     </listitem>
583     <listitem>
584      <para>
585       Unblock '/.*download' to resolve actionsfile feedback #3498129.
586       Submitted by Steven Kolins (soundcloud.com not working).
587      </para>
588     </listitem>
589     <listitem>
590      <para>
591       Unblock '.wlxrs.com/' which is required by hotmail.com.
592       Fixes #3413827 submitted by David Bo.
593      </para>
594     </listitem>
595     <listitem>
596      <para>
597       Add two unblock patterns for popup radio and TV players.
598       Submitted by Adam Piggott in #3596089.
599      </para>
600      </listitem>
601     </itemizedlist>
602    </para>
603   </listitem>
604   <listitem>
605    <para>
606     Filter file improvements & bug fixes:
607     <itemizedlist>
608     <listitem>
609      <para>
610       Add a referer tagger.
611      </para>
612     </listitem>
613     <listitem>
614      <para>
615       Reduce the likelihood that the google filter messes up HTML-generating
616       JavaScript. Reported by Zeno Kugy in #3520260.
617      </para>
618      </listitem>
619     </itemizedlist>
620    </para>
621   </listitem>
622   <listitem>
623    <para>
624     Documentation improvements:
625     <itemizedlist>
626     <listitem>
627      <para>
628       Revised all OS X sections due to new packaging module (OSXPackageBuilder).
629      </para>
630     </listitem>
631     <listitem>
632      <para>
633       Update the list of supported operating systems to clarify that all Windows
634       versions after 95 are expected to work and note that the platform-specific
635       code for AmigaOS and QNX currently isn't maintained.
636      </para>
637     </listitem>
638     <listitem>
639      <para>
640       Update 'Signals' section, the only explicitly handled signals are SIGINT,
641       SIGTERM and SIGHUP.
642      </para>
643     </listitem>
644     <listitem>
645      <para>
646       Add Haiku to the list of operating systems on which Privoxy is known to
647       run.
648      </para>
649     </listitem>
650     <listitem>
651      <para>
652       Add DragonFly to the list of BSDs on which Privoxy is known to run.
653      </para>
654     </listitem>
655     <listitem>
656      <para>
657       Removed references to redhat-specific documentation set since it no longer
658       exists.
659      </para>
660     </listitem>
661     <listitem>
662      <para>
663       Removed references to building PDFs since we no longer do so.
664      </para>
665     </listitem>
666     <listitem>
667      <para>
668       Multiple listen-address directives are supported since 3.0.18, correct the
669       documentation to say so.
670      </para>
671     </listitem>
672     <listitem>
673      <para>
674       Remove bogus section about long and short being preferable to int.
675      </para>
676     </listitem>
677     <listitem>
678      <para>
679       Corrected some Internet JunkBuster references to Privoxy.
680      </para>
681     </listitem>
682     <listitem>
683      <para>
684       Removed references to www.junkbusters.com since it is no longer
685       maintained. Reported by Angelina Matson.
686      </para>
687     </listitem>
688     <listitem>
689      <para>
690       Various grammar and spelling corrections
691      </para>
692     </listitem>
693     <listitem>
694      <para>
695       Add a client-header-tagger{} example for disabling filtering for range
696       requests.
697      </para>
698     </listitem>
699     <listitem>
700      <para>
701       Correct a URL in the "Privoxy with Tor" FAQ.
702      </para>
703     </listitem>
704     <listitem>
705      <para>
706       Spell 'refresh-tags' correctly. Reported by Don in #3571927.
707      </para>
708     </listitem>
709     <listitem>
710      <para>
711       Sort manpage options alphabetically.
712      </para>
713     </listitem>
714     <listitem>
715      <para>
716       Remove an incorrect sentence in the toggle section. The toggle state
717       doesn't affect whether or not the Windows version uses the tray icon.
718       Reported by Zeno Kugy in #3596395.
719      </para>
720     </listitem>
721     <listitem>
722      <para>
723       Add new contributors since 3.0.19.
724      </para>
725      </listitem>
726     </itemizedlist>
727    </para>
728   </listitem>
729   <listitem>
730    <para>
731     Log message improvements:
732     <itemizedlist>
733     <listitem>
734      <para>
735       When stopping to watch a client socket due to pipelining, additionally log
736       the socket number.
737      </para>
738     </listitem>
739     <listitem>
740      <para>
741       Log the client socket and its condition before closing it. This makes it
742       more obvious that the socket actually gets closed and should help when
743       diagnosing problems like #3464439.
744      </para>
745     </listitem>
746     <listitem>
747      <para>
748       In case of SOCKS5 failures, do not explicitly log the server's response.
749       It hasn't helped so far and the response can already be logged by enabling
750       "debug 32768" anyway. This reverts v1.81 and the follow-up bug fix v1.84.
751      </para>
752     </listitem>
753     <listitem>
754      <para>
755       Relocate the connection-accepted message from listen_loop() to serve().
756       This way it's printed by the thread that is actually serving the
757       connection which is nice when grepping for thread ids in log files.
758      </para>
759      </listitem>
760     </itemizedlist>
761    </para>
762   </listitem>
763   <listitem>
764    <para>
765     Code cleanups:
766     <itemizedlist>
767     <listitem>
768      <para>
769       Remove compatibility layer for versions prior to 3.0 since it has been
770       obsolete for more than 10 years now.
771      </para>
772     </listitem>
773     <listitem>
774      <para>
775       Remove the ijb_isupper() and ijb_tolower() macros from parsers.c since
776       they aren't used in this file.
777      </para>
778     </listitem>
779     <listitem>
780      <para>
781       Removed the 'Functions declared include:' comment sections since they tend
782       to be incomplete, incorrect and out of date and the benefit seems
783       questionable.
784      </para>
785     </listitem>
786     <listitem>
787      <para>
788       Various comment grammar and comprehensibility improvements.
789      </para>
790     </listitem>
791     <listitem>
792      <para>
793       Remove a pointless fflush() call in chat(). Flushing all streams pretty
794       much all the time for no obvious reason is ridiculous.
795      </para>
796     </listitem>
797     <listitem>
798      <para>
799       Relocate ijb_isupper()'s definition to project.h and get the ijb_tolower()
800       definition from there, too.
801      </para>
802     </listitem>
803     <listitem>
804      <para>
805       Relocate ijb_isdigit()'s definition to project.h.
806      </para>
807     </listitem>
808     <listitem>
809      <para>
810       Rename ijb_foo macros to privoxy_foo.
811      </para>
812     </listitem>
813     <listitem>
814      <para>
815       Add malloc_or_die() which will allow to simplify code paths where malloc()
816       failures don't need to be handled gracefully.
817      </para>
818     </listitem>
819     <listitem>
820      <para>
821       Add strdup_or_die() which will allow to simplify code paths where strdup()
822       failures don't need to be handled gracefully.
823      </para>
824     </listitem>
825     <listitem>
826      <para>
827       Replace strdup() calls with strdup_or_die() calls where it's safe and
828       simplifies the code.
829      </para>
830     </listitem>
831     <listitem>
832      <para>
833       Fix white-space around parentheses.
834      </para>
835     </listitem>
836     <listitem>
837      <para>
838       Add missing white-space behind if's and the following parentheses.
839      </para>
840     </listitem>
841     <listitem>
842      <para>
843       Unwrap a memcpy() call in resolve_hostname_to_ip().
844      </para>
845     </listitem>
846     <listitem>
847      <para>
848       Declare pcrs_get_delimiter()'s delimiters[] static const.
849      </para>
850     </listitem>
851     <listitem>
852      <para>
853       Various optimisations to remove dead code and merge inefficient code
854       structures for improved clarity, performance or code compactness.
855      </para>
856     </listitem>
857     <listitem>
858      <para>
859       Various data type corrections.
860      </para>
861     </listitem>
862     <listitem>
863      <para>
864       Change visibility of several code segments when compiling without
865       FEATURE_CONNECTION_KEEP_ALIVE enabled for clarity.
866      </para>
867     </listitem>
868     <listitem>
869      <para>
870       In pcrs_get_delimiter(), do not use delimiters outside the ASCII range.
871       Fixes a clang complaint.
872      </para>
873     </listitem>
874     <listitem>
875      <para>
876       Fix an error message in get_last_url() nobody is supposed to see.
877       Reported by Matthew Fischer in #3507301.
878      </para>
879     </listitem>
880     <listitem>
881      <para>
882       Fix a typo in the no-zlib-support complaint. Patch submitted by Matthew
883       Fischer in #3507304.
884      </para>
885     </listitem>
886     <listitem>
887      <para>
888       Shorten ssplit()'s prototype by removing the last two arguments. We always
889       want to skip empty fields and ignore leading delimiters, so having
890       parameters for this only complicates the API.
891      </para>
892     </listitem>
893     <listitem>
894      <para>
895       Use an enum for the type of the action value.
896      </para>
897     </listitem>
898     <listitem>
899      <para>
900       Rename action_name's member takes_value to value_type as it isn't used as
901       boolean.
902      </para>
903     </listitem>
904     <listitem>
905      <para>
906       Turn family mismatches in match_sockaddr() into fatal errors.
907      </para>
908     </listitem>
909     <listitem>
910      <para>
911       Let enlist_unique_header() verify that the caller didn't pass a header
912       containing either \r or \n.
913      </para>
914     </listitem>
915     <listitem>
916      <para>
917       Change the hashes used in load_config() to unsigned int. That's what
918       hash_string() actually returns and using a potentially larger type
919       is at best useless.
920      </para>
921     </listitem>
922     <listitem>
923      <para>
924       Use privoxy_tolower() instead of vanilla tolower() with manual casting of
925       the argument.
926      </para>
927     </listitem>
928     <listitem>
929      <para>
930       Catch ssplit() failures in parse_cgi_parameters().
931      </para>
932      </listitem>
933     </itemizedlist>
934    </para>
935   </listitem>
936   <listitem>
937    <para>
938     Privoxy-Regression-Test:
939     <itemizedlist>
940     <listitem>
941      <para>
942       Add an 'Overwrite condition' directive to skip any matching tests before
943       it. As it has a global scope, using it is more convenient than clowning
944       around with the Ignore directive.
945      </para>
946     </listitem>
947     <listitem>
948      <para>
949       Log to STDOUT instead of STDERR.
950      </para>
951     </listitem>
952     <listitem>
953      <para>
954       Include the Privoxy version in the output.
955      </para>
956     </listitem>
957     <listitem>
958      <para>
959       Various grammar and spelling corrections in documentation and code.
960      </para>
961     </listitem>
962     <listitem>
963      <para>
964       Additional tests for range requests with filtering enabled.
965      </para>
966     </listitem>
967     <listitem>
968      <para>
969       Tests with mostly invalid range request.
970      </para>
971     </listitem>
972     <listitem>
973      <para>
974       Add a couple of hide-if-modified-since{} tests with different date formats.
975      </para>
976     </listitem>
977     <listitem>
978      <para>
979       Cleaned up the format of the regression-tests.action file to match the
980       format of default.action.
981      </para>
982     </listitem>
983     <listitem>
984      <para>
985       Remove the "Copyright" line from print_version(). When using --help, every
986       line of screen space matters and thus shouldn't be wasted on things the
987       user doesn't care about.
988      </para>
989      </listitem>
990     </itemizedlist>
991    </para>
992   </listitem>
993   <listitem>
994    <para>
995     Privoxy-Log-Parser:
996     <itemizedlist>
997     <listitem>
998      <para>
999       Improve the --statistics performance by skipping sanity checks for input
1000       that shouldn't affect the results anyway. Add a --strict-checks option
1001       that enables some of the checks again, just in case anybody cares.
1002      </para>
1003     </listitem>
1004     <listitem>
1005      <para>
1006       The distribution of client requests per connection is included in
1007       the --statistic output.
1008      </para>
1009     </listitem>
1010     <listitem>
1011      <para>
1012       The --accept-unknown-messages option has been removed and the behavior
1013       is now the default.
1014      </para>
1015     </listitem>
1016     <listitem>
1017      <para>
1018       Accept and (mostly) highlight new log messages introduced with
1019       Privoxy 3.0.20.
1020      </para>
1021      </listitem>
1022     </itemizedlist>
1023    </para>
1024   </listitem>
1025   <listitem>
1026    <para>
1027     uagen:
1028     <itemizedlist>
1029     <listitem>
1030      <para>
1031       Bump generated Firefox version to 17.
1032      </para>
1033      </listitem>
1034     </itemizedlist>
1035    </para>
1036   </listitem>
1037   <listitem>
1038    <para>
1039     GNUmakefile improvements:
1040     <itemizedlist>
1041     <listitem>
1042      <para>
1043       The dok-tidy target no longer taints documents with a tidy-mark
1044      </para>
1045     </listitem>
1046     <listitem>
1047      <para>
1048       Change RA_MODE from 0664 to 0644. Suggested by Markus Dittrich in
1049       #3505445.
1050      </para>
1051     </listitem>
1052     <listitem>
1053      <para>
1054       Remove tidy's clean flag as it changes the scope of attributes.
1055       Link-specific colors end up being applied to all text. Reported by Adam
1056       Piggott in #3569551.
1057      </para>
1058     </listitem>
1059     <listitem>
1060      <para>
1061       Leave it up to the user whether or not smart tags are inserted.
1062      </para>
1063     </listitem>
1064     <listitem>
1065      <para>
1066       Let w3m itself do the line wrapping for the config file. It works better
1067       than fmt as it can honour pre tags causing less unintentional line breaks.
1068      </para>
1069     </listitem>
1070     <listitem>
1071      <para>
1072       Ditch a pointless '-r' passed to rm to delete files.
1073      </para>
1074     </listitem>
1075     <listitem>
1076      <para>
1077       The config-file target now requires less manual intervention and updates
1078       the original config.
1079      </para>
1080     </listitem>
1081     <listitem>
1082      <para>
1083       Change WDUMP to generate ASCII. Add WDUMP_UTF8 to allow UTF-8 in the
1084       AUTHORS file so the names are right.
1085      </para>
1086     </listitem>
1087     <listitem>
1088      <para>
1089       Stop pretending that lynx and links are supported for the documentation.
1090      </para>
1091      </listitem>
1092     </itemizedlist>
1093    </para>
1094   </listitem>
1095   <listitem>
1096    <para>
1097     configure improvements:
1098     <itemizedlist>
1099     <listitem>
1100      <para>
1101       On Haiku, do not pass -lpthread to the compiler. Haiku's pthreads
1102       implementation is contained in its system library, libroot, so no
1103       additional library needs to be searched.
1104       Patch submitted by Simon South in #3564815.
1105      </para>
1106     </listitem>
1107     <listitem>
1108      <para>
1109       Additional Haiku-specific improvements. Disable checks intended for
1110       multi-user systems as Haiku is presently single-user. Group Haiku-specific
1111       settings in their own section, following the pattern for Solaris, OS/2 and
1112       AmigaOS. Add additional library-related settings to remove the need for
1113       providing configure with custom LDFLAGS.
1114       Submitted by Simon South in #3574538.
1115      </para>
1116      </listitem>
1117     </itemizedlist>
1118    </para>
1119   </listitem>
1120  </itemizedlist>
1121 </para>