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