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