Add some new entries.
[privoxy.git] / ChangeLog
1 --------------------------------------------------------------------
2 ChangeLog for Privoxy
3 --------------------------------------------------------------------
4 *** Since 3.0.6 ***
5
6 - New trust entries are saved with a comment that contains the
7   trusted referring URL (Suggested by Daniel Griscom).
8 - Filter descriptions are HTML encoded automatically.   
9 - The config option split-large-forms can be used to work
10   around a browser bug that caused IE6 and IE7 to ignore
11   the Submit button on the edit-actions-for-url CGI page.
12 - Requests for Privoxy's CGI pages can be blocked, redirected
13   or (un)trusted like ordinary requests.
14 - Empty filter files no longer interrupt the filtering process
15   prematurely and are correctly listed on the show-status CGI page. 
16 - Privoxy can be combined with any packet filter to build
17   an intercepting proxy for HTTP/1.1 requests (and for HTTP/1.0
18   requests with Host header set).
19 - fast-redirects{} catch redirects to https URLs as well.
20 - redirect{s@foo@bar@} can be used to redirect to a rewritten
21   version of the original URL.
22 - Trap unsupported gopher proxy requests.
23 - Fixed a bug in the User Manual delivery on Windows
24   (mingw32 only). Images now show up correctly and HTML
25   pages are no longer padded with garbage data.
26 - Fixed small memory leak in case of config file reloads.
27 - Only unlink the pidfile if it's actually used.
28 - Retries after connection problems with forced requests
29   aren't blocked again.
30         
31 *** Version 3.0.6 ***
32
33 - New content filters: no-ping, google, msn, yahoo and blogspot.
34 - New header filters:  x-httpd-php-to-html, html-to-xml, xml-to-html
35                        and hide-tor-exit-notation.
36 - The special header "X-Filter: No" now disables header filtering as well.
37 - Improved the filters img-reorder, js-annoyances, webbugs,
38   banners-by-size, banners-by-link and ie-exploits to make them
39   less likely to break anything.
40 - Removed outdated URL patterns in default.action and added new ones. 
41 - Added redirection from http://p.p/user-manual to http://p.p/user-manual/
42 - Changed webinterface default values for hide-user-agent, hide-referrer
43   and set-image-blocker.
44         
45 *** Version 3.0.5 ***
46
47 - Windows version can be installed/started as a service.
48 - Windows icon stays blue when Privoxy is idle, green when busy.
49 - Integrated Fabian Keil's extensive patch.  See:
50   http://www.fabiankeil.de/sourcecode/privoxy/. Includes the 
51   following new or significantly improved actions (among many 
52   other improvements):
53
54      content-type-overwrite{}
55      crunch-client-header{string}
56      crunch-if-none-match
57      crunch-server-header{string}
58      fast-redirects{check-decoded-url}
59      filter-client-headers
60      filter-server-headers
61      force-text-mode
62      handle-as-empty-document
63      hide-accept-language{}
64      hide-content-disposition{}
65      hide-if-modified-since
66      hide-referrer{conditional-block}
67      overwrite-last-modified{}
68      redirect{URL}
69      treat-forbidden-connects-like-blocks
70
71 - Standard-compliant clients are prevented from displaying cached
72   copies of Privoxy's error messages after the cause of the problem
73   has gone.
74 - Improved DNS error handling.
75 - Multiple filter files can now be specified in config.
76 - Added jpeg filtering to defend against MS jpeg vulnerability MS04-028
77   with the new inspect-jpegs action.
78 - Removed the "arbitrary" 1000 filter limit - addresses tracker #911950
79 - Thanks to Jindrich Makovicka for a race condition fix for the log 
80   file.  The race condition remains for non-pthread implementations.
81   Reference patch #1175720. Various other logging enhancements.
82 - A pile of assorted bug fixes, memory leaks, enhancements, etc.
83 - Moved Actions file reporting mechanism to SF tracker.
84 - Two new options for config: enable-remote-http-toggle and 
85   forwarded-connect-retries.
86 - Trap unsupported FTP requests.
87 - Let text/xml be filtered.
88 - Numerous updates to default.action
89 - Increase the compiled in limit of trusted referrers from 64 to 512 
90   (for trustfile users).
91
92 *** Version 3.0.3 ***
93
94 - Fixed yet another two memory leaks. Process growth seems stopped now.
95 - Further tightened security against malicious toggle-off links.
96 - Excluded text/plain MIME types from filtering. This fixes a
97   couple of client-crashing, download corruption and
98   Privoxy performance issues, whose root cause lies in
99   web servers labelling content of unknown type as text/plain.
100 - Assorted fixes for POSIX compliance, signal handling, graceful
101   termination, compiler warnings, OSX support, Win32 systray,
102   error logging, hostname wildcards, correct detection of NetBSD.
103 - Workarounds for client (iTunes etc) and server (PHP < 4.2.3) bugs
104   including the notorious "blank page" problem.
105 - Various filter improvements; most notably the unsolicited-popups
106   filter became less destructive     
107 - Major revamp of the actions file
108         
109 *** Version 3.0.2 ***
110
111 - Fixed two memory leaks, one serious
112 - Fixed bug in pcrs which could cause crashes with user-defined filters
113 - Fixed bug in domain name matching
114 - Assorted small fixes (Win32 menu, CGI URL editor, ..) 
115 - Added basic support for the OPTIONS and TRACE http methods
116 - Added workaround for Bug in Mac OSX that made Privoxy crash occasionally
117 - Refined the default action file through >400 items of user feedback
118 - Filter changes:
119   - Assorted refinements, optimizations and fixes in the js-annoyances,
120     img-reorder, banners-by-size, banners-by-link, webbugs, refresh-tags,
121     html-annoyances, content-cookies and fun filters
122   - Replaced filter "popups" by choice between two modes:
123     - "unsolicited-popups" tries to catch only the unsolicited ones
124     - "all-popups" tries to kill them all (as before)
125   - New filter "tiny-textforms" Help those tiny or hard-wrap textareas. 
126   - New filter "jumping-windows" that prevents windows from resizing
127     and moving themselves
128   - New filter "demoronizer" which fixes MS's abuse of std charsets
129     (common cases anyway).
130   - Replaced "nimda" with more general "ie-exploits" filter in which
131     all filters for exploits shall be collected
132 - Improved cookie logging
133 - Rewrote make install target. Added uninstall and install-strip
134   targets.
135 - Fixed a potential (application-level, NOT OS-level!) security
136   problem involving remote toggling and action file manipulation
137   by mailicious websites.
138 - Added ability to chroot (thanks to Sviatoslav Sviridov)
139 - Added more action aliases for prehistoric action names
140 - Add Slackware support to Makefile.
141
142 *** Version 3.0  ***
143
144 - Fixed Windows startmenu items, log window and tray icon menus.
145 - Added warning for bogus install target
146 - Added quicktime-kioskmode filter and improved frameset-borders
147 - Updated default.action based on latest feedback
148 - New PDF doc build process
149 - Add a user contrib module to cvs: 
150   http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ijbswa/contrib/
151
152 *** Version 2.9.18  ***
153
154 - Added workaround for IE bug that broke CGI interface
155 - Bugfix: String actions now reliably editable through CGI interface
156 - Three filters fixed (again!)
157 - Assorted small fixes and doc enhancements
158
159 *** Version 2.9.16  *** 
160
161 - Major revamp of default.action to get rid of years of cruft.
162 - Same for default.filter
163 - Re-design and major improvements to the CGI editor interface.
164 - Address spurious 'out of memory' error due to incorrect file permissions.
165 - Impose buffer limits while reading client and server headers.
166 - Better memory and CPU optimization.
167 - Add Conectiva Linux package.
168 - user-manual directive added to config for help links from within CGI
169   editor.
170 - Multiple actions files can now be specified in config.
171 - Actions files are changed to: default.action, standard.action, and 
172   user.action. user.action is for personal/local configuration.
173 - The usual many small and miscellaneous bug and security fixes.
174
175 *** Version 2.9.14 Beta *** 
176
177 - Fix Solaris compile problem (gateway.h and filters.h)
178 - Makefile fixes for Solaris, FreeBSD (?)
179 - Fix build failure where certain features were disabled.
180 - 'blocked-compact' template is removed. Various CGI improvements,
181   including an adaptive 'blocked' template.
182 - Various tweaks for actions file to get ready for stable 3.0
183 - Included a 'Bookmarklet' and PHP scripts for reporting actions file
184   problems via web interface at privoxy.org. Accessed via internal CGIs.
185 - Include cgi-style.css for templates.
186 - #include mechansim for common text in templates
187 - Various other minor fixes.
188
189 *** Version 2.9.13 Beta *** 
190
191 - *NEWS*: The project has been renamed to Privoxy! The new name is 
192   reflected throughout (file locations, etc).
193 - ijb.action is now default.action. re_filterfile is now 
194   default.filter.
195 - http://i.j.b/ is now http://p.p/
196 - The 'logo' option for replacing ad iamges is removed now. 'Pattern' 
197   (checkerboard) is now the default.
198 - RPM spec file make over.
199
200
201 *** Version 2.9.12 Beta *** 
202
203 - **READ**: The default listening PORT is NOW 8118!!! Changed from 
204   8000 due to conflict with NAS (Network Audio Server, whatever that 
205   is.)
206 - More CGI actions editor fixes and improvements.
207 - Win32 command line fix ups.
208 - re_filterfile now has modular sections that can be activated on a 
209   per site basis. Some new goodies there too.
210 - +filter now takes arguments to match FILTER sections in re_filterfile
211   for even more flexibility. 
212 - Added a new image blocker option: +image-blocker{pattern}, which 
213   displays a checkerboard patthern and scales better than the logo.
214 - PNG images will be used in place of GIF for JB built-in images
215   if configured with --enable-no-gif.
216 - Clean up compiler warnings (mostly).
217 - Improved handling of failed DNS lookups & diagnostics for failed bind
218   to listen socket
219 - Made --no-daemon mode log to tty instead of logfile.
220 - Various spec file and init script cleanups and improvements (Redhat and
221   SuSE).
222 - CGI Editor works on OS/2 now.
223 - Fix restart failure where sockets were in TIME_WAIT.
224 - Fixes for actions cgi editor, make sure we have right file.
225 - A --pidfile command line option now, in addition to --help, 
226   --version, --no-daemon, --user and configfile. --no-daemon replaces
227   the former -d option and _DEBUG define. --user will drop privileges 
228   to the specified user.
229 - Signal handling cleanups (*nix).
230 - CGI actions editor improvements and fixes.
231 - Error handling improvements, especially out of memory.
232 - Default re_filterfile fix that caused spurious IJB logos 
233   (instead of 'blank').
234 - configure.in threading fixes for Solaris.
235 - Various other minor fixes.
236
237
238 *** Version 2.9.11 Beta Changes ***
239
240 - Add "session" cookie concept where cookies exist for the life 
241 of that browser session only (ie never goes to disk). 
242 - Checks for correct header length.
243 - Fix user:pass@host.domain.com auth bug.
244 - Better signal handling on *nix.
245 - Fix CFLAGS hard-coded in configure.in
246 - Fix threading bug re: gethostbyname() that caused random 
247 URLs to fail in some cases.
248
249
250 *** Version 2.9.11 Alpha Changes ***
251
252 - A web-based editor for the actions file is included (go to http://i.j.b/).
253 - Web-based toggle IJB on/off support.
254 - Cookie handling has changed - the new +no-cookies-keep feature is now the
255 default.
256 - actionsfile is renamed to ijb.action.
257 - junkbstr.txt is now config.txt on Win32.
258 - Support for running IJB as a UNIX daemon process has improved.
259 - Unix daemon now returns error code on failed start.
260 - Timestamps in logfile and jarfile now.
261 - Fix for the Netscape bug reintroduced in 2.9.9.
262 - make should now abort if gmake (GNU make) not present.
263 - Many other minor bugfixes
264 - Start a ChangeLog :)
265
266
267
268 *** Version 2.9.3 pre-Alpha Changes ***
269
270 - Amiga support (completely untested by me - I don't have an Amiga)
271 - "tinygif 3" support (redirects blocked images to a specified URL, so
272 the browser doesn't have to load and cache many copies of the same
273 image).
274 - one case where there were both local and global "referrer" variables
275 (yuck!) clarified by renaming the local one to "refer".
276 - Fixed some places where close() was used instead of close_socket().
277 Thanks to Jörg Strohmayer (joergs at users.sourceforge.net) for these.
278 - Temporary hack to get FORCE_LOAD to work with IE.  I just lowercased the
279 FORCE_LOAD_PREFIX.  Needs fixing properly.
280 - Most URLs hardcoded into Junkbuster were changed to go through a script
281 e.g. http://ijbswa.sourceforge.net/redirect.php?v=2.9.3&to=faq
282 The only other URLs left are the GNU GPL:
283   http://www.fsf.org/copyleft/gpl.html
284 and the home page:
285   http://ijbswa.sourceforge.net/
286 ... and various URLs which will be intercepted by Junkbuster anyway.
287 TODO: Still need to do something with the URLs in Junkbuster Corp's 
288 copyright/trademark notice on the bottom of the show-proxy-args page.
289 - PCRE or GNU Regex is now a #define option.
290
291
292 *** Version 2.9.2 pre-Alpha Changes ***
293
294 - Andreas applied the latest version of the FORCE patch.
295
296
297 *** Version 2.9.1 pre-Alpha Changes ***
298
299 - in parsers.c, fixed two #ifdef FORCE to #ifdef FORCE_LOAD
300 (BTW: I think FORCE is precise enough, since loading remote
301 data is the whole purpose of a proxy..)
302 - Set the FORCE_PREFIX (back) to 'IJB-FORCE-LOAD-'. While 'noijb.'
303 is more elegant and looks like a hostname in the URL, it doesn't
304 make clear to the inexperienced user that the proxy is bypassed. It
305 also has a higher name collision risk.
306 - Filled in the function header templates for my functions in
307 parsers.c (again). They obviously got lost in our current
308 patch war ;-)
309 - Cut the credit for the §-referrer-option from the config file,
310 that Stefan had placed there.
311 - Improved the re_filterfile 
312
313
314 *** Version 2.9.0 pre-Alpha Changes ***
315
316 -  Now use PCRE, not GNU REGEX.  I have not yet had chance to check the
317 syntax of the block/image/cookie file to ensure that they match what
318 is expected - however they seem to work.
319 -  Replaced "configure" script with one generated by "autoconf".  Also 
320 use a header "config.h" (was ijbconfig.h in my previous release) for 
321 the #defines.  "config.h" is now generated with "autoheader" from 
322 "acconfig.h" and "configure.in".  (Note that to install you do not
323 need autoconf or autoheader - just run "./configure".)
324 To see command-line options, run "./configure --help".
325 This is my first ever autoconf script, so it has some rough edges
326 (how PCRE is handled is the roughest).
327 -  Error logging code replaced with new module errlog.c, based on the
328 one from JunkbusterMT (but with the threading code removed).
329 -  Most of Rodney's 0.21 and 0.21A patches applied. (Marked *).  I did not
330 apply all of these, since I had already independently done conditional
331 popup file, conditional image file, and integration of popup code.
332 - ACL, Jar and trust files conditionally compiled.
333 - New source file headers.
334 - Various cosmetic changes.  (But I have not consistently ordered the 
335 config files - I think that's worthwhile, but it's 1am and I want to
336 get this released!)
337 - RCS tags on .h files.
338 -  RCS tags are const char[] rather than const char *.  (Saves 4 bytes
339 per tag ;-)
340 - VC++ project files renamed to vc_junkbuster.*.
341 - show-proxy-args now shows status of all conditionals, not just REGEX
342 - Various functions moved around.  Most notably all the system-specific
343 sockets code which was spread between jcc.c, bind.c, and connect.c,
344 has been moved to "jbsockets.c".  The non-system-specific code from
345 connect.c and socks4.c has been movet to "gateway.c".  Also, the
346 config file loader and the global variables it writes to have been
347 moved to "loadcfg.c".  (Maybe this should go into loaders.c?)
348 And candidate for the "worst filename ever" award is "miscutil.c",
349 which contains, well, miscellaneous utility functions like zalloc.
350 (Suggestions for a better name for this file are welcome!)
351 - Loaders now use a common function to read a line and skip comments,
352 and this function also stores the proxy_args.
353 - Added ./junkbuster --help     (Not for Win32 GUI)
354 - Added ./junkbuster --version  (Not for Win32 GUI)
355 - Win32 resources are now all marked as "U.S. English", rather than
356 being a mix of "U.S. English", "U.K. English" and "Irish English".
357 - Version number changes to 2.9.0
358
359
360
361 ----------------------------------------------------------------------
362 Copyright   :  Written by and Copyright (C) 2001 the SourceForge
363                Privoxy team. http://www.privoxy.org/
364
365                Based on the Internet Junkbuster originally written
366                by and Copyright (C) 1997 Anonymous Coders and 
367                Junkbusters Corporation.  http://www.junkbusters.com
368
369                This program is free software; you can redistribute it 
370                and/or modify it under the terms of the GNU General
371                Public License as published by the Free Software
372                Foundation; either version 2 of the License, or (at
373                your option) any later version.
374
375                This program is distributed in the hope that it will
376                be useful, but WITHOUT ANY WARRANTY; without even the
377                implied warranty of MERCHANTABILITY or FITNESS FOR A
378                PARTICULAR PURPOSE.  See the GNU General Public
379                License for more details.
380
381                The GNU General Public License should be included with
382                this file.  If not, you can view it at
383                http://www.gnu.org/copyleft/gpl.html
384                or write to the Free Software Foundation, Inc., 59
385                Temple Place - Suite 330, Boston, MA  02111-1307, USA.
386
387 set vi:tw=68