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