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