Remove CVS revision logs. TODO item #33.
[privoxy.git] / ChangeLog
1 --------------------------------------------------------------------
2 ChangeLog for Privoxy
3 --------------------------------------------------------------------
4 *** Version 3.0.13 (UNRELEASED) ***
5
6 - The client socket is kept open until the server socket has
7   been marked as unused. This should increase the chances that
8   the still-open connection will be reused for the client's next
9   request to the same destination.
10
11 *** Version 3.0.12 ***
12
13 - The socket-timeout option now also works on platforms whose
14   select() implementation modifies the timeout structure.
15   Previously the timeout was triggered even if the connection
16   didn't stall. Reported by cyberpatrol.
17 - The Connection: keep-alive code properly deals with files
18   larger than 2GB. Previously the connection was closed too
19   early.
20 - The content length for files above 2GB is logged correctly.
21 - The user-manual directive on the show-status page links to
22   the documentation location specified with the directive,
23   not to the Privoxy website.
24 - When running in daemon mode, Privoxy doesn't log anything
25   to the console unless there are errors before the logfile
26   has been opened.
27 - The show-status page prints warnings about invalid directives
28   on the same line as the directives themselves.
29 - Fixed several justified (but harmless) compiler warnings,
30   mostly on 64 bit platforms.
31 - The mingw32 version explicitly requests the default charset
32   to prevent display problems with some fonts available on more
33   recent Windows versions. Patch by Burberry.
34 - The mingw32 version uses the Privoxy icon in the alt-tab
35   windows. Patch by Burberry.
36 - The timestamp and the thread id is omitted in the "Fatal error"
37   message box on mingw32.
38 - Fixed two related mingw32-only buffer overflows. Triggering
39   them required control over the configuration file, therefore
40   this isn't seen as a security issue.
41 - In verbose mode, or if the new option --show-skipped-tests
42   is used, Privoxy-Regression-Test logs skipped tests and the
43   skip reason.
44
45 *** Version 3.0.11 ***
46         
47 - On most platforms, outgoing connections can be kept alive and
48   reused if the server supports it. Whether or not this improves
49   things depends on the connection.
50 - When dropping privileges, membership in supplementary groups
51   is given up as well. Not doing that can lead to Privoxy running
52   with more rights than necessary and violates the principle of
53   least privilege. Users of the --user option are advised to update.
54   Thanks to Matthias Drochner for reporting the problem,
55   providing the initial patch and testing the final version.
56 - Passing invalid users or groups with the --user option
57   didn't lead to program exit. Regression introduced in 3.0.7.
58 - The match all section has been moved from default.action
59   to a new file called match-all.action. As a result the
60   default.action no longer needs to be touched by the user
61   and can be safely overwritten by updates.
62 - The standard.action file has been removed. Its content
63   is now part of the default.action file.
64 - In some situations the logged content length was slightly too low.
65 - Crunched requests are logged with their own log level.
66   If you used "debug 1" in the past, you'll probably want
67   to additionally enable "debug 1024", otherwise only passed
68   requests will be logged. If you only care about crunched
69   requests, simply replace "debug 1" with "debug 1024".
70 - The crunch reason has been moved to the beginning of the
71   crunch message. For HTTP URLs, the protocol is logged as well.
72 - Log messages are shortened by printing the thread id on its
73   own (as opposed to putting it inside the string "Privoxy()").
74 - The config option socket-timeout has been added to control
75   the time Privoxy waits for data to arrive on a socket.
76 - Support for remote toggling is controlled by the configure
77   option --disable-toggle only. In previous versions it also
78   depended on the action editor and thus configuring with the
79   --disable-editor option would disable remote toggling support
80   as well.
81 - Requests with invalid HTTP versions are rejected.
82 - The template symbol @date@ can be used to include a date(1)-like
83   time string. Initial patch submitted by Endre Szabo.
84 - Responses from shoutcast servers are accepted again.
85   Problem reported and fix suggested by Stefan.
86 - The hide-forwarded-for-headers action has been replaced with
87   the change-x-forwarded-for{} action which can also be used to
88   add X-Forwarded-For headers. The latter functionality already
89   existed in Privoxy versions prior to 3.0.7 but has been removed
90   as it was often used unintentionally (by not using the
91   hide-forwarded-for-headers action).
92 - A "clear log" view option was added to the mingw32 version
93   to clear out all of the lines in the Privoxy log window.
94   Based on a patch submitted by T Ford.
95 - The mingw32 version uses "critical sections" now, which prevents
96   log message corruption under load. As a side effect, the
97   "no thread-safe PRNG" warning could be removed as well.
98 - The mingw32 version's task bar icon is crossed out and
99   the color changed to gray if Privoxy is toggled off.
100
101 *** Version 3.0.10 ***
102
103 - Ordinary configuration file changes no longer cause program
104   termination on OS/2 if the name of the logfile hasn't been
105   changed as well. This regression probably crept in with the
106   logging improvements in 3.0.7. Reported by Maynard.
107 - The img-reorder filter is less likely to mess up JavaScript code in
108   img tags. Problem and solution reported by Glenn Washburn in #2014552.
109 - The source tar ball now includes Privoxy-Log-Parser,
110   a syntax-highlighter for Privoxy logs. For fancy screenshots see:
111   http://www.fabiankeil.de/sourcecode/privoxy-log-parser/
112   Documentation is available through perldoc(1).
113
114 *** Version 3.0.9 Beta ***
115
116 - Added SOCKS5 support (with address resolution done by
117   the SOCKS5 server). Patch provided by Eric M. Hopper.
118 - The "blocked" CGI pages include a block reason that was
119   provided as argument to the last-applying block action.
120 - If enable-edit-actions is disabled (the default since 3.0.7 beta)
121   the show-status page hides the edit buttons and explains why.
122   Previously the user would get the "this feature has been disabled"
123   message after using the edit button.
124 - Forbidden CONNECT requests are treated like blocks by default.
125   The now-pointless treat-forbidden-connects-like-blocks action
126   has been removed.
127 - Not enabling limit-connect now allows CONNECT requests to all ports.
128   In previous versions it would only allow CONNECT requests to port 443.
129   Use +limit-connect{443} if you think you need the old default behaviour.
130 - The CGI editor gets turned off after three edit requests with invalid
131   file modification timestamps. This makes life harder for attackers
132   who can leverage browser bugs to send fake Referers and intend to
133   brute-force edit URLs.
134 - Action settings for multiple patterns in the same section are
135   shared in memory. As a result these sections take up less space
136   (and are loaded slightly faster). Problem reported by Franz Schwartau.
137 - Linear white space in HTTP headers will be normalized to single
138   spaces before parsing the header's content, headers split across
139   multiple lines get merged first. This should prevent problems like:
140    * letting the session-cookies-only action slip
141      some Cookies through unmodified,
142    * only suppressing the first line of a header,
143      thus creating an invalid one, and
144    * to incorrectly block headers with valid timestamps
145      that weren't properly recognized.
146   Headers that could trigger these problems are unlikely to appear
147   in "normal" web traffic, but could be intentionally generated to
148   fool some of Privoxy's header parsers.
149 - Host information is gathered outside the main thread so it's less
150   likely to delay other incoming connections if the host is misconfigured.
151 - New config option "hostname" to use a hostname other than
152   the one returned by the operating system. Useful to speed-up responses
153   for CGI requests on misconfigured systems. Requested by Max Khon.
154 - The CGI editor supports the "disable all filters of this type"
155   directives "-client-header-filter", "-server-header-filter",
156   "-client-header-tagger" and "-server-header-tagger".
157 - Fixed false-positives with the link-by-url filter and URLs that
158   contain the pattern "/jump/".
159 - The less-download-windows filter no longer messes
160   "Content-Type: application/x-shockwave-flash" headers up.
161 - In the show-url-info page's "Final results" section active and
162   inactive actions are listed separately. Patch provided by Lee.
163 - The GNUmakefile supports the DESTDIR variable. Patch for
164   the install target submitted by Radoslaw Zielinski.
165 - Embedding the content of configuration files in the show-status
166   page is significantly faster now. For a largish action file (1 MB)
167   a speedup of about 2450 times has been measured. This is mostly
168   interesting if you are using large action files or regularly use
169   Privoxy-Regression-Test while running Privoxy through Valgrind,
170   for stock configuration files it doesn't really matter.
171 - If zlib support is unavailable and there are content
172   filters active but the prevent-compression action is disabled,
173   the show-url-info page includes a warning that compression
174   might prevent filtering.
175 - The show-url-info page provides an OpenSearch Description that
176   allows to access the page through browser search plugins.
177 - Custom client-header filters that rewrite the request line
178   incorrectly no longer cause Privoxy to crash. Reported by din_a4.
179 - The obsolete kill-popups action has been removed as the
180   PCRS-based popup filters can do the same and are slightly
181   less unreliable.
182 - The inspect-jpegs action has been removed.
183 - The send-wafer and send-vanilla-wafer actions have been removed.
184   They weren't particular useful and their behaviour could be emulated
185   with add-header anyway.
186 - Privoxy-Regression-Test has been significantly improved.
187 - Most sections in the default.action file contain tests for
188   Privoxy-Regression-Test to verify that they are working as intended.
189 - Parts of Privoxy have been refactored to increase maintainability.
190 - Building with zlib (if available) is done by default.
191
192 *** Version 3.0.8 ***
193
194 - Fixed a small memory leak when listen-address only specifies the port.
195 - The source tar balls now include Privoxy-Regression-Test which
196   (upon other things) can be used to automatically detect some
197   packaging problems. Packagers are welcome to give it a try.
198 - Reverted a change in 3.0.7 that caused path patterns to be checked
199   even if the host pattern match already failed. While this doesn't
200   noticeable affect the performance, it makes it less likely to run
201   out of stack space with overly-complex path patterns the user might
202   have added.
203 - Updated the msn, yahoo and google filters to work as advertised again.
204 - The warning message shown by the show-status CGI page is easier to
205   understand. Previously it wasn't clear that the error message
206   is shown below the invalid directive. (Reported by Lee)
207 - When regenerating Content-Disposition headers the more common
208   spelling is used for the name. Previously it was written without caps.
209 - Less confusing log message if the content type isn't overwritten
210   because force-text-type wasn't used but the old type doesn't look
211   like content that would be filtered normally.
212 - Better log messages if the user tries to execute filters that
213   don't exist.
214 - Treat the non-standard Request-Range headers like standard range
215   headers and suppress them if content filtering is enabled.
216 - Prevent the log messages for CONNECT requests to unacceptable
217   ports from printing the limit-connect argument as [null] if
218   limit-connect hasn't been explicitly enabled.
219 - Don't disable the mingw32 log window if the logfile directive
220   isn't used. While it was an intentional change in 3.0.7 at least
221   one user perceived it as a regression and the same effect can
222   be achieved by disabling all debug directives.
223 - Fixed two minor problems related to the win32 build process: a css
224   file was not being in the installer and the trustfile comment in the
225   config.txt referenced a nonexisting file
226 - Minor documentation fixes.
227
228 *** Version 3.0.7 Beta ***
229
230 - Added zlib support to filter content with gzip and deflate
231   encoding. (Patch provided by Wil Mahan)
232 - Dedicated filters and actions are used for header filtering.
233   "filter-client-headers" and "filter-client-headers" are no longer
234   supported, use server-header-filter{} and client-header-filter{}
235   instead.
236 - Tags can be used to change actions based on HTTP headers.
237 - New server-header filter: less-download-windows.
238 - New client-header taggers: css-requests, image-requests,
239   client-ip-address, http-method, allow-post, complete-url,
240   user-agent and privoxy-control.
241 - New server-header taggers: content-type and privoxy-control.
242 - The forward-override{} action allows to change the forwarding
243   settings through the action files, for example based on client
244   headers like the User-Agent, or the request origin.
245 - Socks errors are no longer handled by the CGI page for
246   DNS resolution failures.
247 - CGI pages use favicons to signal whether they are error
248   or control pages. This is useful if you rely heavily on
249   browser tabs.
250 - The show-url-info CGI page shows the forwarding settings.
251 - "Crunch!" log messages (used when Privoxy answers requests
252   by itself) now also contain the reason.
253 - Allow to rewrite the request destination behind the client's back.
254 - Fix socks requests on big-endian platforms. Patch provided by Song Weijia.
255 - Fixes possible deadlocks and crashes on OpenBSD.
256   Patch provided by Ralf Horstmann.
257 - The CGI action editor allows to edit actionfiles with previously
258   forbidden characters like dots.
259 - New trust entries are saved with a comment that contains the
260   trusted referring URL (Suggested by Daniel Griscom).
261 - Filter descriptions are HTML encoded automatically.   
262 - New config option "split-large-forms" to work
263   around a browser bug that caused IE6 and IE7 to ignore
264   the Submit button on the edit-actions-for-url CGI page.
265 - New config option "allow-cgi-request-crunching" to allow
266   requests for Privoxy's CGI pages to be blocked, redirected
267   or (un)trusted like ordinary requests.
268 - Empty filter files no longer interrupt the filtering process
269   prematurely and are correctly listed on the show-status CGI page.
270 - New config option "accept-intercepted-requests" to combine
271   Privoxy with any packet filter to build an intercepting proxy
272   for HTTP/1.1 requests (and for HTTP/1.0 requests with Host header set).
273 - fast-redirects{} catch redirects to https URLs as well.
274 - redirect{s@foo@bar@} can be used to redirect to a rewritten
275   version of the original URL.
276 - Trap unsupported gopher proxy requests.
277 - Fixed a bug in the User Manual delivery on Windows
278   (mingw32 only). Images now show up correctly and HTML
279   pages are no longer padded with garbage data.
280 - Fixed several minor memory leaks, most of them discovered with Valgrind.
281 - Only unlink the pidfile if it's actually used.
282 - Retries after connection problems with forced requests
283   aren't blocked again.
284 - On Unix SIGABRT causes a core dump as expected and is no
285   longer treated as normal shutdown signal.
286 - The "access denied" CGI page is more descriptive and
287   allows retries to circumvent the referrer check.
288 - Updated PCRS to handle unexpected PCRE errors properly.
289   Fixed crashes that could occur if Privoxy was build
290   with external PCRE versions newer than Privoxy's internal
291   one. (Reported by Chung-chieh Shan)
292 - Fixed crashes with null bytes in PCRS replacement strings
293   (Patch provided by Felix Gröbert).
294 - Fixed crashes with header time randomization on mingw32.
295 - The CGI style sheet is no longer delivered if the referring
296   page isn't a Privoxy CGI page. This prevents a JavaScript-based
297   Privoxy detection "attack". Note that detecting Privoxy is
298   still possible through other ways and Privoxy was never intended
299   to be invisible anyway.
300 - Added support for AmigaOS 4, fixed build for AmigaOS 3.x.     
301 - The show-url-info CGI page displays a warning if Privoxy
302   is currently toggled off.
303 - The show-status CGI page suppresses the edit button
304   for action files if Privoxy has no write access.      
305 - Most CGI error pages react properly to HEAD requests.
306 - Requests with RFC 3253 HTTP methods (used by Subversion)
307   are accepted. (Patch provided by Petr Kadlec)
308 - New config option "templdir" to change the location
309   of the CGI templates to make sure customized templates
310   aren't "updated".
311 - Better handling of "HTTP/1.1 100 Continue" responses.
312 - The background of the PNG pattern is transparent.
313 - Fixed XML syntax errors caused by banners-by-size and banners-by-url.
314 - Fixed crashes and possible action file corruptions
315   when lines containing hashes are written through the CGI editor.
316 - Supports dynamic filters which can contain variables.
317 - Supports tags to change the actions based on client or server headers.
318 - Incorrect actions are logged before program termination.
319 - The "actionsfile" syntax in the configuration file is consistent
320   with the rest of the configuration options and requires the
321   whole file name. This is an incompatible change, if you use
322   an old configuration file you might have to append ".action"
323   to your "actionsfile" directives.
324 - With the configuration file option "enforce-blocks" the
325   "go there anyway" mechanism can be disabled without recompiling
326   Privoxy.
327 - More precise error messages in case of incorrect acl syntax.
328 - Logs a warning if filtering is enabled but impossible due
329   to lack of zlib support or use of the prevent-compression action.
330 - Less noisy handling of Cookie:" and "Connection:" headers.
331 - Improved error messages in case of connection problems.
332 - Fix a command-line-parsing bug that was introduced before 3.0.5
333   beta and caused Privoxy to treat the last argument as configuration
334   file if no configuration file was specified.
335 - Treat unknown command line options as fatal errors instead
336   of silently ignoring them.
337 - Use string functions with length checks more often.
338 - Don't log CONNECT requests twice.
339 - Allow to log the source address for ACL-related connection drops.
340 - Don't ignore applying filters if the server didn't
341   specify a Content-Type. Bug reported by Amuro Namie.
342 - Rejected CONNECT requests are logged with log level info
343   (enabled by default) and the reason for the block.
344 - New command line option "--pre-chroot-nslookup hostname" to
345   intialize the resolver library before chroot'ing. On some systems this
346   reduces the number of files that must be copied into the chroot tree.
347   (Patch provided by Stephen Gildea)
348 - Fix a long-standing memory corruption bug that could cause
349   Privoxy to overwrite a single byte in memory it didn't explicitly
350   allocate (but that probably was allocated anyway due to bucket size).
351 - Send template-based CGI pages as HTTP/1.1 unless the client
352   asked for HTTP/1.0.
353 - Let the first line in connection established responses
354   end in \r\n as required by RFC1945. Reported by Bert van Leeuwen.
355 - If no log file has been specified, disable logging instead of logging
356   to stderr.
357 - Don't block stderr when in daemon mode.
358 - Ignore missing zero-chunks when filtering chunk-encoded content.
359   Earlier Privoxy versions would buffer and then forward the content
360   unmodified which caused some browsers to simply show empty pages.
361 - Fix double free in cgi_edit_actions_list(). Reported by Venustech AD-LAB.
362 - The code to add X-Forwarded-For headers when the hide-forwarded-for-headers
363   action isn't being used has been removed.
364 - Fixed trustfile feature which previously didn't work without FEATURE_TOGGLE.
365   Reported by Lee.
366 - Minor code clean-ups, filter and action file updates.
367   (Some of them reported by Davide Alberani, Markus Elfring,
368    Stefan Huehner and Adam Piggott)
369
370 *** Version 3.0.6 ***
371
372 - New content filters: no-ping, google, msn, yahoo and blogspot.
373 - New header filters:  x-httpd-php-to-html, html-to-xml, xml-to-html
374                        and hide-tor-exit-notation.
375 - The special header "X-Filter: No" now disables header filtering as well.
376 - Improved the filters img-reorder, js-annoyances, webbugs,
377   banners-by-size, banners-by-link and ie-exploits to make them
378   less likely to break anything.
379 - Removed outdated URL patterns in default.action and added new ones. 
380 - Added redirection from http://p.p/user-manual to http://p.p/user-manual/
381 - Changed webinterface default values for hide-user-agent, hide-referrer
382   and set-image-blocker.
383         
384 *** Version 3.0.5 Beta ***
385
386 - Windows version can be installed/started as a service.
387 - Windows icon stays blue when Privoxy is idle, green when busy.
388 - Integrated Fabian Keil's extensive patch.  See:
389   http://www.fabiankeil.de/sourcecode/privoxy/. Includes the 
390   following new or significantly improved actions (among many 
391   other improvements):
392
393      content-type-overwrite{}
394      crunch-client-header{string}
395      crunch-if-none-match
396      crunch-server-header{string}
397      fast-redirects{check-decoded-url}
398      filter-client-headers
399      filter-server-headers
400      force-text-mode
401      handle-as-empty-document
402      hide-accept-language{}
403      hide-content-disposition{}
404      hide-if-modified-since
405      hide-referrer{conditional-block}
406      overwrite-last-modified{}
407      redirect{URL}
408      treat-forbidden-connects-like-blocks
409
410 - Standard-compliant clients are prevented from displaying cached
411   copies of Privoxy's error messages after the cause of the problem
412   has gone.
413 - Improved DNS error handling.
414 - Multiple filter files can now be specified in config.
415 - Added jpeg filtering to defend against MS jpeg vulnerability MS04-028
416   with the new inspect-jpegs action.
417 - Removed the "arbitrary" 1000 filter limit - addresses tracker #911950
418 - Thanks to Jindrich Makovicka for a race condition fix for the log 
419   file.  The race condition remains for non-pthread implementations.
420   Reference patch #1175720. Various other logging enhancements.
421 - A pile of assorted bug fixes, memory leaks, enhancements, etc.
422 - Moved Actions file reporting mechanism to SF tracker.
423 - Two new options for config: enable-remote-http-toggle and 
424   forwarded-connect-retries.
425 - Trap unsupported FTP requests.
426 - Let text/xml be filtered.
427 - Numerous updates to default.action
428 - Increase the compiled in limit of trusted referrers from 64 to 512 
429   (for trustfile users).
430
431 *** Version 3.0.3 ***
432
433 - Fixed yet another two memory leaks. Process growth seems stopped now.
434 - Further tightened security against malicious toggle-off links.
435 - Excluded text/plain MIME types from filtering. This fixes a
436   couple of client-crashing, download corruption and
437   Privoxy performance issues, whose root cause lies in
438   web servers labelling content of unknown type as text/plain.
439 - Assorted fixes for POSIX compliance, signal handling, graceful
440   termination, compiler warnings, OSX support, Win32 systray,
441   error logging, hostname wildcards, correct detection of NetBSD.
442 - Workarounds for client (iTunes etc) and server (PHP < 4.2.3) bugs
443   including the notorious "blank page" problem.
444 - Various filter improvements; most notably the unsolicited-popups
445   filter became less destructive     
446 - Major revamp of the actions file
447         
448 *** Version 3.0.2 ***
449
450 - Fixed two memory leaks, one serious
451 - Fixed bug in pcrs which could cause crashes with user-defined filters
452 - Fixed bug in domain name matching
453 - Assorted small fixes (Win32 menu, CGI URL editor, ..) 
454 - Added basic support for the OPTIONS and TRACE http methods
455 - Added workaround for Bug in Mac OSX that made Privoxy crash occasionally
456 - Refined the default action file through >400 items of user feedback
457 - Filter changes:
458   - Assorted refinements, optimizations and fixes in the js-annoyances,
459     img-reorder, banners-by-size, banners-by-link, webbugs, refresh-tags,
460     html-annoyances, content-cookies and fun filters
461   - Replaced filter "popups" by choice between two modes:
462     - "unsolicited-popups" tries to catch only the unsolicited ones
463     - "all-popups" tries to kill them all (as before)
464   - New filter "tiny-textforms" Help those tiny or hard-wrap textareas. 
465   - New filter "jumping-windows" that prevents windows from resizing
466     and moving themselves
467   - New filter "demoronizer" which fixes MS's abuse of std charsets
468     (common cases anyway).
469   - Replaced "nimda" with more general "ie-exploits" filter in which
470     all filters for exploits shall be collected
471 - Improved cookie logging
472 - Rewrote make install target. Added uninstall and install-strip
473   targets.
474 - Fixed a potential (application-level, NOT OS-level!) security
475   problem involving remote toggling and action file manipulation
476   by mailicious websites.
477 - Added ability to chroot (thanks to Sviatoslav Sviridov)
478 - Added more action aliases for prehistoric action names
479 - Add Slackware support to Makefile.
480
481 *** Version 3.0  ***
482
483 - Fixed Windows startmenu items, log window and tray icon menus.
484 - Added warning for bogus install target
485 - Added quicktime-kioskmode filter and improved frameset-borders
486 - Updated default.action based on latest feedback
487 - New PDF doc build process
488 - Add a user contrib module to cvs: 
489   http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ijbswa/contrib/
490
491 *** Version 2.9.18  ***
492
493 - Added workaround for IE bug that broke CGI interface
494 - Bugfix: String actions now reliably editable through CGI interface
495 - Three filters fixed (again!)
496 - Assorted small fixes and doc enhancements
497
498 *** Version 2.9.16  *** 
499
500 - Major revamp of default.action to get rid of years of cruft.
501 - Same for default.filter
502 - Re-design and major improvements to the CGI editor interface.
503 - Address spurious 'out of memory' error due to incorrect file permissions.
504 - Impose buffer limits while reading client and server headers.
505 - Better memory and CPU optimization.
506 - Add Conectiva Linux package.
507 - user-manual directive added to config for help links from within CGI
508   editor.
509 - Multiple actions files can now be specified in config.
510 - Actions files are changed to: default.action, standard.action, and 
511   user.action. user.action is for personal/local configuration.
512 - The usual many small and miscellaneous bug and security fixes.
513
514 *** Version 2.9.14 Beta *** 
515
516 - Fix Solaris compile problem (gateway.h and filters.h)
517 - Makefile fixes for Solaris, FreeBSD (?)
518 - Fix build failure where certain features were disabled.
519 - 'blocked-compact' template is removed. Various CGI improvements,
520   including an adaptive 'blocked' template.
521 - Various tweaks for actions file to get ready for stable 3.0
522 - Included a 'Bookmarklet' and PHP scripts for reporting actions file
523   problems via web interface at privoxy.org. Accessed via internal CGIs.
524 - Include cgi-style.css for templates.
525 - #include mechansim for common text in templates
526 - Various other minor fixes.
527
528 *** Version 2.9.13 Beta *** 
529
530 - *NEWS*: The project has been renamed to Privoxy! The new name is 
531   reflected throughout (file locations, etc).
532 - ijb.action is now default.action. re_filterfile is now 
533   default.filter.
534 - http://i.j.b/ is now http://p.p/
535 - The 'logo' option for replacing ad iamges is removed now. 'Pattern' 
536   (checkerboard) is now the default.
537 - RPM spec file make over.
538
539
540 *** Version 2.9.12 Beta *** 
541
542 - **READ**: The default listening PORT is NOW 8118!!! Changed from 
543   8000 due to conflict with NAS (Network Audio Server, whatever that 
544   is.)
545 - More CGI actions editor fixes and improvements.
546 - Win32 command line fix ups.
547 - re_filterfile now has modular sections that can be activated on a 
548   per site basis. Some new goodies there too.
549 - +filter now takes arguments to match FILTER sections in re_filterfile
550   for even more flexibility. 
551 - Added a new image blocker option: +image-blocker{pattern}, which 
552   displays a checkerboard patthern and scales better than the logo.
553 - PNG images will be used in place of GIF for JB built-in images
554   if configured with --enable-no-gif.
555 - Clean up compiler warnings (mostly).
556 - Improved handling of failed DNS lookups & diagnostics for failed bind
557   to listen socket
558 - Made --no-daemon mode log to tty instead of logfile.
559 - Various spec file and init script cleanups and improvements (Redhat and
560   SuSE).
561 - CGI Editor works on OS/2 now.
562 - Fix restart failure where sockets were in TIME_WAIT.
563 - Fixes for actions cgi editor, make sure we have right file.
564 - A --pidfile command line option now, in addition to --help, 
565   --version, --no-daemon, --user and configfile. --no-daemon replaces
566   the former -d option and _DEBUG define. --user will drop privileges 
567   to the specified user.
568 - Signal handling cleanups (*nix).
569 - CGI actions editor improvements and fixes.
570 - Error handling improvements, especially out of memory.
571 - Default re_filterfile fix that caused spurious IJB logos 
572   (instead of 'blank').
573 - configure.in threading fixes for Solaris.
574 - Various other minor fixes.
575
576
577 *** Version 2.9.11 Beta Changes ***
578
579 - Add "session" cookie concept where cookies exist for the life 
580 of that browser session only (ie never goes to disk). 
581 - Checks for correct header length.
582 - Fix user:pass@host.domain.com auth bug.
583 - Better signal handling on *nix.
584 - Fix CFLAGS hard-coded in configure.in
585 - Fix threading bug re: gethostbyname() that caused random 
586 URLs to fail in some cases.
587
588
589 *** Version 2.9.11 Alpha Changes ***
590
591 - A web-based editor for the actions file is included (go to http://i.j.b/).
592 - Web-based toggle IJB on/off support.
593 - Cookie handling has changed - the new +no-cookies-keep feature is now the
594 default.
595 - actionsfile is renamed to ijb.action.
596 - junkbstr.txt is now config.txt on Win32.
597 - Support for running IJB as a UNIX daemon process has improved.
598 - Unix daemon now returns error code on failed start.
599 - Timestamps in logfile and jarfile now.
600 - Fix for the Netscape bug reintroduced in 2.9.9.
601 - make should now abort if gmake (GNU make) not present.
602 - Many other minor bugfixes
603 - Start a ChangeLog :)
604
605
606
607 *** Version 2.9.3 pre-Alpha Changes ***
608
609 - Amiga support (completely untested by me - I don't have an Amiga)
610 - "tinygif 3" support (redirects blocked images to a specified URL, so
611 the browser doesn't have to load and cache many copies of the same
612 image).
613 - one case where there were both local and global "referrer" variables
614 (yuck!) clarified by renaming the local one to "refer".
615 - Fixed some places where close() was used instead of close_socket().
616 Thanks to Jörg Strohmayer (joergs at users.sourceforge.net) for these.
617 - Temporary hack to get FORCE_LOAD to work with IE.  I just lowercased the
618 FORCE_LOAD_PREFIX.  Needs fixing properly.
619 - Most URLs hardcoded into Junkbuster were changed to go through a script
620 e.g. http://ijbswa.sourceforge.net/redirect.php?v=2.9.3&to=faq
621 The only other URLs left are the GNU GPL:
622   http://www.fsf.org/copyleft/gpl.html
623 and the home page:
624   http://ijbswa.sourceforge.net/
625 ... and various URLs which will be intercepted by Junkbuster anyway.
626 TODO: Still need to do something with the URLs in Junkbuster Corp's 
627 copyright/trademark notice on the bottom of the show-proxy-args page.
628 - PCRE or GNU Regex is now a #define option.
629
630
631 *** Version 2.9.2 pre-Alpha Changes ***
632
633 - Andreas applied the latest version of the FORCE patch.
634
635
636 *** Version 2.9.1 pre-Alpha Changes ***
637
638 - in parsers.c, fixed two #ifdef FORCE to #ifdef FORCE_LOAD
639 (BTW: I think FORCE is precise enough, since loading remote
640 data is the whole purpose of a proxy..)
641 - Set the FORCE_PREFIX (back) to 'IJB-FORCE-LOAD-'. While 'noijb.'
642 is more elegant and looks like a hostname in the URL, it doesn't
643 make clear to the inexperienced user that the proxy is bypassed. It
644 also has a higher name collision risk.
645 - Filled in the function header templates for my functions in
646 parsers.c (again). They obviously got lost in our current
647 patch war ;-)
648 - Cut the credit for the §-referrer-option from the config file,
649 that Stefan had placed there.
650 - Improved the re_filterfile 
651
652
653 *** Version 2.9.0 pre-Alpha Changes ***
654
655 -  Now use PCRE, not GNU REGEX.  I have not yet had chance to check the
656 syntax of the block/image/cookie file to ensure that they match what
657 is expected - however they seem to work.
658 -  Replaced "configure" script with one generated by "autoconf".  Also 
659 use a header "config.h" (was ijbconfig.h in my previous release) for 
660 the #defines.  "config.h" is now generated with "autoheader" from 
661 "acconfig.h" and "configure.in".  (Note that to install you do not
662 need autoconf or autoheader - just run "./configure".)
663 To see command-line options, run "./configure --help".
664 This is my first ever autoconf script, so it has some rough edges
665 (how PCRE is handled is the roughest).
666 -  Error logging code replaced with new module errlog.c, based on the
667 one from JunkbusterMT (but with the threading code removed).
668 -  Most of Rodney's 0.21 and 0.21A patches applied. (Marked *).  I did not
669 apply all of these, since I had already independently done conditional
670 popup file, conditional image file, and integration of popup code.
671 - ACL, Jar and trust files conditionally compiled.
672 - New source file headers.
673 - Various cosmetic changes.  (But I have not consistently ordered the 
674 config files - I think that's worthwhile, but it's 1am and I want to
675 get this released!)
676 - RCS tags on .h files.
677 -  RCS tags are const char[] rather than const char *.  (Saves 4 bytes
678 per tag ;-)
679 - VC++ project files renamed to vc_junkbuster.*.
680 - show-proxy-args now shows status of all conditionals, not just REGEX
681 - Various functions moved around.  Most notably all the system-specific
682 sockets code which was spread between jcc.c, bind.c, and connect.c,
683 has been moved to "jbsockets.c".  The non-system-specific code from
684 connect.c and socks4.c has been movet to "gateway.c".  Also, the
685 config file loader and the global variables it writes to have been
686 moved to "loadcfg.c".  (Maybe this should go into loaders.c?)
687 And candidate for the "worst filename ever" award is "miscutil.c",
688 which contains, well, miscellaneous utility functions like zalloc.
689 (Suggestions for a better name for this file are welcome!)
690 - Loaders now use a common function to read a line and skip comments,
691 and this function also stores the proxy_args.
692 - Added ./junkbuster --help     (Not for Win32 GUI)
693 - Added ./junkbuster --version  (Not for Win32 GUI)
694 - Win32 resources are now all marked as "U.S. English", rather than
695 being a mix of "U.S. English", "U.K. English" and "Irish English".
696 - Version number changes to 2.9.0
697
698
699
700 ----------------------------------------------------------------------
701 Copyright   :  Written by and Copyright (C) 2001-2008 the SourceForge
702                Privoxy team. http://www.privoxy.org/
703
704                Based on the Internet Junkbuster originally written
705                by and Copyright (C) 1997 Anonymous Coders and 
706                Junkbusters Corporation.  http://www.junkbusters.com/
707
708                This program is free software; you can redistribute it 
709                and/or modify it under the terms of the GNU General
710                Public License as published by the Free Software
711                Foundation; either version 2 of the License, or (at
712                your option) any later version.
713
714                This program is distributed in the hope that it will
715                be useful, but WITHOUT ANY WARRANTY; without even the
716                implied warranty of MERCHANTABILITY or FITNESS FOR A
717                PARTICULAR PURPOSE.  See the GNU General Public
718                License for more details.
719
720                The GNU General Public License should be included with
721                this file.  If not, you can view it at
722                http://www.gnu.org/copyleft/gpl.html
723                or write to the Free Software Foundation, Inc., 59
724                Temple Place - Suite 330, Boston, MA  02111-1307, USA.