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